tencentcloud-sdk-nodejs-essbasic 4.1.116 → 4.1.121
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/essbasic/v20201222/essbasic_models.js +1 -0
- package/es/services/essbasic/v20210526/essbasic_models.js +1 -0
- package/package.json +7 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/index.js +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-essbasic",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.121",
|
|
4
4
|
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "./tencentcloud/index.js",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"build:es": "tsc -p tsconfig.es.json",
|
|
13
13
|
"build:slim": "node ./scripts/build_slim.js",
|
|
14
14
|
"prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'",
|
|
15
|
-
"clean": "rimraf tencentcloud es"
|
|
15
|
+
"clean": "rimraf tencentcloud es",
|
|
16
|
+
"test:common": "vitest run"
|
|
16
17
|
},
|
|
17
18
|
"engines": {
|
|
18
19
|
"node": ">=10"
|
|
@@ -44,9 +45,9 @@
|
|
|
44
45
|
"url": "https://github.com/tencentcloud/tencentcloud-sdk-nodejs"
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
|
-
"@types/
|
|
48
|
+
"@types/ini": "^4.1.1",
|
|
48
49
|
"@types/json-bigint": "^1.0.1",
|
|
49
|
-
"@types/node": "^
|
|
50
|
+
"@types/node": "^18.0.0",
|
|
50
51
|
"@types/node-fetch": "^2.5.7",
|
|
51
52
|
"@types/uuid": "^9.0.8",
|
|
52
53
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"prettier": "^2.3.0",
|
|
62
63
|
"rimraf": "^5.0.10",
|
|
63
64
|
"ts-node": "^8.10.2",
|
|
64
|
-
"typescript": "^
|
|
65
|
+
"typescript": "^5.9.2",
|
|
66
|
+
"vitest": "2.1.9"
|
|
65
67
|
}
|
|
66
68
|
}
|
|
@@ -1012,7 +1012,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1012
1012
|
* 本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。
|
|
1013
1013
|
|
|
1014
1014
|
注意:
|
|
1015
|
-
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[
|
|
1015
|
+
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书失效回调](https://qian.tencent.com/developers/partner/callback_types_staffs#%E5%9B%9B-%E6%8E%88%E6%9D%83%E4%B9%A6%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
|
|
1016
1016
|
*/
|
|
1017
1017
|
CreateModifyAdminAuthorizationUrl(req: CreateModifyAdminAuthorizationUrlRequest, cb?: (error: string, rep: CreateModifyAdminAuthorizationUrlResponse) => void): Promise<CreateModifyAdminAuthorizationUrlResponse>;
|
|
1018
1018
|
/**
|
|
@@ -1166,7 +1166,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1166
1166
|
* 本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。
|
|
1167
1167
|
|
|
1168
1168
|
注意:
|
|
1169
|
-
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[
|
|
1169
|
+
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书失效回调](https://qian.tencent.com/developers/partner/callback_types_staffs#%E5%9B%9B-%E6%8E%88%E6%9D%83%E4%B9%A6%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
|
|
1170
1170
|
*/
|
|
1171
1171
|
async CreateModifyAdminAuthorizationUrl(req, cb) {
|
|
1172
1172
|
return this.request("CreateModifyAdminAuthorizationUrl", req, cb);
|
|
@@ -8859,7 +8859,7 @@ export interface DescribeTemplatesRequest {
|
|
|
8859
8859
|
|
|
8860
8860
|
设置为true之后, 返回参数PdfUrl,为模板PDF文件链接,有效期5分钟, 可以用于将PDF文件下载到本地
|
|
8861
8861
|
|
|
8862
|
-
注:
|
|
8862
|
+
注: `此功能需要开通功能白名单【第三方应用集成企业获取模板PDF下载链接】,使用前请联系对接的客户经理沟通。`
|
|
8863
8863
|
*/
|
|
8864
8864
|
WithPdfUrl?: boolean;
|
|
8865
8865
|
/**
|