@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
|
@@ -101,7 +101,8 @@ import '../models/WalletTransactionType.js';
|
|
|
101
101
|
*/
|
|
102
102
|
class GlobalWalletConnectionsApi extends BaseAPI {
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
* Returns the global wallet connections for the specified environment.
|
|
105
|
+
* Get global wallet connections for the environment
|
|
105
106
|
*/
|
|
106
107
|
getGlobalWalletConnectionsRaw(requestParameters, initOverrides) {
|
|
107
108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -132,7 +133,8 @@ class GlobalWalletConnectionsApi extends BaseAPI {
|
|
|
132
133
|
});
|
|
133
134
|
}
|
|
134
135
|
/**
|
|
135
|
-
*
|
|
136
|
+
* Returns the global wallet connections for the specified environment.
|
|
137
|
+
* Get global wallet connections for the environment
|
|
136
138
|
*/
|
|
137
139
|
getGlobalWalletConnections(requestParameters, initOverrides) {
|
|
138
140
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -107,7 +107,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
107
107
|
*/
|
|
108
108
|
class GlobalWalletsApi extends runtime.BaseAPI {
|
|
109
109
|
/**
|
|
110
|
-
* Creates
|
|
110
|
+
* Creates new global wallet settings for the specified environment.
|
|
111
|
+
* Create global wallet settings for the environment
|
|
111
112
|
*/
|
|
112
113
|
createGlobalWalletSettingsRaw(requestParameters, initOverrides) {
|
|
113
114
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -131,7 +132,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
131
132
|
});
|
|
132
133
|
}
|
|
133
134
|
/**
|
|
134
|
-
* Creates
|
|
135
|
+
* Creates new global wallet settings for the specified environment.
|
|
136
|
+
* Create global wallet settings for the environment
|
|
135
137
|
*/
|
|
136
138
|
createGlobalWalletSettings(requestParameters, initOverrides) {
|
|
137
139
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -140,7 +142,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
140
142
|
});
|
|
141
143
|
}
|
|
142
144
|
/**
|
|
143
|
-
*
|
|
145
|
+
* Disables the global wallet feature for the specified environment.
|
|
146
|
+
* Disable global wallet for this environment
|
|
144
147
|
*/
|
|
145
148
|
disableGlobalWalletRaw(requestParameters, initOverrides) {
|
|
146
149
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -159,7 +162,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
159
162
|
});
|
|
160
163
|
}
|
|
161
164
|
/**
|
|
162
|
-
*
|
|
165
|
+
* Disables the global wallet feature for the specified environment.
|
|
166
|
+
* Disable global wallet for this environment
|
|
163
167
|
*/
|
|
164
168
|
disableGlobalWallet(requestParameters, initOverrides) {
|
|
165
169
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -168,6 +172,7 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
168
172
|
});
|
|
169
173
|
}
|
|
170
174
|
/**
|
|
175
|
+
* Enables the global wallet feature for the specified environment.
|
|
171
176
|
* Enable global wallet for this environment
|
|
172
177
|
*/
|
|
173
178
|
enableGlobalWalletRaw(requestParameters, initOverrides) {
|
|
@@ -187,6 +192,7 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
187
192
|
});
|
|
188
193
|
}
|
|
189
194
|
/**
|
|
195
|
+
* Enables the global wallet feature for the specified environment.
|
|
190
196
|
* Enable global wallet for this environment
|
|
191
197
|
*/
|
|
192
198
|
enableGlobalWallet(requestParameters, initOverrides) {
|
|
@@ -196,7 +202,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
196
202
|
});
|
|
197
203
|
}
|
|
198
204
|
/**
|
|
199
|
-
*
|
|
205
|
+
* Returns the global wallet settings for the specified environment.
|
|
206
|
+
* Get global wallet settings for the environment
|
|
200
207
|
*/
|
|
201
208
|
getGlobalWalletSettingsRaw(requestParameters, initOverrides) {
|
|
202
209
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -215,7 +222,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
215
222
|
});
|
|
216
223
|
}
|
|
217
224
|
/**
|
|
218
|
-
*
|
|
225
|
+
* Returns the global wallet settings for the specified environment.
|
|
226
|
+
* Get global wallet settings for the environment
|
|
219
227
|
*/
|
|
220
228
|
getGlobalWalletSettings(requestParameters, initOverrides) {
|
|
221
229
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -224,7 +232,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
224
232
|
});
|
|
225
233
|
}
|
|
226
234
|
/**
|
|
227
|
-
* Updates the global wallet settings for the environment
|
|
235
|
+
* Updates the global wallet settings for the specified environment.
|
|
236
|
+
* Update global wallet settings for the environment
|
|
228
237
|
*/
|
|
229
238
|
updateGlobalWalletSettingsRaw(requestParameters, initOverrides) {
|
|
230
239
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -248,7 +257,8 @@ class GlobalWalletsApi extends runtime.BaseAPI {
|
|
|
248
257
|
});
|
|
249
258
|
}
|
|
250
259
|
/**
|
|
251
|
-
* Updates the global wallet settings for the environment
|
|
260
|
+
* Updates the global wallet settings for the specified environment.
|
|
261
|
+
* Update global wallet settings for the environment
|
|
252
262
|
*/
|
|
253
263
|
updateGlobalWalletSettings(requestParameters, initOverrides) {
|
|
254
264
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -33,43 +33,53 @@ export interface UpdateGlobalWalletSettingsRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
export declare class GlobalWalletsApi extends runtime.BaseAPI {
|
|
35
35
|
/**
|
|
36
|
-
* Creates
|
|
36
|
+
* Creates new global wallet settings for the specified environment.
|
|
37
|
+
* Create global wallet settings for the environment
|
|
37
38
|
*/
|
|
38
39
|
createGlobalWalletSettingsRaw(requestParameters: CreateGlobalWalletSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
39
40
|
/**
|
|
40
|
-
* Creates
|
|
41
|
+
* Creates new global wallet settings for the specified environment.
|
|
42
|
+
* Create global wallet settings for the environment
|
|
41
43
|
*/
|
|
42
44
|
createGlobalWalletSettings(requestParameters: CreateGlobalWalletSettingsRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
43
45
|
/**
|
|
44
|
-
*
|
|
46
|
+
* Disables the global wallet feature for the specified environment.
|
|
47
|
+
* Disable global wallet for this environment
|
|
45
48
|
*/
|
|
46
49
|
disableGlobalWalletRaw(requestParameters: DisableGlobalWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
47
50
|
/**
|
|
48
|
-
*
|
|
51
|
+
* Disables the global wallet feature for the specified environment.
|
|
52
|
+
* Disable global wallet for this environment
|
|
49
53
|
*/
|
|
50
54
|
disableGlobalWallet(requestParameters: DisableGlobalWalletRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
51
55
|
/**
|
|
56
|
+
* Enables the global wallet feature for the specified environment.
|
|
52
57
|
* Enable global wallet for this environment
|
|
53
58
|
*/
|
|
54
59
|
enableGlobalWalletRaw(requestParameters: EnableGlobalWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
55
60
|
/**
|
|
61
|
+
* Enables the global wallet feature for the specified environment.
|
|
56
62
|
* Enable global wallet for this environment
|
|
57
63
|
*/
|
|
58
64
|
enableGlobalWallet(requestParameters: EnableGlobalWalletRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
59
65
|
/**
|
|
60
|
-
*
|
|
66
|
+
* Returns the global wallet settings for the specified environment.
|
|
67
|
+
* Get global wallet settings for the environment
|
|
61
68
|
*/
|
|
62
69
|
getGlobalWalletSettingsRaw(requestParameters: GetGlobalWalletSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
63
70
|
/**
|
|
64
|
-
*
|
|
71
|
+
* Returns the global wallet settings for the specified environment.
|
|
72
|
+
* Get global wallet settings for the environment
|
|
65
73
|
*/
|
|
66
74
|
getGlobalWalletSettings(requestParameters: GetGlobalWalletSettingsRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
67
75
|
/**
|
|
68
|
-
* Updates the global wallet settings for the environment
|
|
76
|
+
* Updates the global wallet settings for the specified environment.
|
|
77
|
+
* Update global wallet settings for the environment
|
|
69
78
|
*/
|
|
70
79
|
updateGlobalWalletSettingsRaw(requestParameters: UpdateGlobalWalletSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
71
80
|
/**
|
|
72
|
-
* Updates the global wallet settings for the environment
|
|
81
|
+
* Updates the global wallet settings for the specified environment.
|
|
82
|
+
* Update global wallet settings for the environment
|
|
73
83
|
*/
|
|
74
84
|
updateGlobalWalletSettings(requestParameters: UpdateGlobalWalletSettingsRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
75
85
|
}
|
|
@@ -103,7 +103,8 @@ import '../models/WalletTransactionType.js';
|
|
|
103
103
|
*/
|
|
104
104
|
class GlobalWalletsApi extends BaseAPI {
|
|
105
105
|
/**
|
|
106
|
-
* Creates
|
|
106
|
+
* Creates new global wallet settings for the specified environment.
|
|
107
|
+
* Create global wallet settings for the environment
|
|
107
108
|
*/
|
|
108
109
|
createGlobalWalletSettingsRaw(requestParameters, initOverrides) {
|
|
109
110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -127,7 +128,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
127
128
|
});
|
|
128
129
|
}
|
|
129
130
|
/**
|
|
130
|
-
* Creates
|
|
131
|
+
* Creates new global wallet settings for the specified environment.
|
|
132
|
+
* Create global wallet settings for the environment
|
|
131
133
|
*/
|
|
132
134
|
createGlobalWalletSettings(requestParameters, initOverrides) {
|
|
133
135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -136,7 +138,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
136
138
|
});
|
|
137
139
|
}
|
|
138
140
|
/**
|
|
139
|
-
*
|
|
141
|
+
* Disables the global wallet feature for the specified environment.
|
|
142
|
+
* Disable global wallet for this environment
|
|
140
143
|
*/
|
|
141
144
|
disableGlobalWalletRaw(requestParameters, initOverrides) {
|
|
142
145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -155,7 +158,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
155
158
|
});
|
|
156
159
|
}
|
|
157
160
|
/**
|
|
158
|
-
*
|
|
161
|
+
* Disables the global wallet feature for the specified environment.
|
|
162
|
+
* Disable global wallet for this environment
|
|
159
163
|
*/
|
|
160
164
|
disableGlobalWallet(requestParameters, initOverrides) {
|
|
161
165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -164,6 +168,7 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
164
168
|
});
|
|
165
169
|
}
|
|
166
170
|
/**
|
|
171
|
+
* Enables the global wallet feature for the specified environment.
|
|
167
172
|
* Enable global wallet for this environment
|
|
168
173
|
*/
|
|
169
174
|
enableGlobalWalletRaw(requestParameters, initOverrides) {
|
|
@@ -183,6 +188,7 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
183
188
|
});
|
|
184
189
|
}
|
|
185
190
|
/**
|
|
191
|
+
* Enables the global wallet feature for the specified environment.
|
|
186
192
|
* Enable global wallet for this environment
|
|
187
193
|
*/
|
|
188
194
|
enableGlobalWallet(requestParameters, initOverrides) {
|
|
@@ -192,7 +198,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
192
198
|
});
|
|
193
199
|
}
|
|
194
200
|
/**
|
|
195
|
-
*
|
|
201
|
+
* Returns the global wallet settings for the specified environment.
|
|
202
|
+
* Get global wallet settings for the environment
|
|
196
203
|
*/
|
|
197
204
|
getGlobalWalletSettingsRaw(requestParameters, initOverrides) {
|
|
198
205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -211,7 +218,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
211
218
|
});
|
|
212
219
|
}
|
|
213
220
|
/**
|
|
214
|
-
*
|
|
221
|
+
* Returns the global wallet settings for the specified environment.
|
|
222
|
+
* Get global wallet settings for the environment
|
|
215
223
|
*/
|
|
216
224
|
getGlobalWalletSettings(requestParameters, initOverrides) {
|
|
217
225
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -220,7 +228,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
220
228
|
});
|
|
221
229
|
}
|
|
222
230
|
/**
|
|
223
|
-
* Updates the global wallet settings for the environment
|
|
231
|
+
* Updates the global wallet settings for the specified environment.
|
|
232
|
+
* Update global wallet settings for the environment
|
|
224
233
|
*/
|
|
225
234
|
updateGlobalWalletSettingsRaw(requestParameters, initOverrides) {
|
|
226
235
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -244,7 +253,8 @@ class GlobalWalletsApi extends BaseAPI {
|
|
|
244
253
|
});
|
|
245
254
|
}
|
|
246
255
|
/**
|
|
247
|
-
* Updates the global wallet settings for the environment
|
|
256
|
+
* Updates the global wallet settings for the specified environment.
|
|
257
|
+
* Update global wallet settings for the environment
|
|
248
258
|
*/
|
|
249
259
|
updateGlobalWalletSettings(requestParameters, initOverrides) {
|
|
250
260
|
return __awaiter(this, void 0, void 0, function* () {
|
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
|
}
|