@snapshot-labs/snapshot.js 0.11.35 → 0.11.37

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
@@ -572,6 +572,18 @@ declare const _default: {
572
572
  pattern: string;
573
573
  maxLength: number;
574
574
  };
575
+ lens: {
576
+ type: string;
577
+ title: string;
578
+ pattern: string;
579
+ maxLength: number;
580
+ };
581
+ farcaster: {
582
+ type: string;
583
+ title: string;
584
+ pattern: string;
585
+ maxLength: number;
586
+ };
575
587
  };
576
588
  required: never[];
577
589
  additionalProperties: boolean;
@@ -584,7 +596,6 @@ declare const _default: {
584
596
  type: string;
585
597
  format: string;
586
598
  title: string;
587
- minLength: number;
588
599
  maxLength: number;
589
600
  };
590
601
  statement: {
@@ -598,7 +609,6 @@ declare const _default: {
598
609
  title: string;
599
610
  pattern: string;
600
611
  maxLength: number;
601
- minLength: number;
602
612
  };
603
613
  network: {
604
614
  type: string;
@@ -568,6 +568,18 @@ declare const _default: {
568
568
  pattern: string;
569
569
  maxLength: number;
570
570
  };
571
+ lens: {
572
+ type: string;
573
+ title: string;
574
+ pattern: string;
575
+ maxLength: number;
576
+ };
577
+ farcaster: {
578
+ type: string;
579
+ title: string;
580
+ pattern: string;
581
+ maxLength: number;
582
+ };
571
583
  };
572
584
  required: never[];
573
585
  additionalProperties: boolean;
@@ -580,7 +592,6 @@ declare const _default: {
580
592
  type: string;
581
593
  format: string;
582
594
  title: string;
583
- minLength: number;
584
595
  maxLength: number;
585
596
  };
586
597
  statement: {
@@ -594,7 +605,6 @@ declare const _default: {
594
605
  title: string;
595
606
  pattern: string;
596
607
  maxLength: number;
597
- minLength: number;
598
608
  };
599
609
  network: {
600
610
  type: string;
@@ -1231,7 +1231,7 @@ var definitions$3 = {
1231
1231
  reason: {
1232
1232
  type: "string",
1233
1233
  title: "reason",
1234
- maxLength: 140
1234
+ maxLength: 1000
1235
1235
  },
1236
1236
  app: {
1237
1237
  type: "string",
@@ -1292,6 +1292,18 @@ var definitions$4 = {
1292
1292
  title: "github",
1293
1293
  pattern: "^[A-Za-z0-9_-]*$",
1294
1294
  maxLength: 39
1295
+ },
1296
+ lens: {
1297
+ type: "string",
1298
+ title: "lens",
1299
+ pattern: "^[A-Za-z0-9_]*$",
1300
+ maxLength: 26
1301
+ },
1302
+ farcaster: {
1303
+ type: "string",
1304
+ title: "farcaster",
1305
+ pattern: "^[a-z0-9-]*$",
1306
+ maxLength: 17
1295
1307
  }
1296
1308
  },
1297
1309
  required: [
@@ -1316,7 +1328,6 @@ var definitions$5 = {
1316
1328
  type: "string",
1317
1329
  format: "long",
1318
1330
  title: "About",
1319
- minLength: 1,
1320
1331
  maxLength: 140
1321
1332
  },
1322
1333
  statement: {
@@ -1329,8 +1340,7 @@ var definitions$5 = {
1329
1340
  type: "string",
1330
1341
  title: "discourse",
1331
1342
  pattern: "^[A-Za-z0-9-_.]*$",
1332
- maxLength: 30,
1333
- minLength: 3
1343
+ maxLength: 30
1334
1344
  },
1335
1345
  network: {
1336
1346
  type: "string",
@@ -1340,8 +1350,8 @@ var definitions$5 = {
1340
1350
  },
1341
1351
  status: {
1342
1352
  "enum": [
1343
- "active",
1344
- "inactive"
1353
+ "ACTIVE",
1354
+ "INACTIVE"
1345
1355
  ],
1346
1356
  title: "status"
1347
1357
  }
@@ -1221,7 +1221,7 @@ var definitions$3 = {
1221
1221
  reason: {
1222
1222
  type: "string",
1223
1223
  title: "reason",
1224
- maxLength: 140
1224
+ maxLength: 1000
1225
1225
  },
1226
1226
  app: {
1227
1227
  type: "string",
@@ -1282,6 +1282,18 @@ var definitions$4 = {
1282
1282
  title: "github",
1283
1283
  pattern: "^[A-Za-z0-9_-]*$",
1284
1284
  maxLength: 39
1285
+ },
1286
+ lens: {
1287
+ type: "string",
1288
+ title: "lens",
1289
+ pattern: "^[A-Za-z0-9_]*$",
1290
+ maxLength: 26
1291
+ },
1292
+ farcaster: {
1293
+ type: "string",
1294
+ title: "farcaster",
1295
+ pattern: "^[a-z0-9-]*$",
1296
+ maxLength: 17
1285
1297
  }
1286
1298
  },
1287
1299
  required: [
@@ -1306,7 +1318,6 @@ var definitions$5 = {
1306
1318
  type: "string",
1307
1319
  format: "long",
1308
1320
  title: "About",
1309
- minLength: 1,
1310
1321
  maxLength: 140
1311
1322
  },
1312
1323
  statement: {
@@ -1319,8 +1330,7 @@ var definitions$5 = {
1319
1330
  type: "string",
1320
1331
  title: "discourse",
1321
1332
  pattern: "^[A-Za-z0-9-_.]*$",
1322
- maxLength: 30,
1323
- minLength: 3
1333
+ maxLength: 30
1324
1334
  },
1325
1335
  network: {
1326
1336
  type: "string",
@@ -1330,8 +1340,8 @@ var definitions$5 = {
1330
1340
  },
1331
1341
  status: {
1332
1342
  "enum": [
1333
- "active",
1334
- "inactive"
1343
+ "ACTIVE",
1344
+ "INACTIVE"
1335
1345
  ],
1336
1346
  title: "status"
1337
1347
  }