From d7ad1a62e54e5e6733f4abb90b4617793fde554f Mon Sep 17 00:00:00 2001 From: ci core model Date: Fri, 19 Jun 2026 14:41:09 +0000 Subject: [PATCH] Latest generation --- messaging-settings.ts | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/messaging-settings.ts b/messaging-settings.ts index 28f17be..1f41383 100644 --- a/messaging-settings.ts +++ b/messaging-settings.ts @@ -34,7 +34,7 @@ export interface MessagingSettings { /** * @generated from protobuf field: string SenderLabel = 4 */ - SenderLabel: string; // SenderLabel is the label for the sender that will be displayed in messaging communications. Must be either an alphanumeric sender ID (up to 11 chars, ASCII letters/digits/spaces) or a phone number in E.164 format (+[1-15 digits]). If not set, will use the default Hardis SCN label. + SenderLabel: string; // SenderLabel is the label for the sender that will be displayed in messaging communications. Must be an alphanumeric sender ID (up to 11 chars, ASCII letters/digits/spaces)If not set, will use the default Hardis SCN label. } /** * MessagingSettingsHistory represents a record of changes made to the messaging settings for a specific project. It contains information about the user who made the change, the details of the messaging settings that were changed, and the timestamp of when the change was made. @@ -110,7 +110,7 @@ export interface PutMessagingSettingsRequest { /** * @generated from protobuf field: string SenderLabel = 4 */ - SenderLabel: string; // SenderLabel is the label for the sender that will be displayed in messaging communications. Must be either an alphanumeric sender ID (up to 11 chars, ASCII letters/digits/spaces) or a phone number in E.164 format (+[1-15 digits]). If not set, will use the default Hardis SCN label. + SenderLabel: string; // SenderLabel is the label for the sender that will be displayed in messaging communications. Must be an alphanumeric sender ID (up to 11 chars, ASCII letters/digits/spaces). If not set, will use the default Hardis SCN label. } /** * @generated from protobuf message api.PutMessagingSettingsResponse @@ -152,7 +152,7 @@ class MessagingSettings$Type extends MessageType { { no: 1, name: "ProjectID", kind: "scalar", localName: "ProjectID", jsonName: "ProjectID", T: 9 /*ScalarType.STRING*/, options: { "n1validate.rules": { string: { minLen: "1" } } } }, { no: 2, name: "MaxUsage", kind: "scalar", localName: "MaxUsage", jsonName: "MaxUsage", T: 2 /*ScalarType.FLOAT*/, options: { "n1validate.rules": { float: { gt: 0 } } } }, { no: 3, name: "Currency", kind: "enum", localName: "Currency", jsonName: "Currency", T: () => ["api.Currency", Currency], options: { "n1validate.rules": { enum: { definedOnly: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "ISO 4217 currency code", example: "[\"EUR\", \"USD\"]" } } }, - { no: 4, name: "SenderLabel", kind: "scalar", localName: "SenderLabel", jsonName: "SenderLabel", T: 9 /*ScalarType.STRING*/, options: { "n1validate.rules": { string: { pattern: "[a-zA-Z0-9 &]{1,11}", ignoreEmpty: true } } } } + { no: 4, name: "SenderLabel", kind: "scalar", localName: "SenderLabel", jsonName: "SenderLabel", T: 9 /*ScalarType.STRING*/, options: { "n1validate.rules": { string: { pattern: "^[a-zA-Z0-9 &]{1,11}$", ignoreEmpty: true } } } } ]); } create(value?: PartialMessage): MessagingSettings { @@ -470,7 +470,7 @@ class PutMessagingSettingsRequest$Type extends MessageType RequestProjectHeader, options: { "n1validate.rules": { message: { required: true } } } }, { no: 2, name: "MaxUsage", kind: "scalar", localName: "MaxUsage", jsonName: "MaxUsage", T: 2 /*ScalarType.FLOAT*/, options: { "n1validate.rules": { float: { gt: 0 } } } }, { no: 3, name: "Currency", kind: "enum", localName: "Currency", jsonName: "Currency", T: () => ["api.Currency", Currency], options: { "n1validate.rules": { enum: { definedOnly: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "ISO 4217 currency code", example: "[\"EUR\", \"USD\"]" } } }, - { no: 4, name: "SenderLabel", kind: "scalar", localName: "SenderLabel", jsonName: "SenderLabel", T: 9 /*ScalarType.STRING*/, options: { "n1validate.rules": { string: { pattern: "[a-zA-Z0-9 &]{1,11}", ignoreEmpty: true } } } } + { no: 4, name: "SenderLabel", kind: "scalar", localName: "SenderLabel", jsonName: "SenderLabel", T: 9 /*ScalarType.STRING*/, options: { "n1validate.rules": { string: { pattern: "^[a-zA-Z0-9 &]{1,11}$", ignoreEmpty: true } } } } ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "MaxUsage", "Currency", "SenderLabel"] } } }); } create(value?: PartialMessage): PutMessagingSettingsRequest { diff --git a/package.json b/package.json index e45df1a..cd77143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.14.0-SNAPSHOT-260619122500", + "version": "1.14.0-SNAPSHOT-260619144021", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",