tencentcloud-sdk-nodejs-cii 4.1.138 → 4.1.167

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,6 +1,6 @@
1
- import { v20210408 } from "./v20210408";
2
1
  import { v20201210 } from "./v20201210";
2
+ import { v20210408 } from "./v20210408";
3
3
  export const cii = {
4
- v20210408: v20210408,
5
4
  v20201210: v20201210,
5
+ v20210408: v20210408,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cii",
3
- "version": "4.1.138",
3
+ "version": "4.1.167",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,10 +1,10 @@
1
1
  export declare const cii: {
2
- v20210408: {
3
- Client: typeof import("./v20210408/cii_client").Client;
4
- Models: typeof import("./v20210408/cii_models");
5
- };
6
2
  v20201210: {
7
3
  Client: typeof import("./v20201210/cii_client").Client;
8
4
  Models: typeof import("./v20201210/cii_models");
9
5
  };
6
+ v20210408: {
7
+ Client: typeof import("./v20210408/cii_client").Client;
8
+ Models: typeof import("./v20210408/cii_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.cii = void 0;
4
- const v20210408_1 = require("./v20210408");
5
4
  const v20201210_1 = require("./v20201210");
5
+ const v20210408_1 = require("./v20210408");
6
6
  exports.cii = {
7
- v20210408: v20210408_1.v20210408,
8
7
  v20201210: v20201210_1.v20201210,
8
+ v20210408: v20210408_1.v20210408,
9
9
  };