From f9e8516fc4c3fe067663e66fb1258d9084190bd4 Mon Sep 17 00:00:00 2001 From: ci core model Date: Fri, 11 Jul 2025 13:32:06 +0000 Subject: [PATCH] Latest generation --- package.json | 2 +- site.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e5a5b5b..0bf25f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.11.0-SNAPSHOT-250711115853", + "version": "1.11.0-SNAPSHOT-250711133123", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/site.ts b/site.ts index a8243f1..72f7da2 100644 --- a/site.ts +++ b/site.ts @@ -1848,12 +1848,12 @@ class UploadInstructionDocumentRequest$Type extends MessageType RequestSiteHeader, options: { "validate.rules": { message: { required: true } } } }, - { no: 2, name: "File", kind: "message", localName: "File", jsonName: "File", T: () => FileDataRequest, options: { "validate.rules": { message: { required: true } } } }, + { no: 2, name: "File", kind: "message", localName: "File", jsonName: "File", T: () => FileDataRequest }, { no: 3, name: "DocID", kind: "scalar", localName: "DocID", jsonName: "DocID", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } }, { no: 4, name: "LanguageCodeISO6391", kind: "scalar", localName: "LanguageCodeISO6391", jsonName: "LanguageCodeISO6391", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "2", maxLen: "3", languageIso639: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "ISO 639 code message language", example: "\"en\"" } } }, { no: 5, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/ }, { no: 6, name: "AckRequired", kind: "scalar", localName: "AckRequired", jsonName: "AckRequired", T: 8 /*ScalarType.BOOL*/ } - ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "File", "DocID", "LanguageCodeISO6391"] } } }); + ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "DocID", "LanguageCodeISO6391"] } } }); } create(value?: PartialMessage): UploadInstructionDocumentRequest { const message = globalThis.Object.create((this.messagePrototype!));