tencentcloud-sdk-nodejs-tcb 4.1.258 → 4.1.262

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tcb",
3
- "version": "4.1.258",
3
+ "version": "4.1.262",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1879,6 +1879,14 @@ export interface AllocateEnvRequest {
1879
1879
  * <p>客户平台的应用标识,如果没有则不传</p>
1880
1880
  */
1881
1881
  ExternalAppId?: string;
1882
+ /**
1883
+ * <p>自定义标签</p><p>参数格式:逗号分隔的 key=value 对,key/value 仅允许字母、数字、下划线。k1=v1,k2=v2</p>
1884
+ */
1885
+ ExternalTag?: string;
1886
+ /**
1887
+ * <p>是否需要云函数</p><p>默认值:false</p>
1888
+ */
1889
+ RequireFunction?: boolean;
1882
1890
  }
1883
1891
  /**
1884
1892
  * 函数的信息