@dynamic-labs/sdk-api-core 0.0.940 → 0.0.941

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 (214) 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/Account.d.ts +1 -1
  5. package/src/models/AccountBalances.d.ts +1 -1
  6. package/src/models/Asset.d.ts +7 -7
  7. package/src/models/AssetDiff.d.ts +2 -2
  8. package/src/models/AssetExposure.d.ts +1 -1
  9. package/src/models/AssetTransfer.d.ts +4 -4
  10. package/src/models/AttachSourceRequest.cjs +3 -0
  11. package/src/models/AttachSourceRequest.d.ts +8 -1
  12. package/src/models/AttachSourceRequest.js +3 -0
  13. package/src/models/AuthSettings.d.ts +1 -1
  14. package/src/models/AuthenticationExtensionsClientInputs.d.ts +3 -3
  15. package/src/models/AuthenticationExtensionsClientOutputs.d.ts +3 -3
  16. package/src/models/AuthenticatorAssertionResponse.d.ts +1 -1
  17. package/src/models/AuthenticatorAttestationResponse.d.ts +1 -1
  18. package/src/models/AuthenticatorSelectionCriteria.d.ts +1 -1
  19. package/src/models/BackupKeySharesToLocationResponse.d.ts +1 -1
  20. package/src/models/BackupKeySharesToLocationsPendingResponse.d.ts +2 -2
  21. package/src/models/BackupKeySharesToLocationsRequest.d.ts +1 -1
  22. package/src/models/BackupKeySharesToLocationsResponse.d.ts +3 -3
  23. package/src/models/BackupMultipleClientKeySharesResponse.d.ts +1 -1
  24. package/src/models/BadGateway.d.ts +1 -1
  25. package/src/models/BadRequest.d.ts +1 -1
  26. package/src/models/BaseUser.d.ts +18 -18
  27. package/src/models/BlockaidValidation.d.ts +4 -4
  28. package/src/models/ChainConfiguration.d.ts +3 -3
  29. package/src/models/Checkout.d.ts +3 -3
  30. package/src/models/CheckoutFailure.d.ts +3 -3
  31. package/src/models/CheckoutFeeBreakdown.d.ts +1 -1
  32. package/src/models/CheckoutSettlementData.d.ts +1 -1
  33. package/src/models/CheckoutSourceTypeEnum.cjs +0 -1
  34. package/src/models/CheckoutSourceTypeEnum.d.ts +1 -2
  35. package/src/models/CheckoutSourceTypeEnum.js +0 -1
  36. package/src/models/CheckoutTransaction.cjs +3 -0
  37. package/src/models/CheckoutTransaction.d.ts +18 -11
  38. package/src/models/CheckoutTransaction.js +3 -0
  39. package/src/models/CheckoutTransactionCreateRequest.d.ts +3 -3
  40. package/src/models/CheckoutTransactionExchangeSource.cjs +45 -0
  41. package/src/models/CheckoutTransactionExchangeSource.d.ts +33 -0
  42. package/src/models/CheckoutTransactionExchangeSource.js +39 -0
  43. package/src/models/CheckoutTransactionQuote.d.ts +6 -6
  44. package/src/models/CheckoutsResponse.d.ts +1 -1
  45. package/src/models/CoinbaseOnrampGetBuyUrlRequest.d.ts +2 -2
  46. package/src/models/CoinbaseOnrampOrderResponsePaymentLink.d.ts +1 -1
  47. package/src/models/Conflict.d.ts +1 -1
  48. package/src/models/ConnectRequest.d.ts +1 -1
  49. package/src/models/CreateRoomsResponse.d.ts +1 -1
  50. package/src/models/CreateRoomsWithoutWalletIdResponse.d.ts +1 -1
  51. package/src/models/CreateWaasAccountRequest.d.ts +2 -2
  52. package/src/models/CryptoDotComPaymentResponse.d.ts +1 -1
  53. package/src/models/Currency.d.ts +4 -4
  54. package/src/models/DelegatedAccessEncryptionPublicKey.d.ts +2 -2
  55. package/src/models/DelegatedShareDeliveryRequestEncryptedDelegatedShare.d.ts +1 -1
  56. package/src/models/DepositAmountsConfigInput.d.ts +2 -2
  57. package/src/models/DestinationConfigInput.d.ts +1 -1
  58. package/src/models/DeviceRegistrationResponse.d.ts +4 -4
  59. package/src/models/DeviceRegistrationsResponse.d.ts +2 -2
  60. package/src/models/Duration.d.ts +1 -1
  61. package/src/models/DynamicJwt.d.ts +37 -37
  62. package/src/models/Eip712Domain.d.ts +3 -3
  63. package/src/models/Eip712TypeMember.d.ts +2 -2
  64. package/src/models/EmailVerificationCreateRequest.d.ts +1 -1
  65. package/src/models/EmailVerificationCreateResponse.d.ts +1 -1
  66. package/src/models/EmailVerificationRetryRequest.d.ts +1 -1
  67. package/src/models/EmbeddedWalletAuthToken.d.ts +1 -1
  68. package/src/models/EmbeddedWalletSecret.d.ts +1 -1
  69. package/src/models/EmbeddedWalletSecretWithUpdatedJwt.d.ts +2 -2
  70. package/src/models/EmbeddedWalletSecretWithUpdatedJwtAllOf.d.ts +1 -1
  71. package/src/models/ErrorMessageWithCode.d.ts +2 -2
  72. package/src/models/Exchange.d.ts +1 -1
  73. package/src/models/ExchangeTransaction.d.ts +1 -1
  74. package/src/models/ExchangeTransferResponse.d.ts +1 -1
  75. package/src/models/ExportEmbeddedWalletResponse.d.ts +1 -1
  76. package/src/models/ExportWaasWalletPrivateKeyRequest.d.ts +2 -2
  77. package/src/models/ExternalAuth.d.ts +1 -1
  78. package/src/models/ExternalWalletFundingDefaultSettingsToken.d.ts +1 -1
  79. package/src/models/FeatureFlags.d.ts +2 -2
  80. package/src/models/Forbidden.d.ts +1 -1
  81. package/src/models/ForbiddenErrorPayload.d.ts +1 -1
  82. package/src/models/Funding.d.ts +1 -1
  83. package/src/models/FundingExternalWallets.d.ts +1 -1
  84. package/src/models/GetPasskeyAuthenticationOptionsResponse.d.ts +1 -1
  85. package/src/models/GetPasskeyRegistrationOptionsResponse.d.ts +2 -2
  86. package/src/models/GetUserPasskeysResponse.d.ts +1 -1
  87. package/src/models/GlobalWalletConnection.d.ts +2 -2
  88. package/src/models/GlobalWalletConnectionCreateRequest.d.ts +1 -1
  89. package/src/models/GlobalWalletSettings.d.ts +2 -2
  90. package/src/models/HCaptchaSettings.d.ts +2 -2
  91. package/src/models/ImportWaasPrivateKeyRequest.d.ts +1 -1
  92. package/src/models/IntegrationSetting.d.ts +3 -3
  93. package/src/models/InternalServerError.d.ts +1 -1
  94. package/src/models/JwksKey.d.ts +6 -6
  95. package/src/models/JwksResponse.d.ts +1 -1
  96. package/src/models/JwtBlockchainAccount.d.ts +2 -2
  97. package/src/models/JwtPayloadDeprecatedInfo.d.ts +10 -10
  98. package/src/models/JwtVerifiedCredential.d.ts +10 -10
  99. package/src/models/JwtVerifiedCredentialHashes.d.ts +5 -5
  100. package/src/models/MFAAuthPasskeyDeviceGetResponseAssertion.d.ts +1 -1
  101. package/src/models/MFAListDevicesResponse.d.ts +1 -1
  102. package/src/models/MFAMethodsResponse.d.ts +2 -2
  103. package/src/models/MFARegisterPasskeyDeviceGetResponseRegistration.d.ts +1 -1
  104. package/src/models/MFASettings.d.ts +5 -5
  105. package/src/models/MFASettingsActions.d.ts +1 -1
  106. package/src/models/MFASettingsMethods.d.ts +1 -1
  107. package/src/models/MergeConflicts.d.ts +1 -1
  108. package/src/models/MergeUserConflictResolutions.d.ts +1 -1
  109. package/src/models/MethodNotAllowed.d.ts +1 -1
  110. package/src/models/MinifiedDynamicJwt.d.ts +3 -3
  111. package/src/models/MultichainAccountBalanceResponse.d.ts +1 -1
  112. package/src/models/MultichainAccountBalancesRequest.d.ts +1 -1
  113. package/src/models/NameService.d.ts +1 -1
  114. package/src/models/NameServiceData.d.ts +2 -2
  115. package/src/models/NameServiceSdkSettingsEvm.d.ts +1 -1
  116. package/src/models/NativeCurrency.d.ts +6 -6
  117. package/src/models/Network.d.ts +6 -6
  118. package/src/models/NetworkConfiguration.d.ts +14 -14
  119. package/src/models/NetworkConfigurationResponse.d.ts +2 -2
  120. package/src/models/NextJsSettings.d.ts +1 -1
  121. package/src/models/NonceResponse.d.ts +1 -1
  122. package/src/models/NoncesResponse.d.ts +1 -1
  123. package/src/models/NotFound.d.ts +2 -2
  124. package/src/models/OauthProviderLoginUrl.d.ts +1 -1
  125. package/src/models/OauthProviderRequest.d.ts +2 -2
  126. package/src/models/OpenRoomResponse.d.ts +3 -3
  127. package/src/models/OpenRoomResponseForReshare.d.ts +3 -3
  128. package/src/models/OpenRoomResponseWithServerKeygenIds.d.ts +3 -3
  129. package/src/models/PasskeyAllowCredential.d.ts +1 -1
  130. package/src/models/PasskeyExcludeCredential.d.ts +1 -1
  131. package/src/models/PasskeyRegistrationCredential.d.ts +1 -1
  132. package/src/models/PasskeyRegistrationCredentialV2.d.ts +1 -1
  133. package/src/models/PasskeyStorage.d.ts +3 -3
  134. package/src/models/PriceData.d.ts +1 -1
  135. package/src/models/ProjectSettingsChains.d.ts +3 -3
  136. package/src/models/ProjectSettingsDesignButton.d.ts +5 -5
  137. package/src/models/ProjectSettingsDesignModal.d.ts +13 -13
  138. package/src/models/ProjectSettingsDesignWidget.d.ts +5 -5
  139. package/src/models/ProjectSettingsGeneral.d.ts +8 -8
  140. package/src/models/ProjectSettingsKyc.d.ts +7 -7
  141. package/src/models/ProjectSettingsPrivacy.d.ts +1 -1
  142. package/src/models/ProjectSettingsSdk.d.ts +14 -14
  143. package/src/models/ProjectSettingsSdkAccountAbstraction.d.ts +1 -1
  144. package/src/models/ProjectSettingsSdkEmailSignIn.d.ts +1 -1
  145. package/src/models/ProjectSettingsSdkEmbeddedWallets.d.ts +1 -1
  146. package/src/models/ProjectSettingsSdkSocialSignIn.d.ts +1 -1
  147. package/src/models/ProjectSettingsSdkWaas.d.ts +1 -1
  148. package/src/models/ProjectSettingsSdkWalletConnect.d.ts +1 -1
  149. package/src/models/Provider.d.ts +2 -2
  150. package/src/models/ProviderAgreement.d.ts +2 -2
  151. package/src/models/PublicKeyCredentialDescriptor.d.ts +1 -1
  152. package/src/models/PublicKeyCredentialParameters.d.ts +1 -1
  153. package/src/models/PublishEvents.d.ts +1 -1
  154. package/src/models/RampConfiguration.d.ts +3 -3
  155. package/src/models/ReactSettings.d.ts +1 -1
  156. package/src/models/RecordBroadcastRequest.cjs +3 -13
  157. package/src/models/RecordBroadcastRequest.d.ts +2 -2
  158. package/src/models/RecordBroadcastRequest.js +3 -13
  159. package/src/models/RecoverMultipleClientKeySharesRequest.d.ts +1 -1
  160. package/src/models/RecoverMultipleClientKeySharesResponse.d.ts +1 -1
  161. package/src/models/RegisterEmbeddedWalletSessionKeyResponse.d.ts +2 -2
  162. package/src/models/ReshareRequest.d.ts +3 -3
  163. package/src/models/SdkSettingsRequest.d.ts +2 -2
  164. package/src/models/SdkUser.d.ts +18 -18
  165. package/src/models/SettlementConfigInput.d.ts +1 -1
  166. package/src/models/SignMessageEvmTypedData.d.ts +1 -1
  167. package/src/models/SignMessageWithWaasRequest.d.ts +2 -2
  168. package/src/models/SimulateSVMTransactionRequest.d.ts +1 -1
  169. package/src/models/SimulateTransactionResponse.d.ts +5 -5
  170. package/src/models/SimulateUserOpRequest.d.ts +1 -1
  171. package/src/models/SocialSignInProvider.d.ts +1 -1
  172. package/src/models/SolanaTransactionOptimizationRequest.d.ts +1 -1
  173. package/src/models/SolanaTransactionOptimizationResponse.d.ts +1 -1
  174. package/src/models/SsoProvider.d.ts +2 -2
  175. package/src/models/SupportedOfframpsResponse.d.ts +1 -1
  176. package/src/models/SupportedOnrampsResponse.d.ts +1 -1
  177. package/src/models/SupportedSecurityMethod.d.ts +4 -4
  178. package/src/models/SwapFee.d.ts +4 -4
  179. package/src/models/SwapGasCost.d.ts +2 -2
  180. package/src/models/SwapQuoteResponse.d.ts +4 -4
  181. package/src/models/SwapQuoteResponseSide.d.ts +3 -3
  182. package/src/models/SwapStatusResponse.d.ts +7 -7
  183. package/src/models/SwapStep.d.ts +5 -5
  184. package/src/models/SwapStepSide.d.ts +3 -3
  185. package/src/models/SwapToken.d.ts +8 -8
  186. package/src/models/TelegramUser.d.ts +7 -7
  187. package/src/models/TokenBalance.d.ts +12 -12
  188. package/src/models/TooManyRequests.d.ts +1 -1
  189. package/src/models/TransferDestination.d.ts +1 -1
  190. package/src/models/TurnkeyCreateWalletAccountsRequestBodyParameters.d.ts +1 -1
  191. package/src/models/TurnkeyDeleteEmbeddedWalletsRequestBodyParameters.d.ts +2 -2
  192. package/src/models/TurnkeySignedRequest.d.ts +1 -1
  193. package/src/models/TurnkeyStamp.d.ts +1 -1
  194. package/src/models/TurnkeyWalletAccount.d.ts +1 -1
  195. package/src/models/TurnkeyWalletProperties.d.ts +1 -1
  196. package/src/models/Unauthorized.d.ts +1 -1
  197. package/src/models/UnprocessableEntity.d.ts +1 -1
  198. package/src/models/UnprocessableEntityErrorPayload.d.ts +3 -3
  199. package/src/models/UpdateSelfResponse.d.ts +1 -1
  200. package/src/models/UserFieldsCheckResponse.d.ts +3 -3
  201. package/src/models/UserOauthAccessTokenResponse.d.ts +1 -1
  202. package/src/models/UserPasskey.d.ts +5 -5
  203. package/src/models/VerifyRequest.d.ts +3 -3
  204. package/src/models/VerifyResponse.d.ts +1 -1
  205. package/src/models/WaasWalletProperties.d.ts +1 -1
  206. package/src/models/WaasWalletSettings.d.ts +3 -3
  207. package/src/models/WalletBitcoinConfig.d.ts +2 -2
  208. package/src/models/WalletKeyShareInfo.d.ts +4 -4
  209. package/src/models/WalletKeyShareInfoWithEncryptedAccountCredential.d.ts +4 -4
  210. package/src/models/WalletProperties.d.ts +2 -2
  211. package/src/models/WalletTransaction.d.ts +3 -3
  212. package/src/models/WalletTransactionAssetTransferMetadata.d.ts +1 -1
  213. package/src/models/WalletTransactionsResponse.d.ts +1 -1
  214. package/src/models/index.d.ts +1 -0
