@blocklet/server-js 1.17.7-beta-20251225-073259-cb6ecf68 → 1.17.7-beta-20251229-085620-84f09930

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/lib/types.js CHANGED
@@ -30,8 +30,6 @@
30
30
  * // getNotificationComponents,
31
31
  * // resendNotification,
32
32
  * // getRoutingSites,
33
- * // getRoutingSnapshots,
34
- * // getSnapshotSites,
35
33
  * // getRoutingProviders,
36
34
  * // isDidDomain,
37
35
  * // getCertificates,
@@ -129,7 +127,8 @@
129
127
  * // configBlocklet,
130
128
  * // configPublicToStore,
131
129
  * // configNavigations,
132
- * // configOAuth,
130
+ * // configAuthentication,
131
+ * // configDidConnect,
133
132
  * // configNotification,
134
133
  * // configVault,
135
134
  * // sendEmail,
@@ -156,7 +155,6 @@
156
155
  * // updateAutoCheckUpdate,
157
156
  * // updateBlockletSettings,
158
157
  * // updateNodeInfo,
159
- * // updateNodeRouting,
160
158
  * // upgradeNodeVersion,
161
159
  * // restartServer,
162
160
  * // resetNode,
@@ -210,7 +208,6 @@
210
208
  * // addRoutingRule,
211
209
  * // updateRoutingRule,
212
210
  * // deleteRoutingRule,
213
- * // takeRoutingSnapshot,
214
211
  * // updateCertificate,
215
212
  * // addCertificate,
216
213
  * // deleteCertificate,
@@ -1172,6 +1169,16 @@
1172
1169
  * @property {Array<...ABTNodeClient.null>} componentDids
1173
1170
  */
1174
1171
 
1172
+ /**
1173
+ * Structure of ABTNodeClient.RequestConfigAuthenticationInput
1174
+ *
1175
+ * @memberof ABTNodeClient
1176
+ * @typedef {object} ABTNodeClient.RequestConfigAuthenticationInput
1177
+ * @property {string} did
1178
+ * @property {string} authentication
1179
+ * @property {string} oauth
1180
+ */
1181
+
1175
1182
  /**
1176
1183
  * Structure of ABTNodeClient.RequestConfigBlockletInput
1177
1184
  *
@@ -1182,30 +1189,30 @@
1182
1189
  */
1183
1190
 
1184
1191
  /**
1185
- * Structure of ABTNodeClient.RequestConfigNavigationsInput
1192
+ * Structure of ABTNodeClient.RequestConfigDidConnectInput
1186
1193
  *
1187
1194
  * @memberof ABTNodeClient
1188
- * @typedef {object} ABTNodeClient.RequestConfigNavigationsInput
1195
+ * @typedef {object} ABTNodeClient.RequestConfigDidConnectInput
1189
1196
  * @property {string} did
1190
- * @property {Array<...ABTNodeClient.null>} navigations
1197
+ * @property {string} didConnect
1191
1198
  */
1192
1199
 
1193
1200
  /**
1194
- * Structure of ABTNodeClient.RequestConfigNotificationInput
1201
+ * Structure of ABTNodeClient.RequestConfigNavigationsInput
1195
1202
  *
1196
1203
  * @memberof ABTNodeClient
1197
- * @typedef {object} ABTNodeClient.RequestConfigNotificationInput
1204
+ * @typedef {object} ABTNodeClient.RequestConfigNavigationsInput
1198
1205
  * @property {string} did
1199
- * @property {string} notification
1206
+ * @property {Array<...ABTNodeClient.null>} navigations
1200
1207
  */
1201
1208
 
1202
1209
  /**
1203
- * Structure of ABTNodeClient.RequestConfigOAuthInput
1210
+ * Structure of ABTNodeClient.RequestConfigNotificationInput
1204
1211
  *
1205
1212
  * @memberof ABTNodeClient
1206
- * @typedef {object} ABTNodeClient.RequestConfigOAuthInput
1213
+ * @typedef {object} ABTNodeClient.RequestConfigNotificationInput
1207
1214
  * @property {string} did
1208
- * @property {string} oauth
1215
+ * @property {string} notification
1209
1216
  */
1210
1217
 
