diff --git a/package.json b/package.json index 1df0b0b..ebacb23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.15.0-SNAPSHOT-260709131058", + "version": "1.15.0-SNAPSHOT-260709132257", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/shared.ts b/shared.ts index dafedb2..173002d 100644 --- a/shared.ts +++ b/shared.ts @@ -2493,10 +2493,8 @@ export enum WorkflowTypeEnum { */ CHECK_AND_LAUNCH_RECOVER_DATA = 24, /** - * @generated from protobuf enum value: SYNCHRONIZE_RULES_ON_GIT = 25; - */ - SYNCHRONIZE_RULES_ON_GIT = 25, - /** + * SYNCHRONIZE_RULES_ON_GIT = 25; deprecated + * * @generated from protobuf enum value: ANONYMIZE_DATA = 26; */ ANONYMIZE_DATA = 26, @@ -2559,10 +2557,8 @@ export enum WorkflowSemaphore { */ WS_RECOVER_DATA = 2, /** - * @generated from protobuf enum value: WS_SYNCHRONIZE_RULES = 3; - */ - WS_SYNCHRONIZE_RULES = 3, - /** + * WS_SYNCHRONIZE_RULES = 3; deprecated + * * @generated from protobuf enum value: WS_CHECK_AND_LAUNCH_RECOVER_DATA = 4; */ WS_CHECK_AND_LAUNCH_RECOVER_DATA = 4,