@@ -30,37 +30,37 @@ export interface NetworkConfiguration {
30
30
  */
31
31
  chainName?: string;
32
32
  /**
33
- *
33
+ * Unique key identifier for the network configuration
34
34
  * @type {string}
35
35
  * @memberof NetworkConfiguration
36
36
  */
37
37
  key?: string;
38
38
  /**
39
- *
39
+ * Full display name of the network
40
40
  * @type {string}
41
41
  * @memberof NetworkConfiguration
42
42
  */
43
43
  name: string;
44
44
  /**
45
- *
45
+ * Abbreviated name of the network
46
46
  * @type {string}
47
47
  * @memberof NetworkConfiguration
48
48
  */
49
49
  shortName: string;
50
50
  /**
51
- *
51
+ * Whether this network is a test network
52
52
  * @type {boolean}
53
53
  * @memberof NetworkConfiguration
54
54
  */
55
55
  isTestnet?: boolean;
56
56
  /**
57
- *
57
+ * Chain identifier code
58
58
  * @type {string}
59
59
  * @memberof NetworkConfiguration
60
60
  */
61
61
  chain: string;
62
62
  /**
63
- *
63
+ * Unique chain identifier (e.g. EIP-155 chain ID for EVM networks)
64
64
  * @type {string}
65
65
  * @memberof NetworkConfiguration
66
66
  */
@@ -72,13 +72,13 @@ export interface NetworkConfiguration {
72
72
  */
73
73
  nameService?: NameService;
74
74
  /**
75
- *
75
+ * Network identifier used for routing and lookups
76
76
  * @type {string}
77
77
  * @memberof NetworkConfiguration
78
78
  */
79
79
  networkId: string;
80
80
  /**
81
- *
81
+ * List of URLs for the network icon images
82
82
  * @type {Array<string>}
83
83
  * @memberof NetworkConfiguration
84
84
  */
@@ -90,7 +90,7 @@ export interface NetworkConfiguration {
90
90
  */
91
91
  nativeCurrency: NativeCurrency;
92
92
  /**
93
- *
93
+ * List of public RPC endpoint URLs for the network
94
94
  * @type {Array<string>}
95
95
  * @memberof NetworkConfiguration
96
96
  */
@@ -102,31 +102,31 @@ export interface NetworkConfiguration {
102
102
  */
103
103
  privateCustomerRpcUrls?: Array<string>;
104
104
  /**
105
- *
105
+ * List of block explorer URLs for viewing transactions on this network
106
106
  * @type {Array<string>}
107
107
  * @memberof NetworkConfiguration
108
108
  */
109
109
  blockExplorerUrls: Array<string>;
110
110
  /**
111
- *
111
+ * Simplified display name for the network used in the UI
112
112
  * @type {string}
113
113
  * @memberof NetworkConfiguration
114
114
  */
115
115
  vanityName?: string;
116
116
  /**
117
- *
117
+ * Bech32 address prefix for Cosmos-based chains
118
118
  * @type {string}
119
119
  * @memberof NetworkConfiguration
120
120
  */
121
121
  bech32Prefix?: string;
122
122
  /**
123
- *
123
+ * Genesis hash of the network, used for Solana clusters
124
124
  * @type {string}
125
125
  * @memberof NetworkConfiguration
126
126
  */
127
127
  genesisHash?: string;
128
128
  /**
129
- *
129
+ * Cluster name for Solana-based networks
130
130
  * @type {string}
131
131
  * @memberof NetworkConfiguration
132
132
  */
@@ -17,13 +17,13 @@ import { NetworkConfiguration } from './NetworkConfiguration';
17
17
  */
18
18
  export interface NetworkConfigurationResponse {
19
19
  /**
20
- *
20
+ * Name of the blockchain family (e.g. EVM, Solana)
21
21
  * @type {string}
22
22
  * @memberof NetworkConfigurationResponse
23
23
  */
24
24
  chainName?: string;
25
25
  /**
26
- *
26
+ * List of network configurations for this chain
27
27
  * @type {Array<NetworkConfiguration>}
28
28
  * @memberof NetworkConfigurationResponse
29
29
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface NextJsSettings {
18
18
  /**
19
- *
19
+ * Next.js framework version used by the client application
20
20
  * @type {string}
21
21
  * @memberof NextJsSettings
22
22
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface NonceResponse {
18
18
  /**
19
- *
19
+ * Unique nonce value used for authentication challenge
20
20
  * @type {string}
21
21
  * @memberof NonceResponse
22
22
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface NoncesResponse {
18
18
  /**
19
- *
19
+ * List of nonce values for multi-wallet authentication
20
20
  * @type {Array<string>}
21
21
  * @memberof NoncesResponse
22
22
  */
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface NotFound {
18
18
  /**
19
- *
19
+ * Human-readable error message
20
20
  * @type {string}
21
21
  * @memberof NotFound
22
22
  */
23
23
  error: string;
24
24
  /**
25
- *
25
+ * Machine-readable error code
26
26
  * @type {string}
27
27
  * @memberof NotFound
28
28
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface OauthProviderLoginUrl {
18
18
  /**
19
- *
19
+ * OAuth provider authorization URL to redirect the user to
20
20
  * @type {string}
21
21
  * @memberof OauthProviderLoginUrl
22
22
  */
@@ -23,13 +23,13 @@ export interface OauthProviderRequest {
23
23
  */
24
24
  provider?: ProviderEnum;
25
25
  /**
26
- *
26
+ * OAuth access token obtained from the provider
27
27
  * @type {string}
28
28
  * @memberof OauthProviderRequest
29
29
  */
30
30
  accessToken?: string;
31
31
  /**
32
- *
32
+ * Decentralized identifier token for Magic-based authentication
33
33
  * @type {string}
34
34
  * @memberof OauthProviderRequest
35
35
  */
@@ -16,19 +16,19 @@
16
16
  */
17
17
  export interface OpenRoomResponse {
18
18
  /**
19
- *
19
+ * Unique identifier of the opened MPC room
20
20
  * @type {string}
21
21
  * @memberof OpenRoomResponse
22
22
  */
23
23
  roomId: string;
24
24
  /**
25
- *
25
+ * List of existing server-side key generation identifiers
26
26
  * @type {Array<string>}
27
27
  * @memberof OpenRoomResponse
28
28
  */
29
29
  serverKeygenIds?: Array<string>;
30
30
  /**
31
- *
31
+ * List of newly generated server-side key generation identifiers
32
32
  * @type {Array<string>}
33
33
  * @memberof OpenRoomResponse
34
34
  */
@@ -16,19 +16,19 @@
16
16
  */
17
17
  export interface OpenRoomResponseForReshare {
18
18
  /**
19
- *
19
+ * Unique identifier of the opened MPC room
20
20
  * @type {string}
21
21
  * @memberof OpenRoomResponseForReshare
22
22
  */
23
23
  roomId: string;
24
24
  /**
25
- *
25
+ * List of existing server-side key generation identifiers
26
26
  * @type {Array<string>}
27
27
  * @memberof OpenRoomResponseForReshare
28
28
  */
29
29
  serverKeygenIds: Array<string>;
30
30
  /**
31
- *
31
+ * List of newly generated server-side key generation identifiers
32
32
  * @type {Array<string>}
33
33
  * @memberof OpenRoomResponseForReshare
34
34
  */
@@ -16,19 +16,19 @@
16
16
  */
17
17
  export interface OpenRoomResponseWithServerKeygenIds {
18
18
  /**
19
- *
19
+ * Unique identifier of the opened MPC room
20
20
  * @type {string}
21
21
  * @memberof OpenRoomResponseWithServerKeygenIds
22
22
  */
23
23
  roomId: string;
24
24
  /**
25
- *
25
+ * List of existing server-side key generation identifiers
26
26
  * @type {Array<string>}
27
27
  * @memberof OpenRoomResponseWithServerKeygenIds
28
28
  */
29
29
  serverKeygenIds: Array<string>;
30
30
  /**
31
- *
31
+ * List of newly generated server-side key generation identifiers
32
32
  * @type {Array<string>}
33
33
  * @memberof OpenRoomResponseWithServerKeygenIds
34
34
  */
@@ -23,7 +23,7 @@ export interface PasskeyAllowCredential {
23
23
  */
24
24
  id: string;
25
25
  /**
26
- *
26
+ * List of transport methods supported by this credential (e.g. usb, ble, nfc, internal)
27
27
  * @type {Array<PasskeyTransport>}
28
28
  * @memberof PasskeyAllowCredential
29
29
  */
@@ -24,7 +24,7 @@ export interface PasskeyExcludeCredential {
24
24
  */
25
25
  id: string;
26
26
  /**
27
- *
27
+ * List of transport methods to exclude for this credential
28
28
  * @type {Array<PasskeyTransport>}
29
29
  * @memberof PasskeyExcludeCredential
30
30
  */
@@ -35,7 +35,7 @@ export interface PasskeyRegistrationCredential {
35
35
  */
36
36
  credentialId: string;
37
37
  /**
38
- *
38
+ * List of transport methods supported by this registration credential
39
39
  * @type {Array<AuthenticatorTransportProtocol>}
40
40
  * @memberof PasskeyRegistrationCredential
41
41
  */
@@ -29,7 +29,7 @@ export interface PasskeyRegistrationCredentialV2 {
29
29
  */
30
30
  clientDataJson: string;
31
31
  /**
32
- *
32
+ * List of transport methods supported by this registration credential
33
33
  * @type {Array<PasskeyTransport>}
34
34
  * @memberof PasskeyRegistrationCredentialV2
35
35
  */
@@ -16,19 +16,19 @@
16
16
  */
17
17
  export interface PasskeyStorage {
18
18
  /**
19
- *
19
+ * Display name of the passkey credential
20
20
  * @type {string}
21
21
  * @memberof PasskeyStorage
22
22
  */
23
23
  name: string;
24
24
  /**
25
- *
25
+ * URL of the icon representing the passkey provider
26
26
  * @type {string}
27
27
  * @memberof PasskeyStorage
28
28
  */
29
29
  icon: string;
30
30
  /**
31
- *
31
+ * ISO 8601 timestamp of when the passkey was last updated
32
32
  * @type {Date}
33
33
  * @memberof PasskeyStorage
34
34
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface PriceData {
18
18
  /**
19
- *
19
+ * Current USD price of the native token
20
20
  * @type {number}
21
21
  * @memberof PriceData
22
22
  */
@@ -17,19 +17,19 @@ import { Network } from './Network';
17
17
  */
18
18
  export interface ProjectSettingsChains {
19
19
  /**
20
- *
20
+ * Display name of the chain
21
21
  * @type {string}
22
22
  * @memberof ProjectSettingsChains
23
23
  */
24
24
  name: string;
25
25
  /**
26
- *
26
+ * Whether this chain is enabled for the project
27
27
  * @type {boolean}
28
28
  * @memberof ProjectSettingsChains
29
29
  */
30
30
  enabled: boolean;
31
31
  /**
32
- *
32
+ * List of network configurations for this chain
33
33
  * @type {Array<Network>}
34
34
  * @memberof ProjectSettingsChains
35
35
  */
@@ -16,31 +16,31 @@
16
16
  */
17
17
  export interface ProjectSettingsDesignButton {
18
18
  /**
19
- *
19
+ * Background color of the button
20
20
  * @type {string}
21
21
  * @memberof ProjectSettingsDesignButton
22
22
  */
23
23
  background?: string;
24
24
  /**
25
- *
25
+ * Font color of the button text
26
26
  * @type {string}
27
27
  * @memberof ProjectSettingsDesignButton
28
28
  */
29
29
  fontColor?: string;
30
30
  /**
31
- *
31
+ * Vertical padding of the button in pixels
32
32
  * @type {number}
33
33
  * @memberof ProjectSettingsDesignButton
34
34
  */
35
35
  paddingHeight?: number;
36
36
  /**
37
- *
37
+ * Horizontal padding of the button in pixels
38
38
  * @type {number}
39
39
  * @memberof ProjectSettingsDesignButton
40
40
  */
41
41
  paddingWidth?: number;
42
42
  /**
43
- *
43
+ * Border radius of the button in pixels
44
44
  * @type {number}
45
45
  * @memberof ProjectSettingsDesignButton
46
46
  */
@@ -16,79 +16,79 @@
16
16
  */
17
17
  export interface ProjectSettingsDesignModal {
18
18
  /**
19
- *
19
+ * Border style of the modal
20
20
  * @type {string}
21
21
  * @memberof ProjectSettingsDesignModal
22
22
  */
23
23
  border?: string;
24
24
  /**
25
- *
25
+ * Brand color applied to the modal
26
26
  * @type {string}
27
27
  * @memberof ProjectSettingsDesignModal
28
28
  */
29
29
  brand?: string;
30
30
  /**
31
- *
31
+ * Primary color used throughout the modal UI
32
32
  * @type {string}
33
33
  * @memberof ProjectSettingsDesignModal
34
34
  */
35
35
  primaryColor?: string;
36
36
  /**
37
- *
37
+ * Border radius of the modal in pixels
38
38
  * @type {number}
39
39
  * @memberof ProjectSettingsDesignModal
40
40
  */
41
41
  radius?: number;
42
42
  /**
43
- *
43
+ * Color theme of the modal (e.g. light, dark, auto)
44
44
  * @type {string}
45
45
  * @memberof ProjectSettingsDesignModal
46
46
  */
47
47
  theme?: string;
48
48
  /**
49
- *
49
+ * Default view to display when the modal opens
50
50
  * @type {string}
51
51
  * @memberof ProjectSettingsDesignModal
52
52
  */
53
53
  view?: string;
54
54
  /**
55
- *
55
+ * Template layout style for the modal
56
56
  * @type {string}
57
57
  * @memberof ProjectSettingsDesignModal
58
58
  */
59
59
  template?: string;
60
60
  /**
61
- *
61
+ * List defining the display order of authentication methods in the modal
62
62
  * @type {Array<string>}
63
63
  * @memberof ProjectSettingsDesignModal
64
64
  */
65
65
  displayOrder?: Array<string>;
66
66
  /**
67
- *
67
+ * Whether to show only email-based authentication in the modal
68
68
  * @type {boolean}
69
69
  * @memberof ProjectSettingsDesignModal
70
70
  */
71
71
  emailOnly?: boolean;
72
72
  /**
73
- *
73
+ * Whether to show the wallet connection button in the modal
74
74
  * @type {boolean}
75
75
  * @memberof ProjectSettingsDesignModal
76
76
  */
77
77
  showWalletsButton?: boolean;
78
78
  /**
79
- *
79
+ * Whether to place the email submit button inside the input field
80
80
  * @type {boolean}
81
81
  * @memberof ProjectSettingsDesignModal
82
82
  */
83
83
  emailSubmitButtonInsideInput?: boolean;
84
84
  /**
85
- *
85
+ * Whether to split email and social login into separate sections
86
86
  * @type {boolean}
87
87
  * @memberof ProjectSettingsDesignModal
88
88
  */
89
89
  splitEmailAndSocial?: boolean;
90
90
  /**
91
- *
91
+ * Whether to display social login options above the email input
92
92
  * @type {boolean}
93
93
  * @memberof ProjectSettingsDesignModal
94
94
  */
@@ -16,31 +16,31 @@
16
16
  */
17
17
  export interface ProjectSettingsDesignWidget {
18
18
  /**
19
- *
19
+ * Background color of the widget
20
20
  * @type {string}
21
21
  * @memberof ProjectSettingsDesignWidget
22
22
  */
23
23
  backgroundColor?: string;
24
24
  /**
25
- *
25
+ * Border style of the widget
26
26
  * @type {string}
27
27
  * @memberof ProjectSettingsDesignWidget
28
28
  */
29
29
  border?: string;
30
30
  /**
31
- *
31
+ * Border radius of the widget in pixels
32
32
  * @type {number}
33
33
  * @memberof ProjectSettingsDesignWidget
34
34
  */
35
35
  radius?: number;
36
36
  /**
37
- *
37
+ * Text color used in the widget
38
38
  * @type {string}
39
39
  * @memberof ProjectSettingsDesignWidget
40
40
  */
41
41
  textColor?: string;
42
42
  /**
43
- *
43
+ * Color theme of the widget (e.g. light, dark, auto)
44
44
  * @type {string}
45
45
  * @memberof ProjectSettingsDesignWidget
46
46
  */
@@ -22,31 +22,31 @@ export interface ProjectSettingsGeneral {
22
22
  */
23
23
  displayName?: string;
24
24
  /**
25
- *
25
+ * Support email address displayed to users
26
26
  * @type {string}
27
27
  * @memberof ProjectSettingsGeneral
28
28
  */
29
29
  supportEmail?: string | null;
30
30
  /**
31
- *
31
+ * Custom support text displayed to users in the SDK
32
32
  * @type {string}
33
33
  * @memberof ProjectSettingsGeneral
34
34
  */
35
35
  supportText?: string | null;
36
36
  /**
37
- *
37
+ * URL of the application logo image displayed in the SDK
38
38
  * @type {string}
39
39
  * @memberof ProjectSettingsGeneral
40
40
  */
41
41
  appLogo?: string | null;
42
42
  /**
43
- *
43
+ * URL of the image shown when a user is not on the access list
44
44
  * @type {string}
45
45
  * @memberof ProjectSettingsGeneral
46
46
  */
47
47
  imageUserNotInAccessList?: string | null;
48
48
  /**
49
- *
49
+ * URL of the image shown when a user is on the access list
50
50
  * @type {string}
51
51
  * @memberof ProjectSettingsGeneral
52
52
  */
@@ -60,19 +60,19 @@ export interface ProjectSettingsGeneral {
60
60
  [key: string]: string;
61
61
  };
62
62
  /**
63
- *
63
+ * Header text displayed on the user data collection welcome screen
64
64
  * @type {string}
65
65
  * @memberof ProjectSettingsGeneral
66
66
  */
67
67
  collectUserDataWelcomeHeader?: string | null;
68
68
  /**
69
- *
69
+ * Message text displayed on the user data collection welcome screen
70
70
  * @type {string}
71
71
  * @memberof ProjectSettingsGeneral
72
72
  */
73
73
  collectUserDataWelcomeMessage?: string | null;
74
74
  /**
75
- *
75
+ * Whether to skip optional KYC fields during the onboarding flow
76
76
  * @type {boolean}
77
77
  * @memberof ProjectSettingsGeneral
78
78
  */
@@ -19,31 +19,31 @@ import { KycFieldType } from './KycFieldType';
19
19
  */
20
20
  export interface ProjectSettingsKyc {
21
21
  /**
22
- *
22
+ * Internal name identifier of the KYC field
23
23
  * @type {string}
24
24
  * @memberof ProjectSettingsKyc
25
25
  */
26
26
  name: string;
27
27
  /**
28
- *
28
+ * Whether this KYC field is required for user onboarding
29
29
  * @type {boolean}
30
30
  * @memberof ProjectSettingsKyc
31
31
  */
32
32
  required: boolean;
33
33
  /**
34
- *
34
+ * Whether this KYC field is enabled for collection
35
35
  * @type {boolean}
36
36
  * @memberof ProjectSettingsKyc
37
37
  */
38
38
  enabled: boolean;
39
39
  /**
40
- *
40
+ * Whether this KYC field value must be unique across all users
41
41
  * @type {boolean}
42
42
  * @memberof ProjectSettingsKyc
43
43
  */
44
44
  unique: boolean;
45
45
  /**
46
- *
46
+ * Whether this KYC field requires verification
47
47
  * @type {boolean}
48
48
  * @memberof ProjectSettingsKyc
49
49
  */
@@ -67,13 +67,13 @@ export interface ProjectSettingsKyc {
67
67
  */
68
68
  validationType?: CustomFieldType;
69
69
  /**
70
- *
70
+ * Display label for the KYC field shown to users
71
71
  * @type {string}
72
72
  * @memberof ProjectSettingsKyc
73
73
  */
74
74
  label?: string;
75
75
  /**
76
- *
76
+ * Display position order of the KYC field in the form
77
77
  * @type {number}
78
78
  * @memberof ProjectSettingsKyc
79
79
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface ProjectSettingsPrivacy {
18
18
  /**
19
- *
19
+ * Whether to collect and store user IP addresses
20
20
  * @type {boolean}
21
21
  * @memberof ProjectSettingsPrivacy
22
22
  */