@dynamic-labs/sdk-api 0.0.927 → 0.0.929

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 (31) hide show
  1. package/package.json +1 -1
  2. package/src/models/AttachSourceRequest.d.ts +1 -1
  3. package/src/models/ChainalysisCheck.d.ts +1 -1
  4. package/src/models/CheckoutSettlementData.d.ts +1 -1
  5. package/src/models/CheckoutTransaction.d.ts +2 -2
  6. package/src/models/CheckoutTransactionDestinationAddress.d.ts +1 -1
  7. package/src/models/CoinbaseOnrampGetBuyUrlRequest.d.ts +1 -1
  8. package/src/models/CoinbaseOnrampOrder.d.ts +1 -1
  9. package/src/models/CoinbaseOnrampOrderCreateRequest.d.ts +1 -1
  10. package/src/models/ConnectRequest.d.ts +1 -1
  11. package/src/models/CreateWalletRequest.d.ts +1 -1
  12. package/src/models/CryptoDotComPaymentCreateRequest.d.ts +1 -1
  13. package/src/models/Eip712Domain.d.ts +1 -1
  14. package/src/models/ForbiddenErrorPayload.d.ts +1 -1
  15. package/src/models/InviteSendRequest.d.ts +1 -1
  16. package/src/models/JwtBlockchainAccount.d.ts +1 -1
  17. package/src/models/JwtVerifiedCredential.d.ts +1 -1
  18. package/src/models/NameServiceCreateRequest.d.ts +1 -1
  19. package/src/models/NameServiceResponse.d.ts +1 -1
  20. package/src/models/NameServiceSigningMessageRequest.d.ts +1 -1
  21. package/src/models/PostAllowlistEntriesRequest.d.ts +1 -1
  22. package/src/models/PrefetchRequest.d.ts +1 -1
  23. package/src/models/SimulateEVMTransactionRequest.d.ts +2 -2
  24. package/src/models/SimulateUserOpRequest.d.ts +1 -1
  25. package/src/models/SwapQuoteRequestSide.d.ts +1 -1
  26. package/src/models/TokenBalance.d.ts +1 -1
  27. package/src/models/TransactionFeeEstimateRequest.d.ts +1 -1
  28. package/src/models/TransferDestination.d.ts +1 -1
  29. package/src/models/Wallet.d.ts +1 -1
  30. package/src/models/WalletDetail.d.ts +2 -2
  31. package/src/models/WalletSanctionsResponse.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api",
