Skip to content

Commit 81ba0f4

Browse files
feat: update api client
1 parent c7f984f commit 81ba0f4

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

src/generated/clients/auroraCloudConsoleApi/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export interface AuroraCloudConsoleApiMethods {
146146
response: NonNullable<operations['getWallet']['responses']['200']>['content']['application/json'];
147147
options: {
148148
params: operations['getWallet']['parameters']['path'];
149-
query?: operations['getWallet']['parameters']['query'];
149+
query?: null;
150150
data?: null;
151151
};
152152
};

src/generated/clients/auroraCloudConsoleApi/types.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,6 @@ export interface operations {
522522
genesis: string;
523523
name: string;
524524
rpcUrl: string;
525-
intentsIntegrationStatus: string;
526-
trisolarisIntegrationStatus: string;
527525
nativeToken: {
528526
symbol: string;
529527
name: string | null;
@@ -559,8 +557,6 @@ export interface operations {
559557
genesis: string;
560558
name: string;
561559
rpcUrl: string;
562-
intentsIntegrationStatus: string;
563-
trisolarisIntegrationStatus: string;
564560
nativeToken: {
565561
symbol: string;
566562
name: string | null;
@@ -788,7 +784,6 @@ export interface operations {
788784
query?: {
789785
limit?: number;
790786
offset?: number;
791-
dealId?: number;
792787
};
793788
path: {
794789
id: string;
@@ -817,9 +812,6 @@ export interface operations {
817812
*/
818813
getWallet: {
819814
parameters: {
820-
query?: {
821-
dealId?: number;
822-
};
823815
path: {
824816
id: string;
825817
address: string;

src/generated/clients/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export {
2121
export const createAuroraCloudConsoleApiClient = (
2222
options: OpenApiClientOptions,
2323
): AuroraCloudConsoleApiClient => {
24-
const request = getRequestFunction('Aurora Cloud Console API', '1.11.0', options);
24+
const request = getRequestFunction('Aurora Cloud Console API', '1.12.0', options);
2525

2626
return getAuroraCloudConsoleApiOperations(request);
2727
};

0 commit comments

Comments
 (0)