@snapshot-labs/snapshot.js 0.11.36 → 0.11.38

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;
@@ -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;
@@ -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: [
@@ -1338,8 +1350,8 @@ var definitions$5 = {
1338
1350
  },
1339
1351
  status: {
1340
1352
  "enum": [
1341
- "active",
1342
- "inactive"
1353
+ "ACTIVE",
1354
+ "INACTIVE"
1343
1355
  ],
1344
1356
  title: "status"
1345
1357
  }
@@ -1671,8 +1683,7 @@ function verify$1(address, sig, data, network, options) {
1671
1683
  }
1672
1684
 
1673
1685
  var gateways = [
1674
- "cloudflare-ipfs.com",
1675
- "cf-ipfs.com",
1686
+ "snapshot.4everland.link",
1676
1687
  "ipfs.io",
1677
1688
  "ipfs.fleek.co",
1678
1689
  "gateway.pinata.cloud",
@@ -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: [
@@ -1328,8 +1340,8 @@ var definitions$5 = {
1328
1340
  },
1329
1341
  status: {
1330
1342
  "enum": [
1331
- "active",
1332
- "inactive"
1343
+ "ACTIVE",
1344
+ "INACTIVE"
1333
1345
  ],
1334
1346
  title: "status"
1335
1347
  }
@@ -1661,8 +1673,7 @@ function verify$1(address, sig, data, network, options) {
1661
1673
  }
1662
1674
 
1663
1675
  var gateways = [
1664
- "cloudflare-ipfs.com",
1665
- "cf-ipfs.com",
1676
+ "snapshot.4everland.link",
1666
1677
  "ipfs.io",
1667
1678
  "ipfs.fleek.co",
1668
1679
  "gateway.pinata.cloud",