@dynamic-labs/sdk-api 0.0.573 → 0.0.575
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 +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/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/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/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/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/GatesApi.cjs +1 -0
- package/src/apis/GatesApi.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/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/SDKApi.cjs +69 -0
- package/src/apis/SDKApi.d.ts +26 -1
- package/src/apis/SDKApi.js +69 -0
- 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/SettingsApi.cjs +1 -0
- package/src/apis/SettingsApi.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/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/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 +24 -0
- package/src/index.js +5 -0
- package/src/models/NameServiceSdkSettings.cjs +33 -0
- package/src/models/NameServiceSdkSettings.d.ts +28 -0
- package/src/models/NameServiceSdkSettings.js +27 -0
- package/src/models/NameServiceSdkSettingsEvm.cjs +43 -0
- package/src/models/NameServiceSdkSettingsEvm.d.ts +27 -0
- package/src/models/NameServiceSdkSettingsEvm.js +37 -0
- package/src/models/ProjectSettingsSdk.cjs +3 -0
- package/src/models/ProjectSettingsSdk.d.ts +7 -0
- package/src/models/ProjectSettingsSdk.js +3 -0
- package/src/models/UnprocessableEntityErrorCode.cjs +1 -0
- package/src/models/UnprocessableEntityErrorCode.d.ts +2 -1
- package/src/models/UnprocessableEntityErrorCode.js +1 -0
- package/src/models/UserFieldsCheckEnum.cjs +41 -0
- package/src/models/UserFieldsCheckEnum.d.ts +24 -0
- package/src/models/UserFieldsCheckEnum.js +35 -0
- package/src/models/UserFieldsCheckParams.cjs +35 -0
- package/src/models/UserFieldsCheckParams.d.ts +34 -0
- package/src/models/UserFieldsCheckParams.js +29 -0
- package/src/models/UserFieldsCheckResponse.cjs +47 -0
- package/src/models/UserFieldsCheckResponse.d.ts +39 -0
- package/src/models/UserFieldsCheckResponse.js +41 -0
- package/src/models/index.d.ts +5 -0
|
@@ -0,0 +1,34 @@
|
|
|
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 { UserFieldsCheckEnum } from './UserFieldsCheckEnum';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UserFieldsCheckParams
|
|
17
|
+
*/
|
|
18
|
+
export interface UserFieldsCheckParams {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {UserFieldsCheckEnum}
|
|
22
|
+
* @memberof UserFieldsCheckParams
|
|
23
|
+
*/
|
|
24
|
+
field: UserFieldsCheckEnum;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof UserFieldsCheckParams
|
|
29
|
+
*/
|
|
30
|
+
value: string;
|
|
31
|
+
}
|
|
32
|
+
export declare function UserFieldsCheckParamsFromJSON(json: any): UserFieldsCheckParams;
|
|
33
|
+
export declare function UserFieldsCheckParamsFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserFieldsCheckParams;
|
|
34
|
+
export declare function UserFieldsCheckParamsToJSON(value?: UserFieldsCheckParams | null): any;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { UserFieldsCheckEnumFromJSON, UserFieldsCheckEnumToJSON } from './UserFieldsCheckEnum.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function UserFieldsCheckParamsFromJSON(json) {
|
|
5
|
+
return UserFieldsCheckParamsFromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function UserFieldsCheckParamsFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'field': UserFieldsCheckEnumFromJSON(json['field']),
|
|
13
|
+
'value': json['value'],
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
function UserFieldsCheckParamsToJSON(value) {
|
|
17
|
+
if (value === undefined) {
|
|
18
|
+
return undefined;
|
|
19
|
+
}
|
|
20
|
+
if (value === null) {
|
|
21
|
+
return null;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'field': UserFieldsCheckEnumToJSON(value.field),
|
|
25
|
+
'value': value.value,
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { UserFieldsCheckParamsFromJSON, UserFieldsCheckParamsFromJSONTyped, UserFieldsCheckParamsToJSON };
|
|
@@ -0,0 +1,47 @@
|
|
|
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 UserFieldsCheckResponseFromJSON(json) {
|
|
19
|
+
return UserFieldsCheckResponseFromJSONTyped(json);
|
|
20
|
+
}
|
|
21
|
+
function UserFieldsCheckResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'field': json['field'],
|
|
27
|
+
'value': json['value'],
|
|
28
|
+
'available': json['available'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
function UserFieldsCheckResponseToJSON(value) {
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'field': value.field,
|
|
40
|
+
'value': value.value,
|
|
41
|
+
'available': value.available,
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
exports.UserFieldsCheckResponseFromJSON = UserFieldsCheckResponseFromJSON;
|
|
46
|
+
exports.UserFieldsCheckResponseFromJSONTyped = UserFieldsCheckResponseFromJSONTyped;
|
|
47
|
+
exports.UserFieldsCheckResponseToJSON = UserFieldsCheckResponseToJSON;
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UserFieldsCheckResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface UserFieldsCheckResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserFieldsCheckResponse
|
|
22
|
+
*/
|
|
23
|
+
field: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UserFieldsCheckResponse
|
|
28
|
+
*/
|
|
29
|
+
value: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof UserFieldsCheckResponse
|
|
34
|
+
*/
|
|
35
|
+
available: boolean;
|
|
36
|
+
}
|
|
37
|
+
export declare function UserFieldsCheckResponseFromJSON(json: any): UserFieldsCheckResponse;
|
|
38
|
+
export declare function UserFieldsCheckResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserFieldsCheckResponse;
|
|
39
|
+
export declare function UserFieldsCheckResponseToJSON(value?: UserFieldsCheckResponse | null): any;
|
|
@@ -0,0 +1,41 @@
|
|
|
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 UserFieldsCheckResponseFromJSON(json) {
|
|
15
|
+
return UserFieldsCheckResponseFromJSONTyped(json);
|
|
16
|
+
}
|
|
17
|
+
function UserFieldsCheckResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
+
if ((json === undefined) || (json === null)) {
|
|
19
|
+
return json;
|
|
20
|
+
}
|
|
21
|
+
return {
|
|
22
|
+
'field': json['field'],
|
|
23
|
+
'value': json['value'],
|
|
24
|
+
'available': json['available'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
function UserFieldsCheckResponseToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'field': value.field,
|
|
36
|
+
'value': value.value,
|
|
37
|
+
'available': value.available,
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export { UserFieldsCheckResponseFromJSON, UserFieldsCheckResponseFromJSONTyped, UserFieldsCheckResponseToJSON };
|
package/src/models/index.d.ts
CHANGED
|
@@ -185,6 +185,8 @@ export * from './NameService';
|
|
|
185
185
|
export * from './NameServiceCreateRequest';
|
|
186
186
|
export * from './NameServiceData';
|
|
187
187
|
export * from './NameServiceResponse';
|
|
188
|
+
export * from './NameServiceSdkSettings';
|
|
189
|
+
export * from './NameServiceSdkSettingsEvm';
|
|
188
190
|
export * from './NameServiceSigningMessage';
|
|
189
191
|
export * from './NameServiceSigningMessageRequest';
|
|
190
192
|
export * from './NativeCurrency';
|
|
@@ -336,6 +338,9 @@ export * from './UpdateUserPasskeyRequest';
|
|
|
336
338
|
export * from './User';
|
|
337
339
|
export * from './UserAllOf';
|
|
338
340
|
export * from './UserFields';
|
|
341
|
+
export * from './UserFieldsCheckEnum';
|
|
342
|
+
export * from './UserFieldsCheckParams';
|
|
343
|
+
export * from './UserFieldsCheckResponse';
|
|
339
344
|
export * from './UserFilterableFieldsEnum';
|
|
340
345
|
export * from './UserIdentifierTypeEnum';
|
|
341
346
|
export * from './UserOauthAccessTokenResponse';
|