@alicloud/dts20200101 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +2 -0
- package/dist/client.js +1810 -1785
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +14 -0
package/dist/client.d.ts
CHANGED
|
@@ -6005,6 +6005,8 @@ export declare class TransferPayTypeRequest extends $tea.Model {
|
|
|
6005
6005
|
buyCount?: string;
|
|
6006
6006
|
chargeType?: string;
|
|
6007
6007
|
dtsJobId?: string;
|
|
6008
|
+
maxDu?: number;
|
|
6009
|
+
minDu?: number;
|
|
6008
6010
|
period?: string;
|
|
6009
6011
|
regionId?: string;
|
|
6010
6012
|
resourceGroupId?: string;
|