tencentcloud-sdk-nodejs 4.0.287 → 4.0.291
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/CHANGELOG.md +480 -0
- package/SERVICE_CHANGELOG.md +532 -242
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -0
- package/src/services/ame/v20190916/ame_models.ts +24 -0
- package/src/services/asr/v20190614/asr_models.ts +3 -2
- package/src/services/batch/v20170312/batch_models.ts +15 -15
- package/src/services/cdb/v20170320/cdb_models.ts +22 -5
- package/src/services/cdn/v20180606/cdn_client.ts +5 -2
- package/src/services/cdn/v20180606/cdn_models.ts +36 -4
- package/src/services/cii/v20210408/cii_models.ts +5 -0
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +15 -15
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +199 -58
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +1668 -1113
- package/src/services/dcdb/v20180411/dcdb_client.ts +13 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +192 -0
- package/src/services/ecdn/v20191012/ecdn_client.ts +8 -4
- package/src/services/es/v20180416/es_models.ts +12 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/gaap/v20180529/gaap_models.ts +51 -6
- package/src/services/iecp/v20210914/iecp_models.ts +6 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
- package/src/services/ivld/v20210903/ivld_models.ts +10 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +21 -4
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +208 -35
- package/src/services/monitor/v20180724/monitor_models.ts +18 -1
- package/src/services/rum/v20210622/rum_models.ts +12 -12
- package/src/services/tcm/v20210413/tcm_models.ts +10 -0
- package/src/services/tcss/v20201101/tcss_models.ts +13 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +66 -6
- package/src/services/tiw/v20190919/tiw_models.ts +6 -6
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- package/src/services/vpc/v20170312/vpc_client.ts +4 -4
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +21 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +15 -15
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +19 -5
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +3 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +32 -4
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +4 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +15 -15
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +47 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +69 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1409 -933
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +157 -0
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +6 -2
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +6 -2
- package/tencentcloud/services/es/v20180416/es_models.d.ts +10 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +43 -6
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +5 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +8 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +5 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +6 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +178 -32
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +15 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -12
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +8 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +11 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +56 -5
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +6 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/test/cynosdb.v20190107.test.js +112 -2
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/lighthouse.v20200324.test.js +10 -0
|
@@ -338,7 +338,7 @@ export declare class Client extends AbstractClient {
|
|
|
338
338
|
*/
|
|
339
339
|
AcceptAttachCcnInstances(req: AcceptAttachCcnInstancesRequest, cb?: (error: string, rep: AcceptAttachCcnInstancesResponse) => void): Promise<AcceptAttachCcnInstancesResponse>;
|
|
340
340
|
/**
|
|
341
|
-
*
|
|
341
|
+
* 删除模板对象中的IP地址、协议端口、IP地址组、协议端口组。当前仅支持北京、泰国、北美地域请求。
|
|
342
342
|
*/
|
|
343
343
|
DeleteTemplateMember(req: DeleteTemplateMemberRequest, cb?: (error: string, rep: DeleteTemplateMemberResponse) => void): Promise<DeleteTemplateMemberResponse>;
|
|
344
344
|
/**
|
|
@@ -350,7 +350,7 @@ export declare class Client extends AbstractClient {
|
|
|
350
350
|
*/
|
|
351
351
|
DescribeGatewayFlowQos(req: DescribeGatewayFlowQosRequest, cb?: (error: string, rep: DescribeGatewayFlowQosResponse) => void): Promise<DescribeGatewayFlowQosResponse>;
|
|
352
352
|
/**
|
|
353
|
-
*
|
|
353
|
+
* 修改模板对象中的IP地址、协议端口、IP地址组、协议端口组。当前仅支持北京、泰国、北美地域请求。
|
|
354
354
|
*/
|
|
355
355
|
ModifyTemplateMember(req: ModifyTemplateMemberRequest, cb?: (error: string, rep: ModifyTemplateMemberResponse) => void): Promise<ModifyTemplateMemberResponse>;
|
|
356
356
|
/**
|
|
@@ -961,7 +961,7 @@ LimitTypes取值范围:
|
|
|
961
961
|
*/
|
|
962
962
|
CreateNatGatewaySourceIpTranslationNatRule(req: CreateNatGatewaySourceIpTranslationNatRuleRequest, cb?: (error: string, rep: CreateNatGatewaySourceIpTranslationNatRuleResponse) => void): Promise<CreateNatGatewaySourceIpTranslationNatRuleResponse>;
|
|
963
963
|
/**
|
|
964
|
-
*
|
|
964
|
+
* 增加模板对象中的IP地址、协议端口、IP地址组、协议端口组。当前仅支持北京、泰国、北美地域请求。
|
|
965
965
|
*/
|
|
966
966
|
AddTemplateMember(req: AddTemplateMemberRequest, cb?: (error: string, rep: AddTemplateMemberResponse) => void): Promise<AddTemplateMemberResponse>;
|
|
967
967
|
/**
|
|
@@ -1003,7 +1003,7 @@ LimitTypes取值范围:
|
|
|
1003
1003
|
*/
|
|
1004
1004
|
ModifyBandwidthPackageAttribute(req: ModifyBandwidthPackageAttributeRequest, cb?: (error: string, rep: ModifyBandwidthPackageAttributeResponse) => void): Promise<ModifyBandwidthPackageAttributeResponse>;
|
|
1005
1005
|
/**
|
|
1006
|
-
* 本接口(CreateAddressTemplate)用于创建IP
|
|
1006
|
+
* 本接口(CreateAddressTemplate)用于创建IP地址模板。
|
|
1007
1007
|
*/
|
|
1008
1008
|
CreateAddressTemplate(req: CreateAddressTemplateRequest, cb?: (error: string, rep: CreateAddressTemplateResponse) => void): Promise<CreateAddressTemplateResponse>;
|
|
1009
1009
|
/**
|
|
@@ -500,7 +500,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
500
500
|
return this.request("AcceptAttachCcnInstances", req, cb);
|
|
501
501
|
}
|
|
502
502
|
/**
|
|
503
|
-
*
|
|
503
|
+
* 删除模板对象中的IP地址、协议端口、IP地址组、协议端口组。当前仅支持北京、泰国、北美地域请求。
|
|
504
504
|
*/
|
|
505
505
|
async DeleteTemplateMember(req, cb) {
|
|
506
506
|
return this.request("DeleteTemplateMember", req, cb);
|
|
@@ -518,7 +518,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
518
518
|
return this.request("DescribeGatewayFlowQos", req, cb);
|
|
519
519
|
}
|
|
520
520
|
/**
|
|
521
|
-
*
|
|
521
|
+
* 修改模板对象中的IP地址、协议端口、IP地址组、协议端口组。当前仅支持北京、泰国、北美地域请求。
|
|
522
522
|
*/
|
|
523
523
|
async ModifyTemplateMember(req, cb) {
|
|
524
524
|
return this.request("ModifyTemplateMember", req, cb);
|
|
@@ -1363,7 +1363,7 @@ LimitTypes取值范围:
|
|
|
1363
1363
|
return this.request("CreateNatGatewaySourceIpTranslationNatRule", req, cb);
|
|
1364
1364
|
}
|
|
1365
1365
|
/**
|
|
1366
|
-
*
|
|
1366
|
+
* 增加模板对象中的IP地址、协议端口、IP地址组、协议端口组。当前仅支持北京、泰国、北美地域请求。
|
|
1367
1367
|
*/
|
|
1368
1368
|
async AddTemplateMember(req, cb) {
|
|
1369
1369
|
return this.request("AddTemplateMember", req, cb);
|
|
@@ -1425,7 +1425,7 @@ LimitTypes取值范围:
|
|
|
1425
1425
|
return this.request("ModifyBandwidthPackageAttribute", req, cb);
|
|
1426
1426
|
}
|
|
1427
1427
|
/**
|
|
1428
|
-
* 本接口(CreateAddressTemplate)用于创建IP
|
|
1428
|
+
* 本接口(CreateAddressTemplate)用于创建IP地址模板。
|
|
1429
1429
|
*/
|
|
1430
1430
|
async CreateAddressTemplate(req, cb) {
|
|
1431
1431
|
return this.request("CreateAddressTemplate", req, cb);
|
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.cynosdb.v20190107.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("cynosdb.v20190107.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("cynosdb.v20190107.ResumeServerless", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.ResumeServerless({})
|
|
24
|
+
expect(data).to.be.ok
|
|
25
|
+
} catch(error) {
|
|
26
|
+
expect(error.requestId).to.be.ok
|
|
27
|
+
expect(error.code).to.be.ok
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
|
|
21
31
|
it("cynosdb.v20190107.DescribeBackupList", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.DescribeBackupList({})
|
|
@@ -28,6 +38,26 @@ it("cynosdb.v20190107.DescribeBackupList", async function () {
|
|
|
28
38
|
}
|
|
29
39
|
})
|
|
30
40
|
|
|
41
|
+
it("cynosdb.v20190107.RevokeAccountPrivileges", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.RevokeAccountPrivileges({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
51
|
+
it("cynosdb.v20190107.RollBackCluster", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.RollBackCluster({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
31
61
|
it("cynosdb.v20190107.DescribeBackupConfig", async function () {
|
|
32
62
|
try {
|
|
33
63
|
const data = await client.DescribeBackupConfig({})
|
|
@@ -58,6 +88,16 @@ it("cynosdb.v20190107.OfflineCluster", async function () {
|
|
|
58
88
|
}
|
|
59
89
|
})
|
|
60
90
|
|
|
91
|
+
it("cynosdb.v20190107.PauseServerless", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.PauseServerless({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
61
101
|
it("cynosdb.v20190107.DescribeInstanceDetail", async function () {
|
|
62
102
|
try {
|
|
63
103
|
const data = await client.DescribeInstanceDetail({})
|
|
@@ -98,6 +138,26 @@ it("cynosdb.v20190107.DescribeInstances", async function () {
|
|
|
98
138
|
}
|
|
99
139
|
})
|
|
100
140
|
|
|
141
|
+
it("cynosdb.v20190107.GrantAccountPrivileges", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.GrantAccountPrivileges({})
|
|
144
|
+
expect(data).to.be.ok
|
|
145
|
+
} catch(error) {
|
|
146
|
+
expect(error.requestId).to.be.ok
|
|
147
|
+
expect(error.code).to.be.ok
|
|
148
|
+
}
|
|
149
|
+
})
|
|
150
|
+
|
|
151
|
+
it("cynosdb.v20190107.DescribeClusterParamLogs", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.DescribeClusterParamLogs({})
|
|
154
|
+
expect(data).to.be.ok
|
|
155
|
+
} catch(error) {
|
|
156
|
+
expect(error.requestId).to.be.ok
|
|
157
|
+
expect(error.code).to.be.ok
|
|
158
|
+
}
|
|
159
|
+
})
|
|
160
|
+
|
|
101
161
|
it("cynosdb.v20190107.ModifyMaintainPeriodConfig", async function () {
|
|
102
162
|
try {
|
|
103
163
|
const data = await client.ModifyMaintainPeriodConfig({})
|
|
@@ -108,6 +168,16 @@ it("cynosdb.v20190107.ModifyMaintainPeriodConfig", async function () {
|
|
|
108
168
|
}
|
|
109
169
|
})
|
|
110
170
|
|
|
171
|
+
it("cynosdb.v20190107.ModifyAccountParams", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.ModifyAccountParams({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
111
181
|
it("cynosdb.v20190107.OfflineInstance", async function () {
|
|
112
182
|
try {
|
|
113
183
|
const data = await client.OfflineInstance({})
|
|
@@ -158,6 +228,16 @@ it("cynosdb.v20190107.DescribeProjectSecurityGroups", async function () {
|
|
|
158
228
|
}
|
|
159
229
|
})
|
|
160
230
|
|
|
231
|
+
it("cynosdb.v20190107.AssociateSecurityGroups", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.AssociateSecurityGroups({})
|
|
234
|
+
expect(data).to.be.ok
|
|
235
|
+
} catch(error) {
|
|
236
|
+
expect(error.requestId).to.be.ok
|
|
237
|
+
expect(error.code).to.be.ok
|
|
238
|
+
}
|
|
239
|
+
})
|
|
240
|
+
|
|
161
241
|
it("cynosdb.v20190107.SetRenewFlag", async function () {
|
|
162
242
|
try {
|
|
163
243
|
const data = await client.SetRenewFlag({})
|
|
@@ -208,6 +288,16 @@ it("cynosdb.v20190107.DescribeInstanceSpecs", async function () {
|
|
|
208
288
|
}
|
|
209
289
|
})
|
|
210
290
|
|
|
291
|
+
it("cynosdb.v20190107.DescribeAccountAllGrantPrivileges", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.DescribeAccountAllGrantPrivileges({})
|
|
294
|
+
expect(data).to.be.ok
|
|
295
|
+
} catch(error) {
|
|
296
|
+
expect(error.requestId).to.be.ok
|
|
297
|
+
expect(error.code).to.be.ok
|
|
298
|
+
}
|
|
299
|
+
})
|
|
300
|
+
|
|
211
301
|
it("cynosdb.v20190107.DescribeAccounts", async function () {
|
|
212
302
|
try {
|
|
213
303
|
const data = await client.DescribeAccounts({})
|
|
@@ -258,9 +348,9 @@ it("cynosdb.v20190107.CreateClusters", async function () {
|
|
|
258
348
|
}
|
|
259
349
|
})
|
|
260
350
|
|
|
261
|
-
it("cynosdb.v20190107.
|
|
351
|
+
it("cynosdb.v20190107.ActivateInstance", async function () {
|
|
262
352
|
try {
|
|
263
|
-
const data = await client.
|
|
353
|
+
const data = await client.ActivateInstance({})
|
|
264
354
|
expect(data).to.be.ok
|
|
265
355
|
} catch(error) {
|
|
266
356
|
expect(error.requestId).to.be.ok
|
|
@@ -278,6 +368,26 @@ it("cynosdb.v20190107.DescribeDBSecurityGroups", async function () {
|
|
|
278
368
|
}
|
|
279
369
|
})
|
|
280
370
|
|
|
371
|
+
it("cynosdb.v20190107.DisassociateSecurityGroups", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.DisassociateSecurityGroups({})
|
|
374
|
+
expect(data).to.be.ok
|
|
375
|
+
} catch(error) {
|
|
376
|
+
expect(error.requestId).to.be.ok
|
|
377
|
+
expect(error.code).to.be.ok
|
|
378
|
+
}
|
|
379
|
+
})
|
|
380
|
+
|
|
381
|
+
it("cynosdb.v20190107.DescribeRollbackTimeValidity", async function () {
|
|
382
|
+
try {
|
|
383
|
+
const data = await client.DescribeRollbackTimeValidity({})
|
|
384
|
+
expect(data).to.be.ok
|
|
385
|
+
} catch(error) {
|
|
386
|
+
expect(error.requestId).to.be.ok
|
|
387
|
+
expect(error.code).to.be.ok
|
|
388
|
+
}
|
|
389
|
+
})
|
|
390
|
+
|
|
281
391
|
it("cynosdb.v20190107.AddInstances", async function () {
|
|
282
392
|
try {
|
|
283
393
|
const data = await client.AddInstances({})
|
|
@@ -158,6 +158,16 @@ it("dcdb.v20180411.DescribeDCDBSaleInfo", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
+
it("dcdb.v20180411.DescribeDBSlowLogs", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.DescribeDBSlowLogs({})
|
|
164
|
+
expect(data).to.be.ok
|
|
165
|
+
} catch(error) {
|
|
166
|
+
expect(error.requestId).to.be.ok
|
|
167
|
+
expect(error.code).to.be.ok
|
|
168
|
+
}
|
|
169
|
+
})
|
|
170
|
+
|
|
161
171
|
it("dcdb.v20180411.DescribeFlow", async function () {
|
|
162
172
|
try {
|
|
163
173
|
const data = await client.DescribeFlow({})
|
|
@@ -268,6 +268,16 @@ it("iotexplorer.v20190423.EnableTopicRule", async function () {
|
|
|
268
268
|
}
|
|
269
269
|
})
|
|
270
270
|
|
|
271
|
+
it("iotexplorer.v20190423.DescribeGatewaySubDeviceList", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.DescribeGatewaySubDeviceList({})
|
|
274
|
+
expect(data).to.be.ok
|
|
275
|
+
} catch(error) {
|
|
276
|
+
expect(error.requestId).to.be.ok
|
|
277
|
+
expect(error.code).to.be.ok
|
|
278
|
+
}
|
|
279
|
+
})
|
|
280
|
+
|
|
271
281
|
it("iotexplorer.v20190423.SearchStudioProduct", async function () {
|
|
272
282
|
try {
|
|
273
283
|
const data = await client.SearchStudioProduct({})
|
|
@@ -648,6 +648,16 @@ it("lighthouse.v20200324.RebootInstances", async function () {
|
|
|
648
648
|
}
|
|
649
649
|
})
|
|
650
650
|
|
|
651
|
+
it("lighthouse.v20200324.CreateInstances", async function () {
|
|
652
|
+
try {
|
|
653
|
+
const data = await client.CreateInstances({})
|
|
654
|
+
expect(data).to.be.ok
|
|
655
|
+
} catch(error) {
|
|
656
|
+
expect(error.requestId).to.be.ok
|
|
657
|
+
expect(error.code).to.be.ok
|
|
658
|
+
}
|
|
659
|
+
})
|
|
660
|
+
|
|
651
661
|
it("lighthouse.v20200324.CreateBlueprint", async function () {
|
|
652
662
|
try {
|
|
653
663
|
const data = await client.CreateBlueprint({})
|