@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
|
@@ -107,6 +107,7 @@ require('../models/WalletTransactionType.cjs');
|
|
|
107
107
|
*/
|
|
108
108
|
class CustomNetworksApi extends runtime.BaseAPI {
|
|
109
109
|
/**
|
|
110
|
+
* Creates a new custom network for the specified organization.
|
|
110
111
|
* Create a custom network for an organization
|
|
111
112
|
*/
|
|
112
113
|
createCustomNetworkRaw(requestParameters, initOverrides) {
|
|
@@ -138,6 +139,7 @@ class CustomNetworksApi extends runtime.BaseAPI {
|
|
|
138
139
|
});
|
|
139
140
|
}
|
|
140
141
|
/**
|
|
142
|
+
* Creates a new custom network for the specified organization.
|
|
141
143
|
* Create a custom network for an organization
|
|
142
144
|
*/
|
|
143
145
|
createCustomNetwork(requestParameters, initOverrides) {
|
|
@@ -147,6 +149,7 @@ class CustomNetworksApi extends runtime.BaseAPI {
|
|
|
147
149
|
});
|
|
148
150
|
}
|
|
149
151
|
/**
|
|
152
|
+
* Permanently removes the specified custom network.
|
|
150
153
|
* Delete a custom network
|
|
151
154
|
*/
|
|
152
155
|
deleteCustomNetworkRaw(requestParameters, initOverrides) {
|
|
@@ -176,6 +179,7 @@ class CustomNetworksApi extends runtime.BaseAPI {
|
|
|
176
179
|
});
|
|
177
180
|
}
|
|
178
181
|
/**
|
|
182
|
+
* Permanently removes the specified custom network.
|
|
179
183
|
* Delete a custom network
|
|
180
184
|
*/
|
|
181
185
|
deleteCustomNetwork(requestParameters, initOverrides) {
|
|
@@ -184,6 +188,7 @@ class CustomNetworksApi extends runtime.BaseAPI {
|
|
|
184
188
|
});
|
|
185
189
|
}
|
|
186
190
|
/**
|
|
191
|
+
* Returns a single custom network by its unique identifier.
|
|
187
192
|
* Get a specific custom network
|
|
188
193
|
*/
|
|
189
194
|
getCustomNetworkRaw(requestParameters, initOverrides) {
|
|
@@ -213,6 +218,7 @@ class CustomNetworksApi extends runtime.BaseAPI {
|
|
|
213
218
|
});
|
|
214
219
|
}
|
|
215
220
|
/**
|
|
221
|
+
* Returns a single custom network by its unique identifier.
|
|
216
222
|
* Get a specific custom network
|
|
217
223
|
*/
|
|
218
224
|
getCustomNetwork(requestParameters, initOverrides) {
|
|
@@ -222,6 +228,7 @@ class CustomNetworksApi extends runtime.BaseAPI {
|
|
|
222
228
|
});
|
|
223
229
|
}
|
|
224
230
|
/**
|
|
231
|
+
* Returns all custom networks for the specified organization.
|
|
225
232
|
* Get all custom networks for an organization
|
|
226
233
|
*/
|
|
227
234
|
getCustomNetworksRaw(requestParameters, initOverrides) {
|
|
@@ -248,6 +255,7 @@ class CustomNetworksApi extends runtime.BaseAPI {
|
|
|
248
255
|
});
|
|
249
256
|
}
|
|
250
257
|
/**
|
|
258
|
+
* Returns all custom networks for the specified organization.
|
|
251
259
|
* Get all custom networks for an organization
|
|
252
260
|
*/
|
|
253
261
|
getCustomNetworks(requestParameters, initOverrides) {
|
|
@@ -257,6 +265,7 @@ class CustomNetworksApi extends runtime.BaseAPI {
|
|
|
257
265
|
});
|
|
258
266
|
}
|
|
259
267
|
/**
|
|
268
|
+
* Updates the specified custom network.
|
|
260
269
|
* Update a custom network
|
|
261
270
|
*/
|
|
262
271
|
updateCustomNetworkRaw(requestParameters, initOverrides) {
|
|
@@ -291,6 +300,7 @@ class CustomNetworksApi extends runtime.BaseAPI {
|
|
|
291
300
|
});
|
|
292
301
|
}
|
|
293
302
|
/**
|
|
303
|
+
* Updates the specified custom network.
|
|
294
304
|
* Update a custom network
|
|
295
305
|
*/
|
|
296
306
|
updateCustomNetwork(requestParameters, initOverrides) {
|
|
@@ -36,42 +36,52 @@ export interface UpdateCustomNetworkRequest {
|
|
|
36
36
|
*/
|
|
37
37
|
export declare class CustomNetworksApi extends runtime.BaseAPI {
|
|
38
38
|
/**
|
|
39
|
+
* Creates a new custom network for the specified organization.
|
|
39
40
|
* Create a custom network for an organization
|
|
40
41
|
*/
|
|
41
42
|
createCustomNetworkRaw(requestParameters: CreateCustomNetworkRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CustomNetworkResponse>>;
|
|
42
43
|
/**
|
|
44
|
+
* Creates a new custom network for the specified organization.
|
|
43
45
|
* Create a custom network for an organization
|
|
44
46
|
*/
|
|
45
47
|
createCustomNetwork(requestParameters: CreateCustomNetworkRequest, initOverrides?: RequestInit): Promise<CustomNetworkResponse>;
|
|
46
48
|
/**
|
|
49
|
+
* Permanently removes the specified custom network.
|
|
47
50
|
* Delete a custom network
|
|
48
51
|
*/
|
|
49
52
|
deleteCustomNetworkRaw(requestParameters: DeleteCustomNetworkRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
50
53
|
/**
|
|
54
|
+
* Permanently removes the specified custom network.
|
|
51
55
|
* Delete a custom network
|
|
52
56
|
*/
|
|
53
57
|
deleteCustomNetwork(requestParameters: DeleteCustomNetworkRequest, initOverrides?: RequestInit): Promise<void>;
|
|
54
58
|
/**
|
|
59
|
+
* Returns a single custom network by its unique identifier.
|
|
55
60
|
* Get a specific custom network
|
|
56
61
|
*/
|
|
57
62
|
getCustomNetworkRaw(requestParameters: GetCustomNetworkRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CustomNetworkResponse>>;
|
|
58
63
|
/**
|
|
64
|
+
* Returns a single custom network by its unique identifier.
|
|
59
65
|
* Get a specific custom network
|
|
60
66
|
*/
|
|
61
67
|
getCustomNetwork(requestParameters: GetCustomNetworkRequest, initOverrides?: RequestInit): Promise<CustomNetworkResponse>;
|
|
62
68
|
/**
|
|
69
|
+
* Returns all custom networks for the specified organization.
|
|
63
70
|
* Get all custom networks for an organization
|
|
64
71
|
*/
|
|
65
72
|
getCustomNetworksRaw(requestParameters: GetCustomNetworksRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse200>>;
|
|
66
73
|
/**
|
|
74
|
+
* Returns all custom networks for the specified organization.
|
|
67
75
|
* Get all custom networks for an organization
|
|
68
76
|
*/
|
|
69
77
|
getCustomNetworks(requestParameters: GetCustomNetworksRequest, initOverrides?: RequestInit): Promise<InlineResponse200>;
|
|
70
78
|
/**
|
|
79
|
+
* Updates the specified custom network.
|
|
71
80
|
* Update a custom network
|
|
72
81
|
*/
|
|
73
82
|
updateCustomNetworkRaw(requestParameters: UpdateCustomNetworkRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CustomNetworkResponse>>;
|
|
74
83
|
/**
|
|
84
|
+
* Updates the specified custom network.
|
|
75
85
|
* Update a custom network
|
|
76
86
|
*/
|
|
77
87
|
updateCustomNetwork(requestParameters: UpdateCustomNetworkRequest, initOverrides?: RequestInit): Promise<CustomNetworkResponse>;
|
|
@@ -103,6 +103,7 @@ import '../models/WalletTransactionType.js';
|
|
|
103
103
|
*/
|
|
104
104
|
class CustomNetworksApi extends BaseAPI {
|
|
105
105
|
/**
|
|
106
|
+
* Creates a new custom network for the specified organization.
|
|
106
107
|
* Create a custom network for an organization
|
|
107
108
|
*/
|
|
108
109
|
createCustomNetworkRaw(requestParameters, initOverrides) {
|
|
@@ -134,6 +135,7 @@ class CustomNetworksApi extends BaseAPI {
|
|
|
134
135
|
});
|
|
135
136
|
}
|
|
136
137
|
/**
|
|
138
|
+
* Creates a new custom network for the specified organization.
|
|
137
139
|
* Create a custom network for an organization
|
|
138
140
|
*/
|
|
139
141
|
createCustomNetwork(requestParameters, initOverrides) {
|
|
@@ -143,6 +145,7 @@ class CustomNetworksApi extends BaseAPI {
|
|
|
143
145
|
});
|
|
144
146
|
}
|
|
145
147
|
/**
|
|
148
|
+
* Permanently removes the specified custom network.
|
|
146
149
|
* Delete a custom network
|
|
147
150
|
*/
|
|
148
151
|
deleteCustomNetworkRaw(requestParameters, initOverrides) {
|
|
@@ -172,6 +175,7 @@ class CustomNetworksApi extends BaseAPI {
|
|
|
172
175
|
});
|
|
173
176
|
}
|
|
174
177
|
/**
|
|
178
|
+
* Permanently removes the specified custom network.
|
|
175
179
|
* Delete a custom network
|
|
176
180
|
*/
|
|
177
181
|
deleteCustomNetwork(requestParameters, initOverrides) {
|
|
@@ -180,6 +184,7 @@ class CustomNetworksApi extends BaseAPI {
|
|
|
180
184
|
});
|
|
181
185
|
}
|
|
182
186
|
/**
|
|
187
|
+
* Returns a single custom network by its unique identifier.
|
|
183
188
|
* Get a specific custom network
|
|
184
189
|
*/
|
|
185
190
|
getCustomNetworkRaw(requestParameters, initOverrides) {
|
|
@@ -209,6 +214,7 @@ class CustomNetworksApi extends BaseAPI {
|
|
|
209
214
|
});
|
|
210
215
|
}
|
|
211
216
|
/**
|
|
217
|
+
* Returns a single custom network by its unique identifier.
|
|
212
218
|
* Get a specific custom network
|
|
213
219
|
*/
|
|
214
220
|
getCustomNetwork(requestParameters, initOverrides) {
|
|
@@ -218,6 +224,7 @@ class CustomNetworksApi extends BaseAPI {
|
|
|
218
224
|
});
|
|
219
225
|
}
|
|
220
226
|
/**
|
|
227
|
+
* Returns all custom networks for the specified organization.
|
|
221
228
|
* Get all custom networks for an organization
|
|
222
229
|
*/
|
|
223
230
|
getCustomNetworksRaw(requestParameters, initOverrides) {
|
|
@@ -244,6 +251,7 @@ class CustomNetworksApi extends BaseAPI {
|
|
|
244
251
|
});
|
|
245
252
|
}
|
|
246
253
|
/**
|
|
254
|
+
* Returns all custom networks for the specified organization.
|
|
247
255
|
* Get all custom networks for an organization
|
|
248
256
|
*/
|
|
249
257
|
getCustomNetworks(requestParameters, initOverrides) {
|
|
@@ -253,6 +261,7 @@ class CustomNetworksApi extends BaseAPI {
|
|
|
253
261
|
});
|
|
254
262
|
}
|
|
255
263
|
/**
|
|
264
|
+
* Updates the specified custom network.
|
|
256
265
|
* Update a custom network
|
|
257
266
|
*/
|
|
258
267
|
updateCustomNetworkRaw(requestParameters, initOverrides) {
|
|
@@ -287,6 +296,7 @@ class CustomNetworksApi extends BaseAPI {
|
|
|
287
296
|
});
|
|
288
297
|
}
|
|
289
298
|
/**
|
|
299
|
+
* Updates the specified custom network.
|
|
290
300
|
* Update a custom network
|
|
291
301
|
*/
|
|
292
302
|
updateCustomNetwork(requestParameters, initOverrides) {
|
|
@@ -107,7 +107,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
107
107
|
*/
|
|
108
108
|
class DeeplinkUrlsApi extends runtime.BaseAPI {
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* Adds a deeplink URL for the specified environment.
|
|
111
|
+
* Add a deeplink URL for the environment
|
|
111
112
|
*/
|
|
112
113
|
addDeeplinkUrlRaw(requestParameters, initOverrides) {
|
|
113
114
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -138,7 +139,8 @@ class DeeplinkUrlsApi extends runtime.BaseAPI {
|
|
|
138
139
|
});
|
|
139
140
|
}
|
|
140
141
|
/**
|
|
141
|
-
*
|
|
142
|
+
* Adds a deeplink URL for the specified environment.
|
|
143
|
+
* Add a deeplink URL for the environment
|
|
142
144
|
*/
|
|
143
145
|
addDeeplinkUrl(requestParameters, initOverrides) {
|
|
144
146
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -147,7 +149,8 @@ class DeeplinkUrlsApi extends runtime.BaseAPI {
|
|
|
147
149
|
});
|
|
148
150
|
}
|
|
149
151
|
/**
|
|
150
|
-
*
|
|
152
|
+
* Permanently removes the specified deeplink URL.
|
|
153
|
+
* Delete a deeplink URL by ID
|
|
151
154
|
*/
|
|
152
155
|
deleteDeeplinkUrlByIdRaw(requestParameters, initOverrides) {
|
|
153
156
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -173,7 +176,8 @@ class DeeplinkUrlsApi extends runtime.BaseAPI {
|
|
|
173
176
|
});
|
|
174
177
|
}
|
|
175
178
|
/**
|
|
176
|
-
*
|
|
179
|
+
* Permanently removes the specified deeplink URL.
|
|
180
|
+
* Delete a deeplink URL by ID
|
|
177
181
|
*/
|
|
178
182
|
deleteDeeplinkUrlById(requestParameters, initOverrides) {
|
|
179
183
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -181,7 +185,8 @@ class DeeplinkUrlsApi extends runtime.BaseAPI {
|
|
|
181
185
|
});
|
|
182
186
|
}
|
|
183
187
|
/**
|
|
184
|
-
*
|
|
188
|
+
* Returns the deeplink URLs for the specified environment.
|
|
189
|
+
* Get deeplink URLs for the environment
|
|
185
190
|
*/
|
|
186
191
|
getDeeplinkUrlsRaw(requestParameters, initOverrides) {
|
|
187
192
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -207,7 +212,8 @@ class DeeplinkUrlsApi extends runtime.BaseAPI {
|
|
|
207
212
|
});
|
|
208
213
|
}
|
|
209
214
|
/**
|
|
210
|
-
*
|
|
215
|
+
* Returns the deeplink URLs for the specified environment.
|
|
216
|
+
* Get deeplink URLs for the environment
|
|
211
217
|
*/
|
|
212
218
|
getDeeplinkUrls(requestParameters, initOverrides) {
|
|
213
219
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -26,27 +26,33 @@ export interface GetDeeplinkUrlsRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeeplinkUrlsApi extends runtime.BaseAPI {
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Adds a deeplink URL for the specified environment.
|
|
30
|
+
* Add a deeplink URL for the environment
|
|
30
31
|
*/
|
|
31
32
|
addDeeplinkUrlRaw(requestParameters: AddDeeplinkUrlOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<DeeplinkUrlResponse>>;
|
|
32
33
|
/**
|
|
33
|
-
*
|
|
34
|
+
* Adds a deeplink URL for the specified environment.
|
|
35
|
+
* Add a deeplink URL for the environment
|
|
34
36
|
*/
|
|
35
37
|
addDeeplinkUrl(requestParameters: AddDeeplinkUrlOperationRequest, initOverrides?: RequestInit): Promise<DeeplinkUrlResponse>;
|
|
36
38
|
/**
|
|
37
|
-
*
|
|
39
|
+
* Permanently removes the specified deeplink URL.
|
|
40
|
+
* Delete a deeplink URL by ID
|
|
38
41
|
*/
|
|
39
42
|
deleteDeeplinkUrlByIdRaw(requestParameters: DeleteDeeplinkUrlByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
40
43
|
/**
|
|
41
|
-
*
|
|
44
|
+
* Permanently removes the specified deeplink URL.
|
|
45
|
+
* Delete a deeplink URL by ID
|
|
42
46
|
*/
|
|
43
47
|
deleteDeeplinkUrlById(requestParameters: DeleteDeeplinkUrlByIdRequest, initOverrides?: RequestInit): Promise<void>;
|
|
44
48
|
/**
|
|
45
|
-
*
|
|
49
|
+
* Returns the deeplink URLs for the specified environment.
|
|
50
|
+
* Get deeplink URLs for the environment
|
|
46
51
|
*/
|
|
47
52
|
getDeeplinkUrlsRaw(requestParameters: GetDeeplinkUrlsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<DeeplinkUrlsResponse>>;
|
|
48
53
|
/**
|
|
49
|
-
*
|
|
54
|
+
* Returns the deeplink URLs for the specified environment.
|
|
55
|
+
* Get deeplink URLs for the environment
|
|
50
56
|
*/
|
|
51
57
|
getDeeplinkUrls(requestParameters: GetDeeplinkUrlsRequest, initOverrides?: RequestInit): Promise<DeeplinkUrlsResponse>;
|
|
52
58
|
}
|
|
@@ -103,7 +103,8 @@ import '../models/WalletTransactionType.js';
|
|
|
103
103
|
*/
|
|
104
104
|
class DeeplinkUrlsApi extends BaseAPI {
|
|
105
105
|
/**
|
|
106
|
-
*
|
|
106
|
+
* Adds a deeplink URL for the specified environment.
|
|
107
|
+
* Add a deeplink URL for the environment
|
|
107
108
|
*/
|
|
108
109
|
addDeeplinkUrlRaw(requestParameters, initOverrides) {
|
|
109
110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -134,7 +135,8 @@ class DeeplinkUrlsApi extends BaseAPI {
|
|
|
134
135
|
});
|
|
135
136
|
}
|
|
136
137
|
/**
|
|
137
|
-
*
|
|
138
|
+
* Adds a deeplink URL for the specified environment.
|
|
139
|
+
* Add a deeplink URL for the environment
|
|
138
140
|
*/
|
|
139
141
|
addDeeplinkUrl(requestParameters, initOverrides) {
|
|
140
142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -143,7 +145,8 @@ class DeeplinkUrlsApi extends BaseAPI {
|
|
|
143
145
|
});
|
|
144
146
|
}
|
|
145
147
|
/**
|
|
146
|
-
*
|
|
148
|
+
* Permanently removes the specified deeplink URL.
|
|
149
|
+
* Delete a deeplink URL by ID
|
|
147
150
|
*/
|
|
148
151
|
deleteDeeplinkUrlByIdRaw(requestParameters, initOverrides) {
|
|
149
152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -169,7 +172,8 @@ class DeeplinkUrlsApi extends BaseAPI {
|
|
|
169
172
|
});
|
|
170
173
|
}
|
|
171
174
|
/**
|
|
172
|
-
*
|
|
175
|
+
* Permanently removes the specified deeplink URL.
|
|
176
|
+
* Delete a deeplink URL by ID
|
|
173
177
|
*/
|
|
174
178
|
deleteDeeplinkUrlById(requestParameters, initOverrides) {
|
|
175
179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -177,7 +181,8 @@ class DeeplinkUrlsApi extends BaseAPI {
|
|
|
177
181
|
});
|
|
178
182
|
}
|
|
179
183
|
/**
|
|
180
|
-
*
|
|
184
|
+
* Returns the deeplink URLs for the specified environment.
|
|
185
|
+
* Get deeplink URLs for the environment
|
|
181
186
|
*/
|
|
182
187
|
getDeeplinkUrlsRaw(requestParameters, initOverrides) {
|
|
183
188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -203,7 +208,8 @@ class DeeplinkUrlsApi extends BaseAPI {
|
|
|
203
208
|
});
|
|
204
209
|
}
|
|
205
210
|
/**
|
|
206
|
-
*
|
|
211
|
+
* Returns the deeplink URLs for the specified environment.
|
|
212
|
+
* Get deeplink URLs for the environment
|
|
207
213
|
*/
|
|
208
214
|
getDeeplinkUrls(requestParameters, initOverrides) {
|
|
209
215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -101,6 +101,8 @@ require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
|
|
|
101
101
|
require('../models/WaasDelegationCredentialsResponse.cjs');
|
|
102
102
|
require('../models/WaasPolicyConstraintCondition.cjs');
|
|
103
103
|
require('../models/WaasPolicyRuleType.cjs');
|
|
104
|
+
var WaasVerifyApiKeyResponse = require('../models/WaasVerifyApiKeyResponse.cjs');
|
|
105
|
+
var WalletSanctionsResponse = require('../models/WalletSanctionsResponse.cjs');
|
|
104
106
|
require('../models/WalletTransactionType.cjs');
|
|
105
107
|
|
|
106
108
|
/* tslint:disable */
|
|
@@ -109,7 +111,57 @@ require('../models/WalletTransactionType.cjs');
|
|
|
109
111
|
*/
|
|
110
112
|
class EnvironmentsApi extends runtime.BaseAPI {
|
|
111
113
|
/**
|
|
112
|
-
*
|
|
114
|
+
* Check if a wallet address is sanctioned using Chainalysis. Returns whether the wallet is blocked or not.
|
|
115
|
+
* Check if a wallet address is sanctioned
|
|
116
|
+
*/
|
|
117
|
+
checkWalletSanctionsByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
118
|
+
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
119
|
+
if (requestParameters.environmentId === null || requestParameters.environmentId === undefined) {
|
|
120
|
+
throw new runtime.RequiredError('environmentId', 'Required parameter requestParameters.environmentId was null or undefined when calling checkWalletSanctionsByEnvironmentId.');
|
|
121
|
+
}
|
|
122
|
+
if (requestParameters.walletAddress === null || requestParameters.walletAddress === undefined) {
|
|
123
|
+
throw new runtime.RequiredError('walletAddress', 'Required parameter requestParameters.walletAddress was null or undefined when calling checkWalletSanctionsByEnvironmentId.');
|
|
124
|
+
}
|
|
125
|
+
if (requestParameters.chain === null || requestParameters.chain === undefined) {
|
|
126
|
+
throw new runtime.RequiredError('chain', 'Required parameter requestParameters.chain was null or undefined when calling checkWalletSanctionsByEnvironmentId.');
|
|
127
|
+
}
|
|
128
|
+
const queryParameters = {};
|
|
129
|
+
if (requestParameters.walletAddress !== undefined) {
|
|
130
|
+
queryParameters['walletAddress'] = requestParameters.walletAddress;
|
|
131
|
+
}
|
|
132
|
+
if (requestParameters.chain !== undefined) {
|
|
133
|
+
queryParameters['chain'] = requestParameters.chain;
|
|
134
|
+
}
|
|
135
|
+
const headerParameters = {};
|
|
136
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
137
|
+
const token = this.configuration.accessToken;
|
|
138
|
+
const tokenString = yield token("bearerAuth", []);
|
|
139
|
+
if (tokenString) {
|
|
140
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
const response = yield this.request({
|
|
144
|
+
path: `/environments/{environmentId}/wallet/sanctions`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))),
|
|
145
|
+
method: 'GET',
|
|
146
|
+
headers: headerParameters,
|
|
147
|
+
query: queryParameters,
|
|
148
|
+
}, initOverrides);
|
|
149
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => WalletSanctionsResponse.WalletSanctionsResponseFromJSON(jsonValue));
|
|
150
|
+
});
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Check if a wallet address is sanctioned using Chainalysis. Returns whether the wallet is blocked or not.
|
|
154
|
+
* Check if a wallet address is sanctioned
|
|
155
|
+
*/
|
|
156
|
+
checkWalletSanctionsByEnvironmentId(requestParameters, initOverrides) {
|
|
157
|
+
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
158
|
+
const response = yield this.checkWalletSanctionsByEnvironmentIdRaw(requestParameters, initOverrides);
|
|
159
|
+
return yield response.value();
|
|
160
|
+
});
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* Returns a single environment by its unique identifier.
|
|
164
|
+
* Get an environment by ID
|
|
113
165
|
*/
|
|
114
166
|
getEnvironmentByIdRaw(requestParameters, initOverrides) {
|
|
115
167
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -135,7 +187,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
135
187
|
});
|
|
136
188
|
}
|
|
137
189
|
/**
|
|
138
|
-
*
|
|
190
|
+
* Returns a single environment by its unique identifier.
|
|
191
|
+
* Get an environment by ID
|
|
139
192
|
*/
|
|
140
193
|
getEnvironmentById(requestParameters, initOverrides) {
|
|
141
194
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -144,7 +197,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
144
197
|
});
|
|
145
198
|
}
|
|
146
199
|
/**
|
|
147
|
-
*
|
|
200
|
+
* Returns the environments for the specified project.
|
|
201
|
+
* Get environments for a project
|
|
148
202
|
*/
|
|
149
203
|
getEnvironmentsByProjectIdRaw(requestParameters, initOverrides) {
|
|
150
204
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -170,7 +224,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
170
224
|
});
|
|
171
225
|
}
|
|
172
226
|
/**
|
|
173
|
-
*
|
|
227
|
+
* Returns the environments for the specified project.
|
|
228
|
+
* Get environments for a project
|
|
174
229
|
*/
|
|
175
230
|
getEnvironmentsByProjectId(requestParameters, initOverrides) {
|
|
176
231
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -179,7 +234,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
179
234
|
});
|
|
180
235
|
}
|
|
181
236
|
/**
|
|
182
|
-
*
|
|
237
|
+
* Returns the API keys for the specified environment.
|
|
238
|
+
* Get API keys for the environment
|
|
183
239
|
*/
|
|
184
240
|
getKeysForEnvironmentRaw(requestParameters, initOverrides) {
|
|
185
241
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -205,7 +261,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
205
261
|
});
|
|
206
262
|
}
|
|
207
263
|
/**
|
|
208
|
-
*
|
|
264
|
+
* Returns the API keys for the specified environment.
|
|
265
|
+
* Get API keys for the environment
|
|
209
266
|
*/
|
|
210
267
|
getKeysForEnvironment(requestParameters, initOverrides) {
|
|
211
268
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -214,7 +271,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
214
271
|
});
|
|
215
272
|
}
|
|
216
273
|
/**
|
|
217
|
-
*
|
|
274
|
+
* Returns visitor statistics for the specified environment.
|
|
275
|
+
* Get visitor statistics for the environment
|
|
218
276
|
*/
|
|
219
277
|
getVisitorsCountByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
220
278
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -240,7 +298,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
240
298
|
});
|
|
241
299
|
}
|
|
242
300
|
/**
|
|
243
|
-
*
|
|
301
|
+
* Returns visitor statistics for the specified environment.
|
|
302
|
+
* Get visitor statistics for the environment
|
|
244
303
|
*/
|
|
245
304
|
getVisitorsCountByEnvironmentId(requestParameters, initOverrides) {
|
|
246
305
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,7 +308,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
249
308
|
});
|
|
250
309
|
}
|
|
251
310
|
/**
|
|
252
|
-
* Updates the environment
|
|
311
|
+
* Updates the settings for the specified environment.
|
|
312
|
+
* Update the environment settings
|
|
253
313
|
*/
|
|
254
314
|
updateProjectSettingsRaw(requestParameters, initOverrides) {
|
|
255
315
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -277,7 +337,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
277
337
|
});
|
|
278
338
|
}
|
|
279
339
|
/**
|
|
280
|
-
* Updates the environment
|
|
340
|
+
* Updates the settings for the specified environment.
|
|
341
|
+
* Update the environment settings
|
|
281
342
|
*/
|
|
282
343
|
updateProjectSettings(requestParameters, initOverrides) {
|
|
283
344
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -285,6 +346,43 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
285
346
|
return yield response.value();
|
|
286
347
|
});
|
|
287
348
|
}
|
|
349
|
+
/**
|
|
350
|
+
* Simple endpoint to verify if the provided API key (DYN_API_TOKEN) is valid and has access to the specified environment. Returns true if the token is verified, false otherwise.
|
|
351
|
+
* Verify if an API key is valid for a specific environment
|
|
352
|
+
*/
|
|
353
|
+
verifyApiKeyRaw(requestParameters, initOverrides) {
|
|
354
|
+
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
355
|
+
if (requestParameters.environmentId === null || requestParameters.environmentId === undefined) {
|
|
356
|
+
throw new runtime.RequiredError('environmentId', 'Required parameter requestParameters.environmentId was null or undefined when calling verifyApiKey.');
|
|
357
|
+
}
|
|
358
|
+
const queryParameters = {};
|
|
359
|
+
const headerParameters = {};
|
|
360
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
361
|
+
const token = this.configuration.accessToken;
|
|
362
|
+
const tokenString = yield token("bearerAuth", []);
|
|
363
|
+
if (tokenString) {
|
|
364
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
const response = yield this.request({
|
|
368
|
+
path: `/environments/{environmentId}/verifyApiKey`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))),
|
|
369
|
+
method: 'POST',
|
|
370
|
+
headers: headerParameters,
|
|
371
|
+
query: queryParameters,
|
|
372
|
+
}, initOverrides);
|
|
373
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => WaasVerifyApiKeyResponse.WaasVerifyApiKeyResponseFromJSON(jsonValue));
|
|
374
|
+
});
|
|
375
|
+
}
|
|
376
|
+
/**
|
|
377
|
+
* Simple endpoint to verify if the provided API key (DYN_API_TOKEN) is valid and has access to the specified environment. Returns true if the token is verified, false otherwise.
|
|
378
|
+
* Verify if an API key is valid for a specific environment
|
|
379
|
+
*/
|
|
380
|
+
verifyApiKey(requestParameters, initOverrides) {
|
|
381
|
+
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
382
|
+
const response = yield this.verifyApiKeyRaw(requestParameters, initOverrides);
|
|
383
|
+
return yield response.value();
|
|
384
|
+
});
|
|
385
|
+
}
|
|
288
386
|
}
|
|
289
387
|
|
|
290
388
|
exports.EnvironmentsApi = EnvironmentsApi;
|