@thisispandora/agent-sdk 0.1.0-alpha.7 → 0.1.0-alpha.8

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.
@@ -3889,19 +3889,12 @@
3889
3889
  "additionalProperties": false,
3890
3890
  "properties": {
3891
3891
  "id": {
3892
- "oneOf": [
3893
- {
3894
- "description": "Market id.",
3895
- "type": "string"
3896
- },
3897
- {
3898
- "description": "Market ids.",
3899
- "items": {
3900
- "type": "string"
3901
- },
3902
- "type": "array"
3903
- }
3904
- ]
3892
+ "description": "Market id, or a comma-delimited list of market ids.",
3893
+ "minLength": 1,
3894
+ "type": "string",
3895
+ "xPandora": {
3896
+ "acceptsCommaSeparatedList": true
3897
+ }
3905
3898
  },
3906
3899
  "stdin": {
3907
3900
  "description": "Read newline-delimited ids from stdin.",
@@ -6848,62 +6841,29 @@
6848
6841
  "type": "string"
6849
6842
  },
6850
6843
  "category": {
6851
- "anyOf": [
6852
- {
6853
- "description": "Category id.",
6854
- "minimum": 0,
6855
- "type": "integer"
6856
- },
6857
- {
6858
- "description": "Canonical category name.",
6859
- "enum": [
6860
- "Politics",
6861
- "Sports",
6862
- "Finance",
6863
- "Crypto",
6864
- "Culture",
6865
- "Technology",
6866
- "Science",
6867
- "Entertainment",
6868
- "Health",
6869
- "Environment",
6870
- "Other"
6871
- ],
6872
- "examples": [
6873
- "Politics",
6874
- "Sports",
6875
- "Finance",
6876
- "Crypto",
6877
- "Culture",
6878
- "Technology",
6879
- "Science",
6880
- "Entertainment",
6881
- "Health",
6882
- "Environment",
6883
- "Other"
6884
- ],
6885
- "type": "string"
6886
- },
6887
- {
6888
- "description": "Case-insensitive category name accepted by the CLI.",
6889
- "examples": [
6890
- "Politics",
6891
- "Sports",
6892
- "Finance",
6893
- "Crypto",
6894
- "Culture",
6895
- "Technology",
6896
- "Science",
6897
- "Entertainment",
6898
- "Health",
6899
- "Environment",
6900
- "Other"
6901
- ],
6902
- "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])$",
6903
- "type": "string"
6904
- }
6844
+ "description": "Category id or canonical category name.",
6845
+ "examples": [
6846
+ "Sports",
6847
+ "3"
6905
6848
  ],
6906
- "description": "Category id or canonical category name."
6849
+ "type": "string",
6850
+ "xPandora": {
6851
+ "acceptsIntegerStrings": true,
6852
+ "allowedCategoryNames": [
6853
+ "Politics",
6854
+ "Sports",
6855
+ "Finance",
6856
+ "Crypto",
6857
+ "Culture",
6858
+ "Technology",
6859
+ "Science",
6860
+ "Entertainment",
6861
+ "Health",
6862
+ "Environment",
6863
+ "Other"
6864
+ ],
6865
+ "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])$"
6866
+ }
6907
6867
  },
6908
6868
  "chain-id": {
6909
6869
  "description": "Chain id.",
@@ -7023,18 +6983,16 @@
7023
6983
  "type": "array"
7024
6984
  },
7025
6985
  "target-timestamp": {
7026
- "anyOf": [
7027
- {
7028
- "description": "Explicit target timestamp in unix seconds.",
7029
- "minimum": 1,
7030
- "type": "integer"
7031
- },
7032
- {
7033
- "description": "Explicit ISO date/time override for target timestamp.",
7034
- "type": "string"
7035
- }
6986
+ "description": "Explicit target timestamp override.",
6987
+ "examples": [
6988
+ "1777777777",
6989
+ "2026-12-31T00:00:00Z"
7036
6990
  ],
7037
- "description": "Explicit target timestamp override."
6991
+ "type": "string",
6992
+ "xPandora": {
6993
+ "acceptsIsoDatetime": true,
6994
+ "acceptsUnixSeconds": true
6995
+ }
7038
6996
  },
7039
6997
  "usdc": {
7040
6998
  "description": "USDC token address.",
@@ -8098,62 +8056,29 @@
8098
8056
  "type": "boolean"
8099
8057
  },
8100
8058
  "category": {
8101
- "anyOf": [
8102
- {
8103
- "description": "Category id.",
8104
- "minimum": 0,
8105
- "type": "integer"
8106
- },
8107
- {
8108
- "description": "Canonical category name.",
8109
- "enum": [
8110
- "Politics",
8111
- "Sports",
8112
- "Finance",
8113
- "Crypto",
8114
- "Culture",
8115
- "Technology",
8116
- "Science",
8117
- "Entertainment",
8118
- "Health",
8119
- "Environment",
8120
- "Other"
8121
- ],
8122
- "examples": [
8123
- "Politics",
8124
- "Sports",
8125
- "Finance",
8126
- "Crypto",
8127
- "Culture",
8128
- "Technology",
8129
- "Science",
8130
- "Entertainment",
8131
- "Health",
8132
- "Environment",
8133
- "Other"
8134
- ],
8135
- "type": "string"
8136
- },
8137
- {
8138
- "description": "Case-insensitive category name accepted by the CLI.",
8139
- "examples": [
8140
- "Politics",
8141
- "Sports",
8142
- "Finance",
8143
- "Crypto",
8144
- "Culture",
8145
- "Technology",
8146
- "Science",
8147
- "Entertainment",
8148
- "Health",
8149
- "Environment",
8150
- "Other"
8151
- ],
8152
- "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])$",
8153
- "type": "string"
8154
- }
8059
+ "description": "Category id or canonical category name.",
8060
+ "examples": [
8061
+ "Sports",
8062
+ "3"
8155
8063
  ],
8156
- "description": "Category id or canonical category name."
8064
+ "type": "string",
8065
+ "xPandora": {
8066
+ "acceptsIntegerStrings": true,
8067
+ "allowedCategoryNames": [
8068
+ "Politics",
8069
+ "Sports",
8070
+ "Finance",
8071
+ "Crypto",
8072
+ "Culture",
8073
+ "Technology",
8074
+ "Science",
8075
+ "Entertainment",
8076
+ "Health",
8077
+ "Environment",
8078
+ "Other"
8079
+ ],
8080
+ "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])$"
8081
+ }
8157
8082
  },
8158
8083
  "chain-id": {
8159
8084
  "description": "Chain id.",
@@ -8417,18 +8342,14 @@
8417
8342
  "type": "string"
8418
8343
  },
8419
8344
  "skip-gate": {
8420
- "anyOf": [
8421
- {
8422
- "description": "Skip all mirror sync gates.",
8423
- "type": "boolean"
8424
- },
8425
- {
8426
- "description": "Comma-delimited gate skip list.",
8427
- "type": "string"
8428
- }
8345
+ "description": "Set to \"true\" to skip all mirror sync gates, or provide a comma-delimited named skip list.",
8346
+ "examples": [
8347
+ "true",
8348
+ "MATCH_AND_RULES,POLYMARKET_SOURCE_FRESH"
8429
8349
  ],
8430
- "description": "Skip all mirror sync gates (boolean) or provide a comma-delimited named skip list.",
8350
+ "type": "string",
8431
8351
  "xPandora": {
8352
+ "acceptsBooleanString": true,
8432
8353
  "allowedGateCodes": [
8433
8354
  "MATCH_AND_RULES",
8434
8355
  "POLYMARKET_SOURCE_FRESH",
@@ -8461,18 +8382,16 @@
8461
8382
  "type": "boolean"
8462
8383
  },
8463
8384
  "target-timestamp": {
8464
- "anyOf": [
8465
- {
8466
- "description": "Explicit target timestamp in unix seconds.",
8467
- "minimum": 1,
8468
- "type": "integer"
8469
- },
8470
- {
8471
- "description": "Explicit ISO date/time override for target timestamp.",
8472
- "type": "string"
8473
- }
8385
+ "description": "Explicit target timestamp override.",
8386
+ "examples": [
8387
+ "1777777777",
8388
+ "2026-12-31T00:00:00Z"
8474
8389
  ],
8475
- "description": "Explicit target timestamp override."
8390
+ "type": "string",
8391
+ "xPandora": {
8392
+ "acceptsIsoDatetime": true,
8393
+ "acceptsUnixSeconds": true
8394
+ }
8476
8395
  },
8477
8396
  "trust-deploy": {
8478
8397
  "description": "Trust manifest deploy pair.",
@@ -12913,18 +12832,14 @@
12913
12832
  "type": "string"
12914
12833
  },
12915
12834
  "skip-gate": {
12916
- "anyOf": [
12917
- {
12918
- "description": "Skip all mirror sync gates.",
12919
- "type": "boolean"
12920
- },
12921
- {
12922
- "description": "Comma-delimited gate skip list.",
12923
- "type": "string"
12924
- }
12835
+ "description": "Set to \"true\" to skip all mirror sync gates, or provide a comma-delimited named skip list.",
12836
+ "examples": [
12837
+ "true",
12838
+ "MATCH_AND_RULES,POLYMARKET_SOURCE_FRESH"
12925
12839
  ],
12926
- "description": "Skip all mirror sync gates (boolean) or provide a comma-delimited named skip list.",
12840
+ "type": "string",
12927
12841
  "xPandora": {
12842
+ "acceptsBooleanString": true,
12928
12843
  "allowedGateCodes": [
12929
12844
  "MATCH_AND_RULES",
12930
12845
  "POLYMARKET_SOURCE_FRESH",
@@ -14538,18 +14453,14 @@
14538
14453
  "type": "string"
14539
14454
  },
14540
14455
  "skip-gate": {
14541
- "anyOf": [
14542
- {
14543
- "description": "Skip all mirror sync gates.",
14544
- "type": "boolean"
14545
- },
14546
- {
14547
- "description": "Comma-delimited gate skip list.",
14548
- "type": "string"
14549
- }
14456
+ "description": "Set to \"true\" to skip all mirror sync gates, or provide a comma-delimited named skip list.",
14457
+ "examples": [
14458
+ "true",
14459
+ "MATCH_AND_RULES,POLYMARKET_SOURCE_FRESH"
14550
14460
  ],
14551
- "description": "Skip all mirror sync gates (boolean) or provide a comma-delimited named skip list.",
14461
+ "type": "string",
14552
14462
  "xPandora": {
14463
+ "acceptsBooleanString": true,
14553
14464
  "allowedGateCodes": [
14554
14465
  "MATCH_AND_RULES",
14555
14466
  "POLYMARKET_SOURCE_FRESH",
@@ -16160,18 +16071,14 @@
16160
16071
  "type": "string"
16161
16072
  },
16162
16073
  "skip-gate": {
16163
- "anyOf": [
16164
- {
16165
- "description": "Skip all mirror sync gates.",
16166
- "type": "boolean"
16167
- },
16168
- {
16169
- "description": "Comma-delimited gate skip list.",
16170
- "type": "string"
16171
- }
16074
+ "description": "Set to \"true\" to skip all mirror sync gates, or provide a comma-delimited named skip list.",
16075
+ "examples": [
16076
+ "true",
16077
+ "MATCH_AND_RULES,POLYMARKET_SOURCE_FRESH"
16172
16078
  ],
16173
- "description": "Skip all mirror sync gates (boolean) or provide a comma-delimited named skip list.",
16079
+ "type": "string",
16174
16080
  "xPandora": {
16081
+ "acceptsBooleanString": true,
16175
16082
  "allowedGateCodes": [
16176
16083
  "MATCH_AND_RULES",
16177
16084
  "POLYMARKET_SOURCE_FRESH",
@@ -18623,19 +18530,12 @@
18623
18530
  "type": "string"
18624
18531
  },
18625
18532
  "series": {
18626
- "oneOf": [
18627
- {
18628
- "description": "Series specification id:v1,v2,...",
18629
- "type": "string"
18630
- },
18631
- {
18632
- "description": "Series specifications.",
18633
- "items": {
18634
- "type": "string"
18635
- },
18636
- "type": "array"
18637
- }
18638
- ]
18533
+ "description": "Series specification id:v1,v2,..., or a semicolon-delimited list of series specifications.",
18534
+ "minLength": 1,
18535
+ "type": "string",
18536
+ "xPandora": {
18537
+ "acceptsSemicolonSeparatedList": true
18538
+ }
18639
18539
  },
18640
18540
  "tail-alpha": {
18641
18541
  "description": "Tail alpha level.",
@@ -23954,62 +23854,29 @@
23954
23854
  "type": "string"
23955
23855
  },
23956
23856
  "category": {
23957
- "anyOf": [
23958
- {
23959
- "description": "Category id.",
23960
- "minimum": 0,
23961
- "type": "integer"
23962
- },
23963
- {
23964
- "description": "Canonical category name.",
23965
- "enum": [
23966
- "Politics",
23967
- "Sports",
23968
- "Finance",
23969
- "Crypto",
23970
- "Culture",
23971
- "Technology",
23972
- "Science",
23973
- "Entertainment",
23974
- "Health",
23975
- "Environment",
23976
- "Other"
23977
- ],
23978
- "examples": [
23979
- "Politics",
23980
- "Sports",
23981
- "Finance",
23982
- "Crypto",
23983
- "Culture",
23984
- "Technology",
23985
- "Science",
23986
- "Entertainment",
23987
- "Health",
23988
- "Environment",
23989
- "Other"
23990
- ],
23991
- "type": "string"
23992
- },
23993
- {
23994
- "description": "Case-insensitive category name accepted by the CLI.",
23995
- "examples": [
23996
- "Politics",
23997
- "Sports",
23998
- "Finance",
23999
- "Crypto",
24000
- "Culture",
24001
- "Technology",
24002
- "Science",
24003
- "Entertainment",
24004
- "Health",
24005
- "Environment",
24006
- "Other"
24007
- ],
24008
- "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])$",
24009
- "type": "string"
24010
- }
23857
+ "description": "Category id or canonical category name.",
23858
+ "examples": [
23859
+ "Sports",
23860
+ "3"
24011
23861
  ],
24012
- "description": "Category id or canonical category name."
23862
+ "type": "string",
23863
+ "xPandora": {
23864
+ "acceptsIntegerStrings": true,
23865
+ "allowedCategoryNames": [
23866
+ "Politics",
23867
+ "Sports",
23868
+ "Finance",
23869
+ "Crypto",
23870
+ "Culture",
23871
+ "Technology",
23872
+ "Science",
23873
+ "Entertainment",
23874
+ "Health",
23875
+ "Environment",
23876
+ "Other"
23877
+ ],
23878
+ "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])$"
23879
+ }
24013
23880
  },
24014
23881
  "creation-window-close-min": {
24015
23882
  "description": "Creation window close minutes before kickoff.",
@@ -24159,62 +24026,29 @@
24159
24026
  "type": "object"
24160
24027
  },
24161
24028
  "category": {
24162
- "anyOf": [
24163
- {
24164
- "description": "Category id.",
24165
- "minimum": 0,
24166
- "type": "integer"
24167
- },
24168
- {
24169
- "description": "Canonical category name.",
24170
- "enum": [
24171
- "Politics",
24172
- "Sports",
24173
- "Finance",
24174
- "Crypto",
24175
- "Culture",
24176
- "Technology",
24177
- "Science",
24178
- "Entertainment",
24179
- "Health",
24180
- "Environment",
24181
- "Other"
24182
- ],
24183
- "examples": [
24184
- "Politics",
24185
- "Sports",
24186
- "Finance",
24187
- "Crypto",
24188
- "Culture",
24189
- "Technology",
24190
- "Science",
24191
- "Entertainment",
24192
- "Health",
24193
- "Environment",
24194
- "Other"
24195
- ],
24196
- "type": "string"
24197
- },
24198
- {
24199
- "description": "Case-insensitive category name accepted by the CLI.",
24200
- "examples": [
24201
- "Politics",
24202
- "Sports",
24203
- "Finance",
24204
- "Crypto",
24205
- "Culture",
24206
- "Technology",
24207
- "Science",
24208
- "Entertainment",
24209
- "Health",
24210
- "Environment",
24211
- "Other"
24212
- ],
24213
- "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])$",
24214
- "type": "string"
24215
- }
24029
+ "description": "Category id or canonical category name.",
24030
+ "examples": [
24031
+ "Sports",
24032
+ "3"
24216
24033
  ],
24217
- "description": "Category id or canonical category name."
24034
+ "type": "string",
24035
+ "xPandora": {
24036
+ "acceptsIntegerStrings": true,
24037
+ "allowedCategoryNames": [
24038
+ "Politics",
24039
+ "Sports",
24040
+ "Finance",
24041
+ "Crypto",
24042
+ "Culture",
24043
+ "Technology",
24044
+ "Science",
24045
+ "Entertainment",
24046
+ "Health",
24047
+ "Environment",
24048
+ "Other"
24049
+ ],
24050
+ "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])$"
24051
+ }
24218
24052
  },
24219
24053
  "chain-id": {
24220
24054
  "description": "Chain id.",