@alphafox/cli 0.3.16 → 0.3.17

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.
@@ -2,16 +2,16 @@
2
2
  "source": {
3
3
  "package": "@alphafoxai/contracts",
4
4
  "export": "public-api",
5
- "contractsSha": "3833cb49c0406ee7c9ee59caa2f266b2f6cd99f2",
6
- "registryVersion": "2.0.1",
7
- "contractVersion": "2026-08-29",
8
- "scannedAt": "2026-08-29",
9
- "totalOperations": 276,
10
- "cliOperations": 257
5
+ "contractsSha": "3325449547f129a185a854ee6b81ba3efb447e5e",
6
+ "registryVersion": "2.1.0",
7
+ "contractVersion": "2026-08-30",
8
+ "scannedAt": "2026-08-30",
9
+ "totalOperations": 278,
10
+ "cliOperations": 259
11
11
  },
12
12
  "compatibility": {
13
- "contractVersion": "2026-08-29",
14
- "registryVersion": "2.0.1",
13
+ "contractVersion": "2026-08-30",
14
+ "registryVersion": "2.1.0",
15
15
  "minCliVersion": "0.0.0",
16
16
  "maxCliVersion": "0.99.99",
17
17
  "openapi": "3.1.0"
@@ -4469,6 +4469,30 @@
4469
4469
  "responseSchema": "JsonValue",
4470
4470
  "errorSchema": "ProblemDetails"
4471
4471
  },
4472
+ {
4473
+ "operationId": "signal_sources.byId.trade_events.list",
4474
+ "method": "GET",
4475
+ "path": "/api/v1/signal-sources/{id}/trade-events",
4476
+ "role": "user",
4477
+ "risk": "read",
4478
+ "auth": "bearer",
4479
+ "scopes": [
4480
+ "openid",
4481
+ "profile",
4482
+ "signal-sources:read"
4483
+ ],
4484
+ "stream": false,
4485
+ "file": false,
4486
+ "pagination": true,
4487
+ "idempotent": true,
4488
+ "mvp": false,
4489
+ "catchAll": false,
4490
+ "contractStatus": "envelope",
4491
+ "requestBodySchema": null,
4492
+ "querySchema": "JsonObject",
4493
+ "responseSchema": "JsonValue",
4494
+ "errorSchema": "ProblemDetails"
4495
+ },
4472
4496
  {
4473
4497
  "operationId": "spread_radar.episodes.list",
4474
4498
  "method": "GET",
@@ -5238,6 +5262,30 @@
5238
5262
  "responseSchema": "JsonValue",
5239
5263
  "errorSchema": "ProblemDetails"
5240
5264
  },
5265
+ {
5266
+ "operationId": "trading.passivbot_paper_acceptance_traders.create",
5267
+ "method": "POST",
5268
+ "path": "/api/v1/trading/passivbot-paper-acceptance-traders",
5269
+ "role": "user",
5270
+ "risk": "write",
5271
+ "auth": "bearer",
5272
+ "scopes": [
5273
+ "openid",
5274
+ "profile",
5275
+ "trading:write"
5276
+ ],
5277
+ "stream": false,
5278
+ "file": false,
5279
+ "pagination": false,
5280
+ "idempotent": false,
5281
+ "mvp": false,
5282
+ "catchAll": false,
5283
+ "contractStatus": "shared",
5284
+ "requestBodySchema": "createPassivbotPaperAcceptanceTraderRequestSchema",
5285
+ "querySchema": null,
5286
+ "responseSchema": "createTraderResponseSchema",
5287
+ "errorSchema": "ProblemDetails"
5288
+ },
5241
5289
  {
5242
5290
  "operationId": "trading.rebate_copy_traders.create",
5243
5291
  "method": "POST",