From 1b1ca31626797d5ab60821128c3ffa69cfc5c1e0 Mon Sep 17 00:00:00 2001 From: ci core model Date: Fri, 28 Nov 2025 14:34:58 +0000 Subject: [PATCH] Latest generation --- metadata.ts | 2 +- metadatadef.ts | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/metadata.ts b/metadata.ts index 3b5ac43..66cb133 100644 --- a/metadata.ts +++ b/metadata.ts @@ -314,7 +314,7 @@ class MetadataPayload$Type extends MessageType { { no: 4, name: "Entity", kind: "scalar", localName: "Entity", jsonName: "Entity", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Entity where the metadata will be created. It can be \"executionflow\", \"handlingunit\", \"item\", \"order\", \"stock\"", example: "\"order\"" } } }, { no: 5, name: "Parent", kind: "scalar", localName: "Parent", jsonName: "Parent", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Where the metadata is located, either \"Payload.Metadata\" or \"Payload.Goods.SegmentationKeys\"" } } }, { no: 6, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/ }, - { no: 7, name: "Type", kind: "scalar", localName: "Type", jsonName: "Type", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Type attached to the metadata, should be in [\"string\",\"float\",\"int\",\"bool\",\"timestamp\"]" }, "validate.rules": { string: { in: ["string", "float", "int", "bool", "timestamp"] } } } }, + { no: 7, name: "Type", kind: "scalar", localName: "Type", jsonName: "Type", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Type attached to the metadata, should be in [\"string\",\"float\",\"int\",\"bool\",\"timestamp\"]" }, "validate.rules": { string: { in: ["string", "float", "integer", "bool", "datetime"] } } } }, { no: 8, name: "IsMandatory", kind: "scalar", localName: "IsMandatory", jsonName: "IsMandatory", T: 8 /*ScalarType.BOOL*/ }, { no: 10, name: "RegularExpression", kind: "scalar", localName: "RegularExpression", jsonName: "RegularExpression", T: 9 /*ScalarType.STRING*/ }, { no: 11, name: "Typology", kind: "enum", localName: "Typology", jsonName: "Typology", T: () => ["api.MetadataType", MetadataType] }, diff --git a/metadatadef.ts b/metadatadef.ts index e3846d6..889d047 100644 --- a/metadatadef.ts +++ b/metadatadef.ts @@ -46,7 +46,7 @@ export interface PrjMetadata { */ Name: string; /** - * Type attached to the metadata, should be in ["string","float","int","bool","timestamp"] + * Type attached to the metadata, should be in ["string","float","integer","bool","datetime"] * * @generated from protobuf field: string Type = 7 */ @@ -107,7 +107,7 @@ export interface PrjMetadataTransitive { */ IsSegmentationKey: boolean; /** - * Type attached to the metadata, should be in ["string","float","int","bool","timestamp"] + * Type attached to the metadata, should be in ["string","float","integer","bool","datetime"] * * @generated from protobuf field: string Type = 4 */ @@ -377,7 +377,7 @@ class PrjMetadata$Type extends MessageType { { no: 4, name: "Entity", kind: "scalar", localName: "Entity", jsonName: "Entity", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Entity where the metadata will be created. It can be \"executionflow\", \"handlingunit\", \"item\", \"order\", \"stock\"", example: "\"order\"" }, "validate.rules": { string: { minLen: "1" } } } }, { no: 5, name: "Parent", kind: "scalar", localName: "Parent", jsonName: "Parent", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Where the metadata is located, either \"Payload.Metadata\" or \"Payload.Goods.SegmentationKeys\"" }, "validate.rules": { string: { minLen: "1" } } } }, { no: 6, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { pattern: "^[a-zA-Z]{1}[a-zA-Z0-9]*$" }, "validate.rules": { string: { minLen: "1", pattern: "^[a-zA-Z]{1}[a-zA-Z0-9]*$" } } } }, - { no: 7, name: "Type", kind: "scalar", localName: "Type", jsonName: "Type", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Type attached to the metadata, should be in [\"string\",\"float\",\"int\",\"bool\",\"timestamp\"]" }, "validate.rules": { string: { in: ["string", "float", "int", "bool", "timestamp"] } } } }, + { no: 7, name: "Type", kind: "scalar", localName: "Type", jsonName: "Type", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Type attached to the metadata, should be in [\"string\",\"float\",\"integer\",\"bool\",\"datetime\"]" }, "validate.rules": { string: { in: ["string", "float", "integer", "bool", "datetime"] } } } }, { no: 8, name: "IsMandatory", kind: "scalar", localName: "IsMandatory", jsonName: "IsMandatory", T: 8 /*ScalarType.BOOL*/ }, { no: 9, name: "Example", kind: "scalar", localName: "Example", jsonName: "Example", T: 9 /*ScalarType.STRING*/ }, { no: 10, name: "RegularExpression", kind: "scalar", localName: "RegularExpression", jsonName: "RegularExpression", T: 9 /*ScalarType.STRING*/ }, @@ -526,7 +526,7 @@ class PrjMetadataTransitive$Type extends MessageType { { no: 1, name: "Parent", kind: "scalar", localName: "Parent", jsonName: "Parent", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Where the metadata is located, either \"Payload.Metadata\" or \"Payload.Goods.SegmentationKeys\"" }, "validate.rules": { string: { minLen: "1" } } } }, { no: 2, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } }, { no: 3, name: "IsSegmentationKey", kind: "scalar", localName: "IsSegmentationKey", jsonName: "IsSegmentationKey", T: 8 /*ScalarType.BOOL*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "The segmentation keys are used to complete the segmentation criteria of the project stock. They also apply to order lines and stock movements" } } }, - { no: 4, name: "Type", kind: "scalar", localName: "Type", jsonName: "Type", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Type attached to the metadata, should be in [\"string\",\"float\",\"int\",\"bool\",\"timestamp\"]" }, "validate.rules": { string: { in: ["string", "float", "int", "bool", "timestamp"] } } } }, + { no: 4, name: "Type", kind: "scalar", localName: "Type", jsonName: "Type", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Type attached to the metadata, should be in [\"string\",\"float\",\"integer\",\"bool\",\"datetime\"]" }, "validate.rules": { string: { in: ["string", "float", "integer", "bool", "datetime"] } } } }, { no: 5, name: "IsMandatory", kind: "scalar", localName: "IsMandatory", jsonName: "IsMandatory", T: 8 /*ScalarType.BOOL*/ }, { no: 6, name: "Example", kind: "scalar", localName: "Example", jsonName: "Example", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } }, { no: 7, name: "RegularExpression", kind: "scalar", localName: "RegularExpression", jsonName: "RegularExpression", T: 9 /*ScalarType.STRING*/ }, diff --git a/package.json b/package.json index 37fdee8..83a441c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.12.0-SNAPSHOT-251128102904", + "version": "1.12.0-SNAPSHOT-251128143432", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",