@dynamic-labs/sdk-api 0.0.937 → 0.0.939

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 (121) hide show
  1. package/package.json +1 -1
  2. package/src/index.cjs +4 -0
  3. package/src/index.js +1 -0
  4. package/src/models/Allowlist.d.ts +3 -3
  5. package/src/models/AllowlistEntriesResponse.d.ts +2 -2
  6. package/src/models/AllowlistEntry.d.ts +10 -10
  7. package/src/models/AnalyticsEngagementResponse.d.ts +2 -2
  8. package/src/models/AnalyticsEngagementResponseRetention.d.ts +1 -1
  9. package/src/models/AnalyticsOverviewResponse.d.ts +1 -1
  10. package/src/models/AnalyticsOverviewResponseSessions.d.ts +1 -1
  11. package/src/models/AnalyticsSessionsByDate.d.ts +2 -2
  12. package/src/models/AnalyticsToplineResponseSessions.d.ts +1 -1
  13. package/src/models/AnalyticsToplineResponseUsers.d.ts +1 -1
  14. package/src/models/AnalyticsToplineResponseWallets.d.ts +1 -1
  15. package/src/models/AnalyticsVisitResponse.d.ts +2 -2
  16. package/src/models/AnalyticsWalletsResponseBreakdown.d.ts +1 -1
  17. package/src/models/BackupKeySharesToLocationsWithUserIdRequest.d.ts +1 -1
  18. package/src/models/BillingSubscription.d.ts +12 -12
  19. package/src/models/BillingSubscriptionPeriod.d.ts +3 -3
  20. package/src/models/BulkUserCreateResponse.d.ts +4 -4
  21. package/src/models/ChainalysisCheck.d.ts +2 -2
  22. package/src/models/ChainalysisConfiguration.d.ts +4 -4
  23. package/src/models/CreateProjectResponseProject.d.ts +1 -1
  24. package/src/models/CreateUserOauthRequest.d.ts +3 -3
  25. package/src/models/CreateWalletRequest.d.ts +1 -1
  26. package/src/models/CustomField.d.ts +1 -1
  27. package/src/models/CustomFieldRequest.d.ts +3 -3
  28. package/src/models/CustomHostname.d.ts +2 -2
  29. package/src/models/CustomHostnameVerificationRecord.d.ts +2 -2
  30. package/src/models/CustomHostnamesResponse.d.ts +1 -1
  31. package/src/models/CustomNetworkResponseCustomNetwork.d.ts +1 -1
  32. package/src/models/DeeplinkUrlResponse.d.ts +1 -1
  33. package/src/models/DeeplinkUrlsResponse.d.ts +1 -1
  34. package/src/models/DelegatedAccessEncryptionPublicKey.d.ts +2 -2
  35. package/src/models/DelegatedAccessEncryptionPublicKeysResponse.d.ts +1 -1
  36. package/src/models/DelegatedAccessWalletApiKey.d.ts +5 -5
  37. package/src/models/EnvironmentVisitorsResponse.cjs +3 -2
  38. package/src/models/EnvironmentVisitorsResponse.d.ts +3 -2
  39. package/src/models/EnvironmentVisitorsResponse.js +3 -2
  40. package/src/models/EnvironmentVisitorsResponseUsers.d.ts +1 -1
  41. package/src/models/EnvironmentVisitorsResponseVisitors.cjs +35 -0
  42. package/src/models/EnvironmentVisitorsResponseVisitors.d.ts +33 -0
  43. package/src/models/EnvironmentVisitorsResponseVisitors.js +29 -0
  44. package/src/models/EnvironmentsResponseEnvironments.d.ts +1 -1
  45. package/src/models/Event.d.ts +5 -5
  46. package/src/models/EventContext.d.ts +2 -2
  47. package/src/models/EventType.d.ts +2 -2
  48. package/src/models/EventsResponse.d.ts +2 -2
  49. package/src/models/ExchangeResponse.d.ts +1 -1
  50. package/src/models/Export.d.ts +4 -4
  51. package/src/models/ExportsResponse.d.ts +1 -1
  52. package/src/models/ExternalJwtCheckRequest.d.ts +1 -1
  53. package/src/models/GatesResponse.d.ts +1 -1
  54. package/src/models/GlobalWalletAccessControlDomainResponse.d.ts +1 -1
  55. package/src/models/GlobalWalletAccessControlResponse.d.ts +2 -2
  56. package/src/models/GlobalWalletSettingsCreateRequest.d.ts +2 -2
  57. package/src/models/GlobalWalletSettingsUpdateRequest.d.ts +2 -2
  58. package/src/models/InternalBulkUpdateUserFields.d.ts +7 -7
  59. package/src/models/InternalBulkUpdateUserFieldsAllOf.d.ts +2 -2
  60. package/src/models/InternalUpdatableUserFields.d.ts +5 -5
  61. package/src/models/InternalUserFields.d.ts +7 -7
  62. package/src/models/InternalUserFieldsAllOf.d.ts +2 -2
  63. package/src/models/Invite.d.ts +4 -4
  64. package/src/models/InviteConflictResponse.d.ts +1 -1
  65. package/src/models/InvitesResponse.d.ts +2 -2
  66. package/src/models/NameServiceCreateRequest.d.ts +1 -1
  67. package/src/models/NameServiceSigningMessageRequest.d.ts +1 -1
  68. package/src/models/OAuthAccount.d.ts +1 -1
  69. package/src/models/OauthProviderLoginUrl.d.ts +1 -1
  70. package/src/models/Organization.d.ts +1 -1
  71. package/src/models/OrganizationMembersResponse.d.ts +2 -2
  72. package/src/models/OrganizationMfaSettings.d.ts +1 -1
  73. package/src/models/OrganizationMfaSettingsResponse.d.ts +1 -1
  74. package/src/models/OrganizationResponseOrganization.d.ts +1 -1
  75. package/src/models/OrganizationsResponse.d.ts +1 -1
  76. package/src/models/OriginResponse.d.ts +1 -1
  77. package/src/models/OriginsResponse.d.ts +1 -1
  78. package/src/models/PostAllowlistEntriesRequest.d.ts +1 -1
  79. package/src/models/Project.d.ts +2 -2
  80. package/src/models/ProjectEnvironment.d.ts +3 -3
  81. package/src/models/ProjectsResponse.d.ts +1 -1
  82. package/src/models/ProviderCreateRequest.d.ts +8 -8
  83. package/src/models/ProviderUpdateRequest.d.ts +8 -8
  84. package/src/models/ProviderUrlsResponse.d.ts +1 -1
  85. package/src/models/ProvidersResponse.d.ts +1 -1
  86. package/src/models/Session.d.ts +4 -4
  87. package/src/models/SessionsResponse.d.ts +1 -1
  88. package/src/models/TestAccountResponse.d.ts +3 -3
  89. package/src/models/Token.d.ts +2 -2
  90. package/src/models/TokenCreatedBy.d.ts +4 -4
  91. package/src/models/TokenWithRaw.d.ts +2 -2
  92. package/src/models/TokenWithRawProjectEnvironment.d.ts +1 -1
  93. package/src/models/TokensResponse.d.ts +1 -1
  94. package/src/models/UpdateProjectResponse.d.ts +1 -1
  95. package/src/models/User.d.ts +7 -7
  96. package/src/models/UserAllOf.d.ts +7 -7
  97. package/src/models/UserSearchFilterParams.d.ts +1 -1
  98. package/src/models/UserWalletsResponse.d.ts +2 -2
  99. package/src/models/UsersResponse.d.ts +2 -2
  100. package/src/models/Visitor.d.ts +3 -3
  101. package/src/models/VisitorSearchFilterParams.d.ts +1 -1
  102. package/src/models/VisitorsResponse.d.ts +2 -2
  103. package/src/models/WaasAuthenticateResponse.d.ts +1 -1
  104. package/src/models/WaasAuthenticateResponseEncodedJwts.d.ts +1 -1
  105. package/src/models/WaasDelegateSignMessageRequest.d.ts +2 -2
  106. package/src/models/WaasDelegationCredentialsResponse.d.ts +2 -2
  107. package/src/models/WaasPolicyResponse.d.ts +4 -4
  108. package/src/models/WaasWallet.d.ts +1 -1
  109. package/src/models/Wallet.d.ts +1 -1
  110. package/src/models/WalletDetail.d.ts +11 -11
  111. package/src/models/WalletKeyShareInfo.d.ts +4 -4
  112. package/src/models/WalletKeyShareInfoWithEncryptedAccountCredential.d.ts +4 -4
  113. package/src/models/WalletsResponse.d.ts +1 -1
  114. package/src/models/Webhook.d.ts +7 -7
  115. package/src/models/WebhookCreateRequest.d.ts +2 -2
  116. package/src/models/WebhookMessage.d.ts +10 -10
  117. package/src/models/WebhookMessageRedeliveryResponse.d.ts +1 -1
  118. package/src/models/WebhookMessagesResponse.d.ts +2 -2
  119. package/src/models/WebhookUpdateRequest.d.ts +2 -2
  120. package/src/models/WebhooksResponse.d.ts +2 -2
  121. package/src/models/index.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api",
