alipay-cloud-sdk-test
Advanced tools
Comparing version 1.14.0 to 1.15.0
@@ -38,3 +38,3 @@ import CloudKernel from 'mpserverless-sdk-core'; | ||
totalCount: number; | ||
smsSendDetailDTOs: SmsSendDetailDTOList; | ||
smsSendDetailDTOs: any; | ||
static names(): { | ||
@@ -50,16 +50,2 @@ [key: string]: string; | ||
} | ||
export declare class SmsSendDetailDTOList extends $tea.Model { | ||
smsSendDetailDTO: { | ||
[key: string]: any; | ||
}[]; | ||
static names(): { | ||
[key: string]: string; | ||
}; | ||
static types(): { | ||
[key: string]: any; | ||
}; | ||
constructor(map?: { | ||
[key: string]: any; | ||
}); | ||
} | ||
export default class Client { | ||
@@ -66,0 +52,0 @@ _kernel: CloudKernel; |
@@ -74,3 +74,3 @@ "use strict"; | ||
totalCount: 'number', | ||
smsSendDetailDTOs: SmsSendDetailDTOList, | ||
smsSendDetailDTOs: 'any', | ||
}; | ||
@@ -80,18 +80,2 @@ } | ||
exports.QuerySmsResponse = QuerySmsResponse; | ||
class SmsSendDetailDTOList extends $tea.Model { | ||
constructor(map) { | ||
super(map); | ||
} | ||
static names() { | ||
return { | ||
smsSendDetailDTO: 'SmsSendDetailDTO', | ||
}; | ||
} | ||
static types() { | ||
return { | ||
smsSendDetailDTO: { 'type': 'array', 'itemType': 'object' }, | ||
}; | ||
} | ||
} | ||
exports.SmsSendDetailDTOList = SmsSendDetailDTOList; | ||
class Client { | ||
@@ -98,0 +82,0 @@ constructor(_kernel) { |
{ | ||
"name": "alipay-cloud-sdk-test", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"description": "Alipay Cloud SDK for Test", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -67,3 +67,3 @@ // This file is auto-generated, don't edit it | ||
totalCount: number; | ||
smsSendDetailDTOs: SmsSendDetailDTOList; | ||
smsSendDetailDTOs: any; | ||
static names(): { [key: string]: string } { | ||
@@ -85,3 +85,3 @@ return { | ||
totalCount: 'number', | ||
smsSendDetailDTOs: SmsSendDetailDTOList, | ||
smsSendDetailDTOs: 'any', | ||
}; | ||
@@ -95,22 +95,3 @@ } | ||
export class SmsSendDetailDTOList extends $tea.Model { | ||
smsSendDetailDTO: {[key: string]: any}[]; | ||
static names(): { [key: string]: string } { | ||
return { | ||
smsSendDetailDTO: 'SmsSendDetailDTO', | ||
}; | ||
} | ||
static types(): { [key: string]: any } { | ||
return { | ||
smsSendDetailDTO: { 'type': 'array', 'itemType': 'object' }, | ||
}; | ||
} | ||
constructor(map?: { [key: string]: any }) { | ||
super(map); | ||
} | ||
} | ||
export default class Client { | ||
@@ -117,0 +98,0 @@ _kernel: CloudKernel; |
Sorry, the diff of this file is not supported yet
137528
3240