Latest generation

This commit is contained in:
ci core model
2025-06-13 13:45:37 +00:00
parent 6d010c267d
commit 567577f674
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -452,9 +452,9 @@ class TinyURL$Type extends MessageType<TinyURL> {
constructor() {
super("api.TinyURL", [
{ no: 1, name: "ID", kind: "scalar", localName: "ID", jsonName: "ID", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } },
{ no: 2, name: "LongURL", kind: "scalar", localName: "LongURL", jsonName: "LongURL", oneof: "Type", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { uri: true } } } },
{ no: 2, name: "LongURL", kind: "scalar", localName: "LongURL", jsonName: "LongURL", oneof: "Type", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } },
{ no: 3, name: "File", kind: "message", localName: "File", jsonName: "File", oneof: "Type", T: () => FileMetadata },
{ no: 4, name: "URL", kind: "scalar", localName: "URL", jsonName: "URL", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { uri: true } } } },
{ no: 4, name: "URL", kind: "scalar", localName: "URL", jsonName: "URL", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } },
{ no: 5, name: "ResourceType", kind: "enum", localName: "ResourceType", jsonName: "ResourceType", T: () => ["api.ResourceType", ResourceType], options: { "validate.rules": { enum: { definedOnly: true } } } },
{ no: 6, name: "ResourceRefID", kind: "scalar", localName: "ResourceRefID", jsonName: "ResourceRefID", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } },
{ no: 7, name: "TimeToLive", kind: "enum", localName: "TimeToLive", jsonName: "TimeToLive", T: () => ["api.TimeToLive", TimeToLive], options: { "validate.rules": { enum: { definedOnly: true } } } },