@objectstack/spec 0.9.2 → 1.0.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 (1769) hide show
  1. package/README.md +11 -370
  2. package/dist/ai/agent-action.zod.d.ts +3215 -624
  3. package/dist/ai/agent-action.zod.d.ts.map +1 -1
  4. package/dist/ai/agent-action.zod.js +45 -3
  5. package/dist/ai/agent.zod.d.ts +148 -36
  6. package/dist/ai/agent.zod.d.ts.map +1 -1
  7. package/dist/ai/agent.zod.js +24 -0
  8. package/dist/ai/conversation.zod.d.ts +1105 -149
  9. package/dist/ai/conversation.zod.d.ts.map +1 -1
  10. package/dist/ai/conversation.zod.js +40 -25
  11. package/dist/ai/cost.zod.d.ts +1714 -482
  12. package/dist/ai/cost.zod.d.ts.map +1 -1
  13. package/dist/ai/cost.zod.js +18 -20
  14. package/dist/ai/devops-agent.zod.d.ts +1761 -289
  15. package/dist/ai/devops-agent.zod.d.ts.map +1 -1
  16. package/dist/ai/devops-agent.zod.js +1 -0
  17. package/dist/ai/feedback-loop.zod.d.ts +28451 -2432
  18. package/dist/ai/feedback-loop.zod.d.ts.map +1 -1
  19. package/dist/ai/model-registry.zod.d.ts +1164 -145
  20. package/dist/ai/model-registry.zod.d.ts.map +1 -1
  21. package/dist/ai/model-registry.zod.js +2 -1
  22. package/dist/ai/nlq.zod.d.ts +918 -213
  23. package/dist/ai/nlq.zod.d.ts.map +1 -1
  24. package/dist/ai/nlq.zod.js +6 -6
  25. package/dist/ai/orchestration.zod.d.ts +465 -159
  26. package/dist/ai/orchestration.zod.d.ts.map +1 -1
  27. package/dist/ai/orchestration.zod.js +6 -4
  28. package/dist/ai/plugin-development.zod.d.ts +1154 -208
  29. package/dist/ai/plugin-development.zod.d.ts.map +1 -1
  30. package/dist/ai/predictive.zod.d.ts +702 -118
  31. package/dist/ai/predictive.zod.d.ts.map +1 -1
  32. package/dist/ai/predictive.zod.js +16 -5
  33. package/dist/ai/rag-pipeline.zod.d.ts +886 -195
  34. package/dist/ai/rag-pipeline.zod.d.ts.map +1 -1
  35. package/dist/ai/rag-pipeline.zod.js +30 -13
  36. package/dist/ai/runtime-ops.zod.d.ts +1591 -256
  37. package/dist/ai/runtime-ops.zod.d.ts.map +1 -1
  38. package/dist/ai/runtime-ops.zod.js +1 -1
  39. package/dist/api/analytics.zod.d.ts +715 -0
  40. package/dist/api/analytics.zod.d.ts.map +1 -0
  41. package/dist/api/analytics.zod.js +71 -0
  42. package/dist/api/auth.zod.d.ts +495 -0
  43. package/dist/api/auth.zod.d.ts.map +1 -0
  44. package/dist/api/auth.zod.js +78 -0
  45. package/dist/api/batch.zod.d.ts +892 -82
  46. package/dist/api/batch.zod.d.ts.map +1 -1
  47. package/dist/api/contract.zod.d.ts +1839 -207
  48. package/dist/api/contract.zod.d.ts.map +1 -1
  49. package/dist/api/contract.zod.js +23 -11
  50. package/dist/api/discovery.zod.d.ts +162 -12
  51. package/dist/api/discovery.zod.d.ts.map +1 -1
  52. package/dist/api/discovery.zod.js +6 -0
  53. package/dist/api/documentation.zod.d.ts +3646 -401
  54. package/dist/api/documentation.zod.d.ts.map +1 -1
  55. package/dist/api/endpoint.zod.d.ts +222 -56
  56. package/dist/api/endpoint.zod.d.ts.map +1 -1
  57. package/dist/api/errors.zod.d.ts +205 -376
  58. package/dist/api/errors.zod.d.ts.map +1 -1
  59. package/dist/api/graphql.zod.d.ts +5154 -670
  60. package/dist/api/graphql.zod.d.ts.map +1 -1
  61. package/dist/api/graphql.zod.js +3 -0
  62. package/dist/api/http-cache.zod.d.ts +229 -92
  63. package/dist/api/http-cache.zod.d.ts.map +1 -1
  64. package/dist/api/hub.zod.d.ts +27805 -3568
  65. package/dist/api/hub.zod.d.ts.map +1 -1
  66. package/dist/api/hub.zod.js +188 -150
  67. package/dist/api/index.d.ts +6 -0
  68. package/dist/api/index.d.ts.map +1 -1
  69. package/dist/api/index.js +6 -0
  70. package/dist/api/metadata.zod.d.ts +3757 -0
  71. package/dist/api/metadata.zod.d.ts.map +1 -0
  72. package/dist/api/metadata.zod.js +42 -0
  73. package/dist/api/odata.zod.d.ts +677 -72
  74. package/dist/api/odata.zod.d.ts.map +1 -1
  75. package/dist/api/protocol.zod.d.ts +9897 -318
  76. package/dist/api/protocol.zod.d.ts.map +1 -1
  77. package/dist/api/protocol.zod.js +167 -86
  78. package/dist/api/realtime.zod.d.ts +197 -73
  79. package/dist/api/realtime.zod.d.ts.map +1 -1
  80. package/dist/api/realtime.zod.js +2 -1
  81. package/dist/api/registry.example.d.ts +1 -2
  82. package/dist/api/registry.example.d.ts.map +1 -1
  83. package/dist/api/registry.example.js +1 -2
  84. package/dist/api/registry.zod.d.ts +8888 -1103
  85. package/dist/api/registry.zod.d.ts.map +1 -1
  86. package/dist/api/registry.zod.js +4 -7
  87. package/dist/api/rest-server.zod.d.ts +1942 -248
  88. package/dist/api/rest-server.zod.d.ts.map +1 -1
  89. package/dist/api/rest-server.zod.js +1 -1
  90. package/dist/api/router.zod.d.ts +155 -41
  91. package/dist/api/router.zod.d.ts.map +1 -1
  92. package/dist/api/router.zod.js +4 -0
  93. package/dist/api/storage.zod.d.ts +261 -0
  94. package/dist/api/storage.zod.d.ts.map +1 -0
  95. package/dist/api/storage.zod.js +43 -0
  96. package/dist/api/websocket.zod.d.ts +1209 -203
  97. package/dist/api/websocket.zod.d.ts.map +1 -1
  98. package/dist/automation/approval.zod.d.ts +713 -171
  99. package/dist/automation/approval.zod.d.ts.map +1 -1
  100. package/dist/automation/approval.zod.js +6 -2
  101. package/dist/automation/etl.zod.d.ts +453 -144
  102. package/dist/automation/etl.zod.d.ts.map +1 -1
  103. package/dist/automation/flow.zod.d.ts +290 -79
  104. package/dist/automation/flow.zod.d.ts.map +1 -1
  105. package/dist/automation/flow.zod.js +44 -1
  106. package/dist/automation/sync.zod.d.ts +813 -132
  107. package/dist/automation/sync.zod.d.ts.map +1 -1
  108. package/dist/automation/trigger-registry.zod.d.ts +1030 -184
  109. package/dist/automation/trigger-registry.zod.d.ts.map +1 -1
  110. package/dist/automation/webhook.zod.d.ts +125 -50
  111. package/dist/automation/webhook.zod.d.ts.map +1 -1
  112. package/dist/automation/workflow.zod.d.ts +1192 -597
  113. package/dist/automation/workflow.zod.d.ts.map +1 -1
  114. package/dist/automation/workflow.zod.js +101 -57
  115. package/dist/data/analytics.zod.d.ts +358 -0
  116. package/dist/data/analytics.zod.d.ts.map +1 -0
  117. package/dist/data/analytics.zod.js +135 -0
  118. package/dist/data/data-engine.zod.d.ts +2335 -326
  119. package/dist/data/data-engine.zod.d.ts.map +1 -1
  120. package/dist/data/data-engine.zod.js +21 -28
  121. package/dist/data/dataset.zod.d.ts +40 -21
  122. package/dist/data/dataset.zod.d.ts.map +1 -1
  123. package/dist/data/datasource.zod.d.ts +324 -0
  124. package/dist/data/datasource.zod.d.ts.map +1 -0
  125. package/dist/data/document.zod.d.ts +547 -39
  126. package/dist/data/document.zod.d.ts.map +1 -1
  127. package/dist/data/driver/mongo.zod.d.ts +39 -3
  128. package/dist/data/driver/mongo.zod.d.ts.map +1 -1
  129. package/dist/data/driver/mongo.zod.js +1 -1
  130. package/dist/data/driver/postgres.zod.d.ts +109 -3
  131. package/dist/data/driver/postgres.zod.d.ts.map +1 -1
  132. package/dist/data/driver-nosql.zod.d.ts +695 -189
  133. package/dist/data/driver-nosql.zod.d.ts.map +1 -1
  134. package/dist/data/driver-sql.zod.d.ts +481 -33
  135. package/dist/data/driver-sql.zod.d.ts.map +1 -1
  136. package/dist/data/driver.zod.d.ts +4237 -473
  137. package/dist/data/driver.zod.d.ts.map +1 -1
  138. package/dist/data/driver.zod.js +99 -103
  139. package/dist/data/external-lookup.zod.d.ts +505 -68
  140. package/dist/data/external-lookup.zod.d.ts.map +1 -1
  141. package/dist/data/field.zod.d.ts +1754 -770
  142. package/dist/data/field.zod.d.ts.map +1 -1
  143. package/dist/data/field.zod.js +25 -0
  144. package/dist/data/filter.zod.d.ts +224 -36
  145. package/dist/data/filter.zod.d.ts.map +1 -1
  146. package/dist/data/hook.zod.d.ts +143 -70
  147. package/dist/data/hook.zod.d.ts.map +1 -1
  148. package/dist/data/index.d.ts +2 -0
  149. package/dist/data/index.d.ts.map +1 -1
  150. package/dist/data/index.js +3 -0
  151. package/dist/data/mapping.zod.d.ts +483 -109
  152. package/dist/data/mapping.zod.d.ts.map +1 -1
  153. package/dist/data/object.zod.d.ts +2899 -506
  154. package/dist/data/object.zod.d.ts.map +1 -1
  155. package/dist/data/object.zod.js +40 -0
  156. package/dist/data/query.zod.d.ts +402 -157
  157. package/dist/data/query.zod.d.ts.map +1 -1
  158. package/dist/data/validation.zod.d.ts +284 -123
  159. package/dist/data/validation.zod.d.ts.map +1 -1
  160. package/dist/hub/composer.zod.d.ts +2579 -282
  161. package/dist/hub/composer.zod.d.ts.map +1 -1
  162. package/dist/hub/composer.zod.js +1 -1
  163. package/dist/hub/hub-federation.zod.d.ts +2124 -458
  164. package/dist/hub/hub-federation.zod.d.ts.map +1 -1
  165. package/dist/hub/index.d.ts +1 -1
  166. package/dist/hub/index.d.ts.map +1 -1
  167. package/dist/hub/index.js +1 -1
  168. package/dist/hub/license.zod.d.ts +74 -29
  169. package/dist/hub/license.zod.d.ts.map +1 -1
  170. package/dist/hub/marketplace.zod.d.ts +280 -37
  171. package/dist/hub/marketplace.zod.d.ts.map +1 -1
  172. package/dist/hub/marketplace.zod.js +38 -12
  173. package/dist/hub/plugin-registry.zod.d.ts +1461 -140
  174. package/dist/hub/plugin-registry.zod.d.ts.map +1 -1
  175. package/dist/hub/plugin-registry.zod.js +1 -1
  176. package/dist/hub/plugin-security.zod.d.ts +3720 -476
  177. package/dist/hub/plugin-security.zod.d.ts.map +1 -1
  178. package/dist/hub/plugin-security.zod.js +1 -1
  179. package/dist/hub/registry-config.zod.d.ts +450 -0
  180. package/dist/hub/registry-config.zod.d.ts.map +1 -0
  181. package/dist/hub/registry-config.zod.js +156 -0
  182. package/dist/hub/space.zod.d.ts +307 -72
  183. package/dist/hub/space.zod.d.ts.map +1 -1
  184. package/dist/hub/tenant.zod.d.ts +861 -107
  185. package/dist/hub/tenant.zod.d.ts.map +1 -1
  186. package/dist/identity/identity.zod.d.ts +258 -0
  187. package/dist/identity/identity.zod.d.ts.map +1 -0
  188. package/dist/{auth → identity}/index.d.ts +0 -2
  189. package/dist/identity/index.d.ts.map +1 -0
  190. package/dist/{auth → identity}/index.js +0 -2
  191. package/dist/identity/organization.zod.d.ts +179 -0
  192. package/dist/identity/organization.zod.d.ts.map +1 -0
  193. package/dist/identity/protocol.d.ts.map +1 -0
  194. package/dist/{auth → identity}/role.zod.d.ts +14 -1
  195. package/dist/identity/role.zod.d.ts.map +1 -0
  196. package/dist/identity/scim.zod.d.ts +2732 -0
  197. package/dist/identity/scim.zod.d.ts.map +1 -0
  198. package/dist/index.d.ts +4 -2
  199. package/dist/index.d.ts.map +1 -1
  200. package/dist/index.js +6 -3
  201. package/dist/integration/connector/database.zod.d.ts +1253 -264
  202. package/dist/integration/connector/database.zod.d.ts.map +1 -1
  203. package/dist/integration/connector/file-storage.zod.d.ts +990 -259
  204. package/dist/integration/connector/file-storage.zod.d.ts.map +1 -1
  205. package/dist/integration/connector/github.zod.d.ts +1251 -226
  206. package/dist/integration/connector/github.zod.d.ts.map +1 -1
  207. package/dist/integration/connector/message-queue.zod.d.ts +1247 -314
  208. package/dist/integration/connector/message-queue.zod.d.ts.map +1 -1
  209. package/dist/integration/connector/saas.zod.d.ts +1129 -254
  210. package/dist/integration/connector/saas.zod.d.ts.map +1 -1
  211. package/dist/integration/connector/vercel.zod.d.ts +1799 -327
  212. package/dist/integration/connector/vercel.zod.d.ts.map +1 -1
  213. package/dist/integration/connector.zod.d.ts +1225 -382
  214. package/dist/integration/connector.zod.d.ts.map +1 -1
  215. package/dist/integration/connector.zod.js +26 -3
  216. package/dist/kernel/context.zod.d.ts +56 -0
  217. package/dist/kernel/context.zod.d.ts.map +1 -0
  218. package/dist/kernel/events.zod.d.ts +2716 -0
  219. package/dist/kernel/events.zod.d.ts.map +1 -0
  220. package/dist/{system → kernel}/events.zod.js +16 -16
  221. package/dist/kernel/feature.zod.d.ts +131 -0
  222. package/dist/kernel/feature.zod.d.ts.map +1 -0
  223. package/dist/kernel/index.d.ts +17 -0
  224. package/dist/kernel/index.d.ts.map +1 -0
  225. package/dist/kernel/index.js +32 -0
  226. package/dist/kernel/manifest.zod.d.ts +2124 -0
  227. package/dist/kernel/manifest.zod.d.ts.map +1 -0
  228. package/dist/{system → kernel}/manifest.zod.js +49 -8
  229. package/dist/kernel/metadata-loader.zod.d.ts +641 -0
  230. package/dist/kernel/metadata-loader.zod.d.ts.map +1 -0
  231. package/dist/kernel/plugin-capability.zod.d.ts +1130 -0
  232. package/dist/kernel/plugin-capability.zod.d.ts.map +1 -0
  233. package/dist/kernel/plugin-lifecycle-advanced.zod.d.ts +1458 -0
  234. package/dist/kernel/plugin-lifecycle-advanced.zod.d.ts.map +1 -0
  235. package/dist/{system → kernel}/plugin-lifecycle-events.zod.d.ts +209 -49
  236. package/dist/kernel/plugin-lifecycle-events.zod.d.ts.map +1 -0
  237. package/dist/kernel/plugin-loading.zod.d.ts +1774 -0
  238. package/dist/kernel/plugin-loading.zod.d.ts.map +1 -0
  239. package/dist/kernel/plugin-security-advanced.zod.d.ts +3833 -0
  240. package/dist/kernel/plugin-security-advanced.zod.d.ts.map +1 -0
  241. package/dist/kernel/plugin-structure.zod.d.ts +54 -0
  242. package/dist/kernel/plugin-structure.zod.d.ts.map +1 -0
  243. package/dist/kernel/plugin-structure.zod.js +107 -0
  244. package/dist/kernel/plugin-validator.zod.d.ts +245 -0
  245. package/dist/kernel/plugin-validator.zod.d.ts.map +1 -0
  246. package/dist/kernel/plugin-versioning.zod.d.ts +1309 -0
  247. package/dist/kernel/plugin-versioning.zod.d.ts.map +1 -0
  248. package/dist/{system → kernel}/plugin-versioning.zod.js +8 -8
  249. package/dist/kernel/plugin.zod.d.ts +3482 -0
  250. package/dist/kernel/plugin.zod.d.ts.map +1 -0
  251. package/dist/kernel/plugin.zod.js +80 -0
  252. package/dist/kernel/service-registry.zod.d.ts +247 -0
  253. package/dist/kernel/service-registry.zod.d.ts.map +1 -0
  254. package/dist/kernel/service-registry.zod.js +218 -0
  255. package/dist/kernel/startup-orchestrator.zod.d.ts +376 -0
  256. package/dist/kernel/startup-orchestrator.zod.d.ts.map +1 -0
  257. package/dist/qa/testing.zod.d.ts +765 -240
  258. package/dist/qa/testing.zod.d.ts.map +1 -1
  259. package/dist/{permission → security}/index.d.ts +1 -0
  260. package/dist/security/index.d.ts.map +1 -0
  261. package/dist/{permission → security}/index.js +1 -0
  262. package/dist/security/permission.zod.d.ts +342 -0
  263. package/dist/security/permission.zod.d.ts.map +1 -0
  264. package/dist/{permission → security}/permission.zod.js +1 -1
  265. package/dist/security/policy.zod.d.ts +209 -0
  266. package/dist/security/policy.zod.d.ts.map +1 -0
  267. package/dist/security/rls.zod.d.ts +605 -0
  268. package/dist/security/rls.zod.d.ts.map +1 -0
  269. package/dist/security/sharing.zod.d.ts +146 -0
  270. package/dist/security/sharing.zod.d.ts.map +1 -0
  271. package/dist/security/territory.zod.d.ts +104 -0
  272. package/dist/security/territory.zod.d.ts.map +1 -0
  273. package/dist/shared/connector-auth.zod.d.ts +176 -0
  274. package/dist/shared/connector-auth.zod.d.ts.map +1 -0
  275. package/dist/shared/connector-auth.zod.js +63 -0
  276. package/dist/shared/http.zod.d.ts +67 -22
  277. package/dist/shared/http.zod.d.ts.map +1 -1
  278. package/dist/shared/mapping.zod.d.ts +139 -25
  279. package/dist/shared/mapping.zod.d.ts.map +1 -1
  280. package/dist/stack.zod.d.ts +33170 -6871
  281. package/dist/stack.zod.d.ts.map +1 -1
  282. package/dist/stack.zod.js +7 -7
  283. package/dist/system/audit.zod.d.ts +974 -521
  284. package/dist/system/audit.zod.d.ts.map +1 -1
  285. package/dist/system/auth-config.zod.d.ts +143 -0
  286. package/dist/system/auth-config.zod.d.ts.map +1 -0
  287. package/dist/system/auth-config.zod.js +35 -0
  288. package/dist/system/cache.zod.d.ts +102 -64
  289. package/dist/system/cache.zod.d.ts.map +1 -1
  290. package/dist/system/change-management.zod.d.ts +452 -77
  291. package/dist/system/change-management.zod.d.ts.map +1 -1
  292. package/dist/system/collaboration.zod.d.ts +1609 -243
  293. package/dist/system/collaboration.zod.d.ts.map +1 -1
  294. package/dist/system/compliance.zod.d.ts +293 -63
  295. package/dist/system/compliance.zod.d.ts.map +1 -1
  296. package/dist/system/encryption.zod.d.ts +184 -54
  297. package/dist/system/encryption.zod.d.ts.map +1 -1
  298. package/dist/system/http-server.zod.d.ts +562 -116
  299. package/dist/system/http-server.zod.d.ts.map +1 -1
  300. package/dist/system/index.d.ts +23 -33
  301. package/dist/system/index.d.ts.map +1 -1
  302. package/dist/system/index.js +28 -49
  303. package/dist/system/job.zod.d.ts +169 -29
  304. package/dist/system/job.zod.d.ts.map +1 -1
  305. package/dist/system/job.zod.js +18 -5
  306. package/dist/system/logging.zod.d.ts +1875 -272
  307. package/dist/system/logging.zod.d.ts.map +1 -1
  308. package/dist/system/masking.zod.d.ts +66 -34
  309. package/dist/system/masking.zod.d.ts.map +1 -1
  310. package/dist/system/message-queue.zod.d.ts +135 -49
  311. package/dist/system/message-queue.zod.d.ts.map +1 -1
  312. package/dist/system/metadata-persistence.zod.d.ts +552 -0
  313. package/dist/system/metadata-persistence.zod.d.ts.map +1 -0
  314. package/dist/system/metadata-persistence.zod.js +214 -0
  315. package/dist/system/metrics.zod.d.ts +1705 -330
  316. package/dist/system/metrics.zod.d.ts.map +1 -1
  317. package/dist/system/migration.zod.d.ts +18486 -2398
  318. package/dist/system/migration.zod.d.ts.map +1 -1
  319. package/dist/system/notification.zod.d.ts +534 -75
  320. package/dist/system/notification.zod.d.ts.map +1 -1
  321. package/dist/system/object-storage.zod.d.ts +1101 -382
  322. package/dist/system/object-storage.zod.d.ts.map +1 -1
  323. package/dist/system/search-engine.zod.d.ts +209 -78
  324. package/dist/system/search-engine.zod.d.ts.map +1 -1
  325. package/dist/system/service-registry.zod.d.ts +67 -125
  326. package/dist/system/service-registry.zod.d.ts.map +1 -1
  327. package/dist/system/service-registry.zod.js +81 -202
  328. package/dist/system/tracing.zod.d.ts +1623 -286
  329. package/dist/system/tracing.zod.d.ts.map +1 -1
  330. package/dist/system/translation.zod.d.ts +136 -8
  331. package/dist/system/translation.zod.d.ts.map +1 -1
  332. package/dist/system/translation.zod.js +2 -0
  333. package/dist/system/worker.zod.d.ts +1138 -159
  334. package/dist/system/worker.zod.d.ts.map +1 -1
  335. package/dist/system/worker.zod.js +8 -8
  336. package/dist/ui/action.zod.d.ts +121 -118
  337. package/dist/ui/action.zod.d.ts.map +1 -1
  338. package/dist/ui/app.zod.d.ts +306 -22
  339. package/dist/ui/app.zod.d.ts.map +1 -1
  340. package/dist/ui/app.zod.js +20 -1
  341. package/dist/ui/chart.zod.d.ts +390 -66
  342. package/dist/ui/chart.zod.d.ts.map +1 -1
  343. package/dist/ui/chart.zod.js +90 -5
  344. package/dist/ui/component.zod.d.ts +210 -86
  345. package/dist/ui/component.zod.d.ts.map +1 -1
  346. package/dist/ui/component.zod.js +4 -1
  347. package/dist/ui/dashboard.zod.d.ts +1002 -153
  348. package/dist/ui/dashboard.zod.d.ts.map +1 -1
  349. package/dist/ui/dashboard.zod.js +25 -0
  350. package/dist/ui/page.zod.d.ts +251 -117
  351. package/dist/ui/page.zod.d.ts.map +1 -1
  352. package/dist/ui/page.zod.js +22 -1
  353. package/dist/ui/report.zod.d.ts +461 -138
  354. package/dist/ui/report.zod.d.ts.map +1 -1
  355. package/dist/ui/theme.zod.d.ts +944 -42
  356. package/dist/ui/theme.zod.d.ts.map +1 -1
  357. package/dist/ui/view.zod.d.ts +3021 -393
  358. package/dist/ui/view.zod.d.ts.map +1 -1
  359. package/dist/ui/view.zod.js +84 -10
  360. package/dist/ui/widget.zod.d.ts +1689 -203
  361. package/dist/ui/widget.zod.d.ts.map +1 -1
  362. package/dist/ui/widget.zod.js +32 -10
  363. package/json-schema/ai/AICodeReviewResult.json +219 -1
  364. package/json-schema/ai/AIKnowledge.json +24 -1
  365. package/json-schema/ai/AIModelConfig.json +35 -1
  366. package/json-schema/ai/AIOperationCost.json +73 -1
  367. package/json-schema/ai/AIOpsAgentConfig.json +470 -1
  368. package/json-schema/ai/AIOrchestration.json +385 -1
  369. package/json-schema/ai/AIOrchestrationExecutionResult.json +133 -1
  370. package/json-schema/ai/AIOrchestrationTrigger.json +12 -1
  371. package/json-schema/ai/AITask.json +127 -1
  372. package/json-schema/ai/AITaskType.json +15 -1
  373. package/json-schema/ai/AITool.json +27 -1
  374. package/json-schema/ai/Agent.json +147 -1
  375. package/json-schema/ai/AgentAction.json +431 -1
  376. package/json-schema/ai/AgentActionResult.json +63 -1
  377. package/json-schema/ai/AgentActionSequence.json +497 -1
  378. package/json-schema/ai/AgentActionSequenceResult.json +137 -1
  379. package/json-schema/ai/AnomalyDetectionConfig.json +66 -1
  380. package/json-schema/ai/AutoScalingPolicy.json +163 -1
  381. package/json-schema/ai/BatchAIOrchestrationExecution.json +42 -1
  382. package/json-schema/ai/BillingPeriod.json +12 -1
  383. package/json-schema/ai/BudgetLimit.json +105 -1
  384. package/json-schema/ai/BudgetStatus.json +88 -1
  385. package/json-schema/ai/BudgetType.json +11 -1
  386. package/json-schema/ai/CICDPipelineConfig.json +130 -1
  387. package/json-schema/ai/ChunkingStrategy.json +127 -1
  388. package/json-schema/ai/CodeContent.json +32 -0
  389. package/json-schema/ai/CodeGenerationConfig.json +59 -1
  390. package/json-schema/ai/CodeGenerationRequest.json +234 -1
  391. package/json-schema/ai/CodeGenerationTarget.json +13 -1
  392. package/json-schema/ai/ComponentActionParams.json +71 -1
  393. package/json-schema/ai/ComponentActionType.json +14 -1
  394. package/json-schema/ai/ComponentAgentAction.json +153 -0
  395. package/json-schema/ai/ConversationAnalytics.json +82 -1
  396. package/json-schema/ai/ConversationContext.json +42 -1
  397. package/json-schema/ai/ConversationMessage.json +282 -1
  398. package/json-schema/ai/ConversationSession.json +560 -1
  399. package/json-schema/ai/ConversationSummary.json +68 -1
  400. package/json-schema/ai/CostAlert.json +103 -1
  401. package/json-schema/ai/CostAlertType.json +10 -1
  402. package/json-schema/ai/CostAnalytics.json +603 -1
  403. package/json-schema/ai/CostBreakdownDimension.json +14 -1
  404. package/json-schema/ai/CostBreakdownEntry.json +56 -1
  405. package/json-schema/ai/CostEntry.json +116 -1
  406. package/json-schema/ai/CostMetricType.json +11 -1
  407. package/json-schema/ai/CostOptimizationRecommendation.json +95 -1
  408. package/json-schema/ai/CostQueryFilters.json +108 -1
  409. package/json-schema/ai/CostReport.json +987 -1
  410. package/json-schema/ai/DataActionParams.json +32 -1
  411. package/json-schema/ai/DataActionType.json +12 -1
  412. package/json-schema/ai/DataAgentAction.json +112 -0
  413. package/json-schema/ai/DeploymentStrategy.json +46 -1
  414. package/json-schema/ai/DevOpsAgent.json +809 -1
  415. package/json-schema/ai/DevOpsTool.json +32 -1
  416. package/json-schema/ai/DevelopmentConfig.json +164 -1
  417. package/json-schema/ai/DocumentChunk.json +94 -1
  418. package/json-schema/ai/DocumentLoaderConfig.json +63 -1
  419. package/json-schema/ai/DocumentMetadata.json +58 -1
  420. package/json-schema/ai/EmbeddingModel.json +55 -1
  421. package/json-schema/ai/Entity.json +49 -1
  422. package/json-schema/ai/EvaluationMetrics.json +58 -1
  423. package/json-schema/ai/FeedbackLoop.json +7571 -1
  424. package/json-schema/ai/FieldSynonymConfig.json +33 -1
  425. package/json-schema/ai/FileContent.json +37 -0
  426. package/json-schema/ai/FilterExpression.json +58 -0
  427. package/json-schema/ai/FilterGroup.json +83 -0
  428. package/json-schema/ai/FormActionParams.json +30 -1
  429. package/json-schema/ai/FormActionType.json +14 -1
  430. package/json-schema/ai/FormAgentAction.json +112 -0
  431. package/json-schema/ai/FunctionCall.json +22 -1
  432. package/json-schema/ai/GeneratedCode.json +195 -1
  433. package/json-schema/ai/GitHubIntegration.json +65 -1
  434. package/json-schema/ai/Hyperparameters.json +74 -1
  435. package/json-schema/ai/ImageContent.json +38 -0
  436. package/json-schema/ai/IntegrationConfig.json +145 -1
  437. package/json-schema/ai/IntentActionMapping.json +486 -1
  438. package/json-schema/ai/Issue.json +68 -1
  439. package/json-schema/ai/MessageContent.json +115 -1
  440. package/json-schema/ai/MessageContentType.json +10 -1
  441. package/json-schema/ai/MessagePruningEvent.json +71 -1
  442. package/json-schema/ai/MessageRole.json +10 -1
  443. package/json-schema/ai/MetadataFilter.json +164 -0
  444. package/json-schema/ai/MetadataSource.json +27 -1
  445. package/json-schema/ai/ModelCapability.json +41 -1
  446. package/json-schema/ai/ModelConfig.json +179 -1
  447. package/json-schema/ai/ModelDrift.json +68 -1
  448. package/json-schema/ai/ModelFeature.json +65 -1
  449. package/json-schema/ai/ModelLimits.json +39 -1
  450. package/json-schema/ai/ModelPricing.json +22 -1
  451. package/json-schema/ai/ModelProvider.json +13 -1
  452. package/json-schema/ai/ModelRegistry.json +425 -1
  453. package/json-schema/ai/ModelRegistryEntry.json +237 -1
  454. package/json-schema/ai/ModelSelectionCriteria.json +44 -1
  455. package/json-schema/ai/MonitoringConfig.json +74 -1
  456. package/json-schema/ai/NLQAnalytics.json +103 -1
  457. package/json-schema/ai/NLQFieldMapping.json +34 -1
  458. package/json-schema/ai/NLQModelConfig.json +72 -1
  459. package/json-schema/ai/NLQParseResult.json +249 -1
  460. package/json-schema/ai/NLQRequest.json +104 -1
  461. package/json-schema/ai/NLQResponse.json +317 -1
  462. package/json-schema/ai/NLQTrainingExample.json +117 -1
  463. package/json-schema/ai/NavigationActionParams.json +50 -1
  464. package/json-schema/ai/NavigationActionType.json +15 -1
  465. package/json-schema/ai/NavigationAgentAction.json +133 -0
  466. package/json-schema/ai/PerformanceOptimization.json +110 -1
  467. package/json-schema/ai/PipelineStage.json +71 -1
  468. package/json-schema/ai/PluginCompositionRequest.json +88 -1
  469. package/json-schema/ai/PluginCompositionResult.json +138 -1
  470. package/json-schema/ai/PluginRecommendation.json +135 -1
  471. package/json-schema/ai/PluginRecommendationRequest.json +75 -1
  472. package/json-schema/ai/PluginScaffoldingTemplate.json +122 -1
  473. package/json-schema/ai/PostProcessingAction.json +35 -1
  474. package/json-schema/ai/PredictionRequest.json +33 -1
  475. package/json-schema/ai/PredictionResult.json +109 -1
  476. package/json-schema/ai/PredictiveModel.json +442 -1
  477. package/json-schema/ai/PredictiveModelType.json +12 -1
  478. package/json-schema/ai/PromptTemplate.json +157 -1
  479. package/json-schema/ai/PromptVariable.json +50 -1
  480. package/json-schema/ai/QueryContext.json +66 -1
  481. package/json-schema/ai/QueryIntent.json +15 -1
  482. package/json-schema/ai/QueryTemplate.json +78 -1
  483. package/json-schema/ai/RAGPipelineConfig.json +687 -1
  484. package/json-schema/ai/RAGPipelineStatus.json +61 -1
  485. package/json-schema/ai/RAGQueryRequest.json +58 -1
  486. package/json-schema/ai/RAGQueryResponse.json +134 -1
  487. package/json-schema/ai/RerankingConfig.json +28 -1
  488. package/json-schema/ai/Resolution.json +7477 -1
  489. package/json-schema/ai/RetrievalStrategy.json +115 -1
  490. package/json-schema/ai/RootCauseAnalysisRequest.json +87 -1
  491. package/json-schema/ai/RootCauseAnalysisResult.json +193 -1
  492. package/json-schema/ai/SelfHealingAction.json +92 -1
  493. package/json-schema/ai/SelfHealingConfig.json +205 -1
  494. package/json-schema/ai/TestingConfig.json +51 -1
  495. package/json-schema/ai/TextContent.json +28 -0
  496. package/json-schema/ai/Timeframe.json +62 -1
  497. package/json-schema/ai/TokenBudgetConfig.json +86 -1
  498. package/json-schema/ai/TokenBudgetStrategy.json +10 -1
  499. package/json-schema/ai/TokenUsage.json +26 -1
  500. package/json-schema/ai/TokenUsageStats.json +60 -1
  501. package/json-schema/ai/ToolCall.json +43 -1
  502. package/json-schema/ai/TrainingConfig.json +82 -1
  503. package/json-schema/ai/TypedAgentAction.json +770 -0
  504. package/json-schema/ai/UIActionType.json +57 -1
  505. package/json-schema/ai/VectorStoreConfig.json +80 -1
  506. package/json-schema/ai/VectorStoreProvider.json +15 -1
  507. package/json-schema/ai/VercelIntegration.json +63 -1
  508. package/json-schema/ai/VersionManagement.json +52 -1
  509. package/json-schema/ai/ViewActionParams.json +68 -1
  510. package/json-schema/ai/ViewActionType.json +15 -1
  511. package/json-schema/ai/ViewAgentAction.json +151 -0
  512. package/json-schema/ai/WorkflowActionParams.json +55 -1
  513. package/json-schema/ai/WorkflowActionType.json +12 -1
  514. package/json-schema/ai/WorkflowAgentAction.json +135 -0
  515. package/json-schema/ai/WorkflowFieldCondition.json +27 -1
  516. package/json-schema/ai/WorkflowSchedule.json +45 -1
  517. package/json-schema/api/AckMessage.json +40 -1
  518. package/json-schema/api/AnalyticsEndpoint.json +14 -0
  519. package/json-schema/api/AnalyticsMetadataResponse.json +280 -0
  520. package/json-schema/api/AnalyticsQueryRequest.json +154 -0
  521. package/json-schema/api/AnalyticsResultResponse.json +114 -0
  522. package/json-schema/api/AnalyticsSqlResponse.json +88 -0
  523. package/json-schema/api/ApiCapabilities.json +32 -1
  524. package/json-schema/api/ApiChangelogEntry.json +79 -1
  525. package/json-schema/api/ApiDiscoveryQuery.json +51 -1
  526. package/json-schema/api/ApiDiscoveryResponse.json +606 -1
  527. package/json-schema/api/ApiDocumentationConfig.json +711 -1
  528. package/json-schema/api/ApiEndpoint.json +159 -1
  529. package/json-schema/api/ApiEndpointRegistration.json +397 -1
  530. package/json-schema/api/ApiError.json +29 -1
  531. package/json-schema/api/ApiMapping.json +22 -1
  532. package/json-schema/api/ApiMetadata.json +38 -1
  533. package/json-schema/api/ApiParameter.json +130 -1
  534. package/json-schema/api/ApiProtocolType.json +15 -1
  535. package/json-schema/api/ApiRegistry.json +1680 -1
  536. package/json-schema/api/ApiRegistryEntry.json +536 -1
  537. package/json-schema/api/ApiResponse.json +109 -1
  538. package/json-schema/api/ApiRoutes.json +43 -1
  539. package/json-schema/api/ApiTestCollection.json +209 -1
  540. package/json-schema/api/ApiTestRequest.json +79 -1
  541. package/json-schema/api/ApiTestingUiConfig.json +136 -1
  542. package/json-schema/api/ApiTestingUiType.json +14 -1
  543. package/json-schema/api/AppDefinitionResponse.json +380 -0
  544. package/json-schema/api/AuthProvider.json +17 -0
  545. package/json-schema/api/AutomationTriggerRequest.json +23 -0
  546. package/json-schema/api/AutomationTriggerResponse.json +22 -0
  547. package/json-schema/api/BaseResponse.json +65 -1
  548. package/json-schema/api/BatchConfig.json +45 -1
  549. package/json-schema/api/BatchDataRequest.json +87 -1
  550. package/json-schema/api/BatchDataResponse.json +154 -1
  551. package/json-schema/api/BatchEndpointsConfig.json +50 -1
  552. package/json-schema/api/BatchOperationResult.json +59 -1
  553. package/json-schema/api/BatchOperationType.json +9 -1
  554. package/json-schema/api/BatchOptions.json +26 -1
  555. package/json-schema/api/BatchRecord.json +19 -1
  556. package/json-schema/api/BatchUpdateRequest.json +72 -1
  557. package/json-schema/api/BatchUpdateResponse.json +154 -1
  558. package/json-schema/api/BuildStatusResponse.json +140 -1
  559. package/json-schema/api/BulkRequest.json +23 -1
  560. package/json-schema/api/BulkResponse.json +125 -1
  561. package/json-schema/api/CacheControl.json +36 -1
  562. package/json-schema/api/CacheDirective.json +11 -1
  563. package/json-schema/api/CacheInvalidationRequest.json +37 -1
  564. package/json-schema/api/CacheInvalidationResponse.json +25 -1
  565. package/json-schema/api/CacheInvalidationTarget.json +11 -1
  566. package/json-schema/api/CodeGenerationTemplate.json +30 -1
  567. package/json-schema/api/CompileManifestRequest.json +80 -1
  568. package/json-schema/api/CompileManifestResponse.json +1580 -1
  569. package/json-schema/api/CompleteUploadRequest.json +23 -0
  570. package/json-schema/api/ConceptListResponse.json +98 -0
  571. package/json-schema/api/ConflictResolutionStrategy.json +9 -1
  572. package/json-schema/api/CreateDataRequest.json +19 -1
  573. package/json-schema/api/CreateDataResponse.json +24 -1
  574. package/json-schema/api/CreateManyDataRequest.json +22 -1
  575. package/json-schema/api/CreateManyDataResponse.json +27 -1
  576. package/json-schema/api/CreateRequest.json +14 -1
  577. package/json-schema/api/CreateSpaceRequest.json +237 -1
  578. package/json-schema/api/CreateTenantRequest.json +50 -1
  579. package/json-schema/api/CrudEndpointPattern.json +35 -1
  580. package/json-schema/api/CrudEndpointsConfig.json +107 -1
  581. package/json-schema/api/CrudOperation.json +10 -1
  582. package/json-schema/api/CursorMessage.json +133 -1
  583. package/json-schema/api/CursorPosition.json +106 -1
  584. package/json-schema/api/DeleteDataRequest.json +18 -1
  585. package/json-schema/api/DeleteDataResponse.json +23 -1
  586. package/json-schema/api/DeleteManyDataRequest.json +48 -1
  587. package/json-schema/api/DeleteManyDataResponse.json +154 -1
  588. package/json-schema/api/DeleteManyRequest.json +45 -1
  589. package/json-schema/api/DeleteResponse.json +70 -1
  590. package/json-schema/api/Discovery.json +126 -1
  591. package/json-schema/api/DocumentState.json +43 -1
  592. package/json-schema/api/ETag.json +18 -1
  593. package/json-schema/api/EditMessage.json +129 -1
  594. package/json-schema/api/EditOperation.json +102 -1
  595. package/json-schema/api/EditOperationType.json +8 -1
  596. package/json-schema/api/EndpointRegistry.json +278 -1
  597. package/json-schema/api/EnhancedApiError.json +220 -1
  598. package/json-schema/api/ErrorCategory.json +14 -1
  599. package/json-schema/api/ErrorMessage.json +38 -1
  600. package/json-schema/api/ErrorResponse.json +253 -1
  601. package/json-schema/api/EventFilter.json +59 -1
  602. package/json-schema/api/EventFilterCondition.json +36 -1
  603. package/json-schema/api/EventMessage.json +49 -1
  604. package/json-schema/api/EventPattern.json +6 -1
  605. package/json-schema/api/EventSubscription.json +99 -1
  606. package/json-schema/api/ExportRequest.json +854 -1
  607. package/json-schema/api/FieldError.json +82 -1
  608. package/json-schema/api/FileUploadResponse.json +117 -0
  609. package/json-schema/api/FilterOperator.json +18 -1
  610. package/json-schema/api/FindDataRequest.json +503 -1
  611. package/json-schema/api/FindDataResponse.json +30 -1
  612. package/json-schema/api/GeneratedApiDocumentation.json +540 -1
  613. package/json-schema/api/GeneratedEndpoint.json +82 -1
  614. package/json-schema/api/GetAnalyticsMetaRequest.json +16 -0
  615. package/json-schema/api/GetBuildStatusRequest.json +12 -1
  616. package/json-schema/api/GetDataRequest.json +18 -1
  617. package/json-schema/api/GetDataResponse.json +24 -1
  618. package/json-schema/api/GetDiscoveryRequest.json +5 -1
  619. package/json-schema/api/GetDiscoveryResponse.json +95 -1
  620. package/json-schema/api/GetMarketplacePluginRequest.json +12 -1
  621. package/json-schema/api/GetMetaItemCachedRequest.json +71 -1
  622. package/json-schema/api/GetMetaItemCachedResponse.json +79 -1
  623. package/json-schema/api/GetMetaItemRequest.json +18 -1
  624. package/json-schema/api/GetMetaItemResponse.json +21 -1
  625. package/json-schema/api/GetMetaItemsRequest.json +13 -1
  626. package/json-schema/api/GetMetaItemsResponse.json +18 -1
  627. package/json-schema/api/GetMetaTypesRequest.json +5 -1
  628. package/json-schema/api/GetMetaTypesResponse.json +16 -1
  629. package/json-schema/api/GetPluginVersionsRequest.json +13 -1
  630. package/json-schema/api/GetPluginVersionsResponse.json +120 -1
  631. package/json-schema/api/GetPresignedUrlRequest.json +38 -0
  632. package/json-schema/api/GetUiViewRequest.json +22 -1
  633. package/json-schema/api/GetUiViewResponse.json +1622 -1
  634. package/json-schema/api/GraphQLConfig.json +1394 -1
  635. package/json-schema/api/GraphQLDataLoaderConfig.json +95 -1
  636. package/json-schema/api/GraphQLDirectiveConfig.json +102 -1
  637. package/json-schema/api/GraphQLDirectiveLocation.json +24 -1
  638. package/json-schema/api/GraphQLMutationConfig.json +174 -1
  639. package/json-schema/api/GraphQLPersistedQuery.json +145 -1
  640. package/json-schema/api/GraphQLQueryComplexity.json +77 -1
  641. package/json-schema/api/GraphQLQueryConfig.json +236 -1
  642. package/json-schema/api/GraphQLQueryDepthLimit.json +38 -1
  643. package/json-schema/api/GraphQLRateLimit.json +132 -1
  644. package/json-schema/api/GraphQLResolverConfig.json +92 -1
  645. package/json-schema/api/GraphQLScalarType.json +26 -1
  646. package/json-schema/api/GraphQLSubscriptionConfig.json +112 -1
  647. package/json-schema/api/GraphQLTypeConfig.json +107 -1
  648. package/json-schema/api/HttpMethod.json +12 -1
  649. package/json-schema/api/HttpStatusCode.json +18 -1
  650. package/json-schema/api/HubHealthResponse.json +125 -1
  651. package/json-schema/api/HubMetricsResponse.json +162 -1
  652. package/json-schema/api/IdRequest.json +19 -0
  653. package/json-schema/api/InstallPluginRequest.json +33 -0
  654. package/json-schema/api/InstallPluginResponse.json +72 -0
  655. package/json-schema/api/IssueLicenseRequest.json +40 -1
  656. package/json-schema/api/LicenseResponse.json +125 -1
  657. package/json-schema/api/ListLicensesRequest.json +43 -1
  658. package/json-schema/api/ListLicensesResponse.json +165 -1
  659. package/json-schema/api/ListMarketplaceRequest.json +43 -1
  660. package/json-schema/api/ListMarketplaceResponse.json +352 -1
  661. package/json-schema/api/ListRecordResponse.json +110 -1
  662. package/json-schema/api/ListSpacesRequest.json +36 -1
  663. package/json-schema/api/ListSpacesResponse.json +379 -1
  664. package/json-schema/api/ListTenantsRequest.json +39 -1
  665. package/json-schema/api/ListTenantsResponse.json +159 -1
  666. package/json-schema/api/LoginRequest.json +45 -0
  667. package/json-schema/api/LoginType.json +16 -0
  668. package/json-schema/api/MarketplacePluginResponse.json +288 -1
  669. package/json-schema/api/MetadataCacheRequest.json +52 -1
  670. package/json-schema/api/MetadataCacheResponse.json +79 -1
  671. package/json-schema/api/MetadataEndpointsConfig.json +48 -1
  672. package/json-schema/api/ModificationResult.json +55 -1
  673. package/json-schema/api/ODataConfig.json +126 -1
  674. package/json-schema/api/ODataError.json +59 -1
  675. package/json-schema/api/ODataFilterFunction.json +33 -1
  676. package/json-schema/api/ODataFilterOperator.json +18 -1
  677. package/json-schema/api/ODataMetadata.json +109 -1
  678. package/json-schema/api/ODataQuery.json +83 -1
  679. package/json-schema/api/ODataResponse.json +31 -1
  680. package/json-schema/api/ObjectDefinitionResponse.json +2755 -0
  681. package/json-schema/api/ObjectQLReference.json +36 -1
  682. package/json-schema/api/ObjectStackProtocol.json +5 -1
  683. package/json-schema/api/OpenApiSecurityScheme.json +60 -1
  684. package/json-schema/api/OpenApiServer.json +43 -1
  685. package/json-schema/api/OpenApiSpec.json +296 -1
  686. package/json-schema/api/PaginationRequest.json +28 -1
  687. package/json-schema/api/PaginationResponse.json +36 -1
  688. package/json-schema/api/PingMessage.json +25 -1
  689. package/json-schema/api/PluginResponse.json +893 -1
  690. package/json-schema/api/PluginVersionInfo.json +29 -1
  691. package/json-schema/api/PongMessage.json +30 -1
  692. package/json-schema/api/Presence.json +34 -1
  693. package/json-schema/api/PresenceMessage.json +86 -1
  694. package/json-schema/api/PresenceState.json +59 -1
  695. package/json-schema/api/PresenceStatus.json +8 -1
  696. package/json-schema/api/PresenceUpdate.json +29 -1
  697. package/json-schema/api/PresignedUrlResponse.json +115 -0
  698. package/json-schema/api/PublishPluginRequest.json +646 -1
  699. package/json-schema/api/RateLimit.json +21 -1
  700. package/json-schema/api/RealtimeAction.json +8 -1
  701. package/json-schema/api/RealtimeConfig.json +84 -1
  702. package/json-schema/api/RealtimeEvent.json +52 -1
  703. package/json-schema/api/RealtimeEventType.json +9 -1
  704. package/json-schema/api/RecordData.json +5 -1
  705. package/json-schema/api/RefreshTokenRequest.json +19 -0
  706. package/json-schema/api/RegisterRequest.json +30 -0
  707. package/json-schema/api/RestApiConfig.json +122 -1
  708. package/json-schema/api/RestServerConfig.json +403 -1
  709. package/json-schema/api/RetryStrategy.json +9 -1
  710. package/json-schema/api/RevokeLicenseRequest.json +15 -1
  711. package/json-schema/api/RouteCategory.json +11 -1
  712. package/json-schema/api/RouteDefinition.json +71 -1
  713. package/json-schema/api/RouteGenerationConfig.json +65 -1
  714. package/json-schema/api/RouterConfig.json +143 -1
  715. package/json-schema/api/SchemaDefinition.json +54 -1
  716. package/json-schema/api/SearchPluginsRequest.json +85 -1
  717. package/json-schema/api/SearchPluginsResponse.json +933 -1
  718. package/json-schema/api/Session.json +36 -0
  719. package/json-schema/api/SessionResponse.json +184 -0
  720. package/json-schema/api/SessionUser.json +72 -0
  721. package/json-schema/api/SimpleCursorPosition.json +47 -1
  722. package/json-schema/api/SimplePresenceState.json +38 -1
  723. package/json-schema/api/SingleRecordResponse.json +71 -1
  724. package/json-schema/api/SpaceResponse.json +339 -1
  725. package/json-schema/api/StandardErrorCode.json +56 -1
  726. package/json-schema/api/SubscribeMessage.json +126 -1
  727. package/json-schema/api/Subscription.json +59 -1
  728. package/json-schema/api/SubscriptionEvent.json +26 -1
  729. package/json-schema/api/TenantResponse.json +119 -1
  730. package/json-schema/api/TransportProtocol.json +8 -1
  731. package/json-schema/api/UnsubscribeMessage.json +41 -1
  732. package/json-schema/api/UnsubscribeRequest.json +14 -1
  733. package/json-schema/api/UpdateDataRequest.json +24 -1
  734. package/json-schema/api/UpdateDataResponse.json +24 -1
  735. package/json-schema/api/UpdateManyDataRequest.json +64 -1
  736. package/json-schema/api/UpdateManyDataResponse.json +154 -1
  737. package/json-schema/api/UpdateManyRequest.json +61 -1
  738. package/json-schema/api/UpdatePluginRequest.json +640 -1
  739. package/json-schema/api/UpdateRequest.json +14 -1
  740. package/json-schema/api/UpdateSpaceRequest.json +232 -1
  741. package/json-schema/api/UpdateTenantRequest.json +46 -1
  742. package/json-schema/api/UserProfileResponse.json +138 -0
  743. package/json-schema/api/ValidateLicenseRequest.json +17 -1
  744. package/json-schema/api/ValidateLicenseResponse.json +151 -1
  745. package/json-schema/api/WebSocketConfig.json +57 -1
  746. package/json-schema/api/WebSocketEvent.json +34 -1
  747. package/json-schema/api/WebSocketMessage.json +701 -1
  748. package/json-schema/api/WebSocketMessageType.json +15 -1
  749. package/json-schema/api/WebSocketPresenceStatus.json +9 -1
  750. package/json-schema/api/WebSocketServerConfig.json +36 -1
  751. package/json-schema/automation/ApprovalAction.json +36 -1
  752. package/json-schema/automation/ApprovalActionType.json +10 -1
  753. package/json-schema/automation/ApprovalProcess.json +362 -1
  754. package/json-schema/automation/ApprovalStep.json +155 -1
  755. package/json-schema/automation/ApproverType.json +10 -1
  756. package/json-schema/automation/AuthField.json +67 -1
  757. package/json-schema/automation/Authentication.json +153 -1
  758. package/json-schema/automation/AuthenticationType.json +12 -1
  759. package/json-schema/automation/ConflictResolution.json +10 -1
  760. package/json-schema/automation/Connector.json +434 -1
  761. package/json-schema/automation/ConnectorActionRef.json +40 -0
  762. package/json-schema/automation/ConnectorCategory.json +20 -1
  763. package/json-schema/automation/ConnectorInstance.json +63 -1
  764. package/json-schema/automation/ConnectorOperation.json +111 -1
  765. package/json-schema/automation/ConnectorTrigger.json +48 -1
  766. package/json-schema/automation/CustomScriptAction.json +43 -1
  767. package/json-schema/automation/DataDestinationConfig.json +189 -1
  768. package/json-schema/automation/DataSourceConfig.json +28 -1
  769. package/json-schema/automation/DataSyncConfig.json +455 -1
  770. package/json-schema/automation/ETLDestination.json +51 -1
  771. package/json-schema/automation/ETLEndpointType.json +13 -1
  772. package/json-schema/automation/ETLPipeline.json +246 -1
  773. package/json-schema/automation/ETLPipelineRun.json +101 -1
  774. package/json-schema/automation/ETLRunStatus.json +11 -1
  775. package/json-schema/automation/ETLSource.json +54 -1
  776. package/json-schema/automation/ETLSyncMode.json +8 -1
  777. package/json-schema/automation/ETLTransformation.json +40 -1
  778. package/json-schema/automation/ETLTransformationType.json +15 -1
  779. package/json-schema/automation/EmailAlertAction.json +31 -1
  780. package/json-schema/automation/FieldUpdateAction.json +26 -1
  781. package/json-schema/automation/Flow.json +233 -1
  782. package/json-schema/automation/FlowEdge.json +40 -1
  783. package/json-schema/automation/FlowNode.json +82 -1
  784. package/json-schema/automation/FlowNodeAction.json +19 -1
  785. package/json-schema/automation/FlowVariable.json +28 -1
  786. package/json-schema/automation/HttpCallAction.json +46 -1
  787. package/json-schema/automation/OAuth2Config.json +37 -1
  788. package/json-schema/automation/OperationParameter.json +53 -1
  789. package/json-schema/automation/OperationType.json +11 -1
  790. package/json-schema/automation/PushNotificationAction.json +53 -1
  791. package/json-schema/automation/SyncDirection.json +8 -1
  792. package/json-schema/automation/SyncExecutionResult.json +129 -1
  793. package/json-schema/automation/SyncExecutionStatus.json +11 -1
  794. package/json-schema/automation/SyncMode.json +8 -1
  795. package/json-schema/automation/TaskCreationAction.json +53 -1
  796. package/json-schema/automation/TimeTrigger.json +344 -1
  797. package/json-schema/automation/Webhook.json +167 -1
  798. package/json-schema/automation/WebhookReceiver.json +62 -1
  799. package/json-schema/automation/WebhookTriggerType.json +10 -1
  800. package/json-schema/automation/WorkflowAction.json +290 -1
  801. package/json-schema/automation/WorkflowRule.json +688 -1
  802. package/json-schema/automation/WorkflowTriggerType.json +10 -1
  803. package/json-schema/data/Address.json +34 -1
  804. package/json-schema/data/AggregationFunction.json +13 -1
  805. package/json-schema/data/AggregationNode.json +59 -1
  806. package/json-schema/data/AggregationPipeline.json +93 -1
  807. package/json-schema/data/AggregationStage.json +19 -1
  808. package/json-schema/data/AnalyticsQuery.json +129 -0
  809. package/json-schema/data/ApiMethod.json +19 -1
  810. package/json-schema/data/AsyncValidation.json +111 -1
  811. package/json-schema/data/CDCConfig.json +31 -1
  812. package/json-schema/data/ComparisonOperator.json +102 -1
  813. package/json-schema/data/ComputedFieldCache.json +27 -1
  814. package/json-schema/data/ConditionalValidation.json +1434 -1
  815. package/json-schema/data/ConsistencyLevel.json +11 -1
  816. package/json-schema/data/CrossFieldValidation.json +81 -1
  817. package/json-schema/data/Cube.json +201 -0
  818. package/json-schema/data/CubeJoin.json +33 -0
  819. package/json-schema/data/CurrencyConfig.json +29 -1
  820. package/json-schema/data/CurrencyValue.json +20 -1
  821. package/json-schema/data/CustomValidator.json +78 -1
  822. package/json-schema/data/DataEngineAggregateOptions.json +74 -1
  823. package/json-schema/data/DataEngineAggregateRequest.json +92 -1
  824. package/json-schema/data/DataEngineBatchRequest.json +693 -1
  825. package/json-schema/data/DataEngineContract.json +6 -1
  826. package/json-schema/data/DataEngineCountOptions.json +38 -1
  827. package/json-schema/data/DataEngineCountRequest.json +55 -1
  828. package/json-schema/data/DataEngineDeleteOptions.json +42 -1
  829. package/json-schema/data/DataEngineDeleteRequest.json +62 -1
  830. package/json-schema/data/DataEngineExecuteRequest.json +18 -1
  831. package/json-schema/data/DataEngineFilter.json +31 -1
  832. package/json-schema/data/DataEngineFindOneRequest.json +127 -1
  833. package/json-schema/data/DataEngineFindRequest.json +127 -1
  834. package/json-schema/data/DataEngineInsertOptions.json +11 -1
  835. package/json-schema/data/DataEngineInsertRequest.json +44 -1
  836. package/json-schema/data/DataEngineQueryOptions.json +110 -1
  837. package/json-schema/data/DataEngineRequest.json +1366 -1
  838. package/json-schema/data/DataEngineSort.json +48 -1
  839. package/json-schema/data/DataEngineUpdateOptions.json +50 -1
  840. package/json-schema/data/DataEngineUpdateRequest.json +75 -1
  841. package/json-schema/data/DataEngineVectorFindRequest.json +68 -1
  842. package/json-schema/data/DataQualityRules.json +39 -1
  843. package/json-schema/data/DataTypeMapping.json +45 -1
  844. package/json-schema/data/Dataset.json +57 -1
  845. package/json-schema/data/DatasetMode.json +10 -1
  846. package/json-schema/data/Datasource.json +130 -0
  847. package/json-schema/data/DatasourceCapabilities.json +56 -0
  848. package/json-schema/data/Dimension.json +60 -0
  849. package/json-schema/data/DimensionType.json +16 -0
  850. package/json-schema/data/Document.json +286 -1
  851. package/json-schema/data/DocumentTemplate.json +72 -1
  852. package/json-schema/data/DocumentValidationSchema.json +33 -1
  853. package/json-schema/data/DocumentVersion.json +44 -1
  854. package/json-schema/data/DriverCapabilities.json +174 -1
  855. package/json-schema/data/DriverConfig.json +237 -1
  856. package/json-schema/data/DriverDefinition.json +86 -0
  857. package/json-schema/data/DriverInterface.json +193 -1
  858. package/json-schema/data/DriverOptions.json +28 -1
  859. package/json-schema/{system → data}/DriverType.json +4 -1
  860. package/json-schema/data/ESignatureConfig.json +68 -1
  861. package/json-schema/data/EqualityOperator.json +8 -1
  862. package/json-schema/data/ExternalDataSource.json +62 -1
  863. package/json-schema/data/ExternalFieldMapping.json +145 -1
  864. package/json-schema/data/ExternalLookup.json +321 -1
  865. package/json-schema/data/Field.json +855 -1
  866. package/json-schema/data/FieldMapping.json +77 -1
  867. package/json-schema/data/FieldNode.json +26 -1
  868. package/json-schema/data/FieldOperators.json +180 -1
  869. package/json-schema/data/FieldReference.json +13 -1
  870. package/json-schema/data/FieldType.json +49 -1
  871. package/json-schema/data/FileAttachmentConfig.json +213 -1
  872. package/json-schema/data/FilterCondition.json +22 -1
  873. package/json-schema/data/FormatValidation.json +84 -1
  874. package/json-schema/data/FullTextSearch.json +54 -1
  875. package/json-schema/data/Hook.json +89 -1
  876. package/json-schema/data/HookContext.json +82 -1
  877. package/json-schema/data/HookEvent.json +23 -1
  878. package/json-schema/data/Index.json +41 -1
  879. package/json-schema/data/JSONValidation.json +79 -1
  880. package/json-schema/data/JoinNode.json +488 -1
  881. package/json-schema/data/JoinStrategy.json +9 -1
  882. package/json-schema/data/JoinType.json +9 -1
  883. package/json-schema/data/LocationCoordinates.json +30 -1
  884. package/json-schema/data/Mapping.json +633 -1
  885. package/json-schema/data/Metric.json +66 -0
  886. package/json-schema/data/MetricType.json +20 -0
  887. package/json-schema/data/NoSQLDataTypeMapping.json +57 -1
  888. package/json-schema/data/NoSQLDatabaseType.json +13 -1
  889. package/json-schema/data/NoSQLDriverConfig.json +446 -1
  890. package/json-schema/data/NoSQLIndex.json +81 -1
  891. package/json-schema/data/NoSQLIndexType.json +13 -1
  892. package/json-schema/data/NoSQLOperationType.json +16 -1
  893. package/json-schema/data/NoSQLQueryOptions.json +55 -1
  894. package/json-schema/data/NoSQLTransactionOptions.json +41 -1
  895. package/json-schema/data/NormalizedFilter.json +576 -1
  896. package/json-schema/data/Object.json +2682 -1
  897. package/json-schema/data/ObjectCapabilities.json +74 -1
  898. package/json-schema/data/PartitioningConfig.json +32 -1
  899. package/json-schema/data/PoolConfig.json +30 -1
  900. package/json-schema/data/Query.json +489 -1
  901. package/json-schema/data/QueryFilter.json +28 -1
  902. package/json-schema/data/RangeOperator.json +61 -1
  903. package/json-schema/data/ReplicationConfig.json +40 -1
  904. package/json-schema/data/SQLDialect.json +11 -1
  905. package/json-schema/data/SQLDriverConfig.json +319 -1
  906. package/json-schema/data/SSLConfig.json +23 -1
  907. package/json-schema/data/ScriptValidation.json +73 -1
  908. package/json-schema/data/SearchConfig.json +30 -1
  909. package/json-schema/data/SelectOption.json +28 -1
  910. package/json-schema/data/SetOperator.json +12 -1
  911. package/json-schema/data/ShardingConfig.json +29 -1
  912. package/json-schema/data/SoftDeleteConfig.json +23 -1
  913. package/json-schema/data/SortNode.json +20 -1
  914. package/json-schema/data/SpecialOperator.json +12 -1
  915. package/json-schema/data/StateMachineValidation.json +84 -1
  916. package/json-schema/data/StringOperator.json +15 -1
  917. package/json-schema/data/TenancyConfig.json +33 -1
  918. package/json-schema/data/TimeUpdateInterval.json +19 -0
  919. package/json-schema/data/TransformType.json +12 -1
  920. package/json-schema/data/UniquenessValidation.json +84 -1
  921. package/json-schema/data/ValidationRule.json +1435 -1
  922. package/json-schema/data/VectorConfig.json +45 -1
  923. package/json-schema/data/VersioningConfig.json +33 -1
  924. package/json-schema/data/WindowFunction.json +18 -1
  925. package/json-schema/data/WindowFunctionNode.json +98 -1
  926. package/json-schema/data/WindowSpec.json +59 -1
  927. package/json-schema/hub/BillOfMaterials.json +64 -1
  928. package/json-schema/hub/ComposerRequest.json +80 -1
  929. package/json-schema/hub/ComposerResponse.json +1514 -1
  930. package/json-schema/hub/ConflictReport.json +47 -1
  931. package/json-schema/hub/DatabaseLevelIsolationStrategy.json +133 -1
  932. package/json-schema/hub/DependencyConflict.json +72 -1
  933. package/json-schema/hub/DependencyGraph.json +161 -1
  934. package/json-schema/hub/DependencyGraphNode.json +81 -1
  935. package/json-schema/hub/DependencyRequirement.json +30 -1
  936. package/json-schema/hub/DependencyResolutionResult.json +285 -1
  937. package/json-schema/hub/DeploymentTarget.json +32 -1
  938. package/json-schema/hub/EdgeLocation.json +93 -1
  939. package/json-schema/hub/Feature.json +45 -1
  940. package/json-schema/hub/FederationTopology.json +406 -1
  941. package/json-schema/hub/GlobalRegistryEntry.json +60 -1
  942. package/json-schema/hub/HubInstance.json +115 -1
  943. package/json-schema/hub/HubSpace.json +273 -1
  944. package/json-schema/hub/LevelIsolationStrategySchema.json +87 -1
  945. package/json-schema/hub/License.json +59 -1
  946. package/json-schema/hub/MarketplacePlugin.json +222 -1
  947. package/json-schema/hub/MetricType.json +8 -1
  948. package/json-schema/hub/PackageDependency.json +30 -1
  949. package/json-schema/hub/Plan.json +47 -1
  950. package/json-schema/hub/PluginAuthor.json +41 -1
  951. package/json-schema/hub/PluginInstallConfig.json +47 -1
  952. package/json-schema/hub/PluginPricing.json +37 -1
  953. package/json-schema/hub/PluginProvenance.json +192 -1
  954. package/json-schema/hub/PluginQualityMetrics.json +95 -1
  955. package/json-schema/hub/PluginRegistryEntry.json +827 -1
  956. package/json-schema/hub/PluginSearchFilters.json +85 -1
  957. package/json-schema/hub/PluginStatistics.json +78 -1
  958. package/json-schema/hub/PluginTrustScore.json +88 -1
  959. package/json-schema/hub/PluginVendor.json +41 -1
  960. package/json-schema/hub/PluginVersion.json +63 -0
  961. package/json-schema/hub/Region.json +175 -1
  962. package/json-schema/hub/RegistryConfig.json +233 -1
  963. package/json-schema/hub/RegistrySyncPolicy.json +9 -1
  964. package/json-schema/hub/RegistryUpstream.json +104 -1
  965. package/json-schema/hub/ReplicationJob.json +134 -1
  966. package/json-schema/hub/RowLevelIsolationStrategy.json +68 -1
  967. package/json-schema/hub/SBOM.json +144 -1
  968. package/json-schema/hub/SBOMEntry.json +78 -1
  969. package/json-schema/hub/SecurityPolicy.json +140 -1
  970. package/json-schema/hub/SecurityScanResult.json +303 -1
  971. package/json-schema/hub/SecurityVulnerability.json +112 -1
  972. package/json-schema/hub/SpaceSubscription.json +71 -1
  973. package/json-schema/hub/SubscriptionStatus.json +10 -1
  974. package/json-schema/hub/Tenant.json +53 -1
  975. package/json-schema/hub/TenantIsolationConfig.json +292 -1
  976. package/json-schema/hub/TenantIsolationLevel.json +8 -1
  977. package/json-schema/hub/TenantPlacementPolicy.json +92 -1
  978. package/json-schema/hub/TenantQuota.json +21 -1
  979. package/json-schema/hub/TenantSecurityPolicy.json +109 -1
  980. package/json-schema/hub/VulnerabilitySeverity.json +10 -1
  981. package/json-schema/identity/Account.json +87 -0
  982. package/json-schema/identity/Invitation.json +69 -0
  983. package/json-schema/identity/InvitationStatus.json +15 -0
  984. package/json-schema/identity/Member.json +46 -0
  985. package/json-schema/identity/Organization.json +52 -0
  986. package/json-schema/identity/Role.json +33 -0
  987. package/json-schema/identity/SCIMAddress.json +50 -0
  988. package/json-schema/identity/SCIMEmail.json +38 -0
  989. package/json-schema/identity/SCIMEnterpriseUser.json +55 -0
  990. package/json-schema/identity/SCIMError.json +52 -0
  991. package/json-schema/identity/SCIMGroup.json +102 -0
  992. package/json-schema/identity/SCIMGroupReference.json +36 -0
  993. package/json-schema/identity/SCIMListResponse.json +606 -0
  994. package/json-schema/identity/SCIMMemberReference.json +36 -0
  995. package/json-schema/identity/SCIMMeta.json +35 -0
  996. package/json-schema/identity/SCIMName.json +36 -0
  997. package/json-schema/identity/SCIMPatchOperation.json +31 -0
  998. package/json-schema/identity/SCIMPatchRequest.json +56 -0
  999. package/json-schema/identity/SCIMPhoneNumber.json +40 -0
  1000. package/json-schema/identity/SCIMUser.json +462 -0
  1001. package/json-schema/identity/Session.json +63 -0
  1002. package/json-schema/identity/User.json +51 -0
  1003. package/json-schema/identity/VerificationToken.json +36 -0
  1004. package/json-schema/integration/AckMode.json +9 -1
  1005. package/json-schema/integration/ApiVersionConfig.json +26 -1
  1006. package/json-schema/integration/Authentication.json +140 -1
  1007. package/json-schema/integration/BuildConfig.json +33 -1
  1008. package/json-schema/integration/CdcConfig.json +49 -1
  1009. package/json-schema/integration/ConflictResolution.json +10 -1
  1010. package/json-schema/integration/Connector.json +861 -1
  1011. package/json-schema/integration/ConnectorAction.json +37 -0
  1012. package/json-schema/integration/ConnectorStatus.json +10 -1
  1013. package/json-schema/integration/ConnectorTrigger.json +40 -0
  1014. package/json-schema/integration/ConnectorType.json +12 -1
  1015. package/json-schema/integration/ConsumerConfig.json +61 -1
  1016. package/json-schema/integration/DataSyncConfig.json +73 -1
  1017. package/json-schema/integration/DatabaseConnector.json +1314 -1
  1018. package/json-schema/integration/DatabasePoolConfig.json +47 -1
  1019. package/json-schema/integration/DatabaseProvider.json +18 -1
  1020. package/json-schema/integration/DatabaseTable.json +210 -1
  1021. package/json-schema/integration/DeliveryGuarantee.json +9 -1
  1022. package/json-schema/integration/DeploymentConfig.json +71 -1
  1023. package/json-schema/integration/DlqConfig.json +31 -1
  1024. package/json-schema/integration/DomainConfig.json +45 -1
  1025. package/json-schema/integration/EdgeFunctionConfig.json +39 -1
  1026. package/json-schema/integration/EnvironmentVariables.json +40 -1
  1027. package/json-schema/integration/FieldMapping.json +164 -1
  1028. package/json-schema/integration/FieldTransform.json +30 -1
  1029. package/json-schema/integration/FileAccessPattern.json +11 -1
  1030. package/json-schema/integration/FileFilterConfig.json +44 -1
  1031. package/json-schema/integration/FileMetadataConfig.json +35 -1
  1032. package/json-schema/integration/FileStorageConnector.json +1182 -1
  1033. package/json-schema/integration/FileStorageProvider.json +17 -1
  1034. package/json-schema/integration/FileVersioningConfig.json +22 -1
  1035. package/json-schema/integration/GitHubActionsWorkflow.json +52 -1
  1036. package/json-schema/integration/GitHubCommitConfig.json +29 -1
  1037. package/json-schema/integration/GitHubConnector.json +1189 -1
  1038. package/json-schema/integration/GitHubIssueTracking.json +55 -1
  1039. package/json-schema/integration/GitHubProvider.json +8 -1
  1040. package/json-schema/integration/GitHubPullRequestConfig.json +45 -1
  1041. package/json-schema/integration/GitHubReleaseConfig.json +34 -1
  1042. package/json-schema/integration/GitHubRepository.json +68 -1
  1043. package/json-schema/integration/GitRepositoryConfig.json +38 -1
  1044. package/json-schema/integration/MessageFormat.json +12 -1
  1045. package/json-schema/integration/MessageQueueConnector.json +1267 -1
  1046. package/json-schema/integration/MessageQueueProvider.json +19 -1
  1047. package/json-schema/integration/MultipartUploadConfig.json +30 -1
  1048. package/json-schema/integration/ProducerConfig.json +66 -1
  1049. package/json-schema/integration/RateLimitConfig.json +63 -1
  1050. package/json-schema/integration/RateLimitStrategy.json +10 -1
  1051. package/json-schema/integration/RetryConfig.json +67 -1
  1052. package/json-schema/integration/RetryStrategy.json +10 -1
  1053. package/json-schema/integration/SaasConnector.json +1209 -1
  1054. package/json-schema/integration/SaasObjectType.json +212 -1
  1055. package/json-schema/integration/SaasProvider.json +18 -1
  1056. package/json-schema/integration/SslConfig.json +28 -1
  1057. package/json-schema/integration/StorageBucket.json +93 -1
  1058. package/json-schema/integration/SyncStrategy.json +10 -1
  1059. package/json-schema/integration/TopicQueue.json +246 -1
  1060. package/json-schema/integration/VercelConnector.json +1286 -1
  1061. package/json-schema/integration/VercelFramework.json +18 -1
  1062. package/json-schema/integration/VercelMonitoring.json +58 -1
  1063. package/json-schema/integration/VercelProject.json +316 -1
  1064. package/json-schema/integration/VercelProvider.json +7 -1
  1065. package/json-schema/integration/VercelTeam.json +14 -1
  1066. package/json-schema/integration/WebhookConfig.json +195 -1
  1067. package/json-schema/integration/WebhookEvent.json +14 -1
  1068. package/json-schema/integration/WebhookSignatureAlgorithm.json +9 -1
  1069. package/json-schema/kernel/AdvancedPluginLifecycleConfig.json +424 -0
  1070. package/json-schema/kernel/BreakingChange.json +63 -0
  1071. package/json-schema/kernel/CapabilityConformanceLevel.json +16 -0
  1072. package/json-schema/kernel/CompatibilityLevel.json +17 -0
  1073. package/json-schema/kernel/CompatibilityMatrixEntry.json +123 -0
  1074. package/json-schema/kernel/DeadLetterQueueEntry.json +137 -0
  1075. package/json-schema/kernel/DependencyConflict.json +102 -0
  1076. package/json-schema/kernel/DependencyResolutionResult.json +163 -0
  1077. package/json-schema/kernel/DeprecationNotice.json +38 -0
  1078. package/json-schema/kernel/DistributedStateConfig.json +78 -0
  1079. package/json-schema/kernel/Event.json +77 -0
  1080. package/json-schema/kernel/EventBusConfig.json +552 -0
  1081. package/json-schema/kernel/EventHandler.json +63 -0
  1082. package/json-schema/kernel/EventLogEntry.json +153 -0
  1083. package/json-schema/kernel/EventMessageQueueConfig.json +79 -0
  1084. package/json-schema/kernel/EventMetadata.json +53 -0
  1085. package/json-schema/kernel/EventPersistence.json +36 -0
  1086. package/json-schema/kernel/EventPhase.json +15 -0
  1087. package/json-schema/kernel/EventPriority.json +16 -0
  1088. package/json-schema/kernel/EventQueueConfig.json +67 -0
  1089. package/json-schema/kernel/EventReplayConfig.json +50 -0
  1090. package/json-schema/kernel/EventRoute.json +27 -0
  1091. package/json-schema/kernel/EventSourcingConfig.json +65 -0
  1092. package/json-schema/kernel/EventTypeDefinition.json +45 -0
  1093. package/json-schema/kernel/EventWebhookConfig.json +119 -0
  1094. package/json-schema/kernel/ExtensionPoint.json +67 -0
  1095. package/json-schema/kernel/FeatureFlag.json +87 -0
  1096. package/json-schema/kernel/FeatureStrategy.json +16 -0
  1097. package/json-schema/kernel/GracefulDegradation.json +87 -0
  1098. package/json-schema/kernel/HealthStatus.json +33 -0
  1099. package/json-schema/kernel/HookRegisteredEvent.json +30 -0
  1100. package/json-schema/kernel/HookTriggeredEvent.json +34 -0
  1101. package/json-schema/kernel/HotReloadConfig.json +138 -0
  1102. package/json-schema/kernel/KernelContext.json +62 -0
  1103. package/json-schema/kernel/KernelEventBase.json +19 -0
  1104. package/json-schema/kernel/KernelReadyEvent.json +29 -0
  1105. package/json-schema/kernel/KernelShutdownEvent.json +23 -0
  1106. package/json-schema/kernel/Manifest.json +1432 -0
  1107. package/json-schema/kernel/MetadataCollectionInfo.json +53 -0
  1108. package/json-schema/kernel/MetadataExportOptions.json +49 -0
  1109. package/json-schema/kernel/MetadataFormat.json +15 -0
  1110. package/json-schema/kernel/MetadataImportOptions.json +42 -0
  1111. package/json-schema/kernel/MetadataLoadOptions.json +52 -0
  1112. package/json-schema/kernel/MetadataLoadResult.json +86 -0
  1113. package/json-schema/kernel/MetadataLoaderContract.json +48 -0
  1114. package/json-schema/kernel/MetadataManagerConfig.json +108 -0
  1115. package/json-schema/kernel/MetadataSaveOptions.json +64 -0
  1116. package/json-schema/kernel/MetadataSaveResult.json +42 -0
  1117. package/json-schema/kernel/MetadataStats.json +51 -0
  1118. package/json-schema/kernel/MetadataWatchEvent.json +48 -0
  1119. package/json-schema/kernel/MultiVersionSupport.json +91 -0
  1120. package/json-schema/kernel/OpsDomainModule.json +26 -0
  1121. package/json-schema/kernel/OpsFilePath.json +9 -0
  1122. package/json-schema/kernel/OpsPluginStructure.json +26 -0
  1123. package/json-schema/kernel/Permission.json +110 -0
  1124. package/json-schema/kernel/PermissionAction.json +23 -0
  1125. package/json-schema/kernel/PermissionScope.json +17 -0
  1126. package/json-schema/kernel/PermissionSet.json +160 -0
  1127. package/json-schema/kernel/Plugin.json +32 -0
  1128. package/json-schema/kernel/PluginCaching.json +77 -0
  1129. package/json-schema/kernel/PluginCapability.json +127 -0
  1130. package/json-schema/kernel/PluginCapabilityManifest.json +410 -0
  1131. package/json-schema/kernel/PluginCodeSplitting.json +56 -0
  1132. package/json-schema/kernel/PluginCompatibilityMatrix.json +177 -0
  1133. package/json-schema/kernel/PluginContext.json +82 -0
  1134. package/json-schema/kernel/PluginDependency.json +39 -0
  1135. package/json-schema/kernel/PluginDependencyResolution.json +88 -0
  1136. package/json-schema/kernel/PluginDynamicImport.json +69 -0
  1137. package/json-schema/kernel/PluginErrorEvent.json +46 -0
  1138. package/json-schema/kernel/PluginEventBase.json +24 -0
  1139. package/json-schema/kernel/PluginHealthCheck.json +61 -0
  1140. package/json-schema/kernel/PluginHealthReport.json +128 -0
  1141. package/json-schema/kernel/PluginHealthStatus.json +18 -0
  1142. package/json-schema/kernel/PluginHotReload.json +80 -0
  1143. package/json-schema/kernel/PluginInitialization.json +64 -0
  1144. package/json-schema/kernel/PluginInterface.json +141 -0
  1145. package/json-schema/{system → kernel}/PluginLifecycle.json +5 -1
  1146. package/json-schema/kernel/PluginLifecycleEventType.json +31 -0
  1147. package/json-schema/kernel/PluginLifecyclePhaseEvent.json +38 -0
  1148. package/json-schema/kernel/PluginLoadingConfig.json +635 -0
  1149. package/json-schema/kernel/PluginLoadingEvent.json +67 -0
  1150. package/json-schema/kernel/PluginLoadingState.json +54 -0
  1151. package/json-schema/kernel/PluginLoadingStrategy.json +17 -0
  1152. package/json-schema/kernel/PluginMetadata.json +37 -0
  1153. package/json-schema/kernel/PluginPerformanceMonitoring.json +70 -0
  1154. package/json-schema/kernel/PluginPreloadConfig.json +73 -0
  1155. package/json-schema/kernel/PluginRegisteredEvent.json +28 -0
  1156. package/json-schema/kernel/PluginSandboxing.json +87 -0
  1157. package/json-schema/kernel/PluginSecurityManifest.json +1189 -0
  1158. package/json-schema/kernel/PluginStartupResult.json +73 -0
  1159. package/json-schema/kernel/PluginStateSnapshot.json +50 -0
  1160. package/json-schema/kernel/PluginTrustLevel.json +17 -0
  1161. package/json-schema/kernel/PluginUpdateStrategy.json +102 -0
  1162. package/json-schema/kernel/PluginVersionMetadata.json +362 -0
  1163. package/json-schema/kernel/ProtocolFeature.json +34 -0
  1164. package/json-schema/kernel/ProtocolReference.json +56 -0
  1165. package/json-schema/kernel/ProtocolVersion.json +30 -0
  1166. package/json-schema/kernel/RealTimeNotificationConfig.json +85 -0
  1167. package/json-schema/kernel/ResourceType.json +28 -0
  1168. package/json-schema/kernel/RuntimeConfig.json +138 -0
  1169. package/json-schema/kernel/RuntimeMode.json +16 -0
  1170. package/json-schema/kernel/SandboxConfig.json +312 -0
  1171. package/json-schema/kernel/ScopeConfig.json +28 -0
  1172. package/json-schema/kernel/ScopeInfo.json +39 -0
  1173. package/json-schema/kernel/SecurityPolicy.json +172 -0
  1174. package/json-schema/kernel/SecurityScanResult.json +352 -0
  1175. package/json-schema/kernel/SecurityVulnerability.json +92 -0
  1176. package/json-schema/kernel/SemanticVersion.json +41 -0
  1177. package/json-schema/kernel/ServiceFactoryRegistration.json +44 -0
  1178. package/json-schema/kernel/ServiceMetadata.json +43 -0
  1179. package/json-schema/kernel/ServiceRegisteredEvent.json +28 -0
  1180. package/json-schema/kernel/ServiceRegistryConfig.json +39 -0
  1181. package/json-schema/kernel/ServiceScopeType.json +15 -0
  1182. package/json-schema/kernel/ServiceUnregisteredEvent.json +24 -0
  1183. package/json-schema/kernel/StartupOptions.json +36 -0
  1184. package/json-schema/kernel/StartupOrchestrationResult.json +104 -0
  1185. package/json-schema/kernel/ValidationError.json +28 -0
  1186. package/json-schema/kernel/ValidationResult.json +71 -0
  1187. package/json-schema/kernel/ValidationWarning.json +28 -0
  1188. package/json-schema/kernel/VersionConstraint.json +60 -0
  1189. package/json-schema/qa/TestAction.json +36 -1
  1190. package/json-schema/qa/TestActionType.json +13 -1
  1191. package/json-schema/qa/TestAssertion.json +31 -1
  1192. package/json-schema/qa/TestAssertionType.json +16 -1
  1193. package/json-schema/qa/TestContext.json +5 -1
  1194. package/json-schema/qa/TestScenario.json +335 -1
  1195. package/json-schema/qa/TestStep.json +93 -1
  1196. package/json-schema/qa/TestSuite.json +351 -1
  1197. package/json-schema/security/AuditPolicy.json +31 -0
  1198. package/json-schema/security/CriteriaSharingRule.json +82 -0
  1199. package/json-schema/security/FieldPermission.json +22 -0
  1200. package/json-schema/security/NetworkPolicy.json +31 -0
  1201. package/json-schema/security/OWDModel.json +15 -0
  1202. package/json-schema/security/ObjectPermission.json +57 -0
  1203. package/json-schema/security/OwnerSharingRule.json +102 -0
  1204. package/json-schema/security/PasswordPolicy.json +41 -0
  1205. package/json-schema/security/PermissionSet.json +193 -0
  1206. package/json-schema/security/Policy.json +138 -0
  1207. package/json-schema/security/RLSConfig.json +59 -0
  1208. package/json-schema/security/RLSEvaluationResult.json +40 -0
  1209. package/json-schema/security/RLSOperation.json +16 -0
  1210. package/json-schema/security/RLSUserContext.json +51 -0
  1211. package/json-schema/security/RowLevelSecurityPolicy.json +77 -0
  1212. package/json-schema/security/SessionPolicy.json +27 -0
  1213. package/json-schema/security/ShareRecipientType.json +16 -0
  1214. package/json-schema/security/SharingLevel.json +14 -0
  1215. package/json-schema/security/SharingRule.json +182 -0
  1216. package/json-schema/{permission → security}/SharingRuleType.json +7 -1
  1217. package/json-schema/security/Territory.json +79 -0
  1218. package/json-schema/security/TerritoryModel.json +34 -0
  1219. package/json-schema/security/TerritoryType.json +15 -0
  1220. package/json-schema/shared/CorsConfig.json +51 -1
  1221. package/json-schema/shared/EventName.json +6 -1
  1222. package/json-schema/shared/FieldMapping.json +136 -1
  1223. package/json-schema/shared/HttpMethod.json +12 -1
  1224. package/json-schema/shared/RateLimitConfig.json +21 -1
  1225. package/json-schema/shared/SnakeCaseIdentifier.json +6 -1
  1226. package/json-schema/shared/StaticMount.json +22 -1
  1227. package/json-schema/shared/SystemIdentifier.json +6 -1
  1228. package/json-schema/shared/TransformType.json +114 -1
  1229. package/json-schema/system/AccessControlConfig.json +100 -1
  1230. package/json-schema/system/AddFieldOperation.json +877 -1
  1231. package/json-schema/system/AnalyzerConfig.json +35 -1
  1232. package/json-schema/system/AuditConfig.json +580 -1
  1233. package/json-schema/system/AuditEvent.json +226 -1
  1234. package/json-schema/system/AuditEventActor.json +42 -1
  1235. package/json-schema/system/AuditEventChange.json +19 -1
  1236. package/json-schema/system/AuditEventFilter.json +121 -1
  1237. package/json-schema/system/AuditEventSeverity.json +13 -1
  1238. package/json-schema/system/AuditEventTarget.json +27 -1
  1239. package/json-schema/system/AuditEventType.json +47 -1
  1240. package/json-schema/system/AuditLogConfig.json +42 -1
  1241. package/json-schema/system/AuditRetentionPolicy.json +67 -1
  1242. package/json-schema/system/AuditStorageConfig.json +54 -1
  1243. package/json-schema/system/AuthConfig.json +100 -0
  1244. package/json-schema/system/AuthPluginConfig.json +32 -0
  1245. package/json-schema/system/AuthProviderConfig.json +36 -0
  1246. package/json-schema/system/AwarenessEvent.json +45 -1
  1247. package/json-schema/system/AwarenessSession.json +111 -1
  1248. package/json-schema/system/AwarenessUpdate.json +29 -1
  1249. package/json-schema/system/AwarenessUserState.json +71 -1
  1250. package/json-schema/system/BatchProgress.json +66 -1
  1251. package/json-schema/system/BatchTask.json +57 -1
  1252. package/json-schema/system/BucketConfig.json +326 -1
  1253. package/json-schema/system/CRDTMergeResult.json +289 -1
  1254. package/json-schema/system/CRDTState.json +252 -1
  1255. package/json-schema/system/CRDTType.json +14 -1
  1256. package/json-schema/system/CacheConfig.json +115 -1
  1257. package/json-schema/system/CacheInvalidation.json +37 -1
  1258. package/json-schema/system/CacheStrategy.json +10 -1
  1259. package/json-schema/system/CacheTier.json +46 -1
  1260. package/json-schema/system/ChangeImpact.json +49 -1
  1261. package/json-schema/system/ChangePriority.json +9 -1
  1262. package/json-schema/system/ChangeRequest.json +307 -1
  1263. package/json-schema/system/ChangeSet.json +7418 -1
  1264. package/json-schema/system/ChangeStatus.json +15 -1
  1265. package/json-schema/system/ChangeType.json +9 -1
  1266. package/json-schema/system/CollaborationMode.json +9 -1
  1267. package/json-schema/system/CollaborationSession.json +569 -1
  1268. package/json-schema/system/CollaborationSessionConfig.json +80 -1
  1269. package/json-schema/system/CollaborativeCursor.json +183 -1
  1270. package/json-schema/system/ComplianceConfig.json +196 -1
  1271. package/json-schema/system/ConsoleDestinationConfig.json +23 -1
  1272. package/json-schema/system/ConsumerConfig.json +28 -1
  1273. package/json-schema/system/CoreServiceName.json +25 -0
  1274. package/json-schema/system/CounterOperation.json +24 -1
  1275. package/json-schema/system/CreateObjectOperation.json +2696 -1
  1276. package/json-schema/system/CronSchedule.json +23 -1
  1277. package/json-schema/system/CursorColorPreset.json +15 -1
  1278. package/json-schema/system/CursorSelection.json +60 -1
  1279. package/json-schema/system/CursorStyle.json +53 -1
  1280. package/json-schema/system/CursorUpdate.json +95 -1
  1281. package/json-schema/system/DeadLetterQueue.json +20 -1
  1282. package/json-schema/system/DeleteObjectOperation.json +17 -1
  1283. package/json-schema/system/EmailTemplate.json +63 -1
  1284. package/json-schema/system/EncryptionAlgorithm.json +8 -1
  1285. package/json-schema/system/EncryptionConfig.json +87 -1
  1286. package/json-schema/system/ExecuteSqlOperation.json +20 -1
  1287. package/json-schema/system/ExtendedLogLevel.json +12 -1
  1288. package/json-schema/system/ExternalServiceDestinationConfig.json +45 -1
  1289. package/json-schema/system/FacetConfig.json +24 -1
  1290. package/json-schema/system/FieldEncryption.json +104 -1
  1291. package/json-schema/system/FileDestinationConfig.json +50 -1
  1292. package/json-schema/system/FileMetadata.json +44 -1
  1293. package/json-schema/system/GCounter.json +22 -1
  1294. package/json-schema/system/GDPRConfig.json +65 -1
  1295. package/json-schema/system/HIPAAConfig.json +39 -1
  1296. package/json-schema/system/HistogramBucketConfig.json +86 -1
  1297. package/json-schema/system/HttpDestinationConfig.json +105 -1
  1298. package/json-schema/system/HttpServerConfig.json +150 -1
  1299. package/json-schema/system/InAppNotification.json +42 -1
  1300. package/json-schema/system/IntervalSchedule.json +19 -1
  1301. package/json-schema/system/Job.json +126 -1
  1302. package/json-schema/system/JobExecution.json +43 -1
  1303. package/json-schema/system/JobExecutionStatus.json +9 -1
  1304. package/json-schema/system/KernelServiceMap.json +30 -0
  1305. package/json-schema/system/KeyManagementProvider.json +10 -1
  1306. package/json-schema/system/KeyRotationPolicy.json +23 -1
  1307. package/json-schema/system/LWWRegister.json +45 -1
  1308. package/json-schema/system/LifecycleAction.json +9 -1
  1309. package/json-schema/system/LifecyclePolicyConfig.json +78 -1
  1310. package/json-schema/system/LifecyclePolicyRule.json +62 -1
  1311. package/json-schema/system/Locale.json +4 -1
  1312. package/json-schema/system/LogDestination.json +289 -1
  1313. package/json-schema/system/LogDestinationType.json +20 -1
  1314. package/json-schema/system/LogEnrichmentConfig.json +53 -1
  1315. package/json-schema/system/LogEntry.json +58 -1
  1316. package/json-schema/system/LogFormat.json +9 -1
  1317. package/json-schema/system/LogLevel.json +12 -1
  1318. package/json-schema/system/LoggerConfig.json +69 -1
  1319. package/json-schema/system/LoggingConfig.json +608 -1
  1320. package/json-schema/system/MaskingConfig.json +71 -1
  1321. package/json-schema/system/MaskingRule.json +51 -1
  1322. package/json-schema/system/MaskingStrategy.json +12 -1
  1323. package/json-schema/system/MessageQueueConfig.json +137 -1
  1324. package/json-schema/system/MessageQueueProvider.json +11 -1
  1325. package/json-schema/system/MetadataCollectionInfo.json +23 -1
  1326. package/json-schema/system/MetadataExportOptions.json +38 -1
  1327. package/json-schema/system/MetadataFormat.json +12 -1
  1328. package/json-schema/system/MetadataImportOptions.json +26 -1
  1329. package/json-schema/system/MetadataLoadOptions.json +45 -1
  1330. package/json-schema/system/MetadataLoadResult.json +72 -1
  1331. package/json-schema/system/MetadataLoaderContract.json +57 -1
  1332. package/json-schema/system/MetadataManagerConfig.json +37 -1
  1333. package/json-schema/system/MetadataRecord.json +83 -0
  1334. package/json-schema/system/MetadataSaveOptions.json +44 -1
  1335. package/json-schema/system/MetadataSaveResult.json +65 -1
  1336. package/json-schema/system/MetadataScope.json +14 -0
  1337. package/json-schema/system/MetadataState.json +15 -0
  1338. package/json-schema/system/MetadataStats.json +38 -1
  1339. package/json-schema/system/MetadataWatchEvent.json +73 -1
  1340. package/json-schema/system/MetricAggregationConfig.json +63 -1
  1341. package/json-schema/system/MetricAggregationType.json +19 -1
  1342. package/json-schema/system/MetricDataPoint.json +129 -1
  1343. package/json-schema/system/MetricDefinition.json +187 -1
  1344. package/json-schema/system/MetricExportConfig.json +87 -1
  1345. package/json-schema/system/MetricLabels.json +7 -1
  1346. package/json-schema/system/MetricType.json +10 -1
  1347. package/json-schema/system/MetricUnit.json +26 -1
  1348. package/json-schema/system/MetricsConfig.json +712 -1
  1349. package/json-schema/system/MiddlewareConfig.json +64 -1
  1350. package/json-schema/system/MiddlewareType.json +12 -1
  1351. package/json-schema/system/MigrationDependency.json +15 -1
  1352. package/json-schema/system/MigrationOperation.json +3682 -1
  1353. package/json-schema/system/ModifyFieldOperation.json +26 -1
  1354. package/json-schema/system/MultipartUploadConfig.json +43 -1
  1355. package/json-schema/system/NotificationChannel.json +12 -1
  1356. package/json-schema/system/NotificationConfig.json +337 -1
  1357. package/json-schema/system/ORSet.json +51 -1
  1358. package/json-schema/system/ORSetElement.json +33 -1
  1359. package/json-schema/system/OTComponent.json +70 -1
  1360. package/json-schema/system/OTOperation.json +122 -1
  1361. package/json-schema/system/OTOperationType.json +8 -1
  1362. package/json-schema/system/OTTransformResult.json +144 -1
  1363. package/json-schema/system/ObjectMetadata.json +84 -1
  1364. package/json-schema/system/ObjectStorageConfig.json +469 -1
  1365. package/json-schema/system/OnceSchedule.json +19 -1
  1366. package/json-schema/system/OpenTelemetryCompatibility.json +190 -1
  1367. package/json-schema/system/OtelExporterType.json +16 -1
  1368. package/json-schema/system/PCIDSSConfig.json +41 -1
  1369. package/json-schema/system/PNCounter.json +31 -1
  1370. package/json-schema/system/PresignedUrlConfig.json +43 -1
  1371. package/json-schema/system/PushNotification.json +54 -1
  1372. package/json-schema/system/QueueConfig.json +127 -1
  1373. package/json-schema/system/RemoveFieldOperation.json +21 -1
  1374. package/json-schema/system/RenameObjectOperation.json +21 -1
  1375. package/json-schema/system/RetryPolicy.json +24 -1
  1376. package/json-schema/system/RollbackPlan.json +45 -1
  1377. package/json-schema/system/RouteHandlerMetadata.json +79 -1
  1378. package/json-schema/system/SMSTemplate.json +30 -1
  1379. package/json-schema/system/SamplingDecision.json +9 -1
  1380. package/json-schema/system/SamplingStrategyType.json +14 -1
  1381. package/json-schema/system/Schedule.json +65 -1
  1382. package/json-schema/system/SearchConfig.json +189 -1
  1383. package/json-schema/system/SearchIndexConfig.json +72 -1
  1384. package/json-schema/system/SearchProvider.json +10 -1
  1385. package/json-schema/system/ServerCapabilities.json +57 -1
  1386. package/json-schema/system/ServerEvent.json +33 -1
  1387. package/json-schema/system/ServerEventType.json +12 -1
  1388. package/json-schema/system/ServerStatus.json +87 -1
  1389. package/json-schema/system/ServiceConfig.json +42 -0
  1390. package/json-schema/system/ServiceCriticality.json +14 -0
  1391. package/json-schema/system/ServiceLevelIndicator.json +99 -1
  1392. package/json-schema/system/ServiceLevelObjective.json +164 -1
  1393. package/json-schema/system/ServiceStatus.json +62 -0
  1394. package/json-schema/system/Span.json +381 -1
  1395. package/json-schema/system/SpanAttributeValue.json +32 -1
  1396. package/json-schema/system/SpanAttributes.json +36 -1
  1397. package/json-schema/system/SpanEvent.json +56 -1
  1398. package/json-schema/system/SpanKind.json +11 -1
  1399. package/json-schema/system/SpanLink.json +104 -1
  1400. package/json-schema/system/SpanStatus.json +9 -1
  1401. package/json-schema/system/StorageAcl.json +12 -1
  1402. package/json-schema/system/StorageClass.json +11 -1
  1403. package/json-schema/system/StorageConnection.json +56 -1
  1404. package/json-schema/system/StorageProvider.json +15 -1
  1405. package/json-schema/system/StorageScope.json +16 -1
  1406. package/json-schema/system/StructuredLogEntry.json +185 -1
  1407. package/json-schema/system/SuspiciousActivityRule.json +169 -1
  1408. package/json-schema/system/Task.json +139 -1
  1409. package/json-schema/system/TaskExecutionResult.json +79 -1
  1410. package/json-schema/system/TaskPriority.json +10 -1
  1411. package/json-schema/system/TaskRetryPolicy.json +40 -1
  1412. package/json-schema/system/TaskStatus.json +13 -1
  1413. package/json-schema/system/TextCRDTOperation.json +46 -1
  1414. package/json-schema/system/TextCRDTState.json +99 -1
  1415. package/json-schema/system/TimeSeries.json +63 -1
  1416. package/json-schema/system/TimeSeriesDataPoint.json +27 -1
  1417. package/json-schema/system/TopicConfig.json +33 -1
  1418. package/json-schema/system/TraceContext.json +58 -1
  1419. package/json-schema/system/TraceContextPropagation.json +73 -1
  1420. package/json-schema/system/TraceFlags.json +6 -1
  1421. package/json-schema/system/TracePropagationFormat.json +13 -1
  1422. package/json-schema/system/TraceSamplingConfig.json +180 -1
  1423. package/json-schema/system/TraceState.json +17 -1
  1424. package/json-schema/system/TracingConfig.json +533 -1
  1425. package/json-schema/system/TranslationBundle.json +72 -1
  1426. package/json-schema/system/TranslationData.json +69 -1
  1427. package/json-schema/system/UserActivityStatus.json +9 -1
  1428. package/json-schema/system/VectorClock.json +17 -1
  1429. package/json-schema/system/WorkerConfig.json +182 -1
  1430. package/json-schema/system/WorkerStats.json +84 -1
  1431. package/json-schema/ui/Action.json +180 -1
  1432. package/json-schema/ui/ActionParam.json +89 -1
  1433. package/json-schema/ui/Animation.json +50 -1
  1434. package/json-schema/ui/App.json +307 -1
  1435. package/json-schema/ui/AppBranding.json +18 -1
  1436. package/json-schema/ui/BorderRadius.json +38 -1
  1437. package/json-schema/ui/Breakpoints.json +30 -1
  1438. package/json-schema/ui/CalendarConfig.json +22 -1
  1439. package/json-schema/ui/ChartAnnotation.json +60 -0
  1440. package/json-schema/ui/ChartAxis.json +57 -0
  1441. package/json-schema/ui/ChartConfig.json +353 -1
  1442. package/json-schema/ui/ChartInteraction.json +28 -0
  1443. package/json-schema/ui/ChartSeries.json +84 -0
  1444. package/json-schema/ui/ChartType.json +43 -1
  1445. package/json-schema/ui/ColorPalette.json +77 -1
  1446. package/json-schema/ui/Dashboard.json +515 -1
  1447. package/json-schema/ui/DashboardNavItem.json +38 -1
  1448. package/json-schema/ui/DashboardWidget.json +487 -1
  1449. package/json-schema/ui/FieldWidgetProps.json +892 -1
  1450. package/json-schema/ui/FormField.json +55 -1
  1451. package/json-schema/ui/FormSection.json +95 -1
  1452. package/json-schema/ui/FormView.json +351 -1
  1453. package/json-schema/ui/GanttConfig.json +26 -1
  1454. package/json-schema/ui/GroupNavItem.json +38 -1
  1455. package/json-schema/ui/HttpMethod.json +10 -1
  1456. package/json-schema/ui/HttpRequest.json +40 -1
  1457. package/json-schema/ui/KanbanConfig.json +25 -1
  1458. package/json-schema/ui/ListColumn.json +59 -1
  1459. package/json-schema/ui/ListView.json +453 -1
  1460. package/json-schema/ui/NavigationConfig.json +46 -0
  1461. package/json-schema/ui/NavigationItem.json +223 -1
  1462. package/json-schema/ui/NavigationMode.json +18 -0
  1463. package/json-schema/ui/ObjectNavItem.json +42 -1
  1464. package/json-schema/ui/Page.json +190 -1
  1465. package/json-schema/ui/PageCardProps.json +27 -1
  1466. package/json-schema/ui/PageComponent.json +78 -1
  1467. package/json-schema/ui/PageComponentType.json +26 -1
  1468. package/json-schema/ui/PageHeaderProps.json +33 -1
  1469. package/json-schema/ui/PageNavItem.json +43 -1
  1470. package/json-schema/ui/PageRegion.json +105 -1
  1471. package/json-schema/ui/PageTabsProps.json +49 -1
  1472. package/json-schema/ui/PageVariable.json +31 -0
  1473. package/json-schema/ui/PaginationConfig.json +20 -1
  1474. package/json-schema/ui/RecordDetailsProps.json +31 -1
  1475. package/json-schema/ui/RecordHighlightsProps.json +18 -1
  1476. package/json-schema/ui/RecordRelatedListProps.json +33 -1
  1477. package/json-schema/ui/Report.json +428 -1
  1478. package/json-schema/ui/ReportChart.json +260 -1
  1479. package/json-schema/ui/ReportColumn.json +29 -1
  1480. package/json-schema/ui/ReportGrouping.json +32 -1
  1481. package/json-schema/ui/ReportType.json +9 -1
  1482. package/json-schema/ui/SelectionConfig.json +16 -1
  1483. package/json-schema/ui/Shadow.json +38 -1
  1484. package/json-schema/ui/Spacing.json +58 -1
  1485. package/json-schema/ui/Theme.json +537 -1
  1486. package/json-schema/ui/ThemeMode.json +8 -1
  1487. package/json-schema/ui/Typography.json +136 -1
  1488. package/json-schema/ui/UrlNavItem.json +47 -1
  1489. package/json-schema/ui/View.json +1622 -1
  1490. package/json-schema/ui/ViewData.json +136 -1
  1491. package/json-schema/ui/WidgetEvent.json +36 -1
  1492. package/json-schema/ui/WidgetLifecycle.json +34 -1
  1493. package/json-schema/ui/WidgetManifest.json +310 -1
  1494. package/json-schema/ui/WidgetProperty.json +52 -1
  1495. package/json-schema/ui/WidgetSource.json +83 -0
  1496. package/json-schema/ui/ZIndex.json +38 -1
  1497. package/package.json +3 -3
  1498. package/dist/auth/config.zod.d.ts +0 -1050
  1499. package/dist/auth/config.zod.d.ts.map +0 -1
  1500. package/dist/auth/config.zod.js +0 -641
  1501. package/dist/auth/identity.zod.d.ts +0 -81
  1502. package/dist/auth/identity.zod.d.ts.map +0 -1
  1503. package/dist/auth/index.d.ts.map +0 -1
  1504. package/dist/auth/organization.zod.d.ts +0 -68
  1505. package/dist/auth/organization.zod.d.ts.map +0 -1
  1506. package/dist/auth/policy.zod.d.ts +0 -72
  1507. package/dist/auth/policy.zod.d.ts.map +0 -1
  1508. package/dist/auth/protocol.d.ts.map +0 -1
  1509. package/dist/auth/role.zod.d.ts.map +0 -1
  1510. package/dist/auth/scim.zod.d.ts +0 -570
  1511. package/dist/auth/scim.zod.d.ts.map +0 -1
  1512. package/dist/hub/marketplace-enhanced.zod.d.ts +0 -1028
  1513. package/dist/hub/marketplace-enhanced.zod.d.ts.map +0 -1
  1514. package/dist/hub/marketplace-enhanced.zod.js +0 -728
  1515. package/dist/permission/index.d.ts.map +0 -1
  1516. package/dist/permission/permission.zod.d.ts +0 -96
  1517. package/dist/permission/permission.zod.d.ts.map +0 -1
  1518. package/dist/permission/rls.zod.d.ts +0 -298
  1519. package/dist/permission/rls.zod.d.ts.map +0 -1
  1520. package/dist/permission/sharing.zod.d.ts +0 -112
  1521. package/dist/permission/sharing.zod.d.ts.map +0 -1
  1522. package/dist/permission/territory.zod.d.ts +0 -83
  1523. package/dist/permission/territory.zod.d.ts.map +0 -1
  1524. package/dist/system/context.zod.d.ts +0 -33
  1525. package/dist/system/context.zod.d.ts.map +0 -1
  1526. package/dist/system/datasource.zod.d.ts +0 -85
  1527. package/dist/system/datasource.zod.d.ts.map +0 -1
  1528. package/dist/system/events.zod.d.ts +0 -756
  1529. package/dist/system/events.zod.d.ts.map +0 -1
  1530. package/dist/system/feature.zod.d.ts +0 -73
  1531. package/dist/system/feature.zod.d.ts.map +0 -1
  1532. package/dist/system/manifest.zod.d.ts +0 -430
  1533. package/dist/system/manifest.zod.d.ts.map +0 -1
  1534. package/dist/system/metadata-loader.zod.d.ts +0 -222
  1535. package/dist/system/metadata-loader.zod.d.ts.map +0 -1
  1536. package/dist/system/plugin-capability.zod.d.ts +0 -286
  1537. package/dist/system/plugin-capability.zod.d.ts.map +0 -1
  1538. package/dist/system/plugin-lifecycle-advanced.zod.d.ts +0 -357
  1539. package/dist/system/plugin-lifecycle-advanced.zod.d.ts.map +0 -1
  1540. package/dist/system/plugin-lifecycle-events.zod.d.ts.map +0 -1
  1541. package/dist/system/plugin-loading.zod.d.ts +0 -575
  1542. package/dist/system/plugin-loading.zod.d.ts.map +0 -1
  1543. package/dist/system/plugin-security-advanced.zod.d.ts +0 -904
  1544. package/dist/system/plugin-security-advanced.zod.d.ts.map +0 -1
  1545. package/dist/system/plugin-validator.zod.d.ts +0 -98
  1546. package/dist/system/plugin-validator.zod.d.ts.map +0 -1
  1547. package/dist/system/plugin-versioning.zod.d.ts +0 -438
  1548. package/dist/system/plugin-versioning.zod.d.ts.map +0 -1
  1549. package/dist/system/plugin.zod.d.ts +0 -421
  1550. package/dist/system/plugin.zod.d.ts.map +0 -1
  1551. package/dist/system/plugin.zod.js +0 -123
  1552. package/dist/system/startup-orchestrator.zod.d.ts +0 -119
  1553. package/dist/system/startup-orchestrator.zod.d.ts.map +0 -1
  1554. package/json-schema/auth/APIKey.json +0 -7
  1555. package/json-schema/auth/Account.json +0 -7
  1556. package/json-schema/auth/AccountLinkingConfig.json +0 -7
  1557. package/json-schema/auth/ApplicationAuthConfig.json +0 -7
  1558. package/json-schema/auth/AuditPolicy.json +0 -7
  1559. package/json-schema/auth/AuthConfig.json +0 -7
  1560. package/json-schema/auth/AuthPluginConfig.json +0 -7
  1561. package/json-schema/auth/AuthStrategy.json +0 -7
  1562. package/json-schema/auth/BasicAuth.json +0 -7
  1563. package/json-schema/auth/BearerAuth.json +0 -7
  1564. package/json-schema/auth/CSRFConfig.json +0 -7
  1565. package/json-schema/auth/DatabaseAdapter.json +0 -7
  1566. package/json-schema/auth/DatabaseMapping.json +0 -7
  1567. package/json-schema/auth/EmailPasswordConfig.json +0 -7
  1568. package/json-schema/auth/EnterpriseAuthConfig.json +0 -7
  1569. package/json-schema/auth/Invitation.json +0 -7
  1570. package/json-schema/auth/InvitationStatus.json +0 -7
  1571. package/json-schema/auth/JWTAuth.json +0 -7
  1572. package/json-schema/auth/LDAPConfig.json +0 -7
  1573. package/json-schema/auth/MagicLinkConfig.json +0 -7
  1574. package/json-schema/auth/Member.json +0 -7
  1575. package/json-schema/auth/NetworkPolicy.json +0 -7
  1576. package/json-schema/auth/NoAuth.json +0 -7
  1577. package/json-schema/auth/OAuth2.json +0 -7
  1578. package/json-schema/auth/OAuthProvider.json +0 -7
  1579. package/json-schema/auth/OIDCConfig.json +0 -7
  1580. package/json-schema/auth/Organization.json +0 -7
  1581. package/json-schema/auth/PasskeyConfig.json +0 -7
  1582. package/json-schema/auth/PasswordPolicy.json +0 -7
  1583. package/json-schema/auth/Policy.json +0 -7
  1584. package/json-schema/auth/RateLimitConfig.json +0 -7
  1585. package/json-schema/auth/Role.json +0 -7
  1586. package/json-schema/auth/SAMLAuth.json +0 -7
  1587. package/json-schema/auth/SAMLConfig.json +0 -7
  1588. package/json-schema/auth/SCIMAddress.json +0 -7
  1589. package/json-schema/auth/SCIMEmail.json +0 -7
  1590. package/json-schema/auth/SCIMEnterpriseUser.json +0 -7
  1591. package/json-schema/auth/SCIMError.json +0 -7
  1592. package/json-schema/auth/SCIMGroup.json +0 -7
  1593. package/json-schema/auth/SCIMGroupReference.json +0 -7
  1594. package/json-schema/auth/SCIMListResponse.json +0 -7
  1595. package/json-schema/auth/SCIMMemberReference.json +0 -7
  1596. package/json-schema/auth/SCIMMeta.json +0 -7
  1597. package/json-schema/auth/SCIMName.json +0 -7
  1598. package/json-schema/auth/SCIMPatchOperation.json +0 -7
  1599. package/json-schema/auth/SCIMPatchRequest.json +0 -7
  1600. package/json-schema/auth/SCIMPhoneNumber.json +0 -7
  1601. package/json-schema/auth/SCIMUser.json +0 -7
  1602. package/json-schema/auth/Session.json +0 -7
  1603. package/json-schema/auth/SessionConfig.json +0 -7
  1604. package/json-schema/auth/SessionPolicy.json +0 -7
  1605. package/json-schema/auth/StandardAuthProvider.json +0 -7
  1606. package/json-schema/auth/TwoFactorConfig.json +0 -7
  1607. package/json-schema/auth/User.json +0 -7
  1608. package/json-schema/auth/UserFieldMapping.json +0 -7
  1609. package/json-schema/auth/VerificationToken.json +0 -7
  1610. package/json-schema/automation/SlackMessageAction.json +0 -7
  1611. package/json-schema/automation/SmsNotificationAction.json +0 -7
  1612. package/json-schema/automation/TeamsMessageAction.json +0 -7
  1613. package/json-schema/automation/WebhookTriggerAction.json +0 -7
  1614. package/json-schema/hub/MarketplaceQualityMetrics.json +0 -7
  1615. package/json-schema/hub/PluginCategory.json +0 -7
  1616. package/json-schema/hub/PluginCertification.json +0 -7
  1617. package/json-schema/hub/PluginInstallationRequest.json +0 -7
  1618. package/json-schema/hub/PluginInstallationStatus.json +0 -7
  1619. package/json-schema/hub/PluginLicense.json +0 -7
  1620. package/json-schema/hub/PluginMarketplaceListing.json +0 -7
  1621. package/json-schema/hub/PluginRating.json +0 -7
  1622. package/json-schema/hub/PluginRevenueSharing.json +0 -7
  1623. package/json-schema/hub/PluginSearchQuery.json +0 -7
  1624. package/json-schema/hub/PluginTag.json +0 -7
  1625. package/json-schema/permission/CriteriaSharingRule.json +0 -7
  1626. package/json-schema/permission/FieldPermission.json +0 -7
  1627. package/json-schema/permission/OWDModel.json +0 -7
  1628. package/json-schema/permission/ObjectPermission.json +0 -7
  1629. package/json-schema/permission/OwnerSharingRule.json +0 -7
  1630. package/json-schema/permission/PermissionSet.json +0 -7
  1631. package/json-schema/permission/RLSConfig.json +0 -7
  1632. package/json-schema/permission/RLSEvaluationResult.json +0 -7
  1633. package/json-schema/permission/RLSOperation.json +0 -7
  1634. package/json-schema/permission/RLSUserContext.json +0 -7
  1635. package/json-schema/permission/RowLevelSecurityPolicy.json +0 -7
  1636. package/json-schema/permission/ShareRecipientType.json +0 -7
  1637. package/json-schema/permission/SharingLevel.json +0 -7
  1638. package/json-schema/permission/SharingRule.json +0 -7
  1639. package/json-schema/permission/Territory.json +0 -7
  1640. package/json-schema/permission/TerritoryModel.json +0 -7
  1641. package/json-schema/permission/TerritoryType.json +0 -7
  1642. package/json-schema/system/AdvancedPluginLifecycleConfig.json +0 -7
  1643. package/json-schema/system/BreakingChange.json +0 -7
  1644. package/json-schema/system/CapabilityConformanceLevel.json +0 -7
  1645. package/json-schema/system/CompatibilityLevel.json +0 -7
  1646. package/json-schema/system/CompatibilityMatrixEntry.json +0 -7
  1647. package/json-schema/system/Datasource.json +0 -7
  1648. package/json-schema/system/DatasourceCapabilities.json +0 -7
  1649. package/json-schema/system/DeadLetterQueueEntry.json +0 -7
  1650. package/json-schema/system/DependencyConflict.json +0 -7
  1651. package/json-schema/system/DependencyResolutionResult.json +0 -7
  1652. package/json-schema/system/DeprecationNotice.json +0 -7
  1653. package/json-schema/system/DistributedStateConfig.json +0 -7
  1654. package/json-schema/system/DriverDefinition.json +0 -7
  1655. package/json-schema/system/Event.json +0 -7
  1656. package/json-schema/system/EventBusConfig.json +0 -7
  1657. package/json-schema/system/EventHandler.json +0 -7
  1658. package/json-schema/system/EventLogEntry.json +0 -7
  1659. package/json-schema/system/EventMessageQueueConfig.json +0 -7
  1660. package/json-schema/system/EventMetadata.json +0 -7
  1661. package/json-schema/system/EventPersistence.json +0 -7
  1662. package/json-schema/system/EventPhase.json +0 -7
  1663. package/json-schema/system/EventPriority.json +0 -7
  1664. package/json-schema/system/EventQueueConfig.json +0 -7
  1665. package/json-schema/system/EventReplayConfig.json +0 -7
  1666. package/json-schema/system/EventRoute.json +0 -7
  1667. package/json-schema/system/EventSourcingConfig.json +0 -7
  1668. package/json-schema/system/EventTypeDefinition.json +0 -7
  1669. package/json-schema/system/EventWebhookConfig.json +0 -7
  1670. package/json-schema/system/ExtensionPoint.json +0 -7
  1671. package/json-schema/system/FeatureFlag.json +0 -7
  1672. package/json-schema/system/FeatureStrategy.json +0 -7
  1673. package/json-schema/system/GracefulDegradation.json +0 -7
  1674. package/json-schema/system/HealthStatus.json +0 -7
  1675. package/json-schema/system/HookRegisteredEvent.json +0 -7
  1676. package/json-schema/system/HookTriggeredEvent.json +0 -7
  1677. package/json-schema/system/HotReloadConfig.json +0 -7
  1678. package/json-schema/system/KernelContext.json +0 -7
  1679. package/json-schema/system/KernelEventBase.json +0 -7
  1680. package/json-schema/system/KernelReadyEvent.json +0 -7
  1681. package/json-schema/system/KernelShutdownEvent.json +0 -7
  1682. package/json-schema/system/Manifest.json +0 -7
  1683. package/json-schema/system/MultiVersionSupport.json +0 -7
  1684. package/json-schema/system/Permission.json +0 -7
  1685. package/json-schema/system/PermissionAction.json +0 -7
  1686. package/json-schema/system/PermissionScope.json +0 -7
  1687. package/json-schema/system/PermissionSet.json +0 -7
  1688. package/json-schema/system/Plugin.json +0 -7
  1689. package/json-schema/system/PluginCaching.json +0 -7
  1690. package/json-schema/system/PluginCapability.json +0 -7
  1691. package/json-schema/system/PluginCapabilityManifest.json +0 -7
  1692. package/json-schema/system/PluginCodeSplitting.json +0 -7
  1693. package/json-schema/system/PluginCompatibilityMatrix.json +0 -7
  1694. package/json-schema/system/PluginContext.json +0 -7
  1695. package/json-schema/system/PluginDependency.json +0 -7
  1696. package/json-schema/system/PluginDependencyResolution.json +0 -7
  1697. package/json-schema/system/PluginDynamicImport.json +0 -7
  1698. package/json-schema/system/PluginErrorEvent.json +0 -7
  1699. package/json-schema/system/PluginEventBase.json +0 -7
  1700. package/json-schema/system/PluginHealthCheck.json +0 -7
  1701. package/json-schema/system/PluginHealthReport.json +0 -7
  1702. package/json-schema/system/PluginHealthStatus.json +0 -7
  1703. package/json-schema/system/PluginHotReload.json +0 -7
  1704. package/json-schema/system/PluginInitialization.json +0 -7
  1705. package/json-schema/system/PluginInterface.json +0 -7
  1706. package/json-schema/system/PluginLifecycleEventType.json +0 -7
  1707. package/json-schema/system/PluginLifecyclePhaseEvent.json +0 -7
  1708. package/json-schema/system/PluginLoadingConfig.json +0 -7
  1709. package/json-schema/system/PluginLoadingEvent.json +0 -7
  1710. package/json-schema/system/PluginLoadingState.json +0 -7
  1711. package/json-schema/system/PluginLoadingStrategy.json +0 -7
  1712. package/json-schema/system/PluginMetadata.json +0 -7
  1713. package/json-schema/system/PluginPerformanceMonitoring.json +0 -7
  1714. package/json-schema/system/PluginPreloadConfig.json +0 -7
  1715. package/json-schema/system/PluginRegisteredEvent.json +0 -7
  1716. package/json-schema/system/PluginSandboxing.json +0 -7
  1717. package/json-schema/system/PluginSecurityManifest.json +0 -7
  1718. package/json-schema/system/PluginStartupResult.json +0 -7
  1719. package/json-schema/system/PluginStateSnapshot.json +0 -7
  1720. package/json-schema/system/PluginTrustLevel.json +0 -7
  1721. package/json-schema/system/PluginUpdateStrategy.json +0 -7
  1722. package/json-schema/system/PluginVersionMetadata.json +0 -7
  1723. package/json-schema/system/ProtocolFeature.json +0 -7
  1724. package/json-schema/system/ProtocolReference.json +0 -7
  1725. package/json-schema/system/ProtocolVersion.json +0 -7
  1726. package/json-schema/system/RealTimeNotificationConfig.json +0 -7
  1727. package/json-schema/system/ResourceType.json +0 -7
  1728. package/json-schema/system/RuntimeConfig.json +0 -7
  1729. package/json-schema/system/RuntimeMode.json +0 -7
  1730. package/json-schema/system/SandboxConfig.json +0 -7
  1731. package/json-schema/system/ScopeConfig.json +0 -7
  1732. package/json-schema/system/ScopeInfo.json +0 -7
  1733. package/json-schema/system/SecurityPolicy.json +0 -7
  1734. package/json-schema/system/SecurityScanResult.json +0 -7
  1735. package/json-schema/system/SecurityVulnerability.json +0 -7
  1736. package/json-schema/system/SemanticVersion.json +0 -7
  1737. package/json-schema/system/ServiceFactoryRegistration.json +0 -7
  1738. package/json-schema/system/ServiceMetadata.json +0 -7
  1739. package/json-schema/system/ServiceRegisteredEvent.json +0 -7
  1740. package/json-schema/system/ServiceRegistryConfig.json +0 -7
  1741. package/json-schema/system/ServiceScopeType.json +0 -7
  1742. package/json-schema/system/ServiceUnregisteredEvent.json +0 -7
  1743. package/json-schema/system/StartupOptions.json +0 -7
  1744. package/json-schema/system/StartupOrchestrationResult.json +0 -7
  1745. package/json-schema/system/ValidationError.json +0 -7
  1746. package/json-schema/system/ValidationResult.json +0 -7
  1747. package/json-schema/system/ValidationWarning.json +0 -7
  1748. package/json-schema/system/VersionConstraint.json +0 -7
  1749. /package/dist/{system → data}/datasource.zod.js +0 -0
  1750. /package/dist/{auth → identity}/identity.zod.js +0 -0
  1751. /package/dist/{auth → identity}/organization.zod.js +0 -0
  1752. /package/dist/{auth → identity}/protocol.d.ts +0 -0
  1753. /package/dist/{auth → identity}/protocol.js +0 -0
  1754. /package/dist/{auth → identity}/role.zod.js +0 -0
  1755. /package/dist/{auth → identity}/scim.zod.js +0 -0
  1756. /package/dist/{system → kernel}/context.zod.js +0 -0
  1757. /package/dist/{system → kernel}/feature.zod.js +0 -0
  1758. /package/dist/{system → kernel}/metadata-loader.zod.js +0 -0
  1759. /package/dist/{system → kernel}/plugin-capability.zod.js +0 -0
  1760. /package/dist/{system → kernel}/plugin-lifecycle-advanced.zod.js +0 -0
  1761. /package/dist/{system → kernel}/plugin-lifecycle-events.zod.js +0 -0
  1762. /package/dist/{system → kernel}/plugin-loading.zod.js +0 -0
  1763. /package/dist/{system → kernel}/plugin-security-advanced.zod.js +0 -0
  1764. /package/dist/{system → kernel}/plugin-validator.zod.js +0 -0
  1765. /package/dist/{system → kernel}/startup-orchestrator.zod.js +0 -0
  1766. /package/dist/{auth → security}/policy.zod.js +0 -0
  1767. /package/dist/{permission → security}/rls.zod.js +0 -0
  1768. /package/dist/{permission → security}/sharing.zod.js +0 -0
  1769. /package/dist/{permission → security}/territory.zod.js +0 -0
