@dynamic-labs/sdk-api 0.0.864 → 0.0.869
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/apis/AllowlistsApi.cjs +26 -6
- package/src/apis/AllowlistsApi.d.ts +26 -6
- package/src/apis/AllowlistsApi.js +26 -6
- package/src/apis/AnalyticsApi.cjs +12 -0
- package/src/apis/AnalyticsApi.d.ts +12 -0
- package/src/apis/AnalyticsApi.js +12 -0
- package/src/apis/ChainalysisApi.cjs +6 -0
- package/src/apis/ChainalysisApi.d.ts +6 -0
- package/src/apis/ChainalysisApi.js +6 -0
- package/src/apis/ChainsApi.cjs +4 -2
- package/src/apis/ChainsApi.d.ts +4 -2
- package/src/apis/ChainsApi.js +4 -2
- package/src/apis/CustomFieldsApi.cjs +14 -4
- package/src/apis/CustomFieldsApi.d.ts +14 -4
- package/src/apis/CustomFieldsApi.js +14 -4
- package/src/apis/CustomHostnamesApi.cjs +10 -4
- package/src/apis/CustomHostnamesApi.d.ts +10 -4
- package/src/apis/CustomHostnamesApi.js +10 -4
- package/src/apis/CustomNetworksApi.cjs +10 -0
- package/src/apis/CustomNetworksApi.d.ts +10 -0
- package/src/apis/CustomNetworksApi.js +10 -0
- package/src/apis/DeeplinkUrlsApi.cjs +12 -6
- package/src/apis/DeeplinkUrlsApi.d.ts +12 -6
- package/src/apis/DeeplinkUrlsApi.js +12 -6
- package/src/apis/EnvironmentsApi.cjs +108 -10
- package/src/apis/EnvironmentsApi.d.ts +49 -11
- package/src/apis/EnvironmentsApi.js +108 -10
- package/src/apis/EventsApi.cjs +8 -2
- package/src/apis/EventsApi.d.ts +8 -2
- package/src/apis/EventsApi.js +8 -2
- package/src/apis/ExportsApi.cjs +8 -0
- package/src/apis/ExportsApi.d.ts +8 -0
- package/src/apis/ExportsApi.js +8 -0
- package/src/apis/ExternalJwtApi.cjs +4 -2
- package/src/apis/ExternalJwtApi.d.ts +4 -2
- package/src/apis/ExternalJwtApi.js +4 -2
- package/src/apis/GatesApi.cjs +16 -2
- package/src/apis/GatesApi.d.ts +16 -2
- package/src/apis/GatesApi.js +16 -2
- package/src/apis/GlobalWalletAccessControlApi.cjs +22 -8
- package/src/apis/GlobalWalletAccessControlApi.d.ts +22 -8
- package/src/apis/GlobalWalletAccessControlApi.js +22 -8
- package/src/apis/GlobalWalletConnectionsApi.cjs +4 -2
- package/src/apis/GlobalWalletConnectionsApi.d.ts +4 -2
- package/src/apis/GlobalWalletConnectionsApi.js +4 -2
- package/src/apis/GlobalWalletsApi.cjs +18 -8
- package/src/apis/GlobalWalletsApi.d.ts +18 -8
- package/src/apis/GlobalWalletsApi.js +18 -8
- package/src/apis/InvitesApi.cjs +16 -6
- package/src/apis/InvitesApi.d.ts +16 -6
- package/src/apis/InvitesApi.js +16 -6
- package/src/apis/MembersApi.cjs +16 -8
- package/src/apis/MembersApi.d.ts +16 -8
- package/src/apis/MembersApi.js +16 -8
- package/src/apis/MfaApi.cjs +8 -4
- package/src/apis/MfaApi.d.ts +8 -4
- package/src/apis/MfaApi.js +8 -4
- package/src/apis/MfaSettingsApi.cjs +6 -0
- package/src/apis/MfaSettingsApi.d.ts +6 -0
- package/src/apis/MfaSettingsApi.js +6 -0
- package/src/apis/NameServicesApi.cjs +22 -10
- package/src/apis/NameServicesApi.d.ts +22 -10
- package/src/apis/NameServicesApi.js +22 -10
- package/src/apis/OrganizationsApi.cjs +34 -10
- package/src/apis/OrganizationsApi.d.ts +34 -10
- package/src/apis/OrganizationsApi.js +34 -10
- package/src/apis/OriginsApi.cjs +12 -6
- package/src/apis/OriginsApi.d.ts +12 -6
- package/src/apis/OriginsApi.js +12 -6
- package/src/apis/ProjectsApi.cjs +18 -8
- package/src/apis/ProjectsApi.d.ts +18 -8
- package/src/apis/ProjectsApi.js +18 -8
- package/src/apis/SDKApi.cjs +554 -162
- package/src/apis/SDKApi.d.ts +423 -163
- package/src/apis/SDKApi.js +554 -162
- package/src/apis/SDKViewsApi.cjs +12 -6
- package/src/apis/SDKViewsApi.d.ts +12 -6
- package/src/apis/SDKViewsApi.js +12 -6
- package/src/apis/SessionsApi.cjs +4 -0
- package/src/apis/SessionsApi.d.ts +4 -0
- package/src/apis/SessionsApi.js +4 -0
- package/src/apis/SettingsApi.cjs +32 -4
- package/src/apis/SettingsApi.d.ts +32 -4
- package/src/apis/SettingsApi.js +32 -4
- package/src/apis/TestAccountApi.cjs +10 -4
- package/src/apis/TestAccountApi.d.ts +10 -4
- package/src/apis/TestAccountApi.js +10 -4
- package/src/apis/TokensApi.cjs +12 -6
- package/src/apis/TokensApi.d.ts +12 -6
- package/src/apis/TokensApi.js +12 -6
- package/src/apis/UserApiTokensApi.cjs +12 -6
- package/src/apis/UserApiTokensApi.d.ts +12 -6
- package/src/apis/UserApiTokensApi.js +12 -6
- package/src/apis/UsersApi.cjs +28 -4
- package/src/apis/UsersApi.d.ts +28 -4
- package/src/apis/UsersApi.js +28 -4
- package/src/apis/VisitsApi.cjs +2 -0
- package/src/apis/VisitsApi.d.ts +2 -0
- package/src/apis/VisitsApi.js +2 -0
- package/src/apis/WaasApi.cjs +36 -8
- package/src/apis/WaasApi.d.ts +35 -7
- package/src/apis/WaasApi.js +36 -8
- package/src/apis/WalletConnectApi.cjs +2 -0
- package/src/apis/WalletConnectApi.d.ts +2 -0
- package/src/apis/WalletConnectApi.js +2 -0
- package/src/apis/WalletsApi.cjs +20 -6
- package/src/apis/WalletsApi.d.ts +20 -6
- package/src/apis/WalletsApi.js +20 -6
- package/src/apis/WebhooksApi.cjs +32 -16
- package/src/apis/WebhooksApi.d.ts +32 -16
- package/src/apis/WebhooksApi.js +32 -16
- package/src/index.cjs +4 -0
- package/src/index.js +1 -0
- package/src/models/SignMessageBtcTransaction.cjs +5 -13
- package/src/models/SignMessageBtcTransaction.d.ts +8 -2
- package/src/models/SignMessageBtcTransaction.js +5 -13
- package/src/models/SmsVerificationVerifyRequest.cjs +3 -0
- package/src/models/SmsVerificationVerifyRequest.d.ts +7 -0
- package/src/models/SmsVerificationVerifyRequest.js +3 -0
- package/src/models/UserFilterableFieldsEnum.cjs +1 -0
- package/src/models/UserFilterableFieldsEnum.d.ts +2 -1
- package/src/models/UserFilterableFieldsEnum.js +1 -0
- package/src/models/WalletSanctionsResponse.cjs +37 -0
- package/src/models/WalletSanctionsResponse.d.ts +40 -0
- package/src/models/WalletSanctionsResponse.js +31 -0
- package/src/models/index.d.ts +1 -0
package/src/apis/AnalyticsApi.js
CHANGED
|
@@ -105,6 +105,7 @@ import '../models/WalletTransactionType.js';
|
|
|
105
105
|
*/
|
|
106
106
|
class AnalyticsApi extends BaseAPI {
|
|
107
107
|
/**
|
|
108
|
+
* Returns the analytics engagement data for the specified environment.
|
|
108
109
|
* Get analytics engagement data
|
|
109
110
|
*/
|
|
110
111
|
getAnalyticsEngagementRaw(requestParameters, initOverrides) {
|
|
@@ -143,6 +144,7 @@ class AnalyticsApi extends BaseAPI {
|
|
|
143
144
|
});
|
|
144
145
|
}
|
|
145
146
|
/**
|
|
147
|
+
* Returns the analytics engagement data for the specified environment.
|
|
146
148
|
* Get analytics engagement data
|
|
147
149
|
*/
|
|
148
150
|
getAnalyticsEngagement(requestParameters, initOverrides) {
|
|
@@ -152,6 +154,7 @@ class AnalyticsApi extends BaseAPI {
|
|
|
152
154
|
});
|
|
153
155
|
}
|
|
154
156
|
/**
|
|
157
|
+
* Returns the analytics overview data for the specified environment.
|
|
155
158
|
* Get analytics overview data
|
|
156
159
|
*/
|
|
157
160
|
getAnalyticsOverviewRaw(requestParameters, initOverrides) {
|
|
@@ -196,6 +199,7 @@ class AnalyticsApi extends BaseAPI {
|
|
|
196
199
|
});
|
|
197
200
|
}
|
|
198
201
|
/**
|
|
202
|
+
* Returns the analytics overview data for the specified environment.
|
|
199
203
|
* Get analytics overview data
|
|
200
204
|
*/
|
|
201
205
|
getAnalyticsOverview(requestParameters, initOverrides) {
|
|
@@ -205,6 +209,7 @@ class AnalyticsApi extends BaseAPI {
|
|
|
205
209
|
});
|
|
206
210
|
}
|
|
207
211
|
/**
|
|
212
|
+
* Returns the analytics topline data for the specified environment.
|
|
208
213
|
* Get analytics topline data
|
|
209
214
|
*/
|
|
210
215
|
getAnalyticsToplineRaw(requestParameters, initOverrides) {
|
|
@@ -243,6 +248,7 @@ class AnalyticsApi extends BaseAPI {
|
|
|
243
248
|
});
|
|
244
249
|
}
|
|
245
250
|
/**
|
|
251
|
+
* Returns the analytics topline data for the specified environment.
|
|
246
252
|
* Get analytics topline data
|
|
247
253
|
*/
|
|
248
254
|
getAnalyticsTopline(requestParameters, initOverrides) {
|
|
@@ -252,6 +258,7 @@ class AnalyticsApi extends BaseAPI {
|
|
|
252
258
|
});
|
|
253
259
|
}
|
|
254
260
|
/**
|
|
261
|
+
* Returns the wallets breakdown analytics data for the specified environment.
|
|
255
262
|
* Get analytics wallets breakdown data
|
|
256
263
|
*/
|
|
257
264
|
getAnalyticsWalletsRaw(requestParameters, initOverrides) {
|
|
@@ -296,6 +303,7 @@ class AnalyticsApi extends BaseAPI {
|
|
|
296
303
|
});
|
|
297
304
|
}
|
|
298
305
|
/**
|
|
306
|
+
* Returns the wallets breakdown analytics data for the specified environment.
|
|
299
307
|
* Get analytics wallets breakdown data
|
|
300
308
|
*/
|
|
301
309
|
getAnalyticsWallets(requestParameters, initOverrides) {
|
|
@@ -306,6 +314,7 @@ class AnalyticsApi extends BaseAPI {
|
|
|
306
314
|
}
|
|
307
315
|
/**
|
|
308
316
|
* Fetch visit analytics
|
|
317
|
+
* Get visit analytics
|
|
309
318
|
*/
|
|
310
319
|
getVisitAnalyticsRaw(requestParameters, initOverrides) {
|
|
311
320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -338,6 +347,7 @@ class AnalyticsApi extends BaseAPI {
|
|
|
338
347
|
}
|
|
339
348
|
/**
|
|
340
349
|
* Fetch visit analytics
|
|
350
|
+
* Get visit analytics
|
|
341
351
|
*/
|
|
342
352
|
getVisitAnalytics(requestParameters, initOverrides) {
|
|
343
353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -347,6 +357,7 @@ class AnalyticsApi extends BaseAPI {
|
|
|
347
357
|
}
|
|
348
358
|
/**
|
|
349
359
|
* Fetch wallets breakdown
|
|
360
|
+
* Get wallets breakdown
|
|
350
361
|
*/
|
|
351
362
|
getWalletsBreakdownRaw(requestParameters, initOverrides) {
|
|
352
363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -379,6 +390,7 @@ class AnalyticsApi extends BaseAPI {
|
|
|
379
390
|
}
|
|
380
391
|
/**
|
|
381
392
|
* Fetch wallets breakdown
|
|
393
|
+
* Get wallets breakdown
|
|
382
394
|
*/
|
|
383
395
|
getWalletsBreakdown(requestParameters, initOverrides) {
|
|
384
396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -105,6 +105,7 @@ require('../models/WalletTransactionType.cjs');
|
|
|
105
105
|
*/
|
|
106
106
|
class ChainalysisApi extends runtime.BaseAPI {
|
|
107
107
|
/**
|
|
108
|
+
* Disables the Chainalysis Sanctions API for the specified environment.
|
|
108
109
|
* Disables the Sanctions API
|
|
109
110
|
*/
|
|
110
111
|
disableSanctionsApiByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
@@ -131,6 +132,7 @@ class ChainalysisApi extends runtime.BaseAPI {
|
|
|
131
132
|
});
|
|
132
133
|
}
|
|
133
134
|
/**
|
|
135
|
+
* Disables the Chainalysis Sanctions API for the specified environment.
|
|
134
136
|
* Disables the Sanctions API
|
|
135
137
|
*/
|
|
136
138
|
disableSanctionsApiByEnvironmentId(requestParameters, initOverrides) {
|
|
@@ -140,6 +142,7 @@ class ChainalysisApi extends runtime.BaseAPI {
|
|
|
140
142
|
});
|
|
141
143
|
}
|
|
142
144
|
/**
|
|
145
|
+
* Enables the Chainalysis Sanctions API for the specified environment.
|
|
143
146
|
* Enable the Sanctions API
|
|
144
147
|
*/
|
|
145
148
|
enableSanctionsApiByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
@@ -166,6 +169,7 @@ class ChainalysisApi extends runtime.BaseAPI {
|
|
|
166
169
|
});
|
|
167
170
|
}
|
|
168
171
|
/**
|
|
172
|
+
* Enables the Chainalysis Sanctions API for the specified environment.
|
|
169
173
|
* Enable the Sanctions API
|
|
170
174
|
*/
|
|
171
175
|
enableSanctionsApiByEnvironmentId(requestParameters, initOverrides) {
|
|
@@ -175,6 +179,7 @@ class ChainalysisApi extends runtime.BaseAPI {
|
|
|
175
179
|
});
|
|
176
180
|
}
|
|
177
181
|
/**
|
|
182
|
+
* Returns the Chainalysis configuration for the specified environment.
|
|
178
183
|
* Find the Chainalysis configuration for an environment.
|
|
179
184
|
*/
|
|
180
185
|
getChainalysisByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
@@ -201,6 +206,7 @@ class ChainalysisApi extends runtime.BaseAPI {
|
|
|
201
206
|
});
|
|
202
207
|
}
|
|
203
208
|
/**
|
|
209
|
+
* Returns the Chainalysis configuration for the specified environment.
|
|
204
210
|
* Find the Chainalysis configuration for an environment.
|
|
205
211
|
*/
|
|
206
212
|
getChainalysisByEnvironmentId(requestParameters, initOverrides) {
|
|
@@ -25,26 +25,32 @@ export interface GetChainalysisByEnvironmentIdRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
export declare class ChainalysisApi extends runtime.BaseAPI {
|
|
27
27
|
/**
|
|
28
|
+
* Disables the Chainalysis Sanctions API for the specified environment.
|
|
28
29
|
* Disables the Sanctions API
|
|
29
30
|
*/
|
|
30
31
|
disableSanctionsApiByEnvironmentIdRaw(requestParameters: DisableSanctionsApiByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ChainalysisConfiguration>>;
|
|
31
32
|
/**
|
|
33
|
+
* Disables the Chainalysis Sanctions API for the specified environment.
|
|
32
34
|
* Disables the Sanctions API
|
|
33
35
|
*/
|
|
34
36
|
disableSanctionsApiByEnvironmentId(requestParameters: DisableSanctionsApiByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<ChainalysisConfiguration>;
|
|
35
37
|
/**
|
|
38
|
+
* Enables the Chainalysis Sanctions API for the specified environment.
|
|
36
39
|
* Enable the Sanctions API
|
|
37
40
|
*/
|
|
38
41
|
enableSanctionsApiByEnvironmentIdRaw(requestParameters: EnableSanctionsApiByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ChainalysisConfiguration>>;
|
|
39
42
|
/**
|
|
43
|
+
* Enables the Chainalysis Sanctions API for the specified environment.
|
|
40
44
|
* Enable the Sanctions API
|
|
41
45
|
*/
|
|
42
46
|
enableSanctionsApiByEnvironmentId(requestParameters: EnableSanctionsApiByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<ChainalysisConfiguration>;
|
|
43
47
|
/**
|
|
48
|
+
* Returns the Chainalysis configuration for the specified environment.
|
|
44
49
|
* Find the Chainalysis configuration for an environment.
|
|
45
50
|
*/
|
|
46
51
|
getChainalysisByEnvironmentIdRaw(requestParameters: GetChainalysisByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ChainalysisConfiguration>>;
|
|
47
52
|
/**
|
|
53
|
+
* Returns the Chainalysis configuration for the specified environment.
|
|
48
54
|
* Find the Chainalysis configuration for an environment.
|
|
49
55
|
*/
|
|
50
56
|
getChainalysisByEnvironmentId(requestParameters: GetChainalysisByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<ChainalysisConfiguration>;
|
|
@@ -101,6 +101,7 @@ import '../models/WalletTransactionType.js';
|
|
|
101
101
|
*/
|
|
102
102
|
class ChainalysisApi extends BaseAPI {
|
|
103
103
|
/**
|
|
104
|
+
* Disables the Chainalysis Sanctions API for the specified environment.
|
|
104
105
|
* Disables the Sanctions API
|
|
105
106
|
*/
|
|
106
107
|
disableSanctionsApiByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
@@ -127,6 +128,7 @@ class ChainalysisApi extends BaseAPI {
|
|
|
127
128
|
});
|
|
128
129
|
}
|
|
129
130
|
/**
|
|
131
|
+
* Disables the Chainalysis Sanctions API for the specified environment.
|
|
130
132
|
* Disables the Sanctions API
|
|
131
133
|
*/
|
|
132
134
|
disableSanctionsApiByEnvironmentId(requestParameters, initOverrides) {
|
|
@@ -136,6 +138,7 @@ class ChainalysisApi extends BaseAPI {
|
|
|
136
138
|
});
|
|
137
139
|
}
|
|
138
140
|
/**
|
|
141
|
+
* Enables the Chainalysis Sanctions API for the specified environment.
|
|
139
142
|
* Enable the Sanctions API
|
|
140
143
|
*/
|
|
141
144
|
enableSanctionsApiByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
@@ -162,6 +165,7 @@ class ChainalysisApi extends BaseAPI {
|
|
|
162
165
|
});
|
|
163
166
|
}
|
|
164
167
|
/**
|
|
168
|
+
* Enables the Chainalysis Sanctions API for the specified environment.
|
|
165
169
|
* Enable the Sanctions API
|
|
166
170
|
*/
|
|
167
171
|
enableSanctionsApiByEnvironmentId(requestParameters, initOverrides) {
|
|
@@ -171,6 +175,7 @@ class ChainalysisApi extends BaseAPI {
|
|
|
171
175
|
});
|
|
172
176
|
}
|
|
173
177
|
/**
|
|
178
|
+
* Returns the Chainalysis configuration for the specified environment.
|
|
174
179
|
* Find the Chainalysis configuration for an environment.
|
|
175
180
|
*/
|
|
176
181
|
getChainalysisByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
@@ -197,6 +202,7 @@ class ChainalysisApi extends BaseAPI {
|
|
|
197
202
|
});
|
|
198
203
|
}
|
|
199
204
|
/**
|
|
205
|
+
* Returns the Chainalysis configuration for the specified environment.
|
|
200
206
|
* Find the Chainalysis configuration for an environment.
|
|
201
207
|
*/
|
|
202
208
|
getChainalysisByEnvironmentId(requestParameters, initOverrides) {
|
package/src/apis/ChainsApi.cjs
CHANGED
|
@@ -105,7 +105,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
105
105
|
*/
|
|
106
106
|
class ChainsApi extends runtime.BaseAPI {
|
|
107
107
|
/**
|
|
108
|
-
*
|
|
108
|
+
* Returns all tokens for the specified chain.
|
|
109
|
+
* Get tokens for a chain
|
|
109
110
|
*/
|
|
110
111
|
getAllTokensByChainRaw(requestParameters, initOverrides) {
|
|
111
112
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -134,7 +135,8 @@ class ChainsApi extends runtime.BaseAPI {
|
|
|
134
135
|
});
|
|
135
136
|
}
|
|
136
137
|
/**
|
|
137
|
-
*
|
|
138
|
+
* Returns all tokens for the specified chain.
|
|
139
|
+
* Get tokens for a chain
|
|
138
140
|
*/
|
|
139
141
|
getAllTokensByChain(requestParameters, initOverrides) {
|
|
140
142
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
package/src/apis/ChainsApi.d.ts
CHANGED
|
@@ -20,11 +20,13 @@ export interface GetAllTokensByChainRequest {
|
|
|
20
20
|
*/
|
|
21
21
|
export declare class ChainsApi extends runtime.BaseAPI {
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Returns all tokens for the specified chain.
|
|
24
|
+
* Get tokens for a chain
|
|
24
25
|
*/
|
|
25
26
|
getAllTokensByChainRaw(requestParameters: GetAllTokensByChainRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<ChainToken>>>;
|
|
26
27
|
/**
|
|
27
|
-
*
|
|
28
|
+
* Returns all tokens for the specified chain.
|
|
29
|
+
* Get tokens for a chain
|
|
28
30
|
*/
|
|
29
31
|
getAllTokensByChain(requestParameters: GetAllTokensByChainRequest, initOverrides?: RequestInit): Promise<Array<ChainToken>>;
|
|
30
32
|
}
|
package/src/apis/ChainsApi.js
CHANGED
|
@@ -101,7 +101,8 @@ import '../models/WalletTransactionType.js';
|
|
|
101
101
|
*/
|
|
102
102
|
class ChainsApi extends BaseAPI {
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
* Returns all tokens for the specified chain.
|
|
105
|
+
* Get tokens for a chain
|
|
105
106
|
*/
|
|
106
107
|
getAllTokensByChainRaw(requestParameters, initOverrides) {
|
|
107
108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -130,7 +131,8 @@ class ChainsApi extends BaseAPI {
|
|
|
130
131
|
});
|
|
131
132
|
}
|
|
132
133
|
/**
|
|
133
|
-
*
|
|
134
|
+
* Returns all tokens for the specified chain.
|
|
135
|
+
* Get tokens for a chain
|
|
134
136
|
*/
|
|
135
137
|
getAllTokensByChain(requestParameters, initOverrides) {
|
|
136
138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -106,7 +106,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
106
106
|
*/
|
|
107
107
|
class CustomFieldsApi extends runtime.BaseAPI {
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* Creates a new custom field for the specified environment.
|
|
110
|
+
* Create a custom field for the environment
|
|
110
111
|
*/
|
|
111
112
|
createCustomFieldForEnvironmentRaw(requestParameters, initOverrides) {
|
|
112
113
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -137,7 +138,8 @@ class CustomFieldsApi extends runtime.BaseAPI {
|
|
|
137
138
|
});
|
|
138
139
|
}
|
|
139
140
|
/**
|
|
140
|
-
*
|
|
141
|
+
* Creates a new custom field for the specified environment.
|
|
142
|
+
* Create a custom field for the environment
|
|
141
143
|
*/
|
|
142
144
|
createCustomFieldForEnvironment(requestParameters, initOverrides) {
|
|
143
145
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -146,6 +148,7 @@ class CustomFieldsApi extends runtime.BaseAPI {
|
|
|
146
148
|
});
|
|
147
149
|
}
|
|
148
150
|
/**
|
|
151
|
+
* Permanently removes the specified custom field.
|
|
149
152
|
* Delete a specific custom field by its ID
|
|
150
153
|
*/
|
|
151
154
|
deleteCustomFieldByIdRaw(requestParameters, initOverrides) {
|
|
@@ -172,6 +175,7 @@ class CustomFieldsApi extends runtime.BaseAPI {
|
|
|
172
175
|
});
|
|
173
176
|
}
|
|
174
177
|
/**
|
|
178
|
+
* Permanently removes the specified custom field.
|
|
175
179
|
* Delete a specific custom field by its ID
|
|
176
180
|
*/
|
|
177
181
|
deleteCustomFieldById(requestParameters, initOverrides) {
|
|
@@ -180,6 +184,7 @@ class CustomFieldsApi extends runtime.BaseAPI {
|
|
|
180
184
|
});
|
|
181
185
|
}
|
|
182
186
|
/**
|
|
187
|
+
* Returns a custom field by its unique identifier.
|
|
183
188
|
* Retrieve a specific custom field by its ID
|
|
184
189
|
*/
|
|
185
190
|
getCustomFieldByIdRaw(requestParameters, initOverrides) {
|
|
@@ -206,6 +211,7 @@ class CustomFieldsApi extends runtime.BaseAPI {
|
|
|
206
211
|
});
|
|
207
212
|
}
|
|
208
213
|
/**
|
|
214
|
+
* Returns a custom field by its unique identifier.
|
|
209
215
|
* Retrieve a specific custom field by its ID
|
|
210
216
|
*/
|
|
211
217
|
getCustomFieldById(requestParameters, initOverrides) {
|
|
@@ -215,7 +221,8 @@ class CustomFieldsApi extends runtime.BaseAPI {
|
|
|
215
221
|
});
|
|
216
222
|
}
|
|
217
223
|
/**
|
|
218
|
-
*
|
|
224
|
+
* Returns the custom fields for the specified environment.
|
|
225
|
+
* Get custom fields for the environment
|
|
219
226
|
*/
|
|
220
227
|
getCustomFieldsForEnvironmentRaw(requestParameters, initOverrides) {
|
|
221
228
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -241,7 +248,8 @@ class CustomFieldsApi extends runtime.BaseAPI {
|
|
|
241
248
|
});
|
|
242
249
|
}
|
|
243
250
|
/**
|
|
244
|
-
*
|
|
251
|
+
* Returns the custom fields for the specified environment.
|
|
252
|
+
* Get custom fields for the environment
|
|
245
253
|
*/
|
|
246
254
|
getCustomFieldsForEnvironment(requestParameters, initOverrides) {
|
|
247
255
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -250,6 +258,7 @@ class CustomFieldsApi extends runtime.BaseAPI {
|
|
|
250
258
|
});
|
|
251
259
|
}
|
|
252
260
|
/**
|
|
261
|
+
* Updates the specified custom field.
|
|
253
262
|
* Update an existing custom field by its ID
|
|
254
263
|
*/
|
|
255
264
|
updateCustomFieldByIdRaw(requestParameters, initOverrides) {
|
|
@@ -281,6 +290,7 @@ class CustomFieldsApi extends runtime.BaseAPI {
|
|
|
281
290
|
});
|
|
282
291
|
}
|
|
283
292
|
/**
|
|
293
|
+
* Updates the specified custom field.
|
|
284
294
|
* Update an existing custom field by its ID
|
|
285
295
|
*/
|
|
286
296
|
updateCustomFieldById(requestParameters, initOverrides) {
|
|
@@ -33,42 +33,52 @@ export interface UpdateCustomFieldByIdRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
export declare class CustomFieldsApi extends runtime.BaseAPI {
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Creates a new custom field for the specified environment.
|
|
37
|
+
* Create a custom field for the environment
|
|
37
38
|
*/
|
|
38
39
|
createCustomFieldForEnvironmentRaw(requestParameters: CreateCustomFieldForEnvironmentRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CustomField>>;
|
|
39
40
|
/**
|
|
40
|
-
*
|
|
41
|
+
* Creates a new custom field for the specified environment.
|
|
42
|
+
* Create a custom field for the environment
|
|
41
43
|
*/
|
|
42
44
|
createCustomFieldForEnvironment(requestParameters: CreateCustomFieldForEnvironmentRequest, initOverrides?: RequestInit): Promise<CustomField>;
|
|
43
45
|
/**
|
|
46
|
+
* Permanently removes the specified custom field.
|
|
44
47
|
* Delete a specific custom field by its ID
|
|
45
48
|
*/
|
|
46
49
|
deleteCustomFieldByIdRaw(requestParameters: DeleteCustomFieldByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
47
50
|
/**
|
|
51
|
+
* Permanently removes the specified custom field.
|
|
48
52
|
* Delete a specific custom field by its ID
|
|
49
53
|
*/
|
|
50
54
|
deleteCustomFieldById(requestParameters: DeleteCustomFieldByIdRequest, initOverrides?: RequestInit): Promise<void>;
|
|
51
55
|
/**
|
|
56
|
+
* Returns a custom field by its unique identifier.
|
|
52
57
|
* Retrieve a specific custom field by its ID
|
|
53
58
|
*/
|
|
54
59
|
getCustomFieldByIdRaw(requestParameters: GetCustomFieldByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CustomField>>;
|
|
55
60
|
/**
|
|
61
|
+
* Returns a custom field by its unique identifier.
|
|
56
62
|
* Retrieve a specific custom field by its ID
|
|
57
63
|
*/
|
|
58
64
|
getCustomFieldById(requestParameters: GetCustomFieldByIdRequest, initOverrides?: RequestInit): Promise<CustomField>;
|
|
59
65
|
/**
|
|
60
|
-
*
|
|
66
|
+
* Returns the custom fields for the specified environment.
|
|
67
|
+
* Get custom fields for the environment
|
|
61
68
|
*/
|
|
62
69
|
getCustomFieldsForEnvironmentRaw(requestParameters: GetCustomFieldsForEnvironmentRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<CustomField>>>;
|
|
63
70
|
/**
|
|
64
|
-
*
|
|
71
|
+
* Returns the custom fields for the specified environment.
|
|
72
|
+
* Get custom fields for the environment
|
|
65
73
|
*/
|
|
66
74
|
getCustomFieldsForEnvironment(requestParameters: GetCustomFieldsForEnvironmentRequest, initOverrides?: RequestInit): Promise<Array<CustomField>>;
|
|
67
75
|
/**
|
|
76
|
+
* Updates the specified custom field.
|
|
68
77
|
* Update an existing custom field by its ID
|
|
69
78
|
*/
|
|
70
79
|
updateCustomFieldByIdRaw(requestParameters: UpdateCustomFieldByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CustomField>>;
|
|
71
80
|
/**
|
|
81
|
+
* Updates the specified custom field.
|
|
72
82
|
* Update an existing custom field by its ID
|
|
73
83
|
*/
|
|
74
84
|
updateCustomFieldById(requestParameters: UpdateCustomFieldByIdRequest, initOverrides?: RequestInit): Promise<CustomField>;
|
|
@@ -102,7 +102,8 @@ import '../models/WalletTransactionType.js';
|
|
|
102
102
|
*/
|
|
103
103
|
class CustomFieldsApi extends BaseAPI {
|
|
104
104
|
/**
|
|
105
|
-
*
|
|
105
|
+
* Creates a new custom field for the specified environment.
|
|
106
|
+
* Create a custom field for the environment
|
|
106
107
|
*/
|
|
107
108
|
createCustomFieldForEnvironmentRaw(requestParameters, initOverrides) {
|
|
108
109
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -133,7 +134,8 @@ class CustomFieldsApi extends BaseAPI {
|
|
|
133
134
|
});
|
|
134
135
|
}
|
|
135
136
|
/**
|
|
136
|
-
*
|
|
137
|
+
* Creates a new custom field for the specified environment.
|
|
138
|
+
* Create a custom field for the environment
|
|
137
139
|
*/
|
|
138
140
|
createCustomFieldForEnvironment(requestParameters, initOverrides) {
|
|
139
141
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -142,6 +144,7 @@ class CustomFieldsApi extends BaseAPI {
|
|
|
142
144
|
});
|
|
143
145
|
}
|
|
144
146
|
/**
|
|
147
|
+
* Permanently removes the specified custom field.
|
|
145
148
|
* Delete a specific custom field by its ID
|
|
146
149
|
*/
|
|
147
150
|
deleteCustomFieldByIdRaw(requestParameters, initOverrides) {
|
|
@@ -168,6 +171,7 @@ class CustomFieldsApi extends BaseAPI {
|
|
|
168
171
|
});
|
|
169
172
|
}
|
|
170
173
|
/**
|
|
174
|
+
* Permanently removes the specified custom field.
|
|
171
175
|
* Delete a specific custom field by its ID
|
|
172
176
|
*/
|
|
173
177
|
deleteCustomFieldById(requestParameters, initOverrides) {
|
|
@@ -176,6 +180,7 @@ class CustomFieldsApi extends BaseAPI {
|
|
|
176
180
|
});
|
|
177
181
|
}
|
|
178
182
|
/**
|
|
183
|
+
* Returns a custom field by its unique identifier.
|
|
179
184
|
* Retrieve a specific custom field by its ID
|
|
180
185
|
*/
|
|
181
186
|
getCustomFieldByIdRaw(requestParameters, initOverrides) {
|
|
@@ -202,6 +207,7 @@ class CustomFieldsApi extends BaseAPI {
|
|
|
202
207
|
});
|
|
203
208
|
}
|
|
204
209
|
/**
|
|
210
|
+
* Returns a custom field by its unique identifier.
|
|
205
211
|
* Retrieve a specific custom field by its ID
|
|
206
212
|
*/
|
|
207
213
|
getCustomFieldById(requestParameters, initOverrides) {
|
|
@@ -211,7 +217,8 @@ class CustomFieldsApi extends BaseAPI {
|
|
|
211
217
|
});
|
|
212
218
|
}
|
|
213
219
|
/**
|
|
214
|
-
*
|
|
220
|
+
* Returns the custom fields for the specified environment.
|
|
221
|
+
* Get custom fields for the environment
|
|
215
222
|
*/
|
|
216
223
|
getCustomFieldsForEnvironmentRaw(requestParameters, initOverrides) {
|
|
217
224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -237,7 +244,8 @@ class CustomFieldsApi extends BaseAPI {
|
|
|
237
244
|
});
|
|
238
245
|
}
|
|
239
246
|
/**
|
|
240
|
-
*
|
|
247
|
+
* Returns the custom fields for the specified environment.
|
|
248
|
+
* Get custom fields for the environment
|
|
241
249
|
*/
|
|
242
250
|
getCustomFieldsForEnvironment(requestParameters, initOverrides) {
|
|
243
251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -246,6 +254,7 @@ class CustomFieldsApi extends BaseAPI {
|
|
|
246
254
|
});
|
|
247
255
|
}
|
|
248
256
|
/**
|
|
257
|
+
* Updates the specified custom field.
|
|
249
258
|
* Update an existing custom field by its ID
|
|
250
259
|
*/
|
|
251
260
|
updateCustomFieldByIdRaw(requestParameters, initOverrides) {
|
|
@@ -277,6 +286,7 @@ class CustomFieldsApi extends BaseAPI {
|
|
|
277
286
|
});
|
|
278
287
|
}
|
|
279
288
|
/**
|
|
289
|
+
* Updates the specified custom field.
|
|
280
290
|
* Update an existing custom field by its ID
|
|
281
291
|
*/
|
|
282
292
|
updateCustomFieldById(requestParameters, initOverrides) {
|
|
@@ -107,7 +107,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
107
107
|
*/
|
|
108
108
|
class CustomHostnamesApi extends runtime.BaseAPI {
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* Creates a new custom hostname for the specified environment.
|
|
111
|
+
* Create a custom hostname for the environment
|
|
111
112
|
*/
|
|
112
113
|
createCustomHostnameRaw(requestParameters, initOverrides) {
|
|
113
114
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -131,7 +132,8 @@ class CustomHostnamesApi extends runtime.BaseAPI {
|
|
|
131
132
|
});
|
|
132
133
|
}
|
|
133
134
|
/**
|
|
134
|
-
*
|
|
135
|
+
* Creates a new custom hostname for the specified environment.
|
|
136
|
+
* Create a custom hostname for the environment
|
|
135
137
|
*/
|
|
136
138
|
createCustomHostname(requestParameters, initOverrides) {
|
|
137
139
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -140,6 +142,7 @@ class CustomHostnamesApi extends runtime.BaseAPI {
|
|
|
140
142
|
});
|
|
141
143
|
}
|
|
142
144
|
/**
|
|
145
|
+
* Permanently removes the specified custom hostname.
|
|
143
146
|
* Delete the custom hostname
|
|
144
147
|
*/
|
|
145
148
|
deleteCustomHostnameRaw(requestParameters, initOverrides) {
|
|
@@ -162,6 +165,7 @@ class CustomHostnamesApi extends runtime.BaseAPI {
|
|
|
162
165
|
});
|
|
163
166
|
}
|
|
164
167
|
/**
|
|
168
|
+
* Permanently removes the specified custom hostname.
|
|
165
169
|
* Delete the custom hostname
|
|
166
170
|
*/
|
|
167
171
|
deleteCustomHostname(requestParameters, initOverrides) {
|
|
@@ -170,7 +174,8 @@ class CustomHostnamesApi extends runtime.BaseAPI {
|
|
|
170
174
|
});
|
|
171
175
|
}
|
|
172
176
|
/**
|
|
173
|
-
*
|
|
177
|
+
* Returns all custom hostnames for the specified environment.
|
|
178
|
+
* Get the custom hostnames for this environment
|
|
174
179
|
*/
|
|
175
180
|
getCustomHostnamesRaw(requestParameters, initOverrides) {
|
|
176
181
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -189,7 +194,8 @@ class CustomHostnamesApi extends runtime.BaseAPI {
|
|
|
189
194
|
});
|
|
190
195
|
}
|
|
191
196
|
/**
|
|
192
|
-
*
|
|
197
|
+
* Returns all custom hostnames for the specified environment.
|
|
198
|
+
* Get the custom hostnames for this environment
|
|
193
199
|
*/
|
|
194
200
|
getCustomHostnames(requestParameters, initOverrides) {
|
|
195
201
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -27,27 +27,33 @@ export interface GetCustomHostnamesRequest {
|
|
|
27
27
|
*/
|
|
28
28
|
export declare class CustomHostnamesApi extends runtime.BaseAPI {
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* Creates a new custom hostname for the specified environment.
|
|
31
|
+
* Create a custom hostname for the environment
|
|
31
32
|
*/
|
|
32
33
|
createCustomHostnameRaw(requestParameters: CreateCustomHostnameRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CustomHostname>>;
|
|
33
34
|
/**
|
|
34
|
-
*
|
|
35
|
+
* Creates a new custom hostname for the specified environment.
|
|
36
|
+
* Create a custom hostname for the environment
|
|
35
37
|
*/
|
|
36
38
|
createCustomHostname(requestParameters: CreateCustomHostnameRequest, initOverrides?: RequestInit): Promise<CustomHostname>;
|
|
37
39
|
/**
|
|
40
|
+
* Permanently removes the specified custom hostname.
|
|
38
41
|
* Delete the custom hostname
|
|
39
42
|
*/
|
|
40
43
|
deleteCustomHostnameRaw(requestParameters: DeleteCustomHostnameRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
41
44
|
/**
|
|
45
|
+
* Permanently removes the specified custom hostname.
|
|
42
46
|
* Delete the custom hostname
|
|
43
47
|
*/
|
|
44
48
|
deleteCustomHostname(requestParameters: DeleteCustomHostnameRequest, initOverrides?: RequestInit): Promise<void>;
|
|
45
49
|
/**
|
|
46
|
-
*
|
|
50
|
+
* Returns all custom hostnames for the specified environment.
|
|
51
|
+
* Get the custom hostnames for this environment
|
|
47
52
|
*/
|
|
48
53
|
getCustomHostnamesRaw(requestParameters: GetCustomHostnamesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CustomHostnamesResponse>>;
|
|
49
54
|
/**
|
|
50
|
-
*
|
|
55
|
+
* Returns all custom hostnames for the specified environment.
|
|
56
|
+
* Get the custom hostnames for this environment
|
|
51
57
|
*/
|
|
52
58
|
getCustomHostnames(requestParameters: GetCustomHostnamesRequest, initOverrides?: RequestInit): Promise<CustomHostnamesResponse>;
|
|
53
59
|
}
|
|
@@ -103,7 +103,8 @@ import '../models/WalletTransactionType.js';
|
|
|
103
103
|
*/
|
|
104
104
|
class CustomHostnamesApi extends BaseAPI {
|
|
105
105
|
/**
|
|
106
|
-
*
|
|
106
|
+
* Creates a new custom hostname for the specified environment.
|
|
107
|
+
* Create a custom hostname for the environment
|
|
107
108
|
*/
|
|
108
109
|
createCustomHostnameRaw(requestParameters, initOverrides) {
|
|
109
110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -127,7 +128,8 @@ class CustomHostnamesApi extends BaseAPI {
|
|
|
127
128
|
});
|
|
128
129
|
}
|
|
129
130
|
/**
|
|
130
|
-
*
|
|
131
|
+
* Creates a new custom hostname for the specified environment.
|
|
132
|
+
* Create a custom hostname for the environment
|
|
131
133
|
*/
|
|
132
134
|
createCustomHostname(requestParameters, initOverrides) {
|
|
133
135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -136,6 +138,7 @@ class CustomHostnamesApi extends BaseAPI {
|
|
|
136
138
|
});
|
|
137
139
|
}
|
|
138
140
|
/**
|
|
141
|
+
* Permanently removes the specified custom hostname.
|
|
139
142
|
* Delete the custom hostname
|
|
140
143
|
*/
|
|
141
144
|
deleteCustomHostnameRaw(requestParameters, initOverrides) {
|
|
@@ -158,6 +161,7 @@ class CustomHostnamesApi extends BaseAPI {
|
|
|
158
161
|
});
|
|
159
162
|
}
|
|
160
163
|
/**
|
|
164
|
+
* Permanently removes the specified custom hostname.
|
|
161
165
|
* Delete the custom hostname
|
|
162
166
|
*/
|
|
163
167
|
deleteCustomHostname(requestParameters, initOverrides) {
|
|
@@ -166,7 +170,8 @@ class CustomHostnamesApi extends BaseAPI {
|
|
|
166
170
|
});
|
|
167
171
|
}
|
|
168
172
|
/**
|
|
169
|
-
*
|
|
173
|
+
* Returns all custom hostnames for the specified environment.
|
|
174
|
+
* Get the custom hostnames for this environment
|
|
170
175
|
*/
|
|
171
176
|
getCustomHostnamesRaw(requestParameters, initOverrides) {
|
|
172
177
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -185,7 +190,8 @@ class CustomHostnamesApi extends BaseAPI {
|
|
|
185
190
|
});
|
|
186
191
|
}
|
|
187
192
|
/**
|
|
188
|
-
*
|
|
193
|
+
* Returns all custom hostnames for the specified environment.
|
|
194
|
+
* Get the custom hostnames for this environment
|
|
189
195
|
*/
|
|
190
196
|
getCustomHostnames(requestParameters, initOverrides) {
|
|
191
197
|
return __awaiter(this, void 0, void 0, function* () {
|