@antchain/riskplus 1.26.4 → 1.26.5

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
@@ -2348,6 +2348,9 @@ export declare class QueryBenefithubReportInformationRequest extends $tea.Model
2348
2348
  authToken?: string;
2349
2349
  productInstanceId?: string;
2350
2350
  orderNo: string;
2351
+ platformCode: string;
2352
+ productCode: string;
2353
+ userUniqueId: string;
2351
2354
  static names(): {
2352
2355
  [key: string]: string;
2353
2356
  };
package/dist/client.js CHANGED
@@ -3797,6 +3797,9 @@ class QueryBenefithubReportInformationRequest extends $tea.Model {
3797
3797
  authToken: 'auth_token',
3798
3798
  productInstanceId: 'product_instance_id',
3799
3799
  orderNo: 'order_no',
3800
+ platformCode: 'platform_code',
3801
+ productCode: 'product_code',
3802
+ userUniqueId: 'user_unique_id',
3800
3803
  };
3801
3804
  }
3802
3805
  static types() {
@@ -3804,6 +3807,9 @@ class QueryBenefithubReportInformationRequest extends $tea.Model {
3804
3807
  authToken: 'string',
3805
3808
  productInstanceId: 'string',
3806
3809
  orderNo: 'string',
3810
+ platformCode: 'string',
3811
+ productCode: 'string',
3812
+ userUniqueId: 'string',
3807
3813
  };
3808
3814
  }
3809
3815
  }
@@ -16230,7 +16236,7 @@ class Client {
16230
16236
  req_msg_id: alipay_util_1.default.getNonce(),
16231
16237
  access_key: this._accessKeyId,
16232
16238
  base_sdk_version: "TeaSDK-2.0",
16233
- sdk_version: "1.26.4",
16239
+ sdk_version: "1.26.5",
16234
16240
  _prod_code: "RISKPLUS",
16235
16241
  _prod_channel: "undefined",
16236
16242
  };