@@ -16,103 +16,294 @@ import { z } from 'zod';
16
16
  /**
17
17
  * Vulnerability Severity
18
18
  */
19
- export declare const VulnerabilitySeverity: z.ZodEnum<{
20
- info: "info";
21
- medium: "medium";
22
- critical: "critical";
23
- high: "high";
24
- low: "low";
25
- }>;
19
+ export declare const VulnerabilitySeverity: z.ZodEnum<["critical", "high", "medium", "low", "info"]>;
26
20
  export type VulnerabilitySeverity = z.infer<typeof VulnerabilitySeverity>;
27
21
  /**
28
22
  * Security Vulnerability
29
23
  */
30
24
  export declare const SecurityVulnerabilitySchema: z.ZodObject<{
25
+ /**
26
+ * CVE identifier (if applicable)
27
+ */
31
28
  cve: z.ZodOptional<z.ZodString>;
29
+ /**
30
+ * Vulnerability identifier (GHSA, SNYK, etc.)
31
+ */
32
32
  id: z.ZodString;
33
+ /**
34
+ * Title
35
+ */
33
36
  title: z.ZodString;
37
+ /**
38
+ * Description
39
+ */
34
40
  description: z.ZodString;
35
- severity: z.ZodEnum<{
36
- info: "info";
37
- medium: "medium";
38
- critical: "critical";
39
- high: "high";
40
- low: "low";
41
- }>;
41
+ /**
42
+ * Severity
43
+ */
44
+ severity: z.ZodEnum<["critical", "high", "medium", "low", "info"]>;
45
+ /**
46
+ * CVSS score (0-10)
47
+ */
42
48
  cvss: z.ZodOptional<z.ZodNumber>;
49
+ /**
50
+ * Affected package
51
+ */
43
52
  package: z.ZodObject<{
44
53
  name: z.ZodString;
45
54
  version: z.ZodString;
46
55
  ecosystem: z.ZodOptional<z.ZodString>;
47
- }, z.core.$strip>;
56
+ }, "strip", z.ZodTypeAny, {
57
+ name: string;
58
+ version: string;
59
+ ecosystem?: string | undefined;
60
+ }, {
61
+ name: string;
62
+ version: string;
63
+ ecosystem?: string | undefined;
64
+ }>;
65
+ /**
66
+ * Vulnerable version range
67
+ */
48
68
  vulnerableVersions: z.ZodString;