3
- "version": "0.0.937",
3
+ "version": "0.0.939",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
package/src/index.cjs CHANGED
@@ -235,6 +235,7 @@ var EmbeddedWalletVersionEnum = require('./models/EmbeddedWalletVersionEnum.cjs'
235
235
  var EnvironmentEnum = require('./models/EnvironmentEnum.cjs');
236
236
  var EnvironmentVisitorsResponse = require('./models/EnvironmentVisitorsResponse.cjs');
237
237
  var EnvironmentVisitorsResponseUsers = require('./models/EnvironmentVisitorsResponseUsers.cjs');
238
+ var EnvironmentVisitorsResponseVisitors = require('./models/EnvironmentVisitorsResponseVisitors.cjs');
238
239
  var EnvironmentsResponse = require('./models/EnvironmentsResponse.cjs');
239
240
  var EnvironmentsResponseEnvironments = require('./models/EnvironmentsResponseEnvironments.cjs');
240
241
  var ErrorMessageWithCode = require('./models/ErrorMessageWithCode.cjs');
@@ -1498,6 +1499,9 @@ exports.EnvironmentVisitorsResponseToJSON = EnvironmentVisitorsResponse.Environm
1498
1499
  exports.EnvironmentVisitorsResponseUsersFromJSON = EnvironmentVisitorsResponseUsers.EnvironmentVisitorsResponseUsersFromJSON;
1499
1500
  exports.EnvironmentVisitorsResponseUsersFromJSONTyped = EnvironmentVisitorsResponseUsers.EnvironmentVisitorsResponseUsersFromJSONTyped;
1500
1501
  exports.EnvironmentVisitorsResponseUsersToJSON = EnvironmentVisitorsResponseUsers.EnvironmentVisitorsResponseUsersToJSON;
1502
+ exports.EnvironmentVisitorsResponseVisitorsFromJSON = EnvironmentVisitorsResponseVisitors.EnvironmentVisitorsResponseVisitorsFromJSON;
1503
+ exports.EnvironmentVisitorsResponseVisitorsFromJSONTyped = EnvironmentVisitorsResponseVisitors.EnvironmentVisitorsResponseVisitorsFromJSONTyped;
1504
+ exports.EnvironmentVisitorsResponseVisitorsToJSON = EnvironmentVisitorsResponseVisitors.EnvironmentVisitorsResponseVisitorsToJSON;
1501
1505
  exports.EnvironmentsResponseFromJSON = EnvironmentsResponse.EnvironmentsResponseFromJSON;
1502
1506
  exports.EnvironmentsResponseFromJSONTyped = EnvironmentsResponse.EnvironmentsResponseFromJSONTyped;
1503
1507
  exports.EnvironmentsResponseToJSON = EnvironmentsResponse.EnvironmentsResponseToJSON;
package/src/index.js CHANGED
@@ -231,6 +231,7 @@ export { EmbeddedWalletVersionEnum, EmbeddedWalletVersionEnumFromJSON, EmbeddedW
231
231
  export { EnvironmentEnum, EnvironmentEnumFromJSON, EnvironmentEnumFromJSONTyped, EnvironmentEnumToJSON } from './models/EnvironmentEnum.js';
232
232
  export { EnvironmentVisitorsResponseFromJSON, EnvironmentVisitorsResponseFromJSONTyped, EnvironmentVisitorsResponseToJSON } from './models/EnvironmentVisitorsResponse.js';
233
233
  export { EnvironmentVisitorsResponseUsersFromJSON, EnvironmentVisitorsResponseUsersFromJSONTyped, EnvironmentVisitorsResponseUsersToJSON } from './models/EnvironmentVisitorsResponseUsers.js';
234
+ export { EnvironmentVisitorsResponseVisitorsFromJSON, EnvironmentVisitorsResponseVisitorsFromJSONTyped, EnvironmentVisitorsResponseVisitorsToJSON } from './models/EnvironmentVisitorsResponseVisitors.js';
234
235
  export { EnvironmentsResponseFromJSON, EnvironmentsResponseFromJSONTyped, EnvironmentsResponseToJSON } from './models/EnvironmentsResponse.js';
235
236
  export { EnvironmentsResponseEnvironmentsFromJSON, EnvironmentsResponseEnvironmentsFromJSONTyped, EnvironmentsResponseEnvironmentsToJSON } from './models/EnvironmentsResponseEnvironments.js';
236
237
  export { ErrorMessageWithCodeFromJSON, ErrorMessageWithCodeFromJSONTyped, ErrorMessageWithCodeToJSON } from './models/ErrorMessageWithCode.js';
@@ -23,13 +23,13 @@ export interface Allowlist {
23
23
  */
24
24
  id: string;
25
25
  /**
26
- *
26
+ * Human-readable name of the allowlist
27
27
  * @type {string}
28
28
  * @memberof Allowlist
29
29
  */
30
30
  name: string;
31
31
  /**
32
- *
32
+ * ISO 8601 timestamp of when the allowlist was enabled, or null if disabled
33
33
  * @type {Date}
34
34
  * @memberof Allowlist
35
35
  */
@@ -41,7 +41,7 @@ export interface Allowlist {
41
41
  */
42
42
  projectEnvironmentId: string;
43
43
  /**
44
- *
44
+ * Space-delimited permission scopes granted to matched users
45
45
  * @type {string}
46
46
  * @memberof Allowlist
47
47
  */
@@ -17,13 +17,13 @@ import { AllowlistEntry } from './AllowlistEntry';
17
17
  */
18
18
  export interface AllowlistEntriesResponse {
19
19
  /**
20
- *
20
+ * Total number of entries in the allowlist
21
21
  * @type {number}
22
22
  * @memberof AllowlistEntriesResponse
23
23
  */
24
24
  count?: number;
25
25
  /**
26
- *
26
+ * List of allowlist entry objects
27
27
  * @type {Array<AllowlistEntry>}
28
28
  * @memberof AllowlistEntriesResponse
29
29
  */
@@ -28,61 +28,61 @@ export interface AllowlistEntry {
28
28
  */
29
29
  allowListId: string;
30
30
  /**
31
- *
31
+ * Wallet address matched against user wallets for allowlist evaluation
32
32
  * @type {string}
33
33
  * @memberof AllowlistEntry
34
34
  */
35
35
  walletPublicKey?: string;
36
36
  /**
37
- *
37
+ * Email address matched against user profiles for allowlist evaluation
38
38
  * @type {string}
39
39
  * @memberof AllowlistEntry
40
40
  */
41
41
  email?: string;
42
42
  /**
43
- *
43
+ * Email domain (e.g. company.com) matched against all emails from that organization
44
44
  * @type {string}
45
45
  * @memberof AllowlistEntry
46
46
  */
47
47
  emailDomain?: string;
48
48
  /**
49
- *
49
+ * Phone number matched against user profiles for allowlist evaluation
50
50
  * @type {string}
51
51
  * @memberof AllowlistEntry
52
52
  */
53
53
  phoneNumber?: string;
54
54
  /**
55
- *
55
+ * Discord username matched against the user's linked Discord OAuth account
56
56
  * @type {string}
57
57
  * @memberof AllowlistEntry
58
58
  */
59
59
  discordUsername?: string;
60
60
  /**
61
- *
61
+ * Twitter/X username matched against the user's linked Twitter OAuth account
62
62
  * @type {string}
63
63
  * @memberof AllowlistEntry
64
64
  */
65
65
  twitterUsername?: string;
66
66
  /**
67
- *
67
+ * Farcaster username matched against the user's linked Farcaster profile
68
68
  * @type {string}
69
69
  * @memberof AllowlistEntry
70
70
  */
71
71
  farcasterUsername?: string;
72
72
  /**
73
- *
73
+ * Farcaster FID (numeric protocol identifier) matched against user profiles
74
74
  * @type {number}
75
75
  * @memberof AllowlistEntry
76
76
  */
77
77
  farcasterFid?: number;
78
78
  /**
79
- *
79
+ * Human-readable label to identify this entry in the dashboard
80
80
  * @type {string}
81
81
  * @memberof AllowlistEntry
82
82
  */
83
83
  alias?: string;
84
84
  /**
85
- *
85
+ * External system user ID matched against linked ExternalUser identities
86
86
  * @type {string}
87
87
  * @memberof AllowlistEntry
88
88
  */
@@ -19,7 +19,7 @@ import { SessionsHeatmapResult } from './SessionsHeatmapResult';
19
19
  */
20
20
  export interface AnalyticsEngagementResponse {
21
21
  /**
22
- *
22
+ * Distribution of how many days per week users are active
23
23
  * @type {Array<ActiveWeeklyDaysResult>}
24
24
  * @memberof AnalyticsEngagementResponse
25
25
  */
@@ -31,7 +31,7 @@ export interface AnalyticsEngagementResponse {
31
31
  */
32
32
  retention: AnalyticsEngagementResponseRetention;
33
33
  /**
34
- *
34
+ * Session activity heatmap grouped by hour of day and day of week
35
35
  * @type {Array<SessionsHeatmapResult>}
36
36
  * @memberof AnalyticsEngagementResponse
37
37
  */
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import { RetentionTrendResult } from './RetentionTrendResult';
13
13
  /**
14
- *
14
+ * Weekly cohort retention data for all users and new users
15
15
  * @export
16
16
  * @interface AnalyticsEngagementResponseRetention
17
17
  */
@@ -18,7 +18,7 @@ import { AnalyticsOverviewResponseSessions } from './AnalyticsOverviewResponseSe
18
18
  */
19
19
  export interface AnalyticsOverviewResponse {
20
20
  /**
21
- *
21
+ * Daily active user counts over the selected date range
22
22
  * @type {Array<ActiveUsersTrendResult>}
23
23
  * @memberof AnalyticsOverviewResponse
24
24
  */
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import { SessionsTrendResult } from './SessionsTrendResult';
13
13
  /**
14
- *
14
+ * Session trends broken down by login method and operating system
15
15
  * @export
16
16
  * @interface AnalyticsOverviewResponseSessions
17
17
  */
@@ -17,13 +17,13 @@ import { AnalyticsSessionsByDateSessions } from './AnalyticsSessionsByDateSessio
17
17
  */
18
18
  export interface AnalyticsSessionsByDate {
19
19
  /**
20
- *
20
+ * Total number of unique users or visitors in the dataset
21
21
  * @type {number}
22
22
  * @memberof AnalyticsSessionsByDate
23
23
  */
24
24
  totalUnique?: number;
25
25
  /**
26
- *
26
+ * List of session count entries grouped by date
27
27
  * @type {Array<AnalyticsSessionsByDateSessions>}
28
28
  * @memberof AnalyticsSessionsByDate
29
29
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * Aggregate session counts for all-time and the selected date range
14
14
  * @export
15
15
  * @interface AnalyticsToplineResponseSessions
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * Aggregate user counts for all-time and the selected date range
14
14
  * @export
15
15
  * @interface AnalyticsToplineResponseUsers
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * Aggregate wallet counts for all-time and the selected date range
14
14
  * @export
15
15
  * @interface AnalyticsToplineResponseWallets
16
16
  */
@@ -17,13 +17,13 @@ import { AnalyticsSessionsByDate } from './AnalyticsSessionsByDate';
17
17
  */
18
18
  export interface AnalyticsVisitResponse {
19
19
  /**
20
- *
20
+ * Total number of sessions across the selected date range
21
21
  * @type {number}
22
22
  * @memberof AnalyticsVisitResponse
23
23
  */
24
24
  summedSessionsCount?: number;
25
25
  /**
26
- *
26
+ * Total number of unique users or visitors across the selected date range
27
27
  * @type {number}
28
28
  * @memberof AnalyticsVisitResponse
29
29
  */
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import { WalletsBreakdownResult } from './WalletsBreakdownResult';
13
13
  /**
14
- *
14
+ * Wallet usage breakdown by provider for all-time and the selected date range
15
15
  * @export
16
16
  * @interface AnalyticsWalletsResponseBreakdown
17
17
  */
@@ -23,7 +23,7 @@ export interface BackupKeySharesToLocationsWithUserIdRequest {
23
23
  */
24
24
  userId: string;
25
25
  /**
26
- *
26
+ * Where to store key backup shares — valid values include user, dynamic, googleDrive, iCloud, external
27
27
  * @type {Array<BackupKeySharesToLocationsWithUserIdRequestLocations>}
28
28
  * @memberof BackupKeySharesToLocationsWithUserIdRequest
29
29
  */
@@ -19,25 +19,25 @@ import { BillingSubscriptionPlanTypeEnum } from './BillingSubscriptionPlanTypeEn
19
19
  */
20
20
  export interface BillingSubscription {
21
21
  /**
22
- *
22
+ * URL to the Stripe billing portal for managing the subscription
23
23
  * @type {string}
24
24
  * @memberof BillingSubscription
25
25
  */
26
26
  billingPortalUrl?: string;
27
27
  /**
28
- *
28
+ * URL to the Stripe billing portal pre-configured to add a payment method
29
29
  * @type {string}
30
30
  * @memberof BillingSubscription
31
31
  */
32
32
  billingPortalAddPaymentMethodUrl?: string;
33
33
  /**
34
- *
34
+ * When true, the subscription will be cancelled at the end of the current billing period
35
35
  * @type {boolean}
36
36
  * @memberof BillingSubscription
37
37
  */
38
38
  cancelAtPeriodEnd?: boolean;
39
39
  /**
40
- *
40
+ * Whether the organization has a valid payment method on file
41
41
  * @type {boolean}
42
42
  * @memberof BillingSubscription
43
43
  */
@@ -49,31 +49,31 @@ export interface BillingSubscription {
49
49
  */
50
50
  planType: BillingSubscriptionPlanTypeEnum;
51
51
  /**
52
- *
52
+ * Whether the subscription is currently in a free trial period
53
53
  * @type {boolean}
54
54
  * @memberof BillingSubscription
55
55
  */
56
56
  inTrial: boolean;
57
57
  /**
58
- *
58
+ * List of feature scope strings included in the current subscription plan
59
59
  * @type {Array<string>}
60
60
  * @memberof BillingSubscription
61
61
  */
62
62
  scope: Array<string>;
63
63
  /**
64
- *
64
+ * ISO 8601 timestamp of when the trial period started
65
65
  * @type {Date}
66
66
  * @memberof BillingSubscription
67
67
  */
68
68
  trialStart?: Date;
69
69
  /**
70
- *
70
+ * ISO 8601 timestamp of when the trial period ends
71
71
  * @type {Date}
72
72
  * @memberof BillingSubscription
73
73
  */
74
74
  trialEnd?: Date;
75
75
  /**
76
- *
76
+ * Number of days remaining in the trial period
77
77
  * @type {number}
78
78
  * @memberof BillingSubscription
79
79
  */
@@ -85,19 +85,19 @@ export interface BillingSubscription {
85
85
  */
86
86
  currentBillingPeriod?: BillingSubscriptionPeriod;
87
87
  /**
88
- *
88
+ * Billing plan version identifier
89
89
  * @type {string}
90
90
  * @memberof BillingSubscription
91
91
  */
92
92
  version: string;
93
93
  /**
94
- *
94
+ * When true, the user cannot switch between live and sandbox until payment is added
95
95
  * @type {boolean}
96
96
  * @memberof BillingSubscription
97
97
  */
98
98
  shouldLockEnvironmentSwitch?: boolean;
99
99
  /**
100
- *
100
+ * List of discount coupons applied to the subscription
101
101
  * @type {Array<BillingSubscriptionCoupon>}
102
102
  * @memberof BillingSubscription
103
103
  */
@@ -16,19 +16,19 @@
16
16
  */
17
17
  export interface BillingSubscriptionPeriod {
18
18
  /**
19
- *
19
+ * ISO 8601 timestamp of when the billing period started
20
20
  * @type {Date}
21
21
  * @memberof BillingSubscriptionPeriod
22
22
  */
23
23
  startDate: Date;
24
24
  /**
25
- *
25
+ * ISO 8601 timestamp of when the billing period ends
26
26
  * @type {Date}
27
27
  * @memberof BillingSubscriptionPeriod
28
28
  */
29
29
  endDate: Date;
30
30
  /**
31
- *
31
+ * Number of metered usage events recorded in this billing period
32
32
  * @type {number}
33
33
  * @memberof BillingSubscriptionPeriod
34
34
  */
@@ -18,25 +18,25 @@ import { User } from './User';
18
18
  */
19
19
  export interface BulkUserCreateResponse {
20
20
  /**
21
- *
21
+ * List of user objects that were newly created
22
22
  * @type {Array<User>}
23
23
  * @memberof BulkUserCreateResponse
24
24
  */
25
25
  created?: Array<User>;
26
26
  /**
27
- *
27
+ * List of user objects that were updated with new data
28
28
  * @type {Array<User>}
29
29
  * @memberof BulkUserCreateResponse
30
30
  */
31
31
  updated?: Array<User>;
32
32
  /**
33
- *
33
+ * List of user objects that failed to create or update, with error details
34
34
  * @type {Array<BulkUserCreateResponseFailed>}
35
35
  * @memberof BulkUserCreateResponse
36
36
  */
37
37
  failed?: Array<BulkUserCreateResponseFailed>;
38
38
  /**
39
- *
39
+ * Total number of users in the bulk request
40
40
  * @type {number}
41
41
  * @memberof BulkUserCreateResponse
42
42
  */
@@ -23,7 +23,7 @@ export interface ChainalysisCheck {
23
23
  */
24
24
  id: string;
25
25
  /**
26
- *
26
+ * ISO 8601 timestamp of when the Chainalysis check was performed
27
27
  * @type {Date}
28
28
  * @memberof ChainalysisCheck
29
29
  */
@@ -41,7 +41,7 @@ export interface ChainalysisCheck {
41
41
  */
42
42
  walletPublicKey: string;
43
43
  /**
44
- *
44
+ * Raw JSON response body from the Chainalysis API
45
45
  * @type {string}
46
46
  * @memberof ChainalysisCheck
47
47
  */
@@ -22,13 +22,13 @@ export interface ChainalysisConfiguration {
22
22
  */
23
23
  id: string;
24
24
  /**
25
- *
25
+ * Whether Chainalysis sanctions screening is enabled for wallet addresses
26
26
  * @type {boolean}
27
27
  * @memberof ChainalysisConfiguration
28
28
  */
29
29
  sanctionsApiEnabled: boolean;
30
30
  /**
31
- *
31
+ * Whether Chainalysis Know Your Transaction (KYT) monitoring is enabled
32
32
  * @type {boolean}
33
33
  * @memberof ChainalysisConfiguration
34
34
  */
@@ -40,13 +40,13 @@ export interface ChainalysisConfiguration {
40
40
  */
41
41
  projectEnvironmentId: string;
42
42
  /**
43
- *
43
+ * ISO 8601 timestamp of when the Chainalysis configuration was created
44
44
  * @type {Date}
45
45
  * @memberof ChainalysisConfiguration
46
46
  */
47
47
  createdAt: Date;
48
48
  /**
49
- *
49
+ * ISO 8601 timestamp of when the Chainalysis configuration was last updated
50
50
  * @type {Date}
51
51
  * @memberof ChainalysisConfiguration
52
52
  */
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import { CreateProjectResponseProjectProjectEnvironments } from './CreateProjectResponseProjectProjectEnvironments';
13
13
  /**
14
- *
14
+ * The newly created project with its environments
15
15
  * @export
16
16
  * @interface CreateProjectResponseProject
17
17
  */
@@ -29,7 +29,7 @@ export interface CreateUserOauthRequest {
29
29
  */
30
30
  accountId: string;
31
31
  /**
32
- *
32
+ * List of email addresses associated with this OAuth account
33
33
  * @type {Array<string>}
34
34
  * @memberof CreateUserOauthRequest
35
35
  */
@@ -47,13 +47,13 @@ export interface CreateUserOauthRequest {
47
47
  */
48
48
  username?: string;
49
49
  /**
50
- *
50
+ * List of profile photo URLs from the OAuth provider
51
51
  * @type {Array<string>}
52
52
  * @memberof CreateUserOauthRequest
53
53
  */
54
54
  photos?: Array<string>;
55
55
  /**
56
- *
56
+ * Raw profile data returned by the OAuth provider
57
57
  * @type {object}
58
58
  * @memberof CreateUserOauthRequest
59
59
  */
@@ -43,7 +43,7 @@ export interface CreateWalletRequest {
43
43
  */
44
44
  walletProvider: WalletProviderEnum;
45
45
  /**
46
- *
46
+ * Extra public addresses derived from or associated with this wallet (e.g. multi-chain)
47
47
  * @type {Array<WalletAdditionalAddress>}
48
48
  * @memberof CreateWalletRequest
49
49
  */
@@ -60,7 +60,7 @@ export interface CustomField {
60
60
  */
61
61
  validationRules?: CustomFieldValidationRules;
62
62
  /**
63
- *
63
+ * Zero-based display order in the onboarding form — lower values appear first
64
64
  * @type {number}
65
65
  * @memberof CustomField
66
66
  */
@@ -24,13 +24,13 @@ export interface CustomFieldRequest {
24
24
  */
25
25
  name: string;
26
26
  /**
27
- *
27
+ * When true the field is visible in user forms; when false it is hidden but existing data persists
28
28
  * @type {boolean}
29
29
  * @memberof CustomFieldRequest
30
30
  */
31
31
  enabled: boolean;
32
32
  /**
33
- *
33
+ * When true users must fill this field to complete onboarding
34
34
  * @type {boolean}
35
35
  * @memberof CustomFieldRequest
36
36
  */
@@ -48,7 +48,7 @@ export interface CustomFieldRequest {
48
48
  */
49
49
  validationRules?: CustomFieldValidationRules;
50
50
  /**
51
- *
51
+ * Zero-based display order in the onboarding form — lower values appear first
52
52
  * @type {number}
53
53
  * @memberof CustomFieldRequest
54
54
  */
@@ -43,13 +43,13 @@ export interface CustomHostname {
43
43
  */
44
44
  status: CustomHostnameStatusEnum;
45
45
  /**
46
- *
46
+ * List of DNS records required to verify ownership of the custom hostname
47
47
  * @type {Array<CustomHostnameVerificationRecord>}
48
48
  * @memberof CustomHostname
49
49
  */
50
50
  verificationRecords: Array<CustomHostnameVerificationRecord>;
51
51
  /**
52
- *
52
+ * Error message describing why hostname verification or activation failed
53
53
  * @type {string}
54
54
  * @memberof CustomHostname
55
55
  */
@@ -30,13 +30,13 @@ export interface CustomHostnameVerificationRecord {
30
30
  */
31
31
  verificationType: CustomHostnameVerificationType;
32
32
  /**
33
- *
33
+ * DNS record name (host) to create for verification
34
34
  * @type {string}
35
35
  * @memberof CustomHostnameVerificationRecord
36
36
  */
37
37
  name: string;
38
38
  /**
39
- *
39
+ * DNS record value to set for verification
40
40
  * @type {string}
41
41
  * @memberof CustomHostnameVerificationRecord
42
42
  */
@@ -17,7 +17,7 @@ import { CustomHostname } from './CustomHostname';
17
17
  */
18
18
  export interface CustomHostnamesResponse {
19
19
  /**
20
- *
20
+ * List of custom hostname objects configured for this environment
21
21
  * @type {Array<CustomHostname>}
22
22
  * @memberof CustomHostnamesResponse
23
23
  */
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import { ChainEnum } from './ChainEnum';
13
13
  /**
14
- *
14
+ * The custom network configuration details
15
15
  * @export
16
16
  * @interface CustomNetworkResponseCustomNetwork
17
17
  */
@@ -28,7 +28,7 @@ export interface DeeplinkUrlResponse {
28
28
  */
29
29
  url: string;
30
30
  /**
31
- *
31
+ * ISO 8601 timestamp of when the deeplink URL was created
32
32
  * @type {Date}
33
33
  * @memberof DeeplinkUrlResponse
34
34
  */
@@ -17,7 +17,7 @@ import { DeeplinkUrlResponse } from './DeeplinkUrlResponse';
17
17
  */
18
18
  export interface DeeplinkUrlsResponse {
19
19
  /**
20
- *
20
+ * List of deeplink URL objects configured for this environment
21
21
  * @type {Array<DeeplinkUrlResponse>}
22
22
  * @memberof DeeplinkUrlsResponse
23
23
  */
@@ -71,13 +71,13 @@ export interface DelegatedAccessEncryptionPublicKey {
71
71
  */
72
72
  revokedAt?: Date | null;
73
73
  /**
74
- *
74
+ * ISO 8601 timestamp of when the encryption public key was created
75
75
  * @type {Date}
76
76
  * @memberof DelegatedAccessEncryptionPublicKey
77
77
  */
78
78
  createdAt: Date;
79
79
  /**
80
- *
80
+ * ISO 8601 timestamp of when the encryption public key was last updated
81
81
  * @type {Date}
82
82
  * @memberof DelegatedAccessEncryptionPublicKey
83
83
  */