1211
1218
  /**
@@ -1803,6 +1810,10 @@
1803
1810
  * @typedef {object} ABTNodeClient.RequestGetBlockletsInput
1804
1811
  * @property {boolean} useCache
1805
1812
  * @property {boolean} includeRuntimeInfo
1813
+ * @property {...ABTNodeClient.PagingInput} paging
1814
+ * @property {string} search
1815
+ * @property {boolean} external
1816
+ * @property {...ABTNodeClient.SortInput} sort
1806
1817
  */
1807
1818
 
1808
1819
  /**
@@ -1937,14 +1948,6 @@
1937
1948
  * @property {string} snapshotHash
1938
1949
  */
1939
1950
 
1940
- /**
1941
- * Structure of ABTNodeClient.RequestGetRoutingSnapshotsInput
1942
- *
1943
- * @memberof ABTNodeClient
1944
- * @typedef {object} ABTNodeClient.RequestGetRoutingSnapshotsInput
1945
- * @property {number} limit
1946
- */
1947
-
1948
1951
  /**
1949
1952
  * Structure of ABTNodeClient.RequestGetSelectedResourcesInput
1950
1953
  *
@@ -1964,14 +1967,6 @@
1964
1967
  * @property {string} id
1965
1968
  */
1966
1969
 
1967
- /**
1968
- * Structure of ABTNodeClient.RequestGetSnapshotSitesInput
1969
- *
1970
- * @memberof ABTNodeClient
1971
- * @typedef {object} ABTNodeClient.RequestGetSnapshotSitesInput
1972
- * @property {string} hash
1973
- */
1974
-
1975
1970
  /**
1976
1971
  * Structure of ABTNodeClient.RequestGetTrafficInsightsInput
1977
1972
  *
@@ -2031,6 +2026,25 @@
2031
2026
  * @property {string} permission
2032
2027
  */
2033
2028
 
2029
+ /**
2030
+ * Structure of ABTNodeClient.RequestInstallBlockletInput
2031
+ *
2032
+ * @memberof ABTNodeClient
2033
+ * @typedef {object} ABTNodeClient.RequestInstallBlockletInput
2034
+ * @property {string} type
2035
+ * @property {string} did
2036
+ * @property {string} storeUrl
2037
+ * @property {string} url
2038
+ * @property {undefined} file
2039
+ * @property {string} diffVersion
2040
+ * @property {Array<...ABTNodeClient.null>} deleteSet
2041
+ * @property {string} title
2042
+ * @property {string} description
2043
+ * @property {boolean} startImmediately
2044
+ * @property {string} appSk
2045
+ * @property {Array<...ABTNodeClient.null>} downloadTokenList
2046
+ */
2047
+
2034
2048
  /**
2035
2049
  * Structure of ABTNodeClient.RequestInstallComponentInput
2036
2050
  *
@@ -2195,16 +2209,6 @@
2195
2209
  * @property {Array<...ABTNodeClient.null>} resourceIds
2196
2210
  */
2197
2211
 
2198
- /**
2199
- * Structure of ABTNodeClient.RequestNodeRoutingInput
2200
- *
2201
- * @memberof ABTNodeClient
2202
- * @typedef {object} ABTNodeClient.RequestNodeRoutingInput
2203
- * @property {string} provider
2204
- * @property {string} snapshotHash
2205
- * @property {boolean} forceRepopulate
2206
- */
2207
-
2208
2212
  /**
2209
2213
  * Structure of ABTNodeClient.RequestNodeRuntimeHistoryInput
2210
2214
  *
@@ -2507,15 +2511,6 @@
2507
2511
  * @property {...ABTNodeClient.PagingInput} paging
2508
2512
  */
2509
2513
 
2510
- /**
2511
- * Structure of ABTNodeClient.RequestTakeRoutingSnapshotInput
2512
- *
2513
- * @memberof ABTNodeClient
2514
- * @typedef {object} ABTNodeClient.RequestTakeRoutingSnapshotInput
2515
- * @property {boolean} dryRun
2516
- * @property {string} message
2517
- */
2518
-
2519
2514
  /**
2520
2515
  * Structure of ABTNodeClient.RequestTeamPermissionInput
2521
2516
  *
@@ -2885,24 +2880,6 @@
2885
2880
  * @property {string} did
2886
2881
  */
2887
2882
 
