@alphafox/cli 0.3.9 → 0.3.10
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/dist/catalog/generated/registry.json +2 -607
- package/dist/catalog/generated/schemas.json +9037 -13195
- package/dist/skills-manifest.json +50 -50
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/docs/e2e-staging.md +6 -4
- package/package.json +1 -1
- package/skills/account/SKILL.md +1 -1
- package/skills/admin/SKILL.md +1 -1
- package/skills/alphafox/SKILL.md +2 -2
- package/skills/alphafox-shared/SKILL.md +1 -1
- package/skills/auth/SKILL.md +1 -1
- package/skills/cache/SKILL.md +1 -1
- package/skills/engine-backtest/SKILL.md +1 -1
- package/skills/exchange/SKILL.md +1 -1
- package/skills/market/SKILL.md +1 -1
- package/skills/notification/SKILL.md +1 -1
- package/skills/strategy/SKILL.md +1 -1
- package/skills/trading/SKILL.md +1 -1
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"source": {
|
|
3
3
|
"package": "@alphafoxai/contracts",
|
|
4
4
|
"export": "public-api",
|
|
5
|
-
"contractsSha": "
|
|
5
|
+
"contractsSha": "ffa4bc3b",
|
|
6
6
|
"registryVersion": "1.1.0",
|
|
7
7
|
"contractVersion": "2026-08-13",
|
|
8
8
|
"scannedAt": "2026-08-13",
|
|
9
9
|
"totalOperations": 283,
|
|
10
|
-
"cliOperations":
|
|
10
|
+
"cliOperations": 239
|
|
11
11
|
},
|
|
12
12
|
"compatibility": {
|
|
13
13
|
"contractVersion": "2026-08-13",
|
|
@@ -17,126 +17,6 @@
|
|
|
17
17
|
"openapi": "3.1.0"
|
|
18
18
|
},
|
|
19
19
|
"operations": [
|
|
20
|
-
{
|
|
21
|
-
"operationId": "backtests.byId.cancel",
|
|
22
|
-
"method": "POST",
|
|
23
|
-
"path": "/api/v1/backtests/{backtestId}/cancel",
|
|
24
|
-
"role": "user",
|
|
25
|
-
"risk": "write",
|
|
26
|
-
"auth": "bearer",
|
|
27
|
-
"scopes": [
|
|
28
|
-
"openid",
|
|
29
|
-
"profile",
|
|
30
|
-
"backtests:write"
|
|
31
|
-
],
|
|
32
|
-
"stream": false,
|
|
33
|
-
"file": false,
|
|
34
|
-
"pagination": false,
|
|
35
|
-
"idempotent": true,
|
|
36
|
-
"mvp": true,
|
|
37
|
-
"catchAll": false,
|
|
38
|
-
"contractStatus": "envelope",
|
|
39
|
-
"requestBodySchema": "JsonObject",
|
|
40
|
-
"querySchema": null,
|
|
41
|
-
"responseSchema": "JsonValue",
|
|
42
|
-
"errorSchema": "ProblemDetails"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"operationId": "backtests.byId.get",
|
|
46
|
-
"method": "GET",
|
|
47
|
-
"path": "/api/v1/backtests/{backtestId}",
|
|
48
|
-
"role": "user",
|
|
49
|
-
"risk": "read",
|
|
50
|
-
"auth": "bearer",
|
|
51
|
-
"scopes": [
|
|
52
|
-
"openid",
|
|
53
|
-
"profile",
|
|
54
|
-
"backtests:read"
|
|
55
|
-
],
|
|
56
|
-
"stream": false,
|
|
57
|
-
"file": false,
|
|
58
|
-
"pagination": false,
|
|
59
|
-
"idempotent": true,
|
|
60
|
-
"mvp": true,
|
|
61
|
-
"catchAll": false,
|
|
62
|
-
"contractStatus": "shared",
|
|
63
|
-
"requestBodySchema": null,
|
|
64
|
-
"querySchema": "JsonObject",
|
|
65
|
-
"responseSchema": "backtestDetailSchema",
|
|
66
|
-
"errorSchema": "ProblemDetails"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"operationId": "backtests.byId.stream",
|
|
70
|
-
"method": "GET",
|
|
71
|
-
"path": "/api/v1/backtests/{backtestId}/stream",
|
|
72
|
-
"role": "user",
|
|
73
|
-
"risk": "read",
|
|
74
|
-
"auth": "bearer",
|
|
75
|
-
"scopes": [
|
|
76
|
-
"openid",
|
|
77
|
-
"profile",
|
|
78
|
-
"backtests:read"
|
|
79
|
-
],
|
|
80
|
-
"stream": true,
|
|
81
|
-
"file": false,
|
|
82
|
-
"pagination": false,
|
|
83
|
-
"idempotent": true,
|
|
84
|
-
"mvp": true,
|
|
85
|
-
"catchAll": false,
|
|
86
|
-
"contractStatus": "envelope",
|
|
87
|
-
"requestBodySchema": null,
|
|
88
|
-
"querySchema": "JsonObject",
|
|
89
|
-
"responseSchema": "EventStream",
|
|
90
|
-
"errorSchema": "ProblemDetails"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"operationId": "backtests.create",
|
|
94
|
-
"method": "POST",
|
|
95
|
-
"path": "/api/v1/backtests",
|
|
96
|
-
"role": "user",
|
|
97
|
-
"risk": "write",
|
|
98
|
-
"auth": "bearer",
|
|
99
|
-
"scopes": [
|
|
100
|
-
"openid",
|
|
101
|
-
"profile",
|
|
102
|
-
"backtests:write"
|
|
103
|
-
],
|
|
104
|
-
"stream": false,
|
|
105
|
-
"file": false,
|
|
106
|
-
"pagination": false,
|
|
107
|
-
"idempotent": false,
|
|
108
|
-
"mvp": true,
|
|
109
|
-
"catchAll": false,
|
|
110
|
-
"contractStatus": "shared",
|
|
111
|
-
"requestBodySchema": "backtestUserBacktestInputSchema",
|
|
112
|
-
"querySchema": null,
|
|
113
|
-
"responseSchema": "backtestStartResponseSchema",
|
|
114
|
-
"errorSchema": "ProblemDetails"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"operationId": "chats.create",
|
|
118
|
-
"method": "POST",
|
|
119
|
-
"path": "/api/v1/chats",
|
|
120
|
-
"role": "user",
|
|
121
|
-
"risk": "write",
|
|
122
|
-
"auth": "bearer",
|
|
123
|
-
"scopes": [
|
|
124
|
-
"openid",
|
|
125
|
-
"profile",
|
|
126
|
-
"chats:write"
|
|
127
|
-
],
|
|
128
|
-
"stream": false,
|
|
129
|
-
"file": false,
|
|
130
|
-
"pagination": false,
|
|
131
|
-
"idempotent": false,
|
|
132
|
-
"mvp": true,
|
|
133
|
-
"catchAll": false,
|
|
134
|
-
"contractStatus": "shared",
|
|
135
|
-
"requestBodySchema": "createChatRequestSchema",
|
|
136
|
-
"querySchema": null,
|
|
137
|
-
"responseSchema": "createChatResponseSchema",
|
|
138
|
-
"errorSchema": "ProblemDetails"
|
|
139
|
-
},
|
|
140
20
|
{
|
|
141
21
|
"operationId": "exchange_connectors.list",
|
|
142
22
|
"method": "GET",
|
|
@@ -1947,126 +1827,6 @@
|
|
|
1947
1827
|
"responseSchema": "JsonValue",
|
|
1948
1828
|
"errorSchema": "ProblemDetails"
|
|
1949
1829
|
},
|
|
1950
|
-
{
|
|
1951
|
-
"operationId": "backtests.backtest_settings_schema.list",
|
|
1952
|
-
"method": "GET",
|
|
1953
|
-
"path": "/api/v1/backtests/backtest-settings-schema",
|
|
1954
|
-
"role": "user",
|
|
1955
|
-
"risk": "read",
|
|
1956
|
-
"auth": "bearer",
|
|
1957
|
-
"scopes": [
|
|
1958
|
-
"openid",
|
|
1959
|
-
"profile",
|
|
1960
|
-
"backtests:read"
|
|
1961
|
-
],
|
|
1962
|
-
"stream": false,
|
|
1963
|
-
"file": false,
|
|
1964
|
-
"pagination": true,
|
|
1965
|
-
"idempotent": true,
|
|
1966
|
-
"mvp": false,
|
|
1967
|
-
"catchAll": false,
|
|
1968
|
-
"contractStatus": "shared",
|
|
1969
|
-
"requestBodySchema": null,
|
|
1970
|
-
"querySchema": "JsonObject",
|
|
1971
|
-
"responseSchema": "backtestSettingsSchemaResponseSchema",
|
|
1972
|
-
"errorSchema": "ProblemDetails"
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"operationId": "backtests.byId.executions.list",
|
|
1976
|
-
"method": "GET",
|
|
1977
|
-
"path": "/api/v1/backtests/{backtestId}/executions",
|
|
1978
|
-
"role": "user",
|
|
1979
|
-
"risk": "read",
|
|
1980
|
-
"auth": "bearer",
|
|
1981
|
-
"scopes": [
|
|
1982
|
-
"openid",
|
|
1983
|
-
"profile",
|
|
1984
|
-
"backtests:read"
|
|
1985
|
-
],
|
|
1986
|
-
"stream": false,
|
|
1987
|
-
"file": false,
|
|
1988
|
-
"pagination": true,
|
|
1989
|
-
"idempotent": true,
|
|
1990
|
-
"mvp": false,
|
|
1991
|
-
"catchAll": false,
|
|
1992
|
-
"contractStatus": "envelope",
|
|
1993
|
-
"requestBodySchema": null,
|
|
1994
|
-
"querySchema": "JsonObject",
|
|
1995
|
-
"responseSchema": "JsonValue",
|
|
1996
|
-
"errorSchema": "ProblemDetails"
|
|
1997
|
-
},
|
|
1998
|
-
{
|
|
1999
|
-
"operationId": "backtests.byId.fills.list",
|
|
2000
|
-
"method": "GET",
|
|
2001
|
-
"path": "/api/v1/backtests/{backtestId}/fills",
|
|
2002
|
-
"role": "user",
|
|
2003
|
-
"risk": "read",
|
|
2004
|
-
"auth": "bearer",
|
|
2005
|
-
"scopes": [
|
|
2006
|
-
"openid",
|
|
2007
|
-
"profile",
|
|
2008
|
-
"backtests:read"
|
|
2009
|
-
],
|
|
2010
|
-
"stream": false,
|
|
2011
|
-
"file": false,
|
|
2012
|
-
"pagination": true,
|
|
2013
|
-
"idempotent": true,
|
|
2014
|
-
"mvp": false,
|
|
2015
|
-
"catchAll": false,
|
|
2016
|
-
"contractStatus": "envelope",
|
|
2017
|
-
"requestBodySchema": null,
|
|
2018
|
-
"querySchema": "JsonObject",
|
|
2019
|
-
"responseSchema": "JsonValue",
|
|
2020
|
-
"errorSchema": "ProblemDetails"
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"operationId": "backtests.byId.positionSnapshots.list",
|
|
2024
|
-
"method": "GET",
|
|
2025
|
-
"path": "/api/v1/backtests/{backtestId}/positionSnapshots",
|
|
2026
|
-
"role": "user",
|
|
2027
|
-
"risk": "read",
|
|
2028
|
-
"auth": "bearer",
|
|
2029
|
-
"scopes": [
|
|
2030
|
-
"openid",
|
|
2031
|
-
"profile",
|
|
2032
|
-
"backtests:read"
|
|
2033
|
-
],
|
|
2034
|
-
"stream": false,
|
|
2035
|
-
"file": false,
|
|
2036
|
-
"pagination": true,
|
|
2037
|
-
"idempotent": true,
|
|
2038
|
-
"mvp": false,
|
|
2039
|
-
"catchAll": false,
|
|
2040
|
-
"contractStatus": "envelope",
|
|
2041
|
-
"requestBodySchema": null,
|
|
2042
|
-
"querySchema": "JsonObject",
|
|
2043
|
-
"responseSchema": "JsonValue",
|
|
2044
|
-
"errorSchema": "ProblemDetails"
|
|
2045
|
-
},
|
|
2046
|
-
{
|
|
2047
|
-
"operationId": "backtests.byId.timeseries.list",
|
|
2048
|
-
"method": "GET",
|
|
2049
|
-
"path": "/api/v1/backtests/{backtestId}/timeseries",
|
|
2050
|
-
"role": "user",
|
|
2051
|
-
"risk": "read",
|
|
2052
|
-
"auth": "bearer",
|
|
2053
|
-
"scopes": [
|
|
2054
|
-
"openid",
|
|
2055
|
-
"profile",
|
|
2056
|
-
"backtests:read"
|
|
2057
|
-
],
|
|
2058
|
-
"stream": false,
|
|
2059
|
-
"file": false,
|
|
2060
|
-
"pagination": true,
|
|
2061
|
-
"idempotent": true,
|
|
2062
|
-
"mvp": false,
|
|
2063
|
-
"catchAll": false,
|
|
2064
|
-
"contractStatus": "envelope",
|
|
2065
|
-
"requestBodySchema": null,
|
|
2066
|
-
"querySchema": "JsonObject",
|
|
2067
|
-
"responseSchema": "JsonValue",
|
|
2068
|
-
"errorSchema": "ProblemDetails"
|
|
2069
|
-
},
|
|
2070
1830
|
{
|
|
2071
1831
|
"operationId": "catalog.openapi.get",
|
|
2072
1832
|
"method": "GET",
|
|
@@ -2107,371 +1867,6 @@
|
|
|
2107
1867
|
"responseSchema": "CapabilityManifest",
|
|
2108
1868
|
"errorSchema": "ProblemDetails"
|
|
2109
1869
|
},
|
|
2110
|
-
{
|
|
2111
|
-
"operationId": "chat_summaries.list",
|
|
2112
|
-
"method": "GET",
|
|
2113
|
-
"path": "/api/v1/chat-summaries",
|
|
2114
|
-
"role": "user",
|
|
2115
|
-
"risk": "read",
|
|
2116
|
-
"auth": "bearer",
|
|
2117
|
-
"scopes": [
|
|
2118
|
-
"openid",
|
|
2119
|
-
"profile",
|
|
2120
|
-
"chat-summaries:read"
|
|
2121
|
-
],
|
|
2122
|
-
"stream": false,
|
|
2123
|
-
"file": false,
|
|
2124
|
-
"pagination": true,
|
|
2125
|
-
"idempotent": true,
|
|
2126
|
-
"mvp": false,
|
|
2127
|
-
"catchAll": false,
|
|
2128
|
-
"contractStatus": "envelope",
|
|
2129
|
-
"requestBodySchema": null,
|
|
2130
|
-
"querySchema": "JsonObject",
|
|
2131
|
-
"responseSchema": "JsonValue",
|
|
2132
|
-
"errorSchema": "ProblemDetails"
|
|
2133
|
-
},
|
|
2134
|
-
{
|
|
2135
|
-
"operationId": "chats.bootstrap.create",
|
|
2136
|
-
"method": "POST",
|
|
2137
|
-
"path": "/api/v1/chats/bootstrap",
|
|
2138
|
-
"role": "user",
|
|
2139
|
-
"risk": "write",
|
|
2140
|
-
"auth": "bearer",
|
|
2141
|
-
"scopes": [
|
|
2142
|
-
"openid",
|
|
2143
|
-
"profile",
|
|
2144
|
-
"chats:write"
|
|
2145
|
-
],
|
|
2146
|
-
"stream": false,
|
|
2147
|
-
"file": false,
|
|
2148
|
-
"pagination": false,
|
|
2149
|
-
"idempotent": false,
|
|
2150
|
-
"mvp": false,
|
|
2151
|
-
"catchAll": false,
|
|
2152
|
-
"contractStatus": "shared",
|
|
2153
|
-
"requestBodySchema": "bootstrapChatRequestSchema",
|
|
2154
|
-
"querySchema": null,
|
|
2155
|
-
"responseSchema": "bootstrapChatResponseSchema",
|
|
2156
|
-
"errorSchema": "ProblemDetails"
|
|
2157
|
-
},
|
|
2158
|
-
{
|
|
2159
|
-
"operationId": "chats.byId.backtest_settings.list",
|
|
2160
|
-
"method": "GET",
|
|
2161
|
-
"path": "/api/v1/chats/{chatId}/backtest-settings",
|
|
2162
|
-
"role": "user",
|
|
2163
|
-
"risk": "read",
|
|
2164
|
-
"auth": "bearer",
|
|
2165
|
-
"scopes": [
|
|
2166
|
-
"openid",
|
|
2167
|
-
"profile",
|
|
2168
|
-
"chats:read"
|
|
2169
|
-
],
|
|
2170
|
-
"stream": false,
|
|
2171
|
-
"file": false,
|
|
2172
|
-
"pagination": true,
|
|
2173
|
-
"idempotent": true,
|
|
2174
|
-
"mvp": false,
|
|
2175
|
-
"catchAll": false,
|
|
2176
|
-
"contractStatus": "web-zod",
|
|
2177
|
-
"requestBodySchema": null,
|
|
2178
|
-
"querySchema": "JsonObject",
|
|
2179
|
-
"responseSchema": "JsonValue",
|
|
2180
|
-
"errorSchema": "ProblemDetails"
|
|
2181
|
-
},
|
|
2182
|
-
{
|
|
2183
|
-
"operationId": "chats.byId.backtest_settings.replace",
|
|
2184
|
-
"method": "PUT",
|
|
2185
|
-
"path": "/api/v1/chats/{chatId}/backtest-settings",
|
|
2186
|
-
"role": "user",
|
|
2187
|
-
"risk": "high-risk-write",
|
|
2188
|
-
"auth": "bearer",
|
|
2189
|
-
"scopes": [
|
|
2190
|
-
"openid",
|
|
2191
|
-
"profile",
|
|
2192
|
-
"chats:write",
|
|
2193
|
-
"chats:high-risk"
|
|
2194
|
-
],
|
|
2195
|
-
"stream": false,
|
|
2196
|
-
"file": false,
|
|
2197
|
-
"pagination": false,
|
|
2198
|
-
"idempotent": true,
|
|
2199
|
-
"mvp": false,
|
|
2200
|
-
"catchAll": false,
|
|
2201
|
-
"contractStatus": "shared",
|
|
2202
|
-
"requestBodySchema": "updateChatBacktestSettingsRequestSchema",
|
|
2203
|
-
"querySchema": null,
|
|
2204
|
-
"responseSchema": "chatBacktestSettingsSchema",
|
|
2205
|
-
"errorSchema": "ProblemDetails"
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
"operationId": "chats.byId.backtest_summary.list",
|
|
2209
|
-
"method": "GET",
|
|
2210
|
-
"path": "/api/v1/chats/{chatId}/backtest-summary",
|
|
2211
|
-
"role": "user",
|
|
2212
|
-
"risk": "read",
|
|
2213
|
-
"auth": "bearer",
|
|
2214
|
-
"scopes": [
|
|
2215
|
-
"openid",
|
|
2216
|
-
"profile",
|
|
2217
|
-
"chats:read"
|
|
2218
|
-
],
|
|
2219
|
-
"stream": false,
|
|
2220
|
-
"file": false,
|
|
2221
|
-
"pagination": true,
|
|
2222
|
-
"idempotent": true,
|
|
2223
|
-
"mvp": false,
|
|
2224
|
-
"catchAll": false,
|
|
2225
|
-
"contractStatus": "envelope",
|
|
2226
|
-
"requestBodySchema": null,
|
|
2227
|
-
"querySchema": "JsonObject",
|
|
2228
|
-
"responseSchema": "JsonValue",
|
|
2229
|
-
"errorSchema": "ProblemDetails"
|
|
2230
|
-
},
|
|
2231
|
-
{
|
|
2232
|
-
"operationId": "chats.byId.delete",
|
|
2233
|
-
"method": "DELETE",
|
|
2234
|
-
"path": "/api/v1/chats/{chatId}",
|
|
2235
|
-
"role": "user",
|
|
2236
|
-
"risk": "high-risk-write",
|
|
2237
|
-
"auth": "bearer",
|
|
2238
|
-
"scopes": [
|
|
2239
|
-
"openid",
|
|
2240
|
-
"profile",
|
|
2241
|
-
"chats:write",
|
|
2242
|
-
"chats:high-risk"
|
|
2243
|
-
],
|
|
2244
|
-
"stream": false,
|
|
2245
|
-
"file": false,
|
|
2246
|
-
"pagination": false,
|
|
2247
|
-
"idempotent": true,
|
|
2248
|
-
"mvp": false,
|
|
2249
|
-
"catchAll": false,
|
|
2250
|
-
"contractStatus": "web-zod",
|
|
2251
|
-
"requestBodySchema": null,
|
|
2252
|
-
"querySchema": null,
|
|
2253
|
-
"responseSchema": "JsonValue",
|
|
2254
|
-
"errorSchema": "ProblemDetails"
|
|
2255
|
-
},
|
|
2256
|
-
{
|
|
2257
|
-
"operationId": "chats.byId.get",
|
|
2258
|
-
"method": "GET",
|
|
2259
|
-
"path": "/api/v1/chats/{chatId}",
|
|
2260
|
-
"role": "user",
|
|
2261
|
-
"risk": "read",
|
|
2262
|
-
"auth": "bearer",
|
|
2263
|
-
"scopes": [
|
|
2264
|
-
"openid",
|
|
2265
|
-
"profile",
|
|
2266
|
-
"chats:read"
|
|
2267
|
-
],
|
|
2268
|
-
"stream": false,
|
|
2269
|
-
"file": false,
|
|
2270
|
-
"pagination": false,
|
|
2271
|
-
"idempotent": true,
|
|
2272
|
-
"mvp": false,
|
|
2273
|
-
"catchAll": false,
|
|
2274
|
-
"contractStatus": "shared",
|
|
2275
|
-
"requestBodySchema": null,
|
|
2276
|
-
"querySchema": "JsonObject",
|
|
2277
|
-
"responseSchema": "chatDetailResponseSchema",
|
|
2278
|
-
"errorSchema": "ProblemDetails"
|
|
2279
|
-
},
|
|
2280
|
-
{
|
|
2281
|
-
"operationId": "chats.byId.publication.create",
|
|
2282
|
-
"method": "POST",
|
|
2283
|
-
"path": "/api/v1/chats/{chatId}/publication",
|
|
2284
|
-
"role": "user",
|
|
2285
|
-
"risk": "write",
|
|
2286
|
-
"auth": "bearer",
|
|
2287
|
-
"scopes": [
|
|
2288
|
-
"openid",
|
|
2289
|
-
"profile",
|
|
2290
|
-
"chats:write"
|
|
2291
|
-
],
|
|
2292
|
-
"stream": false,
|
|
2293
|
-
"file": false,
|
|
2294
|
-
"pagination": false,
|
|
2295
|
-
"idempotent": false,
|
|
2296
|
-
"mvp": false,
|
|
2297
|
-
"catchAll": false,
|
|
2298
|
-
"contractStatus": "envelope",
|
|
2299
|
-
"requestBodySchema": "JsonObject",
|
|
2300
|
-
"querySchema": null,
|
|
2301
|
-
"responseSchema": "JsonValue",
|
|
2302
|
-
"errorSchema": "ProblemDetails"
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"operationId": "chats.byId.publication.delete",
|
|
2306
|
-
"method": "DELETE",
|
|
2307
|
-
"path": "/api/v1/chats/{chatId}/publication",
|
|
2308
|
-
"role": "user",
|
|
2309
|
-
"risk": "high-risk-write",
|
|
2310
|
-
"auth": "bearer",
|
|
2311
|
-
"scopes": [
|
|
2312
|
-
"openid",
|
|
2313
|
-
"profile",
|
|
2314
|
-
"chats:write",
|
|
2315
|
-
"chats:high-risk"
|
|
2316
|
-
],
|
|
2317
|
-
"stream": false,
|
|
2318
|
-
"file": false,
|
|
2319
|
-
"pagination": false,
|
|
2320
|
-
"idempotent": true,
|
|
2321
|
-
"mvp": false,
|
|
2322
|
-
"catchAll": false,
|
|
2323
|
-
"contractStatus": "envelope",
|
|
2324
|
-
"requestBodySchema": null,
|
|
2325
|
-
"querySchema": null,
|
|
2326
|
-
"responseSchema": "JsonValue",
|
|
2327
|
-
"errorSchema": "ProblemDetails"
|
|
2328
|
-
},
|
|
2329
|
-
{
|
|
2330
|
-
"operationId": "chats.byId.strategy_params.byId.replace",
|
|
2331
|
-
"method": "PUT",
|
|
2332
|
-
"path": "/api/v1/chats/{chatId}/strategy-params/{strategyId}",
|
|
2333
|
-
"role": "user",
|
|
2334
|
-
"risk": "high-risk-write",
|
|
2335
|
-
"auth": "bearer",
|
|
2336
|
-
"scopes": [
|
|
2337
|
-
"openid",
|
|
2338
|
-
"profile",
|
|
2339
|
-
"chats:write",
|
|
2340
|
-
"chats:high-risk"
|
|
2341
|
-
],
|
|
2342
|
-
"stream": false,
|
|
2343
|
-
"file": false,
|
|
2344
|
-
"pagination": false,
|
|
2345
|
-
"idempotent": true,
|
|
2346
|
-
"mvp": false,
|
|
2347
|
-
"catchAll": false,
|
|
2348
|
-
"contractStatus": "web-zod",
|
|
2349
|
-
"requestBodySchema": "JsonObject",
|
|
2350
|
-
"querySchema": null,
|
|
2351
|
-
"responseSchema": "JsonValue",
|
|
2352
|
-
"errorSchema": "ProblemDetails"
|
|
2353
|
-
},
|
|
2354
|
-
{
|
|
2355
|
-
"operationId": "chats.byId.stream",
|
|
2356
|
-
"method": "GET",
|
|
2357
|
-
"path": "/api/v1/chats/{chatId}/stream",
|
|
2358
|
-
"role": "user",
|
|
2359
|
-
"risk": "read",
|
|
2360
|
-
"auth": "bearer",
|
|
2361
|
-
"scopes": [
|
|
2362
|
-
"openid",
|
|
2363
|
-
"profile",
|
|
2364
|
-
"chats:read"
|
|
2365
|
-
],
|
|
2366
|
-
"stream": true,
|
|
2367
|
-
"file": false,
|
|
2368
|
-
"pagination": false,
|
|
2369
|
-
"idempotent": true,
|
|
2370
|
-
"mvp": false,
|
|
2371
|
-
"catchAll": false,
|
|
2372
|
-
"contractStatus": "shared",
|
|
2373
|
-
"requestBodySchema": null,
|
|
2374
|
-
"querySchema": "JsonObject",
|
|
2375
|
-
"responseSchema": "EventStream",
|
|
2376
|
-
"errorSchema": "ProblemDetails"
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"operationId": "chats.byId.stream.start",
|
|
2380
|
-
"method": "POST",
|
|
2381
|
-
"path": "/api/v1/chats/{chatId}/stream",
|
|
2382
|
-
"role": "user",
|
|
2383
|
-
"risk": "write",
|
|
2384
|
-
"auth": "bearer",
|
|
2385
|
-
"scopes": [
|
|
2386
|
-
"openid",
|
|
2387
|
-
"profile",
|
|
2388
|
-
"chats:write"
|
|
2389
|
-
],
|
|
2390
|
-
"stream": true,
|
|
2391
|
-
"file": false,
|
|
2392
|
-
"pagination": false,
|
|
2393
|
-
"idempotent": false,
|
|
2394
|
-
"mvp": false,
|
|
2395
|
-
"catchAll": false,
|
|
2396
|
-
"contractStatus": "shared",
|
|
2397
|
-
"requestBodySchema": "chatStreamStartRequestSchema",
|
|
2398
|
-
"querySchema": null,
|
|
2399
|
-
"responseSchema": "EventStream",
|
|
2400
|
-
"errorSchema": "ProblemDetails"
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"operationId": "chats.byId.update",
|
|
2404
|
-
"method": "PATCH",
|
|
2405
|
-
"path": "/api/v1/chats/{chatId}",
|
|
2406
|
-
"role": "user",
|
|
2407
|
-
"risk": "high-risk-write",
|
|
2408
|
-
"auth": "bearer",
|
|
2409
|
-
"scopes": [
|
|
2410
|
-
"openid",
|
|
2411
|
-
"profile",
|
|
2412
|
-
"chats:write",
|
|
2413
|
-
"chats:high-risk"
|
|
2414
|
-
],
|
|
2415
|
-
"stream": false,
|
|
2416
|
-
"file": false,
|
|
2417
|
-
"pagination": false,
|
|
2418
|
-
"idempotent": false,
|
|
2419
|
-
"mvp": false,
|
|
2420
|
-
"catchAll": false,
|
|
2421
|
-
"contractStatus": "shared",
|
|
2422
|
-
"requestBodySchema": "updateChatRequestSchema",
|
|
2423
|
-
"querySchema": null,
|
|
2424
|
-
"responseSchema": "chatDetailResponseSchema",
|
|
2425
|
-
"errorSchema": "ProblemDetails"
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"operationId": "chats.list",
|
|
2429
|
-
"method": "GET",
|
|
2430
|
-
"path": "/api/v1/chats",
|
|
2431
|
-
"role": "user",
|
|
2432
|
-
"risk": "read",
|
|
2433
|
-
"auth": "bearer",
|
|
2434
|
-
"scopes": [
|
|
2435
|
-
"openid",
|
|
2436
|
-
"profile",
|
|
2437
|
-
"chats:read"
|
|
2438
|
-
],
|
|
2439
|
-
"stream": false,
|
|
2440
|
-
"file": false,
|
|
2441
|
-
"pagination": true,
|
|
2442
|
-
"idempotent": true,
|
|
2443
|
-
"mvp": false,
|
|
2444
|
-
"catchAll": false,
|
|
2445
|
-
"contractStatus": "shared",
|
|
2446
|
-
"requestBodySchema": null,
|
|
2447
|
-
"querySchema": "JsonObject",
|
|
2448
|
-
"responseSchema": "chatListResponseSchema",
|
|
2449
|
-
"errorSchema": "ProblemDetails"
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"operationId": "chats.summaries.list",
|
|
2453
|
-
"method": "GET",
|
|
2454
|
-
"path": "/api/v1/chats/summaries",
|
|
2455
|
-
"role": "user",
|
|
2456
|
-
"risk": "read",
|
|
2457
|
-
"auth": "bearer",
|
|
2458
|
-
"scopes": [
|
|
2459
|
-
"openid",
|
|
2460
|
-
"profile",
|
|
2461
|
-
"chats:read"
|
|
2462
|
-
],
|
|
2463
|
-
"stream": false,
|
|
2464
|
-
"file": false,
|
|
2465
|
-
"pagination": true,
|
|
2466
|
-
"idempotent": true,
|
|
2467
|
-
"mvp": false,
|
|
2468
|
-
"catchAll": false,
|
|
2469
|
-
"contractStatus": "envelope",
|
|
2470
|
-
"requestBodySchema": null,
|
|
2471
|
-
"querySchema": "JsonObject",
|
|
2472
|
-
"responseSchema": "JsonValue",
|
|
2473
|
-
"errorSchema": "ProblemDetails"
|
|
2474
|
-
},
|
|
2475
1870
|
{
|
|
2476
1871
|
"operationId": "copy_trading.api_key_signal_sources.byId.delete",
|
|
2477
1872
|
"method": "DELETE",
|