@dynamic-labs/sdk-api 0.0.673 → 0.0.675

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 (134) 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 +215 -0
  5. package/src/apis/AnalyticsApi.d.ts +64 -1
  6. package/src/apis/AnalyticsApi.js +216 -1
  7. package/src/apis/ChainalysisApi.cjs +1 -0
  8. package/src/apis/ChainalysisApi.js +1 -0
  9. package/src/apis/ChainsApi.cjs +1 -0
  10. package/src/apis/ChainsApi.js +1 -0
  11. package/src/apis/CustomFieldsApi.cjs +1 -0
  12. package/src/apis/CustomFieldsApi.js +1 -0
  13. package/src/apis/CustomHostnamesApi.cjs +1 -0
  14. package/src/apis/CustomHostnamesApi.js +1 -0
  15. package/src/apis/CustomNetworksApi.cjs +1 -0
  16. package/src/apis/CustomNetworksApi.js +1 -0
  17. package/src/apis/DeeplinkUrlsApi.cjs +1 -0
  18. package/src/apis/DeeplinkUrlsApi.js +1 -0
  19. package/src/apis/EnvironmentsApi.cjs +1 -0
  20. package/src/apis/EnvironmentsApi.js +1 -0
  21. package/src/apis/EventsApi.cjs +1 -0
  22. package/src/apis/EventsApi.js +1 -0
  23. package/src/apis/ExportsApi.cjs +1 -0
  24. package/src/apis/ExportsApi.js +1 -0
  25. package/src/apis/ExternalJwtApi.cjs +1 -0
  26. package/src/apis/ExternalJwtApi.js +1 -0
  27. package/src/apis/GatesApi.cjs +1 -0
  28. package/src/apis/GatesApi.js +1 -0
  29. package/src/apis/GlobalWalletAccessControlApi.cjs +1 -0
  30. package/src/apis/GlobalWalletAccessControlApi.js +1 -0
  31. package/src/apis/GlobalWalletsApi.cjs +1 -0
  32. package/src/apis/GlobalWalletsApi.js +1 -0
  33. package/src/apis/InvitesApi.cjs +1 -0
  34. package/src/apis/InvitesApi.js +1 -0
  35. package/src/apis/MembersApi.cjs +1 -0
  36. package/src/apis/MembersApi.js +1 -0
  37. package/src/apis/MfaSettingsApi.cjs +1 -0
  38. package/src/apis/MfaSettingsApi.js +1 -0
  39. package/src/apis/NameServicesApi.cjs +1 -0
  40. package/src/apis/NameServicesApi.js +1 -0
  41. package/src/apis/OrganizationsApi.cjs +1 -0
  42. package/src/apis/OrganizationsApi.js +1 -0
  43. package/src/apis/OriginsApi.cjs +1 -0
  44. package/src/apis/OriginsApi.js +1 -0
  45. package/src/apis/ProjectsApi.cjs +1 -0
  46. package/src/apis/ProjectsApi.js +1 -0
  47. package/src/apis/SDKApi.cjs +70 -0
  48. package/src/apis/SDKApi.d.ts +25 -1
  49. package/src/apis/SDKApi.js +70 -0
  50. package/src/apis/SDKViewsApi.cjs +1 -0
  51. package/src/apis/SDKViewsApi.js +1 -0
  52. package/src/apis/SessionsApi.cjs +1 -0
  53. package/src/apis/SessionsApi.js +1 -0
  54. package/src/apis/SettingsApi.cjs +1 -0
  55. package/src/apis/SettingsApi.js +1 -0
  56. package/src/apis/TestAccountApi.cjs +1 -0
  57. package/src/apis/TestAccountApi.js +1 -0
  58. package/src/apis/TokensApi.cjs +1 -0
  59. package/src/apis/TokensApi.js +1 -0
  60. package/src/apis/UserApiTokensApi.cjs +1 -0
  61. package/src/apis/UserApiTokensApi.js +1 -0
  62. package/src/apis/UsersApi.cjs +1 -0
  63. package/src/apis/UsersApi.js +1 -0
  64. package/src/apis/VisitsApi.cjs +1 -0
  65. package/src/apis/VisitsApi.js +1 -0
  66. package/src/apis/WaasApi.cjs +1 -0
  67. package/src/apis/WaasApi.js +1 -0
  68. package/src/apis/WalletsApi.cjs +1 -0
  69. package/src/apis/WalletsApi.js +1 -0
  70. package/src/apis/WebhooksApi.cjs +1 -0
  71. package/src/apis/WebhooksApi.js +1 -0
  72. package/src/index.cjs +84 -0
  73. package/src/index.js +20 -1
  74. package/src/models/Account.cjs +45 -0
  75. package/src/models/Account.d.ts +59 -0
  76. package/src/models/Account.js +39 -0
  77. package/src/models/AccountBalances.cjs +37 -0
  78. package/src/models/AccountBalances.d.ts +39 -0
  79. package/src/models/AccountBalances.js +31 -0
  80. package/src/models/ActiveUsersTrendResult.cjs +45 -0
  81. package/src/models/ActiveUsersTrendResult.d.ts +33 -0
  82. package/src/models/ActiveUsersTrendResult.js +39 -0
  83. package/src/models/ActiveWeeklyDaysResult.cjs +47 -0
  84. package/src/models/ActiveWeeklyDaysResult.d.ts +39 -0
  85. package/src/models/ActiveWeeklyDaysResult.js +41 -0
  86. package/src/models/AnalyticsEngagementResponse.cjs +39 -0
  87. package/src/models/AnalyticsEngagementResponse.d.ts +42 -0
  88. package/src/models/AnalyticsEngagementResponse.js +33 -0
  89. package/src/models/AnalyticsEngagementResponseRetention.cjs +35 -0
  90. package/src/models/AnalyticsEngagementResponseRetention.d.ts +34 -0
  91. package/src/models/AnalyticsEngagementResponseRetention.js +29 -0
  92. package/src/models/AnalyticsOverviewResponse.cjs +36 -0
  93. package/src/models/AnalyticsOverviewResponse.d.ts +35 -0
  94. package/src/models/AnalyticsOverviewResponse.js +30 -0
  95. package/src/models/AnalyticsOverviewResponseSessions.cjs +35 -0
  96. package/src/models/AnalyticsOverviewResponseSessions.d.ts +34 -0
  97. package/src/models/AnalyticsOverviewResponseSessions.js +29 -0
  98. package/src/models/AnalyticsToplineResponse.cjs +39 -0
  99. package/src/models/AnalyticsToplineResponse.d.ts +42 -0
  100. package/src/models/AnalyticsToplineResponse.js +33 -0
  101. package/src/models/AnalyticsToplineResponseSessions.cjs +45 -0
  102. package/src/models/AnalyticsToplineResponseSessions.d.ts +33 -0
  103. package/src/models/AnalyticsToplineResponseSessions.js +39 -0
  104. package/src/models/AnalyticsToplineResponseUsers.cjs +45 -0
  105. package/src/models/AnalyticsToplineResponseUsers.d.ts +33 -0
  106. package/src/models/AnalyticsToplineResponseUsers.js +39 -0
  107. package/src/models/AnalyticsToplineResponseWallets.cjs +45 -0
  108. package/src/models/AnalyticsToplineResponseWallets.d.ts +33 -0
  109. package/src/models/AnalyticsToplineResponseWallets.js +39 -0
  110. package/src/models/AnalyticsWalletsResponse.cjs +33 -0
  111. package/src/models/AnalyticsWalletsResponse.d.ts +28 -0
  112. package/src/models/AnalyticsWalletsResponse.js +27 -0
  113. package/src/models/AnalyticsWalletsResponseBreakdown.cjs +35 -0
  114. package/src/models/AnalyticsWalletsResponseBreakdown.d.ts +34 -0
  115. package/src/models/AnalyticsWalletsResponseBreakdown.js +29 -0
  116. package/src/models/ExchangeKeyEnum.cjs +39 -0
  117. package/src/models/ExchangeKeyEnum.d.ts +22 -0
  118. package/src/models/ExchangeKeyEnum.js +33 -0
  119. package/src/models/RetentionTrendResult.cjs +35 -0
  120. package/src/models/RetentionTrendResult.d.ts +33 -0
  121. package/src/models/RetentionTrendResult.js +29 -0
  122. package/src/models/SessionsHeatmapResult.cjs +47 -0
  123. package/src/models/SessionsHeatmapResult.d.ts +39 -0
  124. package/src/models/SessionsHeatmapResult.js +41 -0
  125. package/src/models/SessionsTrendResult.cjs +47 -0
  126. package/src/models/SessionsTrendResult.d.ts +39 -0
  127. package/src/models/SessionsTrendResult.js +41 -0
  128. package/src/models/UnprocessableEntityErrorCode.cjs +1 -0
  129. package/src/models/UnprocessableEntityErrorCode.d.ts +1 -0
  130. package/src/models/UnprocessableEntityErrorCode.js +1 -0
  131. package/src/models/WalletsBreakdownResult.cjs +45 -0
  132. package/src/models/WalletsBreakdownResult.d.ts +33 -0
  133. package/src/models/WalletsBreakdownResult.js +39 -0
  134. package/src/models/index.d.ts +19 -0
