@objectstack/spec 0.6.1 → 0.7.1

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 (812) hide show
  1. package/dist/ai/agent-action.zod.d.ts +2231 -0
  2. package/dist/ai/agent-action.zod.d.ts.map +1 -0
  3. package/dist/ai/agent-action.zod.js +401 -0
  4. package/dist/ai/agent.zod.d.ts +8 -8
  5. package/dist/ai/conversation.zod.d.ts +100 -66
  6. package/dist/ai/conversation.zod.d.ts.map +1 -1
  7. package/dist/ai/conversation.zod.js +5 -5
  8. package/dist/ai/cost.zod.d.ts +279 -207
  9. package/dist/ai/cost.zod.d.ts.map +1 -1
  10. package/dist/ai/cost.zod.js +25 -1
  11. package/dist/ai/index.d.ts +1 -0
  12. package/dist/ai/index.d.ts.map +1 -1
  13. package/dist/ai/index.js +1 -0
  14. package/dist/ai/model-registry.zod.d.ts +131 -131
  15. package/dist/ai/nlq.zod.d.ts +72 -45
  16. package/dist/ai/nlq.zod.d.ts.map +1 -1
  17. package/dist/ai/nlq.zod.js +4 -0
  18. package/dist/ai/orchestration.zod.d.ts +69 -43
  19. package/dist/ai/orchestration.zod.d.ts.map +1 -1
  20. package/dist/ai/orchestration.zod.js +3 -0
  21. package/dist/ai/predictive.zod.d.ts +88 -62
  22. package/dist/ai/predictive.zod.d.ts.map +1 -1
  23. package/dist/ai/predictive.zod.js +3 -0
  24. package/dist/ai/rag-pipeline.zod.d.ts +98 -72
  25. package/dist/ai/rag-pipeline.zod.d.ts.map +1 -1
  26. package/dist/ai/rag-pipeline.zod.js +4 -1
  27. package/dist/api/batch.zod.d.ts +1029 -0
  28. package/dist/api/batch.zod.d.ts.map +1 -0
  29. package/dist/api/batch.zod.js +196 -0
  30. package/dist/api/contract.zod.d.ts +96 -0
  31. package/dist/api/contract.zod.d.ts.map +1 -1
  32. package/dist/api/discovery.zod.d.ts +16 -16
  33. package/dist/api/endpoint.zod.d.ts +29 -28
  34. package/dist/api/endpoint.zod.d.ts.map +1 -1
  35. package/dist/api/endpoint.zod.js +4 -7
  36. package/dist/api/errors.zod.d.ts +364 -0
  37. package/dist/api/errors.zod.d.ts.map +1 -0
  38. package/dist/api/errors.zod.js +296 -0
  39. package/dist/api/graphql.zod.d.ts +5727 -0
  40. package/dist/api/graphql.zod.d.ts.map +1 -0
  41. package/dist/api/graphql.zod.js +724 -0
  42. package/dist/api/http-cache.zod.d.ts +439 -0
  43. package/dist/api/http-cache.zod.d.ts.map +1 -0
  44. package/dist/api/http-cache.zod.js +219 -0
  45. package/dist/api/index.d.ts +11 -1
  46. package/dist/api/index.d.ts.map +1 -1
  47. package/dist/api/index.js +13 -1
  48. package/dist/api/odata.zod.d.ts +4 -4
  49. package/dist/api/protocol.zod.d.ts +9375 -0
  50. package/dist/api/protocol.zod.d.ts.map +1 -0
  51. package/dist/api/protocol.zod.js +376 -0
  52. package/dist/api/realtime.zod.d.ts +2 -2
  53. package/dist/api/rest-server.zod.d.ts +2330 -0
  54. package/dist/api/rest-server.zod.d.ts.map +1 -0
  55. package/dist/api/rest-server.zod.js +424 -0
  56. package/dist/api/router.zod.d.ts +39 -32
  57. package/dist/api/router.zod.d.ts.map +1 -1
  58. package/dist/api/router.zod.js +5 -23
  59. package/dist/api/view-storage.zod.d.ts +8220 -0
  60. package/dist/api/view-storage.zod.d.ts.map +1 -0
  61. package/dist/api/view-storage.zod.js +243 -0
  62. package/dist/api/websocket.zod.d.ts +1740 -0
  63. package/dist/api/websocket.zod.d.ts.map +1 -0
  64. package/dist/api/websocket.zod.js +470 -0
  65. package/dist/auth/config.zod.d.ts +655 -304
  66. package/dist/auth/config.zod.d.ts.map +1 -1
  67. package/dist/auth/config.zod.js +149 -7
  68. package/dist/auth/identity.zod.d.ts +9 -9
  69. package/dist/auth/organization.zod.d.ts +6 -6
  70. package/dist/auth/policy.zod.d.ts +3 -3
  71. package/dist/auth/scim.zod.d.ts +83 -83
  72. package/dist/automation/approval.zod.d.ts +18 -18
  73. package/dist/automation/etl.zod.d.ts +53 -23
  74. package/dist/automation/etl.zod.d.ts.map +1 -1
  75. package/dist/automation/etl.zod.js +31 -1
  76. package/dist/automation/flow.zod.d.ts +26 -26
  77. package/dist/automation/index.d.ts +1 -1
  78. package/dist/automation/index.d.ts.map +1 -1
  79. package/dist/automation/index.js +1 -1
  80. package/dist/automation/sync.zod.d.ts +381 -166
  81. package/dist/automation/sync.zod.d.ts.map +1 -1
  82. package/dist/automation/sync.zod.js +38 -31
  83. package/dist/automation/{connector.zod.d.ts → trigger-registry.zod.d.ts} +77 -62
  84. package/dist/automation/trigger-registry.zod.d.ts.map +1 -0
  85. package/dist/automation/{connector.zod.js → trigger-registry.zod.js} +36 -21
  86. package/dist/automation/webhook.zod.d.ts +106 -19
  87. package/dist/automation/webhook.zod.d.ts.map +1 -1
  88. package/dist/automation/webhook.zod.js +58 -13
  89. package/dist/automation/workflow.zod.d.ts +1089 -265
  90. package/dist/automation/workflow.zod.d.ts.map +1 -1
  91. package/dist/automation/workflow.zod.js +3 -6
  92. package/dist/contracts/data-engine.d.ts +61 -0
  93. package/dist/contracts/data-engine.d.ts.map +1 -0
  94. package/dist/contracts/data-engine.js +2 -0
  95. package/dist/contracts/http-server.d.ts +119 -0
  96. package/dist/contracts/http-server.d.ts.map +1 -0
  97. package/dist/contracts/http-server.js +12 -0
  98. package/dist/contracts/index.d.ts +14 -0
  99. package/dist/contracts/index.d.ts.map +1 -0
  100. package/dist/contracts/index.js +29 -0
  101. package/dist/contracts/logger.d.ts +63 -0
  102. package/dist/contracts/logger.d.ts.map +1 -0
  103. package/dist/contracts/logger.js +2 -0
  104. package/dist/contracts/plugin-lifecycle-events.d.ts +150 -0
  105. package/dist/contracts/plugin-lifecycle-events.d.ts.map +1 -0
  106. package/dist/contracts/plugin-lifecycle-events.js +10 -0
  107. package/dist/contracts/plugin-validator.d.ts +106 -0
  108. package/dist/contracts/plugin-validator.d.ts.map +1 -0
  109. package/dist/contracts/plugin-validator.js +8 -0
  110. package/dist/contracts/service-registry.d.ts +94 -0
  111. package/dist/contracts/service-registry.d.ts.map +1 -0
  112. package/dist/contracts/service-registry.js +11 -0
  113. package/dist/contracts/startup-orchestrator.d.ts +122 -0
  114. package/dist/contracts/startup-orchestrator.d.ts.map +1 -0
  115. package/dist/contracts/startup-orchestrator.js +2 -0
  116. package/dist/data/data-engine.zod.d.ts +2636 -0
  117. package/dist/data/data-engine.zod.d.ts.map +1 -0
  118. package/dist/data/data-engine.zod.js +282 -0
  119. package/dist/data/document.zod.d.ts +746 -0
  120. package/dist/data/document.zod.d.ts.map +1 -0
  121. package/dist/data/document.zod.js +326 -0
  122. package/dist/data/driver/mongo.zod.d.ts +82 -0
  123. package/dist/data/driver/mongo.zod.d.ts.map +1 -0
  124. package/dist/data/driver/mongo.zod.js +68 -0
  125. package/dist/{system → data}/driver/postgres.zod.d.ts +4 -4
  126. package/dist/data/driver/postgres.zod.d.ts.map +1 -0
  127. package/dist/data/driver-nosql.zod.d.ts +1008 -0
  128. package/dist/data/driver-nosql.zod.d.ts.map +1 -0
  129. package/dist/data/driver-nosql.zod.js +417 -0
  130. package/dist/data/driver-sql.zod.d.ts +652 -0
  131. package/dist/data/driver-sql.zod.d.ts.map +1 -0
  132. package/dist/data/driver-sql.zod.js +150 -0
  133. package/dist/{system → data}/driver.zod.d.ts +1538 -249
  134. package/dist/data/driver.zod.d.ts.map +1 -0
  135. package/dist/{system → data}/driver.zod.js +137 -13
  136. package/dist/data/external-lookup.zod.d.ts +662 -0
  137. package/dist/data/external-lookup.zod.d.ts.map +1 -0
  138. package/dist/data/external-lookup.zod.js +223 -0
  139. package/dist/data/field.zod.d.ts +3896 -107
  140. package/dist/data/field.zod.d.ts.map +1 -1
  141. package/dist/data/field.zod.js +161 -2
  142. package/dist/data/hook.zod.d.ts +4 -4
  143. package/dist/data/index.d.ts +7 -0
  144. package/dist/data/index.d.ts.map +1 -1
  145. package/dist/data/index.js +9 -0
  146. package/dist/data/mapping.zod.d.ts +85 -17
  147. package/dist/data/mapping.zod.d.ts.map +1 -1
  148. package/dist/data/object.zod.d.ts +2117 -77
  149. package/dist/data/object.zod.d.ts.map +1 -1
  150. package/dist/data/object.zod.js +128 -15
  151. package/dist/data/query.zod.d.ts +112 -0
  152. package/dist/data/query.zod.d.ts.map +1 -1
  153. package/dist/data/query.zod.js +47 -1
  154. package/dist/data/validation.zod.d.ts +2 -2
  155. package/dist/hub/composer.zod.d.ts +868 -68
  156. package/dist/hub/composer.zod.d.ts.map +1 -1
  157. package/dist/hub/index.d.ts +1 -0
  158. package/dist/hub/index.d.ts.map +1 -1
  159. package/dist/hub/index.js +1 -0
  160. package/dist/hub/license.zod.d.ts +2 -2
  161. package/dist/hub/marketplace.zod.d.ts +2 -2
  162. package/dist/hub/plugin-registry.zod.d.ts +1681 -0
  163. package/dist/hub/plugin-registry.zod.d.ts.map +1 -0
  164. package/dist/hub/plugin-registry.zod.js +350 -0
  165. package/dist/hub/space.zod.d.ts +19 -19
  166. package/dist/hub/tenant.zod.d.ts +44 -44
  167. package/dist/index.d.ts +3 -0
  168. package/dist/index.d.ts.map +1 -1
  169. package/dist/index.js +11 -1
  170. package/dist/integration/connector/database.zod.d.ts +1666 -0
  171. package/dist/integration/connector/database.zod.d.ts.map +1 -0
  172. package/dist/integration/connector/database.zod.js +303 -0
  173. package/dist/integration/connector/file-storage.zod.d.ts +1386 -0
  174. package/dist/integration/connector/file-storage.zod.d.ts.map +1 -0
  175. package/dist/integration/connector/file-storage.zod.js +346 -0
  176. package/dist/integration/connector/message-queue.zod.d.ts +1729 -0
  177. package/dist/integration/connector/message-queue.zod.d.ts.map +1 -0
  178. package/dist/integration/connector/message-queue.zod.js +428 -0
  179. package/dist/integration/connector/saas.zod.d.ts +1440 -0
  180. package/dist/integration/connector/saas.zod.d.ts.map +1 -0
  181. package/dist/integration/connector/saas.zod.js +224 -0
  182. package/dist/integration/connector.zod.d.ts +1571 -0
  183. package/dist/integration/connector.zod.d.ts.map +1 -0
  184. package/dist/integration/connector.zod.js +426 -0
  185. package/dist/integration/index.d.ts +15 -0
  186. package/dist/integration/index.d.ts.map +1 -0
  187. package/dist/integration/index.js +32 -0
  188. package/dist/permission/permission.zod.d.ts +140 -6
  189. package/dist/permission/permission.zod.d.ts.map +1 -1
  190. package/dist/permission/permission.zod.js +48 -0
  191. package/dist/permission/rls.zod.d.ts +8 -8
  192. package/dist/permission/sharing.zod.d.ts +14 -14
  193. package/dist/shared/http.zod.d.ts +140 -0
  194. package/dist/shared/http.zod.d.ts.map +1 -0
  195. package/dist/shared/http.zod.js +133 -0
  196. package/dist/shared/index.d.ts +2 -0
  197. package/dist/shared/index.d.ts.map +1 -1
  198. package/dist/shared/index.js +2 -0
  199. package/dist/shared/mapping.zod.d.ts +226 -0
  200. package/dist/shared/mapping.zod.d.ts.map +1 -0
  201. package/dist/shared/mapping.zod.js +103 -0
  202. package/dist/stack.zod.d.ts +9222 -1785
  203. package/dist/stack.zod.d.ts.map +1 -1
  204. package/dist/system/audit.zod.d.ts +35 -35
  205. package/dist/system/cache.zod.d.ts +151 -0
  206. package/dist/system/cache.zod.d.ts.map +1 -0
  207. package/dist/system/cache.zod.js +57 -0
  208. package/dist/system/change-management.zod.d.ts +626 -0
  209. package/dist/system/change-management.zod.d.ts.map +1 -0
  210. package/dist/system/change-management.zod.js +329 -0
  211. package/dist/system/collaboration.zod.d.ts +2099 -0
  212. package/dist/system/collaboration.zod.d.ts.map +1 -0
  213. package/dist/system/collaboration.zod.js +392 -0
  214. package/dist/system/compliance.zod.d.ts +366 -0
  215. package/dist/system/compliance.zod.d.ts.map +1 -0
  216. package/dist/system/compliance.zod.js +70 -0
  217. package/dist/system/context.zod.d.ts +5 -5
  218. package/dist/system/encryption.zod.d.ts +227 -0
  219. package/dist/system/encryption.zod.d.ts.map +1 -0
  220. package/dist/system/encryption.zod.js +43 -0
  221. package/dist/system/feature.zod.d.ts +12 -12
  222. package/dist/system/http-server.zod.d.ts +735 -0
  223. package/dist/system/http-server.zod.d.ts.map +1 -0
  224. package/dist/system/http-server.zod.js +300 -0
  225. package/dist/system/index.d.ts +20 -6
  226. package/dist/system/index.d.ts.map +1 -1
  227. package/dist/system/index.js +32 -7
  228. package/dist/system/job.zod.d.ts +2 -2
  229. package/dist/system/logging.zod.d.ts +2186 -0
  230. package/dist/system/logging.zod.d.ts.map +1 -0
  231. package/dist/system/logging.zod.js +564 -0
  232. package/dist/system/manifest.zod.d.ts +659 -14
  233. package/dist/system/manifest.zod.d.ts.map +1 -1
  234. package/dist/system/manifest.zod.js +8 -0
  235. package/dist/system/masking.zod.d.ts +87 -0
  236. package/dist/system/masking.zod.d.ts.map +1 -0
  237. package/dist/system/masking.zod.js +30 -0
  238. package/dist/system/message-queue.zod.d.ts +177 -0
  239. package/dist/system/message-queue.zod.d.ts.map +1 -0
  240. package/dist/system/message-queue.zod.js +46 -0
  241. package/dist/system/metadata-loader.zod.d.ts +641 -0
  242. package/dist/system/metadata-loader.zod.d.ts.map +1 -0
  243. package/dist/system/metadata-loader.zod.js +373 -0
  244. package/dist/system/metrics.zod.d.ts +1965 -0
  245. package/dist/system/metrics.zod.d.ts.map +1 -0
  246. package/dist/system/metrics.zod.js +585 -0
  247. package/dist/system/notification.zod.d.ts +725 -0
  248. package/dist/system/notification.zod.d.ts.map +1 -0
  249. package/dist/system/notification.zod.js +335 -0
  250. package/dist/system/object-storage.zod.d.ts +1722 -0
  251. package/dist/system/object-storage.zod.d.ts.map +1 -0
  252. package/dist/system/object-storage.zod.js +591 -0
  253. package/dist/system/plugin-capability.zod.d.ts +1130 -0
  254. package/dist/system/plugin-capability.zod.d.ts.map +1 -0
  255. package/dist/system/plugin-capability.zod.js +271 -0
  256. package/dist/system/plugin-lifecycle-events.zod.d.ts +382 -0
  257. package/dist/system/plugin-lifecycle-events.zod.d.ts.map +1 -0
  258. package/dist/system/plugin-lifecycle-events.zod.js +284 -0
  259. package/dist/system/plugin-validator.zod.d.ts +245 -0
  260. package/dist/system/plugin-validator.zod.d.ts.map +1 -0
  261. package/dist/system/plugin-validator.zod.js +136 -0
  262. package/dist/system/plugin.zod.d.ts +86 -86
  263. package/dist/system/search-engine.zod.d.ts +256 -0
  264. package/dist/system/search-engine.zod.d.ts.map +1 -0
  265. package/dist/system/search-engine.zod.js +50 -0
  266. package/dist/system/service-registry.zod.d.ts +247 -0
  267. package/dist/system/service-registry.zod.d.ts.map +1 -0
  268. package/dist/system/service-registry.zod.js +218 -0
  269. package/dist/system/startup-orchestrator.zod.d.ts +376 -0
  270. package/dist/system/startup-orchestrator.zod.d.ts.map +1 -0
  271. package/dist/system/startup-orchestrator.zod.js +171 -0
  272. package/dist/system/tracing.zod.d.ts +1881 -0
  273. package/dist/system/tracing.zod.d.ts.map +1 -0
  274. package/dist/system/tracing.zod.js +567 -0
  275. package/dist/ui/action.zod.d.ts +10 -10
  276. package/dist/ui/app.zod.d.ts +6 -6
  277. package/dist/ui/chart.zod.d.ts +41 -0
  278. package/dist/ui/chart.zod.d.ts.map +1 -0
  279. package/dist/ui/chart.zod.js +66 -0
  280. package/dist/ui/component.zod.d.ts +2 -2
  281. package/dist/ui/dashboard.zod.d.ts +108 -18
  282. package/dist/ui/dashboard.zod.d.ts.map +1 -1
  283. package/dist/ui/dashboard.zod.js +5 -25
  284. package/dist/ui/index.d.ts +3 -1
  285. package/dist/ui/index.d.ts.map +1 -1
  286. package/dist/ui/index.js +3 -1
  287. package/dist/ui/page.zod.d.ts +2 -2
  288. package/dist/ui/page.zod.js +1 -1
  289. package/dist/ui/report.zod.d.ts +62 -12
  290. package/dist/ui/report.zod.d.ts.map +1 -1
  291. package/dist/ui/report.zod.js +5 -5
  292. package/dist/ui/theme.zod.d.ts +6 -6
  293. package/dist/ui/view.zod.d.ts +316 -316
  294. package/dist/ui/widget.zod.d.ts +825 -31
  295. package/dist/ui/widget.zod.d.ts.map +1 -1
  296. package/json-schema/ai/AIOperationCost.json +79 -0
  297. package/json-schema/ai/AIOrchestrationExecutionResult.json +32 -0
  298. package/json-schema/ai/AgentAction.json +436 -0
  299. package/json-schema/ai/AgentActionResult.json +69 -0
  300. package/json-schema/ai/AgentActionSequence.json +492 -0
  301. package/json-schema/ai/AgentActionSequenceResult.json +143 -0
  302. package/json-schema/ai/ComponentActionParams.json +77 -0
  303. package/json-schema/ai/ComponentActionType.json +20 -0
  304. package/json-schema/ai/ConversationMessage.json +12 -2
  305. package/json-schema/ai/ConversationSession.json +44 -2
  306. package/json-schema/ai/DataActionParams.json +38 -0
  307. package/json-schema/ai/DataActionType.json +18 -0
  308. package/json-schema/ai/FormActionParams.json +36 -0
  309. package/json-schema/ai/FormActionType.json +20 -0
  310. package/json-schema/ai/IntentActionMapping.json +491 -0
  311. package/json-schema/ai/NLQResponse.json +32 -0
  312. package/json-schema/ai/NavigationActionParams.json +56 -0
  313. package/json-schema/ai/NavigationActionType.json +21 -0
  314. package/json-schema/ai/PredictionResult.json +32 -0
  315. package/json-schema/ai/RAGQueryResponse.json +34 -1
  316. package/json-schema/ai/TokenUsage.json +32 -0
  317. package/json-schema/ai/UIActionType.json +63 -0
  318. package/json-schema/ai/ViewActionParams.json +74 -0
  319. package/json-schema/ai/ViewActionType.json +21 -0
  320. package/json-schema/ai/WorkflowActionParams.json +61 -0
  321. package/json-schema/ai/WorkflowActionType.json +18 -0
  322. package/json-schema/api/AckMessage.json +46 -0
  323. package/json-schema/api/ApiEndpoint.json +4 -3
  324. package/json-schema/api/BatchDataRequest.json +93 -0
  325. package/json-schema/api/BatchDataResponse.json +144 -0
  326. package/json-schema/api/BatchEndpointsConfig.json +56 -0
  327. package/json-schema/api/BatchOperationResult.json +57 -0
  328. package/json-schema/api/BatchOperationType.json +15 -0
  329. package/json-schema/api/BatchOptions.json +32 -0
  330. package/json-schema/api/BatchRecord.json +25 -0
  331. package/json-schema/api/BatchUpdateRequest.json +78 -0
  332. package/json-schema/api/BatchUpdateResponse.json +144 -0
  333. package/json-schema/api/CacheControl.json +42 -0
  334. package/json-schema/api/CacheDirective.json +17 -0
  335. package/json-schema/api/CacheInvalidationRequest.json +43 -0
  336. package/json-schema/api/CacheInvalidationResponse.json +31 -0
  337. package/json-schema/api/CacheInvalidationTarget.json +17 -0
  338. package/json-schema/api/CreateDataRequest.json +25 -0
  339. package/json-schema/api/CreateDataResponse.json +30 -0
  340. package/json-schema/api/CreateManyDataRequest.json +28 -0
  341. package/json-schema/api/CreateManyDataResponse.json +33 -0
  342. package/json-schema/api/CreateViewRequest.json +1042 -0
  343. package/json-schema/api/CrudEndpointPattern.json +41 -0
  344. package/json-schema/api/CrudEndpointsConfig.json +106 -0
  345. package/json-schema/api/CrudOperation.json +16 -0
  346. package/json-schema/api/CursorMessage.json +139 -0
  347. package/json-schema/api/CursorPosition.json +112 -0
  348. package/json-schema/api/DeleteDataRequest.json +24 -0
  349. package/json-schema/api/DeleteDataResponse.json +29 -0
  350. package/json-schema/api/DeleteManyDataRequest.json +54 -0
  351. package/json-schema/api/DeleteManyDataResponse.json +144 -0
  352. package/json-schema/api/DeleteManyRequest.json +51 -0
  353. package/json-schema/api/DeleteViewRequest.json +19 -0
  354. package/json-schema/api/DeleteViewResponse.json +19 -0
  355. package/json-schema/api/DocumentState.json +49 -0
  356. package/json-schema/api/ETag.json +24 -0
  357. package/json-schema/api/EditMessage.json +135 -0
  358. package/json-schema/api/EditOperation.json +108 -0
  359. package/json-schema/api/EditOperationType.json +14 -0
  360. package/json-schema/api/EndpointRegistry.json +284 -0
  361. package/json-schema/api/EnhancedApiError.json +226 -0
  362. package/json-schema/api/ErrorCategory.json +20 -0
  363. package/json-schema/api/ErrorMessage.json +44 -0
  364. package/json-schema/api/ErrorResponse.json +259 -0
  365. package/json-schema/api/EventFilter.json +65 -0
  366. package/json-schema/api/EventFilterCondition.json +42 -0
  367. package/json-schema/api/EventMessage.json +55 -0
  368. package/json-schema/api/EventPattern.json +12 -0
  369. package/json-schema/api/EventSubscription.json +105 -0
  370. package/json-schema/api/ExportRequest.json +110 -0
  371. package/json-schema/api/FieldError.json +88 -0
  372. package/json-schema/api/FilterOperator.json +24 -0
  373. package/json-schema/api/FindDataRequest.json +509 -0
  374. package/json-schema/api/FindDataResponse.json +36 -0
  375. package/json-schema/api/GeneratedEndpoint.json +88 -0
  376. package/json-schema/api/GetDataRequest.json +24 -0
  377. package/json-schema/api/GetDataResponse.json +30 -0
  378. package/json-schema/api/GetDiscoveryRequest.json +11 -0
  379. package/json-schema/api/GetDiscoveryResponse.json +38 -0
  380. package/json-schema/api/GetMetaItemCachedRequest.json +77 -0
  381. package/json-schema/api/GetMetaItemCachedResponse.json +85 -0
  382. package/json-schema/api/GetMetaItemRequest.json +24 -0
  383. package/json-schema/api/GetMetaItemResponse.json +27 -0
  384. package/json-schema/api/GetMetaItemsRequest.json +19 -0
  385. package/json-schema/api/GetMetaItemsResponse.json +24 -0
  386. package/json-schema/api/GetMetaTypesRequest.json +11 -0
  387. package/json-schema/api/GetMetaTypesResponse.json +22 -0
  388. package/json-schema/api/GetUiViewRequest.json +28 -0
  389. package/json-schema/api/GetUiViewResponse.json +31 -0
  390. package/json-schema/api/GetViewRequest.json +19 -0
  391. package/json-schema/api/GetViewResponse.json +1103 -0
  392. package/json-schema/api/GraphQLConfig.json +1389 -0
  393. package/json-schema/api/GraphQLDataLoaderConfig.json +101 -0
  394. package/json-schema/api/GraphQLDirectiveConfig.json +108 -0
  395. package/json-schema/api/GraphQLDirectiveLocation.json +30 -0
  396. package/json-schema/api/GraphQLMutationConfig.json +180 -0
  397. package/json-schema/api/GraphQLPersistedQuery.json +151 -0
  398. package/json-schema/api/GraphQLQueryComplexity.json +83 -0
  399. package/json-schema/api/GraphQLQueryConfig.json +231 -0
  400. package/json-schema/api/GraphQLQueryDepthLimit.json +44 -0
  401. package/json-schema/api/GraphQLRateLimit.json +138 -0
  402. package/json-schema/api/GraphQLResolverConfig.json +98 -0
  403. package/json-schema/api/GraphQLScalarType.json +32 -0
  404. package/json-schema/api/GraphQLSubscriptionConfig.json +118 -0
  405. package/json-schema/api/GraphQLTypeConfig.json +113 -0
  406. package/json-schema/api/ListViewsRequest.json +58 -0
  407. package/json-schema/api/ListViewsResponse.json +1132 -0
  408. package/json-schema/api/MetadataCacheRequest.json +58 -0
  409. package/json-schema/api/MetadataCacheResponse.json +85 -0
  410. package/json-schema/api/MetadataEndpointsConfig.json +54 -0
  411. package/json-schema/api/ObjectStackProtocol.json +11 -0
  412. package/json-schema/api/PingMessage.json +31 -0
  413. package/json-schema/api/PongMessage.json +36 -0
  414. package/json-schema/api/PresenceMessage.json +92 -0
  415. package/json-schema/api/PresenceState.json +65 -0
  416. package/json-schema/api/PresenceUpdate.json +35 -0
  417. package/json-schema/api/RateLimit.json +4 -3
  418. package/json-schema/api/RestApiConfig.json +127 -0
  419. package/json-schema/api/RestServerConfig.json +401 -0
  420. package/json-schema/api/RetryStrategy.json +15 -0
  421. package/json-schema/api/RouteGenerationConfig.json +71 -0
  422. package/json-schema/api/RouterConfig.json +22 -9
  423. package/json-schema/api/SavedView.json +1074 -0
  424. package/json-schema/api/SimpleCursorPosition.json +53 -0
  425. package/json-schema/api/SimplePresenceState.json +44 -0
  426. package/json-schema/api/StandardErrorCode.json +62 -0
  427. package/json-schema/api/SubscribeMessage.json +132 -0
  428. package/json-schema/api/UnsubscribeMessage.json +47 -0
  429. package/json-schema/api/UnsubscribeRequest.json +20 -0
  430. package/json-schema/api/UpdateDataRequest.json +30 -0
  431. package/json-schema/api/UpdateDataResponse.json +30 -0
  432. package/json-schema/api/UpdateManyDataRequest.json +70 -0
  433. package/json-schema/api/UpdateManyDataResponse.json +144 -0
  434. package/json-schema/api/UpdateManyRequest.json +67 -0
  435. package/json-schema/api/UpdateViewRequest.json +1041 -0
  436. package/json-schema/api/ViewColumn.json +58 -0
  437. package/json-schema/api/ViewLayout.json +125 -0
  438. package/json-schema/api/ViewResponse.json +1103 -0
  439. package/json-schema/api/ViewType.json +19 -0
  440. package/json-schema/api/ViewVisibility.json +15 -0
  441. package/json-schema/api/WebSocketConfig.json +63 -0
  442. package/json-schema/api/WebSocketEvent.json +40 -0
  443. package/json-schema/api/WebSocketMessage.json +707 -0
  444. package/json-schema/api/WebSocketMessageType.json +21 -0
  445. package/json-schema/api/WebSocketPresenceStatus.json +15 -0
  446. package/json-schema/api/WebSocketServerConfig.json +42 -0
  447. package/json-schema/auth/APIKey.json +34 -0
  448. package/json-schema/auth/ApplicationAuthConfig.json +841 -0
  449. package/json-schema/auth/AuthConfig.json +158 -730
  450. package/json-schema/auth/BasicAuth.json +30 -0
  451. package/json-schema/auth/BearerAuth.json +25 -0
  452. package/json-schema/auth/JWTAuth.json +66 -0
  453. package/json-schema/auth/NoAuth.json +20 -0
  454. package/json-schema/auth/OAuth2.json +62 -0
  455. package/json-schema/auth/SAMLAuth.json +64 -0
  456. package/json-schema/automation/DataDestinationConfig.json +120 -14
  457. package/json-schema/automation/DataSyncConfig.json +120 -14
  458. package/json-schema/automation/TimeTrigger.json +166 -31
  459. package/json-schema/automation/Webhook.json +99 -16
  460. package/json-schema/automation/WebhookTriggerAction.json +166 -31
  461. package/json-schema/automation/WorkflowAction.json +166 -31
  462. package/json-schema/automation/WorkflowRule.json +332 -62
  463. package/json-schema/data/AggregationPipeline.json +99 -0
  464. package/json-schema/data/AggregationStage.json +25 -0
  465. package/json-schema/data/ApiMethod.json +25 -0
  466. package/json-schema/data/CDCConfig.json +37 -0
  467. package/json-schema/data/ComputedFieldCache.json +33 -0
  468. package/json-schema/data/ConsistencyLevel.json +17 -0
  469. package/json-schema/data/DataEngineAggregateOptions.json +80 -0
  470. package/json-schema/data/DataEngineAggregateRequest.json +98 -0
  471. package/json-schema/data/DataEngineBatchRequest.json +699 -0
  472. package/json-schema/data/DataEngineContract.json +12 -0
  473. package/json-schema/data/DataEngineCountOptions.json +44 -0
  474. package/json-schema/data/DataEngineCountRequest.json +61 -0
  475. package/json-schema/data/DataEngineDeleteOptions.json +48 -0
  476. package/json-schema/data/DataEngineDeleteRequest.json +68 -0
  477. package/json-schema/data/DataEngineExecuteRequest.json +24 -0
  478. package/json-schema/data/DataEngineFilter.json +37 -0
  479. package/json-schema/data/DataEngineFindOneRequest.json +133 -0
  480. package/json-schema/data/DataEngineFindRequest.json +133 -0
  481. package/json-schema/data/DataEngineInsertOptions.json +17 -0
  482. package/json-schema/data/DataEngineInsertRequest.json +50 -0
  483. package/json-schema/data/DataEngineQueryOptions.json +116 -0
  484. package/json-schema/data/DataEngineRequest.json +1372 -0
  485. package/json-schema/data/DataEngineSort.json +54 -0
  486. package/json-schema/data/DataEngineUpdateOptions.json +56 -0
  487. package/json-schema/data/DataEngineUpdateRequest.json +81 -0
  488. package/json-schema/data/DataEngineVectorFindRequest.json +74 -0
  489. package/json-schema/data/DataQualityRules.json +45 -0
  490. package/json-schema/data/DataTypeMapping.json +51 -0
  491. package/json-schema/data/Document.json +292 -0
  492. package/json-schema/data/DocumentTemplate.json +78 -0
  493. package/json-schema/data/DocumentValidationSchema.json +39 -0
  494. package/json-schema/data/DocumentVersion.json +50 -0
  495. package/json-schema/data/DriverCapabilities.json +180 -0
  496. package/json-schema/data/DriverConfig.json +243 -0
  497. package/json-schema/data/DriverInterface.json +199 -0
  498. package/json-schema/data/ESignatureConfig.json +74 -0
  499. package/json-schema/data/ExternalDataSource.json +68 -0
  500. package/json-schema/data/ExternalFieldMapping.json +151 -0
  501. package/json-schema/data/ExternalLookup.json +327 -0
  502. package/json-schema/data/Field.json +435 -1
  503. package/json-schema/data/FieldMapping.json +83 -0
  504. package/json-schema/data/FileAttachmentConfig.json +219 -0
  505. package/json-schema/data/FullTextSearch.json +60 -0
  506. package/json-schema/data/Index.json +14 -7
  507. package/json-schema/data/JoinNode.json +55 -0
  508. package/json-schema/data/Mapping.json +639 -0
  509. package/json-schema/data/NoSQLDataTypeMapping.json +63 -0
  510. package/json-schema/data/NoSQLDatabaseType.json +19 -0
  511. package/json-schema/data/NoSQLDriverConfig.json +452 -0
  512. package/json-schema/data/NoSQLIndex.json +87 -0
  513. package/json-schema/data/NoSQLIndexType.json +19 -0
  514. package/json-schema/data/NoSQLOperationType.json +22 -0
  515. package/json-schema/data/NoSQLQueryOptions.json +61 -0
  516. package/json-schema/data/NoSQLTransactionOptions.json +47 -0
  517. package/json-schema/data/Object.json +606 -8
  518. package/json-schema/data/PartitioningConfig.json +38 -0
  519. package/json-schema/data/PoolConfig.json +36 -0
  520. package/json-schema/data/Query.json +55 -0
  521. package/json-schema/data/ReplicationConfig.json +46 -0
  522. package/json-schema/data/SQLDialect.json +17 -0
  523. package/json-schema/data/SQLDriverConfig.json +325 -0
  524. package/json-schema/data/SSLConfig.json +29 -0
  525. package/json-schema/data/ShardingConfig.json +35 -0
  526. package/json-schema/data/SoftDeleteConfig.json +29 -0
  527. package/json-schema/data/TenancyConfig.json +39 -0
  528. package/json-schema/data/TransformType.json +18 -0
  529. package/json-schema/data/VersioningConfig.json +39 -0
  530. package/json-schema/hub/ComposerResponse.json +405 -0
  531. package/json-schema/hub/PluginInstallConfig.json +53 -0
  532. package/json-schema/hub/PluginQualityMetrics.json +101 -0
  533. package/json-schema/hub/PluginRegistryEntry.json +833 -0
  534. package/json-schema/hub/PluginSearchFilters.json +91 -0
  535. package/json-schema/hub/PluginStatistics.json +84 -0
  536. package/json-schema/hub/PluginVendor.json +47 -0
  537. package/json-schema/integration/AckMode.json +15 -0
  538. package/json-schema/integration/ApiVersionConfig.json +32 -0
  539. package/json-schema/integration/Authentication.json +269 -0
  540. package/json-schema/integration/CdcConfig.json +55 -0
  541. package/json-schema/integration/ConflictResolution.json +16 -0
  542. package/json-schema/integration/Connector.json +919 -0
  543. package/json-schema/integration/ConnectorStatus.json +16 -0
  544. package/json-schema/integration/ConnectorType.json +18 -0
  545. package/json-schema/integration/ConsumerConfig.json +67 -0
  546. package/json-schema/integration/DataSyncConfig.json +79 -0
  547. package/json-schema/integration/DatabaseConnector.json +1372 -0
  548. package/json-schema/integration/DatabasePoolConfig.json +53 -0
  549. package/json-schema/integration/DatabaseProvider.json +24 -0
  550. package/json-schema/integration/DatabaseTable.json +216 -0
  551. package/json-schema/integration/DeliveryGuarantee.json +15 -0
  552. package/json-schema/integration/DlqConfig.json +37 -0
  553. package/json-schema/integration/FieldMapping.json +170 -0
  554. package/json-schema/integration/FieldTransform.json +36 -0
  555. package/json-schema/integration/FileAccessPattern.json +17 -0
  556. package/json-schema/integration/FileFilterConfig.json +50 -0
  557. package/json-schema/integration/FileMetadataConfig.json +41 -0
  558. package/json-schema/integration/FileStorageConnector.json +1240 -0
  559. package/json-schema/integration/FileStorageProvider.json +23 -0
  560. package/json-schema/integration/FileVersioningConfig.json +28 -0
  561. package/json-schema/integration/MessageFormat.json +18 -0
  562. package/json-schema/integration/MessageQueueConnector.json +1325 -0
  563. package/json-schema/integration/MessageQueueProvider.json +25 -0
  564. package/json-schema/integration/MultipartUploadConfig.json +36 -0
  565. package/json-schema/integration/ProducerConfig.json +72 -0
  566. package/json-schema/integration/RateLimitConfig.json +69 -0
  567. package/json-schema/integration/RateLimitStrategy.json +16 -0
  568. package/json-schema/integration/RetryConfig.json +73 -0
  569. package/json-schema/integration/RetryStrategy.json +16 -0
  570. package/json-schema/integration/SaasConnector.json +1267 -0
  571. package/json-schema/integration/SaasObjectType.json +218 -0
  572. package/json-schema/integration/SaasProvider.json +24 -0
  573. package/json-schema/integration/SslConfig.json +34 -0
  574. package/json-schema/integration/StorageBucket.json +99 -0
  575. package/json-schema/integration/SyncStrategy.json +16 -0
  576. package/json-schema/integration/TopicQueue.json +252 -0
  577. package/json-schema/integration/WebhookConfig.json +201 -0
  578. package/json-schema/integration/WebhookEvent.json +20 -0
  579. package/json-schema/integration/WebhookSignatureAlgorithm.json +15 -0
  580. package/json-schema/permission/PermissionSet.json +80 -0
  581. package/json-schema/shared/CorsConfig.json +57 -0
  582. package/json-schema/shared/FieldMapping.json +142 -0
  583. package/json-schema/shared/HttpMethod.json +18 -0
  584. package/json-schema/shared/RateLimitConfig.json +27 -0
  585. package/json-schema/shared/StaticMount.json +28 -0
  586. package/json-schema/shared/TransformType.json +120 -0
  587. package/json-schema/system/AccessControlConfig.json +106 -0
  588. package/json-schema/system/AnalyzerConfig.json +41 -0
  589. package/json-schema/system/AuditLogConfig.json +48 -0
  590. package/json-schema/system/AwarenessEvent.json +51 -0
  591. package/json-schema/system/AwarenessSession.json +117 -0
  592. package/json-schema/system/AwarenessUpdate.json +35 -0
  593. package/json-schema/system/AwarenessUserState.json +77 -0
  594. package/json-schema/system/BucketConfig.json +332 -0
  595. package/json-schema/system/CRDTMergeResult.json +295 -0
  596. package/json-schema/system/CRDTState.json +258 -0
  597. package/json-schema/system/CRDTType.json +20 -0
  598. package/json-schema/system/CacheConfig.json +121 -0
  599. package/json-schema/system/CacheInvalidation.json +43 -0
  600. package/json-schema/system/CacheStrategy.json +16 -0
  601. package/json-schema/system/CacheTier.json +52 -0
  602. package/json-schema/system/CapabilityConformanceLevel.json +16 -0
  603. package/json-schema/system/ChangeImpact.json +55 -0
  604. package/json-schema/system/ChangePriority.json +15 -0
  605. package/json-schema/system/ChangeRequest.json +313 -0
  606. package/json-schema/system/ChangeStatus.json +21 -0
  607. package/json-schema/system/ChangeType.json +15 -0
  608. package/json-schema/system/CollaborationMode.json +15 -0
  609. package/json-schema/system/CollaborationSession.json +575 -0
  610. package/json-schema/system/CollaborationSessionConfig.json +86 -0
  611. package/json-schema/system/CollaborativeCursor.json +189 -0
  612. package/json-schema/system/ComplianceConfig.json +202 -0
  613. package/json-schema/system/ConsoleDestinationConfig.json +29 -0
  614. package/json-schema/system/ConsumerConfig.json +34 -0
  615. package/json-schema/system/CounterOperation.json +30 -0
  616. package/json-schema/system/CursorColorPreset.json +21 -0
  617. package/json-schema/system/CursorSelection.json +66 -0
  618. package/json-schema/system/CursorStyle.json +59 -0
  619. package/json-schema/system/CursorUpdate.json +101 -0
  620. package/json-schema/system/DeadLetterQueue.json +26 -0
  621. package/json-schema/system/EmailTemplate.json +69 -0
  622. package/json-schema/system/EncryptionAlgorithm.json +14 -0
  623. package/json-schema/system/EncryptionConfig.json +93 -0
  624. package/json-schema/system/EventPhase.json +15 -0
  625. package/json-schema/system/ExtendedLogLevel.json +18 -0
  626. package/json-schema/system/ExtensionPoint.json +67 -0
  627. package/json-schema/system/ExternalServiceDestinationConfig.json +51 -0
  628. package/json-schema/system/FacetConfig.json +30 -0
  629. package/json-schema/system/FieldEncryption.json +110 -0
  630. package/json-schema/system/FileDestinationConfig.json +56 -0
  631. package/json-schema/system/FileMetadata.json +14 -7
  632. package/json-schema/system/GCounter.json +28 -0
  633. package/json-schema/system/GDPRConfig.json +71 -0
  634. package/json-schema/system/HIPAAConfig.json +45 -0
  635. package/json-schema/system/HealthStatus.json +33 -0
  636. package/json-schema/system/HistogramBucketConfig.json +92 -0
  637. package/json-schema/system/HookRegisteredEvent.json +30 -0
  638. package/json-schema/system/HookTriggeredEvent.json +34 -0
  639. package/json-schema/system/HttpDestinationConfig.json +111 -0
  640. package/json-schema/system/HttpServerConfig.json +156 -0
  641. package/json-schema/system/InAppNotification.json +48 -0
  642. package/json-schema/system/KernelEventBase.json +19 -0
  643. package/json-schema/system/KernelReadyEvent.json +29 -0
  644. package/json-schema/system/KernelShutdownEvent.json +23 -0
  645. package/json-schema/system/KeyManagementProvider.json +16 -0
  646. package/json-schema/system/KeyRotationPolicy.json +29 -0
  647. package/json-schema/system/LWWRegister.json +51 -0
  648. package/json-schema/system/LifecycleAction.json +15 -0
  649. package/json-schema/system/LifecyclePolicyConfig.json +84 -0
  650. package/json-schema/system/LifecyclePolicyRule.json +68 -0
  651. package/json-schema/system/LogDestination.json +295 -0
  652. package/json-schema/system/LogDestinationType.json +26 -0
  653. package/json-schema/system/LogEnrichmentConfig.json +59 -0
  654. package/json-schema/system/LoggerConfig.json +4 -0
  655. package/json-schema/system/LoggingConfig.json +613 -0
  656. package/json-schema/system/Manifest.json +405 -0
  657. package/json-schema/system/MaskingConfig.json +77 -0
  658. package/json-schema/system/MaskingRule.json +57 -0
  659. package/json-schema/system/MaskingStrategy.json +18 -0
  660. package/json-schema/system/MessageQueueConfig.json +143 -0
  661. package/json-schema/system/MessageQueueProvider.json +17 -0
  662. package/json-schema/system/MetadataCollectionInfo.json +53 -0
  663. package/json-schema/system/MetadataExportOptions.json +49 -0
  664. package/json-schema/system/MetadataFormat.json +15 -0
  665. package/json-schema/system/MetadataImportOptions.json +42 -0
  666. package/json-schema/system/MetadataLoadOptions.json +52 -0
  667. package/json-schema/system/MetadataLoadResult.json +86 -0
  668. package/json-schema/system/MetadataLoaderContract.json +48 -0
  669. package/json-schema/system/MetadataManagerConfig.json +108 -0
  670. package/json-schema/system/MetadataSaveOptions.json +64 -0
  671. package/json-schema/system/MetadataSaveResult.json +42 -0
  672. package/json-schema/system/MetadataStats.json +51 -0
  673. package/json-schema/system/MetadataWatchEvent.json +48 -0
  674. package/json-schema/system/MetricAggregationConfig.json +69 -0
  675. package/json-schema/system/MetricAggregationType.json +25 -0
  676. package/json-schema/system/MetricDataPoint.json +135 -0
  677. package/json-schema/system/MetricDefinition.json +193 -0
  678. package/json-schema/system/MetricExportConfig.json +93 -0
  679. package/json-schema/system/MetricLabels.json +13 -0
  680. package/json-schema/system/MetricType.json +16 -0
  681. package/json-schema/system/MetricUnit.json +32 -0
  682. package/json-schema/system/MetricsConfig.json +718 -0
  683. package/json-schema/system/MiddlewareConfig.json +70 -0
  684. package/json-schema/system/MiddlewareType.json +18 -0
  685. package/json-schema/system/MultipartUploadConfig.json +49 -0
  686. package/json-schema/system/NotificationChannel.json +18 -0
  687. package/json-schema/system/NotificationConfig.json +343 -0
  688. package/json-schema/system/ORSet.json +57 -0
  689. package/json-schema/system/ORSetElement.json +39 -0
  690. package/json-schema/system/OTComponent.json +76 -0
  691. package/json-schema/system/OTOperation.json +128 -0
  692. package/json-schema/system/OTOperationType.json +14 -0
  693. package/json-schema/system/OTTransformResult.json +150 -0
  694. package/json-schema/system/ObjectMetadata.json +90 -0
  695. package/json-schema/system/ObjectStorageConfig.json +475 -0
  696. package/json-schema/system/OpenTelemetryCompatibility.json +196 -0
  697. package/json-schema/system/OtelExporterType.json +22 -0
  698. package/json-schema/system/PCIDSSConfig.json +47 -0
  699. package/json-schema/system/PNCounter.json +37 -0
  700. package/json-schema/system/PluginCapability.json +127 -0
  701. package/json-schema/system/PluginCapabilityManifest.json +410 -0
  702. package/json-schema/system/PluginDependency.json +39 -0
  703. package/json-schema/system/PluginErrorEvent.json +46 -0
  704. package/json-schema/system/PluginEventBase.json +24 -0
  705. package/json-schema/system/PluginInterface.json +141 -0
  706. package/json-schema/system/PluginLifecycleEventType.json +31 -0
  707. package/json-schema/system/PluginLifecyclePhaseEvent.json +38 -0
  708. package/json-schema/system/PluginMetadata.json +37 -0
  709. package/json-schema/system/PluginRegisteredEvent.json +28 -0
  710. package/json-schema/system/PluginStartupResult.json +73 -0
  711. package/json-schema/system/PresignedUrlConfig.json +49 -0
  712. package/json-schema/system/ProtocolFeature.json +34 -0
  713. package/json-schema/system/ProtocolReference.json +56 -0
  714. package/json-schema/system/ProtocolVersion.json +30 -0
  715. package/json-schema/system/PushNotification.json +60 -0
  716. package/json-schema/system/RollbackPlan.json +51 -0
  717. package/json-schema/system/RouteHandlerMetadata.json +85 -0
  718. package/json-schema/system/SMSTemplate.json +36 -0
  719. package/json-schema/system/SamplingDecision.json +15 -0
  720. package/json-schema/system/SamplingStrategyType.json +20 -0
  721. package/json-schema/system/ScopeConfig.json +28 -0
  722. package/json-schema/system/ScopeInfo.json +39 -0
  723. package/json-schema/system/SearchConfig.json +195 -0
  724. package/json-schema/system/SearchIndexConfig.json +78 -0
  725. package/json-schema/system/SearchProvider.json +16 -0
  726. package/json-schema/system/ServerCapabilities.json +63 -0
  727. package/json-schema/system/ServerEvent.json +39 -0
  728. package/json-schema/system/ServerEventType.json +18 -0
  729. package/json-schema/system/ServerStatus.json +93 -0
  730. package/json-schema/system/ServiceFactoryRegistration.json +44 -0
  731. package/json-schema/system/ServiceLevelIndicator.json +105 -0
  732. package/json-schema/system/ServiceLevelObjective.json +170 -0
  733. package/json-schema/system/ServiceMetadata.json +43 -0
  734. package/json-schema/system/ServiceRegisteredEvent.json +28 -0
  735. package/json-schema/system/ServiceRegistryConfig.json +39 -0
  736. package/json-schema/system/ServiceScopeType.json +15 -0
  737. package/json-schema/system/ServiceUnregisteredEvent.json +24 -0
  738. package/json-schema/system/Span.json +387 -0
  739. package/json-schema/system/SpanAttributeValue.json +38 -0
  740. package/json-schema/system/SpanAttributes.json +42 -0
  741. package/json-schema/system/SpanEvent.json +62 -0
  742. package/json-schema/system/SpanKind.json +17 -0
  743. package/json-schema/system/SpanLink.json +110 -0
  744. package/json-schema/system/SpanStatus.json +15 -0
  745. package/json-schema/system/StartupOptions.json +36 -0
  746. package/json-schema/system/StartupOrchestrationResult.json +104 -0
  747. package/json-schema/system/StorageAcl.json +18 -0
  748. package/json-schema/system/StorageClass.json +17 -0
  749. package/json-schema/system/StorageConnection.json +62 -0
  750. package/json-schema/system/StorageProvider.json +21 -0
  751. package/json-schema/system/StorageScope.json +5 -1
  752. package/json-schema/system/StructuredLogEntry.json +191 -0
  753. package/json-schema/system/TextCRDTOperation.json +52 -0
  754. package/json-schema/system/TextCRDTState.json +105 -0
  755. package/json-schema/system/TimeSeries.json +69 -0
  756. package/json-schema/system/TimeSeriesDataPoint.json +33 -0
  757. package/json-schema/system/TopicConfig.json +39 -0
  758. package/json-schema/system/TraceContext.json +64 -0
  759. package/json-schema/system/TraceContextPropagation.json +79 -0
  760. package/json-schema/system/TraceFlags.json +12 -0
  761. package/json-schema/system/TracePropagationFormat.json +19 -0
  762. package/json-schema/system/TraceSamplingConfig.json +186 -0
  763. package/json-schema/system/TraceState.json +23 -0
  764. package/json-schema/system/TracingConfig.json +536 -0
  765. package/json-schema/system/UserActivityStatus.json +15 -0
  766. package/json-schema/system/ValidationError.json +28 -0
  767. package/json-schema/system/ValidationResult.json +71 -0
  768. package/json-schema/system/ValidationWarning.json +28 -0
  769. package/json-schema/system/VectorClock.json +23 -0
  770. package/json-schema/ui/ChartConfig.json +74 -0
  771. package/json-schema/ui/ChartType.json +21 -8
  772. package/json-schema/ui/Dashboard.json +90 -8
  773. package/json-schema/ui/DashboardWidget.json +90 -8
  774. package/json-schema/ui/FieldWidgetProps.json +435 -1
  775. package/json-schema/ui/Page.json +1 -1
  776. package/json-schema/ui/PageComponent.json +1 -1
  777. package/json-schema/ui/PageRegion.json +1 -1
  778. package/json-schema/ui/Report.json +48 -5
  779. package/json-schema/ui/ReportChart.json +48 -5
  780. package/package.json +5 -1
  781. package/dist/api/protocol.d.ts +0 -65
  782. package/dist/api/protocol.d.ts.map +0 -1
  783. package/dist/api/protocol.js +0 -8
  784. package/dist/automation/connector.zod.d.ts.map +0 -1
  785. package/dist/system/data-engine.zod.d.ts +0 -59
  786. package/dist/system/data-engine.zod.d.ts.map +0 -1
  787. package/dist/system/data-engine.zod.js +0 -38
  788. package/dist/system/driver/mongo.zod.d.ts +0 -107
  789. package/dist/system/driver/mongo.zod.d.ts.map +0 -1
  790. package/dist/system/driver/mongo.zod.js +0 -80
  791. package/dist/system/driver/postgres.zod.d.ts.map +0 -1
  792. package/dist/system/driver.zod.d.ts.map +0 -1
  793. package/dist/system/logger.zod.d.ts +0 -111
  794. package/dist/system/logger.zod.d.ts.map +0 -1
  795. package/dist/system/logger.zod.js +0 -75
  796. package/dist/system/scoped-storage.zod.d.ts +0 -81
  797. package/dist/system/scoped-storage.zod.d.ts.map +0 -1
  798. package/dist/system/scoped-storage.zod.js +0 -66
  799. package/dist/ui/block.zod.d.ts +0 -265
  800. package/dist/ui/block.zod.d.ts.map +0 -1
  801. package/dist/ui/block.zod.js +0 -90
  802. package/json-schema/automation/FieldMapping.json +0 -36
  803. package/json-schema/system/DataEngineFilter.json +0 -11
  804. package/json-schema/system/DataEngineQueryOptions.json +0 -48
  805. package/json-schema/system/DriverCapabilities.json +0 -79
  806. package/json-schema/system/DriverInterface.json +0 -98
  807. package/json-schema/system/MongoConfig.json +0 -82
  808. package/json-schema/system/PostgresConfig.json +0 -98
  809. package/json-schema/system/ScopedStorageConfig.json +0 -54
  810. package/json-schema/system/StorageAdapterType.json +0 -17
  811. /package/dist/{system → data}/driver/postgres.zod.js +0 -0
  812. /package/json-schema/{system → data}/DriverOptions.json +0 -0
