@dynamic-labs/sdk-api 0.0.338 → 0.0.340
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/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/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/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 +1 -0
- package/src/apis/SDKApi.js +1 -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/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 +8 -0
- package/src/index.js +1 -0
- package/src/models/SdkViewSection.cjs +3 -0
- package/src/models/SdkViewSection.d.ts +7 -0
- package/src/models/SdkViewSection.js +3 -0
- package/src/models/SdkViewSectionAlignment.cjs +41 -0
- package/src/models/SdkViewSectionAlignment.d.ts +24 -0
- package/src/models/SdkViewSectionAlignment.js +35 -0
- package/src/models/SdkViewSectionType.cjs +1 -0
- package/src/models/SdkViewSectionType.d.ts +1 -0
- package/src/models/SdkViewSectionType.js +1 -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/index.d.ts +1 -0
package/package.json
CHANGED
|
@@ -23,6 +23,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
23
23
|
require('../models/EnvironmentEnum.cjs');
|
|
24
24
|
require('../models/SignInProviderEnum.cjs');
|
|
25
25
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
26
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
26
27
|
require('../models/SdkViewSectionType.cjs');
|
|
27
28
|
require('../models/SdkViewType.cjs');
|
|
28
29
|
require('../models/UserFilterableFieldsEnum.cjs');
|
|
@@ -19,6 +19,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
19
19
|
import '../models/EnvironmentEnum.js';
|
|
20
20
|
import '../models/SignInProviderEnum.js';
|
|
21
21
|
import '../models/SocialSignInProviderEnum.js';
|
|
22
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
22
23
|
import '../models/SdkViewSectionType.js';
|
|
23
24
|
import '../models/SdkViewType.js';
|
|
24
25
|
import '../models/UserFilterableFieldsEnum.js';
|
|
@@ -21,6 +21,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
21
21
|
require('../models/EnvironmentEnum.cjs');
|
|
22
22
|
require('../models/SignInProviderEnum.cjs');
|
|
23
23
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
24
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
24
25
|
require('../models/SdkViewSectionType.cjs');
|
|
25
26
|
require('../models/SdkViewType.cjs');
|
|
26
27
|
require('../models/UserFilterableFieldsEnum.cjs');
|
package/src/apis/AnalyticsApi.js
CHANGED
|
@@ -17,6 +17,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
17
17
|
import '../models/EnvironmentEnum.js';
|
|
18
18
|
import '../models/SignInProviderEnum.js';
|
|
19
19
|
import '../models/SocialSignInProviderEnum.js';
|
|
20
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
20
21
|
import '../models/SdkViewSectionType.js';
|
|
21
22
|
import '../models/SdkViewType.js';
|
|
22
23
|
import '../models/UserFilterableFieldsEnum.js';
|
|
@@ -21,6 +21,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
21
21
|
require('../models/EnvironmentEnum.cjs');
|
|
22
22
|
require('../models/SignInProviderEnum.cjs');
|
|
23
23
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
24
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
24
25
|
require('../models/SdkViewSectionType.cjs');
|
|
25
26
|
require('../models/SdkViewType.cjs');
|
|
26
27
|
require('../models/UserFilterableFieldsEnum.cjs');
|
|
@@ -17,6 +17,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
17
17
|
import '../models/EnvironmentEnum.js';
|
|
18
18
|
import '../models/SignInProviderEnum.js';
|
|
19
19
|
import '../models/SocialSignInProviderEnum.js';
|
|
20
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
20
21
|
import '../models/SdkViewSectionType.js';
|
|
21
22
|
import '../models/SdkViewType.js';
|
|
22
23
|
import '../models/UserFilterableFieldsEnum.js';
|
package/src/apis/ChainsApi.cjs
CHANGED
|
@@ -21,6 +21,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
21
21
|
require('../models/EnvironmentEnum.cjs');
|
|
22
22
|
require('../models/SignInProviderEnum.cjs');
|
|
23
23
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
24
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
24
25
|
require('../models/SdkViewSectionType.cjs');
|
|
25
26
|
require('../models/SdkViewType.cjs');
|
|
26
27
|
require('../models/UserFilterableFieldsEnum.cjs');
|
package/src/apis/ChainsApi.js
CHANGED
|
@@ -17,6 +17,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
17
17
|
import '../models/EnvironmentEnum.js';
|
|
18
18
|
import '../models/SignInProviderEnum.js';
|
|
19
19
|
import '../models/SocialSignInProviderEnum.js';
|
|
20
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
20
21
|
import '../models/SdkViewSectionType.js';
|
|
21
22
|
import '../models/SdkViewType.js';
|
|
22
23
|
import '../models/UserFilterableFieldsEnum.js';
|
|
@@ -35,6 +35,7 @@ require('../models/WhenToImplementEnum.cjs');
|
|
|
35
35
|
var ProjectSettings = require('../models/ProjectSettings.cjs');
|
|
36
36
|
require('../models/SignInProviderEnum.cjs');
|
|
37
37
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
38
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
38
39
|
require('../models/SdkViewSectionType.cjs');
|
|
39
40
|
require('../models/SdkViewType.cjs');
|
|
40
41
|
require('../models/PublishEventsEvents.cjs');
|
|
@@ -31,6 +31,7 @@ import '../models/WhenToImplementEnum.js';
|
|
|
31
31
|
import { ProjectSettingsToJSON, ProjectSettingsFromJSON } from '../models/ProjectSettings.js';
|
|
32
32
|
import '../models/SignInProviderEnum.js';
|
|
33
33
|
import '../models/SocialSignInProviderEnum.js';
|
|
34
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
34
35
|
import '../models/SdkViewSectionType.js';
|
|
35
36
|
import '../models/SdkViewType.js';
|
|
36
37
|
import '../models/PublishEventsEvents.js';
|
package/src/apis/EventsApi.cjs
CHANGED
|
@@ -20,6 +20,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
20
20
|
require('../models/EnvironmentEnum.cjs');
|
|
21
21
|
require('../models/SignInProviderEnum.cjs');
|
|
22
22
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
23
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
23
24
|
require('../models/SdkViewSectionType.cjs');
|
|
24
25
|
require('../models/SdkViewType.cjs');
|
|
25
26
|
var Event = require('../models/Event.cjs');
|
package/src/apis/EventsApi.js
CHANGED
|
@@ -16,6 +16,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
16
16
|
import '../models/EnvironmentEnum.js';
|
|
17
17
|
import '../models/SignInProviderEnum.js';
|
|
18
18
|
import '../models/SocialSignInProviderEnum.js';
|
|
19
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
19
20
|
import '../models/SdkViewSectionType.js';
|
|
20
21
|
import '../models/SdkViewType.js';
|
|
21
22
|
import { EventFromJSON } from '../models/Event.js';
|
package/src/apis/ExportsApi.cjs
CHANGED
|
@@ -20,6 +20,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
20
20
|
require('../models/EnvironmentEnum.cjs');
|
|
21
21
|
require('../models/SignInProviderEnum.cjs');
|
|
22
22
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
23
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
23
24
|
require('../models/SdkViewSectionType.cjs');
|
|
24
25
|
require('../models/SdkViewType.cjs');
|
|
25
26
|
var Export = require('../models/Export.cjs');
|
package/src/apis/ExportsApi.js
CHANGED
|
@@ -16,6 +16,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
16
16
|
import '../models/EnvironmentEnum.js';
|
|
17
17
|
import '../models/SignInProviderEnum.js';
|
|
18
18
|
import '../models/SocialSignInProviderEnum.js';
|
|
19
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
19
20
|
import '../models/SdkViewSectionType.js';
|
|
20
21
|
import '../models/SdkViewType.js';
|
|
21
22
|
import { ExportFromJSON } from '../models/Export.js';
|
package/src/apis/GatesApi.cjs
CHANGED
|
@@ -20,6 +20,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
20
20
|
require('../models/EnvironmentEnum.cjs');
|
|
21
21
|
require('../models/SignInProviderEnum.cjs');
|
|
22
22
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
23
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
23
24
|
require('../models/SdkViewSectionType.cjs');
|
|
24
25
|
require('../models/SdkViewType.cjs');
|
|
25
26
|
require('../models/UserFilterableFieldsEnum.cjs');
|
package/src/apis/GatesApi.js
CHANGED
|
@@ -16,6 +16,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
16
16
|
import '../models/EnvironmentEnum.js';
|
|
17
17
|
import '../models/SignInProviderEnum.js';
|
|
18
18
|
import '../models/SocialSignInProviderEnum.js';
|
|
19
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
19
20
|
import '../models/SdkViewSectionType.js';
|
|
20
21
|
import '../models/SdkViewType.js';
|
|
21
22
|
import '../models/UserFilterableFieldsEnum.js';
|
package/src/apis/InvitesApi.cjs
CHANGED
|
@@ -20,6 +20,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
20
20
|
require('../models/EnvironmentEnum.cjs');
|
|
21
21
|
require('../models/SignInProviderEnum.cjs');
|
|
22
22
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
23
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
23
24
|
require('../models/SdkViewSectionType.cjs');
|
|
24
25
|
require('../models/SdkViewType.cjs');
|
|
25
26
|
require('../models/UserFilterableFieldsEnum.cjs');
|
package/src/apis/InvitesApi.js
CHANGED
|
@@ -16,6 +16,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
16
16
|
import '../models/EnvironmentEnum.js';
|
|
17
17
|
import '../models/SignInProviderEnum.js';
|
|
18
18
|
import '../models/SocialSignInProviderEnum.js';
|
|
19
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
19
20
|
import '../models/SdkViewSectionType.js';
|
|
20
21
|
import '../models/SdkViewType.js';
|
|
21
22
|
import '../models/UserFilterableFieldsEnum.js';
|
package/src/apis/MembersApi.cjs
CHANGED
|
@@ -20,6 +20,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
20
20
|
require('../models/EnvironmentEnum.cjs');
|
|
21
21
|
require('../models/SignInProviderEnum.cjs');
|
|
22
22
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
23
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
23
24
|
require('../models/SdkViewSectionType.cjs');
|
|
24
25
|
require('../models/SdkViewType.cjs');
|
|
25
26
|
require('../models/UserFilterableFieldsEnum.cjs');
|
package/src/apis/MembersApi.js
CHANGED
|
@@ -16,6 +16,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
16
16
|
import '../models/EnvironmentEnum.js';
|
|
17
17
|
import '../models/SignInProviderEnum.js';
|
|
18
18
|
import '../models/SocialSignInProviderEnum.js';
|
|
19
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
19
20
|
import '../models/SdkViewSectionType.js';
|
|
20
21
|
import '../models/SdkViewType.js';
|
|
21
22
|
import '../models/UserFilterableFieldsEnum.js';
|
|
@@ -21,6 +21,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
21
21
|
require('../models/EnvironmentEnum.cjs');
|
|
22
22
|
require('../models/SignInProviderEnum.cjs');
|
|
23
23
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
24
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
24
25
|
require('../models/SdkViewSectionType.cjs');
|
|
25
26
|
require('../models/SdkViewType.cjs');
|
|
26
27
|
require('../models/UserFilterableFieldsEnum.cjs');
|
|
@@ -17,6 +17,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
17
17
|
import '../models/EnvironmentEnum.js';
|
|
18
18
|
import '../models/SignInProviderEnum.js';
|
|
19
19
|
import '../models/SocialSignInProviderEnum.js';
|
|
20
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
20
21
|
import '../models/SdkViewSectionType.js';
|
|
21
22
|
import '../models/SdkViewType.js';
|
|
22
23
|
import '../models/UserFilterableFieldsEnum.js';
|
package/src/apis/OriginsApi.cjs
CHANGED
|
@@ -20,6 +20,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
20
20
|
require('../models/EnvironmentEnum.cjs');
|
|
21
21
|
require('../models/SignInProviderEnum.cjs');
|
|
22
22
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
23
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
23
24
|
require('../models/SdkViewSectionType.cjs');
|
|
24
25
|
require('../models/SdkViewType.cjs');
|
|
25
26
|
require('../models/UserFilterableFieldsEnum.cjs');
|
package/src/apis/OriginsApi.js
CHANGED
|
@@ -16,6 +16,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
16
16
|
import '../models/EnvironmentEnum.js';
|
|
17
17
|
import '../models/SignInProviderEnum.js';
|
|
18
18
|
import '../models/SocialSignInProviderEnum.js';
|
|
19
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
19
20
|
import '../models/SdkViewSectionType.js';
|
|
20
21
|
import '../models/SdkViewType.js';
|
|
21
22
|
import '../models/UserFilterableFieldsEnum.js';
|
package/src/apis/ProjectsApi.cjs
CHANGED
|
@@ -21,6 +21,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
21
21
|
require('../models/EnvironmentEnum.cjs');
|
|
22
22
|
require('../models/SignInProviderEnum.cjs');
|
|
23
23
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
24
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
24
25
|
require('../models/SdkViewSectionType.cjs');
|
|
25
26
|
require('../models/SdkViewType.cjs');
|
|
26
27
|
require('../models/UserFilterableFieldsEnum.cjs');
|
package/src/apis/ProjectsApi.js
CHANGED
|
@@ -17,6 +17,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
17
17
|
import '../models/EnvironmentEnum.js';
|
|
18
18
|
import '../models/SignInProviderEnum.js';
|
|
19
19
|
import '../models/SocialSignInProviderEnum.js';
|
|
20
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
20
21
|
import '../models/SdkViewSectionType.js';
|
|
21
22
|
import '../models/SdkViewType.js';
|
|
22
23
|
import '../models/UserFilterableFieldsEnum.js';
|
package/src/apis/SDKApi.cjs
CHANGED
|
@@ -54,6 +54,7 @@ require('../models/WhenToImplementEnum.cjs');
|
|
|
54
54
|
var PrefetchRequest = require('../models/PrefetchRequest.cjs');
|
|
55
55
|
require('../models/SignInProviderEnum.cjs');
|
|
56
56
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
57
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
57
58
|
require('../models/SdkViewSectionType.cjs');
|
|
58
59
|
require('../models/SdkViewType.cjs');
|
|
59
60
|
var PublishEvents = require('../models/PublishEvents.cjs');
|
package/src/apis/SDKApi.js
CHANGED
|
@@ -50,6 +50,7 @@ import '../models/WhenToImplementEnum.js';
|
|
|
50
50
|
import { PrefetchRequestToJSON } from '../models/PrefetchRequest.js';
|
|
51
51
|
import '../models/SignInProviderEnum.js';
|
|
52
52
|
import '../models/SocialSignInProviderEnum.js';
|
|
53
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
53
54
|
import '../models/SdkViewSectionType.js';
|
|
54
55
|
import '../models/SdkViewType.js';
|
|
55
56
|
import { PublishEventsToJSON } from '../models/PublishEvents.js';
|
package/src/apis/SDKViewsApi.cjs
CHANGED
|
@@ -33,6 +33,7 @@ require('../models/OauthResultStatus.cjs');
|
|
|
33
33
|
require('../models/WhenToImplementEnum.cjs');
|
|
34
34
|
require('../models/PublishEventsEvents.cjs');
|
|
35
35
|
require('../models/RoleEnum.cjs');
|
|
36
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
36
37
|
require('../models/SdkViewSectionType.cjs');
|
|
37
38
|
require('../models/SdkViewType.cjs');
|
|
38
39
|
var SdkViewUpdateRequest = require('../models/SdkViewUpdateRequest.cjs');
|
package/src/apis/SDKViewsApi.js
CHANGED
|
@@ -29,6 +29,7 @@ import '../models/OauthResultStatus.js';
|
|
|
29
29
|
import '../models/WhenToImplementEnum.js';
|
|
30
30
|
import '../models/PublishEventsEvents.js';
|
|
31
31
|
import '../models/RoleEnum.js';
|
|
32
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
32
33
|
import '../models/SdkViewSectionType.js';
|
|
33
34
|
import '../models/SdkViewType.js';
|
|
34
35
|
import { SdkViewUpdateRequestToJSON } from '../models/SdkViewUpdateRequest.js';
|
package/src/apis/SessionsApi.cjs
CHANGED
|
@@ -20,6 +20,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
20
20
|
require('../models/EnvironmentEnum.cjs');
|
|
21
21
|
require('../models/SignInProviderEnum.cjs');
|
|
22
22
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
23
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
23
24
|
require('../models/SdkViewSectionType.cjs');
|
|
24
25
|
require('../models/SdkViewType.cjs');
|
|
25
26
|
require('../models/UserFilterableFieldsEnum.cjs');
|
package/src/apis/SessionsApi.js
CHANGED
|
@@ -16,6 +16,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
16
16
|
import '../models/EnvironmentEnum.js';
|
|
17
17
|
import '../models/SignInProviderEnum.js';
|
|
18
18
|
import '../models/SocialSignInProviderEnum.js';
|
|
19
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
19
20
|
import '../models/SdkViewSectionType.js';
|
|
20
21
|
import '../models/SdkViewType.js';
|
|
21
22
|
import '../models/UserFilterableFieldsEnum.js';
|
package/src/apis/SettingsApi.cjs
CHANGED
|
@@ -20,6 +20,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
20
20
|
require('../models/EnvironmentEnum.cjs');
|
|
21
21
|
require('../models/SignInProviderEnum.cjs');
|
|
22
22
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
23
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
23
24
|
require('../models/SdkViewSectionType.cjs');
|
|
24
25
|
require('../models/SdkViewType.cjs');
|
|
25
26
|
var Provider = require('../models/Provider.cjs');
|
package/src/apis/SettingsApi.js
CHANGED
|
@@ -16,6 +16,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
16
16
|
import '../models/EnvironmentEnum.js';
|
|
17
17
|
import '../models/SignInProviderEnum.js';
|
|
18
18
|
import '../models/SocialSignInProviderEnum.js';
|
|
19
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
19
20
|
import '../models/SdkViewSectionType.js';
|
|
20
21
|
import '../models/SdkViewType.js';
|
|
21
22
|
import { ProviderFromJSON } from '../models/Provider.js';
|
package/src/apis/TokensApi.cjs
CHANGED
|
@@ -21,6 +21,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
21
21
|
require('../models/EnvironmentEnum.cjs');
|
|
22
22
|
require('../models/SignInProviderEnum.cjs');
|
|
23
23
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
24
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
24
25
|
require('../models/SdkViewSectionType.cjs');
|
|
25
26
|
require('../models/SdkViewType.cjs');
|
|
26
27
|
require('../models/UserFilterableFieldsEnum.cjs');
|
package/src/apis/TokensApi.js
CHANGED
|
@@ -17,6 +17,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
17
17
|
import '../models/EnvironmentEnum.js';
|
|
18
18
|
import '../models/SignInProviderEnum.js';
|
|
19
19
|
import '../models/SocialSignInProviderEnum.js';
|
|
20
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
20
21
|
import '../models/SdkViewSectionType.js';
|
|
21
22
|
import '../models/SdkViewType.js';
|
|
22
23
|
import '../models/UserFilterableFieldsEnum.js';
|
package/src/apis/UsersApi.cjs
CHANGED
|
@@ -20,6 +20,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
20
20
|
require('../models/EnvironmentEnum.cjs');
|
|
21
21
|
require('../models/SignInProviderEnum.cjs');
|
|
22
22
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
23
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
23
24
|
require('../models/SdkViewSectionType.cjs');
|
|
24
25
|
require('../models/SdkViewType.cjs');
|
|
25
26
|
require('../models/UserFilterableFieldsEnum.cjs');
|
package/src/apis/UsersApi.js
CHANGED
|
@@ -16,6 +16,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
16
16
|
import '../models/EnvironmentEnum.js';
|
|
17
17
|
import '../models/SignInProviderEnum.js';
|
|
18
18
|
import '../models/SocialSignInProviderEnum.js';
|
|
19
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
19
20
|
import '../models/SdkViewSectionType.js';
|
|
20
21
|
import '../models/SdkViewType.js';
|
|
21
22
|
import '../models/UserFilterableFieldsEnum.js';
|
package/src/apis/VisitsApi.cjs
CHANGED
|
@@ -20,6 +20,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
20
20
|
require('../models/EnvironmentEnum.cjs');
|
|
21
21
|
require('../models/SignInProviderEnum.cjs');
|
|
22
22
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
23
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
23
24
|
require('../models/SdkViewSectionType.cjs');
|
|
24
25
|
require('../models/SdkViewType.cjs');
|
|
25
26
|
require('../models/UserFilterableFieldsEnum.cjs');
|
package/src/apis/VisitsApi.js
CHANGED
|
@@ -16,6 +16,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
16
16
|
import '../models/EnvironmentEnum.js';
|
|
17
17
|
import '../models/SignInProviderEnum.js';
|
|
18
18
|
import '../models/SocialSignInProviderEnum.js';
|
|
19
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
19
20
|
import '../models/SdkViewSectionType.js';
|
|
20
21
|
import '../models/SdkViewType.js';
|
|
21
22
|
import '../models/UserFilterableFieldsEnum.js';
|
package/src/apis/WalletsApi.cjs
CHANGED
|
@@ -21,6 +21,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
21
21
|
require('../models/EnvironmentEnum.cjs');
|
|
22
22
|
require('../models/SignInProviderEnum.cjs');
|
|
23
23
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
24
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
24
25
|
require('../models/SdkViewSectionType.cjs');
|
|
25
26
|
require('../models/SdkViewType.cjs');
|
|
26
27
|
require('../models/UserFilterableFieldsEnum.cjs');
|
package/src/apis/WalletsApi.js
CHANGED
|
@@ -17,6 +17,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
17
17
|
import '../models/EnvironmentEnum.js';
|
|
18
18
|
import '../models/SignInProviderEnum.js';
|
|
19
19
|
import '../models/SocialSignInProviderEnum.js';
|
|
20
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
20
21
|
import '../models/SdkViewSectionType.js';
|
|
21
22
|
import '../models/SdkViewType.js';
|
|
22
23
|
import '../models/UserFilterableFieldsEnum.js';
|
package/src/apis/WebhooksApi.cjs
CHANGED
|
@@ -20,6 +20,7 @@ require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
|
20
20
|
require('../models/EnvironmentEnum.cjs');
|
|
21
21
|
require('../models/SignInProviderEnum.cjs');
|
|
22
22
|
require('../models/SocialSignInProviderEnum.cjs');
|
|
23
|
+
require('../models/SdkViewSectionAlignment.cjs');
|
|
23
24
|
require('../models/SdkViewSectionType.cjs');
|
|
24
25
|
require('../models/SdkViewType.cjs');
|
|
25
26
|
require('../models/UserFilterableFieldsEnum.cjs');
|
package/src/apis/WebhooksApi.js
CHANGED
|
@@ -16,6 +16,7 @@ import '../models/EmbeddedWalletSecurityMethod.js';
|
|
|
16
16
|
import '../models/EnvironmentEnum.js';
|
|
17
17
|
import '../models/SignInProviderEnum.js';
|
|
18
18
|
import '../models/SocialSignInProviderEnum.js';
|
|
19
|
+
import '../models/SdkViewSectionAlignment.js';
|
|
19
20
|
import '../models/SdkViewSectionType.js';
|
|
20
21
|
import '../models/SdkViewType.js';
|
|
21
22
|
import '../models/UserFilterableFieldsEnum.js';
|
package/src/index.cjs
CHANGED
|
@@ -184,6 +184,7 @@ var SdkSettingsRequest = require('./models/SdkSettingsRequest.cjs');
|
|
|
184
184
|
var SdkUser = require('./models/SdkUser.cjs');
|
|
185
185
|
var SdkView = require('./models/SdkView.cjs');
|
|
186
186
|
var SdkViewSection = require('./models/SdkViewSection.cjs');
|
|
187
|
+
var SdkViewSectionAlignment = require('./models/SdkViewSectionAlignment.cjs');
|
|
187
188
|
var SdkViewSectionType = require('./models/SdkViewSectionType.cjs');
|
|
188
189
|
var SdkViewType = require('./models/SdkViewType.cjs');
|
|
189
190
|
var SdkViewUpdateRequest = require('./models/SdkViewUpdateRequest.cjs');
|
|
@@ -840,6 +841,13 @@ exports.SdkViewToJSON = SdkView.SdkViewToJSON;
|
|
|
840
841
|
exports.SdkViewSectionFromJSON = SdkViewSection.SdkViewSectionFromJSON;
|
|
841
842
|
exports.SdkViewSectionFromJSONTyped = SdkViewSection.SdkViewSectionFromJSONTyped;
|
|
842
843
|
exports.SdkViewSectionToJSON = SdkViewSection.SdkViewSectionToJSON;
|
|
844
|
+
Object.defineProperty(exports, 'SdkViewSectionAlignment', {
|
|
845
|
+
enumerable: true,
|
|
846
|
+
get: function () { return SdkViewSectionAlignment.SdkViewSectionAlignment; }
|
|
847
|
+
});
|
|
848
|
+
exports.SdkViewSectionAlignmentFromJSON = SdkViewSectionAlignment.SdkViewSectionAlignmentFromJSON;
|
|
849
|
+
exports.SdkViewSectionAlignmentFromJSONTyped = SdkViewSectionAlignment.SdkViewSectionAlignmentFromJSONTyped;
|
|
850
|
+
exports.SdkViewSectionAlignmentToJSON = SdkViewSectionAlignment.SdkViewSectionAlignmentToJSON;
|
|
843
851
|
Object.defineProperty(exports, 'SdkViewSectionType', {
|
|
844
852
|
enumerable: true,
|
|
845
853
|
get: function () { return SdkViewSectionType.SdkViewSectionType; }
|
package/src/index.js
CHANGED
|
@@ -180,6 +180,7 @@ export { SdkSettingsRequestFromJSON, SdkSettingsRequestFromJSONTyped, SdkSetting
|
|
|
180
180
|
export { SdkUserFromJSON, SdkUserFromJSONTyped, SdkUserToJSON } from './models/SdkUser.js';
|
|
181
181
|
export { SdkViewFromJSON, SdkViewFromJSONTyped, SdkViewToJSON } from './models/SdkView.js';
|
|
182
182
|
export { SdkViewSectionFromJSON, SdkViewSectionFromJSONTyped, SdkViewSectionToJSON } from './models/SdkViewSection.js';
|
|
183
|
+
export { SdkViewSectionAlignment, SdkViewSectionAlignmentFromJSON, SdkViewSectionAlignmentFromJSONTyped, SdkViewSectionAlignmentToJSON } from './models/SdkViewSectionAlignment.js';
|
|
183
184
|
export { SdkViewSectionType, SdkViewSectionTypeFromJSON, SdkViewSectionTypeFromJSONTyped, SdkViewSectionTypeToJSON } from './models/SdkViewSectionType.js';
|
|
184
185
|
export { SdkViewType, SdkViewTypeFromJSON, SdkViewTypeFromJSONTyped, SdkViewTypeToJSON } from './models/SdkViewType.js';
|
|
185
186
|
export { SdkViewUpdateRequestFromJSON, SdkViewUpdateRequestFromJSONTyped, SdkViewUpdateRequestToJSON } from './models/SdkViewUpdateRequest.js';
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var runtime = require('../runtime.cjs');
|
|
6
|
+
var SdkViewSectionAlignment = require('./SdkViewSectionAlignment.cjs');
|
|
6
7
|
var SdkViewSectionType = require('./SdkViewSectionType.cjs');
|
|
7
8
|
|
|
8
9
|
/* tslint:disable */
|
|
@@ -18,6 +19,7 @@ function SdkViewSectionFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
18
19
|
'label': !runtime.exists(json, 'label') ? undefined : json['label'],
|
|
19
20
|
'numOfItemsToDisplay': !runtime.exists(json, 'numOfItemsToDisplay') ? undefined : json['numOfItemsToDisplay'],
|
|
20
21
|
'defaultItem': !runtime.exists(json, 'defaultItem') ? undefined : json['defaultItem'],
|
|
22
|
+
'alignment': !runtime.exists(json, 'alignment') ? undefined : SdkViewSectionAlignment.SdkViewSectionAlignmentFromJSON(json['alignment']),
|
|
21
23
|
};
|
|
22
24
|
}
|
|
23
25
|
function SdkViewSectionToJSON(value) {
|
|
@@ -32,6 +34,7 @@ function SdkViewSectionToJSON(value) {
|
|
|
32
34
|
'label': value.label,
|
|
33
35
|
'numOfItemsToDisplay': value.numOfItemsToDisplay,
|
|
34
36
|
'defaultItem': value.defaultItem,
|
|
37
|
+
'alignment': SdkViewSectionAlignment.SdkViewSectionAlignmentToJSON(value.alignment),
|
|
35
38
|
};
|
|
36
39
|
}
|
|
37
40
|
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { SdkViewSectionAlignment } from './SdkViewSectionAlignment';
|
|
12
13
|
import { SdkViewSectionType } from './SdkViewSectionType';
|
|
13
14
|
/**
|
|
14
15
|
* A section used create the view in the sdk.
|
|
@@ -40,6 +41,12 @@ export interface SdkViewSection {
|
|
|
40
41
|
* @memberof SdkViewSection
|
|
41
42
|
*/
|
|
42
43
|
defaultItem?: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {SdkViewSectionAlignment}
|
|
47
|
+
* @memberof SdkViewSection
|
|
48
|
+
*/
|
|
49
|
+
alignment?: SdkViewSectionAlignment;
|
|
43
50
|
}
|
|
44
51
|
export declare function SdkViewSectionFromJSON(json: any): SdkViewSection;
|
|
45
52
|
export declare function SdkViewSectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): SdkViewSection;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { exists } from '../runtime.js';
|
|
2
|
+
import { SdkViewSectionAlignmentFromJSON, SdkViewSectionAlignmentToJSON } from './SdkViewSectionAlignment.js';
|
|
2
3
|
import { SdkViewSectionTypeFromJSON, SdkViewSectionTypeToJSON } from './SdkViewSectionType.js';
|
|
3
4
|
|
|
4
5
|
/* tslint:disable */
|
|
@@ -14,6 +15,7 @@ function SdkViewSectionFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
14
15
|
'label': !exists(json, 'label') ? undefined : json['label'],
|
|
15
16
|
'numOfItemsToDisplay': !exists(json, 'numOfItemsToDisplay') ? undefined : json['numOfItemsToDisplay'],
|
|
16
17
|
'defaultItem': !exists(json, 'defaultItem') ? undefined : json['defaultItem'],
|
|
18
|
+
'alignment': !exists(json, 'alignment') ? undefined : SdkViewSectionAlignmentFromJSON(json['alignment']),
|
|
17
19
|
};
|
|
18
20
|
}
|
|
19
21
|
function SdkViewSectionToJSON(value) {
|
|
@@ -28,6 +30,7 @@ function SdkViewSectionToJSON(value) {
|
|
|
28
30
|
'label': value.label,
|
|
29
31
|
'numOfItemsToDisplay': value.numOfItemsToDisplay,
|
|
30
32
|
'defaultItem': value.defaultItem,
|
|
33
|
+
'alignment': SdkViewSectionAlignmentToJSON(value.alignment),
|
|
31
34
|
};
|
|
32
35
|
}
|
|
33
36
|
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @enum {string}
|
|
22
|
+
*/
|
|
23
|
+
exports.SdkViewSectionAlignment = void 0;
|
|
24
|
+
(function (SdkViewSectionAlignment) {
|
|
25
|
+
SdkViewSectionAlignment["Center"] = "center";
|
|
26
|
+
SdkViewSectionAlignment["Left"] = "left";
|
|
27
|
+
SdkViewSectionAlignment["Right"] = "right";
|
|
28
|
+
})(exports.SdkViewSectionAlignment || (exports.SdkViewSectionAlignment = {}));
|
|
29
|
+
function SdkViewSectionAlignmentFromJSON(json) {
|
|
30
|
+
return SdkViewSectionAlignmentFromJSONTyped(json);
|
|
31
|
+
}
|
|
32
|
+
function SdkViewSectionAlignmentFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
function SdkViewSectionAlignmentToJSON(value) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
exports.SdkViewSectionAlignmentFromJSON = SdkViewSectionAlignmentFromJSON;
|
|
40
|
+
exports.SdkViewSectionAlignmentFromJSONTyped = SdkViewSectionAlignmentFromJSONTyped;
|
|
41
|
+
exports.SdkViewSectionAlignmentToJSON = SdkViewSectionAlignmentToJSON;
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum SdkViewSectionAlignment {
|
|
18
|
+
Center = "center",
|
|
19
|
+
Left = "left",
|
|
20
|
+
Right = "right"
|
|
21
|
+
}
|
|
22
|
+
export declare function SdkViewSectionAlignmentFromJSON(json: any): SdkViewSectionAlignment;
|
|
23
|
+
export declare function SdkViewSectionAlignmentFromJSONTyped(json: any, ignoreDiscriminator: boolean): SdkViewSectionAlignment;
|
|
24
|
+
export declare function SdkViewSectionAlignmentToJSON(value?: SdkViewSectionAlignment | null): any;
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
var SdkViewSectionAlignment;
|
|
20
|
+
(function (SdkViewSectionAlignment) {
|
|
21
|
+
SdkViewSectionAlignment["Center"] = "center";
|
|
22
|
+
SdkViewSectionAlignment["Left"] = "left";
|
|
23
|
+
SdkViewSectionAlignment["Right"] = "right";
|
|
24
|
+
})(SdkViewSectionAlignment || (SdkViewSectionAlignment = {}));
|
|
25
|
+
function SdkViewSectionAlignmentFromJSON(json) {
|
|
26
|
+
return SdkViewSectionAlignmentFromJSONTyped(json);
|
|
27
|
+
}
|
|
28
|
+
function SdkViewSectionAlignmentFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
function SdkViewSectionAlignmentToJSON(value) {
|
|
32
|
+
return value;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export { SdkViewSectionAlignment, SdkViewSectionAlignmentFromJSON, SdkViewSectionAlignmentFromJSONTyped, SdkViewSectionAlignmentToJSON };
|
|
@@ -25,6 +25,7 @@ exports.SdkViewSectionType = void 0;
|
|
|
25
25
|
SdkViewSectionType["Email"] = "email";
|
|
26
26
|
SdkViewSectionType["Separator"] = "separator";
|
|
27
27
|
SdkViewSectionType["Social"] = "social";
|
|
28
|
+
SdkViewSectionType["Text"] = "text";
|
|
28
29
|
SdkViewSectionType["Wallet"] = "wallet";
|
|
29
30
|
})(exports.SdkViewSectionType || (exports.SdkViewSectionType = {}));
|
|
30
31
|
function SdkViewSectionTypeFromJSON(json) {
|
|
@@ -21,6 +21,7 @@ var SdkViewSectionType;
|
|
|
21
21
|
SdkViewSectionType["Email"] = "email";
|
|
22
22
|
SdkViewSectionType["Separator"] = "separator";
|
|
23
23
|
SdkViewSectionType["Social"] = "social";
|
|
24
|
+
SdkViewSectionType["Text"] = "text";
|
|
24
25
|
SdkViewSectionType["Wallet"] = "wallet";
|
|
25
26
|
})(SdkViewSectionType || (SdkViewSectionType = {}));
|
|
26
27
|
function SdkViewSectionTypeFromJSON(json) {
|
|
@@ -70,6 +70,7 @@ exports.UnprocessableEntityErrorCode = void 0;
|
|
|
70
70
|
UnprocessableEntityErrorCode["EmailRecoveryDisabled"] = "email_recovery_disabled";
|
|
71
71
|
UnprocessableEntityErrorCode["NoCompatibleWalletServiceEnabled"] = "no_compatible_wallet_service_enabled";
|
|
72
72
|
UnprocessableEntityErrorCode["MissingAaProjectId"] = "missing_aa_project_id";
|
|
73
|
+
UnprocessableEntityErrorCode["LinkedEmbeddedWallet"] = "linked_embedded_wallet";
|
|
73
74
|
})(exports.UnprocessableEntityErrorCode || (exports.UnprocessableEntityErrorCode = {}));
|
|
74
75
|
function UnprocessableEntityErrorCodeFromJSON(json) {
|
|
75
76
|
return UnprocessableEntityErrorCodeFromJSONTyped(json);
|
|
@@ -62,7 +62,8 @@ export declare enum UnprocessableEntityErrorCode {
|
|
|
62
62
|
InvalidWalletAddress = "invalid_wallet_address",
|
|
63
63
|
EmailRecoveryDisabled = "email_recovery_disabled",
|
|
64
64
|
NoCompatibleWalletServiceEnabled = "no_compatible_wallet_service_enabled",
|
|
65
|
-
MissingAaProjectId = "missing_aa_project_id"
|
|
65
|
+
MissingAaProjectId = "missing_aa_project_id",
|
|
66
|
+
LinkedEmbeddedWallet = "linked_embedded_wallet"
|
|
66
67
|
}
|
|
67
68
|
export declare function UnprocessableEntityErrorCodeFromJSON(json: any): UnprocessableEntityErrorCode;
|
|
68
69
|
export declare function UnprocessableEntityErrorCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UnprocessableEntityErrorCode;
|
|
@@ -66,6 +66,7 @@ var UnprocessableEntityErrorCode;
|
|
|
66
66
|
UnprocessableEntityErrorCode["EmailRecoveryDisabled"] = "email_recovery_disabled";
|
|
67
67
|
UnprocessableEntityErrorCode["NoCompatibleWalletServiceEnabled"] = "no_compatible_wallet_service_enabled";
|
|
68
68
|
UnprocessableEntityErrorCode["MissingAaProjectId"] = "missing_aa_project_id";
|
|
69
|
+
UnprocessableEntityErrorCode["LinkedEmbeddedWallet"] = "linked_embedded_wallet";
|
|
69
70
|
})(UnprocessableEntityErrorCode || (UnprocessableEntityErrorCode = {}));
|
|
70
71
|
function UnprocessableEntityErrorCodeFromJSON(json) {
|
|
71
72
|
return UnprocessableEntityErrorCodeFromJSONTyped(json);
|
package/src/models/index.d.ts
CHANGED
|
@@ -157,6 +157,7 @@ export * from './SdkSettingsRequest';
|
|
|
157
157
|
export * from './SdkUser';
|
|
158
158
|
export * from './SdkView';
|
|
159
159
|
export * from './SdkViewSection';
|
|
160
|
+
export * from './SdkViewSectionAlignment';
|
|
160
161
|
export * from './SdkViewSectionType';
|
|
161
162
|
export * from './SdkViewType';
|
|
162
163
|
export * from './SdkViewUpdateRequest';
|