@dynamic-labs/sdk-api 0.0.339 → 0.0.341

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.
Files changed (72) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AllowlistsApi.cjs +1 -0
  3. package/src/apis/AllowlistsApi.js +1 -0
  4. package/src/apis/AnalyticsApi.cjs +1 -0
  5. package/src/apis/AnalyticsApi.js +1 -0
  6. package/src/apis/ChainalysisApi.cjs +1 -0
  7. package/src/apis/ChainalysisApi.js +1 -0
  8. package/src/apis/ChainsApi.cjs +1 -0
  9. package/src/apis/ChainsApi.js +1 -0
  10. package/src/apis/EnvironmentsApi.cjs +1 -0
  11. package/src/apis/EnvironmentsApi.js +1 -0
  12. package/src/apis/EventsApi.cjs +1 -0
  13. package/src/apis/EventsApi.js +1 -0
  14. package/src/apis/ExportsApi.cjs +1 -0
  15. package/src/apis/ExportsApi.js +1 -0
  16. package/src/apis/GatesApi.cjs +1 -0
  17. package/src/apis/GatesApi.js +1 -0
  18. package/src/apis/InvitesApi.cjs +1 -0
  19. package/src/apis/InvitesApi.js +1 -0
  20. package/src/apis/MembersApi.cjs +1 -0
  21. package/src/apis/MembersApi.js +1 -0
  22. package/src/apis/OrganizationsApi.cjs +1 -0
  23. package/src/apis/OrganizationsApi.js +1 -0
  24. package/src/apis/OriginsApi.cjs +1 -0
  25. package/src/apis/OriginsApi.js +1 -0
  26. package/src/apis/ProjectsApi.cjs +1 -0
  27. package/src/apis/ProjectsApi.js +1 -0
  28. package/src/apis/SDKApi.cjs +1 -0
  29. package/src/apis/SDKApi.js +1 -0
  30. package/src/apis/SDKViewsApi.cjs +1 -0
  31. package/src/apis/SDKViewsApi.js +1 -0
  32. package/src/apis/SessionsApi.cjs +1 -0
  33. package/src/apis/SessionsApi.js +1 -0
  34. package/src/apis/SettingsApi.cjs +1 -0
  35. package/src/apis/SettingsApi.js +1 -0
  36. package/src/apis/TokensApi.cjs +1 -0
  37. package/src/apis/TokensApi.js +1 -0
  38. package/src/apis/UsersApi.cjs +1 -0
  39. package/src/apis/UsersApi.js +1 -0
  40. package/src/apis/VisitsApi.cjs +1 -0
  41. package/src/apis/VisitsApi.js +1 -0
  42. package/src/apis/WalletsApi.cjs +1 -0
  43. package/src/apis/WalletsApi.js +1 -0
  44. package/src/apis/WebhooksApi.cjs +1 -0
  45. package/src/apis/WebhooksApi.js +1 -0
  46. package/src/index.cjs +12 -0
  47. package/src/index.js +2 -0
  48. package/src/models/MinifiedDynamicJwt.cjs +51 -0
  49. package/src/models/MinifiedDynamicJwt.d.ts +81 -0
  50. package/src/models/MinifiedDynamicJwt.js +45 -0
  51. package/src/models/SdkUser.cjs +4 -0
  52. package/src/models/SdkUser.d.ts +12 -0
  53. package/src/models/SdkUser.js +4 -0
  54. package/src/models/SdkViewSection.cjs +3 -0
  55. package/src/models/SdkViewSection.d.ts +7 -0
  56. package/src/models/SdkViewSection.js +3 -0
  57. package/src/models/SdkViewSectionAlignment.cjs +41 -0
  58. package/src/models/SdkViewSectionAlignment.d.ts +24 -0
  59. package/src/models/SdkViewSectionAlignment.js +35 -0
  60. package/src/models/SdkViewSectionType.cjs +1 -0
  61. package/src/models/SdkViewSectionType.d.ts +1 -0
  62. package/src/models/SdkViewSectionType.js +1 -0
  63. package/src/models/UpdateSelfResponse.cjs +2 -0
  64. package/src/models/UpdateSelfResponse.d.ts +6 -0
  65. package/src/models/UpdateSelfResponse.js +2 -0
  66. package/src/models/User.cjs +4 -0
  67. package/src/models/User.d.ts +12 -0
  68. package/src/models/User.js +4 -0
  69. package/src/models/VerifyResponse.cjs +2 -0
  70. package/src/models/VerifyResponse.d.ts +6 -0
  71. package/src/models/VerifyResponse.js +2 -0
  72. package/src/models/index.d.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api",
