tencentcloud-sdk-nodejs-tione 4.1.161 → 4.1.166
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/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tione: {
|
|
2
|
-
v20191022: {
|
|
3
|
-
Client: typeof import("./v20191022/tione_client").Client;
|
|
4
|
-
Models: typeof import("./v20191022/tione_models");
|
|
5
|
-
};
|
|
6
2
|
v20211111: {
|
|
7
3
|
Client: typeof import("./v20211111/tione_client").Client;
|
|
8
4
|
Models: typeof import("./v20211111/tione_models");
|
|
9
5
|
};
|
|
6
|
+
v20191022: {
|
|
7
|
+
Client: typeof import("./v20191022/tione_client").Client;
|
|
8
|
+
Models: typeof import("./v20191022/tione_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tione = void 0;
|
|
4
|
-
const v20191022_1 = require("./v20191022");
|
|
5
4
|
const v20211111_1 = require("./v20211111");
|
|
5
|
+
const v20191022_1 = require("./v20191022");
|
|
6
6
|
exports.tione = {
|
|
7
|
-
v20191022: v20191022_1.v20191022,
|
|
8
7
|
v20211111: v20211111_1.v20211111,
|
|
8
|
+
v20191022: v20191022_1.v20191022,
|
|
9
9
|
};
|
|
@@ -289,7 +289,7 @@ export interface DescribeModelAccelerateVersionsRequest {
|
|
|
289
289
|
*/
|
|
290
290
|
Order?: string;
|
|
291
291
|
/**
|
|
292
|
-
* 分页查询起始位置,如:Limit为100,第一页Offset为0,第二页Offset为100
|
|
292
|
+
* 分页查询起始位置,如:Limit为100,第一页Offset为0,第二页Offset为100...即每页左边为闭区间; 默认0
|
|
293
293
|
*/
|
|
294
294
|
Offset?: number;
|
|
295
295
|
/**
|