@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/MembersApi.js
CHANGED
|
@@ -104,7 +104,8 @@ import '../models/WalletTransactionType.js';
|
|
|
104
104
|
*/
|
|
105
105
|
class MembersApi extends BaseAPI {
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
* Delegates organization ownership to another admin member.
|
|
108
|
+
* Delegate organization ownership to another admin
|
|
108
109
|
*/
|
|
109
110
|
delegateOwnershipRaw(requestParameters, initOverrides) {
|
|
110
111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -135,7 +136,8 @@ class MembersApi extends BaseAPI {
|
|
|
135
136
|
});
|
|
136
137
|
}
|
|
137
138
|
/**
|
|
138
|
-
*
|
|
139
|
+
* Delegates organization ownership to another admin member.
|
|
140
|
+
* Delegate organization ownership to another admin
|
|
139
141
|
*/
|
|
140
142
|
delegateOwnership(requestParameters, initOverrides) {
|
|
141
143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -143,7 +145,8 @@ class MembersApi extends BaseAPI {
|
|
|
143
145
|
});
|
|
144
146
|
}
|
|
145
147
|
/**
|
|
146
|
-
*
|
|
148
|
+
* Permanently removes the specified member from the organization.
|
|
149
|
+
* Remove a member from the organization
|
|
147
150
|
*/
|
|
148
151
|
deleteMemberByIdRaw(requestParameters, initOverrides) {
|
|
149
152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -169,7 +172,8 @@ class MembersApi extends BaseAPI {
|
|
|
169
172
|
});
|
|
170
173
|
}
|
|
171
174
|
/**
|
|
172
|
-
*
|
|
175
|
+
* Permanently removes the specified member from the organization.
|
|
176
|
+
* Remove a member from the organization
|
|
173
177
|
*/
|
|
174
178
|
deleteMemberById(requestParameters, initOverrides) {
|
|
175
179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -177,7 +181,8 @@ class MembersApi extends BaseAPI {
|
|
|
177
181
|
});
|
|
178
182
|
}
|
|
179
183
|
/**
|
|
180
|
-
*
|
|
184
|
+
* Returns the members for the specified organization.
|
|
185
|
+
* Get members for an organization
|
|
181
186
|
*/
|
|
182
187
|
getOrganizationMembersRaw(requestParameters, initOverrides) {
|
|
183
188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -203,7 +208,8 @@ class MembersApi extends BaseAPI {
|
|
|
203
208
|
});
|
|
204
209
|
}
|
|
205
210
|
/**
|
|
206
|
-
*
|
|
211
|
+
* Returns the members for the specified organization.
|
|
212
|
+
* Get members for an organization
|
|
207
213
|
*/
|
|
208
214
|
getOrganizationMembers(requestParameters, initOverrides) {
|
|
209
215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -246,7 +252,8 @@ class MembersApi extends BaseAPI {
|
|
|
246
252
|
});
|
|
247
253
|
}
|
|
248
254
|
/**
|
|
249
|
-
*
|
|
255
|
+
* Updates the role of the specified member.
|
|
256
|
+
* Update a member\'s role
|
|
250
257
|
*/
|
|
251
258
|
updateMemberRoleRaw(requestParameters, initOverrides) {
|
|
252
259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -277,7 +284,8 @@ class MembersApi extends BaseAPI {
|
|
|
277
284
|
});
|
|
278
285
|
}
|
|
279
286
|
/**
|
|
280
|
-
*
|
|
287
|
+
* Updates the role of the specified member.
|
|
288
|
+
* Update a member\'s role
|
|
281
289
|
*/
|
|
282
290
|
updateMemberRole(requestParameters, initOverrides) {
|
|
283
291
|
return __awaiter(this, void 0, void 0, function* () {
|
package/src/apis/MfaApi.cjs
CHANGED
|
@@ -11,7 +11,8 @@ var runtime = require('../runtime.cjs');
|
|
|
11
11
|
*/
|
|
12
12
|
class MfaApi extends runtime.BaseAPI {
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Resets all MFA devices for the specified user.
|
|
15
|
+
* Delete all MFA devices for a user
|
|
15
16
|
*/
|
|
16
17
|
resetAllMfaDevicesRaw(requestParameters, initOverrides) {
|
|
17
18
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -37,7 +38,8 @@ class MfaApi extends runtime.BaseAPI {
|
|
|
37
38
|
});
|
|
38
39
|
}
|
|
39
40
|
/**
|
|
40
|
-
*
|
|
41
|
+
* Resets all MFA devices for the specified user.
|
|
42
|
+
* Delete all MFA devices for a user
|
|
41
43
|
*/
|
|
42
44
|
resetAllMfaDevices(requestParameters, initOverrides) {
|
|
43
45
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -45,7 +47,8 @@ class MfaApi extends runtime.BaseAPI {
|
|
|
45
47
|
});
|
|
46
48
|
}
|
|
47
49
|
/**
|
|
48
|
-
*
|
|
50
|
+
* Resets MFA methods for the specified user.
|
|
51
|
+
* Reset MFA methods for a user
|
|
49
52
|
*/
|
|
50
53
|
resetUserMfaRaw(requestParameters, initOverrides) {
|
|
51
54
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -71,7 +74,8 @@ class MfaApi extends runtime.BaseAPI {
|
|
|
71
74
|
});
|
|
72
75
|
}
|
|
73
76
|
/**
|
|
74
|
-
*
|
|
77
|
+
* Resets MFA methods for the specified user.
|
|
78
|
+
* Reset MFA methods for a user
|
|
75
79
|
*/
|
|
76
80
|
resetUserMfa(requestParameters, initOverrides) {
|
|
77
81
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
package/src/apis/MfaApi.d.ts
CHANGED
|
@@ -21,19 +21,23 @@ export interface ResetUserMfaRequest {
|
|
|
21
21
|
*/
|
|
22
22
|
export declare class MfaApi extends runtime.BaseAPI {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Resets all MFA devices for the specified user.
|
|
25
|
+
* Delete all MFA devices for a user
|
|
25
26
|
*/
|
|
26
27
|
resetAllMfaDevicesRaw(requestParameters: ResetAllMfaDevicesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
27
28
|
/**
|
|
28
|
-
*
|
|
29
|
+
* Resets all MFA devices for the specified user.
|
|
30
|
+
* Delete all MFA devices for a user
|
|
29
31
|
*/
|
|
30
32
|
resetAllMfaDevices(requestParameters: ResetAllMfaDevicesRequest, initOverrides?: RequestInit): Promise<void>;
|
|
31
33
|
/**
|
|
32
|
-
*
|
|
34
|
+
* Resets MFA methods for the specified user.
|
|
35
|
+
* Reset MFA methods for a user
|
|
33
36
|
*/
|
|
34
37
|
resetUserMfaRaw(requestParameters: ResetUserMfaRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
35
38
|
/**
|
|
36
|
-
*
|
|
39
|
+
* Resets MFA methods for the specified user.
|
|
40
|
+
* Reset MFA methods for a user
|
|
37
41
|
*/
|
|
38
42
|
resetUserMfa(requestParameters: ResetUserMfaRequest, initOverrides?: RequestInit): Promise<void>;
|
|
39
43
|
}
|
package/src/apis/MfaApi.js
CHANGED
|
@@ -7,7 +7,8 @@ import { BaseAPI, RequiredError, VoidApiResponse } from '../runtime.js';
|
|
|
7
7
|
*/
|
|
8
8
|
class MfaApi extends BaseAPI {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* Resets all MFA devices for the specified user.
|
|
11
|
+
* Delete all MFA devices for a user
|
|
11
12
|
*/
|
|
12
13
|
resetAllMfaDevicesRaw(requestParameters, initOverrides) {
|
|
13
14
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -33,7 +34,8 @@ class MfaApi extends BaseAPI {
|
|
|
33
34
|
});
|
|
34
35
|
}
|
|
35
36
|
/**
|
|
36
|
-
*
|
|
37
|
+
* Resets all MFA devices for the specified user.
|
|
38
|
+
* Delete all MFA devices for a user
|
|
37
39
|
*/
|
|
38
40
|
resetAllMfaDevices(requestParameters, initOverrides) {
|
|
39
41
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -41,7 +43,8 @@ class MfaApi extends BaseAPI {
|
|
|
41
43
|
});
|
|
42
44
|
}
|
|
43
45
|
/**
|
|
44
|
-
*
|
|
46
|
+
* Resets MFA methods for the specified user.
|
|
47
|
+
* Reset MFA methods for a user
|
|
45
48
|
*/
|
|
46
49
|
resetUserMfaRaw(requestParameters, initOverrides) {
|
|
47
50
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -67,7 +70,8 @@ class MfaApi extends BaseAPI {
|
|
|
67
70
|
});
|
|
68
71
|
}
|
|
69
72
|
/**
|
|
70
|
-
*
|
|
73
|
+
* Resets MFA methods for the specified user.
|
|
74
|
+
* Reset MFA methods for a user
|
|
71
75
|
*/
|
|
72
76
|
resetUserMfa(requestParameters, initOverrides) {
|
|
73
77
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -106,6 +106,7 @@ require('../models/WalletTransactionType.cjs');
|
|
|
106
106
|
*/
|
|
107
107
|
class MfaSettingsApi extends runtime.BaseAPI {
|
|
108
108
|
/**
|
|
109
|
+
* Disables the specified MFA device type for the organization.
|
|
109
110
|
* Disable the given mfa device for the organization
|
|
110
111
|
*/
|
|
111
112
|
disableMfaDeviceForOrganizationRaw(requestParameters, initOverrides) {
|
|
@@ -135,6 +136,7 @@ class MfaSettingsApi extends runtime.BaseAPI {
|
|
|
135
136
|
});
|
|
136
137
|
}
|
|
137
138
|
/**
|
|
139
|
+
* Disables the specified MFA device type for the organization.
|
|
138
140
|
* Disable the given mfa device for the organization
|
|
139
141
|
*/
|
|
140
142
|
disableMfaDeviceForOrganization(requestParameters, initOverrides) {
|
|
@@ -144,6 +146,7 @@ class MfaSettingsApi extends runtime.BaseAPI {
|
|
|
144
146
|
});
|
|
145
147
|
}
|
|
146
148
|
/**
|
|
149
|
+
* Enables the specified MFA device type for the organization.
|
|
147
150
|
* Enable the given mfa device for the organization
|
|
148
151
|
*/
|
|
149
152
|
enableMfaDeviceForOrganizationRaw(requestParameters, initOverrides) {
|
|
@@ -173,6 +176,7 @@ class MfaSettingsApi extends runtime.BaseAPI {
|
|
|
173
176
|
});
|
|
174
177
|
}
|
|
175
178
|
/**
|
|
179
|
+
* Enables the specified MFA device type for the organization.
|
|
176
180
|
* Enable the given mfa device for the organization
|
|
177
181
|
*/
|
|
178
182
|
enableMfaDeviceForOrganization(requestParameters, initOverrides) {
|
|
@@ -182,6 +186,7 @@ class MfaSettingsApi extends runtime.BaseAPI {
|
|
|
182
186
|
});
|
|
183
187
|
}
|
|
184
188
|
/**
|
|
189
|
+
* Returns the MFA settings for the specified organization.
|
|
185
190
|
* Get all mfa settings for an organization
|
|
186
191
|
*/
|
|
187
192
|
getOrganizationMfaSettingsRaw(requestParameters, initOverrides) {
|
|
@@ -208,6 +213,7 @@ class MfaSettingsApi extends runtime.BaseAPI {
|
|
|
208
213
|
});
|
|
209
214
|
}
|
|
210
215
|
/**
|
|
216
|
+
* Returns the MFA settings for the specified organization.
|
|
211
217
|
* Get all mfa settings for an organization
|
|
212
218
|
*/
|
|
213
219
|
getOrganizationMfaSettings(requestParameters, initOverrides) {
|
|
@@ -27,26 +27,32 @@ export interface GetOrganizationMfaSettingsRequest {
|
|
|
27
27
|
*/
|
|
28
28
|
export declare class MfaSettingsApi extends runtime.BaseAPI {
|
|
29
29
|
/**
|
|
30
|
+
* Disables the specified MFA device type for the organization.
|
|
30
31
|
* Disable the given mfa device for the organization
|
|
31
32
|
*/
|
|
32
33
|
disableMfaDeviceForOrganizationRaw(requestParameters: DisableMfaDeviceForOrganizationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OrganizationMfaSettings>>;
|
|
33
34
|
/**
|
|
35
|
+
* Disables the specified MFA device type for the organization.
|
|
34
36
|
* Disable the given mfa device for the organization
|
|
35
37
|
*/
|
|
36
38
|
disableMfaDeviceForOrganization(requestParameters: DisableMfaDeviceForOrganizationRequest, initOverrides?: RequestInit): Promise<OrganizationMfaSettings>;
|
|
37
39
|
/**
|
|
40
|
+
* Enables the specified MFA device type for the organization.
|
|
38
41
|
* Enable the given mfa device for the organization
|
|
39
42
|
*/
|
|
40
43
|
enableMfaDeviceForOrganizationRaw(requestParameters: EnableMfaDeviceForOrganizationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OrganizationMfaSettings>>;
|
|
41
44
|
/**
|
|
45
|
+
* Enables the specified MFA device type for the organization.
|
|
42
46
|
* Enable the given mfa device for the organization
|
|
43
47
|
*/
|
|
44
48
|
enableMfaDeviceForOrganization(requestParameters: EnableMfaDeviceForOrganizationRequest, initOverrides?: RequestInit): Promise<OrganizationMfaSettings>;
|
|
45
49
|
/**
|
|
50
|
+
* Returns the MFA settings for the specified organization.
|
|
46
51
|
* Get all mfa settings for an organization
|
|
47
52
|
*/
|
|
48
53
|
getOrganizationMfaSettingsRaw(requestParameters: GetOrganizationMfaSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OrganizationMfaSettingsResponse>>;
|
|
49
54
|
/**
|
|
55
|
+
* Returns the MFA settings for the specified organization.
|
|
50
56
|
* Get all mfa settings for an organization
|
|
51
57
|
*/
|
|
52
58
|
getOrganizationMfaSettings(requestParameters: GetOrganizationMfaSettingsRequest, initOverrides?: RequestInit): Promise<OrganizationMfaSettingsResponse>;
|
|
@@ -102,6 +102,7 @@ import '../models/WalletTransactionType.js';
|
|
|
102
102
|
*/
|
|
103
103
|
class MfaSettingsApi extends BaseAPI {
|
|
104
104
|
/**
|
|
105
|
+
* Disables the specified MFA device type for the organization.
|
|
105
106
|
* Disable the given mfa device for the organization
|
|
106
107
|
*/
|
|
107
108
|
disableMfaDeviceForOrganizationRaw(requestParameters, initOverrides) {
|
|
@@ -131,6 +132,7 @@ class MfaSettingsApi extends BaseAPI {
|
|
|
131
132
|
});
|
|
132
133
|
}
|
|
133
134
|
/**
|
|
135
|
+
* Disables the specified MFA device type for the organization.
|
|
134
136
|
* Disable the given mfa device for the organization
|
|
135
137
|
*/
|
|
136
138
|
disableMfaDeviceForOrganization(requestParameters, initOverrides) {
|
|
@@ -140,6 +142,7 @@ class MfaSettingsApi extends BaseAPI {
|
|
|
140
142
|
});
|
|
141
143
|
}
|
|
142
144
|
/**
|
|
145
|
+
* Enables the specified MFA device type for the organization.
|
|
143
146
|
* Enable the given mfa device for the organization
|
|
144
147
|
*/
|
|
145
148
|
enableMfaDeviceForOrganizationRaw(requestParameters, initOverrides) {
|
|
@@ -169,6 +172,7 @@ class MfaSettingsApi extends BaseAPI {
|
|
|
169
172
|
});
|
|
170
173
|
}
|
|
171
174
|
/**
|
|
175
|
+
* Enables the specified MFA device type for the organization.
|
|
172
176
|
* Enable the given mfa device for the organization
|
|
173
177
|
*/
|
|
174
178
|
enableMfaDeviceForOrganization(requestParameters, initOverrides) {
|
|
@@ -178,6 +182,7 @@ class MfaSettingsApi extends BaseAPI {
|
|
|
178
182
|
});
|
|
179
183
|
}
|
|
180
184
|
/**
|
|
185
|
+
* Returns the MFA settings for the specified organization.
|
|
181
186
|
* Get all mfa settings for an organization
|
|
182
187
|
*/
|
|
183
188
|
getOrganizationMfaSettingsRaw(requestParameters, initOverrides) {
|
|
@@ -204,6 +209,7 @@ class MfaSettingsApi extends BaseAPI {
|
|
|
204
209
|
});
|
|
205
210
|
}
|
|
206
211
|
/**
|
|
212
|
+
* Returns the MFA settings for the specified organization.
|
|
207
213
|
* Get all mfa settings for an organization
|
|
208
214
|
*/
|
|
209
215
|
getOrganizationMfaSettings(requestParameters, initOverrides) {
|
|
@@ -108,7 +108,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
108
108
|
*/
|
|
109
109
|
class NameServicesApi extends runtime.BaseAPI {
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
* Creates a new name service configuration for the specified environment and chain.
|
|
112
|
+
* Create a name service for the environment and chain
|
|
112
113
|
*/
|
|
113
114
|
createNameServiceRaw(requestParameters, initOverrides) {
|
|
114
115
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -135,7 +136,8 @@ class NameServicesApi extends runtime.BaseAPI {
|
|
|
135
136
|
});
|
|
136
137
|
}
|
|
137
138
|
/**
|
|
138
|
-
*
|
|
139
|
+
* Creates a new name service configuration for the specified environment and chain.
|
|
140
|
+
* Create a name service for the environment and chain
|
|
139
141
|
*/
|
|
140
142
|
createNameService(requestParameters, initOverrides) {
|
|
141
143
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -144,7 +146,8 @@ class NameServicesApi extends runtime.BaseAPI {
|
|
|
144
146
|
});
|
|
145
147
|
}
|
|
146
148
|
/**
|
|
147
|
-
*
|
|
149
|
+
* Permanently removes the name service configuration for the specified environment and chain.
|
|
150
|
+
* Delete the name service for the environment and chain
|
|
148
151
|
*/
|
|
149
152
|
deleteNameServiceRaw(requestParameters, initOverrides) {
|
|
150
153
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -166,7 +169,8 @@ class NameServicesApi extends runtime.BaseAPI {
|
|
|
166
169
|
});
|
|
167
170
|
}
|
|
168
171
|
/**
|
|
169
|
-
*
|
|
172
|
+
* Permanently removes the name service configuration for the specified environment and chain.
|
|
173
|
+
* Delete the name service for the environment and chain
|
|
170
174
|
*/
|
|
171
175
|
deleteNameService(requestParameters, initOverrides) {
|
|
172
176
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -174,7 +178,8 @@ class NameServicesApi extends runtime.BaseAPI {
|
|
|
174
178
|
});
|
|
175
179
|
}
|
|
176
180
|
/**
|
|
177
|
-
*
|
|
181
|
+
* Disables the name service for the specified environment and chain.
|
|
182
|
+
* Disable the name service for the environment and chain
|
|
178
183
|
*/
|
|
179
184
|
disableNameServiceRaw(requestParameters, initOverrides) {
|
|
180
185
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -196,7 +201,8 @@ class NameServicesApi extends runtime.BaseAPI {
|
|
|
196
201
|
});
|
|
197
202
|
}
|
|
198
203
|
/**
|
|
199
|
-
*
|
|
204
|
+
* Disables the name service for the specified environment and chain.
|
|
205
|
+
* Disable the name service for the environment and chain
|
|
200
206
|
*/
|
|
201
207
|
disableNameService(requestParameters, initOverrides) {
|
|
202
208
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -205,7 +211,8 @@ class NameServicesApi extends runtime.BaseAPI {
|
|
|
205
211
|
});
|
|
206
212
|
}
|
|
207
213
|
/**
|
|
208
|
-
*
|
|
214
|
+
* Enables the name service for the specified environment and chain.
|
|
215
|
+
* Enable the name service for the environment and chain
|
|
209
216
|
*/
|
|
210
217
|
enableNameServiceRaw(requestParameters, initOverrides) {
|
|
211
218
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -227,7 +234,8 @@ class NameServicesApi extends runtime.BaseAPI {
|
|
|
227
234
|
});
|
|
228
235
|
}
|
|
229
236
|
/**
|
|
230
|
-
*
|
|
237
|
+
* Enables the name service for the specified environment and chain.
|
|
238
|
+
* Enable the name service for the environment and chain
|
|
231
239
|
*/
|
|
232
240
|
enableNameService(requestParameters, initOverrides) {
|
|
233
241
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -236,7 +244,8 @@ class NameServicesApi extends runtime.BaseAPI {
|
|
|
236
244
|
});
|
|
237
245
|
}
|
|
238
246
|
/**
|
|
239
|
-
*
|
|
247
|
+
* Returns the unsigned message for name service wallet verification.
|
|
248
|
+
* Get the unsigned message for name service wallet verification
|
|
240
249
|
*/
|
|
241
250
|
fetchNameServiceSigningMessageRaw(requestParameters, initOverrides) {
|
|
242
251
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -263,7 +272,8 @@ class NameServicesApi extends runtime.BaseAPI {
|
|
|
263
272
|
});
|
|
264
273
|
}
|
|
265
274
|
/**
|
|
266
|
-
*
|
|
275
|
+
* Returns the unsigned message for name service wallet verification.
|
|
276
|
+
* Get the unsigned message for name service wallet verification
|
|
267
277
|
*/
|
|
268
278
|
fetchNameServiceSigningMessage(requestParameters, initOverrides) {
|
|
269
279
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -272,6 +282,7 @@ class NameServicesApi extends runtime.BaseAPI {
|
|
|
272
282
|
});
|
|
273
283
|
}
|
|
274
284
|
/**
|
|
285
|
+
* Returns the name service configuration for the specified environment and chain.
|
|
275
286
|
* Get the name service for the environment and chain
|
|
276
287
|
*/
|
|
277
288
|
getNameServiceRaw(requestParameters, initOverrides) {
|
|
@@ -294,6 +305,7 @@ class NameServicesApi extends runtime.BaseAPI {
|
|
|
294
305
|
});
|
|
295
306
|
}
|
|
296
307
|
/**
|
|
308
|
+
* Returns the name service configuration for the specified environment and chain.
|
|
297
309
|
* Get the name service for the environment and chain
|
|
298
310
|
*/
|
|
299
311
|
getNameService(requestParameters, initOverrides) {
|
|
@@ -42,50 +42,62 @@ export interface GetNameServiceRequest {
|
|
|
42
42
|
*/
|
|
43
43
|
export declare class NameServicesApi extends runtime.BaseAPI {
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* Creates a new name service configuration for the specified environment and chain.
|
|
46
|
+
* Create a name service for the environment and chain
|
|
46
47
|
*/
|
|
47
48
|
createNameServiceRaw(requestParameters: CreateNameServiceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<NameServiceResponse>>;
|
|
48
49
|
/**
|
|
49
|
-
*
|
|
50
|
+
* Creates a new name service configuration for the specified environment and chain.
|
|
51
|
+
* Create a name service for the environment and chain
|
|
50
52
|
*/
|
|
51
53
|
createNameService(requestParameters: CreateNameServiceRequest, initOverrides?: RequestInit): Promise<NameServiceResponse>;
|
|
52
54
|
/**
|
|
53
|
-
*
|
|
55
|
+
* Permanently removes the name service configuration for the specified environment and chain.
|
|
56
|
+
* Delete the name service for the environment and chain
|
|
54
57
|
*/
|
|
55
58
|
deleteNameServiceRaw(requestParameters: DeleteNameServiceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
56
59
|
/**
|
|
57
|
-
*
|
|
60
|
+
* Permanently removes the name service configuration for the specified environment and chain.
|
|
61
|
+
* Delete the name service for the environment and chain
|
|
58
62
|
*/
|
|
59
63
|
deleteNameService(requestParameters: DeleteNameServiceRequest, initOverrides?: RequestInit): Promise<void>;
|
|
60
64
|
/**
|
|
61
|
-
*
|
|
65
|
+
* Disables the name service for the specified environment and chain.
|
|
66
|
+
* Disable the name service for the environment and chain
|
|
62
67
|
*/
|
|
63
68
|
disableNameServiceRaw(requestParameters: DisableNameServiceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<NameServiceResponse>>;
|
|
64
69
|
/**
|
|
65
|
-
*
|
|
70
|
+
* Disables the name service for the specified environment and chain.
|
|
71
|
+
* Disable the name service for the environment and chain
|
|
66
72
|
*/
|
|
67
73
|
disableNameService(requestParameters: DisableNameServiceRequest, initOverrides?: RequestInit): Promise<NameServiceResponse>;
|
|
68
74
|
/**
|
|
69
|
-
*
|
|
75
|
+
* Enables the name service for the specified environment and chain.
|
|
76
|
+
* Enable the name service for the environment and chain
|
|
70
77
|
*/
|
|
71
78
|
enableNameServiceRaw(requestParameters: EnableNameServiceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<NameServiceResponse>>;
|
|
72
79
|
/**
|
|
73
|
-
*
|
|
80
|
+
* Enables the name service for the specified environment and chain.
|
|
81
|
+
* Enable the name service for the environment and chain
|
|
74
82
|
*/
|
|
75
83
|
enableNameService(requestParameters: EnableNameServiceRequest, initOverrides?: RequestInit): Promise<NameServiceResponse>;
|
|
76
84
|
/**
|
|
77
|
-
*
|
|
85
|
+
* Returns the unsigned message for name service wallet verification.
|
|
86
|
+
* Get the unsigned message for name service wallet verification
|
|
78
87
|
*/
|
|
79
88
|
fetchNameServiceSigningMessageRaw(requestParameters: FetchNameServiceSigningMessageRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<NameServiceSigningMessage>>;
|
|
80
89
|
/**
|
|
81
|
-
*
|
|
90
|
+
* Returns the unsigned message for name service wallet verification.
|
|
91
|
+
* Get the unsigned message for name service wallet verification
|
|
82
92
|
*/
|
|
83
93
|
fetchNameServiceSigningMessage(requestParameters: FetchNameServiceSigningMessageRequest, initOverrides?: RequestInit): Promise<NameServiceSigningMessage>;
|
|
84
94
|
/**
|
|
95
|
+
* Returns the name service configuration for the specified environment and chain.
|
|
85
96
|
* Get the name service for the environment and chain
|
|
86
97
|
*/
|
|
87
98
|
getNameServiceRaw(requestParameters: GetNameServiceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<NameServiceResponse>>;
|
|
88
99
|
/**
|
|
100
|
+
* Returns the name service configuration for the specified environment and chain.
|
|
89
101
|
* Get the name service for the environment and chain
|
|
90
102
|
*/
|
|
91
103
|
getNameService(requestParameters: GetNameServiceRequest, initOverrides?: RequestInit): Promise<NameServiceResponse>;
|
|
@@ -104,7 +104,8 @@ import '../models/WalletTransactionType.js';
|
|
|
104
104
|
*/
|
|
105
105
|
class NameServicesApi extends BaseAPI {
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
* Creates a new name service configuration for the specified environment and chain.
|
|
108
|
+
* Create a name service for the environment and chain
|
|
108
109
|
*/
|
|
109
110
|
createNameServiceRaw(requestParameters, initOverrides) {
|
|
110
111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -131,7 +132,8 @@ class NameServicesApi extends BaseAPI {
|
|
|
131
132
|
});
|
|
132
133
|
}
|
|
133
134
|
/**
|
|
134
|
-
*
|
|
135
|
+
* Creates a new name service configuration for the specified environment and chain.
|
|
136
|
+
* Create a name service for the environment and chain
|
|
135
137
|
*/
|
|
136
138
|
createNameService(requestParameters, initOverrides) {
|
|
137
139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -140,7 +142,8 @@ class NameServicesApi extends BaseAPI {
|
|
|
140
142
|
});
|
|
141
143
|
}
|
|
142
144
|
/**
|
|
143
|
-
*
|
|
145
|
+
* Permanently removes the name service configuration for the specified environment and chain.
|
|
146
|
+
* Delete the name service for the environment and chain
|
|
144
147
|
*/
|
|
145
148
|
deleteNameServiceRaw(requestParameters, initOverrides) {
|
|
146
149
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -162,7 +165,8 @@ class NameServicesApi extends BaseAPI {
|
|
|
162
165
|
});
|
|
163
166
|
}
|
|
164
167
|
/**
|
|
165
|
-
*
|
|
168
|
+
* Permanently removes the name service configuration for the specified environment and chain.
|
|
169
|
+
* Delete the name service for the environment and chain
|
|
166
170
|
*/
|
|
167
171
|
deleteNameService(requestParameters, initOverrides) {
|
|
168
172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -170,7 +174,8 @@ class NameServicesApi extends BaseAPI {
|
|
|
170
174
|
});
|
|
171
175
|
}
|
|
172
176
|
/**
|
|
173
|
-
*
|
|
177
|
+
* Disables the name service for the specified environment and chain.
|
|
178
|
+
* Disable the name service for the environment and chain
|
|
174
179
|
*/
|
|
175
180
|
disableNameServiceRaw(requestParameters, initOverrides) {
|
|
176
181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -192,7 +197,8 @@ class NameServicesApi extends BaseAPI {
|
|
|
192
197
|
});
|
|
193
198
|
}
|
|
194
199
|
/**
|
|
195
|
-
*
|
|
200
|
+
* Disables the name service for the specified environment and chain.
|
|
201
|
+
* Disable the name service for the environment and chain
|
|
196
202
|
*/
|
|
197
203
|
disableNameService(requestParameters, initOverrides) {
|
|
198
204
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -201,7 +207,8 @@ class NameServicesApi extends BaseAPI {
|
|
|
201
207
|
});
|
|
202
208
|
}
|
|
203
209
|
/**
|
|
204
|
-
*
|
|
210
|
+
* Enables the name service for the specified environment and chain.
|
|
211
|
+
* Enable the name service for the environment and chain
|
|
205
212
|
*/
|
|
206
213
|
enableNameServiceRaw(requestParameters, initOverrides) {
|
|
207
214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -223,7 +230,8 @@ class NameServicesApi extends BaseAPI {
|
|
|
223
230
|
});
|
|
224
231
|
}
|
|
225
232
|
/**
|
|
226
|
-
*
|
|
233
|
+
* Enables the name service for the specified environment and chain.
|
|
234
|
+
* Enable the name service for the environment and chain
|
|
227
235
|
*/
|
|
228
236
|
enableNameService(requestParameters, initOverrides) {
|
|
229
237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -232,7 +240,8 @@ class NameServicesApi extends BaseAPI {
|
|
|
232
240
|
});
|
|
233
241
|
}
|
|
234
242
|
/**
|
|
235
|
-
*
|
|
243
|
+
* Returns the unsigned message for name service wallet verification.
|
|
244
|
+
* Get the unsigned message for name service wallet verification
|
|
236
245
|
*/
|
|
237
246
|
fetchNameServiceSigningMessageRaw(requestParameters, initOverrides) {
|
|
238
247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -259,7 +268,8 @@ class NameServicesApi extends BaseAPI {
|
|
|
259
268
|
});
|
|
260
269
|
}
|
|
261
270
|
/**
|
|
262
|
-
*
|
|
271
|
+
* Returns the unsigned message for name service wallet verification.
|
|
272
|
+
* Get the unsigned message for name service wallet verification
|
|
263
273
|
*/
|
|
264
274
|
fetchNameServiceSigningMessage(requestParameters, initOverrides) {
|
|
265
275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -268,6 +278,7 @@ class NameServicesApi extends BaseAPI {
|
|
|
268
278
|
});
|
|
269
279
|
}
|
|
270
280
|
/**
|
|
281
|
+
* Returns the name service configuration for the specified environment and chain.
|
|
271
282
|
* Get the name service for the environment and chain
|
|
272
283
|
*/
|
|
273
284
|
getNameServiceRaw(requestParameters, initOverrides) {
|
|
@@ -290,6 +301,7 @@ class NameServicesApi extends BaseAPI {
|
|
|
290
301
|
});
|
|
291
302
|
}
|
|
292
303
|
/**
|
|
304
|
+
* Returns the name service configuration for the specified environment and chain.
|
|
293
305
|
* Get the name service for the environment and chain
|
|
294
306
|
*/
|
|
295
307
|
getNameService(requestParameters, initOverrides) {
|