From 3e6a6803711890e4dfc76d883a047f3336737065 Mon Sep 17 00:00:00 2001 From: Gaurav Singh Date: Mon, 26 Aug 2024 17:08:32 +0530 Subject: [PATCH] feat(sdk): add client gen (#746) --- sdks/js/packages/core/api-client/V1Beta1.ts | 10 ++++++++++ sdks/js/packages/core/api-client/data-contracts.ts | 7 ++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/sdks/js/packages/core/api-client/V1Beta1.ts b/sdks/js/packages/core/api-client/V1Beta1.ts index 7a86eff33..d3cc00b56 100644 --- a/sdks/js/packages/core/api-client/V1Beta1.ts +++ b/sdks/js/packages/core/api-client/V1Beta1.ts @@ -354,6 +354,16 @@ export class V1Beta1 extends HttpClient diff --git a/sdks/js/packages/core/api-client/data-contracts.ts b/sdks/js/packages/core/api-client/data-contracts.ts index 66fb35ed4..cc4d69488 100644 --- a/sdks/js/packages/core/api-client/data-contracts.ts +++ b/sdks/js/packages/core/api-client/data-contracts.ts @@ -80,7 +80,7 @@ export interface ProtobufAny { * `NullValue` is a singleton enumeration to represent the null value for the * `Value` type union. * - * The JSON representation for `NullValue` is JSON `null`. + * The JSON representation for `NullValue` is JSON `null`. * * - NULL_VALUE: Null value. * @default "NULL_VALUE" @@ -953,6 +953,11 @@ export interface V1Beta1ListAllInvoicesResponse { export interface V1Beta1ListAllOrganizationsResponse { organizations?: V1Beta1Organization[]; + /** + * Total number of pages in response + * @format int32 + */ + total_pages?: number; } export interface V1Beta1ListAllUsersResponse {