@dynamic-labs/sdk-api 0.0.868 → 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 +20 -10
- package/src/apis/EnvironmentsApi.d.ts +20 -10
- package/src/apis/EnvironmentsApi.js +20 -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 +350 -164
- package/src/apis/SDKApi.d.ts +350 -164
- package/src/apis/SDKApi.js +350 -164
- 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 +32 -4
- package/src/apis/WaasApi.d.ts +32 -4
- package/src/apis/WaasApi.js +32 -4
- 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
|
@@ -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
|
}
|
|
@@ -101,7 +101,8 @@ import '../models/WalletTransactionType.js';
|
|
|
101
101
|
*/
|
|
102
102
|
class GlobalWalletConnectionsApi extends BaseAPI {
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
* Returns the global wallet connections for the specified environment.
|
|
105
|
+
* Get global wallet connections for the environment
|
|
105
106
|
*/
|
|
106
107
|
getGlobalWalletConnectionsRaw(requestParameters, initOverrides) {
|
|
107
108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -132,7 +133,8 @@ class GlobalWalletConnectionsApi extends BaseAPI {
|
|
|
132
133
|
});
|
|
133
134
|
}
|
|
134
135
|
/**
|
|
135
|
-
*
|
|
136
|
+
* Returns the global wallet connections for the specified environment.
|
|
137
|
+
* Get global wallet connections for the environment
|
|
136
138
|
*/
|
|
137
139
|
getGlobalWalletConnections(requestParameters, initOverrides) {
|
|
138
140
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -107,7 +107,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
107
107
|
*/
|
|
108
108
|
class GlobalWalletsApi extends runtime.BaseAPI {
|
|
109
109
|
/**
|
|
110
|
-
* Creates
|
|
110
|
+
* Creates new global wallet settings for the specified environment.
|
|
111
|
+
* Create global wallet settings for the environment
|
|
111
112
|
*/
|
|
112
113
|
createGlobalWalletSettingsRaw(requestParameters, initOverrides) {
|
|
113
114
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -131,7 +132,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
131
132
|
});
|
|
132
133
|
}
|
|
133
134
|
/**
|
|
134
|
-
* Creates
|
|
135
|
+
* Creates new global wallet settings for the specified environment.
|
|
136
|
+
* Create global wallet settings for the environment
|
|
135
137
|
*/
|
|
136
138
|
createGlobalWalletSettings(requestParameters, initOverrides) {
|
|
137
139
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -140,7 +142,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
140
142
|
});
|
|
141
143
|
}
|
|
142
144
|
/**
|
|
143
|
-
*
|
|
145
|
+
* Disables the global wallet feature for the specified environment.
|
|
146
|
+
* Disable global wallet for this environment
|
|
144
147
|
*/
|
|
145
148
|
disableGlobalWalletRaw(requestParameters, initOverrides) {
|
|
146
149
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -159,7 +162,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
159
162
|
});
|
|
160
163
|
}
|
|
161
164
|
/**
|
|
162
|
-
*
|
|
165
|
+
* Disables the global wallet feature for the specified environment.
|
|
166
|
+
* Disable global wallet for this environment
|
|
163
167
|
*/
|
|
164
168
|
disableGlobalWallet(requestParameters, initOverrides) {
|
|
165
169
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -168,6 +172,7 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
168
172
|
});
|
|
169
173
|
}
|
|
170
174
|
/**
|
|
175
|
+
* Enables the global wallet feature for the specified environment.
|
|
171
176
|
* Enable global wallet for this environment
|
|
172
177
|
*/
|
|
173
178
|
enableGlobalWalletRaw(requestParameters, initOverrides) {
|
|
@@ -187,6 +192,7 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
187
192
|
});
|
|
188
193
|
}
|
|
189
194
|
/**
|
|
195
|
+
* Enables the global wallet feature for the specified environment.
|
|
190
196
|
* Enable global wallet for this environment
|
|
191
197
|
*/
|
|
192
198
|
enableGlobalWallet(requestParameters, initOverrides) {
|
|
@@ -196,7 +202,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
196
202
|
});
|
|
197
203
|
}
|
|
198
204
|
/**
|
|
199
|
-
*
|
|
205
|
+
* Returns the global wallet settings for the specified environment.
|
|
206
|
+
* Get global wallet settings for the environment
|
|
200
207
|
*/
|
|
201
208
|
getGlobalWalletSettingsRaw(requestParameters, initOverrides) {
|
|
202
209
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -215,7 +222,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
215
222
|
});
|
|
216
223
|
}
|
|
217
224
|
/**
|
|
218
|
-
*
|
|
225
|
+
* Returns the global wallet settings for the specified environment.
|
|
226
|
+
* Get global wallet settings for the environment
|
|
219
227
|
*/
|
|
220
228
|
getGlobalWalletSettings(requestParameters, initOverrides) {
|
|
221
229
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -224,7 +232,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
224
232
|
});
|
|
225
233
|
}
|
|
226
234
|
/**
|
|
227
|
-
* Updates the global wallet settings for the environment
|
|
235
|
+
* Updates the global wallet settings for the specified environment.
|
|
236
|
+
* Update global wallet settings for the environment
|
|
228
237
|
*/
|
|
229
238
|
updateGlobalWalletSettingsRaw(requestParameters, initOverrides) {
|
|
230
239
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -248,7 +257,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
248
257
|
});
|
|
249
258
|
}
|
|
250
259
|
/**
|
|
251
|
-
* Updates the global wallet settings for the environment
|
|
260
|
+
* Updates the global wallet settings for the specified environment.
|
|
261
|
+
* Update global wallet settings for the environment
|
|
252
262
|
*/
|
|
253
263
|
updateGlobalWalletSettings(requestParameters, initOverrides) {
|
|
254
264
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -33,43 +33,53 @@ export interface UpdateGlobalWalletSettingsRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
export declare class GlobalWalletsApi extends runtime.BaseAPI {
|
|
35
35
|
/**
|
|
36
|
-
* Creates
|
|
36
|
+
* Creates new global wallet settings for the specified environment.
|
|
37
|
+
* Create global wallet settings for the environment
|
|
37
38
|
*/
|
|
38
39
|
createGlobalWalletSettingsRaw(requestParameters: CreateGlobalWalletSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
39
40
|
/**
|
|
40
|
-
* Creates
|
|
41
|
+
* Creates new global wallet settings for the specified environment.
|
|
42
|
+
* Create global wallet settings for the environment
|
|
41
43
|
*/
|
|
42
44
|
createGlobalWalletSettings(requestParameters: CreateGlobalWalletSettingsRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
43
45
|
/**
|
|
44
|
-
*
|
|
46
|
+
* Disables the global wallet feature for the specified environment.
|
|
47
|
+
* Disable global wallet for this environment
|
|
45
48
|
*/
|
|
46
49
|
disableGlobalWalletRaw(requestParameters: DisableGlobalWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
47
50
|
/**
|
|
48
|
-
*
|
|
51
|
+
* Disables the global wallet feature for the specified environment.
|
|
52
|
+
* Disable global wallet for this environment
|
|
49
53
|
*/
|
|
50
54
|
disableGlobalWallet(requestParameters: DisableGlobalWalletRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
51
55
|
/**
|
|
56
|
+
* Enables the global wallet feature for the specified environment.
|
|
52
57
|
* Enable global wallet for this environment
|
|
53
58
|
*/
|
|
54
59
|
enableGlobalWalletRaw(requestParameters: EnableGlobalWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
55
60
|
/**
|
|
61
|
+
* Enables the global wallet feature for the specified environment.
|
|
56
62
|
* Enable global wallet for this environment
|
|
57
63
|
*/
|
|
58
64
|
enableGlobalWallet(requestParameters: EnableGlobalWalletRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
59
65
|
/**
|
|
60
|
-
*
|
|
66
|
+
* Returns the global wallet settings for the specified environment.
|
|
67
|
+
* Get global wallet settings for the environment
|
|
61
68
|
*/
|
|
62
69
|
getGlobalWalletSettingsRaw(requestParameters: GetGlobalWalletSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
63
70
|
/**
|
|
64
|
-
*
|
|
71
|
+
* Returns the global wallet settings for the specified environment.
|
|
72
|
+
* Get global wallet settings for the environment
|
|
65
73
|
*/
|
|
66
74
|
getGlobalWalletSettings(requestParameters: GetGlobalWalletSettingsRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
67
75
|
/**
|
|
68
|
-
* Updates the global wallet settings for the environment
|
|
76
|
+
* Updates the global wallet settings for the specified environment.
|
|
77
|
+
* Update global wallet settings for the environment
|
|
69
78
|
*/
|
|
70
79
|
updateGlobalWalletSettingsRaw(requestParameters: UpdateGlobalWalletSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
71
80
|
/**
|
|
72
|
-
* Updates the global wallet settings for the environment
|
|
81
|
+
* Updates the global wallet settings for the specified environment.
|
|
82
|
+
* Update global wallet settings for the environment
|
|
73
83
|
*/
|
|
74
84
|
updateGlobalWalletSettings(requestParameters: UpdateGlobalWalletSettingsRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
75
85
|
}
|
|
@@ -103,7 +103,8 @@ import '../models/WalletTransactionType.js';
|
|
|
103
103
|
*/
|
|
104
104
|
class GlobalWalletsApi extends BaseAPI {
|
|
105
105
|
/**
|
|
106
|
-
* Creates
|
|
106
|
+
* Creates new global wallet settings for the specified environment.
|
|
107
|
+
* Create global wallet settings for the environment
|
|
107
108
|
*/
|
|
108
109
|
createGlobalWalletSettingsRaw(requestParameters, initOverrides) {
|
|
109
110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -127,7 +128,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
127
128
|
});
|
|
128
129
|
}
|
|
129
130
|
/**
|
|
130
|
-
* Creates
|
|
131
|
+
* Creates new global wallet settings for the specified environment.
|
|
132
|
+
* Create global wallet settings for the environment
|
|
131
133
|
*/
|
|
132
134
|
createGlobalWalletSettings(requestParameters, initOverrides) {
|
|
133
135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -136,7 +138,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
136
138
|
});
|
|
137
139
|
}
|
|
138
140
|
/**
|
|
139
|
-
*
|
|
141
|
+
* Disables the global wallet feature for the specified environment.
|
|
142
|
+
* Disable global wallet for this environment
|
|
140
143
|
*/
|
|
141
144
|
disableGlobalWalletRaw(requestParameters, initOverrides) {
|
|
142
145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -155,7 +158,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
155
158
|
});
|
|
156
159
|
}
|
|
157
160
|
/**
|
|
158
|
-
*
|
|
161
|
+
* Disables the global wallet feature for the specified environment.
|
|
162
|
+
* Disable global wallet for this environment
|
|
159
163
|
*/
|
|
160
164
|
disableGlobalWallet(requestParameters, initOverrides) {
|
|
161
165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -164,6 +168,7 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
164
168
|
});
|
|
165
169
|
}
|
|
166
170
|
/**
|
|
171
|
+
* Enables the global wallet feature for the specified environment.
|
|
167
172
|
* Enable global wallet for this environment
|
|
168
173
|
*/
|
|
169
174
|
enableGlobalWalletRaw(requestParameters, initOverrides) {
|
|
@@ -183,6 +188,7 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
183
188
|
});
|
|
184
189
|
}
|
|
185
190
|
/**
|
|
191
|
+
* Enables the global wallet feature for the specified environment.
|
|
186
192
|
* Enable global wallet for this environment
|
|
187
193
|
*/
|
|
188
194
|
enableGlobalWallet(requestParameters, initOverrides) {
|
|
@@ -192,7 +198,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
192
198
|
});
|
|
193
199
|
}
|
|
194
200
|
/**
|
|
195
|
-
*
|
|
201
|
+
* Returns the global wallet settings for the specified environment.
|
|
202
|
+
* Get global wallet settings for the environment
|
|
196
203
|
*/
|
|
197
204
|
getGlobalWalletSettingsRaw(requestParameters, initOverrides) {
|
|
198
205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -211,7 +218,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
211
218
|
});
|
|
212
219
|
}
|
|
213
220
|
/**
|
|
214
|
-
*
|
|
221
|
+
* Returns the global wallet settings for the specified environment.
|
|
222
|
+
* Get global wallet settings for the environment
|
|
215
223
|
*/
|
|
216
224
|
getGlobalWalletSettings(requestParameters, initOverrides) {
|
|
217
225
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -220,7 +228,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
220
228
|
});
|
|
221
229
|
}
|
|
222
230
|
/**
|
|
223
|
-
* Updates the global wallet settings for the environment
|
|
231
|
+
* Updates the global wallet settings for the specified environment.
|
|
232
|
+
* Update global wallet settings for the environment
|
|
224
233
|
*/
|
|
225
234
|
updateGlobalWalletSettingsRaw(requestParameters, initOverrides) {
|
|
226
235
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -244,7 +253,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
244
253
|
});
|
|
245
254
|
}
|
|
246
255
|
/**
|
|
247
|
-
* Updates the global wallet settings for the environment
|
|
256
|
+
* Updates the global wallet settings for the specified environment.
|
|
257
|
+
* Update global wallet settings for the environment
|
|
248
258
|
*/
|
|
249
259
|
updateGlobalWalletSettings(requestParameters, initOverrides) {
|
|
250
260
|
return __awaiter(this, void 0, void 0, function* () {
|