Latest generation

This commit is contained in:
ci core model
2025-10-08 15:52:51 +00:00
parent e4451ad2da
commit 6f70994a77
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -1229,7 +1229,7 @@ class CreateSettingsRequest$Type extends MessageType<CreateSettingsRequest> {
{ 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>): CreateSettingsRequest {
const message = globalThis.Object.create((this.messagePrototype!));