tencentcloud-sdk-nodejs-essbasic 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.
@@ -1,6 +1,6 @@
1
- import { v20201222 } from "./v20201222";
2
1
  import { v20210526 } from "./v20210526";
2
+ import { v20201222 } from "./v20201222";
3
3
  export const essbasic = {
4
- v20201222: v20201222,
5
4
  v20210526: v20210526,
5
+ v20201222: v20201222,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-essbasic",
3
- "version": "4.1.149",
3
+ "version": "4.1.150",
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 essbasic: {
2
- v20201222: {
3
- Client: typeof import("./v20201222/essbasic_client").Client;
4
- Models: typeof import("./v20201222/essbasic_models");
5
- };
6
2
  v20210526: {
7
3
  Client: typeof import("./v20210526/essbasic_client").Client;
8
4
  Models: typeof import("./v20210526/essbasic_models");
9
5
  };
6
+ v20201222: {
7
+ Client: typeof import("./v20201222/essbasic_client").Client;
8
+ Models: typeof import("./v20201222/essbasic_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.essbasic = void 0;
4
- const v20201222_1 = require("./v20201222");
5
4
  const v20210526_1 = require("./v20210526");
5
+ const v20201222_1 = require("./v20201222");
6
6
  exports.essbasic = {
7
- v20201222: v20201222_1.v20201222,
8
7
  v20210526: v20210526_1.v20210526,
8
+ v20201222: v20201222_1.v20201222,
9
9
  };
@@ -1109,13 +1109,17 @@ export interface OperateChannelTemplateResponse {
1109
1109
  */
1110
1110
  AuthTag?: string;
1111
1111
  /**
1112
- * 第三方平台子客企业标识列表
1112
+ * 第三方平台子客企业标识列表,仅在select 模式下返回
1113
1113
  */
1114
1114
  ProxyOrganizationOpenIds?: Array<string>;
1115
1115
  /**
1116
1116
  * 操作失败信息数组
1117
1117
  */
1118
1118
  FailMessageList?: Array<AuthFailMessage>;
1119
+ /**
1120
+ * 授权的平台子企业数量,OperateType 为select 时返回。
1121
+ */
1122
+ Total?: number;
1119
1123
  /**
1120
1124
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1121
1125
  */
@@ -9599,7 +9603,8 @@ export interface OperateChannelTemplateRequest {
9599
9603
  */
9600
9604
  TemplateId: string;
9601
9605
  /**
9602
- * 第三方平台子客企业的唯一标识,支持批量(用,分割)
9606
+ * 第三方平台子客企业的唯一标识,支持批量(用,分割)
9607
+ 一次批量操作最多支持100个第三方平台子客
9603
9608
  */
9604
9609
  ProxyOrganizationOpenIds?: string;
9605
9610
  /**
@@ -9631,6 +9636,15 @@ export interface OperateChannelTemplateRequest {
9631
9636
  * @deprecated
9632
9637
  */
9633
9638
  Operator?: UserInfo;
9639
+ /**
9640
+ * 指定分页每页返回的数据条数,单页最大支持 100。
9641
+ 不传默认值为 20
9642
+ */
9643
+ Limit?: number;
9644
+ /**
9645
+ * 分页查询偏移量,默认为0
9646
+ */
9647
+ Offset?: number;
9634
9648
  }
9635
9649
  /**
9636
9650
  * DescribeChannelSealPolicyWorkflowUrl返回参数结构体