@antchain/insurance_saas 1.9.2 → 1.9.3

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.js CHANGED
@@ -2009,7 +2009,7 @@ class Client {
2009
2009
  req_msg_id: alipay_util_1.default.getNonce(),
2010
2010
  access_key: this._accessKeyId,
2011
2011
  base_sdk_version: "TeaSDK-2.0",
2012
- sdk_version: "1.9.2",
2012
+ sdk_version: "1.9.3",
2013
2013
  _prod_code: "INSURANCE_SAAS",
2014
2014
  _prod_channel: "undefined",
2015
2015
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antchain/insurance_saas",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -3060,7 +3060,7 @@ export default class Client {
3060
3060
  req_msg_id: AntchainUtil.getNonce(),
3061
3061
  access_key: this._accessKeyId,
3062
3062
  base_sdk_version: "TeaSDK-2.0",
3063
- sdk_version: "1.9.2",
3063
+ sdk_version: "1.9.3",
3064
3064
  _prod_code: "INSURANCE_SAAS",
3065
3065
  _prod_channel: "undefined",
3066
3066
  };