@antchain/riskplus 1.19.23 → 1.19.24

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
@@ -8273,7 +8273,7 @@ export declare class DownloadUmktOfflinedecisionResultRequest extends $tea.Model
8273
8273
  productInstanceId?: string;
8274
8274
  offlineDecisionPlanId: number;
8275
8275
  decisionPlanId: number;
8276
- resultDate: string;
8276
+ resultDate?: string;
8277
8277
  static names(): {
8278
8278
  [key: string]: string;
8279
8279
  };
package/dist/client.js CHANGED
@@ -13036,7 +13036,7 @@ class Client {
13036
13036
  req_msg_id: alipay_util_1.default.getNonce(),
13037
13037
  access_key: this._accessKeyId,
13038
13038
  base_sdk_version: "TeaSDK-2.0",
13039
- sdk_version: "1.19.23",
13039
+ sdk_version: "1.19.24",
13040
13040
  _prod_code: "RISKPLUS",
13041
13041
  _prod_channel: "undefined",
13042
13042
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antchain/riskplus",
3
- "version": "1.19.23",
3
+ "version": "1.19.24",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -19672,7 +19672,7 @@ export class DownloadUmktOfflinedecisionResultRequest extends $tea.Model {
19672
19672
  // 圈客结果的产出日期
19673
19673
  // 格式:yyyy-MM-dd
19674
19674
  // 默认当前时间的前一天
19675
- resultDate: string;
19675
+ resultDate?: string;
19676
19676
  static names(): { [key: string]: string } {
19677
19677
  return {
19678
19678
  authToken: 'auth_token',
@@ -19931,7 +19931,7 @@ export default class Client {
19931
19931
  req_msg_id: AntchainUtil.getNonce(),
19932
19932
  access_key: this._accessKeyId,
19933
19933
  base_sdk_version: "TeaSDK-2.0",
19934
- sdk_version: "1.19.23",
19934
+ sdk_version: "1.19.24",
19935
19935
  _prod_code: "RISKPLUS",
19936
19936
  _prod_channel: "undefined",
19937
19937
  };