@snapshot-labs/snapshot.js 0.3.73 → 0.3.76

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
@@ -118,6 +118,7 @@ declare const _default: {
118
118
  };
119
119
  members: {
120
120
  type: string;
121
+ maxItems: number;
121
122
  items: {
122
123
  type: string;
123
124
  pattern: string;
@@ -128,6 +129,7 @@ declare const _default: {
128
129
  };
129
130
  admins: {
130
131
  type: string;
132
+ maxItems: number;
131
133
  items: {
132
134
  type: string;
133
135
  pattern: string;
@@ -330,12 +332,6 @@ declare const _default: {
330
332
  format: string;
331
333
  maxLength: number;
332
334
  };
333
- twitter: {
334
- type: string;
335
- title: string;
336
- pattern: string;
337
- maxLength: number;
338
- };
339
335
  };
340
336
  required: never[];
341
337
  additionalProperties: boolean;
@@ -113,6 +113,7 @@ declare const _default: {
113
113
  };
114
114
  members: {
115
115
  type: string;
116
+ maxItems: number;
116
117
  items: {
117
118
  type: string;
118
119
  pattern: string;
@@ -123,6 +124,7 @@ declare const _default: {
123
124
  };
124
125
  admins: {
125
126
  type: string;
127
+ maxItems: number;
126
128
  items: {
127
129
  type: string;
128
130
  pattern: string;
@@ -325,12 +327,6 @@ declare const _default: {
325
327
  format: string;
326
328
  maxLength: number;
327
329
  };
328
- twitter: {
329
- type: string;
330
- title: string;
331
- pattern: string;
332
- maxLength: number;
333
- };
334
330
  };
335
331
  required: never[];
336
332
  additionalProperties: boolean;
@@ -726,6 +726,7 @@ var definitions = {
726
726
  },
727
727
  members: {
728
728
  type: "array",
729
+ maxItems: 100,
729
730
  items: {
730
731
  type: "string",
731
732
  pattern: "^0x[a-fA-F0-9]{40}$",
@@ -736,6 +737,7 @@ var definitions = {
736
737
  },
737
738
  admins: {
738
739
  type: "array",
740
+ maxItems: 100,
739
741
  items: {
740
742
  type: "string",
741
743
  pattern: "^0x[a-fA-F0-9]{40}$",
@@ -1004,14 +1006,8 @@ var definitions$3 = {
1004
1006
  avatar: {
1005
1007
  type: "string",
1006
1008
  title: "avatar",
1007
- format: "uri",
1009
+ format: "customUrl",
1008
1010
  maxLength: 256
1009
- },
1010
- twitter: {
1011
- type: "string",
1012
- title: "twitter",
1013
- pattern: "^[A-Za-z0-9_]*$",
1014
- maxLength: 15
1015
1011
  }
1016
1012
  },
1017
1013
  required: [
@@ -717,6 +717,7 @@ var definitions = {
717
717
  },
718
718
  members: {
719
719
  type: "array",
720
+ maxItems: 100,
720
721
  items: {
721
722
  type: "string",
722
723
  pattern: "^0x[a-fA-F0-9]{40}$",
@@ -727,6 +728,7 @@ var definitions = {
727
728
  },
728
729
  admins: {
729
730
  type: "array",
731
+ maxItems: 100,
730
732
  items: {
731
733
  type: "string",
732
734
  pattern: "^0x[a-fA-F0-9]{40}$",
@@ -995,14 +997,8 @@ var definitions$3 = {
995
997
  avatar: {
996
998
  type: "string",
997
999
  title: "avatar",
998
- format: "uri",
1000
+ format: "customUrl",
999
1001
  maxLength: 256
1000
- },
1001
- twitter: {
1002
- type: "string",
1003
- title: "twitter",
1004
- pattern: "^[A-Za-z0-9_]*$",
1005
- maxLength: 15
1006
1002
  }
1007
1003
  },
1008
1004
  required: [