@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/SDKViewsApi.cjs
CHANGED
|
@@ -107,7 +107,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
107
107
|
*/
|
|
108
108
|
class SDKViewsApi extends runtime.BaseAPI {
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* Returns a single SDK view by its type.
|
|
111
|
+
* Get an SDK view by type
|
|
111
112
|
*/
|
|
112
113
|
getSdkViewRaw(requestParameters, initOverrides) {
|
|
113
114
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -129,7 +130,8 @@ class SDKViewsApi extends runtime.BaseAPI {
|
|
|
129
130
|
});
|
|
130
131
|
}
|
|
131
132
|
/**
|
|
132
|
-
*
|
|
133
|
+
* Returns a single SDK view by its type.
|
|
134
|
+
* Get an SDK view by type
|
|
133
135
|
*/
|
|
134
136
|
getSdkView(requestParameters, initOverrides) {
|
|
135
137
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -138,7 +140,8 @@ class SDKViewsApi extends runtime.BaseAPI {
|
|
|
138
140
|
});
|
|
139
141
|
}
|
|
140
142
|
/**
|
|
141
|
-
*
|
|
143
|
+
* Returns the SDK views for the specified environment.
|
|
144
|
+
* Get SDK views for the environment
|
|
142
145
|
*/
|
|
143
146
|
getSdkViewsRaw(requestParameters, initOverrides) {
|
|
144
147
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -157,7 +160,8 @@ class SDKViewsApi extends runtime.BaseAPI {
|
|
|
157
160
|
});
|
|
158
161
|
}
|
|
159
162
|
/**
|
|
160
|
-
*
|
|
163
|
+
* Returns the SDK views for the specified environment.
|
|
164
|
+
* Get SDK views for the environment
|
|
161
165
|
*/
|
|
162
166
|
getSdkViews(requestParameters, initOverrides) {
|
|
163
167
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -166,7 +170,8 @@ class SDKViewsApi extends runtime.BaseAPI {
|
|
|
166
170
|
});
|
|
167
171
|
}
|
|
168
172
|
/**
|
|
169
|
-
* Updates the
|
|
173
|
+
* Updates the specified SDK view configuration.
|
|
174
|
+
* Update an SDK view configuration
|
|
170
175
|
*/
|
|
171
176
|
updateSdkViewRaw(requestParameters, initOverrides) {
|
|
172
177
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -193,7 +198,8 @@ class SDKViewsApi extends runtime.BaseAPI {
|
|
|
193
198
|
});
|
|
194
199
|
}
|
|
195
200
|
/**
|
|
196
|
-
* Updates the
|
|
201
|
+
* Updates the specified SDK view configuration.
|
|
202
|
+
* Update an SDK view configuration
|
|
197
203
|
*/
|
|
198
204
|
updateSdkView(requestParameters, initOverrides) {
|
|
199
205
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -28,27 +28,33 @@ export interface UpdateSdkViewRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
export declare class SDKViewsApi extends runtime.BaseAPI {
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Returns a single SDK view by its type.
|
|
32
|
+
* Get an SDK view by type
|
|
32
33
|
*/
|
|
33
34
|
getSdkViewRaw(requestParameters: GetSdkViewRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SdkView>>;
|
|
34
35
|
/**
|
|
35
|
-
*
|
|
36
|
+
* Returns a single SDK view by its type.
|
|
37
|
+
* Get an SDK view by type
|
|
36
38
|
*/
|
|
37
39
|
getSdkView(requestParameters: GetSdkViewRequest, initOverrides?: RequestInit): Promise<SdkView>;
|
|
38
40
|
/**
|
|
39
|
-
*
|
|
41
|
+
* Returns the SDK views for the specified environment.
|
|
42
|
+
* Get SDK views for the environment
|
|
40
43
|
*/
|
|
41
44
|
getSdkViewsRaw(requestParameters: GetSdkViewsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SdkViewsResponse>>;
|
|
42
45
|
/**
|
|
43
|
-
*
|
|
46
|
+
* Returns the SDK views for the specified environment.
|
|
47
|
+
* Get SDK views for the environment
|
|
44
48
|
*/
|
|
45
49
|
getSdkViews(requestParameters: GetSdkViewsRequest, initOverrides?: RequestInit): Promise<SdkViewsResponse>;
|
|
46
50
|
/**
|
|
47
|
-
* Updates the
|
|
51
|
+
* Updates the specified SDK view configuration.
|
|
52
|
+
* Update an SDK view configuration
|
|
48
53
|
*/
|
|
49
54
|
updateSdkViewRaw(requestParameters: UpdateSdkViewRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SdkView>>;
|
|
50
55
|
/**
|
|
51
|
-
* Updates the
|
|
56
|
+
* Updates the specified SDK view configuration.
|
|
57
|
+
* Update an SDK view configuration
|
|
52
58
|
*/
|
|
53
59
|
updateSdkView(requestParameters: UpdateSdkViewRequest, initOverrides?: RequestInit): Promise<SdkView>;
|
|
54
60
|
}
|
package/src/apis/SDKViewsApi.js
CHANGED
|
@@ -103,7 +103,8 @@ import '../models/WalletTransactionType.js';
|
|
|
103
103
|
*/
|
|
104
104
|
class SDKViewsApi extends BaseAPI {
|
|
105
105
|
/**
|
|
106
|
-
*
|
|
106
|
+
* Returns a single SDK view by its type.
|
|
107
|
+
* Get an SDK view by type
|
|
107
108
|
*/
|
|
108
109
|
getSdkViewRaw(requestParameters, initOverrides) {
|
|
109
110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -125,7 +126,8 @@ class SDKViewsApi extends BaseAPI {
|
|
|
125
126
|
});
|
|
126
127
|
}
|
|
127
128
|
/**
|
|
128
|
-
*
|
|
129
|
+
* Returns a single SDK view by its type.
|
|
130
|
+
* Get an SDK view by type
|
|
129
131
|
*/
|
|
130
132
|
getSdkView(requestParameters, initOverrides) {
|
|
131
133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -134,7 +136,8 @@ class SDKViewsApi extends BaseAPI {
|
|
|
134
136
|
});
|
|
135
137
|
}
|
|
136
138
|
/**
|
|
137
|
-
*
|
|
139
|
+
* Returns the SDK views for the specified environment.
|
|
140
|
+
* Get SDK views for the environment
|
|
138
141
|
*/
|
|
139
142
|
getSdkViewsRaw(requestParameters, initOverrides) {
|
|
140
143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -153,7 +156,8 @@ class SDKViewsApi extends BaseAPI {
|
|
|
153
156
|
});
|
|
154
157
|
}
|
|
155
158
|
/**
|
|
156
|
-
*
|
|
159
|
+
* Returns the SDK views for the specified environment.
|
|
160
|
+
* Get SDK views for the environment
|
|
157
161
|
*/
|
|
158
162
|
getSdkViews(requestParameters, initOverrides) {
|
|
159
163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -162,7 +166,8 @@ class SDKViewsApi extends BaseAPI {
|
|
|
162
166
|
});
|
|
163
167
|
}
|
|
164
168
|
/**
|
|
165
|
-
* Updates the
|
|
169
|
+
* Updates the specified SDK view configuration.
|
|
170
|
+
* Update an SDK view configuration
|
|
166
171
|
*/
|
|
167
172
|
updateSdkViewRaw(requestParameters, initOverrides) {
|
|
168
173
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -189,7 +194,8 @@ class SDKViewsApi extends BaseAPI {
|
|
|
189
194
|
});
|
|
190
195
|
}
|
|
191
196
|
/**
|
|
192
|
-
* Updates the
|
|
197
|
+
* Updates the specified SDK view configuration.
|
|
198
|
+
* Update an SDK view configuration
|
|
193
199
|
*/
|
|
194
200
|
updateSdkView(requestParameters, initOverrides) {
|
|
195
201
|
return __awaiter(this, void 0, void 0, function* () {
|
package/src/apis/SessionsApi.cjs
CHANGED
|
@@ -106,6 +106,7 @@ require('../models/WalletTransactionType.cjs');
|
|
|
106
106
|
*/
|
|
107
107
|
class SessionsApi extends runtime.BaseAPI {
|
|
108
108
|
/**
|
|
109
|
+
* Returns a session by its unique identifier.
|
|
109
110
|
* Get a session by ID
|
|
110
111
|
*/
|
|
111
112
|
getSessionByIdRaw(requestParameters, initOverrides) {
|
|
@@ -135,6 +136,7 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
135
136
|
});
|
|
136
137
|
}
|
|
137
138
|
/**
|
|
139
|
+
* Returns a session by its unique identifier.
|
|
138
140
|
* Get a session by ID
|
|
139
141
|
*/
|
|
140
142
|
getSessionById(requestParameters, initOverrides) {
|
|
@@ -181,6 +183,7 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
181
183
|
});
|
|
182
184
|
}
|
|
183
185
|
/**
|
|
186
|
+
* Revokes the specified session.
|
|
184
187
|
* Revoke a session
|
|
185
188
|
*/
|
|
186
189
|
revokeSessionByIdRaw(requestParameters, initOverrides) {
|
|
@@ -207,6 +210,7 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
207
210
|
});
|
|
208
211
|
}
|
|
209
212
|
/**
|
|
213
|
+
* Revokes the specified session.
|
|
210
214
|
* Revoke a session
|
|
211
215
|
*/
|
|
212
216
|
revokeSessionById(requestParameters, initOverrides) {
|
|
@@ -26,10 +26,12 @@ export interface RevokeSessionByIdRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
export declare class SessionsApi extends runtime.BaseAPI {
|
|
28
28
|
/**
|
|
29
|
+
* Returns a session by its unique identifier.
|
|
29
30
|
* Get a session by ID
|
|
30
31
|
*/
|
|
31
32
|
getSessionByIdRaw(requestParameters: GetSessionByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Session>>;
|
|
32
33
|
/**
|
|
34
|
+
* Returns a session by its unique identifier.
|
|
33
35
|
* Get a session by ID
|
|
34
36
|
*/
|
|
35
37
|
getSessionById(requestParameters: GetSessionByIdRequest, initOverrides?: RequestInit): Promise<Session>;
|
|
@@ -44,10 +46,12 @@ export declare class SessionsApi extends runtime.BaseAPI {
|
|
|
44
46
|
*/
|
|
45
47
|
revokeAllEnvironmentSessions(requestParameters: RevokeAllEnvironmentSessionsRequest, initOverrides?: RequestInit): Promise<RevokeAllSessionsResponse>;
|
|
46
48
|
/**
|
|
49
|
+
* Revokes the specified session.
|
|
47
50
|
* Revoke a session
|
|
48
51
|
*/
|
|
49
52
|
revokeSessionByIdRaw(requestParameters: RevokeSessionByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Session>>;
|
|
50
53
|
/**
|
|
54
|
+
* Revokes the specified session.
|
|
51
55
|
* Revoke a session
|
|
52
56
|
*/
|
|
53
57
|
revokeSessionById(requestParameters: RevokeSessionByIdRequest, initOverrides?: RequestInit): Promise<Session>;
|
package/src/apis/SessionsApi.js
CHANGED
|
@@ -102,6 +102,7 @@ import '../models/WalletTransactionType.js';
|
|
|
102
102
|
*/
|
|
103
103
|
class SessionsApi extends BaseAPI {
|
|
104
104
|
/**
|
|
105
|
+
* Returns a session by its unique identifier.
|
|
105
106
|
* Get a session by ID
|
|
106
107
|
*/
|
|
107
108
|
getSessionByIdRaw(requestParameters, initOverrides) {
|
|
@@ -131,6 +132,7 @@ class SessionsApi extends BaseAPI {
|
|
|
131
132
|
});
|
|
132
133
|
}
|
|
133
134
|
/**
|
|
135
|
+
* Returns a session by its unique identifier.
|
|
134
136
|
* Get a session by ID
|
|
135
137
|
*/
|
|
136
138
|
getSessionById(requestParameters, initOverrides) {
|
|
@@ -177,6 +179,7 @@ class SessionsApi extends BaseAPI {
|
|
|
177
179
|
});
|
|
178
180
|
}
|
|
179
181
|
/**
|
|
182
|
+
* Revokes the specified session.
|
|
180
183
|
* Revoke a session
|
|
181
184
|
*/
|
|
182
185
|
revokeSessionByIdRaw(requestParameters, initOverrides) {
|
|
@@ -203,6 +206,7 @@ class SessionsApi extends BaseAPI {
|
|
|
203
206
|
});
|
|
204
207
|
}
|
|
205
208
|
/**
|
|
209
|
+
* Revokes the specified session.
|
|
206
210
|
* Revoke a session
|
|
207
211
|
*/
|
|
208
212
|
revokeSessionById(requestParameters, initOverrides) {
|
package/src/apis/SettingsApi.cjs
CHANGED
|
@@ -112,7 +112,8 @@ require('../models/ZerodevBundlerProvider.cjs');
|
|
|
112
112
|
*/
|
|
113
113
|
class SettingsApi extends runtime.BaseAPI {
|
|
114
114
|
/**
|
|
115
|
-
* Creates a new exchange for the
|
|
115
|
+
* Creates a new exchange for the specified environment.
|
|
116
|
+
* Create an exchange for the environment
|
|
116
117
|
*/
|
|
117
118
|
createExchangeRaw(requestParameters, initOverrides) {
|
|
118
119
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -136,7 +137,8 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
136
137
|
});
|
|
137
138
|
}
|
|
138
139
|
/**
|
|
139
|
-
* Creates a new exchange for the
|
|
140
|
+
* Creates a new exchange for the specified environment.
|
|
141
|
+
* Create an exchange for the environment
|
|
140
142
|
*/
|
|
141
143
|
createExchange(requestParameters, initOverrides) {
|
|
142
144
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -145,7 +147,8 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
145
147
|
});
|
|
146
148
|
}
|
|
147
149
|
/**
|
|
148
|
-
* Creates a new provider for the
|
|
150
|
+
* Creates a new provider for the specified environment.
|
|
151
|
+
* Create a provider for the environment
|
|
149
152
|
*/
|
|
150
153
|
createProviderRaw(requestParameters, initOverrides) {
|
|
151
154
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -169,7 +172,8 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
169
172
|
});
|
|
170
173
|
}
|
|
171
174
|
/**
|
|
172
|
-
* Creates a new provider for the
|
|
175
|
+
* Creates a new provider for the specified environment.
|
|
176
|
+
* Create a provider for the environment
|
|
173
177
|
*/
|
|
174
178
|
createProvider(requestParameters, initOverrides) {
|
|
175
179
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -178,6 +182,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
178
182
|
});
|
|
179
183
|
}
|
|
180
184
|
/**
|
|
185
|
+
* Permanently removes the specified exchange.
|
|
181
186
|
* Delete an exchange by exchangeId
|
|
182
187
|
*/
|
|
183
188
|
deleteExchangeRaw(requestParameters, initOverrides) {
|
|
@@ -204,6 +209,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
204
209
|
});
|
|
205
210
|
}
|
|
206
211
|
/**
|
|
212
|
+
* Permanently removes the specified exchange.
|
|
207
213
|
* Delete an exchange by exchangeId
|
|
208
214
|
*/
|
|
209
215
|
deleteExchange(requestParameters, initOverrides) {
|
|
@@ -212,6 +218,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
212
218
|
});
|
|
213
219
|
}
|
|
214
220
|
/**
|
|
221
|
+
* Permanently removes the specified provider.
|
|
215
222
|
* Delete a provider by providerId
|
|
216
223
|
*/
|
|
217
224
|
deleteProviderRaw(requestParameters, initOverrides) {
|
|
@@ -238,6 +245,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
238
245
|
});
|
|
239
246
|
}
|
|
240
247
|
/**
|
|
248
|
+
* Permanently removes the specified provider.
|
|
241
249
|
* Delete a provider by providerId
|
|
242
250
|
*/
|
|
243
251
|
deleteProvider(requestParameters, initOverrides) {
|
|
@@ -246,6 +254,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
246
254
|
});
|
|
247
255
|
}
|
|
248
256
|
/**
|
|
257
|
+
* Disables the specified exchange for the environment.
|
|
249
258
|
* Disable the exchange for the environment
|
|
250
259
|
*/
|
|
251
260
|
disableExchangeRaw(requestParameters, initOverrides) {
|
|
@@ -272,6 +281,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
272
281
|
});
|
|
273
282
|
}
|
|
274
283
|
/**
|
|
284
|
+
* Disables the specified exchange for the environment.
|
|
275
285
|
* Disable the exchange for the environment
|
|
276
286
|
*/
|
|
277
287
|
disableExchange(requestParameters, initOverrides) {
|
|
@@ -281,6 +291,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
281
291
|
});
|
|
282
292
|
}
|
|
283
293
|
/**
|
|
294
|
+
* Disables the specified provider for the environment.
|
|
284
295
|
* Disable the provider for the environment
|
|
285
296
|
*/
|
|
286
297
|
disableProviderRaw(requestParameters, initOverrides) {
|
|
@@ -307,6 +318,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
307
318
|
});
|
|
308
319
|
}
|
|
309
320
|
/**
|
|
321
|
+
* Disables the specified provider for the environment.
|
|
310
322
|
* Disable the provider for the environment
|
|
311
323
|
*/
|
|
312
324
|
disableProvider(requestParameters, initOverrides) {
|
|
@@ -316,6 +328,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
316
328
|
});
|
|
317
329
|
}
|
|
318
330
|
/**
|
|
331
|
+
* Enables the specified exchange for the environment.
|
|
319
332
|
* Enable the exchange for the environment
|
|
320
333
|
*/
|
|
321
334
|
enableExchangeRaw(requestParameters, initOverrides) {
|
|
@@ -342,6 +355,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
342
355
|
});
|
|
343
356
|
}
|
|
344
357
|
/**
|
|
358
|
+
* Enables the specified exchange for the environment.
|
|
345
359
|
* Enable the exchange for the environment
|
|
346
360
|
*/
|
|
347
361
|
enableExchange(requestParameters, initOverrides) {
|
|
@@ -351,6 +365,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
351
365
|
});
|
|
352
366
|
}
|
|
353
367
|
/**
|
|
368
|
+
* Enables the specified provider for the environment.
|
|
354
369
|
* Enable the provider for the environment
|
|
355
370
|
*/
|
|
356
371
|
enableProviderRaw(requestParameters, initOverrides) {
|
|
@@ -377,6 +392,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
377
392
|
});
|
|
378
393
|
}
|
|
379
394
|
/**
|
|
395
|
+
* Enables the specified provider for the environment.
|
|
380
396
|
* Enable the provider for the environment
|
|
381
397
|
*/
|
|
382
398
|
enableProvider(requestParameters, initOverrides) {
|
|
@@ -386,6 +402,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
386
402
|
});
|
|
387
403
|
}
|
|
388
404
|
/**
|
|
405
|
+
* Returns the exchanges for the specified environment.
|
|
389
406
|
* Get the exchanges for an environment
|
|
390
407
|
*/
|
|
391
408
|
getEnvironmentExchangesRaw(requestParameters, initOverrides) {
|
|
@@ -405,6 +422,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
405
422
|
});
|
|
406
423
|
}
|
|
407
424
|
/**
|
|
425
|
+
* Returns the exchanges for the specified environment.
|
|
408
426
|
* Get the exchanges for an environment
|
|
409
427
|
*/
|
|
410
428
|
getEnvironmentExchanges(requestParameters, initOverrides) {
|
|
@@ -414,6 +432,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
414
432
|
});
|
|
415
433
|
}
|
|
416
434
|
/**
|
|
435
|
+
* Returns the provider URLs for the specified environment.
|
|
417
436
|
* Get the URLs for the environment providers
|
|
418
437
|
*/
|
|
419
438
|
getEnvironmentProviderUrlsRaw(requestParameters, initOverrides) {
|
|
@@ -433,6 +452,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
433
452
|
});
|
|
434
453
|
}
|
|
435
454
|
/**
|
|
455
|
+
* Returns the provider URLs for the specified environment.
|
|
436
456
|
* Get the URLs for the environment providers
|
|
437
457
|
*/
|
|
438
458
|
getEnvironmentProviderUrls(requestParameters, initOverrides) {
|
|
@@ -442,6 +462,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
442
462
|
});
|
|
443
463
|
}
|
|
444
464
|
/**
|
|
465
|
+
* Returns the providers for the specified environment.
|
|
445
466
|
* Get the providers for an environment
|
|
446
467
|
*/
|
|
447
468
|
getEnvironmentProvidersRaw(requestParameters, initOverrides) {
|
|
@@ -461,6 +482,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
461
482
|
});
|
|
462
483
|
}
|
|
463
484
|
/**
|
|
485
|
+
* Returns the providers for the specified environment.
|
|
464
486
|
* Get the providers for an environment
|
|
465
487
|
*/
|
|
466
488
|
getEnvironmentProviders(requestParameters, initOverrides) {
|
|
@@ -470,6 +492,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
470
492
|
});
|
|
471
493
|
}
|
|
472
494
|
/**
|
|
495
|
+
* Returns a single exchange by its unique identifier.
|
|
473
496
|
* Gets an exchange
|
|
474
497
|
*/
|
|
475
498
|
getExchangeRaw(requestParameters, initOverrides) {
|
|
@@ -489,6 +512,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
489
512
|
});
|
|
490
513
|
}
|
|
491
514
|
/**
|
|
515
|
+
* Returns a single exchange by its unique identifier.
|
|
492
516
|
* Gets an exchange
|
|
493
517
|
*/
|
|
494
518
|
getExchange(requestParameters, initOverrides) {
|
|
@@ -498,6 +522,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
498
522
|
});
|
|
499
523
|
}
|
|
500
524
|
/**
|
|
525
|
+
* Returns a single provider by its unique identifier.
|
|
501
526
|
* Gets a provider
|
|
502
527
|
*/
|
|
503
528
|
getProviderRaw(requestParameters, initOverrides) {
|
|
@@ -517,6 +542,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
517
542
|
});
|
|
518
543
|
}
|
|
519
544
|
/**
|
|
545
|
+
* Returns a single provider by its unique identifier.
|
|
520
546
|
* Gets a provider
|
|
521
547
|
*/
|
|
522
548
|
getProvider(requestParameters, initOverrides) {
|
|
@@ -526,6 +552,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
526
552
|
});
|
|
527
553
|
}
|
|
528
554
|
/**
|
|
555
|
+
* Updates the configuration of the specified provider.
|
|
529
556
|
* Updates a provider
|
|
530
557
|
*/
|
|
531
558
|
updateProviderRaw(requestParameters, initOverrides) {
|
|
@@ -550,6 +577,7 @@ class SettingsApi extends runtime.BaseAPI {
|
|
|
550
577
|
});
|
|
551
578
|
}
|
|
552
579
|
/**
|
|
580
|
+
* Updates the configuration of the specified provider.
|
|
553
581
|
* Updates a provider
|
|
554
582
|
*/
|
|
555
583
|
updateProvider(requestParameters, initOverrides) {
|
|
@@ -61,114 +61,142 @@ export interface UpdateProviderRequest {
|
|
|
61
61
|
*/
|
|
62
62
|
export declare class SettingsApi extends runtime.BaseAPI {
|
|
63
63
|
/**
|
|
64
|
-
* Creates a new exchange for the
|
|
64
|
+
* Creates a new exchange for the specified environment.
|
|
65
|
+
* Create an exchange for the environment
|
|
65
66
|
*/
|
|
66
67
|
createExchangeRaw(requestParameters: CreateExchangeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Exchange>>;
|
|
67
68
|
/**
|
|
68
|
-
* Creates a new exchange for the
|
|
69
|
+
* Creates a new exchange for the specified environment.
|
|
70
|
+
* Create an exchange for the environment
|
|
69
71
|
*/
|
|
70
72
|
createExchange(requestParameters: CreateExchangeRequest, initOverrides?: RequestInit): Promise<Exchange>;
|
|
71
73
|
/**
|
|
72
|
-
* Creates a new provider for the
|
|
74
|
+
* Creates a new provider for the specified environment.
|
|
75
|
+
* Create a provider for the environment
|
|
73
76
|
*/
|
|
74
77
|
createProviderRaw(requestParameters: CreateProviderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Provider>>;
|
|
75
78
|
/**
|
|
76
|
-
* Creates a new provider for the
|
|
79
|
+
* Creates a new provider for the specified environment.
|
|
80
|
+
* Create a provider for the environment
|
|
77
81
|
*/
|
|
78
82
|
createProvider(requestParameters: CreateProviderRequest, initOverrides?: RequestInit): Promise<Provider>;
|
|
79
83
|
/**
|
|
84
|
+
* Permanently removes the specified exchange.
|
|
80
85
|
* Delete an exchange by exchangeId
|
|
81
86
|
*/
|
|
82
87
|
deleteExchangeRaw(requestParameters: DeleteExchangeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
83
88
|
/**
|
|
89
|
+
* Permanently removes the specified exchange.
|
|
84
90
|
* Delete an exchange by exchangeId
|
|
85
91
|
*/
|
|
86
92
|
deleteExchange(requestParameters: DeleteExchangeRequest, initOverrides?: RequestInit): Promise<void>;
|
|
87
93
|
/**
|
|
94
|
+
* Permanently removes the specified provider.
|
|
88
95
|
* Delete a provider by providerId
|
|
89
96
|
*/
|
|
90
97
|
deleteProviderRaw(requestParameters: DeleteProviderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
91
98
|
/**
|
|
99
|
+
* Permanently removes the specified provider.
|
|
92
100
|
* Delete a provider by providerId
|
|
93
101
|
*/
|
|
94
102
|
deleteProvider(requestParameters: DeleteProviderRequest, initOverrides?: RequestInit): Promise<void>;
|
|
95
103
|
/**
|
|
104
|
+
* Disables the specified exchange for the environment.
|
|
96
105
|
* Disable the exchange for the environment
|
|
97
106
|
*/
|
|
98
107
|
disableExchangeRaw(requestParameters: DisableExchangeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Exchange>>;
|
|
99
108
|
/**
|
|
109
|
+
* Disables the specified exchange for the environment.
|
|
100
110
|
* Disable the exchange for the environment
|
|
101
111
|
*/
|
|
102
112
|
disableExchange(requestParameters: DisableExchangeRequest, initOverrides?: RequestInit): Promise<Exchange>;
|
|
103
113
|
/**
|
|
114
|
+
* Disables the specified provider for the environment.
|
|
104
115
|
* Disable the provider for the environment
|
|
105
116
|
*/
|
|
106
117
|
disableProviderRaw(requestParameters: DisableProviderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Provider>>;
|
|
107
118
|
/**
|
|
119
|
+
* Disables the specified provider for the environment.
|
|
108
120
|
* Disable the provider for the environment
|
|
109
121
|
*/
|
|
110
122
|
disableProvider(requestParameters: DisableProviderRequest, initOverrides?: RequestInit): Promise<Provider>;
|
|
111
123
|
/**
|
|
124
|
+
* Enables the specified exchange for the environment.
|
|
112
125
|
* Enable the exchange for the environment
|
|
113
126
|
*/
|
|
114
127
|
enableExchangeRaw(requestParameters: EnableExchangeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Exchange>>;
|
|
115
128
|
/**
|
|
129
|
+
* Enables the specified exchange for the environment.
|
|
116
130
|
* Enable the exchange for the environment
|
|
117
131
|
*/
|
|
118
132
|
enableExchange(requestParameters: EnableExchangeRequest, initOverrides?: RequestInit): Promise<Exchange>;
|
|
119
133
|
/**
|
|
134
|
+
* Enables the specified provider for the environment.
|
|
120
135
|
* Enable the provider for the environment
|
|
121
136
|
*/
|
|
122
137
|
enableProviderRaw(requestParameters: EnableProviderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Provider>>;
|
|
123
138
|
/**
|
|
139
|
+
* Enables the specified provider for the environment.
|
|
124
140
|
* Enable the provider for the environment
|
|
125
141
|
*/
|
|
126
142
|
enableProvider(requestParameters: EnableProviderRequest, initOverrides?: RequestInit): Promise<Provider>;
|
|
127
143
|
/**
|
|
144
|
+
* Returns the exchanges for the specified environment.
|
|
128
145
|
* Get the exchanges for an environment
|
|
129
146
|
*/
|
|
130
147
|
getEnvironmentExchangesRaw(requestParameters: GetEnvironmentExchangesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ExchangeResponse>>;
|
|
131
148
|
/**
|
|
149
|
+
* Returns the exchanges for the specified environment.
|
|
132
150
|
* Get the exchanges for an environment
|
|
133
151
|
*/
|
|
134
152
|
getEnvironmentExchanges(requestParameters: GetEnvironmentExchangesRequest, initOverrides?: RequestInit): Promise<ExchangeResponse>;
|
|
135
153
|
/**
|
|
154
|
+
* Returns the provider URLs for the specified environment.
|
|
136
155
|
* Get the URLs for the environment providers
|
|
137
156
|
*/
|
|
138
157
|
getEnvironmentProviderUrlsRaw(requestParameters: GetEnvironmentProviderUrlsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ProviderUrlsResponse>>;
|
|
139
158
|
/**
|
|
159
|
+
* Returns the provider URLs for the specified environment.
|
|
140
160
|
* Get the URLs for the environment providers
|
|
141
161
|
*/
|
|
142
162
|
getEnvironmentProviderUrls(requestParameters: GetEnvironmentProviderUrlsRequest, initOverrides?: RequestInit): Promise<ProviderUrlsResponse>;
|
|
143
163
|
/**
|
|
164
|
+
* Returns the providers for the specified environment.
|
|
144
165
|
* Get the providers for an environment
|
|
145
166
|
*/
|
|
146
167
|
getEnvironmentProvidersRaw(requestParameters: GetEnvironmentProvidersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ProvidersResponse>>;
|
|
147
168
|
/**
|
|
169
|
+
* Returns the providers for the specified environment.
|
|
148
170
|
* Get the providers for an environment
|
|
149
171
|
*/
|
|
150
172
|
getEnvironmentProviders(requestParameters: GetEnvironmentProvidersRequest, initOverrides?: RequestInit): Promise<ProvidersResponse>;
|
|
151
173
|
/**
|
|
174
|
+
* Returns a single exchange by its unique identifier.
|
|
152
175
|
* Gets an exchange
|
|
153
176
|
*/
|
|
154
177
|
getExchangeRaw(requestParameters: GetExchangeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Exchange>>;
|
|
155
178
|
/**
|
|
179
|
+
* Returns a single exchange by its unique identifier.
|
|
156
180
|
* Gets an exchange
|
|
157
181
|
*/
|
|
158
182
|
getExchange(requestParameters: GetExchangeRequest, initOverrides?: RequestInit): Promise<Exchange>;
|
|
159
183
|
/**
|
|
184
|
+
* Returns a single provider by its unique identifier.
|
|
160
185
|
* Gets a provider
|
|
161
186
|
*/
|
|
162
187
|
getProviderRaw(requestParameters: GetProviderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Provider>>;
|
|
163
188
|
/**
|
|
189
|
+
* Returns a single provider by its unique identifier.
|
|
164
190
|
* Gets a provider
|
|
165
191
|
*/
|
|
166
192
|
getProvider(requestParameters: GetProviderRequest, initOverrides?: RequestInit): Promise<Provider>;
|
|
167
193
|
/**
|
|
194
|
+
* Updates the configuration of the specified provider.
|
|
168
195
|
* Updates a provider
|
|
169
196
|
*/
|
|
170
197
|
updateProviderRaw(requestParameters: UpdateProviderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Provider>>;
|
|
171
198
|
/**
|
|
199
|
+
* Updates the configuration of the specified provider.
|
|
172
200
|
* Updates a provider
|
|
173
201
|
*/
|
|
174
202
|
updateProvider(requestParameters: UpdateProviderRequest, initOverrides?: RequestInit): Promise<Provider>;
|