File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export {
2121export 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} ;
You can’t perform that action at this time.
0 commit comments