@dynamic-labs/sdk-api 0.0.782 → 0.0.784

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 (104) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AllowlistsApi.cjs +4 -4
  3. package/src/apis/AllowlistsApi.js +4 -4
  4. package/src/apis/AnalyticsApi.cjs +4 -4
  5. package/src/apis/AnalyticsApi.js +4 -4
  6. package/src/apis/ChainalysisApi.cjs +4 -4
  7. package/src/apis/ChainalysisApi.js +4 -4
  8. package/src/apis/ChainsApi.cjs +4 -4
  9. package/src/apis/ChainsApi.js +4 -4
  10. package/src/apis/CustomFieldsApi.cjs +4 -4
  11. package/src/apis/CustomFieldsApi.js +4 -4
  12. package/src/apis/CustomHostnamesApi.cjs +4 -4
  13. package/src/apis/CustomHostnamesApi.js +4 -4
  14. package/src/apis/CustomNetworksApi.cjs +4 -4
  15. package/src/apis/CustomNetworksApi.js +4 -4
  16. package/src/apis/DeeplinkUrlsApi.cjs +4 -4
  17. package/src/apis/DeeplinkUrlsApi.js +4 -4
  18. package/src/apis/EnvironmentsApi.cjs +4 -4
  19. package/src/apis/EnvironmentsApi.js +4 -4
  20. package/src/apis/EventsApi.cjs +4 -4
  21. package/src/apis/EventsApi.js +4 -4
  22. package/src/apis/ExportsApi.cjs +4 -4
  23. package/src/apis/ExportsApi.js +4 -4
  24. package/src/apis/ExternalJwtApi.cjs +4 -4
  25. package/src/apis/ExternalJwtApi.js +4 -4
  26. package/src/apis/GatesApi.cjs +4 -4
  27. package/src/apis/GatesApi.js +4 -4
  28. package/src/apis/GlobalWalletAccessControlApi.cjs +4 -4
  29. package/src/apis/GlobalWalletAccessControlApi.js +4 -4
  30. package/src/apis/GlobalWalletConnectionsApi.cjs +4 -4
  31. package/src/apis/GlobalWalletConnectionsApi.js +4 -4
  32. package/src/apis/GlobalWalletsApi.cjs +4 -4
  33. package/src/apis/GlobalWalletsApi.js +4 -4
  34. package/src/apis/InvitesApi.cjs +4 -4
  35. package/src/apis/InvitesApi.js +4 -4
  36. package/src/apis/MembersApi.cjs +4 -4
  37. package/src/apis/MembersApi.js +4 -4
  38. package/src/apis/MfaSettingsApi.cjs +4 -4
  39. package/src/apis/MfaSettingsApi.js +4 -4
  40. package/src/apis/NameServicesApi.cjs +4 -4
  41. package/src/apis/NameServicesApi.js +4 -4
  42. package/src/apis/OrganizationsApi.cjs +4 -4
  43. package/src/apis/OrganizationsApi.js +4 -4
  44. package/src/apis/OriginsApi.cjs +4 -4
  45. package/src/apis/OriginsApi.js +4 -4
  46. package/src/apis/ProjectsApi.cjs +4 -4
  47. package/src/apis/ProjectsApi.js +4 -4
  48. package/src/apis/SDKApi.cjs +4 -4
  49. package/src/apis/SDKApi.js +4 -4
  50. package/src/apis/SDKViewsApi.cjs +4 -4
  51. package/src/apis/SDKViewsApi.js +4 -4
  52. package/src/apis/SessionsApi.cjs +4 -4
  53. package/src/apis/SessionsApi.js +4 -4
  54. package/src/apis/SettingsApi.cjs +4 -4
  55. package/src/apis/SettingsApi.js +4 -4
  56. package/src/apis/TestAccountApi.cjs +4 -4
  57. package/src/apis/TestAccountApi.js +4 -4
  58. package/src/apis/TokensApi.cjs +4 -4
  59. package/src/apis/TokensApi.js +4 -4
  60. package/src/apis/UserApiTokensApi.cjs +4 -4
  61. package/src/apis/UserApiTokensApi.js +4 -4
  62. package/src/apis/UsersApi.cjs +4 -4
  63. package/src/apis/UsersApi.js +4 -4
  64. package/src/apis/VisitsApi.cjs +4 -4
  65. package/src/apis/VisitsApi.js +4 -4
  66. package/src/apis/WaasApi.cjs +5 -5
  67. package/src/apis/WaasApi.js +5 -5
  68. package/src/apis/WalletsApi.cjs +4 -4
  69. package/src/apis/WalletsApi.js +4 -4
  70. package/src/apis/WebhooksApi.cjs +4 -4
  71. package/src/apis/WebhooksApi.js +4 -4
  72. package/src/index.cjs +36 -0
  73. package/src/index.js +9 -0
  74. package/src/models/AdminSecurityAccessControl.cjs +33 -0
  75. package/src/models/AdminSecurityAccessControl.d.ts +28 -0
  76. package/src/models/AdminSecurityAccessControl.js +27 -0
  77. package/src/models/AdminSecurityAccessControlAccessControl.cjs +37 -0
  78. package/src/models/AdminSecurityAccessControlAccessControl.d.ts +35 -0
  79. package/src/models/AdminSecurityAccessControlAccessControl.js +31 -0
  80. package/src/models/AdminSecurityCookieDomain.cjs +33 -0
  81. package/src/models/AdminSecurityCookieDomain.d.ts +28 -0
  82. package/src/models/AdminSecurityCookieDomain.js +27 -0
  83. package/src/models/AdminSecurityCookieDomainCookieDomain.cjs +45 -0
  84. package/src/models/AdminSecurityCookieDomainCookieDomain.d.ts +33 -0
  85. package/src/models/AdminSecurityCookieDomainCookieDomain.js +39 -0
  86. package/src/models/AdminSecurityIpSettings.cjs +33 -0
  87. package/src/models/AdminSecurityIpSettings.d.ts +28 -0
  88. package/src/models/AdminSecurityIpSettings.js +27 -0
  89. package/src/models/AdminSecurityIpSettingsIpSettings.cjs +33 -0
  90. package/src/models/AdminSecurityIpSettingsIpSettings.d.ts +28 -0
  91. package/src/models/AdminSecurityIpSettingsIpSettings.js +27 -0
  92. package/src/models/AdminSecurityJwtSettings.cjs +33 -0
  93. package/src/models/AdminSecurityJwtSettings.d.ts +28 -0
  94. package/src/models/AdminSecurityJwtSettings.js +27 -0
  95. package/src/models/AdminSecurityJwtSettingsJwtSettings.cjs +33 -0
  96. package/src/models/AdminSecurityJwtSettingsJwtSettings.d.ts +28 -0
  97. package/src/models/AdminSecurityJwtSettingsJwtSettings.js +27 -0
  98. package/src/models/DelegatedShareDeliveryRequest.cjs +4 -14
  99. package/src/models/DelegatedShareDeliveryRequest.d.ts +4 -3
  100. package/src/models/DelegatedShareDeliveryRequest.js +4 -14
  101. package/src/models/DelegatedShareDeliveryRequestEncryptedDelegatedShare.cjs +53 -0
  102. package/src/models/DelegatedShareDeliveryRequestEncryptedDelegatedShare.d.ts +57 -0
  103. package/src/models/DelegatedShareDeliveryRequestEncryptedDelegatedShare.js +47 -0
  104. package/src/models/index.d.ts +9 -0
