@fileverse-dev/formulajs 4.4.11-mod-97 → 4.4.11-mod-99
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/lib/cjs/index.cjs
CHANGED
|
@@ -18476,7 +18476,7 @@ async function SMARTCONTRACT() {
|
|
|
18476
18476
|
}
|
|
18477
18477
|
|
|
18478
18478
|
const tallyParamsSchema = objectType({
|
|
18479
|
-
query: enumType(['organization', 'proposal']),
|
|
18479
|
+
query: enumType(['organization', 'proposal', 'proposals']),
|
|
18480
18480
|
slug: stringType(),
|
|
18481
18481
|
});
|
|
18482
18482
|
|
|
@@ -859,14 +859,14 @@ var TALLY_metadata = {
|
|
|
859
859
|
p: [
|
|
860
860
|
{
|
|
861
861
|
name: "query",
|
|
862
|
-
detail: "The type of Tally query you want to execute. We currently support only organization and
|
|
862
|
+
detail: "The type of Tally query you want to execute. We currently support only organization and proposals.",
|
|
863
863
|
example: `"organization"`,
|
|
864
864
|
require: "m",
|
|
865
865
|
type: "string"
|
|
866
866
|
},
|
|
867
867
|
{
|
|
868
868
|
name: "input1",
|
|
869
|
-
detail: "Query input. We currently support only organisation slug e.g
|
|
869
|
+
detail: "Query input. We currently support only organisation slug e.g Aave, Arbitrum, Compound, ENS, Nouns, Uniswap etc...",
|
|
870
870
|
example: `"arbitrum"`,
|
|
871
871
|
require: "m",
|
|
872
872
|
type: "string"
|
package/lib/esm/index.mjs
CHANGED
|
@@ -18474,7 +18474,7 @@ async function SMARTCONTRACT() {
|
|
|
18474
18474
|
}
|
|
18475
18475
|
|
|
18476
18476
|
const tallyParamsSchema = objectType({
|
|
18477
|
-
query: enumType(['organization', 'proposal']),
|
|
18477
|
+
query: enumType(['organization', 'proposal', 'proposals']),
|
|
18478
18478
|
slug: stringType(),
|
|
18479
18479
|
});
|
|
18480
18480
|
|