2888
- /**
2889
- * Structure of ABTNodeClient.RequestVersionedBlockletInput
2890
- *
2891
- * @memberof ABTNodeClient
2892
- * @typedef {object} ABTNodeClient.RequestVersionedBlockletInput
2893
- * @property {string} type
2894
- * @property {string} did
2895
- * @property {string} storeUrl
2896
- * @property {string} url
2897
- * @property {undefined} file
2898
- * @property {string} diffVersion
2899
- * @property {Array<...ABTNodeClient.null>} deleteSet
2900
- * @property {string} title
2901
- * @property {string} description
2902
- * @property {boolean} startImmediately
2903
- * @property {Array<...ABTNodeClient.null>} downloadTokenList
2904
- */
2905
-
2906
2883
  /**
2907
2884
  * Structure of ABTNodeClient.RoleUpdateInput
2908
2885
  *
@@ -2983,6 +2960,15 @@
2983
2960
  * @property {boolean} enableBlacklist
2984
2961
  */
2985
2962
 
2963
+ /**
2964
+ * Structure of ABTNodeClient.SortInput
2965
+ *
2966
+ * @memberof ABTNodeClient
2967
+ * @typedef {object} ABTNodeClient.SortInput
2968
+ * @property {string} field
2969
+ * @property {string} direction
2970
+ */
2971
+
2986
2972
  /**
2987
2973
  * Structure of ABTNodeClient.SpaceGatewayInput
2988
2974
  *
@@ -3881,7 +3867,7 @@
3881
3867
  * @property {boolean} publicToStore
3882
3868
  * @property {Array<...ABTNodeClient.null>} storeList
3883
3869
  * @property {Array<...ABTNodeClient.null>} navigations
3884
- * @property {any} oauth
3870
+ * @property {any} authentication
3885
3871
  * @property {Array<...ABTNodeClient.null>} trustedFactories
3886
3872
  * @property {any} notification
3887
3873
  * @property {...ABTNodeClient.SessionConfig} session
@@ -3895,6 +3881,8 @@
3895
3881
  * @property {boolean} enableSessionHardening
3896
3882
  * @property {...ABTNodeClient.AigneConfig} aigne
3897
3883
  * @property {...ABTNodeClient.OrgSettings} org
3884
+ * @property {any} didConnect
3885
+ * @property {any} oauth
3898
3886
  */
3899
3887
 
3900
3888
  /**
@@ -4524,7 +4512,8 @@
4524
4512
  * @property {...ABTNodeClient.ResponseBlocklet} configBlocklet
4525
4513
  * @property {...ABTNodeClient.ResponseBlocklet} configPublicToStore
4526
4514
  * @property {...ABTNodeClient.ResponseBlocklet} configNavigations
4527
- * @property {...ABTNodeClient.ResponseBlocklet} configOAuth
4515
+ * @property {...ABTNodeClient.ResponseBlocklet} configAuthentication
4516
+ * @property {...ABTNodeClient.ResponseBlocklet} configDidConnect
4528
4517
  * @property {...ABTNodeClient.ResponseBlocklet} configNotification
4529
4518
  * @property {...ABTNodeClient.ResponseConfigVault} configVault
4530
4519
  * @property {...ABTNodeClient.GeneralResponse} sendEmail
@@ -4551,7 +4540,6 @@
4551
4540
  * @property {...ABTNodeClient.GeneralResponse} updateAutoCheckUpdate
4552
4541
  * @property {...ABTNodeClient.GeneralResponse} updateBlockletSettings
4553
4542
  * @property {...ABTNodeClient.ResponseGetNodeInfo} updateNodeInfo
4554
- * @property {...ABTNodeClient.ResponseGetNodeInfo} updateNodeRouting
4555
4543
  * @property {...ABTNodeClient.ResponseUpgradeNodeVersion} upgradeNodeVersion
4556
4544
  * @property {...ABTNodeClient.ResponseRestartServer} restartServer
4557
4545
  * @property {...ABTNodeClient.ResponseResetNode} resetNode
@@ -4605,7 +4593,6 @@
4605
4593
  * @property {...ABTNodeClient.ResponseRoutingSite} addRoutingRule
4606
4594
  * @property {...ABTNodeClient.ResponseRoutingSite} updateRoutingRule
4607
4595
  * @property {...ABTNodeClient.ResponseRoutingSite} deleteRoutingRule
4608
- * @property {...ABTNodeClient.ResponseTakeRoutingSnapshot} takeRoutingSnapshot
4609
4596
  * @property {...ABTNodeClient.ResponseUpdateNginxHttpsCert} updateCertificate
4610
4597
  * @property {...ABTNodeClient.ResponseAddNginxHttpsCert} addCertificate
4611
4598
  * @property {...ABTNodeClient.ResponseDeleteNginxHttpsCert} deleteCertificate
@@ -5138,8 +5125,6 @@
5138
5125
  * @property {...ABTNodeClient.ResponseNotificationComponents} getNotificationComponents
5139
5126
  * @property {...ABTNodeClient.ResponseResendNotification} resendNotification
5140
5127
  * @property {...ABTNodeClient.ResponseGetRoutingSites} getRoutingSites
5141
- * @property {...ABTNodeClient.ResponseGetRoutingSnapshots} getRoutingSnapshots
5142
- * @property {...ABTNodeClient.ResponseGetSnapshotSites} getSnapshotSites
5143
5128
  * @property {...ABTNodeClient.ResponseGetRoutingProviders} getRoutingProviders
5144
5129
  * @property {...ABTNodeClient.ResponseIsDidDomain} isDidDomain
5145
5130
  * @property {...ABTNodeClient.ResponseGetCertificates} getCertificates
@@ -5976,6 +5961,7 @@
5976
5961
  * @typedef {object} ABTNodeClient.ResponseGetBlocklets
5977
5962
  * @property {...ABTNodeClient.StatusCode} code
5978
5963
  * @property {Array<...ABTNodeClient.null>} blocklets
5964
+ * @property {...ABTNodeClient.Paging} paging
5979
5965
  */
