@blocklet/server-js 1.16.52 → 1.16.53-beta-20251009-103017-c7694a7e
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 +1 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +11 -1
- package/dist/types.js +273 -272
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +1 -1
- package/lib/node.d.ts +1 -0
- package/lib/schema/graphql.json +11 -1
- package/lib/types.js +273 -272
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/lib/types.js
CHANGED
|
@@ -1340,6 +1340,7 @@
|
|
|
1340
1340
|
* @property {string} name
|
|
1341
1341
|
* @property {string} description
|
|
1342
1342
|
* @property {string} ownerDid
|
|
1343
|
+
* @property {boolean} deferPassport
|
|
1343
1344
|
*/
|
|
1344
1345
|
|
|
1345
1346
|
/**
|
|
@@ -5237,7 +5238,7 @@
|
|
|
5237
5238
|
*/
|
|
5238
5239
|
|
|
5239
5240
|
/**
|
|
5240
|
-
* Structure of ABTNodeClient.ResponseAccessKey
|
|
5241
|
+
* Structure of ABTNodeClient.ResponseAccessKey
|
|
5241
5242
|
*
|
|
5242
5243
|
* Checkout the following snippet for the format of ResponseAccessKey:
|
|
5243
5244
|
* ```json
|
|
@@ -5276,7 +5277,7 @@
|
|
|
5276
5277
|
*/
|
|
5277
5278
|
|
|
5278
5279
|
/**
|
|
5279
|
-
* Structure of ABTNodeClient.ResponseAddLetsEncryptCert
|
|
5280
|
+
* Structure of ABTNodeClient.ResponseAddLetsEncryptCert
|
|
5280
5281
|
*
|
|
5281
5282
|
* Checkout the following snippet for the format of ResponseAddLetsEncryptCert:
|
|
5282
5283
|
* ```json
|
|
@@ -5291,7 +5292,7 @@
|
|
|
5291
5292
|
*/
|
|
5292
5293
|
|
|
5293
5294
|
/**
|
|
5294
|
-
* Structure of ABTNodeClient.ResponseAddNginxHttpsCert
|
|
5295
|
+
* Structure of ABTNodeClient.ResponseAddNginxHttpsCert
|
|
5295
5296
|
*
|
|
5296
5297
|
* Checkout the following snippet for the format of ResponseAddNginxHttpsCert:
|
|
5297
5298
|
* ```json
|
|
@@ -5325,7 +5326,7 @@
|
|
|
5325
5326
|
*/
|
|
5326
5327
|
|
|
5327
5328
|
/**
|
|
5328
|
-
* Structure of ABTNodeClient.ResponseBlockletAccessPolicy
|
|
5329
|
+
* Structure of ABTNodeClient.ResponseBlockletAccessPolicy
|
|
5329
5330
|
*
|
|
5330
5331
|
* Checkout the following snippet for the format of ResponseBlockletAccessPolicy:
|
|
5331
5332
|
* ```json
|
|
@@ -5357,7 +5358,7 @@
|
|
|
5357
5358
|
*/
|
|
5358
5359
|
|
|
5359
5360
|
/**
|
|
5360
|
-
* Structure of ABTNodeClient.ResponseBlockletInfo
|
|
5361
|
+
* Structure of ABTNodeClient.ResponseBlockletInfo
|
|
5361
5362
|
*
|
|
5362
5363
|
* Checkout the following snippet for the format of ResponseBlockletInfo:
|
|
5363
5364
|
* ```json
|
|
@@ -5391,7 +5392,7 @@
|
|
|
5391
5392
|
*/
|
|
5392
5393
|
|
|
5393
5394
|
/**
|
|
5394
|
-
* Structure of ABTNodeClient.ResponseBlockletMeta
|
|
5395
|
+
* Structure of ABTNodeClient.ResponseBlockletMeta
|
|
5395
5396
|
*
|
|
5396
5397
|
* Checkout the following snippet for the format of ResponseBlockletMeta:
|
|
5397
5398
|
* ```json
|
|
@@ -5429,7 +5430,7 @@
|
|
|
5429
5430
|
*/
|
|
5430
5431
|
|
|
5431
5432
|
/**
|
|
5432
|
-
* Structure of ABTNodeClient.ResponseBlockletResponseHeaderPolicy
|
|
5433
|
+
* Structure of ABTNodeClient.ResponseBlockletResponseHeaderPolicy
|
|
5433
5434
|
*
|
|
5434
5435
|
* Checkout the following snippet for the format of ResponseBlockletResponseHeaderPolicy:
|
|
5435
5436
|
* ```json
|
|
@@ -5464,7 +5465,7 @@
|
|
|
5464
5465
|
*/
|
|
5465
5466
|
|
|
5466
5467
|
/**
|
|
5467
|
-
* Structure of ABTNodeClient.ResponseBlockletSecurityRule
|
|
5468
|
+
* Structure of ABTNodeClient.ResponseBlockletSecurityRule
|
|
5468
5469
|
*
|
|
5469
5470
|
* Checkout the following snippet for the format of ResponseBlockletSecurityRule:
|
|
5470
5471
|
* ```json
|
|
@@ -5534,7 +5535,7 @@
|
|
|
5534
5535
|
*/
|
|
5535
5536
|
|
|
5536
5537
|
/**
|
|
5537
|
-
* Structure of ABTNodeClient.ResponseCheckDomains
|
|
5538
|
+
* Structure of ABTNodeClient.ResponseCheckDomains
|
|
5538
5539
|
*
|
|
5539
5540
|
* Checkout the following snippet for the format of ResponseCheckDomains:
|
|
5540
5541
|
* ```json
|
|
@@ -5549,7 +5550,7 @@
|
|
|
5549
5550
|
*/
|
|
5550
5551
|
|
|
5551
5552
|
/**
|
|
5552
|
-
* Structure of ABTNodeClient.ResponseCheckFollowing
|
|
5553
|
+
* Structure of ABTNodeClient.ResponseCheckFollowing
|
|
5553
5554
|
*
|
|
5554
5555
|
* Checkout the following snippet for the format of ResponseCheckFollowing:
|
|
5555
5556
|
* ```json
|
|
@@ -5565,7 +5566,7 @@
|
|
|
5565
5566
|
*/
|
|
5566
5567
|
|
|
5567
5568
|
/**
|
|
5568
|
-
* Structure of ABTNodeClient.ResponseCheckNodeVersion
|
|
5569
|
+
* Structure of ABTNodeClient.ResponseCheckNodeVersion
|
|
5569
5570
|
*
|
|
5570
5571
|
* Checkout the following snippet for the format of ResponseCheckNodeVersion:
|
|
5571
5572
|
* ```json
|
|
@@ -5591,7 +5592,7 @@
|
|
|
5591
5592
|
*/
|
|
5592
5593
|
|
|
5593
5594
|
/**
|
|
5594
|
-
* Structure of ABTNodeClient.ResponseConfigVault
|
|
5595
|
+
* Structure of ABTNodeClient.ResponseConfigVault
|
|
5595
5596
|
*
|
|
5596
5597
|
* Checkout the following snippet for the format of ResponseConfigVault:
|
|
5597
5598
|
* ```json
|
|
@@ -5608,7 +5609,7 @@
|
|
|
5608
5609
|
*/
|
|
5609
5610
|
|
|
5610
5611
|
/**
|
|
5611
|
-
* Structure of ABTNodeClient.ResponseConnectByStudio
|
|
5612
|
+
* Structure of ABTNodeClient.ResponseConnectByStudio
|
|
5612
5613
|
*
|
|
5613
5614
|
* Checkout the following snippet for the format of ResponseConnectByStudio:
|
|
5614
5615
|
* ```json
|
|
@@ -5625,7 +5626,7 @@
|
|
|
5625
5626
|
*/
|
|
5626
5627
|
|
|
5627
5628
|
/**
|
|
5628
|
-
* Structure of ABTNodeClient.ResponseConnectToEndpoint
|
|
5629
|
+
* Structure of ABTNodeClient.ResponseConnectToEndpoint
|
|
5629
5630
|
*
|
|
5630
5631
|
* Checkout the following snippet for the format of ResponseConnectToEndpoint:
|
|
5631
5632
|
* ```json
|
|
@@ -5642,7 +5643,7 @@
|
|
|
5642
5643
|
*/
|
|
5643
5644
|
|
|
5644
5645
|
/**
|
|
5645
|
-
* Structure of ABTNodeClient.ResponseConnectToStore
|
|
5646
|
+
* Structure of ABTNodeClient.ResponseConnectToStore
|
|
5646
5647
|
*
|
|
5647
5648
|
* Checkout the following snippet for the format of ResponseConnectToStore:
|
|
5648
5649
|
* ```json
|
|
@@ -5659,7 +5660,7 @@
|
|
|
5659
5660
|
*/
|
|
5660
5661
|
|
|
5661
5662
|
/**
|
|
5662
|
-
* Structure of ABTNodeClient.ResponseCreateAccessKey
|
|
5663
|
+
* Structure of ABTNodeClient.ResponseCreateAccessKey
|
|
5663
5664
|
*
|
|
5664
5665
|
* Checkout the following snippet for the format of ResponseCreateAccessKey:
|
|
5665
5666
|
* ```json
|
|
@@ -5696,7 +5697,7 @@
|
|
|
5696
5697
|
*/
|
|
5697
5698
|
|
|
5698
5699
|
/**
|
|
5699
|
-
* Structure of ABTNodeClient.ResponseCreatePassportIssuance
|
|
5700
|
+
* Structure of ABTNodeClient.ResponseCreatePassportIssuance
|
|
5700
5701
|
*
|
|
5701
5702
|
* Checkout the following snippet for the format of ResponseCreatePassportIssuance:
|
|
5702
5703
|
* ```json
|
|
@@ -5750,7 +5751,7 @@
|
|
|
5750
5751
|
*/
|
|
5751
5752
|
|
|
5752
5753
|
/**
|
|
5753
|
-
* Structure of ABTNodeClient.ResponseDelegationState
|
|
5754
|
+
* Structure of ABTNodeClient.ResponseDelegationState
|
|
5754
5755
|
*
|
|
5755
5756
|
* Checkout the following snippet for the format of ResponseDelegationState:
|
|
5756
5757
|
* ```json
|
|
@@ -5769,7 +5770,7 @@
|
|
|
5769
5770
|
*/
|
|
5770
5771
|
|
|
5771
5772
|
/**
|
|
5772
|
-
* Structure of ABTNodeClient.ResponseDeleteAccessKey
|
|
5773
|
+
* Structure of ABTNodeClient.ResponseDeleteAccessKey
|
|
5773
5774
|
*
|
|
5774
5775
|
* Checkout the following snippet for the format of ResponseDeleteAccessKey:
|
|
5775
5776
|
* ```json
|
|
@@ -5784,7 +5785,7 @@
|
|
|
5784
5785
|
*/
|
|
5785
5786
|
|
|
5786
5787
|
/**
|
|
5787
|
-
* Structure of ABTNodeClient.ResponseDeleteNginxHttpsCert
|
|
5788
|
+
* Structure of ABTNodeClient.ResponseDeleteNginxHttpsCert
|
|
5788
5789
|
*
|
|
5789
5790
|
* Checkout the following snippet for the format of ResponseDeleteNginxHttpsCert:
|
|
5790
5791
|
* ```json
|
|
@@ -5799,7 +5800,7 @@
|
|
|
5799
5800
|
*/
|
|
5800
5801
|
|
|
5801
5802
|
/**
|
|
5802
|
-
* Structure of ABTNodeClient.ResponseDeleteWebHook
|
|
5803
|
+
* Structure of ABTNodeClient.ResponseDeleteWebHook
|
|
5803
5804
|
*
|
|
5804
5805
|
* Checkout the following snippet for the format of ResponseDeleteWebHook:
|
|
5805
5806
|
* ```json
|
|
@@ -5822,7 +5823,7 @@
|
|
|
5822
5823
|
*/
|
|
5823
5824
|
|
|
5824
5825
|
/**
|
|
5825
|
-
* Structure of ABTNodeClient.ResponseDisconnectFromStore
|
|
5826
|
+
* Structure of ABTNodeClient.ResponseDisconnectFromStore
|
|
5826
5827
|
*
|
|
5827
5828
|
* Checkout the following snippet for the format of ResponseDisconnectFromStore:
|
|
5828
5829
|
* ```json
|
|
@@ -5837,7 +5838,7 @@
|
|
|
5837
5838
|
*/
|
|
5838
5839
|
|
|
5839
5840
|
/**
|
|
5840
|
-
* Structure of ABTNodeClient.ResponseDomainDNS
|
|
5841
|
+
* Structure of ABTNodeClient.ResponseDomainDNS
|
|
5841
5842
|
*
|
|
5842
5843
|
* Checkout the following snippet for the format of ResponseDomainDNS:
|
|
5843
5844
|
* ```json
|
|
@@ -5949,7 +5950,7 @@
|
|
|
5949
5950
|
*/
|
|
5950
5951
|
|
|
5951
5952
|
/**
|
|
5952
|
-
* Structure of ABTNodeClient.ResponseGetLauncherSession
|
|
5953
|
+
* Structure of ABTNodeClient.ResponseGetLauncherSession
|
|
5953
5954
|
*
|
|
5954
5955
|
* Checkout the following snippet for the format of ResponseGetLauncherSession:
|
|
5955
5956
|
* ```json
|
|
@@ -6116,7 +6117,7 @@
|
|
|
6116
6117
|
*/
|
|
6117
6118
|
|
|
6118
6119
|
/**
|
|
6119
|
-
* Structure of ABTNodeClient.ResponseGetSession
|
|
6120
|
+
* Structure of ABTNodeClient.ResponseGetSession
|
|
6120
6121
|
*
|
|
6121
6122
|
* Checkout the following snippet for the format of ResponseGetSession:
|
|
6122
6123
|
* ```json
|
|
@@ -6151,7 +6152,7 @@
|
|
|
6151
6152
|
*/
|
|
6152
6153
|
|
|
6153
6154
|
/**
|
|
6154
|
-
* Structure of ABTNodeClient.ResponseGetUsersCount
|
|
6155
|
+
* Structure of ABTNodeClient.ResponseGetUsersCount
|
|
6155
6156
|
*
|
|
6156
6157
|
* Checkout the following snippet for the format of ResponseGetUsersCount:
|
|
6157
6158
|
* ```json
|
|
@@ -6176,7 +6177,7 @@
|
|
|
6176
6177
|
*/
|
|
6177
6178
|
|
|
6178
6179
|
/**
|
|
6179
|
-
* Structure of ABTNodeClient.ResponseGetWebhookAttempt
|
|
6180
|
+
* Structure of ABTNodeClient.ResponseGetWebhookAttempt
|
|
6180
6181
|
*
|
|
6181
6182
|
* Checkout the following snippet for the format of ResponseGetWebhookAttempt:
|
|
6182
6183
|
* ```json
|
|
@@ -6233,7 +6234,7 @@
|
|
|
6233
6234
|
*/
|
|
6234
6235
|
|
|
6235
6236
|
/**
|
|
6236
|
-
* Structure of ABTNodeClient.ResponseIsDidDomain
|
|
6237
|
+
* Structure of ABTNodeClient.ResponseIsDidDomain
|
|
6237
6238
|
*
|
|
6238
6239
|
* Checkout the following snippet for the format of ResponseIsDidDomain:
|
|
6239
6240
|
* ```json
|
|
@@ -6250,7 +6251,7 @@
|
|
|
6250
6251
|
*/
|
|
6251
6252
|
|
|
6252
6253
|
/**
|
|
6253
|
-
* Structure of ABTNodeClient.ResponseLaunchBlockletByLauncher
|
|
6254
|
+
* Structure of ABTNodeClient.ResponseLaunchBlockletByLauncher
|
|
6254
6255
|
*
|
|
6255
6256
|
* Checkout the following snippet for the format of ResponseLaunchBlockletByLauncher:
|
|
6256
6257
|
* ```json
|
|
@@ -6266,7 +6267,7 @@
|
|
|
6266
6267
|
*/
|
|
6267
6268
|
|
|
6268
6269
|
/**
|
|
6269
|
-
* Structure of ABTNodeClient.ResponseLaunchBlockletWithoutWallet
|
|
6270
|
+
* Structure of ABTNodeClient.ResponseLaunchBlockletWithoutWallet
|
|
6270
6271
|
*
|
|
6271
6272
|
* Checkout the following snippet for the format of ResponseLaunchBlockletWithoutWallet:
|
|
6272
6273
|
* ```json
|
|
@@ -6373,7 +6374,7 @@
|
|
|
6373
6374
|
*/
|
|
6374
6375
|
|
|
6375
6376
|
/**
|
|
6376
|
-
* Structure of ABTNodeClient.ResponsePermission
|
|
6377
|
+
* Structure of ABTNodeClient.ResponsePermission
|
|
6377
6378
|
*
|
|
6378
6379
|
* Checkout the following snippet for the format of ResponsePermission:
|
|
6379
6380
|
* ```json
|
|
@@ -6412,7 +6413,7 @@
|
|
|
6412
6413
|
*/
|
|
6413
6414
|
|
|
6414
6415
|
/**
|
|
6415
|
-
* Structure of ABTNodeClient.ResponsePublishToEndpoint
|
|
6416
|
+
* Structure of ABTNodeClient.ResponsePublishToEndpoint
|
|
6416
6417
|
*
|
|
6417
6418
|
* Checkout the following snippet for the format of ResponsePublishToEndpoint:
|
|
6418
6419
|
* ```json
|
|
@@ -6429,7 +6430,7 @@
|
|
|
6429
6430
|
*/
|
|
6430
6431
|
|
|
6431
6432
|
/**
|
|
6432
|
-
* Structure of ABTNodeClient.ResponsePublishToStore
|
|
6433
|
+
* Structure of ABTNodeClient.ResponsePublishToStore
|
|
6433
6434
|
*
|
|
6434
6435
|
* Checkout the following snippet for the format of ResponsePublishToStore:
|
|
6435
6436
|
* ```json
|
|
@@ -6446,7 +6447,7 @@
|
|
|
6446
6447
|
*/
|
|
6447
6448
|
|
|
6448
6449
|
/**
|
|
6449
|
-
* Structure of ABTNodeClient.ResponseReadNotifications
|
|
6450
|
+
* Structure of ABTNodeClient.ResponseReadNotifications
|
|
6450
6451
|
*
|
|
6451
6452
|
* Checkout the following snippet for the format of ResponseReadNotifications:
|
|
6452
6453
|
* ```json
|
|
@@ -6481,7 +6482,7 @@
|
|
|
6481
6482
|
*/
|
|
6482
6483
|
|
|
6483
6484
|
/**
|
|
6484
|
-
* Structure of ABTNodeClient.ResponseResendNotification
|
|
6485
|
+
* Structure of ABTNodeClient.ResponseResendNotification
|
|
6485
6486
|
*
|
|
6486
6487
|
* Checkout the following snippet for the format of ResponseResendNotification:
|
|
6487
6488
|
* ```json
|
|
@@ -6497,7 +6498,7 @@
|
|
|
6497
6498
|
*/
|
|
6498
6499
|
|
|
6499
6500
|
/**
|
|
6500
|
-
* Structure of ABTNodeClient.ResponseResetNode
|
|
6501
|
+
* Structure of ABTNodeClient.ResponseResetNode
|
|
6501
6502
|
*
|
|
6502
6503
|
* Checkout the following snippet for the format of ResponseResetNode:
|
|
6503
6504
|
* ```json
|
|
@@ -6512,7 +6513,7 @@
|
|
|
6512
6513
|
*/
|
|
6513
6514
|
|
|
6514
6515
|
/**
|
|
6515
|
-
* Structure of ABTNodeClient.ResponseRestartAllContainers
|
|
6516
|
+
* Structure of ABTNodeClient.ResponseRestartAllContainers
|
|
6516
6517
|
*
|
|
6517
6518
|
* Checkout the following snippet for the format of ResponseRestartAllContainers:
|
|
6518
6519
|
* ```json
|
|
@@ -6529,7 +6530,7 @@
|
|
|
6529
6530
|
*/
|
|
6530
6531
|
|
|
6531
6532
|
/**
|
|
6532
|
-
* Structure of ABTNodeClient.ResponseRestartServer
|
|
6533
|
+
* Structure of ABTNodeClient.ResponseRestartServer
|
|
6533
6534
|
*
|
|
6534
6535
|
* Checkout the following snippet for the format of ResponseRestartServer:
|
|
6535
6536
|
* ```json
|
|
@@ -6573,7 +6574,7 @@
|
|
|
6573
6574
|
*/
|
|
6574
6575
|
|
|
6575
6576
|
/**
|
|
6576
|
-
* Structure of ABTNodeClient.ResponseSendMsg
|
|
6577
|
+
* Structure of ABTNodeClient.ResponseSendMsg
|
|
6577
6578
|
*
|
|
6578
6579
|
* Checkout the following snippet for the format of ResponseSendMsg:
|
|
6579
6580
|
* ```json
|
|
@@ -6597,7 +6598,7 @@
|
|
|
6597
6598
|
*/
|
|
6598
6599
|
|
|
6599
6600
|
/**
|
|
6600
|
-
* Structure of ABTNodeClient.ResponseTag
|
|
6601
|
+
* Structure of ABTNodeClient.ResponseTag
|
|
6601
6602
|
*
|
|
6602
6603
|
* Checkout the following snippet for the format of ResponseTag:
|
|
6603
6604
|
* ```json
|
|
@@ -6642,7 +6643,7 @@
|
|
|
6642
6643
|
*/
|
|
6643
6644
|
|
|
6644
6645
|
/**
|
|
6645
|
-
* Structure of ABTNodeClient.ResponseTakeRoutingSnapshot
|
|
6646
|
+
* Structure of ABTNodeClient.ResponseTakeRoutingSnapshot
|
|
6646
6647
|
*
|
|
6647
6648
|
* Checkout the following snippet for the format of ResponseTakeRoutingSnapshot:
|
|
6648
6649
|
* ```json
|
|
@@ -6659,7 +6660,7 @@
|
|
|
6659
6660
|
*/
|
|
6660
6661
|
|
|
6661
6662
|
/**
|
|
6662
|
-
* Structure of ABTNodeClient.ResponseUpdateAccessKey
|
|
6663
|
+
* Structure of ABTNodeClient.ResponseUpdateAccessKey
|
|
6663
6664
|
*
|
|
6664
6665
|
* Checkout the following snippet for the format of ResponseUpdateAccessKey:
|
|
6665
6666
|
* ```json
|
|
@@ -6688,7 +6689,7 @@
|
|
|
6688
6689
|
*/
|
|
6689
6690
|
|
|
6690
6691
|
/**
|
|
6691
|
-
* Structure of ABTNodeClient.ResponseUpdateNginxHttpsCert
|
|
6692
|
+
* Structure of ABTNodeClient.ResponseUpdateNginxHttpsCert
|
|
6692
6693
|
*
|
|
6693
6694
|
* Checkout the following snippet for the format of ResponseUpdateNginxHttpsCert:
|
|
6694
6695
|
* ```json
|
|
@@ -6711,7 +6712,7 @@
|
|
|
6711
6712
|
*/
|
|
6712
6713
|
|
|
6713
6714
|
/**
|
|
6714
|
-
* Structure of ABTNodeClient.ResponseUpgradeNodeVersion
|
|
6715
|
+
* Structure of ABTNodeClient.ResponseUpgradeNodeVersion
|
|
6715
6716
|
*
|
|
6716
6717
|
* Checkout the following snippet for the format of ResponseUpgradeNodeVersion:
|
|
6717
6718
|
* ```json
|
|
@@ -6747,7 +6748,7 @@
|
|
|
6747
6748
|
*/
|
|
6748
6749
|
|
|
6749
6750
|
/**
|
|
6750
|
-
* Structure of ABTNodeClient.ResponseUserRelationCount
|
|
6751
|
+
* Structure of ABTNodeClient.ResponseUserRelationCount
|
|
6751
6752
|
*
|
|
6752
6753
|
* Checkout the following snippet for the format of ResponseUserRelationCount:
|
|
6753
6754
|
* ```json
|
|
@@ -6773,7 +6774,7 @@
|
|
|
6773
6774
|
*/
|
|
6774
6775
|
|
|
6775
6776
|
/**
|
|
6776
|
-
* Structure of ABTNodeClient.ResponseUserSessionsCount
|
|
6777
|
+
* Structure of ABTNodeClient.ResponseUserSessionsCount
|
|
6777
6778
|
*
|
|
6778
6779
|
* Checkout the following snippet for the format of ResponseUserSessionsCount:
|
|
6779
6780
|
* ```json
|
|
@@ -7409,7 +7410,7 @@
|
|
|
7409
7410
|
*/
|
|
7410
7411
|
|
|
7411
7412
|
/**
|
|
7412
|
-
* Structure of ABTNodeClient.GetBlockletParams
|
|
7413
|
+
* Structure of ABTNodeClient.GetBlockletParams
|
|
7413
7414
|
*
|
|
7414
7415
|
* Checkout the following snippet for the format of GetBlockletParams:
|
|
7415
7416
|
* ```json
|
|
@@ -7422,7 +7423,7 @@
|
|
|
7422
7423
|
*/
|
|
7423
7424
|
|
|
7424
7425
|
/**
|
|
7425
|
-
* Structure of ABTNodeClient.GetBlockletMetaFromUrlParams
|
|
7426
|
+
* Structure of ABTNodeClient.GetBlockletMetaFromUrlParams
|
|
7426
7427
|
*
|
|
7427
7428
|
* Checkout the following snippet for the format of GetBlockletMetaFromUrlParams:
|
|
7428
7429
|
* ```json
|
|
@@ -7435,7 +7436,7 @@
|
|
|
7435
7436
|
*/
|
|
7436
7437
|
|
|
7437
7438
|
/**
|
|
7438
|
-
* Structure of ABTNodeClient.GetBlockletDiffParams
|
|
7439
|
+
* Structure of ABTNodeClient.GetBlockletDiffParams
|
|
7439
7440
|
*
|
|
7440
7441
|
* Checkout the following snippet for the format of GetBlockletDiffParams:
|
|
7441
7442
|
* ```json
|
|
@@ -7448,7 +7449,7 @@
|
|
|
7448
7449
|
*/
|
|
7449
7450
|
|
|
7450
7451
|
/**
|
|
7451
|
-
* Structure of ABTNodeClient.GetBlockletsParams
|
|
7452
|
+
* Structure of ABTNodeClient.GetBlockletsParams
|
|
7452
7453
|
*
|
|
7453
7454
|
* Checkout the following snippet for the format of GetBlockletsParams:
|
|
7454
7455
|
* ```json
|
|
@@ -7461,7 +7462,7 @@
|
|
|
7461
7462
|
*/
|
|
7462
7463
|
|
|
7463
7464
|
/**
|
|
7464
|
-
* Structure of ABTNodeClient.GetBlockletRuntimeHistoryParams
|
|
7465
|
+
* Structure of ABTNodeClient.GetBlockletRuntimeHistoryParams
|
|
7465
7466
|
*
|
|
7466
7467
|
* Checkout the following snippet for the format of GetBlockletRuntimeHistoryParams:
|
|
7467
7468
|
* ```json
|
|
@@ -7474,7 +7475,7 @@
|
|
|
7474
7475
|
*/
|
|
7475
7476
|
|
|
7476
7477
|
/**
|
|
7477
|
-
* Structure of ABTNodeClient.GetDynamicComponentsParams
|
|
7478
|
+
* Structure of ABTNodeClient.GetDynamicComponentsParams
|
|
7478
7479
|
*
|
|
7479
7480
|
* Checkout the following snippet for the format of GetDynamicComponentsParams:
|
|
7480
7481
|
* ```json
|
|
@@ -7487,7 +7488,7 @@
|
|
|
7487
7488
|
*/
|
|
7488
7489
|
|
|
7489
7490
|
/**
|
|
7490
|
-
* Structure of ABTNodeClient.GetNodeRuntimeHistoryParams
|
|
7491
|
+
* Structure of ABTNodeClient.GetNodeRuntimeHistoryParams
|
|
7491
7492
|
*
|
|
7492
7493
|
* Checkout the following snippet for the format of GetNodeRuntimeHistoryParams:
|
|
7493
7494
|
* ```json
|
|
@@ -7500,7 +7501,7 @@
|
|
|
7500
7501
|
*/
|
|
7501
7502
|
|
|
7502
7503
|
/**
|
|
7503
|
-
* Structure of ABTNodeClient.GetBlockletMetaParams
|
|
7504
|
+
* Structure of ABTNodeClient.GetBlockletMetaParams
|
|
7504
7505
|
*
|
|
7505
7506
|
* Checkout the following snippet for the format of GetBlockletMetaParams:
|
|
7506
7507
|
* ```json
|
|
@@ -7513,7 +7514,7 @@
|
|
|
7513
7514
|
*/
|
|
7514
7515
|
|
|
7515
7516
|
/**
|
|
7516
|
-
* Structure of ABTNodeClient.GetNotificationsParams
|
|
7517
|
+
* Structure of ABTNodeClient.GetNotificationsParams
|
|
7517
7518
|
*
|
|
7518
7519
|
* Checkout the following snippet for the format of GetNotificationsParams:
|
|
7519
7520
|
* ```json
|
|
@@ -7526,7 +7527,7 @@
|
|
|
7526
7527
|
*/
|
|
7527
7528
|
|
|
7528
7529
|
/**
|
|
7529
|
-
* Structure of ABTNodeClient.MakeAllNotificationsAsReadParams
|
|
7530
|
+
* Structure of ABTNodeClient.MakeAllNotificationsAsReadParams
|
|
7530
7531
|
*
|
|
7531
7532
|
* Checkout the following snippet for the format of MakeAllNotificationsAsReadParams:
|
|
7532
7533
|
* ```json
|
|
@@ -7539,7 +7540,7 @@
|
|
|
7539
7540
|
*/
|
|
7540
7541
|
|
|
7541
7542
|
/**
|
|
7542
|
-
* Structure of ABTNodeClient.GetNotificationSendLogParams
|
|
7543
|
+
* Structure of ABTNodeClient.GetNotificationSendLogParams
|
|
7543
7544
|
*
|
|
7544
7545
|
* Checkout the following snippet for the format of GetNotificationSendLogParams:
|
|
7545
7546
|
* ```json
|
|
@@ -7552,7 +7553,7 @@
|
|
|
7552
7553
|
*/
|
|
7553
7554
|
|
|
7554
7555
|
/**
|
|
7555
|
-
* Structure of ABTNodeClient.GetReceiversParams
|
|
7556
|
+
* Structure of ABTNodeClient.GetReceiversParams
|
|
7556
7557
|
*
|
|
7557
7558
|
* Checkout the following snippet for the format of GetReceiversParams:
|
|
7558
7559
|
* ```json
|
|
@@ -7565,7 +7566,7 @@
|
|
|
7565
7566
|
*/
|
|
7566
7567
|
|
|
7567
7568
|
/**
|
|
7568
|
-
* Structure of ABTNodeClient.GetNotificationComponentsParams
|
|
7569
|
+
* Structure of ABTNodeClient.GetNotificationComponentsParams
|
|
7569
7570
|
*
|
|
7570
7571
|
* Checkout the following snippet for the format of GetNotificationComponentsParams:
|
|
7571
7572
|
* ```json
|
|
@@ -7578,7 +7579,7 @@
|
|
|
7578
7579
|
*/
|
|
7579
7580
|
|
|
7580
7581
|
/**
|
|
7581
|
-
* Structure of ABTNodeClient.ResendNotificationParams
|
|
7582
|
+
* Structure of ABTNodeClient.ResendNotificationParams
|
|
7582
7583
|
*
|
|
7583
7584
|
* Checkout the following snippet for the format of ResendNotificationParams:
|
|
7584
7585
|
* ```json
|
|
@@ -7591,7 +7592,7 @@
|
|
|
7591
7592
|
*/
|
|
7592
7593
|
|
|
7593
7594
|
/**
|
|
7594
|
-
* Structure of ABTNodeClient.GetRoutingSitesParams
|
|
7595
|
+
* Structure of ABTNodeClient.GetRoutingSitesParams
|
|
7595
7596
|
*
|
|
7596
7597
|
* Checkout the following snippet for the format of GetRoutingSitesParams:
|
|
7597
7598
|
* ```json
|
|
@@ -7604,7 +7605,7 @@
|
|
|
7604
7605
|
*/
|
|
7605
7606
|
|
|
7606
7607
|
/**
|
|
7607
|
-
* Structure of ABTNodeClient.GetRoutingSnapshotsParams
|
|
7608
|
+
* Structure of ABTNodeClient.GetRoutingSnapshotsParams
|
|
7608
7609
|
*
|
|
7609
7610
|
* Checkout the following snippet for the format of GetRoutingSnapshotsParams:
|
|
7610
7611
|
* ```json
|
|
@@ -7617,7 +7618,7 @@
|
|
|
7617
7618
|
*/
|
|
7618
7619
|
|
|
7619
7620
|
/**
|
|
7620
|
-
* Structure of ABTNodeClient.GetSnapshotSitesParams
|
|
7621
|
+
* Structure of ABTNodeClient.GetSnapshotSitesParams
|
|
7621
7622
|
*
|
|
7622
7623
|
* Checkout the following snippet for the format of GetSnapshotSitesParams:
|
|
7623
7624
|
* ```json
|
|
@@ -7630,7 +7631,7 @@
|
|
|
7630
7631
|
*/
|
|
7631
7632
|
|
|
7632
7633
|
/**
|
|
7633
|
-
* Structure of ABTNodeClient.IsDidDomainParams
|
|
7634
|
+
* Structure of ABTNodeClient.IsDidDomainParams
|
|
7634
7635
|
*
|
|
7635
7636
|
* Checkout the following snippet for the format of IsDidDomainParams:
|
|
7636
7637
|
* ```json
|
|
@@ -7643,7 +7644,7 @@
|
|
|
7643
7644
|
*/
|
|
7644
7645
|
|
|
7645
7646
|
/**
|
|
7646
|
-
* Structure of ABTNodeClient.CheckDomainsParams
|
|
7647
|
+
* Structure of ABTNodeClient.CheckDomainsParams
|
|
7647
7648
|
*
|
|
7648
7649
|
* Checkout the following snippet for the format of CheckDomainsParams:
|
|
7649
7650
|
* ```json
|
|
@@ -7656,7 +7657,7 @@
|
|
|
7656
7657
|
*/
|
|
7657
7658
|
|
|
7658
7659
|
/**
|
|
7659
|
-
* Structure of ABTNodeClient.FindCertificateByDomainParams
|
|
7660
|
+
* Structure of ABTNodeClient.FindCertificateByDomainParams
|
|
7660
7661
|
*
|
|
7661
7662
|
* Checkout the following snippet for the format of FindCertificateByDomainParams:
|
|
7662
7663
|
* ```json
|
|
@@ -7669,7 +7670,7 @@
|
|
|
7669
7670
|
*/
|
|
7670
7671
|
|
|
7671
7672
|
/**
|
|
7672
|
-
* Structure of ABTNodeClient.GetAccessKeysParams
|
|
7673
|
+
* Structure of ABTNodeClient.GetAccessKeysParams
|
|
7673
7674
|
*
|
|
7674
7675
|
* Checkout the following snippet for the format of GetAccessKeysParams:
|
|
7675
7676
|
* ```json
|
|
@@ -7682,7 +7683,7 @@
|
|
|
7682
7683
|
*/
|
|
7683
7684
|
|
|
7684
7685
|
/**
|
|
7685
|
-
* Structure of ABTNodeClient.GetAccessKeyParams
|
|
7686
|
+
* Structure of ABTNodeClient.GetAccessKeyParams
|
|
7686
7687
|
*
|
|
7687
7688
|
* Checkout the following snippet for the format of GetAccessKeyParams:
|
|
7688
7689
|
* ```json
|
|
@@ -7695,7 +7696,7 @@
|
|
|
7695
7696
|
*/
|
|
7696
7697
|
|
|
7697
7698
|
/**
|
|
7698
|
-
* Structure of ABTNodeClient.SendTestMessageParams
|
|
7699
|
+
* Structure of ABTNodeClient.SendTestMessageParams
|
|
7699
7700
|
*
|
|
7700
7701
|
* Checkout the following snippet for the format of SendTestMessageParams:
|
|
7701
7702
|
* ```json
|
|
@@ -7708,7 +7709,7 @@
|
|
|
7708
7709
|
*/
|
|
7709
7710
|
|
|
7710
7711
|
/**
|
|
7711
|
-
* Structure of ABTNodeClient.GetSessionParams
|
|
7712
|
+
* Structure of ABTNodeClient.GetSessionParams
|
|
7712
7713
|
*
|
|
7713
7714
|
* Checkout the following snippet for the format of GetSessionParams:
|
|
7714
7715
|
* ```json
|
|
@@ -7721,7 +7722,7 @@
|
|
|
7721
7722
|
*/
|
|
7722
7723
|
|
|
7723
7724
|
/**
|
|
7724
|
-
* Structure of ABTNodeClient.GetRolesParams
|
|
7725
|
+
* Structure of ABTNodeClient.GetRolesParams
|
|
7725
7726
|
*
|
|
7726
7727
|
* Checkout the following snippet for the format of GetRolesParams:
|
|
7727
7728
|
* ```json
|
|
@@ -7734,7 +7735,7 @@
|
|
|
7734
7735
|
*/
|
|
7735
7736
|
|
|
7736
7737
|
/**
|
|
7737
|
-
* Structure of ABTNodeClient.GetRoleParams
|
|
7738
|
+
* Structure of ABTNodeClient.GetRoleParams
|
|
7738
7739
|
*
|
|
7739
7740
|
* Checkout the following snippet for the format of GetRoleParams:
|
|
7740
7741
|
* ```json
|
|
@@ -7747,7 +7748,7 @@
|
|
|
7747
7748
|
*/
|
|
7748
7749
|
|
|
7749
7750
|
/**
|
|
7750
|
-
* Structure of ABTNodeClient.GetPermissionsParams
|
|
7751
|
+
* Structure of ABTNodeClient.GetPermissionsParams
|
|
7751
7752
|
*
|
|
7752
7753
|
* Checkout the following snippet for the format of GetPermissionsParams:
|
|
7753
7754
|
* ```json
|
|
@@ -7760,7 +7761,7 @@
|
|
|
7760
7761
|
*/
|
|
7761
7762
|
|
|
7762
7763
|
/**
|
|
7763
|
-
* Structure of ABTNodeClient.GetInvitationsParams
|
|
7764
|
+
* Structure of ABTNodeClient.GetInvitationsParams
|
|
7764
7765
|
*
|
|
7765
7766
|
* Checkout the following snippet for the format of GetInvitationsParams:
|
|
7766
7767
|
* ```json
|
|
@@ -7773,7 +7774,7 @@
|
|
|
7773
7774
|
*/
|
|
7774
7775
|
|
|
7775
7776
|
/**
|
|
7776
|
-
* Structure of ABTNodeClient.GetUsersParams
|
|
7777
|
+
* Structure of ABTNodeClient.GetUsersParams
|
|
7777
7778
|
*
|
|
7778
7779
|
* Checkout the following snippet for the format of GetUsersParams:
|
|
7779
7780
|
* ```json
|
|
@@ -7786,7 +7787,7 @@
|
|
|
7786
7787
|
*/
|
|
7787
7788
|
|
|
7788
7789
|
/**
|
|
7789
|
-
* Structure of ABTNodeClient.GetUserParams
|
|
7790
|
+
* Structure of ABTNodeClient.GetUserParams
|
|
7790
7791
|
*
|
|
7791
7792
|
* Checkout the following snippet for the format of GetUserParams:
|
|
7792
7793
|
* ```json
|
|
@@ -7799,7 +7800,7 @@
|
|
|
7799
7800
|
*/
|
|
7800
7801
|
|
|
7801
7802
|
/**
|
|
7802
|
-
* Structure of ABTNodeClient.GetUserSessionsParams
|
|
7803
|
+
* Structure of ABTNodeClient.GetUserSessionsParams
|
|
7803
7804
|
*
|
|
7804
7805
|
* Checkout the following snippet for the format of GetUserSessionsParams:
|
|
7805
7806
|
* ```json
|
|
@@ -7812,7 +7813,7 @@
|
|
|
7812
7813
|
*/
|
|
7813
7814
|
|
|
7814
7815
|
/**
|
|
7815
|
-
* Structure of ABTNodeClient.GetUserSessionsCountParams
|
|
7816
|
+
* Structure of ABTNodeClient.GetUserSessionsCountParams
|
|
7816
7817
|
*
|
|
7817
7818
|
* Checkout the following snippet for the format of GetUserSessionsCountParams:
|
|
7818
7819
|
* ```json
|
|
@@ -7825,7 +7826,7 @@
|
|
|
7825
7826
|
*/
|
|
7826
7827
|
|
|
7827
7828
|
/**
|
|
7828
|
-
* Structure of ABTNodeClient.GetUsersCountParams
|
|
7829
|
+
* Structure of ABTNodeClient.GetUsersCountParams
|
|
7829
7830
|
*
|
|
7830
7831
|
* Checkout the following snippet for the format of GetUsersCountParams:
|
|
7831
7832
|
* ```json
|
|
@@ -7838,7 +7839,7 @@
|
|
|
7838
7839
|
*/
|
|
7839
7840
|
|
|
7840
7841
|
/**
|
|
7841
|
-
* Structure of ABTNodeClient.GetUsersCountPerRoleParams
|
|
7842
|
+
* Structure of ABTNodeClient.GetUsersCountPerRoleParams
|
|
7842
7843
|
*
|
|
7843
7844
|
* Checkout the following snippet for the format of GetUsersCountPerRoleParams:
|
|
7844
7845
|
* ```json
|
|
@@ -7851,7 +7852,7 @@
|
|
|
7851
7852
|
*/
|
|
7852
7853
|
|
|
7853
7854
|
/**
|
|
7854
|
-
* Structure of ABTNodeClient.GetOwnerParams
|
|
7855
|
+
* Structure of ABTNodeClient.GetOwnerParams
|
|
7855
7856
|
*
|
|
7856
7857
|
* Checkout the following snippet for the format of GetOwnerParams:
|
|
7857
7858
|
* ```json
|
|
@@ -7864,7 +7865,7 @@
|
|
|
7864
7865
|
*/
|
|
7865
7866
|
|
|
7866
7867
|
/**
|
|
7867
|
-
* Structure of ABTNodeClient.GetPermissionsByRoleParams
|
|
7868
|
+
* Structure of ABTNodeClient.GetPermissionsByRoleParams
|
|
7868
7869
|
*
|
|
7869
7870
|
* Checkout the following snippet for the format of GetPermissionsByRoleParams:
|
|
7870
7871
|
* ```json
|
|
@@ -7877,7 +7878,7 @@
|
|
|
7877
7878
|
*/
|
|
7878
7879
|
|
|
7879
7880
|
/**
|
|
7880
|
-
* Structure of ABTNodeClient.GetPassportIssuancesParams
|
|
7881
|
+
* Structure of ABTNodeClient.GetPassportIssuancesParams
|
|
7881
7882
|
*
|
|
7882
7883
|
* Checkout the following snippet for the format of GetPassportIssuancesParams:
|
|
7883
7884
|
* ```json
|
|
@@ -7890,7 +7891,7 @@
|
|
|
7890
7891
|
*/
|
|
7891
7892
|
|
|
7892
7893
|
/**
|
|
7893
|
-
* Structure of ABTNodeClient.LogoutUserParams
|
|
7894
|
+
* Structure of ABTNodeClient.LogoutUserParams
|
|
7894
7895
|
*
|
|
7895
7896
|
* Checkout the following snippet for the format of LogoutUserParams:
|
|
7896
7897
|
* ```json
|
|
@@ -7903,7 +7904,7 @@
|
|
|
7903
7904
|
*/
|
|
7904
7905
|
|
|
7905
7906
|
/**
|
|
7906
|
-
* Structure of ABTNodeClient.DestroySelfParams
|
|
7907
|
+
* Structure of ABTNodeClient.DestroySelfParams
|
|
7907
7908
|
*
|
|
7908
7909
|
* Checkout the following snippet for the format of DestroySelfParams:
|
|
7909
7910
|
* ```json
|
|
@@ -7916,7 +7917,7 @@
|
|
|
7916
7917
|
*/
|
|
7917
7918
|
|
|
7918
7919
|
/**
|
|
7919
|
-
* Structure of ABTNodeClient.GetUserFollowersParams
|
|
7920
|
+
* Structure of ABTNodeClient.GetUserFollowersParams
|
|
7920
7921
|
*
|
|
7921
7922
|
* Checkout the following snippet for the format of GetUserFollowersParams:
|
|
7922
7923
|
* ```json
|
|
@@ -7929,7 +7930,7 @@
|
|
|
7929
7930
|
*/
|
|
7930
7931
|
|
|
7931
7932
|
/**
|
|
7932
|
-
* Structure of ABTNodeClient.GetUserFollowingParams
|
|
7933
|
+
* Structure of ABTNodeClient.GetUserFollowingParams
|
|
7933
7934
|
*
|
|
7934
7935
|
* Checkout the following snippet for the format of GetUserFollowingParams:
|
|
7935
7936
|
* ```json
|
|
@@ -7942,7 +7943,7 @@
|
|
|
7942
7943
|
*/
|
|
7943
7944
|
|
|
7944
7945
|
/**
|
|
7945
|
-
* Structure of ABTNodeClient.GetUserFollowStatsParams
|
|
7946
|
+
* Structure of ABTNodeClient.GetUserFollowStatsParams
|
|
7946
7947
|
*
|
|
7947
7948
|
* Checkout the following snippet for the format of GetUserFollowStatsParams:
|
|
7948
7949
|
* ```json
|
|
@@ -7955,7 +7956,7 @@
|
|
|
7955
7956
|
*/
|
|
7956
7957
|
|
|
7957
7958
|
/**
|
|
7958
|
-
* Structure of ABTNodeClient.CheckFollowingParams
|
|
7959
|
+
* Structure of ABTNodeClient.CheckFollowingParams
|
|
7959
7960
|
*
|
|
7960
7961
|
* Checkout the following snippet for the format of CheckFollowingParams:
|
|
7961
7962
|
* ```json
|
|
@@ -7968,7 +7969,7 @@
|
|
|
7968
7969
|
*/
|
|
7969
7970
|
|
|
7970
7971
|
/**
|
|
7971
|
-
* Structure of ABTNodeClient.FollowUserParams
|
|
7972
|
+
* Structure of ABTNodeClient.FollowUserParams
|
|
7972
7973
|
*
|
|
7973
7974
|
* Checkout the following snippet for the format of FollowUserParams:
|
|
7974
7975
|
* ```json
|
|
@@ -7981,7 +7982,7 @@
|
|
|
7981
7982
|
*/
|
|
7982
7983
|
|
|
7983
7984
|
/**
|
|
7984
|
-
* Structure of ABTNodeClient.UnfollowUserParams
|
|
7985
|
+
* Structure of ABTNodeClient.UnfollowUserParams
|
|
7985
7986
|
*
|
|
7986
7987
|
* Checkout the following snippet for the format of UnfollowUserParams:
|
|
7987
7988
|
* ```json
|
|
@@ -7994,7 +7995,7 @@
|
|
|
7994
7995
|
*/
|
|
7995
7996
|
|
|
7996
7997
|
/**
|
|
7997
|
-
* Structure of ABTNodeClient.GetUserInvitesParams
|
|
7998
|
+
* Structure of ABTNodeClient.GetUserInvitesParams
|
|
7998
7999
|
*
|
|
7999
8000
|
* Checkout the following snippet for the format of GetUserInvitesParams:
|
|
8000
8001
|
* ```json
|
|
@@ -8007,7 +8008,7 @@
|
|
|
8007
8008
|
*/
|
|
8008
8009
|
|
|
8009
8010
|
/**
|
|
8010
|
-
* Structure of ABTNodeClient.GetTagsParams
|
|
8011
|
+
* Structure of ABTNodeClient.GetTagsParams
|
|
8011
8012
|
*
|
|
8012
8013
|
* Checkout the following snippet for the format of GetTagsParams:
|
|
8013
8014
|
* ```json
|
|
@@ -8020,7 +8021,7 @@
|
|
|
8020
8021
|
*/
|
|
8021
8022
|
|
|
8022
8023
|
/**
|
|
8023
|
-
* Structure of ABTNodeClient.GetAuditLogsParams
|
|
8024
|
+
* Structure of ABTNodeClient.GetAuditLogsParams
|
|
8024
8025
|
*
|
|
8025
8026
|
* Checkout the following snippet for the format of GetAuditLogsParams:
|
|
8026
8027
|
* ```json
|
|
@@ -8033,7 +8034,7 @@
|
|
|
8033
8034
|
*/
|
|
8034
8035
|
|
|
8035
8036
|
/**
|
|
8036
|
-
* Structure of ABTNodeClient.GetLauncherSessionParams
|
|
8037
|
+
* Structure of ABTNodeClient.GetLauncherSessionParams
|
|
8037
8038
|
*
|
|
8038
8039
|
* Checkout the following snippet for the format of GetLauncherSessionParams:
|
|
8039
8040
|
* ```json
|
|
@@ -8046,7 +8047,7 @@
|
|
|
8046
8047
|
*/
|
|
8047
8048
|
|
|
8048
8049
|
/**
|
|
8049
|
-
* Structure of ABTNodeClient.GetBlockletBackupsParams
|
|
8050
|
+
* Structure of ABTNodeClient.GetBlockletBackupsParams
|
|
8050
8051
|
*
|
|
8051
8052
|
* Checkout the following snippet for the format of GetBlockletBackupsParams:
|
|
8052
8053
|
* ```json
|
|
@@ -8059,7 +8060,7 @@
|
|
|
8059
8060
|
*/
|
|
8060
8061
|
|
|
8061
8062
|
/**
|
|
8062
|
-
* Structure of ABTNodeClient.GetBlockletBackupSummaryParams
|
|
8063
|
+
* Structure of ABTNodeClient.GetBlockletBackupSummaryParams
|
|
8063
8064
|
*
|
|
8064
8065
|
* Checkout the following snippet for the format of GetBlockletBackupSummaryParams:
|
|
8065
8066
|
* ```json
|
|
@@ -8072,7 +8073,7 @@
|
|
|
8072
8073
|
*/
|
|
8073
8074
|
|
|
8074
8075
|
/**
|
|
8075
|
-
* Structure of ABTNodeClient.GetBlockletSpaceGatewaysParams
|
|
8076
|
+
* Structure of ABTNodeClient.GetBlockletSpaceGatewaysParams
|
|
8076
8077
|
*
|
|
8077
8078
|
* Checkout the following snippet for the format of GetBlockletSpaceGatewaysParams:
|
|
8078
8079
|
* ```json
|
|
@@ -8085,7 +8086,7 @@
|
|
|
8085
8086
|
*/
|
|
8086
8087
|
|
|
8087
8088
|
/**
|
|
8088
|
-
* Structure of ABTNodeClient.GetTrafficInsightsParams
|
|
8089
|
+
* Structure of ABTNodeClient.GetTrafficInsightsParams
|
|
8089
8090
|
*
|
|
8090
8091
|
* Checkout the following snippet for the format of GetTrafficInsightsParams:
|
|
8091
8092
|
* ```json
|
|
@@ -8098,7 +8099,7 @@
|
|
|
8098
8099
|
*/
|
|
8099
8100
|
|
|
8100
8101
|
/**
|
|
8101
|
-
* Structure of ABTNodeClient.GetProjectsParams
|
|
8102
|
+
* Structure of ABTNodeClient.GetProjectsParams
|
|
8102
8103
|
*
|
|
8103
8104
|
* Checkout the following snippet for the format of GetProjectsParams:
|
|
8104
8105
|
* ```json
|
|
@@ -8111,7 +8112,7 @@
|
|
|
8111
8112
|
*/
|
|
8112
8113
|
|
|
8113
8114
|
/**
|
|
8114
|
-
* Structure of ABTNodeClient.GetProjectParams
|
|
8115
|
+
* Structure of ABTNodeClient.GetProjectParams
|
|
8115
8116
|
*
|
|
8116
8117
|
* Checkout the following snippet for the format of GetProjectParams:
|
|
8117
8118
|
* ```json
|
|
@@ -8124,7 +8125,7 @@
|
|
|
8124
8125
|
*/
|
|
8125
8126
|
|
|
8126
8127
|
/**
|
|
8127
|
-
* Structure of ABTNodeClient.GetReleasesParams
|
|
8128
|
+
* Structure of ABTNodeClient.GetReleasesParams
|
|
8128
8129
|
*
|
|
8129
8130
|
* Checkout the following snippet for the format of GetReleasesParams:
|
|
8130
8131
|
* ```json
|
|
@@ -8137,7 +8138,7 @@
|
|
|
8137
8138
|
*/
|
|
8138
8139
|
|
|
8139
8140
|
/**
|
|
8140
|
-
* Structure of ABTNodeClient.GetReleaseParams
|
|
8141
|
+
* Structure of ABTNodeClient.GetReleaseParams
|
|
8141
8142
|
*
|
|
8142
8143
|
* Checkout the following snippet for the format of GetReleaseParams:
|
|
8143
8144
|
* ```json
|
|
@@ -8150,7 +8151,7 @@
|
|
|
8150
8151
|
*/
|
|
8151
8152
|
|
|
8152
8153
|
/**
|
|
8153
|
-
* Structure of ABTNodeClient.GetSelectedResourcesParams
|
|
8154
|
+
* Structure of ABTNodeClient.GetSelectedResourcesParams
|
|
8154
8155
|
*
|
|
8155
8156
|
* Checkout the following snippet for the format of GetSelectedResourcesParams:
|
|
8156
8157
|
* ```json
|
|
@@ -8163,7 +8164,7 @@
|
|
|
8163
8164
|
*/
|
|
8164
8165
|
|
|
8165
8166
|
/**
|
|
8166
|
-
* Structure of ABTNodeClient.GetBlockletSecurityRuleParams
|
|
8167
|
+
* Structure of ABTNodeClient.GetBlockletSecurityRuleParams
|
|
8167
8168
|
*
|
|
8168
8169
|
* Checkout the following snippet for the format of GetBlockletSecurityRuleParams:
|
|
8169
8170
|
* ```json
|
|
@@ -8176,7 +8177,7 @@
|
|
|
8176
8177
|
*/
|
|
8177
8178
|
|
|
8178
8179
|
/**
|
|
8179
|
-
* Structure of ABTNodeClient.GetBlockletSecurityRulesParams
|
|
8180
|
+
* Structure of ABTNodeClient.GetBlockletSecurityRulesParams
|
|
8180
8181
|
*
|
|
8181
8182
|
* Checkout the following snippet for the format of GetBlockletSecurityRulesParams:
|
|
8182
8183
|
* ```json
|
|
@@ -8189,7 +8190,7 @@
|
|
|
8189
8190
|
*/
|
|
8190
8191
|
|
|
8191
8192
|
/**
|
|
8192
|
-
* Structure of ABTNodeClient.GetBlockletResponseHeaderPolicyParams
|
|
8193
|
+
* Structure of ABTNodeClient.GetBlockletResponseHeaderPolicyParams
|
|
8193
8194
|
*
|
|
8194
8195
|
* Checkout the following snippet for the format of GetBlockletResponseHeaderPolicyParams:
|
|
8195
8196
|
* ```json
|
|
@@ -8202,7 +8203,7 @@
|
|
|
8202
8203
|
*/
|
|
8203
8204
|
|
|
8204
8205
|
/**
|
|
8205
|
-
* Structure of ABTNodeClient.GetBlockletResponseHeaderPoliciesParams
|
|
8206
|
+
* Structure of ABTNodeClient.GetBlockletResponseHeaderPoliciesParams
|
|
8206
8207
|
*
|
|
8207
8208
|
* Checkout the following snippet for the format of GetBlockletResponseHeaderPoliciesParams:
|
|
8208
8209
|
* ```json
|
|
@@ -8215,7 +8216,7 @@
|
|
|
8215
8216
|
*/
|
|
8216
8217
|
|
|
8217
8218
|
/**
|
|
8218
|
-
* Structure of ABTNodeClient.GetBlockletAccessPolicyParams
|
|
8219
|
+
* Structure of ABTNodeClient.GetBlockletAccessPolicyParams
|
|
8219
8220
|
*
|
|
8220
8221
|
* Checkout the following snippet for the format of GetBlockletAccessPolicyParams:
|
|
8221
8222
|
* ```json
|
|
@@ -8228,7 +8229,7 @@
|
|
|
8228
8229
|
*/
|
|
8229
8230
|
|
|
8230
8231
|
/**
|
|
8231
|
-
* Structure of ABTNodeClient.GetBlockletAccessPoliciesParams
|
|
8232
|
+
* Structure of ABTNodeClient.GetBlockletAccessPoliciesParams
|
|
8232
8233
|
*
|
|
8233
8234
|
* Checkout the following snippet for the format of GetBlockletAccessPoliciesParams:
|
|
8234
8235
|
* ```json
|
|
@@ -8241,7 +8242,7 @@
|
|
|
8241
8242
|
*/
|
|
8242
8243
|
|
|
8243
8244
|
/**
|
|
8244
|
-
* Structure of ABTNodeClient.GetWebhookEndpointsParams
|
|
8245
|
+
* Structure of ABTNodeClient.GetWebhookEndpointsParams
|
|
8245
8246
|
*
|
|
8246
8247
|
* Checkout the following snippet for the format of GetWebhookEndpointsParams:
|
|
8247
8248
|
* ```json
|
|
@@ -8254,7 +8255,7 @@
|
|
|
8254
8255
|
*/
|
|
8255
8256
|
|
|
8256
8257
|
/**
|
|
8257
|
-
* Structure of ABTNodeClient.GetWebhookEndpointParams
|
|
8258
|
+
* Structure of ABTNodeClient.GetWebhookEndpointParams
|
|
8258
8259
|
*
|
|
8259
8260
|
* Checkout the following snippet for the format of GetWebhookEndpointParams:
|
|
8260
8261
|
* ```json
|
|
@@ -8267,7 +8268,7 @@
|
|
|
8267
8268
|
*/
|
|
8268
8269
|
|
|
8269
8270
|
/**
|
|
8270
|
-
* Structure of ABTNodeClient.GetWebhookAttemptsParams
|
|
8271
|
+
* Structure of ABTNodeClient.GetWebhookAttemptsParams
|
|
8271
8272
|
*
|
|
8272
8273
|
* Checkout the following snippet for the format of GetWebhookAttemptsParams:
|
|
8273
8274
|
* ```json
|
|
@@ -8280,7 +8281,7 @@
|
|
|
8280
8281
|
*/
|
|
8281
8282
|
|
|
8282
8283
|
/**
|
|
8283
|
-
* Structure of ABTNodeClient.GetPassportRoleCountsParams
|
|
8284
|
+
* Structure of ABTNodeClient.GetPassportRoleCountsParams
|
|
8284
8285
|
*
|
|
8285
8286
|
* Checkout the following snippet for the format of GetPassportRoleCountsParams:
|
|
8286
8287
|
* ```json
|
|
@@ -8293,7 +8294,7 @@
|
|
|
8293
8294
|
*/
|
|
8294
8295
|
|
|
8295
8296
|
/**
|
|
8296
|
-
* Structure of ABTNodeClient.GetPassportsByRoleParams
|
|
8297
|
+
* Structure of ABTNodeClient.GetPassportsByRoleParams
|
|
8297
8298
|
*
|
|
8298
8299
|
* Checkout the following snippet for the format of GetPassportsByRoleParams:
|
|
8299
8300
|
* ```json
|
|
@@ -8306,7 +8307,7 @@
|
|
|
8306
8307
|
*/
|
|
8307
8308
|
|
|
8308
8309
|
/**
|
|
8309
|
-
* Structure of ABTNodeClient.GetPassportLogsParams
|
|
8310
|
+
* Structure of ABTNodeClient.GetPassportLogsParams
|
|
8310
8311
|
*
|
|
8311
8312
|
* Checkout the following snippet for the format of GetPassportLogsParams:
|
|
8312
8313
|
* ```json
|
|
@@ -8319,7 +8320,7 @@
|
|
|
8319
8320
|
*/
|
|
8320
8321
|
|
|
8321
8322
|
/**
|
|
8322
|
-
* Structure of ABTNodeClient.GetRelatedPassportsParams
|
|
8323
|
+
* Structure of ABTNodeClient.GetRelatedPassportsParams
|
|
8323
8324
|
*
|
|
8324
8325
|
* Checkout the following snippet for the format of GetRelatedPassportsParams:
|
|
8325
8326
|
* ```json
|
|
@@ -8332,7 +8333,7 @@
|
|
|
8332
8333
|
*/
|
|
8333
8334
|
|
|
8334
8335
|
/**
|
|
8335
|
-
* Structure of ABTNodeClient.GetBlockletBaseInfoParams
|
|
8336
|
+
* Structure of ABTNodeClient.GetBlockletBaseInfoParams
|
|
8336
8337
|
*
|
|
8337
8338
|
* Checkout the following snippet for the format of GetBlockletBaseInfoParams:
|
|
8338
8339
|
* ```json
|
|
@@ -8345,7 +8346,7 @@
|
|
|
8345
8346
|
*/
|
|
8346
8347
|
|
|
8347
8348
|
/**
|
|
8348
|
-
* Structure of ABTNodeClient.GetDomainDnsParams
|
|
8349
|
+
* Structure of ABTNodeClient.GetDomainDnsParams
|
|
8349
8350
|
*
|
|
8350
8351
|
* Checkout the following snippet for the format of GetDomainDnsParams:
|
|
8351
8352
|
* ```json
|
|
@@ -8358,7 +8359,7 @@
|
|
|
8358
8359
|
*/
|
|
8359
8360
|
|
|
8360
8361
|
/**
|
|
8361
|
-
* Structure of ABTNodeClient.GetOAuthClientsParams
|
|
8362
|
+
* Structure of ABTNodeClient.GetOAuthClientsParams
|
|
8362
8363
|
*
|
|
8363
8364
|
* Checkout the following snippet for the format of GetOAuthClientsParams:
|
|
8364
8365
|
* ```json
|
|
@@ -8371,7 +8372,7 @@
|
|
|
8371
8372
|
*/
|
|
8372
8373
|
|
|
8373
8374
|
/**
|
|
8374
|
-
* Structure of ABTNodeClient.CreateOAuthClientParams
|
|
8375
|
+
* Structure of ABTNodeClient.CreateOAuthClientParams
|
|
8375
8376
|
*
|
|
8376
8377
|
* Checkout the following snippet for the format of CreateOAuthClientParams:
|
|
8377
8378
|
* ```json
|
|
@@ -8384,7 +8385,7 @@
|
|
|
8384
8385
|
*/
|
|
8385
8386
|
|
|
8386
8387
|
/**
|
|
8387
|
-
* Structure of ABTNodeClient.UpdateOAuthClientParams
|
|
8388
|
+
* Structure of ABTNodeClient.UpdateOAuthClientParams
|
|
8388
8389
|
*
|
|
8389
8390
|
* Checkout the following snippet for the format of UpdateOAuthClientParams:
|
|
8390
8391
|
* ```json
|
|
@@ -8397,7 +8398,7 @@
|
|
|
8397
8398
|
*/
|
|
8398
8399
|
|
|
8399
8400
|
/**
|
|
8400
|
-
* Structure of ABTNodeClient.DeleteOAuthClientParams
|
|
8401
|
+
* Structure of ABTNodeClient.DeleteOAuthClientParams
|
|
8401
8402
|
*
|
|
8402
8403
|
* Checkout the following snippet for the format of DeleteOAuthClientParams:
|
|
8403
8404
|
* ```json
|
|
@@ -8410,7 +8411,7 @@
|
|
|
8410
8411
|
*/
|
|
8411
8412
|
|
|
8412
8413
|
/**
|
|
8413
|
-
* Structure of ABTNodeClient.GetOrgsParams
|
|
8414
|
+
* Structure of ABTNodeClient.GetOrgsParams
|
|
8414
8415
|
*
|
|
8415
8416
|
* Checkout the following snippet for the format of GetOrgsParams:
|
|
8416
8417
|
* ```json
|
|
@@ -8423,7 +8424,7 @@
|
|
|
8423
8424
|
*/
|
|
8424
8425
|
|
|
8425
8426
|
/**
|
|
8426
|
-
* Structure of ABTNodeClient.GetOrgParams
|
|
8427
|
+
* Structure of ABTNodeClient.GetOrgParams
|
|
8427
8428
|
*
|
|
8428
8429
|
* Checkout the following snippet for the format of GetOrgParams:
|
|
8429
8430
|
* ```json
|
|
@@ -8436,7 +8437,7 @@
|
|
|
8436
8437
|
*/
|
|
8437
8438
|
|
|
8438
8439
|
/**
|
|
8439
|
-
* Structure of ABTNodeClient.GetOrgMembersParams
|
|
8440
|
+
* Structure of ABTNodeClient.GetOrgMembersParams
|
|
8440
8441
|
*
|
|
8441
8442
|
* Checkout the following snippet for the format of GetOrgMembersParams:
|
|
8442
8443
|
* ```json
|
|
@@ -8449,7 +8450,7 @@
|
|
|
8449
8450
|
*/
|
|
8450
8451
|
|
|
8451
8452
|
/**
|
|
8452
|
-
* Structure of ABTNodeClient.GetOrgInvitableUsersParams
|
|
8453
|
+
* Structure of ABTNodeClient.GetOrgInvitableUsersParams
|
|
8453
8454
|
*
|
|
8454
8455
|
* Checkout the following snippet for the format of GetOrgInvitableUsersParams:
|
|
8455
8456
|
* ```json
|
|
@@ -8462,7 +8463,7 @@
|
|
|
8462
8463
|
*/
|
|
8463
8464
|
|
|
8464
8465
|
/**
|
|
8465
|
-
* Structure of ABTNodeClient.GetOrgResourceParams
|
|
8466
|
+
* Structure of ABTNodeClient.GetOrgResourceParams
|
|
8466
8467
|
*
|
|
8467
8468
|
* Checkout the following snippet for the format of GetOrgResourceParams:
|
|
8468
8469
|
* ```json
|
|
@@ -8475,7 +8476,7 @@
|
|
|
8475
8476
|
*/
|
|
8476
8477
|
|
|
8477
8478
|
/**
|
|
8478
|
-
* Structure of ABTNodeClient.InstallBlockletParams
|
|
8479
|
+
* Structure of ABTNodeClient.InstallBlockletParams
|
|
8479
8480
|
*
|
|
8480
8481
|
* Checkout the following snippet for the format of InstallBlockletParams:
|
|
8481
8482
|
* ```json
|
|
@@ -8488,7 +8489,7 @@
|
|
|
8488
8489
|
*/
|
|
8489
8490
|
|
|
8490
8491
|
/**
|
|
8491
|
-
* Structure of ABTNodeClient.InstallComponentParams
|
|
8492
|
+
* Structure of ABTNodeClient.InstallComponentParams
|
|
8492
8493
|
*
|
|
8493
8494
|
* Checkout the following snippet for the format of InstallComponentParams:
|
|
8494
8495
|
* ```json
|
|
@@ -8501,7 +8502,7 @@
|
|
|
8501
8502
|
*/
|
|
8502
8503
|
|
|
8503
8504
|
/**
|
|
8504
|
-
* Structure of ABTNodeClient.StartBlockletParams
|
|
8505
|
+
* Structure of ABTNodeClient.StartBlockletParams
|
|
8505
8506
|
*
|
|
8506
8507
|
* Checkout the following snippet for the format of StartBlockletParams:
|
|
8507
8508
|
* ```json
|
|
@@ -8514,7 +8515,7 @@
|
|
|
8514
8515
|
*/
|
|
8515
8516
|
|
|
8516
8517
|
/**
|
|
8517
|
-
* Structure of ABTNodeClient.StopBlockletParams
|
|
8518
|
+
* Structure of ABTNodeClient.StopBlockletParams
|
|
8518
8519
|
*
|
|
8519
8520
|
* Checkout the following snippet for the format of StopBlockletParams:
|
|
8520
8521
|
* ```json
|
|
@@ -8527,7 +8528,7 @@
|
|
|
8527
8528
|
*/
|
|
8528
8529
|
|
|
8529
8530
|
/**
|
|
8530
|
-
* Structure of ABTNodeClient.ReloadBlockletParams
|
|
8531
|
+
* Structure of ABTNodeClient.ReloadBlockletParams
|
|
8531
8532
|
*
|
|
8532
8533
|
* Checkout the following snippet for the format of ReloadBlockletParams:
|
|
8533
8534
|
* ```json
|
|
@@ -8540,7 +8541,7 @@
|
|
|
8540
8541
|
*/
|
|
8541
8542
|
|
|
8542
8543
|
/**
|
|
8543
|
-
* Structure of ABTNodeClient.RestartBlockletParams
|
|
8544
|
+
* Structure of ABTNodeClient.RestartBlockletParams
|
|
8544
8545
|
*
|
|
8545
8546
|
* Checkout the following snippet for the format of RestartBlockletParams:
|
|
8546
8547
|
* ```json
|
|
@@ -8553,7 +8554,7 @@
|
|
|
8553
8554
|
*/
|
|
8554
8555
|
|
|
8555
8556
|
/**
|
|
8556
|
-
* Structure of ABTNodeClient.DeleteBlockletParams
|
|
8557
|
+
* Structure of ABTNodeClient.DeleteBlockletParams
|
|
8557
8558
|
*
|
|
8558
8559
|
* Checkout the following snippet for the format of DeleteBlockletParams:
|
|
8559
8560
|
* ```json
|
|
@@ -8566,7 +8567,7 @@
|
|
|
8566
8567
|
*/
|
|
8567
8568
|
|
|
8568
8569
|
/**
|
|
8569
|
-
* Structure of ABTNodeClient.DeleteComponentParams
|
|
8570
|
+
* Structure of ABTNodeClient.DeleteComponentParams
|
|
8570
8571
|
*
|
|
8571
8572
|
* Checkout the following snippet for the format of DeleteComponentParams:
|
|
8572
8573
|
* ```json
|
|
@@ -8579,7 +8580,7 @@
|
|
|
8579
8580
|
*/
|
|
8580
8581
|
|
|
8581
8582
|
/**
|
|
8582
|
-
* Structure of ABTNodeClient.CancelDownloadBlockletParams
|
|
8583
|
+
* Structure of ABTNodeClient.CancelDownloadBlockletParams
|
|
8583
8584
|
*
|
|
8584
8585
|
* Checkout the following snippet for the format of CancelDownloadBlockletParams:
|
|
8585
8586
|
* ```json
|
|
@@ -8592,7 +8593,7 @@
|
|
|
8592
8593
|
*/
|
|
8593
8594
|
|
|
8594
8595
|
/**
|
|
8595
|
-
* Structure of ABTNodeClient.CheckComponentsForUpdatesParams
|
|
8596
|
+
* Structure of ABTNodeClient.CheckComponentsForUpdatesParams
|
|
8596
8597
|
*
|
|
8597
8598
|
* Checkout the following snippet for the format of CheckComponentsForUpdatesParams:
|
|
8598
8599
|
* ```json
|
|
@@ -8605,7 +8606,7 @@
|
|
|
8605
8606
|
*/
|
|
8606
8607
|
|
|
8607
8608
|
/**
|
|
8608
|
-
* Structure of ABTNodeClient.UpgradeComponentsParams
|
|
8609
|
+
* Structure of ABTNodeClient.UpgradeComponentsParams
|
|
8609
8610
|
*
|
|
8610
8611
|
* Checkout the following snippet for the format of UpgradeComponentsParams:
|
|
8611
8612
|
* ```json
|
|
@@ -8618,7 +8619,7 @@
|
|
|
8618
8619
|
*/
|
|
8619
8620
|
|
|
8620
8621
|
/**
|
|
8621
|
-
* Structure of ABTNodeClient.ConfigBlockletParams
|
|
8622
|
+
* Structure of ABTNodeClient.ConfigBlockletParams
|
|
8622
8623
|
*
|
|
8623
8624
|
* Checkout the following snippet for the format of ConfigBlockletParams:
|
|
8624
8625
|
* ```json
|
|
@@ -8631,7 +8632,7 @@
|
|
|
8631
8632
|
*/
|
|
8632
8633
|
|
|
8633
8634
|
/**
|
|
8634
|
-
* Structure of ABTNodeClient.ConfigPublicToStoreParams
|
|
8635
|
+
* Structure of ABTNodeClient.ConfigPublicToStoreParams
|
|
8635
8636
|
*
|
|
8636
8637
|
* Checkout the following snippet for the format of ConfigPublicToStoreParams:
|
|
8637
8638
|
* ```json
|
|
@@ -8644,7 +8645,7 @@
|
|
|
8644
8645
|
*/
|
|
8645
8646
|
|
|
8646
8647
|
/**
|
|
8647
|
-
* Structure of ABTNodeClient.ConfigNavigationsParams
|
|
8648
|
+
* Structure of ABTNodeClient.ConfigNavigationsParams
|
|
8648
8649
|
*
|
|
8649
8650
|
* Checkout the following snippet for the format of ConfigNavigationsParams:
|
|
8650
8651
|
* ```json
|
|
@@ -8657,7 +8658,7 @@
|
|
|
8657
8658
|
*/
|
|
8658
8659
|
|
|
8659
8660
|
/**
|
|
8660
|
-
* Structure of ABTNodeClient.ConfigOAuthParams
|
|
8661
|
+
* Structure of ABTNodeClient.ConfigOAuthParams
|
|
8661
8662
|
*
|
|
8662
8663
|
* Checkout the following snippet for the format of ConfigOAuthParams:
|
|
8663
8664
|
* ```json
|
|
@@ -8670,7 +8671,7 @@
|
|
|
8670
8671
|
*/
|
|
8671
8672
|
|
|
8672
8673
|
/**
|
|
8673
|
-
* Structure of ABTNodeClient.ConfigNotificationParams
|
|
8674
|
+
* Structure of ABTNodeClient.ConfigNotificationParams
|
|
8674
8675
|
*
|
|
8675
8676
|
* Checkout the following snippet for the format of ConfigNotificationParams:
|
|
8676
8677
|
* ```json
|
|
@@ -8683,7 +8684,7 @@
|
|
|
8683
8684
|
*/
|
|
8684
8685
|
|
|
8685
8686
|
/**
|
|
8686
|
-
* Structure of ABTNodeClient.ConfigVaultParams
|
|
8687
|
+
* Structure of ABTNodeClient.ConfigVaultParams
|
|
8687
8688
|
*
|
|
8688
8689
|
* Checkout the following snippet for the format of ConfigVaultParams:
|
|
8689
8690
|
* ```json
|
|
@@ -8696,7 +8697,7 @@
|
|
|
8696
8697
|
*/
|
|
8697
8698
|
|
|
8698
8699
|
/**
|
|
8699
|
-
* Structure of ABTNodeClient.SendEmailParams
|
|
8700
|
+
* Structure of ABTNodeClient.SendEmailParams
|
|
8700
8701
|
*
|
|
8701
8702
|
* Checkout the following snippet for the format of SendEmailParams:
|
|
8702
8703
|
* ```json
|
|
@@ -8709,7 +8710,7 @@
|
|
|
8709
8710
|
*/
|
|
8710
8711
|
|
|
8711
8712
|
/**
|
|
8712
|
-
* Structure of ABTNodeClient.SendPushParams
|
|
8713
|
+
* Structure of ABTNodeClient.SendPushParams
|
|
8713
8714
|
*
|
|
8714
8715
|
* Checkout the following snippet for the format of SendPushParams:
|
|
8715
8716
|
* ```json
|
|
@@ -8722,7 +8723,7 @@
|
|
|
8722
8723
|
*/
|
|
8723
8724
|
|
|
8724
8725
|
/**
|
|
8725
|
-
* Structure of ABTNodeClient.JoinFederatedLoginParams
|
|
8726
|
+
* Structure of ABTNodeClient.JoinFederatedLoginParams
|
|
8726
8727
|
*
|
|
8727
8728
|
* Checkout the following snippet for the format of JoinFederatedLoginParams:
|
|
8728
8729
|
* ```json
|
|
@@ -8735,7 +8736,7 @@
|
|
|
8735
8736
|
*/
|
|
8736
8737
|
|
|
8737
8738
|
/**
|
|
8738
|
-
* Structure of ABTNodeClient.QuitFederatedLoginParams
|
|
8739
|
+
* Structure of ABTNodeClient.QuitFederatedLoginParams
|
|
8739
8740
|
*
|
|
8740
8741
|
* Checkout the following snippet for the format of QuitFederatedLoginParams:
|
|
8741
8742
|
* ```json
|
|
@@ -8748,7 +8749,7 @@
|
|
|
8748
8749
|
*/
|
|
8749
8750
|
|
|
8750
8751
|
/**
|
|
8751
|
-
* Structure of ABTNodeClient.DisbandFederatedLoginParams
|
|
8752
|
+
* Structure of ABTNodeClient.DisbandFederatedLoginParams
|
|
8752
8753
|
*
|
|
8753
8754
|
* Checkout the following snippet for the format of DisbandFederatedLoginParams:
|
|
8754
8755
|
* ```json
|
|
@@ -8761,7 +8762,7 @@
|
|
|
8761
8762
|
*/
|
|
8762
8763
|
|
|
8763
8764
|
/**
|
|
8764
|
-
* Structure of ABTNodeClient.SyncMasterAuthorizationParams
|
|
8765
|
+
* Structure of ABTNodeClient.SyncMasterAuthorizationParams
|
|
8765
8766
|
*
|
|
8766
8767
|
* Checkout the following snippet for the format of SyncMasterAuthorizationParams:
|
|
8767
8768
|
* ```json
|
|
@@ -8774,7 +8775,7 @@
|
|
|
8774
8775
|
*/
|
|
8775
8776
|
|
|
8776
8777
|
/**
|
|
8777
|
-
* Structure of ABTNodeClient.SyncFederatedConfigParams
|
|
8778
|
+
* Structure of ABTNodeClient.SyncFederatedConfigParams
|
|
8778
8779
|
*
|
|
8779
8780
|
* Checkout the following snippet for the format of SyncFederatedConfigParams:
|
|
8780
8781
|
* ```json
|
|
@@ -8787,7 +8788,7 @@
|
|
|
8787
8788
|
*/
|
|
8788
8789
|
|
|
8789
8790
|
/**
|
|
8790
|
-
* Structure of ABTNodeClient.AuditFederatedLoginParams
|
|
8791
|
+
* Structure of ABTNodeClient.AuditFederatedLoginParams
|
|
8791
8792
|
*
|
|
8792
8793
|
* Checkout the following snippet for the format of AuditFederatedLoginParams:
|
|
8793
8794
|
* ```json
|
|
@@ -8800,7 +8801,7 @@
|
|
|
8800
8801
|
*/
|
|
8801
8802
|
|
|
8802
8803
|
/**
|
|
8803
|
-
* Structure of ABTNodeClient.UpdateAppSessionConfigParams
|
|
8804
|
+
* Structure of ABTNodeClient.UpdateAppSessionConfigParams
|
|
8804
8805
|
*
|
|
8805
8806
|
* Checkout the following snippet for the format of UpdateAppSessionConfigParams:
|
|
8806
8807
|
* ```json
|
|
@@ -8813,7 +8814,7 @@
|
|
|
8813
8814
|
*/
|
|
8814
8815
|
|
|
8815
8816
|
/**
|
|
8816
|
-
* Structure of ABTNodeClient.UpdateComponentTitleParams
|
|
8817
|
+
* Structure of ABTNodeClient.UpdateComponentTitleParams
|
|
8817
8818
|
*
|
|
8818
8819
|
* Checkout the following snippet for the format of UpdateComponentTitleParams:
|
|
8819
8820
|
* ```json
|
|
@@ -8826,7 +8827,7 @@
|
|
|
8826
8827
|
*/
|
|
8827
8828
|
|
|
8828
8829
|
/**
|
|
8829
|
-
* Structure of ABTNodeClient.UpdateComponentMountPointParams
|
|
8830
|
+
* Structure of ABTNodeClient.UpdateComponentMountPointParams
|
|
8830
8831
|
*
|
|
8831
8832
|
* Checkout the following snippet for the format of UpdateComponentMountPointParams:
|
|
8832
8833
|
* ```json
|
|
@@ -8839,7 +8840,7 @@
|
|
|
8839
8840
|
*/
|
|
8840
8841
|
|
|
8841
8842
|
/**
|
|
8842
|
-
* Structure of ABTNodeClient.BackupBlockletParams
|
|
8843
|
+
* Structure of ABTNodeClient.BackupBlockletParams
|
|
8843
8844
|
*
|
|
8844
8845
|
* Checkout the following snippet for the format of BackupBlockletParams:
|
|
8845
8846
|
* ```json
|
|
@@ -8852,7 +8853,7 @@
|
|
|
8852
8853
|
*/
|
|
8853
8854
|
|
|
8854
8855
|
/**
|
|
8855
|
-
* Structure of ABTNodeClient.AbortBlockletBackupParams
|
|
8856
|
+
* Structure of ABTNodeClient.AbortBlockletBackupParams
|
|
8856
8857
|
*
|
|
8857
8858
|
* Checkout the following snippet for the format of AbortBlockletBackupParams:
|
|
8858
8859
|
* ```json
|
|
@@ -8865,7 +8866,7 @@
|
|
|
8865
8866
|
*/
|
|
8866
8867
|
|
|
8867
8868
|
/**
|
|
8868
|
-
* Structure of ABTNodeClient.RestoreBlockletParams
|
|
8869
|
+
* Structure of ABTNodeClient.RestoreBlockletParams
|
|
8869
8870
|
*
|
|
8870
8871
|
* Checkout the following snippet for the format of RestoreBlockletParams:
|
|
8871
8872
|
* ```json
|
|
@@ -8878,7 +8879,7 @@
|
|
|
8878
8879
|
*/
|
|
8879
8880
|
|
|
8880
8881
|
/**
|
|
8881
|
-
* Structure of ABTNodeClient.MigrateApplicationToStructV2Params
|
|
8882
|
+
* Structure of ABTNodeClient.MigrateApplicationToStructV2Params
|
|
8882
8883
|
*
|
|
8883
8884
|
* Checkout the following snippet for the format of MigrateApplicationToStructV2Params:
|
|
8884
8885
|
* ```json
|
|
@@ -8891,7 +8892,7 @@
|
|
|
8891
8892
|
*/
|
|
8892
8893
|
|
|
8893
8894
|
/**
|
|
8894
|
-
* Structure of ABTNodeClient.LaunchBlockletByLauncherParams
|
|
8895
|
+
* Structure of ABTNodeClient.LaunchBlockletByLauncherParams
|
|
8895
8896
|
*
|
|
8896
8897
|
* Checkout the following snippet for the format of LaunchBlockletByLauncherParams:
|
|
8897
8898
|
* ```json
|
|
@@ -8904,7 +8905,7 @@
|
|
|
8904
8905
|
*/
|
|
8905
8906
|
|
|
8906
8907
|
/**
|
|
8907
|
-
* Structure of ABTNodeClient.LaunchBlockletWithoutWalletParams
|
|
8908
|
+
* Structure of ABTNodeClient.LaunchBlockletWithoutWalletParams
|
|
8908
8909
|
*
|
|
8909
8910
|
* Checkout the following snippet for the format of LaunchBlockletWithoutWalletParams:
|
|
8910
8911
|
* ```json
|
|
@@ -8917,7 +8918,7 @@
|
|
|
8917
8918
|
*/
|
|
8918
8919
|
|
|
8919
8920
|
/**
|
|
8920
|
-
* Structure of ABTNodeClient.AddBlockletSpaceGatewayParams
|
|
8921
|
+
* Structure of ABTNodeClient.AddBlockletSpaceGatewayParams
|
|
8921
8922
|
*
|
|
8922
8923
|
* Checkout the following snippet for the format of AddBlockletSpaceGatewayParams:
|
|
8923
8924
|
* ```json
|
|
@@ -8930,7 +8931,7 @@
|
|
|
8930
8931
|
*/
|
|
8931
8932
|
|
|
8932
8933
|
/**
|
|
8933
|
-
* Structure of ABTNodeClient.DeleteBlockletSpaceGatewayParams
|
|
8934
|
+
* Structure of ABTNodeClient.DeleteBlockletSpaceGatewayParams
|
|
8934
8935
|
*
|
|
8935
8936
|
* Checkout the following snippet for the format of DeleteBlockletSpaceGatewayParams:
|
|
8936
8937
|
* ```json
|
|
@@ -8943,7 +8944,7 @@
|
|
|
8943
8944
|
*/
|
|
8944
8945
|
|
|
8945
8946
|
/**
|
|
8946
|
-
* Structure of ABTNodeClient.UpdateBlockletSpaceGatewayParams
|
|
8947
|
+
* Structure of ABTNodeClient.UpdateBlockletSpaceGatewayParams
|
|
8947
8948
|
*
|
|
8948
8949
|
* Checkout the following snippet for the format of UpdateBlockletSpaceGatewayParams:
|
|
8949
8950
|
* ```json
|
|
@@ -8956,7 +8957,7 @@
|
|
|
8956
8957
|
*/
|
|
8957
8958
|
|
|
8958
8959
|
/**
|
|
8959
|
-
* Structure of ABTNodeClient.UpdateAutoBackupParams
|
|
8960
|
+
* Structure of ABTNodeClient.UpdateAutoBackupParams
|
|
8960
8961
|
*
|
|
8961
8962
|
* Checkout the following snippet for the format of UpdateAutoBackupParams:
|
|
8962
8963
|
* ```json
|
|
@@ -8969,7 +8970,7 @@
|
|
|
8969
8970
|
*/
|
|
8970
8971
|
|
|
8971
8972
|
/**
|
|
8972
|
-
* Structure of ABTNodeClient.UpdateAutoCheckUpdateParams
|
|
8973
|
+
* Structure of ABTNodeClient.UpdateAutoCheckUpdateParams
|
|
8973
8974
|
*
|
|
8974
8975
|
* Checkout the following snippet for the format of UpdateAutoCheckUpdateParams:
|
|
8975
8976
|
* ```json
|
|
@@ -8982,7 +8983,7 @@
|
|
|
8982
8983
|
*/
|
|
8983
8984
|
|
|
8984
8985
|
/**
|
|
8985
|
-
* Structure of ABTNodeClient.UpdateBlockletSettingsParams
|
|
8986
|
+
* Structure of ABTNodeClient.UpdateBlockletSettingsParams
|
|
8986
8987
|
*
|
|
8987
8988
|
* Checkout the following snippet for the format of UpdateBlockletSettingsParams:
|
|
8988
8989
|
* ```json
|
|
@@ -8995,7 +8996,7 @@
|
|
|
8995
8996
|
*/
|
|
8996
8997
|
|
|
8997
8998
|
/**
|
|
8998
|
-
* Structure of ABTNodeClient.UpdateNodeInfoParams
|
|
8999
|
+
* Structure of ABTNodeClient.UpdateNodeInfoParams
|
|
8999
9000
|
*
|
|
9000
9001
|
* Checkout the following snippet for the format of UpdateNodeInfoParams:
|
|
9001
9002
|
* ```json
|
|
@@ -9008,7 +9009,7 @@
|
|
|
9008
9009
|
*/
|
|
9009
9010
|
|
|
9010
9011
|
/**
|
|
9011
|
-
* Structure of ABTNodeClient.UpdateNodeRoutingParams
|
|
9012
|
+
* Structure of ABTNodeClient.UpdateNodeRoutingParams
|
|
9012
9013
|
*
|
|
9013
9014
|
* Checkout the following snippet for the format of UpdateNodeRoutingParams:
|
|
9014
9015
|
* ```json
|
|
@@ -9021,7 +9022,7 @@
|
|
|
9021
9022
|
*/
|
|
9022
9023
|
|
|
9023
9024
|
/**
|
|
9024
|
-
* Structure of ABTNodeClient.UpgradeNodeVersionParams
|
|
9025
|
+
* Structure of ABTNodeClient.UpgradeNodeVersionParams
|
|
9025
9026
|
*
|
|
9026
9027
|
* Checkout the following snippet for the format of UpgradeNodeVersionParams:
|
|
9027
9028
|
* ```json
|
|
@@ -9034,7 +9035,7 @@
|
|
|
9034
9035
|
*/
|
|
9035
9036
|
|
|
9036
9037
|
/**
|
|
9037
|
-
* Structure of ABTNodeClient.ResetNodeParams
|
|
9038
|
+
* Structure of ABTNodeClient.ResetNodeParams
|
|
9038
9039
|
*
|
|
9039
9040
|
* Checkout the following snippet for the format of ResetNodeParams:
|
|
9040
9041
|
* ```json
|
|
@@ -9047,7 +9048,7 @@
|
|
|
9047
9048
|
*/
|
|
9048
9049
|
|
|
9049
9050
|
/**
|
|
9050
|
-
* Structure of ABTNodeClient.RotateSessionKeyParams
|
|
9051
|
+
* Structure of ABTNodeClient.RotateSessionKeyParams
|
|
9051
9052
|
*
|
|
9052
9053
|
* Checkout the following snippet for the format of RotateSessionKeyParams:
|
|
9053
9054
|
* ```json
|
|
@@ -9060,7 +9061,7 @@
|
|
|
9060
9061
|
*/
|
|
9061
9062
|
|
|
9062
9063
|
/**
|
|
9063
|
-
* Structure of ABTNodeClient.UpdateGatewayParams
|
|
9064
|
+
* Structure of ABTNodeClient.UpdateGatewayParams
|
|
9064
9065
|
*
|
|
9065
9066
|
* Checkout the following snippet for the format of UpdateGatewayParams:
|
|
9066
9067
|
* ```json
|
|
@@ -9073,7 +9074,7 @@
|
|
|
9073
9074
|
*/
|
|
9074
9075
|
|
|
9075
9076
|
/**
|
|
9076
|
-
* Structure of ABTNodeClient.ClearCacheParams
|
|
9077
|
+
* Structure of ABTNodeClient.ClearCacheParams
|
|
9077
9078
|
*
|
|
9078
9079
|
* Checkout the following snippet for the format of ClearCacheParams:
|
|
9079
9080
|
* ```json
|
|
@@ -9086,7 +9087,7 @@
|
|
|
9086
9087
|
*/
|
|
9087
9088
|
|
|
9088
9089
|
/**
|
|
9089
|
-
* Structure of ABTNodeClient.CreateMemberInvitationParams
|
|
9090
|
+
* Structure of ABTNodeClient.CreateMemberInvitationParams
|
|
9090
9091
|
*
|
|
9091
9092
|
* Checkout the following snippet for the format of CreateMemberInvitationParams:
|
|
9092
9093
|
* ```json
|
|
@@ -9099,7 +9100,7 @@
|
|
|
9099
9100
|
*/
|
|
9100
9101
|
|
|
9101
9102
|
/**
|
|
9102
|
-
* Structure of ABTNodeClient.CreateTransferInvitationParams
|
|
9103
|
+
* Structure of ABTNodeClient.CreateTransferInvitationParams
|
|
9103
9104
|
*
|
|
9104
9105
|
* Checkout the following snippet for the format of CreateTransferInvitationParams:
|
|
9105
9106
|
* ```json
|
|
@@ -9112,7 +9113,7 @@
|
|
|
9112
9113
|
*/
|
|
9113
9114
|
|
|
9114
9115
|
/**
|
|
9115
|
-
* Structure of ABTNodeClient.DeleteInvitationParams
|
|
9116
|
+
* Structure of ABTNodeClient.DeleteInvitationParams
|
|
9116
9117
|
*
|
|
9117
9118
|
* Checkout the following snippet for the format of DeleteInvitationParams:
|
|
9118
9119
|
* ```json
|
|
@@ -9125,7 +9126,7 @@
|
|
|
9125
9126
|
*/
|
|
9126
9127
|
|
|
9127
9128
|
/**
|
|
9128
|
-
* Structure of ABTNodeClient.CreatePassportIssuanceParams
|
|
9129
|
+
* Structure of ABTNodeClient.CreatePassportIssuanceParams
|
|
9129
9130
|
*
|
|
9130
9131
|
* Checkout the following snippet for the format of CreatePassportIssuanceParams:
|
|
9131
9132
|
* ```json
|
|
@@ -9138,7 +9139,7 @@
|
|
|
9138
9139
|
*/
|
|
9139
9140
|
|
|
9140
9141
|
/**
|
|
9141
|
-
* Structure of ABTNodeClient.DeletePassportIssuanceParams
|
|
9142
|
+
* Structure of ABTNodeClient.DeletePassportIssuanceParams
|
|
9142
9143
|
*
|
|
9143
9144
|
* Checkout the following snippet for the format of DeletePassportIssuanceParams:
|
|
9144
9145
|
* ```json
|
|
@@ -9151,7 +9152,7 @@
|
|
|
9151
9152
|
*/
|
|
9152
9153
|
|
|
9153
9154
|
/**
|
|
9154
|
-
* Structure of ABTNodeClient.ConfigTrustedPassportsParams
|
|
9155
|
+
* Structure of ABTNodeClient.ConfigTrustedPassportsParams
|
|
9155
9156
|
*
|
|
9156
9157
|
* Checkout the following snippet for the format of ConfigTrustedPassportsParams:
|
|
9157
9158
|
* ```json
|
|
@@ -9164,7 +9165,7 @@
|
|
|
9164
9165
|
*/
|
|
9165
9166
|
|
|
9166
9167
|
/**
|
|
9167
|
-
* Structure of ABTNodeClient.ConfigTrustedFactoriesParams
|
|
9168
|
+
* Structure of ABTNodeClient.ConfigTrustedFactoriesParams
|
|
9168
9169
|
*
|
|
9169
9170
|
* Checkout the following snippet for the format of ConfigTrustedFactoriesParams:
|
|
9170
9171
|
* ```json
|
|
@@ -9177,7 +9178,7 @@
|
|
|
9177
9178
|
*/
|
|
9178
9179
|
|
|
9179
9180
|
/**
|
|
9180
|
-
* Structure of ABTNodeClient.ConfigPassportIssuanceParams
|
|
9181
|
+
* Structure of ABTNodeClient.ConfigPassportIssuanceParams
|
|
9181
9182
|
*
|
|
9182
9183
|
* Checkout the following snippet for the format of ConfigPassportIssuanceParams:
|
|
9183
9184
|
* ```json
|
|
@@ -9190,7 +9191,7 @@
|
|
|
9190
9191
|
*/
|
|
9191
9192
|
|
|
9192
9193
|
/**
|
|
9193
|
-
* Structure of ABTNodeClient.RemoveUserParams
|
|
9194
|
+
* Structure of ABTNodeClient.RemoveUserParams
|
|
9194
9195
|
*
|
|
9195
9196
|
* Checkout the following snippet for the format of RemoveUserParams:
|
|
9196
9197
|
* ```json
|
|
@@ -9203,7 +9204,7 @@
|
|
|
9203
9204
|
*/
|
|
9204
9205
|
|
|
9205
9206
|
/**
|
|
9206
|
-
* Structure of ABTNodeClient.UpdateUserTagsParams
|
|
9207
|
+
* Structure of ABTNodeClient.UpdateUserTagsParams
|
|
9207
9208
|
*
|
|
9208
9209
|
* Checkout the following snippet for the format of UpdateUserTagsParams:
|
|
9209
9210
|
* ```json
|
|
@@ -9216,7 +9217,7 @@
|
|
|
9216
9217
|
*/
|
|
9217
9218
|
|
|
9218
9219
|
/**
|
|
9219
|
-
* Structure of ABTNodeClient.UpdateUserExtraParams
|
|
9220
|
+
* Structure of ABTNodeClient.UpdateUserExtraParams
|
|
9220
9221
|
*
|
|
9221
9222
|
* Checkout the following snippet for the format of UpdateUserExtraParams:
|
|
9222
9223
|
* ```json
|
|
@@ -9229,7 +9230,7 @@
|
|
|
9229
9230
|
*/
|
|
9230
9231
|
|
|
9231
9232
|
/**
|
|
9232
|
-
* Structure of ABTNodeClient.UpdateUserApprovalParams
|
|
9233
|
+
* Structure of ABTNodeClient.UpdateUserApprovalParams
|
|
9233
9234
|
*
|
|
9234
9235
|
* Checkout the following snippet for the format of UpdateUserApprovalParams:
|
|
9235
9236
|
* ```json
|
|
@@ -9242,7 +9243,7 @@
|
|
|
9242
9243
|
*/
|
|
9243
9244
|
|
|
9244
9245
|
/**
|
|
9245
|
-
* Structure of ABTNodeClient.IssuePassportToUserParams
|
|
9246
|
+
* Structure of ABTNodeClient.IssuePassportToUserParams
|
|
9246
9247
|
*
|
|
9247
9248
|
* Checkout the following snippet for the format of IssuePassportToUserParams:
|
|
9248
9249
|
* ```json
|
|
@@ -9255,7 +9256,7 @@
|
|
|
9255
9256
|
*/
|
|
9256
9257
|
|
|
9257
9258
|
/**
|
|
9258
|
-
* Structure of ABTNodeClient.RevokeUserPassportParams
|
|
9259
|
+
* Structure of ABTNodeClient.RevokeUserPassportParams
|
|
9259
9260
|
*
|
|
9260
9261
|
* Checkout the following snippet for the format of RevokeUserPassportParams:
|
|
9261
9262
|
* ```json
|
|
@@ -9268,7 +9269,7 @@
|
|
|
9268
9269
|
*/
|
|
9269
9270
|
|
|
9270
9271
|
/**
|
|
9271
|
-
* Structure of ABTNodeClient.EnableUserPassportParams
|
|
9272
|
+
* Structure of ABTNodeClient.EnableUserPassportParams
|
|
9272
9273
|
*
|
|
9273
9274
|
* Checkout the following snippet for the format of EnableUserPassportParams:
|
|
9274
9275
|
* ```json
|
|
@@ -9281,7 +9282,7 @@
|
|
|
9281
9282
|
*/
|
|
9282
9283
|
|
|
9283
9284
|
/**
|
|
9284
|
-
* Structure of ABTNodeClient.RemoveUserPassportParams
|
|
9285
|
+
* Structure of ABTNodeClient.RemoveUserPassportParams
|
|
9285
9286
|
*
|
|
9286
9287
|
* Checkout the following snippet for the format of RemoveUserPassportParams:
|
|
9287
9288
|
* ```json
|
|
@@ -9294,7 +9295,7 @@
|
|
|
9294
9295
|
*/
|
|
9295
9296
|
|
|
9296
9297
|
/**
|
|
9297
|
-
* Structure of ABTNodeClient.SwitchProfileParams
|
|
9298
|
+
* Structure of ABTNodeClient.SwitchProfileParams
|
|
9298
9299
|
*
|
|
9299
9300
|
* Checkout the following snippet for the format of SwitchProfileParams:
|
|
9300
9301
|
* ```json
|
|
@@ -9307,7 +9308,7 @@
|
|
|
9307
9308
|
*/
|
|
9308
9309
|
|
|
9309
9310
|
/**
|
|
9310
|
-
* Structure of ABTNodeClient.UpdateUserAddressParams
|
|
9311
|
+
* Structure of ABTNodeClient.UpdateUserAddressParams
|
|
9311
9312
|
*
|
|
9312
9313
|
* Checkout the following snippet for the format of UpdateUserAddressParams:
|
|
9313
9314
|
* ```json
|
|
@@ -9320,7 +9321,7 @@
|
|
|
9320
9321
|
*/
|
|
9321
9322
|
|
|
9322
9323
|
/**
|
|
9323
|
-
* Structure of ABTNodeClient.UpdateUserInfoParams
|
|
9324
|
+
* Structure of ABTNodeClient.UpdateUserInfoParams
|
|
9324
9325
|
*
|
|
9325
9326
|
* Checkout the following snippet for the format of UpdateUserInfoParams:
|
|
9326
9327
|
* ```json
|
|
@@ -9333,7 +9334,7 @@
|
|
|
9333
9334
|
*/
|
|
9334
9335
|
|
|
9335
9336
|
/**
|
|
9336
|
-
* Structure of ABTNodeClient.CreateRoleParams
|
|
9337
|
+
* Structure of ABTNodeClient.CreateRoleParams
|
|
9337
9338
|
*
|
|
9338
9339
|
* Checkout the following snippet for the format of CreateRoleParams:
|
|
9339
9340
|
* ```json
|
|
@@ -9346,7 +9347,7 @@
|
|
|
9346
9347
|
*/
|
|
9347
9348
|
|
|
9348
9349
|
/**
|
|
9349
|
-
* Structure of ABTNodeClient.UpdateRoleParams
|
|
9350
|
+
* Structure of ABTNodeClient.UpdateRoleParams
|
|
9350
9351
|
*
|
|
9351
9352
|
* Checkout the following snippet for the format of UpdateRoleParams:
|
|
9352
9353
|
* ```json
|
|
@@ -9359,7 +9360,7 @@
|
|
|
9359
9360
|
*/
|
|
9360
9361
|
|
|
9361
9362
|
/**
|
|
9362
|
-
* Structure of ABTNodeClient.DeleteRoleParams
|
|
9363
|
+
* Structure of ABTNodeClient.DeleteRoleParams
|
|
9363
9364
|
*
|
|
9364
9365
|
* Checkout the following snippet for the format of DeleteRoleParams:
|
|
9365
9366
|
* ```json
|
|
@@ -9372,7 +9373,7 @@
|
|
|
9372
9373
|
*/
|
|
9373
9374
|
|
|
9374
9375
|
/**
|
|
9375
|
-
* Structure of ABTNodeClient.CreatePermissionParams
|
|
9376
|
+
* Structure of ABTNodeClient.CreatePermissionParams
|
|
9376
9377
|
*
|
|
9377
9378
|
* Checkout the following snippet for the format of CreatePermissionParams:
|
|
9378
9379
|
* ```json
|
|
@@ -9385,7 +9386,7 @@
|
|
|
9385
9386
|
*/
|
|
9386
9387
|
|
|
9387
9388
|
/**
|
|
9388
|
-
* Structure of ABTNodeClient.UpdatePermissionParams
|
|
9389
|
+
* Structure of ABTNodeClient.UpdatePermissionParams
|
|
9389
9390
|
*
|
|
9390
9391
|
* Checkout the following snippet for the format of UpdatePermissionParams:
|
|
9391
9392
|
* ```json
|
|
@@ -9398,7 +9399,7 @@
|
|
|
9398
9399
|
*/
|
|
9399
9400
|
|
|
9400
9401
|
/**
|
|
9401
|
-
* Structure of ABTNodeClient.DeletePermissionParams
|
|
9402
|
+
* Structure of ABTNodeClient.DeletePermissionParams
|
|
9402
9403
|
*
|
|
9403
9404
|
* Checkout the following snippet for the format of DeletePermissionParams:
|
|
9404
9405
|
* ```json
|
|
@@ -9411,7 +9412,7 @@
|
|
|
9411
9412
|
*/
|
|
9412
9413
|
|
|
9413
9414
|
/**
|
|
9414
|
-
* Structure of ABTNodeClient.GrantPermissionForRoleParams
|
|
9415
|
+
* Structure of ABTNodeClient.GrantPermissionForRoleParams
|
|
9415
9416
|
*
|
|
9416
9417
|
* Checkout the following snippet for the format of GrantPermissionForRoleParams:
|
|
9417
9418
|
* ```json
|
|
@@ -9424,7 +9425,7 @@
|
|
|
9424
9425
|
*/
|
|
9425
9426
|
|
|
9426
9427
|
/**
|
|
9427
|
-
* Structure of ABTNodeClient.RevokePermissionFromRoleParams
|
|
9428
|
+
* Structure of ABTNodeClient.RevokePermissionFromRoleParams
|
|
9428
9429
|
*
|
|
9429
9430
|
* Checkout the following snippet for the format of RevokePermissionFromRoleParams:
|
|
9430
9431
|
* ```json
|
|
@@ -9437,7 +9438,7 @@
|
|
|
9437
9438
|
*/
|
|
9438
9439
|
|
|
9439
9440
|
/**
|
|
9440
|
-
* Structure of ABTNodeClient.UpdatePermissionsForRoleParams
|
|
9441
|
+
* Structure of ABTNodeClient.UpdatePermissionsForRoleParams
|
|
9441
9442
|
*
|
|
9442
9443
|
* Checkout the following snippet for the format of UpdatePermissionsForRoleParams:
|
|
9443
9444
|
* ```json
|
|
@@ -9450,7 +9451,7 @@
|
|
|
9450
9451
|
*/
|
|
9451
9452
|
|
|
9452
9453
|
/**
|
|
9453
|
-
* Structure of ABTNodeClient.HasPermissionParams
|
|
9454
|
+
* Structure of ABTNodeClient.HasPermissionParams
|
|
9454
9455
|
*
|
|
9455
9456
|
* Checkout the following snippet for the format of HasPermissionParams:
|
|
9456
9457
|
* ```json
|
|
@@ -9463,7 +9464,7 @@
|
|
|
9463
9464
|
*/
|
|
9464
9465
|
|
|
9465
9466
|
/**
|
|
9466
|
-
* Structure of ABTNodeClient.AddBlockletStoreParams
|
|
9467
|
+
* Structure of ABTNodeClient.AddBlockletStoreParams
|
|
9467
9468
|
*
|
|
9468
9469
|
* Checkout the following snippet for the format of AddBlockletStoreParams:
|
|
9469
9470
|
* ```json
|
|
@@ -9476,7 +9477,7 @@
|
|
|
9476
9477
|
*/
|
|
9477
9478
|
|
|
9478
9479
|
/**
|
|
9479
|
-
* Structure of ABTNodeClient.DeleteBlockletStoreParams
|
|
9480
|
+
* Structure of ABTNodeClient.DeleteBlockletStoreParams
|
|
9480
9481
|
*
|
|
9481
9482
|
* Checkout the following snippet for the format of DeleteBlockletStoreParams:
|
|
9482
9483
|
* ```json
|
|
@@ -9489,7 +9490,7 @@
|
|
|
9489
9490
|
*/
|
|
9490
9491
|
|
|
9491
9492
|
/**
|
|
9492
|
-
* Structure of ABTNodeClient.GetTagParams
|
|
9493
|
+
* Structure of ABTNodeClient.GetTagParams
|
|
9493
9494
|
*
|
|
9494
9495
|
* Checkout the following snippet for the format of GetTagParams:
|
|
9495
9496
|
* ```json
|
|
@@ -9502,7 +9503,7 @@
|
|
|
9502
9503
|
*/
|
|
9503
9504
|
|
|
9504
9505
|
/**
|
|
9505
|
-
* Structure of ABTNodeClient.CreateTagParams
|
|
9506
|
+
* Structure of ABTNodeClient.CreateTagParams
|
|
9506
9507
|
*
|
|
9507
9508
|
* Checkout the following snippet for the format of CreateTagParams:
|
|
9508
9509
|
* ```json
|
|
@@ -9515,7 +9516,7 @@
|
|
|
9515
9516
|
*/
|
|
9516
9517
|
|
|
9517
9518
|
/**
|
|
9518
|
-
* Structure of ABTNodeClient.UpdateTagParams
|
|
9519
|
+
* Structure of ABTNodeClient.UpdateTagParams
|
|
9519
9520
|
*
|
|
9520
9521
|
* Checkout the following snippet for the format of UpdateTagParams:
|
|
9521
9522
|
* ```json
|
|
@@ -9528,7 +9529,7 @@
|
|
|
9528
9529
|
*/
|
|
9529
9530
|
|
|
9530
9531
|
/**
|
|
9531
|
-
* Structure of ABTNodeClient.DeleteTagParams
|
|
9532
|
+
* Structure of ABTNodeClient.DeleteTagParams
|
|
9532
9533
|
*
|
|
9533
9534
|
* Checkout the following snippet for the format of DeleteTagParams:
|
|
9534
9535
|
* ```json
|
|
@@ -9541,7 +9542,7 @@
|
|
|
9541
9542
|
*/
|
|
9542
9543
|
|
|
9543
9544
|
/**
|
|
9544
|
-
* Structure of ABTNodeClient.CreateTaggingParams
|
|
9545
|
+
* Structure of ABTNodeClient.CreateTaggingParams
|
|
9545
9546
|
*
|
|
9546
9547
|
* Checkout the following snippet for the format of CreateTaggingParams:
|
|
9547
9548
|
* ```json
|
|
@@ -9554,7 +9555,7 @@
|
|
|
9554
9555
|
*/
|
|
9555
9556
|
|
|
9556
9557
|
/**
|
|
9557
|
-
* Structure of ABTNodeClient.DeleteTaggingParams
|
|
9558
|
+
* Structure of ABTNodeClient.DeleteTaggingParams
|
|
9558
9559
|
*
|
|
9559
9560
|
* Checkout the following snippet for the format of DeleteTaggingParams:
|
|
9560
9561
|
* ```json
|
|
@@ -9567,7 +9568,7 @@
|
|
|
9567
9568
|
*/
|
|
9568
9569
|
|
|
9569
9570
|
/**
|
|
9570
|
-
* Structure of ABTNodeClient.ReadNotificationsParams
|
|
9571
|
+
* Structure of ABTNodeClient.ReadNotificationsParams
|
|
9571
9572
|
*
|
|
9572
9573
|
* Checkout the following snippet for the format of ReadNotificationsParams:
|
|
9573
9574
|
* ```json
|
|
@@ -9580,7 +9581,7 @@
|
|
|
9580
9581
|
*/
|
|
9581
9582
|
|
|
9582
9583
|
/**
|
|
9583
|
-
* Structure of ABTNodeClient.UnreadNotificationsParams
|
|
9584
|
+
* Structure of ABTNodeClient.UnreadNotificationsParams
|
|
9584
9585
|
*
|
|
9585
9586
|
* Checkout the following snippet for the format of UnreadNotificationsParams:
|
|
9586
9587
|
* ```json
|
|
@@ -9593,7 +9594,7 @@
|
|
|
9593
9594
|
*/
|
|
9594
9595
|
|
|
9595
9596
|
/**
|
|
9596
|
-
* Structure of ABTNodeClient.AddRoutingSiteParams
|
|
9597
|
+
* Structure of ABTNodeClient.AddRoutingSiteParams
|
|
9597
9598
|
*
|
|
9598
9599
|
* Checkout the following snippet for the format of AddRoutingSiteParams:
|
|
9599
9600
|
* ```json
|
|
@@ -9606,7 +9607,7 @@
|
|
|
9606
9607
|
*/
|
|
9607
9608
|
|
|
9608
9609
|
/**
|
|
9609
|
-
* Structure of ABTNodeClient.AddDomainAliasParams
|
|
9610
|
+
* Structure of ABTNodeClient.AddDomainAliasParams
|
|
9610
9611
|
*
|
|
9611
9612
|
* Checkout the following snippet for the format of AddDomainAliasParams:
|
|
9612
9613
|
* ```json
|
|
@@ -9619,7 +9620,7 @@
|
|
|
9619
9620
|
*/
|
|
9620
9621
|
|
|
9621
9622
|
/**
|
|
9622
|
-
* Structure of ABTNodeClient.DeleteDomainAliasParams
|
|
9623
|
+
* Structure of ABTNodeClient.DeleteDomainAliasParams
|
|
9623
9624
|
*
|
|
9624
9625
|
* Checkout the following snippet for the format of DeleteDomainAliasParams:
|
|
9625
9626
|
* ```json
|
|
@@ -9632,7 +9633,7 @@
|
|
|
9632
9633
|
*/
|
|
9633
9634
|
|
|
9634
9635
|
/**
|
|
9635
|
-
* Structure of ABTNodeClient.DeleteRoutingSiteParams
|
|
9636
|
+
* Structure of ABTNodeClient.DeleteRoutingSiteParams
|
|
9636
9637
|
*
|
|
9637
9638
|
* Checkout the following snippet for the format of DeleteRoutingSiteParams:
|
|
9638
9639
|
* ```json
|
|
@@ -9645,7 +9646,7 @@
|
|
|
9645
9646
|
*/
|
|
9646
9647
|
|
|
9647
9648
|
/**
|
|
9648
|
-
* Structure of ABTNodeClient.UpdateRoutingSiteParams
|
|
9649
|
+
* Structure of ABTNodeClient.UpdateRoutingSiteParams
|
|
9649
9650
|
*
|
|
9650
9651
|
* Checkout the following snippet for the format of UpdateRoutingSiteParams:
|
|
9651
9652
|
* ```json
|
|
@@ -9658,7 +9659,7 @@
|
|
|
9658
9659
|
*/
|
|
9659
9660
|
|
|
9660
9661
|
/**
|
|
9661
|
-
* Structure of ABTNodeClient.AddRoutingRuleParams
|
|
9662
|
+
* Structure of ABTNodeClient.AddRoutingRuleParams
|
|
9662
9663
|
*
|
|
9663
9664
|
* Checkout the following snippet for the format of AddRoutingRuleParams:
|
|
9664
9665
|
* ```json
|
|
@@ -9671,7 +9672,7 @@
|
|
|
9671
9672
|
*/
|
|
9672
9673
|
|
|
9673
9674
|
/**
|
|
9674
|
-
* Structure of ABTNodeClient.UpdateRoutingRuleParams
|
|
9675
|
+
* Structure of ABTNodeClient.UpdateRoutingRuleParams
|
|
9675
9676
|
*
|
|
9676
9677
|
* Checkout the following snippet for the format of UpdateRoutingRuleParams:
|
|
9677
9678
|
* ```json
|
|
@@ -9684,7 +9685,7 @@
|
|
|
9684
9685
|
*/
|
|
9685
9686
|
|
|
9686
9687
|
/**
|
|
9687
|
-
* Structure of ABTNodeClient.DeleteRoutingRuleParams
|
|
9688
|
+
* Structure of ABTNodeClient.DeleteRoutingRuleParams
|
|
9688
9689
|
*
|
|
9689
9690
|
* Checkout the following snippet for the format of DeleteRoutingRuleParams:
|
|
9690
9691
|
* ```json
|
|
@@ -9697,7 +9698,7 @@
|
|
|
9697
9698
|
*/
|
|
9698
9699
|
|
|
9699
9700
|
/**
|
|
9700
|
-
* Structure of ABTNodeClient.TakeRoutingSnapshotParams
|
|
9701
|
+
* Structure of ABTNodeClient.TakeRoutingSnapshotParams
|
|
9701
9702
|
*
|
|
9702
9703
|
* Checkout the following snippet for the format of TakeRoutingSnapshotParams:
|
|
9703
9704
|
* ```json
|
|
@@ -9710,7 +9711,7 @@
|
|
|
9710
9711
|
*/
|
|
9711
9712
|
|
|
9712
9713
|
/**
|
|
9713
|
-
* Structure of ABTNodeClient.UpdateCertificateParams
|
|
9714
|
+
* Structure of ABTNodeClient.UpdateCertificateParams
|
|
9714
9715
|
*
|
|
9715
9716
|
* Checkout the following snippet for the format of UpdateCertificateParams:
|
|
9716
9717
|
* ```json
|
|
@@ -9723,7 +9724,7 @@
|
|
|
9723
9724
|
*/
|
|
9724
9725
|
|
|
9725
9726
|
/**
|
|
9726
|
-
* Structure of ABTNodeClient.AddCertificateParams
|
|
9727
|
+
* Structure of ABTNodeClient.AddCertificateParams
|
|
9727
9728
|
*
|
|
9728
9729
|
* Checkout the following snippet for the format of AddCertificateParams:
|
|
9729
9730
|
* ```json
|
|
@@ -9736,7 +9737,7 @@
|
|
|
9736
9737
|
*/
|
|
9737
9738
|
|
|
9738
9739
|
/**
|
|
9739
|
-
* Structure of ABTNodeClient.DeleteCertificateParams
|
|
9740
|
+
* Structure of ABTNodeClient.DeleteCertificateParams
|
|
9740
9741
|
*
|
|
9741
9742
|
* Checkout the following snippet for the format of DeleteCertificateParams:
|
|
9742
9743
|
* ```json
|
|
@@ -9749,7 +9750,7 @@
|
|
|
9749
9750
|
*/
|
|
9750
9751
|
|
|
9751
9752
|
/**
|
|
9752
|
-
* Structure of ABTNodeClient.IssueLetsEncryptCertParams
|
|
9753
|
+
* Structure of ABTNodeClient.IssueLetsEncryptCertParams
|
|
9753
9754
|
*
|
|
9754
9755
|
* Checkout the following snippet for the format of IssueLetsEncryptCertParams:
|
|
9755
9756
|
* ```json
|
|
@@ -9762,7 +9763,7 @@
|
|
|
9762
9763
|
*/
|
|
9763
9764
|
|
|
9764
9765
|
/**
|
|
9765
|
-
* Structure of ABTNodeClient.CreateAccessKeyParams
|
|
9766
|
+
* Structure of ABTNodeClient.CreateAccessKeyParams
|
|
9766
9767
|
*
|
|
9767
9768
|
* Checkout the following snippet for the format of CreateAccessKeyParams:
|
|
9768
9769
|
* ```json
|
|
@@ -9775,7 +9776,7 @@
|
|
|
9775
9776
|
*/
|
|
9776
9777
|
|
|
9777
9778
|
/**
|
|
9778
|
-
* Structure of ABTNodeClient.UpdateAccessKeyParams
|
|
9779
|
+
* Structure of ABTNodeClient.UpdateAccessKeyParams
|
|
9779
9780
|
*
|
|
9780
9781
|
* Checkout the following snippet for the format of UpdateAccessKeyParams:
|
|
9781
9782
|
* ```json
|
|
@@ -9788,7 +9789,7 @@
|
|
|
9788
9789
|
*/
|
|
9789
9790
|
|
|
9790
9791
|
/**
|
|
9791
|
-
* Structure of ABTNodeClient.DeleteAccessKeyParams
|
|
9792
|
+
* Structure of ABTNodeClient.DeleteAccessKeyParams
|
|
9792
9793
|
*
|
|
9793
9794
|
* Checkout the following snippet for the format of DeleteAccessKeyParams:
|
|
9794
9795
|
* ```json
|
|
@@ -9801,7 +9802,7 @@
|
|
|
9801
9802
|
*/
|
|
9802
9803
|
|
|
9803
9804
|
/**
|
|
9804
|
-
* Structure of ABTNodeClient.VerifyAccessKeyParams
|
|
9805
|
+
* Structure of ABTNodeClient.VerifyAccessKeyParams
|
|
9805
9806
|
*
|
|
9806
9807
|
* Checkout the following snippet for the format of VerifyAccessKeyParams:
|
|
9807
9808
|
* ```json
|
|
@@ -9814,7 +9815,7 @@
|
|
|
9814
9815
|
*/
|
|
9815
9816
|
|
|
9816
9817
|
/**
|
|
9817
|
-
* Structure of ABTNodeClient.CreateWebHookParams
|
|
9818
|
+
* Structure of ABTNodeClient.CreateWebHookParams
|
|
9818
9819
|
*
|
|
9819
9820
|
* Checkout the following snippet for the format of CreateWebHookParams:
|
|
9820
9821
|
* ```json
|
|
@@ -9827,7 +9828,7 @@
|
|
|
9827
9828
|
*/
|
|
9828
9829
|
|
|
9829
9830
|
/**
|
|
9830
|
-
* Structure of ABTNodeClient.DeleteWebHookParams
|
|
9831
|
+
* Structure of ABTNodeClient.DeleteWebHookParams
|
|
9831
9832
|
*
|
|
9832
9833
|
* Checkout the following snippet for the format of DeleteWebHookParams:
|
|
9833
9834
|
* ```json
|
|
@@ -9840,7 +9841,7 @@
|
|
|
9840
9841
|
*/
|
|
9841
9842
|
|
|
9842
9843
|
/**
|
|
9843
|
-
* Structure of ABTNodeClient.CreateProjectParams
|
|
9844
|
+
* Structure of ABTNodeClient.CreateProjectParams
|
|
9844
9845
|
*
|
|
9845
9846
|
* Checkout the following snippet for the format of CreateProjectParams:
|
|
9846
9847
|
* ```json
|
|
@@ -9853,7 +9854,7 @@
|
|
|
9853
9854
|
*/
|
|
9854
9855
|
|
|
9855
9856
|
/**
|
|
9856
|
-
* Structure of ABTNodeClient.UpdateProjectParams
|
|
9857
|
+
* Structure of ABTNodeClient.UpdateProjectParams
|
|
9857
9858
|
*
|
|
9858
9859
|
* Checkout the following snippet for the format of UpdateProjectParams:
|
|
9859
9860
|
* ```json
|
|
@@ -9866,7 +9867,7 @@
|
|
|
9866
9867
|
*/
|
|
9867
9868
|
|
|
9868
9869
|
/**
|
|
9869
|
-
* Structure of ABTNodeClient.DeleteProjectParams
|
|
9870
|
+
* Structure of ABTNodeClient.DeleteProjectParams
|
|
9870
9871
|
*
|
|
9871
9872
|
* Checkout the following snippet for the format of DeleteProjectParams:
|
|
9872
9873
|
* ```json
|
|
@@ -9879,7 +9880,7 @@
|
|
|
9879
9880
|
*/
|
|
9880
9881
|
|
|
9881
9882
|
/**
|
|
9882
|
-
* Structure of ABTNodeClient.CreateReleaseParams
|
|
9883
|
+
* Structure of ABTNodeClient.CreateReleaseParams
|
|
9883
9884
|
*
|
|
9884
9885
|
* Checkout the following snippet for the format of CreateReleaseParams:
|
|
9885
9886
|
* ```json
|
|
@@ -9892,7 +9893,7 @@
|
|
|
9892
9893
|
*/
|
|
9893
9894
|
|
|
9894
9895
|
/**
|
|
9895
|
-
* Structure of ABTNodeClient.DeleteReleaseParams
|
|
9896
|
+
* Structure of ABTNodeClient.DeleteReleaseParams
|
|
9896
9897
|
*
|
|
9897
9898
|
* Checkout the following snippet for the format of DeleteReleaseParams:
|
|
9898
9899
|
* ```json
|
|
@@ -9905,7 +9906,7 @@
|
|
|
9905
9906
|
*/
|
|
9906
9907
|
|
|
9907
9908
|
/**
|
|
9908
|
-
* Structure of ABTNodeClient.UpdateSelectedResourcesParams
|
|
9909
|
+
* Structure of ABTNodeClient.UpdateSelectedResourcesParams
|
|
9909
9910
|
*
|
|
9910
9911
|
* Checkout the following snippet for the format of UpdateSelectedResourcesParams:
|
|
9911
9912
|
* ```json
|
|
@@ -9918,7 +9919,7 @@
|
|
|
9918
9919
|
*/
|
|
9919
9920
|
|
|
9920
9921
|
/**
|
|
9921
|
-
* Structure of ABTNodeClient.ConnectToStoreParams
|
|
9922
|
+
* Structure of ABTNodeClient.ConnectToStoreParams
|
|
9922
9923
|
*
|
|
9923
9924
|
* Checkout the following snippet for the format of ConnectToStoreParams:
|
|
9924
9925
|
* ```json
|
|
@@ -9931,7 +9932,7 @@
|
|
|
9931
9932
|
*/
|
|
9932
9933
|
|
|
9933
9934
|
/**
|
|
9934
|
-
* Structure of ABTNodeClient.DisconnectFromStoreParams
|
|
9935
|
+
* Structure of ABTNodeClient.DisconnectFromStoreParams
|
|
9935
9936
|
*
|
|
9936
9937
|
* Checkout the following snippet for the format of DisconnectFromStoreParams:
|
|
9937
9938
|
* ```json
|
|
@@ -9944,7 +9945,7 @@
|
|
|
9944
9945
|
*/
|
|
9945
9946
|
|
|
9946
9947
|
/**
|
|
9947
|
-
* Structure of ABTNodeClient.PublishToStoreParams
|
|
9948
|
+
* Structure of ABTNodeClient.PublishToStoreParams
|
|
9948
9949
|
*
|
|
9949
9950
|
* Checkout the following snippet for the format of PublishToStoreParams:
|
|
9950
9951
|
* ```json
|
|
@@ -9957,7 +9958,7 @@
|
|
|
9957
9958
|
*/
|
|
9958
9959
|
|
|
9959
9960
|
/**
|
|
9960
|
-
* Structure of ABTNodeClient.ConnectByStudioParams
|
|
9961
|
+
* Structure of ABTNodeClient.ConnectByStudioParams
|
|
9961
9962
|
*
|
|
9962
9963
|
* Checkout the following snippet for the format of ConnectByStudioParams:
|
|
9963
9964
|
* ```json
|
|
@@ -9970,7 +9971,7 @@
|
|
|
9970
9971
|
*/
|
|
9971
9972
|
|
|
9972
9973
|
/**
|
|
9973
|
-
* Structure of ABTNodeClient.AddBlockletSecurityRuleParams
|
|
9974
|
+
* Structure of ABTNodeClient.AddBlockletSecurityRuleParams
|
|
9974
9975
|
*
|
|
9975
9976
|
* Checkout the following snippet for the format of AddBlockletSecurityRuleParams:
|
|
9976
9977
|
* ```json
|
|
@@ -9983,7 +9984,7 @@
|
|
|
9983
9984
|
*/
|
|
9984
9985
|
|
|
9985
9986
|
/**
|
|
9986
|
-
* Structure of ABTNodeClient.UpdateBlockletSecurityRuleParams
|
|
9987
|
+
* Structure of ABTNodeClient.UpdateBlockletSecurityRuleParams
|
|
9987
9988
|
*
|
|
9988
9989
|
* Checkout the following snippet for the format of UpdateBlockletSecurityRuleParams:
|
|
9989
9990
|
* ```json
|
|
@@ -9996,7 +9997,7 @@
|
|
|
9996
9997
|
*/
|
|
9997
9998
|
|
|
9998
9999
|
/**
|
|
9999
|
-
* Structure of ABTNodeClient.DeleteBlockletSecurityRuleParams
|
|
10000
|
+
* Structure of ABTNodeClient.DeleteBlockletSecurityRuleParams
|
|
10000
10001
|
*
|
|
10001
10002
|
* Checkout the following snippet for the format of DeleteBlockletSecurityRuleParams:
|
|
10002
10003
|
* ```json
|
|
@@ -10009,7 +10010,7 @@
|
|
|
10009
10010
|
*/
|
|
10010
10011
|
|
|
10011
10012
|
/**
|
|
10012
|
-
* Structure of ABTNodeClient.AddBlockletResponseHeaderPolicyParams
|
|
10013
|
+
* Structure of ABTNodeClient.AddBlockletResponseHeaderPolicyParams
|
|
10013
10014
|
*
|
|
10014
10015
|
* Checkout the following snippet for the format of AddBlockletResponseHeaderPolicyParams:
|
|
10015
10016
|
* ```json
|
|
@@ -10022,7 +10023,7 @@
|
|
|
10022
10023
|
*/
|
|
10023
10024
|
|
|
10024
10025
|
/**
|
|
10025
|
-
* Structure of ABTNodeClient.UpdateBlockletResponseHeaderPolicyParams
|
|
10026
|
+
* Structure of ABTNodeClient.UpdateBlockletResponseHeaderPolicyParams
|
|
10026
10027
|
*
|
|
10027
10028
|
* Checkout the following snippet for the format of UpdateBlockletResponseHeaderPolicyParams:
|
|
10028
10029
|
* ```json
|
|
@@ -10035,7 +10036,7 @@
|
|
|
10035
10036
|
*/
|
|
10036
10037
|
|
|
10037
10038
|
/**
|
|
10038
|
-
* Structure of ABTNodeClient.DeleteBlockletResponseHeaderPolicyParams
|
|
10039
|
+
* Structure of ABTNodeClient.DeleteBlockletResponseHeaderPolicyParams
|
|
10039
10040
|
*
|
|
10040
10041
|
* Checkout the following snippet for the format of DeleteBlockletResponseHeaderPolicyParams:
|
|
10041
10042
|
* ```json
|
|
@@ -10048,7 +10049,7 @@
|
|
|
10048
10049
|
*/
|
|
10049
10050
|
|
|
10050
10051
|
/**
|
|
10051
|
-
* Structure of ABTNodeClient.AddBlockletAccessPolicyParams
|
|
10052
|
+
* Structure of ABTNodeClient.AddBlockletAccessPolicyParams
|
|
10052
10053
|
*
|
|
10053
10054
|
* Checkout the following snippet for the format of AddBlockletAccessPolicyParams:
|
|
10054
10055
|
* ```json
|
|
@@ -10061,7 +10062,7 @@
|
|
|
10061
10062
|
*/
|
|
10062
10063
|
|
|
10063
10064
|
/**
|
|
10064
|
-
* Structure of ABTNodeClient.UpdateBlockletAccessPolicyParams
|
|
10065
|
+
* Structure of ABTNodeClient.UpdateBlockletAccessPolicyParams
|
|
10065
10066
|
*
|
|
10066
10067
|
* Checkout the following snippet for the format of UpdateBlockletAccessPolicyParams:
|
|
10067
10068
|
* ```json
|
|
@@ -10074,7 +10075,7 @@
|
|
|
10074
10075
|
*/
|
|
10075
10076
|
|
|
10076
10077
|
/**
|
|
10077
|
-
* Structure of ABTNodeClient.DeleteBlockletAccessPolicyParams
|
|
10078
|
+
* Structure of ABTNodeClient.DeleteBlockletAccessPolicyParams
|
|
10078
10079
|
*
|
|
10079
10080
|
* Checkout the following snippet for the format of DeleteBlockletAccessPolicyParams:
|
|
10080
10081
|
* ```json
|
|
@@ -10087,7 +10088,7 @@
|
|
|
10087
10088
|
*/
|
|
10088
10089
|
|
|
10089
10090
|
/**
|
|
10090
|
-
* Structure of ABTNodeClient.CreateWebhookEndpointParams
|
|
10091
|
+
* Structure of ABTNodeClient.CreateWebhookEndpointParams
|
|
10091
10092
|
*
|
|
10092
10093
|
* Checkout the following snippet for the format of CreateWebhookEndpointParams:
|
|
10093
10094
|
* ```json
|
|
@@ -10100,7 +10101,7 @@
|
|
|
10100
10101
|
*/
|
|
10101
10102
|
|
|
10102
10103
|
/**
|
|
10103
|
-
* Structure of ABTNodeClient.UpdateWebhookEndpointParams
|
|
10104
|
+
* Structure of ABTNodeClient.UpdateWebhookEndpointParams
|
|
10104
10105
|
*
|
|
10105
10106
|
* Checkout the following snippet for the format of UpdateWebhookEndpointParams:
|
|
10106
10107
|
* ```json
|
|
@@ -10113,7 +10114,7 @@
|
|
|
10113
10114
|
*/
|
|
10114
10115
|
|
|
10115
10116
|
/**
|
|
10116
|
-
* Structure of ABTNodeClient.DeleteWebhookEndpointParams
|
|
10117
|
+
* Structure of ABTNodeClient.DeleteWebhookEndpointParams
|
|
10117
10118
|
*
|
|
10118
10119
|
* Checkout the following snippet for the format of DeleteWebhookEndpointParams:
|
|
10119
10120
|
* ```json
|
|
@@ -10126,7 +10127,7 @@
|
|
|
10126
10127
|
*/
|
|
10127
10128
|
|
|
10128
10129
|
/**
|
|
10129
|
-
* Structure of ABTNodeClient.RetryWebhookAttemptParams
|
|
10130
|
+
* Structure of ABTNodeClient.RetryWebhookAttemptParams
|
|
10130
10131
|
*
|
|
10131
10132
|
* Checkout the following snippet for the format of RetryWebhookAttemptParams:
|
|
10132
10133
|
* ```json
|
|
@@ -10139,7 +10140,7 @@
|
|
|
10139
10140
|
*/
|
|
10140
10141
|
|
|
10141
10142
|
/**
|
|
10142
|
-
* Structure of ABTNodeClient.AddUploadEndpointParams
|
|
10143
|
+
* Structure of ABTNodeClient.AddUploadEndpointParams
|
|
10143
10144
|
*
|
|
10144
10145
|
* Checkout the following snippet for the format of AddUploadEndpointParams:
|
|
10145
10146
|
* ```json
|
|
@@ -10152,7 +10153,7 @@
|
|
|
10152
10153
|
*/
|
|
10153
10154
|
|
|
10154
10155
|
/**
|
|
10155
|
-
* Structure of ABTNodeClient.DeleteUploadEndpointParams
|
|
10156
|
+
* Structure of ABTNodeClient.DeleteUploadEndpointParams
|
|
10156
10157
|
*
|
|
10157
10158
|
* Checkout the following snippet for the format of DeleteUploadEndpointParams:
|
|
10158
10159
|
* ```json
|
|
@@ -10165,7 +10166,7 @@
|
|
|
10165
10166
|
*/
|
|
10166
10167
|
|
|
10167
10168
|
/**
|
|
10168
|
-
* Structure of ABTNodeClient.ConnectToEndpointParams
|
|
10169
|
+
* Structure of ABTNodeClient.ConnectToEndpointParams
|
|
10169
10170
|
*
|
|
10170
10171
|
* Checkout the following snippet for the format of ConnectToEndpointParams:
|
|
10171
10172
|
* ```json
|
|
@@ -10178,7 +10179,7 @@
|
|
|
10178
10179
|
*/
|
|
10179
10180
|
|
|
10180
10181
|
/**
|
|
10181
|
-
* Structure of ABTNodeClient.DisconnectFromEndpointParams
|
|
10182
|
+
* Structure of ABTNodeClient.DisconnectFromEndpointParams
|
|
10182
10183
|
*
|
|
10183
10184
|
* Checkout the following snippet for the format of DisconnectFromEndpointParams:
|
|
10184
10185
|
* ```json
|
|
@@ -10191,7 +10192,7 @@
|
|
|
10191
10192
|
*/
|
|
10192
10193
|
|
|
10193
10194
|
/**
|
|
10194
|
-
* Structure of ABTNodeClient.PublishToEndpointParams
|
|
10195
|
+
* Structure of ABTNodeClient.PublishToEndpointParams
|
|
10195
10196
|
*
|
|
10196
10197
|
* Checkout the following snippet for the format of PublishToEndpointParams:
|
|
10197
10198
|
* ```json
|
|
@@ -10204,7 +10205,7 @@
|
|
|
10204
10205
|
*/
|
|
10205
10206
|
|
|
10206
10207
|
/**
|
|
10207
|
-
* Structure of ABTNodeClient.ConnectToAigneParams
|
|
10208
|
+
* Structure of ABTNodeClient.ConnectToAigneParams
|
|
10208
10209
|
*
|
|
10209
10210
|
* Checkout the following snippet for the format of ConnectToAigneParams:
|
|
10210
10211
|
* ```json
|
|
@@ -10217,7 +10218,7 @@
|
|
|
10217
10218
|
*/
|
|
10218
10219
|
|
|
10219
10220
|
/**
|
|
10220
|
-
* Structure of ABTNodeClient.DisconnectToAigneParams
|
|
10221
|
+
* Structure of ABTNodeClient.DisconnectToAigneParams
|
|
10221
10222
|
*
|
|
10222
10223
|
* Checkout the following snippet for the format of DisconnectToAigneParams:
|
|
10223
10224
|
* ```json
|
|
@@ -10230,7 +10231,7 @@
|
|
|
10230
10231
|
*/
|
|
10231
10232
|
|
|
10232
10233
|
/**
|
|
10233
|
-
* Structure of ABTNodeClient.VerifyAigneConnectionParams
|
|
10234
|
+
* Structure of ABTNodeClient.VerifyAigneConnectionParams
|
|
10234
10235
|
*
|
|
10235
10236
|
* Checkout the following snippet for the format of VerifyAigneConnectionParams:
|
|
10236
10237
|
* ```json
|
|
@@ -10243,7 +10244,7 @@
|
|
|
10243
10244
|
*/
|
|
10244
10245
|
|
|
10245
10246
|
/**
|
|
10246
|
-
* Structure of ABTNodeClient.CreateOrgParams
|
|
10247
|
+
* Structure of ABTNodeClient.CreateOrgParams
|
|
10247
10248
|
*
|
|
10248
10249
|
* Checkout the following snippet for the format of CreateOrgParams:
|
|
10249
10250
|
* ```json
|
|
@@ -10256,7 +10257,7 @@
|
|
|
10256
10257
|
*/
|
|
10257
10258
|
|
|
10258
10259
|
/**
|
|
10259
|
-
* Structure of ABTNodeClient.UpdateOrgParams
|
|
10260
|
+
* Structure of ABTNodeClient.UpdateOrgParams
|
|
10260
10261
|
*
|
|
10261
10262
|
* Checkout the following snippet for the format of UpdateOrgParams:
|
|
10262
10263
|
* ```json
|
|
@@ -10269,7 +10270,7 @@
|
|
|
10269
10270
|
*/
|
|
10270
10271
|
|
|
10271
10272
|
/**
|
|
10272
|
-
* Structure of ABTNodeClient.DeleteOrgParams
|
|
10273
|
+
* Structure of ABTNodeClient.DeleteOrgParams
|
|
10273
10274
|
*
|
|
10274
10275
|
* Checkout the following snippet for the format of DeleteOrgParams:
|
|
10275
10276
|
* ```json
|
|
@@ -10282,7 +10283,7 @@
|
|
|
10282
10283
|
*/
|
|
10283
10284
|
|
|
10284
10285
|
/**
|
|
10285
|
-
* Structure of ABTNodeClient.AddOrgMemberParams
|
|
10286
|
+
* Structure of ABTNodeClient.AddOrgMemberParams
|
|
10286
10287
|
*
|
|
10287
10288
|
* Checkout the following snippet for the format of AddOrgMemberParams:
|
|
10288
10289
|
* ```json
|
|
@@ -10295,7 +10296,7 @@
|
|
|
10295
10296
|
*/
|
|
10296
10297
|
|
|
10297
10298
|
/**
|
|
10298
|
-
* Structure of ABTNodeClient.RemoveOrgMemberParams
|
|
10299
|
+
* Structure of ABTNodeClient.RemoveOrgMemberParams
|
|
10299
10300
|
*
|
|
10300
10301
|
* Checkout the following snippet for the format of RemoveOrgMemberParams:
|
|
10301
10302
|
* ```json
|
|
@@ -10308,7 +10309,7 @@
|
|
|
10308
10309
|
*/
|
|
10309
10310
|
|
|
10310
10311
|
/**
|
|
10311
|
-
* Structure of ABTNodeClient.InviteMembersToOrgParams
|
|
10312
|
+
* Structure of ABTNodeClient.InviteMembersToOrgParams
|
|
10312
10313
|
*
|
|
10313
10314
|
* Checkout the following snippet for the format of InviteMembersToOrgParams:
|
|
10314
10315
|
* ```json
|
|
@@ -10321,7 +10322,7 @@
|
|
|
10321
10322
|
*/
|
|
10322
10323
|
|
|
10323
10324
|
/**
|
|
10324
|
-
* Structure of ABTNodeClient.AddOrgResourceParams
|
|
10325
|
+
* Structure of ABTNodeClient.AddOrgResourceParams
|
|
10325
10326
|
*
|
|
10326
10327
|
* Checkout the following snippet for the format of AddOrgResourceParams:
|
|
10327
10328
|
* ```json
|
|
@@ -10334,7 +10335,7 @@
|
|
|
10334
10335
|
*/
|
|
10335
10336
|
|
|
10336
10337
|
/**
|
|
10337
|
-
* Structure of ABTNodeClient.MigrateOrgResourceParams
|
|
10338
|
+
* Structure of ABTNodeClient.MigrateOrgResourceParams
|
|
10338
10339
|
*
|
|
10339
10340
|
* Checkout the following snippet for the format of MigrateOrgResourceParams:
|
|
10340
10341
|
* ```json
|