tencentcloud-sdk-nodejs-organization 4.1.130 → 4.1.136

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 { v20181225 } from "./v20181225";
2
1
  import { v20210331 } from "./v20210331";
2
+ import { v20181225 } from "./v20181225";
3
3
  export const organization = {
4
- v20181225: v20181225,
5
4
  v20210331: v20210331,
5
+ v20181225: v20181225,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-organization",
3
- "version": "4.1.130",
3
+ "version": "4.1.136",
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 organization: {
2
- v20181225: {
3
- Client: typeof import("./v20181225/organization_client").Client;
4
- Models: typeof import("./v20181225/organization_models");
5
- };
6
2
  v20210331: {
7
3
  Client: typeof import("./v20210331/organization_client").Client;
8
4
  Models: typeof import("./v20210331/organization_models");
9
5
  };
6
+ v20181225: {
7
+ Client: typeof import("./v20181225/organization_client").Client;
8
+ Models: typeof import("./v20181225/organization_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.organization = void 0;
4
- const v20181225_1 = require("./v20181225");
5
4
  const v20210331_1 = require("./v20210331");
5
+ const v20181225_1 = require("./v20181225");
6
6
  exports.organization = {
7
- v20181225: v20181225_1.v20181225,
8
7
  v20210331: v20210331_1.v20210331,
8
+ v20181225: v20181225_1.v20181225,
9
9
  };
@@ -3995,6 +3995,10 @@ export interface ShareMember {
3995
3995
  * SetExternalSAMLIdentityProvider返回参数结构体
3996
3996
  */
3997
3997
  export interface SetExternalSAMLIdentityProviderResponse {
3998
+ /**
3999
+ * 证书ID。
4000
+ */
4001
+ CertificateIds?: Array<string>;
3998
4002
  /**
3999
4003
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4000
4004
  */