5980
5966
 
5981
5967
  /**
@@ -6154,15 +6140,6 @@
6154
6140
  * @property {Array<...ABTNodeClient.null>} sites
6155
6141
  */
6156
6142
 
6157
- /**
6158
- * Structure of ABTNodeClient.ResponseGetRoutingSnapshots
6159
- *
6160
- * @memberof ABTNodeClient
6161
- * @typedef {object} ABTNodeClient.ResponseGetRoutingSnapshots
6162
- * @property {...ABTNodeClient.StatusCode} code
6163
- * @property {Array<...ABTNodeClient.null>} snapshots
6164
- */
6165
-
6166
6143
  /**
6167
6144
  * Structure of ABTNodeClient.ResponseGetSelectedResources
6168
6145
  *
@@ -6188,15 +6165,6 @@
6188
6165
  * @property {any} session
6189
6166
  */
6190
6167
 
6191
- /**
6192
- * Structure of ABTNodeClient.ResponseGetSnapshotSites
6193
- *
6194
- * @memberof ABTNodeClient
6195
- * @typedef {object} ABTNodeClient.ResponseGetSnapshotSites
6196
- * @property {...ABTNodeClient.StatusCode} code
6197
- * @property {Array<...ABTNodeClient.null>} sites
6198
- */
6199
-
6200
6168
  /**
6201
6169
  * Structure of ABTNodeClient.ResponseGetTrafficInsights
6202
6170
  *
@@ -6698,23 +6666,6 @@
6698
6666
  * @property {...ABTNodeClient.Paging} paging
6699
6667
  */
6700
6668
 
6701
- /**
6702
- * Structure of ABTNodeClient.ResponseTakeRoutingSnapshot
6703
- *
6704
- * Checkout the following snippet for the format of ResponseTakeRoutingSnapshot:
6705
- * ```json
6706
- {
6707
- "code": "ok",
6708
- "hash": "abc"
6709
- }
6710
- * ```
6711
- *
6712
- * @memberof ABTNodeClient
6713
- * @typedef {object} ABTNodeClient.ResponseTakeRoutingSnapshot
6714
- * @property {...ABTNodeClient.StatusCode} code
6715
- * @property {string} hash
6716
- */
6717
-
6718
6669
  /**
6719
6670
  * Structure of ABTNodeClient.ResponseUpdateAccessKey
6720
6671
  *
@@ -6959,18 +6910,6 @@
6959
6910
  * @property {Array<...ABTNodeClient.null>} corsAllowedOrigins
6960
6911
  */
6961
6912
 
6962
- /**
6963
- * Structure of ABTNodeClient.RoutingSnapshot
6964
- *
6965
- * @memberof ABTNodeClient
6966
- * @typedef {object} ABTNodeClient.RoutingSnapshot
6967
- * @property {string} hash
6968
- * @property {string} tree
6969
- * @property {string} message
6970
- * @property {string} author
6971
- * @property {number} createdAt
6972
- */
6973
-
6974
6913
  /**
6975
6914
  * Structure of ABTNodeClient.RuntimeInfo
6976
6915
  *
@@ -7662,32 +7601,6 @@
7662
7601
  * @property {...ABTNodeClient.RequestGetRoutingSitesInput} input
7663
7602
  */
