@dynamic-labs/sdk-api-core 0.0.617 → 0.0.619

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.617",
3
+ "version": "0.0.619",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface SignMessageWithWaasRequest {
18
18
  /**
19
- * A string with a max length of 1024 characters
19
+ * A string with a max length of 4096 characters
20
20
  * @type {string}
21
21
  * @memberof SignMessageWithWaasRequest
22
22
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface SignTransactionWithWaasRequest {
18
18
  /**
19
- * A string with a max length of 1024 characters
19
+ * A string with a max length of 4096 characters
20
20
  * @type {string}
21
21
  * @memberof SignTransactionWithWaasRequest
22
22
  */
@@ -34,7 +34,7 @@ export interface WalletKeyShareInfoWithEncryptedAccountCredential {
34
34
  */
35
35
  passwordEncrypted: boolean;
36
36
  /**
37
- * A string with a max length of 1024 characters
37
+ * A string with a max length of 4096 characters
38
38
  * @type {string}
39
39
  * @memberof WalletKeyShareInfoWithEncryptedAccountCredential
40
40
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface WalletKeyShareInfoWithEncryptedAccountCredentialAllOf {
18
18
  /**
19
- * A string with a max length of 1024 characters
19
+ * A string with a max length of 4096 characters
20
20
  * @type {string}
21
21
  * @memberof WalletKeyShareInfoWithEncryptedAccountCredentialAllOf
22
22
  */