diff --git a/counter.ts b/counter.ts index d0f5a68..d92825e 100644 --- a/counter.ts +++ b/counter.ts @@ -154,7 +154,7 @@ class NextSiteCounterRequest$Type extends MessageType { constructor() { super("vizapi.NextSiteCounterRequest", [ { no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestSiteHeader, options: { "validate.rules": { message: { required: true } } } }, - { no: 2, name: "Key", kind: "scalar", localName: "Key", jsonName: "Key", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { example: "\"claims\"" }, "validate.rules": { string: { minLen: "1" } } } } + { no: 2, name: "Key", kind: "scalar", localName: "Key", jsonName: "Key", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { example: "\"appointment\"" }, "validate.rules": { string: { minLen: "1" } } } } ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "Key"] } } }); } create(value?: PartialMessage): NextSiteCounterRequest { diff --git a/package.json b/package.json index 8405566..b9d6aee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-viz-sdk", - "version": "1.11.0-SNAPSHOT-250728143402", + "version": "1.11.0-SNAPSHOT-250807101229", "description": "npm libs from visibility model proto files", "homepage": "", "main": "index.ts",