7664
7603
 
7665
- /**
7666
- * Structure of ABTNodeClient.GetRoutingSnapshotsParams
7667
- *
7668
- * Checkout the following snippet for the format of GetRoutingSnapshotsParams:
7669
- * ```json
7670
- {}
7671
- * ```
7672
- *
7673
- * @memberof ABTNodeClient
7674
- * @typedef {object} ABTNodeClient.GetRoutingSnapshotsParams
7675
- * @property {...ABTNodeClient.RequestGetRoutingSnapshotsInput} input
7676
- */
7677
-
7678
- /**
7679
- * Structure of ABTNodeClient.GetSnapshotSitesParams
7680
- *
7681
- * Checkout the following snippet for the format of GetSnapshotSitesParams:
7682
- * ```json
7683
- {}
7684
- * ```
7685
- *
7686
- * @memberof ABTNodeClient
7687
- * @typedef {object} ABTNodeClient.GetSnapshotSitesParams
7688
- * @property {...ABTNodeClient.RequestGetSnapshotSitesInput} input
7689
- */
7690
-
7691
7604
  /**
7692
7605
  * Structure of ABTNodeClient.IsDidDomainParams
7693
7606
  *
@@ -8543,7 +8456,7 @@
8543
8456
  *
8544
8457
  * @memberof ABTNodeClient
8545
8458
  * @typedef {object} ABTNodeClient.InstallBlockletParams
8546
- * @property {...ABTNodeClient.RequestVersionedBlockletInput} input
8459
+ * @property {...ABTNodeClient.RequestInstallBlockletInput} input
8547
8460
  */
8548
8461
 
8549
8462
  /**
@@ -8716,16 +8629,29 @@
8716
8629
  */
8717
8630
 
8718
8631
  /**
8719
- * Structure of ABTNodeClient.ConfigOAuthParams
8632
+ * Structure of ABTNodeClient.ConfigAuthenticationParams
8633
+ *
8634
+ * Checkout the following snippet for the format of ConfigAuthenticationParams:
8635
+ * ```json
8636
+ {}
8637
+ * ```
8638
+ *
8639
+ * @memberof ABTNodeClient
8640
+ * @typedef {object} ABTNodeClient.ConfigAuthenticationParams
8641
+ * @property {...ABTNodeClient.RequestConfigAuthenticationInput} input
8642
+ */
8643
+
8644
+ /**
8645
+ * Structure of ABTNodeClient.ConfigDidConnectParams
8720
8646
  *
8721
- * Checkout the following snippet for the format of ConfigOAuthParams:
8647
+ * Checkout the following snippet for the format of ConfigDidConnectParams:
8722
8648
  * ```json
8723
8649
  {}
8724
8650
  * ```
8725
8651
  *
8726
8652
  * @memberof ABTNodeClient
8727
- * @typedef {object} ABTNodeClient.ConfigOAuthParams
8728
- * @property {...ABTNodeClient.RequestConfigOAuthInput} input
8653
+ * @typedef {object} ABTNodeClient.ConfigDidConnectParams
8654
+ * @property {...ABTNodeClient.RequestConfigDidConnectInput} input
8729
8655
  */
8730
8656
 
8731
8657
  /**
@@ -9066,19 +8992,6 @@
9066
8992
  * @property {...ABTNodeClient.NodeInfoInput} input
9067
8993
  */
9068
8994
 
9069
- /**
9070
- * Structure of ABTNodeClient.UpdateNodeRoutingParams
9071
- *
9072
- * Checkout the following snippet for the format of UpdateNodeRoutingParams:
9073
- * ```json
9074
- {}
9075
- * ```
9076
- *
9077
- * @memberof ABTNodeClient
9078
- * @typedef {object} ABTNodeClient.UpdateNodeRoutingParams
9079
- * @property {...ABTNodeClient.RequestNodeRoutingInput} input
9080
- */
9081
-
9082
8995
  /**
9083
8996
  * Structure of ABTNodeClient.UpgradeNodeVersionParams
9084
8997
  *
@@ -9755,19 +9668,6 @@
9755
9668
  * @property {...ABTNodeClient.RequestDeleteRoutingRuleInput} input
9756
9669
  */
9757
9670
 
