@fileverse-dev/formulajs 4.4.11-mod-93-patch-2 → 4.4.11-mod-95
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
|
@@ -18486,7 +18486,7 @@ async function TALLY() {
|
|
|
18486
18486
|
|
|
18487
18487
|
validateParams(tallyParamsSchema, { query, slug });
|
|
18488
18488
|
|
|
18489
|
-
const baseUrl = '
|
|
18489
|
+
const baseUrl = 'https://onchain-proxy.fileverse.io/third-party';
|
|
18490
18490
|
const url =
|
|
18491
18491
|
`${baseUrl}` +
|
|
18492
18492
|
`?service=tally` +
|
|
@@ -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
|
|
862
|
+
detail: "The type of Tally query you want to execute. We currently support only organisation.",
|
|
863
863
|
example: `"organisation"`,
|
|
864
864
|
require: "m",
|
|
865
865
|
type: "string"
|
|
866
866
|
},
|
|
867
867
|
{
|
|
868
868
|
name: "input1",
|
|
869
|
-
detail: "Query input
|
|
869
|
+
detail: "Query input. We currently support only organisation slug",
|
|
870
870
|
example: `"arbitrum"`,
|
|
871
871
|
require: "m",
|
|
872
872
|
type: "string"
|
package/lib/esm/index.mjs
CHANGED
|
@@ -18484,7 +18484,7 @@ async function TALLY() {
|
|
|
18484
18484
|
|
|
18485
18485
|
validateParams(tallyParamsSchema, { query, slug });
|
|
18486
18486
|
|
|
18487
|
-
const baseUrl = '
|
|
18487
|
+
const baseUrl = 'https://onchain-proxy.fileverse.io/third-party';
|
|
18488
18488
|
const url =
|
|
18489
18489
|
`${baseUrl}` +
|
|
18490
18490
|
`?service=tally` +
|
package/package.json
CHANGED