diff --git a/api.ts b/api.ts index a80acda..ed48665 100644 --- a/api.ts +++ b/api.ts @@ -1165,7 +1165,7 @@ class SynchronizeUserRPTsRequest$Type extends MessageType): SynchronizeUserRPTsRequest { const message = globalThis.Object.create((this.messagePrototype!)); diff --git a/package.json b/package.json index 0642a0b..359a00f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.13.0-SNAPSHOT-260219135718", + "version": "1.13.0-SNAPSHOT-260219141954", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/shared.ts b/shared.ts index bdb54d0..f1511d5 100644 --- a/shared.ts +++ b/shared.ts @@ -2236,7 +2236,11 @@ export enum WorkflowTypeEnum { /** * @generated from protobuf enum value: CLEAN_CASSANDRA = 31; */ - CLEAN_CASSANDRA = 31 + CLEAN_CASSANDRA = 31, + /** + * @generated from protobuf enum value: SYNCHRONIZE_UMA_STORE = 32; + */ + SYNCHRONIZE_UMA_STORE = 32 } /** * @generated from protobuf enum api.ModuleWorkflowTypeEnum