@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
package/package.json
CHANGED
|
@@ -109,7 +109,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
109
109
|
*/
|
|
110
110
|
class AllowlistsApi extends runtime.BaseAPI {
|
|
111
111
|
/**
|
|
112
|
-
*
|
|
112
|
+
* Creates a new allowlist for the specified environment.
|
|
113
|
+
* Create an allowlist for the environment
|
|
113
114
|
*/
|
|
114
115
|
createAllowlistByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
115
116
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -140,7 +141,8 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
140
141
|
});
|
|
141
142
|
}
|
|
142
143
|
/**
|
|
143
|
-
*
|
|
144
|
+
* Creates a new allowlist for the specified environment.
|
|
145
|
+
* Create an allowlist for the environment
|
|
144
146
|
*/
|
|
145
147
|
createAllowlistByEnvironmentId(requestParameters, initOverrides) {
|
|
146
148
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -149,6 +151,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
149
151
|
});
|
|
150
152
|
}
|
|
151
153
|
/**
|
|
154
|
+
* Permanently removes the specified allowlist.
|
|
152
155
|
* Delete an allowlist
|
|
153
156
|
*/
|
|
154
157
|
deleteAllowlistByIdRaw(requestParameters, initOverrides) {
|
|
@@ -175,6 +178,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
175
178
|
});
|
|
176
179
|
}
|
|
177
180
|
/**
|
|
181
|
+
* Permanently removes the specified allowlist.
|
|
178
182
|
* Delete an allowlist
|
|
179
183
|
*/
|
|
180
184
|
deleteAllowlistById(requestParameters, initOverrides) {
|
|
@@ -183,6 +187,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
183
187
|
});
|
|
184
188
|
}
|
|
185
189
|
/**
|
|
190
|
+
* Permanently removes the specified allowlist entry.
|
|
186
191
|
* Delete an allowlist entry
|
|
187
192
|
*/
|
|
188
193
|
deleteAllowlistEntryByIdRaw(requestParameters, initOverrides) {
|
|
@@ -209,6 +214,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
209
214
|
});
|
|
210
215
|
}
|
|
211
216
|
/**
|
|
217
|
+
* Permanently removes the specified allowlist entry.
|
|
212
218
|
* Delete an allowlist entry
|
|
213
219
|
*/
|
|
214
220
|
deleteAllowlistEntryById(requestParameters, initOverrides) {
|
|
@@ -217,6 +223,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
217
223
|
});
|
|
218
224
|
}
|
|
219
225
|
/**
|
|
226
|
+
* Disables the specified allowlist.
|
|
220
227
|
* Disable the allow list
|
|
221
228
|
*/
|
|
222
229
|
disableAllowlistByIdRaw(requestParameters, initOverrides) {
|
|
@@ -243,6 +250,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
243
250
|
});
|
|
244
251
|
}
|
|
245
252
|
/**
|
|
253
|
+
* Disables the specified allowlist.
|
|
246
254
|
* Disable the allow list
|
|
247
255
|
*/
|
|
248
256
|
disableAllowlistById(requestParameters, initOverrides) {
|
|
@@ -252,6 +260,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
252
260
|
});
|
|
253
261
|
}
|
|
254
262
|
/**
|
|
263
|
+
* Enables the specified allowlist.
|
|
255
264
|
* Enable the allowlist
|
|
256
265
|
*/
|
|
257
266
|
enableAllowlistByIdRaw(requestParameters, initOverrides) {
|
|
@@ -278,6 +287,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
278
287
|
});
|
|
279
288
|
}
|
|
280
289
|
/**
|
|
290
|
+
* Enables the specified allowlist.
|
|
281
291
|
* Enable the allowlist
|
|
282
292
|
*/
|
|
283
293
|
enableAllowlistById(requestParameters, initOverrides) {
|
|
@@ -287,7 +297,8 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
287
297
|
});
|
|
288
298
|
}
|
|
289
299
|
/**
|
|
290
|
-
*
|
|
300
|
+
* Returns the allowlists for the specified environment.
|
|
301
|
+
* Get allowlists for the environment
|
|
291
302
|
*/
|
|
292
303
|
getAllowlistsByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
293
304
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -313,7 +324,8 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
313
324
|
});
|
|
314
325
|
}
|
|
315
326
|
/**
|
|
316
|
-
*
|
|
327
|
+
* Returns the allowlists for the specified environment.
|
|
328
|
+
* Get allowlists for the environment
|
|
317
329
|
*/
|
|
318
330
|
getAllowlistsByEnvironmentId(requestParameters, initOverrides) {
|
|
319
331
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -322,6 +334,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
322
334
|
});
|
|
323
335
|
}
|
|
324
336
|
/**
|
|
337
|
+
* Returns an allowlist by its unique identifier.
|
|
325
338
|
* Get allowlist by id
|
|
326
339
|
*/
|
|
327
340
|
getAllowlistsByIdRaw(requestParameters, initOverrides) {
|
|
@@ -348,6 +361,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
348
361
|
});
|
|
349
362
|
}
|
|
350
363
|
/**
|
|
364
|
+
* Returns an allowlist by its unique identifier.
|
|
351
365
|
* Get allowlist by id
|
|
352
366
|
*/
|
|
353
367
|
getAllowlistsById(requestParameters, initOverrides) {
|
|
@@ -357,6 +371,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
357
371
|
});
|
|
358
372
|
}
|
|
359
373
|
/**
|
|
374
|
+
* Returns all entries for the specified allowlist.
|
|
360
375
|
* Get all entries for an allowlist
|
|
361
376
|
*/
|
|
362
377
|
getEntriesByAllowlistIdRaw(requestParameters, initOverrides) {
|
|
@@ -395,6 +410,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
395
410
|
});
|
|
396
411
|
}
|
|
397
412
|
/**
|
|
413
|
+
* Returns all entries for the specified allowlist.
|
|
398
414
|
* Get all entries for an allowlist
|
|
399
415
|
*/
|
|
400
416
|
getEntriesByAllowlistId(requestParameters, initOverrides) {
|
|
@@ -404,7 +420,8 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
404
420
|
});
|
|
405
421
|
}
|
|
406
422
|
/**
|
|
407
|
-
*
|
|
423
|
+
* Creates a new entry for the specified allowlist.
|
|
424
|
+
* Create an allowlist entry
|
|
408
425
|
*/
|
|
409
426
|
postEntryByAllowlistIdRaw(requestParameters, initOverrides) {
|
|
410
427
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -435,7 +452,8 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
435
452
|
});
|
|
436
453
|
}
|
|
437
454
|
/**
|
|
438
|
-
*
|
|
455
|
+
* Creates a new entry for the specified allowlist.
|
|
456
|
+
* Create an allowlist entry
|
|
439
457
|
*/
|
|
440
458
|
postEntryByAllowlistId(requestParameters, initOverrides) {
|
|
441
459
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -444,6 +462,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
444
462
|
});
|
|
445
463
|
}
|
|
446
464
|
/**
|
|
465
|
+
* Updates the specified allowlist.
|
|
447
466
|
* Update the outcome, scope, or name of an allowlist entry by ID
|
|
448
467
|
*/
|
|
449
468
|
updateAllowlistByIdRaw(requestParameters, initOverrides) {
|
|
@@ -475,6 +494,7 @@ class AllowlistsApi extends runtime.BaseAPI {
|
|
|
475
494
|
});
|
|
476
495
|
}
|
|
477
496
|
/**
|
|
497
|
+
* Updates the specified allowlist.
|
|
478
498
|
* Update the outcome, scope, or name of an allowlist entry by ID
|
|
479
499
|
*/
|
|
480
500
|
updateAllowlistById(requestParameters, initOverrides) {
|
|
@@ -53,82 +53,102 @@ export interface UpdateAllowlistByIdRequest {
|
|
|
53
53
|
*/
|
|
54
54
|
export declare class AllowlistsApi extends runtime.BaseAPI {
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* Creates a new allowlist for the specified environment.
|
|
57
|
+
* Create an allowlist for the environment
|
|
57
58
|
*/
|
|
58
59
|
createAllowlistByEnvironmentIdRaw(requestParameters: CreateAllowlistByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Allowlist>>;
|
|
59
60
|
/**
|
|
60
|
-
*
|
|
61
|
+
* Creates a new allowlist for the specified environment.
|
|
62
|
+
* Create an allowlist for the environment
|
|
61
63
|
*/
|
|
62
64
|
createAllowlistByEnvironmentId(requestParameters: CreateAllowlistByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<Allowlist>;
|
|
63
65
|
/**
|
|
66
|
+
* Permanently removes the specified allowlist.
|
|
64
67
|
* Delete an allowlist
|
|
65
68
|
*/
|
|
66
69
|
deleteAllowlistByIdRaw(requestParameters: DeleteAllowlistByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
67
70
|
/**
|
|
71
|
+
* Permanently removes the specified allowlist.
|
|
68
72
|
* Delete an allowlist
|
|
69
73
|
*/
|
|
70
74
|
deleteAllowlistById(requestParameters: DeleteAllowlistByIdRequest, initOverrides?: RequestInit): Promise<void>;
|
|
71
75
|
/**
|
|
76
|
+
* Permanently removes the specified allowlist entry.
|
|
72
77
|
* Delete an allowlist entry
|
|
73
78
|
*/
|
|
74
79
|
deleteAllowlistEntryByIdRaw(requestParameters: DeleteAllowlistEntryByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
75
80
|
/**
|
|
81
|
+
* Permanently removes the specified allowlist entry.
|
|
76
82
|
* Delete an allowlist entry
|
|
77
83
|
*/
|
|
78
84
|
deleteAllowlistEntryById(requestParameters: DeleteAllowlistEntryByIdRequest, initOverrides?: RequestInit): Promise<void>;
|
|
79
85
|
/**
|
|
86
|
+
* Disables the specified allowlist.
|
|
80
87
|
* Disable the allow list
|
|
81
88
|
*/
|
|
82
89
|
disableAllowlistByIdRaw(requestParameters: DisableAllowlistByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Allowlist>>;
|
|
83
90
|
/**
|
|
91
|
+
* Disables the specified allowlist.
|
|
84
92
|
* Disable the allow list
|
|
85
93
|
*/
|
|
86
94
|
disableAllowlistById(requestParameters: DisableAllowlistByIdRequest, initOverrides?: RequestInit): Promise<Allowlist>;
|
|
87
95
|
/**
|
|
96
|
+
* Enables the specified allowlist.
|
|
88
97
|
* Enable the allowlist
|
|
89
98
|
*/
|
|
90
99
|
enableAllowlistByIdRaw(requestParameters: EnableAllowlistByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Allowlist>>;
|
|
91
100
|
/**
|
|
101
|
+
* Enables the specified allowlist.
|
|
92
102
|
* Enable the allowlist
|
|
93
103
|
*/
|
|
94
104
|
enableAllowlistById(requestParameters: EnableAllowlistByIdRequest, initOverrides?: RequestInit): Promise<Allowlist>;
|
|
95
105
|
/**
|
|
96
|
-
*
|
|
106
|
+
* Returns the allowlists for the specified environment.
|
|
107
|
+
* Get allowlists for the environment
|
|
97
108
|
*/
|
|
98
109
|
getAllowlistsByEnvironmentIdRaw(requestParameters: GetAllowlistsByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<Allowlist>>>;
|
|
99
110
|
/**
|
|
100
|
-
*
|
|
111
|
+
* Returns the allowlists for the specified environment.
|
|
112
|
+
* Get allowlists for the environment
|
|
101
113
|
*/
|
|
102
114
|
getAllowlistsByEnvironmentId(requestParameters: GetAllowlistsByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<Array<Allowlist>>;
|
|
103
115
|
/**
|
|
116
|
+
* Returns an allowlist by its unique identifier.
|
|
104
117
|
* Get allowlist by id
|
|
105
118
|
*/
|
|
106
119
|
getAllowlistsByIdRaw(requestParameters: GetAllowlistsByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Allowlist>>;
|
|
107
120
|
/**
|
|
121
|
+
* Returns an allowlist by its unique identifier.
|
|
108
122
|
* Get allowlist by id
|
|
109
123
|
*/
|
|
110
124
|
getAllowlistsById(requestParameters: GetAllowlistsByIdRequest, initOverrides?: RequestInit): Promise<Allowlist>;
|
|
111
125
|
/**
|
|
126
|
+
* Returns all entries for the specified allowlist.
|
|
112
127
|
* Get all entries for an allowlist
|
|
113
128
|
*/
|
|
114
129
|
getEntriesByAllowlistIdRaw(requestParameters: GetEntriesByAllowlistIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AllowlistEntriesResponse>>;
|
|
115
130
|
/**
|
|
131
|
+
* Returns all entries for the specified allowlist.
|
|
116
132
|
* Get all entries for an allowlist
|
|
117
133
|
*/
|
|
118
134
|
getEntriesByAllowlistId(requestParameters: GetEntriesByAllowlistIdRequest, initOverrides?: RequestInit): Promise<AllowlistEntriesResponse>;
|
|
119
135
|
/**
|
|
120
|
-
*
|
|
136
|
+
* Creates a new entry for the specified allowlist.
|
|
137
|
+
* Create an allowlist entry
|
|
121
138
|
*/
|
|
122
139
|
postEntryByAllowlistIdRaw(requestParameters: PostEntryByAllowlistIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AllowlistEntry>>;
|
|
123
140
|
/**
|
|
124
|
-
*
|
|
141
|
+
* Creates a new entry for the specified allowlist.
|
|
142
|
+
* Create an allowlist entry
|
|
125
143
|
*/
|
|
126
144
|
postEntryByAllowlistId(requestParameters: PostEntryByAllowlistIdRequest, initOverrides?: RequestInit): Promise<AllowlistEntry>;
|
|
127
145
|
/**
|
|
146
|
+
* Updates the specified allowlist.
|
|
128
147
|
* Update the outcome, scope, or name of an allowlist entry by ID
|
|
129
148
|
*/
|
|
130
149
|
updateAllowlistByIdRaw(requestParameters: UpdateAllowlistByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Allowlist>>;
|
|
131
150
|
/**
|
|
151
|
+
* Updates the specified allowlist.
|
|
132
152
|
* Update the outcome, scope, or name of an allowlist entry by ID
|
|
133
153
|
*/
|
|
134
154
|
updateAllowlistById(requestParameters: UpdateAllowlistByIdRequest, initOverrides?: RequestInit): Promise<Allowlist>;
|
|
@@ -105,7 +105,8 @@ import '../models/WalletTransactionType.js';
|
|
|
105
105
|
*/
|
|
106
106
|
class AllowlistsApi extends BaseAPI {
|
|
107
107
|
/**
|
|
108
|
-
*
|
|
108
|
+
* Creates a new allowlist for the specified environment.
|
|
109
|
+
* Create an allowlist for the environment
|
|
109
110
|
*/
|
|
110
111
|
createAllowlistByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
111
112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -136,7 +137,8 @@ class AllowlistsApi extends BaseAPI {
|
|
|
136
137
|
});
|
|
137
138
|
}
|
|
138
139
|
/**
|
|
139
|
-
*
|
|
140
|
+
* Creates a new allowlist for the specified environment.
|
|
141
|
+
* Create an allowlist for the environment
|
|
140
142
|
*/
|
|
141
143
|
createAllowlistByEnvironmentId(requestParameters, initOverrides) {
|
|
142
144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -145,6 +147,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
145
147
|
});
|
|
146
148
|
}
|
|
147
149
|
/**
|
|
150
|
+
* Permanently removes the specified allowlist.
|
|
148
151
|
* Delete an allowlist
|
|
149
152
|
*/
|
|
150
153
|
deleteAllowlistByIdRaw(requestParameters, initOverrides) {
|
|
@@ -171,6 +174,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
171
174
|
});
|
|
172
175
|
}
|
|
173
176
|
/**
|
|
177
|
+
* Permanently removes the specified allowlist.
|
|
174
178
|
* Delete an allowlist
|
|
175
179
|
*/
|
|
176
180
|
deleteAllowlistById(requestParameters, initOverrides) {
|
|
@@ -179,6 +183,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
179
183
|
});
|
|
180
184
|
}
|
|
181
185
|
/**
|
|
186
|
+
* Permanently removes the specified allowlist entry.
|
|
182
187
|
* Delete an allowlist entry
|
|
183
188
|
*/
|
|
184
189
|
deleteAllowlistEntryByIdRaw(requestParameters, initOverrides) {
|
|
@@ -205,6 +210,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
205
210
|
});
|
|
206
211
|
}
|
|
207
212
|
/**
|
|
213
|
+
* Permanently removes the specified allowlist entry.
|
|
208
214
|
* Delete an allowlist entry
|
|
209
215
|
*/
|
|
210
216
|
deleteAllowlistEntryById(requestParameters, initOverrides) {
|
|
@@ -213,6 +219,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
213
219
|
});
|
|
214
220
|
}
|
|
215
221
|
/**
|
|
222
|
+
* Disables the specified allowlist.
|
|
216
223
|
* Disable the allow list
|
|
217
224
|
*/
|
|
218
225
|
disableAllowlistByIdRaw(requestParameters, initOverrides) {
|
|
@@ -239,6 +246,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
239
246
|
});
|
|
240
247
|
}
|
|
241
248
|
/**
|
|
249
|
+
* Disables the specified allowlist.
|
|
242
250
|
* Disable the allow list
|
|
243
251
|
*/
|
|
244
252
|
disableAllowlistById(requestParameters, initOverrides) {
|
|
@@ -248,6 +256,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
248
256
|
});
|
|
249
257
|
}
|
|
250
258
|
/**
|
|
259
|
+
* Enables the specified allowlist.
|
|
251
260
|
* Enable the allowlist
|
|
252
261
|
*/
|
|
253
262
|
enableAllowlistByIdRaw(requestParameters, initOverrides) {
|
|
@@ -274,6 +283,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
274
283
|
});
|
|
275
284
|
}
|
|
276
285
|
/**
|
|
286
|
+
* Enables the specified allowlist.
|
|
277
287
|
* Enable the allowlist
|
|
278
288
|
*/
|
|
279
289
|
enableAllowlistById(requestParameters, initOverrides) {
|
|
@@ -283,7 +293,8 @@ class AllowlistsApi extends BaseAPI {
|
|
|
283
293
|
});
|
|
284
294
|
}
|
|
285
295
|
/**
|
|
286
|
-
*
|
|
296
|
+
* Returns the allowlists for the specified environment.
|
|
297
|
+
* Get allowlists for the environment
|
|
287
298
|
*/
|
|
288
299
|
getAllowlistsByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
289
300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -309,7 +320,8 @@ class AllowlistsApi extends BaseAPI {
|
|
|
309
320
|
});
|
|
310
321
|
}
|
|
311
322
|
/**
|
|
312
|
-
*
|
|
323
|
+
* Returns the allowlists for the specified environment.
|
|
324
|
+
* Get allowlists for the environment
|
|
313
325
|
*/
|
|
314
326
|
getAllowlistsByEnvironmentId(requestParameters, initOverrides) {
|
|
315
327
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -318,6 +330,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
318
330
|
});
|
|
319
331
|
}
|
|
320
332
|
/**
|
|
333
|
+
* Returns an allowlist by its unique identifier.
|
|
321
334
|
* Get allowlist by id
|
|
322
335
|
*/
|
|
323
336
|
getAllowlistsByIdRaw(requestParameters, initOverrides) {
|
|
@@ -344,6 +357,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
344
357
|
});
|
|
345
358
|
}
|
|
346
359
|
/**
|
|
360
|
+
* Returns an allowlist by its unique identifier.
|
|
347
361
|
* Get allowlist by id
|
|
348
362
|
*/
|
|
349
363
|
getAllowlistsById(requestParameters, initOverrides) {
|
|
@@ -353,6 +367,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
353
367
|
});
|
|
354
368
|
}
|
|
355
369
|
/**
|
|
370
|
+
* Returns all entries for the specified allowlist.
|
|
356
371
|
* Get all entries for an allowlist
|
|
357
372
|
*/
|
|
358
373
|
getEntriesByAllowlistIdRaw(requestParameters, initOverrides) {
|
|
@@ -391,6 +406,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
391
406
|
});
|
|
392
407
|
}
|
|
393
408
|
/**
|
|
409
|
+
* Returns all entries for the specified allowlist.
|
|
394
410
|
* Get all entries for an allowlist
|
|
395
411
|
*/
|
|
396
412
|
getEntriesByAllowlistId(requestParameters, initOverrides) {
|
|
@@ -400,7 +416,8 @@ class AllowlistsApi extends BaseAPI {
|
|
|
400
416
|
});
|
|
401
417
|
}
|
|
402
418
|
/**
|
|
403
|
-
*
|
|
419
|
+
* Creates a new entry for the specified allowlist.
|
|
420
|
+
* Create an allowlist entry
|
|
404
421
|
*/
|
|
405
422
|
postEntryByAllowlistIdRaw(requestParameters, initOverrides) {
|
|
406
423
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -431,7 +448,8 @@ class AllowlistsApi extends BaseAPI {
|
|
|
431
448
|
});
|
|
432
449
|
}
|
|
433
450
|
/**
|
|
434
|
-
*
|
|
451
|
+
* Creates a new entry for the specified allowlist.
|
|
452
|
+
* Create an allowlist entry
|
|
435
453
|
*/
|
|
436
454
|
postEntryByAllowlistId(requestParameters, initOverrides) {
|
|
437
455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -440,6 +458,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
440
458
|
});
|
|
441
459
|
}
|
|
442
460
|
/**
|
|
461
|
+
* Updates the specified allowlist.
|
|
443
462
|
* Update the outcome, scope, or name of an allowlist entry by ID
|
|
444
463
|
*/
|
|
445
464
|
updateAllowlistByIdRaw(requestParameters, initOverrides) {
|
|
@@ -471,6 +490,7 @@ class AllowlistsApi extends BaseAPI {
|
|
|
471
490
|
});
|
|
472
491
|
}
|
|
473
492
|
/**
|
|
493
|
+
* Updates the specified allowlist.
|
|
474
494
|
* Update the outcome, scope, or name of an allowlist entry by ID
|
|
475
495
|
*/
|
|
476
496
|
updateAllowlistById(requestParameters, initOverrides) {
|
|
@@ -109,6 +109,7 @@ require('../models/WalletTransactionType.cjs');
|
|
|
109
109
|
*/
|
|
110
110
|
class AnalyticsApi extends runtime.BaseAPI {
|
|
111
111
|
/**
|
|
112
|
+
* Returns the analytics engagement data for the specified environment.
|
|
112
113
|
* Get analytics engagement data
|
|
113
114
|
*/
|
|
114
115
|
getAnalyticsEngagementRaw(requestParameters, initOverrides) {
|
|
@@ -147,6 +148,7 @@ class AnalyticsApi extends runtime.BaseAPI {
|
|
|
147
148
|
});
|
|
148
149
|
}
|
|
149
150
|
/**
|
|
151
|
+
* Returns the analytics engagement data for the specified environment.
|
|
150
152
|
* Get analytics engagement data
|
|
151
153
|
*/
|
|
152
154
|
getAnalyticsEngagement(requestParameters, initOverrides) {
|
|
@@ -156,6 +158,7 @@ class AnalyticsApi extends runtime.BaseAPI {
|
|
|
156
158
|
});
|
|
157
159
|
}
|
|
158
160
|
/**
|
|
161
|
+
* Returns the analytics overview data for the specified environment.
|
|
159
162
|
* Get analytics overview data
|
|
160
163
|
*/
|
|
161
164
|
getAnalyticsOverviewRaw(requestParameters, initOverrides) {
|
|
@@ -200,6 +203,7 @@ class AnalyticsApi extends runtime.BaseAPI {
|
|
|
200
203
|
});
|
|
201
204
|
}
|
|
202
205
|
/**
|
|
206
|
+
* Returns the analytics overview data for the specified environment.
|
|
203
207
|
* Get analytics overview data
|
|
204
208
|
*/
|
|
205
209
|
getAnalyticsOverview(requestParameters, initOverrides) {
|
|
@@ -209,6 +213,7 @@ class AnalyticsApi extends runtime.BaseAPI {
|
|
|
209
213
|
});
|
|
210
214
|
}
|
|
211
215
|
/**
|
|
216
|
+
* Returns the analytics topline data for the specified environment.
|
|
212
217
|
* Get analytics topline data
|
|
213
218
|
*/
|
|
214
219
|
getAnalyticsToplineRaw(requestParameters, initOverrides) {
|
|
@@ -247,6 +252,7 @@ class AnalyticsApi extends runtime.BaseAPI {
|
|
|
247
252
|
});
|
|
248
253
|
}
|
|
249
254
|
/**
|
|
255
|
+
* Returns the analytics topline data for the specified environment.
|
|
250
256
|
* Get analytics topline data
|
|
251
257
|
*/
|
|
252
258
|
getAnalyticsTopline(requestParameters, initOverrides) {
|
|
@@ -256,6 +262,7 @@ class AnalyticsApi extends runtime.BaseAPI {
|
|
|
256
262
|
});
|
|
257
263
|
}
|
|
258
264
|
/**
|
|
265
|
+
* Returns the wallets breakdown analytics data for the specified environment.
|
|
259
266
|
* Get analytics wallets breakdown data
|
|
260
267
|
*/
|
|
261
268
|
getAnalyticsWalletsRaw(requestParameters, initOverrides) {
|
|
@@ -300,6 +307,7 @@ class AnalyticsApi extends runtime.BaseAPI {
|
|
|
300
307
|
});
|
|
301
308
|
}
|
|
302
309
|
/**
|
|
310
|
+
* Returns the wallets breakdown analytics data for the specified environment.
|
|
303
311
|
* Get analytics wallets breakdown data
|
|
304
312
|
*/
|
|
305
313
|
getAnalyticsWallets(requestParameters, initOverrides) {
|
|
@@ -310,6 +318,7 @@ class AnalyticsApi extends runtime.BaseAPI {
|
|
|
310
318
|
}
|
|
311
319
|
/**
|
|
312
320
|
* Fetch visit analytics
|
|
321
|
+
* Get visit analytics
|
|
313
322
|
*/
|
|
314
323
|
getVisitAnalyticsRaw(requestParameters, initOverrides) {
|
|
315
324
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -342,6 +351,7 @@ class AnalyticsApi extends runtime.BaseAPI {
|
|
|
342
351
|
}
|
|
343
352
|
/**
|
|
344
353
|
* Fetch visit analytics
|
|
354
|
+
* Get visit analytics
|
|
345
355
|
*/
|
|
346
356
|
getVisitAnalytics(requestParameters, initOverrides) {
|
|
347
357
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -351,6 +361,7 @@ class AnalyticsApi extends runtime.BaseAPI {
|
|
|
351
361
|
}
|
|
352
362
|
/**
|
|
353
363
|
* Fetch wallets breakdown
|
|
364
|
+
* Get wallets breakdown
|
|
354
365
|
*/
|
|
355
366
|
getWalletsBreakdownRaw(requestParameters, initOverrides) {
|
|
356
367
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -383,6 +394,7 @@ class AnalyticsApi extends runtime.BaseAPI {
|
|
|
383
394
|
}
|
|
384
395
|
/**
|
|
385
396
|
* Fetch wallets breakdown
|
|
397
|
+
* Get wallets breakdown
|
|
386
398
|
*/
|
|
387
399
|
getWalletsBreakdown(requestParameters, initOverrides) {
|
|
388
400
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -48,51 +48,63 @@ export interface GetWalletsBreakdownRequest {
|
|
|
48
48
|
*/
|
|
49
49
|
export declare class AnalyticsApi extends runtime.BaseAPI {
|
|
50
50
|
/**
|
|
51
|
+
* Returns the analytics engagement data for the specified environment.
|
|
51
52
|
* Get analytics engagement data
|
|
52
53
|
*/
|
|
53
54
|
getAnalyticsEngagementRaw(requestParameters: GetAnalyticsEngagementRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AnalyticsEngagementResponse>>;
|
|
54
55
|
/**
|
|
56
|
+
* Returns the analytics engagement data for the specified environment.
|
|
55
57
|
* Get analytics engagement data
|
|
56
58
|
*/
|
|
57
59
|
getAnalyticsEngagement(requestParameters: GetAnalyticsEngagementRequest, initOverrides?: RequestInit): Promise<AnalyticsEngagementResponse>;
|
|
58
60
|
/**
|
|
61
|
+
* Returns the analytics overview data for the specified environment.
|
|
59
62
|
* Get analytics overview data
|
|
60
63
|
*/
|
|
61
64
|
getAnalyticsOverviewRaw(requestParameters: GetAnalyticsOverviewRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AnalyticsOverviewResponse>>;
|
|
62
65
|
/**
|
|
66
|
+
* Returns the analytics overview data for the specified environment.
|
|
63
67
|
* Get analytics overview data
|
|
64
68
|
*/
|
|
65
69
|
getAnalyticsOverview(requestParameters: GetAnalyticsOverviewRequest, initOverrides?: RequestInit): Promise<AnalyticsOverviewResponse>;
|
|
66
70
|
/**
|
|
71
|
+
* Returns the analytics topline data for the specified environment.
|
|
67
72
|
* Get analytics topline data
|
|
68
73
|
*/
|
|
69
74
|
getAnalyticsToplineRaw(requestParameters: GetAnalyticsToplineRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AnalyticsToplineResponse>>;
|
|
70
75
|
/**
|
|
76
|
+
* Returns the analytics topline data for the specified environment.
|
|
71
77
|
* Get analytics topline data
|
|
72
78
|
*/
|
|
73
79
|
getAnalyticsTopline(requestParameters: GetAnalyticsToplineRequest, initOverrides?: RequestInit): Promise<AnalyticsToplineResponse>;
|
|
74
80
|
/**
|
|
81
|
+
* Returns the wallets breakdown analytics data for the specified environment.
|
|
75
82
|
* Get analytics wallets breakdown data
|
|
76
83
|
*/
|
|
77
84
|
getAnalyticsWalletsRaw(requestParameters: GetAnalyticsWalletsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AnalyticsWalletsResponse>>;
|
|
78
85
|
/**
|
|
86
|
+
* Returns the wallets breakdown analytics data for the specified environment.
|
|
79
87
|
* Get analytics wallets breakdown data
|
|
80
88
|
*/
|
|
81
89
|
getAnalyticsWallets(requestParameters: GetAnalyticsWalletsRequest, initOverrides?: RequestInit): Promise<AnalyticsWalletsResponse>;
|
|
82
90
|
/**
|
|
83
91
|
* Fetch visit analytics
|
|
92
|
+
* Get visit analytics
|
|
84
93
|
*/
|
|
85
94
|
getVisitAnalyticsRaw(requestParameters: GetVisitAnalyticsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AnalyticsVisitResponse>>;
|
|
86
95
|
/**
|
|
87
96
|
* Fetch visit analytics
|
|
97
|
+
* Get visit analytics
|
|
88
98
|
*/
|
|
89
99
|
getVisitAnalytics(requestParameters: GetVisitAnalyticsRequest, initOverrides?: RequestInit): Promise<AnalyticsVisitResponse>;
|
|
90
100
|
/**
|
|
91
101
|
* Fetch wallets breakdown
|
|
102
|
+
* Get wallets breakdown
|
|
92
103
|
*/
|
|
93
104
|
getWalletsBreakdownRaw(requestParameters: GetWalletsBreakdownRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<object>>>;
|
|
94
105
|
/**
|
|
95
106
|
* Fetch wallets breakdown
|
|
107
|
+
* Get wallets breakdown
|
|
96
108
|
*/
|
|
97
109
|
getWalletsBreakdown(requestParameters: GetWalletsBreakdownRequest, initOverrides?: RequestInit): Promise<Array<object>>;
|
|
98
110
|
}
|