69
+ /**
70
+ * Patched versions
71
+ */
49
72
  patchedVersions: z.ZodOptional<z.ZodString>;
73
+ /**
74
+ * References
75
+ */
50
76
  references: z.ZodDefault<z.ZodArray<z.ZodObject<{
51
- type: z.ZodEnum<{
52
- advisory: "advisory";
53
- article: "article";
54
- report: "report";
55
- web: "web";
56
- }>;
77
+ type: z.ZodEnum<["advisory", "article", "report", "web"]>;
57
78
  url: z.ZodString;
58
- }, z.core.$strip>>>;
59
- cwe: z.ZodDefault<z.ZodArray<z.ZodString>>;
79
+ }, "strip", z.ZodTypeAny, {
80
+ type: "advisory" | "article" | "report" | "web";
81
+ url: string;
82
+ }, {
83
+ type: "advisory" | "article" | "report" | "web";
84
+ url: string;
85
+ }>, "many">>;
86
+ /**
87
+ * CWE (Common Weakness Enumeration)
88
+ */
89
+ cwe: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
90
+ /**
91
+ * Published date
92
+ */
60
93
  publishedAt: z.ZodOptional<z.ZodString>;
94
+ /**
95
+ * Mitigation advice
96
+ */
61
97
  mitigation: z.ZodOptional<z.ZodString>;
