@zeitvu97/cms-sdk 0.1.0

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.
Files changed (274) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +478 -0
  3. package/dist/chunks/_shared-48T7q0V3.js +26 -0
  4. package/dist/chunks/_shared-48T7q0V3.js.map +1 -0
  5. package/dist/chunks/auth.constant-DO7ZmsKg.js +68 -0
  6. package/dist/chunks/auth.constant-DO7ZmsKg.js.map +1 -0
  7. package/dist/chunks/mt5Retcode-DlZLQOLA.js +178 -0
  8. package/dist/chunks/mt5Retcode-DlZLQOLA.js.map +1 -0
  9. package/dist/chunks/storage.constant--64BDSPW.js +44 -0
  10. package/dist/chunks/storage.constant--64BDSPW.js.map +1 -0
  11. package/dist/common/constants/auth.constant.d.ts +54 -0
  12. package/dist/common/constants/auth.constant.d.ts.map +1 -0
  13. package/dist/common/constants/bars.constant.d.ts +15 -0
  14. package/dist/common/constants/bars.constant.d.ts.map +1 -0
  15. package/dist/common/constants/content-types.constant.d.ts +29 -0
  16. package/dist/common/constants/content-types.constant.d.ts.map +1 -0
  17. package/dist/common/constants/content.constant.d.ts +114 -0
  18. package/dist/common/constants/content.constant.d.ts.map +1 -0
  19. package/dist/common/constants/executions.constant.d.ts +56 -0
  20. package/dist/common/constants/executions.constant.d.ts.map +1 -0
  21. package/dist/common/constants/gov.constant.d.ts +118 -0
  22. package/dist/common/constants/gov.constant.d.ts.map +1 -0
  23. package/dist/common/constants/history.constant.d.ts +108 -0
  24. package/dist/common/constants/history.constant.d.ts.map +1 -0
  25. package/dist/common/constants/http.constant.d.ts +46 -0
  26. package/dist/common/constants/http.constant.d.ts.map +1 -0
  27. package/dist/common/constants/index.d.ts +16 -0
  28. package/dist/common/constants/index.d.ts.map +1 -0
  29. package/dist/common/constants/kalshi.constant.d.ts +35 -0
  30. package/dist/common/constants/kalshi.constant.d.ts.map +1 -0
  31. package/dist/common/constants/llm.constant.d.ts +37 -0
  32. package/dist/common/constants/llm.constant.d.ts.map +1 -0
  33. package/dist/common/constants/mt5-action.constant.d.ts +131 -0
  34. package/dist/common/constants/mt5-action.constant.d.ts.map +1 -0
  35. package/dist/common/constants/mt5.constant.d.ts +254 -0
  36. package/dist/common/constants/mt5.constant.d.ts.map +1 -0
  37. package/dist/common/constants/notifications.constant.d.ts +45 -0
  38. package/dist/common/constants/notifications.constant.d.ts.map +1 -0
  39. package/dist/common/constants/people.constant.d.ts +269 -0
  40. package/dist/common/constants/people.constant.d.ts.map +1 -0
  41. package/dist/common/constants/rules.constant.d.ts +14 -0
  42. package/dist/common/constants/rules.constant.d.ts.map +1 -0
  43. package/dist/common/constants/settings.constant.d.ts +17 -0
  44. package/dist/common/constants/settings.constant.d.ts.map +1 -0
  45. package/dist/common/constants/sort.constant.d.ts +14 -0
  46. package/dist/common/constants/sort.constant.d.ts.map +1 -0
  47. package/dist/common/constants/storage.constant.d.ts +74 -0
  48. package/dist/common/constants/storage.constant.d.ts.map +1 -0
  49. package/dist/common/helpers/format.d.ts +7 -0
  50. package/dist/common/helpers/format.d.ts.map +1 -0
  51. package/dist/common/helpers/format.js +20 -0
  52. package/dist/common/helpers/format.js.map +1 -0
  53. package/dist/common/helpers/mt5Retcode.d.ts +18 -0
  54. package/dist/common/helpers/mt5Retcode.d.ts.map +1 -0
  55. package/dist/common/helpers/mt5Retcode.js +2 -0
  56. package/dist/common/helpers/mt5Retcode.js.map +1 -0
  57. package/dist/common/utils/case.d.ts +12 -0
  58. package/dist/common/utils/case.d.ts.map +1 -0
  59. package/dist/common/utils/clone.d.ts +9 -0
  60. package/dist/common/utils/clone.d.ts.map +1 -0
  61. package/dist/composables/cbsStateKey.d.ts +27 -0
  62. package/dist/composables/cbsStateKey.d.ts.map +1 -0
  63. package/dist/core/createApi.d.ts +69 -0
  64. package/dist/core/createApi.d.ts.map +1 -0
  65. package/dist/core/createCmsSDK.d.ts +19 -0
  66. package/dist/core/createCmsSDK.d.ts.map +1 -0
  67. package/dist/core/credentials/TokenManager.d.ts +38 -0
  68. package/dist/core/credentials/TokenManager.d.ts.map +1 -0
  69. package/dist/core/credentials/credential.type.d.ts +16 -0
  70. package/dist/core/credentials/credential.type.d.ts.map +1 -0
  71. package/dist/core/credentials/resolveStorage.d.ts +6 -0
  72. package/dist/core/credentials/resolveStorage.d.ts.map +1 -0
  73. package/dist/core/credentials/storages/cookieStorage.d.ts +18 -0
  74. package/dist/core/credentials/storages/cookieStorage.d.ts.map +1 -0
  75. package/dist/core/credentials/storages/localStorageAdapter.d.ts +8 -0
  76. package/dist/core/credentials/storages/localStorageAdapter.d.ts.map +1 -0
  77. package/dist/core/credentials/storages/memoryStorage.d.ts +7 -0
  78. package/dist/core/credentials/storages/memoryStorage.d.ts.map +1 -0
  79. package/dist/core/errors.d.ts +26 -0
  80. package/dist/core/errors.d.ts.map +1 -0
  81. package/dist/core/sdk.type.d.ts +115 -0
  82. package/dist/core/sdk.type.d.ts.map +1 -0
  83. package/dist/core/ws/createEaeraWebSocket.d.ts +21 -0
  84. package/dist/core/ws/createEaeraWebSocket.d.ts.map +1 -0
  85. package/dist/core/ws/index.d.ts +4 -0
  86. package/dist/core/ws/index.d.ts.map +1 -0
  87. package/dist/core/ws/ws.constants.d.ts +246 -0
  88. package/dist/core/ws/ws.constants.d.ts.map +1 -0
  89. package/dist/core/ws/ws.events.d.ts +264 -0
  90. package/dist/core/ws/ws.events.d.ts.map +1 -0
  91. package/dist/core/ws/ws.type.d.ts +225 -0
  92. package/dist/core/ws/ws.type.d.ts.map +1 -0
  93. package/dist/index.d.ts +130 -0
  94. package/dist/index.d.ts.map +1 -0
  95. package/dist/index.js +8416 -0
  96. package/dist/index.js.map +1 -0
  97. package/dist/nuxt.d.ts +49 -0
  98. package/dist/nuxt.d.ts.map +1 -0
  99. package/dist/nuxt.js +47 -0
  100. package/dist/nuxt.js.map +1 -0
  101. package/dist/runtime/plugin.d.ts +6 -0
  102. package/dist/runtime/plugin.js +188 -0
  103. package/dist/runtime/plugin.js.map +1 -0
  104. package/dist/server/auth/cbs-callback.post.js +42 -0
  105. package/dist/server/auth/cbs-callback.post.js.map +1 -0
  106. package/dist/server/auth/cbs-start.post.js +34 -0
  107. package/dist/server/auth/cbs-start.post.js.map +1 -0
  108. package/dist/server/auth/idp-callback.get.js +52 -0
  109. package/dist/server/auth/idp-callback.get.js.map +1 -0
  110. package/dist/server/auth/idp-link.post.js +38 -0
  111. package/dist/server/auth/idp-link.post.js.map +1 -0
  112. package/dist/server/auth/idp-login.get.js +42 -0
  113. package/dist/server/auth/idp-login.get.js.map +1 -0
  114. package/dist/server/auth/idp-unlink.delete.js +38 -0
  115. package/dist/server/auth/idp-unlink.delete.js.map +1 -0
  116. package/dist/server/auth/login.post.js +42 -0
  117. package/dist/server/auth/login.post.js.map +1 -0
  118. package/dist/server/auth/logout.post.js +31 -0
  119. package/dist/server/auth/logout.post.js.map +1 -0
  120. package/dist/server/auth/refresh.post.js +46 -0
  121. package/dist/server/auth/refresh.post.js.map +1 -0
  122. package/dist/server/clear-token.delete.js +12 -0
  123. package/dist/server/clear-token.delete.js.map +1 -0
  124. package/dist/server/persist.post.js +31 -0
  125. package/dist/server/persist.post.js.map +1 -0
  126. package/dist/server/set-token.post.js +27 -0
  127. package/dist/server/set-token.post.js.map +1 -0
  128. package/dist/services/auth/auth.type.d.ts +66 -0
  129. package/dist/services/auth/auth.type.d.ts.map +1 -0
  130. package/dist/services/auth/index.d.ts +127 -0
  131. package/dist/services/auth/index.d.ts.map +1 -0
  132. package/dist/services/auth/mock.d.ts +13 -0
  133. package/dist/services/auth/mock.d.ts.map +1 -0
  134. package/dist/services/bars/bars.type.d.ts +78 -0
  135. package/dist/services/bars/bars.type.d.ts.map +1 -0
  136. package/dist/services/bars/index.d.ts +24 -0
  137. package/dist/services/bars/index.d.ts.map +1 -0
  138. package/dist/services/bars/mock.d.ts +23 -0
  139. package/dist/services/bars/mock.d.ts.map +1 -0
  140. package/dist/services/content/content.type.d.ts +832 -0
  141. package/dist/services/content/content.type.d.ts.map +1 -0
  142. package/dist/services/content/filter.d.ts +46 -0
  143. package/dist/services/content/filter.d.ts.map +1 -0
  144. package/dist/services/content/index.d.ts +35 -0
  145. package/dist/services/content/index.d.ts.map +1 -0
  146. package/dist/services/content/mock.d.ts +16 -0
  147. package/dist/services/content/mock.d.ts.map +1 -0
  148. package/dist/services/content-types/content-types.type.d.ts +70 -0
  149. package/dist/services/content-types/content-types.type.d.ts.map +1 -0
  150. package/dist/services/content-types/index.d.ts +18 -0
  151. package/dist/services/content-types/index.d.ts.map +1 -0
  152. package/dist/services/content-types/mock.d.ts +15 -0
  153. package/dist/services/content-types/mock.d.ts.map +1 -0
  154. package/dist/services/executions/executions.type.d.ts +67 -0
  155. package/dist/services/executions/executions.type.d.ts.map +1 -0
  156. package/dist/services/executions/index.d.ts +30 -0
  157. package/dist/services/executions/index.d.ts.map +1 -0
  158. package/dist/services/executions/mock.d.ts +29 -0
  159. package/dist/services/executions/mock.d.ts.map +1 -0
  160. package/dist/services/gov/gov.type.d.ts +740 -0
  161. package/dist/services/gov/gov.type.d.ts.map +1 -0
  162. package/dist/services/gov/index.d.ts +84 -0
  163. package/dist/services/gov/index.d.ts.map +1 -0
  164. package/dist/services/history/history.type.d.ts +167 -0
  165. package/dist/services/history/history.type.d.ts.map +1 -0
  166. package/dist/services/history/index.d.ts +38 -0
  167. package/dist/services/history/index.d.ts.map +1 -0
  168. package/dist/services/history/mock.d.ts +21 -0
  169. package/dist/services/history/mock.d.ts.map +1 -0
  170. package/dist/services/kalshi/index.d.ts +19 -0
  171. package/dist/services/kalshi/index.d.ts.map +1 -0
  172. package/dist/services/kalshi/kalshi.type.d.ts +99 -0
  173. package/dist/services/kalshi/kalshi.type.d.ts.map +1 -0
  174. package/dist/services/kalshi/mock.d.ts +5 -0
  175. package/dist/services/kalshi/mock.d.ts.map +1 -0
  176. package/dist/services/llm/index.d.ts +38 -0
  177. package/dist/services/llm/index.d.ts.map +1 -0
  178. package/dist/services/llm/llm.type.d.ts +106 -0
  179. package/dist/services/llm/llm.type.d.ts.map +1 -0
  180. package/dist/services/notifications/index.d.ts +38 -0
  181. package/dist/services/notifications/index.d.ts.map +1 -0
  182. package/dist/services/notifications/mock.d.ts +39 -0
  183. package/dist/services/notifications/mock.d.ts.map +1 -0
  184. package/dist/services/notifications/notifications.type.d.ts +75 -0
  185. package/dist/services/notifications/notifications.type.d.ts.map +1 -0
  186. package/dist/services/people/_invoke.d.ts +26 -0
  187. package/dist/services/people/_invoke.d.ts.map +1 -0
  188. package/dist/services/people/copilot/index.d.ts +132 -0
  189. package/dist/services/people/copilot/index.d.ts.map +1 -0
  190. package/dist/services/people/identity/actions.d.ts +116 -0
  191. package/dist/services/people/identity/actions.d.ts.map +1 -0
  192. package/dist/services/people/identity/ct.types.d.ts +133 -0
  193. package/dist/services/people/identity/ct.types.d.ts.map +1 -0
  194. package/dist/services/people/identity/index.d.ts +14 -0
  195. package/dist/services/people/identity/index.d.ts.map +1 -0
  196. package/dist/services/people/identity/projections.d.ts +63 -0
  197. package/dist/services/people/identity/projections.d.ts.map +1 -0
  198. package/dist/services/people/index.d.ts +31 -0
  199. package/dist/services/people/index.d.ts.map +1 -0
  200. package/dist/services/people/legal/actions.d.ts +161 -0
  201. package/dist/services/people/legal/actions.d.ts.map +1 -0
  202. package/dist/services/people/legal/ct.types.d.ts +186 -0
  203. package/dist/services/people/legal/ct.types.d.ts.map +1 -0
  204. package/dist/services/people/legal/index.d.ts +15 -0
  205. package/dist/services/people/legal/index.d.ts.map +1 -0
  206. package/dist/services/people/packops/index.d.ts +70 -0
  207. package/dist/services/people/packops/index.d.ts.map +1 -0
  208. package/dist/services/people/packops/packops.type.d.ts +183 -0
  209. package/dist/services/people/packops/packops.type.d.ts.map +1 -0
  210. package/dist/services/people/perms/actions.d.ts +214 -0
  211. package/dist/services/people/perms/actions.d.ts.map +1 -0
  212. package/dist/services/people/perms/ct.types.d.ts +140 -0
  213. package/dist/services/people/perms/ct.types.d.ts.map +1 -0
  214. package/dist/services/people/perms/index.d.ts +14 -0
  215. package/dist/services/people/perms/index.d.ts.map +1 -0
  216. package/dist/services/people/perms/projections.d.ts +47 -0
  217. package/dist/services/people/perms/projections.d.ts.map +1 -0
  218. package/dist/services/people/process/actions.d.ts +154 -0
  219. package/dist/services/people/process/actions.d.ts.map +1 -0
  220. package/dist/services/people/process/ct.types.d.ts +304 -0
  221. package/dist/services/people/process/ct.types.d.ts.map +1 -0
  222. package/dist/services/people/process/index.d.ts +12 -0
  223. package/dist/services/people/process/index.d.ts.map +1 -0
  224. package/dist/services/people/shared.types.d.ts +36 -0
  225. package/dist/services/people/shared.types.d.ts.map +1 -0
  226. package/dist/services/rules/conditions.d.ts +264 -0
  227. package/dist/services/rules/conditions.d.ts.map +1 -0
  228. package/dist/services/rules/index.d.ts +49 -0
  229. package/dist/services/rules/index.d.ts.map +1 -0
  230. package/dist/services/rules/llm-rule.constant.d.ts +84 -0
  231. package/dist/services/rules/llm-rule.constant.d.ts.map +1 -0
  232. package/dist/services/rules/mock.d.ts +20 -0
  233. package/dist/services/rules/mock.d.ts.map +1 -0
  234. package/dist/services/rules/rules.type.d.ts +262 -0
  235. package/dist/services/rules/rules.type.d.ts.map +1 -0
  236. package/dist/services/rules/triggers.d.ts +140 -0
  237. package/dist/services/rules/triggers.d.ts.map +1 -0
  238. package/dist/services/settings/index.d.ts +36 -0
  239. package/dist/services/settings/index.d.ts.map +1 -0
  240. package/dist/services/settings/mock.d.ts +14 -0
  241. package/dist/services/settings/mock.d.ts.map +1 -0
  242. package/dist/services/settings/settings.type.d.ts +39 -0
  243. package/dist/services/settings/settings.type.d.ts.map +1 -0
  244. package/dist/stores/auth.d.ts +192 -0
  245. package/dist/stores/auth.d.ts.map +1 -0
  246. package/dist/stores/bars.d.ts +288 -0
  247. package/dist/stores/bars.d.ts.map +1 -0
  248. package/dist/stores/content.d.ts +4101 -0
  249. package/dist/stores/content.d.ts.map +1 -0
  250. package/dist/stores/executions.d.ts +249 -0
  251. package/dist/stores/executions.d.ts.map +1 -0
  252. package/dist/stores/gov.d.ts +238 -0
  253. package/dist/stores/gov.d.ts.map +1 -0
  254. package/dist/stores/history.d.ts +833 -0
  255. package/dist/stores/history.d.ts.map +1 -0
  256. package/dist/stores/index.d.ts +15 -0
  257. package/dist/stores/index.d.ts.map +1 -0
  258. package/dist/stores/kalshi.d.ts +728 -0
  259. package/dist/stores/kalshi.d.ts.map +1 -0
  260. package/dist/stores/llm-providers.d.ts +97 -0
  261. package/dist/stores/llm-providers.d.ts.map +1 -0
  262. package/dist/stores/llm.d.ts +102 -0
  263. package/dist/stores/llm.d.ts.map +1 -0
  264. package/dist/stores/people.d.ts +596 -0
  265. package/dist/stores/people.d.ts.map +1 -0
  266. package/dist/stores/persist.d.ts +58 -0
  267. package/dist/stores/persist.d.ts.map +1 -0
  268. package/dist/stores/rules.d.ts +485 -0
  269. package/dist/stores/rules.d.ts.map +1 -0
  270. package/dist/stores/settings.d.ts +36 -0
  271. package/dist/stores/settings.d.ts.map +1 -0
  272. package/dist/stores/ws.d.ts +66 -0
  273. package/dist/stores/ws.d.ts.map +1 -0
  274. package/package.json +90 -0
