Skip to content

Commit

Permalink
release 4.0.855
Browse files Browse the repository at this point in the history
  • Loading branch information
tencentcloudapi committed May 16, 2024
1 parent 99e61c7 commit 0f0cc74
Show file tree
Hide file tree
Showing 45 changed files with 207 additions and 110 deletions.
97 changes: 97 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,100 @@
# Release 4.0.855

## 消息队列 CKafka 版(ckafka) 版本:2019-08-19

### 第 101 次发布

发布时间:2024-05-16 01:22:41

本次发布包含了以下内容:

改善已有的文档。

新增数据结构:

* [MqttConnectParam](https://cloud.tencent.com/document/api/597/40861#MqttConnectParam)
* [MqttParam](https://cloud.tencent.com/document/api/597/40861#MqttParam)

修改数据结构:

* [DatahubResource](https://cloud.tencent.com/document/api/597/40861#DatahubResource)

* 新增成员:MqttParam

* [DescribeConnectResource](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResource)

* 新增成员:MqttConnectParam

* <font color="#dd0000">**修改成员**:</font>TaskProgress, StepList, KafkaConnectParam

* [DescribeConnectResourceResp](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResourceResp)

* 新增成员:MqttConnectParam

* <font color="#dd0000">**修改成员**:</font>KafkaConnectParam




## 云安全一体化平台(csip) 版本:2022-11-21

### 第 38 次发布

发布时间:2024-05-16 01:26:49

本次发布包含了以下内容:

改善已有的文档。

新增接口:

* [UpdateAlertStatusList](https://cloud.tencent.com/document/api/664/106208)

新增数据结构:

* [NewAlertKey](https://cloud.tencent.com/document/api/664/90825#NewAlertKey)



## 腾讯电子签企业版(ess) 版本:2020-11-11

### 第 170 次发布

发布时间:2024-05-16 01:44:57

本次发布包含了以下内容:

改善已有的文档。

修改接口:

* [CreateUserVerifyUrl](https://cloud.tencent.com/document/api/1323/105961)

* 新增入参:UserData




## 容器安全服务(tcss) 版本:2020-11-01

### 第 61 次发布

发布时间:2024-05-16 02:21:16

本次发布包含了以下内容:

改善已有的文档。

新增接口:

* [DescribeEventEscapeImageList](https://cloud.tencent.com/document/api/1285/106209)

新增数据结构:

* [EventEscapeImageInfo](https://cloud.tencent.com/document/api/1285/65614#EventEscapeImageInfo)



# Release 4.0.854

## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tencentcloud-sdk-nodejs",
"version": "4.0.854",
"version": "4.0.855",
"description": "腾讯云 API NODEJS SDK",
"main": "tencentcloud/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/sdk_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const sdkVersion = "4.0.854"
export const sdkVersion = "4.0.855"
4 changes: 2 additions & 2 deletions src/services/ams/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { v20201229 } from "./v20201229"
import { v20200608 } from "./v20200608"
import { v20201229 } from "./v20201229"

export const ams = {
v20201229: v20201229,
v20200608: v20200608,
v20201229: v20201229,
}
4 changes: 2 additions & 2 deletions src/services/bma/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { v20221115 } from "./v20221115"
import { v20210624 } from "./v20210624"
import { v20221115 } from "./v20221115"

export const bma = {
v20221115: v20221115,
v20210624: v20210624,
v20221115: v20221115,
}
4 changes: 2 additions & 2 deletions src/services/btoe/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { v20210514 } from "./v20210514"
import { v20210303 } from "./v20210303"
import { v20210514 } from "./v20210514"

export const btoe = {
v20210514: v20210514,
v20210303: v20210303,
v20210514: v20210514,
}
4 changes: 2 additions & 2 deletions src/services/essbasic/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { v20210526 } from "./v20210526"
import { v20201222 } from "./v20201222"
import { v20210526 } from "./v20210526"

export const essbasic = {
v20210526: v20210526,
v20201222: v20201222,
v20210526: v20210526,
}
4 changes: 2 additions & 2 deletions src/services/iotvideo/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { v20191126 } from "./v20191126"
import { v20211125 } from "./v20211125"
import { v20191126 } from "./v20191126"
import { v20201215 } from "./v20201215"

export const iotvideo = {
v20191126: v20191126,
v20211125: v20211125,
v20191126: v20191126,
v20201215: v20201215,
}
4 changes: 2 additions & 2 deletions src/services/mgobe/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { v20201014 } from "./v20201014"
import { v20190929 } from "./v20190929"
import { v20201014 } from "./v20201014"

export const mgobe = {
v20201014: v20201014,
v20190929: v20190929,
v20201014: v20201014,
}
4 changes: 2 additions & 2 deletions src/services/organization/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { v20210331 } from "./v20210331"
import { v20181225 } from "./v20181225"
import { v20210331 } from "./v20210331"

export const organization = {
v20210331: v20210331,
v20181225: v20181225,
v20210331: v20210331,
}
4 changes: 2 additions & 2 deletions src/services/teo/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { v20220901 } from "./v20220901"
import { v20220106 } from "./v20220106"
import { v20220901 } from "./v20220901"

export const teo = {
v20220901: v20220901,
v20220106: v20220106,
v20220901: v20220901,
}
4 changes: 2 additions & 2 deletions src/services/thpc/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { v20230321 } from "./v20230321"
import { v20220401 } from "./v20220401"
import { v20211109 } from "./v20211109"
import { v20230321 } from "./v20230321"

export const thpc = {
v20230321: v20230321,
v20220401: v20220401,
v20211109: v20211109,
v20230321: v20230321,
}
4 changes: 2 additions & 2 deletions src/services/tione/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { v20211111 } from "./v20211111"
import { v20191022 } from "./v20191022"
import { v20211111 } from "./v20211111"

export const tione = {
v20211111: v20211111,
v20191022: v20191022,
v20211111: v20211111,
}
4 changes: 2 additions & 2 deletions src/services/tke/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { v20180525 } from "./v20180525"
import { v20220501 } from "./v20220501"
import { v20180525 } from "./v20180525"

export const tke = {
v20180525: v20180525,
v20220501: v20220501,
v20180525: v20180525,
}
4 changes: 2 additions & 2 deletions src/services/tsw/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { v20200924 } from "./v20200924"
import { v20210412 } from "./v20210412"
import { v20200924 } from "./v20200924"

export const tsw = {
v20200924: v20200924,
v20210412: v20210412,
v20200924: v20200924,
}
4 changes: 2 additions & 2 deletions src/services/vm/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { v20200709 } from "./v20200709"
import { v20210922 } from "./v20210922"
import { v20201229 } from "./v20201229"
import { v20200709 } from "./v20200709"

export const vm = {
v20200709: v20200709,
v20210922: v20210922,
v20201229: v20201229,
v20200709: v20200709,
}
2 changes: 1 addition & 1 deletion tencentcloud/common/sdk_version.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const sdkVersion = "4.0.854";
export declare const sdkVersion = "4.0.855";
2 changes: 1 addition & 1 deletion tencentcloud/common/sdk_version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.sdkVersion = void 0;
exports.sdkVersion = "4.0.854";
exports.sdkVersion = "4.0.855";
8 changes: 4 additions & 4 deletions tencentcloud/services/ams/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export declare const ams: {
v20201229: {
Client: typeof import("./v20201229/ams_client").Client;
Models: typeof import("./v20201229/ams_models");
};
v20200608: {
Client: typeof import("./v20200608/ams_client").Client;
Models: typeof import("./v20200608/ams_models");
};
v20201229: {
Client: typeof import("./v20201229/ams_client").Client;
Models: typeof import("./v20201229/ams_models");
};
};
4 changes: 2 additions & 2 deletions tencentcloud/services/ams/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ams = void 0;
const v20201229_1 = require("./v20201229");
const v20200608_1 = require("./v20200608");
const v20201229_1 = require("./v20201229");
exports.ams = {
v20201229: v20201229_1.v20201229,
v20200608: v20200608_1.v20200608,
v20201229: v20201229_1.v20201229,
};
8 changes: 4 additions & 4 deletions tencentcloud/services/bma/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export declare const bma: {
v20221115: {
Client: typeof import("./v20221115/bma_client").Client;
Models: typeof import("./v20221115/bma_models");
};
v20210624: {
Client: typeof import("./v20210624/bma_client").Client;
Models: typeof import("./v20210624/bma_models");
};
v20221115: {
Client: typeof import("./v20221115/bma_client").Client;
Models: typeof import("./v20221115/bma_models");
};
};
4 changes: 2 additions & 2 deletions tencentcloud/services/bma/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.bma = void 0;
const v20221115_1 = require("./v20221115");
const v20210624_1 = require("./v20210624");
const v20221115_1 = require("./v20221115");
exports.bma = {
v20221115: v20221115_1.v20221115,
v20210624: v20210624_1.v20210624,
v20221115: v20221115_1.v20221115,
};
8 changes: 4 additions & 4 deletions tencentcloud/services/btoe/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export declare const btoe: {
v20210514: {
Client: typeof import("./v20210514/btoe_client").Client;
Models: typeof import("./v20210514/btoe_models");
};
v20210303: {
Client: typeof import("./v20210303/btoe_client").Client;
Models: typeof import("./v20210303/btoe_models");
};
v20210514: {
Client: typeof import("./v20210514/btoe_client").Client;
Models: typeof import("./v20210514/btoe_models");
};
};
4 changes: 2 additions & 2 deletions tencentcloud/services/btoe/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.btoe = void 0;
const v20210514_1 = require("./v20210514");
const v20210303_1 = require("./v20210303");
const v20210514_1 = require("./v20210514");
exports.btoe = {
v20210514: v20210514_1.v20210514,
v20210303: v20210303_1.v20210303,
v20210514: v20210514_1.v20210514,
};
8 changes: 4 additions & 4 deletions tencentcloud/services/essbasic/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export declare const essbasic: {
v20210526: {
Client: typeof import("./v20210526/essbasic_client").Client;
Models: typeof import("./v20210526/essbasic_models");
};
v20201222: {
Client: typeof import("./v20201222/essbasic_client").Client;
Models: typeof import("./v20201222/essbasic_models");
};
v20210526: {
Client: typeof import("./v20210526/essbasic_client").Client;
Models: typeof import("./v20210526/essbasic_models");
};
};
4 changes: 2 additions & 2 deletions tencentcloud/services/essbasic/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.essbasic = void 0;
const v20210526_1 = require("./v20210526");
const v20201222_1 = require("./v20201222");
const v20210526_1 = require("./v20210526");
exports.essbasic = {
v20210526: v20210526_1.v20210526,
v20201222: v20201222_1.v20201222,
v20210526: v20210526_1.v20210526,
};
8 changes: 4 additions & 4 deletions tencentcloud/services/iotvideo/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export declare const iotvideo: {
v20191126: {
Client: typeof import("./v20191126/iotvideo_client").Client;
Models: typeof import("./v20191126/iotvideo_models");
};
v20211125: {
Client: typeof import("./v20211125/iotvideo_client").Client;
Models: typeof import("./v20211125/iotvideo_models");
};
v20191126: {
Client: typeof import("./v20191126/iotvideo_client").Client;
Models: typeof import("./v20191126/iotvideo_models");
};
v20201215: {
Client: typeof import("./v20201215/iotvideo_client").Client;
Models: typeof import("./v20201215/iotvideo_models");
Expand Down
Loading

0 comments on commit 0f0cc74

Please sign in to comment.