Latest generation

This commit is contained in:
ci core model
2026-02-19 14:20:41 +00:00
parent a731fe3722
commit 01b7f3f5f8
3 changed files with 7 additions and 3 deletions

2
api.ts
View File

@@ -1165,7 +1165,7 @@ class SynchronizeUserRPTsRequest$Type extends MessageType<SynchronizeUserRPTsReq
constructor() { constructor() {
super("api.SynchronizeUserRPTsRequest", [ super("api.SynchronizeUserRPTsRequest", [
{ no: 1, name: "UserID", kind: "scalar", localName: "UserID", jsonName: "UserID", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } } { no: 1, name: "UserID", kind: "scalar", localName: "UserID", jsonName: "UserID", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } }
]); ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["UserID"] } } });
} }
create(value?: PartialMessage<SynchronizeUserRPTsRequest>): SynchronizeUserRPTsRequest { create(value?: PartialMessage<SynchronizeUserRPTsRequest>): SynchronizeUserRPTsRequest {
const message = globalThis.Object.create((this.messagePrototype!)); const message = globalThis.Object.create((this.messagePrototype!));

View File

@@ -1,6 +1,6 @@
{ {
"name": "@reflex-platform/npm-core-sdk", "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", "description": "npm libs from core model proto files",
"homepage": "", "homepage": "",
"main": "index.ts", "main": "index.ts",

View File

@@ -2236,7 +2236,11 @@ export enum WorkflowTypeEnum {
/** /**
* @generated from protobuf enum value: CLEAN_CASSANDRA = 31; * @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 * @generated from protobuf enum api.ModuleWorkflowTypeEnum