62
- }, z.core.$strip>;
98
+ }, "strip", z.ZodTypeAny, {
99
+ description: string;
100
+ severity: "info" | "medium" | "critical" | "high" | "low";
101
+ id: string;
102
+ title: string;
103
+ package: {
104
+ name: string;
105
+ version: string;
106
+ ecosystem?: string | undefined;
107
+ };
108
+ references: {
109
+ type: "advisory" | "article" | "report" | "web";
110
+ url: string;
111
+ }[];
112
+ vulnerableVersions: string;
113
+ cwe: string[];
114
+ cve?: string | undefined;
115
+ publishedAt?: string | undefined;
116
+ cvss?: number | undefined;
117
+ patchedVersions?: string | undefined;
118
+ mitigation?: string | undefined;
119
+ }, {
120
+ description: string;
121
+ severity: "info" | "medium" | "critical" | "high" | "low";
122
+ id: string;
123
+ title: string;
124
+ package: {
125
+ name: string;
126
+ version: string;
127
+ ecosystem?: string | undefined;
128
+ };
129
+ vulnerableVersions: string;
130
+ cve?: string | undefined;
131
+ references?: {
132
+ type: "advisory" | "article" | "report" | "web";
133
+ url: string;
134
+ }[] | undefined;
135
+ publishedAt?: string | undefined;
136
+ cvss?: number | undefined;
137
+ patchedVersions?: string | undefined;
138
+ cwe?: string[] | undefined;
139
+ mitigation?: string | undefined;
140
+ }>;
63
141
  export type SecurityVulnerability = z.infer<typeof SecurityVulnerabilitySchema>;
64
142
  /**
65
143
  * Security Scan Result
66
144
  */
67
145
  export declare const SecurityScanResultSchema: z.ZodObject<{
146
+ /**
147
+ * Scan identifier
148
+ */
68
149
  scanId: z.ZodString;
150
+ /**
151
+ * Plugin being scanned
152
+ */
69
153
  plugin: z.ZodObject<{
70
154
  id: z.ZodString;
71
155
  version: z.ZodString;
72
- }, z.core.$strip>;
156
+ }, "strip", z.ZodTypeAny, {
157
+ version: string;
158
+ id: string;
159
+ }, {
160
+ version: string;
161
+ id: string;
162
+ }>;
163
+ /**
164
+ * Scan timestamp
165
+ */
73
166
  scannedAt: z.ZodString;
167
+ /**
168
+ * Scanner information
169
+ */
74
170
  scanner: z.ZodObject<{
75
171
  name: z.ZodString;
76
172
  version: z.ZodString;
77
- }, z.core.$strip>;
78
- status: z.ZodEnum<{
79
- warning: "warning";
80
- failed: "failed";
81
- passed: "passed";
173
+ }, "strip", z.ZodTypeAny, {
174
+ name: string;
175
+ version: string;
176
+ }, {
177
+ name: string;
178
+ version: string;
82
179
  }>;
180
+ /**
181
+ * Scan status
182
+ */
183
+ status: z.ZodEnum<["passed", "failed", "warning"]>;
184
+ /**
185
+ * Vulnerabilities found
186
+ */
83
187
  vulnerabilities: z.ZodArray<z.ZodObject<{
188
+ /**
189
+ * CVE identifier (if applicable)
190
+ */
84
191
  cve: z.ZodOptional<z.ZodString>;
192
+ /**
193
+ * Vulnerability identifier (GHSA, SNYK, etc.)
194
+ */
85
195
  id: z.ZodString;
196
+ /**
197
+ * Title
198
+ */
86
199
  title: z.ZodString;
200
+ /**
201
+ * Description
202
+ */
87
203
  description: z.ZodString;
88
- severity: z.ZodEnum<{
89
- info: "info";
90
- medium: "medium";
91
- critical: "critical";
92
- high: "high";
93
- low: "low";
94
- }>;
204
+ /**
205
+ * Severity
206
+ */
207
+ severity: z.ZodEnum<["critical", "high", "medium", "low", "info"]>;
208
+ /**
209
+ * CVSS score (0-10)
210
+ */
95
211
  cvss: z.ZodOptional<z.ZodNumber>;
212
+ /**
213
+ * Affected package
214
+ */
96
215
  package: z.ZodObject<{
97
216
  name: z.ZodString;
98
217
  version: z.ZodString;
99
218
  ecosystem: z.ZodOptional<z.ZodString>;
100
- }, z.core.$strip>;
219
+ }, "strip", z.ZodTypeAny, {
220
+ name: string;
221
+ version: string;
222
+ ecosystem?: string | undefined;
223
+ }, {
224
+ name: string;
225
+ version: string;
226
+ ecosystem?: string | undefined;
227
+ }>;
228
+ /**
229
+ * Vulnerable version range
230
+ */
101
231
  vulnerableVersions: z.ZodString;
232
+ /**
233
+ * Patched versions
234
+ */
102
235
  patchedVersions: z.ZodOptional<z.ZodString>;
236
+ /**
237
+ * References
238
+ */
103
239
  references: z.ZodDefault<z.ZodArray<z.ZodObject<{
104
- type: z.ZodEnum<{
105
- advisory: "advisory";
106
- article: "article";
107
- report: "report";
108
- web: "web";
109
- }>;
240
+ type: z.ZodEnum<["advisory", "article", "report", "web"]>;
110
241
  url: z.ZodString;
111
- }, z.core.$strip>>>;
112
- cwe: z.ZodDefault<z.ZodArray<z.ZodString>>;
242
+ }, "strip", z.ZodTypeAny, {
243
+ type: "advisory" | "article" | "report" | "web";
244
+ url: string;
245
+ }, {
246
+ type: "advisory" | "article" | "report" | "web";
247
+ url: string;
248
+ }>, "many">>;
249
+ /**
250
+ * CWE (Common Weakness Enumeration)
251
+ */
252
+ cwe: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
253
+ /**
254
+ * Published date
255
+ */
113
256
  publishedAt: z.ZodOptional<z.ZodString>;
257
+ /**
258
+ * Mitigation advice
259
+ */
114
260
  mitigation: z.ZodOptional<z.ZodString>;
115
- }, z.core.$strip>>;
261
+ }, "strip", z.ZodTypeAny, {
262
+ description: string;
263
+ severity: "info" | "medium" | "critical" | "high" | "low";
264
+ id: string;
265
+ title: string;
266
+ package: {
267
+ name: string;
268
+ version: string;
269
+ ecosystem?: string | undefined;
270
+ };
271
+ references: {
272
+ type: "advisory" | "article" | "report" | "web";
273
+ url: string;
274
+ }[];
275
+ vulnerableVersions: string;
276
+ cwe: string[];
277
+ cve?: string | undefined;
278
+ publishedAt?: string | undefined;
279
+ cvss?: number | undefined;
280
+ patchedVersions?: string | undefined;
281
+ mitigation?: string | undefined;
282
+ }, {
283
+ description: string;
284
+ severity: "info" | "medium" | "critical" | "high" | "low";
285
+ id: string;
286
+ title: string;
287
+ package: {
288
+ name: string;
289
+ version: string;
290
+ ecosystem?: string | undefined;
291
+ };
292
+ vulnerableVersions: string;
293
+ cve?: string | undefined;
294
+ references?: {
295
+ type: "advisory" | "article" | "report" | "web";
296
+ url: string;
297
+ }[] | undefined;
298
+ publishedAt?: string | undefined;
299
+ cvss?: number | undefined;
300
+ patchedVersions?: string | undefined;
301
+ cwe?: string[] | undefined;
302
+ mitigation?: string | undefined;
303
+ }>, "many">;
304
+ /**
305
+ * Vulnerability summary
306
+ */
116
307
  summary: z.ZodObject<{
117
308
  critical: z.ZodDefault<z.ZodNumber>;
118
309
  high: z.ZodDefault<z.ZodNumber>;
@@ -120,521 +311,2143 @@ export declare const SecurityScanResultSchema: z.ZodObject<{
120
311
  low: z.ZodDefault<z.ZodNumber>;
121
312
  info: z.ZodDefault<z.ZodNumber>;
122
313
  total: z.ZodDefault<z.ZodNumber>;
123
- }, z.core.$strip>;
314
+ }, "strip", z.ZodTypeAny, {
315
+ info: number;
316
+ total: number;
317
+ medium: number;
318
+ critical: number;
319
+ high: number;
320
+ low: number;
321
+ }, {
322
+ info?: number | undefined;
323
+ total?: number | undefined;
324
+ medium?: number | undefined;
325
+ critical?: number | undefined;
326
+ high?: number | undefined;
327
+ low?: number | undefined;
328
+ }>;
329
+ /**
330
+ * License compliance issues
331
+ */
124
332
  licenseIssues: z.ZodDefault<z.ZodArray<z.ZodObject<{
125
333
  package: z.ZodString;
126
334
  license: z.ZodString;
127
335
  reason: z.ZodString;
128
- severity: z.ZodEnum<{
129
- error: "error";
130
- warning: "warning";
131
- info: "info";
132
- }>;
133
- }, z.core.$strip>>>;
336
+ severity: z.ZodEnum<["error", "warning", "info"]>;
337
+ }, "strip", z.ZodTypeAny, {
338
+ severity: "error" | "warning" | "info";
339
+ license: string;
340
+ package: string;
341
+ reason: string;
342
+ }, {
343
+ severity: "error" | "warning" | "info";
344
+ license: string;
345
+ package: string;
346
+ reason: string;
347
+ }>, "many">>;
348
+ /**
349
+ * Code quality issues
350
+ */
134
351
  codeQuality: z.ZodOptional<z.ZodObject<{
135
352
  score: z.ZodOptional<z.ZodNumber>;
136
353
  issues: z.ZodDefault<z.ZodArray<z.ZodObject<{
137
- type: z.ZodEnum<{
138
- style: "style";
139
- security: "security";
140
- quality: "quality";
141
- }>;
142
- severity: z.ZodEnum<{
143
- error: "error";
144
- warning: "warning";
145
- info: "info";
146
- }>;
354
+ type: z.ZodEnum<["security", "quality", "style"]>;
355
+ severity: z.ZodEnum<["error", "warning", "info"]>;
147
356
  message: z.ZodString;
148
357
  file: z.ZodOptional<z.ZodString>;
149
358
  line: z.ZodOptional<z.ZodNumber>;
150
- }, z.core.$strip>>>;
151
- }, z.core.$strip>>;
359
+ }, "strip", z.ZodTypeAny, {
360
+ message: string;
361
+ type: "style" | "security" | "quality";
362
+ severity: "error" | "warning" | "info";
363
+ file?: string | undefined;
364
+ line?: number | undefined;
365
+ }, {
366
+ message: string;
367
+ type: "style" | "security" | "quality";
368
+ severity: "error" | "warning" | "info";
369
+ file?: string | undefined;
370
+ line?: number | undefined;
371
+ }>, "many">>;
372
+ }, "strip", z.ZodTypeAny, {
373
+ issues: {
374
+ message: string;
375
+ type: "style" | "security" | "quality";
376
+ severity: "error" | "warning" | "info";
377
+ file?: string | undefined;
378
+ line?: number | undefined;
379
+ }[];
380
+ score?: number | undefined;
381
+ }, {
382
+ issues?: {
383
+ message: string;
384
+ type: "style" | "security" | "quality";
385
+ severity: "error" | "warning" | "info";
386
+ file?: string | undefined;
387
+ line?: number | undefined;
388
+ }[] | undefined;
389
+ score?: number | undefined;
390
+ }>>;
391
+ /**
392
+ * Next scan scheduled
393
+ */
152
394
  nextScanAt: z.ZodOptional<z.ZodString>;
153
- }, z.core.$strip>;
395
+ }, "strip", z.ZodTypeAny, {
396
+ status: "warning" | "failed" | "passed";
397
+ summary: {
398
+ info: number;
399
+ total: number;
400
+ medium: number;
401
+ critical: number;
402
+ high: number;
403
+ low: number;
404
+ };
405
+ plugin: {
406
+ version: string;
407
+ id: string;
408
+ };
409
+ scanner: {
410
+ name: string;
411
+ version: string;
412
+ };
413
+ vulnerabilities: {
414
+ description: string;
415
+ severity: "info" | "medium" | "critical" | "high" | "low";
416
+ id: string;
417
+ title: string;
418
+ package: {
419
+ name: string;
420
+ version: string;
421
+ ecosystem?: string | undefined;
422
+ };
423
+ references: {
424
+ type: "advisory" | "article" | "report" | "web";
425
+ url: string;
426
+ }[];
427
+ vulnerableVersions: string;
428
+ cwe: string[];
429
+ cve?: string | undefined;
430
+ publishedAt?: string | undefined;
431
+ cvss?: number | undefined;
432
+ patchedVersions?: string | undefined;
433
+ mitigation?: string | undefined;
434
+ }[];
435
+ scanId: string;
436
+ scannedAt: string;
437
+ licenseIssues: {
438
+ severity: "error" | "warning" | "info";
439
+ license: string;
440
+ package: string;
441
+ reason: string;
442
+ }[];
443
+ codeQuality?: {
444
+ issues: {
445
+ message: string;
446
+ type: "style" | "security" | "quality";
447
+ severity: "error" | "warning" | "info";
448
+ file?: string | undefined;
449
+ line?: number | undefined;
450
+ }[];
451
+ score?: number | undefined;
452
+ } | undefined;
453
+ nextScanAt?: string | undefined;
454
+ }, {
455
+ status: "warning" | "failed" | "passed";
456
+ summary: {
457
+ info?: number | undefined;
458
+ total?: number | undefined;
459
+ medium?: number | undefined;
460
+ critical?: number | undefined;
461
+ high?: number | undefined;
462
+ low?: number | undefined;
463
+ };
464
+ plugin: {
465
+ version: string;
466
+ id: string;
467
+ };
468
+ scanner: {
469
+ name: string;
470
+ version: string;
471
+ };
472
+ vulnerabilities: {
473
+ description: string;
474
+ severity: "info" | "medium" | "critical" | "high" | "low";
475
+ id: string;
476
+ title: string;
477
+ package: {
478
+ name: string;
479
+ version: string;
480
+ ecosystem?: string | undefined;
481
+ };
482
+ vulnerableVersions: string;
483
+ cve?: string | undefined;
484
+ references?: {
485
+ type: "advisory" | "article" | "report" | "web";
486
+ url: string;
487
+ }[] | undefined;
488
+ publishedAt?: string | undefined;
489
+ cvss?: number | undefined;
490
+ patchedVersions?: string | undefined;
491
+ cwe?: string[] | undefined;
492
+ mitigation?: string | undefined;
493
+ }[];
494
+ scanId: string;
495
+ scannedAt: string;
496
+ codeQuality?: {
497
+ issues?: {
498
+ message: string;
499
+ type: "style" | "security" | "quality";
500
+ severity: "error" | "warning" | "info";
501
+ file?: string | undefined;
502
+ line?: number | undefined;
503
+ }[] | undefined;
504
+ score?: number | undefined;
505
+ } | undefined;
506
+ licenseIssues?: {
507
+ severity: "error" | "warning" | "info";
508
+ license: string;
509
+ package: string;
510
+ reason: string;
511
+ }[] | undefined;
512
+ nextScanAt?: string | undefined;
513
+ }>;
154
514
  export type SecurityScanResult = z.infer<typeof SecurityScanResultSchema>;
155
515
  /**
156
516
  * Security Policy
157
517
  */