3
- "version": "0.0.927",
3
+ "version": "0.0.929",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -24,7 +24,7 @@ export interface AttachSourceRequest {
24
24
  */
25
25
  sourceType: CheckoutSourceTypeEnum;
26
26
  /**
27
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
27
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
28
28
  * @type {string}
29
29
  * @memberof AttachSourceRequest
30
30
  */
@@ -35,7 +35,7 @@ export interface ChainalysisCheck {
35
35
  */
36
36
  result: ChainalysisCheckResultEnum;
37
37
  /**
38
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
38
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
39
39
  * @type {string}
40
40
  * @memberof ChainalysisCheck
41
41
  */
@@ -28,7 +28,7 @@ export interface CheckoutSettlementData {
28
28
  */
29
29
  toToken: string;
30
30
  /**
31
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
31
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
32
32
  * @type {string}
33
33
  * @memberof CheckoutSettlementData
34
34
  */
@@ -91,7 +91,7 @@ export interface CheckoutTransaction {
91
91
  */
92
92
  sourceType?: CheckoutSourceTypeEnum;
93
93
  /**
94
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
94
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
95
95
  * @type {string}
96
96
  * @memberof CheckoutTransaction
97
97
  */
@@ -115,7 +115,7 @@ export interface CheckoutTransaction {
115
115
  */
116
116
  fromToken?: string;
117
117
  /**
118
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
118
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
119
119
  * @type {string}
120
120
  * @memberof CheckoutTransaction
121
121
  */
@@ -17,7 +17,7 @@ import { ChainEnum } from './ChainEnum';
17
17
  */
18
18
  export interface CheckoutTransactionDestinationAddress {
19
19
  /**
20
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
20
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
21
21
  * @type {string}
22
22
  * @memberof CheckoutTransactionDestinationAddress
23
23
  */
@@ -47,7 +47,7 @@ export interface CoinbaseOnrampGetBuyUrlRequest {
47
47
  */
48
48
  defaultPaymentMethod?: string;
49
49
  /**
50
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
50
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
51
51
  * @type {string}
52
52
  * @memberof CoinbaseOnrampGetBuyUrlRequest
53
53
  */
@@ -73,7 +73,7 @@ export interface CoinbaseOnrampOrder {
73
73
  */
74
74
  exchangeRate: string;
75
75
  /**
76
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
76
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
77
77
  * @type {string}
78
78
  * @memberof CoinbaseOnrampOrder
79
79
  */
@@ -23,7 +23,7 @@ export interface CoinbaseOnrampOrderCreateRequest {
23
23
  */
24
24
  agreementAcceptedAt: Date;
25
25
  /**
26
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
26
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
27
27
  * @type {string}
28
28
  * @memberof CoinbaseOnrampOrderCreateRequest
29
29
  */
@@ -19,7 +19,7 @@ import { WalletProviderEnum } from './WalletProviderEnum';
19
19
  */
20
20
  export interface ConnectRequest {
21
21
  /**
22
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
22
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
23
23
  * @type {string}
24
24
  * @memberof ConnectRequest
25
25
  */
@@ -19,7 +19,7 @@ import { WalletProviderEnum } from './WalletProviderEnum';
19
19
  */
20
20
  export interface CreateWalletRequest {
21
21
  /**
22
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
22
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
23
23
  * @type {string}
24
24
  * @memberof CreateWalletRequest
25
25
  */
@@ -53,7 +53,7 @@ export interface CryptoDotComPaymentCreateRequest {
53
53
  */
54
54
  subMerchantId?: string;
55
55
  /**
56
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
56
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
57
57
  * @type {string}
58
58
  * @memberof CryptoDotComPaymentCreateRequest
59
59
  */
@@ -34,7 +34,7 @@ export interface Eip712Domain {
34
34
  */
35
35
  chainId?: number;
36
36
  /**
37
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
37
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
38
38
  * @type {string}
39
39
  * @memberof Eip712Domain
40
40
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface ForbiddenErrorPayload {
18
18
  /**
19
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
19
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
20
20
  * @type {string}
21
21
  * @memberof ForbiddenErrorPayload
22
22
  */
@@ -17,7 +17,7 @@ import { RoleEnum } from './RoleEnum';
17
17
  */
18
18
  export interface InviteSendRequest {
19
19
  /**
20
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
20
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
21
21
  * @type {string}
22
22
  * @memberof InviteSendRequest
23
23
  */
@@ -18,7 +18,7 @@ import { WalletProviderEnum } from './WalletProviderEnum';
18
18
  */
19
19
  export interface JwtBlockchainAccount {
20
20
  /**
21
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
21
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
22
22
  * @type {string}
23
23
  * @memberof JwtBlockchainAccount
24
24
  */
@@ -22,7 +22,7 @@ import { WalletProviderEnum } from './WalletProviderEnum';
22
22
  */
23
23
  export interface JwtVerifiedCredential {
24
24
  /**
25
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
25
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
26
26
  * @type {string}
27
27
  * @memberof JwtVerifiedCredential
28
28
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface NameServiceCreateRequest {
18
18
  /**
19
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
19
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
20
20
  * @type {string}
21
21
  * @memberof NameServiceCreateRequest
22
22
  */
@@ -22,7 +22,7 @@ export interface NameServiceResponse {
22
22
  */
23
23
  id: string;
24
24
  /**
25
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
25
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
26
26
  * @type {string}
27
27
  * @memberof NameServiceResponse
28
28
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface NameServiceSigningMessageRequest {
18
18
  /**
19
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
19
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
20
20
  * @type {string}
21
21
  * @memberof NameServiceSigningMessageRequest
22
22
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface PostAllowlistEntriesRequest {
18
18
  /**
19
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
19
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
20
20
  * @type {string}
21
21
  * @memberof PostAllowlistEntriesRequest
22
22
  */
@@ -23,7 +23,7 @@ export interface PrefetchRequest {
23
23
  */
24
24
  chain: ChainEnum;
25
25
  /**
26
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
26
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
27
27
  * @type {string}
28
28
  * @memberof PrefetchRequest
29
29
  */
@@ -28,13 +28,13 @@ export interface SimulateEVMTransactionRequest {
28
28
  */
29
29
  data: string;
30
30
  /**
31
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
31
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
32
32
  * @type {string}
33
33
  * @memberof SimulateEVMTransactionRequest
34
34
  */
35
35
  from: string;
36
36
  /**
37
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
37
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
38
38
  * @type {string}
39
39
  * @memberof SimulateEVMTransactionRequest
40
40
  */
@@ -28,7 +28,7 @@ export interface SimulateUserOpRequest {
28
28
  */
29
29
  operation: object;
30
30
  /**
31
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
31
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
32
32
  * @type {string}
33
33
  * @memberof SimulateUserOpRequest
34
34
  */
@@ -17,7 +17,7 @@ import { ChainEnum } from './ChainEnum';
17
17
  */
18
18
  export interface SwapQuoteRequestSide {
19
19
  /**
20
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
20
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
21
21
  * @type {string}
22
22
  * @memberof SwapQuoteRequestSide
23
23
  */
@@ -22,7 +22,7 @@ export interface TokenBalance {
22
22
  */
23
23
  networkId?: number;
24
24
  /**
25
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
25
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
26
26
  * @type {string}
27
27
  * @memberof TokenBalance
28
28
  */
@@ -22,7 +22,7 @@ export interface TransactionFeeEstimateRequest {
22
22
  */
23
23
  base64RawTransaction?: string;
24
24
  /**
25
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
25
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
26
26
  * @type {string}
27
27
  * @memberof TransactionFeeEstimateRequest
28
28
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface TransferDestination {
18
18
  /**
19
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
19
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
20
20
  * @type {string}
21
21
  * @memberof TransferDestination
22
22
  */
@@ -37,7 +37,7 @@ export interface Wallet {
37
37
  */
38
38
  chain: ChainEnum;
39
39
  /**
40
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
40
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
41
41
  * @type {string}
42
42
  * @memberof Wallet
43
43
  */
@@ -45,13 +45,13 @@ export interface WalletDetail {
45
45
  */
46
46
  chain: ChainEnum;
47
47
  /**
48
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
48
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
49
49
  * @type {string}
50
50
  * @memberof WalletDetail
51
51
  */
52
52
  publicKey: string;
53
53
  /**
54
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
54
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
55
55
  * @type {string}
56
56
  * @memberof WalletDetail
57
57
  */
@@ -17,7 +17,7 @@ import { ChainEnum } from './ChainEnum';
17
17
  */
18
18
  export interface WalletSanctionsResponse {
19
19
  /**
20
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
20
+ * Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight)
21
21
  * @type {string}
22
22
  * @memberof WalletSanctionsResponse
23
23
  */