@snapshot-labs/snapshot.js 0.10.0 → 0.10.1

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/dist/index.d.ts CHANGED
@@ -450,7 +450,10 @@ declare const _default: {
450
450
  type: string;
451
451
  title: string;
452
452
  minLength: number;
453
- maxLength: number;
453
+ maxLengthWithSpaceType: {
454
+ default: number;
455
+ turbo: number;
456
+ };
454
457
  };
455
458
  discussion: {
456
459
  type: string;
@@ -446,7 +446,10 @@ declare const _default: {
446
446
  type: string;
447
447
  title: string;
448
448
  minLength: number;
449
- maxLength: number;
449
+ maxLengthWithSpaceType: {
450
+ default: number;
451
+ turbo: number;
452
+ };
450
453
  };
451
454
  discussion: {
452
455
  type: string;
@@ -1098,7 +1098,10 @@ var definitions$2 = {
1098
1098
  type: "string",
1099
1099
  title: "body",
1100
1100
  minLength: 0,
1101
- maxLength: 20000
1101
+ maxLengthWithSpaceType: {
1102
+ "default": 10000,
1103
+ turbo: 20000
1104
+ }
1102
1105
  },
1103
1106
  discussion: {
1104
1107
  type: "string",
@@ -1089,7 +1089,10 @@ var definitions$2 = {
1089
1089
  type: "string",
1090
1090
  title: "body",
1091
1091
  minLength: 0,
1092
- maxLength: 20000
1092
+ maxLengthWithSpaceType: {
1093
+ "default": 10000,
1094
+ turbo: 20000
1095
+ }
1093
1096
  },
1094
1097
  discussion: {
1095
1098
  type: "string",