tencentcloud-sdk-nodejs-intl-en 3.0.1286 → 3.0.1287

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.
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1286";
1
+ const sdkVersion = "3.0.1287";
2
2
  module.exports = sdkVersion
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20191016: require("./v20191016"), v20210527: require("./v20210527"),
2
+ v20210527: require("./v20210527"), v20191016: require("./v20191016"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20211206: require("./v20211206"), v20180330: require("./v20180330"),
2
+ v20180330: require("./v20180330"), v20211206: require("./v20211206"),
3
3
  };
@@ -2302,6 +2302,14 @@ The default value is blink. The different action types passed in this parameter
2302
2302
  */
2303
2303
  this.ActionList = null;
2304
2304
 
2305
+ /**
2306
+ * Whether expired identity documents are permitted to proceed to the liveness detection process. This parameter only takes effect when the document type is Hong Kong Identity Card (HKID).
2307
+ true (default value): Expired HKID is allowed to enter the liveness process.
2308
+ false : Expired HKID is rejected and cannot enter the liveness process.
2309
+ * @type {boolean || null}
2310
+ */
2311
+ this.AllowExpiredDocument = null;
2312
+
2305
2313
  }
2306
2314
 
2307
2315
  /**
@@ -2322,6 +2330,7 @@ The default value is blink. The different action types passed in this parameter
2322
2330
  this.Extra = 'Extra' in params ? params.Extra : null;
2323
2331
  this.SdkVersion = 'SdkVersion' in params ? params.SdkVersion : null;
2324
2332
  this.ActionList = 'ActionList' in params ? params.ActionList : null;
2333
+ this.AllowExpiredDocument = 'AllowExpiredDocument' in params ? params.AllowExpiredDocument : null;
2325
2334
 
2326
2335
  }
2327
2336
  }
@@ -120,6 +120,7 @@ module.exports = {
120
120
  tms: require("./tms"),
121
121
  tmt: require("./tmt"),
122
122
  trabbit: require("./trabbit"),
123
+ trocket: require("./trocket"),
123
124
  trro: require("./trro"),
124
125
  trtc: require("./trtc"),
125
126
  tts: require("./tts"),