3
- "version": "0.0.339",
3
+ "version": "0.0.341",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -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');
@@ -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';
@@ -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';
@@ -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';
@@ -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');
@@ -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';
@@ -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');
@@ -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';
@@ -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');
@@ -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';
@@ -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');
@@ -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';
@@ -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');
@@ -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';
@@ -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');
@@ -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';
@@ -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');
@@ -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';
@@ -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');
@@ -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';
@@ -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');
@@ -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';
@@ -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');
@@ -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';
@@ -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';
@@ -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');
@@ -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';
@@ -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');
@@ -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';
@@ -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');
@@ -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
@@ -118,6 +118,7 @@ var JwtVerifiedCredentialFormatEnum = require('./models/JwtVerifiedCredentialFor
118
118
  var Key = require('./models/Key.cjs');
119
119
  var KeyResponse = require('./models/KeyResponse.cjs');
120
120
  var MethodNotAllowed = require('./models/MethodNotAllowed.cjs');
121
+ var MinifiedDynamicJwt = require('./models/MinifiedDynamicJwt.cjs');
121
122
  var NameService = require('./models/NameService.cjs');
122
123
  var NameServiceData = require('./models/NameServiceData.cjs');
123
124
  var NativeCurrency = require('./models/NativeCurrency.cjs');
@@ -184,6 +185,7 @@ var SdkSettingsRequest = require('./models/SdkSettingsRequest.cjs');
184
185
  var SdkUser = require('./models/SdkUser.cjs');
185
186
  var SdkView = require('./models/SdkView.cjs');
186
187
  var SdkViewSection = require('./models/SdkViewSection.cjs');
188
+ var SdkViewSectionAlignment = require('./models/SdkViewSectionAlignment.cjs');
187
189
  var SdkViewSectionType = require('./models/SdkViewSectionType.cjs');
188
190
  var SdkViewType = require('./models/SdkViewType.cjs');
189
191
  var SdkViewUpdateRequest = require('./models/SdkViewUpdateRequest.cjs');
@@ -622,6 +624,9 @@ exports.KeyResponseToJSON = KeyResponse.KeyResponseToJSON;
622
624
  exports.MethodNotAllowedFromJSON = MethodNotAllowed.MethodNotAllowedFromJSON;
623
625
  exports.MethodNotAllowedFromJSONTyped = MethodNotAllowed.MethodNotAllowedFromJSONTyped;
624
626
  exports.MethodNotAllowedToJSON = MethodNotAllowed.MethodNotAllowedToJSON;
627
+ exports.MinifiedDynamicJwtFromJSON = MinifiedDynamicJwt.MinifiedDynamicJwtFromJSON;
628
+ exports.MinifiedDynamicJwtFromJSONTyped = MinifiedDynamicJwt.MinifiedDynamicJwtFromJSONTyped;
629
+ exports.MinifiedDynamicJwtToJSON = MinifiedDynamicJwt.MinifiedDynamicJwtToJSON;
625
630
  exports.NameServiceFromJSON = NameService.NameServiceFromJSON;
626
631
  exports.NameServiceFromJSONTyped = NameService.NameServiceFromJSONTyped;
627
632
  exports.NameServiceToJSON = NameService.NameServiceToJSON;
@@ -840,6 +845,13 @@ exports.SdkViewToJSON = SdkView.SdkViewToJSON;
840
845
  exports.SdkViewSectionFromJSON = SdkViewSection.SdkViewSectionFromJSON;
841
846
  exports.SdkViewSectionFromJSONTyped = SdkViewSection.SdkViewSectionFromJSONTyped;
842
847
  exports.SdkViewSectionToJSON = SdkViewSection.SdkViewSectionToJSON;
848
+ Object.defineProperty(exports, 'SdkViewSectionAlignment', {
849
+ enumerable: true,
850
+ get: function () { return SdkViewSectionAlignment.SdkViewSectionAlignment; }
851
+ });
852
+ exports.SdkViewSectionAlignmentFromJSON = SdkViewSectionAlignment.SdkViewSectionAlignmentFromJSON;
853
+ exports.SdkViewSectionAlignmentFromJSONTyped = SdkViewSectionAlignment.SdkViewSectionAlignmentFromJSONTyped;
854
+ exports.SdkViewSectionAlignmentToJSON = SdkViewSectionAlignment.SdkViewSectionAlignmentToJSON;
843
855
  Object.defineProperty(exports, 'SdkViewSectionType', {
844
856
  enumerable: true,
845
857
  get: function () { return SdkViewSectionType.SdkViewSectionType; }
package/src/index.js CHANGED
@@ -114,6 +114,7 @@ export { JwtVerifiedCredentialFormatEnum, JwtVerifiedCredentialFormatEnumFromJSO
114
114
  export { KeyFromJSON, KeyFromJSONTyped, KeyToJSON } from './models/Key.js';
115
115
  export { KeyResponseFromJSON, KeyResponseFromJSONTyped, KeyResponseToJSON } from './models/KeyResponse.js';
116
116
  export { MethodNotAllowedFromJSON, MethodNotAllowedFromJSONTyped, MethodNotAllowedToJSON } from './models/MethodNotAllowed.js';
117
+ export { MinifiedDynamicJwtFromJSON, MinifiedDynamicJwtFromJSONTyped, MinifiedDynamicJwtToJSON } from './models/MinifiedDynamicJwt.js';
117
118
  export { NameServiceFromJSON, NameServiceFromJSONTyped, NameServiceToJSON } from './models/NameService.js';
118
119
  export { NameServiceDataFromJSON, NameServiceDataFromJSONTyped, NameServiceDataToJSON } from './models/NameServiceData.js';
119
120
  export { NativeCurrencyFromJSON, NativeCurrencyFromJSONTyped, NativeCurrencyToJSON } from './models/NativeCurrency.js';
@@ -180,6 +181,7 @@ export { SdkSettingsRequestFromJSON, SdkSettingsRequestFromJSONTyped, SdkSetting
180
181
  export { SdkUserFromJSON, SdkUserFromJSONTyped, SdkUserToJSON } from './models/SdkUser.js';
181
182
  export { SdkViewFromJSON, SdkViewFromJSONTyped, SdkViewToJSON } from './models/SdkView.js';
182
183
  export { SdkViewSectionFromJSON, SdkViewSectionFromJSONTyped, SdkViewSectionToJSON } from './models/SdkViewSection.js';
184
+ export { SdkViewSectionAlignment, SdkViewSectionAlignmentFromJSON, SdkViewSectionAlignmentFromJSONTyped, SdkViewSectionAlignmentToJSON } from './models/SdkViewSectionAlignment.js';
183
185
  export { SdkViewSectionType, SdkViewSectionTypeFromJSON, SdkViewSectionTypeFromJSONTyped, SdkViewSectionTypeToJSON } from './models/SdkViewSectionType.js';
184
186
  export { SdkViewType, SdkViewTypeFromJSON, SdkViewTypeFromJSONTyped, SdkViewTypeToJSON } from './models/SdkViewType.js';
185
187
  export { SdkViewUpdateRequestFromJSON, SdkViewUpdateRequestFromJSONTyped, SdkViewUpdateRequestToJSON } from './models/SdkViewUpdateRequest.js';
@@ -0,0 +1,51 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var runtime = require('../runtime.cjs');
6
+
7
+ /* tslint:disable */
8
+ function MinifiedDynamicJwtFromJSON(json) {
9
+ return MinifiedDynamicJwtFromJSONTyped(json);
10
+ }
11
+ function MinifiedDynamicJwtFromJSONTyped(json, ignoreDiscriminator) {
12
+ if ((json === undefined) || (json === null)) {
13
+ return json;
14
+ }
15
+ return {
16
+ 'kid': json['kid'],
17
+ 'aud': json['aud'],
18
+ 'iss': json['iss'],
19
+ 'sub': json['sub'],
20
+ 'sid': json['sid'],
21
+ 'exp': !runtime.exists(json, 'exp') ? undefined : json['exp'],
22
+ 'iat': !runtime.exists(json, 'iat') ? undefined : json['iat'],
23
+ 'environmentId': json['environment_id'],
24
+ 'lastVerifiedCredentialId': !runtime.exists(json, 'last_verified_credential_id') ? undefined : json['last_verified_credential_id'],
25
+ 'memberEnvironmentIds': !runtime.exists(json, 'member_environment_ids') ? undefined : json['member_environment_ids'],
26
+ };
27
+ }
28
+ function MinifiedDynamicJwtToJSON(value) {
29
+ if (value === undefined) {
30
+ return undefined;
31
+ }
32
+ if (value === null) {
33
+ return null;
34
+ }
35
+ return {
36
+ 'kid': value.kid,
37
+ 'aud': value.aud,
38
+ 'iss': value.iss,
39
+ 'sub': value.sub,
40
+ 'sid': value.sid,
41
+ 'exp': value.exp,
42
+ 'iat': value.iat,
43
+ 'environment_id': value.environmentId,
44
+ 'last_verified_credential_id': value.lastVerifiedCredentialId,
45
+ 'member_environment_ids': value.memberEnvironmentIds,
46
+ };
47
+ }
48
+
49
+ exports.MinifiedDynamicJwtFromJSON = MinifiedDynamicJwtFromJSON;
50
+ exports.MinifiedDynamicJwtFromJSONTyped = MinifiedDynamicJwtFromJSONTyped;
51
+ exports.MinifiedDynamicJwtToJSON = MinifiedDynamicJwtToJSON;
@@ -0,0 +1,81 @@
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
+ * This contains standard JWT claims to identify a session for the Dynamic user. For more details, see: https://www.iana.org/assignments/jwt/jwt.xhtml#claims
14
+ * @export
15
+ * @interface MinifiedDynamicJwt
16
+ */
17
+ export interface MinifiedDynamicJwt {
18
+ /**
19
+ * Project environment jwt public key id, used to verify the jwt using the the jwks endpoint
20
+ * @type {string}
21
+ * @memberof MinifiedDynamicJwt
22
+ */
23
+ kid: string;
24
+ /**
25
+ * Audience: this will be the origin header, pertaining to the client site
26
+ * @type {string}
27
+ * @memberof MinifiedDynamicJwt
28
+ */
29
+ aud: string;
30
+ /**
31
+ * Issuer: current backend api host + environment id
32
+ * @type {string}
33
+ * @memberof MinifiedDynamicJwt
34
+ */
35
+ iss: string;
36
+ /**
37
+ * Dynamic user ID
38
+ * @type {string}
39
+ * @memberof MinifiedDynamicJwt
40
+ */
41
+ sub: string;
42
+ /**
43
+ * Dynamic session ID
44
+ * @type {string}
45
+ * @memberof MinifiedDynamicJwt
46
+ */
47
+ sid: string;
48
+ /**
49
+ * Expiration timestamp
50
+ * @type {number}
51
+ * @memberof MinifiedDynamicJwt
52
+ */
53
+ exp?: number;
54
+ /**
55
+ * Timestamp for when the JWT was issued at
56
+ * @type {number}
57
+ * @memberof MinifiedDynamicJwt
58
+ */
59
+ iat?: number;
60
+ /**
61
+ * Dynamic environment ID
62
+ * @type {string}
63
+ * @memberof MinifiedDynamicJwt
64
+ */
65
+ environmentId: string;
66
+ /**
67
+ * ID of the most recently used verified credential. This would refer to a value in the verified credentials list in the corresponding SdkUser
68
+ * @type {string}
69
+ * @memberof MinifiedDynamicJwt
70
+ */
71
+ lastVerifiedCredentialId?: string;
72
+ /**
73
+ * This will be populated when `environment_id` is the Dynamic production environment ID. This is a list of environment IDs that the subject user ID can make configuration and set up changes as as organization admin.
74
+ * @type {Array<string>}
75
+ * @memberof MinifiedDynamicJwt
76
+ */
77
+ memberEnvironmentIds?: Array<string>;
78
+ }
79
+ export declare function MinifiedDynamicJwtFromJSON(json: any): MinifiedDynamicJwt;
80
+ export declare function MinifiedDynamicJwtFromJSONTyped(json: any, ignoreDiscriminator: boolean): MinifiedDynamicJwt;
81
+ export declare function MinifiedDynamicJwtToJSON(value?: MinifiedDynamicJwt | null): any;
@@ -0,0 +1,45 @@
1
+ import { exists } from '../runtime.js';
2
+
3
+ /* tslint:disable */
4
+ function MinifiedDynamicJwtFromJSON(json) {
5
+ return MinifiedDynamicJwtFromJSONTyped(json);
6
+ }
7
+ function MinifiedDynamicJwtFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'kid': json['kid'],
13
+ 'aud': json['aud'],
14
+ 'iss': json['iss'],
15
+ 'sub': json['sub'],
16
+ 'sid': json['sid'],
17
+ 'exp': !exists(json, 'exp') ? undefined : json['exp'],
18
+ 'iat': !exists(json, 'iat') ? undefined : json['iat'],
19
+ 'environmentId': json['environment_id'],
20
+ 'lastVerifiedCredentialId': !exists(json, 'last_verified_credential_id') ? undefined : json['last_verified_credential_id'],
21
+ 'memberEnvironmentIds': !exists(json, 'member_environment_ids') ? undefined : json['member_environment_ids'],
22
+ };
23
+ }
24
+ function MinifiedDynamicJwtToJSON(value) {
25
+ if (value === undefined) {
26
+ return undefined;
27
+ }
28
+ if (value === null) {
29
+ return null;
30
+ }
31
+ return {
32
+ 'kid': value.kid,
33
+ 'aud': value.aud,
34
+ 'iss': value.iss,
35
+ 'sub': value.sub,
36
+ 'sid': value.sid,
37
+ 'exp': value.exp,
38
+ 'iat': value.iat,
39
+ 'environment_id': value.environmentId,
40
+ 'last_verified_credential_id': value.lastVerifiedCredentialId,
41
+ 'member_environment_ids': value.memberEnvironmentIds,
42
+ };
43
+ }
44
+
45
+ export { MinifiedDynamicJwtFromJSON, MinifiedDynamicJwtFromJSONTyped, MinifiedDynamicJwtToJSON };
@@ -41,6 +41,8 @@ function SdkUserFromJSONTyped(json, ignoreDiscriminator) {
41
41
  'emailNotification': !runtime.exists(json, 'emailNotification') ? undefined : json['emailNotification'],
42
42
  'discordNotification': !runtime.exists(json, 'discordNotification') ? undefined : json['discordNotification'],
43
43
  'newsletterNotification': !runtime.exists(json, 'newsletterNotification') ? undefined : json['newsletterNotification'],
44
+ 'lists': !runtime.exists(json, 'lists') ? undefined : json['lists'],
45
+ 'scope': !runtime.exists(json, 'scope') ? undefined : json['scope'],
44
46
  };
45
47
  }
46
48
  function SdkUserToJSON(value) {
@@ -78,6 +80,8 @@ function SdkUserToJSON(value) {
78
80
  'emailNotification': value.emailNotification,
79
81
  'discordNotification': value.discordNotification,
80
82
  'newsletterNotification': value.newsletterNotification,
83
+ 'lists': value.lists,
84
+ 'scope': value.scope,
81
85
  };
82
86
  }
83
87
 
@@ -178,6 +178,18 @@ export interface SdkUser {
178
178
  * @memberof SdkUser
179
179
  */
180
180
  newsletterNotification?: boolean | null;
181
+ /**
182
+ * Access lists evaluated by Dynamic when considering access for the user.
183
+ * @type {Array<string>}
184
+ * @memberof SdkUser
185
+ */
186
+ lists?: Array<string>;
187
+ /**
188
+ * A whitespace-separate list of permissions associated with the JWT token issued. This conforms to the JWT standard for scope claims: https://datatracker.ietf.org/doc/html/rfc8693#section-4.2
189
+ * @type {string}
190
+ * @memberof SdkUser
191
+ */
192
+ scope?: string;
181
193
  }
182
194
  export declare function SdkUserFromJSON(json: any): SdkUser;
183
195
  export declare function SdkUserFromJSONTyped(json: any, ignoreDiscriminator: boolean): SdkUser;
@@ -37,6 +37,8 @@ function SdkUserFromJSONTyped(json, ignoreDiscriminator) {
37
37
  'emailNotification': !exists(json, 'emailNotification') ? undefined : json['emailNotification'],
38
38
  'discordNotification': !exists(json, 'discordNotification') ? undefined : json['discordNotification'],
39
39
  'newsletterNotification': !exists(json, 'newsletterNotification') ? undefined : json['newsletterNotification'],
40
+ 'lists': !exists(json, 'lists') ? undefined : json['lists'],
41
+ 'scope': !exists(json, 'scope') ? undefined : json['scope'],
40
42
  };
41
43
  }
42
44
  function SdkUserToJSON(value) {
@@ -74,6 +76,8 @@ function SdkUserToJSON(value) {
74
76
  'emailNotification': value.emailNotification,
75
77
  'discordNotification': value.discordNotification,
76
78
  'newsletterNotification': value.newsletterNotification,
79
+ 'lists': value.lists,
80
+ 'scope': value.scope,
77
81
  };
78
82
  }
79
83
 
@@ -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) {
@@ -18,6 +18,7 @@ export declare enum SdkViewSectionType {
18
18
  Email = "email",
19
19
  Separator = "separator",
20
20
  Social = "social",
21
+ Text = "text",
21
22
  Wallet = "wallet"
22
23
  }
23
24
  export declare function SdkViewSectionTypeFromJSON(json: any): SdkViewSectionType;
@@ -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) {
@@ -20,6 +20,7 @@ function UpdateSelfResponseFromJSONTyped(json, ignoreDiscriminator) {
20
20
  'nextView': NextViewEnum.NextViewEnumFromJSON(json['nextView']),
21
21
  'emailVerification': !runtime.exists(json, 'emailVerification') ? undefined : EmailVerificationCreateResponse.EmailVerificationCreateResponseFromJSON(json['emailVerification']),
22
22
  'jwt': json['jwt'],
23
+ 'minifiedJwt': json['minifiedJwt'],
23
24
  };
24
25
  }
