@antchain/riskplus 1.16.38 → 1.16.39

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
@@ -6479,7 +6479,6 @@ export declare class CallbackUmktRobotcallResponse extends $tea.Model {
6479
6479
  reqMsgId?: string;
6480
6480
  resultCode?: string;
6481
6481
  resultMsg?: string;
6482
- success?: boolean;
6483
6482
  static names(): {
6484
6483
  [key: string]: string;
6485
6484
  };
package/dist/client.js CHANGED
@@ -10066,7 +10066,6 @@ class CallbackUmktRobotcallResponse extends $tea.Model {
10066
10066
  reqMsgId: 'req_msg_id',
10067
10067
  resultCode: 'result_code',
10068
10068
  resultMsg: 'result_msg',
10069
- success: 'success',
10070
10069
  };
10071
10070
  }
10072
10071
  static types() {
@@ -10074,7 +10073,6 @@ class CallbackUmktRobotcallResponse extends $tea.Model {
10074
10073
  reqMsgId: 'string',
10075
10074
  resultCode: 'string',
10076
10075
  resultMsg: 'string',
10077
- success: 'boolean',
10078
10076
  };
10079
10077
  }
10080
10078
  }
@@ -10223,7 +10221,7 @@ class Client {
10223
10221
  req_msg_id: alipay_util_1.default.getNonce(),
10224
10222
  access_key: this._accessKeyId,
10225
10223
  base_sdk_version: "TeaSDK-2.0",
10226
- sdk_version: "1.16.38",
10224
+ sdk_version: "1.16.39",
10227
10225
  _prod_code: "RISKPLUS",
10228
10226
  _prod_channel: "undefined",
10229
10227
  };