158
518
  export declare const SecurityPolicySchema: z.ZodObject<{
519
+ /**
520
+ * Policy identifier
521
+ */
159
522
  id: z.ZodString;
523
+ /**
524
+ * Policy name
525
+ */
160
526
  name: z.ZodString;
527
+ /**
528
+ * Automatic scanning
529
+ */
161
530
  autoScan: z.ZodObject<{
162
531
  enabled: z.ZodDefault<z.ZodBoolean>;
163
- frequency: z.ZodDefault<z.ZodEnum<{
164
- daily: "daily";
165
- weekly: "weekly";
166
- monthly: "monthly";
167
- "on-publish": "on-publish";
168
- }>>;
169
- }, z.core.$strip>;
532
+ frequency: z.ZodDefault<z.ZodEnum<["on-publish", "daily", "weekly", "monthly"]>>;
533
+ }, "strip", z.ZodTypeAny, {
534
+ enabled: boolean;
535
+ frequency: "daily" | "weekly" | "monthly" | "on-publish";
536
+ }, {
537
+ enabled?: boolean | undefined;
538
+ frequency?: "daily" | "weekly" | "monthly" | "on-publish" | undefined;
539
+ }>;
540
+ /**
541
+ * Vulnerability thresholds
542
+ */
170
543
  thresholds: z.ZodObject<{
544
+ /**
545
+ * Block plugin if critical vulnerabilities exceed this
546
+ */
171
547
  maxCritical: z.ZodDefault<z.ZodNumber>;
548
+ /**
549
+ * Block plugin if high vulnerabilities exceed this
550
+ */
172
551
  maxHigh: z.ZodDefault<z.ZodNumber>;
552
+ /**
553
+ * Warn if medium vulnerabilities exceed this
554
+ */
173
555
  maxMedium: z.ZodDefault<z.ZodNumber>;
174
- }, z.core.$strip>;
175
- allowedLicenses: z.ZodDefault<z.ZodArray<z.ZodString>>;
176
- prohibitedLicenses: z.ZodDefault<z.ZodArray<z.ZodString>>;
556
+ }, "strip", z.ZodTypeAny, {
557
+ maxCritical: number;
558
+ maxHigh: number;
559
+ maxMedium: number;
560
+ }, {
561
+ maxCritical?: number | undefined;
562
+ maxHigh?: number | undefined;
563
+ maxMedium?: number | undefined;
564
+ }>;
565
+ /**
566
+ * Allowed licenses
567
+ */
568
+ allowedLicenses: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
569
+ /**
570
+ * Prohibited licenses
571
+ */
572
+ prohibitedLicenses: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
573
+ /**
574
+ * Code signing requirements
575
+ */
177
576
  codeSigning: z.ZodOptional<z.ZodObject<{
178
577
  required: z.ZodDefault<z.ZodBoolean>;
179
- allowedSigners: z.ZodDefault<z.ZodArray<z.ZodString>>;
180
- }, z.core.$strip>>;
578
+ allowedSigners: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
579
+ }, "strip", z.ZodTypeAny, {
580
+ required: boolean;
581
+ allowedSigners: string[];
582
+ }, {
583
+ required?: boolean | undefined;
584
+ allowedSigners?: string[] | undefined;
585
+ }>>;
586
+ /**
587
+ * Sandbox restrictions
588
+ */
181
589
  sandbox: z.ZodOptional<z.ZodObject<{
182
- networkAccess: z.ZodDefault<z.ZodEnum<{
183
- none: "none";
184
- all: "all";
185
- localhost: "localhost";
186
- allowlist: "allowlist";
187
- }>>;
188
- allowedDestinations: z.ZodDefault<z.ZodArray<z.ZodString>>;
189
- filesystemAccess: z.ZodDefault<z.ZodEnum<{
190
- full: "full";
191
- none: "none";
192
- "read-only": "read-only";
193
- "temp-only": "temp-only";
194
- }>>;
590
+ /**
591
+ * Restrict network access
592
+ */
593
+ networkAccess: z.ZodDefault<z.ZodEnum<["none", "localhost", "allowlist", "all"]>>;
594
+ /**
595
+ * Allowed network destinations (if allowlist)
596
+ */
597
+ allowedDestinations: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
598
+ /**
599
+ * File system access
600
+ */
601
+ filesystemAccess: z.ZodDefault<z.ZodEnum<["none", "read-only", "temp-only", "full"]>>;
602
+ /**
603
+ * Maximum memory (MB)
604
+ */
195
605
  maxMemoryMB: z.ZodOptional<z.ZodNumber>;
606
+ /**
607
+ * Maximum CPU time (seconds)
608
+ */
196
609
  maxCPUSeconds: z.ZodOptional<z.ZodNumber>;
197
- }, z.core.$strip>>;
198
- }, z.core.$strip>;
610
+ }, "strip", z.ZodTypeAny, {
611
+ networkAccess: "none" | "all" | "localhost" | "allowlist";
612
+ allowedDestinations: string[];
613
+ filesystemAccess: "full" | "none" | "read-only" | "temp-only";
614
+ maxMemoryMB?: number | undefined;
615
+ maxCPUSeconds?: number | undefined;
616
+ }, {
617
+ maxMemoryMB?: number | undefined;
618
+ networkAccess?: "none" | "all" | "localhost" | "allowlist" | undefined;
619
+ allowedDestinations?: string[] | undefined;
620
+ filesystemAccess?: "full" | "none" | "read-only" | "temp-only" | undefined;
621
+ maxCPUSeconds?: number | undefined;
622
+ }>>;
623
+ }, "strip", z.ZodTypeAny, {
624
+ name: string;
625
+ id: string;
626
+ autoScan: {
627
+ enabled: boolean;
628
+ frequency: "daily" | "weekly" | "monthly" | "on-publish";
629
+ };
630
+ thresholds: {
631
+ maxCritical: number;
632
+ maxHigh: number;
633
+ maxMedium: number;
634
+ };
635
+ allowedLicenses: string[];
636
+ prohibitedLicenses: string[];
637
+ sandbox?: {
638
+ networkAccess: "none" | "all" | "localhost" | "allowlist";
639
+ allowedDestinations: string[];
640
+ filesystemAccess: "full" | "none" | "read-only" | "temp-only";
641
+ maxMemoryMB?: number | undefined;
642
+ maxCPUSeconds?: number | undefined;
643
+ } | undefined;
644
+ codeSigning?: {
645
+ required: boolean;
646
+ allowedSigners: string[];
647
+ } | undefined;
648
+ }, {
649
+ name: string;
650
+ id: string;
651
+ autoScan: {
652
+ enabled?: boolean | undefined;
653
+ frequency?: "daily" | "weekly" | "monthly" | "on-publish" | undefined;
654
+ };
655
+ thresholds: {
656
+ maxCritical?: number | undefined;
657
+ maxHigh?: number | undefined;
658
+ maxMedium?: number | undefined;
659
+ };
660
+ sandbox?: {
661
+ maxMemoryMB?: number | undefined;
662
+ networkAccess?: "none" | "all" | "localhost" | "allowlist" | undefined;
663
+ allowedDestinations?: string[] | undefined;
664
+ filesystemAccess?: "full" | "none" | "read-only" | "temp-only" | undefined;
665
+ maxCPUSeconds?: number | undefined;
666
+ } | undefined;
667
+ codeSigning?: {
668
+ required?: boolean | undefined;
669
+ allowedSigners?: string[] | undefined;
670
+ } | undefined;
671
+ allowedLicenses?: string[] | undefined;
672
+ prohibitedLicenses?: string[] | undefined;
673
+ }>;
199
674
  export type SecurityPolicy = z.infer<typeof SecurityPolicySchema>;
200
675
  /**
201
676
  * Package Dependency
202
677
  */
203
678
  export declare const PackageDependencySchema: z.ZodObject<{
679
+ /**
680
+ * Package name/ID
681
+ */
204
682
  name: z.ZodString;
683
+ /**
684
+ * Version constraint (semver range)
685
+ */
205
686
  versionConstraint: z.ZodString;
206
- type: z.ZodDefault<z.ZodEnum<{
207
- optional: "optional";
208
- required: "required";
209
- dev: "dev";
210
- peer: "peer";
211
- }>>;
687
+ /**
688
+ * Dependency type
689
+ */
690
+ type: z.ZodDefault<z.ZodEnum<["required", "optional", "peer", "dev"]>>;
691
+ /**
692
+ * Resolved version (filled during resolution)
693
+ */
212
694
  resolvedVersion: z.ZodOptional<z.ZodString>;
213
- }, z.core.$strip>;
695
+ }, "strip", z.ZodTypeAny, {
696
+ type: "required" | "dev" | "optional" | "peer";
697
+ name: string;
698
+ versionConstraint: string;
699
+ resolvedVersion?: string | undefined;
700
+ }, {
701
+ name: string;
702
+ versionConstraint: string;
703
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
704
+ resolvedVersion?: string | undefined;
705
+ }>;
214
706
  export type PackageDependency = z.infer<typeof PackageDependencySchema>;
215
707
  /**
216
708
  * Dependency Graph Node
217
709
  */
218
710
  export declare const DependencyGraphNodeSchema: z.ZodObject<{
711
+ /**
712
+ * Package identifier
713
+ */
219
714
  id: z.ZodString;
715
+ /**
716
+ * Package version
717
+ */
220
718
  version: z.ZodString;
719
+ /**
720
+ * Dependencies of this package
721
+ */
221
722
  dependencies: z.ZodDefault<z.ZodArray<z.ZodObject<{
723
+ /**
724
+ * Package name/ID
725
+ */
222
726
  name: z.ZodString;
727
+ /**
728
+ * Version constraint (semver range)
729
+ */
223
730
  versionConstraint: z.ZodString;
224
- type: z.ZodDefault<z.ZodEnum<{
225
- optional: "optional";
226
- required: "required";
227
- dev: "dev";
228
- peer: "peer";
229
- }>>;
731
+ /**
732
+ * Dependency type
733
+ */
734
+ type: z.ZodDefault<z.ZodEnum<["required", "optional", "peer", "dev"]>>;
735
+ /**
736
+ * Resolved version (filled during resolution)
737
+ */
230
738
  resolvedVersion: z.ZodOptional<z.ZodString>;
231
- }, z.core.$strip>>>;
739
+ }, "strip", z.ZodTypeAny, {
740
+ type: "required" | "dev" | "optional" | "peer";
741
+ name: string;
742
+ versionConstraint: string;
743
+ resolvedVersion?: string | undefined;
744
+ }, {
745
+ name: string;
746
+ versionConstraint: string;
747
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
748
+ resolvedVersion?: string | undefined;
749
+ }>, "many">>;
750
+ /**
751
+ * Depth in dependency tree
752
+ */
232
753
  depth: z.ZodNumber;
754
+ /**
755
+ * Whether this is a direct dependency
756
+ */
233
757
  isDirect: z.ZodBoolean;
758
+ /**
759
+ * Package metadata
760
+ */
234
761
  metadata: z.ZodOptional<z.ZodObject<{
235
762
  name: z.ZodString;
236
763
  description: z.ZodOptional<z.ZodString>;
237
764
  license: z.ZodOptional<z.ZodString>;
238
765
  homepage: z.ZodOptional<z.ZodString>;
239
- }, z.core.$strip>>;
240
- }, z.core.$strip>;
766
+ }, "strip", z.ZodTypeAny, {
767
+ name: string;
768
+ description?: string | undefined;
769
+ license?: string | undefined;
770
+ homepage?: string | undefined;
771
+ }, {
772
+ name: string;
773
+ description?: string | undefined;
774
+ license?: string | undefined;
775
+ homepage?: string | undefined;
776
+ }>>;
777
+ }, "strip", z.ZodTypeAny, {
778
+ dependencies: {
779
+ type: "required" | "dev" | "optional" | "peer";
780
+ name: string;
781
+ versionConstraint: string;
782
+ resolvedVersion?: string | undefined;
783
+ }[];
784
+ version: string;
785
+ id: string;
786
+ depth: number;
787
+ isDirect: boolean;
788
+ metadata?: {
789
+ name: string;
790
+ description?: string | undefined;
791
+ license?: string | undefined;
792
+ homepage?: string | undefined;
793
+ } | undefined;
794
+ }, {
795
+ version: string;
796
+ id: string;
797
+ depth: number;
798
+ isDirect: boolean;
799
+ dependencies?: {
800
+ name: string;
801
+ versionConstraint: string;
802
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
803
+ resolvedVersion?: string | undefined;
804
+ }[] | undefined;
805
+ metadata?: {
806
+ name: string;
807
+ description?: string | undefined;
808
+ license?: string | undefined;
809
+ homepage?: string | undefined;
810
+ } | undefined;
811
+ }>;
241
812
  export type DependencyGraphNode = z.infer<typeof DependencyGraphNodeSchema>;
242
813
  /**
243
814
  * Dependency Graph
244
815
  */
245
816
  export declare const DependencyGraphSchema: z.ZodObject<{
817
+ /**
818
+ * Root package
819
+ */
246
820
  root: z.ZodObject<{
247
821
  id: z.ZodString;
248
822
  version: z.ZodString;
249
- }, z.core.$strip>;
823
+ }, "strip", z.ZodTypeAny, {
824
+ version: string;
825
+ id: string;
826
+ }, {
827
+ version: string;
828
+ id: string;
829
+ }>;
830
+ /**
831
+ * All nodes in the graph
832
+ */
250
833
  nodes: z.ZodArray<z.ZodObject<{
834
+ /**
835
+ * Package identifier
836
+ */
251
837
  id: z.ZodString;
838
+ /**
839
+ * Package version
840
+ */
252
841
  version: z.ZodString;
842
+ /**
843
+ * Dependencies of this package
844
+ */
253
845
  dependencies: z.ZodDefault<z.ZodArray<z.ZodObject<{
846
+ /**
847
+ * Package name/ID
848
+ */
254
849
  name: z.ZodString;
850
+ /**
851
+ * Version constraint (semver range)
852
+ */
255
853
  versionConstraint: z.ZodString;
256
- type: z.ZodDefault<z.ZodEnum<{
257
- optional: "optional";
258
- required: "required";
259
- dev: "dev";
260
- peer: "peer";
261
- }>>;
854
+ /**
855
+ * Dependency type
856
+ */
857
+ type: z.ZodDefault<z.ZodEnum<["required", "optional", "peer", "dev"]>>;
858
+ /**
859
+ * Resolved version (filled during resolution)
860
+ */
262
861
  resolvedVersion: z.ZodOptional<z.ZodString>;
263
- }, z.core.$strip>>>;
862
+ }, "strip", z.ZodTypeAny, {
863
+ type: "required" | "dev" | "optional" | "peer";
864
+ name: string;
865
+ versionConstraint: string;
866
+ resolvedVersion?: string | undefined;
867
+ }, {
868
+ name: string;
869
+ versionConstraint: string;
870
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
871
+ resolvedVersion?: string | undefined;
872
+ }>, "many">>;
873
+ /**
874
+ * Depth in dependency tree
875
+ */
264
876
  depth: z.ZodNumber;
877
+ /**
878
+ * Whether this is a direct dependency
879
+ */
265
880
  isDirect: z.ZodBoolean;
881
+ /**
882
+ * Package metadata
883
+ */
266
884
  metadata: z.ZodOptional<z.ZodObject<{
267
885
  name: z.ZodString;
268
886
  description: z.ZodOptional<z.ZodString>;
269
887
  license: z.ZodOptional<z.ZodString>;
270
888
  homepage: z.ZodOptional<z.ZodString>;
271
- }, z.core.$strip>>;
272
- }, z.core.$strip>>;
889
+ }, "strip", z.ZodTypeAny, {
890
+ name: string;
891
+ description?: string | undefined;
892
+ license?: string | undefined;
893
+ homepage?: string | undefined;
894
+ }, {
895
+ name: string;
896
+ description?: string | undefined;
897
+ license?: string | undefined;
898
+ homepage?: string | undefined;
899
+ }>>;
900
+ }, "strip", z.ZodTypeAny, {
901
+ dependencies: {
902
+ type: "required" | "dev" | "optional" | "peer";
903
+ name: string;
904
+ versionConstraint: string;
905
+ resolvedVersion?: string | undefined;
906
+ }[];
907
+ version: string;
908
+ id: string;
909
+ depth: number;
910
+ isDirect: boolean;
911
+ metadata?: {
912
+ name: string;
913
+ description?: string | undefined;
914
+ license?: string | undefined;
915
+ homepage?: string | undefined;
916
+ } | undefined;
917
+ }, {
918
+ version: string;
919
+ id: string;
920
+ depth: number;
921
+ isDirect: boolean;
922
+ dependencies?: {
923
+ name: string;
924
+ versionConstraint: string;
925
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
926
+ resolvedVersion?: string | undefined;
927
+ }[] | undefined;
928
+ metadata?: {
929
+ name: string;
930
+ description?: string | undefined;
931
+ license?: string | undefined;
932
+ homepage?: string | undefined;
933
+ } | undefined;
934
+ }>, "many">;
935
+ /**
936
+ * Edges (dependency relationships)
937
+ */
273
938
  edges: z.ZodArray<z.ZodObject<{
274
939
  from: z.ZodString;
275
940
  to: z.ZodString;
276
941
  constraint: z.ZodString;
277
- }, z.core.$strip>>;
942
+ }, "strip", z.ZodTypeAny, {
943
+ from: string;
944
+ to: string;
945
+ constraint: string;
946
+ }, {
947
+ from: string;
948
+ to: string;
949
+ constraint: string;
950
+ }>, "many">;
951
+ /**
952
+ * Resolution statistics
953
+ */
278
954
  stats: z.ZodObject<{
279
955
  totalDependencies: z.ZodNumber;
280
956
  directDependencies: z.ZodNumber;
281
957
  maxDepth: z.ZodNumber;
282
- }, z.core.$strip>;
283
- }, z.core.$strip>;
958
+ }, "strip", z.ZodTypeAny, {
959
+ totalDependencies: number;
960
+ directDependencies: number;
961
+ maxDepth: number;
962
+ }, {
963
+ totalDependencies: number;
964
+ directDependencies: number;
965
+ maxDepth: number;
966
+ }>;
967
+ }, "strip", z.ZodTypeAny, {
968
+ root: {
969
+ version: string;
970
+ id: string;
971
+ };
972
+ stats: {
973
+ totalDependencies: number;
974
+ directDependencies: number;
975
+ maxDepth: number;
976
+ };
977
+ nodes: {
978
+ dependencies: {
979
+ type: "required" | "dev" | "optional" | "peer";
980
+ name: string;
981
+ versionConstraint: string;
982
+ resolvedVersion?: string | undefined;
983
+ }[];
984
+ version: string;
985
+ id: string;
986
+ depth: number;
987
+ isDirect: boolean;
988
+ metadata?: {
989
+ name: string;
990
+ description?: string | undefined;
991
+ license?: string | undefined;
992
+ homepage?: string | undefined;
993
+ } | undefined;
994
+ }[];
995
+ edges: {
996
+ from: string;
997
+ to: string;
998
+ constraint: string;
999
+ }[];
1000
+ }, {
1001
+ root: {
1002
+ version: string;
1003
+ id: string;
1004
+ };
1005
+ stats: {
1006
+ totalDependencies: number;
1007
+ directDependencies: number;
1008
+ maxDepth: number;
1009
+ };
1010
+ nodes: {
1011
+ version: string;
1012
+ id: string;
1013
+ depth: number;
1014
+ isDirect: boolean;
1015
+ dependencies?: {
1016
+ name: string;
1017
+ versionConstraint: string;
1018
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
1019
+ resolvedVersion?: string | undefined;
1020
+ }[] | undefined;
1021
+ metadata?: {
1022
+ name: string;
1023
+ description?: string | undefined;
1024
+ license?: string | undefined;
1025
+ homepage?: string | undefined;
1026
+ } | undefined;
1027
+ }[];
1028
+ edges: {
1029
+ from: string;
1030
+ to: string;
1031
+ constraint: string;
1032
+ }[];
1033
+ }>;
284
1034
  export type DependencyGraph = z.infer<typeof DependencyGraphSchema>;
285
1035
  /**
286
1036
  * Dependency Conflict
287
1037
  */
288
1038
  export declare const DependencyConflictSchema: z.ZodObject<{
1039
+ /**
1040
+ * Package with conflict
1041
+ */
289
1042
  package: z.ZodString;
1043
+ /**
1044
+ * Conflicting versions
1045
+ */
290
1046
  conflicts: z.ZodArray<z.ZodObject<{
291
1047
  version: z.ZodString;
292
- requestedBy: z.ZodArray<z.ZodString>;
1048
+ requestedBy: z.ZodArray<z.ZodString, "many">;
293
1049
  constraint: z.ZodString;
294
- }, z.core.$strip>>;
1050
+ }, "strip", z.ZodTypeAny, {
1051
+ version: string;
1052
+ requestedBy: string[];
1053
+ constraint: string;
1054
+ }, {
1055
+ version: string;
1056
+ requestedBy: string[];
1057
+ constraint: string;
1058
+ }>, "many">;
1059
+ /**
1060
+ * Suggested resolution
1061
+ */
295
1062
  resolution: z.ZodOptional<z.ZodObject<{
296
- strategy: z.ZodEnum<{
297
- manual: "manual";
298
- "pick-highest": "pick-highest";
299
- "pick-lowest": "pick-lowest";
300
- }>;
1063
+ strategy: z.ZodEnum<["pick-highest", "pick-lowest", "manual"]>;
301
1064
  version: z.ZodOptional<z.ZodString>;
302
1065
  reason: z.ZodOptional<z.ZodString>;
303
- }, z.core.$strip>>;
304
- severity: z.ZodEnum<{
305
- error: "error";
306
- warning: "warning";
307
- info: "info";
308
- }>;
309
- }, z.core.$strip>;
1066
+ }, "strip", z.ZodTypeAny, {
1067
+ strategy: "manual" | "pick-highest" | "pick-lowest";
1068
+ version?: string | undefined;
1069
+ reason?: string | undefined;
1070
+ }, {
1071
+ strategy: "manual" | "pick-highest" | "pick-lowest";
1072
+ version?: string | undefined;
1073
+ reason?: string | undefined;
1074
+ }>>;
1075
+ /**
1076
+ * Severity
1077
+ */
1078
+ severity: z.ZodEnum<["error", "warning", "info"]>;
1079
+ }, "strip", z.ZodTypeAny, {
1080
+ severity: "error" | "warning" | "info";
1081
+ package: string;
1082
+ conflicts: {
1083
+ version: string;
1084
+ requestedBy: string[];
1085
+ constraint: string;
1086
+ }[];
1087
+ resolution?: {
1088
+ strategy: "manual" | "pick-highest" | "pick-lowest";
1089
+ version?: string | undefined;
1090
+ reason?: string | undefined;
1091
+ } | undefined;
1092
+ }, {
1093
+ severity: "error" | "warning" | "info";
1094
+ package: string;
1095
+ conflicts: {
1096
+ version: string;
1097
+ requestedBy: string[];
1098
+ constraint: string;
1099
+ }[];
1100
+ resolution?: {
1101
+ strategy: "manual" | "pick-highest" | "pick-lowest";
1102
+ version?: string | undefined;
1103
+ reason?: string | undefined;
1104
+ } | undefined;
1105
+ }>;
310
1106
  export type DependencyConflict = z.infer<typeof DependencyConflictSchema>;
311
1107
  /**
312
1108
  * Dependency Resolution Result
313
1109
  */
314
1110
  export declare const DependencyResolutionResultSchema: z.ZodObject<{
315
- status: z.ZodEnum<{
316
- error: "error";
317
- success: "success";
318
- conflict: "conflict";
319
- }>;
1111
+ /**
1112
+ * Resolution status
1113
+ */
1114
+ status: z.ZodEnum<["success", "conflict", "error"]>;
1115
+ /**
1116
+ * Resolved dependency graph
1117
+ */
320
1118
  graph: z.ZodOptional<z.ZodObject<{
1119
+ /**
1120
+ * Root package
1121
+ */
321
1122
  root: z.ZodObject<{
322
1123
  id: z.ZodString;
323
1124
  version: z.ZodString;
324
- }, z.core.$strip>;
1125
+ }, "strip", z.ZodTypeAny, {
1126
+ version: string;
1127
+ id: string;
1128
+ }, {
1129
+ version: string;
1130
+ id: string;
1131
+ }>;
1132
+ /**
1133
+ * All nodes in the graph
1134
+ */
325
1135
  nodes: z.ZodArray<z.ZodObject<{
1136
+ /**
1137
+ * Package identifier
1138
+ */
326
1139
  id: z.ZodString;
1140
+ /**
1141
+ * Package version
1142
+ */
327
1143
  version: z.ZodString;
1144
+ /**
1145
+ * Dependencies of this package
1146
+ */
328
1147
  dependencies: z.ZodDefault<z.ZodArray<z.ZodObject<{
1148
+ /**
1149
+ * Package name/ID
1150
+ */
329
1151
  name: z.ZodString;
1152
+ /**
1153
+ * Version constraint (semver range)
1154
+ */
330
1155
  versionConstraint: z.ZodString;
331
- type: z.ZodDefault<z.ZodEnum<{
332
- optional: "optional";
333
- required: "required";
334
- dev: "dev";
335
- peer: "peer";
336
- }>>;
1156
+ /**
1157
+ * Dependency type
1158
+ */
1159
+ type: z.ZodDefault<z.ZodEnum<["required", "optional", "peer", "dev"]>>;
1160
+ /**
1161
+ * Resolved version (filled during resolution)
1162
+ */
337
1163
  resolvedVersion: z.ZodOptional<z.ZodString>;
338
- }, z.core.$strip>>>;
1164
+ }, "strip", z.ZodTypeAny, {
1165
+ type: "required" | "dev" | "optional" | "peer";
1166
+ name: string;
1167
+ versionConstraint: string;
1168
+ resolvedVersion?: string | undefined;
1169
+ }, {
1170
+ name: string;
1171
+ versionConstraint: string;
1172
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
1173
+ resolvedVersion?: string | undefined;
1174
+ }>, "many">>;
1175
+ /**
1176
+ * Depth in dependency tree
1177
+ */
339
1178
  depth: z.ZodNumber;
1179
+ /**
1180
+ * Whether this is a direct dependency
1181
+ */
340
1182
  isDirect: z.ZodBoolean;
1183
+ /**
1184
+ * Package metadata
1185
+ */
341
1186
  metadata: z.ZodOptional<z.ZodObject<{
342
1187
  name: z.ZodString;
343
1188
  description: z.ZodOptional<z.ZodString>;
344
1189
  license: z.ZodOptional<z.ZodString>;
345
1190
  homepage: z.ZodOptional<z.ZodString>;
346
- }, z.core.$strip>>;
347
- }, z.core.$strip>>;
1191
+ }, "strip", z.ZodTypeAny, {
1192
+ name: string;
1193
+ description?: string | undefined;
1194
+ license?: string | undefined;
1195
+ homepage?: string | undefined;
1196
+ }, {
1197
+ name: string;
1198
+ description?: string | undefined;
1199
+ license?: string | undefined;
1200
+ homepage?: string | undefined;
1201
+ }>>;
1202
+ }, "strip", z.ZodTypeAny, {
1203
+ dependencies: {
1204
+ type: "required" | "dev" | "optional" | "peer";
1205
+ name: string;
1206
+ versionConstraint: string;
1207
+ resolvedVersion?: string | undefined;
1208
+ }[];
1209
+ version: string;
1210
+ id: string;
1211
+ depth: number;
1212
+ isDirect: boolean;
1213
+ metadata?: {
1214
+ name: string;
1215
+ description?: string | undefined;
1216
+ license?: string | undefined;
1217
+ homepage?: string | undefined;
1218
+ } | undefined;
1219
+ }, {
1220
+ version: string;
1221
+ id: string;
1222
+ depth: number;
1223
+ isDirect: boolean;
1224
+ dependencies?: {
1225
+ name: string;
1226
+ versionConstraint: string;
1227
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
1228
+ resolvedVersion?: string | undefined;
1229
+ }[] | undefined;
1230
+ metadata?: {
1231
+ name: string;
1232
+ description?: string | undefined;
1233
+ license?: string | undefined;
1234
+ homepage?: string | undefined;
1235
+ } | undefined;
1236
+ }>, "many">;
1237
+ /**
1238
+ * Edges (dependency relationships)
1239
+ */
348
1240
  edges: z.ZodArray<z.ZodObject<{
349
1241
  from: z.ZodString;
350
1242
  to: z.ZodString;
351
1243
  constraint: z.ZodString;
352
- }, z.core.$strip>>;
1244
+ }, "strip", z.ZodTypeAny, {
1245
+ from: string;
1246
+ to: string;
1247
+ constraint: string;
1248
+ }, {
1249
+ from: string;
1250
+ to: string;
1251
+ constraint: string;
1252
+ }>, "many">;
1253
+ /**
1254
+ * Resolution statistics
1255
+ */
353
1256
  stats: z.ZodObject<{
354
1257
  totalDependencies: z.ZodNumber;
355
1258
  directDependencies: z.ZodNumber;
356
1259
  maxDepth: z.ZodNumber;
357
- }, z.core.$strip>;
358
- }, z.core.$strip>>;
1260
+ }, "strip", z.ZodTypeAny, {
1261
+ totalDependencies: number;
1262
+ directDependencies: number;
1263
+ maxDepth: number;
1264
+ }, {
1265
+ totalDependencies: number;
1266
+ directDependencies: number;
1267
+ maxDepth: number;
1268
+ }>;
1269
+ }, "strip", z.ZodTypeAny, {
1270
+ root: {
1271
+ version: string;
1272
+ id: string;
1273
+ };
1274
+ stats: {
1275
+ totalDependencies: number;
1276
+ directDependencies: number;
1277
+ maxDepth: number;
1278
+ };
1279
+ nodes: {
1280
+ dependencies: {
1281
+ type: "required" | "dev" | "optional" | "peer";
1282
+ name: string;
1283
+ versionConstraint: string;
1284
+ resolvedVersion?: string | undefined;
1285
+ }[];
1286
+ version: string;
1287
+ id: string;
1288
+ depth: number;
1289
+ isDirect: boolean;
1290
+ metadata?: {
1291
+ name: string;
1292
+ description?: string | undefined;
1293
+ license?: string | undefined;
1294
+ homepage?: string | undefined;
1295
+ } | undefined;
1296
+ }[];
1297
+ edges: {
1298
+ from: string;
1299
+ to: string;
1300
+ constraint: string;
1301
+ }[];
1302
+ }, {
1303
+ root: {
1304
+ version: string;
1305
+ id: string;
1306
+ };
1307
+ stats: {
1308
+ totalDependencies: number;
1309
+ directDependencies: number;
1310
+ maxDepth: number;
1311
+ };
1312
+ nodes: {
1313
+ version: string;
1314
+ id: string;
1315
+ depth: number;
1316
+ isDirect: boolean;
1317
+ dependencies?: {
1318
+ name: string;
1319
+ versionConstraint: string;
1320
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
1321
+ resolvedVersion?: string | undefined;
1322
+ }[] | undefined;
1323
+ metadata?: {
1324
+ name: string;
1325
+ description?: string | undefined;
1326
+ license?: string | undefined;
1327
+ homepage?: string | undefined;
1328
+ } | undefined;
1329
+ }[];
1330
+ edges: {
1331
+ from: string;
1332
+ to: string;
1333
+ constraint: string;
1334
+ }[];
1335
+ }>>;
1336
+ /**
1337
+ * Conflicts detected
1338
+ */
359
1339
  conflicts: z.ZodDefault<z.ZodArray<z.ZodObject<{
1340
+ /**
1341
+ * Package with conflict
1342
+ */
360
1343
  package: z.ZodString;
1344
+ /**
1345
+ * Conflicting versions
1346
+ */
361
1347
  conflicts: z.ZodArray<z.ZodObject<{
362
1348
  version: z.ZodString;
363
- requestedBy: z.ZodArray<z.ZodString>;
1349
+ requestedBy: z.ZodArray<z.ZodString, "many">;
364
1350
  constraint: z.ZodString;
365
- }, z.core.$strip>>;
1351
+ }, "strip", z.ZodTypeAny, {
1352
+ version: string;
1353
+ requestedBy: string[];
1354
+ constraint: string;
1355
+ }, {
1356
+ version: string;
1357
+ requestedBy: string[];
1358
+ constraint: string;
1359
+ }>, "many">;
1360
+ /**
1361
+ * Suggested resolution
1362
+ */
366
1363
  resolution: z.ZodOptional<z.ZodObject<{
367
- strategy: z.ZodEnum<{
368
- manual: "manual";
369
- "pick-highest": "pick-highest";
370
- "pick-lowest": "pick-lowest";
371
- }>;
1364
+ strategy: z.ZodEnum<["pick-highest", "pick-lowest", "manual"]>;
372
1365
  version: z.ZodOptional<z.ZodString>;
373
1366
  reason: z.ZodOptional<z.ZodString>;
374
- }, z.core.$strip>>;
375
- severity: z.ZodEnum<{
376
- error: "error";
377
- warning: "warning";
378
- info: "info";
379
- }>;
380
- }, z.core.$strip>>>;
1367
+ }, "strip", z.ZodTypeAny, {
1368
+ strategy: "manual" | "pick-highest" | "pick-lowest";
1369
+ version?: string | undefined;
1370
+ reason?: string | undefined;
1371
+ }, {
1372
+ strategy: "manual" | "pick-highest" | "pick-lowest";
1373
+ version?: string | undefined;
1374
+ reason?: string | undefined;
1375
+ }>>;
1376
+ /**
1377
+ * Severity
1378
+ */
1379
+ severity: z.ZodEnum<["error", "warning", "info"]>;
1380
+ }, "strip", z.ZodTypeAny, {
1381
+ severity: "error" | "warning" | "info";
1382
+ package: string;
1383
+ conflicts: {
1384
+ version: string;
1385
+ requestedBy: string[];
1386
+ constraint: string;
1387
+ }[];
1388
+ resolution?: {
1389
+ strategy: "manual" | "pick-highest" | "pick-lowest";
1390
+ version?: string | undefined;
1391
+ reason?: string | undefined;
1392
+ } | undefined;
1393
+ }, {
1394
+ severity: "error" | "warning" | "info";
1395
+ package: string;
1396
+ conflicts: {
1397
+ version: string;
1398
+ requestedBy: string[];
1399
+ constraint: string;
1400
+ }[];
1401
+ resolution?: {
1402
+ strategy: "manual" | "pick-highest" | "pick-lowest";
1403
+ version?: string | undefined;
1404
+ reason?: string | undefined;
1405
+ } | undefined;
1406
+ }>, "many">>;
1407
+ /**
1408
+ * Errors encountered
1409
+ */
381
1410
  errors: z.ZodDefault<z.ZodArray<z.ZodObject<{
382
1411
  package: z.ZodString;
383
1412
  error: z.ZodString;
384
- }, z.core.$strip>>>;
385
- installOrder: z.ZodDefault<z.ZodArray<z.ZodString>>;
1413
+ }, "strip", z.ZodTypeAny, {
1414
+ error: string;
1415
+ package: string;
1416
+ }, {
1417
+ error: string;
1418
+ package: string;
1419
+ }>, "many">>;
1420
+ /**
1421
+ * Installation order (topological sort)
1422
+ */
1423
+ installOrder: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
1424
+ /**
1425
+ * Resolution time (ms)
1426
+ */
386
1427
  resolvedIn: z.ZodOptional<z.ZodNumber>;
387
- }, z.core.$strip>;
1428
+ }, "strip", z.ZodTypeAny, {
1429
+ status: "error" | "success" | "conflict";
1430
+ errors: {
1431
+ error: string;
1432
+ package: string;
1433
+ }[];
1434
+ conflicts: {
1435
+ severity: "error" | "warning" | "info";
1436
+ package: string;
1437
+ conflicts: {
1438
+ version: string;
1439
+ requestedBy: string[];
1440
+ constraint: string;
1441
+ }[];
1442
+ resolution?: {
1443
+ strategy: "manual" | "pick-highest" | "pick-lowest";
1444
+ version?: string | undefined;
1445
+ reason?: string | undefined;
1446
+ } | undefined;
1447
+ }[];
1448
+ installOrder: string[];
1449
+ graph?: {
1450
+ root: {
1451
+ version: string;
1452
+ id: string;
1453
+ };
1454
+ stats: {
1455
+ totalDependencies: number;
1456
+ directDependencies: number;
1457
+ maxDepth: number;
1458
+ };
1459
+ nodes: {
1460
+ dependencies: {
1461
+ type: "required" | "dev" | "optional" | "peer";
1462
+ name: string;
1463
+ versionConstraint: string;
1464
+ resolvedVersion?: string | undefined;
1465
+ }[];
1466
+ version: string;
1467
+ id: string;
1468
+ depth: number;
1469
+ isDirect: boolean;
1470
+ metadata?: {
1471
+ name: string;
1472
+ description?: string | undefined;
1473
+ license?: string | undefined;
1474
+ homepage?: string | undefined;
1475
+ } | undefined;
1476
+ }[];
1477
+ edges: {
1478
+ from: string;
1479
+ to: string;
1480
+ constraint: string;
1481
+ }[];
1482
+ } | undefined;
1483
+ resolvedIn?: number | undefined;
1484
+ }, {
1485
+ status: "error" | "success" | "conflict";
1486
+ graph?: {
1487
+ root: {
1488
+ version: string;
1489
+ id: string;
1490
+ };
1491
+ stats: {
1492
+ totalDependencies: number;
1493
+ directDependencies: number;
1494
+ maxDepth: number;
1495
+ };
1496
+ nodes: {
1497
+ version: string;
1498
+ id: string;
1499
+ depth: number;
1500
+ isDirect: boolean;
1501
+ dependencies?: {
1502
+ name: string;
1503
+ versionConstraint: string;
1504
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
1505
+ resolvedVersion?: string | undefined;
1506
+ }[] | undefined;
1507
+ metadata?: {
1508
+ name: string;
1509
+ description?: string | undefined;
1510
+ license?: string | undefined;
1511
+ homepage?: string | undefined;
1512
+ } | undefined;
1513
+ }[];
1514
+ edges: {
1515
+ from: string;
1516
+ to: string;
1517
+ constraint: string;
1518
+ }[];
1519
+ } | undefined;
1520
+ errors?: {
1521
+ error: string;
1522
+ package: string;
1523
+ }[] | undefined;
1524
+ conflicts?: {
1525
+ severity: "error" | "warning" | "info";
1526
+ package: string;
1527
+ conflicts: {
1528
+ version: string;
1529
+ requestedBy: string[];
1530
+ constraint: string;
1531
+ }[];
1532
+ resolution?: {
1533
+ strategy: "manual" | "pick-highest" | "pick-lowest";
1534
+ version?: string | undefined;
1535
+ reason?: string | undefined;
1536
+ } | undefined;
1537
+ }[] | undefined;
1538
+ installOrder?: string[] | undefined;
1539
+ resolvedIn?: number | undefined;
1540
+ }>;
388
1541
  export type DependencyResolutionResult = z.infer<typeof DependencyResolutionResultSchema>;
