tencentcloud-sdk-nodejs 4.1.110 → 4.1.111

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.
Files changed (54) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ams/index.js +2 -2
  3. package/es/services/btoe/index.js +2 -2
  4. package/es/services/dbbrain/index.js +2 -2
  5. package/es/services/ims/index.js +2 -2
  6. package/es/services/iotcloud/index.js +2 -2
  7. package/es/services/iotvideo/index.js +2 -2
  8. package/es/services/irp/index.js +2 -2
  9. package/es/services/mongodb/index.js +2 -2
  10. package/es/services/organization/index.js +2 -2
  11. package/es/services/tem/index.js +2 -2
  12. package/es/services/teo/index.js +2 -2
  13. package/es/services/thpc/index.js +2 -2
  14. package/es/services/tke/index.js +2 -2
  15. package/es/services/tms/index.js +2 -2
  16. package/es/services/vm/index.js +2 -2
  17. package/es/services/vod/index.js +2 -2
  18. package/package.json +1 -1
  19. package/tencentcloud/common/sdk_version.d.ts +1 -1
  20. package/tencentcloud/common/sdk_version.js +1 -1
  21. package/tencentcloud/services/ams/index.d.ts +4 -4
  22. package/tencentcloud/services/ams/index.js +2 -2
  23. package/tencentcloud/services/btoe/index.d.ts +4 -4
  24. package/tencentcloud/services/btoe/index.js +2 -2
  25. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  26. package/tencentcloud/services/dbbrain/index.js +2 -2
  27. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
  28. package/tencentcloud/services/ims/index.d.ts +4 -4
  29. package/tencentcloud/services/ims/index.js +2 -2
  30. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  31. package/tencentcloud/services/iotcloud/index.js +2 -2
  32. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  33. package/tencentcloud/services/iotvideo/index.js +2 -2
  34. package/tencentcloud/services/irp/index.d.ts +4 -4
  35. package/tencentcloud/services/irp/index.js +2 -2
  36. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  37. package/tencentcloud/services/mongodb/index.js +2 -2
  38. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -0
  39. package/tencentcloud/services/organization/index.d.ts +4 -4
  40. package/tencentcloud/services/organization/index.js +2 -2
  41. package/tencentcloud/services/tem/index.d.ts +4 -4
  42. package/tencentcloud/services/tem/index.js +2 -2
  43. package/tencentcloud/services/teo/index.d.ts +4 -4
  44. package/tencentcloud/services/teo/index.js +2 -2
  45. package/tencentcloud/services/thpc/index.d.ts +4 -4
  46. package/tencentcloud/services/thpc/index.js +2 -2
  47. package/tencentcloud/services/tke/index.d.ts +4 -4
  48. package/tencentcloud/services/tke/index.js +2 -2
  49. package/tencentcloud/services/tms/index.d.ts +4 -4
  50. package/tencentcloud/services/tms/index.js +2 -2
  51. package/tencentcloud/services/vm/index.d.ts +4 -4
  52. package/tencentcloud/services/vm/index.js +2 -2
  53. package/tencentcloud/services/vod/index.d.ts +4 -4
  54. package/tencentcloud/services/vod/index.js +2 -2
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.110";
1
+ export const sdkVersion = "4.1.111";
@@ -1,6 +1,6 @@
1
- import { v20201229 } from "./v20201229";
2
1
  import { v20200608 } from "./v20200608";
2
+ import { v20201229 } from "./v20201229";
3
3
  export const ams = {
4
- v20201229: v20201229,
5
4
  v20200608: v20200608,
5
+ v20201229: v20201229,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20210514 } from "./v20210514";
2
1
  import { v20210303 } from "./v20210303";
2
+ import { v20210514 } from "./v20210514";
3
3
  export const btoe = {
4
- v20210514: v20210514,
5
4
  v20210303: v20210303,
5
+ v20210514: v20210514,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20191016 } from "./v20191016";
2
1
  import { v20210527 } from "./v20210527";
2
+ import { v20191016 } from "./v20191016";
3
3
  export const dbbrain = {
4
- v20191016: v20191016,
5
4
  v20210527: v20210527,
5
+ v20191016: v20191016,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20201229 } from "./v20201229";
2
1
  import { v20200713 } from "./v20200713";
2
+ import { v20201229 } from "./v20201229";
3
3
  export const ims = {
4
- v20201229: v20201229,
5
4
  v20200713: v20200713,
5
+ v20201229: v20201229,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20210408 } from "./v20210408";
2
1
  import { v20180614 } from "./v20180614";