@@ -0,0 +1,33 @@
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
+ * Cookie domain configuration that was created
14
+ * @export
15
+ * @interface AdminSecurityCookieDomainCookieDomain
16
+ */
17
+ export interface AdminSecurityCookieDomainCookieDomain {
18
+ /**
19
+ * The cookie domain (ISS) from external auth settings
20
+ * @type {string}
21
+ * @memberof AdminSecurityCookieDomainCookieDomain
22
+ */
23
+ cookieDomain: string | null;
24
+ /**
25
+ * The cookie name from external auth settings
26
+ * @type {string}
27
+ * @memberof AdminSecurityCookieDomainCookieDomain
28
+ */
29
+ cookieName: string | null;
30
+ }
31
+ export declare function AdminSecurityCookieDomainCookieDomainFromJSON(json: any): AdminSecurityCookieDomainCookieDomain;
32
+ export declare function AdminSecurityCookieDomainCookieDomainFromJSONTyped(json: any, ignoreDiscriminator: boolean): AdminSecurityCookieDomainCookieDomain;
33
+ export declare function AdminSecurityCookieDomainCookieDomainToJSON(value?: AdminSecurityCookieDomainCookieDomain | null): any;
@@ -0,0 +1,39 @@
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 AdminSecurityCookieDomainCookieDomainFromJSON(json) {
15
+ return AdminSecurityCookieDomainCookieDomainFromJSONTyped(json);
16
+ }
17
+ function AdminSecurityCookieDomainCookieDomainFromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'cookieDomain': json['cookieDomain'],
23
+ 'cookieName': json['cookieName'],
24
+ };
25
+ }
26
+ function AdminSecurityCookieDomainCookieDomainToJSON(value) {
27
+ if (value === undefined) {
28
+ return undefined;
29
+ }
30
+ if (value === null) {
31
+ return null;
32
+ }
33
+ return {
34
+ 'cookieDomain': value.cookieDomain,
35
+ 'cookieName': value.cookieName,
36
+ };
37
+ }
38
+
39
+ export { AdminSecurityCookieDomainCookieDomainFromJSON, AdminSecurityCookieDomainCookieDomainFromJSONTyped, AdminSecurityCookieDomainCookieDomainToJSON };
@@ -0,0 +1,33 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var AdminSecurityIpSettingsIpSettings = require('./AdminSecurityIpSettingsIpSettings.cjs');
6
+
7
+ /* tslint:disable */
8
+ function AdminSecurityIpSettingsFromJSON(json) {
9
+ return AdminSecurityIpSettingsFromJSONTyped(json);
10
+ }
11
+ function AdminSecurityIpSettingsFromJSONTyped(json, ignoreDiscriminator) {
12
+ if ((json === undefined) || (json === null)) {
13
+ return json;
14
+ }
15
+ return {
16
+ 'ipSettings': AdminSecurityIpSettingsIpSettings.AdminSecurityIpSettingsIpSettingsFromJSON(json['ipSettings']),
17
+ };
18
+ }
19
+ function AdminSecurityIpSettingsToJSON(value) {
20
+ if (value === undefined) {
21
+ return undefined;
22
+ }
23
+ if (value === null) {
24
+ return null;
25
+ }
26
+ return {
27
+ 'ipSettings': AdminSecurityIpSettingsIpSettings.AdminSecurityIpSettingsIpSettingsToJSON(value.ipSettings),
28
+ };
29
+ }
30
+
31
+ exports.AdminSecurityIpSettingsFromJSON = AdminSecurityIpSettingsFromJSON;
32
+ exports.AdminSecurityIpSettingsFromJSONTyped = AdminSecurityIpSettingsFromJSONTyped;
33
+ exports.AdminSecurityIpSettingsToJSON = AdminSecurityIpSettingsToJSON;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { AdminSecurityIpSettingsIpSettings } from './AdminSecurityIpSettingsIpSettings';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface AdminSecurityIpSettings
17
+ */
18
+ export interface AdminSecurityIpSettings {
19
+ /**
20
+ *
21
+ * @type {AdminSecurityIpSettingsIpSettings}
22
+ * @memberof AdminSecurityIpSettings
23
+ */
24
+ ipSettings: AdminSecurityIpSettingsIpSettings;
25
+ }
26
+ export declare function AdminSecurityIpSettingsFromJSON(json: any): AdminSecurityIpSettings;
27
+ export declare function AdminSecurityIpSettingsFromJSONTyped(json: any, ignoreDiscriminator: boolean): AdminSecurityIpSettings;
28
+ export declare function AdminSecurityIpSettingsToJSON(value?: AdminSecurityIpSettings | null): any;
@@ -0,0 +1,27 @@
1
+ import { AdminSecurityIpSettingsIpSettingsFromJSON, AdminSecurityIpSettingsIpSettingsToJSON } from './AdminSecurityIpSettingsIpSettings.js';
2
+
3
+ /* tslint:disable */
4
+ function AdminSecurityIpSettingsFromJSON(json) {
5
+ return AdminSecurityIpSettingsFromJSONTyped(json);
6
+ }
7
+ function AdminSecurityIpSettingsFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'ipSettings': AdminSecurityIpSettingsIpSettingsFromJSON(json['ipSettings']),
13
+ };
14
+ }
15
+ function AdminSecurityIpSettingsToJSON(value) {
16
+ if (value === undefined) {
17
+ return undefined;
18
+ }
19
+ if (value === null) {
20
+ return null;
21
+ }
22
+ return {
23
+ 'ipSettings': AdminSecurityIpSettingsIpSettingsToJSON(value.ipSettings),
24
+ };
25
+ }
26
+
27
+ export { AdminSecurityIpSettingsFromJSON, AdminSecurityIpSettingsFromJSONTyped, AdminSecurityIpSettingsToJSON };
@@ -0,0 +1,33 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var AuthStorageEnum = require('./AuthStorageEnum.cjs');
6
+
7
+ /* tslint:disable */
8
+ function AdminSecurityIpSettingsIpSettingsFromJSON(json) {
9
+ return AdminSecurityIpSettingsIpSettingsFromJSONTyped(json);
10
+ }
11
+ function AdminSecurityIpSettingsIpSettingsFromJSONTyped(json, ignoreDiscriminator) {
12
+ if ((json === undefined) || (json === null)) {
13
+ return json;
14
+ }
15
+ return {
16
+ 'authStorage': (json['authStorage'].map(AuthStorageEnum.AuthStorageEnumFromJSON)),
17
+ };
18
+ }
19
+ function AdminSecurityIpSettingsIpSettingsToJSON(value) {
20
+ if (value === undefined) {
21
+ return undefined;
22
+ }
23
+ if (value === null) {
24
+ return null;
25
+ }
26
+ return {
27
+ 'authStorage': (value.authStorage.map(AuthStorageEnum.AuthStorageEnumToJSON)),
28
+ };
29
+ }
30
+
31
+ exports.AdminSecurityIpSettingsIpSettingsFromJSON = AdminSecurityIpSettingsIpSettingsFromJSON;
32
+ exports.AdminSecurityIpSettingsIpSettingsFromJSONTyped = AdminSecurityIpSettingsIpSettingsFromJSONTyped;
33
+ exports.AdminSecurityIpSettingsIpSettingsToJSON = AdminSecurityIpSettingsIpSettingsToJSON;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { AuthStorageEnum } from './AuthStorageEnum';
13
+ /**
14
+ * IP settings configuration that was created
15
+ * @export
16
+ * @interface AdminSecurityIpSettingsIpSettings
17
+ */
18
+ export interface AdminSecurityIpSettingsIpSettings {
19
+ /**
20
+ * Authentication storage settings
21
+ * @type {Array<AuthStorageEnum>}
22
+ * @memberof AdminSecurityIpSettingsIpSettings
23
+ */
24
+ authStorage: Array<AuthStorageEnum>;
25
+ }
26
+ export declare function AdminSecurityIpSettingsIpSettingsFromJSON(json: any): AdminSecurityIpSettingsIpSettings;
27
+ export declare function AdminSecurityIpSettingsIpSettingsFromJSONTyped(json: any, ignoreDiscriminator: boolean): AdminSecurityIpSettingsIpSettings;
28
+ export declare function AdminSecurityIpSettingsIpSettingsToJSON(value?: AdminSecurityIpSettingsIpSettings | null): any;
@@ -0,0 +1,27 @@
1
+ import { AuthStorageEnumFromJSON, AuthStorageEnumToJSON } from './AuthStorageEnum.js';
2
+
3
+ /* tslint:disable */
4
+ function AdminSecurityIpSettingsIpSettingsFromJSON(json) {
5
+ return AdminSecurityIpSettingsIpSettingsFromJSONTyped(json);
6
+ }
7
+ function AdminSecurityIpSettingsIpSettingsFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'authStorage': (json['authStorage'].map(AuthStorageEnumFromJSON)),
13
+ };
14
+ }
15
+ function AdminSecurityIpSettingsIpSettingsToJSON(value) {
16
+ if (value === undefined) {
17
+ return undefined;
18
+ }
19
+ if (value === null) {
20
+ return null;
21
+ }
22
+ return {
23
+ 'authStorage': (value.authStorage.map(AuthStorageEnumToJSON)),
24
+ };
25
+ }
26
+
27
+ export { AdminSecurityIpSettingsIpSettingsFromJSON, AdminSecurityIpSettingsIpSettingsFromJSONTyped, AdminSecurityIpSettingsIpSettingsToJSON };
@@ -0,0 +1,33 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var AdminSecurityJwtSettingsJwtSettings = require('./AdminSecurityJwtSettingsJwtSettings.cjs');
6
+
7
+ /* tslint:disable */
8
+ function AdminSecurityJwtSettingsFromJSON(json) {
9
+ return AdminSecurityJwtSettingsFromJSONTyped(json);
10
+ }
11
+ function AdminSecurityJwtSettingsFromJSONTyped(json, ignoreDiscriminator) {
12
+ if ((json === undefined) || (json === null)) {
13
+ return json;
14
+ }
15
+ return {
16
+ 'jwtSettings': AdminSecurityJwtSettingsJwtSettings.AdminSecurityJwtSettingsJwtSettingsFromJSON(json['jwtSettings']),
17
+ };
18
+ }
19
+ function AdminSecurityJwtSettingsToJSON(value) {
20
+ if (value === undefined) {
21
+ return undefined;
22
+ }
23
+ if (value === null) {
24
+ return null;
25
+ }
26
+ return {
27
+ 'jwtSettings': AdminSecurityJwtSettingsJwtSettings.AdminSecurityJwtSettingsJwtSettingsToJSON(value.jwtSettings),
28
+ };
29
+ }
30
+
31
+ exports.AdminSecurityJwtSettingsFromJSON = AdminSecurityJwtSettingsFromJSON;
32
+ exports.AdminSecurityJwtSettingsFromJSONTyped = AdminSecurityJwtSettingsFromJSONTyped;
33
+ exports.AdminSecurityJwtSettingsToJSON = AdminSecurityJwtSettingsToJSON;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { AdminSecurityJwtSettingsJwtSettings } from './AdminSecurityJwtSettingsJwtSettings';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface AdminSecurityJwtSettings
17
+ */
18
+ export interface AdminSecurityJwtSettings {
19
+ /**
20
+ *
21
+ * @type {AdminSecurityJwtSettingsJwtSettings}
22
+ * @memberof AdminSecurityJwtSettings
23
+ */
24
+ jwtSettings: AdminSecurityJwtSettingsJwtSettings;
25
+ }
26
+ export declare function AdminSecurityJwtSettingsFromJSON(json: any): AdminSecurityJwtSettings;
27
+ export declare function AdminSecurityJwtSettingsFromJSONTyped(json: any, ignoreDiscriminator: boolean): AdminSecurityJwtSettings;
28
+ export declare function AdminSecurityJwtSettingsToJSON(value?: AdminSecurityJwtSettings | null): any;
@@ -0,0 +1,27 @@
1
+ import { AdminSecurityJwtSettingsJwtSettingsFromJSON, AdminSecurityJwtSettingsJwtSettingsToJSON } from './AdminSecurityJwtSettingsJwtSettings.js';
2
+
3
+ /* tslint:disable */
4
+ function AdminSecurityJwtSettingsFromJSON(json) {
5
+ return AdminSecurityJwtSettingsFromJSONTyped(json);
6
+ }
7
+ function AdminSecurityJwtSettingsFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'jwtSettings': AdminSecurityJwtSettingsJwtSettingsFromJSON(json['jwtSettings']),
13
+ };
14
+ }
15
+ function AdminSecurityJwtSettingsToJSON(value) {
16
+ if (value === undefined) {
17
+ return undefined;
18
+ }
19
+ if (value === null) {
20
+ return null;
21
+ }
22
+ return {
23
+ 'jwtSettings': AdminSecurityJwtSettingsJwtSettingsToJSON(value.jwtSettings),
24
+ };
25
+ }
26
+
27
+ export { AdminSecurityJwtSettingsFromJSON, AdminSecurityJwtSettingsFromJSONTyped, AdminSecurityJwtSettingsToJSON };
@@ -0,0 +1,33 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var Duration = require('./Duration.cjs');
6
+
7
+ /* tslint:disable */
8
+ function AdminSecurityJwtSettingsJwtSettingsFromJSON(json) {
9
+ return AdminSecurityJwtSettingsJwtSettingsFromJSONTyped(json);
10
+ }
11
+ function AdminSecurityJwtSettingsJwtSettingsFromJSONTyped(json, ignoreDiscriminator) {
12
+ if ((json === undefined) || (json === null)) {
13
+ return json;
14
+ }
15
+ return {
16
+ 'duration': Duration.DurationFromJSON(json['duration']),
17
+ };
18
+ }
19
+ function AdminSecurityJwtSettingsJwtSettingsToJSON(value) {
20
+ if (value === undefined) {
21
+ return undefined;
22
+ }
23
+ if (value === null) {
24
+ return null;
25
+ }
26
+ return {
27
+ 'duration': Duration.DurationToJSON(value.duration),
28
+ };
29
+ }
30
+
31
+ exports.AdminSecurityJwtSettingsJwtSettingsFromJSON = AdminSecurityJwtSettingsJwtSettingsFromJSON;
32
+ exports.AdminSecurityJwtSettingsJwtSettingsFromJSONTyped = AdminSecurityJwtSettingsJwtSettingsFromJSONTyped;
33
+ exports.AdminSecurityJwtSettingsJwtSettingsToJSON = AdminSecurityJwtSettingsJwtSettingsToJSON;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Duration } from './Duration';
13
+ /**
14
+ * JWT duration settings that were updated
15
+ * @export
16
+ * @interface AdminSecurityJwtSettingsJwtSettings
17
+ */
18
+ export interface AdminSecurityJwtSettingsJwtSettings {
19
+ /**
20
+ *
21
+ * @type {Duration}
22
+ * @memberof AdminSecurityJwtSettingsJwtSettings
23
+ */
24
+ duration: Duration;
25
+ }
26
+ export declare function AdminSecurityJwtSettingsJwtSettingsFromJSON(json: any): AdminSecurityJwtSettingsJwtSettings;
27
+ export declare function AdminSecurityJwtSettingsJwtSettingsFromJSONTyped(json: any, ignoreDiscriminator: boolean): AdminSecurityJwtSettingsJwtSettings;
28
+ export declare function AdminSecurityJwtSettingsJwtSettingsToJSON(value?: AdminSecurityJwtSettingsJwtSettings | null): any;
@@ -0,0 +1,27 @@
1
+ import { DurationFromJSON, DurationToJSON } from './Duration.js';
2
+
3
+ /* tslint:disable */
4
+ function AdminSecurityJwtSettingsJwtSettingsFromJSON(json) {
5
+ return AdminSecurityJwtSettingsJwtSettingsFromJSONTyped(json);
6
+ }
7
+ function AdminSecurityJwtSettingsJwtSettingsFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'duration': DurationFromJSON(json['duration']),
13
+ };
14
+ }
15
+ function AdminSecurityJwtSettingsJwtSettingsToJSON(value) {
16
+ if (value === undefined) {
17
+ return undefined;
18
+ }
19
+ if (value === null) {
20
+ return null;
21
+ }
22
+ return {
23
+ 'duration': DurationToJSON(value.duration),
24
+ };
25
+ }
26
+
27
+ export { AdminSecurityJwtSettingsJwtSettingsFromJSON, AdminSecurityJwtSettingsJwtSettingsFromJSONTyped, AdminSecurityJwtSettingsJwtSettingsToJSON };
@@ -2,19 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
+ var DelegatedShareDeliveryRequestEncryptedDelegatedShare = require('./DelegatedShareDeliveryRequestEncryptedDelegatedShare.cjs');
6
+
5
7
  /* 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
8
  function DelegatedShareDeliveryRequestFromJSON(json) {
19
9
  return DelegatedShareDeliveryRequestFromJSONTyped(json);
20
10
  }
@@ -23,7 +13,7 @@ function DelegatedShareDeliveryRequestFromJSONTyped(json, ignoreDiscriminator) {
23
13
  return json;
24
14
  }
25
15
  return {
26
- 'encryptedDelegatedShare': json['encryptedDelegatedShare'],
16
+ 'encryptedDelegatedShare': DelegatedShareDeliveryRequestEncryptedDelegatedShare.DelegatedShareDeliveryRequestEncryptedDelegatedShareFromJSON(json['encryptedDelegatedShare']),
27
17
  };
28
18
  }
29
19
  function DelegatedShareDeliveryRequestToJSON(value) {
@@ -34,7 +24,7 @@ function DelegatedShareDeliveryRequestToJSON(value) {
34
24
  return null;
35
25
  }
36
26
  return {
37
- 'encryptedDelegatedShare': value.encryptedDelegatedShare,
27
+ 'encryptedDelegatedShare': DelegatedShareDeliveryRequestEncryptedDelegatedShare.DelegatedShareDeliveryRequestEncryptedDelegatedShareToJSON(value.encryptedDelegatedShare),
38
28
  };
39
29
  }
40
30
 
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { DelegatedShareDeliveryRequestEncryptedDelegatedShare } from './DelegatedShareDeliveryRequestEncryptedDelegatedShare';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -16,11 +17,11 @@
16
17
  */