389
1542
  /**
390
1543
  * SBOM (Software Bill of Materials) Entry
391
1544
  */
392
1545
  export declare const SBOMEntrySchema: z.ZodObject<{
1546
+ /**
1547
+ * Component name
1548
+ */
393
1549
  name: z.ZodString;
1550
+ /**
1551
+ * Component version
1552
+ */
394
1553
  version: z.ZodString;
1554
+ /**
1555
+ * Package URL (purl)
1556
+ */
395
1557
  purl: z.ZodOptional<z.ZodString>;
1558
+ /**
1559
+ * License
1560
+ */
396
1561
  license: z.ZodOptional<z.ZodString>;
1562
+ /**
1563
+ * Hashes
1564
+ */
397
1565
  hashes: z.ZodOptional<z.ZodObject<{
398
1566
  sha256: z.ZodOptional<z.ZodString>;
399
1567
  sha512: z.ZodOptional<z.ZodString>;
400
- }, z.core.$strip>>;
1568
+ }, "strip", z.ZodTypeAny, {
1569
+ sha256?: string | undefined;
1570
+ sha512?: string | undefined;
1571
+ }, {
1572
+ sha256?: string | undefined;
1573
+ sha512?: string | undefined;
1574
+ }>>;
1575
+ /**
1576
+ * Supplier
1577
+ */
401
1578
  supplier: z.ZodOptional<z.ZodObject<{
402
1579
  name: z.ZodString;
403
1580
  url: z.ZodOptional<z.ZodString>;
404
- }, z.core.$strip>>;
1581
+ }, "strip", z.ZodTypeAny, {
1582
+ name: string;
1583
+ url?: string | undefined;
1584
+ }, {
1585
+ name: string;
1586
+ url?: string | undefined;
1587
+ }>>;
1588
+ /**
1589
+ * External references
1590
+ */
405
1591
  externalRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
406
- type: z.ZodEnum<{
407
- documentation: "documentation";
408
- repository: "repository";
409
- website: "website";
410
- "issue-tracker": "issue-tracker";
411
- }>;
1592
+ type: z.ZodEnum<["website", "repository", "documentation", "issue-tracker"]>;
412
1593
  url: z.ZodString;
413
- }, z.core.$strip>>>;
414
- }, z.core.$strip>;
1594
+ }, "strip", z.ZodTypeAny, {
1595
+ type: "documentation" | "website" | "repository" | "issue-tracker";
1596
+ url: string;
1597
+ }, {
1598
+ type: "documentation" | "website" | "repository" | "issue-tracker";
1599
+ url: string;
1600
+ }>, "many">>;
1601
+ }, "strip", z.ZodTypeAny, {
1602
+ name: string;
1603
+ version: string;
1604
+ externalRefs: {
1605
+ type: "documentation" | "website" | "repository" | "issue-tracker";
1606
+ url: string;
1607
+ }[];
1608
+ license?: string | undefined;
1609
+ purl?: string | undefined;
1610
+ hashes?: {
1611
+ sha256?: string | undefined;
1612
+ sha512?: string | undefined;
1613
+ } | undefined;
1614
+ supplier?: {
1615
+ name: string;
1616
+ url?: string | undefined;
1617
+ } | undefined;
1618
+ }, {
1619
+ name: string;
1620
+ version: string;
1621
+ license?: string | undefined;
1622
+ purl?: string | undefined;
1623
+ hashes?: {
1624
+ sha256?: string | undefined;
1625
+ sha512?: string | undefined;
1626
+ } | undefined;
1627
+ supplier?: {
1628
+ name: string;
1629
+ url?: string | undefined;
1630
+ } | undefined;
1631
+ externalRefs?: {
1632
+ type: "documentation" | "website" | "repository" | "issue-tracker";
1633
+ url: string;
1634
+ }[] | undefined;
1635
+ }>;
415
1636
  export type SBOMEntry = z.infer<typeof SBOMEntrySchema>;
416
1637
  /**
417
1638
  * Software Bill of Materials (SBOM)
418
1639
  */
419
1640
  export declare const SBOMSchema: z.ZodObject<{
420
- format: z.ZodDefault<z.ZodEnum<{
421
- spdx: "spdx";
422
- cyclonedx: "cyclonedx";
423
- }>>;
1641
+ /**
1642
+ * SBOM format
1643
+ */
1644
+ format: z.ZodDefault<z.ZodEnum<["spdx", "cyclonedx"]>>;
1645
+ /**
1646
+ * SBOM version
1647
+ */
424
1648
  version: z.ZodString;
1649
+ /**
1650
+ * Plugin metadata
1651
+ */
425
1652
  plugin: z.ZodObject<{
426
1653
  id: z.ZodString;
427
1654
  version: z.ZodString;
428
1655
  name: z.ZodString;
429
- }, z.core.$strip>;
1656
+ }, "strip", z.ZodTypeAny, {
1657
+ name: string;
1658
+ version: string;
1659
+ id: string;
1660
+ }, {
1661
+ name: string;
1662
+ version: string;
1663
+ id: string;
1664
+ }>;
1665
+ /**
1666
+ * Components (dependencies)
1667
+ */
430
1668
  components: z.ZodArray<z.ZodObject<{
1669
+ /**
1670
+ * Component name
1671
+ */
431
1672
  name: z.ZodString;
1673
+ /**
1674
+ * Component version
1675
+ */
432
1676
  version: z.ZodString;
1677
+ /**
1678
+ * Package URL (purl)
1679
+ */
433
1680
  purl: z.ZodOptional<z.ZodString>;
1681
+ /**
1682
+ * License
1683
+ */
434
1684
  license: z.ZodOptional<z.ZodString>;
1685
+ /**
1686
+ * Hashes
1687
+ */
435
1688
  hashes: z.ZodOptional<z.ZodObject<{
436
1689
  sha256: z.ZodOptional<z.ZodString>;
437
1690
  sha512: z.ZodOptional<z.ZodString>;
438
- }, z.core.$strip>>;
1691
+ }, "strip", z.ZodTypeAny, {
1692
+ sha256?: string | undefined;
1693
+ sha512?: string | undefined;
1694
+ }, {
1695
+ sha256?: string | undefined;
1696
+ sha512?: string | undefined;
1697
+ }>>;
1698
+ /**
1699
+ * Supplier
1700
+ */
439
1701
  supplier: z.ZodOptional<z.ZodObject<{
440
1702
  name: z.ZodString;
441
1703
  url: z.ZodOptional<z.ZodString>;
442
- }, z.core.$strip>>;
1704
+ }, "strip", z.ZodTypeAny, {
1705
+ name: string;
1706
+ url?: string | undefined;
1707
+ }, {
1708
+ name: string;
1709
+ url?: string | undefined;
1710
+ }>>;
1711
+ /**
1712
+ * External references
1713
+ */
443
1714
  externalRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
444
- type: z.ZodEnum<{
445
- documentation: "documentation";
446
- repository: "repository";
447
- website: "website";
448
- "issue-tracker": "issue-tracker";
449
- }>;
1715
+ type: z.ZodEnum<["website", "repository", "documentation", "issue-tracker"]>;
450
1716
  url: z.ZodString;
451
- }, z.core.$strip>>>;
452
- }, z.core.$strip>>;
1717
+ }, "strip", z.ZodTypeAny, {
1718
+ type: "documentation" | "website" | "repository" | "issue-tracker";
1719
+ url: string;
1720
+ }, {
1721
+ type: "documentation" | "website" | "repository" | "issue-tracker";
1722
+ url: string;
1723
+ }>, "many">>;
1724
+ }, "strip", z.ZodTypeAny, {
1725
+ name: string;
1726
+ version: string;
1727
+ externalRefs: {
1728
+ type: "documentation" | "website" | "repository" | "issue-tracker";
1729
+ url: string;
1730
+ }[];
1731
+ license?: string | undefined;
1732
+ purl?: string | undefined;
1733
+ hashes?: {
1734
+ sha256?: string | undefined;
1735
+ sha512?: string | undefined;
1736
+ } | undefined;
1737
+ supplier?: {
1738
+ name: string;
1739
+ url?: string | undefined;
1740
+ } | undefined;
1741
+ }, {
1742
+ name: string;
1743
+ version: string;
1744
+ license?: string | undefined;
1745
+ purl?: string | undefined;
1746
+ hashes?: {
1747
+ sha256?: string | undefined;
1748
+ sha512?: string | undefined;
1749
+ } | undefined;
1750
+ supplier?: {
1751
+ name: string;
1752
+ url?: string | undefined;
1753
+ } | undefined;
1754
+ externalRefs?: {
1755
+ type: "documentation" | "website" | "repository" | "issue-tracker";
1756
+ url: string;
1757
+ }[] | undefined;
1758
+ }>, "many">;
1759
+ /**
1760
+ * Generation timestamp
1761
+ */
453
1762
  generatedAt: z.ZodString;
1763
+ /**
1764
+ * Generator tool
1765
+ */
454
1766
  generator: z.ZodOptional<z.ZodObject<{
455
1767
  name: z.ZodString;
456
1768
  version: z.ZodString;
457
- }, z.core.$strip>>;
458
- }, z.core.$strip>;
1769
+ }, "strip", z.ZodTypeAny, {
1770
+ name: string;
1771
+ version: string;
1772
+ }, {
1773
+ name: string;
1774
+ version: string;
1775
+ }>>;
1776
+ }, "strip", z.ZodTypeAny, {
1777
+ format: "spdx" | "cyclonedx";
1778
+ version: string;
1779
+ components: {
1780
+ name: string;
1781
+ version: string;
1782
+ externalRefs: {
1783
+ type: "documentation" | "website" | "repository" | "issue-tracker";
1784
+ url: string;
1785
+ }[];
1786
+ license?: string | undefined;
1787
+ purl?: string | undefined;
1788
+ hashes?: {
1789
+ sha256?: string | undefined;
1790
+ sha512?: string | undefined;
1791
+ } | undefined;
1792
+ supplier?: {
1793
+ name: string;
1794
+ url?: string | undefined;
1795
+ } | undefined;
1796
+ }[];
1797
+ plugin: {
1798
+ name: string;
1799
+ version: string;
1800
+ id: string;
1801
+ };
1802
+ generatedAt: string;
1803
+ generator?: {
1804
+ name: string;
1805
+ version: string;
1806
+ } | undefined;
1807
+ }, {
1808
+ version: string;
1809
+ components: {
1810
+ name: string;
1811
+ version: string;
1812
+ license?: string | undefined;
1813
+ purl?: string | undefined;
1814
+ hashes?: {
1815
+ sha256?: string | undefined;
1816
+ sha512?: string | undefined;
1817
+ } | undefined;
1818
+ supplier?: {
1819
+ name: string;
1820
+ url?: string | undefined;
1821
+ } | undefined;
1822
+ externalRefs?: {
1823
+ type: "documentation" | "website" | "repository" | "issue-tracker";
1824
+ url: string;
1825
+ }[] | undefined;
1826
+ }[];
1827
+ plugin: {
1828
+ name: string;
1829
+ version: string;
1830
+ id: string;
1831
+ };
1832
+ generatedAt: string;
1833
+ format?: "spdx" | "cyclonedx" | undefined;
1834
+ generator?: {
1835
+ name: string;
1836
+ version: string;
1837
+ } | undefined;
1838
+ }>;
459
1839
  export type SBOM = z.infer<typeof SBOMSchema>;
460
1840
  /**
461
1841
  * Plugin Provenance
462
1842
  * Verifiable chain of custody for plugin artifacts
463
1843
  */
464
1844
  export declare const PluginProvenanceSchema: z.ZodObject<{
1845
+ /**
1846
+ * Plugin identifier
1847
+ */
465
1848
  pluginId: z.ZodString;
1849
+ /**
1850
+ * Plugin version
1851
+ */
466
1852
  version: z.ZodString;
1853
+ /**
1854
+ * Build information
1855
+ */
467
1856
  build: z.ZodObject<{
1857
+ /**
1858
+ * Build timestamp
1859
+ */
468
1860
  timestamp: z.ZodString;
1861
+ /**
1862
+ * Build environment
1863
+ */
469
1864
  environment: z.ZodOptional<z.ZodObject<{
470
1865
  os: z.ZodString;
471
1866
  arch: z.ZodString;
472
1867
  nodeVersion: z.ZodString;
473
- }, z.core.$strip>>;
1868
+ }, "strip", z.ZodTypeAny, {
1869
+ os: string;
1870
+ nodeVersion: string;
1871
+ arch: string;
1872
+ }, {
1873
+ os: string;
1874
+ nodeVersion: string;
1875
+ arch: string;
1876
+ }>>;
1877
+ /**
1878
+ * Source repository
1879
+ */
474
1880
  source: z.ZodOptional<z.ZodObject<{
475
1881
  repository: z.ZodString;
476
1882
  commit: z.ZodString;
477
1883
  branch: z.ZodOptional<z.ZodString>;
478
1884
  tag: z.ZodOptional<z.ZodString>;
479
- }, z.core.$strip>>;
1885
+ }, "strip", z.ZodTypeAny, {
1886
+ commit: string;
1887
+ repository: string;
1888
+ tag?: string | undefined;
1889
+ branch?: string | undefined;
1890
+ }, {
1891
+ commit: string;
1892
+ repository: string;
1893
+ tag?: string | undefined;
1894
+ branch?: string | undefined;
1895
+ }>>;
1896
+ /**
1897
+ * Builder identity
1898
+ */
480
1899
  builder: z.ZodOptional<z.ZodObject<{
481
1900
  name: z.ZodString;
482
1901
  email: z.ZodOptional<z.ZodString>;
483
- }, z.core.$strip>>;
484
- }, z.core.$strip>;
1902
+ }, "strip", z.ZodTypeAny, {
1903
+ name: string;
1904
+ email?: string | undefined;
1905
+ }, {
1906
+ name: string;
1907
+ email?: string | undefined;
1908
+ }>>;
1909
+ }, "strip", z.ZodTypeAny, {
1910
+ timestamp: string;
1911
+ source?: {
1912
+ commit: string;
1913
+ repository: string;
1914
+ tag?: string | undefined;
1915
+ branch?: string | undefined;
1916
+ } | undefined;
1917
+ environment?: {
1918
+ os: string;
1919
+ nodeVersion: string;
1920
+ arch: string;
1921
+ } | undefined;
1922
+ builder?: {
1923
+ name: string;
1924
+ email?: string | undefined;
1925
+ } | undefined;
1926
+ }, {
1927
+ timestamp: string;
1928
+ source?: {
1929
+ commit: string;
1930
+ repository: string;
1931
+ tag?: string | undefined;
1932
+ branch?: string | undefined;
1933
+ } | undefined;
1934
+ environment?: {
1935
+ os: string;
1936
+ nodeVersion: string;
1937
+ arch: string;
1938
+ } | undefined;
1939
+ builder?: {
1940
+ name: string;
1941
+ email?: string | undefined;
1942
+ } | undefined;
1943
+ }>;
1944
+ /**
1945
+ * Artifact hashes
1946
+ */
485
1947
  artifacts: z.ZodArray<z.ZodObject<{
486
1948
  filename: z.ZodString;
487
1949
  sha256: z.ZodString;
488
1950
  size: z.ZodNumber;
489
- }, z.core.$strip>>;
1951
+ }, "strip", z.ZodTypeAny, {
1952
+ size: number;
1953
+ sha256: string;
1954
+ filename: string;
1955
+ }, {
1956
+ size: number;
1957
+ sha256: string;
1958
+ filename: string;
1959
+ }>, "many">;
1960
+ /**
1961
+ * Signatures
1962
+ */
490
1963
  signatures: z.ZodDefault<z.ZodArray<z.ZodObject<{
491
- algorithm: z.ZodEnum<{
492
- rsa: "rsa";
493
- ecdsa: "ecdsa";
494
- ed25519: "ed25519";
495
- }>;
1964
+ algorithm: z.ZodEnum<["rsa", "ecdsa", "ed25519"]>;
496
1965
  publicKey: z.ZodString;
497
1966
  signature: z.ZodString;
498
1967
  signedBy: z.ZodString;
499
1968
  timestamp: z.ZodString;
500
- }, z.core.$strip>>>;
1969
+ }, "strip", z.ZodTypeAny, {
1970
+ algorithm: "rsa" | "ecdsa" | "ed25519";
1971
+ signature: string;
1972
+ timestamp: string;
1973
+ publicKey: string;
1974
+ signedBy: string;
1975
+ }, {
1976
+ algorithm: "rsa" | "ecdsa" | "ed25519";
1977
+ signature: string;
1978
+ timestamp: string;
1979
+ publicKey: string;
1980
+ signedBy: string;
1981
+ }>, "many">>;
1982
+ /**
1983
+ * Attestations
1984
+ */
501
1985
  attestations: z.ZodDefault<z.ZodArray<z.ZodObject<{
502
- type: z.ZodEnum<{
503
- "code-review": "code-review";
504
- "security-scan": "security-scan";
505
- "test-results": "test-results";
506
- "ci-build": "ci-build";
507
- }>;
508
- status: z.ZodEnum<{
509
- failed: "failed";
510
- passed: "passed";
511
- }>;
1986
+ type: z.ZodEnum<["code-review", "security-scan", "test-results", "ci-build"]>;
1987
+ status: z.ZodEnum<["passed", "failed"]>;
512
1988
  url: z.ZodOptional<z.ZodString>;
513
1989
  timestamp: z.ZodString;
514
- }, z.core.$strip>>>;
515
- }, z.core.$strip>;
1990
+ }, "strip", z.ZodTypeAny, {
1991
+ type: "code-review" | "security-scan" | "test-results" | "ci-build";
1992
+ status: "failed" | "passed";
1993
+ timestamp: string;
1994
+ url?: string | undefined;
1995
+ }, {
1996
+ type: "code-review" | "security-scan" | "test-results" | "ci-build";
1997
+ status: "failed" | "passed";
1998
+ timestamp: string;
1999
+ url?: string | undefined;
2000
+ }>, "many">>;
2001
+ }, "strip", z.ZodTypeAny, {
2002
+ version: string;
2003
+ pluginId: string;
2004
+ build: {
2005
+ timestamp: string;
2006
+ source?: {
2007
+ commit: string;
2008
+ repository: string;
2009
+ tag?: string | undefined;
2010
+ branch?: string | undefined;
2011
+ } | undefined;
2012
+ environment?: {
2013
+ os: string;
2014
+ nodeVersion: string;
2015
+ arch: string;
2016
+ } | undefined;
2017
+ builder?: {
2018
+ name: string;
2019
+ email?: string | undefined;
2020
+ } | undefined;
2021
+ };
2022
+ artifacts: {
2023
+ size: number;
2024
+ sha256: string;
2025
+ filename: string;
2026
+ }[];
2027
+ signatures: {
2028
+ algorithm: "rsa" | "ecdsa" | "ed25519";
2029
+ signature: string;
2030
+ timestamp: string;
2031
+ publicKey: string;
2032
+ signedBy: string;
2033
+ }[];
2034
+ attestations: {
2035
+ type: "code-review" | "security-scan" | "test-results" | "ci-build";
2036
+ status: "failed" | "passed";
2037
+ timestamp: string;
2038
+ url?: string | undefined;
2039
+ }[];
2040
+ }, {
2041
+ version: string;
2042
+ pluginId: string;
2043
+ build: {
2044
+ timestamp: string;
2045
+ source?: {
2046
+ commit: string;
2047
+ repository: string;
2048
+ tag?: string | undefined;
2049
+ branch?: string | undefined;
2050
+ } | undefined;
2051
+ environment?: {
2052
+ os: string;
2053
+ nodeVersion: string;
2054
+ arch: string;
2055
+ } | undefined;
2056
+ builder?: {
2057
+ name: string;
2058
+ email?: string | undefined;
2059
+ } | undefined;
2060
+ };
2061
+ artifacts: {
2062
+ size: number;
2063
+ sha256: string;
2064
+ filename: string;
2065
+ }[];
2066
+ signatures?: {
2067
+ algorithm: "rsa" | "ecdsa" | "ed25519";
2068
+ signature: string;
2069
+ timestamp: string;
2070
+ publicKey: string;
2071
+ signedBy: string;
2072
+ }[] | undefined;
2073
+ attestations?: {
2074
+ type: "code-review" | "security-scan" | "test-results" | "ci-build";
2075
+ status: "failed" | "passed";
2076
+ timestamp: string;
2077
+ url?: string | undefined;
2078
+ }[] | undefined;
2079
+ }>;
516
2080
  export type PluginProvenance = z.infer<typeof PluginProvenanceSchema>;
517
2081
  /**
518
2082
  * Plugin Trust Score
519
2083
  */
520
2084
  export declare const PluginTrustScoreSchema: z.ZodObject<{
2085
+ /**
2086
+ * Plugin identifier
2087
+ */
521
2088
  pluginId: z.ZodString;
2089
+ /**
2090
+ * Overall trust score (0-100)
2091
+ */
522
2092
  score: z.ZodNumber;
2093
+ /**
2094
+ * Score components
2095
+ */
523
2096
  components: z.ZodObject<{
2097
+ /**
2098
+ * Vendor reputation (0-100)
2099
+ */
524
2100
  vendorReputation: z.ZodNumber;
2101
+ /**
2102
+ * Security scan results (0-100)
2103
+ */
525
2104
  securityScore: z.ZodNumber;
2105
+ /**
2106
+ * Code quality (0-100)
2107
+ */
526
2108
  codeQuality: z.ZodNumber;
2109
+ /**
2110
+ * Community engagement (0-100)
2111
+ */
527
2112
  communityScore: z.ZodNumber;
2113
+ /**
2114
+ * Update frequency (0-100)
2115
+ */
528
2116
  maintenanceScore: z.ZodNumber;
529
- }, z.core.$strip>;
530
- level: z.ZodEnum<{
531
- verified: "verified";
532
- trusted: "trusted";
533
- untrusted: "untrusted";
534
- blocked: "blocked";
535
- neutral: "neutral";
2117
+ }, "strip", z.ZodTypeAny, {
2118
+ codeQuality: number;
2119
+ vendorReputation: number;
2120
+ securityScore: number;
2121
+ communityScore: number;
2122
+ maintenanceScore: number;
2123
+ }, {
2124
+ codeQuality: number;
2125
+ vendorReputation: number;
2126
+ securityScore: number;
2127
+ communityScore: number;
2128
+ maintenanceScore: number;
536
2129
  }>;
537
- badges: z.ZodDefault<z.ZodArray<z.ZodEnum<{
538
- "open-source": "open-source";
539
- official: "official";
540
- "verified-vendor": "verified-vendor";
541
- "security-scanned": "security-scanned";
542
- "code-signed": "code-signed";
543
- popular: "popular";
544
- }>>>;
2130
+ /**
2131
+ * Trust level
2132
+ */
2133
+ level: z.ZodEnum<["verified", "trusted", "neutral", "untrusted", "blocked"]>;
2134
+ /**
2135
+ * Verification badges
2136
+ */
2137
+ badges: z.ZodDefault<z.ZodArray<z.ZodEnum<["official", "verified-vendor", "security-scanned", "code-signed", "open-source", "popular"]>, "many">>;
2138
+ /**
2139
+ * Last updated
2140
+ */
545
2141
  updatedAt: z.ZodString;
546
- }, z.core.$strip>;
2142
+ }, "strip", z.ZodTypeAny, {
2143
+ components: {
2144
+ codeQuality: number;
2145
+ vendorReputation: number;
2146
+ securityScore: number;
2147
+ communityScore: number;
2148
+ maintenanceScore: number;
2149
+ };
2150
+ level: "verified" | "trusted" | "untrusted" | "blocked" | "neutral";
2151
+ updatedAt: string;
2152
+ pluginId: string;
2153
+ score: number;
2154
+ badges: ("official" | "verified-vendor" | "security-scanned" | "code-signed" | "open-source" | "popular")[];
2155
+ }, {
2156
+ components: {
2157
+ codeQuality: number;
2158
+ vendorReputation: number;
2159
+ securityScore: number;
2160
+ communityScore: number;
2161
+ maintenanceScore: number;
2162
+ };
2163
+ level: "verified" | "trusted" | "untrusted" | "blocked" | "neutral";
2164
+ updatedAt: string;
2165
+ pluginId: string;
2166
+ score: number;
2167
+ badges?: ("official" | "verified-vendor" | "security-scanned" | "code-signed" | "open-source" | "popular")[] | undefined;
2168
+ }>;
547
2169
  export type PluginTrustScore = z.infer<typeof PluginTrustScoreSchema>;
548
2170
  export declare const PluginSecurityProtocol: {
549
- readonly VulnerabilitySeverity: z.ZodEnum<{
550
- info: "info";
551
- medium: "medium";
552
- critical: "critical";
553
- high: "high";
554
- low: "low";
555
- }>;
2171
+ readonly VulnerabilitySeverity: z.ZodEnum<["critical", "high", "medium", "low", "info"]>;
556
2172
  readonly SecurityVulnerability: z.ZodObject<{
2173
+ /**
2174
+ * CVE identifier (if applicable)
2175
+ */
557
2176
  cve: z.ZodOptional<z.ZodString>;
2177
+ /**
2178
+ * Vulnerability identifier (GHSA, SNYK, etc.)
2179
+ */
558
2180
  id: z.ZodString;
2181
+ /**
2182
+ * Title
2183
+ */
559
2184
  title: z.ZodString;
2185
+ /**
2186
+ * Description
2187
+ */
560
2188
  description: z.ZodString;
561
- severity: z.ZodEnum<{
562
- info: "info";
563
- medium: "medium";
564
- critical: "critical";
565
- high: "high";
566
- low: "low";
567
- }>;
2189
+ /**
2190
+ * Severity
2191
+ */
2192
+ severity: z.ZodEnum<["critical", "high", "medium", "low", "info"]>;
2193
+ /**
2194
+ * CVSS score (0-10)
2195
+ */
568
2196
  cvss: z.ZodOptional<z.ZodNumber>;
2197
+ /**
2198
+ * Affected package
2199
+ */
569
2200
  package: z.ZodObject<{
570
2201
  name: z.ZodString;
571
2202
  version: z.ZodString;
572
2203
  ecosystem: z.ZodOptional<z.ZodString>;
573
- }, z.core.$strip>;
2204
+ }, "strip", z.ZodTypeAny, {
2205
+ name: string;
2206
+ version: string;
2207
+ ecosystem?: string | undefined;
2208
+ }, {
2209
+ name: string;
2210
+ version: string;
2211
+ ecosystem?: string | undefined;
2212
+ }>;
2213
+ /**
2214
+ * Vulnerable version range
2215
+ */
574
2216
  vulnerableVersions: z.ZodString;
2217
+ /**
2218
+ * Patched versions
2219
+ */
575
2220
  patchedVersions: z.ZodOptional<z.ZodString>;
2221
+ /**
2222
+ * References
2223
+ */
576
2224
  references: z.ZodDefault<z.ZodArray<z.ZodObject<{
577
- type: z.ZodEnum<{
578
- advisory: "advisory";
579
- article: "article";
580
- report: "report";
581
- web: "web";
582
- }>;
2225
+ type: z.ZodEnum<["advisory", "article", "report", "web"]>;
583
2226
  url: z.ZodString;
584
- }, z.core.$strip>>>;
585
- cwe: z.ZodDefault<z.ZodArray<z.ZodString>>;
2227
+ }, "strip", z.ZodTypeAny, {
2228
+ type: "advisory" | "article" | "report" | "web";
2229
+ url: string;
2230
+ }, {
2231
+ type: "advisory" | "article" | "report" | "web";
2232
+ url: string;
2233
+ }>, "many">>;
2234
+ /**
2235
+ * CWE (Common Weakness Enumeration)
2236
+ */
2237
+ cwe: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
2238
+ /**
2239
+ * Published date
2240
+ */
586
2241
  publishedAt: z.ZodOptional<z.ZodString>;
2242
+ /**
2243
+ * Mitigation advice
2244
+ */
587
2245
  mitigation: z.ZodOptional<z.ZodString>;
588
- }, z.core.$strip>;
2246
+ }, "strip", z.ZodTypeAny, {
2247
+ description: string;
2248
+ severity: "info" | "medium" | "critical" | "high" | "low";
2249
+ id: string;
2250
+ title: string;
2251
+ package: {
2252
+ name: string;
2253
+ version: string;
2254
+ ecosystem?: string | undefined;
2255
+ };
2256
+ references: {
2257
+ type: "advisory" | "article" | "report" | "web";
2258
+ url: string;
2259
+ }[];
2260
+ vulnerableVersions: string;
2261
+ cwe: string[];
2262
+ cve?: string | undefined;
2263
+ publishedAt?: string | undefined;
2264
+ cvss?: number | undefined;
2265
+ patchedVersions?: string | undefined;
2266
+ mitigation?: string | undefined;
2267
+ }, {
2268
+ description: string;
2269
+ severity: "info" | "medium" | "critical" | "high" | "low";
2270
+ id: string;
2271
+ title: string;
2272
+ package: {
2273
+ name: string;
2274
+ version: string;
2275
+ ecosystem?: string | undefined;
2276
+ };
2277
+ vulnerableVersions: string;
2278
+ cve?: string | undefined;
2279
+ references?: {
2280
+ type: "advisory" | "article" | "report" | "web";
2281
+ url: string;
2282
+ }[] | undefined;
2283
+ publishedAt?: string | undefined;
2284
+ cvss?: number | undefined;
2285
+ patchedVersions?: string | undefined;
2286
+ cwe?: string[] | undefined;
2287
+ mitigation?: string | undefined;
2288
+ }>;
589
2289
  readonly SecurityScanResult: z.ZodObject<{
2290
+ /**
2291
+ * Scan identifier
2292
+ */
590
2293
  scanId: z.ZodString;
2294
+ /**
2295
+ * Plugin being scanned
2296
+ */
591
2297
  plugin: z.ZodObject<{
592
2298
  id: z.ZodString;
593
2299
  version: z.ZodString;
594
- }, z.core.$strip>;
2300
+ }, "strip", z.ZodTypeAny, {
2301
+ version: string;
2302
+ id: string;
2303
+ }, {
2304
+ version: string;
2305
+ id: string;
2306
+ }>;
2307
+ /**
2308
+ * Scan timestamp
2309
+ */
595
2310
  scannedAt: z.ZodString;
2311
+ /**
2312
+ * Scanner information
2313
+ */
596
2314
  scanner: z.ZodObject<{
597
2315
  name: z.ZodString;
598
2316
  version: z.ZodString;
599
- }, z.core.$strip>;
600
- status: z.ZodEnum<{
601
- warning: "warning";
602
- failed: "failed";
603
- passed: "passed";
2317
+ }, "strip", z.ZodTypeAny, {
2318
+ name: string;
2319
+ version: string;
2320
+ }, {
2321
+ name: string;
2322
+ version: string;
604
2323
  }>;
2324
+ /**
2325
+ * Scan status
2326
+ */
2327
+ status: z.ZodEnum<["passed", "failed", "warning"]>;
2328
+ /**
2329
+ * Vulnerabilities found
2330
+ */
605
2331
  vulnerabilities: z.ZodArray<z.ZodObject<{
2332
+ /**
2333
+ * CVE identifier (if applicable)
2334
+ */
606
2335
  cve: z.ZodOptional<z.ZodString>;
2336
+ /**
2337
+ * Vulnerability identifier (GHSA, SNYK, etc.)
2338
+ */
607
2339
  id: z.ZodString;
2340
+ /**
2341
+ * Title
2342
+ */
608
2343
  title: z.ZodString;
2344
+ /**
2345
+ * Description
2346
+ */
609
2347
  description: z.ZodString;
610
- severity: z.ZodEnum<{
611
- info: "info";
612
- medium: "medium";
613
- critical: "critical";
614
- high: "high";
615
- low: "low";
616
- }>;
2348
+ /**
2349
+ * Severity
2350
+ */
2351
+ severity: z.ZodEnum<["critical", "high", "medium", "low", "info"]>;
2352
+ /**
2353
+ * CVSS score (0-10)
2354
+ */
617
2355
  cvss: z.ZodOptional<z.ZodNumber>;
2356
+ /**
2357
+ * Affected package
2358
+ */
618
2359
  package: z.ZodObject<{
619
2360
  name: z.ZodString;
620
2361
  version: z.ZodString;
621
2362
  ecosystem: z.ZodOptional<z.ZodString>;
622
- }, z.core.$strip>;
2363
+ }, "strip", z.ZodTypeAny, {
2364
+ name: string;
2365
+ version: string;
2366
+ ecosystem?: string | undefined;
2367
+ }, {
2368
+ name: string;
2369
+ version: string;
2370
+ ecosystem?: string | undefined;
2371
+ }>;
2372
+ /**
2373
+ * Vulnerable version range
2374
+ */
623
2375
  vulnerableVersions: z.ZodString;
2376
+ /**
2377
+ * Patched versions
2378
+ */
624
2379
  patchedVersions: z.ZodOptional<z.ZodString>;
2380
+ /**
2381
+ * References
2382
+ */
625
2383
  references: z.ZodDefault<z.ZodArray<z.ZodObject<{
626
- type: z.ZodEnum<{
627
- advisory: "advisory";
628
- article: "article";
629
- report: "report";
630
- web: "web";
631
- }>;
2384
+ type: z.ZodEnum<["advisory", "article", "report", "web"]>;
632
2385
  url: z.ZodString;
633
- }, z.core.$strip>>>;
634
- cwe: z.ZodDefault<z.ZodArray<z.ZodString>>;
2386
+ }, "strip", z.ZodTypeAny, {
2387
+ type: "advisory" | "article" | "report" | "web";
2388
+ url: string;
2389
+ }, {
2390
+ type: "advisory" | "article" | "report" | "web";
2391
+ url: string;
2392
+ }>, "many">>;
2393
+ /**
2394
+ * CWE (Common Weakness Enumeration)
2395
+ */
2396
+ cwe: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
2397
+ /**
2398
+ * Published date
2399
+ */
635
2400
  publishedAt: z.ZodOptional<z.ZodString>;
2401
+ /**
2402
+ * Mitigation advice
2403
+ */
636
2404
  mitigation: z.ZodOptional<z.ZodString>;
