You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reflex-platform/npm-core-sdk",
|
||||
"version": "1.13.0-SNAPSHOT-260227160054",
|
||||
"version": "1.13.0-SNAPSHOT-260302091806",
|
||||
"description": "npm libs from core model proto files",
|
||||
"homepage": "",
|
||||
"main": "index.ts",
|
||||
|
||||
@@ -952,10 +952,10 @@ export const GetLanguagesResult = new GetLanguagesResult$Type();
|
||||
* @generated ServiceType for protobuf service api.TranslationsService
|
||||
*/
|
||||
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": "", "google.api.method_visibility": { restriction: "HIDDEN" } }, 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": "", "google.api.method_visibility": { restriction: "HIDDEN" } }, I: PutTranslationsRequest, O: PutTranslationsResult },
|
||||
{ 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": "", "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": "", "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": "", "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 the translations of a label", description: "List all the available translations for a given language code in a project" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "HIDDEN" } }, I: ListTranslationsRequest, O: ListTranslationsResult },
|
||||
{ name: "DeleteAll", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Translations"], summary: "Delete all the translations", description: "Delete all the translations of a project" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "HIDDEN" } }, I: DeleteAllTranslationsRequest, O: DeleteAllTranslationsResult },
|
||||
{ name: "List", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Translations"], summary: "List the translations of a label", description: "List all the available translations for a given language code in a project" }, "api.rscType": "Project", "api.roles": "", "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 the translations", description: "Delete all the translations of a project" }, "api.rscType": "Project", "api.roles": "", "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: "HIDDEN" } }, I: GetLanguagesRequest, O: GetLanguagesResult }
|
||||
], { "api.k8sService": "translations-server" });
|
||||
|
||||
Reference in New Issue
Block a user