diff --git a/src/sap_cloud_sdk/core/telemetry/operation.py b/src/sap_cloud_sdk/core/telemetry/operation.py index 06421eaf..7dbb29b9 100644 --- a/src/sap_cloud_sdk/core/telemetry/operation.py +++ b/src/sap_cloud_sdk/core/telemetry/operation.py @@ -87,6 +87,7 @@ class Operation(str, Enum): PRINT_GET_PROFILES = "get_print_profiles" PRINT_UPLOAD_DOCUMENT = "upload_document" PRINT_CREATE_TASK = "create_print_task" + PRINT_CREATE_CLIENT = "create_client" # DMS Operations DMS_ONBOARD_REPOSITORY = "onboard_repository"