@snapshot-labs/snapshot.js 0.11.35 → 0.11.36

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
@@ -584,7 +584,6 @@ declare const _default: {
584
584
  type: string;
585
585
  format: string;
586
586
  title: string;
587
- minLength: number;
588
587
  maxLength: number;
589
588
  };
590
589
  statement: {
@@ -598,7 +597,6 @@ declare const _default: {
598
597
  title: string;
599
598
  pattern: string;
600
599
  maxLength: number;
601
- minLength: number;
602
600
  };
603
601
  network: {
604
602
  type: string;
@@ -580,7 +580,6 @@ declare const _default: {
580
580
  type: string;
581
581
  format: string;
582
582
  title: string;
583
- minLength: number;
584
583
  maxLength: number;
585
584
  };
586
585
  statement: {
@@ -594,7 +593,6 @@ declare const _default: {
594
593
  title: string;
595
594
  pattern: string;
596
595
  maxLength: number;
597
- minLength: number;
598
596
  };
599
597
  network: {
600
598
  type: string;
@@ -1316,7 +1316,6 @@ var definitions$5 = {
1316
1316
  type: "string",
1317
1317
  format: "long",
1318
1318
  title: "About",
1319
- minLength: 1,
1320
1319
  maxLength: 140
1321
1320
  },
1322
1321
  statement: {
@@ -1329,8 +1328,7 @@ var definitions$5 = {
1329
1328
  type: "string",
1330
1329
  title: "discourse",
1331
1330
  pattern: "^[A-Za-z0-9-_.]*$",
1332
- maxLength: 30,
1333
- minLength: 3
1331
+ maxLength: 30
1334
1332
  },
1335
1333
  network: {
1336
1334
  type: "string",
@@ -1306,7 +1306,6 @@ var definitions$5 = {
1306
1306
  type: "string",
1307
1307
  format: "long",
1308
1308
  title: "About",
1309
- minLength: 1,
1310
1309
  maxLength: 140
1311
1310
  },
1312
1311
  statement: {
@@ -1319,8 +1318,7 @@ var definitions$5 = {
1319
1318
  type: "string",
1320
1319
  title: "discourse",
1321
1320
  pattern: "^[A-Za-z0-9-_.]*$",
1322
- maxLength: 30,
1323
- minLength: 3
1321
+ maxLength: 30
1324
1322
  },
1325
1323
  network: {
1326
1324
  type: "string",