tencentcloud-sdk-nodejs 4.0.461 → 4.0.462

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.
Files changed (40) hide show
  1. package/CHANGELOG.md +155 -0
  2. package/SERVICE_CHANGELOG.md +252 -172
  3. package/package.json +1 -1
  4. package/products.md +9 -9
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/captcha/v20190722/captcha_client.ts +12 -0
  7. package/src/services/captcha/v20190722/captcha_models.ts +15 -0
  8. package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
  9. package/src/services/lcic/v20220817/lcic_client.ts +27 -15
  10. package/src/services/lcic/v20220817/lcic_models.ts +42 -22
  11. package/src/services/redis/v20180412/redis_models.ts +35 -30
  12. package/src/services/ssl/v20191205/ssl_client.ts +15 -1
  13. package/src/services/ssl/v20191205/ssl_models.ts +191 -6
  14. package/src/services/teo/v20220901/teo_models.ts +1 -1
  15. package/src/services/tke/v20180525/tke_client.ts +1 -0
  16. package/src/services/tke/v20180525/tke_models.ts +34 -0
  17. package/src/services/trp/v20210515/trp_client.ts +13 -0
  18. package/src/services/trp/v20210515/trp_models.ts +218 -8
  19. package/tencentcloud/common/sdk_version.d.ts +1 -1
  20. package/tencentcloud/common/sdk_version.js +1 -1
  21. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +5 -1
  22. package/tencentcloud/services/captcha/v20190722/captcha_client.js +6 -0
  23. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +13 -0
  24. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +6 -0
  25. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +9 -5
  26. package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -6
  27. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +38 -20
  28. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +34 -30
  29. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
  30. package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
  31. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +159 -6
  32. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
  33. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +29 -0
  34. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
  35. package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
  36. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +185 -8
  37. package/test/captcha.v20190722.test.js +10 -0
  38. package/test/lcic.v20220817.test.js +14 -4
  39. package/test/ssl.v20191205.test.js +10 -0
  40. package/test/trp.v20210515.test.js +10 -0
@@ -3460,6 +3460,26 @@ export interface AddClusterCIDRRequest {
3460
3460
  */
3461
3461
  IgnoreClusterCIDRConflict?: boolean;
3462
3462
  }
3463
+ /**
3464
+ * OIDC认证相关配置
3465
+ */
3466
+ export interface OIDCConfigAuthenticationOptions {
3467
+ /**
3468
+ * 创建身份提供商
3469
+ 注意:此字段可能返回 null,表示取不到有效值。
3470
+ */
3471
+ AutoCreateOIDCConfig?: boolean;
3472
+ /**
3473
+ * 创建身份提供商的ClientId
3474
+ 注意:此字段可能返回 null,表示取不到有效值。
3475
+ */
3476
+ AutoCreateClientId?: Array<string>;
3477
+ /**
3478
+ * 创建PodIdentityWebhook组件
3479
+ 注意:此字段可能返回 null,表示取不到有效值。
3480
+ */
3481
+ AutoInstallPodIdentityWebhookAddon?: boolean;
3482
+ }
3463
3483
  /**
3464
3484
  * CreateCluster请求参数结构体
3465
3485
  */
