tencentcloud-sdk-nodejs-teo 4.1.149 → 4.1.150
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/es/services/teo/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const teo: {
|
|
2
|
-
v20220106: {
|
|
3
|
-
Client: typeof import("./v20220106/teo_client").Client;
|
|
4
|
-
Models: typeof import("./v20220106/teo_models");
|
|
5
|
-
};
|
|
6
2
|
v20220901: {
|
|
7
3
|
Client: typeof import("./v20220901/teo_client").Client;
|
|
8
4
|
Models: typeof import("./v20220901/teo_models");
|
|
9
5
|
};
|
|
6
|
+
v20220106: {
|
|
7
|
+
Client: typeof import("./v20220106/teo_client").Client;
|
|
8
|
+
Models: typeof import("./v20220106/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 v20220106_1 = require("./v20220106");
|
|
5
4
|
const v20220901_1 = require("./v20220901");
|
|
5
|
+
const v20220106_1 = require("./v20220106");
|
|
6
6
|
exports.teo = {
|
|
7
|
-
v20220106: v20220106_1.v20220106,
|
|
8
7
|
v20220901: v20220901_1.v20220901,
|
|
8
|
+
v20220106: v20220106_1.v20220106,
|
|
9
9
|
};
|
|
@@ -15066,7 +15066,7 @@ export interface CheckFreeCertificateVerificationRequest {
|
|
|
15066
15066
|
*/
|
|
15067
15067
|
ZoneId: string;
|
|
15068
15068
|
/**
|
|
15069
|
-
* 加速域名,该域名为[申请免费证书](https://
|
|
15069
|
+
* 加速域名,该域名为[申请免费证书](https://cloud.tencent.com/document/product/1552/124807)时使用的域名。
|
|
15070
15070
|
*/
|
|
15071
15071
|
Domain: string;
|
|
15072
15072
|
}
|