@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
|
@@ -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) {
|
|
@@ -115,6 +115,7 @@ require('../models/WhenToImplementEnum.cjs');
|
|
|
115
115
|
*/
|
|
116
116
|
class OrganizationsApi extends runtime.BaseAPI {
|
|
117
117
|
/**
|
|
118
|
+
* Applies a coupon to the subscription for the specified organization.
|
|
118
119
|
* Add coupon to subscription
|
|
119
120
|
*/
|
|
120
121
|
applyCouponForSubscriptionRaw(requestParameters, initOverrides) {
|
|
@@ -146,6 +147,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
146
147
|
});
|
|
147
148
|
}
|
|
148
149
|
/**
|
|
150
|
+
* Applies a coupon to the subscription for the specified organization.
|
|
149
151
|
* Add coupon to subscription
|
|
150
152
|
*/
|
|
151
153
|
applyCouponForSubscription(requestParameters, initOverrides) {
|
|
@@ -155,7 +157,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
155
157
|
});
|
|
156
158
|
}
|
|
157
159
|
/**
|
|
158
|
-
* Creates organization
|
|
160
|
+
* Creates a new organization.
|
|
161
|
+
* Create an organization
|
|
159
162
|
*/
|
|
160
163
|
createOrganizationRaw(requestParameters, initOverrides) {
|
|
161
164
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -183,7 +186,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
183
186
|
});
|
|
184
187
|
}
|
|
185
188
|
/**
|
|
186
|
-
* Creates organization
|
|
189
|
+
* Creates a new organization.
|
|
190
|
+
* Create an organization
|
|
187
191
|
*/
|
|
188
192
|
createOrganization(requestParameters, initOverrides) {
|
|
189
193
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -192,6 +196,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
192
196
|
});
|
|
193
197
|
}
|
|
194
198
|
/**
|
|
199
|
+
* Creates a new SSO provider configuration for the specified organization.
|
|
195
200
|
* Create SSO provider configuration for organization
|
|
196
201
|
*/
|
|
197
202
|
createSsoProviderRaw(requestParameters, initOverrides) {
|
|
@@ -223,6 +228,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
223
228
|
});
|
|
224
229
|
}
|
|
225
230
|
/**
|
|
231
|
+
* Creates a new SSO provider configuration for the specified organization.
|
|
226
232
|
* Create SSO provider configuration for organization
|
|
227
233
|
*/
|
|
228
234
|
createSsoProvider(requestParameters, initOverrides) {
|
|
@@ -232,6 +238,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
232
238
|
});
|
|
233
239
|
}
|
|
234
240
|
/**
|
|
241
|
+
* Permanently removes the specified SSO provider configuration.
|
|
235
242
|
* Delete SSO provider configuration
|
|
236
243
|
*/
|
|
237
244
|
deleteSsoProviderRaw(requestParameters, initOverrides) {
|
|
@@ -261,6 +268,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
261
268
|
});
|
|
262
269
|
}
|
|
263
270
|
/**
|
|
271
|
+
* Permanently removes the specified SSO provider configuration.
|
|
264
272
|
* Delete SSO provider configuration
|
|
265
273
|
*/
|
|
266
274
|
deleteSsoProvider(requestParameters, initOverrides) {
|
|
@@ -269,7 +277,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
269
277
|
});
|
|
270
278
|
}
|
|
271
279
|
/**
|
|
272
|
-
*
|
|
280
|
+
* Returns the billing subscription for the specified organization.
|
|
281
|
+
* Get the subscription for an organization
|
|
273
282
|
*/
|
|
274
283
|
getBillingSubscriptionByOrganizationRaw(requestParameters, initOverrides) {
|
|
275
284
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -295,7 +304,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
295
304
|
});
|
|
296
305
|
}
|
|
297
306
|
/**
|
|
298
|
-
*
|
|
307
|
+
* Returns the billing subscription for the specified organization.
|
|
308
|
+
* Get the subscription for an organization
|
|
299
309
|
*/
|
|
300
310
|
getBillingSubscriptionByOrganization(requestParameters, initOverrides) {
|
|
301
311
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -304,7 +314,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
304
314
|
});
|
|
305
315
|
}
|
|
306
316
|
/**
|
|
307
|
-
*
|
|
317
|
+
* Returns a single organization by its unique identifier.
|
|
318
|
+
* Get an organization by ID
|
|
308
319
|
*/
|
|
309
320
|
getOrganizationByIdRaw(requestParameters, initOverrides) {
|
|
310
321
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -330,7 +341,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
330
341
|
});
|
|
331
342
|
}
|
|
332
343
|
/**
|
|
333
|
-
*
|
|
344
|
+
* Returns a single organization by its unique identifier.
|
|
345
|
+
* Get an organization by ID
|
|
334
346
|
*/
|
|
335
347
|
getOrganizationById(requestParameters, initOverrides) {
|
|
336
348
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -339,7 +351,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
339
351
|
});
|
|
340
352
|
}
|
|
341
353
|
/**
|
|
342
|
-
*
|
|
354
|
+
* Returns the organizations for the current user.
|
|
355
|
+
* Get organizations for the current user
|
|
343
356
|
*/
|
|
344
357
|
getOrganizationsForMemberRaw(initOverrides) {
|
|
345
358
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -362,7 +375,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
362
375
|
});
|
|
363
376
|
}
|
|
364
377
|
/**
|
|
365
|
-
*
|
|
378
|
+
* Returns the organizations for the current user.
|
|
379
|
+
* Get organizations for the current user
|
|
366
380
|
*/
|
|
367
381
|
getOrganizationsForMember(initOverrides) {
|
|
368
382
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -371,6 +385,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
371
385
|
});
|
|
372
386
|
}
|
|
373
387
|
/**
|
|
388
|
+
* Returns the SSO provider configuration for the specified organization.
|
|
374
389
|
* Get SSO provider configuration for organization
|
|
375
390
|
*/
|
|
376
391
|
getSsoProviderForOrganizationRaw(requestParameters, initOverrides) {
|
|
@@ -397,6 +412,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
397
412
|
});
|
|
398
413
|
}
|
|
399
414
|
/**
|
|
415
|
+
* Returns the SSO provider configuration for the specified organization.
|
|
400
416
|
* Get SSO provider configuration for organization
|
|
401
417
|
*/
|
|
402
418
|
getSsoProviderForOrganization(requestParameters, initOverrides) {
|
|
@@ -406,6 +422,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
406
422
|
});
|
|
407
423
|
}
|
|
408
424
|
/**
|
|
425
|
+
* Updates the address for the specified organization.
|
|
409
426
|
* Update an organization address by ID
|
|
410
427
|
*/
|
|
411
428
|
updateOrganizationAddressByIdRaw(requestParameters, initOverrides) {
|
|
@@ -437,6 +454,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
437
454
|
});
|
|
438
455
|
}
|
|
439
456
|
/**
|
|
457
|
+
* Updates the address for the specified organization.
|
|
440
458
|
* Update an organization address by ID
|
|
441
459
|
*/
|
|
442
460
|
updateOrganizationAddressById(requestParameters, initOverrides) {
|
|
@@ -446,6 +464,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
446
464
|
});
|
|
447
465
|
}
|
|
448
466
|
/**
|
|
467
|
+
* Updates the specified organization.
|
|
449
468
|
* Update an organization by ID
|
|
450
469
|
*/
|
|
451
470
|
updateOrganizationByIdRaw(requestParameters, initOverrides) {
|
|
@@ -477,6 +496,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
477
496
|
});
|
|
478
497
|
}
|
|
479
498
|
/**
|
|
499
|
+
* Updates the specified organization.
|
|
480
500
|
* Update an organization by ID
|
|
481
501
|
*/
|
|
482
502
|
updateOrganizationById(requestParameters, initOverrides) {
|
|
@@ -486,6 +506,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
486
506
|
});
|
|
487
507
|
}
|
|
488
508
|
/**
|
|
509
|
+
* Updates the specified SSO provider configuration.
|
|
489
510
|
* Update SSO provider configuration
|
|
490
511
|
*/
|
|
491
512
|
updateSsoProviderRaw(requestParameters, initOverrides) {
|
|
@@ -520,6 +541,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
520
541
|
});
|
|
521
542
|
}
|
|
522
543
|
/**
|
|
544
|
+
* Updates the specified SSO provider configuration.
|
|
523
545
|
* Update SSO provider configuration
|
|
524
546
|
*/
|
|
525
547
|
updateSsoProvider(requestParameters, initOverrides) {
|
|
@@ -529,7 +551,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
529
551
|
});
|
|
530
552
|
}
|
|
531
553
|
/**
|
|
532
|
-
*
|
|
554
|
+
* Upgrades the subscription plan for the specified organization.
|
|
555
|
+
* Upgrade organization to advanced plan
|
|
533
556
|
*/
|
|
534
557
|
upgradeSubscriptionForOrganizationRaw(requestParameters, initOverrides) {
|
|
535
558
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -555,7 +578,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
555
578
|
});
|
|
556
579
|
}
|
|
557
580
|
/**
|
|
558
|
-
*
|
|
581
|
+
* Upgrades the subscription plan for the specified organization.
|
|
582
|
+
* Upgrade organization to advanced plan
|
|
559
583
|
*/
|
|
560
584
|
upgradeSubscriptionForOrganization(requestParameters, initOverrides) {
|
|
561
585
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|