25
26
  function UpdateSelfResponseToJSON(value) {
@@ -34,6 +35,7 @@ function UpdateSelfResponseToJSON(value) {
34
35
  'nextView': NextViewEnum.NextViewEnumToJSON(value.nextView),
35
36
  'emailVerification': EmailVerificationCreateResponse.EmailVerificationCreateResponseToJSON(value.emailVerification),
36
37
  'jwt': value.jwt,
38
+ 'minifiedJwt': value.minifiedJwt,
37
39
  };
38
40
  }
39
41
 
@@ -42,6 +42,12 @@ export interface UpdateSelfResponse {
42
42
  * @memberof UpdateSelfResponse
43
43
  */
44
44
  jwt: string;
45
+ /**
46
+ * Encoded JWT token
47
+ * @type {string}
48
+ * @memberof UpdateSelfResponse
49
+ */
50
+ minifiedJwt: string;
45
51
  }
46
52
  export declare function UpdateSelfResponseFromJSON(json: any): UpdateSelfResponse;
47
53
  export declare function UpdateSelfResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateSelfResponse;
@@ -16,6 +16,7 @@ function UpdateSelfResponseFromJSONTyped(json, ignoreDiscriminator) {
16
16
  'nextView': NextViewEnumFromJSON(json['nextView']),
17
17
  'emailVerification': !exists(json, 'emailVerification') ? undefined : EmailVerificationCreateResponseFromJSON(json['emailVerification']),
18
18
  'jwt': json['jwt'],
19
+ 'minifiedJwt': json['minifiedJwt'],
19
20
  };
