You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@reflex-platform/npm-core-sdk",
|
"name": "@reflex-platform/npm-core-sdk",
|
||||||
"version": "1.13.0-SNAPSHOT-260302111011",
|
"version": "1.13.0-SNAPSHOT-260303084649",
|
||||||
"description": "npm libs from core model proto files",
|
"description": "npm libs from core model proto files",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"main": "index.ts",
|
"main": "index.ts",
|
||||||
|
|||||||
@@ -952,10 +952,10 @@ export const GetLanguagesResult = new GetLanguagesResult$Type();
|
|||||||
* @generated ServiceType for protobuf service api.TranslationsService
|
* @generated ServiceType for protobuf service api.TranslationsService
|
||||||
*/
|
*/
|
||||||
export const TranslationsService = new ServiceType("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: "SDK" } }, I: GetTranslationsRequest, O: GetTranslationsResult },
|
{ 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": "", "google.api.method_visibility": { restriction: "SDK" } }, I: PutTranslationsRequest, O: PutTranslationsResult },
|
{ 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": "", "google.api.method_visibility": { restriction: "HIDDEN" } }, I: DeleteTranslationsRequest, O: DeleteTranslationsResult },
|
{ 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 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: "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: "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: "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: "HIDDEN" } }, I: GetLanguagesRequest, O: GetLanguagesResult }
|
{ 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" });
|
], { "api.k8sService": "translations-server" });
|
||||||
|
|||||||
Reference in New Issue
Block a user