@blocklet/server-js 1.16.53-beta-20251013-005429-ca3b05de → 1.16.53-beta-20251014-110009-8220e324
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/dist/browser.d.ts +3 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +35 -1
- package/dist/types.js +275 -272
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +5 -1
- package/lib/node.d.ts +3 -0
- package/lib/schema/graphql.json +35 -1
- package/lib/types.js +275 -272
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/lib/types.js
CHANGED
|
@@ -1405,6 +1405,7 @@
|
|
|
1405
1405
|
* @property {string} blockletRepository
|
|
1406
1406
|
* @property {string} contentType
|
|
1407
1407
|
* @property {...ABTNodeClient.BlockletDockerInput} blockletDocker
|
|
1408
|
+
* @property {boolean} blockletSingleton
|
|
1408
1409
|
*/
|
|
1409
1410
|
|
|
1410
1411
|
/**
|
|
@@ -3356,6 +3357,7 @@
|
|
|
3356
3357
|
* @property {number} createdAt
|
|
3357
3358
|
* @property {string} ip
|
|
3358
3359
|
* @property {string} ua
|
|
3360
|
+
* @property {string} componentDid
|
|
3359
3361
|
*/
|
|
3360
3362
|
|
|
3361
3363
|
/**
|
|
@@ -5201,6 +5203,7 @@
|
|
|
5201
5203
|
* @property {string} blockletRepository
|
|
5202
5204
|
* @property {string} contentType
|
|
5203
5205
|
* @property {...ABTNodeClient.BlockletDocker} blockletDocker
|
|
5206
|
+
* @property {boolean} blockletSingleton
|
|
5204
5207
|
*/
|
|
5205
5208
|
|
|
5206
5209
|
/**
|
|
@@ -5238,7 +5241,7 @@
|
|
|
5238
5241
|
*/
|
|
5239
5242
|
|
|
5240
5243
|
/**
|
|
5241
|
-
* Structure of ABTNodeClient.ResponseAccessKey
|
|
5244
|
+
* Structure of ABTNodeClient.ResponseAccessKey
|
|
5242
5245
|
*
|
|
5243
5246
|
* Checkout the following snippet for the format of ResponseAccessKey:
|
|
5244
5247
|
* ```json
|
|
@@ -5277,7 +5280,7 @@
|
|
|
5277
5280
|
*/
|
|
5278
5281
|
|
|
5279
5282
|
/**
|
|
5280
|
-
* Structure of ABTNodeClient.ResponseAddLetsEncryptCert
|
|
5283
|
+
* Structure of ABTNodeClient.ResponseAddLetsEncryptCert
|
|
5281
5284
|
*
|
|
5282
5285
|
* Checkout the following snippet for the format of ResponseAddLetsEncryptCert:
|
|
5283
5286
|
* ```json
|
|
@@ -5292,7 +5295,7 @@
|
|
|
5292
5295
|
*/
|
|
5293
5296
|
|
|
5294
5297
|
/**
|
|
5295
|
-
* Structure of ABTNodeClient.ResponseAddNginxHttpsCert
|
|
5298
|
+
* Structure of ABTNodeClient.ResponseAddNginxHttpsCert
|
|
5296
5299
|
*
|
|
5297
5300
|
* Checkout the following snippet for the format of ResponseAddNginxHttpsCert:
|
|
5298
5301
|
* ```json
|
|
@@ -5326,7 +5329,7 @@
|
|
|
5326
5329
|
*/
|
|
5327
5330
|
|
|
5328
5331
|
/**
|
|
5329
|
-
* Structure of ABTNodeClient.ResponseBlockletAccessPolicy
|
|
5332
|
+
* Structure of ABTNodeClient.ResponseBlockletAccessPolicy
|
|
5330
5333
|
*
|
|
5331
5334
|
* Checkout the following snippet for the format of ResponseBlockletAccessPolicy:
|
|
5332
5335
|
* ```json
|
|
@@ -5358,7 +5361,7 @@
|
|
|
5358
5361
|
*/
|
|
5359
5362
|
|
|
5360
5363
|
/**
|
|
5361
|
-
* Structure of ABTNodeClient.ResponseBlockletInfo
|
|
5364
|
+
* Structure of ABTNodeClient.ResponseBlockletInfo
|
|
5362
5365
|
*
|
|
5363
5366
|
* Checkout the following snippet for the format of ResponseBlockletInfo:
|
|
5364
5367
|
* ```json
|
|
@@ -5392,7 +5395,7 @@
|
|
|
5392
5395
|
*/
|
|
5393
5396
|
|
|
5394
5397
|
/**
|
|
5395
|
-
* Structure of ABTNodeClient.ResponseBlockletMeta
|
|
5398
|
+
* Structure of ABTNodeClient.ResponseBlockletMeta
|
|
5396
5399
|
*
|
|
5397
5400
|
* Checkout the following snippet for the format of ResponseBlockletMeta:
|
|
5398
5401
|
* ```json
|
|
@@ -5430,7 +5433,7 @@
|
|
|
5430
5433
|
*/
|
|
5431
5434
|
|
|
5432
5435
|
/**
|
|
5433
|
-
* Structure of ABTNodeClient.ResponseBlockletResponseHeaderPolicy
|
|
5436
|
+
* Structure of ABTNodeClient.ResponseBlockletResponseHeaderPolicy
|
|
5434
5437
|
*
|
|
5435
5438
|
* Checkout the following snippet for the format of ResponseBlockletResponseHeaderPolicy:
|
|
5436
5439
|
* ```json
|
|
@@ -5465,7 +5468,7 @@
|
|
|
5465
5468
|
*/
|
|
5466
5469
|
|
|
5467
5470
|
/**
|
|
5468
|
-
* Structure of ABTNodeClient.ResponseBlockletSecurityRule
|
|
5471
|
+
* Structure of ABTNodeClient.ResponseBlockletSecurityRule
|
|
5469
5472
|
*
|
|
5470
5473
|
* Checkout the following snippet for the format of ResponseBlockletSecurityRule:
|
|
5471
5474
|
* ```json
|
|
@@ -5535,7 +5538,7 @@
|
|
|
5535
5538
|
*/
|
|
5536
5539
|
|
|
5537
5540
|
/**
|
|
5538
|
-
* Structure of ABTNodeClient.ResponseCheckDomains
|
|
5541
|
+
* Structure of ABTNodeClient.ResponseCheckDomains
|
|
5539
5542
|
*
|
|
5540
5543
|
* Checkout the following snippet for the format of ResponseCheckDomains:
|
|
5541
5544
|
* ```json
|
|
@@ -5550,7 +5553,7 @@
|
|
|
5550
5553
|
*/
|
|
5551
5554
|
|
|
5552
5555
|
/**
|
|
5553
|
-
* Structure of ABTNodeClient.ResponseCheckFollowing
|
|
5556
|
+
* Structure of ABTNodeClient.ResponseCheckFollowing
|
|
5554
5557
|
*
|
|
5555
5558
|
* Checkout the following snippet for the format of ResponseCheckFollowing:
|
|
5556
5559
|
* ```json
|
|
@@ -5566,7 +5569,7 @@
|
|
|
5566
5569
|
*/
|
|
5567
5570
|
|
|
5568
5571
|
/**
|
|
5569
|
-
* Structure of ABTNodeClient.ResponseCheckNodeVersion
|
|
5572
|
+
* Structure of ABTNodeClient.ResponseCheckNodeVersion
|
|
5570
5573
|
*
|
|
5571
5574
|
* Checkout the following snippet for the format of ResponseCheckNodeVersion:
|
|
5572
5575
|
* ```json
|
|
@@ -5592,7 +5595,7 @@
|
|
|
5592
5595
|
*/
|
|
5593
5596
|
|
|
5594
5597
|
/**
|
|
5595
|
-
* Structure of ABTNodeClient.ResponseConfigVault
|
|
5598
|
+
* Structure of ABTNodeClient.ResponseConfigVault
|
|
5596
5599
|
*
|
|
5597
5600
|
* Checkout the following snippet for the format of ResponseConfigVault:
|
|
5598
5601
|
* ```json
|
|
@@ -5609,7 +5612,7 @@
|
|
|
5609
5612
|
*/
|
|
5610
5613
|
|
|
5611
5614
|
/**
|
|
5612
|
-
* Structure of ABTNodeClient.ResponseConnectByStudio
|
|
5615
|
+
* Structure of ABTNodeClient.ResponseConnectByStudio
|
|
5613
5616
|
*
|
|
5614
5617
|
* Checkout the following snippet for the format of ResponseConnectByStudio:
|
|
5615
5618
|
* ```json
|
|
@@ -5626,7 +5629,7 @@
|
|
|
5626
5629
|
*/
|
|
5627
5630
|
|
|
5628
5631
|
/**
|
|
5629
|
-
* Structure of ABTNodeClient.ResponseConnectToEndpoint
|
|
5632
|
+
* Structure of ABTNodeClient.ResponseConnectToEndpoint
|
|
5630
5633
|
*
|
|
5631
5634
|
* Checkout the following snippet for the format of ResponseConnectToEndpoint:
|
|
5632
5635
|
* ```json
|
|
@@ -5643,7 +5646,7 @@
|
|
|
5643
5646
|
*/
|
|
5644
5647
|
|
|
5645
5648
|
/**
|
|
5646
|
-
* Structure of ABTNodeClient.ResponseConnectToStore
|
|
5649
|
+
* Structure of ABTNodeClient.ResponseConnectToStore
|
|
5647
5650
|
*
|
|
5648
5651
|
* Checkout the following snippet for the format of ResponseConnectToStore:
|
|
5649
5652
|
* ```json
|
|
@@ -5660,7 +5663,7 @@
|
|
|
5660
5663
|
*/
|
|
5661
5664
|
|
|
5662
5665
|
/**
|
|
5663
|
-
* Structure of ABTNodeClient.ResponseCreateAccessKey
|
|
5666
|
+
* Structure of ABTNodeClient.ResponseCreateAccessKey
|
|
5664
5667
|
*
|
|
5665
5668
|
* Checkout the following snippet for the format of ResponseCreateAccessKey:
|
|
5666
5669
|
* ```json
|
|
@@ -5697,7 +5700,7 @@
|
|
|
5697
5700
|
*/
|
|
5698
5701
|
|
|
5699
5702
|
/**
|
|
5700
|
-
* Structure of ABTNodeClient.ResponseCreatePassportIssuance
|
|
5703
|
+
* Structure of ABTNodeClient.ResponseCreatePassportIssuance
|
|
5701
5704
|
*
|
|
5702
5705
|
* Checkout the following snippet for the format of ResponseCreatePassportIssuance:
|
|
5703
5706
|
* ```json
|
|
@@ -5751,7 +5754,7 @@
|
|
|
5751
5754
|
*/
|
|
5752
5755
|
|
|
5753
5756
|
/**
|
|
5754
|
-
* Structure of ABTNodeClient.ResponseDelegationState
|
|
5757
|
+
* Structure of ABTNodeClient.ResponseDelegationState
|
|
5755
5758
|
*
|
|
5756
5759
|
* Checkout the following snippet for the format of ResponseDelegationState:
|
|
5757
5760
|
* ```json
|
|
@@ -5770,7 +5773,7 @@
|
|
|
5770
5773
|
*/
|
|
5771
5774
|
|
|
5772
5775
|
/**
|
|
5773
|
-
* Structure of ABTNodeClient.ResponseDeleteAccessKey
|
|
5776
|
+
* Structure of ABTNodeClient.ResponseDeleteAccessKey
|
|
5774
5777
|
*
|
|
5775
5778
|
* Checkout the following snippet for the format of ResponseDeleteAccessKey:
|
|
5776
5779
|
* ```json
|
|
@@ -5785,7 +5788,7 @@
|
|
|
5785
5788
|
*/
|
|
5786
5789
|
|
|
5787
5790
|
/**
|
|
5788
|
-
* Structure of ABTNodeClient.ResponseDeleteNginxHttpsCert
|
|
5791
|
+
* Structure of ABTNodeClient.ResponseDeleteNginxHttpsCert
|
|
5789
5792
|
*
|
|
5790
5793
|
* Checkout the following snippet for the format of ResponseDeleteNginxHttpsCert:
|
|
5791
5794
|
* ```json
|
|
@@ -5800,7 +5803,7 @@
|
|
|
5800
5803
|
*/
|
|
5801
5804
|
|
|
5802
5805
|
/**
|
|
5803
|
-
* Structure of ABTNodeClient.ResponseDeleteWebHook
|
|
5806
|
+
* Structure of ABTNodeClient.ResponseDeleteWebHook
|
|
5804
5807
|
*
|
|
5805
5808
|
* Checkout the following snippet for the format of ResponseDeleteWebHook:
|
|
5806
5809
|
* ```json
|
|
@@ -5823,7 +5826,7 @@
|
|
|
5823
5826
|
*/
|
|
5824
5827
|
|
|
5825
5828
|
/**
|
|
5826
|
-
* Structure of ABTNodeClient.ResponseDisconnectFromStore
|
|
5829
|
+
* Structure of ABTNodeClient.ResponseDisconnectFromStore
|
|
5827
5830
|
*
|
|
5828
5831
|
* Checkout the following snippet for the format of ResponseDisconnectFromStore:
|
|
5829
5832
|
* ```json
|
|
@@ -5838,7 +5841,7 @@
|
|
|
5838
5841
|
*/
|
|
5839
5842
|
|
|
5840
5843
|
/**
|
|
5841
|
-
* Structure of ABTNodeClient.ResponseDomainDNS
|
|
5844
|
+
* Structure of ABTNodeClient.ResponseDomainDNS
|
|
5842
5845
|
*
|
|
5843
5846
|
* Checkout the following snippet for the format of ResponseDomainDNS:
|
|
5844
5847
|
* ```json
|
|
@@ -5950,7 +5953,7 @@
|
|
|
5950
5953
|
*/
|
|
5951
5954
|
|
|
5952
5955
|
/**
|
|
5953
|
-
* Structure of ABTNodeClient.ResponseGetLauncherSession
|
|
5956
|
+
* Structure of ABTNodeClient.ResponseGetLauncherSession
|
|
5954
5957
|
*
|
|
5955
5958
|
* Checkout the following snippet for the format of ResponseGetLauncherSession:
|
|
5956
5959
|
* ```json
|
|
@@ -6117,7 +6120,7 @@
|
|
|
6117
6120
|
*/
|
|
6118
6121
|
|
|
6119
6122
|
/**
|
|
6120
|
-
* Structure of ABTNodeClient.ResponseGetSession
|
|
6123
|
+
* Structure of ABTNodeClient.ResponseGetSession
|
|
6121
6124
|
*
|
|
6122
6125
|
* Checkout the following snippet for the format of ResponseGetSession:
|
|
6123
6126
|
* ```json
|
|
@@ -6152,7 +6155,7 @@
|
|
|
6152
6155
|
*/
|
|
6153
6156
|
|
|
6154
6157
|
/**
|
|
6155
|
-
* Structure of ABTNodeClient.ResponseGetUsersCount
|
|
6158
|
+
* Structure of ABTNodeClient.ResponseGetUsersCount
|
|
6156
6159
|
*
|
|
6157
6160
|
* Checkout the following snippet for the format of ResponseGetUsersCount:
|
|
6158
6161
|
* ```json
|
|
@@ -6177,7 +6180,7 @@
|
|
|
6177
6180
|
*/
|
|
6178
6181
|
|
|
6179
6182
|
/**
|
|
6180
|
-
* Structure of ABTNodeClient.ResponseGetWebhookAttempt
|
|
6183
|
+
* Structure of ABTNodeClient.ResponseGetWebhookAttempt
|
|
6181
6184
|
*
|
|
6182
6185
|
* Checkout the following snippet for the format of ResponseGetWebhookAttempt:
|
|
6183
6186
|
* ```json
|
|
@@ -6234,7 +6237,7 @@
|
|
|
6234
6237
|
*/
|
|
6235
6238
|
|
|
6236
6239
|
/**
|
|
6237
|
-
* Structure of ABTNodeClient.ResponseIsDidDomain
|
|
6240
|
+
* Structure of ABTNodeClient.ResponseIsDidDomain
|
|
6238
6241
|
*
|
|
6239
6242
|
* Checkout the following snippet for the format of ResponseIsDidDomain:
|
|
6240
6243
|
* ```json
|
|
@@ -6251,7 +6254,7 @@
|
|
|
6251
6254
|
*/
|
|
6252
6255
|
|
|
6253
6256
|
/**
|
|
6254
|
-
* Structure of ABTNodeClient.ResponseLaunchBlockletByLauncher
|
|
6257
|
+
* Structure of ABTNodeClient.ResponseLaunchBlockletByLauncher
|
|
6255
6258
|
*
|
|
6256
6259
|
* Checkout the following snippet for the format of ResponseLaunchBlockletByLauncher:
|
|
6257
6260
|
* ```json
|
|
@@ -6267,7 +6270,7 @@
|
|
|
6267
6270
|
*/
|
|
6268
6271
|
|
|
6269
6272
|
/**
|
|
6270
|
-
* Structure of ABTNodeClient.ResponseLaunchBlockletWithoutWallet
|
|
6273
|
+
* Structure of ABTNodeClient.ResponseLaunchBlockletWithoutWallet
|
|
6271
6274
|
*
|
|
6272
6275
|
* Checkout the following snippet for the format of ResponseLaunchBlockletWithoutWallet:
|
|
6273
6276
|
* ```json
|
|
@@ -6374,7 +6377,7 @@
|
|
|
6374
6377
|
*/
|
|
6375
6378
|
|
|
6376
6379
|
/**
|
|
6377
|
-
* Structure of ABTNodeClient.ResponsePermission
|
|
6380
|
+
* Structure of ABTNodeClient.ResponsePermission
|
|
6378
6381
|
*
|
|
6379
6382
|
* Checkout the following snippet for the format of ResponsePermission:
|
|
6380
6383
|
* ```json
|
|
@@ -6413,7 +6416,7 @@
|
|
|
6413
6416
|
*/
|
|
6414
6417
|
|
|
6415
6418
|
/**
|
|
6416
|
-
* Structure of ABTNodeClient.ResponsePublishToEndpoint
|
|
6419
|
+
* Structure of ABTNodeClient.ResponsePublishToEndpoint
|
|
6417
6420
|
*
|
|
6418
6421
|
* Checkout the following snippet for the format of ResponsePublishToEndpoint:
|
|
6419
6422
|
* ```json
|
|
@@ -6430,7 +6433,7 @@
|
|
|
6430
6433
|
*/
|
|
6431
6434
|
|
|
6432
6435
|
/**
|
|
6433
|
-
* Structure of ABTNodeClient.ResponsePublishToStore
|
|
6436
|
+
* Structure of ABTNodeClient.ResponsePublishToStore
|
|
6434
6437
|
*
|
|
6435
6438
|
* Checkout the following snippet for the format of ResponsePublishToStore:
|
|
6436
6439
|
* ```json
|
|
@@ -6447,7 +6450,7 @@
|
|
|
6447
6450
|
*/
|
|
6448
6451
|
|
|
6449
6452
|
/**
|
|
6450
|
-
* Structure of ABTNodeClient.ResponseReadNotifications
|
|
6453
|
+
* Structure of ABTNodeClient.ResponseReadNotifications
|
|
6451
6454
|
*
|
|
6452
6455
|
* Checkout the following snippet for the format of ResponseReadNotifications:
|
|
6453
6456
|
* ```json
|
|
@@ -6482,7 +6485,7 @@
|
|
|
6482
6485
|
*/
|
|
6483
6486
|
|
|
6484
6487
|
/**
|
|
6485
|
-
* Structure of ABTNodeClient.ResponseResendNotification
|
|
6488
|
+
* Structure of ABTNodeClient.ResponseResendNotification
|
|
6486
6489
|
*
|
|
6487
6490
|
* Checkout the following snippet for the format of ResponseResendNotification:
|
|
6488
6491
|
* ```json
|
|
@@ -6498,7 +6501,7 @@
|
|
|
6498
6501
|
*/
|
|
6499
6502
|
|
|
6500
6503
|
/**
|
|
6501
|
-
* Structure of ABTNodeClient.ResponseResetNode
|
|
6504
|
+
* Structure of ABTNodeClient.ResponseResetNode
|
|
6502
6505
|
*
|
|
6503
6506
|
* Checkout the following snippet for the format of ResponseResetNode:
|
|
6504
6507
|
* ```json
|
|
@@ -6513,7 +6516,7 @@
|
|
|
6513
6516
|
*/
|
|
6514
6517
|
|
|
6515
6518
|
/**
|
|
6516
|
-
* Structure of ABTNodeClient.ResponseRestartAllContainers
|
|
6519
|
+
* Structure of ABTNodeClient.ResponseRestartAllContainers
|
|
6517
6520
|
*
|
|
6518
6521
|
* Checkout the following snippet for the format of ResponseRestartAllContainers:
|
|
6519
6522
|
* ```json
|
|
@@ -6530,7 +6533,7 @@
|
|
|
6530
6533
|
*/
|
|
6531
6534
|
|
|
6532
6535
|
/**
|
|
6533
|
-
* Structure of ABTNodeClient.ResponseRestartServer
|
|
6536
|
+
* Structure of ABTNodeClient.ResponseRestartServer
|
|
6534
6537
|
*
|
|
6535
6538
|
* Checkout the following snippet for the format of ResponseRestartServer:
|
|
6536
6539
|
* ```json
|
|
@@ -6574,7 +6577,7 @@
|
|
|
6574
6577
|
*/
|
|
6575
6578
|
|
|
6576
6579
|
/**
|
|
6577
|
-
* Structure of ABTNodeClient.ResponseSendMsg
|
|
6580
|
+
* Structure of ABTNodeClient.ResponseSendMsg
|
|
6578
6581
|
*
|
|
6579
6582
|
* Checkout the following snippet for the format of ResponseSendMsg:
|
|
6580
6583
|
* ```json
|
|
@@ -6598,7 +6601,7 @@
|
|
|
6598
6601
|
*/
|
|
6599
6602
|
|
|
6600
6603
|
/**
|
|
6601
|
-
* Structure of ABTNodeClient.ResponseTag
|
|
6604
|
+
* Structure of ABTNodeClient.ResponseTag
|
|
6602
6605
|
*
|
|
6603
6606
|
* Checkout the following snippet for the format of ResponseTag:
|
|
6604
6607
|
* ```json
|
|
@@ -6643,7 +6646,7 @@
|
|
|
6643
6646
|
*/
|
|
6644
6647
|
|
|
6645
6648
|
/**
|
|
6646
|
-
* Structure of ABTNodeClient.ResponseTakeRoutingSnapshot
|
|
6649
|
+
* Structure of ABTNodeClient.ResponseTakeRoutingSnapshot
|
|
6647
6650
|
*
|
|
6648
6651
|
* Checkout the following snippet for the format of ResponseTakeRoutingSnapshot:
|
|
6649
6652
|
* ```json
|
|
@@ -6660,7 +6663,7 @@
|
|
|
6660
6663
|
*/
|
|
6661
6664
|
|
|
6662
6665
|
/**
|
|
6663
|
-
* Structure of ABTNodeClient.ResponseUpdateAccessKey
|
|
6666
|
+
* Structure of ABTNodeClient.ResponseUpdateAccessKey
|
|
6664
6667
|
*
|
|
6665
6668
|
* Checkout the following snippet for the format of ResponseUpdateAccessKey:
|
|
6666
6669
|
* ```json
|
|
@@ -6689,7 +6692,7 @@
|
|
|
6689
6692
|
*/
|
|
6690
6693
|
|
|
6691
6694
|
/**
|
|
6692
|
-
* Structure of ABTNodeClient.ResponseUpdateNginxHttpsCert
|
|
6695
|
+
* Structure of ABTNodeClient.ResponseUpdateNginxHttpsCert
|
|
6693
6696
|
*
|
|
6694
6697
|
* Checkout the following snippet for the format of ResponseUpdateNginxHttpsCert:
|
|
6695
6698
|
* ```json
|
|
@@ -6712,7 +6715,7 @@
|
|
|
6712
6715
|
*/
|
|
6713
6716
|
|
|
6714
6717
|
/**
|
|
6715
|
-
* Structure of ABTNodeClient.ResponseUpgradeNodeVersion
|
|
6718
|
+
* Structure of ABTNodeClient.ResponseUpgradeNodeVersion
|
|
6716
6719
|
*
|
|
6717
6720
|
* Checkout the following snippet for the format of ResponseUpgradeNodeVersion:
|
|
6718
6721
|
* ```json
|
|
@@ -6748,7 +6751,7 @@
|
|
|
6748
6751
|
*/
|
|
6749
6752
|
|
|
6750
6753
|
/**
|
|
6751
|
-
* Structure of ABTNodeClient.ResponseUserRelationCount
|
|
6754
|
+
* Structure of ABTNodeClient.ResponseUserRelationCount
|
|
6752
6755
|
*
|
|
6753
6756
|
* Checkout the following snippet for the format of ResponseUserRelationCount:
|
|
6754
6757
|
* ```json
|
|
@@ -6774,7 +6777,7 @@
|
|
|
6774
6777
|
*/
|
|
6775
6778
|
|
|
6776
6779
|
/**
|
|
6777
|
-
* Structure of ABTNodeClient.ResponseUserSessionsCount
|
|
6780
|
+
* Structure of ABTNodeClient.ResponseUserSessionsCount
|
|
6778
6781
|
*
|
|
6779
6782
|
* Checkout the following snippet for the format of ResponseUserSessionsCount:
|
|
6780
6783
|
* ```json
|
|
@@ -7410,7 +7413,7 @@
|
|
|
7410
7413
|
*/
|
|
7411
7414
|
|
|
7412
7415
|
/**
|
|
7413
|
-
* Structure of ABTNodeClient.GetBlockletParams
|
|
7416
|
+
* Structure of ABTNodeClient.GetBlockletParams
|
|
7414
7417
|
*
|
|
7415
7418
|
* Checkout the following snippet for the format of GetBlockletParams:
|
|
7416
7419
|
* ```json
|
|
@@ -7423,7 +7426,7 @@
|
|
|
7423
7426
|
*/
|
|
7424
7427
|
|
|
7425
7428
|
/**
|
|
7426
|
-
* Structure of ABTNodeClient.GetBlockletMetaFromUrlParams
|
|
7429
|
+
* Structure of ABTNodeClient.GetBlockletMetaFromUrlParams
|
|
7427
7430
|
*
|
|
7428
7431
|
* Checkout the following snippet for the format of GetBlockletMetaFromUrlParams:
|
|
7429
7432
|
* ```json
|
|
@@ -7436,7 +7439,7 @@
|
|
|
7436
7439
|
*/
|
|
7437
7440
|
|
|
7438
7441
|
/**
|
|
7439
|
-
* Structure of ABTNodeClient.GetBlockletDiffParams
|
|
7442
|
+
* Structure of ABTNodeClient.GetBlockletDiffParams
|
|
7440
7443
|
*
|
|
7441
7444
|
* Checkout the following snippet for the format of GetBlockletDiffParams:
|
|
7442
7445
|
* ```json
|
|
@@ -7449,7 +7452,7 @@
|
|
|
7449
7452
|
*/
|
|
7450
7453
|
|
|
7451
7454
|
/**
|
|
7452
|
-
* Structure of ABTNodeClient.GetBlockletsParams
|
|
7455
|
+
* Structure of ABTNodeClient.GetBlockletsParams
|
|
7453
7456
|
*
|
|
7454
7457
|
* Checkout the following snippet for the format of GetBlockletsParams:
|
|
7455
7458
|
* ```json
|
|
@@ -7462,7 +7465,7 @@
|
|
|
7462
7465
|
*/
|
|
7463
7466
|
|
|
7464
7467
|
/**
|
|
7465
|
-
* Structure of ABTNodeClient.GetBlockletRuntimeHistoryParams
|
|
7468
|
+
* Structure of ABTNodeClient.GetBlockletRuntimeHistoryParams
|
|
7466
7469
|
*
|
|
7467
7470
|
* Checkout the following snippet for the format of GetBlockletRuntimeHistoryParams:
|
|
7468
7471
|
* ```json
|
|
@@ -7475,7 +7478,7 @@
|
|
|
7475
7478
|
*/
|
|
7476
7479
|
|
|
7477
7480
|
/**
|
|
7478
|
-
* Structure of ABTNodeClient.GetDynamicComponentsParams
|
|
7481
|
+
* Structure of ABTNodeClient.GetDynamicComponentsParams
|
|
7479
7482
|
*
|
|
7480
7483
|
* Checkout the following snippet for the format of GetDynamicComponentsParams:
|
|
7481
7484
|
* ```json
|
|
@@ -7488,7 +7491,7 @@
|
|
|
7488
7491
|
*/
|
|
7489
7492
|
|
|
7490
7493
|
/**
|
|
7491
|
-
* Structure of ABTNodeClient.GetNodeRuntimeHistoryParams
|
|
7494
|
+
* Structure of ABTNodeClient.GetNodeRuntimeHistoryParams
|
|
7492
7495
|
*
|
|
7493
7496
|
* Checkout the following snippet for the format of GetNodeRuntimeHistoryParams:
|
|
7494
7497
|
* ```json
|
|
@@ -7501,7 +7504,7 @@
|
|
|
7501
7504
|
*/
|
|
7502
7505
|
|
|
7503
7506
|
/**
|
|
7504
|
-
* Structure of ABTNodeClient.GetBlockletMetaParams
|
|
7507
|
+
* Structure of ABTNodeClient.GetBlockletMetaParams
|
|
7505
7508
|
*
|
|
7506
7509
|
* Checkout the following snippet for the format of GetBlockletMetaParams:
|
|
7507
7510
|
* ```json
|
|
@@ -7514,7 +7517,7 @@
|
|
|
7514
7517
|
*/
|
|
7515
7518
|
|
|
7516
7519
|
/**
|
|
7517
|
-
* Structure of ABTNodeClient.GetNotificationsParams
|
|
7520
|
+
* Structure of ABTNodeClient.GetNotificationsParams
|
|
7518
7521
|
*
|
|
7519
7522
|
* Checkout the following snippet for the format of GetNotificationsParams:
|
|
7520
7523
|
* ```json
|
|
@@ -7527,7 +7530,7 @@
|
|
|
7527
7530
|
*/
|
|
7528
7531
|
|
|
7529
7532
|
/**
|
|
7530
|
-
* Structure of ABTNodeClient.MakeAllNotificationsAsReadParams
|
|
7533
|
+
* Structure of ABTNodeClient.MakeAllNotificationsAsReadParams
|
|
7531
7534
|
*
|
|
7532
7535
|
* Checkout the following snippet for the format of MakeAllNotificationsAsReadParams:
|
|
7533
7536
|
* ```json
|
|
@@ -7540,7 +7543,7 @@
|
|
|
7540
7543
|
*/
|
|
7541
7544
|
|
|
7542
7545
|
/**
|
|
7543
|
-
* Structure of ABTNodeClient.GetNotificationSendLogParams
|
|
7546
|
+
* Structure of ABTNodeClient.GetNotificationSendLogParams
|
|
7544
7547
|
*
|
|
7545
7548
|
* Checkout the following snippet for the format of GetNotificationSendLogParams:
|
|
7546
7549
|
* ```json
|
|
@@ -7553,7 +7556,7 @@
|
|
|
7553
7556
|
*/
|
|
7554
7557
|
|
|
7555
7558
|
/**
|
|
7556
|
-
* Structure of ABTNodeClient.GetReceiversParams
|
|
7559
|
+
* Structure of ABTNodeClient.GetReceiversParams
|
|
7557
7560
|
*
|
|
7558
7561
|
* Checkout the following snippet for the format of GetReceiversParams:
|
|
7559
7562
|
* ```json
|
|
@@ -7566,7 +7569,7 @@
|
|
|
7566
7569
|
*/
|
|
7567
7570
|
|
|
7568
7571
|
/**
|
|
7569
|
-
* Structure of ABTNodeClient.GetNotificationComponentsParams
|
|
7572
|
+
* Structure of ABTNodeClient.GetNotificationComponentsParams
|
|
7570
7573
|
*
|
|
7571
7574
|
* Checkout the following snippet for the format of GetNotificationComponentsParams:
|
|
7572
7575
|
* ```json
|
|
@@ -7579,7 +7582,7 @@
|
|
|
7579
7582
|
*/
|
|
7580
7583
|
|
|
7581
7584
|
/**
|
|
7582
|
-
* Structure of ABTNodeClient.ResendNotificationParams
|
|
7585
|
+
* Structure of ABTNodeClient.ResendNotificationParams
|
|
7583
7586
|
*
|
|
7584
7587
|
* Checkout the following snippet for the format of ResendNotificationParams:
|
|
7585
7588
|
* ```json
|
|
@@ -7592,7 +7595,7 @@
|
|
|
7592
7595
|
*/
|
|
7593
7596
|
|
|
7594
7597
|
/**
|
|
7595
|
-
* Structure of ABTNodeClient.GetRoutingSitesParams
|
|
7598
|
+
* Structure of ABTNodeClient.GetRoutingSitesParams
|
|
7596
7599
|
*
|
|
7597
7600
|
* Checkout the following snippet for the format of GetRoutingSitesParams:
|
|
7598
7601
|
* ```json
|
|
@@ -7605,7 +7608,7 @@
|
|
|
7605
7608
|
*/
|
|
7606
7609
|
|
|
7607
7610
|
/**
|
|
7608
|
-
* Structure of ABTNodeClient.GetRoutingSnapshotsParams
|
|
7611
|
+
* Structure of ABTNodeClient.GetRoutingSnapshotsParams
|
|
7609
7612
|
*
|
|
7610
7613
|
* Checkout the following snippet for the format of GetRoutingSnapshotsParams:
|
|
7611
7614
|
* ```json
|
|
@@ -7618,7 +7621,7 @@
|
|
|
7618
7621
|
*/
|
|
7619
7622
|
|
|
7620
7623
|
/**
|
|
7621
|
-
* Structure of ABTNodeClient.GetSnapshotSitesParams
|
|
7624
|
+
* Structure of ABTNodeClient.GetSnapshotSitesParams
|
|
7622
7625
|
*
|
|
7623
7626
|
* Checkout the following snippet for the format of GetSnapshotSitesParams:
|
|
7624
7627
|
* ```json
|
|
@@ -7631,7 +7634,7 @@
|
|
|
7631
7634
|
*/
|
|
7632
7635
|
|
|
7633
7636
|
/**
|
|
7634
|
-
* Structure of ABTNodeClient.IsDidDomainParams
|
|
7637
|
+
* Structure of ABTNodeClient.IsDidDomainParams
|
|
7635
7638
|
*
|
|
7636
7639
|
* Checkout the following snippet for the format of IsDidDomainParams:
|
|
7637
7640
|
* ```json
|
|
@@ -7644,7 +7647,7 @@
|
|
|
7644
7647
|
*/
|
|
7645
7648
|
|
|
7646
7649
|
/**
|
|
7647
|
-
* Structure of ABTNodeClient.CheckDomainsParams
|
|
7650
|
+
* Structure of ABTNodeClient.CheckDomainsParams
|
|
7648
7651
|
*
|
|
7649
7652
|
* Checkout the following snippet for the format of CheckDomainsParams:
|
|
7650
7653
|
* ```json
|
|
@@ -7657,7 +7660,7 @@
|
|
|
7657
7660
|
*/
|
|
7658
7661
|
|
|
7659
7662
|
/**
|
|
7660
|
-
* Structure of ABTNodeClient.FindCertificateByDomainParams
|
|
7663
|
+
* Structure of ABTNodeClient.FindCertificateByDomainParams
|
|
7661
7664
|
*
|
|
7662
7665
|
* Checkout the following snippet for the format of FindCertificateByDomainParams:
|
|
7663
7666
|
* ```json
|
|
@@ -7670,7 +7673,7 @@
|
|
|
7670
7673
|
*/
|
|
7671
7674
|
|
|
7672
7675
|
/**
|
|
7673
|
-
* Structure of ABTNodeClient.GetAccessKeysParams
|
|
7676
|
+
* Structure of ABTNodeClient.GetAccessKeysParams
|
|
7674
7677
|
*
|
|
7675
7678
|
* Checkout the following snippet for the format of GetAccessKeysParams:
|
|
7676
7679
|
* ```json
|
|
@@ -7683,7 +7686,7 @@
|
|
|
7683
7686
|
*/
|
|
7684
7687
|
|
|
7685
7688
|
/**
|
|
7686
|
-
* Structure of ABTNodeClient.GetAccessKeyParams
|
|
7689
|
+
* Structure of ABTNodeClient.GetAccessKeyParams
|
|
7687
7690
|
*
|
|
7688
7691
|
* Checkout the following snippet for the format of GetAccessKeyParams:
|
|
7689
7692
|
* ```json
|
|
@@ -7696,7 +7699,7 @@
|
|
|
7696
7699
|
*/
|
|
7697
7700
|
|
|
7698
7701
|
/**
|
|
7699
|
-
* Structure of ABTNodeClient.SendTestMessageParams
|
|
7702
|
+
* Structure of ABTNodeClient.SendTestMessageParams
|
|
7700
7703
|
*
|
|
7701
7704
|
* Checkout the following snippet for the format of SendTestMessageParams:
|
|
7702
7705
|
* ```json
|
|
@@ -7709,7 +7712,7 @@
|
|
|
7709
7712
|
*/
|
|
7710
7713
|
|
|
7711
7714
|
/**
|
|
7712
|
-
* Structure of ABTNodeClient.GetSessionParams
|
|
7715
|
+
* Structure of ABTNodeClient.GetSessionParams
|
|
7713
7716
|
*
|
|
7714
7717
|
* Checkout the following snippet for the format of GetSessionParams:
|
|
7715
7718
|
* ```json
|
|
@@ -7722,7 +7725,7 @@
|
|
|
7722
7725
|
*/
|
|
7723
7726
|
|
|
7724
7727
|
/**
|
|
7725
|
-
* Structure of ABTNodeClient.GetRolesParams
|
|
7728
|
+
* Structure of ABTNodeClient.GetRolesParams
|
|
7726
7729
|
*
|
|
7727
7730
|
* Checkout the following snippet for the format of GetRolesParams:
|
|
7728
7731
|
* ```json
|
|
@@ -7735,7 +7738,7 @@
|
|
|
7735
7738
|
*/
|
|
7736
7739
|
|
|
7737
7740
|
/**
|
|
7738
|
-
* Structure of ABTNodeClient.GetRoleParams
|
|
7741
|
+
* Structure of ABTNodeClient.GetRoleParams
|
|
7739
7742
|
*
|
|
7740
7743
|
* Checkout the following snippet for the format of GetRoleParams:
|
|
7741
7744
|
* ```json
|
|
@@ -7748,7 +7751,7 @@
|
|
|
7748
7751
|
*/
|
|
7749
7752
|
|
|
7750
7753
|
/**
|
|
7751
|
-
* Structure of ABTNodeClient.GetPermissionsParams
|
|
7754
|
+
* Structure of ABTNodeClient.GetPermissionsParams
|
|
7752
7755
|
*
|
|
7753
7756
|
* Checkout the following snippet for the format of GetPermissionsParams:
|
|
7754
7757
|
* ```json
|
|
@@ -7761,7 +7764,7 @@
|
|
|
7761
7764
|
*/
|
|
7762
7765
|
|
|
7763
7766
|
/**
|
|
7764
|
-
* Structure of ABTNodeClient.GetInvitationsParams
|
|
7767
|
+
* Structure of ABTNodeClient.GetInvitationsParams
|
|
7765
7768
|
*
|
|
7766
7769
|
* Checkout the following snippet for the format of GetInvitationsParams:
|
|
7767
7770
|
* ```json
|
|
@@ -7774,7 +7777,7 @@
|
|
|
7774
7777
|
*/
|
|
7775
7778
|
|
|
7776
7779
|
/**
|
|
7777
|
-
* Structure of ABTNodeClient.GetUsersParams
|
|
7780
|
+
* Structure of ABTNodeClient.GetUsersParams
|
|
7778
7781
|
*
|
|
7779
7782
|
* Checkout the following snippet for the format of GetUsersParams:
|
|
7780
7783
|
* ```json
|
|
@@ -7787,7 +7790,7 @@
|
|
|
7787
7790
|
*/
|
|
7788
7791
|
|
|
7789
7792
|
/**
|
|
7790
|
-
* Structure of ABTNodeClient.GetUserParams
|
|
7793
|
+
* Structure of ABTNodeClient.GetUserParams
|
|
7791
7794
|
*
|
|
7792
7795
|
* Checkout the following snippet for the format of GetUserParams:
|
|
7793
7796
|
* ```json
|
|
@@ -7800,7 +7803,7 @@
|
|
|
7800
7803
|
*/
|
|
7801
7804
|
|
|
7802
7805
|
/**
|
|
7803
|
-
* Structure of ABTNodeClient.GetUserSessionsParams
|
|
7806
|
+
* Structure of ABTNodeClient.GetUserSessionsParams
|
|
7804
7807
|
*
|
|
7805
7808
|
* Checkout the following snippet for the format of GetUserSessionsParams:
|
|
7806
7809
|
* ```json
|
|
@@ -7813,7 +7816,7 @@
|
|
|
7813
7816
|
*/
|
|
7814
7817
|
|
|
7815
7818
|
/**
|
|
7816
|
-
* Structure of ABTNodeClient.GetUserSessionsCountParams
|
|
7819
|
+
* Structure of ABTNodeClient.GetUserSessionsCountParams
|
|
7817
7820
|
*
|
|
7818
7821
|
* Checkout the following snippet for the format of GetUserSessionsCountParams:
|
|
7819
7822
|
* ```json
|
|
@@ -7826,7 +7829,7 @@
|
|
|
7826
7829
|
*/
|
|
7827
7830
|
|
|
7828
7831
|
/**
|
|
7829
|
-
* Structure of ABTNodeClient.GetUsersCountParams
|
|
7832
|
+
* Structure of ABTNodeClient.GetUsersCountParams
|
|
7830
7833
|
*
|
|
7831
7834
|
* Checkout the following snippet for the format of GetUsersCountParams:
|
|
7832
7835
|
* ```json
|
|
@@ -7839,7 +7842,7 @@
|
|
|
7839
7842
|
*/
|
|
7840
7843
|
|
|
7841
7844
|
/**
|
|
7842
|
-
* Structure of ABTNodeClient.GetUsersCountPerRoleParams
|
|
7845
|
+
* Structure of ABTNodeClient.GetUsersCountPerRoleParams
|
|
7843
7846
|
*
|
|
7844
7847
|
* Checkout the following snippet for the format of GetUsersCountPerRoleParams:
|
|
7845
7848
|
* ```json
|
|
@@ -7852,7 +7855,7 @@
|
|
|
7852
7855
|
*/
|
|
7853
7856
|
|
|
7854
7857
|
/**
|
|
7855
|
-
* Structure of ABTNodeClient.GetOwnerParams
|
|
7858
|
+
* Structure of ABTNodeClient.GetOwnerParams
|
|
7856
7859
|
*
|
|
7857
7860
|
* Checkout the following snippet for the format of GetOwnerParams:
|
|
7858
7861
|
* ```json
|
|
@@ -7865,7 +7868,7 @@
|
|
|
7865
7868
|
*/
|
|
7866
7869
|
|
|
7867
7870
|
/**
|
|
7868
|
-
* Structure of ABTNodeClient.GetPermissionsByRoleParams
|
|
7871
|
+
* Structure of ABTNodeClient.GetPermissionsByRoleParams
|
|
7869
7872
|
*
|
|
7870
7873
|
* Checkout the following snippet for the format of GetPermissionsByRoleParams:
|
|
7871
7874
|
* ```json
|
|
@@ -7878,7 +7881,7 @@
|
|
|
7878
7881
|
*/
|
|
7879
7882
|
|
|
7880
7883
|
/**
|
|
7881
|
-
* Structure of ABTNodeClient.GetPassportIssuancesParams
|
|
7884
|
+
* Structure of ABTNodeClient.GetPassportIssuancesParams
|
|
7882
7885
|
*
|
|
7883
7886
|
* Checkout the following snippet for the format of GetPassportIssuancesParams:
|
|
7884
7887
|
* ```json
|
|
@@ -7891,7 +7894,7 @@
|
|
|
7891
7894
|
*/
|
|
7892
7895
|
|
|
7893
7896
|
/**
|
|
7894
|
-
* Structure of ABTNodeClient.LogoutUserParams
|
|
7897
|
+
* Structure of ABTNodeClient.LogoutUserParams
|
|
7895
7898
|
*
|
|
7896
7899
|
* Checkout the following snippet for the format of LogoutUserParams:
|
|
7897
7900
|
* ```json
|
|
@@ -7904,7 +7907,7 @@
|
|
|
7904
7907
|
*/
|
|
7905
7908
|
|
|
7906
7909
|
/**
|
|
7907
|
-
* Structure of ABTNodeClient.DestroySelfParams
|
|
7910
|
+
* Structure of ABTNodeClient.DestroySelfParams
|
|
7908
7911
|
*
|
|
7909
7912
|
* Checkout the following snippet for the format of DestroySelfParams:
|
|
7910
7913
|
* ```json
|
|
@@ -7917,7 +7920,7 @@
|
|
|
7917
7920
|
*/
|
|
7918
7921
|
|
|
7919
7922
|
/**
|
|
7920
|
-
* Structure of ABTNodeClient.GetUserFollowersParams
|
|
7923
|
+
* Structure of ABTNodeClient.GetUserFollowersParams
|
|
7921
7924
|
*
|
|
7922
7925
|
* Checkout the following snippet for the format of GetUserFollowersParams:
|
|
7923
7926
|
* ```json
|
|
@@ -7930,7 +7933,7 @@
|
|
|
7930
7933
|
*/
|
|
7931
7934
|
|
|
7932
7935
|
/**
|
|
7933
|
-
* Structure of ABTNodeClient.GetUserFollowingParams
|
|
7936
|
+
* Structure of ABTNodeClient.GetUserFollowingParams
|
|
7934
7937
|
*
|
|
7935
7938
|
* Checkout the following snippet for the format of GetUserFollowingParams:
|
|
7936
7939
|
* ```json
|
|
@@ -7943,7 +7946,7 @@
|
|
|
7943
7946
|
*/
|
|
7944
7947
|
|
|
7945
7948
|
/**
|
|
7946
|
-
* Structure of ABTNodeClient.GetUserFollowStatsParams
|
|
7949
|
+
* Structure of ABTNodeClient.GetUserFollowStatsParams
|
|
7947
7950
|
*
|
|
7948
7951
|
* Checkout the following snippet for the format of GetUserFollowStatsParams:
|
|
7949
7952
|
* ```json
|
|
@@ -7956,7 +7959,7 @@
|
|
|
7956
7959
|
*/
|
|
7957
7960
|
|
|
7958
7961
|
/**
|
|
7959
|
-
* Structure of ABTNodeClient.CheckFollowingParams
|
|
7962
|
+
* Structure of ABTNodeClient.CheckFollowingParams
|
|
7960
7963
|
*
|
|
7961
7964
|
* Checkout the following snippet for the format of CheckFollowingParams:
|
|
7962
7965
|
* ```json
|
|
@@ -7969,7 +7972,7 @@
|
|
|
7969
7972
|
*/
|
|
7970
7973
|
|
|
7971
7974
|
/**
|
|
7972
|
-
* Structure of ABTNodeClient.FollowUserParams
|
|
7975
|
+
* Structure of ABTNodeClient.FollowUserParams
|
|
7973
7976
|
*
|
|
7974
7977
|
* Checkout the following snippet for the format of FollowUserParams:
|
|
7975
7978
|
* ```json
|
|
@@ -7982,7 +7985,7 @@
|
|
|
7982
7985
|
*/
|
|
7983
7986
|
|
|
7984
7987
|
/**
|
|
7985
|
-
* Structure of ABTNodeClient.UnfollowUserParams
|
|
7988
|
+
* Structure of ABTNodeClient.UnfollowUserParams
|
|
7986
7989
|
*
|
|
7987
7990
|
* Checkout the following snippet for the format of UnfollowUserParams:
|
|
7988
7991
|
* ```json
|
|
@@ -7995,7 +7998,7 @@
|
|
|
7995
7998
|
*/
|
|
7996
7999
|
|
|
7997
8000
|
/**
|
|
7998
|
-
* Structure of ABTNodeClient.GetUserInvitesParams
|
|
8001
|
+
* Structure of ABTNodeClient.GetUserInvitesParams
|
|
7999
8002
|
*
|
|
8000
8003
|
* Checkout the following snippet for the format of GetUserInvitesParams:
|
|
8001
8004
|
* ```json
|
|
@@ -8008,7 +8011,7 @@
|
|
|
8008
8011
|
*/
|
|
8009
8012
|
|
|
8010
8013
|
/**
|
|
8011
|
-
* Structure of ABTNodeClient.GetTagsParams
|
|
8014
|
+
* Structure of ABTNodeClient.GetTagsParams
|
|
8012
8015
|
*
|
|
8013
8016
|
* Checkout the following snippet for the format of GetTagsParams:
|
|
8014
8017
|
* ```json
|
|
@@ -8021,7 +8024,7 @@
|
|
|
8021
8024
|
*/
|
|
8022
8025
|
|
|
8023
8026
|
/**
|
|
8024
|
-
* Structure of ABTNodeClient.GetAuditLogsParams
|
|
8027
|
+
* Structure of ABTNodeClient.GetAuditLogsParams
|
|
8025
8028
|
*
|
|
8026
8029
|
* Checkout the following snippet for the format of GetAuditLogsParams:
|
|
8027
8030
|
* ```json
|
|
@@ -8034,7 +8037,7 @@
|
|
|
8034
8037
|
*/
|
|
8035
8038
|
|
|
8036
8039
|
/**
|
|
8037
|
-
* Structure of ABTNodeClient.GetLauncherSessionParams
|
|
8040
|
+
* Structure of ABTNodeClient.GetLauncherSessionParams
|
|
8038
8041
|
*
|
|
8039
8042
|
* Checkout the following snippet for the format of GetLauncherSessionParams:
|
|
8040
8043
|
* ```json
|
|
@@ -8047,7 +8050,7 @@
|
|
|
8047
8050
|
*/
|
|
8048
8051
|
|
|
8049
8052
|
/**
|
|
8050
|
-
* Structure of ABTNodeClient.GetBlockletBackupsParams
|
|
8053
|
+
* Structure of ABTNodeClient.GetBlockletBackupsParams
|
|
8051
8054
|
*
|
|
8052
8055
|
* Checkout the following snippet for the format of GetBlockletBackupsParams:
|
|
8053
8056
|
* ```json
|
|
@@ -8060,7 +8063,7 @@
|
|
|
8060
8063
|
*/
|
|
8061
8064
|
|
|
8062
8065
|
/**
|
|
8063
|
-
* Structure of ABTNodeClient.GetBlockletBackupSummaryParams
|
|
8066
|
+
* Structure of ABTNodeClient.GetBlockletBackupSummaryParams
|
|
8064
8067
|
*
|
|
8065
8068
|
* Checkout the following snippet for the format of GetBlockletBackupSummaryParams:
|
|
8066
8069
|
* ```json
|
|
@@ -8073,7 +8076,7 @@
|
|
|
8073
8076
|
*/
|
|
8074
8077
|
|
|
8075
8078
|
/**
|
|
8076
|
-
* Structure of ABTNodeClient.GetBlockletSpaceGatewaysParams
|
|
8079
|
+
* Structure of ABTNodeClient.GetBlockletSpaceGatewaysParams
|
|
8077
8080
|
*
|
|
8078
8081
|
* Checkout the following snippet for the format of GetBlockletSpaceGatewaysParams:
|
|
8079
8082
|
* ```json
|
|
@@ -8086,7 +8089,7 @@
|
|
|
8086
8089
|
*/
|
|
8087
8090
|
|
|
8088
8091
|
/**
|
|
8089
|
-
* Structure of ABTNodeClient.GetTrafficInsightsParams
|
|
8092
|
+
* Structure of ABTNodeClient.GetTrafficInsightsParams
|
|
8090
8093
|
*
|
|
8091
8094
|
* Checkout the following snippet for the format of GetTrafficInsightsParams:
|
|
8092
8095
|
* ```json
|
|
@@ -8099,7 +8102,7 @@
|
|
|
8099
8102
|
*/
|
|
8100
8103
|
|
|
8101
8104
|
/**
|
|
8102
|
-
* Structure of ABTNodeClient.GetProjectsParams
|
|
8105
|
+
* Structure of ABTNodeClient.GetProjectsParams
|
|
8103
8106
|
*
|
|
8104
8107
|
* Checkout the following snippet for the format of GetProjectsParams:
|
|
8105
8108
|
* ```json
|
|
@@ -8112,7 +8115,7 @@
|
|
|
8112
8115
|
*/
|
|
8113
8116
|
|
|
8114
8117
|
/**
|
|
8115
|
-
* Structure of ABTNodeClient.GetProjectParams
|
|
8118
|
+
* Structure of ABTNodeClient.GetProjectParams
|
|
8116
8119
|
*
|
|
8117
8120
|
* Checkout the following snippet for the format of GetProjectParams:
|
|
8118
8121
|
* ```json
|
|
@@ -8125,7 +8128,7 @@
|
|
|
8125
8128
|
*/
|
|
8126
8129
|
|
|
8127
8130
|
/**
|
|
8128
|
-
* Structure of ABTNodeClient.GetReleasesParams
|
|
8131
|
+
* Structure of ABTNodeClient.GetReleasesParams
|
|
8129
8132
|
*
|
|
8130
8133
|
* Checkout the following snippet for the format of GetReleasesParams:
|
|
8131
8134
|
* ```json
|
|
@@ -8138,7 +8141,7 @@
|
|
|
8138
8141
|
*/
|
|
8139
8142
|
|
|
8140
8143
|
/**
|
|
8141
|
-
* Structure of ABTNodeClient.GetReleaseParams
|
|
8144
|
+
* Structure of ABTNodeClient.GetReleaseParams
|
|
8142
8145
|
*
|
|
8143
8146
|
* Checkout the following snippet for the format of GetReleaseParams:
|
|
8144
8147
|
* ```json
|
|
@@ -8151,7 +8154,7 @@
|
|
|
8151
8154
|
*/
|
|
8152
8155
|
|
|
8153
8156
|
/**
|
|
8154
|
-
* Structure of ABTNodeClient.GetSelectedResourcesParams
|
|
8157
|
+
* Structure of ABTNodeClient.GetSelectedResourcesParams
|
|
8155
8158
|
*
|
|
8156
8159
|
* Checkout the following snippet for the format of GetSelectedResourcesParams:
|
|
8157
8160
|
* ```json
|
|
@@ -8164,7 +8167,7 @@
|
|
|
8164
8167
|
*/
|
|
8165
8168
|
|
|
8166
8169
|
/**
|
|
8167
|
-
* Structure of ABTNodeClient.GetBlockletSecurityRuleParams
|
|
8170
|
+
* Structure of ABTNodeClient.GetBlockletSecurityRuleParams
|
|
8168
8171
|
*
|
|
8169
8172
|
* Checkout the following snippet for the format of GetBlockletSecurityRuleParams:
|
|
8170
8173
|
* ```json
|
|
@@ -8177,7 +8180,7 @@
|
|
|
8177
8180
|
*/
|
|
8178
8181
|
|
|
8179
8182
|
/**
|
|
8180
|
-
* Structure of ABTNodeClient.GetBlockletSecurityRulesParams
|
|
8183
|
+
* Structure of ABTNodeClient.GetBlockletSecurityRulesParams
|
|
8181
8184
|
*
|
|
8182
8185
|
* Checkout the following snippet for the format of GetBlockletSecurityRulesParams:
|
|
8183
8186
|
* ```json
|
|
@@ -8190,7 +8193,7 @@
|
|
|
8190
8193
|
*/
|
|
8191
8194
|
|
|
8192
8195
|
/**
|
|
8193
|
-
* Structure of ABTNodeClient.GetBlockletResponseHeaderPolicyParams
|
|
8196
|
+
* Structure of ABTNodeClient.GetBlockletResponseHeaderPolicyParams
|
|
8194
8197
|
*
|
|
8195
8198
|
* Checkout the following snippet for the format of GetBlockletResponseHeaderPolicyParams:
|
|
8196
8199
|
* ```json
|
|
@@ -8203,7 +8206,7 @@
|
|
|
8203
8206
|
*/
|
|
8204
8207
|
|
|
8205
8208
|
/**
|
|
8206
|
-
* Structure of ABTNodeClient.GetBlockletResponseHeaderPoliciesParams
|
|
8209
|
+
* Structure of ABTNodeClient.GetBlockletResponseHeaderPoliciesParams
|
|
8207
8210
|
*
|
|
8208
8211
|
* Checkout the following snippet for the format of GetBlockletResponseHeaderPoliciesParams:
|
|
8209
8212
|
* ```json
|
|
@@ -8216,7 +8219,7 @@
|
|
|
8216
8219
|
*/
|
|
8217
8220
|
|
|
8218
8221
|
/**
|
|
8219
|
-
* Structure of ABTNodeClient.GetBlockletAccessPolicyParams
|
|
8222
|
+
* Structure of ABTNodeClient.GetBlockletAccessPolicyParams
|
|
8220
8223
|
*
|
|
8221
8224
|
* Checkout the following snippet for the format of GetBlockletAccessPolicyParams:
|
|
8222
8225
|
* ```json
|
|
@@ -8229,7 +8232,7 @@
|
|
|
8229
8232
|
*/
|
|
8230
8233
|
|
|
8231
8234
|
/**
|
|
8232
|
-
* Structure of ABTNodeClient.GetBlockletAccessPoliciesParams
|
|
8235
|
+
* Structure of ABTNodeClient.GetBlockletAccessPoliciesParams
|
|
8233
8236
|
*
|
|
8234
8237
|
* Checkout the following snippet for the format of GetBlockletAccessPoliciesParams:
|
|
8235
8238
|
* ```json
|
|
@@ -8242,7 +8245,7 @@
|
|
|
8242
8245
|
*/
|
|
8243
8246
|
|
|
8244
8247
|
/**
|
|
8245
|
-
* Structure of ABTNodeClient.GetWebhookEndpointsParams
|
|
8248
|
+
* Structure of ABTNodeClient.GetWebhookEndpointsParams
|
|
8246
8249
|
*
|
|
8247
8250
|
* Checkout the following snippet for the format of GetWebhookEndpointsParams:
|
|
8248
8251
|
* ```json
|
|
@@ -8255,7 +8258,7 @@
|
|
|
8255
8258
|
*/
|
|
8256
8259
|
|
|
8257
8260
|
/**
|
|
8258
|
-
* Structure of ABTNodeClient.GetWebhookEndpointParams
|
|
8261
|
+
* Structure of ABTNodeClient.GetWebhookEndpointParams
|
|
8259
8262
|
*
|
|
8260
8263
|
* Checkout the following snippet for the format of GetWebhookEndpointParams:
|
|
8261
8264
|
* ```json
|
|
@@ -8268,7 +8271,7 @@
|
|
|
8268
8271
|
*/
|
|
8269
8272
|
|
|
8270
8273
|
/**
|
|
8271
|
-
* Structure of ABTNodeClient.GetWebhookAttemptsParams
|
|
8274
|
+
* Structure of ABTNodeClient.GetWebhookAttemptsParams
|
|
8272
8275
|
*
|
|
8273
8276
|
* Checkout the following snippet for the format of GetWebhookAttemptsParams:
|
|
8274
8277
|
* ```json
|
|
@@ -8281,7 +8284,7 @@
|
|
|
8281
8284
|
*/
|
|
8282
8285
|
|
|
8283
8286
|
/**
|
|
8284
|
-
* Structure of ABTNodeClient.GetPassportRoleCountsParams
|
|
8287
|
+
* Structure of ABTNodeClient.GetPassportRoleCountsParams
|
|
8285
8288
|
*
|
|
8286
8289
|
* Checkout the following snippet for the format of GetPassportRoleCountsParams:
|
|
8287
8290
|
* ```json
|
|
@@ -8294,7 +8297,7 @@
|
|
|
8294
8297
|
*/
|
|
8295
8298
|
|
|
8296
8299
|
/**
|
|
8297
|
-
* Structure of ABTNodeClient.GetPassportsByRoleParams
|
|
8300
|
+
* Structure of ABTNodeClient.GetPassportsByRoleParams
|
|
8298
8301
|
*
|
|
8299
8302
|
* Checkout the following snippet for the format of GetPassportsByRoleParams:
|
|
8300
8303
|
* ```json
|
|
@@ -8307,7 +8310,7 @@
|
|
|
8307
8310
|
*/
|
|
8308
8311
|
|
|
8309
8312
|
/**
|
|
8310
|
-
* Structure of ABTNodeClient.GetPassportLogsParams
|
|
8313
|
+
* Structure of ABTNodeClient.GetPassportLogsParams
|
|
8311
8314
|
*
|
|
8312
8315
|
* Checkout the following snippet for the format of GetPassportLogsParams:
|
|
8313
8316
|
* ```json
|
|
@@ -8320,7 +8323,7 @@
|
|
|
8320
8323
|
*/
|
|
8321
8324
|
|
|
8322
8325
|
/**
|
|
8323
|
-
* Structure of ABTNodeClient.GetRelatedPassportsParams
|
|
8326
|
+
* Structure of ABTNodeClient.GetRelatedPassportsParams
|
|
8324
8327
|
*
|
|
8325
8328
|
* Checkout the following snippet for the format of GetRelatedPassportsParams:
|
|
8326
8329
|
* ```json
|
|
@@ -8333,7 +8336,7 @@
|
|
|
8333
8336
|
*/
|
|
8334
8337
|
|
|
8335
8338
|
/**
|
|
8336
|
-
* Structure of ABTNodeClient.GetBlockletBaseInfoParams
|
|
8339
|
+
* Structure of ABTNodeClient.GetBlockletBaseInfoParams
|
|
8337
8340
|
*
|
|
8338
8341
|
* Checkout the following snippet for the format of GetBlockletBaseInfoParams:
|
|
8339
8342
|
* ```json
|
|
@@ -8346,7 +8349,7 @@
|
|
|
8346
8349
|
*/
|
|
8347
8350
|
|
|
8348
8351
|
/**
|
|
8349
|
-
* Structure of ABTNodeClient.GetDomainDnsParams
|
|
8352
|
+
* Structure of ABTNodeClient.GetDomainDnsParams
|
|
8350
8353
|
*
|
|
8351
8354
|
* Checkout the following snippet for the format of GetDomainDnsParams:
|
|
8352
8355
|
* ```json
|
|
@@ -8359,7 +8362,7 @@
|
|
|
8359
8362
|
*/
|
|
8360
8363
|
|
|
8361
8364
|
/**
|
|
8362
|
-
* Structure of ABTNodeClient.GetOAuthClientsParams
|
|
8365
|
+
* Structure of ABTNodeClient.GetOAuthClientsParams
|
|
8363
8366
|
*
|
|
8364
8367
|
* Checkout the following snippet for the format of GetOAuthClientsParams:
|
|
8365
8368
|
* ```json
|
|
@@ -8372,7 +8375,7 @@
|
|
|
8372
8375
|
*/
|
|
8373
8376
|
|
|
8374
8377
|
/**
|
|
8375
|
-
* Structure of ABTNodeClient.CreateOAuthClientParams
|
|
8378
|
+
* Structure of ABTNodeClient.CreateOAuthClientParams
|
|
8376
8379
|
*
|
|
8377
8380
|
* Checkout the following snippet for the format of CreateOAuthClientParams:
|
|
8378
8381
|
* ```json
|
|
@@ -8385,7 +8388,7 @@
|
|
|
8385
8388
|
*/
|
|
8386
8389
|
|
|
8387
8390
|
/**
|
|
8388
|
-
* Structure of ABTNodeClient.UpdateOAuthClientParams
|
|
8391
|
+
* Structure of ABTNodeClient.UpdateOAuthClientParams
|
|
8389
8392
|
*
|
|
8390
8393
|
* Checkout the following snippet for the format of UpdateOAuthClientParams:
|
|
8391
8394
|
* ```json
|
|
@@ -8398,7 +8401,7 @@
|
|
|
8398
8401
|
*/
|
|
8399
8402
|
|
|
8400
8403
|
/**
|
|
8401
|
-
* Structure of ABTNodeClient.DeleteOAuthClientParams
|
|
8404
|
+
* Structure of ABTNodeClient.DeleteOAuthClientParams
|
|
8402
8405
|
*
|
|
8403
8406
|
* Checkout the following snippet for the format of DeleteOAuthClientParams:
|
|
8404
8407
|
* ```json
|
|
@@ -8411,7 +8414,7 @@
|
|
|
8411
8414
|
*/
|
|
8412
8415
|
|
|
8413
8416
|
/**
|
|
8414
|
-
* Structure of ABTNodeClient.GetOrgsParams
|
|
8417
|
+
* Structure of ABTNodeClient.GetOrgsParams
|
|
8415
8418
|
*
|
|
8416
8419
|
* Checkout the following snippet for the format of GetOrgsParams:
|
|
8417
8420
|
* ```json
|
|
@@ -8424,7 +8427,7 @@
|
|
|
8424
8427
|
*/
|
|
8425
8428
|
|
|
8426
8429
|
/**
|
|
8427
|
-
* Structure of ABTNodeClient.GetOrgParams
|
|
8430
|
+
* Structure of ABTNodeClient.GetOrgParams
|
|
8428
8431
|
*
|
|
8429
8432
|
* Checkout the following snippet for the format of GetOrgParams:
|
|
8430
8433
|
* ```json
|
|
@@ -8437,7 +8440,7 @@
|
|
|
8437
8440
|
*/
|
|
8438
8441
|
|
|
8439
8442
|
/**
|
|
8440
|
-
* Structure of ABTNodeClient.GetOrgMembersParams
|
|
8443
|
+
* Structure of ABTNodeClient.GetOrgMembersParams
|
|
8441
8444
|
*
|
|
8442
8445
|
* Checkout the following snippet for the format of GetOrgMembersParams:
|
|
8443
8446
|
* ```json
|
|
@@ -8450,7 +8453,7 @@
|
|
|
8450
8453
|
*/
|
|
8451
8454
|
|
|
8452
8455
|
/**
|
|
8453
|
-
* Structure of ABTNodeClient.GetOrgInvitableUsersParams
|
|
8456
|
+
* Structure of ABTNodeClient.GetOrgInvitableUsersParams
|
|
8454
8457
|
*
|
|
8455
8458
|
* Checkout the following snippet for the format of GetOrgInvitableUsersParams:
|
|
8456
8459
|
* ```json
|
|
@@ -8463,7 +8466,7 @@
|
|
|
8463
8466
|
*/
|
|
8464
8467
|
|
|
8465
8468
|
/**
|
|
8466
|
-
* Structure of ABTNodeClient.GetOrgResourceParams
|
|
8469
|
+
* Structure of ABTNodeClient.GetOrgResourceParams
|
|
8467
8470
|
*
|
|
8468
8471
|
* Checkout the following snippet for the format of GetOrgResourceParams:
|
|
8469
8472
|
* ```json
|
|
@@ -8476,7 +8479,7 @@
|
|
|
8476
8479
|
*/
|
|
8477
8480
|
|
|
8478
8481
|
/**
|
|
8479
|
-
* Structure of ABTNodeClient.InstallBlockletParams
|
|
8482
|
+
* Structure of ABTNodeClient.InstallBlockletParams
|
|
8480
8483
|
*
|
|
8481
8484
|
* Checkout the following snippet for the format of InstallBlockletParams:
|
|
8482
8485
|
* ```json
|
|
@@ -8489,7 +8492,7 @@
|
|
|
8489
8492
|
*/
|
|
8490
8493
|
|
|
8491
8494
|
/**
|
|
8492
|
-
* Structure of ABTNodeClient.InstallComponentParams
|
|
8495
|
+
* Structure of ABTNodeClient.InstallComponentParams
|
|
8493
8496
|
*
|
|
8494
8497
|
* Checkout the following snippet for the format of InstallComponentParams:
|
|
8495
8498
|
* ```json
|
|
@@ -8502,7 +8505,7 @@
|
|
|
8502
8505
|
*/
|
|
8503
8506
|
|
|
8504
8507
|
/**
|
|
8505
|
-
* Structure of ABTNodeClient.StartBlockletParams
|
|
8508
|
+
* Structure of ABTNodeClient.StartBlockletParams
|
|
8506
8509
|
*
|
|
8507
8510
|
* Checkout the following snippet for the format of StartBlockletParams:
|
|
8508
8511
|
* ```json
|
|
@@ -8515,7 +8518,7 @@
|
|
|
8515
8518
|
*/
|
|
8516
8519
|
|
|
8517
8520
|
/**
|
|
8518
|
-
* Structure of ABTNodeClient.StopBlockletParams
|
|
8521
|
+
* Structure of ABTNodeClient.StopBlockletParams
|
|
8519
8522
|
*
|
|
8520
8523
|
* Checkout the following snippet for the format of StopBlockletParams:
|
|
8521
8524
|
* ```json
|
|
@@ -8528,7 +8531,7 @@
|
|
|
8528
8531
|
*/
|
|
8529
8532
|
|
|
8530
8533
|
/**
|
|
8531
|
-
* Structure of ABTNodeClient.ReloadBlockletParams
|
|
8534
|
+
* Structure of ABTNodeClient.ReloadBlockletParams
|
|
8532
8535
|
*
|
|
8533
8536
|
* Checkout the following snippet for the format of ReloadBlockletParams:
|
|
8534
8537
|
* ```json
|
|
@@ -8541,7 +8544,7 @@
|
|
|
8541
8544
|
*/
|
|
8542
8545
|
|
|
8543
8546
|
/**
|
|
8544
|
-
* Structure of ABTNodeClient.RestartBlockletParams
|
|
8547
|
+
* Structure of ABTNodeClient.RestartBlockletParams
|
|
8545
8548
|
*
|
|
8546
8549
|
* Checkout the following snippet for the format of RestartBlockletParams:
|
|
8547
8550
|
* ```json
|
|
@@ -8554,7 +8557,7 @@
|
|
|
8554
8557
|
*/
|
|
8555
8558
|
|
|
8556
8559
|
/**
|
|
8557
|
-
* Structure of ABTNodeClient.DeleteBlockletParams
|
|
8560
|
+
* Structure of ABTNodeClient.DeleteBlockletParams
|
|
8558
8561
|
*
|
|
8559
8562
|
* Checkout the following snippet for the format of DeleteBlockletParams:
|
|
8560
8563
|
* ```json
|
|
@@ -8567,7 +8570,7 @@
|
|
|
8567
8570
|
*/
|
|
8568
8571
|
|
|
8569
8572
|
/**
|
|
8570
|
-
* Structure of ABTNodeClient.DeleteComponentParams
|
|
8573
|
+
* Structure of ABTNodeClient.DeleteComponentParams
|
|
8571
8574
|
*
|
|
8572
8575
|
* Checkout the following snippet for the format of DeleteComponentParams:
|
|
8573
8576
|
* ```json
|
|
@@ -8580,7 +8583,7 @@
|
|
|
8580
8583
|
*/
|
|
8581
8584
|
|
|
8582
8585
|
/**
|
|
8583
|
-
* Structure of ABTNodeClient.CancelDownloadBlockletParams
|
|
8586
|
+
* Structure of ABTNodeClient.CancelDownloadBlockletParams
|
|
8584
8587
|
*
|
|
8585
8588
|
* Checkout the following snippet for the format of CancelDownloadBlockletParams:
|
|
8586
8589
|
* ```json
|
|
@@ -8593,7 +8596,7 @@
|
|
|
8593
8596
|
*/
|
|
8594
8597
|
|
|
8595
8598
|
/**
|
|
8596
|
-
* Structure of ABTNodeClient.CheckComponentsForUpdatesParams
|
|
8599
|
+
* Structure of ABTNodeClient.CheckComponentsForUpdatesParams
|
|
8597
8600
|
*
|
|
8598
8601
|
* Checkout the following snippet for the format of CheckComponentsForUpdatesParams:
|
|
8599
8602
|
* ```json
|
|
@@ -8606,7 +8609,7 @@
|
|
|
8606
8609
|
*/
|
|
8607
8610
|
|
|
8608
8611
|
/**
|
|
8609
|
-
* Structure of ABTNodeClient.UpgradeComponentsParams
|
|
8612
|
+
* Structure of ABTNodeClient.UpgradeComponentsParams
|
|
8610
8613
|
*
|
|
8611
8614
|
* Checkout the following snippet for the format of UpgradeComponentsParams:
|
|
8612
8615
|
* ```json
|
|
@@ -8619,7 +8622,7 @@
|
|
|
8619
8622
|
*/
|
|
8620
8623
|
|
|
8621
8624
|
/**
|
|
8622
|
-
* Structure of ABTNodeClient.ConfigBlockletParams
|
|
8625
|
+
* Structure of ABTNodeClient.ConfigBlockletParams
|
|
8623
8626
|
*
|
|
8624
8627
|
* Checkout the following snippet for the format of ConfigBlockletParams:
|
|
8625
8628
|
* ```json
|
|
@@ -8632,7 +8635,7 @@
|
|
|
8632
8635
|
*/
|
|
8633
8636
|
|
|
8634
8637
|
/**
|
|
8635
|
-
* Structure of ABTNodeClient.ConfigPublicToStoreParams
|
|
8638
|
+
* Structure of ABTNodeClient.ConfigPublicToStoreParams
|
|
8636
8639
|
*
|
|
8637
8640
|
* Checkout the following snippet for the format of ConfigPublicToStoreParams:
|
|
8638
8641
|
* ```json
|
|
@@ -8645,7 +8648,7 @@
|
|
|
8645
8648
|
*/
|
|
8646
8649
|
|
|
8647
8650
|
/**
|
|
8648
|
-
* Structure of ABTNodeClient.ConfigNavigationsParams
|
|
8651
|
+
* Structure of ABTNodeClient.ConfigNavigationsParams
|
|
8649
8652
|
*
|
|
8650
8653
|
* Checkout the following snippet for the format of ConfigNavigationsParams:
|
|
8651
8654
|
* ```json
|
|
@@ -8658,7 +8661,7 @@
|
|
|
8658
8661
|
*/
|
|
8659
8662
|
|
|
8660
8663
|
/**
|
|
8661
|
-
* Structure of ABTNodeClient.ConfigOAuthParams
|
|
8664
|
+
* Structure of ABTNodeClient.ConfigOAuthParams
|
|
8662
8665
|
*
|
|
8663
8666
|
* Checkout the following snippet for the format of ConfigOAuthParams:
|
|
8664
8667
|
* ```json
|
|
@@ -8671,7 +8674,7 @@
|
|
|
8671
8674
|
*/
|
|
8672
8675
|
|
|
8673
8676
|
/**
|
|
8674
|
-
* Structure of ABTNodeClient.ConfigNotificationParams
|
|
8677
|
+
* Structure of ABTNodeClient.ConfigNotificationParams
|
|
8675
8678
|
*
|
|
8676
8679
|
* Checkout the following snippet for the format of ConfigNotificationParams:
|
|
8677
8680
|
* ```json
|
|
@@ -8684,7 +8687,7 @@
|
|
|
8684
8687
|
*/
|
|
8685
8688
|
|
|
8686
8689
|
/**
|
|
8687
|
-
* Structure of ABTNodeClient.ConfigVaultParams
|
|
8690
|
+
* Structure of ABTNodeClient.ConfigVaultParams
|
|
8688
8691
|
*
|
|
8689
8692
|
* Checkout the following snippet for the format of ConfigVaultParams:
|
|
8690
8693
|
* ```json
|
|
@@ -8697,7 +8700,7 @@
|
|
|
8697
8700
|
*/
|
|
8698
8701
|
|
|
8699
8702
|
/**
|
|
8700
|
-
* Structure of ABTNodeClient.SendEmailParams
|
|
8703
|
+
* Structure of ABTNodeClient.SendEmailParams
|
|
8701
8704
|
*
|
|
8702
8705
|
* Checkout the following snippet for the format of SendEmailParams:
|
|
8703
8706
|
* ```json
|
|
@@ -8710,7 +8713,7 @@
|
|
|
8710
8713
|
*/
|
|
8711
8714
|
|
|
8712
8715
|
/**
|
|
8713
|
-
* Structure of ABTNodeClient.SendPushParams
|
|
8716
|
+
* Structure of ABTNodeClient.SendPushParams
|
|
8714
8717
|
*
|
|
8715
8718
|
* Checkout the following snippet for the format of SendPushParams:
|
|
8716
8719
|
* ```json
|
|
@@ -8723,7 +8726,7 @@
|
|
|
8723
8726
|
*/
|
|
8724
8727
|
|
|
8725
8728
|
/**
|
|
8726
|
-
* Structure of ABTNodeClient.JoinFederatedLoginParams
|
|
8729
|
+
* Structure of ABTNodeClient.JoinFederatedLoginParams
|
|
8727
8730
|
*
|
|
8728
8731
|
* Checkout the following snippet for the format of JoinFederatedLoginParams:
|
|
8729
8732
|
* ```json
|
|
@@ -8736,7 +8739,7 @@
|
|
|
8736
8739
|
*/
|
|
8737
8740
|
|
|
8738
8741
|
/**
|
|
8739
|
-
* Structure of ABTNodeClient.QuitFederatedLoginParams
|
|
8742
|
+
* Structure of ABTNodeClient.QuitFederatedLoginParams
|
|
8740
8743
|
*
|
|
8741
8744
|
* Checkout the following snippet for the format of QuitFederatedLoginParams:
|
|
8742
8745
|
* ```json
|
|
@@ -8749,7 +8752,7 @@
|
|
|
8749
8752
|
*/
|
|
8750
8753
|
|
|
8751
8754
|
/**
|
|
8752
|
-
* Structure of ABTNodeClient.DisbandFederatedLoginParams
|
|
8755
|
+
* Structure of ABTNodeClient.DisbandFederatedLoginParams
|
|
8753
8756
|
*
|
|
8754
8757
|
* Checkout the following snippet for the format of DisbandFederatedLoginParams:
|
|
8755
8758
|
* ```json
|
|
@@ -8762,7 +8765,7 @@
|
|
|
8762
8765
|
*/
|
|
8763
8766
|
|
|
8764
8767
|
/**
|
|
8765
|
-
* Structure of ABTNodeClient.SyncMasterAuthorizationParams
|
|
8768
|
+
* Structure of ABTNodeClient.SyncMasterAuthorizationParams
|
|
8766
8769
|
*
|
|
8767
8770
|
* Checkout the following snippet for the format of SyncMasterAuthorizationParams:
|
|
8768
8771
|
* ```json
|
|
@@ -8775,7 +8778,7 @@
|
|
|
8775
8778
|
*/
|
|
8776
8779
|
|
|
8777
8780
|
/**
|
|
8778
|
-
* Structure of ABTNodeClient.SyncFederatedConfigParams
|
|
8781
|
+
* Structure of ABTNodeClient.SyncFederatedConfigParams
|
|
8779
8782
|
*
|
|
8780
8783
|
* Checkout the following snippet for the format of SyncFederatedConfigParams:
|
|
8781
8784
|
* ```json
|
|
@@ -8788,7 +8791,7 @@
|
|
|
8788
8791
|
*/
|
|
8789
8792
|
|
|
8790
8793
|
/**
|
|
8791
|
-
* Structure of ABTNodeClient.AuditFederatedLoginParams
|
|
8794
|
+
* Structure of ABTNodeClient.AuditFederatedLoginParams
|
|
8792
8795
|
*
|
|
8793
8796
|
* Checkout the following snippet for the format of AuditFederatedLoginParams:
|
|
8794
8797
|
* ```json
|
|
@@ -8801,7 +8804,7 @@
|
|
|
8801
8804
|
*/
|
|
8802
8805
|
|
|
8803
8806
|
/**
|
|
8804
|
-
* Structure of ABTNodeClient.UpdateAppSessionConfigParams
|
|
8807
|
+
* Structure of ABTNodeClient.UpdateAppSessionConfigParams
|
|
8805
8808
|
*
|
|
8806
8809
|
* Checkout the following snippet for the format of UpdateAppSessionConfigParams:
|
|
8807
8810
|
* ```json
|
|
@@ -8814,7 +8817,7 @@
|
|
|
8814
8817
|
*/
|
|
8815
8818
|
|
|
8816
8819
|
/**
|
|
8817
|
-
* Structure of ABTNodeClient.UpdateComponentTitleParams
|
|
8820
|
+
* Structure of ABTNodeClient.UpdateComponentTitleParams
|
|
8818
8821
|
*
|
|
8819
8822
|
* Checkout the following snippet for the format of UpdateComponentTitleParams:
|
|
8820
8823
|
* ```json
|
|
@@ -8827,7 +8830,7 @@
|
|
|
8827
8830
|
*/
|
|
8828
8831
|
|
|
8829
8832
|
/**
|
|
8830
|
-
* Structure of ABTNodeClient.UpdateComponentMountPointParams
|
|
8833
|
+
* Structure of ABTNodeClient.UpdateComponentMountPointParams
|
|
8831
8834
|
*
|
|
8832
8835
|
* Checkout the following snippet for the format of UpdateComponentMountPointParams:
|
|
8833
8836
|
* ```json
|
|
@@ -8840,7 +8843,7 @@
|
|
|
8840
8843
|
*/
|
|
8841
8844
|
|
|
8842
8845
|
/**
|
|
8843
|
-
* Structure of ABTNodeClient.BackupBlockletParams
|
|
8846
|
+
* Structure of ABTNodeClient.BackupBlockletParams
|
|
8844
8847
|
*
|
|
8845
8848
|
* Checkout the following snippet for the format of BackupBlockletParams:
|
|
8846
8849
|
* ```json
|
|
@@ -8853,7 +8856,7 @@
|
|
|
8853
8856
|
*/
|
|
8854
8857
|
|
|
8855
8858
|
/**
|
|
8856
|
-
* Structure of ABTNodeClient.AbortBlockletBackupParams
|
|
8859
|
+
* Structure of ABTNodeClient.AbortBlockletBackupParams
|
|
8857
8860
|
*
|
|
8858
8861
|
* Checkout the following snippet for the format of AbortBlockletBackupParams:
|
|
8859
8862
|
* ```json
|
|
@@ -8866,7 +8869,7 @@
|
|
|
8866
8869
|
*/
|
|
8867
8870
|
|
|
8868
8871
|
/**
|
|
8869
|
-
* Structure of ABTNodeClient.RestoreBlockletParams
|
|
8872
|
+
* Structure of ABTNodeClient.RestoreBlockletParams
|
|
8870
8873
|
*
|
|
8871
8874
|
* Checkout the following snippet for the format of RestoreBlockletParams:
|
|
8872
8875
|
* ```json
|
|
@@ -8879,7 +8882,7 @@
|
|
|
8879
8882
|
*/
|
|
8880
8883
|
|
|
8881
8884
|
/**
|
|
8882
|
-
* Structure of ABTNodeClient.MigrateApplicationToStructV2Params
|
|
8885
|
+
* Structure of ABTNodeClient.MigrateApplicationToStructV2Params
|
|
8883
8886
|
*
|
|
8884
8887
|
* Checkout the following snippet for the format of MigrateApplicationToStructV2Params:
|
|
8885
8888
|
* ```json
|
|
@@ -8892,7 +8895,7 @@
|
|
|
8892
8895
|
*/
|
|
8893
8896
|
|
|
8894
8897
|
/**
|
|
8895
|
-
* Structure of ABTNodeClient.LaunchBlockletByLauncherParams
|
|
8898
|
+
* Structure of ABTNodeClient.LaunchBlockletByLauncherParams
|
|
8896
8899
|
*
|
|
8897
8900
|
* Checkout the following snippet for the format of LaunchBlockletByLauncherParams:
|
|
8898
8901
|
* ```json
|
|
@@ -8905,7 +8908,7 @@
|
|
|
8905
8908
|
*/
|
|
8906
8909
|
|
|
8907
8910
|
/**
|
|
8908
|
-
* Structure of ABTNodeClient.LaunchBlockletWithoutWalletParams
|
|
8911
|
+
* Structure of ABTNodeClient.LaunchBlockletWithoutWalletParams
|
|
8909
8912
|
*
|
|
8910
8913
|
* Checkout the following snippet for the format of LaunchBlockletWithoutWalletParams:
|
|
8911
8914
|
* ```json
|
|
@@ -8918,7 +8921,7 @@
|
|
|
8918
8921
|
*/
|
|
8919
8922
|
|
|
8920
8923
|
/**
|
|
8921
|
-
* Structure of ABTNodeClient.AddBlockletSpaceGatewayParams
|
|
8924
|
+
* Structure of ABTNodeClient.AddBlockletSpaceGatewayParams
|
|
8922
8925
|
*
|
|
8923
8926
|
* Checkout the following snippet for the format of AddBlockletSpaceGatewayParams:
|
|
8924
8927
|
* ```json
|
|
@@ -8931,7 +8934,7 @@
|
|
|
8931
8934
|
*/
|
|
8932
8935
|
|
|
8933
8936
|
/**
|
|
8934
|
-
* Structure of ABTNodeClient.DeleteBlockletSpaceGatewayParams
|
|
8937
|
+
* Structure of ABTNodeClient.DeleteBlockletSpaceGatewayParams
|
|
8935
8938
|
*
|
|
8936
8939
|
* Checkout the following snippet for the format of DeleteBlockletSpaceGatewayParams:
|
|
8937
8940
|
* ```json
|
|
@@ -8944,7 +8947,7 @@
|
|
|
8944
8947
|
*/
|
|
8945
8948
|
|
|
8946
8949
|
/**
|
|
8947
|
-
* Structure of ABTNodeClient.UpdateBlockletSpaceGatewayParams
|
|
8950
|
+
* Structure of ABTNodeClient.UpdateBlockletSpaceGatewayParams
|
|
8948
8951
|
*
|
|
8949
8952
|
* Checkout the following snippet for the format of UpdateBlockletSpaceGatewayParams:
|
|
8950
8953
|
* ```json
|
|
@@ -8957,7 +8960,7 @@
|
|
|
8957
8960
|
*/
|
|
8958
8961
|
|
|
8959
8962
|
/**
|
|
8960
|
-
* Structure of ABTNodeClient.UpdateAutoBackupParams
|
|
8963
|
+
* Structure of ABTNodeClient.UpdateAutoBackupParams
|
|
8961
8964
|
*
|
|
8962
8965
|
* Checkout the following snippet for the format of UpdateAutoBackupParams:
|
|
8963
8966
|
* ```json
|
|
@@ -8970,7 +8973,7 @@
|
|
|
8970
8973
|
*/
|
|
8971
8974
|
|
|
8972
8975
|
/**
|
|
8973
|
-
* Structure of ABTNodeClient.UpdateAutoCheckUpdateParams
|
|
8976
|
+
* Structure of ABTNodeClient.UpdateAutoCheckUpdateParams
|
|
8974
8977
|
*
|
|
8975
8978
|
* Checkout the following snippet for the format of UpdateAutoCheckUpdateParams:
|
|
8976
8979
|
* ```json
|
|
@@ -8983,7 +8986,7 @@
|
|
|
8983
8986
|
*/
|
|
8984
8987
|
|
|
8985
8988
|
/**
|
|
8986
|
-
* Structure of ABTNodeClient.UpdateBlockletSettingsParams
|
|
8989
|
+
* Structure of ABTNodeClient.UpdateBlockletSettingsParams
|
|
8987
8990
|
*
|
|
8988
8991
|
* Checkout the following snippet for the format of UpdateBlockletSettingsParams:
|
|
8989
8992
|
* ```json
|
|
@@ -8996,7 +8999,7 @@
|
|
|
8996
8999
|
*/
|
|
8997
9000
|
|
|
8998
9001
|
/**
|
|
8999
|
-
* Structure of ABTNodeClient.UpdateNodeInfoParams
|
|
9002
|
+
* Structure of ABTNodeClient.UpdateNodeInfoParams
|
|
9000
9003
|
*
|
|
9001
9004
|
* Checkout the following snippet for the format of UpdateNodeInfoParams:
|
|
9002
9005
|
* ```json
|
|
@@ -9009,7 +9012,7 @@
|
|
|
9009
9012
|
*/
|
|
9010
9013
|
|
|
9011
9014
|
/**
|
|
9012
|
-
* Structure of ABTNodeClient.UpdateNodeRoutingParams
|
|
9015
|
+
* Structure of ABTNodeClient.UpdateNodeRoutingParams
|
|
9013
9016
|
*
|
|
9014
9017
|
* Checkout the following snippet for the format of UpdateNodeRoutingParams:
|
|
9015
9018
|
* ```json
|
|
@@ -9022,7 +9025,7 @@
|
|
|
9022
9025
|
*/
|
|
9023
9026
|
|
|
9024
9027
|
/**
|
|
9025
|
-
* Structure of ABTNodeClient.UpgradeNodeVersionParams
|
|
9028
|
+
* Structure of ABTNodeClient.UpgradeNodeVersionParams
|
|
9026
9029
|
*
|
|
9027
9030
|
* Checkout the following snippet for the format of UpgradeNodeVersionParams:
|
|
9028
9031
|
* ```json
|
|
@@ -9035,7 +9038,7 @@
|
|
|
9035
9038
|
*/
|
|
9036
9039
|
|
|
9037
9040
|
/**
|
|
9038
|
-
* Structure of ABTNodeClient.ResetNodeParams
|
|
9041
|
+
* Structure of ABTNodeClient.ResetNodeParams
|
|
9039
9042
|
*
|
|
9040
9043
|
* Checkout the following snippet for the format of ResetNodeParams:
|
|
9041
9044
|
* ```json
|
|
@@ -9048,7 +9051,7 @@
|
|
|
9048
9051
|
*/
|
|
9049
9052
|
|
|
9050
9053
|
/**
|
|
9051
|
-
* Structure of ABTNodeClient.RotateSessionKeyParams
|
|
9054
|
+
* Structure of ABTNodeClient.RotateSessionKeyParams
|
|
9052
9055
|
*
|
|
9053
9056
|
* Checkout the following snippet for the format of RotateSessionKeyParams:
|
|
9054
9057
|
* ```json
|
|
@@ -9061,7 +9064,7 @@
|
|
|
9061
9064
|
*/
|
|
9062
9065
|
|
|
9063
9066
|
/**
|
|
9064
|
-
* Structure of ABTNodeClient.UpdateGatewayParams
|
|
9067
|
+
* Structure of ABTNodeClient.UpdateGatewayParams
|
|
9065
9068
|
*
|
|
9066
9069
|
* Checkout the following snippet for the format of UpdateGatewayParams:
|
|
9067
9070
|
* ```json
|
|
@@ -9074,7 +9077,7 @@
|
|
|
9074
9077
|
*/
|
|
9075
9078
|
|
|
9076
9079
|
/**
|
|
9077
|
-
* Structure of ABTNodeClient.ClearCacheParams
|
|
9080
|
+
* Structure of ABTNodeClient.ClearCacheParams
|
|
9078
9081
|
*
|
|
9079
9082
|
* Checkout the following snippet for the format of ClearCacheParams:
|
|
9080
9083
|
* ```json
|
|
@@ -9087,7 +9090,7 @@
|
|
|
9087
9090
|
*/
|
|
9088
9091
|
|
|
9089
9092
|
/**
|
|
9090
|
-
* Structure of ABTNodeClient.CreateMemberInvitationParams
|
|
9093
|
+
* Structure of ABTNodeClient.CreateMemberInvitationParams
|
|
9091
9094
|
*
|
|
9092
9095
|
* Checkout the following snippet for the format of CreateMemberInvitationParams:
|
|
9093
9096
|
* ```json
|
|
@@ -9100,7 +9103,7 @@
|
|
|
9100
9103
|
*/
|
|
9101
9104
|
|
|
9102
9105
|
/**
|
|
9103
|
-
* Structure of ABTNodeClient.CreateTransferInvitationParams
|
|
9106
|
+
* Structure of ABTNodeClient.CreateTransferInvitationParams
|
|
9104
9107
|
*
|
|
9105
9108
|
* Checkout the following snippet for the format of CreateTransferInvitationParams:
|
|
9106
9109
|
* ```json
|
|
@@ -9113,7 +9116,7 @@
|
|
|
9113
9116
|
*/
|
|
9114
9117
|
|
|
9115
9118
|
/**
|
|
9116
|
-
* Structure of ABTNodeClient.DeleteInvitationParams
|
|
9119
|
+
* Structure of ABTNodeClient.DeleteInvitationParams
|
|
9117
9120
|
*
|
|
9118
9121
|
* Checkout the following snippet for the format of DeleteInvitationParams:
|
|
9119
9122
|
* ```json
|
|
@@ -9126,7 +9129,7 @@
|
|
|
9126
9129
|
*/
|
|
9127
9130
|
|
|
9128
9131
|
/**
|
|
9129
|
-
* Structure of ABTNodeClient.CreatePassportIssuanceParams
|
|
9132
|
+
* Structure of ABTNodeClient.CreatePassportIssuanceParams
|
|
9130
9133
|
*
|
|
9131
9134
|
* Checkout the following snippet for the format of CreatePassportIssuanceParams:
|
|
9132
9135
|
* ```json
|
|
@@ -9139,7 +9142,7 @@
|
|
|
9139
9142
|
*/
|
|
9140
9143
|
|
|
9141
9144
|
/**
|
|
9142
|
-
* Structure of ABTNodeClient.DeletePassportIssuanceParams
|
|
9145
|
+
* Structure of ABTNodeClient.DeletePassportIssuanceParams
|
|
9143
9146
|
*
|
|
9144
9147
|
* Checkout the following snippet for the format of DeletePassportIssuanceParams:
|
|
9145
9148
|
* ```json
|
|
@@ -9152,7 +9155,7 @@
|
|
|
9152
9155
|
*/
|
|
9153
9156
|
|
|
9154
9157
|
/**
|
|
9155
|
-
* Structure of ABTNodeClient.ConfigTrustedPassportsParams
|
|
9158
|
+
* Structure of ABTNodeClient.ConfigTrustedPassportsParams
|
|
9156
9159
|
*
|
|
9157
9160
|
* Checkout the following snippet for the format of ConfigTrustedPassportsParams:
|
|
9158
9161
|
* ```json
|
|
@@ -9165,7 +9168,7 @@
|
|
|
9165
9168
|
*/
|
|
9166
9169
|
|
|
9167
9170
|
/**
|
|
9168
|
-
* Structure of ABTNodeClient.ConfigTrustedFactoriesParams
|
|
9171
|
+
* Structure of ABTNodeClient.ConfigTrustedFactoriesParams
|
|
9169
9172
|
*
|
|
9170
9173
|
* Checkout the following snippet for the format of ConfigTrustedFactoriesParams:
|
|
9171
9174
|
* ```json
|
|
@@ -9178,7 +9181,7 @@
|
|
|
9178
9181
|
*/
|
|
9179
9182
|
|
|
9180
9183
|
/**
|
|
9181
|
-
* Structure of ABTNodeClient.ConfigPassportIssuanceParams
|
|
9184
|
+
* Structure of ABTNodeClient.ConfigPassportIssuanceParams
|
|
9182
9185
|
*
|
|
9183
9186
|
* Checkout the following snippet for the format of ConfigPassportIssuanceParams:
|
|
9184
9187
|
* ```json
|
|
@@ -9191,7 +9194,7 @@
|
|
|
9191
9194
|
*/
|
|
9192
9195
|
|
|
9193
9196
|
/**
|
|
9194
|
-
* Structure of ABTNodeClient.RemoveUserParams
|
|
9197
|
+
* Structure of ABTNodeClient.RemoveUserParams
|
|
9195
9198
|
*
|
|
9196
9199
|
* Checkout the following snippet for the format of RemoveUserParams:
|
|
9197
9200
|
* ```json
|
|
@@ -9204,7 +9207,7 @@
|
|
|
9204
9207
|
*/
|
|
9205
9208
|
|
|
9206
9209
|
/**
|
|
9207
|
-
* Structure of ABTNodeClient.UpdateUserTagsParams
|
|
9210
|
+
* Structure of ABTNodeClient.UpdateUserTagsParams
|
|
9208
9211
|
*
|
|
9209
9212
|
* Checkout the following snippet for the format of UpdateUserTagsParams:
|
|
9210
9213
|
* ```json
|
|
@@ -9217,7 +9220,7 @@
|
|
|
9217
9220
|
*/
|
|
9218
9221
|
|
|
9219
9222
|
/**
|
|
9220
|
-
* Structure of ABTNodeClient.UpdateUserExtraParams
|
|
9223
|
+
* Structure of ABTNodeClient.UpdateUserExtraParams
|
|
9221
9224
|
*
|
|
9222
9225
|
* Checkout the following snippet for the format of UpdateUserExtraParams:
|
|
9223
9226
|
* ```json
|
|
@@ -9230,7 +9233,7 @@
|
|
|
9230
9233
|
*/
|
|
9231
9234
|
|
|
9232
9235
|
/**
|
|
9233
|
-
* Structure of ABTNodeClient.UpdateUserApprovalParams
|
|
9236
|
+
* Structure of ABTNodeClient.UpdateUserApprovalParams
|
|
9234
9237
|
*
|
|
9235
9238
|
* Checkout the following snippet for the format of UpdateUserApprovalParams:
|
|
9236
9239
|
* ```json
|
|
@@ -9243,7 +9246,7 @@
|
|
|
9243
9246
|
*/
|
|
9244
9247
|
|
|
9245
9248
|
/**
|
|
9246
|
-
* Structure of ABTNodeClient.IssuePassportToUserParams
|
|
9249
|
+
* Structure of ABTNodeClient.IssuePassportToUserParams
|
|
9247
9250
|
*
|
|
9248
9251
|
* Checkout the following snippet for the format of IssuePassportToUserParams:
|
|
9249
9252
|
* ```json
|
|
@@ -9256,7 +9259,7 @@
|
|
|
9256
9259
|
*/
|
|
9257
9260
|
|
|
9258
9261
|
/**
|
|
9259
|
-
* Structure of ABTNodeClient.RevokeUserPassportParams
|
|
9262
|
+
* Structure of ABTNodeClient.RevokeUserPassportParams
|
|
9260
9263
|
*
|
|
9261
9264
|
* Checkout the following snippet for the format of RevokeUserPassportParams:
|
|
9262
9265
|
* ```json
|
|
@@ -9269,7 +9272,7 @@
|
|
|
9269
9272
|
*/
|
|
9270
9273
|
|
|
9271
9274
|
/**
|
|
9272
|
-
* Structure of ABTNodeClient.EnableUserPassportParams
|
|
9275
|
+
* Structure of ABTNodeClient.EnableUserPassportParams
|
|
9273
9276
|
*
|
|
9274
9277
|
* Checkout the following snippet for the format of EnableUserPassportParams:
|
|
9275
9278
|
* ```json
|
|
@@ -9282,7 +9285,7 @@
|
|
|
9282
9285
|
*/
|
|
9283
9286
|
|
|
9284
9287
|
/**
|
|
9285
|
-
* Structure of ABTNodeClient.RemoveUserPassportParams
|
|
9288
|
+
* Structure of ABTNodeClient.RemoveUserPassportParams
|
|
9286
9289
|
*
|
|
9287
9290
|
* Checkout the following snippet for the format of RemoveUserPassportParams:
|
|
9288
9291
|
* ```json
|
|
@@ -9295,7 +9298,7 @@
|
|
|
9295
9298
|
*/
|
|
9296
9299
|
|
|
9297
9300
|
/**
|
|
9298
|
-
* Structure of ABTNodeClient.SwitchProfileParams
|
|
9301
|
+
* Structure of ABTNodeClient.SwitchProfileParams
|
|
9299
9302
|
*
|
|
9300
9303
|
* Checkout the following snippet for the format of SwitchProfileParams:
|
|
9301
9304
|
* ```json
|
|
@@ -9308,7 +9311,7 @@
|
|
|
9308
9311
|
*/
|
|
9309
9312
|
|
|
9310
9313
|
/**
|
|
9311
|
-
* Structure of ABTNodeClient.UpdateUserAddressParams
|
|
9314
|
+
* Structure of ABTNodeClient.UpdateUserAddressParams
|
|
9312
9315
|
*
|
|
9313
9316
|
* Checkout the following snippet for the format of UpdateUserAddressParams:
|
|
9314
9317
|
* ```json
|
|
@@ -9321,7 +9324,7 @@
|
|
|
9321
9324
|
*/
|
|
9322
9325
|
|
|
9323
9326
|
/**
|
|
9324
|
-
* Structure of ABTNodeClient.UpdateUserInfoParams
|
|
9327
|
+
* Structure of ABTNodeClient.UpdateUserInfoParams
|
|
9325
9328
|
*
|
|
9326
9329
|
* Checkout the following snippet for the format of UpdateUserInfoParams:
|
|
9327
9330
|
* ```json
|
|
@@ -9334,7 +9337,7 @@
|
|
|
9334
9337
|
*/
|
|
9335
9338
|
|
|
9336
9339
|
/**
|
|
9337
|
-
* Structure of ABTNodeClient.CreateRoleParams
|
|
9340
|
+
* Structure of ABTNodeClient.CreateRoleParams
|
|
9338
9341
|
*
|
|
9339
9342
|
* Checkout the following snippet for the format of CreateRoleParams:
|
|
9340
9343
|
* ```json
|
|
@@ -9347,7 +9350,7 @@
|
|
|
9347
9350
|
*/
|
|
9348
9351
|
|
|
9349
9352
|
/**
|
|
9350
|
-
* Structure of ABTNodeClient.UpdateRoleParams
|
|
9353
|
+
* Structure of ABTNodeClient.UpdateRoleParams
|
|
9351
9354
|
*
|
|
9352
9355
|
* Checkout the following snippet for the format of UpdateRoleParams:
|
|
9353
9356
|
* ```json
|
|
@@ -9360,7 +9363,7 @@
|
|
|
9360
9363
|
*/
|
|
9361
9364
|
|
|
9362
9365
|
/**
|
|
9363
|
-
* Structure of ABTNodeClient.DeleteRoleParams
|
|
9366
|
+
* Structure of ABTNodeClient.DeleteRoleParams
|
|
9364
9367
|
*
|
|
9365
9368
|
* Checkout the following snippet for the format of DeleteRoleParams:
|
|
9366
9369
|
* ```json
|
|
@@ -9373,7 +9376,7 @@
|
|
|
9373
9376
|
*/
|
|
9374
9377
|
|
|
9375
9378
|
/**
|
|
9376
|
-
* Structure of ABTNodeClient.CreatePermissionParams
|
|
9379
|
+
* Structure of ABTNodeClient.CreatePermissionParams
|
|
9377
9380
|
*
|
|
9378
9381
|
* Checkout the following snippet for the format of CreatePermissionParams:
|
|
9379
9382
|
* ```json
|
|
@@ -9386,7 +9389,7 @@
|
|
|
9386
9389
|
*/
|
|
9387
9390
|
|
|
9388
9391
|
/**
|
|
9389
|
-
* Structure of ABTNodeClient.UpdatePermissionParams
|
|
9392
|
+
* Structure of ABTNodeClient.UpdatePermissionParams
|
|
9390
9393
|
*
|
|
9391
9394
|
* Checkout the following snippet for the format of UpdatePermissionParams:
|
|
9392
9395
|
* ```json
|
|
@@ -9399,7 +9402,7 @@
|
|
|
9399
9402
|
*/
|
|
9400
9403
|
|
|
9401
9404
|
/**
|
|
9402
|
-
* Structure of ABTNodeClient.DeletePermissionParams
|
|
9405
|
+
* Structure of ABTNodeClient.DeletePermissionParams
|
|
9403
9406
|
*
|
|
9404
9407
|
* Checkout the following snippet for the format of DeletePermissionParams:
|
|
9405
9408
|
* ```json
|
|
@@ -9412,7 +9415,7 @@
|
|
|
9412
9415
|
*/
|
|
9413
9416
|
|
|
9414
9417
|
/**
|
|
9415
|
-
* Structure of ABTNodeClient.GrantPermissionForRoleParams
|
|
9418
|
+
* Structure of ABTNodeClient.GrantPermissionForRoleParams
|
|
9416
9419
|
*
|
|
9417
9420
|
* Checkout the following snippet for the format of GrantPermissionForRoleParams:
|
|
9418
9421
|
* ```json
|
|
@@ -9425,7 +9428,7 @@
|
|
|
9425
9428
|
*/
|
|
9426
9429
|
|
|
9427
9430
|
/**
|
|
9428
|
-
* Structure of ABTNodeClient.RevokePermissionFromRoleParams
|
|
9431
|
+
* Structure of ABTNodeClient.RevokePermissionFromRoleParams
|
|
9429
9432
|
*
|
|
9430
9433
|
* Checkout the following snippet for the format of RevokePermissionFromRoleParams:
|
|
9431
9434
|
* ```json
|
|
@@ -9438,7 +9441,7 @@
|
|
|
9438
9441
|
*/
|
|
9439
9442
|
|
|
9440
9443
|
/**
|
|
9441
|
-
* Structure of ABTNodeClient.UpdatePermissionsForRoleParams
|
|
9444
|
+
* Structure of ABTNodeClient.UpdatePermissionsForRoleParams
|
|
9442
9445
|
*
|
|
9443
9446
|
* Checkout the following snippet for the format of UpdatePermissionsForRoleParams:
|
|
9444
9447
|
* ```json
|
|
@@ -9451,7 +9454,7 @@
|
|
|
9451
9454
|
*/
|
|
9452
9455
|
|
|
9453
9456
|
/**
|
|
9454
|
-
* Structure of ABTNodeClient.HasPermissionParams
|
|
9457
|
+
* Structure of ABTNodeClient.HasPermissionParams
|
|
9455
9458
|
*
|
|
9456
9459
|
* Checkout the following snippet for the format of HasPermissionParams:
|
|
9457
9460
|
* ```json
|
|
@@ -9464,7 +9467,7 @@
|
|
|
9464
9467
|
*/
|
|
9465
9468
|
|
|
9466
9469
|
/**
|
|
9467
|
-
* Structure of ABTNodeClient.AddBlockletStoreParams
|
|
9470
|
+
* Structure of ABTNodeClient.AddBlockletStoreParams
|
|
9468
9471
|
*
|
|
9469
9472
|
* Checkout the following snippet for the format of AddBlockletStoreParams:
|
|
9470
9473
|
* ```json
|
|
@@ -9477,7 +9480,7 @@
|
|
|
9477
9480
|
*/
|
|
9478
9481
|
|
|
9479
9482
|
/**
|
|
9480
|
-
* Structure of ABTNodeClient.DeleteBlockletStoreParams
|
|
9483
|
+
* Structure of ABTNodeClient.DeleteBlockletStoreParams
|
|
9481
9484
|
*
|
|
9482
9485
|
* Checkout the following snippet for the format of DeleteBlockletStoreParams:
|
|
9483
9486
|
* ```json
|
|
@@ -9490,7 +9493,7 @@
|
|
|
9490
9493
|
*/
|
|
9491
9494
|
|
|
9492
9495
|
/**
|
|
9493
|
-
* Structure of ABTNodeClient.GetTagParams
|
|
9496
|
+
* Structure of ABTNodeClient.GetTagParams
|
|
9494
9497
|
*
|
|
9495
9498
|
* Checkout the following snippet for the format of GetTagParams:
|
|
9496
9499
|
* ```json
|
|
@@ -9503,7 +9506,7 @@
|
|
|
9503
9506
|
*/
|
|
9504
9507
|
|
|
9505
9508
|
/**
|
|
9506
|
-
* Structure of ABTNodeClient.CreateTagParams
|
|
9509
|
+
* Structure of ABTNodeClient.CreateTagParams
|
|
9507
9510
|
*
|
|
9508
9511
|
* Checkout the following snippet for the format of CreateTagParams:
|
|
9509
9512
|
* ```json
|
|
@@ -9516,7 +9519,7 @@
|
|
|
9516
9519
|
*/
|
|
9517
9520
|
|
|
9518
9521
|
/**
|
|
9519
|
-
* Structure of ABTNodeClient.UpdateTagParams
|
|
9522
|
+
* Structure of ABTNodeClient.UpdateTagParams
|
|
9520
9523
|
*
|
|
9521
9524
|
* Checkout the following snippet for the format of UpdateTagParams:
|
|
9522
9525
|
* ```json
|
|
@@ -9529,7 +9532,7 @@
|
|
|
9529
9532
|
*/
|
|
9530
9533
|
|
|
9531
9534
|
/**
|
|
9532
|
-
* Structure of ABTNodeClient.DeleteTagParams
|
|
9535
|
+
* Structure of ABTNodeClient.DeleteTagParams
|
|
9533
9536
|
*
|
|
9534
9537
|
* Checkout the following snippet for the format of DeleteTagParams:
|
|
9535
9538
|
* ```json
|
|
@@ -9542,7 +9545,7 @@
|
|
|
9542
9545
|
*/
|
|
9543
9546
|
|
|
9544
9547
|
/**
|
|
9545
|
-
* Structure of ABTNodeClient.CreateTaggingParams
|
|
9548
|
+
* Structure of ABTNodeClient.CreateTaggingParams
|
|
9546
9549
|
*
|
|
9547
9550
|
* Checkout the following snippet for the format of CreateTaggingParams:
|
|
9548
9551
|
* ```json
|
|
@@ -9555,7 +9558,7 @@
|
|
|
9555
9558
|
*/
|
|
9556
9559
|
|
|
9557
9560
|
/**
|
|
9558
|
-
* Structure of ABTNodeClient.DeleteTaggingParams
|
|
9561
|
+
* Structure of ABTNodeClient.DeleteTaggingParams
|
|
9559
9562
|
*
|
|
9560
9563
|
* Checkout the following snippet for the format of DeleteTaggingParams:
|
|
9561
9564
|
* ```json
|
|
@@ -9568,7 +9571,7 @@
|
|
|
9568
9571
|
*/
|
|
9569
9572
|
|
|
9570
9573
|
/**
|
|
9571
|
-
* Structure of ABTNodeClient.ReadNotificationsParams
|
|
9574
|
+
* Structure of ABTNodeClient.ReadNotificationsParams
|
|
9572
9575
|
*
|
|
9573
9576
|
* Checkout the following snippet for the format of ReadNotificationsParams:
|
|
9574
9577
|
* ```json
|
|
@@ -9581,7 +9584,7 @@
|
|
|
9581
9584
|
*/
|
|
9582
9585
|
|
|
9583
9586
|
/**
|
|
9584
|
-
* Structure of ABTNodeClient.UnreadNotificationsParams
|
|
9587
|
+
* Structure of ABTNodeClient.UnreadNotificationsParams
|
|
9585
9588
|
*
|
|
9586
9589
|
* Checkout the following snippet for the format of UnreadNotificationsParams:
|
|
9587
9590
|
* ```json
|
|
@@ -9594,7 +9597,7 @@
|
|
|
9594
9597
|
*/
|
|
9595
9598
|
|
|
9596
9599
|
/**
|
|
9597
|
-
* Structure of ABTNodeClient.AddRoutingSiteParams
|
|
9600
|
+
* Structure of ABTNodeClient.AddRoutingSiteParams
|
|
9598
9601
|
*
|
|
9599
9602
|
* Checkout the following snippet for the format of AddRoutingSiteParams:
|
|
9600
9603
|
* ```json
|
|
@@ -9607,7 +9610,7 @@
|
|
|
9607
9610
|
*/
|
|
9608
9611
|
|
|
9609
9612
|
/**
|
|
9610
|
-
* Structure of ABTNodeClient.AddDomainAliasParams
|
|
9613
|
+
* Structure of ABTNodeClient.AddDomainAliasParams
|
|
9611
9614
|
*
|
|
9612
9615
|
* Checkout the following snippet for the format of AddDomainAliasParams:
|
|
9613
9616
|
* ```json
|
|
@@ -9620,7 +9623,7 @@
|
|
|
9620
9623
|
*/
|
|
9621
9624
|
|
|
9622
9625
|
/**
|
|
9623
|
-
* Structure of ABTNodeClient.DeleteDomainAliasParams
|
|
9626
|
+
* Structure of ABTNodeClient.DeleteDomainAliasParams
|
|
9624
9627
|
*
|
|
9625
9628
|
* Checkout the following snippet for the format of DeleteDomainAliasParams:
|
|
9626
9629
|
* ```json
|
|
@@ -9633,7 +9636,7 @@
|
|
|
9633
9636
|
*/
|
|
9634
9637
|
|
|
9635
9638
|
/**
|
|
9636
|
-
* Structure of ABTNodeClient.DeleteRoutingSiteParams
|
|
9639
|
+
* Structure of ABTNodeClient.DeleteRoutingSiteParams
|
|
9637
9640
|
*
|
|
9638
9641
|
* Checkout the following snippet for the format of DeleteRoutingSiteParams:
|
|
9639
9642
|
* ```json
|
|
@@ -9646,7 +9649,7 @@
|
|
|
9646
9649
|
*/
|
|
9647
9650
|
|
|
9648
9651
|
/**
|
|
9649
|
-
* Structure of ABTNodeClient.UpdateRoutingSiteParams
|
|
9652
|
+
* Structure of ABTNodeClient.UpdateRoutingSiteParams
|
|
9650
9653
|
*
|
|
9651
9654
|
* Checkout the following snippet for the format of UpdateRoutingSiteParams:
|
|
9652
9655
|
* ```json
|
|
@@ -9659,7 +9662,7 @@
|
|
|
9659
9662
|
*/
|
|
9660
9663
|
|
|
9661
9664
|
/**
|
|
9662
|
-
* Structure of ABTNodeClient.AddRoutingRuleParams
|
|
9665
|
+
* Structure of ABTNodeClient.AddRoutingRuleParams
|
|
9663
9666
|
*
|
|
9664
9667
|
* Checkout the following snippet for the format of AddRoutingRuleParams:
|
|
9665
9668
|
* ```json
|
|
@@ -9672,7 +9675,7 @@
|
|
|
9672
9675
|
*/
|
|
9673
9676
|
|
|
9674
9677
|
/**
|
|
9675
|
-
* Structure of ABTNodeClient.UpdateRoutingRuleParams
|
|
9678
|
+
* Structure of ABTNodeClient.UpdateRoutingRuleParams
|
|
9676
9679
|
*
|
|
9677
9680
|
* Checkout the following snippet for the format of UpdateRoutingRuleParams:
|
|
9678
9681
|
* ```json
|
|
@@ -9685,7 +9688,7 @@
|
|
|
9685
9688
|
*/
|
|
9686
9689
|
|
|
9687
9690
|
/**
|
|
9688
|
-
* Structure of ABTNodeClient.DeleteRoutingRuleParams
|
|
9691
|
+
* Structure of ABTNodeClient.DeleteRoutingRuleParams
|
|
9689
9692
|
*
|
|
9690
9693
|
* Checkout the following snippet for the format of DeleteRoutingRuleParams:
|
|
9691
9694
|
* ```json
|
|
@@ -9698,7 +9701,7 @@
|
|
|
9698
9701
|
*/
|
|
9699
9702
|
|
|
9700
9703
|
/**
|
|
9701
|
-
* Structure of ABTNodeClient.TakeRoutingSnapshotParams
|
|
9704
|
+
* Structure of ABTNodeClient.TakeRoutingSnapshotParams
|
|
9702
9705
|
*
|
|
9703
9706
|
* Checkout the following snippet for the format of TakeRoutingSnapshotParams:
|
|
9704
9707
|
* ```json
|
|
@@ -9711,7 +9714,7 @@
|
|
|
9711
9714
|
*/
|
|
9712
9715
|
|
|
9713
9716
|
/**
|
|
9714
|
-
* Structure of ABTNodeClient.UpdateCertificateParams
|
|
9717
|
+
* Structure of ABTNodeClient.UpdateCertificateParams
|
|
9715
9718
|
*
|
|
9716
9719
|
* Checkout the following snippet for the format of UpdateCertificateParams:
|
|
9717
9720
|
* ```json
|
|
@@ -9724,7 +9727,7 @@
|
|
|
9724
9727
|
*/
|
|
9725
9728
|
|
|
9726
9729
|
/**
|
|
9727
|
-
* Structure of ABTNodeClient.AddCertificateParams
|
|
9730
|
+
* Structure of ABTNodeClient.AddCertificateParams
|
|
9728
9731
|
*
|
|
9729
9732
|
* Checkout the following snippet for the format of AddCertificateParams:
|
|
9730
9733
|
* ```json
|
|
@@ -9737,7 +9740,7 @@
|
|
|
9737
9740
|
*/
|
|
9738
9741
|
|
|
9739
9742
|
/**
|
|
9740
|
-
* Structure of ABTNodeClient.DeleteCertificateParams
|
|
9743
|
+
* Structure of ABTNodeClient.DeleteCertificateParams
|
|
9741
9744
|
*
|
|
9742
9745
|
* Checkout the following snippet for the format of DeleteCertificateParams:
|
|
9743
9746
|
* ```json
|
|
@@ -9750,7 +9753,7 @@
|
|
|
9750
9753
|
*/
|
|
9751
9754
|
|
|
9752
9755
|
/**
|
|
9753
|
-
* Structure of ABTNodeClient.IssueLetsEncryptCertParams
|
|
9756
|
+
* Structure of ABTNodeClient.IssueLetsEncryptCertParams
|
|
9754
9757
|
*
|
|
9755
9758
|
* Checkout the following snippet for the format of IssueLetsEncryptCertParams:
|
|
9756
9759
|
* ```json
|
|
@@ -9763,7 +9766,7 @@
|
|
|
9763
9766
|
*/
|
|
9764
9767
|
|
|
9765
9768
|
/**
|
|
9766
|
-
* Structure of ABTNodeClient.CreateAccessKeyParams
|
|
9769
|
+
* Structure of ABTNodeClient.CreateAccessKeyParams
|
|
9767
9770
|
*
|
|
9768
9771
|
* Checkout the following snippet for the format of CreateAccessKeyParams:
|
|
9769
9772
|
* ```json
|
|
@@ -9776,7 +9779,7 @@
|
|
|
9776
9779
|
*/
|
|
9777
9780
|
|
|
9778
9781
|
/**
|
|
9779
|
-
* Structure of ABTNodeClient.UpdateAccessKeyParams
|
|
9782
|
+
* Structure of ABTNodeClient.UpdateAccessKeyParams
|
|
9780
9783
|
*
|
|
9781
9784
|
* Checkout the following snippet for the format of UpdateAccessKeyParams:
|
|
9782
9785
|
* ```json
|
|
@@ -9789,7 +9792,7 @@
|
|
|
9789
9792
|
*/
|
|
9790
9793
|
|
|
9791
9794
|
/**
|
|
9792
|
-
* Structure of ABTNodeClient.DeleteAccessKeyParams
|
|
9795
|
+
* Structure of ABTNodeClient.DeleteAccessKeyParams
|
|
9793
9796
|
*
|
|
9794
9797
|
* Checkout the following snippet for the format of DeleteAccessKeyParams:
|
|
9795
9798
|
* ```json
|
|
@@ -9802,7 +9805,7 @@
|
|
|
9802
9805
|
*/
|
|
9803
9806
|
|
|
9804
9807
|
/**
|
|
9805
|
-
* Structure of ABTNodeClient.VerifyAccessKeyParams
|
|
9808
|
+
* Structure of ABTNodeClient.VerifyAccessKeyParams
|
|
9806
9809
|
*
|
|
9807
9810
|
* Checkout the following snippet for the format of VerifyAccessKeyParams:
|
|
9808
9811
|
* ```json
|
|
@@ -9815,7 +9818,7 @@
|
|
|
9815
9818
|
*/
|
|
9816
9819
|
|
|
9817
9820
|
/**
|
|
9818
|
-
* Structure of ABTNodeClient.CreateWebHookParams
|
|
9821
|
+
* Structure of ABTNodeClient.CreateWebHookParams
|
|
9819
9822
|
*
|
|
9820
9823
|
* Checkout the following snippet for the format of CreateWebHookParams:
|
|
9821
9824
|
* ```json
|
|
@@ -9828,7 +9831,7 @@
|
|
|
9828
9831
|
*/
|
|
9829
9832
|
|
|
9830
9833
|
/**
|
|
9831
|
-
* Structure of ABTNodeClient.DeleteWebHookParams
|
|
9834
|
+
* Structure of ABTNodeClient.DeleteWebHookParams
|
|
9832
9835
|
*
|
|
9833
9836
|
* Checkout the following snippet for the format of DeleteWebHookParams:
|
|
9834
9837
|
* ```json
|
|
@@ -9841,7 +9844,7 @@
|
|
|
9841
9844
|
*/
|
|
9842
9845
|
|
|
9843
9846
|
/**
|
|
9844
|
-
* Structure of ABTNodeClient.CreateProjectParams
|
|
9847
|
+
* Structure of ABTNodeClient.CreateProjectParams
|
|
9845
9848
|
*
|
|
9846
9849
|
* Checkout the following snippet for the format of CreateProjectParams:
|
|
9847
9850
|
* ```json
|
|
@@ -9854,7 +9857,7 @@
|
|
|
9854
9857
|
*/
|
|
9855
9858
|
|
|
9856
9859
|
/**
|
|
9857
|
-
* Structure of ABTNodeClient.UpdateProjectParams
|
|
9860
|
+
* Structure of ABTNodeClient.UpdateProjectParams
|
|
9858
9861
|
*
|
|
9859
9862
|
* Checkout the following snippet for the format of UpdateProjectParams:
|
|
9860
9863
|
* ```json
|
|
@@ -9867,7 +9870,7 @@
|
|
|
9867
9870
|
*/
|
|
9868
9871
|
|
|
9869
9872
|
/**
|
|
9870
|
-
* Structure of ABTNodeClient.DeleteProjectParams
|
|
9873
|
+
* Structure of ABTNodeClient.DeleteProjectParams
|
|
9871
9874
|
*
|
|
9872
9875
|
* Checkout the following snippet for the format of DeleteProjectParams:
|
|
9873
9876
|
* ```json
|
|
@@ -9880,7 +9883,7 @@
|
|
|
9880
9883
|
*/
|
|
9881
9884
|
|
|
9882
9885
|
/**
|
|
9883
|
-
* Structure of ABTNodeClient.CreateReleaseParams
|
|
9886
|
+
* Structure of ABTNodeClient.CreateReleaseParams
|
|
9884
9887
|
*
|
|
9885
9888
|
* Checkout the following snippet for the format of CreateReleaseParams:
|
|
9886
9889
|
* ```json
|
|
@@ -9893,7 +9896,7 @@
|
|
|
9893
9896
|
*/
|
|
9894
9897
|
|
|
9895
9898
|
/**
|
|
9896
|
-
* Structure of ABTNodeClient.DeleteReleaseParams
|
|
9899
|
+
* Structure of ABTNodeClient.DeleteReleaseParams
|
|
9897
9900
|
*
|
|
9898
9901
|
* Checkout the following snippet for the format of DeleteReleaseParams:
|
|
9899
9902
|
* ```json
|
|
@@ -9906,7 +9909,7 @@
|
|
|
9906
9909
|
*/
|
|
9907
9910
|
|
|
9908
9911
|
/**
|
|
9909
|
-
* Structure of ABTNodeClient.UpdateSelectedResourcesParams
|
|
9912
|
+
* Structure of ABTNodeClient.UpdateSelectedResourcesParams
|
|
9910
9913
|
*
|
|
9911
9914
|
* Checkout the following snippet for the format of UpdateSelectedResourcesParams:
|
|
9912
9915
|
* ```json
|
|
@@ -9919,7 +9922,7 @@
|
|
|
9919
9922
|
*/
|
|
9920
9923
|
|
|
9921
9924
|
/**
|
|
9922
|
-
* Structure of ABTNodeClient.ConnectToStoreParams
|
|
9925
|
+
* Structure of ABTNodeClient.ConnectToStoreParams
|
|
9923
9926
|
*
|
|
9924
9927
|
* Checkout the following snippet for the format of ConnectToStoreParams:
|
|
9925
9928
|
* ```json
|
|
@@ -9932,7 +9935,7 @@
|
|
|
9932
9935
|
*/
|
|
9933
9936
|
|
|
9934
9937
|
/**
|
|
9935
|
-
* Structure of ABTNodeClient.DisconnectFromStoreParams
|
|
9938
|
+
* Structure of ABTNodeClient.DisconnectFromStoreParams
|
|
9936
9939
|
*
|
|
9937
9940
|
* Checkout the following snippet for the format of DisconnectFromStoreParams:
|
|
9938
9941
|
* ```json
|
|
@@ -9945,7 +9948,7 @@
|
|
|
9945
9948
|
*/
|
|
9946
9949
|
|
|
9947
9950
|
/**
|
|
9948
|
-
* Structure of ABTNodeClient.PublishToStoreParams
|
|
9951
|
+
* Structure of ABTNodeClient.PublishToStoreParams
|
|
9949
9952
|
*
|
|
9950
9953
|
* Checkout the following snippet for the format of PublishToStoreParams:
|
|
9951
9954
|
* ```json
|
|
@@ -9958,7 +9961,7 @@
|
|
|
9958
9961
|
*/
|
|
9959
9962
|
|
|
9960
9963
|
/**
|
|
9961
|
-
* Structure of ABTNodeClient.ConnectByStudioParams
|
|
9964
|
+
* Structure of ABTNodeClient.ConnectByStudioParams
|
|
9962
9965
|
*
|
|
9963
9966
|
* Checkout the following snippet for the format of ConnectByStudioParams:
|
|
9964
9967
|
* ```json
|
|
@@ -9971,7 +9974,7 @@
|
|
|
9971
9974
|
*/
|
|
9972
9975
|
|
|
9973
9976
|
/**
|
|
9974
|
-
* Structure of ABTNodeClient.AddBlockletSecurityRuleParams
|
|
9977
|
+
* Structure of ABTNodeClient.AddBlockletSecurityRuleParams
|
|
9975
9978
|
*
|
|
9976
9979
|
* Checkout the following snippet for the format of AddBlockletSecurityRuleParams:
|
|
9977
9980
|
* ```json
|
|
@@ -9984,7 +9987,7 @@
|
|
|
9984
9987
|
*/
|
|
9985
9988
|
|
|
9986
9989
|
/**
|
|
9987
|
-
* Structure of ABTNodeClient.UpdateBlockletSecurityRuleParams
|
|
9990
|
+
* Structure of ABTNodeClient.UpdateBlockletSecurityRuleParams
|
|
9988
9991
|
*
|
|
9989
9992
|
* Checkout the following snippet for the format of UpdateBlockletSecurityRuleParams:
|
|
9990
9993
|
* ```json
|
|
@@ -9997,7 +10000,7 @@
|
|
|
9997
10000
|
*/
|
|
9998
10001
|
|
|
9999
10002
|
/**
|
|
10000
|
-
* Structure of ABTNodeClient.DeleteBlockletSecurityRuleParams
|
|
10003
|
+
* Structure of ABTNodeClient.DeleteBlockletSecurityRuleParams
|
|
10001
10004
|
*
|
|
10002
10005
|
* Checkout the following snippet for the format of DeleteBlockletSecurityRuleParams:
|
|
10003
10006
|
* ```json
|
|
@@ -10010,7 +10013,7 @@
|
|
|
10010
10013
|
*/
|
|
10011
10014
|
|
|
10012
10015
|
/**
|
|
10013
|
-
* Structure of ABTNodeClient.AddBlockletResponseHeaderPolicyParams
|
|
10016
|
+
* Structure of ABTNodeClient.AddBlockletResponseHeaderPolicyParams
|
|
10014
10017
|
*
|
|
10015
10018
|
* Checkout the following snippet for the format of AddBlockletResponseHeaderPolicyParams:
|
|
10016
10019
|
* ```json
|
|
@@ -10023,7 +10026,7 @@
|
|
|
10023
10026
|
*/
|
|
10024
10027
|
|
|
10025
10028
|
/**
|
|
10026
|
-
* Structure of ABTNodeClient.UpdateBlockletResponseHeaderPolicyParams
|
|
10029
|
+
* Structure of ABTNodeClient.UpdateBlockletResponseHeaderPolicyParams
|
|
10027
10030
|
*
|
|
10028
10031
|
* Checkout the following snippet for the format of UpdateBlockletResponseHeaderPolicyParams:
|
|
10029
10032
|
* ```json
|
|
@@ -10036,7 +10039,7 @@
|
|
|
10036
10039
|
*/
|
|
10037
10040
|
|
|
10038
10041
|
/**
|
|
10039
|
-
* Structure of ABTNodeClient.DeleteBlockletResponseHeaderPolicyParams
|
|
10042
|
+
* Structure of ABTNodeClient.DeleteBlockletResponseHeaderPolicyParams
|
|
10040
10043
|
*
|
|
10041
10044
|
* Checkout the following snippet for the format of DeleteBlockletResponseHeaderPolicyParams:
|
|
10042
10045
|
* ```json
|
|
@@ -10049,7 +10052,7 @@
|
|
|
10049
10052
|
*/
|
|
10050
10053
|
|
|
10051
10054
|
/**
|
|
10052
|
-
* Structure of ABTNodeClient.AddBlockletAccessPolicyParams
|
|
10055
|
+
* Structure of ABTNodeClient.AddBlockletAccessPolicyParams
|
|
10053
10056
|
*
|
|
10054
10057
|
* Checkout the following snippet for the format of AddBlockletAccessPolicyParams:
|
|
10055
10058
|
* ```json
|
|
@@ -10062,7 +10065,7 @@
|
|
|
10062
10065
|
*/
|
|
10063
10066
|
|
|
10064
10067
|
/**
|
|
10065
|
-
* Structure of ABTNodeClient.UpdateBlockletAccessPolicyParams
|
|
10068
|
+
* Structure of ABTNodeClient.UpdateBlockletAccessPolicyParams
|
|
10066
10069
|
*
|
|
10067
10070
|
* Checkout the following snippet for the format of UpdateBlockletAccessPolicyParams:
|
|
10068
10071
|
* ```json
|
|
@@ -10075,7 +10078,7 @@
|
|
|
10075
10078
|
*/
|
|
10076
10079
|
|
|
10077
10080
|
/**
|
|
10078
|
-
* Structure of ABTNodeClient.DeleteBlockletAccessPolicyParams
|
|
10081
|
+
* Structure of ABTNodeClient.DeleteBlockletAccessPolicyParams
|
|
10079
10082
|
*
|
|
10080
10083
|
* Checkout the following snippet for the format of DeleteBlockletAccessPolicyParams:
|
|
10081
10084
|
* ```json
|
|
@@ -10088,7 +10091,7 @@
|
|
|
10088
10091
|
*/
|
|
10089
10092
|
|
|
10090
10093
|
/**
|
|
10091
|
-
* Structure of ABTNodeClient.CreateWebhookEndpointParams
|
|
10094
|
+
* Structure of ABTNodeClient.CreateWebhookEndpointParams
|
|
10092
10095
|
*
|
|
10093
10096
|
* Checkout the following snippet for the format of CreateWebhookEndpointParams:
|
|
10094
10097
|
* ```json
|
|
@@ -10101,7 +10104,7 @@
|
|
|
10101
10104
|
*/
|
|
10102
10105
|
|
|
10103
10106
|
/**
|
|
10104
|
-
* Structure of ABTNodeClient.UpdateWebhookEndpointParams
|
|
10107
|
+
* Structure of ABTNodeClient.UpdateWebhookEndpointParams
|
|
10105
10108
|
*
|
|
10106
10109
|
* Checkout the following snippet for the format of UpdateWebhookEndpointParams:
|
|
10107
10110
|
* ```json
|
|
@@ -10114,7 +10117,7 @@
|
|
|
10114
10117
|
*/
|
|
10115
10118
|
|
|
10116
10119
|
/**
|
|
10117
|
-
* Structure of ABTNodeClient.DeleteWebhookEndpointParams
|
|
10120
|
+
* Structure of ABTNodeClient.DeleteWebhookEndpointParams
|
|
10118
10121
|
*
|
|
10119
10122
|
* Checkout the following snippet for the format of DeleteWebhookEndpointParams:
|
|
10120
10123
|
* ```json
|
|
@@ -10127,7 +10130,7 @@
|
|
|
10127
10130
|
*/
|
|
10128
10131
|
|
|
10129
10132
|
/**
|
|
10130
|
-
* Structure of ABTNodeClient.RetryWebhookAttemptParams
|
|
10133
|
+
* Structure of ABTNodeClient.RetryWebhookAttemptParams
|
|
10131
10134
|
*
|
|
10132
10135
|
* Checkout the following snippet for the format of RetryWebhookAttemptParams:
|
|
10133
10136
|
* ```json
|
|
@@ -10140,7 +10143,7 @@
|
|
|
10140
10143
|
*/
|
|
10141
10144
|
|
|
10142
10145
|
/**
|
|
10143
|
-
* Structure of ABTNodeClient.AddUploadEndpointParams
|
|
10146
|
+
* Structure of ABTNodeClient.AddUploadEndpointParams
|
|
10144
10147
|
*
|
|
10145
10148
|
* Checkout the following snippet for the format of AddUploadEndpointParams:
|
|
10146
10149
|
* ```json
|
|
@@ -10153,7 +10156,7 @@
|
|
|
10153
10156
|
*/
|
|
10154
10157
|
|
|
10155
10158
|
/**
|
|
10156
|
-
* Structure of ABTNodeClient.DeleteUploadEndpointParams
|
|
10159
|
+
* Structure of ABTNodeClient.DeleteUploadEndpointParams
|
|
10157
10160
|
*
|
|
10158
10161
|
* Checkout the following snippet for the format of DeleteUploadEndpointParams:
|
|
10159
10162
|
* ```json
|
|
@@ -10166,7 +10169,7 @@
|
|
|
10166
10169
|
*/
|
|
10167
10170
|
|
|
10168
10171
|
/**
|
|
10169
|
-
* Structure of ABTNodeClient.ConnectToEndpointParams
|
|
10172
|
+
* Structure of ABTNodeClient.ConnectToEndpointParams
|
|
10170
10173
|
*
|
|
10171
10174
|
* Checkout the following snippet for the format of ConnectToEndpointParams:
|
|
10172
10175
|
* ```json
|
|
@@ -10179,7 +10182,7 @@
|
|
|
10179
10182
|
*/
|
|
10180
10183
|
|
|
10181
10184
|
/**
|
|
10182
|
-
* Structure of ABTNodeClient.DisconnectFromEndpointParams
|
|
10185
|
+
* Structure of ABTNodeClient.DisconnectFromEndpointParams
|
|
10183
10186
|
*
|
|
10184
10187
|
* Checkout the following snippet for the format of DisconnectFromEndpointParams:
|
|
10185
10188
|
* ```json
|
|
@@ -10192,7 +10195,7 @@
|
|
|
10192
10195
|
*/
|
|
10193
10196
|
|
|
10194
10197
|
/**
|
|
10195
|
-
* Structure of ABTNodeClient.PublishToEndpointParams
|
|
10198
|
+
* Structure of ABTNodeClient.PublishToEndpointParams
|
|
10196
10199
|
*
|
|
10197
10200
|
* Checkout the following snippet for the format of PublishToEndpointParams:
|
|
10198
10201
|
* ```json
|
|
@@ -10205,7 +10208,7 @@
|
|
|
10205
10208
|
*/
|
|
10206
10209
|
|
|
10207
10210
|
/**
|
|
10208
|
-
* Structure of ABTNodeClient.ConnectToAigneParams
|
|
10211
|
+
* Structure of ABTNodeClient.ConnectToAigneParams
|
|
10209
10212
|
*
|
|
10210
10213
|
* Checkout the following snippet for the format of ConnectToAigneParams:
|
|
10211
10214
|
* ```json
|
|
@@ -10218,7 +10221,7 @@
|
|
|
10218
10221
|
*/
|
|
10219
10222
|
|
|
10220
10223
|
/**
|
|
10221
|
-
* Structure of ABTNodeClient.DisconnectToAigneParams
|
|
10224
|
+
* Structure of ABTNodeClient.DisconnectToAigneParams
|
|
10222
10225
|
*
|
|
10223
10226
|
* Checkout the following snippet for the format of DisconnectToAigneParams:
|
|
10224
10227
|
* ```json
|
|
@@ -10231,7 +10234,7 @@
|
|
|
10231
10234
|
*/
|
|
10232
10235
|
|
|
10233
10236
|
/**
|
|
10234
|
-
* Structure of ABTNodeClient.VerifyAigneConnectionParams
|
|
10237
|
+
* Structure of ABTNodeClient.VerifyAigneConnectionParams
|
|
10235
10238
|
*
|
|
10236
10239
|
* Checkout the following snippet for the format of VerifyAigneConnectionParams:
|
|
10237
10240
|
* ```json
|
|
@@ -10244,7 +10247,7 @@
|
|
|
10244
10247
|
*/
|
|
10245
10248
|
|
|
10246
10249
|
/**
|
|
10247
|
-
* Structure of ABTNodeClient.CreateOrgParams
|
|
10250
|
+
* Structure of ABTNodeClient.CreateOrgParams
|
|
10248
10251
|
*
|
|
10249
10252
|
* Checkout the following snippet for the format of CreateOrgParams:
|
|
10250
10253
|
* ```json
|
|
@@ -10257,7 +10260,7 @@
|
|
|
10257
10260
|
*/
|
|
10258
10261
|
|
|
10259
10262
|
/**
|
|
10260
|
-
* Structure of ABTNodeClient.UpdateOrgParams
|
|
10263
|
+
* Structure of ABTNodeClient.UpdateOrgParams
|
|
10261
10264
|
*
|
|
10262
10265
|
* Checkout the following snippet for the format of UpdateOrgParams:
|
|
10263
10266
|
* ```json
|
|
@@ -10270,7 +10273,7 @@
|
|
|
10270
10273
|
*/
|
|
10271
10274
|
|
|
10272
10275
|
/**
|
|
10273
|
-
* Structure of ABTNodeClient.DeleteOrgParams
|
|
10276
|
+
* Structure of ABTNodeClient.DeleteOrgParams
|
|
10274
10277
|
*
|
|
10275
10278
|
* Checkout the following snippet for the format of DeleteOrgParams:
|
|
10276
10279
|
* ```json
|
|
@@ -10283,7 +10286,7 @@
|
|
|
10283
10286
|
*/
|
|
10284
10287
|
|
|
10285
10288
|
/**
|
|
10286
|
-
* Structure of ABTNodeClient.AddOrgMemberParams
|
|
10289
|
+
* Structure of ABTNodeClient.AddOrgMemberParams
|
|
10287
10290
|
*
|
|
10288
10291
|
* Checkout the following snippet for the format of AddOrgMemberParams:
|
|
10289
10292
|
* ```json
|
|
@@ -10296,7 +10299,7 @@
|
|
|
10296
10299
|
*/
|
|
10297
10300
|
|
|
10298
10301
|
/**
|
|
10299
|
-
* Structure of ABTNodeClient.RemoveOrgMemberParams
|
|
10302
|
+
* Structure of ABTNodeClient.RemoveOrgMemberParams
|
|
10300
10303
|
*
|
|
10301
10304
|
* Checkout the following snippet for the format of RemoveOrgMemberParams:
|
|
10302
10305
|
* ```json
|
|
@@ -10309,7 +10312,7 @@
|
|
|
10309
10312
|
*/
|
|
10310
10313
|
|
|
10311
10314
|
/**
|
|
10312
|
-
* Structure of ABTNodeClient.InviteMembersToOrgParams
|
|
10315
|
+
* Structure of ABTNodeClient.InviteMembersToOrgParams
|
|
10313
10316
|
*
|
|
10314
10317
|
* Checkout the following snippet for the format of InviteMembersToOrgParams:
|
|
10315
10318
|
* ```json
|
|
@@ -10322,7 +10325,7 @@
|
|
|
10322
10325
|
*/
|
|
10323
10326
|
|
|
10324
10327
|
/**
|
|
10325
|
-
* Structure of ABTNodeClient.AddOrgResourceParams
|
|
10328
|
+
* Structure of ABTNodeClient.AddOrgResourceParams
|
|
10326
10329
|
*
|
|
10327
10330
|
* Checkout the following snippet for the format of AddOrgResourceParams:
|
|
10328
10331
|
* ```json
|
|
@@ -10335,7 +10338,7 @@
|
|
|
10335
10338
|
*/
|
|
10336
10339
|
|
|
10337
10340
|
/**
|
|
10338
|
-
* Structure of ABTNodeClient.MigrateOrgResourceParams
|
|
10341
|
+
* Structure of ABTNodeClient.MigrateOrgResourceParams
|
|
10339
10342
|
*
|
|
10340
10343
|
* Checkout the following snippet for the format of MigrateOrgResourceParams:
|
|
10341
10344
|
* ```json
|