@snapshot-labs/snapshot.js 0.4.14 → 0.4.15
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 +10 -0
- package/dist/schemas/index.d.ts +10 -0
- package/dist/snapshot.cjs.js +10 -0
- package/dist/snapshot.esm.js +10 -0
- package/dist/snapshot.min.js +1 -1
- package/package.json +1 -1
- package/src/schemas/proposal.json +5 -0
- package/src/schemas/vote.json +5 -0
package/dist/index.d.ts
CHANGED
|
@@ -325,6 +325,11 @@ declare const _default: {
|
|
|
325
325
|
type: string;
|
|
326
326
|
title: string;
|
|
327
327
|
};
|
|
328
|
+
app: {
|
|
329
|
+
type: string;
|
|
330
|
+
title: string;
|
|
331
|
+
maxLength: number;
|
|
332
|
+
};
|
|
328
333
|
};
|
|
329
334
|
required: string[];
|
|
330
335
|
additionalProperties: boolean;
|
|
@@ -345,6 +350,11 @@ declare const _default: {
|
|
|
345
350
|
type: string;
|
|
346
351
|
title: string;
|
|
347
352
|
};
|
|
353
|
+
app: {
|
|
354
|
+
type: string;
|
|
355
|
+
title: string;
|
|
356
|
+
maxLength: number;
|
|
357
|
+
};
|
|
348
358
|
};
|
|
349
359
|
required: string[];
|
|
350
360
|
additionalProperties: boolean;
|
package/dist/schemas/index.d.ts
CHANGED
|
@@ -320,6 +320,11 @@ declare const _default: {
|
|
|
320
320
|
type: string;
|
|
321
321
|
title: string;
|
|
322
322
|
};
|
|
323
|
+
app: {
|
|
324
|
+
type: string;
|
|
325
|
+
title: string;
|
|
326
|
+
maxLength: number;
|
|
327
|
+
};
|
|
323
328
|
};
|
|
324
329
|
required: string[];
|
|
325
330
|
additionalProperties: boolean;
|
|
@@ -340,6 +345,11 @@ declare const _default: {
|
|
|
340
345
|
type: string;
|
|
341
346
|
title: string;
|
|
342
347
|
};
|
|
348
|
+
app: {
|
|
349
|
+
type: string;
|
|
350
|
+
title: string;
|
|
351
|
+
maxLength: number;
|
|
352
|
+
};
|
|
343
353
|
};
|
|
344
354
|
required: string[];
|
|
345
355
|
additionalProperties: boolean;
|
package/dist/snapshot.cjs.js
CHANGED
|
@@ -980,6 +980,11 @@ var definitions$1 = {
|
|
|
980
980
|
metadata: {
|
|
981
981
|
type: "object",
|
|
982
982
|
title: "metadata"
|
|
983
|
+
},
|
|
984
|
+
app: {
|
|
985
|
+
type: "string",
|
|
986
|
+
title: "app",
|
|
987
|
+
maxLength: 24
|
|
983
988
|
}
|
|
984
989
|
},
|
|
985
990
|
required: [
|
|
@@ -1023,6 +1028,11 @@ var definitions$2 = {
|
|
|
1023
1028
|
metadata: {
|
|
1024
1029
|
type: "object",
|
|
1025
1030
|
title: "metadata"
|
|
1031
|
+
},
|
|
1032
|
+
app: {
|
|
1033
|
+
type: "string",
|
|
1034
|
+
title: "app",
|
|
1035
|
+
maxLength: 24
|
|
1026
1036
|
}
|
|
1027
1037
|
},
|
|
1028
1038
|
required: [
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -971,6 +971,11 @@ var definitions$1 = {
|
|
|
971
971
|
metadata: {
|
|
972
972
|
type: "object",
|
|
973
973
|
title: "metadata"
|
|
974
|
+
},
|
|
975
|
+
app: {
|
|
976
|
+
type: "string",
|
|
977
|
+
title: "app",
|
|
978
|
+
maxLength: 24
|
|
974
979
|
}
|
|
975
980
|
},
|
|
976
981
|
required: [
|
|
@@ -1014,6 +1019,11 @@ var definitions$2 = {
|
|
|
1014
1019
|
metadata: {
|
|
1015
1020
|
type: "object",
|
|
1016
1021
|
title: "metadata"
|
|
1022
|
+
},
|
|
1023
|
+
app: {
|
|
1024
|
+
type: "string",
|
|
1025
|
+
title: "app",
|
|
1026
|
+
maxLength: 24
|
|
1017
1027
|
}
|
|
1018
1028
|
},
|
|
1019
1029
|
required: [
|