diff --git a/package.json b/package.json index a4d02639..681f04dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.14.0-SNAPSHOT-260512105750", + "version": "1.14.0-SNAPSHOT-260518141057", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/translations.ts b/translations.ts index e315cbe5..6dcbbac9 100644 --- a/translations.ts +++ b/translations.ts @@ -955,7 +955,7 @@ export const TranslationsService = new ServiceType("api.TranslationsService", [ { name: "Get", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Translations"], summary: "Get the translations of a label", description: "Get the translations of a label for a given context in a project" }, "api.rscType": "Project", "api.roles": "Platform.Translations", "google.api.method_visibility": { restriction: "SDK" } }, I: GetTranslationsRequest, O: GetTranslationsResult }, { name: "Put", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Translations"], summary: "Put the translations of a label", description: "Put the translations of a label for a given context in a project" }, "api.rscType": "Project", "api.roles": "Platform.Translations", "google.api.method_visibility": { restriction: "SDK" } }, I: PutTranslationsRequest, O: PutTranslationsResult }, { name: "Delete", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Translations"], summary: "Delete the translations of a label", description: "Delete the translations of a label for a given context in a project" }, "api.rscType": "Project", "api.roles": "Platform.Translations", "google.api.method_visibility": { restriction: "HIDDEN" } }, I: DeleteTranslationsRequest, O: DeleteTranslationsResult }, - { name: "List", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Translations"], summary: "List all project translations for a given language code", description: "List all the available translations for a given language code in a project" }, "api.rscType": "Project", "api.roles": "Platform.Translations", "google.api.method_visibility": { restriction: "SDK" } }, I: ListTranslationsRequest, O: ListTranslationsResult }, + { name: "List", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Translations"], summary: "List all project translations for a given language code", description: "List all the available translations for a given language code in a project" }, "api.rscType": "Project", "api.roles": "Platform.Translations", "api.aliasType": "APPOINTMENT_SCHEDULING", "google.api.method_visibility": { restriction: "SDK" } }, I: ListTranslationsRequest, O: ListTranslationsResult }, { name: "DeleteAll", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Translations"], summary: "Delete all project translations", description: "Delete all the translations of a project" }, "api.rscType": "Project", "api.roles": "Platform.Translations", "google.api.method_visibility": { restriction: "SDK" } }, I: DeleteAllTranslationsRequest, O: DeleteAllTranslationsResult }, { name: "GetLanguages", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Translations"], summary: "Get all the available languages", description: "Get all the available languages" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: GetLanguagesRequest, O: GetLanguagesResult } ], { "api.k8sService": "translations-server" });