17
18
  export interface DelegatedShareDeliveryRequest {
18
19
  /**
19
- * Base64-encoded encrypted delegated share ciphertext.
20
- * @type {string}
20
+ *
21
+ * @type {DelegatedShareDeliveryRequestEncryptedDelegatedShare}
21
22
  * @memberof DelegatedShareDeliveryRequest
22
23
  */
23
- encryptedDelegatedShare: string;
24
+ encryptedDelegatedShare: DelegatedShareDeliveryRequestEncryptedDelegatedShare;
24
25
  }
25
26
  export declare function DelegatedShareDeliveryRequestFromJSON(json: any): DelegatedShareDeliveryRequest;
26
27
  export declare function DelegatedShareDeliveryRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): DelegatedShareDeliveryRequest;
@@ -1,16 +1,6 @@
1
+ import { DelegatedShareDeliveryRequestEncryptedDelegatedShareFromJSON, DelegatedShareDeliveryRequestEncryptedDelegatedShareToJSON } from './DelegatedShareDeliveryRequestEncryptedDelegatedShare.js';
2
+
1
3
  /* 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
4
  function DelegatedShareDeliveryRequestFromJSON(json) {
15
5
  return DelegatedShareDeliveryRequestFromJSONTyped(json);
16
6
  }
@@ -19,7 +9,7 @@ function DelegatedShareDeliveryRequestFromJSONTyped(json, ignoreDiscriminator) {
19
9
  return json;
20
10
  }
21
11
  return {
22
- 'encryptedDelegatedShare': json['encryptedDelegatedShare'],
12
+ 'encryptedDelegatedShare': DelegatedShareDeliveryRequestEncryptedDelegatedShareFromJSON(json['encryptedDelegatedShare']),
23
13
  };
24
14
  }
25
15
  function DelegatedShareDeliveryRequestToJSON(value) {
@@ -30,7 +20,7 @@ function DelegatedShareDeliveryRequestToJSON(value) {
30
20
  return null;
31
21
  }
32
22
  return {
33
- 'encryptedDelegatedShare': value.encryptedDelegatedShare,
23
+ 'encryptedDelegatedShare': DelegatedShareDeliveryRequestEncryptedDelegatedShareToJSON(value.encryptedDelegatedShare),
34
24
  };
35
25
  }
36
26
 
@@ -0,0 +1,53 @@
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 DelegatedShareDeliveryRequestEncryptedDelegatedShareFromJSON(json) {
19
+ return DelegatedShareDeliveryRequestEncryptedDelegatedShareFromJSONTyped(json);
20
+ }
21
+ function DelegatedShareDeliveryRequestEncryptedDelegatedShareFromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'algorithm': json['algorithm'],
27
+ 'iv': json['iv'],
28
+ 'encryptedData': json['encryptedData'],
29
+ 'authTag': json['authTag'],
30
+ 'encryptedKey': json['encryptedKey'],
31
+ 'encodedEnvelopeBytes': json['encodedEnvelopeBytes'],
32
+ };
33
+ }
34
+ function DelegatedShareDeliveryRequestEncryptedDelegatedShareToJSON(value) {
35
+ if (value === undefined) {
36
+ return undefined;
37
+ }
38
+ if (value === null) {
39
+ return null;
40
+ }
41
+ return {
42
+ 'algorithm': value.algorithm,
43
+ 'iv': value.iv,
44
+ 'encryptedData': value.encryptedData,
45
+ 'authTag': value.authTag,
46
+ 'encryptedKey': value.encryptedKey,
47
+ 'encodedEnvelopeBytes': value.encodedEnvelopeBytes,
48
+ };
49
+ }
50
+
51
+ exports.DelegatedShareDeliveryRequestEncryptedDelegatedShareFromJSON = DelegatedShareDeliveryRequestEncryptedDelegatedShareFromJSON;
52
+ exports.DelegatedShareDeliveryRequestEncryptedDelegatedShareFromJSONTyped = DelegatedShareDeliveryRequestEncryptedDelegatedShareFromJSONTyped;
53
+ exports.DelegatedShareDeliveryRequestEncryptedDelegatedShareToJSON = DelegatedShareDeliveryRequestEncryptedDelegatedShareToJSON;
@@ -0,0 +1,57 @@
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 DelegatedShareDeliveryRequestEncryptedDelegatedShare
16
+ */
17
+ export interface DelegatedShareDeliveryRequestEncryptedDelegatedShare {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof DelegatedShareDeliveryRequestEncryptedDelegatedShare
22
+ */
23
+ algorithm: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof DelegatedShareDeliveryRequestEncryptedDelegatedShare
28
+ */
29
+ iv: string;
30
+ /**
31
+ * A string with a max length of 4096 characters
32
+ * @type {string}
33
+ * @memberof DelegatedShareDeliveryRequestEncryptedDelegatedShare
34
+ */
35
+ encryptedData: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof DelegatedShareDeliveryRequestEncryptedDelegatedShare
40
+ */
41
+ authTag: string;
42
+ /**
43
+ * A string with a max length of 4096 characters
44
+ * @type {string}
45
+ * @memberof DelegatedShareDeliveryRequestEncryptedDelegatedShare
46
+ */
47
+ encryptedKey: string;
48
+ /**
49
+ * A string with a max length of 4096 characters
50
+ * @type {string}
51
+ * @memberof DelegatedShareDeliveryRequestEncryptedDelegatedShare
52
+ */
53
+ encodedEnvelopeBytes: string;
54
+ }
55
+ export declare function DelegatedShareDeliveryRequestEncryptedDelegatedShareFromJSON(json: any): DelegatedShareDeliveryRequestEncryptedDelegatedShare;
56
+ export declare function DelegatedShareDeliveryRequestEncryptedDelegatedShareFromJSONTyped(json: any, ignoreDiscriminator: boolean): DelegatedShareDeliveryRequestEncryptedDelegatedShare;
57
+ export declare function DelegatedShareDeliveryRequestEncryptedDelegatedShareToJSON(value?: DelegatedShareDeliveryRequestEncryptedDelegatedShare | null): any;