637
- }, z.core.$strip>>;
2405
+ }, "strip", z.ZodTypeAny, {
2406
+ description: string;
2407
+ severity: "info" | "medium" | "critical" | "high" | "low";
2408
+ id: string;
2409
+ title: string;
2410
+ package: {
2411
+ name: string;
2412
+ version: string;
2413
+ ecosystem?: string | undefined;
2414
+ };
2415
+ references: {
2416
+ type: "advisory" | "article" | "report" | "web";
2417
+ url: string;
2418
+ }[];
2419
+ vulnerableVersions: string;
2420
+ cwe: string[];
2421
+ cve?: string | undefined;
2422
+ publishedAt?: string | undefined;
2423
+ cvss?: number | undefined;
2424
+ patchedVersions?: string | undefined;
2425
+ mitigation?: string | undefined;
2426
+ }, {
2427
+ description: string;
2428
+ severity: "info" | "medium" | "critical" | "high" | "low";
2429
+ id: string;
2430
+ title: string;
2431
+ package: {
2432
+ name: string;
2433
+ version: string;
2434
+ ecosystem?: string | undefined;
2435
+ };
2436
+ vulnerableVersions: string;
2437
+ cve?: string | undefined;
2438
+ references?: {
2439
+ type: "advisory" | "article" | "report" | "web";
2440
+ url: string;
2441
+ }[] | undefined;
2442
+ publishedAt?: string | undefined;
2443
+ cvss?: number | undefined;
2444
+ patchedVersions?: string | undefined;
2445
+ cwe?: string[] | undefined;
2446
+ mitigation?: string | undefined;
2447
+ }>, "many">;
2448
+ /**
2449
+ * Vulnerability summary
2450
+ */
638
2451
  summary: z.ZodObject<{
639
2452
  critical: z.ZodDefault<z.ZodNumber>;
640
2453
  high: z.ZodDefault<z.ZodNumber>;
@@ -642,388 +2455,1819 @@ export declare const PluginSecurityProtocol: {
642
2455
  low: z.ZodDefault<z.ZodNumber>;
643
2456
  info: z.ZodDefault<z.ZodNumber>;
644
2457
  total: z.ZodDefault<z.ZodNumber>;
645
- }, z.core.$strip>;
2458
+ }, "strip", z.ZodTypeAny, {
2459
+ info: number;
2460
+ total: number;
2461
+ medium: number;
2462
+ critical: number;
2463
+ high: number;
2464
+ low: number;
2465
+ }, {
2466
+ info?: number | undefined;
2467
+ total?: number | undefined;
2468
+ medium?: number | undefined;
2469
+ critical?: number | undefined;
2470
+ high?: number | undefined;
2471
+ low?: number | undefined;
2472
+ }>;
2473
+ /**
2474
+ * License compliance issues
2475
+ */
646
2476
  licenseIssues: z.ZodDefault<z.ZodArray<z.ZodObject<{
647
2477
  package: z.ZodString;
648
2478
  license: z.ZodString;
649
2479
  reason: z.ZodString;
650
- severity: z.ZodEnum<{
651
- error: "error";
652
- warning: "warning";
653
- info: "info";
654
- }>;
655
- }, z.core.$strip>>>;
2480
+ severity: z.ZodEnum<["error", "warning", "info"]>;
2481
+ }, "strip", z.ZodTypeAny, {
2482
+ severity: "error" | "warning" | "info";
2483
+ license: string;
2484
+ package: string;
2485
+ reason: string;
2486
+ }, {
2487
+ severity: "error" | "warning" | "info";
2488
+ license: string;
2489
+ package: string;
2490
+ reason: string;
2491
+ }>, "many">>;
2492
+ /**
2493
+ * Code quality issues
2494
+ */
656
2495
  codeQuality: z.ZodOptional<z.ZodObject<{
657
2496
  score: z.ZodOptional<z.ZodNumber>;
658
2497
  issues: z.ZodDefault<z.ZodArray<z.ZodObject<{
659
- type: z.ZodEnum<{
660
- style: "style";
661
- security: "security";
662
- quality: "quality";
663
- }>;
664
- severity: z.ZodEnum<{
665
- error: "error";
666
- warning: "warning";
667
- info: "info";
668
- }>;
2498
+ type: z.ZodEnum<["security", "quality", "style"]>;
2499
+ severity: z.ZodEnum<["error", "warning", "info"]>;
669
2500
  message: z.ZodString;
670
2501
  file: z.ZodOptional<z.ZodString>;
671
2502
  line: z.ZodOptional<z.ZodNumber>;
672
- }, z.core.$strip>>>;
673
- }, z.core.$strip>>;
2503
+ }, "strip", z.ZodTypeAny, {
2504
+ message: string;
2505
+ type: "style" | "security" | "quality";
2506
+ severity: "error" | "warning" | "info";
2507
+ file?: string | undefined;
2508
+ line?: number | undefined;
2509
+ }, {
2510
+ message: string;
2511
+ type: "style" | "security" | "quality";
2512
+ severity: "error" | "warning" | "info";
2513
+ file?: string | undefined;
2514
+ line?: number | undefined;
2515
+ }>, "many">>;
2516
+ }, "strip", z.ZodTypeAny, {
2517
+ issues: {
2518
+ message: string;
2519
+ type: "style" | "security" | "quality";
2520
+ severity: "error" | "warning" | "info";
2521
+ file?: string | undefined;
2522
+ line?: number | undefined;
2523
+ }[];
2524
+ score?: number | undefined;
2525
+ }, {
2526
+ issues?: {
2527
+ message: string;
2528
+ type: "style" | "security" | "quality";
2529
+ severity: "error" | "warning" | "info";
2530
+ file?: string | undefined;
2531
+ line?: number | undefined;
2532
+ }[] | undefined;
2533
+ score?: number | undefined;
2534
+ }>>;
2535
+ /**
2536
+ * Next scan scheduled
2537
+ */
674
2538
  nextScanAt: z.ZodOptional<z.ZodString>;
675
- }, z.core.$strip>;
2539
+ }, "strip", z.ZodTypeAny, {
2540
+ status: "warning" | "failed" | "passed";
2541
+ summary: {
2542
+ info: number;
2543
+ total: number;
2544
+ medium: number;
2545
+ critical: number;
2546
+ high: number;
2547
+ low: number;
2548
+ };
2549
+ plugin: {
2550
+ version: string;
2551
+ id: string;
2552
+ };
2553
+ scanner: {
2554
+ name: string;
2555
+ version: string;
2556
+ };
2557
+ vulnerabilities: {
2558
+ description: string;
2559
+ severity: "info" | "medium" | "critical" | "high" | "low";
2560
+ id: string;
2561
+ title: string;
2562
+ package: {
2563
+ name: string;
2564
+ version: string;
2565
+ ecosystem?: string | undefined;
2566
+ };
2567
+ references: {
2568
+ type: "advisory" | "article" | "report" | "web";
2569
+ url: string;
2570
+ }[];
2571
+ vulnerableVersions: string;
2572
+ cwe: string[];
2573
+ cve?: string | undefined;
2574
+ publishedAt?: string | undefined;
2575
+ cvss?: number | undefined;
2576
+ patchedVersions?: string | undefined;
2577
+ mitigation?: string | undefined;
2578
+ }[];
2579
+ scanId: string;
2580
+ scannedAt: string;
2581
+ licenseIssues: {
2582
+ severity: "error" | "warning" | "info";
2583
+ license: string;
2584
+ package: string;
2585
+ reason: string;
2586
+ }[];
2587
+ codeQuality?: {
2588
+ issues: {
2589
+ message: string;
2590
+ type: "style" | "security" | "quality";
2591
+ severity: "error" | "warning" | "info";
2592
+ file?: string | undefined;
2593
+ line?: number | undefined;
2594
+ }[];
2595
+ score?: number | undefined;
2596
+ } | undefined;
2597
+ nextScanAt?: string | undefined;
2598
+ }, {
2599
+ status: "warning" | "failed" | "passed";
2600
+ summary: {
2601
+ info?: number | undefined;
2602
+ total?: number | undefined;
2603
+ medium?: number | undefined;
2604
+ critical?: number | undefined;
2605
+ high?: number | undefined;
2606
+ low?: number | undefined;
2607
+ };
2608
+ plugin: {
2609
+ version: string;
2610
+ id: string;
2611
+ };
2612
+ scanner: {
2613
+ name: string;
2614
+ version: string;
2615
+ };
2616
+ vulnerabilities: {
2617
+ description: string;
2618
+ severity: "info" | "medium" | "critical" | "high" | "low";
2619
+ id: string;
2620
+ title: string;
2621
+ package: {
2622
+ name: string;
2623
+ version: string;
2624
+ ecosystem?: string | undefined;
2625
+ };
2626
+ vulnerableVersions: string;
2627
+ cve?: string | undefined;
2628
+ references?: {
2629
+ type: "advisory" | "article" | "report" | "web";
2630
+ url: string;
2631
+ }[] | undefined;
2632
+ publishedAt?: string | undefined;
2633
+ cvss?: number | undefined;
2634
+ patchedVersions?: string | undefined;
2635
+ cwe?: string[] | undefined;
2636
+ mitigation?: string | undefined;
2637
+ }[];
2638
+ scanId: string;
2639
+ scannedAt: string;
2640
+ codeQuality?: {
2641
+ issues?: {
2642
+ message: string;
2643
+ type: "style" | "security" | "quality";
2644
+ severity: "error" | "warning" | "info";
2645
+ file?: string | undefined;
2646
+ line?: number | undefined;
2647
+ }[] | undefined;
2648
+ score?: number | undefined;
2649
+ } | undefined;
2650
+ licenseIssues?: {
2651
+ severity: "error" | "warning" | "info";
2652
+ license: string;
2653
+ package: string;
2654
+ reason: string;
2655
+ }[] | undefined;
2656
+ nextScanAt?: string | undefined;
2657
+ }>;
676
2658
  readonly SecurityPolicy: z.ZodObject<{
2659
+ /**
2660
+ * Policy identifier
2661
+ */
677
2662
  id: z.ZodString;
2663
+ /**
2664
+ * Policy name
2665
+ */
678
2666
  name: z.ZodString;
2667
+ /**
2668
+ * Automatic scanning
2669
+ */
679
2670
  autoScan: z.ZodObject<{
680
2671
  enabled: z.ZodDefault<z.ZodBoolean>;
681
- frequency: z.ZodDefault<z.ZodEnum<{
682
- daily: "daily";
683
- weekly: "weekly";
684
- monthly: "monthly";
685
- "on-publish": "on-publish";
686
- }>>;
687
- }, z.core.$strip>;
2672
+ frequency: z.ZodDefault<z.ZodEnum<["on-publish", "daily", "weekly", "monthly"]>>;
2673
+ }, "strip", z.ZodTypeAny, {
2674
+ enabled: boolean;
2675
+ frequency: "daily" | "weekly" | "monthly" | "on-publish";
2676
+ }, {
2677
+ enabled?: boolean | undefined;
2678
+ frequency?: "daily" | "weekly" | "monthly" | "on-publish" | undefined;
2679
+ }>;
2680
+ /**
2681
+ * Vulnerability thresholds
2682
+ */
688
2683
  thresholds: z.ZodObject<{
2684
+ /**
2685
+ * Block plugin if critical vulnerabilities exceed this
2686
+ */
689
2687
  maxCritical: z.ZodDefault<z.ZodNumber>;
2688
+ /**
2689
+ * Block plugin if high vulnerabilities exceed this
2690
+ */
690
2691
  maxHigh: z.ZodDefault<z.ZodNumber>;
2692
+ /**
2693
+ * Warn if medium vulnerabilities exceed this
2694
+ */
691
2695
  maxMedium: z.ZodDefault<z.ZodNumber>;
692
- }, z.core.$strip>;
693
- allowedLicenses: z.ZodDefault<z.ZodArray<z.ZodString>>;
694
- prohibitedLicenses: z.ZodDefault<z.ZodArray<z.ZodString>>;
2696
+ }, "strip", z.ZodTypeAny, {
2697
+ maxCritical: number;
2698
+ maxHigh: number;
2699
+ maxMedium: number;
2700
+ }, {
2701
+ maxCritical?: number | undefined;
2702
+ maxHigh?: number | undefined;
2703
+ maxMedium?: number | undefined;
2704
+ }>;
2705
+ /**
2706
+ * Allowed licenses
2707
+ */
2708
+ allowedLicenses: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
2709
+ /**
2710
+ * Prohibited licenses
2711
+ */
2712
+ prohibitedLicenses: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
2713
+ /**
2714
+ * Code signing requirements
2715
+ */
695
2716
  codeSigning: z.ZodOptional<z.ZodObject<{
696
2717
  required: z.ZodDefault<z.ZodBoolean>;
697
- allowedSigners: z.ZodDefault<z.ZodArray<z.ZodString>>;
698
- }, z.core.$strip>>;
2718
+ allowedSigners: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
2719
+ }, "strip", z.ZodTypeAny, {
2720
+ required: boolean;
2721
+ allowedSigners: string[];
2722
+ }, {
2723
+ required?: boolean | undefined;
2724
+ allowedSigners?: string[] | undefined;
2725
+ }>>;
2726
+ /**
2727
+ * Sandbox restrictions
2728
+ */
699
2729
  sandbox: z.ZodOptional<z.ZodObject<{
700
- networkAccess: z.ZodDefault<z.ZodEnum<{
701
- none: "none";
702
- all: "all";
703
- localhost: "localhost";
704
- allowlist: "allowlist";
705
- }>>;
706
- allowedDestinations: z.ZodDefault<z.ZodArray<z.ZodString>>;
707
- filesystemAccess: z.ZodDefault<z.ZodEnum<{
708
- full: "full";
709
- none: "none";
710
- "read-only": "read-only";
711
- "temp-only": "temp-only";
712
- }>>;
2730
+ /**
2731
+ * Restrict network access
2732
+ */
2733
+ networkAccess: z.ZodDefault<z.ZodEnum<["none", "localhost", "allowlist", "all"]>>;
2734
+ /**
2735
+ * Allowed network destinations (if allowlist)
2736
+ */
2737
+ allowedDestinations: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
2738
+ /**
2739
+ * File system access
2740
+ */
2741
+ filesystemAccess: z.ZodDefault<z.ZodEnum<["none", "read-only", "temp-only", "full"]>>;
2742
+ /**
2743
+ * Maximum memory (MB)
2744
+ */
713
2745
  maxMemoryMB: z.ZodOptional<z.ZodNumber>;
2746
+ /**
2747
+ * Maximum CPU time (seconds)
2748
+ */
714
2749
  maxCPUSeconds: z.ZodOptional<z.ZodNumber>;
715
- }, z.core.$strip>>;
716
- }, z.core.$strip>;
2750
+ }, "strip", z.ZodTypeAny, {
2751
+ networkAccess: "none" | "all" | "localhost" | "allowlist";
2752
+ allowedDestinations: string[];
2753
+ filesystemAccess: "full" | "none" | "read-only" | "temp-only";
2754
+ maxMemoryMB?: number | undefined;
2755
+ maxCPUSeconds?: number | undefined;
2756
+ }, {
2757
+ maxMemoryMB?: number | undefined;
2758
+ networkAccess?: "none" | "all" | "localhost" | "allowlist" | undefined;
2759
+ allowedDestinations?: string[] | undefined;
2760
+ filesystemAccess?: "full" | "none" | "read-only" | "temp-only" | undefined;
2761
+ maxCPUSeconds?: number | undefined;
2762
+ }>>;
2763
+ }, "strip", z.ZodTypeAny, {
2764
+ name: string;
2765
+ id: string;
2766
+ autoScan: {
2767
+ enabled: boolean;
2768
+ frequency: "daily" | "weekly" | "monthly" | "on-publish";
2769
+ };
2770
+ thresholds: {
2771
+ maxCritical: number;
2772
+ maxHigh: number;
2773
+ maxMedium: number;
2774
+ };
2775
+ allowedLicenses: string[];
2776
+ prohibitedLicenses: string[];
2777
+ sandbox?: {
2778
+ networkAccess: "none" | "all" | "localhost" | "allowlist";
2779
+ allowedDestinations: string[];
2780
+ filesystemAccess: "full" | "none" | "read-only" | "temp-only";
2781
+ maxMemoryMB?: number | undefined;
2782
+ maxCPUSeconds?: number | undefined;
2783
+ } | undefined;
2784
+ codeSigning?: {
2785
+ required: boolean;
2786
+ allowedSigners: string[];
2787
+ } | undefined;
2788
+ }, {
2789
+ name: string;
2790
+ id: string;
2791
+ autoScan: {
2792
+ enabled?: boolean | undefined;
2793
+ frequency?: "daily" | "weekly" | "monthly" | "on-publish" | undefined;
2794
+ };
2795
+ thresholds: {
2796
+ maxCritical?: number | undefined;
2797
+ maxHigh?: number | undefined;
2798
+ maxMedium?: number | undefined;
2799
+ };
2800
+ sandbox?: {
2801
+ maxMemoryMB?: number | undefined;
2802
+ networkAccess?: "none" | "all" | "localhost" | "allowlist" | undefined;
2803
+ allowedDestinations?: string[] | undefined;
2804
+ filesystemAccess?: "full" | "none" | "read-only" | "temp-only" | undefined;
2805
+ maxCPUSeconds?: number | undefined;
2806
+ } | undefined;
2807
+ codeSigning?: {
2808
+ required?: boolean | undefined;
2809
+ allowedSigners?: string[] | undefined;
2810
+ } | undefined;
2811
+ allowedLicenses?: string[] | undefined;
2812
+ prohibitedLicenses?: string[] | undefined;
2813
+ }>;
717
2814
  readonly PackageDependency: z.ZodObject<{
2815
+ /**
2816
+ * Package name/ID
2817
+ */
718
2818
  name: z.ZodString;
2819
+ /**
2820
+ * Version constraint (semver range)
2821
+ */
719
2822
  versionConstraint: z.ZodString;
720
- type: z.ZodDefault<z.ZodEnum<{
721
- optional: "optional";
722
- required: "required";
723
- dev: "dev";
724
- peer: "peer";
725
- }>>;
2823
+ /**
2824
+ * Dependency type
2825
+ */
2826
+ type: z.ZodDefault<z.ZodEnum<["required", "optional", "peer", "dev"]>>;
2827
+ /**
2828
+ * Resolved version (filled during resolution)
2829
+ */
726
2830
  resolvedVersion: z.ZodOptional<z.ZodString>;
727
- }, z.core.$strip>;
2831
+ }, "strip", z.ZodTypeAny, {
2832
+ type: "required" | "dev" | "optional" | "peer";
2833
+ name: string;
2834
+ versionConstraint: string;
2835
+ resolvedVersion?: string | undefined;
2836
+ }, {
2837
+ name: string;
2838
+ versionConstraint: string;
2839
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
2840
+ resolvedVersion?: string | undefined;
2841
+ }>;
728
2842
  readonly DependencyGraphNode: z.ZodObject<{
2843
+ /**
2844
+ * Package identifier
2845
+ */
729
2846
  id: z.ZodString;
2847
+ /**
2848
+ * Package version
2849
+ */
730
2850
  version: z.ZodString;
2851
+ /**
2852
+ * Dependencies of this package
2853
+ */
731
2854
  dependencies: z.ZodDefault<z.ZodArray<z.ZodObject<{
2855
+ /**
2856
+ * Package name/ID
2857
+ */
732
2858
  name: z.ZodString;
2859
+ /**
2860
+ * Version constraint (semver range)
2861
+ */
733
2862
  versionConstraint: z.ZodString;
734
- type: z.ZodDefault<z.ZodEnum<{
735
- optional: "optional";
736
- required: "required";
737
- dev: "dev";
738
- peer: "peer";
739
- }>>;
2863
+ /**
2864
+ * Dependency type
2865
+ */
2866
+ type: z.ZodDefault<z.ZodEnum<["required", "optional", "peer", "dev"]>>;
2867
+ /**
2868
+ * Resolved version (filled during resolution)
2869
+ */
740
2870
  resolvedVersion: z.ZodOptional<z.ZodString>;
741
- }, z.core.$strip>>>;
2871
+ }, "strip", z.ZodTypeAny, {
2872
+ type: "required" | "dev" | "optional" | "peer";
2873
+ name: string;
2874
+ versionConstraint: string;
2875
+ resolvedVersion?: string | undefined;
2876
+ }, {
2877
+ name: string;
2878
+ versionConstraint: string;
2879
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
2880
+ resolvedVersion?: string | undefined;
2881
+ }>, "many">>;
2882
+ /**
2883
+ * Depth in dependency tree
2884
+ */
742
2885
  depth: z.ZodNumber;
2886
+ /**
2887
+ * Whether this is a direct dependency
2888
+ */
743
2889
  isDirect: z.ZodBoolean;
2890
+ /**
2891
+ * Package metadata
2892
+ */
744
2893
  metadata: z.ZodOptional<z.ZodObject<{
745
2894
  name: z.ZodString;
746
2895
  description: z.ZodOptional<z.ZodString>;
747
2896
  license: z.ZodOptional<z.ZodString>;
748
2897
  homepage: z.ZodOptional<z.ZodString>;
749
- }, z.core.$strip>>;
750
- }, z.core.$strip>;
2898
+ }, "strip", z.ZodTypeAny, {
2899
+ name: string;
2900
+ description?: string | undefined;
2901
+ license?: string | undefined;
2902
+ homepage?: string | undefined;
2903
+ }, {
2904
+ name: string;
2905
+ description?: string | undefined;
2906
+ license?: string | undefined;
2907
+ homepage?: string | undefined;
2908
+ }>>;
2909
+ }, "strip", z.ZodTypeAny, {
2910
+ dependencies: {
2911
+ type: "required" | "dev" | "optional" | "peer";
2912
+ name: string;
2913
+ versionConstraint: string;
2914
+ resolvedVersion?: string | undefined;
2915
+ }[];
2916
+ version: string;
2917
+ id: string;
2918
+ depth: number;
2919
+ isDirect: boolean;
2920
+ metadata?: {
2921
+ name: string;
2922
+ description?: string | undefined;
2923
+ license?: string | undefined;
2924
+ homepage?: string | undefined;
2925
+ } | undefined;
2926
+ }, {
2927
+ version: string;
2928
+ id: string;
2929
+ depth: number;
2930
+ isDirect: boolean;
2931
+ dependencies?: {
2932
+ name: string;
2933
+ versionConstraint: string;
2934
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
2935
+ resolvedVersion?: string | undefined;
2936
+ }[] | undefined;
2937
+ metadata?: {
2938
+ name: string;
2939
+ description?: string | undefined;
2940
+ license?: string | undefined;
2941
+ homepage?: string | undefined;
2942
+ } | undefined;
2943
+ }>;
751
2944
  readonly DependencyGraph: z.ZodObject<{
2945
+ /**
2946
+ * Root package
2947
+ */
752
2948
  root: z.ZodObject<{
753
2949
  id: z.ZodString;
754
2950
  version: z.ZodString;
755
- }, z.core.$strip>;
2951
+ }, "strip", z.ZodTypeAny, {
2952
+ version: string;
2953
+ id: string;
2954
+ }, {
2955
+ version: string;
2956
+ id: string;
2957
+ }>;
2958
+ /**
2959
+ * All nodes in the graph
2960
+ */
756
2961
  nodes: z.ZodArray<z.ZodObject<{
2962
+ /**
2963
+ * Package identifier
2964
+ */
757
2965
  id: z.ZodString;
2966
+ /**
2967
+ * Package version
2968
+ */
758
2969
  version: z.ZodString;
2970
+ /**
2971
+ * Dependencies of this package
2972
+ */
759
2973
  dependencies: z.ZodDefault<z.ZodArray<z.ZodObject<{
2974
+ /**
2975
+ * Package name/ID
2976
+ */
760
2977
  name: z.ZodString;
2978
+ /**
2979
+ * Version constraint (semver range)
2980
+ */
761
2981
  versionConstraint: z.ZodString;
762
- type: z.ZodDefault<z.ZodEnum<{
763
- optional: "optional";
764
- required: "required";
765
- dev: "dev";
766
- peer: "peer";
767
- }>>;
2982
+ /**
2983
+ * Dependency type
2984
+ */
2985
+ type: z.ZodDefault<z.ZodEnum<["required", "optional", "peer", "dev"]>>;
2986
+ /**
2987
+ * Resolved version (filled during resolution)
2988
+ */
768
2989
  resolvedVersion: z.ZodOptional<z.ZodString>;
769
- }, z.core.$strip>>>;
2990
+ }, "strip", z.ZodTypeAny, {
2991
+ type: "required" | "dev" | "optional" | "peer";
2992
+ name: string;
2993
+ versionConstraint: string;
2994
+ resolvedVersion?: string | undefined;
2995
+ }, {
2996
+ name: string;
2997
+ versionConstraint: string;
2998
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
2999
+ resolvedVersion?: string | undefined;
3000
+ }>, "many">>;
3001
+ /**
3002
+ * Depth in dependency tree
3003
+ */
770
3004
  depth: z.ZodNumber;
3005
+ /**
3006
+ * Whether this is a direct dependency
3007
+ */
771
3008
  isDirect: z.ZodBoolean;
3009
+ /**
3010
+ * Package metadata
3011
+ */
772
3012
  metadata: z.ZodOptional<z.ZodObject<{
773
3013
  name: z.ZodString;
774
3014
  description: z.ZodOptional<z.ZodString>;
775
3015
  license: z.ZodOptional<z.ZodString>;
776
3016
  homepage: z.ZodOptional<z.ZodString>;
777
- }, z.core.$strip>>;
778
- }, z.core.$strip>>;
3017
+ }, "strip", z.ZodTypeAny, {
3018
+ name: string;
3019
+ description?: string | undefined;
3020
+ license?: string | undefined;
3021
+ homepage?: string | undefined;
3022
+ }, {
3023
+ name: string;
3024
+ description?: string | undefined;
3025
+ license?: string | undefined;
3026
+ homepage?: string | undefined;
3027
+ }>>;
3028
+ }, "strip", z.ZodTypeAny, {
3029
+ dependencies: {
3030
+ type: "required" | "dev" | "optional" | "peer";
3031
+ name: string;
3032
+ versionConstraint: string;
3033
+ resolvedVersion?: string | undefined;
3034
+ }[];
3035
+ version: string;
3036
+ id: string;
3037
+ depth: number;
3038
+ isDirect: boolean;
3039
+ metadata?: {
3040
+ name: string;
3041
+ description?: string | undefined;
3042
+ license?: string | undefined;
3043
+ homepage?: string | undefined;
3044
+ } | undefined;
3045
+ }, {
3046
+ version: string;
3047
+ id: string;
3048
+ depth: number;
3049
+ isDirect: boolean;
3050
+ dependencies?: {
3051
+ name: string;
3052
+ versionConstraint: string;
3053
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
3054
+ resolvedVersion?: string | undefined;
3055
+ }[] | undefined;
3056
+ metadata?: {
3057
+ name: string;
3058
+ description?: string | undefined;
3059
+ license?: string | undefined;
3060
+ homepage?: string | undefined;
3061
+ } | undefined;
3062
+ }>, "many">;
3063
+ /**
3064
+ * Edges (dependency relationships)
3065
+ */
779
3066
  edges: z.ZodArray<z.ZodObject<{
780
3067
  from: z.ZodString;
781
3068
  to: z.ZodString;
782
3069
  constraint: z.ZodString;
783
- }, z.core.$strip>>;
3070
+ }, "strip", z.ZodTypeAny, {
3071
+ from: string;
3072
+ to: string;
3073
+ constraint: string;
3074
+ }, {
3075
+ from: string;
3076
+ to: string;
3077
+ constraint: string;
3078
+ }>, "many">;
3079
+ /**
3080
+ * Resolution statistics
3081
+ */
784
3082
  stats: z.ZodObject<{
785
3083
  totalDependencies: z.ZodNumber;
786
3084
  directDependencies: z.ZodNumber;
787
3085
  maxDepth: z.ZodNumber;
788
- }, z.core.$strip>;
789
- }, z.core.$strip>;
3086
+ }, "strip", z.ZodTypeAny, {
3087
+ totalDependencies: number;
3088
+ directDependencies: number;
3089
+ maxDepth: number;
3090
+ }, {
3091
+ totalDependencies: number;
3092
+ directDependencies: number;
3093
+ maxDepth: number;
3094
+ }>;
3095
+ }, "strip", z.ZodTypeAny, {
3096
+ root: {
3097
+ version: string;
3098
+ id: string;
3099
+ };
3100
+ stats: {
3101
+ totalDependencies: number;
3102
+ directDependencies: number;
3103
+ maxDepth: number;
3104
+ };
3105
+ nodes: {
3106
+ dependencies: {
3107
+ type: "required" | "dev" | "optional" | "peer";
3108
+ name: string;
3109
+ versionConstraint: string;
3110
+ resolvedVersion?: string | undefined;
3111
+ }[];
3112
+ version: string;
3113
+ id: string;
3114
+ depth: number;
3115
+ isDirect: boolean;
3116
+ metadata?: {
3117
+ name: string;
3118
+ description?: string | undefined;
3119
+ license?: string | undefined;
3120
+ homepage?: string | undefined;
3121
+ } | undefined;
3122
+ }[];
3123
+ edges: {
3124
+ from: string;
3125
+ to: string;
3126
+ constraint: string;
3127
+ }[];
3128
+ }, {
3129
+ root: {
3130
+ version: string;
3131
+ id: string;
3132
+ };
3133
+ stats: {
3134
+ totalDependencies: number;
3135
+ directDependencies: number;
3136
+ maxDepth: number;
3137
+ };
3138
+ nodes: {
3139
+ version: string;
3140
+ id: string;
3141
+ depth: number;
3142
+ isDirect: boolean;
3143
+ dependencies?: {
3144
+ name: string;
3145
+ versionConstraint: string;
3146
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
3147
+ resolvedVersion?: string | undefined;
3148
+ }[] | undefined;
3149
+ metadata?: {
3150
+ name: string;
3151
+ description?: string | undefined;
3152
+ license?: string | undefined;
3153
+ homepage?: string | undefined;
3154
+ } | undefined;
3155
+ }[];
3156
+ edges: {
3157
+ from: string;
3158
+ to: string;
3159
+ constraint: string;
3160
+ }[];
3161
+ }>;
790
3162
  readonly DependencyConflict: z.ZodObject<{
3163
+ /**
3164
+ * Package with conflict
3165
+ */
791
3166
  package: z.ZodString;
3167
+ /**
3168
+ * Conflicting versions
3169
+ */
792
3170
  conflicts: z.ZodArray<z.ZodObject<{
793
3171
  version: z.ZodString;
794
- requestedBy: z.ZodArray<z.ZodString>;
3172
+ requestedBy: z.ZodArray<z.ZodString, "many">;
795
3173
  constraint: z.ZodString;
796
- }, z.core.$strip>>;
3174
+ }, "strip", z.ZodTypeAny, {
3175
+ version: string;
3176
+ requestedBy: string[];
3177
+ constraint: string;
3178
+ }, {
3179
+ version: string;
3180
+ requestedBy: string[];
3181
+ constraint: string;
3182
+ }>, "many">;
3183
+ /**
3184
+ * Suggested resolution
3185
+ */
797
3186
  resolution: z.ZodOptional<z.ZodObject<{
798
- strategy: z.ZodEnum<{
799
- manual: "manual";
800
- "pick-highest": "pick-highest";
801
- "pick-lowest": "pick-lowest";
802
- }>;
3187
+ strategy: z.ZodEnum<["pick-highest", "pick-lowest", "manual"]>;
803
3188
  version: z.ZodOptional<z.ZodString>;
804
3189
  reason: z.ZodOptional<z.ZodString>;
805
- }, z.core.$strip>>;
806
- severity: z.ZodEnum<{
807
- error: "error";
808
- warning: "warning";
809
- info: "info";
810
- }>;
811
- }, z.core.$strip>;
3190
+ }, "strip", z.ZodTypeAny, {
3191
+ strategy: "manual" | "pick-highest" | "pick-lowest";
3192
+ version?: string | undefined;
3193
+ reason?: string | undefined;
3194
+ }, {
3195
+ strategy: "manual" | "pick-highest" | "pick-lowest";
3196
+ version?: string | undefined;
3197
+ reason?: string | undefined;
3198
+ }>>;
3199
+ /**
3200
+ * Severity
3201
+ */
3202
+ severity: z.ZodEnum<["error", "warning", "info"]>;
3203
+ }, "strip", z.ZodTypeAny, {
3204
+ severity: "error" | "warning" | "info";
3205
+ package: string;
3206
+ conflicts: {
3207
+ version: string;
3208
+ requestedBy: string[];
3209
+ constraint: string;
3210
+ }[];
3211
+ resolution?: {
3212
+ strategy: "manual" | "pick-highest" | "pick-lowest";
3213
+ version?: string | undefined;
3214
+ reason?: string | undefined;
3215
+ } | undefined;
3216
+ }, {
3217
+ severity: "error" | "warning" | "info";
3218
+ package: string;
3219
+ conflicts: {
3220
+ version: string;
3221
+ requestedBy: string[];
3222
+ constraint: string;
3223
+ }[];
3224
+ resolution?: {
3225
+ strategy: "manual" | "pick-highest" | "pick-lowest";
3226
+ version?: string | undefined;
3227
+ reason?: string | undefined;
3228
+ } | undefined;
3229
+ }>;
812
3230
  readonly DependencyResolutionResult: z.ZodObject<{
813
- status: z.ZodEnum<{
814
- error: "error";
815
- success: "success";
816
- conflict: "conflict";
817
- }>;
3231
+ /**
3232
+ * Resolution status
3233
+ */
3234
+ status: z.ZodEnum<["success", "conflict", "error"]>;
3235
+ /**
3236
+ * Resolved dependency graph
3237
+ */
818
3238
  graph: z.ZodOptional<z.ZodObject<{
3239
+ /**
3240
+ * Root package
3241
+ */
819
3242
  root: z.ZodObject<{
820
3243
  id: z.ZodString;
821
3244
  version: z.ZodString;
822
- }, z.core.$strip>;
3245
+ }, "strip", z.ZodTypeAny, {
3246
+ version: string;
3247
+ id: string;
3248
+ }, {
3249
+ version: string;
3250
+ id: string;
3251
+ }>;
3252
+ /**
3253
+ * All nodes in the graph
3254
+ */
823
3255
  nodes: z.ZodArray<z.ZodObject<{
3256
+ /**
3257
+ * Package identifier
3258
+ */
824
3259
  id: z.ZodString;
3260
+ /**
3261
+ * Package version
3262
+ */
825
3263
  version: z.ZodString;
3264
+ /**
3265
+ * Dependencies of this package
3266
+ */
826
3267
  dependencies: z.ZodDefault<z.ZodArray<z.ZodObject<{
3268
+ /**
3269
+ * Package name/ID
3270
+ */
827
3271
  name: z.ZodString;
3272
+ /**
3273
+ * Version constraint (semver range)
3274
+ */
828
3275
  versionConstraint: z.ZodString;
829
- type: z.ZodDefault<z.ZodEnum<{
830
- optional: "optional";
831
- required: "required";
832
- dev: "dev";
833
- peer: "peer";
834
- }>>;
3276
+ /**
3277
+ * Dependency type
3278
+ */
3279
+ type: z.ZodDefault<z.ZodEnum<["required", "optional", "peer", "dev"]>>;
3280
+ /**
3281
+ * Resolved version (filled during resolution)
3282
+ */
835
3283
  resolvedVersion: z.ZodOptional<z.ZodString>;
836
- }, z.core.$strip>>>;
3284
+ }, "strip", z.ZodTypeAny, {
3285
+ type: "required" | "dev" | "optional" | "peer";
3286
+ name: string;
3287
+ versionConstraint: string;
3288
+ resolvedVersion?: string | undefined;
3289
+ }, {
3290
+ name: string;
3291
+ versionConstraint: string;
3292
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
3293
+ resolvedVersion?: string | undefined;
3294
+ }>, "many">>;
3295
+ /**
3296
+ * Depth in dependency tree
3297
+ */
837
3298
  depth: z.ZodNumber;
3299
+ /**
3300
+ * Whether this is a direct dependency
3301
+ */
838
3302
  isDirect: z.ZodBoolean;
3303
+ /**
3304
+ * Package metadata
3305
+ */
839
3306
  metadata: z.ZodOptional<z.ZodObject<{
840
3307
  name: z.ZodString;
841
3308
  description: z.ZodOptional<z.ZodString>;
842
3309
  license: z.ZodOptional<z.ZodString>;
843
3310
  homepage: z.ZodOptional<z.ZodString>;
844
- }, z.core.$strip>>;
845
- }, z.core.$strip>>;
3311
+ }, "strip", z.ZodTypeAny, {
3312
+ name: string;
3313
+ description?: string | undefined;
3314
+ license?: string | undefined;
3315
+ homepage?: string | undefined;
3316
+ }, {
3317
+ name: string;
3318
+ description?: string | undefined;
3319
+ license?: string | undefined;
3320
+ homepage?: string | undefined;
3321
+ }>>;
3322
+ }, "strip", z.ZodTypeAny, {
3323
+ dependencies: {
3324
+ type: "required" | "dev" | "optional" | "peer";
3325
+ name: string;
3326
+ versionConstraint: string;
3327
+ resolvedVersion?: string | undefined;
3328
+ }[];
3329
+ version: string;
3330
+ id: string;
3331
+ depth: number;
3332
+ isDirect: boolean;
3333
+ metadata?: {
3334
+ name: string;
3335
+ description?: string | undefined;
3336
+ license?: string | undefined;
3337
+ homepage?: string | undefined;
3338
+ } | undefined;
3339
+ }, {
3340
+ version: string;
3341
+ id: string;
3342
+ depth: number;
3343
+ isDirect: boolean;
3344
+ dependencies?: {
3345
+ name: string;
3346
+ versionConstraint: string;
3347
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
3348
+ resolvedVersion?: string | undefined;
3349
+ }[] | undefined;
3350
+ metadata?: {
3351
+ name: string;
3352
+ description?: string | undefined;
3353
+ license?: string | undefined;
3354
+ homepage?: string | undefined;
3355
+ } | undefined;
3356
+ }>, "many">;
3357
+ /**
3358
+ * Edges (dependency relationships)
3359
+ */
846
3360
  edges: z.ZodArray<z.ZodObject<{
847
3361
  from: z.ZodString;
848
3362
  to: z.ZodString;
849
3363
  constraint: z.ZodString;
850
- }, z.core.$strip>>;
3364
+ }, "strip", z.ZodTypeAny, {
3365
+ from: string;
3366
+ to: string;
3367
+ constraint: string;
3368
+ }, {
3369
+ from: string;
3370
+ to: string;
3371
+ constraint: string;
3372
+ }>, "many">;
3373
+ /**
3374
+ * Resolution statistics
3375
+ */
851
3376
  stats: z.ZodObject<{
852
3377
  totalDependencies: z.ZodNumber;
853
3378
  directDependencies: z.ZodNumber;
854
3379
  maxDepth: z.ZodNumber;
855
- }, z.core.$strip>;
856
- }, z.core.$strip>>;
3380
+ }, "strip", z.ZodTypeAny, {
3381
+ totalDependencies: number;
3382
+ directDependencies: number;
3383
+ maxDepth: number;
3384
+ }, {
3385
+ totalDependencies: number;
3386
+ directDependencies: number;
3387
+ maxDepth: number;
3388
+ }>;
3389
+ }, "strip", z.ZodTypeAny, {
3390
+ root: {
3391
+ version: string;
3392
+ id: string;
3393
+ };
3394
+ stats: {
3395
+ totalDependencies: number;
3396
+ directDependencies: number;
3397
+ maxDepth: number;
3398
+ };
3399
+ nodes: {
3400
+ dependencies: {
3401
+ type: "required" | "dev" | "optional" | "peer";
3402
+ name: string;
3403
+ versionConstraint: string;
3404
+ resolvedVersion?: string | undefined;
3405
+ }[];
3406
+ version: string;
3407
+ id: string;
3408
+ depth: number;
3409
+ isDirect: boolean;
3410
+ metadata?: {
3411
+ name: string;
3412
+ description?: string | undefined;
3413
+ license?: string | undefined;
3414
+ homepage?: string | undefined;
3415
+ } | undefined;
3416
+ }[];
3417
+ edges: {
3418
+ from: string;
3419
+ to: string;
3420
+ constraint: string;
3421
+ }[];
3422
+ }, {
3423
+ root: {
3424
+ version: string;
3425
+ id: string;
3426
+ };
3427
+ stats: {
3428
+ totalDependencies: number;
3429
+ directDependencies: number;
3430
+ maxDepth: number;
3431
+ };
3432
+ nodes: {
3433
+ version: string;
3434
+ id: string;
3435
+ depth: number;
3436
+ isDirect: boolean;
3437
+ dependencies?: {
3438
+ name: string;
3439
+ versionConstraint: string;
3440
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
3441
+ resolvedVersion?: string | undefined;
3442
+ }[] | undefined;
3443
+ metadata?: {
3444
+ name: string;
3445
+ description?: string | undefined;
3446
+ license?: string | undefined;
3447
+ homepage?: string | undefined;
3448
+ } | undefined;
3449
+ }[];
3450
+ edges: {
3451
+ from: string;
3452
+ to: string;
3453
+ constraint: string;
3454
+ }[];
3455
+ }>>;
3456
+ /**
3457
+ * Conflicts detected
3458
+ */
857
3459
  conflicts: z.ZodDefault<z.ZodArray<z.ZodObject<{
3460
+ /**
3461
+ * Package with conflict
3462
+ */
858
3463
  package: z.ZodString;
3464
+ /**
3465
+ * Conflicting versions
3466
+ */
859
3467
  conflicts: z.ZodArray<z.ZodObject<{
860
3468
  version: z.ZodString;
861
- requestedBy: z.ZodArray<z.ZodString>;
3469
+ requestedBy: z.ZodArray<z.ZodString, "many">;
862
3470
  constraint: z.ZodString;
863
- }, z.core.$strip>>;
3471
+ }, "strip", z.ZodTypeAny, {
3472
+ version: string;
3473
+ requestedBy: string[];
3474
+ constraint: string;
3475
+ }, {
3476
+ version: string;
3477
+ requestedBy: string[];
3478
+ constraint: string;
3479
+ }>, "many">;
3480
+ /**
3481
+ * Suggested resolution
3482
+ */
864
3483
  resolution: z.ZodOptional<z.ZodObject<{
865
- strategy: z.ZodEnum<{
866
- manual: "manual";
867
- "pick-highest": "pick-highest";
868
- "pick-lowest": "pick-lowest";
869
- }>;
3484
+ strategy: z.ZodEnum<["pick-highest", "pick-lowest", "manual"]>;
870
3485
  version: z.ZodOptional<z.ZodString>;
871
3486
  reason: z.ZodOptional<z.ZodString>;
872
- }, z.core.$strip>>;
873
- severity: z.ZodEnum<{
874
- error: "error";
875
- warning: "warning";
876
- info: "info";
877
- }>;
878
- }, z.core.$strip>>>;
3487
+ }, "strip", z.ZodTypeAny, {
3488
+ strategy: "manual" | "pick-highest" | "pick-lowest";
3489
+ version?: string | undefined;
3490
+ reason?: string | undefined;
3491
+ }, {
3492
+ strategy: "manual" | "pick-highest" | "pick-lowest";
3493
+ version?: string | undefined;
3494
+ reason?: string | undefined;
3495
+ }>>;
3496
+ /**
3497
+ * Severity
3498
+ */
3499
+ severity: z.ZodEnum<["error", "warning", "info"]>;
3500
+ }, "strip", z.ZodTypeAny, {
3501
+ severity: "error" | "warning" | "info";
3502
+ package: string;
3503
+ conflicts: {
3504
+ version: string;
3505
+ requestedBy: string[];
3506
+ constraint: string;
3507
+ }[];
3508
+ resolution?: {
3509
+ strategy: "manual" | "pick-highest" | "pick-lowest";
3510
+ version?: string | undefined;
3511
+ reason?: string | undefined;
3512
+ } | undefined;
3513
+ }, {
3514
+ severity: "error" | "warning" | "info";
3515
+ package: string;
3516
+ conflicts: {
3517
+ version: string;
3518
+ requestedBy: string[];
3519
+ constraint: string;
3520
+ }[];
3521
+ resolution?: {
3522
+ strategy: "manual" | "pick-highest" | "pick-lowest";
3523
+ version?: string | undefined;
3524
+ reason?: string | undefined;
3525
+ } | undefined;
3526
+ }>, "many">>;
3527
+ /**
3528
+ * Errors encountered
3529
+ */
879
3530
  errors: z.ZodDefault<z.ZodArray<z.ZodObject<{
880
3531
  package: z.ZodString;
881
3532
  error: z.ZodString;
882
- }, z.core.$strip>>>;
883
- installOrder: z.ZodDefault<z.ZodArray<z.ZodString>>;
3533
+ }, "strip", z.ZodTypeAny, {
3534
+ error: string;
3535
+ package: string;
3536
+ }, {
3537
+ error: string;
3538
+ package: string;
3539
+ }>, "many">>;
3540
+ /**
3541
+ * Installation order (topological sort)
3542
+ */
3543
+ installOrder: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
3544
+ /**
3545
+ * Resolution time (ms)
3546
+ */
884
3547
  resolvedIn: z.ZodOptional<z.ZodNumber>;
