@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
|
@@ -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* () {
|
|
@@ -160,7 +160,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
160
160
|
});
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
163
|
-
*
|
|
163
|
+
* Returns a single environment by its unique identifier.
|
|
164
|
+
* Get an environment by ID
|
|
164
165
|
*/
|
|
165
166
|
getEnvironmentByIdRaw(requestParameters, initOverrides) {
|
|
166
167
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -186,7 +187,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
186
187
|
});
|
|
187
188
|
}
|
|
188
189
|
/**
|
|
189
|
-
*
|
|
190
|
+
* Returns a single environment by its unique identifier.
|
|
191
|
+
* Get an environment by ID
|
|
190
192
|
*/
|
|
191
193
|
getEnvironmentById(requestParameters, initOverrides) {
|
|
192
194
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -195,7 +197,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
195
197
|
});
|
|
196
198
|
}
|
|
197
199
|
/**
|
|
198
|
-
*
|
|
200
|
+
* Returns the environments for the specified project.
|
|
201
|
+
* Get environments for a project
|
|
199
202
|
*/
|
|
200
203
|
getEnvironmentsByProjectIdRaw(requestParameters, initOverrides) {
|
|
201
204
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -221,7 +224,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
221
224
|
});
|
|
222
225
|
}
|
|
223
226
|
/**
|
|
224
|
-
*
|
|
227
|
+
* Returns the environments for the specified project.
|
|
228
|
+
* Get environments for a project
|
|
225
229
|
*/
|
|
226
230
|
getEnvironmentsByProjectId(requestParameters, initOverrides) {
|
|
227
231
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -230,7 +234,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
230
234
|
});
|
|
231
235
|
}
|
|
232
236
|
/**
|
|
233
|
-
*
|
|
237
|
+
* Returns the API keys for the specified environment.
|
|
238
|
+
* Get API keys for the environment
|
|
234
239
|
*/
|
|
235
240
|
getKeysForEnvironmentRaw(requestParameters, initOverrides) {
|
|
236
241
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -256,7 +261,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
256
261
|
});
|
|
257
262
|
}
|
|
258
263
|
/**
|
|
259
|
-
*
|
|
264
|
+
* Returns the API keys for the specified environment.
|
|
265
|
+
* Get API keys for the environment
|
|
260
266
|
*/
|
|
261
267
|
getKeysForEnvironment(requestParameters, initOverrides) {
|
|
262
268
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -265,7 +271,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
265
271
|
});
|
|
266
272
|
}
|
|
267
273
|
/**
|
|
268
|
-
*
|
|
274
|
+
* Returns visitor statistics for the specified environment.
|
|
275
|
+
* Get visitor statistics for the environment
|
|
269
276
|
*/
|
|
270
277
|
getVisitorsCountByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
271
278
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -291,7 +298,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
291
298
|
});
|
|
292
299
|
}
|
|
293
300
|
/**
|
|
294
|
-
*
|
|
301
|
+
* Returns visitor statistics for the specified environment.
|
|
302
|
+
* Get visitor statistics for the environment
|
|
295
303
|
*/
|
|
296
304
|
getVisitorsCountByEnvironmentId(requestParameters, initOverrides) {
|
|
297
305
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -300,7 +308,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
300
308
|
});
|
|
301
309
|
}
|
|
302
310
|
/**
|
|
303
|
-
* Updates the environment
|
|
311
|
+
* Updates the settings for the specified environment.
|
|
312
|
+
* Update the environment settings
|
|
304
313
|
*/
|
|
305
314
|
updateProjectSettingsRaw(requestParameters, initOverrides) {
|
|
306
315
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -328,7 +337,8 @@ class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
328
337
|
});
|
|
329
338
|
}
|
|
330
339
|
/**
|
|
331
|
-
* Updates the environment
|
|
340
|
+
* Updates the settings for the specified environment.
|
|
341
|
+
* Update the environment settings
|
|
332
342
|
*/
|
|
333
343
|
updateProjectSettings(requestParameters, initOverrides) {
|
|
334
344
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -50,43 +50,53 @@ export declare class EnvironmentsApi extends runtime.BaseAPI {
|
|
|
50
50
|
*/
|
|
51
51
|
checkWalletSanctionsByEnvironmentId(requestParameters: CheckWalletSanctionsByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<WalletSanctionsResponse>;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* Returns a single environment by its unique identifier.
|
|
54
|
+
* Get an environment by ID
|
|
54
55
|
*/
|
|
55
56
|
getEnvironmentByIdRaw(requestParameters: GetEnvironmentByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ProjectEnvironment>>;
|
|
56
57
|
/**
|
|
57
|
-
*
|
|
58
|
+
* Returns a single environment by its unique identifier.
|
|
59
|
+
* Get an environment by ID
|
|
58
60
|
*/
|
|
59
61
|
getEnvironmentById(requestParameters: GetEnvironmentByIdRequest, initOverrides?: RequestInit): Promise<ProjectEnvironment>;
|
|
60
62
|
/**
|
|
61
|
-
*
|
|
63
|
+
* Returns the environments for the specified project.
|
|
64
|
+
* Get environments for a project
|
|
62
65
|
*/
|
|
63
66
|
getEnvironmentsByProjectIdRaw(requestParameters: GetEnvironmentsByProjectIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EnvironmentsResponse>>;
|
|
64
67
|
/**
|
|
65
|
-
*
|
|
68
|
+
* Returns the environments for the specified project.
|
|
69
|
+
* Get environments for a project
|
|
66
70
|
*/
|
|
67
71
|
getEnvironmentsByProjectId(requestParameters: GetEnvironmentsByProjectIdRequest, initOverrides?: RequestInit): Promise<EnvironmentsResponse>;
|
|
68
72
|
/**
|
|
69
|
-
*
|
|
73
|
+
* Returns the API keys for the specified environment.
|
|
74
|
+
* Get API keys for the environment
|
|
70
75
|
*/
|
|
71
76
|
getKeysForEnvironmentRaw(requestParameters: GetKeysForEnvironmentRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<KeyResponse>>;
|
|
72
77
|
/**
|
|
73
|
-
*
|
|
78
|
+
* Returns the API keys for the specified environment.
|
|
79
|
+
* Get API keys for the environment
|
|
74
80
|
*/
|
|
75
81
|
getKeysForEnvironment(requestParameters: GetKeysForEnvironmentRequest, initOverrides?: RequestInit): Promise<KeyResponse>;
|
|
76
82
|
/**
|
|
77
|
-
*
|
|
83
|
+
* Returns visitor statistics for the specified environment.
|
|
84
|
+
* Get visitor statistics for the environment
|
|
78
85
|
*/
|
|
79
86
|
getVisitorsCountByEnvironmentIdRaw(requestParameters: GetVisitorsCountByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EnvironmentVisitorsResponse>>;
|
|
80
87
|
/**
|
|
81
|
-
*
|
|
88
|
+
* Returns visitor statistics for the specified environment.
|
|
89
|
+
* Get visitor statistics for the environment
|
|
82
90
|
*/
|
|
83
91
|
getVisitorsCountByEnvironmentId(requestParameters: GetVisitorsCountByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<EnvironmentVisitorsResponse>;
|
|
84
92
|
/**
|
|
85
|
-
* Updates the environment
|
|
93
|
+
* Updates the settings for the specified environment.
|
|
94
|
+
* Update the environment settings
|
|
86
95
|
*/
|
|
87
96
|
updateProjectSettingsRaw(requestParameters: UpdateProjectSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ProjectSettings>>;
|
|
88
97
|
/**
|
|
89
|
-
* Updates the environment
|
|
98
|
+
* Updates the settings for the specified environment.
|
|
99
|
+
* Update the environment settings
|
|
90
100
|
*/
|
|
91
101
|
updateProjectSettings(requestParameters: UpdateProjectSettingsRequest, initOverrides?: RequestInit): Promise<ProjectSettings>;
|
|
92
102
|
/**
|
|
@@ -156,7 +156,8 @@ class EnvironmentsApi extends BaseAPI {
|
|
|
156
156
|
});
|
|
157
157
|
}
|
|
158
158
|
/**
|
|
159
|
-
*
|
|
159
|
+
* Returns a single environment by its unique identifier.
|
|
160
|
+
* Get an environment by ID
|
|
160
161
|
*/
|
|
161
162
|
getEnvironmentByIdRaw(requestParameters, initOverrides) {
|
|
162
163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -182,7 +183,8 @@ class EnvironmentsApi extends BaseAPI {
|
|
|
182
183
|
});
|
|
183
184
|
}
|
|
184
185
|
/**
|
|
185
|
-
*
|
|
186
|
+
* Returns a single environment by its unique identifier.
|
|
187
|
+
* Get an environment by ID
|
|
186
188
|
*/
|
|
187
189
|
getEnvironmentById(requestParameters, initOverrides) {
|
|
188
190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -191,7 +193,8 @@ class EnvironmentsApi extends BaseAPI {
|
|
|
191
193
|
});
|
|
192
194
|
}
|
|
193
195
|
/**
|
|
194
|
-
*
|
|
196
|
+
* Returns the environments for the specified project.
|
|
197
|
+
* Get environments for a project
|
|
195
198
|
*/
|
|
196
199
|
getEnvironmentsByProjectIdRaw(requestParameters, initOverrides) {
|
|
197
200
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -217,7 +220,8 @@ class EnvironmentsApi extends BaseAPI {
|
|
|
217
220
|
});
|
|
218
221
|
}
|
|
219
222
|
/**
|
|
220
|
-
*
|
|
223
|
+
* Returns the environments for the specified project.
|
|
224
|
+
* Get environments for a project
|
|
221
225
|
*/
|
|
222
226
|
getEnvironmentsByProjectId(requestParameters, initOverrides) {
|
|
223
227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -226,7 +230,8 @@ class EnvironmentsApi extends BaseAPI {
|
|
|
226
230
|
});
|
|
227
231
|
}
|
|
228
232
|
/**
|
|
229
|
-
*
|
|
233
|
+
* Returns the API keys for the specified environment.
|
|
234
|
+
* Get API keys for the environment
|
|
230
235
|
*/
|
|
231
236
|
getKeysForEnvironmentRaw(requestParameters, initOverrides) {
|
|
232
237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -252,7 +257,8 @@ class EnvironmentsApi extends BaseAPI {
|
|
|
252
257
|
});
|
|
253
258
|
}
|
|
254
259
|
/**
|
|
255
|
-
*
|
|
260
|
+
* Returns the API keys for the specified environment.
|
|
261
|
+
* Get API keys for the environment
|
|
256
262
|
*/
|
|
257
263
|
getKeysForEnvironment(requestParameters, initOverrides) {
|
|
258
264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -261,7 +267,8 @@ class EnvironmentsApi extends BaseAPI {
|
|
|
261
267
|
});
|
|
262
268
|
}
|
|
263
269
|
/**
|
|
264
|
-
*
|
|
270
|
+
* Returns visitor statistics for the specified environment.
|
|
271
|
+
* Get visitor statistics for the environment
|
|
265
272
|
*/
|
|
266
273
|
getVisitorsCountByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
267
274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -287,7 +294,8 @@ class EnvironmentsApi extends BaseAPI {
|
|
|
287
294
|
});
|
|
288
295
|
}
|
|
289
296
|
/**
|
|
290
|
-
*
|
|
297
|
+
* Returns visitor statistics for the specified environment.
|
|
298
|
+
* Get visitor statistics for the environment
|
|
291
299
|
*/
|
|
292
300
|
getVisitorsCountByEnvironmentId(requestParameters, initOverrides) {
|
|
293
301
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -296,7 +304,8 @@ class EnvironmentsApi extends BaseAPI {
|
|
|
296
304
|
});
|
|
297
305
|
}
|
|
298
306
|
/**
|
|
299
|
-
* Updates the environment
|
|
307
|
+
* Updates the settings for the specified environment.
|
|
308
|
+
* Update the environment settings
|
|
300
309
|
*/
|
|
301
310
|
updateProjectSettingsRaw(requestParameters, initOverrides) {
|
|
302
311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -324,7 +333,8 @@ class EnvironmentsApi extends BaseAPI {
|
|
|
324
333
|
});
|
|
325
334
|
}
|
|
326
335
|
/**
|
|
327
|
-
* Updates the environment
|
|
336
|
+
* Updates the settings for the specified environment.
|
|
337
|
+
* Update the environment settings
|
|
328
338
|
*/
|
|
329
339
|
updateProjectSettings(requestParameters, initOverrides) {
|
|
330
340
|
return __awaiter(this, void 0, void 0, function* () {
|