@dynamic-labs/sdk-api-core 0.0.928 → 0.0.930

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api-core",
3
- "version": "0.0.928",
3
+ "version": "0.0.930",
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
  */
@@ -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
  */
@@ -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
  */
@@ -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
  */
@@ -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
  */
@@ -66,19 +66,19 @@ export interface SignMessageContext {
66
66
  */
67
67
  evmMessage?: SignMessageEvmMessage;
68
68
  /**
69
- * A string with a max length of 16384 characters
69
+ * A string with a max length of 204800 characters
70
70
  * @type {string}
71
71
  * @memberof SignMessageContext
72
72
  */
73
73
  svmMessage?: string;
74
74
  /**
75
- * A string with a max length of 16384 characters
75
+ * A string with a max length of 204800 characters
76
76
  * @type {string}
77
77
  * @memberof SignMessageContext
78
78
  */
79
79
  suiMessage?: string;
80
80
  /**
81
- * A string with a max length of 16384 characters
81
+ * A string with a max length of 204800 characters
82
82
  * @type {string}
83
83
  * @memberof SignMessageContext
84
84
  */
@@ -22,7 +22,7 @@ export interface SignMessageSuiTransaction {
22
22
  */
23
23
  chainId: string;
24
24
  /**
25
- * A string with a max length of 16384 characters
25
+ * A string with a max length of 204800 characters
26
26
  * @type {string}
27
27
  * @memberof SignMessageSuiTransaction
28
28
  */
@@ -18,7 +18,7 @@ import { WalletBitcoinConfig } from './WalletBitcoinConfig';
18
18
  */
19
19
  export interface SignMessageWithWaasRequest {
20
20
  /**
21
- * A string with a max length of 16384 characters
21
+ * A string with a max length of 204800 characters
22
22
  * @type {string}
23
23
  * @memberof SignMessageWithWaasRequest
24
24
  */
@@ -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
  */
@@ -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
  */