9758
- /**
9759
- * Structure of ABTNodeClient.TakeRoutingSnapshotParams
9760
- *
9761
- * Checkout the following snippet for the format of TakeRoutingSnapshotParams:
9762
- * ```json
9763
- {}
9764
- * ```
9765
- *
9766
- * @memberof ABTNodeClient
9767
- * @typedef {object} ABTNodeClient.TakeRoutingSnapshotParams
9768
- * @property {...ABTNodeClient.RequestTakeRoutingSnapshotInput} input
9769
- */
9770
-
9771
9671
  /**
9772
9672
  * Structure of ABTNodeClient.UpdateCertificateParams
9773
9673
  *
@@ -10622,26 +10522,6 @@
10622
10522
  * @returns {Promise<ABTNodeClient.ResponseGetRoutingSites>} Checkout {@link ABTNodeClient.ResponseGetRoutingSites} for resolved data format
10623
10523
  */
10624
10524
 
10625
- /**
10626
- * getRoutingSnapshots
10627
- *
10628
- * @name ABTNodeClient#getRoutingSnapshots
10629
- * @param {ABTNodeClient.GetRoutingSnapshotsParams} params
10630
- * @function
10631
- * @memberof ABTNodeClient
10632
- * @returns {Promise<ABTNodeClient.ResponseGetRoutingSnapshots>} Checkout {@link ABTNodeClient.ResponseGetRoutingSnapshots} for resolved data format
10633
- */
10634
-
10635
- /**
10636
- * getSnapshotSites
10637
- *
10638
- * @name ABTNodeClient#getSnapshotSites
10639
- * @param {ABTNodeClient.GetSnapshotSitesParams} params
10640
- * @function
10641
- * @memberof ABTNodeClient
10642
- * @returns {Promise<ABTNodeClient.ResponseGetSnapshotSites>} Checkout {@link ABTNodeClient.ResponseGetSnapshotSites} for resolved data format
10643
- */
10644
-
10645
10525
  /**
10646
10526
  * getRoutingProviders
10647
10527
  *
@@ -11469,10 +11349,20 @@
11469
11349
  */
11470
11350
 
11471
11351
  /**
11472
- * configOAuth
11352
+ * configAuthentication
11353
+ *
11354
+ * @name ABTNodeClient#configAuthentication
11355
+ * @param {ABTNodeClient.ConfigAuthenticationParams} params
11356
+ * @function
11357
+ * @memberof ABTNodeClient
11358
+ * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format
11359
+ */
11360
+
11361
+ /**
11362
+ * configDidConnect
11473
11363
  *
11474
- * @name ABTNodeClient#configOAuth
11475
- * @param {ABTNodeClient.ConfigOAuthParams} params
11364
+ * @name ABTNodeClient#configDidConnect
11365
+ * @param {ABTNodeClient.ConfigDidConnectParams} params
11476
11366
  * @function
11477
11367
  * @memberof ABTNodeClient
11478
11368
  * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format
@@ -11738,16 +11628,6 @@
11738
11628
  * @returns {Promise<ABTNodeClient.ResponseGetNodeInfo>} Checkout {@link ABTNodeClient.ResponseGetNodeInfo} for resolved data format
11739
11629
  */
11740
11630
 
11741
- /**
11742
- * updateNodeRouting
11743
- *
11744
- * @name ABTNodeClient#updateNodeRouting
11745
- * @param {ABTNodeClient.UpdateNodeRoutingParams} params
11746
- * @function
11747
- * @memberof ABTNodeClient
11748
- * @returns {Promise<ABTNodeClient.ResponseGetNodeInfo>} Checkout {@link ABTNodeClient.ResponseGetNodeInfo} for resolved data format
11749
- */
11750
-
11751
11631
  /**
11752
11632
  * upgradeNodeVersion
11753
11633
  *
@@ -12277,16 +12157,6 @@
12277
12157
  * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format
12278
12158
  */
12279
12159
 
12280
- /**
12281
- * takeRoutingSnapshot
12282
- *
12283
- * @name ABTNodeClient#takeRoutingSnapshot
12284
- * @param {ABTNodeClient.TakeRoutingSnapshotParams} params
12285
- * @function
12286
- * @memberof ABTNodeClient
12287
- * @returns {Promise<ABTNodeClient.ResponseTakeRoutingSnapshot>} Checkout {@link ABTNodeClient.ResponseTakeRoutingSnapshot} for resolved data format
12288
- */
12289
-
12290
12160
  /**
12291
12161
  * updateCertificate
12292
12162
  *