@dynamic-labs/sdk-api 0.0.929 → 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",
3
- "version": "0.0.929",
3
+ "version": "0.0.930",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -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
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface WaasDelegateSignMessageRequest {
18
18
  /**
19
- * A string with a max length of 16384 characters
19
+ * A string with a max length of 204800 characters
20
20
  * @type {string}
21
21
  * @memberof WaasDelegateSignMessageRequest
22
22
  */