885
- }, z.core.$strip>;
3548
+ }, "strip", z.ZodTypeAny, {
3549
+ status: "error" | "success" | "conflict";
3550
+ errors: {
3551
+ error: string;
3552
+ package: string;
3553
+ }[];
3554
+ conflicts: {
3555
+ severity: "error" | "warning" | "info";
3556
+ package: string;
3557
+ conflicts: {
3558
+ version: string;
3559
+ requestedBy: string[];
3560
+ constraint: string;
3561
+ }[];
3562
+ resolution?: {
3563
+ strategy: "manual" | "pick-highest" | "pick-lowest";
3564
+ version?: string | undefined;
3565
+ reason?: string | undefined;
3566
+ } | undefined;
3567
+ }[];
3568
+ installOrder: string[];
3569
+ graph?: {
3570
+ root: {
3571
+ version: string;
3572
+ id: string;
3573
+ };
3574
+ stats: {
3575
+ totalDependencies: number;
3576
+ directDependencies: number;
3577
+ maxDepth: number;
3578
+ };
3579
+ nodes: {
3580
+ dependencies: {
3581
+ type: "required" | "dev" | "optional" | "peer";
3582
+ name: string;
3583
+ versionConstraint: string;
3584
+ resolvedVersion?: string | undefined;
3585
+ }[];
3586
+ version: string;
3587
+ id: string;
3588
+ depth: number;
3589
+ isDirect: boolean;
3590
+ metadata?: {
3591
+ name: string;
3592
+ description?: string | undefined;
3593
+ license?: string | undefined;
3594
+ homepage?: string | undefined;
3595
+ } | undefined;
3596
+ }[];
3597
+ edges: {
3598
+ from: string;
3599
+ to: string;
3600
+ constraint: string;
3601
+ }[];
3602
+ } | undefined;
3603
+ resolvedIn?: number | undefined;
3604
+ }, {
3605
+ status: "error" | "success" | "conflict";
3606
+ graph?: {
3607
+ root: {
3608
+ version: string;
3609
+ id: string;
3610
+ };
3611
+ stats: {
3612
+ totalDependencies: number;
3613
+ directDependencies: number;
3614
+ maxDepth: number;
3615
+ };
3616
+ nodes: {
3617
+ version: string;
3618
+ id: string;
3619
+ depth: number;
3620
+ isDirect: boolean;
3621
+ dependencies?: {
3622
+ name: string;
3623
+ versionConstraint: string;
3624
+ type?: "required" | "dev" | "optional" | "peer" | undefined;
3625
+ resolvedVersion?: string | undefined;
3626
+ }[] | undefined;
3627
+ metadata?: {
3628
+ name: string;
3629
+ description?: string | undefined;
3630
+ license?: string | undefined;
3631
+ homepage?: string | undefined;
3632
+ } | undefined;
3633
+ }[];
3634
+ edges: {
3635
+ from: string;
3636
+ to: string;
3637
+ constraint: string;
3638
+ }[];
3639
+ } | undefined;
3640
+ errors?: {
3641
+ error: string;
3642
+ package: string;
3643
+ }[] | undefined;
3644
+ conflicts?: {
3645
+ severity: "error" | "warning" | "info";
3646
+ package: string;
3647
+ conflicts: {
3648
+ version: string;
3649
+ requestedBy: string[];
3650
+ constraint: string;
3651
+ }[];
3652
+ resolution?: {
3653
+ strategy: "manual" | "pick-highest" | "pick-lowest";
3654
+ version?: string | undefined;
3655
+ reason?: string | undefined;
3656
+ } | undefined;
3657
+ }[] | undefined;
3658
+ installOrder?: string[] | undefined;
3659
+ resolvedIn?: number | undefined;
3660
+ }>;
886
3661
  readonly SBOMEntry: z.ZodObject<{
3662
+ /**
3663
+ * Component name
3664
+ */
887
3665
  name: z.ZodString;
3666
+ /**
3667
+ * Component version
3668
+ */
888
3669
  version: z.ZodString;
3670
+ /**
3671
+ * Package URL (purl)
3672
+ */
889
3673
  purl: z.ZodOptional<z.ZodString>;
3674
+ /**
3675
+ * License
3676
+ */
890
3677
  license: z.ZodOptional<z.ZodString>;
3678
+ /**
3679
+ * Hashes
3680
+ */
891
3681
  hashes: z.ZodOptional<z.ZodObject<{
892
3682
  sha256: z.ZodOptional<z.ZodString>;
893
3683
  sha512: z.ZodOptional<z.ZodString>;
894
- }, z.core.$strip>>;
3684
+ }, "strip", z.ZodTypeAny, {
3685
+ sha256?: string | undefined;
3686
+ sha512?: string | undefined;
3687
+ }, {
3688
+ sha256?: string | undefined;
3689
+ sha512?: string | undefined;
3690
+ }>>;
3691
+ /**
3692
+ * Supplier
3693
+ */
895
3694
  supplier: z.ZodOptional<z.ZodObject<{
896
3695
  name: z.ZodString;
897
3696
  url: z.ZodOptional<z.ZodString>;
898
- }, z.core.$strip>>;
3697
+ }, "strip", z.ZodTypeAny, {
3698
+ name: string;
3699
+ url?: string | undefined;
3700
+ }, {
3701
+ name: string;
3702
+ url?: string | undefined;
3703
+ }>>;
3704
+ /**
3705
+ * External references
3706
+ */
899
3707
  externalRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
900
- type: z.ZodEnum<{
901
- documentation: "documentation";
902
- repository: "repository";
903
- website: "website";
904
- "issue-tracker": "issue-tracker";
905
- }>;
3708
+ type: z.ZodEnum<["website", "repository", "documentation", "issue-tracker"]>;
906
3709
  url: z.ZodString;
907
- }, z.core.$strip>>>;
908
- }, z.core.$strip>;
3710
+ }, "strip", z.ZodTypeAny, {
3711
+ type: "documentation" | "website" | "repository" | "issue-tracker";
3712
+ url: string;
3713
+ }, {
3714
+ type: "documentation" | "website" | "repository" | "issue-tracker";
3715
+ url: string;
3716
+ }>, "many">>;
3717
+ }, "strip", z.ZodTypeAny, {
3718
+ name: string;
3719
+ version: string;
3720
+ externalRefs: {
3721
+ type: "documentation" | "website" | "repository" | "issue-tracker";
3722
+ url: string;
3723
+ }[];
3724
+ license?: string | undefined;
3725
+ purl?: string | undefined;
3726
+ hashes?: {
3727
+ sha256?: string | undefined;
3728
+ sha512?: string | undefined;
3729
+ } | undefined;
3730
+ supplier?: {
3731
+ name: string;
3732
+ url?: string | undefined;
3733
+ } | undefined;
3734
+ }, {
3735
+ name: string;
3736
+ version: string;
3737
+ license?: string | undefined;
3738
+ purl?: string | undefined;
3739
+ hashes?: {
3740
+ sha256?: string | undefined;
3741
+ sha512?: string | undefined;
3742
+ } | undefined;
3743
+ supplier?: {
3744
+ name: string;
3745
+ url?: string | undefined;
3746
+ } | undefined;
3747
+ externalRefs?: {
3748
+ type: "documentation" | "website" | "repository" | "issue-tracker";
3749
+ url: string;
3750
+ }[] | undefined;
3751
+ }>;
909
3752
  readonly SBOM: z.ZodObject<{
910
- format: z.ZodDefault<z.ZodEnum<{
911
- spdx: "spdx";
912
- cyclonedx: "cyclonedx";
913
- }>>;
3753
+ /**
3754
+ * SBOM format
3755
+ */
3756
+ format: z.ZodDefault<z.ZodEnum<["spdx", "cyclonedx"]>>;
3757
+ /**
3758
+ * SBOM version
3759
+ */
914
3760
  version: z.ZodString;
3761
+ /**
3762
+ * Plugin metadata
3763
+ */
915
3764
  plugin: z.ZodObject<{
916
3765
  id: z.ZodString;
917
3766
  version: z.ZodString;
918
3767
  name: z.ZodString;
919
- }, z.core.$strip>;
3768
+ }, "strip", z.ZodTypeAny, {
3769
+ name: string;
3770
+ version: string;
3771
+ id: string;
3772
+ }, {
3773
+ name: string;
3774
+ version: string;
3775
+ id: string;
3776
+ }>;
3777
+ /**
3778
+ * Components (dependencies)
3779
+ */
920
3780
  components: z.ZodArray<z.ZodObject<{
3781
+ /**
3782
+ * Component name
3783
+ */
921
3784
  name: z.ZodString;
3785
+ /**
3786
+ * Component version
3787
+ */
922
3788
  version: z.ZodString;
3789
+ /**
3790
+ * Package URL (purl)
3791
+ */
923
3792
  purl: z.ZodOptional<z.ZodString>;
3793
+ /**
3794
+ * License
3795
+ */
924
3796
  license: z.ZodOptional<z.ZodString>;
3797
+ /**
3798
+ * Hashes
3799
+ */
925
3800
  hashes: z.ZodOptional<z.ZodObject<{
926
3801
  sha256: z.ZodOptional<z.ZodString>;
927
3802
  sha512: z.ZodOptional<z.ZodString>;
928
- }, z.core.$strip>>;
3803
+ }, "strip", z.ZodTypeAny, {
3804
+ sha256?: string | undefined;
3805
+ sha512?: string | undefined;
3806
+ }, {
3807
+ sha256?: string | undefined;
3808
+ sha512?: string | undefined;
3809
+ }>>;
3810
+ /**
3811
+ * Supplier
3812
+ */
929
3813
  supplier: z.ZodOptional<z.ZodObject<{
930
3814
  name: z.ZodString;
931
3815
  url: z.ZodOptional<z.ZodString>;
932
- }, z.core.$strip>>;
3816
+ }, "strip", z.ZodTypeAny, {
3817
+ name: string;
3818
+ url?: string | undefined;
3819
+ }, {
3820
+ name: string;
3821
+ url?: string | undefined;
3822
+ }>>;
3823
+ /**
3824
+ * External references
3825
+ */
933
3826
  externalRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
934
- type: z.ZodEnum<{
935
- documentation: "documentation";
936
- repository: "repository";
937
- website: "website";
938
- "issue-tracker": "issue-tracker";
939
- }>;
3827
+ type: z.ZodEnum<["website", "repository", "documentation", "issue-tracker"]>;
940
3828
  url: z.ZodString;
941
- }, z.core.$strip>>>;
942
- }, z.core.$strip>>;
3829
+ }, "strip", z.ZodTypeAny, {
3830
+ type: "documentation" | "website" | "repository" | "issue-tracker";
3831
+ url: string;
3832
+ }, {
3833
+ type: "documentation" | "website" | "repository" | "issue-tracker";
3834
+ url: string;
3835
+ }>, "many">>;
3836
+ }, "strip", z.ZodTypeAny, {
3837
+ name: string;
3838
+ version: string;
3839
+ externalRefs: {
3840
+ type: "documentation" | "website" | "repository" | "issue-tracker";
3841
+ url: string;
3842
+ }[];
3843
+ license?: string | undefined;
3844
+ purl?: string | undefined;
3845
+ hashes?: {
3846
+ sha256?: string | undefined;
3847
+ sha512?: string | undefined;
3848
+ } | undefined;
3849
+ supplier?: {
3850
+ name: string;
3851
+ url?: string | undefined;
3852
+ } | undefined;
3853
+ }, {
3854
+ name: string;
3855
+ version: string;
3856
+ license?: string | undefined;
3857
+ purl?: string | undefined;
3858
+ hashes?: {
3859
+ sha256?: string | undefined;
3860
+ sha512?: string | undefined;
3861
+ } | undefined;
3862
+ supplier?: {
3863
+ name: string;
3864
+ url?: string | undefined;
3865
+ } | undefined;
3866
+ externalRefs?: {
3867
+ type: "documentation" | "website" | "repository" | "issue-tracker";
3868
+ url: string;
3869
+ }[] | undefined;
3870
+ }>, "many">;
3871
+ /**
3872
+ * Generation timestamp
3873
+ */
943
3874
  generatedAt: z.ZodString;
3875
+ /**
3876
+ * Generator tool
3877
+ */
944
3878
  generator: z.ZodOptional<z.ZodObject<{
945
3879
  name: z.ZodString;
946
3880
  version: z.ZodString;
947
- }, z.core.$strip>>;
948
- }, z.core.$strip>;
3881
+ }, "strip", z.ZodTypeAny, {
3882
+ name: string;
3883
+ version: string;
3884
+ }, {
3885
+ name: string;
3886
+ version: string;
3887
+ }>>;
3888
+ }, "strip", z.ZodTypeAny, {
3889
+ format: "spdx" | "cyclonedx";
3890
+ version: string;
3891
+ components: {
3892
+ name: string;
3893
+ version: string;
3894
+ externalRefs: {
3895
+ type: "documentation" | "website" | "repository" | "issue-tracker";
3896
+ url: string;
3897
+ }[];
3898
+ license?: string | undefined;
3899
+ purl?: string | undefined;
3900
+ hashes?: {
3901
+ sha256?: string | undefined;
3902
+ sha512?: string | undefined;
3903
+ } | undefined;
3904
+ supplier?: {
3905
+ name: string;
3906
+ url?: string | undefined;
3907
+ } | undefined;
3908
+ }[];
3909
+ plugin: {
3910
+ name: string;
3911
+ version: string;
3912
+ id: string;
3913
+ };
3914
+ generatedAt: string;
3915
+ generator?: {
3916
+ name: string;
3917
+ version: string;
3918
+ } | undefined;
3919
+ }, {
3920
+ version: string;
3921
+ components: {
3922
+ name: string;
3923
+ version: string;
3924
+ license?: string | undefined;
3925
+ purl?: string | undefined;
3926
+ hashes?: {
3927
+ sha256?: string | undefined;
3928
+ sha512?: string | undefined;
3929
+ } | undefined;
3930
+ supplier?: {
3931
+ name: string;
3932
+ url?: string | undefined;
3933
+ } | undefined;
3934
+ externalRefs?: {
3935
+ type: "documentation" | "website" | "repository" | "issue-tracker";
3936
+ url: string;
3937
+ }[] | undefined;
3938
+ }[];
3939
+ plugin: {
3940
+ name: string;
3941
+ version: string;
3942
+ id: string;
3943
+ };
3944
+ generatedAt: string;
3945
+ format?: "spdx" | "cyclonedx" | undefined;
3946
+ generator?: {
3947
+ name: string;
3948
+ version: string;
3949
+ } | undefined;
3950
+ }>;
949
3951
  readonly PluginProvenance: z.ZodObject<{
3952
+ /**
3953
+ * Plugin identifier
3954
+ */
950
3955
  pluginId: z.ZodString;
3956
+ /**
3957
+ * Plugin version
3958
+ */
951
3959
  version: z.ZodString;
3960
+ /**
3961
+ * Build information
3962
+ */
952
3963
  build: z.ZodObject<{
3964
+ /**
3965
+ * Build timestamp
3966
+ */
953
3967
  timestamp: z.ZodString;
3968
+ /**
3969
+ * Build environment
3970
+ */
954
3971
  environment: z.ZodOptional<z.ZodObject<{
955
3972
  os: z.ZodString;
956
3973
  arch: z.ZodString;
957
3974
  nodeVersion: z.ZodString;
958
- }, z.core.$strip>>;
3975
+ }, "strip", z.ZodTypeAny, {
3976
+ os: string;
3977
+ nodeVersion: string;
3978
+ arch: string;
3979
+ }, {
3980
+ os: string;
3981
+ nodeVersion: string;
3982
+ arch: string;
3983
+ }>>;
3984
+ /**
3985
+ * Source repository
3986
+ */
959
3987
  source: z.ZodOptional<z.ZodObject<{
960
3988
  repository: z.ZodString;
961
3989
  commit: z.ZodString;
962
3990
  branch: z.ZodOptional<z.ZodString>;
963
3991
  tag: z.ZodOptional<z.ZodString>;
964
- }, z.core.$strip>>;
3992
+ }, "strip", z.ZodTypeAny, {
3993
+ commit: string;
3994
+ repository: string;
3995
+ tag?: string | undefined;
3996
+ branch?: string | undefined;
3997
+ }, {
3998
+ commit: string;
3999
+ repository: string;
4000
+ tag?: string | undefined;
4001
+ branch?: string | undefined;
4002
+ }>>;
4003
+ /**
4004
+ * Builder identity
4005
+ */
965
4006
  builder: z.ZodOptional<z.ZodObject<{
966
4007
  name: z.ZodString;
967
4008
  email: z.ZodOptional<z.ZodString>;
968
- }, z.core.$strip>>;
969
- }, z.core.$strip>;
4009
+ }, "strip", z.ZodTypeAny, {
4010
+ name: string;
4011
+ email?: string | undefined;
4012
+ }, {
4013
+ name: string;
4014
+ email?: string | undefined;
4015
+ }>>;
4016
+ }, "strip", z.ZodTypeAny, {
4017
+ timestamp: string;
4018
+ source?: {
4019
+ commit: string;
4020
+ repository: string;
4021
+ tag?: string | undefined;
4022
+ branch?: string | undefined;
4023
+ } | undefined;
4024
+ environment?: {
4025
+ os: string;
4026
+ nodeVersion: string;
4027
+ arch: string;
4028
+ } | undefined;
4029
+ builder?: {
4030
+ name: string;
4031
+ email?: string | undefined;
4032
+ } | undefined;
4033
+ }, {
4034
+ timestamp: string;
4035
+ source?: {
4036
+ commit: string;
4037
+ repository: string;
4038
+ tag?: string | undefined;
4039
+ branch?: string | undefined;
4040
+ } | undefined;
4041
+ environment?: {
4042
+ os: string;
4043
+ nodeVersion: string;
4044
+ arch: string;
4045
+ } | undefined;
4046
+ builder?: {
4047
+ name: string;
4048
+ email?: string | undefined;
4049
+ } | undefined;
4050
+ }>;
4051
+ /**
4052
+ * Artifact hashes
4053
+ */
970
4054
  artifacts: z.ZodArray<z.ZodObject<{
971
4055
  filename: z.ZodString;
972
4056
  sha256: z.ZodString;
973
4057
  size: z.ZodNumber;
974
- }, z.core.$strip>>;
4058
+ }, "strip", z.ZodTypeAny, {
4059
+ size: number;
4060
+ sha256: string;
4061
+ filename: string;
4062
+ }, {
4063
+ size: number;
4064
+ sha256: string;
4065
+ filename: string;
4066
+ }>, "many">;
4067
+ /**
4068
+ * Signatures
4069
+ */
975
4070
  signatures: z.ZodDefault<z.ZodArray<z.ZodObject<{
976
- algorithm: z.ZodEnum<{
977
- rsa: "rsa";
978
- ecdsa: "ecdsa";
979
- ed25519: "ed25519";
980
- }>;
4071
+ algorithm: z.ZodEnum<["rsa", "ecdsa", "ed25519"]>;
981
4072
  publicKey: z.ZodString;
982
4073
  signature: z.ZodString;
983
4074
  signedBy: z.ZodString;
984
4075
  timestamp: z.ZodString;
985
- }, z.core.$strip>>>;
4076
+ }, "strip", z.ZodTypeAny, {
4077
+ algorithm: "rsa" | "ecdsa" | "ed25519";
4078
+ signature: string;
4079
+ timestamp: string;
4080
+ publicKey: string;
4081
+ signedBy: string;
4082
+ }, {
4083
+ algorithm: "rsa" | "ecdsa" | "ed25519";
4084
+ signature: string;
4085
+ timestamp: string;
4086
+ publicKey: string;
4087
+ signedBy: string;
4088
+ }>, "many">>;
4089
+ /**
4090
+ * Attestations
4091
+ */
986
4092
  attestations: z.ZodDefault<z.ZodArray<z.ZodObject<{
987
- type: z.ZodEnum<{
988
- "code-review": "code-review";
989
- "security-scan": "security-scan";
990
- "test-results": "test-results";
991
- "ci-build": "ci-build";
992
- }>;
993
- status: z.ZodEnum<{
994
- failed: "failed";
995
- passed: "passed";
996
- }>;
4093
+ type: z.ZodEnum<["code-review", "security-scan", "test-results", "ci-build"]>;
4094
+ status: z.ZodEnum<["passed", "failed"]>;
997
4095
  url: z.ZodOptional<z.ZodString>;
998
4096
  timestamp: z.ZodString;
999
- }, z.core.$strip>>>;
1000
- }, z.core.$strip>;
4097
+ }, "strip", z.ZodTypeAny, {
4098
+ type: "code-review" | "security-scan" | "test-results" | "ci-build";
4099
+ status: "failed" | "passed";
4100
+ timestamp: string;
4101
+ url?: string | undefined;
4102
+ }, {
4103
+ type: "code-review" | "security-scan" | "test-results" | "ci-build";
4104
+ status: "failed" | "passed";
4105
+ timestamp: string;
4106
+ url?: string | undefined;
4107
+ }>, "many">>;
4108
+ }, "strip", z.ZodTypeAny, {
4109
+ version: string;
4110
+ pluginId: string;
4111
+ build: {
4112
+ timestamp: string;
4113
+ source?: {
4114
+ commit: string;
4115
+ repository: string;
4116
+ tag?: string | undefined;
4117
+ branch?: string | undefined;
4118
+ } | undefined;
4119
+ environment?: {
4120
+ os: string;
4121
+ nodeVersion: string;
4122
+ arch: string;
4123
+ } | undefined;
4124
+ builder?: {
4125
+ name: string;
4126
+ email?: string | undefined;
4127
+ } | undefined;
4128
+ };
4129
+ artifacts: {
4130
+ size: number;
4131
+ sha256: string;
4132
+ filename: string;
4133
+ }[];
4134
+ signatures: {
4135
+ algorithm: "rsa" | "ecdsa" | "ed25519";
4136
+ signature: string;
4137
+ timestamp: string;
4138
+ publicKey: string;
4139
+ signedBy: string;
4140
+ }[];
4141
+ attestations: {
4142
+ type: "code-review" | "security-scan" | "test-results" | "ci-build";
4143
+ status: "failed" | "passed";
4144
+ timestamp: string;
4145
+ url?: string | undefined;
4146
+ }[];
4147
+ }, {
4148
+ version: string;
4149
+ pluginId: string;
4150
+ build: {
4151
+ timestamp: string;
4152
+ source?: {
4153
+ commit: string;
4154
+ repository: string;
4155
+ tag?: string | undefined;
4156
+ branch?: string | undefined;
4157
+ } | undefined;
4158
+ environment?: {
4159
+ os: string;
4160
+ nodeVersion: string;
4161
+ arch: string;
4162
+ } | undefined;
4163
+ builder?: {
4164
+ name: string;
4165
+ email?: string | undefined;
4166
+ } | undefined;
4167
+ };
4168
+ artifacts: {
4169
+ size: number;
4170
+ sha256: string;
4171
+ filename: string;
4172
+ }[];
4173
+ signatures?: {
4174
+ algorithm: "rsa" | "ecdsa" | "ed25519";
4175
+ signature: string;
4176
+ timestamp: string;
4177
+ publicKey: string;
4178
+ signedBy: string;
4179
+ }[] | undefined;
4180
+ attestations?: {
4181
+ type: "code-review" | "security-scan" | "test-results" | "ci-build";
4182
+ status: "failed" | "passed";
4183
+ timestamp: string;
4184
+ url?: string | undefined;
4185
+ }[] | undefined;
4186
+ }>;
1001
4187
  readonly PluginTrustScore: z.ZodObject<{
4188
+ /**
4189
+ * Plugin identifier
4190
+ */
1002
4191
  pluginId: z.ZodString;
4192
+ /**
4193
+ * Overall trust score (0-100)
4194
+ */
1003
4195
  score: z.ZodNumber;
4196
+ /**
4197
+ * Score components
4198
+ */
1004
4199
  components: z.ZodObject<{
4200
+ /**
4201
+ * Vendor reputation (0-100)
4202
+ */
1005
4203
  vendorReputation: z.ZodNumber;
4204
+ /**
4205
+ * Security scan results (0-100)
4206
+ */
1006
4207
  securityScore: z.ZodNumber;
4208
+ /**
4209
+ * Code quality (0-100)
4210
+ */
1007
4211
  codeQuality: z.ZodNumber;
4212
+ /**
4213
+ * Community engagement (0-100)
4214
+ */
1008
4215
  communityScore: z.ZodNumber;
4216
+ /**
4217
+ * Update frequency (0-100)
4218
+ */
1009
4219
  maintenanceScore: z.ZodNumber;
1010
- }, z.core.$strip>;
1011
- level: z.ZodEnum<{
1012
- verified: "verified";
1013
- trusted: "trusted";
1014
- untrusted: "untrusted";
1015
- blocked: "blocked";
1016
- neutral: "neutral";
4220
+ }, "strip", z.ZodTypeAny, {
4221
+ codeQuality: number;
4222
+ vendorReputation: number;
4223
+ securityScore: number;
4224
+ communityScore: number;
4225
+ maintenanceScore: number;
4226
+ }, {
4227
+ codeQuality: number;
4228
+ vendorReputation: number;
4229
+ securityScore: number;
4230
+ communityScore: number;
4231
+ maintenanceScore: number;
1017
4232
  }>;
1018
- badges: z.ZodDefault<z.ZodArray<z.ZodEnum<{
1019
- "open-source": "open-source";
1020
- official: "official";
1021
- "verified-vendor": "verified-vendor";
1022
- "security-scanned": "security-scanned";
1023
- "code-signed": "code-signed";
1024
- popular: "popular";
1025
- }>>>;
4233
+ /**
4234
+ * Trust level
4235
+ */
4236
+ level: z.ZodEnum<["verified", "trusted", "neutral", "untrusted", "blocked"]>;
4237
+ /**
4238
+ * Verification badges
4239
+ */
4240
+ badges: z.ZodDefault<z.ZodArray<z.ZodEnum<["official", "verified-vendor", "security-scanned", "code-signed", "open-source", "popular"]>, "many">>;
4241
+ /**
4242
+ * Last updated
4243
+ */
1026
4244
  updatedAt: z.ZodString;
1027
- }, z.core.$strip>;
4245
+ }, "strip", z.ZodTypeAny, {
4246
+ components: {
4247
+ codeQuality: number;
4248
+ vendorReputation: number;
4249
+ securityScore: number;
4250
+ communityScore: number;
4251
+ maintenanceScore: number;
4252
+ };
4253
+ level: "verified" | "trusted" | "untrusted" | "blocked" | "neutral";
4254
+ updatedAt: string;
4255
+ pluginId: string;
4256
+ score: number;
4257
+ badges: ("official" | "verified-vendor" | "security-scanned" | "code-signed" | "open-source" | "popular")[];
4258
+ }, {
4259
+ components: {
4260
+ codeQuality: number;
4261
+ vendorReputation: number;
4262
+ securityScore: number;
4263
+ communityScore: number;
4264
+ maintenanceScore: number;
4265
+ };
4266
+ level: "verified" | "trusted" | "untrusted" | "blocked" | "neutral";
4267
+ updatedAt: string;
4268
+ pluginId: string;
4269
+ score: number;
4270
+ badges?: ("official" | "verified-vendor" | "security-scanned" | "code-signed" | "open-source" | "popular")[] | undefined;
4271
+ }>;
1028
4272
  };
1029
4273
  //# sourceMappingURL=plugin-security.zod.d.ts.map