20
21
  }
21
22
  function UpdateSelfResponseToJSON(value) {
@@ -30,6 +31,7 @@ function UpdateSelfResponseToJSON(value) {
30
31
  'nextView': NextViewEnumToJSON(value.nextView),
31
32
  'emailVerification': EmailVerificationCreateResponseToJSON(value.emailVerification),
32
33
  'jwt': value.jwt,
34
+ 'minifiedJwt': value.minifiedJwt,
33
35
  };
34
36
  }
35
37
 
@@ -46,6 +46,8 @@ function UserFromJSONTyped(json, ignoreDiscriminator) {
46
46
  'emailNotification': !runtime.exists(json, 'emailNotification') ? undefined : json['emailNotification'],
47
47
  'discordNotification': !runtime.exists(json, 'discordNotification') ? undefined : json['discordNotification'],
48
48
  'newsletterNotification': !runtime.exists(json, 'newsletterNotification') ? undefined : json['newsletterNotification'],
49
+ 'lists': !runtime.exists(json, 'lists') ? undefined : json['lists'],
50
+ 'scope': !runtime.exists(json, 'scope') ? undefined : json['scope'],
49
51
  'walletPublicKey': !runtime.exists(json, 'walletPublicKey') ? undefined : json['walletPublicKey'],
50
52
  'wallet': !runtime.exists(json, 'wallet') ? undefined : json['wallet'],
51
53
  'chain': !runtime.exists(json, 'chain') ? undefined : ChainEnum.ChainEnumFromJSON(json['chain']),
@@ -92,6 +94,8 @@ function UserToJSON(value) {
92
94
  'emailNotification': value.emailNotification,
93
95
  'discordNotification': value.discordNotification,
94
96
  'newsletterNotification': value.newsletterNotification,
97
+ 'lists': value.lists,
98
+ 'scope': value.scope,
95
99
  'walletPublicKey': value.walletPublicKey,
96
100
  'wallet': value.wallet,
97
101
  'chain': ChainEnum.ChainEnumToJSON(value.chain),
@@ -183,6 +183,18 @@ export interface User {
183
183
  * @memberof User
184
184
  */
185
185
  newsletterNotification?: boolean | null;
186
+ /**
187
+ * Access lists evaluated by Dynamic when considering access for the user.
188
+ * @type {Array<string>}
189
+ * @memberof User
190
+ */
191
+ lists?: Array<string>;
192
+ /**
193
+ * A whitespace-separate list of permissions associated with the JWT token issued. This conforms to the JWT standard for scope claims: https://datatracker.ietf.org/doc/html/rfc8693#section-4.2
194
+ * @type {string}
195
+ * @memberof User
196
+ */
197
+ scope?: string;
186
198
  /**
187
199
  *
188
200
  * @type {string}
@@ -42,6 +42,8 @@ function UserFromJSONTyped(json, ignoreDiscriminator) {
42
42
  'emailNotification': !exists(json, 'emailNotification') ? undefined : json['emailNotification'],
43
43
  'discordNotification': !exists(json, 'discordNotification') ? undefined : json['discordNotification'],
44
44
  'newsletterNotification': !exists(json, 'newsletterNotification') ? undefined : json['newsletterNotification'],
45
+ 'lists': !exists(json, 'lists') ? undefined : json['lists'],
46
+ 'scope': !exists(json, 'scope') ? undefined : json['scope'],
45
47
  'walletPublicKey': !exists(json, 'walletPublicKey') ? undefined : json['walletPublicKey'],
46
48
  'wallet': !exists(json, 'wallet') ? undefined : json['wallet'],
47
49
  'chain': !exists(json, 'chain') ? undefined : ChainEnumFromJSON(json['chain']),
@@ -88,6 +90,8 @@ function UserToJSON(value) {
88
90
  'emailNotification': value.emailNotification,
89
91
  'discordNotification': value.discordNotification,
90
92
  'newsletterNotification': value.newsletterNotification,
93
+ 'lists': value.lists,
94
+ 'scope': value.scope,
91
95
  'walletPublicKey': value.walletPublicKey,
92
96
  'wallet': value.wallet,
93
97
  'chain': ChainEnumToJSON(value.chain),
@@ -15,6 +15,7 @@ function VerifyResponseFromJSONTyped(json, ignoreDiscriminator) {
15
15
  return {
16
16
  'jwt': json['jwt'],
17
17
  'user': SdkUser.SdkUserFromJSON(json['user']),
18
+ 'minifiedJwt': json['minifiedJwt'],
18
19
  };
19
20
  }
20
21
  function VerifyResponseToJSON(value) {
@@ -27,6 +28,7 @@ function VerifyResponseToJSON(value) {
27
28
  return {
28
29
  'jwt': value.jwt,
29
30
  'user': SdkUser.SdkUserToJSON(value.user),
31
+ 'minifiedJwt': value.minifiedJwt,
30
32
  };
31
33
  }
32
34
 
@@ -28,6 +28,12 @@ export interface VerifyResponse {
28
28
  * @memberof VerifyResponse
29
29
  */
30
30
  user: SdkUser;
31
+ /**
32
+ * Encoded JWT token
33
+ * @type {string}
34
+ * @memberof VerifyResponse
35
+ */
36
+ minifiedJwt: string;
31
37
  }
32
38
  export declare function VerifyResponseFromJSON(json: any): VerifyResponse;
33
39
  export declare function VerifyResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): VerifyResponse;
@@ -11,6 +11,7 @@ function VerifyResponseFromJSONTyped(json, ignoreDiscriminator) {
11
11
  return {
12
12
  'jwt': json['jwt'],
13
13
  'user': SdkUserFromJSON(json['user']),
14
+ 'minifiedJwt': json['minifiedJwt'],
14
15
  };
15
16
  }
16
17
  function VerifyResponseToJSON(value) {
@@ -23,6 +24,7 @@ function VerifyResponseToJSON(value) {
23
24
  return {
24
25
  'jwt': value.jwt,
25
26
  'user': SdkUserToJSON(value.user),
27
+ 'minifiedJwt': value.minifiedJwt,
26
28
  };
27
29
  }
28
30
 
@@ -91,6 +91,7 @@ export * from './JwtVerifiedCredentialFormatEnum';
91
91
  export * from './Key';
92
92
  export * from './KeyResponse';
93
93
  export * from './MethodNotAllowed';
94
+ export * from './MinifiedDynamicJwt';
94
95
  export * from './NameService';
95
96
  export * from './NameServiceData';
96
97
  export * from './NativeCurrency';
@@ -157,6 +158,7 @@ export * from './SdkSettingsRequest';
157
158
  export * from './SdkUser';
158
159
  export * from './SdkView';
159
160
  export * from './SdkViewSection';
161
+ export * from './SdkViewSectionAlignment';
160
162
  export * from './SdkViewSectionType';
161
163
  export * from './SdkViewType';
162
164
  export * from './SdkViewUpdateRequest';