Latest generation

This commit is contained in:
ci core model
2026-09-09 08:59:12 +00:00
parent 5f95a33ac2
commit 85469dd1f6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@reflex-platform/npm-core-sdk",
"version": "1.15.0-SNAPSHOT-260908120948",
"version": "1.15.0-SNAPSHOT-260909085822",
"description": "npm libs from core model proto files",
"homepage": "",
"main": "index.ts",

View File

@@ -3487,7 +3487,7 @@ class MappingTableInputDescription$Type extends MessageType<MappingTableInputDes
constructor() {
super("api.MappingTableInputDescription", [
{ no: 1, name: "Field", kind: "scalar", localName: "Field", jsonName: "Field", T: 9 /*ScalarType.STRING*/, options: { "n1validate.rules": { string: { minLen: "1" } } } },
{ no: 2, name: "Granularity", kind: "enum", localName: "Granularity", jsonName: "Granularity", T: () => ["api.MappingTableInputDescriptionGranularity", MappingTableInputDescriptionGranularity], options: { "n1validate.rules": { enum: { definedOnly: true, notIn: [0] } } } }
{ no: 2, name: "Granularity", kind: "enum", localName: "Granularity", jsonName: "Granularity", T: () => ["api.MappingTableInputDescriptionGranularity", MappingTableInputDescriptionGranularity], options: { "n1validate.rules": { enum: { definedOnly: true } } } }
]);
}
create(value?: PartialMessage<MappingTableInputDescription>): MappingTableInputDescription {