@@ -0,0 +1,225 @@
1
+ import { WsAuthErrorCode, WsConnectionState, WsMessageType, WS_MESSAGE_TYPE } from './ws.constants';
2
+ export type { WsConnectionState };
3
+ export interface IWsAuthOk {
4
+ type: typeof WS_MESSAGE_TYPE.AUTH_OK;
5
+ v?: number;
6
+ /** WS connection id (`conn_…`). camelCase per ws-guide §2/§3.3. */
7
+ connectionId?: string;
8
+ /** Bound user id; `0` for an anonymous session (ws-guide §11.3). */
9
+ userId?: number;
10
+ }
11
+ export interface IWsAuthFail {
12
+ type: typeof WS_MESSAGE_TYPE.AUTH_FAIL;
13
+ v?: number;
14
+ error?: {
15
+ code: WsAuthErrorCode | string;
16
+ reason?: string;
17
+ message?: string;
18
+ };
19
+ }
20
+ export interface IWsAuthExpired {
21
+ type: typeof WS_MESSAGE_TYPE.AUTH_EXPIRED;
22
+ error?: {
23
+ code: WsAuthErrorCode | string;
24
+ reason?: string;
25
+ message?: string;
26
+ };
27
+ }
28
+ export interface IWsSubOk {
29
+ type: typeof WS_MESSAGE_TYPE.SUB_OK;
30
+ v?: number;
31
+ topics: string[];
32
+ }
33
+ export interface IWsSubError {
34
+ type: typeof WS_MESSAGE_TYPE.SUB_ERROR;
35
+ v?: number;
36
+ topic: string;
37
+ error: {
38
+ code: string;
39
+ reason?: string;
40
+ message?: string;
41
+ };
42
+ }
43
+ export interface IWsUnsubOk {
44
+ type: typeof WS_MESSAGE_TYPE.UNSUB_OK;
45
+ v?: number;
46
+ topics: string[];
47
+ }
48
+ export interface IWsEvent<T = unknown> {
49
+ type: typeof WS_MESSAGE_TYPE.EVENT;
50
+ topic: string;
51
+ data: T;
52
+ publisher?: string;
53
+ /** `true` when the server is replaying a buffered event after reconnect. */
54
+ replay?: boolean;
55
+ ts?: string;
56
+ }
57
+ export interface IWsPing {
58
+ type: typeof WS_MESSAGE_TYPE.PING;
59
+ }
60
+ export interface IWsActionAccepted {
61
+ type: typeof WS_MESSAGE_TYPE.ACTION_ACCEPTED;
62
+ requestId: string;
63
+ queuedAt?: string;
64
+ error?: {
65
+ code: string;
66
+ reason?: string;
67
+ message?: string;
68
+ };
69
+ }
70
+ export interface IWsActionResult {
71
+ type: typeof WS_MESSAGE_TYPE.ACTION_RESULT;
72
+ requestId: string;
73
+ success: boolean;
74
+ data?: unknown;
75
+ error?: {
76
+ code: string;
77
+ message: string;
78
+ };
79
+ }
80
+ export interface IWsError {
81
+ type: typeof WS_MESSAGE_TYPE.ERROR;
82
+ requestId?: string;
83
+ error?: {
84
+ code: string;
85
+ message: string;
86
+ };
87
+ }
88
+ /** Admin force-disconnect notification (ws-guide §2 / §4). */
89
+ export interface IWsAdminDisconnect {
90
+ type: typeof WS_MESSAGE_TYPE.ADMIN_DISCONNECT;
91
+ reason?: string;
92
+ }
93
+ /** Discriminated union of every server-emitted message. */
94
+ export type WsServerMessage = IWsAuthOk | IWsAuthFail | IWsAuthExpired | IWsSubOk | IWsSubError | IWsUnsubOk | IWsEvent | IWsPing | IWsActionAccepted | IWsActionResult | IWsError | IWsAdminDisconnect;
95
+ /** Convenience aliases for inbound-only shapes (camelCase per BE wire contract). */
96
+ export type WsActionAccepted = IWsActionAccepted;
97
+ export type WsActionResult = IWsActionResult;
98
+ export type WsError = IWsError;
99
+ export interface IWsAuthMessage {
100
+ type: typeof WS_MESSAGE_TYPE.AUTH;
101
+ token: string;
102
+ }
103
+ export interface IWsSubscribeMessage {
104
+ type: typeof WS_MESSAGE_TYPE.SUBSCRIBE;
105
+ topics: string[];
106
+ }
107
+ export interface IWsUnsubscribeMessage {
108
+ type: typeof WS_MESSAGE_TYPE.UNSUBSCRIBE;
109
+ topics: string[];
110
+ }
111
+ export interface IWsUnsubscribeAllMessage {
112
+ type: typeof WS_MESSAGE_TYPE.UNSUBSCRIBE_ALL;
113
+ }
114
+ export interface IWsPongMessage {
115
+ type: typeof WS_MESSAGE_TYPE.PONG;
116
+ }
117
+ export interface IWsActionMessage {
118
+ type: typeof WS_MESSAGE_TYPE.ACTION;
119
+ requestId: string;
120
+ contentUuid: string;
121
+ action: string;
122
+ params?: Record<string, unknown>;
123
+ }
124
+ export interface IWsFetchResultMessage {
125
+ type: typeof WS_MESSAGE_TYPE.FETCH_RESULT;
126
+ requestId: string;
127
+ }
128
+ /** Discriminated union of every client-emitted message. */
129
+ export type WsClientMessage = IWsAuthMessage | IWsSubscribeMessage | IWsUnsubscribeMessage | IWsUnsubscribeAllMessage | IWsPongMessage | IWsActionMessage | IWsFetchResultMessage;
130
+ export type WsEventHandler = (msg: IWsEvent) => void;
131
+ export type WsActionResultHandler = (msg: IWsActionResult) => void;
132
+ export type WsControlHandler = (msg: WsServerMessage) => void;
133
+ export type WsConnectionStateHandler = (state: WsConnectionState) => void;
134
+ /** Construction options for {@link createEaeraWebSocket}. */
135
+ export interface IWsClientOptions {
136
+ /** `wss://host/ws` URL. Required. */
137
+ url: string;
138
+ /**
139
+ * Token provider — called every time the client needs an access token
140
+ * (initial auth + reconnect). The default reads from the SDK's
141
+ * `TokenManager`, so token rotation driven by OTHER layers (HTTP sliding
142
+ * refresh, httpOnly cookie sync) is transparent to the WS client. Rotation
143
+ * driven by THIS client's own `auth_expired` recovery must be persisted via
144
+ * {@link onToken}, otherwise the reconnect re-sends the stale token.
145
+ */
146
+ getToken?: () => string | null;
147
+ /**
148
+ * Silent refresh — called when the server signals `token_expired` /
149
+ * `auth_fail` mid-session. Should return a fresh token or `null` if
150
+ * refresh failed (the session is then considered dead).
151
+ */
152
+ refresh?: () => Promise<string | null>;
153
+ /**
154
+ * Token persister — invoked with the access token returned by a successful
155
+ * {@link refresh} during mid-session `auth_expired` recovery, BEFORE the
156
+ * socket reconnects. Wire this to the SDK's `TokenManager.set` so the next
157
+ * auth frame (read via {@link getToken}) carries the new token. Without it,
158
+ * the refreshed token is fetched but never persisted and the reconnect
159
+ * re-authenticates with the stale token — an `auth_expired` loop.
160
+ */
161
+ onToken?: (token: string) => void;
162
+ /** Topics to (re)subscribe automatically after every successful auth. */
163
+ initialTopics?: string[];
164
+ /** Skip WebSocket auto-`open()` when true (consumer calls `open()` manually). */
165
+ lazy?: boolean;
166
+ /** Override ping reply interval for client-side watchdog logic. */
167
+ pingIntervalMs?: number;
168
+ /** Override reconnect backoff caps (advanced; mainly for tests). */
169
+ reconnect?: {
170
+ initialMs?: number;
171
+ maxMs?: number;
172
+ };
173
+ /**
174
+ * Inject a custom `WebSocket` constructor (for SSR no-op or test mocks).
175
+ * Default uses the global `WebSocket`.
176
+ */
177
+ WebSocketCtor?: typeof WebSocket;
178
+ }
179
+ /** Public surface of the WS client. */
180
+ export interface IWsClient {
181
+ /** Reactive mirror of the current lifecycle state. */
182
+ readonly state: WsConnectionState;
183
+ /** Subscribe to state changes. Returns an unsubscribe function. */
184
+ onState(handler: WsConnectionStateHandler): () => void;
185
+ /** Subscribe to all `event` frames. */
186
+ onEvent(handler: WsEventHandler): () => void;
187
+ /** Subscribe to `action_result` frames. */
188
+ onActionResult(handler: WsActionResultHandler): () => void;
189
+ /** Subscribe to control-plane messages (auth_ok, sub_ok, sub_error, …). */
190
+ onControl(handler: WsControlHandler): () => void;
191
+ /** Open the socket (no-op when already open). Safe to call multiple times. */
192
+ open(): void;
193
+ /**
194
+ * Force a fresh handshake: close the current socket (if any) and open a new
195
+ * one that re-sends the auth frame using the current token returned by the
196
+ * configured `getToken` provider. On `auth_ok` the WS client automatically
197
+ * replays every topic that was previously subscribed via {@link subscribe}
198
+ * (the internal `subscribed` cache survives close/reopen). Use this after
199
+ * a token change (login / re-login) so the server sees the new credentials
200
+ * without requiring a manual page refresh.
201
+ */
202
+ reopen(): void;
203
+ /** Close the socket and stop reconnecting. */
204
+ close(reason?: string): void;
205
+ /** Subscribe to one or more topics (idempotent). */
206
+ subscribe(topics: string[]): void;
207
+ /** Unsubscribe from one or more topics. */
208
+ unsubscribe(topics: string[]): void;
209
+ /**
210
+ * Send a single `unsubscribe_all` message (guide §5.5). The local
211
+ * subscription cache is cleared on the next `auth_ok`/reconnect
212
+ * handshake so the consumer can re-subscribe to a smaller topic set.
213
+ */
214
+ unsubscribeAll(): void;
215
+ /**
216
+ * Invoke a content-type action over the socket. Returns the generated
217
+ * `requestId` for correlation with the matching `action_result`.
218
+ */
219
+ invokeAction(contentUuid: string, action: string, params?: Record<string, unknown>): string;
220
+ /** Re-fetch a previously enqueued action result (5-minute server-side TTL). */
221
+ fetchResult(requestId: string): void;
222
+ }
223
+ /** Re-export for convenience. */
224
+ export type { WsMessageType };
225
+ //# sourceMappingURL=ws.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ws.type.d.ts","sourceRoot":"","sources":["../../../src/core/ws/ws.type.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,130 @@
1
+ export { createApi } from './core/createApi';
2
+ export type { ICreateApiOptions, IDeviceContext, IRequestContext, RequestMiddleware, } from './core/createApi';
3
+ export { createCmsSDK } from './core/createCmsSDK';
4
+ export { resolveStorage } from './core/credentials/resolveStorage';
5
+ export { cookieStorage } from './core/credentials/storages/cookieStorage';
6
+ export type { ICookieStorageOptions } from './core/credentials/storages/cookieStorage';
7
+ export { localStorageAdapter } from './core/credentials/storages/localStorageAdapter';
8
+ export { memoryStorage } from './core/credentials/storages/memoryStorage';
9
+ export type { ITokenManagerOptions } from './core/credentials/TokenManager';
10
+ export { TokenManager } from './core/credentials/TokenManager';
11
+ export type { IDeviceStorage, ITokenStorage } from './core/credentials/credential.type';
12
+ export { CmsError } from './core/errors';
13
+ export type { ApiMap, ICmsSDK, ICmsSDKOptions, ICredentialsConfig, IEndpointMap, } from './core/sdk.type';
14
+ export { createAuthService } from './services/auth';
15
+ export type { AuthIdpProvider, IAuthService, IAuthServiceOptions, IAuthRouteResponse, ICbsStartResponse, IIdpCallbackResponse, IIdpLoginStartResponse, ITokenResponse, IUsersResponse, } from './services/auth';
16
+ export type { IAuthSessionResponse, IAuthUser, ICmsUser, IEmployee, ILoginPayload, IUsersQuery, } from './services/auth/auth.type';
17
+ export { createContentService } from './services/content';
18
+ export type { IContentService, IContentServiceOptions } from './services/content';
19
+ export type { AccountStatus, ActionInvokePayload, ActionResponse, AvailableActionsResponse, ContentAction, ContentCreatePayload, ContentItem, ContentListResponse, ContentQuery, ContentUpdatePayload, Mt5Account, Mt5AccountData, Mt5Category, Mt5CategoryData, Mt5DealHistory, Mt5DealHistoryData, Mt5Drawing, Mt5DrawingData, Mt5Group, MT5ConCommission, MT5ConCommTier, Mt5GroupData, Mt5GroupTradeRight, Mt5OrderHistory, Mt5OrderHistoryData, Mt5PositionHistory, Mt5PositionHistoryData, Mt5Server, Mt5ServerData, Mt5Symbol, Mt5SymbolData, Mt5Watchlist, Mt5WatchlistData, KalshiEvent, KalshiEventData, KalshiFuture, KalshiFutureData, KalshiServer, KalshiServerData, PaginatedResponse as ContentPaginatedResponse, ServerState, SymbolTickPayload, } from './services/content/content.type';
20
+ export { createContentTypesService } from './services/content-types';
21
+ export type { IContentTypesService, IContentTypesServiceOptions } from './services/content-types';
22
+ export type { ContentTypeListQuery, ContentTypeListResponse, ContentTypeResponse, ContentTypeSchemaDef, } from './services/content-types/content-types.type';
23
+ export { CONTENT_TYPES_DEFAULTS, CONTENT_TYPES_ENDPOINT, CONTENT_TYPE_CATEGORY, } from './common/constants/content-types.constant';
24
+ export type { ContentTypeCategory } from './common/constants/content-types.constant';
25
+ export { createNotificationsService } from './services/notifications';
26
+ export type { INotificationsService, INotificationsServiceOptions } from './services/notifications';
27
+ export type { NotificationRenderPayload, NotificationRenderResult, NotificationTemplateCreatePayload, NotificationTemplateListQuery, NotificationTemplateListResponse, NotificationTemplateUpdatePayload, NotificationTemplateVersion, ReportTemplate, ReportTemplatePreviewPayload, } from './services/notifications/notifications.type';
28
+ export type { NotificationFallbackPolicy, NotificationTemplateState, } from './common/constants/notifications.constant';
29
+ export { NOTIFICATIONS_ENDPOINT, NOTIFICATION_FALLBACK_POLICY, NOTIFICATION_TEMPLATE_STATE, REPORT_TEMPLATES_ENDPOINT, } from './common/constants/notifications.constant';
30
+ export type { IRulesService, IRulesServiceOptions } from './services/rules';
31
+ export type { ActionExecutionParams, ChainStep, ConditionType, ContentRule, ContentRuleListResponse, ExecutionParams, ExecutionType as RuleExecutionType, RuleCreatePayload, RuleListQuery, RuleUpdatePayload, SignalFireContext, SignalFireResponse, TriggerConditionRow, TriggerDefinition, TriggerType, } from './services/rules/rules.type';
32
+ export { CONDITION_TYPE, EXECUTION_TYPE } from './services/rules/rules.type';
33
+ export { CONDITION_FIELDS, CONDITION_OPERATORS, CONDITION_OPERATOR_LABELS, CONDITION_OPERATOR_VALUE_KINDS, CONDITION_OPERATOR_SYMBOL_TO_WORD, LEVERAGE_OPTIONS, EVENT_PAYLOAD_FIELDS, ACTION_KINDS, ACTION_KIND, ACTION_RESULT_FIELDS, SUM_WITHIN_DAYS, actionDefByActionName, actionDefByKind, actionsFromExecution, actionsToExecutionParams, eventPayloadFieldsFor, normalizeConditionOperator, resultOutputOf, serializeAction, serializeActionParams, } from './services/rules/conditions';
34
+ export type { ActionResultField, ConditionField, ConditionOperator, ConditionOperatorValueKind, ConditionTable, ConditionValueType, EventPayloadField, EventPayloadSource, LeverageOption, RuleActionKind, RuleActionView, SumWithinDaysOperator, ActionKindDef, } from './services/rules/conditions';
35
+ export { CRON_PRESETS, DEFAULT_CRON_SCHEDULE, DEFAULT_EVENT_CONTENT_TYPE, EVENT_TYPE, EVENT_TYPE_OPTIONS, TRIGGER_MODE, TRIGGER_TYPE, buildCronTrigger, buildEventTrigger, buildSignalTrigger, coerceEventType, isKnownEventType, scheduleOf, signalNameOf, triggerModeOf, } from './services/rules/triggers';
36
+ export type { CronPreset, EventType, EventTypeOption, TriggerMode, TriggerTypeValue, } from './services/rules/triggers';
37
+ export { DEFAULT_LLM_QUERY_TOOLS, LLM_EVAL_BOUNDS, LLM_QUERY_TOOL, LLM_QUERY_TOOL_OPTIONS, llmEvalOf, promptNameOf, queryToolsOf, } from './services/rules/llm-rule.constant';
38
+ export type { LlmEval, LlmQueryTool, LlmQueryToolOption } from './services/rules/llm-rule.constant';
39
+ export { createExecutionsService } from './services/executions';
40
+ export type { IExecutionsService, IExecutionsServiceOptions } from './services/executions';
41
+ export type { ContentExecution, ExecutionListParams, ExecutionListResponse, ExecutionStatus, } from './services/executions/executions.type';
42
+ export { createEaeraWebSocket } from './core/ws/createEaeraWebSocket';
43
+ export type { IWsActionAccepted, IWsActionMessage, IWsActionResult, IWsAuthExpired, IWsAuthFail, IWsAuthMessage, IWsAuthOk, IWsAdminDisconnect, IWsClient, IWsClientOptions, IWsError, IWsEvent, IWsFetchResultMessage, IWsPing, IWsSubError, IWsSubOk, IWsSubscribeMessage, IWsUnsubscribeAllMessage, IWsUnsubscribeMessage, IWsUnsubOk, WsActionResultHandler, WsClientMessage, WsConnectionState, WsConnectionStateHandler, WsControlHandler, WsEventHandler, WsMessageType, WsServerMessage, } from './core/ws/ws.type';
44
+ export { WS_ACTION_ACCEPTED_ERROR_CODE, WS_ACTION_ERROR_CODE, WS_ACTION_RESULT_ERROR_CODE, WS_ACTION_RESULT_TTL_MS, WS_AUTH_ERROR_CODE, WS_AUTH_TIMEOUT_MS, WS_CLOSE_CODE, WS_CLOSE_REASON, WS_CONNECTION_STATE, WS_MAX_SUBSCRIPTIONS, WS_MESSAGE_TYPE, WS_MT5_EVENT_TYPE, WS_PING_INTERVAL_MS, WS_RECONNECT_INITIAL_MS, WS_RECONNECT_JITTER_MS, WS_RECONNECT_MAX_MS, WS_TOPIC, WS_TOPIC_NAMESPACE, accountTopic, adminTopic, mt5Topic, MT5_RETCODE, streamTopic, symbolTopic, userTopic, } from './core/ws/ws.constants';
45
+ export type { Mt5Retcode } from './core/ws/ws.constants';
46
+ export type { WsActionAcceptedErrorCode, WsActionErrorCode, WsActionResultErrorCode, WsAuthErrorCode, WsCloseCode, WsCloseReason, WsMt5EventType, WsTopic, WsTopicNamespace, } from './core/ws/ws.constants';
47
+ export { WS_EVENT_NAME } from './core/ws/ws.events';
48
+ export type { IAccountStateEvent, IAccountStateOrder, IAccountStatePosition, IDealEvent, IDomEntry, IDomEvent, IOrderEvent, IPositionEvent, ITickEvent, ITimeNSaleEvent, WsEventName, } from './core/ws/ws.events';
49
+ export { createSettingsService } from './services/settings';
50
+ export type { ISettingsService, ISettingsServiceOptions } from './services/settings';
51
+ export type { IMonitoredGroupsData, IMonitoredGroupsPayload, IMonitoredGroupsResponse, IPublicMarketsData, IPublicMarketsResponse, ISettingResponse, } from './services/settings/settings.type';
52
+ export { createLlmService } from './services/llm';
53
+ export type { ILlmService, ILlmServiceOptions } from './services/llm';
54
+ export type { PromptCreatePayload, PromptUpdatePayload, PromptTemplate, PromptListResponse, PromptMutationResponse, LlmProvider, LlmProviderCreatePayload, LlmProviderListResponse, LlmProviderModelsResponse, LlmProviderType, LlmProviderUpdatePayload, } from './services/llm/llm.type';
55
+ export { createBarsService } from './services/bars';
56
+ export type { IBarsService, IBarsServiceOptions } from './services/bars';
57
+ export type { BarItem, BarsItemSource, BarsQuery, BarsResponse, BarsSortDirection, ChartIntervalFe, } from './services/bars/bars.type';
58
+ export { CHART_INTERVAL, normalizeChartInterval } from './services/bars/bars.type';
59
+ export { BARS_DEFAULTS, BARS_ENDPOINT } from './common/constants/bars.constant';
60
+ export { createKalshiService } from './services/kalshi';
61
+ export type { IKalshiService, IKalshiServiceOptions } from './services/kalshi';
62
+ export type { KalshiLastTick, KalshiLastTicksQuery, KalshiLastTicksResponse, KalshiSymbolTickPoint, KalshiSymbolTicksData, KalshiSymbolTicksQuery, KalshiSymbolTicksResponse, KalshiTrendingItem, KalshiTrendingQuery, KalshiTrendingResponse, KalshiTrendingStrike, } from './services/kalshi/kalshi.type';
63
+ export { KALSHI_CHART_INTERVAL, KALSHI_ENDPOINT, KALSHI_LAST_TICKS_DEFAULTS, KALSHI_SYMBOL_TICKS_DEFAULTS, KALSHI_TRENDING_DEFAULTS, } from './common/constants/kalshi.constant';
64
+ export type { KalshiChartInterval } from './common/constants/kalshi.constant';
65
+ export { createHistoryService } from './services/history';
66
+ export type { IHistoryService, IHistoryServiceOptions } from './services/history';
67
+ export type { DealHistoryItem, DealsSummaryResponse, HistoryDealsQuery, HistoryListQuery, HistoryListResponse, HistoryOrdersQuery, HistoryPositionsQuery, OrderHistoryItem, OrdersSummaryResponse, PositionHistoryItem, PositionSummaryResponse, } from './services/history/history.type';
68
+ export { HISTORY_DEAL_ENTRY, HISTORY_DEFAULTS, HISTORY_ENDPOINT, HISTORY_ORDER_STATUS, HISTORY_SORT_BY, HISTORY_SORT_DIRECTION, HISTORY_TAB, } from './common/constants/history.constant';
69
+ export type { HistoryDealEntry, HistoryDealsSortBy, HistoryOrderStatus, HistoryOrdersSortBy, HistoryPositionsSortBy, HistorySortDirection, HistoryTab, } from './common/constants/history.constant';
70
+ export { createGovService } from './services/gov';
71
+ export type { IGovService, IGovServiceOptions } from './services/gov';
72
+ export type { GovActionOpts, GovAgent, GovAgentMode, GovAlert, GovAlertData, GovAutoMergeParams, GovPluginFile, GovPluginMatchRule, GovPluginsResponse, GovPortalEdit, GovAgentData, GovAgentType, GovAgentTypeData, GovAggregateTasksOutput, GovAggregateTasksParams, GovAggregateUsageOutput, GovAggregateUsageParams, GovAssignmentMatrixOutput, GovAssignmentMatrixParams, GovComputeCostItem, GovComputeCostOutput, GovComputeCostParams, GovContentPolicy, GovContentPolicyData, GovCostReport, GovCostReportData, GovCreateConsumerOutput, GovCreateConsumerParams, GovDeleteProviderOutput, GovDeleteProviderParams, GovDeleteRouteOutput, GovDeleteRouteParams, GovGatewayConsumer, GovGatewayConsumerData, GovGatewayProvider, GovGatewayProviderData, GovGatewayRoute, GovGatewayRouteData, GovGenerateCostReportParams, GovEnsureCoordinatorOutput, GovInfraConnection, GovInjectionRule, GovLifecycleEvent, GovLifecycleEventData, GovLifecycleOutput, GovLifecycleParams, GovMatrixRow, GovMonitoringCheck, GovMonitoringCheckResult, GovMonitoringOutput, GovOnboardOutput, GovOnboardParams, GovOverrides, GovPiiRule, GovPricingEntry, GovPricingTable, GovProject, GovProjectData, GovProjectTasksError, GovProjectTasksOutput, GovPublishPolicyOutput, GovPublishPolicyParams, GovResolvedType, GovResolveConfigOutput, GovResolveConfigParams, GovResourceProfile, GovRevokeConsumerOutput, GovRevokeConsumerParams, GovRouteWeight, GovRunMonitoringParams, GovSeedsOutput, GovSyncConsumerLimitsOutput, GovSyncConsumerLimitsParams, GovSyncProviderOutput, GovSyncProviderParams, GovSyncRouteOutput, GovSyncRouteParams, GovSyncStatusAgent, GovSyncStatusOutput, GovSyncStatusParams, GovTaskItem, GovTaskSource, GovTeam, GovTeamData, GovTeamOutput, GovTeamParams, GovUpdateConfigOutput, GovUpdateConfigParams, GovUsageCost, GovUsageDashboard, GovUsageDashboardParams, GovUsageExport, GovUsageExportParams, GovUsageGroupRow, GovUsageQuery, GovUsageRecord, GovUsageRecordData, GovUsageSample, GovWasmConfig, GovWorkerCondition, GovWorkerGatewayKeyOutput, GovWorkerRef, GovWorkerStatusOutput, GovWorkerStatusParams, } from './services/gov/gov.type';
73
+ export { GOV_ACTION_BY_CT, GOV_ACTION_NAME, GOV_CONTENT_TYPE, GOV_CONTENT_TYPE_NAMES, GOV_COST_GROUP, GOV_DEFAULTS, GOV_ENDPOINT, GOV_USAGE_WINDOW, } from './common/constants/gov.constant';
74
+ export { PACKS_AUDIT_ENDPOINT, PACKS_ENDPOINT, PEOPLE_ACTION_BY_CT, PEOPLE_ACTION_NAME, PEOPLE_CONTENT_TYPE, PEOPLE_CONTENT_TYPE_NAMES, PEOPLE_DEFAULTS, PEOPLE_ENDPOINT, PEOPLE_PACK_ID, PEOPLE_SUBJECT_KIND, PEOPLE_SYSTEM_ONLY_ACTIONS, PEOPLE_TARGET_TYPE, isSystemOnlyAction, } from './common/constants/people.constant';
75
+ export type { PeopleActionName, PeopleContentTypeName } from './common/constants/people.constant';
76
+ export type { GovActionName, GovContentTypeName, GovCostGroup, GovUsageWindow, } from './common/constants/gov.constant';
77
+ export { createPeopleService } from './services/people';
78
+ export type { IPeopleService, IPeopleServiceOptions } from './services/people';
79
+ export type { PeopleActionOpts } from './services/people/shared.types';
80
+ export type { PeopleLegalEntityData, PeopleLegalEntity, PeopleRegisteredBranchData, PeopleRegisteredBranch, PeopleEffectiveRevisionData, PeopleEffectiveRevision, PeopleClosureCaseData, PeopleClosureCase, PeoplePolicyAssignmentData, PeoplePolicyAssignment, PeoplePolicyData, PeoplePolicy, PeopleOrgNodeData, PeopleOrgUnit, PeoplePosition, PeopleWorkLocation, PeopleTypeCatalogueData, PeopleUnitType, PeopleWorkLocationType, PeopleOrgChangeSetData, PeopleOrgChangeSet, PeopleRegisterLegalEntityParams, PeopleScheduleBranchParams, PeopleRescheduleBranchParams, PeopleCorrectCodeParams, PeopleReactivateParams, PeopleArchiveVisibilityParams, PeopleScheduleRevisionParams, PeopleClosureSubmitParams, PeopleClosureApproveParams, PeopleClosureCompleteOutput, PeopleClosureRejectParams, PeopleClosureCancelParams, PeopleScheduleAssignmentParams, PeopleCsSubmitParams, PeopleCsScheduleParams, LegalAndOrgActions, } from './services/people/legal';
81
+ export type { PeopleCatalogRevisionData, PeopleCatalogRevision, PeopleScopeExceptionData, PeopleScopeException, PeopleRoleAssignment, PeopleRoleAssignmentData, PeopleManualOverride, PeopleAssignmentRule, PeopleAssignmentRuleData, PeopleAccessReviewCampaign, PeopleAccessReviewCampaignData, PeopleReviewCampaignItem, PeopleValidateRevisionOutput, PeopleForkDraftParams, PeopleSeedMergeParams, PeopleSeedMergeOutput, PeoplePublishRevisionOutput, PeopleGrantExceptionParams, PeopleGrantExceptionOutput, PeopleAmendExceptionWindowParams, PeopleGrantParams, PeopleGrantOutput, PeopleRevokeParams, PeopleAmendWindowParams, PeopleValidateRuleOutput, PeoplePublishRuleOutput, PeopleRecordDecisionParams, PeopleRecordDecisionOutput, PeopleGenerateParams, PeopleGenerateOutput, PeopleRemindOutput, PeopleEscalateReviewOutput, PeopleCompleteOutput, PermsActions, PeopleAccessAuditQuery, PeopleAccessAuditResult, PeopleAccessAuditItem, PeopleAccessAuditItemQa, PeopleAccessAuditItemQb, } from './services/people/perms';
82
+ export type { PeopleProviderConfigData, PeopleProviderConfig, PeopleProvisioningItemData, PeopleProvisioningItem, PeopleExternalBindingData, PeopleExternalBinding, PeopleDriftFindingData, PeopleDriftFinding, PeopleDeprovisionPlanData, PeopleDeprovisionPlan, PeopleProviderHealth, PeopleProviderProbeHistoryEntry, PeopleProvisionQueue, PeopleProvisionQueueEntry, PeopleProvisionQueueQuery, PeopleResolveDesiredParams, PeopleResolveDesiredOutput, PeopleRetryItemOutput, PeopleResolveManuallyParams, PeopleReleaseItemParams, PeopleResolveBindingParams, PeopleResolveBindingOutcome, PeopleMarkDeletedVerifiedParams, PeopleAcceptExceptionParams, PeopleAcceptExceptionOutput, PeopleEscalateParams, PeopleBuildPlanParams, PeopleBuildPlanOutput, IdentityActions, } from './services/people/identity';
83
+ export type { PeopleRequestType, PeopleRequestTypeData, PeopleRequestTypeDefinition, PeopleRequestTypeStateDef, PeopleRequestTypeActionDef, PeopleDefinitionFinding, PeopleDefinitionValidationResult, PeopleRegisteredCapability, PeopleRegisteredCapabilityData, PeopleGlueRule, PeopleGlueRuleData, PeopleGlueRuleAction, PeopleProcessType, PeopleProcessTypeData, PeopleProcessInstance, PeopleProcessInstanceData, PeopleProcessDefinition, PeopleProcessPhaseDef, PeopleProcessOverallOutcomes, PeopleProcessFinding, PeopleProcessSnapshot, PeopleSpawnedRequestSlot, PeopleCompletionRecord, PeopleProcessCancellation, PeopleProcessHold, ProcessActions, PeopleEditRequestTypeParams, PeopleSafeTestRequestTypeParams, PeopleEditPolicyParams, PeoplePublishPolicyParams, PeopleArchivePolicyParams, PeopleTogglePolicyParams, PeopleToggleGlueRuleParams, PeopleRuntimeRequestCreateParams, PeopleEditProcessParams, PeoplePublishProcessParams, PeopleSupersedeProcessParams, PeopleDecommissionProcessParams, PeopleCreateProcessParams, PeopleCancelProcessParams, } from './services/people/process';
84
+ export type { IPeoplePackOpsService, IPeoplePackOpsServiceOptions, } from './services/people/packops';
85
+ export type { PeoplePackOpsRegistry, PeoplePackOpsRegistryItem, PeoplePackOpsCatalogEntry, PeoplePackPreflight, PeoplePackPreflightBlocker, PeoplePackPreflightQuery, PeoplePackUpgradeCheck, PeoplePackImpact, PeoplePackPendingMigration, PeoplePackManifestSummary, PeoplePackAuditEntry, PeoplePackAuditQuery, PeoplePackConflictEntry, PeoplePackConflictPreview, PeoplePackSyncLog, } from './services/people/packops/packops.type';
86
+ export type { IPeopleCopilotService, IPeopleCopilotServiceOptions, PeopleCopilotLane, PeopleCopilotMode, PeopleCopilotStartParams, PeopleCopilotStartResult, PeopleCopilotBundle, PeopleCopilotRecordParams, PeopleCopilotRecordResult, PeopleCopilotProposal, PeopleCopilotSession, PeopleCopilotSessionsResult, } from './services/people/copilot';
87
+ export { PEOPLE_COPILOT_ENDPOINT } from './services/people/copilot';
88
+ export { useAuthStore } from './stores/auth';
89
+ export { useBarsStore } from './stores/bars';
90
+ export { useContentStore } from './stores/content';
91
+ export { useHistoryStore } from './stores/history';
92
+ export { useKalshiStore } from './stores/kalshi';
93
+ export { useGovStore } from './stores/gov';
94
+ export { usePeopleStore } from './stores/people';
95
+ export { useRulesStore } from './stores/rules';
96
+ export { useExecutionsStore } from './stores/executions';
97
+ export { useSettingsStore } from './stores/settings';
98
+ export { useLlmStore } from './stores/llm';
99
+ export { useLlmProvidersStore } from './stores/llm-providers';
100
+ export { useWsStore } from './stores/ws';
101
+ export { createPersistPlugin } from './stores/persist';
102
+ export type { ICreatePersistPluginOptions, IPersistConfig, IPersistFieldOptions, IPersistStorage, } from './stores/persist';
103
+ export { CBS_STATE_KEY_STORAGE, SILENT_LOGIN_MESSAGE, clearCbsStateKey, readCbsStateKey, } from './composables/cbsStateKey';
104
+ export { PERSIST_ALLOWED_KEYS, PERSIST_KEY, PERSIST_MAX_BYTES, PERSIST_PREFIX, } from './common/constants/storage.constant';
105
+ export { AUTH_ENDPOINT } from './common/constants/auth.constant';
106
+ export { HTTP_DEFAULTS, HTTP_HEADER, HTTP_RETRY_STATUS_CODES, } from './common/constants/http.constant';
107
+ export { CONTENT_DEFAULTS, CONTENT_ENDPOINT, CONTENT_FILTER_OPERATOR, CONTENT_FILTER_SCALAR_OPERATOR, CONTENT_TYPE, CONTENT_TYPE_NAMES, } from './common/constants/content.constant';
108
+ export type { ContentFilterOperator, ContentFilterScalarOperator, ContentTypeName, } from './common/constants/content.constant';
109
+ export { buildFilter } from './services/content/filter';
110
+ export type { ContentFilterCondition } from './services/content/filter';
111
+ export { EXECUTION_STATUS, EXECUTION_STATUSES, EXECUTION_TRANSITION, EXECUTIONS_DEFAULTS, EXECUTIONS_ENDPOINT, } from './common/constants/executions.constant';
112
+ export type { ExecutionTransition } from './common/constants/executions.constant';
113
+ export { LLM_ENDPOINT, LLM_PROVIDER_TYPE } from './common/constants/llm.constant';
114
+ export { MT5_ACTION_NAME, MT5_ALL_ACTIONS, MT5_FINANCIAL_ACTIONS, MT5_LOCAL_ACTIONS, MT5_OPERATIONAL_ACTIONS, MT5_TRADING_ACTIONS, MT5_VIEWER_ACTIONS, } from './common/constants/mt5-action.constant';
115
+ export type { Mt5ActionName, Mt5FinancialActionName, Mt5LocalActionName, Mt5OperationalActionName, Mt5TradingActionName, Mt5ViewerActionName, } from './common/constants/mt5-action.constant';
116
+ export { RULES_DEFAULTS, RULES_ENDPOINT } from './common/constants/rules.constant';
117
+ export { MONITORED_GROUPS_TYPE, PUBLIC_MARKETS_TYPE, SETTINGS_ENDPOINT, } from './common/constants/settings.constant';
118
+ export { STORE_PERSIST_KEY, TOKEN_STORAGE_KEY } from './common/constants/storage.constant';
119
+ export { KALSHI_FUTURE_STATUS, KALSHI_LIFECYCLE_STATUS, KALSHI_SERVER_STATUS, KALSHI_SETTLEMENT_RESULT, MT5_ACCOUNT_STATUS, MT5_CHART_BAR_SOURCE, MT5_COMMISSION_MODE, MT5_COMMISSION_VOLUME_TYPE, MT5_DEAL_ENTRY, MT5_EXECUTION_MODE, MT5_INTERVAL, MT5_MARKET_STATUS, MT5_ORDER_DURATION, MT5_ORDER_KIND, MT5_ORDER_STATE, MT5_ORDER_STATE_NAME, MT5_ORDER_TYPE, MT5_POSITION_TYPE, MT5_SERVER_NAME, MT5_SERVER_STATE, MT5_SYNC_PHASE, MT5_TRADE_MODE, MT5_TRADE_SIDE, } from './common/constants/mt5.constant';
120
+ export type { KalshiFutureStatus, KalshiLifecycleStatus, KalshiServerStatus, KalshiSettlementResult, MT5AccountStatus, MT5ChartBarSource, MT5CommissionMode, MT5CommissionVolumeType, MT5DealEntry, MT5ExecutionMode, MT5Interval, MT5MarketStatus, MT5OrderDuration, MT5OrderKind, MT5OrderStateCode, MT5OrderStateName, MT5OrderStateNameOrUnknown, MT5OrderTypeCode, MT5PositionType, MT5ServerName, MT5ServerState, MT5SyncPhase, MT5TradeMode, MT5TradeSide, } from './common/constants/mt5.constant';
121
+ export { COOKIE_SAME_SITE, STORAGE_NAME } from './common/constants/storage.constant';
122
+ export type { CookieSameSite, StorageName } from './common/constants/storage.constant';
123
+ export { SORT_DIRECTION } from './common/constants/sort.constant';
124
+ export type { SortDirection } from './common/constants/sort.constant';
125
+ export { SERIALIZATION_FORMAT } from './common/constants/http.constant';
126
+ export type { RequestCasing, ResponseCasing, SerializationFormat, } from './common/constants/http.constant';
127
+ export { formatPrice, computeSpread, categoryLabel } from './common/helpers/format';
128
+ export { viewMt5Retcode } from './common/helpers/mt5Retcode';
129
+ export type { IMt5RetcodeView } from './common/helpers/mt5Retcode';
130
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}