@thisispandora/agent-sdk 0.1.0-alpha.7 → 0.1.0-alpha.9
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/generated/command-descriptors.json +181 -310
- package/generated/contract-registry.json +913 -1281
- package/generated/manifest.json +10 -10
- package/generated/mcp-tool-definitions.json +183 -312
- package/package.json +1 -1
|
@@ -863,6 +863,36 @@
|
|
|
863
863
|
"inputSchema": {
|
|
864
864
|
"additionalProperties": false,
|
|
865
865
|
"properties": {
|
|
866
|
+
"ai-max-candidates": {
|
|
867
|
+
"description": "Maximum borderline pairs to adjudicate per scan.",
|
|
868
|
+
"minimum": 1,
|
|
869
|
+
"type": "integer"
|
|
870
|
+
},
|
|
871
|
+
"ai-model": {
|
|
872
|
+
"description": "Optional provider model override.",
|
|
873
|
+
"type": "string"
|
|
874
|
+
},
|
|
875
|
+
"ai-provider": {
|
|
876
|
+
"description": "Provider-backed adjudication mode.",
|
|
877
|
+
"enum": [
|
|
878
|
+
"auto",
|
|
879
|
+
"none",
|
|
880
|
+
"mock",
|
|
881
|
+
"openai",
|
|
882
|
+
"anthropic"
|
|
883
|
+
]
|
|
884
|
+
},
|
|
885
|
+
"ai-threshold": {
|
|
886
|
+
"description": "Minimum model confidence required to override deterministic matching.",
|
|
887
|
+
"maximum": 1,
|
|
888
|
+
"minimum": 0,
|
|
889
|
+
"type": "number"
|
|
890
|
+
},
|
|
891
|
+
"ai-timeout-ms": {
|
|
892
|
+
"description": "Timeout for each provider adjudication request.",
|
|
893
|
+
"minimum": 1,
|
|
894
|
+
"type": "integer"
|
|
895
|
+
},
|
|
866
896
|
"amount-usdc": {
|
|
867
897
|
"description": "Sizing notional in USDC.",
|
|
868
898
|
"minimum": 0,
|
|
@@ -890,6 +920,13 @@
|
|
|
890
920
|
"description": "Comma-delimited market ids when source=pandora.",
|
|
891
921
|
"type": "string"
|
|
892
922
|
},
|
|
923
|
+
"matcher": {
|
|
924
|
+
"description": "Arbitrage matcher mode.",
|
|
925
|
+
"enum": [
|
|
926
|
+
"heuristic",
|
|
927
|
+
"hybrid"
|
|
928
|
+
]
|
|
929
|
+
},
|
|
893
930
|
"max-bundle-size": {
|
|
894
931
|
"description": "Maximum combinatorial bundle size.",
|
|
895
932
|
"minimum": 3,
|
|
@@ -962,7 +999,7 @@
|
|
|
962
999
|
],
|
|
963
1000
|
"canonicalName": "arb.scan",
|
|
964
1001
|
"canonicalTool": "arb.scan",
|
|
965
|
-
"canonicalUsage": "pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]",
|
|
1002
|
+
"canonicalUsage": "pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--matcher heuristic|hybrid] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--ai-provider auto|none|mock|openai|anthropic] [--ai-model <id>] [--ai-threshold <0-1>] [--ai-max-candidates <n>] [--ai-timeout-ms <ms>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]",
|
|
966
1003
|
"command": [
|
|
967
1004
|
"arb",
|
|
968
1005
|
"scan",
|
|
@@ -1060,7 +1097,7 @@
|
|
|
1060
1097
|
"supportsRemote": true,
|
|
1061
1098
|
"supportsWebhook": false,
|
|
1062
1099
|
"topLevelInputConstraints": null,
|
|
1063
|
-
"usage": "pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]"
|
|
1100
|
+
"usage": "pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--matcher heuristic|hybrid] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--ai-provider auto|none|mock|openai|anthropic] [--ai-model <id>] [--ai-threshold <0-1>] [--ai-max-candidates <n>] [--ai-timeout-ms <ms>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]"
|
|
1064
1101
|
}
|
|
1065
1102
|
},
|
|
1066
1103
|
"jobCapable": false,
|
|
@@ -1095,7 +1132,7 @@
|
|
|
1095
1132
|
],
|
|
1096
1133
|
"canonicalName": "arb.scan",
|
|
1097
1134
|
"canonicalTool": "arb.scan",
|
|
1098
|
-
"canonicalUsage": "pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]",
|
|
1135
|
+
"canonicalUsage": "pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--matcher heuristic|hybrid] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--ai-provider auto|none|mock|openai|anthropic] [--ai-model <id>] [--ai-threshold <0-1>] [--ai-max-candidates <n>] [--ai-timeout-ms <ms>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]",
|
|
1099
1136
|
"command": [
|
|
1100
1137
|
"arb",
|
|
1101
1138
|
"scan",
|
|
@@ -1193,7 +1230,7 @@
|
|
|
1193
1230
|
"supportsRemote": true,
|
|
1194
1231
|
"supportsWebhook": false,
|
|
1195
1232
|
"topLevelInputConstraints": null,
|
|
1196
|
-
"usage": "pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]"
|
|
1233
|
+
"usage": "pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--matcher heuristic|hybrid] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--ai-provider auto|none|mock|openai|anthropic] [--ai-model <id>] [--ai-threshold <0-1>] [--ai-max-candidates <n>] [--ai-timeout-ms <ms>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]"
|
|
1197
1234
|
}
|
|
1198
1235
|
},
|
|
1199
1236
|
{
|
|
@@ -9531,19 +9568,12 @@
|
|
|
9531
9568
|
"additionalProperties": false,
|
|
9532
9569
|
"properties": {
|
|
9533
9570
|
"id": {
|
|
9534
|
-
"
|
|
9535
|
-
|
|
9536
|
-
|
|
9537
|
-
|
|
9538
|
-
|
|
9539
|
-
|
|
9540
|
-
"description": "Market ids.",
|
|
9541
|
-
"items": {
|
|
9542
|
-
"type": "string"
|
|
9543
|
-
},
|
|
9544
|
-
"type": "array"
|
|
9545
|
-
}
|
|
9546
|
-
]
|
|
9571
|
+
"description": "Market id, or a comma-delimited list of market ids.",
|
|
9572
|
+
"minLength": 1,
|
|
9573
|
+
"type": "string",
|
|
9574
|
+
"xPandora": {
|
|
9575
|
+
"acceptsCommaSeparatedList": true
|
|
9576
|
+
}
|
|
9547
9577
|
},
|
|
9548
9578
|
"stdin": {
|
|
9549
9579
|
"description": "Read newline-delimited ids from stdin.",
|
|
@@ -15894,62 +15924,29 @@
|
|
|
15894
15924
|
"type": "string"
|
|
15895
15925
|
},
|
|
15896
15926
|
"category": {
|
|
15897
|
-
"
|
|
15898
|
-
|
|
15899
|
-
|
|
15900
|
-
|
|
15901
|
-
"type": "integer"
|
|
15902
|
-
},
|
|
15903
|
-
{
|
|
15904
|
-
"description": "Canonical category name.",
|
|
15905
|
-
"enum": [
|
|
15906
|
-
"Politics",
|
|
15907
|
-
"Sports",
|
|
15908
|
-
"Finance",
|
|
15909
|
-
"Crypto",
|
|
15910
|
-
"Culture",
|
|
15911
|
-
"Technology",
|
|
15912
|
-
"Science",
|
|
15913
|
-
"Entertainment",
|
|
15914
|
-
"Health",
|
|
15915
|
-
"Environment",
|
|
15916
|
-
"Other"
|
|
15917
|
-
],
|
|
15918
|
-
"examples": [
|
|
15919
|
-
"Politics",
|
|
15920
|
-
"Sports",
|
|
15921
|
-
"Finance",
|
|
15922
|
-
"Crypto",
|
|
15923
|
-
"Culture",
|
|
15924
|
-
"Technology",
|
|
15925
|
-
"Science",
|
|
15926
|
-
"Entertainment",
|
|
15927
|
-
"Health",
|
|
15928
|
-
"Environment",
|
|
15929
|
-
"Other"
|
|
15930
|
-
],
|
|
15931
|
-
"type": "string"
|
|
15932
|
-
},
|
|
15933
|
-
{
|
|
15934
|
-
"description": "Case-insensitive category name accepted by the CLI.",
|
|
15935
|
-
"examples": [
|
|
15936
|
-
"Politics",
|
|
15937
|
-
"Sports",
|
|
15938
|
-
"Finance",
|
|
15939
|
-
"Crypto",
|
|
15940
|
-
"Culture",
|
|
15941
|
-
"Technology",
|
|
15942
|
-
"Science",
|
|
15943
|
-
"Entertainment",
|
|
15944
|
-
"Health",
|
|
15945
|
-
"Environment",
|
|
15946
|
-
"Other"
|
|
15947
|
-
],
|
|
15948
|
-
"pattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$",
|
|
15949
|
-
"type": "string"
|
|
15950
|
-
}
|
|
15927
|
+
"description": "Category id or canonical category name.",
|
|
15928
|
+
"examples": [
|
|
15929
|
+
"Sports",
|
|
15930
|
+
"3"
|
|
15951
15931
|
],
|
|
15952
|
-
"
|
|
15932
|
+
"type": "string",
|
|
15933
|
+
"xPandora": {
|
|
15934
|
+
"acceptsIntegerStrings": true,
|
|
15935
|
+
"allowedCategoryNames": [
|
|
15936
|
+
"Politics",
|
|
15937
|
+
"Sports",
|
|
15938
|
+
"Finance",
|
|
15939
|
+
"Crypto",
|
|
15940
|
+
"Culture",
|
|
15941
|
+
"Technology",
|
|
15942
|
+
"Science",
|
|
15943
|
+
"Entertainment",
|
|
15944
|
+
"Health",
|
|
15945
|
+
"Environment",
|
|
15946
|
+
"Other"
|
|
15947
|
+
],
|
|
15948
|
+
"caseInsensitivePattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$"
|
|
15949
|
+
}
|
|
15953
15950
|
},
|
|
15954
15951
|
"chain-id": {
|
|
15955
15952
|
"description": "Chain id.",
|
|
@@ -16069,18 +16066,16 @@
|
|
|
16069
16066
|
"type": "array"
|
|
16070
16067
|
},
|
|
16071
16068
|
"target-timestamp": {
|
|
16072
|
-
"
|
|
16073
|
-
|
|
16074
|
-
|
|
16075
|
-
|
|
16076
|
-
"type": "integer"
|
|
16077
|
-
},
|
|
16078
|
-
{
|
|
16079
|
-
"description": "Explicit ISO date/time override for target timestamp.",
|
|
16080
|
-
"type": "string"
|
|
16081
|
-
}
|
|
16069
|
+
"description": "Explicit target timestamp override.",
|
|
16070
|
+
"examples": [
|
|
16071
|
+
"1777777777",
|
|
16072
|
+
"2026-12-31T00:00:00Z"
|
|
16082
16073
|
],
|
|
16083
|
-
"
|
|
16074
|
+
"type": "string",
|
|
16075
|
+
"xPandora": {
|
|
16076
|
+
"acceptsIsoDatetime": true,
|
|
16077
|
+
"acceptsUnixSeconds": true
|
|
16078
|
+
}
|
|
16084
16079
|
},
|
|
16085
16080
|
"usdc": {
|
|
16086
16081
|
"description": "USDC token address.",
|
|
@@ -18402,62 +18397,29 @@
|
|
|
18402
18397
|
"type": "boolean"
|
|
18403
18398
|
},
|
|
18404
18399
|
"category": {
|
|
18405
|
-
"
|
|
18406
|
-
|
|
18407
|
-
|
|
18408
|
-
|
|
18409
|
-
"type": "integer"
|
|
18410
|
-
},
|
|
18411
|
-
{
|
|
18412
|
-
"description": "Canonical category name.",
|
|
18413
|
-
"enum": [
|
|
18414
|
-
"Politics",
|
|
18415
|
-
"Sports",
|
|
18416
|
-
"Finance",
|
|
18417
|
-
"Crypto",
|
|
18418
|
-
"Culture",
|
|
18419
|
-
"Technology",
|
|
18420
|
-
"Science",
|
|
18421
|
-
"Entertainment",
|
|
18422
|
-
"Health",
|
|
18423
|
-
"Environment",
|
|
18424
|
-
"Other"
|
|
18425
|
-
],
|
|
18426
|
-
"examples": [
|
|
18427
|
-
"Politics",
|
|
18428
|
-
"Sports",
|
|
18429
|
-
"Finance",
|
|
18430
|
-
"Crypto",
|
|
18431
|
-
"Culture",
|
|
18432
|
-
"Technology",
|
|
18433
|
-
"Science",
|
|
18434
|
-
"Entertainment",
|
|
18435
|
-
"Health",
|
|
18436
|
-
"Environment",
|
|
18437
|
-
"Other"
|
|
18438
|
-
],
|
|
18439
|
-
"type": "string"
|
|
18440
|
-
},
|
|
18441
|
-
{
|
|
18442
|
-
"description": "Case-insensitive category name accepted by the CLI.",
|
|
18443
|
-
"examples": [
|
|
18444
|
-
"Politics",
|
|
18445
|
-
"Sports",
|
|
18446
|
-
"Finance",
|
|
18447
|
-
"Crypto",
|
|
18448
|
-
"Culture",
|
|
18449
|
-
"Technology",
|
|
18450
|
-
"Science",
|
|
18451
|
-
"Entertainment",
|
|
18452
|
-
"Health",
|
|
18453
|
-
"Environment",
|
|
18454
|
-
"Other"
|
|
18455
|
-
],
|
|
18456
|
-
"pattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$",
|
|
18457
|
-
"type": "string"
|
|
18458
|
-
}
|
|
18400
|
+
"description": "Category id or canonical category name.",
|
|
18401
|
+
"examples": [
|
|
18402
|
+
"Sports",
|
|
18403
|
+
"3"
|
|
18459
18404
|
],
|
|
18460
|
-
"
|
|
18405
|
+
"type": "string",
|
|
18406
|
+
"xPandora": {
|
|
18407
|
+
"acceptsIntegerStrings": true,
|
|
18408
|
+
"allowedCategoryNames": [
|
|
18409
|
+
"Politics",
|
|
18410
|
+
"Sports",
|
|
18411
|
+
"Finance",
|
|
18412
|
+
"Crypto",
|
|
18413
|
+
"Culture",
|
|
18414
|
+
"Technology",
|
|
18415
|
+
"Science",
|
|
18416
|
+
"Entertainment",
|
|
18417
|
+
"Health",
|
|
18418
|
+
"Environment",
|
|
18419
|
+
"Other"
|
|
18420
|
+
],
|
|
18421
|
+
"caseInsensitivePattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$"
|
|
18422
|
+
}
|
|
18461
18423
|
},
|
|
18462
18424
|
"chain-id": {
|
|
18463
18425
|
"description": "Chain id.",
|
|
@@ -18721,18 +18683,14 @@
|
|
|
18721
18683
|
"type": "string"
|
|
18722
18684
|
},
|
|
18723
18685
|
"skip-gate": {
|
|
18724
|
-
"
|
|
18725
|
-
|
|
18726
|
-
|
|
18727
|
-
|
|
18728
|
-
},
|
|
18729
|
-
{
|
|
18730
|
-
"description": "Comma-delimited gate skip list.",
|
|
18731
|
-
"type": "string"
|
|
18732
|
-
}
|
|
18686
|
+
"description": "Set to \"true\" to skip all mirror sync gates, or provide a comma-delimited named skip list.",
|
|
18687
|
+
"examples": [
|
|
18688
|
+
"true",
|
|
18689
|
+
"MATCH_AND_RULES,POLYMARKET_SOURCE_FRESH"
|
|
18733
18690
|
],
|
|
18734
|
-
"
|
|
18691
|
+
"type": "string",
|
|
18735
18692
|
"xPandora": {
|
|
18693
|
+
"acceptsBooleanString": true,
|
|
18736
18694
|
"allowedGateCodes": [
|
|
18737
18695
|
"MATCH_AND_RULES",
|
|
18738
18696
|
"POLYMARKET_SOURCE_FRESH",
|
|
@@ -18765,18 +18723,16 @@
|
|
|
18765
18723
|
"type": "boolean"
|
|
18766
18724
|
},
|
|
18767
18725
|
"target-timestamp": {
|
|
18768
|
-
"
|
|
18769
|
-
|
|
18770
|
-
|
|
18771
|
-
|
|
18772
|
-
"type": "integer"
|
|
18773
|
-
},
|
|
18774
|
-
{
|
|
18775
|
-
"description": "Explicit ISO date/time override for target timestamp.",
|
|
18776
|
-
"type": "string"
|
|
18777
|
-
}
|
|
18726
|
+
"description": "Explicit target timestamp override.",
|
|
18727
|
+
"examples": [
|
|
18728
|
+
"1777777777",
|
|
18729
|
+
"2026-12-31T00:00:00Z"
|
|
18778
18730
|
],
|
|
18779
|
-
"
|
|
18731
|
+
"type": "string",
|
|
18732
|
+
"xPandora": {
|
|
18733
|
+
"acceptsIsoDatetime": true,
|
|
18734
|
+
"acceptsUnixSeconds": true
|
|
18735
|
+
}
|
|
18780
18736
|
},
|
|
18781
18737
|
"trust-deploy": {
|
|
18782
18738
|
"description": "Trust manifest deploy pair.",
|
|
@@ -28534,18 +28490,14 @@
|
|
|
28534
28490
|
"type": "string"
|
|
28535
28491
|
},
|
|
28536
28492
|
"skip-gate": {
|
|
28537
|
-
"
|
|
28538
|
-
|
|
28539
|
-
|
|
28540
|
-
|
|
28541
|
-
},
|
|
28542
|
-
{
|
|
28543
|
-
"description": "Comma-delimited gate skip list.",
|
|
28544
|
-
"type": "string"
|
|
28545
|
-
}
|
|
28493
|
+
"description": "Set to \"true\" to skip all mirror sync gates, or provide a comma-delimited named skip list.",
|
|
28494
|
+
"examples": [
|
|
28495
|
+
"true",
|
|
28496
|
+
"MATCH_AND_RULES,POLYMARKET_SOURCE_FRESH"
|
|
28546
28497
|
],
|
|
28547
|
-
"
|
|
28498
|
+
"type": "string",
|
|
28548
28499
|
"xPandora": {
|
|
28500
|
+
"acceptsBooleanString": true,
|
|
28549
28501
|
"allowedGateCodes": [
|
|
28550
28502
|
"MATCH_AND_RULES",
|
|
28551
28503
|
"POLYMARKET_SOURCE_FRESH",
|
|
@@ -31680,18 +31632,14 @@
|
|
|
31680
31632
|
"type": "string"
|
|
31681
31633
|
},
|
|
31682
31634
|
"skip-gate": {
|
|
31683
|
-
"
|
|
31684
|
-
|
|
31685
|
-
|
|
31686
|
-
|
|
31687
|
-
},
|
|
31688
|
-
{
|
|
31689
|
-
"description": "Comma-delimited gate skip list.",
|
|
31690
|
-
"type": "string"
|
|
31691
|
-
}
|
|
31635
|
+
"description": "Set to \"true\" to skip all mirror sync gates, or provide a comma-delimited named skip list.",
|
|
31636
|
+
"examples": [
|
|
31637
|
+
"true",
|
|
31638
|
+
"MATCH_AND_RULES,POLYMARKET_SOURCE_FRESH"
|
|
31692
31639
|
],
|
|
31693
|
-
"
|
|
31640
|
+
"type": "string",
|
|
31694
31641
|
"xPandora": {
|
|
31642
|
+
"acceptsBooleanString": true,
|
|
31695
31643
|
"allowedGateCodes": [
|
|
31696
31644
|
"MATCH_AND_RULES",
|
|
31697
31645
|
"POLYMARKET_SOURCE_FRESH",
|
|
@@ -34825,18 +34773,14 @@
|
|
|
34825
34773
|
"type": "string"
|
|
34826
34774
|
},
|
|
34827
34775
|
"skip-gate": {
|
|
34828
|
-
"
|
|
34829
|
-
|
|
34830
|
-
|
|
34831
|
-
|
|
34832
|
-
},
|
|
34833
|
-
{
|
|
34834
|
-
"description": "Comma-delimited gate skip list.",
|
|
34835
|
-
"type": "string"
|
|
34836
|
-
}
|
|
34776
|
+
"description": "Set to \"true\" to skip all mirror sync gates, or provide a comma-delimited named skip list.",
|
|
34777
|
+
"examples": [
|
|
34778
|
+
"true",
|
|
34779
|
+
"MATCH_AND_RULES,POLYMARKET_SOURCE_FRESH"
|
|
34837
34780
|
],
|
|
34838
|
-
"
|
|
34781
|
+
"type": "string",
|
|
34839
34782
|
"xPandora": {
|
|
34783
|
+
"acceptsBooleanString": true,
|
|
34840
34784
|
"allowedGateCodes": [
|
|
34841
34785
|
"MATCH_AND_RULES",
|
|
34842
34786
|
"POLYMARKET_SOURCE_FRESH",
|
|
@@ -40322,19 +40266,12 @@
|
|
|
40322
40266
|
"type": "string"
|
|
40323
40267
|
},
|
|
40324
40268
|
"series": {
|
|
40325
|
-
"
|
|
40326
|
-
|
|
40327
|
-
|
|
40328
|
-
|
|
40329
|
-
|
|
40330
|
-
|
|
40331
|
-
"description": "Series specifications.",
|
|
40332
|
-
"items": {
|
|
40333
|
-
"type": "string"
|
|
40334
|
-
},
|
|
40335
|
-
"type": "array"
|
|
40336
|
-
}
|
|
40337
|
-
]
|
|
40269
|
+
"description": "Series specification id:v1,v2,..., or a semicolon-delimited list of series specifications.",
|
|
40270
|
+
"minLength": 1,
|
|
40271
|
+
"type": "string",
|
|
40272
|
+
"xPandora": {
|
|
40273
|
+
"acceptsSemicolonSeparatedList": true
|
|
40274
|
+
}
|
|
40338
40275
|
},
|
|
40339
40276
|
"tail-alpha": {
|
|
40340
40277
|
"description": "Tail alpha level.",
|
|
@@ -55371,62 +55308,29 @@
|
|
|
55371
55308
|
"type": "string"
|
|
55372
55309
|
},
|
|
55373
55310
|
"category": {
|
|
55374
|
-
"
|
|
55375
|
-
|
|
55376
|
-
|
|
55377
|
-
|
|
55378
|
-
"type": "integer"
|
|
55379
|
-
},
|
|
55380
|
-
{
|
|
55381
|
-
"description": "Canonical category name.",
|
|
55382
|
-
"enum": [
|
|
55383
|
-
"Politics",
|
|
55384
|
-
"Sports",
|
|
55385
|
-
"Finance",
|
|
55386
|
-
"Crypto",
|
|
55387
|
-
"Culture",
|
|
55388
|
-
"Technology",
|
|
55389
|
-
"Science",
|
|
55390
|
-
"Entertainment",
|
|
55391
|
-
"Health",
|
|
55392
|
-
"Environment",
|
|
55393
|
-
"Other"
|
|
55394
|
-
],
|
|
55395
|
-
"examples": [
|
|
55396
|
-
"Politics",
|
|
55397
|
-
"Sports",
|
|
55398
|
-
"Finance",
|
|
55399
|
-
"Crypto",
|
|
55400
|
-
"Culture",
|
|
55401
|
-
"Technology",
|
|
55402
|
-
"Science",
|
|
55403
|
-
"Entertainment",
|
|
55404
|
-
"Health",
|
|
55405
|
-
"Environment",
|
|
55406
|
-
"Other"
|
|
55407
|
-
],
|
|
55408
|
-
"type": "string"
|
|
55409
|
-
},
|
|
55410
|
-
{
|
|
55411
|
-
"description": "Case-insensitive category name accepted by the CLI.",
|
|
55412
|
-
"examples": [
|
|
55413
|
-
"Politics",
|
|
55414
|
-
"Sports",
|
|
55415
|
-
"Finance",
|
|
55416
|
-
"Crypto",
|
|
55417
|
-
"Culture",
|
|
55418
|
-
"Technology",
|
|
55419
|
-
"Science",
|
|
55420
|
-
"Entertainment",
|
|
55421
|
-
"Health",
|
|
55422
|
-
"Environment",
|
|
55423
|
-
"Other"
|
|
55424
|
-
],
|
|
55425
|
-
"pattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$",
|
|
55426
|
-
"type": "string"
|
|
55427
|
-
}
|
|
55311
|
+
"description": "Category id or canonical category name.",
|
|
55312
|
+
"examples": [
|
|
55313
|
+
"Sports",
|
|
55314
|
+
"3"
|
|
55428
55315
|
],
|
|
55429
|
-
"
|
|
55316
|
+
"type": "string",
|
|
55317
|
+
"xPandora": {
|
|
55318
|
+
"acceptsIntegerStrings": true,
|
|
55319
|
+
"allowedCategoryNames": [
|
|
55320
|
+
"Politics",
|
|
55321
|
+
"Sports",
|
|
55322
|
+
"Finance",
|
|
55323
|
+
"Crypto",
|
|
55324
|
+
"Culture",
|
|
55325
|
+
"Technology",
|
|
55326
|
+
"Science",
|
|
55327
|
+
"Entertainment",
|
|
55328
|
+
"Health",
|
|
55329
|
+
"Environment",
|
|
55330
|
+
"Other"
|
|
55331
|
+
],
|
|
55332
|
+
"caseInsensitivePattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$"
|
|
55333
|
+
}
|
|
55430
55334
|
},
|
|
55431
55335
|
"creation-window-close-min": {
|
|
55432
55336
|
"description": "Creation window close minutes before kickoff.",
|
|
@@ -55783,62 +55687,29 @@
|
|
|
55783
55687
|
"type": "object"
|
|
55784
55688
|
},
|
|
55785
55689
|
"category": {
|
|
55786
|
-
"
|
|
55787
|
-
|
|
55788
|
-
|
|
55789
|
-
|
|
55790
|
-
"type": "integer"
|
|
55791
|
-
},
|
|
55792
|
-
{
|
|
55793
|
-
"description": "Canonical category name.",
|
|
55794
|
-
"enum": [
|
|
55795
|
-
"Politics",
|
|
55796
|
-
"Sports",
|
|
55797
|
-
"Finance",
|
|
55798
|
-
"Crypto",
|
|
55799
|
-
"Culture",
|
|
55800
|
-
"Technology",
|
|
55801
|
-
"Science",
|
|
55802
|
-
"Entertainment",
|
|
55803
|
-
"Health",
|
|
55804
|
-
"Environment",
|
|
55805
|
-
"Other"
|
|
55806
|
-
],
|
|
55807
|
-
"examples": [
|
|
55808
|
-
"Politics",
|
|
55809
|
-
"Sports",
|
|
55810
|
-
"Finance",
|
|
55811
|
-
"Crypto",
|
|
55812
|
-
"Culture",
|
|
55813
|
-
"Technology",
|
|
55814
|
-
"Science",
|
|
55815
|
-
"Entertainment",
|
|
55816
|
-
"Health",
|
|
55817
|
-
"Environment",
|
|
55818
|
-
"Other"
|
|
55819
|
-
],
|
|
55820
|
-
"type": "string"
|
|
55821
|
-
},
|
|
55822
|
-
{
|
|
55823
|
-
"description": "Case-insensitive category name accepted by the CLI.",
|
|
55824
|
-
"examples": [
|
|
55825
|
-
"Politics",
|
|
55826
|
-
"Sports",
|
|
55827
|
-
"Finance",
|
|
55828
|
-
"Crypto",
|
|
55829
|
-
"Culture",
|
|
55830
|
-
"Technology",
|
|
55831
|
-
"Science",
|
|
55832
|
-
"Entertainment",
|
|
55833
|
-
"Health",
|
|
55834
|
-
"Environment",
|
|
55835
|
-
"Other"
|
|
55836
|
-
],
|
|
55837
|
-
"pattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$",
|
|
55838
|
-
"type": "string"
|
|
55839
|
-
}
|
|
55690
|
+
"description": "Category id or canonical category name.",
|
|
55691
|
+
"examples": [
|
|
55692
|
+
"Sports",
|
|
55693
|
+
"3"
|
|
55840
55694
|
],
|
|
55841
|
-
"
|
|
55695
|
+
"type": "string",
|
|
55696
|
+
"xPandora": {
|
|
55697
|
+
"acceptsIntegerStrings": true,
|
|
55698
|
+
"allowedCategoryNames": [
|
|
55699
|
+
"Politics",
|
|
55700
|
+
"Sports",
|
|
55701
|
+
"Finance",
|
|
55702
|
+
"Crypto",
|
|
55703
|
+
"Culture",
|
|
55704
|
+
"Technology",
|
|
55705
|
+
"Science",
|
|
55706
|
+
"Entertainment",
|
|
55707
|
+
"Health",
|
|
55708
|
+
"Environment",
|
|
55709
|
+
"Other"
|
|
55710
|
+
],
|
|
55711
|
+
"caseInsensitivePattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$"
|
|
55712
|
+
}
|
|
55842
55713
|
},
|
|
55843
55714
|
"chain-id": {
|
|
55844
55715
|
"description": "Chain id.",
|
package/package.json
CHANGED