2
+ import { v20210408 } from "./v20210408";
3
3
  export const iotcloud = {
4
- v20210408: v20210408,
5
4
  v20180614: v20180614,
5
+ v20210408: v20210408,
6
6
  };
@@ -1,8 +1,8 @@
1
1
  import { v20201215 } from "./v20201215";
2
- import { v20211125 } from "./v20211125";
3
2
  import { v20191126 } from "./v20191126";
3
+ import { v20211125 } from "./v20211125";
4
4
  export const iotvideo = {
5
5
  v20201215: v20201215,
6
- v20211125: v20211125,
7
6
  v20191126: v20191126,
7
+ v20211125: v20211125,
8
8
  };
@@ -1,6 +1,6 @@
1
- import { v20220324 } from "./v20220324";
2
1
  import { v20220805 } from "./v20220805";
2
+ import { v20220324 } from "./v20220324";
3
3
  export const irp = {
4
- v20220324: v20220324,
5
4
  v20220805: v20220805,
5
+ v20220324: v20220324,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20190725 } from "./v20190725";
2
1
  import { v20180408 } from "./v20180408";
2
+ import { v20190725 } from "./v20190725";
3
3
  export const mongodb = {
4
- v20190725: v20190725,
5
4
  v20180408: v20180408,
5
+ v20190725: v20190725,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20210331 } from "./v20210331";
2
1
  import { v20181225 } from "./v20181225";
2
+ import { v20210331 } from "./v20210331";
3
3
  export const organization = {
4
- v20210331: v20210331,
5
4
  v20181225: v20181225,
5
+ v20210331: v20210331,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20201221 } from "./v20201221";
2
1
  import { v20210701 } from "./v20210701";
2
+ import { v20201221 } from "./v20201221";
3
3
  export const tem = {
4
- v20201221: v20201221,
5
4
  v20210701: v20210701,
5
+ v20201221: v20201221,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20220901 } from "./v20220901";
2
1
  import { v20220106 } from "./v20220106";
2
+ import { v20220901 } from "./v20220901";
3
3
  export const teo = {
4
- v20220901: v20220901,
5
4
  v20220106: v20220106,
5
+ v20220901: v20220901,
6
6
  };
@@ -1,8 +1,8 @@
1
- import { v20230321 } from "./v20230321";
2
1
  import { v20211109 } from "./v20211109";
3
2
  import { v20220401 } from "./v20220401";
3
+ import { v20230321 } from "./v20230321";
4
4
  export const thpc = {
5
- v20230321: v20230321,
6
5
  v20211109: v20211109,
7
6
  v20220401: v20220401,
7
+ v20230321: v20230321,
8
8
  };
@@ -1,6 +1,6 @@
1
- import { v20180525 } from "./v20180525";
2
1
  import { v20220501 } from "./v20220501";
2
+ import { v20180525 } from "./v20180525";
3
3
  export const tke = {
4
- v20180525: v20180525,
5
4
  v20220501: v20220501,
5
+ v20180525: v20180525,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20201229 } from "./v20201229";
2
1
  import { v20200713 } from "./v20200713";
2
+ import { v20201229 } from "./v20201229";
3
3
  export const tms = {
4
- v20201229: v20201229,
5
4
  v20200713: v20200713,
5
+ v20201229: v20201229,
6
6
  };
@@ -1,8 +1,8 @@
1
- import { v20201229 } from "./v20201229";
2
1
  import { v20210922 } from "./v20210922";
2
+ import { v20201229 } from "./v20201229";
3
3
  import { v20200709 } from "./v20200709";
4
4
  export const vm = {
5
- v20201229: v20201229,
6
5
  v20210922: v20210922,
6
+ v20201229: v20201229,
7
7
  v20200709: v20200709,
8
8
  };
@@ -1,6 +1,6 @@
1
- import { v20180717 } from "./v20180717";
2
1
  import { v20240718 } from "./v20240718";