@@ -0,0 +1,39 @@
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
+ * Source exchange identifier
20
+ * @export
21
+ * @enum {string}
22
+ */
23
+ exports.ExchangeKeyEnum = void 0;
24
+ (function (ExchangeKeyEnum) {
25
+ ExchangeKeyEnum["Coinbase"] = "coinbase";
26
+ })(exports.ExchangeKeyEnum || (exports.ExchangeKeyEnum = {}));
27
+ function ExchangeKeyEnumFromJSON(json) {
28
+ return ExchangeKeyEnumFromJSONTyped(json);
29
+ }
30
+ function ExchangeKeyEnumFromJSONTyped(json, ignoreDiscriminator) {
31
+ return json;
32
+ }
33
+ function ExchangeKeyEnumToJSON(value) {
34
+ return value;
35
+ }
36
+
37
+ exports.ExchangeKeyEnumFromJSON = ExchangeKeyEnumFromJSON;
38
+ exports.ExchangeKeyEnumFromJSONTyped = ExchangeKeyEnumFromJSONTyped;
39
+ exports.ExchangeKeyEnumToJSON = ExchangeKeyEnumToJSON;
@@ -0,0 +1,22 @@
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
+ * Source exchange identifier
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare enum ExchangeKeyEnum {
18
+ Coinbase = "coinbase"
19
+ }
20
+ export declare function ExchangeKeyEnumFromJSON(json: any): ExchangeKeyEnum;
21
+ export declare function ExchangeKeyEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExchangeKeyEnum;
22
+ export declare function ExchangeKeyEnumToJSON(value?: ExchangeKeyEnum | null): any;
@@ -0,0 +1,33 @@
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
+ * Source exchange identifier
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ var ExchangeKeyEnum;
20
+ (function (ExchangeKeyEnum) {
21
+ ExchangeKeyEnum["Coinbase"] = "coinbase";
22
+ })(ExchangeKeyEnum || (ExchangeKeyEnum = {}));
23
+ function ExchangeKeyEnumFromJSON(json) {
24
+ return ExchangeKeyEnumFromJSONTyped(json);
25
+ }
26
+ function ExchangeKeyEnumFromJSONTyped(json, ignoreDiscriminator) {
27
+ return json;
28
+ }
29
+ function ExchangeKeyEnumToJSON(value) {
30
+ return value;
31
+ }
32
+
33
+ export { ExchangeKeyEnum, ExchangeKeyEnumFromJSON, ExchangeKeyEnumFromJSONTyped, ExchangeKeyEnumToJSON };
@@ -0,0 +1,35 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var runtime = require('../runtime.cjs');
6
+
7
+ /* tslint:disable */
8
+ function RetentionTrendResultFromJSON(json) {
9
+ return RetentionTrendResultFromJSONTyped(json);
10
+ }
11
+ function RetentionTrendResultFromJSONTyped(json, ignoreDiscriminator) {
12
+ if ((json === undefined) || (json === null)) {
13
+ return json;
14
+ }
15
+ return {
16
+ 'cohortWeek': (new Date(json['cohort_week'])),
17
+ 'retentionPct': !runtime.exists(json, 'retention_pct') ? undefined : json['retention_pct'],
18
+ };
19
+ }
20
+ function RetentionTrendResultToJSON(value) {
21
+ if (value === undefined) {
22
+ return undefined;
23
+ }
24
+ if (value === null) {
25
+ return null;
26
+ }
27
+ return {
28
+ 'cohort_week': (value.cohortWeek.toISOString().substr(0, 10)),
29
+ 'retention_pct': value.retentionPct,
30
+ };
31
+ }
32
+
33
+ exports.RetentionTrendResultFromJSON = RetentionTrendResultFromJSON;
34
+ exports.RetentionTrendResultFromJSONTyped = RetentionTrendResultFromJSONTyped;
35
+ exports.RetentionTrendResultToJSON = RetentionTrendResultToJSON;
@@ -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
+ *
14
+ * @export
15
+ * @interface RetentionTrendResult
16
+ */
17
+ export interface RetentionTrendResult {
18
+ /**
19
+ * Week beginning date for this cohort
20
+ * @type {Date}
21
+ * @memberof RetentionTrendResult
22
+ */
23
+ cohortWeek: Date;
24
+ /**
25
+ * Retention percentage for this cohort
26
+ * @type {number}
27
+ * @memberof RetentionTrendResult
28
+ */
29
+ retentionPct?: number | null;
30
+ }
31
+ export declare function RetentionTrendResultFromJSON(json: any): RetentionTrendResult;
32
+ export declare function RetentionTrendResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): RetentionTrendResult;
33
+ export declare function RetentionTrendResultToJSON(value?: RetentionTrendResult | null): any;
@@ -0,0 +1,29 @@
1
+ import { exists } from '../runtime.js';
2
+
3
+ /* tslint:disable */
4
+ function RetentionTrendResultFromJSON(json) {
5
+ return RetentionTrendResultFromJSONTyped(json);
6
+ }
7
+ function RetentionTrendResultFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'cohortWeek': (new Date(json['cohort_week'])),
13
+ 'retentionPct': !exists(json, 'retention_pct') ? undefined : json['retention_pct'],
14
+ };
15
+ }
16
+ function RetentionTrendResultToJSON(value) {
17
+ if (value === undefined) {
18
+ return undefined;
19
+ }
20
+ if (value === null) {
21
+ return null;
22
+ }
23
+ return {
24
+ 'cohort_week': (value.cohortWeek.toISOString().substr(0, 10)),
25
+ 'retention_pct': value.retentionPct,
26
+ };
27
+ }
28
+
29
+ export { RetentionTrendResultFromJSON, RetentionTrendResultFromJSONTyped, RetentionTrendResultToJSON };
@@ -0,0 +1,47 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ /**
8
+ * Dashboard API
9
+ * Dashboard API documentation
10
+ *
11
+ * The version of the OpenAPI document: 1.0.0
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
15
+ * https://openapi-generator.tech
16
+ * Do not edit the class manually.
17
+ */
18
+ function SessionsHeatmapResultFromJSON(json) {
19
+ return SessionsHeatmapResultFromJSONTyped(json);
20
+ }
21
+ function SessionsHeatmapResultFromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'hourBucket': json['hour_bucket'],
27
+ 'weekday': json['weekday'],
28
+ 'nSessionsVisits': json['n_sessions_visits'],
29
+ };
30
+ }
31
+ function SessionsHeatmapResultToJSON(value) {
32
+ if (value === undefined) {
33
+ return undefined;
34
+ }
35
+ if (value === null) {
36
+ return null;
37
+ }
38
+ return {
39
+ 'hour_bucket': value.hourBucket,
40
+ 'weekday': value.weekday,
41
+ 'n_sessions_visits': value.nSessionsVisits,
42
+ };
43
+ }
44
+
45
+ exports.SessionsHeatmapResultFromJSON = SessionsHeatmapResultFromJSON;
46
+ exports.SessionsHeatmapResultFromJSONTyped = SessionsHeatmapResultFromJSONTyped;
47
+ exports.SessionsHeatmapResultToJSON = SessionsHeatmapResultToJSON;
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface SessionsHeatmapResult
16
+ */
17
+ export interface SessionsHeatmapResult {
18
+ /**
19
+ * Hour of day (0-23)
20
+ * @type {number}
21
+ * @memberof SessionsHeatmapResult
22
+ */
23
+ hourBucket: number;
24
+ /**
25
+ * Day of week (0-6, with 0 being Sunday)
26
+ * @type {number}
27
+ * @memberof SessionsHeatmapResult
28
+ */
29
+ weekday: number;
30
+ /**
31
+ * Number of sessions/visits in this time period
32
+ * @type {number}
33
+ * @memberof SessionsHeatmapResult
34
+ */
35
+ nSessionsVisits: number;
36
+ }
37
+ export declare function SessionsHeatmapResultFromJSON(json: any): SessionsHeatmapResult;
38
+ export declare function SessionsHeatmapResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionsHeatmapResult;
39
+ export declare function SessionsHeatmapResultToJSON(value?: SessionsHeatmapResult | null): any;
@@ -0,0 +1,41 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Dashboard API
5
+ * Dashboard API documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ function SessionsHeatmapResultFromJSON(json) {
15
+ return SessionsHeatmapResultFromJSONTyped(json);
16
+ }
17
+ function SessionsHeatmapResultFromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'hourBucket': json['hour_bucket'],
23
+ 'weekday': json['weekday'],
24
+ 'nSessionsVisits': json['n_sessions_visits'],
25
+ };
26
+ }
27
+ function SessionsHeatmapResultToJSON(value) {
28
+ if (value === undefined) {
29
+ return undefined;
30
+ }
31
+ if (value === null) {
32
+ return null;
33
+ }
34
+ return {
35
+ 'hour_bucket': value.hourBucket,
36
+ 'weekday': value.weekday,
37
+ 'n_sessions_visits': value.nSessionsVisits,
38
+ };
39
+ }
40
+
41
+ export { SessionsHeatmapResultFromJSON, SessionsHeatmapResultFromJSONTyped, SessionsHeatmapResultToJSON };
@@ -0,0 +1,47 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ /**
8
+ * Dashboard API
9
+ * Dashboard API documentation
10
+ *
11
+ * The version of the OpenAPI document: 1.0.0
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
15
+ * https://openapi-generator.tech
16
+ * Do not edit the class manually.
17
+ */
18
+ function SessionsTrendResultFromJSON(json) {
19
+ return SessionsTrendResultFromJSONTyped(json);
20
+ }
21
+ function SessionsTrendResultFromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'date': (new Date(json['date'])),
27
+ 'dimValue': json['dim_value'],
28
+ 'nSessionsVisits': json['n_sessions_visits'],
29
+ };
30
+ }
31
+ function SessionsTrendResultToJSON(value) {
32
+ if (value === undefined) {
33
+ return undefined;
34
+ }
35
+ if (value === null) {
36
+ return null;
37
+ }
38
+ return {
39
+ 'date': (value.date.toISOString().substr(0, 10)),
40
+ 'dim_value': value.dimValue,
41
+ 'n_sessions_visits': value.nSessionsVisits,
42
+ };
43
+ }
44
+
45
+ exports.SessionsTrendResultFromJSON = SessionsTrendResultFromJSON;
46
+ exports.SessionsTrendResultFromJSONTyped = SessionsTrendResultFromJSONTyped;
47
+ exports.SessionsTrendResultToJSON = SessionsTrendResultToJSON;
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface SessionsTrendResult
16
+ */
17
+ export interface SessionsTrendResult {
18
+ /**
19
+ * Date in YYYY-MM-DD format
20
+ * @type {Date}
21
+ * @memberof SessionsTrendResult
22
+ */
23
+ date: Date;
24
+ /**
25
+ * Dimension value (e.g., operating system or login method)
26
+ * @type {string}
27
+ * @memberof SessionsTrendResult
28
+ */
29
+ dimValue: string;
30
+ /**
31
+ * Number of sessions/visits for this date and dimension
32
+ * @type {number}
33
+ * @memberof SessionsTrendResult
34
+ */
35
+ nSessionsVisits: number;
36
+ }
37
+ export declare function SessionsTrendResultFromJSON(json: any): SessionsTrendResult;
38
+ export declare function SessionsTrendResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionsTrendResult;
39
+ export declare function SessionsTrendResultToJSON(value?: SessionsTrendResult | null): any;
@@ -0,0 +1,41 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Dashboard API
5
+ * Dashboard API documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ function SessionsTrendResultFromJSON(json) {
15
+ return SessionsTrendResultFromJSONTyped(json);
16
+ }
17
+ function SessionsTrendResultFromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'date': (new Date(json['date'])),
23
+ 'dimValue': json['dim_value'],
24
+ 'nSessionsVisits': json['n_sessions_visits'],
25
+ };
26
+ }
27
+ function SessionsTrendResultToJSON(value) {
28
+ if (value === undefined) {
29
+ return undefined;
30
+ }
31
+ if (value === null) {
32
+ return null;
33
+ }
34
+ return {
35
+ 'date': (value.date.toISOString().substr(0, 10)),
36
+ 'dim_value': value.dimValue,
37
+ 'n_sessions_visits': value.nSessionsVisits,
38
+ };
39
+ }
40
+
41
+ export { SessionsTrendResultFromJSON, SessionsTrendResultFromJSONTyped, SessionsTrendResultToJSON };
@@ -22,6 +22,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
22
22
  */
