@antchain/ato 1.20.4 → 1.20.6
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 +6 -0
- package/dist/client.js +13 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +26 -1
package/dist/client.d.ts
CHANGED
|
@@ -5886,6 +5886,11 @@ export declare class QueryEnterpriseProductResponse extends $tea.Model {
|
|
|
5886
5886
|
resultMsg?: string;
|
|
5887
5887
|
orderId?: string;
|
|
5888
5888
|
event?: string;
|
|
5889
|
+
tradeNo?: string;
|
|
5890
|
+
orderType?: string;
|
|
5891
|
+
commodityCode?: string;
|
|
5892
|
+
durationType?: string;
|
|
5893
|
+
durationValue?: string;
|
|
5889
5894
|
static names(): {
|
|
5890
5895
|
[key: string]: string;
|
|
5891
5896
|
};
|
|
@@ -13873,6 +13878,7 @@ export declare class RegisterMerchantexpandMerchantRequest extends $tea.Model {
|
|
|
13873
13878
|
merchantSettleInfo?: MerchantSettleInfo;
|
|
13874
13879
|
payChannel?: string;
|
|
13875
13880
|
role?: string;
|
|
13881
|
+
needWithholding?: boolean;
|
|
13876
13882
|
static names(): {
|
|
13877
13883
|
[key: string]: string;
|
|
13878
13884
|
};
|
package/dist/client.js
CHANGED
|
@@ -4868,6 +4868,11 @@ class QueryEnterpriseProductResponse extends $tea.Model {
|
|
|
4868
4868
|
resultMsg: 'result_msg',
|
|
4869
4869
|
orderId: 'order_id',
|
|
4870
4870
|
event: 'event',
|
|
4871
|
+
tradeNo: 'trade_no',
|
|
4872
|
+
orderType: 'order_type',
|
|
4873
|
+
commodityCode: 'commodity_code',
|
|
4874
|
+
durationType: 'duration_type',
|
|
4875
|
+
durationValue: 'duration_value',
|
|
4871
4876
|
};
|
|
4872
4877
|
}
|
|
4873
4878
|
static types() {
|
|
@@ -4877,6 +4882,11 @@ class QueryEnterpriseProductResponse extends $tea.Model {
|
|
|
4877
4882
|
resultMsg: 'string',
|
|
4878
4883
|
orderId: 'string',
|
|
4879
4884
|
event: 'string',
|
|
4885
|
+
tradeNo: 'string',
|
|
4886
|
+
orderType: 'string',
|
|
4887
|
+
commodityCode: 'string',
|
|
4888
|
+
durationType: 'string',
|
|
4889
|
+
durationValue: 'string',
|
|
4880
4890
|
};
|
|
4881
4891
|
}
|
|
4882
4892
|
}
|
|
@@ -17052,6 +17062,7 @@ class RegisterMerchantexpandMerchantRequest extends $tea.Model {
|
|
|
17052
17062
|
merchantSettleInfo: 'merchant_settle_info',
|
|
17053
17063
|
payChannel: 'pay_channel',
|
|
17054
17064
|
role: 'role',
|
|
17065
|
+
needWithholding: 'need_withholding',
|
|
17055
17066
|
};
|
|
17056
17067
|
}
|
|
17057
17068
|
static types() {
|
|
@@ -17067,6 +17078,7 @@ class RegisterMerchantexpandMerchantRequest extends $tea.Model {
|
|
|
17067
17078
|
merchantSettleInfo: MerchantSettleInfo,
|
|
17068
17079
|
payChannel: 'string',
|
|
17069
17080
|
role: 'string',
|
|
17081
|
+
needWithholding: 'boolean',
|
|
17070
17082
|
};
|
|
17071
17083
|
}
|
|
17072
17084
|
}
|
|
@@ -20773,7 +20785,7 @@ class Client {
|
|
|
20773
20785
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
20774
20786
|
access_key: this._accessKeyId,
|
|
20775
20787
|
base_sdk_version: "TeaSDK-2.0",
|
|
20776
|
-
sdk_version: "1.20.
|
|
20788
|
+
sdk_version: "1.20.6",
|
|
20777
20789
|
_prod_code: "ATO",
|
|
20778
20790
|
_prod_channel: "undefined",
|
|
20779
20791
|
};
|