@antchain/ato 1.14.4 → 1.14.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 CHANGED
@@ -2013,8 +2013,8 @@ export declare class AuthFundCreditgrantingRequest extends $tea.Model {
2013
2013
  merchantId: string;
2014
2014
  fundId: string;
2015
2015
  authId: string;
2016
- authBeginTime: string;
2017
- authEndTime: string;
2016
+ authBeginTime?: string;
2017
+ authEndTime?: string;
2018
2018
  orderQueryBegin: string;
2019
2019
  orderQueryEnd?: string;
2020
2020
  static names(): {
package/dist/client.js CHANGED
@@ -9931,7 +9931,7 @@ class Client {
9931
9931
  req_msg_id: alipay_util_1.default.getNonce(),
9932
9932
  access_key: this._accessKeyId,
9933
9933
  base_sdk_version: "TeaSDK-2.0",
9934
- sdk_version: "1.14.4",
9934
+ sdk_version: "1.14.6",
9935
9935
  _prod_code: "ATO",
9936
9936
  _prod_channel: "undefined",
9937
9937
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antchain/ato",
3
- "version": "1.14.4",
3
+ "version": "1.14.6",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -4719,9 +4719,9 @@ export class AuthFundCreditgrantingRequest extends $tea.Model {
4719
4719
  // 授权id
4720
4720
  authId: string;
4721
4721
  // 授权开始时间,格式为yyyy-MM-dd
4722
- authBeginTime: string;
4722
+ authBeginTime?: string;
4723
4723
  // 授权结束时间,格式为yyyy-MM-dd
4724
- authEndTime: string;
4724
+ authEndTime?: string;
4725
4725
  // 订单查询开始时间,格式为yyyy-MM-dd HH:mm:ss,需要在auth_begin_time之后。
4726
4726
  orderQueryBegin: string;
4727
4727
  // 订单查询结束时间,格式为yyyy-MM-dd HH:mm:ss,需要在auth_end_time之前
@@ -15108,7 +15108,7 @@ export default class Client {
15108
15108
  req_msg_id: AntchainUtil.getNonce(),
15109
15109
  access_key: this._accessKeyId,
15110
15110
  base_sdk_version: "TeaSDK-2.0",
15111
- sdk_version: "1.14.4",
15111
+ sdk_version: "1.14.6",
15112
15112
  _prod_code: "ATO",
15113
15113
  _prod_channel: "undefined",
15114
15114
  };