@dynamic-labs/sdk-api 0.0.1075 → 0.0.1076
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/AdminActionsApi.cjs +1 -0
- package/src/apis/AdminActionsApi.js +1 -0
- package/src/apis/AllowlistsApi.cjs +1 -0
- package/src/apis/AllowlistsApi.js +1 -0
- package/src/apis/AnalyticsApi.cjs +1 -0
- package/src/apis/AnalyticsApi.js +1 -0
- package/src/apis/AuthorizedClientsApi.cjs +1 -0
- package/src/apis/AuthorizedClientsApi.js +1 -0
- package/src/apis/CaptchaApi.cjs +1 -0
- package/src/apis/CaptchaApi.js +1 -0
- package/src/apis/ChainalysisApi.cjs +1 -0
- package/src/apis/ChainalysisApi.js +1 -0
- package/src/apis/ChainsApi.cjs +1 -0
- package/src/apis/ChainsApi.js +1 -0
- package/src/apis/CheckoutApi.cjs +1 -0
- package/src/apis/CheckoutApi.js +1 -0
- package/src/apis/ClientGrantApi.cjs +1 -0
- package/src/apis/ClientGrantApi.js +1 -0
- package/src/apis/CustomFieldsApi.cjs +1 -0
- package/src/apis/CustomFieldsApi.js +1 -0
- package/src/apis/CustomHostnamesApi.cjs +1 -0
- package/src/apis/CustomHostnamesApi.js +1 -0
- package/src/apis/CustomNetworksApi.cjs +1 -0
- package/src/apis/CustomNetworksApi.js +1 -0
- package/src/apis/DeeplinkUrlsApi.cjs +1 -0
- package/src/apis/DeeplinkUrlsApi.js +1 -0
- package/src/apis/EnvironmentsApi.cjs +1 -0
- package/src/apis/EnvironmentsApi.js +1 -0
- package/src/apis/EventsApi.cjs +1 -0
- package/src/apis/EventsApi.js +1 -0
- package/src/apis/ExchangesApi.cjs +1 -0
- package/src/apis/ExchangesApi.js +1 -0
- package/src/apis/ExportsApi.cjs +1 -0
- package/src/apis/ExportsApi.js +1 -0
- package/src/apis/ExternalJwtApi.cjs +1 -0
- package/src/apis/ExternalJwtApi.js +1 -0
- package/src/apis/FlowAnalyticsApi.cjs +1 -0
- package/src/apis/FlowAnalyticsApi.js +1 -0
- package/src/apis/GatesApi.cjs +1 -0
- package/src/apis/GatesApi.js +1 -0
- package/src/apis/GlobalWalletAccessControlApi.cjs +1 -0
- package/src/apis/GlobalWalletAccessControlApi.js +1 -0
- package/src/apis/GlobalWalletConnectionsApi.cjs +1 -0
- package/src/apis/GlobalWalletConnectionsApi.js +1 -0
- package/src/apis/GlobalWalletsApi.cjs +1 -0
- package/src/apis/GlobalWalletsApi.js +1 -0
- package/src/apis/InvitesApi.cjs +1 -0
- package/src/apis/InvitesApi.js +1 -0
- package/src/apis/MembersApi.cjs +1 -0
- package/src/apis/MembersApi.js +1 -0
- package/src/apis/MfaSettingsApi.cjs +1 -0
- package/src/apis/MfaSettingsApi.js +1 -0
- package/src/apis/NameServicesApi.cjs +1 -0
- package/src/apis/NameServicesApi.js +1 -0
- package/src/apis/OrganizationSettingsApi.cjs +1 -0
- package/src/apis/OrganizationSettingsApi.js +1 -0
- package/src/apis/OrganizationsApi.cjs +1 -0
- package/src/apis/OrganizationsApi.js +1 -0
- package/src/apis/OriginsApi.cjs +1 -0
- package/src/apis/OriginsApi.js +1 -0
- package/src/apis/ProjectsApi.cjs +1 -0
- package/src/apis/ProjectsApi.js +1 -0
- package/src/apis/ProvidersApi.cjs +1 -0
- package/src/apis/ProvidersApi.js +1 -0
- package/src/apis/SDKApi.cjs +185 -3
- package/src/apis/SDKApi.d.ts +76 -5
- package/src/apis/SDKApi.js +185 -3
- package/src/apis/SDKViewsApi.cjs +1 -0
- package/src/apis/SDKViewsApi.js +1 -0
- package/src/apis/SessionsApi.cjs +1 -0
- package/src/apis/SessionsApi.js +1 -0
- package/src/apis/TestAccountApi.cjs +1 -0
- package/src/apis/TestAccountApi.js +1 -0
- package/src/apis/TokensApi.cjs +1 -0
- package/src/apis/TokensApi.js +1 -0
- package/src/apis/UserApiTokensApi.cjs +1 -0
- package/src/apis/UserApiTokensApi.js +1 -0
- package/src/apis/UsersApi.cjs +1 -0
- package/src/apis/UsersApi.js +1 -0
- package/src/apis/VisitsApi.cjs +1 -0
- package/src/apis/VisitsApi.js +1 -0
- package/src/apis/WaasApi.cjs +30 -0
- package/src/apis/WaasApi.d.ts +14 -0
- package/src/apis/WaasApi.js +30 -0
- package/src/apis/WalletConnectApi.cjs +1 -0
- package/src/apis/WalletConnectApi.js +1 -0
- package/src/apis/WalletsApi.cjs +1 -0
- package/src/apis/WalletsApi.js +1 -0
- package/src/apis/WebhooksApi.cjs +1 -0
- package/src/apis/WebhooksApi.js +1 -0
- package/src/index.cjs +16 -0
- package/src/index.js +3 -0
- package/src/models/InlineResponse2008.cjs +3 -3
- package/src/models/InlineResponse2008.d.ts +3 -3
- package/src/models/InlineResponse2008.js +3 -3
- package/src/models/InlineResponse2009.cjs +33 -0
- package/src/models/InlineResponse2009.d.ts +28 -0
- package/src/models/InlineResponse2009.js +27 -0
- package/src/models/TransferBusinessAccountOwnershipSdkRequest.cjs +43 -0
- package/src/models/TransferBusinessAccountOwnershipSdkRequest.d.ts +27 -0
- package/src/models/TransferBusinessAccountOwnershipSdkRequest.js +37 -0
- package/src/models/UpdateBusinessAccountMemberRoleSdkRequest.cjs +52 -0
- package/src/models/UpdateBusinessAccountMemberRoleSdkRequest.d.ts +35 -0
- package/src/models/UpdateBusinessAccountMemberRoleSdkRequest.js +46 -0
- package/src/models/index.d.ts +3 -0
package/src/index.js
CHANGED
|
@@ -409,6 +409,7 @@ export { InlineResponse2005FromJSON, InlineResponse2005FromJSONTyped, InlineResp
|
|
|
409
409
|
export { InlineResponse2006FromJSON, InlineResponse2006FromJSONTyped, InlineResponse2006ToJSON } from './models/InlineResponse2006.js';
|
|
410
410
|
export { InlineResponse2007FromJSON, InlineResponse2007FromJSONTyped, InlineResponse2007ToJSON } from './models/InlineResponse2007.js';
|
|
411
411
|
export { InlineResponse2008FromJSON, InlineResponse2008FromJSONTyped, InlineResponse2008ToJSON } from './models/InlineResponse2008.js';
|
|
412
|
+
export { InlineResponse2009FromJSON, InlineResponse2009FromJSONTyped, InlineResponse2009ToJSON } from './models/InlineResponse2009.js';
|
|
412
413
|
export { InlineResponse201FromJSON, InlineResponse201FromJSONTyped, InlineResponse201ToJSON } from './models/InlineResponse201.js';
|
|
413
414
|
export { InlineResponse400FromJSON, InlineResponse400FromJSONTyped, InlineResponse400ToJSON } from './models/InlineResponse400.js';
|
|
414
415
|
export { IntegrationSettingFromJSON, IntegrationSettingFromJSONTyped, IntegrationSettingToJSON } from './models/IntegrationSetting.js';
|
|
@@ -711,6 +712,7 @@ export { TokensResponseFromJSON, TokensResponseFromJSONTyped, TokensResponseToJS
|
|
|
711
712
|
export { TooManyRequestsFromJSON, TooManyRequestsFromJSONTyped, TooManyRequestsToJSON } from './models/TooManyRequests.js';
|
|
712
713
|
export { TransactionFeeEstimateRequestFromJSON, TransactionFeeEstimateRequestFromJSONTyped, TransactionFeeEstimateRequestToJSON } from './models/TransactionFeeEstimateRequest.js';
|
|
713
714
|
export { TransactionFeeEstimateResponseFromJSON, TransactionFeeEstimateResponseFromJSONTyped, TransactionFeeEstimateResponseToJSON } from './models/TransactionFeeEstimateResponse.js';
|
|
715
|
+
export { TransferBusinessAccountOwnershipSdkRequestFromJSON, TransferBusinessAccountOwnershipSdkRequestFromJSONTyped, TransferBusinessAccountOwnershipSdkRequestToJSON } from './models/TransferBusinessAccountOwnershipSdkRequest.js';
|
|
714
716
|
export { TransferDestinationFromJSON, TransferDestinationFromJSONTyped, TransferDestinationToJSON } from './models/TransferDestination.js';
|
|
715
717
|
export { TransferDestinationResponseFromJSON, TransferDestinationResponseFromJSONTyped, TransferDestinationResponseToJSON } from './models/TransferDestinationResponse.js';
|
|
716
718
|
export { TurnkeyCreateWalletAccountsRequestBodyFromJSON, TurnkeyCreateWalletAccountsRequestBodyFromJSONTyped, TurnkeyCreateWalletAccountsRequestBodyToJSON } from './models/TurnkeyCreateWalletAccountsRequestBody.js';
|
|
@@ -726,6 +728,7 @@ export { UnprocessableEntityFromJSON, UnprocessableEntityFromJSONTyped, Unproces
|
|
|
726
728
|
export { UnprocessableEntityErrorCode, UnprocessableEntityErrorCodeFromJSON, UnprocessableEntityErrorCodeFromJSONTyped, UnprocessableEntityErrorCodeToJSON } from './models/UnprocessableEntityErrorCode.js';
|
|
727
729
|
export { UnprocessableEntityErrorPayloadFromJSON, UnprocessableEntityErrorPayloadFromJSONTyped, UnprocessableEntityErrorPayloadToJSON } from './models/UnprocessableEntityErrorPayload.js';
|
|
728
730
|
export { UpdateAuthorizedClientRequestFromJSON, UpdateAuthorizedClientRequestFromJSONTyped, UpdateAuthorizedClientRequestToJSON } from './models/UpdateAuthorizedClientRequest.js';
|
|
731
|
+
export { UpdateBusinessAccountMemberRoleSdkRequestFromJSON, UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped, UpdateBusinessAccountMemberRoleSdkRequestRoleEnum, UpdateBusinessAccountMemberRoleSdkRequestToJSON } from './models/UpdateBusinessAccountMemberRoleSdkRequest.js';
|
|
729
732
|
export { UpdateProjectRequestFromJSON, UpdateProjectRequestFromJSONTyped, UpdateProjectRequestToJSON } from './models/UpdateProjectRequest.js';
|
|
730
733
|
export { UpdateProjectResponseFromJSON, UpdateProjectResponseFromJSONTyped, UpdateProjectResponseToJSON } from './models/UpdateProjectResponse.js';
|
|
731
734
|
export { UpdateRecoveryEmailRequestFromJSON, UpdateRecoveryEmailRequestFromJSONTyped, UpdateRecoveryEmailRequestToJSON } from './models/UpdateRecoveryEmailRequest.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var BusinessAccountMember = require('./BusinessAccountMember.cjs');
|
|
6
6
|
|
|
7
7
|
/* tslint:disable */
|
|
8
8
|
function InlineResponse2008FromJSON(json) {
|
|
@@ -13,7 +13,7 @@ function InlineResponse2008FromJSONTyped(json, ignoreDiscriminator) {
|
|
|
13
13
|
return json;
|
|
14
14
|
}
|
|
15
15
|
return {
|
|
16
|
-
'
|
|
16
|
+
'member': BusinessAccountMember.BusinessAccountMemberFromJSON(json['member']),
|
|
17
17
|
};
|
|
18
18
|
}
|
|
19
19
|
function InlineResponse2008ToJSON(value) {
|
|
@@ -24,7 +24,7 @@ function InlineResponse2008ToJSON(value) {
|
|
|
24
24
|
return null;
|
|
25
25
|
}
|
|
26
26
|
return {
|
|
27
|
-
'
|
|
27
|
+
'member': BusinessAccountMember.BusinessAccountMemberToJSON(value.member),
|
|
28
28
|
};
|
|
29
29
|
}
|
|
30
30
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { BusinessAccountMember } from './BusinessAccountMember';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -18,10 +18,10 @@ import { BusinessAccountSigner } from './BusinessAccountSigner';
|
|
|
18
18
|
export interface InlineResponse2008 {
|
|
19
19
|
/**
|
|
20
20
|
*
|
|
21
|
-
* @type {
|
|
21
|
+
* @type {BusinessAccountMember}
|
|
22
22
|
* @memberof InlineResponse2008
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
member: BusinessAccountMember;
|
|
25
25
|
}
|
|
26
26
|
export declare function InlineResponse2008FromJSON(json: any): InlineResponse2008;
|
|
27
27
|
export declare function InlineResponse2008FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2008;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BusinessAccountMemberFromJSON, BusinessAccountMemberToJSON } from './BusinessAccountMember.js';
|
|
2
2
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
function InlineResponse2008FromJSON(json) {
|
|
@@ -9,7 +9,7 @@ function InlineResponse2008FromJSONTyped(json, ignoreDiscriminator) {
|
|
|
9
9
|
return json;
|
|
10
10
|
}
|
|
11
11
|
return {
|
|
12
|
-
'
|
|
12
|
+
'member': BusinessAccountMemberFromJSON(json['member']),
|
|
13
13
|
};
|
|
14
14
|
}
|
|
15
15
|
function InlineResponse2008ToJSON(value) {
|
|
@@ -20,7 +20,7 @@ function InlineResponse2008ToJSON(value) {
|
|
|
20
20
|
return null;
|
|
21
21
|
}
|
|
22
22
|
return {
|
|
23
|
-
'
|
|
23
|
+
'member': BusinessAccountMemberToJSON(value.member),
|
|
24
24
|
};
|
|
25
25
|
}
|
|
26
26
|
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var BusinessAccountSigner = require('./BusinessAccountSigner.cjs');
|
|
6
|
+
|
|
7
|
+
/* tslint:disable */
|
|
8
|
+
function InlineResponse2009FromJSON(json) {
|
|
9
|
+
return InlineResponse2009FromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function InlineResponse2009FromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'signer': BusinessAccountSigner.BusinessAccountSignerFromJSON(json['signer']),
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
function InlineResponse2009ToJSON(value) {
|
|
20
|
+
if (value === undefined) {
|
|
21
|
+
return undefined;
|
|
22
|
+
}
|
|
23
|
+
if (value === null) {
|
|
24
|
+
return null;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'signer': BusinessAccountSigner.BusinessAccountSignerToJSON(value.signer),
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
exports.InlineResponse2009FromJSON = InlineResponse2009FromJSON;
|
|
32
|
+
exports.InlineResponse2009FromJSONTyped = InlineResponse2009FromJSONTyped;
|
|
33
|
+
exports.InlineResponse2009ToJSON = InlineResponse2009ToJSON;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { BusinessAccountSigner } from './BusinessAccountSigner';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InlineResponse2009
|
|
17
|
+
*/
|
|
18
|
+
export interface InlineResponse2009 {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {BusinessAccountSigner}
|
|
22
|
+
* @memberof InlineResponse2009
|
|
23
|
+
*/
|
|
24
|
+
signer: BusinessAccountSigner;
|
|
25
|
+
}
|
|
26
|
+
export declare function InlineResponse2009FromJSON(json: any): InlineResponse2009;
|
|
27
|
+
export declare function InlineResponse2009FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2009;
|
|
28
|
+
export declare function InlineResponse2009ToJSON(value?: InlineResponse2009 | null): any;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { BusinessAccountSignerFromJSON, BusinessAccountSignerToJSON } from './BusinessAccountSigner.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function InlineResponse2009FromJSON(json) {
|
|
5
|
+
return InlineResponse2009FromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function InlineResponse2009FromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'signer': BusinessAccountSignerFromJSON(json['signer']),
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
function InlineResponse2009ToJSON(value) {
|
|
16
|
+
if (value === undefined) {
|
|
17
|
+
return undefined;
|
|
18
|
+
}
|
|
19
|
+
if (value === null) {
|
|
20
|
+
return null;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'signer': BusinessAccountSignerToJSON(value.signer),
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { InlineResponse2009FromJSON, InlineResponse2009FromJSONTyped, InlineResponse2009ToJSON };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
/**
|
|
8
|
+
* Dashboard API
|
|
9
|
+
* Dashboard API documentation
|
|
10
|
+
*
|
|
11
|
+
* The version of the OpenAPI document: 1.0.0
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
15
|
+
* https://openapi-generator.tech
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*/
|
|
18
|
+
function TransferBusinessAccountOwnershipSdkRequestFromJSON(json) {
|
|
19
|
+
return TransferBusinessAccountOwnershipSdkRequestFromJSONTyped(json);
|
|
20
|
+
}
|
|
21
|
+
function TransferBusinessAccountOwnershipSdkRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'newOwnerUserId': json['newOwnerUserId'],
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
function TransferBusinessAccountOwnershipSdkRequestToJSON(value) {
|
|
30
|
+
if (value === undefined) {
|
|
31
|
+
return undefined;
|
|
32
|
+
}
|
|
33
|
+
if (value === null) {
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'newOwnerUserId': value.newOwnerUserId,
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
exports.TransferBusinessAccountOwnershipSdkRequestFromJSON = TransferBusinessAccountOwnershipSdkRequestFromJSON;
|
|
42
|
+
exports.TransferBusinessAccountOwnershipSdkRequestFromJSONTyped = TransferBusinessAccountOwnershipSdkRequestFromJSONTyped;
|
|
43
|
+
exports.TransferBusinessAccountOwnershipSdkRequestToJSON = TransferBusinessAccountOwnershipSdkRequestToJSON;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* SDK transferOwnership body. Promotes newOwnerUserId (must already be a member) to owner and demotes the current owner to admin, atomically.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TransferBusinessAccountOwnershipSdkRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface TransferBusinessAccountOwnershipSdkRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TransferBusinessAccountOwnershipSdkRequest
|
|
22
|
+
*/
|
|
23
|
+
newOwnerUserId: string;
|
|
24
|
+
}
|
|
25
|
+
export declare function TransferBusinessAccountOwnershipSdkRequestFromJSON(json: any): TransferBusinessAccountOwnershipSdkRequest;
|
|
26
|
+
export declare function TransferBusinessAccountOwnershipSdkRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): TransferBusinessAccountOwnershipSdkRequest;
|
|
27
|
+
export declare function TransferBusinessAccountOwnershipSdkRequestToJSON(value?: TransferBusinessAccountOwnershipSdkRequest | null): any;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Dashboard API
|
|
5
|
+
* Dashboard API documentation
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
function TransferBusinessAccountOwnershipSdkRequestFromJSON(json) {
|
|
15
|
+
return TransferBusinessAccountOwnershipSdkRequestFromJSONTyped(json);
|
|
16
|
+
}
|
|
17
|
+
function TransferBusinessAccountOwnershipSdkRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
+
if ((json === undefined) || (json === null)) {
|
|
19
|
+
return json;
|
|
20
|
+
}
|
|
21
|
+
return {
|
|
22
|
+
'newOwnerUserId': json['newOwnerUserId'],
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
function TransferBusinessAccountOwnershipSdkRequestToJSON(value) {
|
|
26
|
+
if (value === undefined) {
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
if (value === null) {
|
|
30
|
+
return null;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'newOwnerUserId': value.newOwnerUserId,
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { TransferBusinessAccountOwnershipSdkRequestFromJSON, TransferBusinessAccountOwnershipSdkRequestFromJSONTyped, TransferBusinessAccountOwnershipSdkRequestToJSON };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
/**
|
|
8
|
+
* Dashboard API
|
|
9
|
+
* Dashboard API documentation
|
|
10
|
+
*
|
|
11
|
+
* The version of the OpenAPI document: 1.0.0
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
15
|
+
* https://openapi-generator.tech
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.UpdateBusinessAccountMemberRoleSdkRequestRoleEnum = void 0;
|
|
23
|
+
(function (UpdateBusinessAccountMemberRoleSdkRequestRoleEnum) {
|
|
24
|
+
UpdateBusinessAccountMemberRoleSdkRequestRoleEnum["Admin"] = "admin";
|
|
25
|
+
UpdateBusinessAccountMemberRoleSdkRequestRoleEnum["Viewer"] = "viewer";
|
|
26
|
+
})(exports.UpdateBusinessAccountMemberRoleSdkRequestRoleEnum || (exports.UpdateBusinessAccountMemberRoleSdkRequestRoleEnum = {}));
|
|
27
|
+
function UpdateBusinessAccountMemberRoleSdkRequestFromJSON(json) {
|
|
28
|
+
return UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped(json);
|
|
29
|
+
}
|
|
30
|
+
function UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if ((json === undefined) || (json === null)) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'role': json['role'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function UpdateBusinessAccountMemberRoleSdkRequestToJSON(value) {
|
|
39
|
+
if (value === undefined) {
|
|
40
|
+
return undefined;
|
|
41
|
+
}
|
|
42
|
+
if (value === null) {
|
|
43
|
+
return null;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'role': value.role,
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
exports.UpdateBusinessAccountMemberRoleSdkRequestFromJSON = UpdateBusinessAccountMemberRoleSdkRequestFromJSON;
|
|
51
|
+
exports.UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped = UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped;
|
|
52
|
+
exports.UpdateBusinessAccountMemberRoleSdkRequestToJSON = UpdateBusinessAccountMemberRoleSdkRequestToJSON;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* SDK updateMemberRole body. Changes a member's role between admin and viewer. Owner is never a target — ownership moves via transferOwnership.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UpdateBusinessAccountMemberRoleSdkRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateBusinessAccountMemberRoleSdkRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UpdateBusinessAccountMemberRoleSdkRequest
|
|
22
|
+
*/
|
|
23
|
+
role: UpdateBusinessAccountMemberRoleSdkRequestRoleEnum;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
* @enum {string}
|
|
28
|
+
*/
|
|
29
|
+
export declare enum UpdateBusinessAccountMemberRoleSdkRequestRoleEnum {
|
|
30
|
+
Admin = "admin",
|
|
31
|
+
Viewer = "viewer"
|
|
32
|
+
}
|
|
33
|
+
export declare function UpdateBusinessAccountMemberRoleSdkRequestFromJSON(json: any): UpdateBusinessAccountMemberRoleSdkRequest;
|
|
34
|
+
export declare function UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateBusinessAccountMemberRoleSdkRequest;
|
|
35
|
+
export declare function UpdateBusinessAccountMemberRoleSdkRequestToJSON(value?: UpdateBusinessAccountMemberRoleSdkRequest | null): any;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Dashboard API
|
|
5
|
+
* Dashboard API documentation
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* @export
|
|
16
|
+
* @enum {string}
|
|
17
|
+
*/
|
|
18
|
+
var UpdateBusinessAccountMemberRoleSdkRequestRoleEnum;
|
|
19
|
+
(function (UpdateBusinessAccountMemberRoleSdkRequestRoleEnum) {
|
|
20
|
+
UpdateBusinessAccountMemberRoleSdkRequestRoleEnum["Admin"] = "admin";
|
|
21
|
+
UpdateBusinessAccountMemberRoleSdkRequestRoleEnum["Viewer"] = "viewer";
|
|
22
|
+
})(UpdateBusinessAccountMemberRoleSdkRequestRoleEnum || (UpdateBusinessAccountMemberRoleSdkRequestRoleEnum = {}));
|
|
23
|
+
function UpdateBusinessAccountMemberRoleSdkRequestFromJSON(json) {
|
|
24
|
+
return UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped(json);
|
|
25
|
+
}
|
|
26
|
+
function UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
+
if ((json === undefined) || (json === null)) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
'role': json['role'],
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
function UpdateBusinessAccountMemberRoleSdkRequestToJSON(value) {
|
|
35
|
+
if (value === undefined) {
|
|
36
|
+
return undefined;
|
|
37
|
+
}
|
|
38
|
+
if (value === null) {
|
|
39
|
+
return null;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'role': value.role,
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export { UpdateBusinessAccountMemberRoleSdkRequestFromJSON, UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped, UpdateBusinessAccountMemberRoleSdkRequestRoleEnum, UpdateBusinessAccountMemberRoleSdkRequestToJSON };
|
package/src/models/index.d.ts
CHANGED
|
@@ -363,6 +363,7 @@ export * from './InlineResponse2005';
|
|
|
363
363
|
export * from './InlineResponse2006';
|
|
364
364
|
export * from './InlineResponse2007';
|
|
365
365
|
export * from './InlineResponse2008';
|
|
366
|
+
export * from './InlineResponse2009';
|
|
366
367
|
export * from './InlineResponse201';
|
|
367
368
|
export * from './InlineResponse400';
|
|
368
369
|
export * from './IntegrationSetting';
|
|
@@ -665,6 +666,7 @@ export * from './TokensResponse';
|
|
|
665
666
|
export * from './TooManyRequests';
|
|
666
667
|
export * from './TransactionFeeEstimateRequest';
|
|
667
668
|
export * from './TransactionFeeEstimateResponse';
|
|
669
|
+
export * from './TransferBusinessAccountOwnershipSdkRequest';
|
|
668
670
|
export * from './TransferDestination';
|
|
669
671
|
export * from './TransferDestinationResponse';
|
|
670
672
|
export * from './TurnkeyCreateWalletAccountsRequestBody';
|
|
@@ -680,6 +682,7 @@ export * from './UnprocessableEntity';
|
|
|
680
682
|
export * from './UnprocessableEntityErrorCode';
|
|
681
683
|
export * from './UnprocessableEntityErrorPayload';
|
|
682
684
|
export * from './UpdateAuthorizedClientRequest';
|
|
685
|
+
export * from './UpdateBusinessAccountMemberRoleSdkRequest';
|
|
683
686
|
export * from './UpdateProjectRequest';
|
|
684
687
|
export * from './UpdateProjectResponse';
|
|
685
688
|
export * from './UpdateRecoveryEmailRequest';
|