From 326533cbf142ab8650553214bdb15c70263d6977 Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 3 Apr 2025 13:49:55 +0000 Subject: [PATCH] Latest generation --- package.json | 2 +- workflow.ts | 38 +++++++++++++++++++++++++++++++++++++- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3b375947..3c97ceb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.10.0-SNAPSHOT-250403131345", + "version": "1.10.0-SNAPSHOT-250403134918", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/workflow.ts b/workflow.ts index 295ba30c..ad3f0b05 100644 --- a/workflow.ts +++ b/workflow.ts @@ -387,6 +387,18 @@ export interface StartWorkflowExtractKPIRequest { columnFormats: { [key: number]: ExtractColumnFormat; }; + /** + * @generated from protobuf field: string DateFormat = 20 [json_name = "DateFormat"]; + */ + dateFormat: string; + /** + * @generated from protobuf field: string NumberFormat = 21 [json_name = "NumberFormat"]; + */ + numberFormat: string; + /** + * @generated from protobuf field: api.TimeFormat TimeFormat = 22 [json_name = "TimeFormat"]; + */ + timeFormat: TimeFormat; } /** * @generated from protobuf message api.StartWorkflowExtractKPIResult @@ -1908,7 +1920,10 @@ class StartWorkflowExtractKPIRequest$Type extends MessageType TranslationMap } }, { no: 18, name: "FieldIdxLVDetailedQuantity", kind: "scalar", jsonName: "FieldIdxLVDetailedQuantity", repeat: 1 /*RepeatType.PACKED*/, T: 5 /*ScalarType.INT32*/ }, - { no: 19, name: "ColumnFormats", kind: "map", jsonName: "ColumnFormats", K: 5 /*ScalarType.INT32*/, V: { kind: "message", T: () => ExtractColumnFormat } } + { no: 19, name: "ColumnFormats", kind: "map", jsonName: "ColumnFormats", K: 5 /*ScalarType.INT32*/, V: { kind: "message", T: () => ExtractColumnFormat } }, + { no: 20, name: "DateFormat", kind: "scalar", jsonName: "DateFormat", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Language code to format dates format", example: "\"en-US\"" } } }, + { no: 21, name: "NumberFormat", kind: "scalar", jsonName: "NumberFormat", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Language code to format numbers format", example: "\"en-US\"" } } }, + { no: 22, name: "TimeFormat", kind: "enum", jsonName: "TimeFormat", T: () => ["api.TimeFormat", TimeFormat], options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Hour clock time format" } } } ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["UserId", "ProjectId", "TargetDomain", "TargetType", "Fields", "ListSeparator", "DecimalSeparator"] } } }); } create(value?: PartialMessage): StartWorkflowExtractKPIRequest { @@ -1931,6 +1946,9 @@ class StartWorkflowExtractKPIRequest$Type extends MessageType(this, message, value); return message; @@ -2001,6 +2019,15 @@ class StartWorkflowExtractKPIRequest$Type extends MessageType ColumnFormats = 19 [json_name = "ColumnFormats"];*/ 19: this.binaryReadMap19(message.columnFormats, reader, options); break; + case /* string DateFormat = 20 [json_name = "DateFormat"];*/ 20: + message.dateFormat = reader.string(); + break; + case /* string NumberFormat = 21 [json_name = "NumberFormat"];*/ 21: + message.numberFormat = reader.string(); + break; + case /* api.TimeFormat TimeFormat = 22 [json_name = "TimeFormat"];*/ 22: + message.timeFormat = reader.int32(); + break; default: let u = options.readUnknownField; if (u === "throw") @@ -2114,6 +2141,15 @@ class StartWorkflowExtractKPIRequest$Type extends MessageType