2
+ import { v20180717 } from "./v20180717";
3
3
  export const vod = {
4
- v20180717: v20180717,
5
4
  v20240718: v20240718,
5
+ v20180717: v20180717,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.110",
3
+ "version": "4.1.111",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.110";
1
+ export declare const sdkVersion = "4.1.111";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.110";
4
+ exports.sdkVersion = "4.1.111";
@@ -1,10 +1,10 @@
1
1
  export declare const ams: {
2
- v20201229: {
3
- Client: typeof import("./v20201229/ams_client").Client;
4
- Models: typeof import("./v20201229/ams_models");
5
- };
6
2
  v20200608: {
7
3
  Client: typeof import("./v20200608/ams_client").Client;
8
4
  Models: typeof import("./v20200608/ams_models");
9
5
  };
6
+ v20201229: {
7
+ Client: typeof import("./v20201229/ams_client").Client;
8
+ Models: typeof import("./v20201229/ams_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ams = void 0;
4
- const v20201229_1 = require("./v20201229");
5
4
  const v20200608_1 = require("./v20200608");
5
+ const v20201229_1 = require("./v20201229");
6
6
  exports.ams = {
7
- v20201229: v20201229_1.v20201229,
8
7
  v20200608: v20200608_1.v20200608,
8
+ v20201229: v20201229_1.v20201229,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const btoe: {
2
- v20210514: {
3
- Client: typeof import("./v20210514/btoe_client").Client;
4
- Models: typeof import("./v20210514/btoe_models");
5
- };
6
2
  v20210303: {
7
3
  Client: typeof import("./v20210303/btoe_client").Client;
8
4
  Models: typeof import("./v20210303/btoe_models");
9
5
  };
6
+ v20210514: {
7
+ Client: typeof import("./v20210514/btoe_client").Client;
8
+ Models: typeof import("./v20210514/btoe_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.btoe = void 0;
4
- const v20210514_1 = require("./v20210514");
5
4
  const v20210303_1 = require("./v20210303");
5
+ const v20210514_1 = require("./v20210514");
6
6
  exports.btoe = {
7
- v20210514: v20210514_1.v20210514,
8
7
  v20210303: v20210303_1.v20210303,
8
+ v20210514: v20210514_1.v20210514,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const dbbrain: {
2
- v20191016: {
3
- Client: typeof import("./v20191016/dbbrain_client").Client;
4
- Models: typeof import("./v20191016/dbbrain_models");
5
- };
6
2
  v20210527: {
7
3
  Client: typeof import("./v20210527/dbbrain_client").Client;
8
4
  Models: typeof import("./v20210527/dbbrain_models");
9
5
  };
6
+ v20191016: {
7
+ Client: typeof import("./v20191016/dbbrain_client").Client;
8
+ Models: typeof import("./v20191016/dbbrain_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.dbbrain = void 0;
4
- const v20191016_1 = require("./v20191016");
5
4
  const v20210527_1 = require("./v20210527");
5
+ const v20191016_1 = require("./v20191016");
6
6
  exports.dbbrain = {
7
- v20191016: v20191016_1.v20191016,
8
7
  v20210527: v20210527_1.v20210527,
8
+ v20191016: v20191016_1.v20191016,
9
9
  };
@@ -7776,6 +7776,10 @@ export interface DeleteOrganizationAuthorizationsRequest {
7776
7776
 
7777
7777
  */
7778
7778
  Agent: Agent;
7779
+ /**
7780
+ * 认证流Ids数组 认证流 Id 是指在企业认证过程中,当前操作人的认证流程的唯一标识。每个企业在认证过程中只能有一条认证流认证成功。这意味着在同一认证过程内,一个企业只能有一个认证流程处于成功状态,以确保认证的唯一性和有效性。
7781
+ */
7782
+ AuthorizationIds?: Array<string>;
7779
7783
  /**
7780
7784
  * 认证人姓名,组织机构超管姓名。 在注册流程中,必须是超管本人进行操作。
7781
7785
  */
@@ -1,10 +1,10 @@
1
1
  export declare const ims: {
2
- v20201229: {
3
- Client: typeof import("./v20201229/ims_client").Client;
4
- Models: typeof import("./v20201229/ims_models");
5
- };
6
2
  v20200713: {
7
3
  Client: typeof import("./v20200713/ims_client").Client;
8
4
  Models: typeof import("./v20200713/ims_models");
9
5
  };
6
+ v20201229: {
7
+ Client: typeof import("./v20201229/ims_client").Client;
8
+ Models: typeof import("./v20201229/ims_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ims = void 0;
4
- const v20201229_1 = require("./v20201229");
5
4
  const v20200713_1 = require("./v20200713");
5
+ const v20201229_1 = require("./v20201229");
6
6
  exports.ims = {
7
- v20201229: v20201229_1.v20201229,
8
7
  v20200713: v20200713_1.v20200713,
8
+ v20201229: v20201229_1.v20201229,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const iotcloud: {
2
- v20210408: {
3
- Client: typeof import("./v20210408/iotcloud_client").Client;
4
- Models: typeof import("./v20210408/iotcloud_models");
5
- };
6
2
  v20180614: {
7
3
  Client: typeof import("./v20180614/iotcloud_client").Client;
8
4
  Models: typeof import("./v20180614/iotcloud_models");
9
5
  };
6
+ v20210408: {
7
+ Client: typeof import("./v20210408/iotcloud_client").Client;
8
+ Models: typeof import("./v20210408/iotcloud_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotcloud = void 0;
4
- const v20210408_1 = require("./v20210408");
5
4
  const v20180614_1 = require("./v20180614");
5
+ const v20210408_1 = require("./v20210408");
6
6
  exports.iotcloud = {
7
- v20210408: v20210408_1.v20210408,
8
7
  v20180614: v20180614_1.v20180614,
8
+ v20210408: v20210408_1.v20210408,
9
9
  };
@@ -3,12 +3,12 @@ export declare const iotvideo: {
3
3
  Client: typeof import("./v20201215/iotvideo_client").Client;
4
4
  Models: typeof import("./v20201215/iotvideo_models");
5
5
  };
6
- v20211125: {
7
- Client: typeof import("./v20211125/iotvideo_client").Client;
8
- Models: typeof import("./v20211125/iotvideo_models");
9
- };
10
6
  v20191126: {
11
7
  Client: typeof import("./v20191126/iotvideo_client").Client;
12
8
  Models: typeof import("./v20191126/iotvideo_models");
13
9
  };
10
+ v20211125: {
11
+ Client: typeof import("./v20211125/iotvideo_client").Client;
12
+ Models: typeof import("./v20211125/iotvideo_models");
13
+ };
14
14
  };
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotvideo = void 0;
4
4
  const v20201215_1 = require("./v20201215");
5
- const v20211125_1 = require("./v20211125");
6
5
  const v20191126_1 = require("./v20191126");
6
+ const v20211125_1 = require("./v20211125");
7
7
  exports.iotvideo = {
8
8
  v20201215: v20201215_1.v20201215,
9
- v20211125: v20211125_1.v20211125,
10
9
  v20191126: v20191126_1.v20191126,
10
+ v20211125: v20211125_1.v20211125,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const irp: {
2
- v20220324: {
3
- Client: typeof import("./v20220324/irp_client").Client;
4
- Models: typeof import("./v20220324/irp_models");
5
- };
6
2
  v20220805: {
7
3
  Client: typeof import("./v20220805/irp_client").Client;
8
4
  Models: typeof import("./v20220805/irp_models");
9
5
  };
6
+ v20220324: {
7
+ Client: typeof import("./v20220324/irp_client").Client;
8
+ Models: typeof import("./v20220324/irp_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.irp = void 0;
4
- const v20220324_1 = require("./v20220324");
5
4
  const v20220805_1 = require("./v20220805");
5
+ const v20220324_1 = require("./v20220324");
6
6
  exports.irp = {
7
- v20220324: v20220324_1.v20220324,
8
7
  v20220805: v20220805_1.v20220805,
8
+ v20220324: v20220324_1.v20220324,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const mongodb: {
2
- v20190725: {
3
- Client: typeof import("./v20190725/mongodb_client").Client;
4
- Models: typeof import("./v20190725/mongodb_models");
5
- };
6
2
  v20180408: {
7
3
  Client: typeof import("./v20180408/mongodb_client").Client;
8
4
  Models: typeof import("./v20180408/mongodb_models");
9
5
  };
6
+ v20190725: {
7
+ Client: typeof import("./v20190725/mongodb_client").Client;
8
+ Models: typeof import("./v20190725/mongodb_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.mongodb = void 0;
4
- const v20190725_1 = require("./v20190725");
5
4
  const v20180408_1 = require("./v20180408");
5
+ const v20190725_1 = require("./v20190725");
6
6
  exports.mongodb = {
7
- v20190725: v20190725_1.v20190725,
8
7
  v20180408: v20180408_1.v20180408,
8
+ v20190725: v20190725_1.v20190725,
9
9
  };
@@ -470,6 +470,12 @@ export interface ExtractDocMultiRequest {
470
470
  MultiRealEstateCertificate -- 房产材料识别模板
471
471
  MultiRealEstateMaterial -- 房产证明识别模板
472
472
  HongKongUtilityBill -- 中国香港水电煤单识别模板
473
+ OverseasCheques -- 海外支票
474
+ RegistrationCertificate -- 备案证
475
+ ​GridPhoto -- 电网系统照片
476
+ ​SignaturePage -- 签署页
477
+
478
+
473
479
  */
474
480
  ConfigId?: string;
475
481
  /**
@@ -1511,6 +1517,11 @@ export interface Value {
1511
1517
  注意:此字段可能返回 null,表示取不到有效值。
1512
1518
  */
1513
1519
  Coord?: Polygon;
1520
+ /**
1521
+ * 页数
1522
+ 注意:此字段可能返回 null,表示取不到有效值。
1523
+ */
1524
+ PageIndex?: string;
1514
1525
  }
1515
1526
  /**
1516
1527
  * EnterpriseLicenseOCR返回参数结构体
@@ -1,10 +1,10 @@
1
1
  export declare const organization: {
2
- v20210331: {
3
- Client: typeof import("./v20210331/organization_client").Client;
4
- Models: typeof import("./v20210331/organization_models");
5
- };
6
2
  v20181225: {
7
3
  Client: typeof import("./v20181225/organization_client").Client;
8
4
  Models: typeof import("./v20181225/organization_models");
9
5
  };
6
+ v20210331: {
7
+ Client: typeof import("./v20210331/organization_client").Client;
8
+ Models: typeof import("./v20210331/organization_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.organization = void 0;
4
- const v20210331_1 = require("./v20210331");
5
4
  const v20181225_1 = require("./v20181225");
5
+ const v20210331_1 = require("./v20210331");
6
6
  exports.organization = {
7
- v20210331: v20210331_1.v20210331,
8
7
  v20181225: v20181225_1.v20181225,
8
+ v20210331: v20210331_1.v20210331,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tem: {
2
- v20201221: {
3
- Client: typeof import("./v20201221/tem_client").Client;
4
- Models: typeof import("./v20201221/tem_models");
5
- };
6
2
  v20210701: {
7
3
  Client: typeof import("./v20210701/tem_client").Client;
8
4
  Models: typeof import("./v20210701/tem_models");
9
5
  };
6
+ v20201221: {
7
+ Client: typeof import("./v20201221/tem_client").Client;
8
+ Models: typeof import("./v20201221/tem_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tem = void 0;
4
- const v20201221_1 = require("./v20201221");
5
4
  const v20210701_1 = require("./v20210701");
5
+ const v20201221_1 = require("./v20201221");
6
6
  exports.tem = {
7
- v20201221: v20201221_1.v20201221,
8
7
  v20210701: v20210701_1.v20210701,
8
+ v20201221: v20201221_1.v20201221,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const teo: {
2
- v20220901: {
3
- Client: typeof import("./v20220901/teo_client").Client;
4
- Models: typeof import("./v20220901/teo_models");
5
- };
6
2
  v20220106: {
7
3
  Client: typeof import("./v20220106/teo_client").Client;
8
4
  Models: typeof import("./v20220106/teo_models");
9
5
  };
6
+ v20220901: {
7
+ Client: typeof import("./v20220901/teo_client").Client;
8
+ Models: typeof import("./v20220901/teo_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.teo = void 0;
4
- const v20220901_1 = require("./v20220901");
5
4
  const v20220106_1 = require("./v20220106");
5
+ const v20220901_1 = require("./v20220901");
6
6
  exports.teo = {
7
- v20220901: v20220901_1.v20220901,
8
7
  v20220106: v20220106_1.v20220106,
8
+ v20220901: v20220901_1.v20220901,
9
9
  };
@@ -1,8 +1,4 @@
1
1
  export declare const thpc: {
2
- v20230321: {
3
- Client: typeof import("./v20230321/thpc_client").Client;
4
- Models: typeof import("./v20230321/thpc_models");
5
- };
6
2
  v20211109: {
7
3
  Client: typeof import("./v20211109/thpc_client").Client;
8
4
  Models: typeof import("./v20211109/thpc_models");
@@ -11,4 +7,8 @@ export declare const thpc: {
11
7
  Client: typeof import("./v20220401/thpc_client").Client;
12
8
  Models: typeof import("./v20220401/thpc_models");
13
9
  };
10
+ v20230321: {
11
+ Client: typeof import("./v20230321/thpc_client").Client;
12
+ Models: typeof import("./v20230321/thpc_models");
13
+ };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.thpc = void 0;
4
- const v20230321_1 = require("./v20230321");
5
4
  const v20211109_1 = require("./v20211109");
6
5
  const v20220401_1 = require("./v20220401");
6
+ const v20230321_1 = require("./v20230321");
7
7
  exports.thpc = {
8
- v20230321: v20230321_1.v20230321,
9
8
  v20211109: v20211109_1.v20211109,
10
9
  v20220401: v20220401_1.v20220401,
10
+ v20230321: v20230321_1.v20230321,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tke: {
2
- v20180525: {
3
- Client: typeof import("./v20180525/tke_client").Client;
4
- Models: typeof import("./v20180525/tke_models");
5
- };
6
2
  v20220501: {
7
3
  Client: typeof import("./v20220501/tke_client").Client;
8
4
  Models: typeof import("./v20220501/tke_models");
9
5
  };
6
+ v20180525: {
7
+ Client: typeof import("./v20180525/tke_client").Client;
8
+ Models: typeof import("./v20180525/tke_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tke = void 0;
4
- const v20180525_1 = require("./v20180525");
5
4
  const v20220501_1 = require("./v20220501");
5
+ const v20180525_1 = require("./v20180525");
6
6
  exports.tke = {
7
- v20180525: v20180525_1.v20180525,
8
7
  v20220501: v20220501_1.v20220501,
8
+ v20180525: v20180525_1.v20180525,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tms: {
2
- v20201229: {
3
- Client: typeof import("./v20201229/tms_client").Client;
4
- Models: typeof import("./v20201229/tms_models");
5
- };
6
2
  v20200713: {
7
3
  Client: typeof import("./v20200713/tms_client").Client;
8
4
  Models: typeof import("./v20200713/tms_models");
9
5
  };
6
+ v20201229: {
7
+ Client: typeof import("./v20201229/tms_client").Client;
8
+ Models: typeof import("./v20201229/tms_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tms = void 0;
4
- const v20201229_1 = require("./v20201229");
5
4
  const v20200713_1 = require("./v20200713");
5
+ const v20201229_1 = require("./v20201229");
6
6
  exports.tms = {
7
- v20201229: v20201229_1.v20201229,
8
7
  v20200713: v20200713_1.v20200713,
8
+ v20201229: v20201229_1.v20201229,
9
9
  };
@@ -1,12 +1,12 @@
1
1
  export declare const vm: {
2
- v20201229: {
3
- Client: typeof import("./v20201229/vm_client").Client;
4
- Models: typeof import("./v20201229/vm_models");
5
- };
6
2
  v20210922: {
7
3
  Client: typeof import("./v20210922/vm_client").Client;
8
4
  Models: typeof import("./v20210922/vm_models");
9
5
  };
6
+ v20201229: {
7
+ Client: typeof import("./v20201229/vm_client").Client;
8
+ Models: typeof import("./v20201229/vm_models");
9
+ };
10
10
  v20200709: {
11
11
  Client: typeof import("./v20200709/vm_client").Client;
12
12
  Models: typeof import("./v20200709/vm_models");
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.vm = void 0;
4
- const v20201229_1 = require("./v20201229");
5
4
  const v20210922_1 = require("./v20210922");
5
+ const v20201229_1 = require("./v20201229");
6
6
  const v20200709_1 = require("./v20200709");
7
7
  exports.vm = {
8
- v20201229: v20201229_1.v20201229,
9
8
  v20210922: v20210922_1.v20210922,
9
+ v20201229: v20201229_1.v20201229,
10
10
  v20200709: v20200709_1.v20200709,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const vod: {
2
- v20180717: {
3
- Client: typeof import("./v20180717/vod_client").Client;
4
- Models: typeof import("./v20180717/vod_models");
5
- };
6
2
  v20240718: {
7
3
  Client: typeof import("./v20240718/vod_client").Client;
8
4
  Models: typeof import("./v20240718/vod_models");
9
5
  };
6
+ v20180717: {
7
+ Client: typeof import("./v20180717/vod_client").Client;
8
+ Models: typeof import("./v20180717/vod_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.vod = void 0;
4
- const v20180717_1 = require("./v20180717");
5
4
  const v20240718_1 = require("./v20240718");
5
+ const v20180717_1 = require("./v20180717");
6
6
  exports.vod = {
7
- v20180717: v20180717_1.v20180717,
8
7
  v20240718: v20240718_1.v20240718,
8
+ v20180717: v20180717_1.v20180717,
9
9
  };