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