From 6f70994a776451a03cda2b51262c747e14787836 Mon Sep 17 00:00:00 2001 From: ci core model Date: Wed, 8 Oct 2025 15:52:51 +0000 Subject: [PATCH] Latest generation --- package.json | 2 +- site.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b5eff9f..32c2974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.12.0-SNAPSHOT-251008132702", + "version": "1.12.0-SNAPSHOT-251008155202", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/site.ts b/site.ts index cb339ad..3400993 100644 --- a/site.ts +++ b/site.ts @@ -1229,7 +1229,7 @@ class CreateSettingsRequest$Type extends MessageType { { no: 1, name: "SiteID", kind: "scalar", localName: "SiteID", jsonName: "SiteID", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } }, { no: 2, name: "SiteName", kind: "scalar", localName: "SiteName", jsonName: "SiteName", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } }, { no: 3, name: "Email", kind: "scalar", localName: "Email", jsonName: "Email", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1", email: true } } } } - ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "SiteID", "Email", "SiteName"] } } }); + ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["SiteID", "Email", "SiteName"] } } }); } create(value?: PartialMessage): CreateSettingsRequest { const message = globalThis.Object.create((this.messagePrototype!));