@@ -6196,6 +6216,11 @@ export interface DescribeClusterAuthenticationOptionsResponse {
6196
6216
  注意:此字段可能返回 null,表示取不到有效值。
6197
6217
  */
6198
6218
  LatestOperationState: string;
6219
+ /**
6220
+ * OIDC认证配置
6221
+ 注意:此字段可能返回 null,表示取不到有效值。
6222
+ */
6223
+ OIDCConfig: OIDCConfigAuthenticationOptions;
6199
6224
  /**
6200
6225
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6201
6226
  */
@@ -9053,6 +9078,10 @@ export interface ModifyClusterAuthenticationOptionsRequest {
9053
9078
  * ServiceAccount认证配置
9054
9079
  */
9055
9080
  ServiceAccounts?: ServiceAccountAuthenticationOptions;
9081
+ /**
9082
+ * OIDC认证配置
9083
+ */
9084
+ OIDCConfig?: OIDCConfigAuthenticationOptions;
9056
9085
  }
9057
9086
  /**
9058
9087
  * DeleteClusterEndpointVip请求参数结构体
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeProductsRequest, ModifyProductResponse, ModifyProductRequest, ModifyCustomRuleRequest, DeleteCodeBatchRequest, DescribeMerchantsRequest, ModifyTraceCodeRequest, DescribeCustomRulesResponse, CreateMerchantRequest, DescribeCodeBatchByIdRequest, DescribeTraceCodeByIdResponse, DescribeProductsResponse, CreateCodeBatchResponse, DescribeTraceDataListResponse, DescribeTraceCodesRequest, CreateTraceCodesAsyncRequest, ModifyTraceDataResponse, DeleteProductRequest, CreateTraceChainResponse, CreateCustomRuleRequest, DescribeCodePackStatusRequest, ModifyTraceDataRequest, DescribeCodeBatchsRequest, ModifyTraceDataRanksResponse, CreateTraceCodesRequest, DescribeCodeBatchByIdResponse, DescribeCodePackStatusResponse, ModifyCustomRuleResponse, ModifyMerchantResponse, DeleteProductResponse, DescribeCodesByPackResponse, CreateTraceDataRequest, CreateProductResponse, CreateCustomPackRequest, CreateCodePackRequest, CreateCodeBatchRequest, DescribeCustomRuleByIdRequest, ModifyCustomRuleStatusResponse, CreateCustomPackResponse, ModifyMerchantRequest, DescribeCodePackUrlRequest, ModifyTraceDataRanksRequest, DeleteTraceDataResponse, ModifyCustomRuleStatusRequest, CreateCodePackResponse, DescribeMerchantByIdResponse, CreateTraceDataResponse, DescribeCustomRuleByIdResponse, DescribeCodeBatchsResponse, CreateCustomRuleResponse, DescribeCodePacksResponse, DescribeCodesByPackRequest, DescribeJobFileUrlRequest, CreateTraceCodesAsyncResponse, DescribeCustomRulesRequest, CreateProductRequest, ModifyCodeBatchRequest, DescribeProductByIdRequest, DescribeTraceCodesResponse, CreateTraceCodesResponse, DeleteTraceDataRequest, CreateMerchantResponse, DescribeMerchantsResponse, DescribeTraceDataListRequest, DeleteMerchantResponse, DeleteCodeBatchResponse, CreateTraceChainRequest, DescribeMerchantByIdRequest, DescribeProductByIdResponse, DescribeCodePacksRequest, DescribeJobFileUrlResponse, DescribeTraceCodeByIdRequest, DeleteMerchantRequest, ModifyTraceCodeResponse, DescribeCodePackUrlResponse, ModifyCodeBatchResponse } from "./trp_models";
3
+ import { DescribeProductsRequest, ModifyProductResponse, ModifyProductRequest, ModifyCustomRuleRequest, DeleteCodeBatchRequest, DescribeMerchantsRequest, ModifyTraceCodeRequest, DescribeCustomRulesResponse, CreateMerchantRequest, DescribeCodeBatchByIdRequest, DescribeTraceCodeByIdResponse, DescribeProductsResponse, CreateCodeBatchResponse, DescribeTraceDataListResponse, DescribeTraceCodesRequest, CreateTraceCodesAsyncRequest, ModifyTraceDataResponse, DeleteProductRequest, CreateTraceChainResponse, CreateCustomRuleRequest, DescribeCodePackStatusRequest, ModifyTraceDataRequest, DescribeCodeBatchsRequest, ModifyTraceDataRanksResponse, CreateTraceCodesRequest, DescribeCodeBatchByIdResponse, DescribeCodePackStatusResponse, ModifyCustomRuleResponse, ModifyMerchantResponse, DeleteProductResponse, DescribeCodesByPackResponse, CreateTraceDataRequest, CreateProductResponse, CreateCustomPackRequest, CreateCodePackRequest, CreateCodeBatchRequest, DescribeCustomRuleByIdRequest, ModifyCustomRuleStatusResponse, CreateCustomPackResponse, ModifyMerchantRequest, DescribeTmpTokenResponse, DescribeCodePackUrlRequest, ModifyTraceDataRanksRequest, DeleteTraceDataResponse, ModifyCustomRuleStatusRequest, CreateCodePackResponse, DescribeMerchantByIdResponse, CreateTraceDataResponse, DescribeCustomRuleByIdResponse, DescribeCodeBatchsResponse, CreateCustomRuleResponse, DescribeCodePacksResponse, DescribeCodesByPackRequest, DescribeJobFileUrlRequest, CreateTraceCodesAsyncResponse, DescribeCustomRulesRequest, CreateProductRequest, ModifyCodeBatchRequest, DescribeProductByIdRequest, DescribeTraceCodesResponse, CreateTraceCodesResponse, DeleteTraceDataRequest, DescribeTmpTokenRequest, CreateMerchantResponse, DescribeMerchantsResponse, DescribeTraceDataListRequest, DeleteMerchantResponse, DeleteCodeBatchResponse, CreateTraceChainRequest, DescribeMerchantByIdRequest, DescribeProductByIdResponse, DescribeCodePacksRequest, DescribeJobFileUrlResponse, DescribeTraceCodeByIdRequest, DeleteMerchantRequest, ModifyTraceCodeResponse, DescribeCodePackUrlResponse, ModifyCodeBatchResponse } from "./trp_models";
4
4
  /**
5
5
  * trp client
6
6
  * @class
@@ -71,6 +71,10 @@ export declare class Client extends AbstractClient {
71
71
  * 查询商品信息
72
72
  */
73
73
  DescribeProductById(req: DescribeProductByIdRequest, cb?: (error: string, rep: DescribeProductByIdResponse) => void): Promise<DescribeProductByIdResponse>;
74
+ /**
75
+ * 查询临时Token,主要用于上传接口
76
+ */
77
+ DescribeTmpToken(req: DescribeTmpTokenRequest, cb?: (error: string, rep: DescribeTmpTokenResponse) => void): Promise<DescribeTmpTokenResponse>;
74
78
  /**
75
79
  * 批量导入二维码,只支持平台发的码
76
80
  */
@@ -123,6 +123,12 @@ class Client extends abstract_client_1.AbstractClient {
123
123
  async DescribeProductById(req, cb) {
124
124
  return this.request("DescribeProductById", req, cb);
125
125
  }
126
+ /**
127
+ * 查询临时Token,主要用于上传接口
128
+ */
129
+ async DescribeTmpToken(req, cb) {
130
+ return this.request("DescribeTmpToken", req, cb);
131
+ }
126
132
  /**
127
133
  * 批量导入二维码,只支持平台发的码
128
134
  */
@@ -13,7 +13,7 @@ export interface CodeBatch {
13
13
  */
14
14
  CorpId: number;
15
15
  /**
16
- *
16
+ * 批次编码(未使用)
17
17
  注意:此字段可能返回 null,表示取不到有效值。
18
18
  */
19
19
  BatchCode: string;
@@ -48,7 +48,7 @@ export interface CodeBatch {
48
48
  */
49
49
  MpTpl: string;
50
50
  /**
51
- * 状态
51
+ * 批次状态 0: 未激活 1: 已激活 -1: 已冻结
52
52
  注意:此字段可能返回 null,表示取不到有效值。
53
53
  */
54
54
  Status: number;
@@ -214,6 +214,111 @@ export interface CodePart {
214
214
  */
215
215
  Ext: string;
216
216
  }
217
+ /**
218
+ * 码包类型
219
+ */
220
+ export interface CodePack {
221
+ /**
222
+ * 码id
223
+ 注意:此字段可能返回 null,表示取不到有效值。
224
+ */
225
+ PackId: string;
226
+ /**
227
+ * 企业id
228
+ 注意:此字段可能返回 null,表示取不到有效值。
229
+ */
230
+ CorpId: number;
231
+ /**
232
+ * 商户id
233
+ 注意:此字段可能返回 null,表示取不到有效值。
234
+ */
235
+ MerchantId: string;
236
+ /**
237
+ * 创建时间
238
+ 注意:此字段可能返回 null,表示取不到有效值。
239
+ */
240
+ CreateTime: string;
241
+ /**
242
+ * 更新时间
243
+ 注意:此字段可能返回 null,表示取不到有效值。
244
+ */
245
+ UpdateTime: string;
246
+ /**
247
+ * 状态
248
+ 注意:此字段可能返回 null,表示取不到有效值。
249
+ */
250
+ Status: string;
251
+ /**
252
+ * 记录
253
+ 注意:此字段可能返回 null,表示取不到有效值。
254
+ */
255
+ Log: string;
256
+ /**
257
+ * 创建人
258
+ 注意:此字段可能返回 null,表示取不到有效值。
259
+ */
260
+ CreateUser: string;
261
+ /**
262
+ * 码数
263
+ 注意:此字段可能返回 null,表示取不到有效值。
264
+ */
265
+ Amount: number;
266
+ /**
267
+ * 码长度
268
+ 注意:此字段可能返回 null,表示取不到有效值。
269
+ */
270
+ CodeLength: number;
271
+ /**
272
+ * 码类型
273
+ 注意:此字段可能返回 null,表示取不到有效值。
274
+ */
275
+ CodeType: string;
276
+ /**
277
+ * 是否暗码
278
+ 注意:此字段可能返回 null,表示取不到有效值。
279
+ */
280
+ Cipher: number;
281
+ /**
282
+ * 文字码地址
283
+ 注意:此字段可能返回 null,表示取不到有效值。
284
+ */
285
+ TextUrl: string;
286
+ /**
287
+ * 二维码地址
288
+ 注意:此字段可能返回 null,表示取不到有效值。
289
+ */
290
+ PackUrl: string;
291
+ /**
292
+ * 商户名
293
+ 注意:此字段可能返回 null,表示取不到有效值。
294
+ */
295
+ MerchantName: string;
296
+ /**
297
+ * 码规则类型 0: 默认, 1: 自定义
298
+ 注意:此字段可能返回 null,表示取不到有效值。
299
+ */
300
+ RuleType: number;
301
+ /**
302
+ * 自定义码规则ID
303
+ 注意:此字段可能返回 null,表示取不到有效值。
304
+ */
305
+ CustomId: string;
306
+ /**
307
+ * 码包类型 0: 普通码包 1: 层级码包
308
+ 注意:此字段可能返回 null,表示取不到有效值。
309
+ */
310
+ PackType: number;
311
+ /**
312
+ * 生码层级
313
+ 注意:此字段可能返回 null,表示取不到有效值。
314
+ */
315
+ PackLevel: number;
316
+ /**
317
+ * 层级码配置
318
+ 注意:此字段可能返回 null,表示取不到有效值。
319
+ */
320
+ PackSpec: Array<PackSpec>;
321
+ }
217
322
  /**
218
323
  * DeleteCodeBatch请求参数结构体
219
324
  */
@@ -705,6 +810,11 @@ export interface DescribeCodeBatchByIdResponse {
705
810
  * DescribeCodePackStatus返回参数结构体
706
811
  */
707
812
  export interface DescribeCodePackStatusResponse {
813
+ /**
814
+ * 码包状态 init: 初始化, pending: 执行中, done: 完成, error: 失败
815
+ 注意:此字段可能返回 null,表示取不到有效值。
816
+ */
817
+ Status: string;
708
818
  /**
709
819
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
710
820
  */
@@ -738,17 +848,17 @@ export interface TraceData {
738
848
  */
739
849
  CorpId: number;
740
850
  /**
741
- * 0
851
+ * 码类型 0: 批次, 1: 码, 2: 生产任务
742
852
  注意:此字段可能返回 null,表示取不到有效值。
743
853
  */
744
854
  Type: number;
745
855
  /**
746
- *
856
+ * 码值,跟码类型一一对应
747
857
  注意:此字段可能返回 null,表示取不到有效值。
748
858
  */
749
859
  Code: string;
750
860
  /**
751
- * 排序
861
+ * 排序,在Phase相同情况下,值越小排名靠前
752
862
  注意:此字段可能返回 null,表示取不到有效值。
753
863
  */
754
864
  Rank: number;
@@ -788,10 +898,20 @@ export interface TraceData {
788
898
  */
789
899
  ChainTime: string;
790
900
  /**
791
- *
901
+ * 上链数据
792
902
  注意:此字段可能返回 null,表示取不到有效值。
793
903
  */
794
904
  ChainData: ChainData;
905
+ /**
906
+ * 溯源阶段配置
907
+ 注意:此字段可能返回 null,表示取不到有效值。
908
+ */
909
+ PhaseData: PhaseData;
910
+ /**
911
+ * 溯源阶段状态 0: 无效, 1: 有效
912
+ 注意:此字段可能返回 null,表示取不到有效值。
913
+ */
914
+ Status: number;
795
915
  }
796
916
  /**
797
917
  * 层级码配置
@@ -814,6 +934,11 @@ export interface PackSpec {
814
934
  注意:此字段可能返回 null,表示取不到有效值。
815
935
  */
816
936
  CustomId?: string;
937
+ /**
938
+ * 码段配置
939
+ 注意:此字段可能返回 null,表示取不到有效值。
940
+ */
941
+ CodeParts?: Array<CodePart>;
817
942
  }
818
943
  /**
819
944
  * ModifyCustomRule返回参数结构体
@@ -963,13 +1088,17 @@ export interface CreateCustomPackRequest {
963
1088
  */
964
1089
  PackLevel?: number;
965
1090
  /**
966
- * 层级码包规则 [{ Level, Rate, Amount, CustomId }]
1091
+ * 层级码包规则
967
1092
  */
968
1093
  PackSpec?: Array<PackSpec>;
969
1094
  /**
970
- * 码规则ID, 普通码包时必填
1095
+ * 码规则ID, 和CodeParts二选一必填
971
1096
  */
972
1097
  CustomId?: string;
1098
+ /**
1099
+ * 码段配置,和CustomId二选一必填
1100
+ */
1101
+ CodeParts?: Array<CodePart>;
973
1102
  }
974
1103
  /**
975
1104
  * CreateCodePack请求参数结构体
@@ -1208,6 +1337,20 @@ export interface ModifyMerchantRequest {
1208
1337
  */
1209
1338
  CodeUrl?: string;
1210
1339
  }
1340
+ /**
1341
+ * DescribeTmpToken返回参数结构体
1342
+ */
1343
+ export interface DescribeTmpTokenResponse {
1344
+ /**
1345
+ * 临时token
1346
+ 注意:此字段可能返回 null,表示取不到有效值。
1347
+ */
1348
+ Token: string;
1349
+ /**
1350
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1351
+ */
1352
+ RequestId?: string;
1353
+ }
1211
1354
  /**
1212
1355
  * DescribeCodePackUrl请求参数结构体
1213
1356
  */
@@ -1369,6 +1512,16 @@ export interface CreateCustomRuleResponse {
1369
1512
  * DescribeCodePacks返回参数结构体
1370
1513
  */
1371
1514
  export interface DescribeCodePacksResponse {
1515
+ /**
1516
+ * 码列表
1517
+ 注意:此字段可能返回 null,表示取不到有效值。
1518
+ */
1519
+ CodePacks: Array<CodePack>;
1520
+ /**
1521
+ * 总数
1522
+ 注意:此字段可能返回 null,表示取不到有效值。
1523
+ */
1524
+ TotalCount: number;
1372
1525
  /**
1373
1526
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1374
1527
  */
@@ -1679,6 +1832,15 @@ export interface Product {
1679
1832
  */
1680
1833
  MerchantName: string;
1681
1834
  }
1835
+ /**
1836
+ * DescribeTmpToken请求参数结构体
1837
+ */
1838
+ export interface DescribeTmpTokenRequest {
1839
+ /**
1840
+ * 企业ID
1841
+ */
1842
+ CorpId?: number;
1843
+ }
1682
1844
  /**
1683
1845
  * 溯源码
1684
1846
  */
@@ -1886,6 +2048,11 @@ export interface DescribeCodePacksRequest {
1886
2048
  * DescribeJobFileUrl返回参数结构体
1887
2049
  */
1888
2050
  export interface DescribeJobFileUrlResponse {
2051
+ /**
2052
+ * 码包地址
2053
+ 注意:此字段可能返回 null,表示取不到有效值。
2054
+ */
2055
+ Url: string;
1889
2056
  /**
1890
2057
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1891
2058
  */
@@ -1935,6 +2102,16 @@ export interface DescribeCodePackUrlResponse {
1935
2102
  注意:此字段可能返回 null,表示取不到有效值。
1936
2103
  */
1937
2104
  Url: string;
2105
+ /**
2106
+ * 图片码包地址,可能为空
2107
+ 注意:此字段可能返回 null,表示取不到有效值。
2108
+ */
2109
+ ImgUrl: string;
2110
+ /**
2111
+ * 文字码包Key,用于上传导入
2112
+ 注意:此字段可能返回 null,表示取不到有效值。
2113
+ */
2114
+ FileKey: string;
1938
2115
  /**
1939
2116
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1940
2117
  */
@@ -118,6 +118,16 @@ it("captcha.v20190722.UpdateCaptchaAppIdInfo", async function () {
118
118
  }
119
119
  })
120
120
 
121
+ it("captcha.v20190722.GetTotalTicketStatistics", async function () {
122
+ try {
123
+ const data = await client.GetTotalTicketStatistics({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
121
131
  it("captcha.v20190722.DescribeCaptchaUserAllAppId", async function () {
122
132
  try {
123
133
  const data = await client.DescribeCaptchaUserAllAppId({})
@@ -28,6 +28,16 @@ it("lcic.v20220817.CreateDocument", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("lcic.v20220817.SetAppCustomContent", async function () {
32
+ try {
33
+ const data = await client.SetAppCustomContent({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
31
41
  it("lcic.v20220817.DescribeUser", async function () {
32
42
  try {
33
43
  const data = await client.DescribeUser({})
@@ -48,9 +58,9 @@ it("lcic.v20220817.LoginOriginId", async function () {
48
58
  }
49
59
  })
50
60
 
51
- it("lcic.v20220817.RegisterUser", async function () {
61
+ it("lcic.v20220817.DeleteRoom", async function () {
52
62
  try {
53
- const data = await client.RegisterUser({})
63
+ const data = await client.DeleteRoom({})
54
64
  expect(data).to.be.ok
55
65
  } catch(error) {
56
66
  expect(error.requestId).to.be.ok
@@ -78,9 +88,9 @@ it("lcic.v20220817.CreateSupervisor", async function () {
78
88
  }
79
89
  })
80
90
 
81
- it("lcic.v20220817.SetAppCustomContent", async function () {
91
+ it("lcic.v20220817.RegisterUser", async function () {
82
92
  try {
83
- const data = await client.SetAppCustomContent({})
93
+ const data = await client.RegisterUser({})
84
94
  expect(data).to.be.ok
85
95
  } catch(error) {
86
96
  expect(error.requestId).to.be.ok
@@ -28,6 +28,16 @@ it("ssl.v20191205.DescribeCertificates", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("ssl.v20191205.DescribePackages", async function () {
32
+ try {
33
+ const data = await client.DescribePackages({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
31
41
  it("ssl.v20191205.UploadRevokeLetter", async function () {
32
42
  try {
33
43
  const data = await client.UploadRevokeLetter({})
@@ -178,6 +178,16 @@ it("trp.v20210515.DescribeProductById", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("trp.v20210515.DescribeTmpToken", async function () {
182
+ try {
183
+ const data = await client.DescribeTmpToken({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
181
191
  it("trp.v20210515.CreateTraceCodes", async function () {
182
192
  try {
183
193
  const data = await client.CreateTraceCodes({})