You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -204,5 +204,5 @@ export const GenerateResult = new GenerateResult$Type();
|
||||
* @generated ServiceType for protobuf service api.BillingService
|
||||
*/
|
||||
export const BillingService = new ServiceType("api.BillingService", [
|
||||
{ name: "Generate", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Billing"], description: "Generates billing report (pdf & csv) for a given organization during a given period" }, "api.rscType": "Platform", "api.roles": "Platform.Billing", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: GenerateRequest, O: GenerateResult }
|
||||
{ name: "Generate", options: { "api.rscType": "Platform", "api.roles": "Platform.Billing", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Billing"], description: "Generates billing report (pdf & csv) for a given organization during a given period" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: GenerateRequest, O: GenerateResult }
|
||||
], { "api.k8sService": "billing-server" });
|
||||
|
||||
Reference in New Issue
Block a user