23
23
  exports.UnprocessableEntityErrorCode = void 0;
24
24
  (function (UnprocessableEntityErrorCode) {
25
+ UnprocessableEntityErrorCode["InvalidExchangeProvider"] = "invalid_exchange_provider";
25
26
  UnprocessableEntityErrorCode["InvalidEmail"] = "invalid_email";
26
27
  UnprocessableEntityErrorCode["EmailAlreadyExists"] = "email_already_exists";
27
28
  UnprocessableEntityErrorCode["AllowlistAlreadyExists"] = "allowlist_already_exists";
@@ -15,6 +15,7 @@
15
15
  * @enum {string}
16
16
  */
17
17
  export declare enum UnprocessableEntityErrorCode {
18
+ InvalidExchangeProvider = "invalid_exchange_provider",
18
19
  InvalidEmail = "invalid_email",
19
20
  EmailAlreadyExists = "email_already_exists",
20
21
  AllowlistAlreadyExists = "allowlist_already_exists",
@@ -18,6 +18,7 @@
18
18
  */
19
19
  var UnprocessableEntityErrorCode;
20
20
  (function (UnprocessableEntityErrorCode) {
21
+ UnprocessableEntityErrorCode["InvalidExchangeProvider"] = "invalid_exchange_provider";
21
22
  UnprocessableEntityErrorCode["InvalidEmail"] = "invalid_email";
22
23
  UnprocessableEntityErrorCode["EmailAlreadyExists"] = "email_already_exists";
23
24
  UnprocessableEntityErrorCode["AllowlistAlreadyExists"] = "allowlist_already_exists";
@@ -0,0 +1,45 @@
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 WalletsBreakdownResultFromJSON(json) {
19
+ return WalletsBreakdownResultFromJSONTyped(json);
20
+ }
21
+ function WalletsBreakdownResultFromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'walletNameDisplay': json['wallet_name_display'],
27
+ 'nWallets': json['n_wallets'],
28
+ };
29
+ }
30
+ function WalletsBreakdownResultToJSON(value) {
31
+ if (value === undefined) {
32
+ return undefined;
33
+ }
34
+ if (value === null) {
35
+ return null;
36
+ }
37
+ return {
38
+ 'wallet_name_display': value.walletNameDisplay,
39
+ 'n_wallets': value.nWallets,
40
+ };
41
+ }
42
+
43
+ exports.WalletsBreakdownResultFromJSON = WalletsBreakdownResultFromJSON;
44
+ exports.WalletsBreakdownResultFromJSONTyped = WalletsBreakdownResultFromJSONTyped;
45
+ exports.WalletsBreakdownResultToJSON = WalletsBreakdownResultToJSON;
@@ -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
+ *
14
+ * @export
15
+ * @interface WalletsBreakdownResult
16
+ */
17
+ export interface WalletsBreakdownResult {
18
+ /**
19
+ * Display name of the wallet provider
20
+ * @type {string}
21
+ * @memberof WalletsBreakdownResult
22
+ */
23
+ walletNameDisplay: string;
24
+ /**
25
+ * Number of wallets for this provider
26
+ * @type {number}
27
+ * @memberof WalletsBreakdownResult
28
+ */
29
+ nWallets: number;
30
+ }
31
+ export declare function WalletsBreakdownResultFromJSON(json: any): WalletsBreakdownResult;
32
+ export declare function WalletsBreakdownResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): WalletsBreakdownResult;
33
+ export declare function WalletsBreakdownResultToJSON(value?: WalletsBreakdownResult | 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 WalletsBreakdownResultFromJSON(json) {
15
+ return WalletsBreakdownResultFromJSONTyped(json);
16
+ }
17
+ function WalletsBreakdownResultFromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'walletNameDisplay': json['wallet_name_display'],
23
+ 'nWallets': json['n_wallets'],
24
+ };
25
+ }
26
+ function WalletsBreakdownResultToJSON(value) {
27
+ if (value === undefined) {
28
+ return undefined;
29
+ }
30
+ if (value === null) {
31
+ return null;
32
+ }
33
+ return {
34
+ 'wallet_name_display': value.walletNameDisplay,
35
+ 'n_wallets': value.nWallets,
36
+ };
37
+ }
38
+
39
+ export { WalletsBreakdownResultFromJSON, WalletsBreakdownResultFromJSONTyped, WalletsBreakdownResultToJSON };
@@ -1,11 +1,25 @@
1
1
  export * from './AccessOutcomeEnum';
2
+ export * from './Account';
3
+ export * from './AccountBalances';
4
+ export * from './ActiveUsersTrendResult';
5
+ export * from './ActiveWeeklyDaysResult';
2
6
  export * from './AddDeeplinkUrlRequest';
3
7
  export * from './Allowlist';
4
8
  export * from './AllowlistEntriesResponse';
5
9
  export * from './AllowlistEntry';
10
+ export * from './AnalyticsEngagementResponse';
11
+ export * from './AnalyticsEngagementResponseRetention';
12
+ export * from './AnalyticsOverviewResponse';
13
+ export * from './AnalyticsOverviewResponseSessions';
6
14
  export * from './AnalyticsSessionsByDate';
7
15
  export * from './AnalyticsSessionsByDateSessions';
16
+ export * from './AnalyticsToplineResponse';
17
+ export * from './AnalyticsToplineResponseSessions';
18
+ export * from './AnalyticsToplineResponseUsers';
19
+ export * from './AnalyticsToplineResponseWallets';
8
20
  export * from './AnalyticsVisitResponse';
21
+ export * from './AnalyticsWalletsResponse';
22
+ export * from './AnalyticsWalletsResponseBreakdown';
9
23
  export * from './Asset';
10
24
  export * from './AssetDiff';
11
25
  export * from './AssetExposure';
@@ -105,6 +119,7 @@ export * from './EnvironmentsResponseEnvironments';
105
119
  export * from './ErrorMessageWithCode';
106
120
  export * from './Event';
107
121
  export * from './EventType';
122
+ export * from './ExchangeKeyEnum';
108
123
  export * from './Export';
109
124
  export * from './ExportCreateRequest';
110
125
  export * from './ExportCreateRequestFilter';
@@ -313,6 +328,7 @@ export * from './RegisterEmbeddedWalletSessionKeyResponse';
313
328
  export * from './RegisterSessionKeyRequest';
314
329
  export * from './ReshareRequest';
315
330
  export * from './ResidentKeyRequirement';
331
+ export * from './RetentionTrendResult';
316
332
  export * from './RoleEnum';
317
333
  export * from './ScanWebsiteUrlRequest';
318
334
  export * from './ScanWebsiteUrlResponse';
@@ -326,6 +342,8 @@ export * from './SdkViewType';
326
342
  export * from './SdkViewUpdateRequest';
327
343
  export * from './SdkViewsResponse';
328
344
  export * from './Session';
345
+ export * from './SessionsHeatmapResult';
346
+ export * from './SessionsTrendResult';
329
347
  export * from './SignInProviderEnum';
330
348
  export * from './SignMessageWithWaasRequest';
331
349
  export * from './SignTransactionWithWaasRequest';
@@ -418,6 +436,7 @@ export * from './WalletKeyShareInfoWithEncryptedAccountCredential';
418
436
  export * from './WalletKeyShareInfoWithEncryptedAccountCredentialAllOf';
419
437
  export * from './WalletProperties';
420
438
  export * from './WalletProviderEnum';
439
+ export * from './WalletsBreakdownResult';
421
440
  export * from './Webhook';
422
441
  export * from './WebhookCreateRequest';
423
442
  export * from './WebhookMessage';