@dynamic-labs/sdk-api 0.0.864 → 0.0.869
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/package.json +1 -1
- package/src/apis/AllowlistsApi.cjs +26 -6
- package/src/apis/AllowlistsApi.d.ts +26 -6
- package/src/apis/AllowlistsApi.js +26 -6
- package/src/apis/AnalyticsApi.cjs +12 -0
- package/src/apis/AnalyticsApi.d.ts +12 -0
- package/src/apis/AnalyticsApi.js +12 -0
- package/src/apis/ChainalysisApi.cjs +6 -0
- package/src/apis/ChainalysisApi.d.ts +6 -0
- package/src/apis/ChainalysisApi.js +6 -0
- package/src/apis/ChainsApi.cjs +4 -2
- package/src/apis/ChainsApi.d.ts +4 -2
- package/src/apis/ChainsApi.js +4 -2
- package/src/apis/CustomFieldsApi.cjs +14 -4
- package/src/apis/CustomFieldsApi.d.ts +14 -4
- package/src/apis/CustomFieldsApi.js +14 -4
- package/src/apis/CustomHostnamesApi.cjs +10 -4
- package/src/apis/CustomHostnamesApi.d.ts +10 -4
- package/src/apis/CustomHostnamesApi.js +10 -4
- package/src/apis/CustomNetworksApi.cjs +10 -0
- package/src/apis/CustomNetworksApi.d.ts +10 -0
- package/src/apis/CustomNetworksApi.js +10 -0
- package/src/apis/DeeplinkUrlsApi.cjs +12 -6
- package/src/apis/DeeplinkUrlsApi.d.ts +12 -6
- package/src/apis/DeeplinkUrlsApi.js +12 -6
- package/src/apis/EnvironmentsApi.cjs +108 -10
- package/src/apis/EnvironmentsApi.d.ts +49 -11
- package/src/apis/EnvironmentsApi.js +108 -10
- package/src/apis/EventsApi.cjs +8 -2
- package/src/apis/EventsApi.d.ts +8 -2
- package/src/apis/EventsApi.js +8 -2
- package/src/apis/ExportsApi.cjs +8 -0
- package/src/apis/ExportsApi.d.ts +8 -0
- package/src/apis/ExportsApi.js +8 -0
- package/src/apis/ExternalJwtApi.cjs +4 -2
- package/src/apis/ExternalJwtApi.d.ts +4 -2
- package/src/apis/ExternalJwtApi.js +4 -2
- package/src/apis/GatesApi.cjs +16 -2
- package/src/apis/GatesApi.d.ts +16 -2
- package/src/apis/GatesApi.js +16 -2
- package/src/apis/GlobalWalletAccessControlApi.cjs +22 -8
- package/src/apis/GlobalWalletAccessControlApi.d.ts +22 -8
- package/src/apis/GlobalWalletAccessControlApi.js +22 -8
- package/src/apis/GlobalWalletConnectionsApi.cjs +4 -2
- package/src/apis/GlobalWalletConnectionsApi.d.ts +4 -2
- package/src/apis/GlobalWalletConnectionsApi.js +4 -2
- package/src/apis/GlobalWalletsApi.cjs +18 -8
- package/src/apis/GlobalWalletsApi.d.ts +18 -8
- package/src/apis/GlobalWalletsApi.js +18 -8
- package/src/apis/InvitesApi.cjs +16 -6
- package/src/apis/InvitesApi.d.ts +16 -6
- package/src/apis/InvitesApi.js +16 -6
- package/src/apis/MembersApi.cjs +16 -8
- package/src/apis/MembersApi.d.ts +16 -8
- package/src/apis/MembersApi.js +16 -8
- package/src/apis/MfaApi.cjs +8 -4
- package/src/apis/MfaApi.d.ts +8 -4
- package/src/apis/MfaApi.js +8 -4
- package/src/apis/MfaSettingsApi.cjs +6 -0
- package/src/apis/MfaSettingsApi.d.ts +6 -0
- package/src/apis/MfaSettingsApi.js +6 -0
- package/src/apis/NameServicesApi.cjs +22 -10
- package/src/apis/NameServicesApi.d.ts +22 -10
- package/src/apis/NameServicesApi.js +22 -10
- package/src/apis/OrganizationsApi.cjs +34 -10
- package/src/apis/OrganizationsApi.d.ts +34 -10
- package/src/apis/OrganizationsApi.js +34 -10
- package/src/apis/OriginsApi.cjs +12 -6
- package/src/apis/OriginsApi.d.ts +12 -6
- package/src/apis/OriginsApi.js +12 -6
- package/src/apis/ProjectsApi.cjs +18 -8
- package/src/apis/ProjectsApi.d.ts +18 -8
- package/src/apis/ProjectsApi.js +18 -8
- package/src/apis/SDKApi.cjs +554 -162
- package/src/apis/SDKApi.d.ts +423 -163
- package/src/apis/SDKApi.js +554 -162
- package/src/apis/SDKViewsApi.cjs +12 -6
- package/src/apis/SDKViewsApi.d.ts +12 -6
- package/src/apis/SDKViewsApi.js +12 -6
- package/src/apis/SessionsApi.cjs +4 -0
- package/src/apis/SessionsApi.d.ts +4 -0
- package/src/apis/SessionsApi.js +4 -0
- package/src/apis/SettingsApi.cjs +32 -4
- package/src/apis/SettingsApi.d.ts +32 -4
- package/src/apis/SettingsApi.js +32 -4
- package/src/apis/TestAccountApi.cjs +10 -4
- package/src/apis/TestAccountApi.d.ts +10 -4
- package/src/apis/TestAccountApi.js +10 -4
- package/src/apis/TokensApi.cjs +12 -6
- package/src/apis/TokensApi.d.ts +12 -6
- package/src/apis/TokensApi.js +12 -6
- package/src/apis/UserApiTokensApi.cjs +12 -6
- package/src/apis/UserApiTokensApi.d.ts +12 -6
- package/src/apis/UserApiTokensApi.js +12 -6
- package/src/apis/UsersApi.cjs +28 -4
- package/src/apis/UsersApi.d.ts +28 -4
- package/src/apis/UsersApi.js +28 -4
- package/src/apis/VisitsApi.cjs +2 -0
- package/src/apis/VisitsApi.d.ts +2 -0
- package/src/apis/VisitsApi.js +2 -0
- package/src/apis/WaasApi.cjs +36 -8
- package/src/apis/WaasApi.d.ts +35 -7
- package/src/apis/WaasApi.js +36 -8
- package/src/apis/WalletConnectApi.cjs +2 -0
- package/src/apis/WalletConnectApi.d.ts +2 -0
- package/src/apis/WalletConnectApi.js +2 -0
- package/src/apis/WalletsApi.cjs +20 -6
- package/src/apis/WalletsApi.d.ts +20 -6
- package/src/apis/WalletsApi.js +20 -6
- package/src/apis/WebhooksApi.cjs +32 -16
- package/src/apis/WebhooksApi.d.ts +32 -16
- package/src/apis/WebhooksApi.js +32 -16
- package/src/index.cjs +4 -0
- package/src/index.js +1 -0
- package/src/models/SignMessageBtcTransaction.cjs +5 -13
- package/src/models/SignMessageBtcTransaction.d.ts +8 -2
- package/src/models/SignMessageBtcTransaction.js +5 -13
- package/src/models/SmsVerificationVerifyRequest.cjs +3 -0
- package/src/models/SmsVerificationVerifyRequest.d.ts +7 -0
- package/src/models/SmsVerificationVerifyRequest.js +3 -0
- package/src/models/UserFilterableFieldsEnum.cjs +1 -0
- package/src/models/UserFilterableFieldsEnum.d.ts +2 -1
- package/src/models/UserFilterableFieldsEnum.js +1 -0
- package/src/models/WalletSanctionsResponse.cjs +37 -0
- package/src/models/WalletSanctionsResponse.d.ts +40 -0
- package/src/models/WalletSanctionsResponse.js +31 -0
- package/src/models/index.d.ts +1 -0
package/src/apis/GatesApi.cjs
CHANGED
|
@@ -108,7 +108,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
108
108
|
*/
|
|
109
109
|
class GatesApi extends runtime.BaseAPI {
|
|
110
110
|
/**
|
|
111
|
-
* Creates a new gate for the
|
|
111
|
+
* Creates a new gate configuration for the specified environment.
|
|
112
|
+
* Create a gate for the environment
|
|
112
113
|
*/
|
|
113
114
|
createGateRaw(requestParameters, initOverrides) {
|
|
114
115
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -132,7 +133,8 @@ class GatesApi extends runtime.BaseAPI {
|
|
|
132
133
|
});
|
|
133
134
|
}
|
|
134
135
|
/**
|
|
135
|
-
* Creates a new gate for the
|
|
136
|
+
* Creates a new gate configuration for the specified environment.
|
|
137
|
+
* Create a gate for the environment
|
|
136
138
|
*/
|
|
137
139
|
createGate(requestParameters, initOverrides) {
|
|
138
140
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -141,6 +143,7 @@ class GatesApi extends runtime.BaseAPI {
|
|
|
141
143
|
});
|
|
142
144
|
}
|
|
143
145
|
/**
|
|
146
|
+
* Permanently removes the specified gate.
|
|
144
147
|
* Delete a gate
|
|
145
148
|
*/
|
|
146
149
|
deleteGateRaw(requestParameters, initOverrides) {
|
|
@@ -170,6 +173,7 @@ class GatesApi extends runtime.BaseAPI {
|
|
|
170
173
|
});
|
|
171
174
|
}
|
|
172
175
|
/**
|
|
176
|
+
* Permanently removes the specified gate.
|
|
173
177
|
* Delete a gate
|
|
174
178
|
*/
|
|
175
179
|
deleteGate(requestParameters, initOverrides) {
|
|
@@ -178,6 +182,7 @@ class GatesApi extends runtime.BaseAPI {
|
|
|
178
182
|
});
|
|
179
183
|
}
|
|
180
184
|
/**
|
|
185
|
+
* Disables the specified gate for the environment.
|
|
181
186
|
* Disable the gate for the environment
|
|
182
187
|
*/
|
|
183
188
|
disableGateRaw(requestParameters, initOverrides) {
|
|
@@ -207,6 +212,7 @@ class GatesApi extends runtime.BaseAPI {
|
|
|
207
212
|
});
|
|
208
213
|
}
|
|
209
214
|
/**
|
|
215
|
+
* Disables the specified gate for the environment.
|
|
210
216
|
* Disable the gate for the environment
|
|
211
217
|
*/
|
|
212
218
|
disableGate(requestParameters, initOverrides) {
|
|
@@ -216,6 +222,7 @@ class GatesApi extends runtime.BaseAPI {
|
|
|
216
222
|
});
|
|
217
223
|
}
|
|
218
224
|
/**
|
|
225
|
+
* Enables the specified gate for the environment.
|
|
219
226
|
* Enable the gate for the environment
|
|
220
227
|
*/
|
|
221
228
|
enableGateRaw(requestParameters, initOverrides) {
|
|
@@ -245,6 +252,7 @@ class GatesApi extends runtime.BaseAPI {
|
|
|
245
252
|
});
|
|
246
253
|
}
|
|
247
254
|
/**
|
|
255
|
+
* Enables the specified gate for the environment.
|
|
248
256
|
* Enable the gate for the environment
|
|
249
257
|
*/
|
|
250
258
|
enableGate(requestParameters, initOverrides) {
|
|
@@ -254,6 +262,7 @@ class GatesApi extends runtime.BaseAPI {
|
|
|
254
262
|
});
|
|
255
263
|
}
|
|
256
264
|
/**
|
|
265
|
+
* Returns the gates for the specified environment.
|
|
257
266
|
* Get the gates for an environment
|
|
258
267
|
*/
|
|
259
268
|
getEnvironmentGatesRaw(requestParameters, initOverrides) {
|
|
@@ -273,6 +282,7 @@ class GatesApi extends runtime.BaseAPI {
|
|
|
273
282
|
});
|
|
274
283
|
}
|
|
275
284
|
/**
|
|
285
|
+
* Returns the gates for the specified environment.
|
|
276
286
|
* Get the gates for an environment
|
|
277
287
|
*/
|
|
278
288
|
getEnvironmentGates(requestParameters, initOverrides) {
|
|
@@ -282,6 +292,7 @@ class GatesApi extends runtime.BaseAPI {
|
|
|
282
292
|
});
|
|
283
293
|
}
|
|
284
294
|
/**
|
|
295
|
+
* Returns a single gate by its unique identifier.
|
|
285
296
|
* Gets a gate
|
|
286
297
|
*/
|
|
287
298
|
getGateRaw(requestParameters, initOverrides) {
|
|
@@ -304,6 +315,7 @@ class GatesApi extends runtime.BaseAPI {
|
|
|
304
315
|
});
|
|
305
316
|
}
|
|
306
317
|
/**
|
|
318
|
+
* Returns a single gate by its unique identifier.
|
|
307
319
|
* Gets a gate
|
|
308
320
|
*/
|
|
309
321
|
getGate(requestParameters, initOverrides) {
|
|
@@ -313,6 +325,7 @@ class GatesApi extends runtime.BaseAPI {
|
|
|
313
325
|
});
|
|
314
326
|
}
|
|
315
327
|
/**
|
|
328
|
+
* Updates the configuration of the specified gate.
|
|
316
329
|
* Updates a gate
|
|
317
330
|
*/
|
|
318
331
|
updateGateRaw(requestParameters, initOverrides) {
|
|
@@ -340,6 +353,7 @@ class GatesApi extends runtime.BaseAPI {
|
|
|
340
353
|
});
|
|
341
354
|
}
|
|
342
355
|
/**
|
|
356
|
+
* Updates the configuration of the specified gate.
|
|
343
357
|
* Updates a gate
|
|
344
358
|
*/
|
|
345
359
|
updateGate(requestParameters, initOverrides) {
|
package/src/apis/GatesApi.d.ts
CHANGED
|
@@ -44,58 +44,72 @@ export interface UpdateGateRequest {
|
|
|
44
44
|
*/
|
|
45
45
|
export declare class GatesApi extends runtime.BaseAPI {
|
|
46
46
|
/**
|
|
47
|
-
* Creates a new gate for the
|
|
47
|
+
* Creates a new gate configuration for the specified environment.
|
|
48
|
+
* Create a gate for the environment
|
|
48
49
|
*/
|
|
49
50
|
createGateRaw(requestParameters: CreateGateRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Gate>>;
|
|
50
51
|
/**
|
|
51
|
-
* Creates a new gate for the
|
|
52
|
+
* Creates a new gate configuration for the specified environment.
|
|
53
|
+
* Create a gate for the environment
|
|
52
54
|
*/
|
|
53
55
|
createGate(requestParameters: CreateGateRequest, initOverrides?: RequestInit): Promise<Gate>;
|
|
54
56
|
/**
|
|
57
|
+
* Permanently removes the specified gate.
|
|
55
58
|
* Delete a gate
|
|
56
59
|
*/
|
|
57
60
|
deleteGateRaw(requestParameters: DeleteGateRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
58
61
|
/**
|
|
62
|
+
* Permanently removes the specified gate.
|
|
59
63
|
* Delete a gate
|
|
60
64
|
*/
|
|
61
65
|
deleteGate(requestParameters: DeleteGateRequest, initOverrides?: RequestInit): Promise<void>;
|
|
62
66
|
/**
|
|
67
|
+
* Disables the specified gate for the environment.
|
|
63
68
|
* Disable the gate for the environment
|
|
64
69
|
*/
|
|
65
70
|
disableGateRaw(requestParameters: DisableGateRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Gate>>;
|
|
66
71
|
/**
|
|
72
|
+
* Disables the specified gate for the environment.
|
|
67
73
|
* Disable the gate for the environment
|
|
68
74
|
*/
|
|
69
75
|
disableGate(requestParameters: DisableGateRequest, initOverrides?: RequestInit): Promise<Gate>;
|
|
70
76
|
/**
|
|
77
|
+
* Enables the specified gate for the environment.
|
|
71
78
|
* Enable the gate for the environment
|
|
72
79
|
*/
|
|
73
80
|
enableGateRaw(requestParameters: EnableGateRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Gate>>;
|
|
74
81
|
/**
|
|
82
|
+
* Enables the specified gate for the environment.
|
|
75
83
|
* Enable the gate for the environment
|
|
76
84
|
*/
|
|
77
85
|
enableGate(requestParameters: EnableGateRequest, initOverrides?: RequestInit): Promise<Gate>;
|
|
78
86
|
/**
|
|
87
|
+
* Returns the gates for the specified environment.
|
|
79
88
|
* Get the gates for an environment
|
|
80
89
|
*/
|
|
81
90
|
getEnvironmentGatesRaw(requestParameters: GetEnvironmentGatesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GatesResponse>>;
|
|
82
91
|
/**
|
|
92
|
+
* Returns the gates for the specified environment.
|
|
83
93
|
* Get the gates for an environment
|
|
84
94
|
*/
|
|
85
95
|
getEnvironmentGates(requestParameters: GetEnvironmentGatesRequest, initOverrides?: RequestInit): Promise<GatesResponse>;
|
|
86
96
|
/**
|
|
97
|
+
* Returns a single gate by its unique identifier.
|
|
87
98
|
* Gets a gate
|
|
88
99
|
*/
|
|
89
100
|
getGateRaw(requestParameters: GetGateRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Gate>>;
|
|
90
101
|
/**
|
|
102
|
+
* Returns a single gate by its unique identifier.
|
|
91
103
|
* Gets a gate
|
|
92
104
|
*/
|
|
93
105
|
getGate(requestParameters: GetGateRequest, initOverrides?: RequestInit): Promise<Gate>;
|
|
94
106
|
/**
|
|
107
|
+
* Updates the configuration of the specified gate.
|
|
95
108
|
* Updates a gate
|
|
96
109
|
*/
|
|
97
110
|
updateGateRaw(requestParameters: UpdateGateRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Gate>>;
|
|
98
111
|
/**
|
|
112
|
+
* Updates the configuration of the specified gate.
|
|
99
113
|
* Updates a gate
|
|
100
114
|
*/
|
|
101
115
|
updateGate(requestParameters: UpdateGateRequest, initOverrides?: RequestInit): Promise<Gate>;
|
package/src/apis/GatesApi.js
CHANGED
|
@@ -104,7 +104,8 @@ import '../models/WalletTransactionType.js';
|
|
|
104
104
|
*/
|
|
105
105
|
class GatesApi extends BaseAPI {
|
|
106
106
|
/**
|
|
107
|
-
* Creates a new gate for the
|
|
107
|
+
* Creates a new gate configuration for the specified environment.
|
|
108
|
+
* Create a gate for the environment
|
|
108
109
|
*/
|
|
109
110
|
createGateRaw(requestParameters, initOverrides) {
|
|
110
111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -128,7 +129,8 @@ class GatesApi extends BaseAPI {
|
|
|
128
129
|
});
|
|
129
130
|
}
|
|
130
131
|
/**
|
|
131
|
-
* Creates a new gate for the
|
|
132
|
+
* Creates a new gate configuration for the specified environment.
|
|
133
|
+
* Create a gate for the environment
|
|
132
134
|
*/
|
|
133
135
|
createGate(requestParameters, initOverrides) {
|
|
134
136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -137,6 +139,7 @@ class GatesApi extends BaseAPI {
|
|
|
137
139
|
});
|
|
138
140
|
}
|
|
139
141
|
/**
|
|
142
|
+
* Permanently removes the specified gate.
|
|
140
143
|
* Delete a gate
|
|
141
144
|
*/
|
|
142
145
|
deleteGateRaw(requestParameters, initOverrides) {
|
|
@@ -166,6 +169,7 @@ class GatesApi extends BaseAPI {
|
|
|
166
169
|
});
|
|
167
170
|
}
|
|
168
171
|
/**
|
|
172
|
+
* Permanently removes the specified gate.
|
|
169
173
|
* Delete a gate
|
|
170
174
|
*/
|
|
171
175
|
deleteGate(requestParameters, initOverrides) {
|
|
@@ -174,6 +178,7 @@ class GatesApi extends BaseAPI {
|
|
|
174
178
|
});
|
|
175
179
|
}
|
|
176
180
|
/**
|
|
181
|
+
* Disables the specified gate for the environment.
|
|
177
182
|
* Disable the gate for the environment
|
|
178
183
|
*/
|
|
179
184
|
disableGateRaw(requestParameters, initOverrides) {
|
|
@@ -203,6 +208,7 @@ class GatesApi extends BaseAPI {
|
|
|
203
208
|
});
|
|
204
209
|
}
|
|
205
210
|
/**
|
|
211
|
+
* Disables the specified gate for the environment.
|
|
206
212
|
* Disable the gate for the environment
|
|
207
213
|
*/
|
|
208
214
|
disableGate(requestParameters, initOverrides) {
|
|
@@ -212,6 +218,7 @@ class GatesApi extends BaseAPI {
|
|
|
212
218
|
});
|
|
213
219
|
}
|
|
214
220
|
/**
|
|
221
|
+
* Enables the specified gate for the environment.
|
|
215
222
|
* Enable the gate for the environment
|
|
216
223
|
*/
|
|
217
224
|
enableGateRaw(requestParameters, initOverrides) {
|
|
@@ -241,6 +248,7 @@ class GatesApi extends BaseAPI {
|
|
|
241
248
|
});
|
|
242
249
|
}
|
|
243
250
|
/**
|
|
251
|
+
* Enables the specified gate for the environment.
|
|
244
252
|
* Enable the gate for the environment
|
|
245
253
|
*/
|
|
246
254
|
enableGate(requestParameters, initOverrides) {
|
|
@@ -250,6 +258,7 @@ class GatesApi extends BaseAPI {
|
|
|
250
258
|
});
|
|
251
259
|
}
|
|
252
260
|
/**
|
|
261
|
+
* Returns the gates for the specified environment.
|
|
253
262
|
* Get the gates for an environment
|
|
254
263
|
*/
|
|
255
264
|
getEnvironmentGatesRaw(requestParameters, initOverrides) {
|
|
@@ -269,6 +278,7 @@ class GatesApi extends BaseAPI {
|
|
|
269
278
|
});
|
|
270
279
|
}
|
|
271
280
|
/**
|
|
281
|
+
* Returns the gates for the specified environment.
|
|
272
282
|
* Get the gates for an environment
|
|
273
283
|
*/
|
|
274
284
|
getEnvironmentGates(requestParameters, initOverrides) {
|
|
@@ -278,6 +288,7 @@ class GatesApi extends BaseAPI {
|
|
|
278
288
|
});
|
|
279
289
|
}
|
|
280
290
|
/**
|
|
291
|
+
* Returns a single gate by its unique identifier.
|
|
281
292
|
* Gets a gate
|
|
282
293
|
*/
|
|
283
294
|
getGateRaw(requestParameters, initOverrides) {
|
|
@@ -300,6 +311,7 @@ class GatesApi extends BaseAPI {
|
|
|
300
311
|
});
|
|
301
312
|
}
|
|
302
313
|
/**
|
|
314
|
+
* Returns a single gate by its unique identifier.
|
|
303
315
|
* Gets a gate
|
|
304
316
|
*/
|
|
305
317
|
getGate(requestParameters, initOverrides) {
|
|
@@ -309,6 +321,7 @@ class GatesApi extends BaseAPI {
|
|
|
309
321
|
});
|
|
310
322
|
}
|
|
311
323
|
/**
|
|
324
|
+
* Updates the configuration of the specified gate.
|
|
312
325
|
* Updates a gate
|
|
313
326
|
*/
|
|
314
327
|
updateGateRaw(requestParameters, initOverrides) {
|
|
@@ -336,6 +349,7 @@ class GatesApi extends BaseAPI {
|
|
|
336
349
|
});
|
|
337
350
|
}
|
|
338
351
|
/**
|
|
352
|
+
* Updates the configuration of the specified gate.
|
|
339
353
|
* Updates a gate
|
|
340
354
|
*/
|
|
341
355
|
updateGate(requestParameters, initOverrides) {
|
|
@@ -108,6 +108,7 @@ require('../models/WalletTransactionType.cjs');
|
|
|
108
108
|
*/
|
|
109
109
|
class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
110
110
|
/**
|
|
111
|
+
* Adds a domain to the allowed or blocked list for global wallet access in this project environment.
|
|
111
112
|
* Adds a domain to be allowed or blocked for global wallet access for this project environment
|
|
112
113
|
*/
|
|
113
114
|
addGlobalWalletAccessControlDomainRaw(requestParameters, initOverrides) {
|
|
@@ -139,6 +140,7 @@ class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
|
139
140
|
});
|
|
140
141
|
}
|
|
141
142
|
/**
|
|
143
|
+
* Adds a domain to the allowed or blocked list for global wallet access in this project environment.
|
|
142
144
|
* Adds a domain to be allowed or blocked for global wallet access for this project environment
|
|
143
145
|
*/
|
|
144
146
|
addGlobalWalletAccessControlDomain(requestParameters, initOverrides) {
|
|
@@ -148,7 +150,8 @@ class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
|
148
150
|
});
|
|
149
151
|
}
|
|
150
152
|
/**
|
|
151
|
-
* Creates a global wallet access control for
|
|
153
|
+
* Creates a new global wallet access control configuration for the specified environment.
|
|
154
|
+
* Create a global wallet access control for the environment
|
|
152
155
|
*/
|
|
153
156
|
createGlobalWalletAccessControlRaw(requestParameters, initOverrides) {
|
|
154
157
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -179,7 +182,8 @@ class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
|
179
182
|
});
|
|
180
183
|
}
|
|
181
184
|
/**
|
|
182
|
-
* Creates a global wallet access control for
|
|
185
|
+
* Creates a new global wallet access control configuration for the specified environment.
|
|
186
|
+
* Create a global wallet access control for the environment
|
|
183
187
|
*/
|
|
184
188
|
createGlobalWalletAccessControl(requestParameters, initOverrides) {
|
|
185
189
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -188,6 +192,7 @@ class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
|
188
192
|
});
|
|
189
193
|
}
|
|
190
194
|
/**
|
|
195
|
+
* Permanently removes a global wallet access control domain by its ID.
|
|
191
196
|
* Delete a global wallet access control domain by id
|
|
192
197
|
*/
|
|
193
198
|
deleteGlobalWalletAccessControlDomainByIdRaw(requestParameters, initOverrides) {
|
|
@@ -217,6 +222,7 @@ class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
|
217
222
|
});
|
|
218
223
|
}
|
|
219
224
|
/**
|
|
225
|
+
* Permanently removes a global wallet access control domain by its ID.
|
|
220
226
|
* Delete a global wallet access control domain by id
|
|
221
227
|
*/
|
|
222
228
|
deleteGlobalWalletAccessControlDomainById(requestParameters, initOverrides) {
|
|
@@ -225,7 +231,8 @@ class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
|
225
231
|
});
|
|
226
232
|
}
|
|
227
233
|
/**
|
|
228
|
-
*
|
|
234
|
+
* Disables global wallet access control for the specified environment.
|
|
235
|
+
* Disable global wallet access control for this environment
|
|
229
236
|
*/
|
|
230
237
|
disableGlobalWalletAccessControlRaw(requestParameters, initOverrides) {
|
|
231
238
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -244,7 +251,8 @@ class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
|
244
251
|
});
|
|
245
252
|
}
|
|
246
253
|
/**
|
|
247
|
-
*
|
|
254
|
+
* Disables global wallet access control for the specified environment.
|
|
255
|
+
* Disable global wallet access control for this environment
|
|
248
256
|
*/
|
|
249
257
|
disableGlobalWalletAccessControl(requestParameters, initOverrides) {
|
|
250
258
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -253,6 +261,7 @@ class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
|
253
261
|
});
|
|
254
262
|
}
|
|
255
263
|
/**
|
|
264
|
+
* Enables global wallet access control for the specified environment.
|
|
256
265
|
* Enable global wallet access control for this environment
|
|
257
266
|
*/
|
|
258
267
|
enableGlobalWalletAccessControlRaw(requestParameters, initOverrides) {
|
|
@@ -272,6 +281,7 @@ class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
|
272
281
|
});
|
|
273
282
|
}
|
|
274
283
|
/**
|
|
284
|
+
* Enables global wallet access control for the specified environment.
|
|
275
285
|
* Enable global wallet access control for this environment
|
|
276
286
|
*/
|
|
277
287
|
enableGlobalWalletAccessControl(requestParameters, initOverrides) {
|
|
@@ -281,7 +291,8 @@ class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
|
281
291
|
});
|
|
282
292
|
}
|
|
283
293
|
/**
|
|
284
|
-
*
|
|
294
|
+
* Returns the global wallet access control domains for the specified environment.
|
|
295
|
+
* Get global wallet access control domains for the environment
|
|
285
296
|
*/
|
|
286
297
|
getGlobalWalletAccessControlListRaw(requestParameters, initOverrides) {
|
|
287
298
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -307,7 +318,8 @@ class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
|
307
318
|
});
|
|
308
319
|
}
|
|
309
320
|
/**
|
|
310
|
-
*
|
|
321
|
+
* Returns the global wallet access control domains for the specified environment.
|
|
322
|
+
* Get global wallet access control domains for the environment
|
|
311
323
|
*/
|
|
312
324
|
getGlobalWalletAccessControlList(requestParameters, initOverrides) {
|
|
313
325
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -316,7 +328,8 @@ class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
|
316
328
|
});
|
|
317
329
|
}
|
|
318
330
|
/**
|
|
319
|
-
* Updates
|
|
331
|
+
* Updates the global wallet access control configuration for the specified environment.
|
|
332
|
+
* Update a global wallet access control for the environment
|
|
320
333
|
*/
|
|
321
334
|
updateGlobalWalletAccessControlRaw(requestParameters, initOverrides) {
|
|
322
335
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -347,7 +360,8 @@ class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
|
347
360
|
});
|
|
348
361
|
}
|
|
349
362
|
/**
|
|
350
|
-
* Updates
|
|
363
|
+
* Updates the global wallet access control configuration for the specified environment.
|
|
364
|
+
* Update a global wallet access control for the environment
|
|
351
365
|
*/
|
|
352
366
|
updateGlobalWalletAccessControl(requestParameters, initOverrides) {
|
|
353
367
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -41,59 +41,73 @@ export interface UpdateGlobalWalletAccessControlRequest {
|
|
|
41
41
|
*/
|
|
42
42
|
export declare class GlobalWalletAccessControlApi extends runtime.BaseAPI {
|
|
43
43
|
/**
|
|
44
|
+
* Adds a domain to the allowed or blocked list for global wallet access in this project environment.
|
|
44
45
|
* Adds a domain to be allowed or blocked for global wallet access for this project environment
|
|
45
46
|
*/
|
|
46
47
|
addGlobalWalletAccessControlDomainRaw(requestParameters: AddGlobalWalletAccessControlDomainRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletAccessControlDomainResponse>>;
|
|
47
48
|
/**
|
|
49
|
+
* Adds a domain to the allowed or blocked list for global wallet access in this project environment.
|
|
48
50
|
* Adds a domain to be allowed or blocked for global wallet access for this project environment
|
|
49
51
|
*/
|
|
50
52
|
addGlobalWalletAccessControlDomain(requestParameters: AddGlobalWalletAccessControlDomainRequest, initOverrides?: RequestInit): Promise<GlobalWalletAccessControlDomainResponse>;
|
|
51
53
|
/**
|
|
52
|
-
* Creates a global wallet access control for
|
|
54
|
+
* Creates a new global wallet access control configuration for the specified environment.
|
|
55
|
+
* Create a global wallet access control for the environment
|
|
53
56
|
*/
|
|
54
57
|
createGlobalWalletAccessControlRaw(requestParameters: CreateGlobalWalletAccessControlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletAccessControlResponse>>;
|
|
55
58
|
/**
|
|
56
|
-
* Creates a global wallet access control for
|
|
59
|
+
* Creates a new global wallet access control configuration for the specified environment.
|
|
60
|
+
* Create a global wallet access control for the environment
|
|
57
61
|
*/
|
|
58
62
|
createGlobalWalletAccessControl(requestParameters: CreateGlobalWalletAccessControlRequest, initOverrides?: RequestInit): Promise<GlobalWalletAccessControlResponse>;
|
|
59
63
|
/**
|
|
64
|
+
* Permanently removes a global wallet access control domain by its ID.
|
|
60
65
|
* Delete a global wallet access control domain by id
|
|
61
66
|
*/
|
|
62
67
|
deleteGlobalWalletAccessControlDomainByIdRaw(requestParameters: DeleteGlobalWalletAccessControlDomainByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
63
68
|
/**
|
|
69
|
+
* Permanently removes a global wallet access control domain by its ID.
|
|
64
70
|
* Delete a global wallet access control domain by id
|
|
65
71
|
*/
|
|
66
72
|
deleteGlobalWalletAccessControlDomainById(requestParameters: DeleteGlobalWalletAccessControlDomainByIdRequest, initOverrides?: RequestInit): Promise<void>;
|
|
67
73
|
/**
|
|
68
|
-
*
|
|
74
|
+
* Disables global wallet access control for the specified environment.
|
|
75
|
+
* Disable global wallet access control for this environment
|
|
69
76
|
*/
|
|
70
77
|
disableGlobalWalletAccessControlRaw(requestParameters: DisableGlobalWalletAccessControlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletAccessControlResponse>>;
|
|
71
78
|
/**
|
|
72
|
-
*
|
|
79
|
+
* Disables global wallet access control for the specified environment.
|
|
80
|
+
* Disable global wallet access control for this environment
|
|
73
81
|
*/
|
|
74
82
|
disableGlobalWalletAccessControl(requestParameters: DisableGlobalWalletAccessControlRequest, initOverrides?: RequestInit): Promise<GlobalWalletAccessControlResponse>;
|
|
75
83
|
/**
|
|
84
|
+
* Enables global wallet access control for the specified environment.
|
|
76
85
|
* Enable global wallet access control for this environment
|
|
77
86
|
*/
|
|
78
87
|
enableGlobalWalletAccessControlRaw(requestParameters: EnableGlobalWalletAccessControlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletAccessControlResponse>>;
|
|
79
88
|
/**
|
|
89
|
+
* Enables global wallet access control for the specified environment.
|
|
80
90
|
* Enable global wallet access control for this environment
|
|
81
91
|
*/
|
|
82
92
|
enableGlobalWalletAccessControl(requestParameters: EnableGlobalWalletAccessControlRequest, initOverrides?: RequestInit): Promise<GlobalWalletAccessControlResponse>;
|
|
83
93
|
/**
|
|
84
|
-
*
|
|
94
|
+
* Returns the global wallet access control domains for the specified environment.
|
|
95
|
+
* Get global wallet access control domains for the environment
|
|
85
96
|
*/
|
|
86
97
|
getGlobalWalletAccessControlListRaw(requestParameters: GetGlobalWalletAccessControlListRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletAccessControlResponse>>;
|
|
87
98
|
/**
|
|
88
|
-
*
|
|
99
|
+
* Returns the global wallet access control domains for the specified environment.
|
|
100
|
+
* Get global wallet access control domains for the environment
|
|
89
101
|
*/
|
|
90
102
|
getGlobalWalletAccessControlList(requestParameters: GetGlobalWalletAccessControlListRequest, initOverrides?: RequestInit): Promise<GlobalWalletAccessControlResponse>;
|
|
91
103
|
/**
|
|
92
|
-
* Updates
|
|
104
|
+
* Updates the global wallet access control configuration for the specified environment.
|
|
105
|
+
* Update a global wallet access control for the environment
|
|
93
106
|
*/
|
|
94
107
|
updateGlobalWalletAccessControlRaw(requestParameters: UpdateGlobalWalletAccessControlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletAccessControlResponse>>;
|
|
95
108
|
/**
|
|
96
|
-
* Updates
|
|
109
|
+
* Updates the global wallet access control configuration for the specified environment.
|
|
110
|
+
* Update a global wallet access control for the environment
|
|
97
111
|
*/
|
|
98
112
|
updateGlobalWalletAccessControl(requestParameters: UpdateGlobalWalletAccessControlRequest, initOverrides?: RequestInit): Promise<GlobalWalletAccessControlResponse>;
|
|
99
113
|
}
|
|
@@ -104,6 +104,7 @@ import '../models/WalletTransactionType.js';
|
|
|
104
104
|
*/
|
|
105
105
|
class GlobalWalletAccessControlApi extends BaseAPI {
|
|
106
106
|
/**
|
|
107
|
+
* Adds a domain to the allowed or blocked list for global wallet access in this project environment.
|
|
107
108
|
* Adds a domain to be allowed or blocked for global wallet access for this project environment
|
|
108
109
|
*/
|
|
109
110
|
addGlobalWalletAccessControlDomainRaw(requestParameters, initOverrides) {
|
|
@@ -135,6 +136,7 @@ class GlobalWalletAccessControlApi extends BaseAPI {
|
|
|
135
136
|
});
|
|
136
137
|
}
|
|
137
138
|
/**
|
|
139
|
+
* Adds a domain to the allowed or blocked list for global wallet access in this project environment.
|
|
138
140
|
* Adds a domain to be allowed or blocked for global wallet access for this project environment
|
|
139
141
|
*/
|
|
140
142
|
addGlobalWalletAccessControlDomain(requestParameters, initOverrides) {
|
|
@@ -144,7 +146,8 @@ class GlobalWalletAccessControlApi extends BaseAPI {
|
|
|
144
146
|
});
|
|
145
147
|
}
|
|
146
148
|
/**
|
|
147
|
-
* Creates a global wallet access control for
|
|
149
|
+
* Creates a new global wallet access control configuration for the specified environment.
|
|
150
|
+
* Create a global wallet access control for the environment
|
|
148
151
|
*/
|
|
149
152
|
createGlobalWalletAccessControlRaw(requestParameters, initOverrides) {
|
|
150
153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -175,7 +178,8 @@ class GlobalWalletAccessControlApi extends BaseAPI {
|
|
|
175
178
|
});
|
|
176
179
|
}
|
|
177
180
|
/**
|
|
178
|
-
* Creates a global wallet access control for
|
|
181
|
+
* Creates a new global wallet access control configuration for the specified environment.
|
|
182
|
+
* Create a global wallet access control for the environment
|
|
179
183
|
*/
|
|
180
184
|
createGlobalWalletAccessControl(requestParameters, initOverrides) {
|
|
181
185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -184,6 +188,7 @@ class GlobalWalletAccessControlApi extends BaseAPI {
|
|
|
184
188
|
});
|
|
185
189
|
}
|
|
186
190
|
/**
|
|
191
|
+
* Permanently removes a global wallet access control domain by its ID.
|
|
187
192
|
* Delete a global wallet access control domain by id
|
|
188
193
|
*/
|
|
189
194
|
deleteGlobalWalletAccessControlDomainByIdRaw(requestParameters, initOverrides) {
|
|
@@ -213,6 +218,7 @@ class GlobalWalletAccessControlApi extends BaseAPI {
|
|
|
213
218
|
});
|
|
214
219
|
}
|
|
215
220
|
/**
|
|
221
|
+
* Permanently removes a global wallet access control domain by its ID.
|
|
216
222
|
* Delete a global wallet access control domain by id
|
|
217
223
|
*/
|
|
218
224
|
deleteGlobalWalletAccessControlDomainById(requestParameters, initOverrides) {
|
|
@@ -221,7 +227,8 @@ class GlobalWalletAccessControlApi extends BaseAPI {
|
|
|
221
227
|
});
|
|
222
228
|
}
|
|
223
229
|
/**
|
|
224
|
-
*
|
|
230
|
+
* Disables global wallet access control for the specified environment.
|
|
231
|
+
* Disable global wallet access control for this environment
|
|
225
232
|
*/
|
|
226
233
|
disableGlobalWalletAccessControlRaw(requestParameters, initOverrides) {
|
|
227
234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -240,7 +247,8 @@ class GlobalWalletAccessControlApi extends BaseAPI {
|
|
|
240
247
|
});
|
|
241
248
|
}
|
|
242
249
|
/**
|
|
243
|
-
*
|
|
250
|
+
* Disables global wallet access control for the specified environment.
|
|
251
|
+
* Disable global wallet access control for this environment
|
|
244
252
|
*/
|
|
245
253
|
disableGlobalWalletAccessControl(requestParameters, initOverrides) {
|
|
246
254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,6 +257,7 @@ class GlobalWalletAccessControlApi extends BaseAPI {
|
|
|
249
257
|
});
|
|
250
258
|
}
|
|
251
259
|
/**
|
|
260
|
+
* Enables global wallet access control for the specified environment.
|
|
252
261
|
* Enable global wallet access control for this environment
|
|
253
262
|
*/
|
|
254
263
|
enableGlobalWalletAccessControlRaw(requestParameters, initOverrides) {
|
|
@@ -268,6 +277,7 @@ class GlobalWalletAccessControlApi extends BaseAPI {
|
|
|
268
277
|
});
|
|
269
278
|
}
|
|
270
279
|
/**
|
|
280
|
+
* Enables global wallet access control for the specified environment.
|
|
271
281
|
* Enable global wallet access control for this environment
|
|
272
282
|
*/
|
|
273
283
|
enableGlobalWalletAccessControl(requestParameters, initOverrides) {
|
|
@@ -277,7 +287,8 @@ class GlobalWalletAccessControlApi extends BaseAPI {
|
|
|
277
287
|
});
|
|
278
288
|
}
|
|
279
289
|
/**
|
|
280
|
-
*
|
|
290
|
+
* Returns the global wallet access control domains for the specified environment.
|
|
291
|
+
* Get global wallet access control domains for the environment
|
|
281
292
|
*/
|
|
282
293
|
getGlobalWalletAccessControlListRaw(requestParameters, initOverrides) {
|
|
283
294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -303,7 +314,8 @@ class GlobalWalletAccessControlApi extends BaseAPI {
|
|
|
303
314
|
});
|
|
304
315
|
}
|
|
305
316
|
/**
|
|
306
|
-
*
|
|
317
|
+
* Returns the global wallet access control domains for the specified environment.
|
|
318
|
+
* Get global wallet access control domains for the environment
|
|
307
319
|
*/
|
|
308
320
|
getGlobalWalletAccessControlList(requestParameters, initOverrides) {
|
|
309
321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -312,7 +324,8 @@ class GlobalWalletAccessControlApi extends BaseAPI {
|
|
|
312
324
|
});
|
|
313
325
|
}
|
|
314
326
|
/**
|
|
315
|
-
* Updates
|
|
327
|
+
* Updates the global wallet access control configuration for the specified environment.
|
|
328
|
+
* Update a global wallet access control for the environment
|
|
316
329
|
*/
|
|
317
330
|
updateGlobalWalletAccessControlRaw(requestParameters, initOverrides) {
|
|
318
331
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -343,7 +356,8 @@ class GlobalWalletAccessControlApi extends BaseAPI {
|
|
|
343
356
|
});
|
|
344
357
|
}
|
|
345
358
|
/**
|
|
346
|
-
* Updates
|
|
359
|
+
* Updates the global wallet access control configuration for the specified environment.
|
|
360
|
+
* Update a global wallet access control for the environment
|
|
347
361
|
*/
|
|
348
362
|
updateGlobalWalletAccessControl(requestParameters, initOverrides) {
|
|
349
363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -105,7 +105,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
105
105
|
*/
|
|
106
106
|
class GlobalWalletConnectionsApi extends runtime.BaseAPI {
|
|
107
107
|
/**
|
|
108
|
-
*
|
|
108
|
+
* Returns the global wallet connections for the specified environment.
|
|
109
|
+
* Get global wallet connections for the environment
|
|
109
110
|
*/
|
|
110
111
|
getGlobalWalletConnectionsRaw(requestParameters, initOverrides) {
|
|
111
112
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -136,7 +137,8 @@ class GlobalWalletConnectionsApi extends runtime.BaseAPI {
|
|
|
136
137
|
});
|
|
137
138
|
}
|
|
138
139
|
/**
|
|
139
|
-
*
|
|
140
|
+
* Returns the global wallet connections for the specified environment.
|
|
141
|
+
* Get global wallet connections for the environment
|
|
140
142
|
*/
|
|
141
143
|
getGlobalWalletConnections(requestParameters, initOverrides) {
|
|
142
144
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -23,11 +23,13 @@ export interface GetGlobalWalletConnectionsRequest {
|
|
|
23
23
|
*/
|
|
24
24
|
export declare class GlobalWalletConnectionsApi extends runtime.BaseAPI {
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Returns the global wallet connections for the specified environment.
|
|
27
|
+
* Get global wallet connections for the environment
|
|
27
28
|
*/
|
|
28
29
|
getGlobalWalletConnectionsRaw(requestParameters: GetGlobalWalletConnectionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<GlobalWalletConnection>>>;
|
|
29
30
|
/**
|
|
30
|
-
*
|
|
31
|
+
* Returns the global wallet connections for the specified environment.
|
|
32
|
+
* Get global wallet connections for the environment
|
|
31
33
|
*/
|
|
32
34
|
getGlobalWalletConnections(requestParameters: GetGlobalWalletConnectionsRequest, initOverrides?: RequestInit): Promise<Array<GlobalWalletConnection>>;
|
|
33
35
|
}
|