@@ -0,0 +1,1389 @@
1
+ {
2
+ "$ref": "#/definitions/GraphQLConfig",
3
+ "definitions": {
4
+ "GraphQLConfig": {
5
+ "type": "object",
6
+ "properties": {
7
+ "enabled": {
8
+ "type": "boolean",
9
+ "default": true,
10
+ "description": "Enable GraphQL API"
11
+ },
12
+ "path": {
13
+ "type": "string",
14
+ "default": "/graphql",
15
+ "description": "GraphQL endpoint path"
16
+ },
17
+ "playground": {
18
+ "type": "object",
19
+ "properties": {
20
+ "enabled": {
21
+ "type": "boolean",
22
+ "default": true,
23
+ "description": "Enable GraphQL Playground"
24
+ },
25
+ "path": {
26
+ "type": "string",
27
+ "default": "/playground",
28
+ "description": "Playground path"
29
+ }
30
+ },
31
+ "additionalProperties": false,
32
+ "description": "GraphQL Playground configuration"
33
+ },
34
+ "schema": {
35
+ "type": "object",
36
+ "properties": {
37
+ "autoGenerateTypes": {
38
+ "type": "boolean",
39
+ "default": true,
40
+ "description": "Auto-generate types from Objects"
41
+ },
42
+ "types": {
43
+ "type": "array",
44
+ "items": {
45
+ "type": "object",
46
+ "properties": {
47
+ "name": {
48
+ "type": "string",
49
+ "description": "GraphQL type name (PascalCase recommended)"
50
+ },
51
+ "object": {
52
+ "type": "string",
53
+ "description": "Source ObjectQL object name"
54
+ },
55
+ "description": {
56
+ "type": "string",
57
+ "description": "Type description"
58
+ },
59
+ "fields": {
60
+ "type": "object",
61
+ "properties": {
62
+ "include": {
63
+ "type": "array",
64
+ "items": {
65
+ "type": "string"
66
+ },
67
+ "description": "Fields to include"
68
+ },
69
+ "exclude": {
70
+ "type": "array",
71
+ "items": {
72
+ "type": "string"
73
+ },
74
+ "description": "Fields to exclude (e.g., sensitive fields)"
75
+ },
76
+ "mappings": {
77
+ "type": "object",
78
+ "additionalProperties": {
79
+ "type": "object",
80
+ "properties": {
81
+ "graphqlName": {
82
+ "type": "string",
83
+ "description": "Custom GraphQL field name"
84
+ },
85
+ "graphqlType": {
86
+ "type": "string",
87
+ "description": "Override GraphQL type"
88
+ },
89
+ "description": {
90
+ "type": "string",
91
+ "description": "Field description"
92
+ },
93
+ "deprecationReason": {
94
+ "type": "string",
95
+ "description": "Why field is deprecated"
96
+ },
97
+ "nullable": {
98
+ "type": "boolean",
99
+ "description": "Override nullable"
100
+ }
101
+ },
102
+ "additionalProperties": false
103
+ },
104
+ "description": "Field-level customizations"
105
+ }
106
+ },
107
+ "additionalProperties": false,
108
+ "description": "Field configuration"
109
+ },
110
+ "interfaces": {
111
+ "type": "array",
112
+ "items": {
113
+ "type": "string"
114
+ },
115
+ "description": "GraphQL interface names"
116
+ },
117
+ "isInterface": {
118
+ "type": "boolean",
119
+ "default": false,
120
+ "description": "Define as GraphQL interface"
121
+ },
122
+ "directives": {
123
+ "type": "array",
124
+ "items": {
125
+ "type": "object",
126
+ "properties": {
127
+ "name": {
128
+ "type": "string",
129
+ "description": "Directive name"
130
+ },
131
+ "args": {
132
+ "type": "object",
133
+ "additionalProperties": {},
134
+ "description": "Directive arguments"
135
+ }
136
+ },
137
+ "required": [
138
+ "name"
139
+ ],
140
+ "additionalProperties": false
141
+ },
142
+ "description": "GraphQL directives"
143
+ }
144
+ },
145
+ "required": [
146
+ "name",
147
+ "object"
148
+ ],
149
+ "additionalProperties": false
150
+ },
151
+ "description": "Type configurations"
152
+ },
153
+ "queries": {
154
+ "type": "array",
155
+ "items": {
156
+ "type": "object",
157
+ "properties": {
158
+ "name": {
159
+ "type": "string",
160
+ "description": "Query field name (camelCase recommended)"
161
+ },
162
+ "object": {
163
+ "type": "string",
164
+ "description": "Source ObjectQL object name"
165
+ },
166
+ "type": {
167
+ "type": "string",
168
+ "enum": [
169
+ "get",
170
+ "list",
171
+ "search"
172
+ ],
173
+ "description": "Query type"
174
+ },
175
+ "description": {
176
+ "type": "string",
177
+ "description": "Query description"
178
+ },
179
+ "args": {
180
+ "type": "object",
181
+ "additionalProperties": {
182
+ "type": "object",
183
+ "properties": {
184
+ "type": {
185
+ "type": "string",
186
+ "description": "GraphQL type (e.g., \"ID!\", \"String\", \"Int\")"
187
+ },
188
+ "description": {
189
+ "type": "string",
190
+ "description": "Argument description"
191
+ },
192
+ "defaultValue": {
193
+ "description": "Default value"
194
+ }
195
+ },
196
+ "required": [
197
+ "type"
198
+ ],
199
+ "additionalProperties": false
200
+ },
201
+ "description": "Query arguments"
202
+ },
203
+ "filtering": {
204
+ "type": "object",
205
+ "properties": {
206
+ "enabled": {
207
+ "type": "boolean",
208
+ "default": true,
209
+ "description": "Allow filtering"
210
+ },
211
+ "fields": {
212
+ "type": "array",
213
+ "items": {
214
+ "type": "string"
215
+ },
216
+ "description": "Filterable fields"
217
+ },
218
+ "operators": {
219
+ "type": "array",
220
+ "items": {
221
+ "type": "string",
222
+ "enum": [
223
+ "eq",
224
+ "ne",
225
+ "gt",
226
+ "gte",
227
+ "lt",
228
+ "lte",
229
+ "in",
230
+ "notIn",
231
+ "contains",
232
+ "startsWith",
233
+ "endsWith",
234
+ "isNull",
235
+ "isNotNull"
236
+ ]
237
+ },
238
+ "description": "Allowed filter operators"
239
+ }
240
+ },
241
+ "additionalProperties": false,
242
+ "description": "Filtering capabilities"
243
+ },
244
+ "sorting": {
245
+ "type": "object",
246
+ "properties": {
247
+ "enabled": {
248
+ "type": "boolean",
249
+ "default": true,
250
+ "description": "Allow sorting"
251
+ },
252
+ "fields": {
253
+ "type": "array",
254
+ "items": {
255
+ "type": "string"
256
+ },
257
+ "description": "Sortable fields"
258
+ },
259
+ "defaultSort": {
260
+ "type": "object",
261
+ "properties": {
262
+ "field": {
263
+ "type": "string"
264
+ },
265
+ "direction": {
266
+ "type": "string",
267
+ "enum": [
268
+ "ASC",
269
+ "DESC"
270
+ ]
271
+ }
272
+ },
273
+ "required": [
274
+ "field",
275
+ "direction"
276
+ ],
277
+ "additionalProperties": false,
278
+ "description": "Default sort order"
279
+ }
280
+ },
281
+ "additionalProperties": false,
282
+ "description": "Sorting capabilities"
283
+ },
284
+ "pagination": {
285
+ "type": "object",
286
+ "properties": {
287
+ "enabled": {
288
+ "type": "boolean",
289
+ "default": true,
290
+ "description": "Enable pagination"
291
+ },
292
+ "type": {
293
+ "type": "string",
294
+ "enum": [
295
+ "offset",
296
+ "cursor",
297
+ "relay"
298
+ ],
299
+ "default": "offset",
300
+ "description": "Pagination style"
301
+ },
302
+ "defaultLimit": {
303
+ "type": "integer",
304
+ "minimum": 1,
305
+ "default": 20,
306
+ "description": "Default page size"
307
+ },
308
+ "maxLimit": {
309
+ "type": "integer",
310
+ "minimum": 1,
311
+ "default": 100,
312
+ "description": "Maximum page size"
313
+ }
314
+ },
315
+ "additionalProperties": false,
316
+ "description": "Pagination configuration"
317
+ },
318
+ "fields": {
319
+ "type": "object",
320
+ "properties": {
321
+ "required": {
322
+ "type": "array",
323
+ "items": {
324
+ "type": "string"
325
+ },
326
+ "description": "Required fields (always returned)"
327
+ },
328
+ "selectable": {
329
+ "type": "array",
330
+ "items": {
331
+ "type": "string"
332
+ },
333
+ "description": "Selectable fields"
334
+ }
335
+ },
336
+ "additionalProperties": false,
337
+ "description": "Field selection configuration"
338
+ },
339
+ "authRequired": {
340
+ "type": "boolean",
341
+ "default": true,
342
+ "description": "Require authentication"
343
+ },
344
+ "permissions": {
345
+ "type": "array",
346
+ "items": {
347
+ "type": "string"
348
+ },
349
+ "description": "Required permissions"
350
+ },
351
+ "cache": {
352
+ "type": "object",
353
+ "properties": {
354
+ "enabled": {
355
+ "type": "boolean",
356
+ "default": false,
357
+ "description": "Enable caching"
358
+ },
359
+ "ttl": {
360
+ "type": "integer",
361
+ "minimum": 0,
362
+ "description": "Cache TTL in seconds"
363
+ },
364
+ "key": {
365
+ "type": "string",
366
+ "description": "Cache key template"
367
+ }
368
+ },
369
+ "additionalProperties": false,
370
+ "description": "Query caching"
371
+ }
372
+ },
373
+ "required": [
374
+ "name",
375
+ "object",
376
+ "type"
377
+ ],
378
+ "additionalProperties": false
379
+ },
380
+ "description": "Query configurations"
381
+ },
382
+ "mutations": {
383
+ "type": "array",
384
+ "items": {
385
+ "type": "object",
386
+ "properties": {
387
+ "name": {
388
+ "type": "string",
389
+ "description": "Mutation field name (camelCase recommended)"
390
+ },
391
+ "object": {
392
+ "type": "string",
393
+ "description": "Source ObjectQL object name"
394
+ },
395
+ "type": {
396
+ "type": "string",
397
+ "enum": [
398
+ "create",
399
+ "update",
400
+ "delete",
401
+ "upsert",
402
+ "custom"
403
+ ],
404
+ "description": "Mutation type"
405
+ },
406
+ "description": {
407
+ "type": "string",
408
+ "description": "Mutation description"
409
+ },
410
+ "input": {
411
+ "type": "object",
412
+ "properties": {
413
+ "typeName": {
414
+ "type": "string",
415
+ "description": "Custom input type name"
416
+ },
417
+ "fields": {
418
+ "type": "object",
419
+ "properties": {
420
+ "include": {
421
+ "type": "array",
422
+ "items": {
423
+ "type": "string"
424
+ },
425
+ "description": "Fields to include"
426
+ },
427
+ "exclude": {
428
+ "type": "array",
429
+ "items": {
430
+ "type": "string"
431
+ },
432
+ "description": "Fields to exclude"
433
+ },
434
+ "required": {
435
+ "type": "array",
436
+ "items": {
437
+ "type": "string"
438
+ },
439
+ "description": "Required input fields"
440
+ }
441
+ },
442
+ "additionalProperties": false,
443
+ "description": "Input field configuration"
444
+ },
445
+ "validation": {
446
+ "type": "object",
447
+ "properties": {
448
+ "enabled": {
449
+ "type": "boolean",
450
+ "default": true,
451
+ "description": "Enable input validation"
452
+ },
453
+ "rules": {
454
+ "type": "array",
455
+ "items": {
456
+ "type": "string"
457
+ },
458
+ "description": "Custom validation rules"
459
+ }
460
+ },
461
+ "additionalProperties": false,
462
+ "description": "Input validation"
463
+ }
464
+ },
465
+ "additionalProperties": false,
466
+ "description": "Input configuration"
467
+ },
468
+ "output": {
469
+ "type": "object",
470
+ "properties": {
471
+ "type": {
472
+ "type": "string",
473
+ "enum": [
474
+ "object",
475
+ "payload",
476
+ "boolean",
477
+ "custom"
478
+ ],
479
+ "default": "object",
480
+ "description": "Output type"
481
+ },
482
+ "includeEnvelope": {
483
+ "type": "boolean",
484
+ "default": false,
485
+ "description": "Wrap in success/error payload"
486
+ },
487
+ "customType": {
488
+ "type": "string",
489
+ "description": "Custom output type name"
490
+ }
491
+ },
492
+ "additionalProperties": false,
493
+ "description": "Output configuration"
494
+ },
495
+ "transaction": {
496
+ "type": "object",
497
+ "properties": {
498
+ "enabled": {
499
+ "type": "boolean",
500
+ "default": true,
501
+ "description": "Use database transaction"
502
+ },
503
+ "isolationLevel": {
504
+ "type": "string",
505
+ "enum": [
506
+ "read_uncommitted",
507
+ "read_committed",
508
+ "repeatable_read",
509
+ "serializable"
510
+ ],
511
+ "description": "Transaction isolation level"
512
+ }
513
+ },
514
+ "additionalProperties": false,
515
+ "description": "Transaction configuration"
516
+ },
517
+ "authRequired": {
518
+ "type": "boolean",
519
+ "default": true,
520
+ "description": "Require authentication"
521
+ },
522
+ "permissions": {
523
+ "type": "array",
524
+ "items": {
525
+ "type": "string"
526
+ },
527
+ "description": "Required permissions"
528
+ },
529
+ "hooks": {
530
+ "type": "object",
531
+ "properties": {
532
+ "before": {
533
+ "type": "array",
534
+ "items": {
535
+ "type": "string"
536
+ },
537
+ "description": "Pre-mutation hooks"
538
+ },
539
+ "after": {
540
+ "type": "array",
541
+ "items": {
542
+ "type": "string"
543
+ },
544
+ "description": "Post-mutation hooks"
545
+ }
546
+ },
547
+ "additionalProperties": false,
548
+ "description": "Lifecycle hooks"
549
+ }
550
+ },
551
+ "required": [
552
+ "name",
553
+ "object",
554
+ "type"
555
+ ],
556
+ "additionalProperties": false
557
+ },
558
+ "description": "Mutation configurations"
559
+ },
560
+ "subscriptions": {
561
+ "type": "array",
562
+ "items": {
563
+ "type": "object",
564
+ "properties": {
565
+ "name": {
566
+ "type": "string",
567
+ "description": "Subscription field name (camelCase recommended)"
568
+ },
569
+ "object": {
570
+ "type": "string",
571
+ "description": "Source ObjectQL object name"
572
+ },
573
+ "events": {
574
+ "type": "array",
575
+ "items": {
576
+ "type": "string",
577
+ "enum": [
578
+ "created",
579
+ "updated",
580
+ "deleted",
581
+ "custom"
582
+ ]
583
+ },
584
+ "description": "Events to subscribe to"
585
+ },
586
+ "description": {
587
+ "type": "string",
588
+ "description": "Subscription description"
589
+ },
590
+ "filter": {
591
+ "type": "object",
592
+ "properties": {
593
+ "enabled": {
594
+ "type": "boolean",
595
+ "default": true,
596
+ "description": "Allow filtering subscriptions"
597
+ },
598
+ "fields": {
599
+ "type": "array",
600
+ "items": {
601
+ "type": "string"
602
+ },
603
+ "description": "Filterable fields"
604
+ }
605
+ },
606
+ "additionalProperties": false,
607
+ "description": "Subscription filtering"
608
+ },
609
+ "payload": {
610
+ "type": "object",
611
+ "properties": {
612
+ "includeEntity": {
613
+ "type": "boolean",
614
+ "default": true,
615
+ "description": "Include entity in payload"
616
+ },
617
+ "includePreviousValues": {
618
+ "type": "boolean",
619
+ "default": false,
620
+ "description": "Include previous field values"
621
+ },
622
+ "includeMeta": {
623
+ "type": "boolean",
624
+ "default": true,
625
+ "description": "Include metadata (timestamp, user, etc.)"
626
+ }
627
+ },
628
+ "additionalProperties": false,
629
+ "description": "Payload configuration"
630
+ },
631
+ "authRequired": {
632
+ "type": "boolean",
633
+ "default": true,
634
+ "description": "Require authentication"
635
+ },
636
+ "permissions": {
637
+ "type": "array",
638
+ "items": {
639
+ "type": "string"
640
+ },
641
+ "description": "Required permissions"
642
+ },
643
+ "rateLimit": {
644
+ "type": "object",
645
+ "properties": {
646
+ "enabled": {
647
+ "type": "boolean",
648
+ "default": true,
649
+ "description": "Enable rate limiting"
650
+ },
651
+ "maxSubscriptionsPerUser": {
652
+ "type": "integer",
653
+ "minimum": 1,
654
+ "default": 10,
655
+ "description": "Max concurrent subscriptions per user"
656
+ },
657
+ "throttleMs": {
658
+ "type": "integer",
659
+ "minimum": 0,
660
+ "description": "Throttle interval in milliseconds"
661
+ }
662
+ },
663
+ "additionalProperties": false,
664
+ "description": "Subscription rate limiting"
665
+ }
666
+ },
667
+ "required": [
668
+ "name",
669
+ "object",
670
+ "events"
671
+ ],
672
+ "additionalProperties": false
673
+ },
674
+ "description": "Subscription configurations"
675
+ },
676
+ "resolvers": {
677
+ "type": "array",
678
+ "items": {
679
+ "type": "object",
680
+ "properties": {
681
+ "path": {
682
+ "type": "string",
683
+ "description": "Resolver path (Type.field)"
684
+ },
685
+ "type": {
686
+ "type": "string",
687
+ "enum": [
688
+ "datasource",
689
+ "computed",
690
+ "script",
691
+ "proxy"
692
+ ],
693
+ "description": "Resolver implementation type"
694
+ },
695
+ "implementation": {
696
+ "type": "object",
697
+ "properties": {
698
+ "datasource": {
699
+ "type": "string",
700
+ "description": "Datasource ID"
701
+ },
702
+ "query": {
703
+ "type": "string",
704
+ "description": "Query/SQL to execute"
705
+ },
706
+ "expression": {
707
+ "type": "string",
708
+ "description": "Computation expression"
709
+ },
710
+ "dependencies": {
711
+ "type": "array",
712
+ "items": {
713
+ "type": "string"
714
+ },
715
+ "description": "Dependent fields"
716
+ },
717
+ "script": {
718
+ "type": "string",
719
+ "description": "Script ID or inline code"
720
+ },
721
+ "url": {
722
+ "type": "string",
723
+ "description": "Proxy URL"
724
+ },
725
+ "method": {
726
+ "type": "string",
727
+ "enum": [
728
+ "GET",
729
+ "POST",
730
+ "PUT",
731
+ "DELETE"
732
+ ],
733
+ "description": "HTTP method"
734
+ }
735
+ },
736
+ "additionalProperties": false,
737
+ "description": "Implementation configuration"
738
+ },
739
+ "cache": {
740
+ "type": "object",
741
+ "properties": {
742
+ "enabled": {
743
+ "type": "boolean",
744
+ "default": false,
745
+ "description": "Enable resolver caching"
746
+ },
747
+ "ttl": {
748
+ "type": "integer",
749
+ "minimum": 0,
750
+ "description": "Cache TTL in seconds"
751
+ },
752
+ "keyArgs": {
753
+ "type": "array",
754
+ "items": {
755
+ "type": "string"
756
+ },
757
+ "description": "Arguments to include in cache key"
758
+ }
759
+ },
760
+ "additionalProperties": false,
761
+ "description": "Resolver caching"
762
+ }
763
+ },
764
+ "required": [
765
+ "path",
766
+ "type"
767
+ ],
768
+ "additionalProperties": false
769
+ },
770
+ "description": "Custom resolver configurations"
771
+ },
772
+ "directives": {
773
+ "type": "array",
774
+ "items": {
775
+ "type": "object",
776
+ "properties": {
777
+ "name": {
778
+ "type": "string",
779
+ "pattern": "^[a-z][a-zA-Z0-9]*$",
780
+ "description": "Directive name (camelCase)"
781
+ },
782
+ "description": {
783
+ "type": "string",
784
+ "description": "Directive description"
785
+ },
786
+ "locations": {
787
+ "type": "array",
788
+ "items": {
789
+ "type": "string",
790
+ "enum": [
791
+ "QUERY",
792
+ "MUTATION",
793
+ "SUBSCRIPTION",
794
+ "FIELD",
795
+ "FRAGMENT_DEFINITION",
796
+ "FRAGMENT_SPREAD",
797
+ "INLINE_FRAGMENT",
798
+ "VARIABLE_DEFINITION",
799
+ "SCHEMA",
800
+ "SCALAR",
801
+ "OBJECT",
802
+ "FIELD_DEFINITION",
803
+ "ARGUMENT_DEFINITION",
804
+ "INTERFACE",
805
+ "UNION",
806
+ "ENUM",
807
+ "ENUM_VALUE",
808
+ "INPUT_OBJECT",
809
+ "INPUT_FIELD_DEFINITION"
810
+ ]
811
+ },
812
+ "description": "Directive locations"
813
+ },
814
+ "args": {
815
+ "type": "object",
816
+ "additionalProperties": {
817
+ "type": "object",
818
+ "properties": {
819
+ "type": {
820
+ "type": "string",
821
+ "description": "Argument type"
822
+ },
823
+ "description": {
824
+ "type": "string",
825
+ "description": "Argument description"
826
+ },
827
+ "defaultValue": {
828
+ "description": "Default value"
829
+ }
830
+ },
831
+ "required": [
832
+ "type"
833
+ ],
834
+ "additionalProperties": false
835
+ },
836
+ "description": "Directive arguments"
837
+ },
838
+ "repeatable": {
839
+ "type": "boolean",
840
+ "default": false,
841
+ "description": "Can be applied multiple times"
842
+ },
843
+ "implementation": {
844
+ "type": "object",
845
+ "properties": {
846
+ "type": {
847
+ "type": "string",
848
+ "enum": [
849
+ "auth",
850
+ "validation",
851
+ "transform",
852
+ "cache",
853
+ "deprecation",
854
+ "custom"
855
+ ],
856
+ "description": "Directive type"
857
+ },
858
+ "handler": {
859
+ "type": "string",
860
+ "description": "Handler function name or script"
861
+ }
862
+ },
863
+ "required": [
864
+ "type"
865
+ ],
866
+ "additionalProperties": false,
867
+ "description": "Directive implementation"
868
+ }
869
+ },
870
+ "required": [
871
+ "name",
872
+ "locations"
873
+ ],
874
+ "additionalProperties": false
875
+ },
876
+ "description": "Custom directive configurations"
877
+ }
878
+ },
879
+ "additionalProperties": false,
880
+ "description": "Schema generation configuration"
881
+ },
882
+ "dataLoaders": {
883
+ "type": "array",
884
+ "items": {
885
+ "type": "object",
886
+ "properties": {
887
+ "name": {
888
+ "type": "string",
889
+ "description": "DataLoader name"
890
+ },
891
+ "source": {
892
+ "type": "string",
893
+ "description": "Source object or datasource"
894
+ },
895
+ "batchFunction": {
896
+ "type": "object",
897
+ "properties": {
898
+ "type": {
899
+ "type": "string",
900
+ "enum": [
901
+ "findByIds",
902
+ "query",
903
+ "script",
904
+ "custom"
905
+ ],
906
+ "description": "Batch function type"
907
+ },
908
+ "keyField": {
909
+ "type": "string",
910
+ "description": "Field to batch on (e.g., \"id\")"
911
+ },
912
+ "query": {
913
+ "type": "string",
914
+ "description": "Query template"
915
+ },
916
+ "script": {
917
+ "type": "string",
918
+ "description": "Script ID"
919
+ },
920
+ "maxBatchSize": {
921
+ "type": "integer",
922
+ "minimum": 1,
923
+ "default": 100,
924
+ "description": "Maximum batch size"
925
+ }
926
+ },
927
+ "required": [
928
+ "type"
929
+ ],
930
+ "additionalProperties": false,
931
+ "description": "Batch function configuration"
932
+ },
933
+ "cache": {
934
+ "type": "object",
935
+ "properties": {
936
+ "enabled": {
937
+ "type": "boolean",
938
+ "default": true,
939
+ "description": "Enable per-request caching"
940
+ },
941
+ "keyFn": {
942
+ "type": "string",
943
+ "description": "Custom cache key function"
944
+ }
945
+ },
946
+ "additionalProperties": false,
947
+ "description": "DataLoader caching"
948
+ },
949
+ "options": {
950
+ "type": "object",
951
+ "properties": {
952
+ "batch": {
953
+ "type": "boolean",
954
+ "default": true,
955
+ "description": "Enable batching"
956
+ },
957
+ "cache": {
958
+ "type": "boolean",
959
+ "default": true,
960
+ "description": "Enable caching"
961
+ },
962
+ "maxCacheSize": {
963
+ "type": "integer",
964
+ "minimum": 0,
965
+ "description": "Max cache entries"
966
+ }
967
+ },
968
+ "additionalProperties": false,
969
+ "description": "DataLoader options"
970
+ }
971
+ },
972
+ "required": [
973
+ "name",
974
+ "source",
975
+ "batchFunction"
976
+ ],
977
+ "additionalProperties": false
978
+ },
979
+ "description": "DataLoader configurations"
980
+ },
981
+ "security": {
982
+ "type": "object",
983
+ "properties": {
984
+ "depthLimit": {
985
+ "type": "object",
986
+ "properties": {
987
+ "enabled": {
988
+ "type": "boolean",
989
+ "default": true,
990
+ "description": "Enable query depth limiting"
991
+ },
992
+ "maxDepth": {
993
+ "type": "integer",
994
+ "minimum": 1,
995
+ "default": 10,
996
+ "description": "Maximum query depth"
997
+ },
998
+ "ignoreFields": {
999
+ "type": "array",
1000
+ "items": {
1001
+ "type": "string"
1002
+ },
1003
+ "description": "Fields excluded from depth calculation"
1004
+ },
1005
+ "onDepthExceeded": {
1006
+ "type": "string",
1007
+ "enum": [
1008
+ "reject",
1009
+ "log",
1010
+ "warn"
1011
+ ],
1012
+ "default": "reject",
1013
+ "description": "Action when depth exceeded"
1014
+ },
1015
+ "errorMessage": {
1016
+ "type": "string",
1017
+ "description": "Custom error message for depth violations"
1018
+ }
1019
+ },
1020
+ "additionalProperties": false,
1021
+ "description": "Query depth limiting"
1022
+ },
1023
+ "complexity": {
1024
+ "type": "object",
1025
+ "properties": {
1026
+ "enabled": {
1027
+ "type": "boolean",
1028
+ "default": true,
1029
+ "description": "Enable query complexity limiting"
1030
+ },
1031
+ "maxComplexity": {
1032
+ "type": "integer",
1033
+ "minimum": 1,
1034
+ "default": 1000,
1035
+ "description": "Maximum query complexity"
1036
+ },
1037
+ "defaultFieldComplexity": {
1038
+ "type": "integer",
1039
+ "minimum": 0,
1040
+ "default": 1,
1041
+ "description": "Default complexity per field"
1042
+ },
1043
+ "fieldComplexity": {
1044
+ "type": "object",
1045
+ "additionalProperties": {
1046
+ "anyOf": [
1047
+ {
1048
+ "type": "integer",
1049
+ "minimum": 0
1050
+ },
1051
+ {
1052
+ "type": "object",
1053
+ "properties": {
1054
+ "base": {
1055
+ "type": "integer",
1056
+ "minimum": 0,
1057
+ "description": "Base complexity"
1058
+ },
1059
+ "multiplier": {
1060
+ "type": "string",
1061
+ "description": "Argument multiplier (e.g., \"limit\")"
1062
+ },
1063
+ "calculator": {
1064
+ "type": "string",
1065
+ "description": "Custom calculator function"
1066
+ }
1067
+ },
1068
+ "required": [
1069
+ "base"
1070
+ ],
1071
+ "additionalProperties": false
1072
+ }
1073
+ ]
1074
+ },
1075
+ "description": "Per-field complexity configuration"
1076
+ },
1077
+ "listMultiplier": {
1078
+ "type": "number",
1079
+ "minimum": 0,
1080
+ "default": 10,
1081
+ "description": "Multiplier for list fields"
1082
+ },
1083
+ "onComplexityExceeded": {
1084
+ "type": "string",
1085
+ "enum": [
1086
+ "reject",
1087
+ "log",
1088
+ "warn"
1089
+ ],
1090
+ "default": "reject",
1091
+ "description": "Action when complexity exceeded"
1092
+ },
1093
+ "errorMessage": {
1094
+ "type": "string",
1095
+ "description": "Custom error message for complexity violations"
1096
+ }
1097
+ },
1098
+ "additionalProperties": false,
1099
+ "description": "Query complexity calculation"
1100
+ },
1101
+ "rateLimit": {
1102
+ "type": "object",
1103
+ "properties": {
1104
+ "enabled": {
1105
+ "type": "boolean",
1106
+ "default": true,
1107
+ "description": "Enable rate limiting"
1108
+ },
1109
+ "strategy": {
1110
+ "type": "string",
1111
+ "enum": [
1112
+ "token_bucket",
1113
+ "fixed_window",
1114
+ "sliding_window",
1115
+ "cost_based"
1116
+ ],
1117
+ "default": "token_bucket",
1118
+ "description": "Rate limiting strategy"
1119
+ },
1120
+ "global": {
1121
+ "type": "object",
1122
+ "properties": {
1123
+ "maxRequests": {
1124
+ "type": "integer",
1125
+ "minimum": 1,
1126
+ "default": 1000,
1127
+ "description": "Maximum requests per window"
1128
+ },
1129
+ "windowMs": {
1130
+ "type": "integer",
1131
+ "minimum": 1000,
1132
+ "default": 60000,
1133
+ "description": "Time window in milliseconds"
1134
+ }
1135
+ },
1136
+ "additionalProperties": false,
1137
+ "description": "Global rate limits"
1138
+ },
1139
+ "perUser": {
1140
+ "type": "object",
1141
+ "properties": {
1142
+ "maxRequests": {
1143
+ "type": "integer",
1144
+ "minimum": 1,
1145
+ "default": 100,
1146
+ "description": "Maximum requests per user per window"
1147
+ },
1148
+ "windowMs": {
1149
+ "type": "integer",
1150
+ "minimum": 1000,
1151
+ "default": 60000,
1152
+ "description": "Time window in milliseconds"
1153
+ }
1154
+ },
1155
+ "additionalProperties": false,
1156
+ "description": "Per-user rate limits"
1157
+ },
1158
+ "costBased": {
1159
+ "type": "object",
1160
+ "properties": {
1161
+ "enabled": {
1162
+ "type": "boolean",
1163
+ "default": false,
1164
+ "description": "Enable cost-based rate limiting"
1165
+ },
1166
+ "maxCost": {
1167
+ "type": "integer",
1168
+ "minimum": 1,
1169
+ "default": 10000,
1170
+ "description": "Maximum cost per window"
1171
+ },
1172
+ "windowMs": {
1173
+ "type": "integer",
1174
+ "minimum": 1000,
1175
+ "default": 60000,
1176
+ "description": "Time window in milliseconds"
1177
+ },
1178
+ "useComplexityAsCost": {
1179
+ "type": "boolean",
1180
+ "default": true,
1181
+ "description": "Use query complexity as cost"
1182
+ }
1183
+ },
1184
+ "additionalProperties": false,
1185
+ "description": "Cost-based rate limiting"
1186
+ },
1187
+ "operations": {
1188
+ "type": "object",
1189
+ "additionalProperties": {
1190
+ "type": "object",
1191
+ "properties": {
1192
+ "maxRequests": {
1193
+ "type": "integer",
1194
+ "minimum": 1,
1195
+ "description": "Max requests for this operation"
1196
+ },
1197
+ "windowMs": {
1198
+ "type": "integer",
1199
+ "minimum": 1000,
1200
+ "description": "Time window"
1201
+ }
1202
+ },
1203
+ "required": [
1204
+ "maxRequests",
1205
+ "windowMs"
1206
+ ],
1207
+ "additionalProperties": false
1208
+ },
1209
+ "description": "Per-operation rate limits"
1210
+ },
1211
+ "onLimitExceeded": {
1212
+ "type": "string",
1213
+ "enum": [
1214
+ "reject",
1215
+ "queue",
1216
+ "log"
1217
+ ],
1218
+ "default": "reject",
1219
+ "description": "Action when rate limit exceeded"
1220
+ },
1221
+ "errorMessage": {
1222
+ "type": "string",
1223
+ "description": "Custom error message for rate limit violations"
1224
+ },
1225
+ "includeHeaders": {
1226
+ "type": "boolean",
1227
+ "default": true,
1228
+ "description": "Include rate limit headers in response"
1229
+ }
1230
+ },
1231
+ "additionalProperties": false,
1232
+ "description": "Rate limiting"
1233
+ },
1234
+ "persistedQueries": {
1235
+ "type": "object",
1236
+ "properties": {
1237
+ "enabled": {
1238
+ "type": "boolean",
1239
+ "default": false,
1240
+ "description": "Enable persisted queries"
1241
+ },
1242
+ "mode": {
1243
+ "type": "string",
1244
+ "enum": [
1245
+ "optional",
1246
+ "required"
1247
+ ],
1248
+ "default": "optional",
1249
+ "description": "Persisted query mode (optional: allow both, required: only persisted)"
1250
+ },
1251
+ "store": {
1252
+ "type": "object",
1253
+ "properties": {
1254
+ "type": {
1255
+ "type": "string",
1256
+ "enum": [
1257
+ "memory",
1258
+ "redis",
1259
+ "database",
1260
+ "file"
1261
+ ],
1262
+ "default": "memory",
1263
+ "description": "Query store type"
1264
+ },
1265
+ "connection": {
1266
+ "type": "string",
1267
+ "description": "Store connection string or path"
1268
+ },
1269
+ "ttl": {
1270
+ "type": "integer",
1271
+ "minimum": 0,
1272
+ "description": "TTL in seconds for stored queries"
1273
+ }
1274
+ },
1275
+ "additionalProperties": false,
1276
+ "description": "Query store configuration"
1277
+ },
1278
+ "apq": {
1279
+ "type": "object",
1280
+ "properties": {
1281
+ "enabled": {
1282
+ "type": "boolean",
1283
+ "default": true,
1284
+ "description": "Enable Automatic Persisted Queries"
1285
+ },
1286
+ "hashAlgorithm": {
1287
+ "type": "string",
1288
+ "enum": [
1289
+ "sha256",
1290
+ "sha1",
1291
+ "md5"
1292
+ ],
1293
+ "default": "sha256",
1294
+ "description": "Hash algorithm for query IDs"
1295
+ },
1296
+ "cache": {
1297
+ "type": "object",
1298
+ "properties": {
1299
+ "ttl": {
1300
+ "type": "integer",
1301
+ "minimum": 0,
1302
+ "default": 3600,
1303
+ "description": "Cache TTL in seconds"
1304
+ },
1305
+ "maxSize": {
1306
+ "type": "integer",
1307
+ "minimum": 1,
1308
+ "description": "Maximum number of cached queries"
1309
+ }
1310
+ },
1311
+ "additionalProperties": false,
1312
+ "description": "APQ cache configuration"
1313
+ }
1314
+ },
1315
+ "additionalProperties": false,
1316
+ "description": "Automatic Persisted Queries configuration"
1317
+ },
1318
+ "allowlist": {
1319
+ "type": "object",
1320
+ "properties": {
1321
+ "enabled": {
1322
+ "type": "boolean",
1323
+ "default": false,
1324
+ "description": "Enable query allow list (reject queries not in list)"
1325
+ },
1326
+ "queries": {
1327
+ "type": "array",
1328
+ "items": {
1329
+ "type": "object",
1330
+ "properties": {
1331
+ "id": {
1332
+ "type": "string",
1333
+ "description": "Query ID or hash"
1334
+ },
1335
+ "operation": {
1336
+ "type": "string",
1337
+ "description": "Operation name"
1338
+ },
1339
+ "query": {
1340
+ "type": "string",
1341
+ "description": "Query string"
1342
+ }
1343
+ },
1344
+ "required": [
1345
+ "id"
1346
+ ],
1347
+ "additionalProperties": false
1348
+ },
1349
+ "description": "Allowed queries"
1350
+ },
1351
+ "source": {
1352
+ "type": "string",
1353
+ "description": "External allow list source (file path or URL)"
1354
+ }
1355
+ },
1356
+ "additionalProperties": false,
1357
+ "description": "Query allow list configuration"
1358
+ },
1359
+ "security": {
1360
+ "type": "object",
1361
+ "properties": {
1362
+ "maxQuerySize": {
1363
+ "type": "integer",
1364
+ "minimum": 1,
1365
+ "description": "Maximum query string size in bytes"
1366
+ },
1367
+ "rejectIntrospection": {
1368
+ "type": "boolean",
1369
+ "default": false,
1370
+ "description": "Reject introspection queries"
1371
+ }
1372
+ },
1373
+ "additionalProperties": false,
1374
+ "description": "Security configuration"
1375
+ }
1376
+ },
1377
+ "additionalProperties": false,
1378
+ "description": "Persisted queries"
1379
+ }
1380
+ },
1381
+ "additionalProperties": false,
1382
+ "description": "Security configuration"
1383
+ }
1384
+ },
1385
+ "additionalProperties": false
1386
+ }
1387
+ },
1388
+ "$schema": "http://json-schema.org/draft-07/schema#"
1389
+ }