File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff 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 } ;
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 ;
@@ -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 ;
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