@dynamic-labs/sdk-api 0.0.868 → 0.0.869
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/apis/AllowlistsApi.cjs +26 -6
- package/src/apis/AllowlistsApi.d.ts +26 -6
- package/src/apis/AllowlistsApi.js +26 -6
- package/src/apis/AnalyticsApi.cjs +12 -0
- package/src/apis/AnalyticsApi.d.ts +12 -0
- package/src/apis/AnalyticsApi.js +12 -0
- package/src/apis/ChainalysisApi.cjs +6 -0
- package/src/apis/ChainalysisApi.d.ts +6 -0
- package/src/apis/ChainalysisApi.js +6 -0
- package/src/apis/ChainsApi.cjs +4 -2
- package/src/apis/ChainsApi.d.ts +4 -2
- package/src/apis/ChainsApi.js +4 -2
- package/src/apis/CustomFieldsApi.cjs +14 -4
- package/src/apis/CustomFieldsApi.d.ts +14 -4
- package/src/apis/CustomFieldsApi.js +14 -4
- package/src/apis/CustomHostnamesApi.cjs +10 -4
- package/src/apis/CustomHostnamesApi.d.ts +10 -4
- package/src/apis/CustomHostnamesApi.js +10 -4
- package/src/apis/CustomNetworksApi.cjs +10 -0
- package/src/apis/CustomNetworksApi.d.ts +10 -0
- package/src/apis/CustomNetworksApi.js +10 -0
- package/src/apis/DeeplinkUrlsApi.cjs +12 -6
- package/src/apis/DeeplinkUrlsApi.d.ts +12 -6
- package/src/apis/DeeplinkUrlsApi.js +12 -6
- package/src/apis/EnvironmentsApi.cjs +20 -10
- package/src/apis/EnvironmentsApi.d.ts +20 -10
- package/src/apis/EnvironmentsApi.js +20 -10
- package/src/apis/EventsApi.cjs +8 -2
- package/src/apis/EventsApi.d.ts +8 -2
- package/src/apis/EventsApi.js +8 -2
- package/src/apis/ExportsApi.cjs +8 -0
- package/src/apis/ExportsApi.d.ts +8 -0
- package/src/apis/ExportsApi.js +8 -0
- package/src/apis/ExternalJwtApi.cjs +4 -2
- package/src/apis/ExternalJwtApi.d.ts +4 -2
- package/src/apis/ExternalJwtApi.js +4 -2
- package/src/apis/GatesApi.cjs +16 -2
- package/src/apis/GatesApi.d.ts +16 -2
- package/src/apis/GatesApi.js +16 -2
- package/src/apis/GlobalWalletAccessControlApi.cjs +22 -8
- package/src/apis/GlobalWalletAccessControlApi.d.ts +22 -8
- package/src/apis/GlobalWalletAccessControlApi.js +22 -8
- package/src/apis/GlobalWalletConnectionsApi.cjs +4 -2
- package/src/apis/GlobalWalletConnectionsApi.d.ts +4 -2
- package/src/apis/GlobalWalletConnectionsApi.js +4 -2
- package/src/apis/GlobalWalletsApi.cjs +18 -8
- package/src/apis/GlobalWalletsApi.d.ts +18 -8
- package/src/apis/GlobalWalletsApi.js +18 -8
- package/src/apis/InvitesApi.cjs +16 -6
- package/src/apis/InvitesApi.d.ts +16 -6
- package/src/apis/InvitesApi.js +16 -6
- package/src/apis/MembersApi.cjs +16 -8
- package/src/apis/MembersApi.d.ts +16 -8
- package/src/apis/MembersApi.js +16 -8
- package/src/apis/MfaApi.cjs +8 -4
- package/src/apis/MfaApi.d.ts +8 -4
- package/src/apis/MfaApi.js +8 -4
- package/src/apis/MfaSettingsApi.cjs +6 -0
- package/src/apis/MfaSettingsApi.d.ts +6 -0
- package/src/apis/MfaSettingsApi.js +6 -0
- package/src/apis/NameServicesApi.cjs +22 -10
- package/src/apis/NameServicesApi.d.ts +22 -10
- package/src/apis/NameServicesApi.js +22 -10
- package/src/apis/OrganizationsApi.cjs +34 -10
- package/src/apis/OrganizationsApi.d.ts +34 -10
- package/src/apis/OrganizationsApi.js +34 -10
- package/src/apis/OriginsApi.cjs +12 -6
- package/src/apis/OriginsApi.d.ts +12 -6
- package/src/apis/OriginsApi.js +12 -6
- package/src/apis/ProjectsApi.cjs +18 -8
- package/src/apis/ProjectsApi.d.ts +18 -8
- package/src/apis/ProjectsApi.js +18 -8
- package/src/apis/SDKApi.cjs +350 -164
- package/src/apis/SDKApi.d.ts +350 -164
- package/src/apis/SDKApi.js +350 -164
- package/src/apis/SDKViewsApi.cjs +12 -6
- package/src/apis/SDKViewsApi.d.ts +12 -6
- package/src/apis/SDKViewsApi.js +12 -6
- package/src/apis/SessionsApi.cjs +4 -0
- package/src/apis/SessionsApi.d.ts +4 -0
- package/src/apis/SessionsApi.js +4 -0
- package/src/apis/SettingsApi.cjs +32 -4
- package/src/apis/SettingsApi.d.ts +32 -4
- package/src/apis/SettingsApi.js +32 -4
- package/src/apis/TestAccountApi.cjs +10 -4
- package/src/apis/TestAccountApi.d.ts +10 -4
- package/src/apis/TestAccountApi.js +10 -4
- package/src/apis/TokensApi.cjs +12 -6
- package/src/apis/TokensApi.d.ts +12 -6
- package/src/apis/TokensApi.js +12 -6
- package/src/apis/UserApiTokensApi.cjs +12 -6
- package/src/apis/UserApiTokensApi.d.ts +12 -6
- package/src/apis/UserApiTokensApi.js +12 -6
- package/src/apis/UsersApi.cjs +28 -4
- package/src/apis/UsersApi.d.ts +28 -4
- package/src/apis/UsersApi.js +28 -4
- package/src/apis/VisitsApi.cjs +2 -0
- package/src/apis/VisitsApi.d.ts +2 -0
- package/src/apis/VisitsApi.js +2 -0
- package/src/apis/WaasApi.cjs +32 -4
- package/src/apis/WaasApi.d.ts +32 -4
- package/src/apis/WaasApi.js +32 -4
- package/src/apis/WalletConnectApi.cjs +2 -0
- package/src/apis/WalletConnectApi.d.ts +2 -0
- package/src/apis/WalletConnectApi.js +2 -0
- package/src/apis/WalletsApi.cjs +20 -6
- package/src/apis/WalletsApi.d.ts +20 -6
- package/src/apis/WalletsApi.js +20 -6
- package/src/apis/WebhooksApi.cjs +32 -16
- package/src/apis/WebhooksApi.d.ts +32 -16
- package/src/apis/WebhooksApi.js +32 -16
package/src/apis/InvitesApi.cjs
CHANGED
|
@@ -107,7 +107,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
107
107
|
*/
|
|
108
108
|
class InvitesApi extends runtime.BaseAPI {
|
|
109
109
|
/**
|
|
110
|
-
* Creates
|
|
110
|
+
* Creates a new invite for the specified organization.
|
|
111
|
+
* Create an invite for the organization
|
|
111
112
|
*/
|
|
112
113
|
createInviteRaw(requestParameters, initOverrides) {
|
|
113
114
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -138,7 +139,8 @@ class InvitesApi extends runtime.BaseAPI {
|
|
|
138
139
|
});
|
|
139
140
|
}
|
|
140
141
|
/**
|
|
141
|
-
* Creates
|
|
142
|
+
* Creates a new invite for the specified organization.
|
|
143
|
+
* Create an invite for the organization
|
|
142
144
|
*/
|
|
143
145
|
createInvite(requestParameters, initOverrides) {
|
|
144
146
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -146,6 +148,7 @@ class InvitesApi extends runtime.BaseAPI {
|
|
|
146
148
|
});
|
|
147
149
|
}
|
|
148
150
|
/**
|
|
151
|
+
* Permanently removes the specified invite.
|
|
149
152
|
* Delete invite for user
|
|
150
153
|
*/
|
|
151
154
|
deleteInviteRaw(requestParameters, initOverrides) {
|
|
@@ -172,6 +175,7 @@ class InvitesApi extends runtime.BaseAPI {
|
|
|
172
175
|
});
|
|
173
176
|
}
|
|
174
177
|
/**
|
|
178
|
+
* Permanently removes the specified invite.
|
|
175
179
|
* Delete invite for user
|
|
176
180
|
*/
|
|
177
181
|
deleteInvite(requestParameters, initOverrides) {
|
|
@@ -180,7 +184,8 @@ class InvitesApi extends runtime.BaseAPI {
|
|
|
180
184
|
});
|
|
181
185
|
}
|
|
182
186
|
/**
|
|
183
|
-
*
|
|
187
|
+
* Returns the invites for the current user.
|
|
188
|
+
* Get invites for the current user
|
|
184
189
|
*/
|
|
185
190
|
getInvitesRaw(requestParameters, initOverrides) {
|
|
186
191
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -209,7 +214,8 @@ class InvitesApi extends runtime.BaseAPI {
|
|
|
209
214
|
});
|
|
210
215
|
}
|
|
211
216
|
/**
|
|
212
|
-
*
|
|
217
|
+
* Returns the invites for the current user.
|
|
218
|
+
* Get invites for the current user
|
|
213
219
|
*/
|
|
214
220
|
getInvites(requestParameters, initOverrides) {
|
|
215
221
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -218,7 +224,8 @@ class InvitesApi extends runtime.BaseAPI {
|
|
|
218
224
|
});
|
|
219
225
|
}
|
|
220
226
|
/**
|
|
221
|
-
*
|
|
227
|
+
* Returns the invites for the specified organization.
|
|
228
|
+
* Get invites for the organization
|
|
222
229
|
*/
|
|
223
230
|
getOrganizationInvitesByOrganizationIdRaw(requestParameters, initOverrides) {
|
|
224
231
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -244,7 +251,8 @@ class InvitesApi extends runtime.BaseAPI {
|
|
|
244
251
|
});
|
|
245
252
|
}
|
|
246
253
|
/**
|
|
247
|
-
*
|
|
254
|
+
* Returns the invites for the specified organization.
|
|
255
|
+
* Get invites for the organization
|
|
248
256
|
*/
|
|
249
257
|
getOrganizationInvitesByOrganizationId(requestParameters, initOverrides) {
|
|
250
258
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -253,6 +261,7 @@ class InvitesApi extends runtime.BaseAPI {
|
|
|
253
261
|
});
|
|
254
262
|
}
|
|
255
263
|
/**
|
|
264
|
+
* Updates an invite (accept or reject).
|
|
256
265
|
* Update invite for user (accept/reject)
|
|
257
266
|
*/
|
|
258
267
|
updateInviteRaw(requestParameters, initOverrides) {
|
|
@@ -284,6 +293,7 @@ class InvitesApi extends runtime.BaseAPI {
|
|
|
284
293
|
});
|
|
285
294
|
}
|
|
286
295
|
/**
|
|
296
|
+
* Updates an invite (accept or reject).
|
|
287
297
|
* Update invite for user (accept/reject)
|
|
288
298
|
*/
|
|
289
299
|
updateInvite(requestParameters, initOverrides) {
|
package/src/apis/InvitesApi.d.ts
CHANGED
|
@@ -33,42 +33,52 @@ export interface UpdateInviteRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
export declare class InvitesApi extends runtime.BaseAPI {
|
|
35
35
|
/**
|
|
36
|
-
* Creates
|
|
36
|
+
* Creates a new invite for the specified organization.
|
|
37
|
+
* Create an invite for the organization
|
|
37
38
|
*/
|
|
38
39
|
createInviteRaw(requestParameters: CreateInviteRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
39
40
|
/**
|
|
40
|
-
* Creates
|
|
41
|
+
* Creates a new invite for the specified organization.
|
|
42
|
+
* Create an invite for the organization
|
|
41
43
|
*/
|
|
42
44
|
createInvite(requestParameters: CreateInviteRequest, initOverrides?: RequestInit): Promise<void>;
|
|
43
45
|
/**
|
|
46
|
+
* Permanently removes the specified invite.
|
|
44
47
|
* Delete invite for user
|
|
45
48
|
*/
|
|
46
49
|
deleteInviteRaw(requestParameters: DeleteInviteRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
47
50
|
/**
|
|
51
|
+
* Permanently removes the specified invite.
|
|
48
52
|
* Delete invite for user
|
|
49
53
|
*/
|
|
50
54
|
deleteInvite(requestParameters: DeleteInviteRequest, initOverrides?: RequestInit): Promise<void>;
|
|
51
55
|
/**
|
|
52
|
-
*
|
|
56
|
+
* Returns the invites for the current user.
|
|
57
|
+
* Get invites for the current user
|
|
53
58
|
*/
|
|
54
59
|
getInvitesRaw(requestParameters: GetInvitesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InvitesResponse>>;
|
|
55
60
|
/**
|
|
56
|
-
*
|
|
61
|
+
* Returns the invites for the current user.
|
|
62
|
+
* Get invites for the current user
|
|
57
63
|
*/
|
|
58
64
|
getInvites(requestParameters: GetInvitesRequest, initOverrides?: RequestInit): Promise<InvitesResponse>;
|
|
59
65
|
/**
|
|
60
|
-
*
|
|
66
|
+
* Returns the invites for the specified organization.
|
|
67
|
+
* Get invites for the organization
|
|
61
68
|
*/
|
|
62
69
|
getOrganizationInvitesByOrganizationIdRaw(requestParameters: GetOrganizationInvitesByOrganizationIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InvitesResponse>>;
|
|
63
70
|
/**
|
|
64
|
-
*
|
|
71
|
+
* Returns the invites for the specified organization.
|
|
72
|
+
* Get invites for the organization
|
|
65
73
|
*/
|
|
66
74
|
getOrganizationInvitesByOrganizationId(requestParameters: GetOrganizationInvitesByOrganizationIdRequest, initOverrides?: RequestInit): Promise<InvitesResponse>;
|
|
67
75
|
/**
|
|
76
|
+
* Updates an invite (accept or reject).
|
|
68
77
|
* Update invite for user (accept/reject)
|
|
69
78
|
*/
|
|
70
79
|
updateInviteRaw(requestParameters: UpdateInviteRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
71
80
|
/**
|
|
81
|
+
* Updates an invite (accept or reject).
|
|
72
82
|
* Update invite for user (accept/reject)
|
|
73
83
|
*/
|
|
74
84
|
updateInvite(requestParameters: UpdateInviteRequest, initOverrides?: RequestInit): Promise<void>;
|
package/src/apis/InvitesApi.js
CHANGED
|
@@ -103,7 +103,8 @@ import '../models/WalletTransactionType.js';
|
|
|
103
103
|
*/
|
|
104
104
|
class InvitesApi extends BaseAPI {
|
|
105
105
|
/**
|
|
106
|
-
* Creates
|
|
106
|
+
* Creates a new invite for the specified organization.
|
|
107
|
+
* Create an invite for the organization
|
|
107
108
|
*/
|
|
108
109
|
createInviteRaw(requestParameters, initOverrides) {
|
|
109
110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -134,7 +135,8 @@ class InvitesApi extends BaseAPI {
|
|
|
134
135
|
});
|
|
135
136
|
}
|
|
136
137
|
/**
|
|
137
|
-
* Creates
|
|
138
|
+
* Creates a new invite for the specified organization.
|
|
139
|
+
* Create an invite for the organization
|
|
138
140
|
*/
|
|
139
141
|
createInvite(requestParameters, initOverrides) {
|
|
140
142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -142,6 +144,7 @@ class InvitesApi extends BaseAPI {
|
|
|
142
144
|
});
|
|
143
145
|
}
|
|
144
146
|
/**
|
|
147
|
+
* Permanently removes the specified invite.
|
|
145
148
|
* Delete invite for user
|
|
146
149
|
*/
|
|
147
150
|
deleteInviteRaw(requestParameters, initOverrides) {
|
|
@@ -168,6 +171,7 @@ class InvitesApi extends BaseAPI {
|
|
|
168
171
|
});
|
|
169
172
|
}
|
|
170
173
|
/**
|
|
174
|
+
* Permanently removes the specified invite.
|
|
171
175
|
* Delete invite for user
|
|
172
176
|
*/
|
|
173
177
|
deleteInvite(requestParameters, initOverrides) {
|
|
@@ -176,7 +180,8 @@ class InvitesApi extends BaseAPI {
|
|
|
176
180
|
});
|
|
177
181
|
}
|
|
178
182
|
/**
|
|
179
|
-
*
|
|
183
|
+
* Returns the invites for the current user.
|
|
184
|
+
* Get invites for the current user
|
|
180
185
|
*/
|
|
181
186
|
getInvitesRaw(requestParameters, initOverrides) {
|
|
182
187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -205,7 +210,8 @@ class InvitesApi extends BaseAPI {
|
|
|
205
210
|
});
|
|
206
211
|
}
|
|
207
212
|
/**
|
|
208
|
-
*
|
|
213
|
+
* Returns the invites for the current user.
|
|
214
|
+
* Get invites for the current user
|
|
209
215
|
*/
|
|
210
216
|
getInvites(requestParameters, initOverrides) {
|
|
211
217
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -214,7 +220,8 @@ class InvitesApi extends BaseAPI {
|
|
|
214
220
|
});
|
|
215
221
|
}
|
|
216
222
|
/**
|
|
217
|
-
*
|
|
223
|
+
* Returns the invites for the specified organization.
|
|
224
|
+
* Get invites for the organization
|
|
218
225
|
*/
|
|
219
226
|
getOrganizationInvitesByOrganizationIdRaw(requestParameters, initOverrides) {
|
|
220
227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -240,7 +247,8 @@ class InvitesApi extends BaseAPI {
|
|
|
240
247
|
});
|
|
241
248
|
}
|
|
242
249
|
/**
|
|
243
|
-
*
|
|
250
|
+
* Returns the invites for the specified organization.
|
|
251
|
+
* Get invites for the organization
|
|
244
252
|
*/
|
|
245
253
|
getOrganizationInvitesByOrganizationId(requestParameters, initOverrides) {
|
|
246
254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,6 +257,7 @@ class InvitesApi extends BaseAPI {
|
|
|
249
257
|
});
|
|
250
258
|
}
|
|
251
259
|
/**
|
|
260
|
+
* Updates an invite (accept or reject).
|
|
252
261
|
* Update invite for user (accept/reject)
|
|
253
262
|
*/
|
|
254
263
|
updateInviteRaw(requestParameters, initOverrides) {
|
|
@@ -280,6 +289,7 @@ class InvitesApi extends BaseAPI {
|
|
|
280
289
|
});
|
|
281
290
|
}
|
|
282
291
|
/**
|
|
292
|
+
* Updates an invite (accept or reject).
|
|
283
293
|
* Update invite for user (accept/reject)
|
|
284
294
|
*/
|
|
285
295
|
updateInvite(requestParameters, initOverrides) {
|
package/src/apis/MembersApi.cjs
CHANGED
|
@@ -108,7 +108,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
108
108
|
*/
|
|
109
109
|
class MembersApi extends runtime.BaseAPI {
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
* Delegates organization ownership to another admin member.
|
|
112
|
+
* Delegate organization ownership to another admin
|
|
112
113
|
*/
|
|
113
114
|
delegateOwnershipRaw(requestParameters, initOverrides) {
|
|
114
115
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -139,7 +140,8 @@ class MembersApi extends runtime.BaseAPI {
|
|
|
139
140
|
});
|
|
140
141
|
}
|
|
141
142
|
/**
|
|
142
|
-
*
|
|
143
|
+
* Delegates organization ownership to another admin member.
|
|
144
|
+
* Delegate organization ownership to another admin
|
|
143
145
|
*/
|
|
144
146
|
delegateOwnership(requestParameters, initOverrides) {
|
|
145
147
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -147,7 +149,8 @@ class MembersApi extends runtime.BaseAPI {
|
|
|
147
149
|
});
|
|
148
150
|
}
|
|
149
151
|
/**
|
|
150
|
-
*
|
|
152
|
+
* Permanently removes the specified member from the organization.
|
|
153
|
+
* Remove a member from the organization
|
|
151
154
|
*/
|
|
152
155
|
deleteMemberByIdRaw(requestParameters, initOverrides) {
|
|
153
156
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -173,7 +176,8 @@ class MembersApi extends runtime.BaseAPI {
|
|
|
173
176
|
});
|
|
174
177
|
}
|
|
175
178
|
/**
|
|
176
|
-
*
|
|
179
|
+
* Permanently removes the specified member from the organization.
|
|
180
|
+
* Remove a member from the organization
|
|
177
181
|
*/
|
|
178
182
|
deleteMemberById(requestParameters, initOverrides) {
|
|
179
183
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -181,7 +185,8 @@ class MembersApi extends runtime.BaseAPI {
|
|
|
181
185
|
});
|
|
182
186
|
}
|
|
183
187
|
/**
|
|
184
|
-
*
|
|
188
|
+
* Returns the members for the specified organization.
|
|
189
|
+
* Get members for an organization
|
|
185
190
|
*/
|
|
186
191
|
getOrganizationMembersRaw(requestParameters, initOverrides) {
|
|
187
192
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -207,7 +212,8 @@ class MembersApi extends runtime.BaseAPI {
|
|
|
207
212
|
});
|
|
208
213
|
}
|
|
209
214
|
/**
|
|
210
|
-
*
|
|
215
|
+
* Returns the members for the specified organization.
|
|
216
|
+
* Get members for an organization
|
|
211
217
|
*/
|
|
212
218
|
getOrganizationMembers(requestParameters, initOverrides) {
|
|
213
219
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -250,7 +256,8 @@ class MembersApi extends runtime.BaseAPI {
|
|
|
250
256
|
});
|
|
251
257
|
}
|
|
252
258
|
/**
|
|
253
|
-
*
|
|
259
|
+
* Updates the role of the specified member.
|
|
260
|
+
* Update a member\'s role
|
|
254
261
|
*/
|
|
255
262
|
updateMemberRoleRaw(requestParameters, initOverrides) {
|
|
256
263
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -281,7 +288,8 @@ class MembersApi extends runtime.BaseAPI {
|
|
|
281
288
|
});
|
|
282
289
|
}
|
|
283
290
|
/**
|
|
284
|
-
*
|
|
291
|
+
* Updates the role of the specified member.
|
|
292
|
+
* Update a member\'s role
|
|
285
293
|
*/
|
|
286
294
|
updateMemberRole(requestParameters, initOverrides) {
|
|
287
295
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
package/src/apis/MembersApi.d.ts
CHANGED
|
@@ -30,27 +30,33 @@ export interface UpdateMemberRoleRequest {
|
|
|
30
30
|
*/
|
|
31
31
|
export declare class MembersApi extends runtime.BaseAPI {
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Delegates organization ownership to another admin member.
|
|
34
|
+
* Delegate organization ownership to another admin
|
|
34
35
|
*/
|
|
35
36
|
delegateOwnershipRaw(requestParameters: DelegateOwnershipOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
36
37
|
/**
|
|
37
|
-
*
|
|
38
|
+
* Delegates organization ownership to another admin member.
|
|
39
|
+
* Delegate organization ownership to another admin
|
|
38
40
|
*/
|
|
39
41
|
delegateOwnership(requestParameters: DelegateOwnershipOperationRequest, initOverrides?: RequestInit): Promise<void>;
|
|
40
42
|
/**
|
|
41
|
-
*
|
|
43
|
+
* Permanently removes the specified member from the organization.
|
|
44
|
+
* Remove a member from the organization
|
|
42
45
|
*/
|
|
43
46
|
deleteMemberByIdRaw(requestParameters: DeleteMemberByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
44
47
|
/**
|
|
45
|
-
*
|
|
48
|
+
* Permanently removes the specified member from the organization.
|
|
49
|
+
* Remove a member from the organization
|
|
46
50
|
*/
|
|
47
51
|
deleteMemberById(requestParameters: DeleteMemberByIdRequest, initOverrides?: RequestInit): Promise<void>;
|
|
48
52
|
/**
|
|
49
|
-
*
|
|
53
|
+
* Returns the members for the specified organization.
|
|
54
|
+
* Get members for an organization
|
|
50
55
|
*/
|
|
51
56
|
getOrganizationMembersRaw(requestParameters: GetOrganizationMembersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OrganizationMembersResponse>>;
|
|
52
57
|
/**
|
|
53
|
-
*
|
|
58
|
+
* Returns the members for the specified organization.
|
|
59
|
+
* Get members for an organization
|
|
54
60
|
*/
|
|
55
61
|
getOrganizationMembers(requestParameters: GetOrganizationMembersRequest, initOverrides?: RequestInit): Promise<OrganizationMembersResponse>;
|
|
56
62
|
/**
|
|
@@ -64,11 +70,13 @@ export declare class MembersApi extends runtime.BaseAPI {
|
|
|
64
70
|
*/
|
|
65
71
|
membershipEnvironmentIdsGet(initOverrides?: RequestInit): Promise<Array<string>>;
|
|
66
72
|
/**
|
|
67
|
-
*
|
|
73
|
+
* Updates the role of the specified member.
|
|
74
|
+
* Update a member\'s role
|
|
68
75
|
*/
|
|
69
76
|
updateMemberRoleRaw(requestParameters: UpdateMemberRoleRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MemberResponse>>;
|
|
70
77
|
/**
|
|
71
|
-
*
|
|
78
|
+
* Updates the role of the specified member.
|
|
79
|
+
* Update a member\'s role
|
|
72
80
|
*/
|
|
73
81
|
updateMemberRole(requestParameters: UpdateMemberRoleRequest, initOverrides?: RequestInit): Promise<MemberResponse>;
|
|
74
82
|
}
|
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>;
|