@wildo-ai/saas-models 1.0.1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1282) hide show
  1. package/LICENSE +34 -0
  2. package/dist/esm/.builder.pid +9 -0
  3. package/dist/esm/__tests__/setup.d.ts.map +1 -1
  4. package/dist/esm/__tests__/setup.js +18 -3
  5. package/dist/esm/__tests__/setup.js.map +1 -1
  6. package/dist/esm/_inspect.d.ts +2 -0
  7. package/dist/esm/_inspect.d.ts.map +1 -0
  8. package/dist/esm/_inspect.js +3 -0
  9. package/dist/esm/_inspect.js.map +1 -0
  10. package/dist/esm/applications/application-metadata.shared.resources-config.schemas.d.ts +6 -6
  11. package/dist/esm/applications/application-metadata.shared.resources-config.schemas.d.ts.map +1 -1
  12. package/dist/esm/applications/application-metadata.shared.resources-config.schemas.js +5 -1
  13. package/dist/esm/applications/application-metadata.shared.resources-config.schemas.js.map +1 -1
  14. package/dist/esm/applications/application-subject.shared.schemas.d.ts +51 -0
  15. package/dist/esm/applications/application-subject.shared.schemas.d.ts.map +1 -0
  16. package/dist/esm/applications/application-subject.shared.schemas.js +56 -0
  17. package/dist/esm/applications/application-subject.shared.schemas.js.map +1 -0
  18. package/dist/esm/applications/application-versions.shared.resources-config.schemas.d.ts +9 -11
  19. package/dist/esm/applications/application-versions.shared.resources-config.schemas.d.ts.map +1 -1
  20. package/dist/esm/applications/application-versions.shared.resources-config.schemas.js +42 -74
  21. package/dist/esm/applications/application-versions.shared.resources-config.schemas.js.map +1 -1
  22. package/dist/esm/applications/applications-context.schemas.d.ts +228 -200
  23. package/dist/esm/applications/applications-context.schemas.d.ts.map +1 -1
  24. package/dist/esm/applications/applications-context.schemas.js +1 -1
  25. package/dist/esm/applications/applications-context.schemas.js.map +1 -1
  26. package/dist/esm/applications/applications.shared.resources-config.schemas.d.ts +4 -9
  27. package/dist/esm/applications/applications.shared.resources-config.schemas.d.ts.map +1 -1
  28. package/dist/esm/applications/applications.shared.resources-config.schemas.js +103 -87
  29. package/dist/esm/applications/applications.shared.resources-config.schemas.js.map +1 -1
  30. package/dist/esm/applications/applications.shared.schemas.d.ts +59 -5
  31. package/dist/esm/applications/applications.shared.schemas.d.ts.map +1 -1
  32. package/dist/esm/applications/applications.shared.schemas.js +80 -3
  33. package/dist/esm/applications/applications.shared.schemas.js.map +1 -1
  34. package/dist/esm/billing/billing-account.shared.resources-config.schemas.d.ts +4 -4
  35. package/dist/esm/billing/billing-account.shared.resources-config.schemas.d.ts.map +1 -1
  36. package/dist/esm/billing/billing-account.shared.resources-config.schemas.js +98 -25
  37. package/dist/esm/billing/billing-account.shared.resources-config.schemas.js.map +1 -1
  38. package/dist/esm/billing/billing-account.shared.schemas.d.ts +32 -8
  39. package/dist/esm/billing/billing-account.shared.schemas.d.ts.map +1 -1
  40. package/dist/esm/billing/billing-account.shared.schemas.js +67 -2
  41. package/dist/esm/billing/billing-account.shared.schemas.js.map +1 -1
  42. package/dist/esm/billing/billing-configuration.shared.schemas.d.ts +8 -8
  43. package/dist/esm/billing/billing-configuration.shared.schemas.d.ts.map +1 -1
  44. package/dist/esm/billing/billing-configuration.shared.schemas.js +2 -3
  45. package/dist/esm/billing/billing-configuration.shared.schemas.js.map +1 -1
  46. package/dist/esm/billing/billing-enums.shared.schemas.d.ts +75 -0
  47. package/dist/esm/billing/billing-enums.shared.schemas.d.ts.map +1 -1
  48. package/dist/esm/billing/billing-enums.shared.schemas.js +78 -1
  49. package/dist/esm/billing/billing-enums.shared.schemas.js.map +1 -1
  50. package/dist/esm/billing/billing-types.shared.schemas.d.ts +204 -42
  51. package/dist/esm/billing/billing-types.shared.schemas.d.ts.map +1 -1
  52. package/dist/esm/billing/billing-types.shared.schemas.js +76 -1
  53. package/dist/esm/billing/billing-types.shared.schemas.js.map +1 -1
  54. package/dist/esm/billing/credit-pool.shared.resources-config.schemas.d.ts +8 -6
  55. package/dist/esm/billing/credit-pool.shared.resources-config.schemas.d.ts.map +1 -1
  56. package/dist/esm/billing/credit-pool.shared.resources-config.schemas.js +48 -16
  57. package/dist/esm/billing/credit-pool.shared.resources-config.schemas.js.map +1 -1
  58. package/dist/esm/billing/credit-pool.shared.schemas.d.ts +9 -9
  59. package/dist/esm/billing/credit-pool.shared.schemas.d.ts.map +1 -1
  60. package/dist/esm/billing/credit-pool.shared.schemas.js +13 -6
  61. package/dist/esm/billing/credit-pool.shared.schemas.js.map +1 -1
  62. package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.d.ts +2 -2
  63. package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.d.ts.map +1 -1
  64. package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.js +26 -17
  65. package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.js.map +1 -1
  66. package/dist/esm/billing/invoice-ref.shared.schemas.d.ts +10 -10
  67. package/dist/esm/billing/invoice-ref.shared.schemas.d.ts.map +1 -1
  68. package/dist/esm/billing/invoice-ref.shared.schemas.js +32 -7
  69. package/dist/esm/billing/invoice-ref.shared.schemas.js.map +1 -1
  70. package/dist/esm/billing/price.shared.resources-config.schemas.d.ts +7 -7
  71. package/dist/esm/billing/price.shared.resources-config.schemas.d.ts.map +1 -1
  72. package/dist/esm/billing/price.shared.resources-config.schemas.js +23 -5
  73. package/dist/esm/billing/price.shared.resources-config.schemas.js.map +1 -1
  74. package/dist/esm/billing/price.shared.schemas.d.ts +4 -4
  75. package/dist/esm/billing/price.shared.schemas.d.ts.map +1 -1
  76. package/dist/esm/billing/price.shared.schemas.js +1 -1
  77. package/dist/esm/billing/price.shared.schemas.js.map +1 -1
  78. package/dist/esm/billing/product-behavior-policy.shared.schemas.d.ts +9 -9
  79. package/dist/esm/billing/product-behavior-policy.shared.schemas.d.ts.map +1 -1
  80. package/dist/esm/billing/product-behavior-policy.shared.schemas.js +10 -2
  81. package/dist/esm/billing/product-behavior-policy.shared.schemas.js.map +1 -1
  82. package/dist/esm/billing/product-definition.shared.schemas.d.ts +27 -27
  83. package/dist/esm/billing/product-definition.shared.schemas.d.ts.map +1 -1
  84. package/dist/esm/billing/product-definition.shared.schemas.js +39 -9
  85. package/dist/esm/billing/product-definition.shared.schemas.js.map +1 -1
  86. package/dist/esm/billing/product.shared.resources-config.schemas.d.ts +22 -22
  87. package/dist/esm/billing/product.shared.resources-config.schemas.d.ts.map +1 -1
  88. package/dist/esm/billing/product.shared.resources-config.schemas.js +6 -6
  89. package/dist/esm/billing/product.shared.resources-config.schemas.js.map +1 -1
  90. package/dist/esm/billing/product.shared.schemas.d.ts +19 -19
  91. package/dist/esm/billing/product.shared.schemas.d.ts.map +1 -1
  92. package/dist/esm/billing/product.shared.schemas.js +1 -1
  93. package/dist/esm/billing/product.shared.schemas.js.map +1 -1
  94. package/dist/esm/billing/promotions.shared.resources-config.schemas.d.ts +7 -7
  95. package/dist/esm/billing/promotions.shared.resources-config.schemas.d.ts.map +1 -1
  96. package/dist/esm/billing/promotions.shared.resources-config.schemas.js +34 -6
  97. package/dist/esm/billing/promotions.shared.resources-config.schemas.js.map +1 -1
  98. package/dist/esm/billing/promotions.shared.schemas.d.ts +2 -2
  99. package/dist/esm/billing/promotions.shared.schemas.d.ts.map +1 -1
  100. package/dist/esm/billing/promotions.shared.schemas.js +1 -1
  101. package/dist/esm/billing/promotions.shared.schemas.js.map +1 -1
  102. package/dist/esm/billing/referral.shared.resources-config.schemas.d.ts +12 -12
  103. package/dist/esm/billing/referral.shared.resources-config.schemas.d.ts.map +1 -1
  104. package/dist/esm/billing/referral.shared.resources-config.schemas.js +5 -5
  105. package/dist/esm/billing/referral.shared.resources-config.schemas.js.map +1 -1
  106. package/dist/esm/billing/referral.shared.schemas.d.ts +7 -7
  107. package/dist/esm/billing/referral.shared.schemas.d.ts.map +1 -1
  108. package/dist/esm/billing/referral.shared.schemas.js +36 -8
  109. package/dist/esm/billing/referral.shared.schemas.js.map +1 -1
  110. package/dist/esm/billing/subscription.shared.resources-config.schemas.d.ts +6 -6
  111. package/dist/esm/billing/subscription.shared.resources-config.schemas.d.ts.map +1 -1
  112. package/dist/esm/billing/subscription.shared.resources-config.schemas.js +51 -24
  113. package/dist/esm/billing/subscription.shared.resources-config.schemas.js.map +1 -1
  114. package/dist/esm/billing/subscription.shared.schemas.d.ts +13 -13
  115. package/dist/esm/billing/subscription.shared.schemas.d.ts.map +1 -1
  116. package/dist/esm/billing/subscription.shared.schemas.js +37 -5
  117. package/dist/esm/billing/subscription.shared.schemas.js.map +1 -1
  118. package/dist/esm/billing/usage-record.shared.resources-config.schemas.d.ts +2 -2
  119. package/dist/esm/billing/usage-record.shared.resources-config.schemas.d.ts.map +1 -1
  120. package/dist/esm/billing/usage-record.shared.resources-config.schemas.js +23 -14
  121. package/dist/esm/billing/usage-record.shared.resources-config.schemas.js.map +1 -1
  122. package/dist/esm/billing/usage-record.shared.schemas.d.ts +15 -12
  123. package/dist/esm/billing/usage-record.shared.schemas.d.ts.map +1 -1
  124. package/dist/esm/billing/usage-record.shared.schemas.js +34 -7
  125. package/dist/esm/billing/usage-record.shared.schemas.js.map +1 -1
  126. package/dist/esm/charts/aggregation-query.shared.schemas.d.ts +36 -36
  127. package/dist/esm/charts/aggregation-query.shared.schemas.d.ts.map +1 -1
  128. package/dist/esm/charts/aggregation-query.shared.schemas.js +6 -6
  129. package/dist/esm/charts/aggregation-query.shared.schemas.js.map +1 -1
  130. package/dist/esm/charts/aggregation.shared.definitions.d.ts.map +1 -1
  131. package/dist/esm/charts/aggregation.shared.definitions.js +1 -1
  132. package/dist/esm/charts/aggregation.shared.definitions.js.map +1 -1
  133. package/dist/esm/charts/chart-definition-builder.shared.d.ts +5 -3
  134. package/dist/esm/charts/chart-definition-builder.shared.d.ts.map +1 -1
  135. package/dist/esm/charts/chart-definition-builder.shared.js +4 -2
  136. package/dist/esm/charts/chart-definition-builder.shared.js.map +1 -1
  137. package/dist/esm/{runtime/companion-artifact-placement.shared.definitions.d.ts → companion/artifact-placement.shared.definitions.d.ts} +2 -3
  138. package/dist/esm/companion/artifact-placement.shared.definitions.d.ts.map +1 -0
  139. package/dist/esm/{runtime/companion-artifact-placement.shared.definitions.js → companion/artifact-placement.shared.definitions.js} +1 -2
  140. package/dist/esm/companion/artifact-placement.shared.definitions.js.map +1 -0
  141. package/dist/esm/companion/provider-discovery.shared.schemas.d.ts +131 -0
  142. package/dist/esm/companion/provider-discovery.shared.schemas.d.ts.map +1 -0
  143. package/dist/esm/companion/provider-discovery.shared.schemas.js +122 -0
  144. package/dist/esm/companion/provider-discovery.shared.schemas.js.map +1 -0
  145. package/dist/esm/companion/shared-library-companion.shared.definitions.d.ts +6 -0
  146. package/dist/esm/companion/shared-library-companion.shared.definitions.d.ts.map +1 -0
  147. package/dist/esm/companion/shared-library-companion.shared.definitions.js +1 -0
  148. package/dist/esm/companion/shared-library-companion.shared.definitions.js.map +1 -0
  149. package/dist/esm/companion-exports.d.ts +4 -0
  150. package/dist/esm/companion-exports.d.ts.map +1 -0
  151. package/dist/esm/companion-exports.js +4 -0
  152. package/dist/esm/companion-exports.js.map +1 -0
  153. package/dist/esm/compliance/audit-trails/audit-actor.shared.schemas.d.ts +65 -0
  154. package/dist/esm/compliance/audit-trails/audit-actor.shared.schemas.d.ts.map +1 -0
  155. package/dist/esm/compliance/audit-trails/audit-actor.shared.schemas.js +68 -0
  156. package/dist/esm/compliance/audit-trails/audit-actor.shared.schemas.js.map +1 -0
  157. package/dist/esm/compliance/audit-trails/audit-log-sink.shared.schemas.d.ts +147 -0
  158. package/dist/esm/compliance/audit-trails/audit-log-sink.shared.schemas.d.ts.map +1 -0
  159. package/dist/esm/compliance/audit-trails/audit-log-sink.shared.schemas.js +20 -0
  160. package/dist/esm/compliance/audit-trails/audit-log-sink.shared.schemas.js.map +1 -0
  161. package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.d.ts +60 -16
  162. package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.d.ts.map +1 -1
  163. package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.js +77 -10
  164. package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.js.map +1 -1
  165. package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.d.ts +58 -0
  166. package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.d.ts.map +1 -0
  167. package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.js +74 -0
  168. package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.js.map +1 -0
  169. package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.d.ts +1949 -115
  170. package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.d.ts.map +1 -1
  171. package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.js +2229 -11
  172. package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.js.map +1 -1
  173. package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.d.ts +25 -10
  174. package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.d.ts.map +1 -1
  175. package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.js +226 -3
  176. package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.js.map +1 -1
  177. package/dist/esm/compliance/data-classification/data-classification.shared.schemas.d.ts +8 -0
  178. package/dist/esm/compliance/data-classification/data-classification.shared.schemas.d.ts.map +1 -0
  179. package/dist/esm/compliance/data-classification/data-classification.shared.schemas.js +9 -0
  180. package/dist/esm/compliance/data-classification/data-classification.shared.schemas.js.map +1 -0
  181. package/dist/esm/compliance/documents/governed-documents.shared.schemas.d.ts +524 -0
  182. package/dist/esm/compliance/documents/governed-documents.shared.schemas.d.ts.map +1 -0
  183. package/dist/esm/compliance/documents/governed-documents.shared.schemas.js +482 -0
  184. package/dist/esm/compliance/documents/governed-documents.shared.schemas.js.map +1 -0
  185. package/dist/esm/compliance/privacy/ai-use-posture.shared.schemas.d.ts +112 -0
  186. package/dist/esm/compliance/privacy/ai-use-posture.shared.schemas.d.ts.map +1 -0
  187. package/dist/esm/compliance/privacy/ai-use-posture.shared.schemas.js +120 -0
  188. package/dist/esm/compliance/privacy/ai-use-posture.shared.schemas.js.map +1 -0
  189. package/dist/esm/compliance/privacy/client-storage.shared.schemas.d.ts +134 -0
  190. package/dist/esm/compliance/privacy/client-storage.shared.schemas.d.ts.map +1 -0
  191. package/dist/esm/compliance/privacy/client-storage.shared.schemas.js +129 -0
  192. package/dist/esm/compliance/privacy/client-storage.shared.schemas.js.map +1 -0
  193. package/dist/esm/compliance/privacy/data-retention.shared.schemas.d.ts +1 -1
  194. package/dist/esm/compliance/privacy/data-retention.shared.schemas.d.ts.map +1 -1
  195. package/dist/esm/compliance/privacy/data-retention.shared.schemas.js +1 -1
  196. package/dist/esm/compliance/privacy/data-retention.shared.schemas.js.map +1 -1
  197. package/dist/esm/compliance/privacy/impersonalization-scrub.shared.utils.d.ts +50 -0
  198. package/dist/esm/compliance/privacy/impersonalization-scrub.shared.utils.d.ts.map +1 -0
  199. package/dist/esm/compliance/privacy/impersonalization-scrub.shared.utils.js +98 -0
  200. package/dist/esm/compliance/privacy/impersonalization-scrub.shared.utils.js.map +1 -0
  201. package/dist/esm/compliance/privacy/impersonalization.shared.schemas.d.ts +181 -0
  202. package/dist/esm/compliance/privacy/impersonalization.shared.schemas.d.ts.map +1 -0
  203. package/dist/esm/compliance/privacy/impersonalization.shared.schemas.js +184 -0
  204. package/dist/esm/compliance/privacy/impersonalization.shared.schemas.js.map +1 -0
  205. package/dist/esm/compliance/privacy/operator-compliance-identity.shared.schemas.d.ts +230 -0
  206. package/dist/esm/compliance/privacy/operator-compliance-identity.shared.schemas.d.ts.map +1 -0
  207. package/dist/esm/compliance/privacy/operator-compliance-identity.shared.schemas.js +232 -0
  208. package/dist/esm/compliance/privacy/operator-compliance-identity.shared.schemas.js.map +1 -0
  209. package/dist/esm/compliance/privacy/personal-data-category.shared.schemas.d.ts +220 -0
  210. package/dist/esm/compliance/privacy/personal-data-category.shared.schemas.d.ts.map +1 -0
  211. package/dist/esm/compliance/privacy/personal-data-category.shared.schemas.js +252 -0
  212. package/dist/esm/compliance/privacy/personal-data-category.shared.schemas.js.map +1 -0
  213. package/dist/esm/compliance/privacy/personal-data-declaration.shared.utils.d.ts +75 -0
  214. package/dist/esm/compliance/privacy/personal-data-declaration.shared.utils.d.ts.map +1 -0
  215. package/dist/esm/compliance/privacy/personal-data-declaration.shared.utils.js +43 -0
  216. package/dist/esm/compliance/privacy/personal-data-declaration.shared.utils.js.map +1 -0
  217. package/dist/esm/compliance/privacy/privacy.shared.schemas.d.ts +56 -43
  218. package/dist/esm/compliance/privacy/privacy.shared.schemas.d.ts.map +1 -1
  219. package/dist/esm/compliance/privacy/privacy.shared.schemas.js +72 -18
  220. package/dist/esm/compliance/privacy/privacy.shared.schemas.js.map +1 -1
  221. package/dist/esm/compliance/privacy/redaction.shared.schemas.d.ts +21 -3
  222. package/dist/esm/compliance/privacy/redaction.shared.schemas.d.ts.map +1 -1
  223. package/dist/esm/compliance/privacy/redaction.shared.schemas.js +19 -1
  224. package/dist/esm/compliance/privacy/redaction.shared.schemas.js.map +1 -1
  225. package/dist/esm/compliance/privacy/retention-schedule.shared.schemas.d.ts +124 -0
  226. package/dist/esm/compliance/privacy/retention-schedule.shared.schemas.d.ts.map +1 -0
  227. package/dist/esm/compliance/privacy/retention-schedule.shared.schemas.js +107 -0
  228. package/dist/esm/compliance/privacy/retention-schedule.shared.schemas.js.map +1 -0
  229. package/dist/esm/compliance/privacy/sharing.shared.schemas.d.ts.map +1 -1
  230. package/dist/esm/compliance/privacy/sharing.shared.schemas.js +1 -1
  231. package/dist/esm/compliance/privacy/sharing.shared.schemas.js.map +1 -1
  232. package/dist/esm/compliance/privacy/subject-erasure.shared.schemas.d.ts +279 -0
  233. package/dist/esm/compliance/privacy/subject-erasure.shared.schemas.d.ts.map +1 -0
  234. package/dist/esm/compliance/privacy/subject-erasure.shared.schemas.js +238 -0
  235. package/dist/esm/compliance/privacy/subject-erasure.shared.schemas.js.map +1 -0
  236. package/dist/esm/compliance/privacy/subject-export-render.shared.utils.d.ts +74 -0
  237. package/dist/esm/compliance/privacy/subject-export-render.shared.utils.d.ts.map +1 -0
  238. package/dist/esm/compliance/privacy/subject-export-render.shared.utils.js +137 -0
  239. package/dist/esm/compliance/privacy/subject-export-render.shared.utils.js.map +1 -0
  240. package/dist/esm/compliance/privacy/subject-export.shared.schemas.d.ts +457 -0
  241. package/dist/esm/compliance/privacy/subject-export.shared.schemas.d.ts.map +1 -0
  242. package/dist/esm/compliance/privacy/subject-export.shared.schemas.js +549 -0
  243. package/dist/esm/compliance/privacy/subject-export.shared.schemas.js.map +1 -0
  244. package/dist/esm/config/analytics-value-moments.shared.schemas.d.ts +13 -13
  245. package/dist/esm/config/analytics-value-moments.shared.schemas.d.ts.map +1 -1
  246. package/dist/esm/config/analytics-value-moments.shared.schemas.js +1 -1
  247. package/dist/esm/config/analytics-value-moments.shared.schemas.js.map +1 -1
  248. package/dist/esm/config/app-configuration-shared.shared.schemas.d.ts +135 -125
  249. package/dist/esm/config/app-configuration-shared.shared.schemas.d.ts.map +1 -1
  250. package/dist/esm/config/app-configuration-shared.shared.schemas.js +74 -10
  251. package/dist/esm/config/app-configuration-shared.shared.schemas.js.map +1 -1
  252. package/dist/esm/config/app-frontend-type.shared.schemas.d.ts +94 -0
  253. package/dist/esm/config/app-frontend-type.shared.schemas.d.ts.map +1 -0
  254. package/dist/esm/config/app-frontend-type.shared.schemas.js +95 -0
  255. package/dist/esm/config/app-frontend-type.shared.schemas.js.map +1 -0
  256. package/dist/esm/config/auth-config-resolution.shared.utils.d.ts +35 -5
  257. package/dist/esm/config/auth-config-resolution.shared.utils.d.ts.map +1 -1
  258. package/dist/esm/config/auth-config-resolution.shared.utils.js +44 -2
  259. package/dist/esm/config/auth-config-resolution.shared.utils.js.map +1 -1
  260. package/dist/esm/config/brand-assets.shared.schemas.d.ts +89 -0
  261. package/dist/esm/config/brand-assets.shared.schemas.d.ts.map +1 -0
  262. package/dist/esm/config/brand-assets.shared.schemas.js +99 -0
  263. package/dist/esm/config/brand-assets.shared.schemas.js.map +1 -0
  264. package/dist/esm/config/configuration-validation.shared.schemas.d.ts +12 -1
  265. package/dist/esm/config/configuration-validation.shared.schemas.d.ts.map +1 -1
  266. package/dist/esm/config/configuration-validation.shared.schemas.js +12 -1
  267. package/dist/esm/config/configuration-validation.shared.schemas.js.map +1 -1
  268. package/dist/esm/config/entity-identity-config.shared.schemas.d.ts +170 -91
  269. package/dist/esm/config/entity-identity-config.shared.schemas.d.ts.map +1 -1
  270. package/dist/esm/config/entity-identity-config.shared.schemas.js +130 -19
  271. package/dist/esm/config/entity-identity-config.shared.schemas.js.map +1 -1
  272. package/dist/esm/config/frontend/chart-definition.shared.schemas.d.ts +167 -166
  273. package/dist/esm/config/frontend/chart-definition.shared.schemas.d.ts.map +1 -1
  274. package/dist/esm/config/frontend/chart-definition.shared.schemas.js +93 -9
  275. package/dist/esm/config/frontend/chart-definition.shared.schemas.js.map +1 -1
  276. package/dist/esm/config/frontend/chart-registration-alignment.shared.d.ts +69 -0
  277. package/dist/esm/config/frontend/chart-registration-alignment.shared.d.ts.map +1 -0
  278. package/dist/esm/config/frontend/chart-registration-alignment.shared.js +61 -0
  279. package/dist/esm/config/frontend/chart-registration-alignment.shared.js.map +1 -0
  280. package/dist/esm/config/frontend/navigation.shared.schemas.d.ts +110 -39
  281. package/dist/esm/config/frontend/navigation.shared.schemas.d.ts.map +1 -1
  282. package/dist/esm/config/frontend/navigation.shared.schemas.js +93 -9
  283. package/dist/esm/config/frontend/navigation.shared.schemas.js.map +1 -1
  284. package/dist/esm/config/frontend/onboarding.shared.schemas.d.ts +70 -134
  285. package/dist/esm/config/frontend/onboarding.shared.schemas.d.ts.map +1 -1
  286. package/dist/esm/config/frontend/onboarding.shared.schemas.js +27 -25
  287. package/dist/esm/config/frontend/onboarding.shared.schemas.js.map +1 -1
  288. package/dist/esm/config/postgresql.shared.schemas.d.ts.map +1 -1
  289. package/dist/esm/config/postgresql.shared.schemas.js +1 -1
  290. package/dist/esm/config/postgresql.shared.schemas.js.map +1 -1
  291. package/dist/esm/config/registration-acquisition-policy.shared.utils.d.ts +24 -0
  292. package/dist/esm/config/registration-acquisition-policy.shared.utils.d.ts.map +1 -0
  293. package/dist/esm/config/registration-acquisition-policy.shared.utils.js +62 -0
  294. package/dist/esm/config/registration-acquisition-policy.shared.utils.js.map +1 -0
  295. package/dist/esm/config-authoring.entry.d.ts +5 -0
  296. package/dist/esm/config-authoring.entry.d.ts.map +1 -0
  297. package/dist/esm/config-authoring.entry.js +7 -0
  298. package/dist/esm/config-authoring.entry.js.map +1 -0
  299. package/dist/esm/crdt/crdt-merge.shared.utils.d.ts +1 -1
  300. package/dist/esm/crdt/crdt-merge.shared.utils.d.ts.map +1 -1
  301. package/dist/esm/crdt/crdt-merge.shared.utils.js +1 -1
  302. package/dist/esm/crdt/crdt-merge.shared.utils.js.map +1 -1
  303. package/dist/esm/data-seeding/data-seeding-config.shared.schemas.d.ts +66 -0
  304. package/dist/esm/data-seeding/data-seeding-config.shared.schemas.d.ts.map +1 -0
  305. package/dist/esm/data-seeding/data-seeding-config.shared.schemas.js +118 -0
  306. package/dist/esm/data-seeding/data-seeding-config.shared.schemas.js.map +1 -0
  307. package/dist/esm/errors/errors.custom-message-ref.shared.definitions.d.ts +348 -1
  308. package/dist/esm/errors/errors.custom-message-ref.shared.definitions.d.ts.map +1 -1
  309. package/dist/esm/errors/errors.custom-message-ref.shared.definitions.js +357 -1
  310. package/dist/esm/errors/errors.custom-message-ref.shared.definitions.js.map +1 -1
  311. package/dist/esm/errors/errors.shared.definitions.d.ts +2 -2
  312. package/dist/esm/errors/errors.shared.definitions.d.ts.map +1 -1
  313. package/dist/esm/errors/errors.shared.definitions.js +12 -1
  314. package/dist/esm/errors/errors.shared.definitions.js.map +1 -1
  315. package/dist/esm/errors/errors.shared.schemas.d.ts +82 -36
  316. package/dist/esm/errors/errors.shared.schemas.d.ts.map +1 -1
  317. package/dist/esm/errors/errors.shared.schemas.js +100 -3
  318. package/dist/esm/errors/errors.shared.schemas.js.map +1 -1
  319. package/dist/esm/errors/errors.shared.utils.d.ts +1 -1
  320. package/dist/esm/errors/errors.shared.utils.d.ts.map +1 -1
  321. package/dist/esm/errors/errors.shared.utils.js +1 -1
  322. package/dist/esm/errors/errors.shared.utils.js.map +1 -1
  323. package/dist/esm/errors/resource-access-forbidden.shared.error.d.ts +16 -0
  324. package/dist/esm/errors/resource-access-forbidden.shared.error.d.ts.map +1 -0
  325. package/dist/esm/errors/resource-access-forbidden.shared.error.js +18 -0
  326. package/dist/esm/errors/resource-access-forbidden.shared.error.js.map +1 -0
  327. package/dist/esm/errors/zod-issue-formatting.shared.utils.d.ts +113 -0
  328. package/dist/esm/errors/zod-issue-formatting.shared.utils.d.ts.map +1 -0
  329. package/dist/esm/errors/zod-issue-formatting.shared.utils.js +102 -0
  330. package/dist/esm/errors/zod-issue-formatting.shared.utils.js.map +1 -0
  331. package/dist/esm/exports/tabular-csv.shared.utils.d.ts +42 -0
  332. package/dist/esm/exports/tabular-csv.shared.utils.d.ts.map +1 -0
  333. package/dist/esm/exports/tabular-csv.shared.utils.js +63 -0
  334. package/dist/esm/exports/tabular-csv.shared.utils.js.map +1 -0
  335. package/dist/esm/external-data/external-data-pipeline.shared.schemas.d.ts +347 -0
  336. package/dist/esm/external-data/external-data-pipeline.shared.schemas.d.ts.map +1 -0
  337. package/dist/esm/external-data/external-data-pipeline.shared.schemas.js +206 -0
  338. package/dist/esm/external-data/external-data-pipeline.shared.schemas.js.map +1 -0
  339. package/dist/esm/external-data.exports.d.ts +30 -0
  340. package/dist/esm/external-data.exports.d.ts.map +1 -0
  341. package/dist/esm/external-data.exports.js +30 -0
  342. package/dist/esm/external-data.exports.js.map +1 -0
  343. package/dist/esm/external-providers/compose-provider-registry.shared.d.ts +63 -0
  344. package/dist/esm/external-providers/compose-provider-registry.shared.d.ts.map +1 -0
  345. package/dist/esm/external-providers/compose-provider-registry.shared.js +102 -0
  346. package/dist/esm/external-providers/compose-provider-registry.shared.js.map +1 -0
  347. package/dist/esm/external-providers/engine-capabilities.shared.schemas.d.ts +164 -0
  348. package/dist/esm/external-providers/engine-capabilities.shared.schemas.d.ts.map +1 -0
  349. package/dist/esm/external-providers/engine-capabilities.shared.schemas.js +194 -0
  350. package/dist/esm/external-providers/engine-capabilities.shared.schemas.js.map +1 -0
  351. package/dist/esm/external-providers/engine-capability-resolution-mode.shared.d.ts +39 -0
  352. package/dist/esm/external-providers/engine-capability-resolution-mode.shared.d.ts.map +1 -0
  353. package/dist/esm/external-providers/engine-capability-resolution-mode.shared.js +85 -0
  354. package/dist/esm/external-providers/engine-capability-resolution-mode.shared.js.map +1 -0
  355. package/dist/esm/external-providers/external-providers.shared.schemas.d.ts +22 -22
  356. package/dist/esm/external-providers/external-providers.shared.schemas.d.ts.map +1 -1
  357. package/dist/esm/external-providers/external-providers.shared.schemas.js +5 -5
  358. package/dist/esm/external-providers/external-providers.shared.schemas.js.map +1 -1
  359. package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.d.ts +319 -0
  360. package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.d.ts.map +1 -0
  361. package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.js +17 -0
  362. package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.js.map +1 -0
  363. package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.d.ts +35 -0
  364. package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.d.ts.map +1 -0
  365. package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.js +19 -0
  366. package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.js.map +1 -0
  367. package/dist/esm/external-providers/provider-capability.shared.schemas.d.ts +135 -0
  368. package/dist/esm/external-providers/provider-capability.shared.schemas.d.ts.map +1 -0
  369. package/dist/esm/external-providers/provider-capability.shared.schemas.js +102 -0
  370. package/dist/esm/external-providers/provider-capability.shared.schemas.js.map +1 -0
  371. package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.d.ts +175 -0
  372. package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.d.ts.map +1 -0
  373. package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.js +211 -0
  374. package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.js.map +1 -0
  375. package/dist/esm/external-providers/provider-metadata.shared.schemas.d.ts +37 -0
  376. package/dist/esm/external-providers/provider-metadata.shared.schemas.d.ts.map +1 -0
  377. package/dist/esm/external-providers/provider-metadata.shared.schemas.js +58 -0
  378. package/dist/esm/external-providers/provider-metadata.shared.schemas.js.map +1 -0
  379. package/dist/esm/external-providers/provider-protocol.shared.schemas.d.ts +65 -0
  380. package/dist/esm/external-providers/provider-protocol.shared.schemas.d.ts.map +1 -0
  381. package/dist/esm/external-providers/provider-protocol.shared.schemas.js +63 -0
  382. package/dist/esm/external-providers/provider-protocol.shared.schemas.js.map +1 -0
  383. package/dist/esm/external-providers/provider-usage-pricing.shared.schemas.d.ts +99 -0
  384. package/dist/esm/external-providers/provider-usage-pricing.shared.schemas.d.ts.map +1 -0
  385. package/dist/esm/external-providers/provider-usage-pricing.shared.schemas.js +137 -0
  386. package/dist/esm/external-providers/provider-usage-pricing.shared.schemas.js.map +1 -0
  387. package/dist/esm/features/application-features.shared.resources-config.schemas.d.ts +39 -0
  388. package/dist/esm/features/application-features.shared.resources-config.schemas.d.ts.map +1 -0
  389. package/dist/esm/features/application-features.shared.resources-config.schemas.js +147 -0
  390. package/dist/esm/features/application-features.shared.resources-config.schemas.js.map +1 -0
  391. package/dist/esm/features/core-feature-definitions.shared.d.ts +17 -2
  392. package/dist/esm/features/core-feature-definitions.shared.d.ts.map +1 -1
  393. package/dist/esm/features/core-feature-definitions.shared.js +91 -3
  394. package/dist/esm/features/core-feature-definitions.shared.js.map +1 -1
  395. package/dist/esm/features/feature-builders.shared.d.ts +13 -2
  396. package/dist/esm/features/feature-builders.shared.d.ts.map +1 -1
  397. package/dist/esm/features/feature-builders.shared.js +3 -1
  398. package/dist/esm/features/feature-builders.shared.js.map +1 -1
  399. package/dist/esm/features/feature-definition.shared.schemas.d.ts +70 -24
  400. package/dist/esm/features/feature-definition.shared.schemas.d.ts.map +1 -1
  401. package/dist/esm/features/feature-definition.shared.schemas.js +84 -1
  402. package/dist/esm/features/feature-definition.shared.schemas.js.map +1 -1
  403. package/dist/esm/features/feature-registry.shared.d.ts +8 -9
  404. package/dist/esm/features/feature-registry.shared.d.ts.map +1 -1
  405. package/dist/esm/features/feature-registry.shared.js +5 -8
  406. package/dist/esm/features/feature-registry.shared.js.map +1 -1
  407. package/dist/esm/features/feature-resolution.shared.schemas.d.ts +1 -1
  408. package/dist/esm/features/feature-resolution.shared.schemas.d.ts.map +1 -1
  409. package/dist/esm/features/feature-resolution.shared.schemas.js +1 -1
  410. package/dist/esm/features/feature-resolution.shared.schemas.js.map +1 -1
  411. package/dist/esm/features/scope-features.shared.schemas.d.ts +9 -10
  412. package/dist/esm/features/scope-features.shared.schemas.d.ts.map +1 -1
  413. package/dist/esm/features/scope-features.shared.schemas.js +20 -6
  414. package/dist/esm/features/scope-features.shared.schemas.js.map +1 -1
  415. package/dist/esm/features/user-features.shared.resources-config.schemas.d.ts +9 -9
  416. package/dist/esm/features/user-features.shared.resources-config.schemas.d.ts.map +1 -1
  417. package/dist/esm/features/user-features.shared.resources-config.schemas.js +35 -1
  418. package/dist/esm/features/user-features.shared.resources-config.schemas.js.map +1 -1
  419. package/dist/esm/files/files.shared.resources-config.schemas.d.ts +35 -9
  420. package/dist/esm/files/files.shared.resources-config.schemas.d.ts.map +1 -1
  421. package/dist/esm/files/files.shared.resources-config.schemas.js +27 -5
  422. package/dist/esm/files/files.shared.resources-config.schemas.js.map +1 -1
  423. package/dist/esm/files/files.shared.schemas.d.ts +71 -13
  424. package/dist/esm/files/files.shared.schemas.d.ts.map +1 -1
  425. package/dist/esm/files/files.shared.schemas.js +110 -35
  426. package/dist/esm/files/files.shared.schemas.js.map +1 -1
  427. package/dist/esm/files/files.shared.utils.d.ts +9 -5
  428. package/dist/esm/files/files.shared.utils.d.ts.map +1 -1
  429. package/dist/esm/files/files.shared.utils.js +10 -6
  430. package/dist/esm/files/files.shared.utils.js.map +1 -1
  431. package/dist/esm/flows-actors/a2a-push-delivery-log.shared.resources-config.schemas.d.ts +40 -0
  432. package/dist/esm/flows-actors/a2a-push-delivery-log.shared.resources-config.schemas.d.ts.map +1 -0
  433. package/dist/esm/flows-actors/a2a-push-delivery-log.shared.resources-config.schemas.js +204 -0
  434. package/dist/esm/flows-actors/a2a-push-delivery-log.shared.resources-config.schemas.js.map +1 -0
  435. package/dist/esm/flows-actors/a2a-push-delivery-log.shared.schemas.d.ts +113 -0
  436. package/dist/esm/flows-actors/a2a-push-delivery-log.shared.schemas.d.ts.map +1 -0
  437. package/dist/esm/flows-actors/a2a-push-delivery-log.shared.schemas.js +153 -0
  438. package/dist/esm/flows-actors/a2a-push-delivery-log.shared.schemas.js.map +1 -0
  439. package/dist/esm/flows-actors/a2a-token-budget-state.shared.resources-config.schemas.d.ts +61 -0
  440. package/dist/esm/flows-actors/a2a-token-budget-state.shared.resources-config.schemas.d.ts.map +1 -0
  441. package/dist/esm/flows-actors/a2a-token-budget-state.shared.resources-config.schemas.js +143 -0
  442. package/dist/esm/flows-actors/a2a-token-budget-state.shared.resources-config.schemas.js.map +1 -0
  443. package/dist/esm/flows-actors/a2a-token-budget-state.shared.schemas.d.ts +77 -0
  444. package/dist/esm/flows-actors/a2a-token-budget-state.shared.schemas.d.ts.map +1 -0
  445. package/dist/esm/flows-actors/a2a-token-budget-state.shared.schemas.js +103 -0
  446. package/dist/esm/flows-actors/a2a-token-budget-state.shared.schemas.js.map +1 -0
  447. package/dist/esm/flows-actors/actors.shared.schemas.d.ts +339 -326
  448. package/dist/esm/flows-actors/actors.shared.schemas.d.ts.map +1 -1
  449. package/dist/esm/flows-actors/actors.shared.schemas.js +29 -6
  450. package/dist/esm/flows-actors/actors.shared.schemas.js.map +1 -1
  451. package/dist/esm/flows-actors/agent-traceability.shared.schemas.d.ts +237 -0
  452. package/dist/esm/flows-actors/agent-traceability.shared.schemas.d.ts.map +1 -0
  453. package/dist/esm/flows-actors/agent-traceability.shared.schemas.js +152 -0
  454. package/dist/esm/flows-actors/agent-traceability.shared.schemas.js.map +1 -0
  455. package/dist/esm/flows-actors/agents.shared.schemas.d.ts +180 -23
  456. package/dist/esm/flows-actors/agents.shared.schemas.d.ts.map +1 -1
  457. package/dist/esm/flows-actors/agents.shared.schemas.js +69 -2
  458. package/dist/esm/flows-actors/agents.shared.schemas.js.map +1 -1
  459. package/dist/esm/flows-actors/apps-blueprint/apps-blueprint-agent-personas.shared.enums.d.ts +19 -0
  460. package/dist/esm/flows-actors/apps-blueprint/apps-blueprint-agent-personas.shared.enums.d.ts.map +1 -0
  461. package/dist/esm/flows-actors/apps-blueprint/apps-blueprint-agent-personas.shared.enums.js +35 -0
  462. package/dist/esm/flows-actors/apps-blueprint/apps-blueprint-agent-personas.shared.enums.js.map +1 -0
  463. package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.d.ts +29 -45
  464. package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.d.ts.map +1 -1
  465. package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.js +2 -34
  466. package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.js.map +1 -1
  467. package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.d.ts +2 -2
  468. package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.d.ts.map +1 -1
  469. package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.js +1 -1
  470. package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.js.map +1 -1
  471. package/dist/esm/flows-actors/deliberation.shared.schemas.d.ts +642 -0
  472. package/dist/esm/flows-actors/deliberation.shared.schemas.d.ts.map +1 -0
  473. package/dist/esm/flows-actors/deliberation.shared.schemas.js +604 -0
  474. package/dist/esm/flows-actors/deliberation.shared.schemas.js.map +1 -0
  475. package/dist/esm/flows-actors/flows-actors-execution.shared.resources-config.schemas.d.ts +48 -0
  476. package/dist/esm/flows-actors/flows-actors-execution.shared.resources-config.schemas.d.ts.map +1 -0
  477. package/dist/esm/flows-actors/flows-actors-execution.shared.resources-config.schemas.js +179 -0
  478. package/dist/esm/flows-actors/flows-actors-execution.shared.resources-config.schemas.js.map +1 -0
  479. package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.d.ts +200 -0
  480. package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.d.ts.map +1 -0
  481. package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.js +337 -0
  482. package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.js.map +1 -0
  483. package/dist/esm/flows-actors/flows-actors-task.shared.resources-config.schemas.d.ts +59 -0
  484. package/dist/esm/flows-actors/flows-actors-task.shared.resources-config.schemas.d.ts.map +1 -0
  485. package/dist/esm/flows-actors/flows-actors-task.shared.resources-config.schemas.js +223 -0
  486. package/dist/esm/flows-actors/flows-actors-task.shared.resources-config.schemas.js.map +1 -0
  487. package/dist/esm/flows-actors/flows-actors-task.shared.schemas.d.ts +426 -0
  488. package/dist/esm/flows-actors/flows-actors-task.shared.schemas.d.ts.map +1 -0
  489. package/dist/esm/flows-actors/flows-actors-task.shared.schemas.js +317 -0
  490. package/dist/esm/flows-actors/flows-actors-task.shared.schemas.js.map +1 -0
  491. package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.d.ts +109 -58
  492. package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.d.ts.map +1 -1
  493. package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.js +48 -1
  494. package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.js.map +1 -1
  495. package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.d.ts +62 -62
  496. package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.d.ts.map +1 -1
  497. package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.js +2 -2
  498. package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.js.map +1 -1
  499. package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.d.ts +112 -11
  500. package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.d.ts.map +1 -1
  501. package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.js +63 -1
  502. package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.js.map +1 -1
  503. package/dist/esm/flows-actors/flows-actors.io.shared.schemas.d.ts +60 -20
  504. package/dist/esm/flows-actors/flows-actors.io.shared.schemas.d.ts.map +1 -1
  505. package/dist/esm/flows-actors/flows-actors.io.shared.schemas.js +36 -3
  506. package/dist/esm/flows-actors/flows-actors.io.shared.schemas.js.map +1 -1
  507. package/dist/esm/flows-actors/flows-actors.system.shared.definitions.d.ts +35 -0
  508. package/dist/esm/flows-actors/flows-actors.system.shared.definitions.d.ts.map +1 -0
  509. package/dist/esm/flows-actors/flows-actors.system.shared.definitions.js +1 -0
  510. package/dist/esm/flows-actors/flows-actors.system.shared.definitions.js.map +1 -0
  511. package/dist/esm/flows-actors/flows-actors.system.shared.schemas.d.ts +88 -63
  512. package/dist/esm/flows-actors/flows-actors.system.shared.schemas.d.ts.map +1 -1
  513. package/dist/esm/flows-actors/flows-actors.system.shared.schemas.js +32 -5
  514. package/dist/esm/flows-actors/flows-actors.system.shared.schemas.js.map +1 -1
  515. package/dist/esm/flows-actors/flows.shared.schemas.d.ts +63 -49
  516. package/dist/esm/flows-actors/flows.shared.schemas.d.ts.map +1 -1
  517. package/dist/esm/flows-actors/flows.shared.schemas.js +1 -1
  518. package/dist/esm/flows-actors/flows.shared.schemas.js.map +1 -1
  519. package/dist/esm/flows-actors/meta-workflows/actions.meta-workflows.shared.schemas.d.ts +73 -0
  520. package/dist/esm/flows-actors/meta-workflows/actions.meta-workflows.shared.schemas.d.ts.map +1 -0
  521. package/dist/esm/flows-actors/meta-workflows/actions.meta-workflows.shared.schemas.js +149 -0
  522. package/dist/esm/flows-actors/meta-workflows/actions.meta-workflows.shared.schemas.js.map +1 -0
  523. package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.d.ts +20 -0
  524. package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.d.ts.map +1 -0
  525. package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.js +34 -0
  526. package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.js.map +1 -0
  527. package/dist/esm/flows-actors/meta-workflows/catalog.meta-workflows.shared.schemas.d.ts +125 -0
  528. package/dist/esm/flows-actors/meta-workflows/catalog.meta-workflows.shared.schemas.d.ts.map +1 -0
  529. package/dist/esm/flows-actors/meta-workflows/catalog.meta-workflows.shared.schemas.js +136 -0
  530. package/dist/esm/flows-actors/meta-workflows/catalog.meta-workflows.shared.schemas.js.map +1 -0
  531. package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.d.ts +180 -0
  532. package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.d.ts.map +1 -0
  533. package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.js +187 -0
  534. package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.js.map +1 -0
  535. package/dist/esm/flows-actors/meta-workflows/continuity-identifiers.meta-workflows.shared.schemas.d.ts +28 -0
  536. package/dist/esm/flows-actors/meta-workflows/continuity-identifiers.meta-workflows.shared.schemas.d.ts.map +1 -0
  537. package/dist/esm/flows-actors/meta-workflows/continuity-identifiers.meta-workflows.shared.schemas.js +28 -0
  538. package/dist/esm/flows-actors/meta-workflows/continuity-identifiers.meta-workflows.shared.schemas.js.map +1 -0
  539. package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.d.ts +446 -0
  540. package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.d.ts.map +1 -0
  541. package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.js +678 -0
  542. package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.js.map +1 -0
  543. package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.d.ts +106 -0
  544. package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.d.ts.map +1 -0
  545. package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.js +243 -0
  546. package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.js.map +1 -0
  547. package/dist/esm/flows-actors/meta-workflows/execution-binding-vocabularies.meta-workflows.shared.schemas.d.ts +29 -0
  548. package/dist/esm/flows-actors/meta-workflows/execution-binding-vocabularies.meta-workflows.shared.schemas.d.ts.map +1 -0
  549. package/dist/esm/flows-actors/meta-workflows/execution-binding-vocabularies.meta-workflows.shared.schemas.js +58 -0
  550. package/dist/esm/flows-actors/meta-workflows/execution-binding-vocabularies.meta-workflows.shared.schemas.js.map +1 -0
  551. package/dist/esm/flows-actors/meta-workflows/portable-primitives.meta-workflows.shared.schemas.d.ts +61 -0
  552. package/dist/esm/flows-actors/meta-workflows/portable-primitives.meta-workflows.shared.schemas.d.ts.map +1 -0
  553. package/dist/esm/flows-actors/meta-workflows/portable-primitives.meta-workflows.shared.schemas.js +93 -0
  554. package/dist/esm/flows-actors/meta-workflows/portable-primitives.meta-workflows.shared.schemas.js.map +1 -0
  555. package/dist/esm/flows-actors/prompt-ir.shared.schemas.d.ts +5 -5
  556. package/dist/esm/flows-actors/prompt-ir.shared.schemas.d.ts.map +1 -1
  557. package/dist/esm/flows-actors/prompt-ir.shared.schemas.js +2 -2
  558. package/dist/esm/flows-actors/prompt-ir.shared.schemas.js.map +1 -1
  559. package/dist/esm/flows-actors/task-continuity-binding.actors.shared.schemas.d.ts +81 -0
  560. package/dist/esm/flows-actors/task-continuity-binding.actors.shared.schemas.d.ts.map +1 -0
  561. package/dist/esm/flows-actors/task-continuity-binding.actors.shared.schemas.js +82 -0
  562. package/dist/esm/flows-actors/task-continuity-binding.actors.shared.schemas.js.map +1 -0
  563. package/dist/esm/flows-actors/tasks.actors.shared.schemas.d.ts +257 -194
  564. package/dist/esm/flows-actors/tasks.actors.shared.schemas.d.ts.map +1 -1
  565. package/dist/esm/flows-actors/tasks.actors.shared.schemas.js +28 -2
  566. package/dist/esm/flows-actors/tasks.actors.shared.schemas.js.map +1 -1
  567. package/dist/esm/flows-actors/utils/flow-actors.context-builder.apps-context.shared.utils.d.ts.map +1 -1
  568. package/dist/esm/flows-actors/utils/flow-actors.context-builder.apps-context.shared.utils.js +1 -1
  569. package/dist/esm/flows-actors/utils/flow-actors.context-builder.apps-context.shared.utils.js.map +1 -1
  570. package/dist/esm/frontend-definitions/frontend-notification-custom-message-ref.definitions.d.ts.map +1 -1
  571. package/dist/esm/frontend-definitions/frontend-notification-custom-message-ref.definitions.js +1 -1
  572. package/dist/esm/frontend-definitions/frontend-notification-custom-message-ref.definitions.js.map +1 -1
  573. package/dist/esm/guidance/guidance-flow.shared.schemas.d.ts +51 -89
  574. package/dist/esm/guidance/guidance-flow.shared.schemas.d.ts.map +1 -1
  575. package/dist/esm/guidance/guidance-flow.shared.schemas.js +1 -1
  576. package/dist/esm/guidance/guidance-flow.shared.schemas.js.map +1 -1
  577. package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.d.ts +22 -19
  578. package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.d.ts.map +1 -1
  579. package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.js +61 -5
  580. package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.js.map +1 -1
  581. package/dist/esm/guidance/guidance-state.shared.schemas.d.ts +46 -10
  582. package/dist/esm/guidance/guidance-state.shared.schemas.d.ts.map +1 -1
  583. package/dist/esm/guidance/guidance-state.shared.schemas.js +15 -4
  584. package/dist/esm/guidance/guidance-state.shared.schemas.js.map +1 -1
  585. package/dist/esm/guidance/guidance-state.shared.utils.d.ts +25 -0
  586. package/dist/esm/guidance/guidance-state.shared.utils.d.ts.map +1 -0
  587. package/dist/esm/guidance/guidance-state.shared.utils.js +72 -0
  588. package/dist/esm/guidance/guidance-state.shared.utils.js.map +1 -0
  589. package/dist/esm/guidance/lifecycle-config.shared.schemas.d.ts +11 -11
  590. package/dist/esm/guidance/lifecycle-config.shared.schemas.d.ts.map +1 -1
  591. package/dist/esm/guidance/lifecycle-config.shared.schemas.js +1 -1
  592. package/dist/esm/guidance/lifecycle-config.shared.schemas.js.map +1 -1
  593. package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.d.ts +28 -25
  594. package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.d.ts.map +1 -1
  595. package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.js +71 -7
  596. package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.js.map +1 -1
  597. package/dist/esm/guidance/lifecycle-state.shared.schemas.d.ts +53 -14
  598. package/dist/esm/guidance/lifecycle-state.shared.schemas.d.ts.map +1 -1
  599. package/dist/esm/guidance/lifecycle-state.shared.schemas.js +26 -25
  600. package/dist/esm/guidance/lifecycle-state.shared.schemas.js.map +1 -1
  601. package/dist/esm/guidance/milestone-builders.shared.d.ts +2 -2
  602. package/dist/esm/guidance/milestone-builders.shared.d.ts.map +1 -1
  603. package/dist/esm/guidance/milestone-builders.shared.js +1 -1
  604. package/dist/esm/guidance/milestone-builders.shared.js.map +1 -1
  605. package/dist/esm/guidance/milestone-definition.shared.schemas.d.ts +2 -2
  606. package/dist/esm/guidance/milestone-definition.shared.schemas.d.ts.map +1 -1
  607. package/dist/esm/guidance/milestone-definition.shared.schemas.js +1 -1
  608. package/dist/esm/guidance/milestone-definition.shared.schemas.js.map +1 -1
  609. package/dist/esm/guidance/progression-state.shared.resources-config.schemas.d.ts +22 -19
  610. package/dist/esm/guidance/progression-state.shared.resources-config.schemas.d.ts.map +1 -1
  611. package/dist/esm/guidance/progression-state.shared.resources-config.schemas.js +72 -7
  612. package/dist/esm/guidance/progression-state.shared.resources-config.schemas.js.map +1 -1
  613. package/dist/esm/guidance/progression-state.shared.schemas.d.ts +40 -10
  614. package/dist/esm/guidance/progression-state.shared.schemas.d.ts.map +1 -1
  615. package/dist/esm/guidance/progression-state.shared.schemas.js +16 -6
  616. package/dist/esm/guidance/progression-state.shared.schemas.js.map +1 -1
  617. package/dist/esm/http-api-binding/http-api-binding-id.shared.utils.d.ts +69 -0
  618. package/dist/esm/http-api-binding/http-api-binding-id.shared.utils.d.ts.map +1 -0
  619. package/dist/esm/http-api-binding/http-api-binding-id.shared.utils.js +232 -0
  620. package/dist/esm/http-api-binding/http-api-binding-id.shared.utils.js.map +1 -0
  621. package/dist/esm/http-api-binding/http-api-binding.shared.schemas.d.ts +566 -0
  622. package/dist/esm/http-api-binding/http-api-binding.shared.schemas.d.ts.map +1 -0
  623. package/dist/esm/http-api-binding/http-api-binding.shared.schemas.js +513 -0
  624. package/dist/esm/http-api-binding/http-api-binding.shared.schemas.js.map +1 -0
  625. package/dist/esm/i18n/interpolate-label-params.shared.utils.d.ts +52 -0
  626. package/dist/esm/i18n/interpolate-label-params.shared.utils.d.ts.map +1 -0
  627. package/dist/esm/i18n/interpolate-label-params.shared.utils.js +63 -0
  628. package/dist/esm/i18n/interpolate-label-params.shared.utils.js.map +1 -0
  629. package/dist/esm/i18n/labelling.dto.shared.schemas.d.ts +3 -3
  630. package/dist/esm/i18n/labelling.dto.shared.schemas.d.ts.map +1 -1
  631. package/dist/esm/i18n/labelling.dto.shared.schemas.js +1 -1
  632. package/dist/esm/i18n/labelling.dto.shared.schemas.js.map +1 -1
  633. package/dist/esm/index.d.ts +277 -200
  634. package/dist/esm/index.d.ts.map +1 -1
  635. package/dist/esm/index.js +122 -15
  636. package/dist/esm/index.js.map +1 -1
  637. package/dist/esm/meta-workflows.exports.d.ts +51 -0
  638. package/dist/esm/meta-workflows.exports.d.ts.map +1 -0
  639. package/dist/esm/meta-workflows.exports.js +51 -0
  640. package/dist/esm/meta-workflows.exports.js.map +1 -0
  641. package/dist/esm/monitoring/monitoring.shared.schemas.d.ts +16 -16
  642. package/dist/esm/monitoring/monitoring.shared.schemas.d.ts.map +1 -1
  643. package/dist/esm/monitoring/monitoring.shared.schemas.js +1 -1
  644. package/dist/esm/monitoring/monitoring.shared.schemas.js.map +1 -1
  645. package/dist/esm/notifications/email/email-context.shared.schemas.d.ts +9 -9
  646. package/dist/esm/notifications/email/email-context.shared.schemas.d.ts.map +1 -1
  647. package/dist/esm/notifications/email/email-context.shared.schemas.js +8 -3
  648. package/dist/esm/notifications/email/email-context.shared.schemas.js.map +1 -1
  649. package/dist/esm/notifications/email/email-template-registry.shared.schemas.d.ts +33 -46
  650. package/dist/esm/notifications/email/email-template-registry.shared.schemas.d.ts.map +1 -1
  651. package/dist/esm/notifications/email/email-template-registry.shared.schemas.js +20 -140
  652. package/dist/esm/notifications/email/email-template-registry.shared.schemas.js.map +1 -1
  653. package/dist/esm/notifications/email/email-template.shared.enums.d.ts +145 -0
  654. package/dist/esm/notifications/email/email-template.shared.enums.d.ts.map +1 -0
  655. package/dist/esm/notifications/email/email-template.shared.enums.js +164 -0
  656. package/dist/esm/notifications/email/email-template.shared.enums.js.map +1 -0
  657. package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.resources-config.schemas.d.ts +43 -0
  658. package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.resources-config.schemas.d.ts.map +1 -0
  659. package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.resources-config.schemas.js +231 -0
  660. package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.resources-config.schemas.js.map +1 -0
  661. package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.schemas.d.ts +159 -0
  662. package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.schemas.d.ts.map +1 -0
  663. package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.schemas.js +191 -0
  664. package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.schemas.js.map +1 -0
  665. package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.d.ts +62 -0
  666. package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.d.ts.map +1 -0
  667. package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.js +183 -0
  668. package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.js.map +1 -0
  669. package/dist/esm/notifications/m2m/webhook-config.shared.schemas.d.ts +134 -0
  670. package/dist/esm/notifications/m2m/webhook-config.shared.schemas.d.ts.map +1 -0
  671. package/dist/esm/notifications/m2m/webhook-config.shared.schemas.js +159 -0
  672. package/dist/esm/notifications/m2m/webhook-config.shared.schemas.js.map +1 -0
  673. package/dist/esm/notifications/notification-badges.core.definitions.d.ts +10 -1
  674. package/dist/esm/notifications/notification-badges.core.definitions.d.ts.map +1 -1
  675. package/dist/esm/notifications/notification-badges.core.definitions.js +11 -13
  676. package/dist/esm/notifications/notification-badges.core.definitions.js.map +1 -1
  677. package/dist/esm/notifications/notification-badges.schemas.d.ts +147 -43
  678. package/dist/esm/notifications/notification-badges.schemas.d.ts.map +1 -1
  679. package/dist/esm/notifications/notification-badges.schemas.js +130 -23
  680. package/dist/esm/notifications/notification-badges.schemas.js.map +1 -1
  681. package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.d.ts +40 -15
  682. package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.d.ts.map +1 -1
  683. package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.js +149 -23
  684. package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.js.map +1 -1
  685. package/dist/esm/notifications/notifications.shared.schemas.d.ts +352 -25
  686. package/dist/esm/notifications/notifications.shared.schemas.d.ts.map +1 -1
  687. package/dist/esm/notifications/notifications.shared.schemas.js +47 -2
  688. package/dist/esm/notifications/notifications.shared.schemas.js.map +1 -1
  689. package/dist/esm/organizations/organization-features.shared.resources-config.schemas.d.ts +21 -10
  690. package/dist/esm/organizations/organization-features.shared.resources-config.schemas.d.ts.map +1 -1
  691. package/dist/esm/organizations/organization-features.shared.resources-config.schemas.js +54 -47
  692. package/dist/esm/organizations/organization-features.shared.resources-config.schemas.js.map +1 -1
  693. package/dist/esm/organizations/organization-features.shared.schemas.d.ts +10 -2
  694. package/dist/esm/organizations/organization-features.shared.schemas.d.ts.map +1 -1
  695. package/dist/esm/organizations/organization-features.shared.schemas.js +10 -2
  696. package/dist/esm/organizations/organization-features.shared.schemas.js.map +1 -1
  697. package/dist/esm/organizations/organization-members.shared.resources-config.schemas.d.ts +31 -17
  698. package/dist/esm/organizations/organization-members.shared.resources-config.schemas.d.ts.map +1 -1
  699. package/dist/esm/organizations/organization-members.shared.resources-config.schemas.js +294 -54
  700. package/dist/esm/organizations/organization-members.shared.resources-config.schemas.js.map +1 -1
  701. package/dist/esm/organizations/organization-members.shared.schemas.d.ts +31 -41
  702. package/dist/esm/organizations/organization-members.shared.schemas.d.ts.map +1 -1
  703. package/dist/esm/organizations/organization-members.shared.schemas.js +181 -37
  704. package/dist/esm/organizations/organization-members.shared.schemas.js.map +1 -1
  705. package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.d.ts +8 -8
  706. package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.d.ts.map +1 -1
  707. package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.js +43 -2
  708. package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.js.map +1 -1
  709. package/dist/esm/organizations/organization-notifications.shared.schemas.d.ts +25 -4
  710. package/dist/esm/organizations/organization-notifications.shared.schemas.d.ts.map +1 -1
  711. package/dist/esm/organizations/organization-notifications.shared.schemas.js +35 -15
  712. package/dist/esm/organizations/organization-notifications.shared.schemas.js.map +1 -1
  713. package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.d.ts +7 -7
  714. package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.d.ts.map +1 -1
  715. package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.js +42 -3
  716. package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.js.map +1 -1
  717. package/dist/esm/organizations/organization-preferences.shared.schemas.d.ts +4 -4
  718. package/dist/esm/organizations/organization-preferences.shared.schemas.d.ts.map +1 -1
  719. package/dist/esm/organizations/organization-preferences.shared.schemas.js +17 -4
  720. package/dist/esm/organizations/organization-preferences.shared.schemas.js.map +1 -1
  721. package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.d.ts +10 -10
  722. package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.d.ts.map +1 -1
  723. package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.js +32 -2
  724. package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.js.map +1 -1
  725. package/dist/esm/organizations/organization-profile.shared.schemas.d.ts +6 -6
  726. package/dist/esm/organizations/organization-profile.shared.schemas.d.ts.map +1 -1
  727. package/dist/esm/organizations/organization-profile.shared.schemas.js +28 -2
  728. package/dist/esm/organizations/organization-profile.shared.schemas.js.map +1 -1
  729. package/dist/esm/organizations/organization-unit-inheritance.shared.d.ts +94 -0
  730. package/dist/esm/organizations/organization-unit-inheritance.shared.d.ts.map +1 -0
  731. package/dist/esm/organizations/organization-unit-inheritance.shared.js +96 -0
  732. package/dist/esm/organizations/organization-unit-inheritance.shared.js.map +1 -0
  733. package/dist/esm/organizations/organization-unit-members.shared.resources-config.schemas.d.ts +30 -0
  734. package/dist/esm/organizations/organization-unit-members.shared.resources-config.schemas.d.ts.map +1 -0
  735. package/dist/esm/organizations/organization-unit-members.shared.resources-config.schemas.js +97 -0
  736. package/dist/esm/organizations/organization-unit-members.shared.resources-config.schemas.js.map +1 -0
  737. package/dist/esm/organizations/organization-unit-members.shared.schemas.d.ts +56 -0
  738. package/dist/esm/organizations/organization-unit-members.shared.schemas.d.ts.map +1 -0
  739. package/dist/esm/organizations/organization-unit-members.shared.schemas.js +92 -0
  740. package/dist/esm/organizations/organization-unit-members.shared.schemas.js.map +1 -0
  741. package/dist/esm/organizations/organization-unit-narrowing-decision.shared.d.ts +130 -0
  742. package/dist/esm/organizations/organization-unit-narrowing-decision.shared.d.ts.map +1 -0
  743. package/dist/esm/organizations/organization-unit-narrowing-decision.shared.js +139 -0
  744. package/dist/esm/organizations/organization-unit-narrowing-decision.shared.js.map +1 -0
  745. package/dist/esm/organizations/organization-unit-narrowing.example.d.ts +27 -0
  746. package/dist/esm/organizations/organization-unit-narrowing.example.d.ts.map +1 -0
  747. package/dist/esm/organizations/organization-unit-narrowing.example.js +29 -0
  748. package/dist/esm/organizations/organization-unit-narrowing.example.js.map +1 -0
  749. package/dist/esm/organizations/organization-unit-narrowing.shared.d.ts +137 -0
  750. package/dist/esm/organizations/organization-unit-narrowing.shared.d.ts.map +1 -0
  751. package/dist/esm/organizations/organization-unit-narrowing.shared.js +133 -0
  752. package/dist/esm/organizations/organization-unit-narrowing.shared.js.map +1 -0
  753. package/dist/esm/organizations/organization-units.shared.path.d.ts +103 -0
  754. package/dist/esm/organizations/organization-units.shared.path.d.ts.map +1 -0
  755. package/dist/esm/organizations/organization-units.shared.path.js +120 -0
  756. package/dist/esm/organizations/organization-units.shared.path.js.map +1 -0
  757. package/dist/esm/organizations/organization-units.shared.resources-config.schemas.d.ts +8 -8
  758. package/dist/esm/organizations/organization-units.shared.resources-config.schemas.d.ts.map +1 -1
  759. package/dist/esm/organizations/organization-units.shared.resources-config.schemas.js +1 -1
  760. package/dist/esm/organizations/organization-units.shared.resources-config.schemas.js.map +1 -1
  761. package/dist/esm/organizations/organization-units.shared.schemas.d.ts +69 -8
  762. package/dist/esm/organizations/organization-units.shared.schemas.d.ts.map +1 -1
  763. package/dist/esm/organizations/organization-units.shared.schemas.js +89 -5
  764. package/dist/esm/organizations/organization-units.shared.schemas.js.map +1 -1
  765. package/dist/esm/organizations/organizations.shared.resources-config.schemas.d.ts +46 -11
  766. package/dist/esm/organizations/organizations.shared.resources-config.schemas.d.ts.map +1 -1
  767. package/dist/esm/organizations/organizations.shared.resources-config.schemas.js +505 -34
  768. package/dist/esm/organizations/organizations.shared.resources-config.schemas.js.map +1 -1
  769. package/dist/esm/organizations/organizations.shared.schemas.d.ts +95 -39
  770. package/dist/esm/organizations/organizations.shared.schemas.d.ts.map +1 -1
  771. package/dist/esm/organizations/organizations.shared.schemas.js +228 -6
  772. package/dist/esm/organizations/organizations.shared.schemas.js.map +1 -1
  773. package/dist/esm/organizations/tenant-teardown-config.shared.schemas.d.ts +36 -0
  774. package/dist/esm/organizations/tenant-teardown-config.shared.schemas.d.ts.map +1 -0
  775. package/dist/esm/organizations/tenant-teardown-config.shared.schemas.js +66 -0
  776. package/dist/esm/organizations/tenant-teardown-config.shared.schemas.js.map +1 -0
  777. package/dist/esm/provider-registration-runtime.exports.d.ts +4 -0
  778. package/dist/esm/provider-registration-runtime.exports.d.ts.map +1 -0
  779. package/dist/esm/provider-registration-runtime.exports.js +4 -0
  780. package/dist/esm/provider-registration-runtime.exports.js.map +1 -0
  781. package/dist/esm/public-runtime/index.d.ts +164 -0
  782. package/dist/esm/public-runtime/index.d.ts.map +1 -0
  783. package/dist/esm/public-runtime/index.js +164 -0
  784. package/dist/esm/public-runtime/index.js.map +1 -0
  785. package/dist/esm/queue/jobs.shared.resources-config.schemas.d.ts +4 -4
  786. package/dist/esm/queue/jobs.shared.resources-config.schemas.d.ts.map +1 -1
  787. package/dist/esm/queue/jobs.shared.resources-config.schemas.js +12 -1
  788. package/dist/esm/queue/jobs.shared.resources-config.schemas.js.map +1 -1
  789. package/dist/esm/queue/jobs.shared.schemas.d.ts +114 -42
  790. package/dist/esm/queue/jobs.shared.schemas.d.ts.map +1 -1
  791. package/dist/esm/queue/jobs.shared.schemas.js +114 -12
  792. package/dist/esm/queue/jobs.shared.schemas.js.map +1 -1
  793. package/dist/esm/queue/jobs.shared.utils.d.ts +3 -3
  794. package/dist/esm/queue/jobs.shared.utils.d.ts.map +1 -1
  795. package/dist/esm/queue/jobs.shared.utils.js +2 -2
  796. package/dist/esm/queue/jobs.shared.utils.js.map +1 -1
  797. package/dist/esm/queue/queues.shared.schemas.d.ts +17 -15
  798. package/dist/esm/queue/queues.shared.schemas.d.ts.map +1 -1
  799. package/dist/esm/queue/queues.shared.schemas.js +14 -5
  800. package/dist/esm/queue/queues.shared.schemas.js.map +1 -1
  801. package/dist/esm/queue/queues.shared.utils.d.ts +137 -6
  802. package/dist/esm/queue/queues.shared.utils.d.ts.map +1 -1
  803. package/dist/esm/queue/queues.shared.utils.js +161 -9
  804. package/dist/esm/queue/queues.shared.utils.js.map +1 -1
  805. package/dist/esm/queue/rabbitmq-queue-args.shared.d.ts.map +1 -1
  806. package/dist/esm/queue/rabbitmq-queue-args.shared.js +1 -1
  807. package/dist/esm/queue/rabbitmq-queue-args.shared.js.map +1 -1
  808. package/dist/esm/requests/header-keys.shared.d.ts +23 -1
  809. package/dist/esm/requests/header-keys.shared.d.ts.map +1 -1
  810. package/dist/esm/requests/header-keys.shared.js +45 -2
  811. package/dist/esm/requests/header-keys.shared.js.map +1 -1
  812. package/dist/esm/requests/http-requests.shared.d.ts +1 -0
  813. package/dist/esm/requests/http-requests.shared.d.ts.map +1 -1
  814. package/dist/esm/requests/http-requests.shared.js +2 -1
  815. package/dist/esm/requests/http-requests.shared.js.map +1 -1
  816. package/dist/esm/requests/manual-controllers-routes-urls.d.ts +189 -5
  817. package/dist/esm/requests/manual-controllers-routes-urls.d.ts.map +1 -1
  818. package/dist/esm/requests/manual-controllers-routes-urls.js +255 -6
  819. package/dist/esm/requests/manual-controllers-routes-urls.js.map +1 -1
  820. package/dist/esm/requests/rate-limits.shared.schemas.d.ts +75 -24
  821. package/dist/esm/requests/rate-limits.shared.schemas.d.ts.map +1 -1
  822. package/dist/esm/requests/rate-limits.shared.schemas.js +80 -18
  823. package/dist/esm/requests/rate-limits.shared.schemas.js.map +1 -1
  824. package/dist/esm/requests/websocket.shared.schemas.d.ts +248 -120
  825. package/dist/esm/requests/websocket.shared.schemas.d.ts.map +1 -1
  826. package/dist/esm/requests/websocket.shared.schemas.js +92 -2
  827. package/dist/esm/requests/websocket.shared.schemas.js.map +1 -1
  828. package/dist/esm/resources/child-operations.shared.schemas.d.ts +128 -23
  829. package/dist/esm/resources/child-operations.shared.schemas.d.ts.map +1 -1
  830. package/dist/esm/resources/child-operations.shared.schemas.js +147 -11
  831. package/dist/esm/resources/child-operations.shared.schemas.js.map +1 -1
  832. package/dist/esm/resources/context-policy.shared.schemas.d.ts +4 -4
  833. package/dist/esm/resources/context-policy.shared.schemas.d.ts.map +1 -1
  834. package/dist/esm/resources/context-policy.shared.schemas.js +1 -1
  835. package/dist/esm/resources/context-policy.shared.schemas.js.map +1 -1
  836. package/dist/esm/resources/relationship-display.shared.schemas.d.ts +31 -1352
  837. package/dist/esm/resources/relationship-display.shared.schemas.d.ts.map +1 -1
  838. package/dist/esm/resources/relationship-display.shared.schemas.js +13 -161
  839. package/dist/esm/resources/relationship-display.shared.schemas.js.map +1 -1
  840. package/dist/esm/resources/resources-config.shared.factory.d.ts +60 -5
  841. package/dist/esm/resources/resources-config.shared.factory.d.ts.map +1 -1
  842. package/dist/esm/resources/resources-config.shared.factory.js +1507 -87
  843. package/dist/esm/resources/resources-config.shared.factory.js.map +1 -1
  844. package/dist/esm/resources/resources-config.shared.schemas.d.ts +1638 -43
  845. package/dist/esm/resources/resources-config.shared.schemas.d.ts.map +1 -1
  846. package/dist/esm/resources/resources-config.shared.schemas.js +478 -13
  847. package/dist/esm/resources/resources-config.shared.schemas.js.map +1 -1
  848. package/dist/esm/resources/resources-registry.shared.core.definitions.d.ts +3 -3
  849. package/dist/esm/resources/resources-registry.shared.core.definitions.d.ts.map +1 -1
  850. package/dist/esm/resources/resources-registry.shared.core.definitions.js +782 -96
  851. package/dist/esm/resources/resources-registry.shared.core.definitions.js.map +1 -1
  852. package/dist/esm/resources/resources-relationships.shared.factory.d.ts +37 -7
  853. package/dist/esm/resources/resources-relationships.shared.factory.d.ts.map +1 -1
  854. package/dist/esm/resources/resources-relationships.shared.factory.js +76 -24
  855. package/dist/esm/resources/resources-relationships.shared.factory.js.map +1 -1
  856. package/dist/esm/resources/resources-serialization.shared.schemas.d.ts +19 -19
  857. package/dist/esm/resources/resources-serialization.shared.schemas.d.ts.map +1 -1
  858. package/dist/esm/resources/resources-serialization.shared.schemas.js +1 -1
  859. package/dist/esm/resources/resources-serialization.shared.schemas.js.map +1 -1
  860. package/dist/esm/resources/resources.shared.core.definitions.d.ts +84 -8
  861. package/dist/esm/resources/resources.shared.core.definitions.d.ts.map +1 -1
  862. package/dist/esm/resources/resources.shared.core.definitions.js +165 -19
  863. package/dist/esm/resources/resources.shared.core.definitions.js.map +1 -1
  864. package/dist/esm/resources/resources.shared.schemas.d.ts +582 -602
  865. package/dist/esm/resources/resources.shared.schemas.d.ts.map +1 -1
  866. package/dist/esm/resources/resources.shared.schemas.js +581 -5
  867. package/dist/esm/resources/resources.shared.schemas.js.map +1 -1
  868. package/dist/esm/resources/resources.shared.utils.d.ts +363 -15
  869. package/dist/esm/resources/resources.shared.utils.d.ts.map +1 -1
  870. package/dist/esm/resources/resources.shared.utils.js +569 -16
  871. package/dist/esm/resources/resources.shared.utils.js.map +1 -1
  872. package/dist/esm/resources/utils/collection-export.shared.utils.d.ts +65 -0
  873. package/dist/esm/resources/utils/collection-export.shared.utils.d.ts.map +1 -0
  874. package/dist/esm/resources/utils/collection-export.shared.utils.js +150 -0
  875. package/dist/esm/resources/utils/collection-export.shared.utils.js.map +1 -0
  876. package/dist/esm/resources/utils/composition-cascade-deletability.validation.d.ts +134 -0
  877. package/dist/esm/resources/utils/composition-cascade-deletability.validation.d.ts.map +1 -0
  878. package/dist/esm/resources/utils/composition-cascade-deletability.validation.js +167 -0
  879. package/dist/esm/resources/utils/composition-cascade-deletability.validation.js.map +1 -0
  880. package/dist/esm/resources/utils/composition-seedability.validation.d.ts +63 -0
  881. package/dist/esm/resources/utils/composition-seedability.validation.d.ts.map +1 -0
  882. package/dist/esm/resources/utils/composition-seedability.validation.js +75 -0
  883. package/dist/esm/resources/utils/composition-seedability.validation.js.map +1 -0
  884. package/dist/esm/resources/utils/context-addressed-composition-singleton.shared.utils.d.ts +10 -0
  885. package/dist/esm/resources/utils/context-addressed-composition-singleton.shared.utils.d.ts.map +1 -0
  886. package/dist/esm/resources/utils/context-addressed-composition-singleton.shared.utils.js +25 -0
  887. package/dist/esm/resources/utils/context-addressed-composition-singleton.shared.utils.js.map +1 -0
  888. package/dist/esm/resources/utils/duplicate-relationship-registration.validation.d.ts +111 -0
  889. package/dist/esm/resources/utils/duplicate-relationship-registration.validation.d.ts.map +1 -0
  890. package/dist/esm/resources/utils/duplicate-relationship-registration.validation.js +109 -0
  891. package/dist/esm/resources/utils/duplicate-relationship-registration.validation.js.map +1 -0
  892. package/dist/esm/resources/utils/persistence-adapter-discrimination.shared.utils.d.ts +52 -0
  893. package/dist/esm/resources/utils/persistence-adapter-discrimination.shared.utils.d.ts.map +1 -0
  894. package/dist/esm/resources/utils/persistence-adapter-discrimination.shared.utils.js +57 -0
  895. package/dist/esm/resources/utils/persistence-adapter-discrimination.shared.utils.js.map +1 -0
  896. package/dist/esm/resources/utils/repository-dto-builder.utils.d.ts.map +1 -1
  897. package/dist/esm/resources/utils/repository-dto-builder.utils.js +1 -1
  898. package/dist/esm/resources/utils/repository-dto-builder.utils.js.map +1 -1
  899. package/dist/esm/resources/utils/required-fk-fillability.validation.d.ts +108 -0
  900. package/dist/esm/resources/utils/required-fk-fillability.validation.d.ts.map +1 -0
  901. package/dist/esm/resources/utils/required-fk-fillability.validation.js +186 -0
  902. package/dist/esm/resources/utils/required-fk-fillability.validation.js.map +1 -0
  903. package/dist/esm/resources/utils/resource-operation-type-guards.utils.d.ts +107 -3
  904. package/dist/esm/resources/utils/resource-operation-type-guards.utils.d.ts.map +1 -1
  905. package/dist/esm/resources/utils/resource-operation-type-guards.utils.js +133 -2
  906. package/dist/esm/resources/utils/resource-operation-type-guards.utils.js.map +1 -1
  907. package/dist/esm/resources/utils/resource-polymorphism.factory.d.ts +39 -31
  908. package/dist/esm/resources/utils/resource-polymorphism.factory.d.ts.map +1 -1
  909. package/dist/esm/resources/utils/resource-polymorphism.factory.js +9 -9
  910. package/dist/esm/resources/utils/resource-polymorphism.factory.js.map +1 -1
  911. package/dist/esm/resources/utils/resource-polymorphism.relationships.d.ts +7 -7
  912. package/dist/esm/resources/utils/resource-polymorphism.relationships.d.ts.map +1 -1
  913. package/dist/esm/resources/utils/resource-polymorphism.relationships.js +1 -1
  914. package/dist/esm/resources/utils/resource-polymorphism.relationships.js.map +1 -1
  915. package/dist/esm/resources/utils/resource-polymorphism.schemas.d.ts +139 -5
  916. package/dist/esm/resources/utils/resource-polymorphism.schemas.d.ts.map +1 -1
  917. package/dist/esm/resources/utils/resource-polymorphism.schemas.js +301 -3
  918. package/dist/esm/resources/utils/resource-polymorphism.schemas.js.map +1 -1
  919. package/dist/esm/resources/utils/resource-polymorphism.utils.d.ts +1 -1
  920. package/dist/esm/resources/utils/resource-polymorphism.utils.d.ts.map +1 -1
  921. package/dist/esm/resources/utils/resource-polymorphism.utils.js +1 -1
  922. package/dist/esm/resources/utils/resource-polymorphism.utils.js.map +1 -1
  923. package/dist/esm/resources/utils/resource-subtree.utils.d.ts +1 -1
  924. package/dist/esm/resources/utils/resource-subtree.utils.d.ts.map +1 -1
  925. package/dist/esm/resources/utils/resource-subtree.utils.js +1 -1
  926. package/dist/esm/resources/utils/resource-subtree.utils.js.map +1 -1
  927. package/dist/esm/resources/utils/resources-config-context-needs.utils.d.ts +1 -1
  928. package/dist/esm/resources/utils/resources-config-context-needs.utils.d.ts.map +1 -1
  929. package/dist/esm/resources/utils/resources-config-context-needs.utils.js +1 -1
  930. package/dist/esm/resources/utils/resources-config-context-needs.utils.js.map +1 -1
  931. package/dist/esm/resources/utils/resources-config-naming.utils.d.ts.map +1 -1
  932. package/dist/esm/resources/utils/resources-config-naming.utils.js +1 -1
  933. package/dist/esm/resources/utils/resources-config-naming.utils.js.map +1 -1
  934. package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.d.ts +256 -39
  935. package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.d.ts.map +1 -1
  936. package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.js +898 -233
  937. package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.js.map +1 -1
  938. package/dist/esm/resources/utils/resources-config-operations.path.utils.d.ts +16 -6
  939. package/dist/esm/resources/utils/resources-config-operations.path.utils.d.ts.map +1 -1
  940. package/dist/esm/resources/utils/resources-config-operations.path.utils.js +35 -10
  941. package/dist/esm/resources/utils/resources-config-operations.path.utils.js.map +1 -1
  942. package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.d.ts +120 -20
  943. package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.d.ts.map +1 -1
  944. package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.js +394 -81
  945. package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.js.map +1 -1
  946. package/dist/esm/resources/utils/resources-config-operations.utils.d.ts +2 -2
  947. package/dist/esm/resources/utils/resources-config-operations.utils.d.ts.map +1 -1
  948. package/dist/esm/resources/utils/resources-config-operations.utils.js +1 -1
  949. package/dist/esm/resources/utils/resources-config-operations.utils.js.map +1 -1
  950. package/dist/esm/resources/utils/resources-serialization.utils.d.ts +77 -2
  951. package/dist/esm/resources/utils/resources-serialization.utils.d.ts.map +1 -1
  952. package/dist/esm/resources/utils/resources-serialization.utils.js +80 -1
  953. package/dist/esm/resources/utils/resources-serialization.utils.js.map +1 -1
  954. package/dist/esm/resources/utils/resources-summary.utils.d.ts +1 -1
  955. package/dist/esm/resources/utils/resources-summary.utils.d.ts.map +1 -1
  956. package/dist/esm/resources/utils/resources-summary.utils.js +1 -1
  957. package/dist/esm/resources/utils/resources-summary.utils.js.map +1 -1
  958. package/dist/esm/resources/utils/schema-family-builder.utils.d.ts +21 -3
  959. package/dist/esm/resources/utils/schema-family-builder.utils.d.ts.map +1 -1
  960. package/dist/esm/resources/utils/schema-family-builder.utils.js +7 -1
  961. package/dist/esm/resources/utils/schema-family-builder.utils.js.map +1 -1
  962. package/dist/esm/resources/utils/schema-type-inference.utils.d.ts.map +1 -1
  963. package/dist/esm/resources/utils/schema-type-inference.utils.js +1 -1
  964. package/dist/esm/resources/utils/schema-type-inference.utils.js.map +1 -1
  965. package/dist/esm/resources/utils/schema-type-utils.d.ts +1 -1
  966. package/dist/esm/resources/utils/schema-type-utils.d.ts.map +1 -1
  967. package/dist/esm/resources/utils/schema-type-utils.js +1 -1
  968. package/dist/esm/resources/utils/schema-type-utils.js.map +1 -1
  969. package/dist/esm/resources/utils/schema-variant-resolver.utils.d.ts +1 -1
  970. package/dist/esm/resources/utils/schema-variant-resolver.utils.d.ts.map +1 -1
  971. package/dist/esm/resources/utils/schema-variant-resolver.utils.js +1 -1
  972. package/dist/esm/resources/utils/schema-variant-resolver.utils.js.map +1 -1
  973. package/dist/esm/resources/utils/shared-persistence-collection.utils.d.ts +203 -0
  974. package/dist/esm/resources/utils/shared-persistence-collection.utils.d.ts.map +1 -0
  975. package/dist/esm/resources/utils/shared-persistence-collection.utils.js +284 -0
  976. package/dist/esm/resources/utils/shared-persistence-collection.utils.js.map +1 -0
  977. package/dist/esm/resources/utils/templatable-file-fields.shared.utils.d.ts +25 -0
  978. package/dist/esm/resources/utils/templatable-file-fields.shared.utils.d.ts.map +1 -0
  979. package/dist/esm/resources/utils/templatable-file-fields.shared.utils.js +322 -0
  980. package/dist/esm/resources/utils/templatable-file-fields.shared.utils.js.map +1 -0
  981. package/dist/esm/runtime/domain-module.shared.definitions.d.ts +32 -10
  982. package/dist/esm/runtime/domain-module.shared.definitions.d.ts.map +1 -1
  983. package/dist/esm/runtime/domain-module.shared.definitions.js +3 -2
  984. package/dist/esm/runtime/domain-module.shared.definitions.js.map +1 -1
  985. package/dist/esm/runtime/execution-context.shared.schemas.d.ts +93 -9
  986. package/dist/esm/runtime/execution-context.shared.schemas.d.ts.map +1 -1
  987. package/dist/esm/runtime/execution-context.shared.schemas.js +122 -7
  988. package/dist/esm/runtime/execution-context.shared.schemas.js.map +1 -1
  989. package/dist/esm/runtime/runtime.shared.schemas.d.ts.map +1 -1
  990. package/dist/esm/runtime/runtime.shared.schemas.js +1 -1
  991. package/dist/esm/runtime/runtime.shared.schemas.js.map +1 -1
  992. package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.d.ts +14 -11
  993. package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.d.ts.map +1 -1
  994. package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.js +65 -2
  995. package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.js.map +1 -1
  996. package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.d.ts +14 -11
  997. package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.d.ts.map +1 -1
  998. package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.js +162 -1
  999. package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.js.map +1 -1
  1000. package/dist/esm/security/api-keys/api-keys.shared.schemas.d.ts +79 -29
  1001. package/dist/esm/security/api-keys/api-keys.shared.schemas.d.ts.map +1 -1
  1002. package/dist/esm/security/api-keys/api-keys.shared.schemas.js +87 -6
  1003. package/dist/esm/security/api-keys/api-keys.shared.schemas.js.map +1 -1
  1004. package/dist/esm/security/authentications/anonymous-session/anonymous-session.shared.contract.d.ts +185 -0
  1005. package/dist/esm/security/authentications/anonymous-session/anonymous-session.shared.contract.d.ts.map +1 -0
  1006. package/dist/esm/security/authentications/anonymous-session/anonymous-session.shared.contract.js +198 -0
  1007. package/dist/esm/security/authentications/anonymous-session/anonymous-session.shared.contract.js.map +1 -0
  1008. package/dist/esm/security/authentications/authentication.shared.dto.schemas.d.ts +307 -149
  1009. package/dist/esm/security/authentications/authentication.shared.dto.schemas.d.ts.map +1 -1
  1010. package/dist/esm/security/authentications/authentication.shared.dto.schemas.js +177 -27
  1011. package/dist/esm/security/authentications/authentication.shared.dto.schemas.js.map +1 -1
  1012. package/dist/esm/security/authentications/authentication.shared.schemas.d.ts +64 -8
  1013. package/dist/esm/security/authentications/authentication.shared.schemas.d.ts.map +1 -1
  1014. package/dist/esm/security/authentications/authentication.shared.schemas.js +56 -9
  1015. package/dist/esm/security/authentications/authentication.shared.schemas.js.map +1 -1
  1016. package/dist/esm/security/authentications/authentication.shared.utils.d.ts +3 -3
  1017. package/dist/esm/security/authentications/authentication.shared.utils.d.ts.map +1 -1
  1018. package/dist/esm/security/authentications/authentication.shared.utils.js +1 -1
  1019. package/dist/esm/security/authentications/authentication.shared.utils.js.map +1 -1
  1020. package/dist/esm/security/authentications/consumable-token.shared.schemas.d.ts +103 -5
  1021. package/dist/esm/security/authentications/consumable-token.shared.schemas.d.ts.map +1 -1
  1022. package/dist/esm/security/authentications/consumable-token.shared.schemas.js +31 -1
  1023. package/dist/esm/security/authentications/consumable-token.shared.schemas.js.map +1 -1
  1024. package/dist/esm/security/authentications/cross-frontend-handoff.shared.dto.schemas.d.ts +278 -0
  1025. package/dist/esm/security/authentications/cross-frontend-handoff.shared.dto.schemas.d.ts.map +1 -0
  1026. package/dist/esm/security/authentications/cross-frontend-handoff.shared.dto.schemas.js +335 -0
  1027. package/dist/esm/security/authentications/cross-frontend-handoff.shared.dto.schemas.js.map +1 -0
  1028. package/dist/esm/security/authentications/password-reset.shared.dto.schemas.d.ts +6 -6
  1029. package/dist/esm/security/authentications/password-reset.shared.dto.schemas.d.ts.map +1 -1
  1030. package/dist/esm/security/authentications/password-reset.shared.dto.schemas.js +11 -4
  1031. package/dist/esm/security/authentications/password-reset.shared.dto.schemas.js.map +1 -1
  1032. package/dist/esm/security/authentications/registration.shared.dto.schemas.d.ts +51 -18
  1033. package/dist/esm/security/authentications/registration.shared.dto.schemas.d.ts.map +1 -1
  1034. package/dist/esm/security/authentications/registration.shared.dto.schemas.js +70 -13
  1035. package/dist/esm/security/authentications/registration.shared.dto.schemas.js.map +1 -1
  1036. package/dist/esm/security/authentications/same-origin-redirect-path.shared.d.ts +69 -0
  1037. package/dist/esm/security/authentications/same-origin-redirect-path.shared.d.ts.map +1 -0
  1038. package/dist/esm/security/authentications/same-origin-redirect-path.shared.js +93 -0
  1039. package/dist/esm/security/authentications/same-origin-redirect-path.shared.js.map +1 -0
  1040. package/dist/esm/security/authentications/scim/scim-organization-unit-mapping.shared.d.ts +91 -0
  1041. package/dist/esm/security/authentications/scim/scim-organization-unit-mapping.shared.d.ts.map +1 -0
  1042. package/dist/esm/security/authentications/scim/scim-organization-unit-mapping.shared.js +91 -0
  1043. package/dist/esm/security/authentications/scim/scim-organization-unit-mapping.shared.js.map +1 -0
  1044. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.d.ts +2 -9
  1045. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.d.ts.map +1 -1
  1046. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.js +49 -33
  1047. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.js.map +1 -1
  1048. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.d.ts +41 -14
  1049. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.d.ts.map +1 -1
  1050. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.js +158 -5
  1051. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.js.map +1 -1
  1052. package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.d.ts +21 -9
  1053. package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.d.ts.map +1 -1
  1054. package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.js +92 -18
  1055. package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.js.map +1 -1
  1056. package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.d.ts +11 -10
  1057. package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.d.ts.map +1 -1
  1058. package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.js +29 -7
  1059. package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.js.map +1 -1
  1060. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.d.ts +12 -5
  1061. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.d.ts.map +1 -1
  1062. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.js +81 -5
  1063. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.js.map +1 -1
  1064. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.d.ts +17 -5
  1065. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.d.ts.map +1 -1
  1066. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.js +29 -5
  1067. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.js.map +1 -1
  1068. package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.d.ts +2 -9
  1069. package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.d.ts.map +1 -1
  1070. package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.js +46 -33
  1071. package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.js.map +1 -1
  1072. package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.d.ts +34 -9
  1073. package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.d.ts.map +1 -1
  1074. package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.js +47 -3
  1075. package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.js.map +1 -1
  1076. package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.d.ts +2 -17
  1077. package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.d.ts.map +1 -1
  1078. package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.js +55 -53
  1079. package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.js.map +1 -1
  1080. package/dist/esm/security/authentications/sso/sso-config.shared.schemas.d.ts +37 -37
  1081. package/dist/esm/security/authentications/sso/sso-config.shared.schemas.d.ts.map +1 -1
  1082. package/dist/esm/security/authentications/sso/sso-config.shared.schemas.js +53 -13
  1083. package/dist/esm/security/authentications/sso/sso-config.shared.schemas.js.map +1 -1
  1084. package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.d.ts +79 -7
  1085. package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.d.ts.map +1 -1
  1086. package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.js +157 -14
  1087. package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.js.map +1 -1
  1088. package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.d.ts +113 -118
  1089. package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.d.ts.map +1 -1
  1090. package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.js +111 -49
  1091. package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.js.map +1 -1
  1092. package/dist/esm/security/authorizations/administrative-continuity.shared.schemas.d.ts +57 -0
  1093. package/dist/esm/security/authorizations/administrative-continuity.shared.schemas.d.ts.map +1 -0
  1094. package/dist/esm/security/authorizations/administrative-continuity.shared.schemas.js +58 -0
  1095. package/dist/esm/security/authorizations/administrative-continuity.shared.schemas.js.map +1 -0
  1096. package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.d.ts +35 -0
  1097. package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.d.ts.map +1 -0
  1098. package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.js +252 -0
  1099. package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.js.map +1 -0
  1100. package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.d.ts +171 -0
  1101. package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.d.ts.map +1 -0
  1102. package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.js +239 -0
  1103. package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.js.map +1 -0
  1104. package/dist/esm/security/authorizations/roles.shared.defaults.d.ts +1 -1
  1105. package/dist/esm/security/authorizations/roles.shared.defaults.d.ts.map +1 -1
  1106. package/dist/esm/security/authorizations/roles.shared.defaults.js +6 -1
  1107. package/dist/esm/security/authorizations/roles.shared.defaults.js.map +1 -1
  1108. package/dist/esm/security/authorizations/roles.shared.schemas.d.ts +12 -3
  1109. package/dist/esm/security/authorizations/roles.shared.schemas.d.ts.map +1 -1
  1110. package/dist/esm/security/authorizations/roles.shared.schemas.js +15 -1
  1111. package/dist/esm/security/authorizations/roles.shared.schemas.js.map +1 -1
  1112. package/dist/esm/security/authorizations/roles.shared.utils.d.ts +133 -0
  1113. package/dist/esm/security/authorizations/roles.shared.utils.d.ts.map +1 -0
  1114. package/dist/esm/security/authorizations/roles.shared.utils.js +218 -0
  1115. package/dist/esm/security/authorizations/roles.shared.utils.js.map +1 -0
  1116. package/dist/esm/security/crypto-keys/crypto-keys.shared.schemas.d.ts.map +1 -1
  1117. package/dist/esm/security/crypto-keys/crypto-keys.shared.schemas.js +1 -1
  1118. package/dist/esm/security/crypto-keys/crypto-keys.shared.schemas.js.map +1 -1
  1119. package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.d.ts +47 -0
  1120. package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.d.ts.map +1 -0
  1121. package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.js +228 -0
  1122. package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.js.map +1 -0
  1123. package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.d.ts +46 -0
  1124. package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.d.ts.map +1 -0
  1125. package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.js +365 -0
  1126. package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.js.map +1 -0
  1127. package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.d.ts +192 -0
  1128. package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.d.ts.map +1 -0
  1129. package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.js +401 -0
  1130. package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.js.map +1 -0
  1131. package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.resources-config.schemas.d.ts +30 -0
  1132. package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.resources-config.schemas.d.ts.map +1 -0
  1133. package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.resources-config.schemas.js +83 -0
  1134. package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.resources-config.schemas.js.map +1 -0
  1135. package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.d.ts +29 -0
  1136. package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.d.ts.map +1 -0
  1137. package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.js +53 -0
  1138. package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.js.map +1 -0
  1139. package/dist/esm/security/oauth-clients/oauth-resource-server.shared.schemas.d.ts +117 -0
  1140. package/dist/esm/security/oauth-clients/oauth-resource-server.shared.schemas.d.ts.map +1 -0
  1141. package/dist/esm/security/oauth-clients/oauth-resource-server.shared.schemas.js +180 -0
  1142. package/dist/esm/security/oauth-clients/oauth-resource-server.shared.schemas.js.map +1 -0
  1143. package/dist/esm/testing/resource-config-builders.d.ts +4 -4
  1144. package/dist/esm/testing/resource-config-builders.d.ts.map +1 -1
  1145. package/dist/esm/testing/resource-config-builders.js +9 -2
  1146. package/dist/esm/testing/resource-config-builders.js.map +1 -1
  1147. package/dist/esm/testing.d.ts +1 -1
  1148. package/dist/esm/testing.d.ts.map +1 -1
  1149. package/dist/esm/testing.js +1 -1
  1150. package/dist/esm/testing.js.map +1 -1
  1151. package/dist/esm/users/anonymous-user-marketing-metadata.shared.schemas.d.ts +76 -0
  1152. package/dist/esm/users/anonymous-user-marketing-metadata.shared.schemas.d.ts.map +1 -0
  1153. package/dist/esm/users/anonymous-user-marketing-metadata.shared.schemas.js +72 -0
  1154. package/dist/esm/users/anonymous-user-marketing-metadata.shared.schemas.js.map +1 -0
  1155. package/dist/esm/users/anonymous-users.shared.resources-config.schemas.d.ts +28 -17
  1156. package/dist/esm/users/anonymous-users.shared.resources-config.schemas.d.ts.map +1 -1
  1157. package/dist/esm/users/anonymous-users.shared.resources-config.schemas.js +43 -4
  1158. package/dist/esm/users/anonymous-users.shared.resources-config.schemas.js.map +1 -1
  1159. package/dist/esm/users/anonymous-users.shared.schema.d.ts +19 -12
  1160. package/dist/esm/users/anonymous-users.shared.schema.d.ts.map +1 -1
  1161. package/dist/esm/users/anonymous-users.shared.schema.js +68 -4
  1162. package/dist/esm/users/anonymous-users.shared.schema.js.map +1 -1
  1163. package/dist/esm/users/inbound-contacts.shared.resources-config.schemas.d.ts +52 -0
  1164. package/dist/esm/users/inbound-contacts.shared.resources-config.schemas.d.ts.map +1 -0
  1165. package/dist/esm/users/inbound-contacts.shared.resources-config.schemas.js +153 -0
  1166. package/dist/esm/users/inbound-contacts.shared.resources-config.schemas.js.map +1 -0
  1167. package/dist/esm/users/inbound-contacts.shared.schemas.d.ts +47 -17
  1168. package/dist/esm/users/inbound-contacts.shared.schemas.d.ts.map +1 -1
  1169. package/dist/esm/users/inbound-contacts.shared.schemas.js +123 -9
  1170. package/dist/esm/users/inbound-contacts.shared.schemas.js.map +1 -1
  1171. package/dist/esm/users/user-credentials.shared.resources-config.schemas.d.ts +12 -12
  1172. package/dist/esm/users/user-credentials.shared.resources-config.schemas.d.ts.map +1 -1
  1173. package/dist/esm/users/user-credentials.shared.resources-config.schemas.js +11 -1
  1174. package/dist/esm/users/user-credentials.shared.resources-config.schemas.js.map +1 -1
  1175. package/dist/esm/users/user-credentials.shared.schemas.d.ts +15 -10
  1176. package/dist/esm/users/user-credentials.shared.schemas.d.ts.map +1 -1
  1177. package/dist/esm/users/user-credentials.shared.schemas.js +53 -9
  1178. package/dist/esm/users/user-credentials.shared.schemas.js.map +1 -1
  1179. package/dist/esm/users/user-identity-links.shared.resources-config.schemas.d.ts +13 -11
  1180. package/dist/esm/users/user-identity-links.shared.resources-config.schemas.d.ts.map +1 -1
  1181. package/dist/esm/users/user-identity-links.shared.resources-config.schemas.js +24 -1
  1182. package/dist/esm/users/user-identity-links.shared.resources-config.schemas.js.map +1 -1
  1183. package/dist/esm/users/user-identity-links.shared.schemas.d.ts +22 -19
  1184. package/dist/esm/users/user-identity-links.shared.schemas.d.ts.map +1 -1
  1185. package/dist/esm/users/user-identity-links.shared.schemas.js +107 -23
  1186. package/dist/esm/users/user-identity-links.shared.schemas.js.map +1 -1
  1187. package/dist/esm/users/user-preferences-reset.shared.utils.d.ts +78 -0
  1188. package/dist/esm/users/user-preferences-reset.shared.utils.d.ts.map +1 -0
  1189. package/dist/esm/users/user-preferences-reset.shared.utils.js +98 -0
  1190. package/dist/esm/users/user-preferences-reset.shared.utils.js.map +1 -0
  1191. package/dist/esm/users/user-preferences.shared.resources-config.schemas.d.ts +31 -61
  1192. package/dist/esm/users/user-preferences.shared.resources-config.schemas.d.ts.map +1 -1
  1193. package/dist/esm/users/user-preferences.shared.resources-config.schemas.js +34 -203
  1194. package/dist/esm/users/user-preferences.shared.resources-config.schemas.js.map +1 -1
  1195. package/dist/esm/users/user-profiles.shared.resources-config.schemas.d.ts +13 -14
  1196. package/dist/esm/users/user-profiles.shared.resources-config.schemas.d.ts.map +1 -1
  1197. package/dist/esm/users/user-profiles.shared.resources-config.schemas.js +66 -31
  1198. package/dist/esm/users/user-profiles.shared.resources-config.schemas.js.map +1 -1
  1199. package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.d.ts +33 -60
  1200. package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.d.ts.map +1 -1
  1201. package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.js +49 -175
  1202. package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.js.map +1 -1
  1203. package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.d.ts +13 -21
  1204. package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.d.ts.map +1 -1
  1205. package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.js +12 -119
  1206. package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.js.map +1 -1
  1207. package/dist/esm/users/user-self.shared.resources-config.schemas.d.ts +12 -16
  1208. package/dist/esm/users/user-self.shared.resources-config.schemas.d.ts.map +1 -1
  1209. package/dist/esm/users/user-self.shared.resources-config.schemas.js +263 -115
  1210. package/dist/esm/users/user-self.shared.resources-config.schemas.js.map +1 -1
  1211. package/dist/esm/users/users.shared.resources-config.schemas.d.ts +13 -16
  1212. package/dist/esm/users/users.shared.resources-config.schemas.d.ts.map +1 -1
  1213. package/dist/esm/users/users.shared.resources-config.schemas.js +376 -141
  1214. package/dist/esm/users/users.shared.resources-config.schemas.js.map +1 -1
  1215. package/dist/esm/users/users.shared.schemas.d.ts +110 -108
  1216. package/dist/esm/users/users.shared.schemas.d.ts.map +1 -1
  1217. package/dist/esm/users/users.shared.schemas.js +215 -19
  1218. package/dist/esm/users/users.shared.schemas.js.map +1 -1
  1219. package/dist/tsconfig.build.tsbuildinfo +1 -1
  1220. package/package.json +54 -27
  1221. package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.d.ts +0 -37
  1222. package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.d.ts.map +0 -1
  1223. package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.js +0 -38
  1224. package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.js.map +0 -1
  1225. package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.d.ts +0 -27
  1226. package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.d.ts.map +0 -1
  1227. package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.js +0 -35
  1228. package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.js.map +0 -1
  1229. package/dist/esm/external-providers/feature-mapping.shared.schemas.d.ts +0 -80
  1230. package/dist/esm/external-providers/feature-mapping.shared.schemas.d.ts.map +0 -1
  1231. package/dist/esm/external-providers/feature-mapping.shared.schemas.js +0 -159
  1232. package/dist/esm/external-providers/feature-mapping.shared.schemas.js.map +0 -1
  1233. package/dist/esm/external-providers/wildo-features.shared.schemas.d.ts +0 -102
  1234. package/dist/esm/external-providers/wildo-features.shared.schemas.d.ts.map +0 -1
  1235. package/dist/esm/external-providers/wildo-features.shared.schemas.js +0 -124
  1236. package/dist/esm/external-providers/wildo-features.shared.schemas.js.map +0 -1
  1237. package/dist/esm/features/platform-capability-definitions.shared.d.ts +0 -50
  1238. package/dist/esm/features/platform-capability-definitions.shared.d.ts.map +0 -1
  1239. package/dist/esm/features/platform-capability-definitions.shared.js +0 -30
  1240. package/dist/esm/features/platform-capability-definitions.shared.js.map +0 -1
  1241. package/dist/esm/flows-actors/agents-context.shared.schemas.d.ts +0 -181
  1242. package/dist/esm/flows-actors/agents-context.shared.schemas.d.ts.map +0 -1
  1243. package/dist/esm/flows-actors/agents-context.shared.schemas.js +0 -116
  1244. package/dist/esm/flows-actors/agents-context.shared.schemas.js.map +0 -1
  1245. package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.d.ts +0 -39
  1246. package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.d.ts.map +0 -1
  1247. package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.js +0 -113
  1248. package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.js.map +0 -1
  1249. package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.d.ts +0 -63
  1250. package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.d.ts.map +0 -1
  1251. package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.js +0 -110
  1252. package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.js.map +0 -1
  1253. package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.d.ts +0 -62
  1254. package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.d.ts.map +0 -1
  1255. package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.js +0 -112
  1256. package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.js.map +0 -1
  1257. package/dist/esm/notifications/email/email-template.shared.schemas.d.ts +0 -162
  1258. package/dist/esm/notifications/email/email-template.shared.schemas.d.ts.map +0 -1
  1259. package/dist/esm/notifications/email/email-template.shared.schemas.js +0 -189
  1260. package/dist/esm/notifications/email/email-template.shared.schemas.js.map +0 -1
  1261. package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.d.ts +0 -37
  1262. package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.d.ts.map +0 -1
  1263. package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.js +0 -207
  1264. package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.js.map +0 -1
  1265. package/dist/esm/resources/testing/SchemaDecoratorTestUtils.d.ts +0 -91
  1266. package/dist/esm/resources/testing/SchemaDecoratorTestUtils.d.ts.map +0 -1
  1267. package/dist/esm/resources/testing/SchemaDecoratorTestUtils.js +0 -325
  1268. package/dist/esm/resources/testing/SchemaDecoratorTestUtils.js.map +0 -1
  1269. package/dist/esm/runtime/companion-artifact-placement.shared.definitions.d.ts.map +0 -1
  1270. package/dist/esm/runtime/companion-artifact-placement.shared.definitions.js.map +0 -1
  1271. package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.d.ts +0 -10
  1272. package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.d.ts.map +0 -1
  1273. package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.js +0 -52
  1274. package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.js.map +0 -1
  1275. package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.d.ts +0 -52
  1276. package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.d.ts.map +0 -1
  1277. package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.js +0 -40
  1278. package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.js.map +0 -1
  1279. package/dist/esm/testing/schema-decorator-utils.d.ts +0 -91
  1280. package/dist/esm/testing/schema-decorator-utils.d.ts.map +0 -1
  1281. package/dist/esm/testing/schema-decorator-utils.js +0 -325
  1282. package/dist/esm/testing/schema-decorator-utils.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"decisions.meta-workflows.shared.schemas.js","sourceRoot":"","sources":["../../../../../src/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.ts"],"names":[],"mappings":"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","sourcesContent":["import { z } from 'zod';\n\nimport {\n ContinuumIdSchema,\n ContinuitySubjectIdSchema,\n ContextFrameIdSchema,\n AuthorityDecisionIdSchema,\n AuthorityRequestIdSchema,\n DecisionPointInstanceIdSchema,\n DecisionPointTransitionFactIdSchema,\n EvaluatorExecutionIdSchema,\n ExecutionBindingIdSchema,\n TreatmentIdSchema,\n WorkCycleIdSchema,\n} from './continuity-identifiers.meta-workflows.shared.schemas';\nimport {\n MetaWorkflow_DriverLifecycleFacet,\n} from './actions.meta-workflows.shared.schemas';\nimport {\n MetaWorkflow_ExecutionBindingCommonFieldsSchema,\n} from './execution-binding-common.meta-workflows.shared.schemas';\nimport { MetaWorkflow_ExecutionBindingRole } from '../task-continuity-binding.actors.shared.schemas';\nimport {\n MetaWorkflow_IsoDateTimeSchema,\n MetaWorkflow_NamespacedRefSchema,\n MetaWorkflow_NonNegativeFiniteNumberSchema,\n MetaWorkflow_OpaqueRefSchema,\n MetaWorkflow_PositiveVersionSchema,\n metaWorkflowValuesAreLexicallySorted,\n metaWorkflowValuesAreUnique,\n} from './portable-primitives.meta-workflows.shared.schemas';\nimport {\n MetaWorkflow_AssessmentStableKernelSchema,\n MetaWorkflow_ContextSelectionPlanSchema,\n MetaWorkflow_ContextSelectionSchema,\n} from './context-selection.meta-workflows.shared.schemas';\n\n/** Cardinality and decision significance of one evidence requirement. */\nexport enum MetaWorkflow_EvidenceRequirementKind {\n MANDATORY = 'MANDATORY',\n CONDITIONAL = 'CONDITIONAL',\n ADVISORY = 'ADVISORY',\n}\n\n/** Semantic class of an evaluator contract, never its implementation identity. */\nexport enum MetaWorkflow_EvaluatorClass {\n DETERMINISTIC = 'DETERMINISTIC',\n SEMANTIC_MODEL = 'SEMANTIC_MODEL',\n HUMAN_REVIEW = 'HUMAN_REVIEW',\n HYBRID = 'HYBRID',\n}\n\n/** Decision-boundary class implemented by one declarative Decision Rule. */\nexport enum MetaWorkflow_DecisionRuleBoundaryClass {\n HARD_DETERMINISTIC = 'HARD_DETERMINISTIC',\n QUALITY_INTERPRETATION = 'QUALITY_INTERPRETATION',\n ADVISORY = 'ADVISORY',\n}\n\n/** Valid semantic conclusion emitted only after a completed evaluator execution. */\nexport enum MetaWorkflow_EvaluationVerdict {\n PASS = 'PASS',\n CONCERN = 'CONCERN',\n GAP = 'GAP',\n INDETERMINATE = 'INDETERMINATE',\n}\n\n/** One selected next step from a bounded assessment episode. */\nexport enum MetaWorkflow_AssessmentAction {\n REVISE_CANDIDATE = 'REVISE_CANDIDATE',\n REQUEST_EVIDENCE = 'REQUEST_EVIDENCE',\n CONTINUE = 'CONTINUE',\n DEFER_CONCERN = 'DEFER_CONCERN',\n REQUEST_DECISION = 'REQUEST_DECISION',\n STOP_GOOD_ENOUGH = 'STOP_GOOD_ENOUGH',\n PROPOSE_ACCEPTANCE = 'PROPOSE_ACCEPTANCE',\n}\n\n/** Closed assembly contract for evaluator instructions and sealed evidence. */\nexport enum MetaWorkflow_EvaluationPromptAssemblyStrategy {\n CANONICAL_PROTOCOL_EVIDENCE_V1 = 'CANONICAL_PROTOCOL_EVIDENCE_V1',\n}\n\n/** Closed aggregation contract for criterion-level semantic verdicts. */\nexport enum MetaWorkflow_EvaluationAggregationStrategy {\n WORST_VERDICT_PRECEDENCE_V1 = 'WORST_VERDICT_PRECEDENCE_V1',\n}\n\n/** Consequence selected by a Decision Rule before continuation policy is applied. */\nexport enum MetaWorkflow_DecisionConsequence {\n CONTINUE = 'CONTINUE',\n REVISE = 'REVISE',\n REQUEST_EVIDENCE = 'REQUEST_EVIDENCE',\n REQUEST_AUTHORITY = 'REQUEST_AUTHORITY',\n BLOCK = 'BLOCK',\n CANCEL = 'CANCEL',\n}\n\n/** Treatment-flow action produced by a Continuation Policy. */\nexport enum MetaWorkflow_ContinuationAction {\n CONTINUE = 'CONTINUE',\n REVISE = 'REVISE',\n REQUEST_EVIDENCE = 'REQUEST_EVIDENCE',\n REQUEST_AUTHORITY = 'REQUEST_AUTHORITY',\n BLOCK = 'BLOCK',\n CANCEL = 'CANCEL',\n}\n\n/** Decision mechanism that actually produced an authority response. */\nexport enum MetaWorkflow_AuthorityDecisionMode {\n EXPLICIT_OPERATOR_CONFIRMATION = 'EXPLICIT_OPERATOR_CONFIRMATION',\n POLICY_DECISION = 'POLICY_DECISION',\n}\n\n/** Assurance achieved by the selected authority channel. */\nexport enum MetaWorkflow_AuthorityAssuranceClass {\n LOCAL_OS_SESSION = 'LOCAL_OS_SESSION',\n AUTHENTICATED_PRINCIPAL = 'AUTHENTICATED_PRINCIPAL',\n}\n\n/** Closed interaction channels understood by the generic authority membrane. */\nexport enum MetaWorkflow_AuthorityInteractionChannel {\n INTERFACE_RELAY = 'INTERFACE_RELAY',\n LOCAL_UI = 'LOCAL_UI',\n CLI_TTY = 'CLI_TTY',\n}\n\n/** A hard floor is structurally non-waivable in every authority posture. */\nexport enum MetaWorkflow_HardFloorPosture {\n NON_WAIVABLE = 'NON_WAIVABLE',\n}\n\n/** Portable schema identity for one executable treatment artifact. */\nexport enum MetaWorkflow_ExecutionDefinitionSchemaRef {\n EVALUATION_TREATMENT_V1 = 'wildo:meta-workflow/evaluation-treatment-definition:v1',\n STRUCTURED_ARTIFACT_ACTION_V1 = 'wildo:meta-workflow/structured-artifact-action-definition:v1',\n}\n\nconst _MetaWorkflow_DescriptorIdentitySchema = z.strictObject({\n descriptorRef: MetaWorkflow_NamespacedRefSchema,\n descriptorVersion: MetaWorkflow_PositiveVersionSchema,\n});\n\nconst _MetaWorkflow_PolicyIdentitySchema = z.strictObject({\n policyRef: MetaWorkflow_NamespacedRefSchema,\n policyVersion: MetaWorkflow_PositiveVersionSchema,\n});\n\nconst _MetaWorkflow_RequirementIdentitySchema = z.strictObject({\n requirementRef: MetaWorkflow_NamespacedRefSchema,\n requirementVersion: MetaWorkflow_PositiveVersionSchema,\n});\n\nconst _MetaWorkflow_UniqueNamespacedRefsSchema = z\n .array(MetaWorkflow_NamespacedRefSchema)\n .refine(metaWorkflowValuesAreUnique, {\n message: 'refs must be unique',\n });\n\nconst _MetaWorkflow_UniqueSortedNamespacedRefsSchema =\n _MetaWorkflow_UniqueNamespacedRefsSchema.refine(\n metaWorkflowValuesAreLexicallySorted,\n {\n message: 'refs must use canonical lexical order',\n },\n );\n\nconst _MetaWorkflow_UniqueModelOpaqueRefsSchema = z\n .array(MetaWorkflow_OpaqueRefSchema)\n .refine(metaWorkflowValuesAreUnique, { message: 'opaque refs must be unique' });\n\nconst _MetaWorkflow_UniqueModelNamespacedRefsSchema = z\n .array(MetaWorkflow_NamespacedRefSchema)\n .refine(metaWorkflowValuesAreUnique, { message: 'refs must be unique' });\n\n/**\n * One declared evidence obligation. Requirements describe what counts as\n * evidence; they do not claim that evidence currently exists.\n */\nconst _MetaWorkflow_EvidenceRequirementSchema = z\n .strictObject({\n schemaVersion: z.literal(1),\n requirementRef: MetaWorkflow_NamespacedRefSchema,\n requirementVersion: MetaWorkflow_PositiveVersionSchema,\n kind: z.enum(MetaWorkflow_EvidenceRequirementKind),\n criterionRef: MetaWorkflow_NamespacedRefSchema,\n subjectRef: MetaWorkflow_NamespacedRefSchema,\n minCount: z.number().int().nonnegative(),\n maxCount: z.number().int().positive().nullable(),\n coveragePolicyRef: MetaWorkflow_NamespacedRefSchema,\n freshnessPolicyRef: MetaWorkflow_NamespacedRefSchema,\n conditionRef: MetaWorkflow_NamespacedRefSchema.nullable(),\n independencePolicyRef: MetaWorkflow_NamespacedRefSchema.nullable(),\n diversityPolicyRef: MetaWorkflow_NamespacedRefSchema.nullable(),\n aggregationPolicyRef: MetaWorkflow_NamespacedRefSchema.nullable(),\n })\n .superRefine((requirement, context) => {\n if (\n requirement.maxCount !== null &&\n requirement.minCount > requirement.maxCount\n ) {\n context.addIssue({\n code: 'custom',\n message: 'minCount cannot exceed maxCount',\n path: ['maxCount'],\n });\n }\n if (\n requirement.kind === MetaWorkflow_EvidenceRequirementKind.MANDATORY &&\n requirement.minCount < 1\n ) {\n context.addIssue({\n code: 'custom',\n message: 'MANDATORY evidence requires minCount >= 1',\n path: ['minCount'],\n });\n }\n const needsCondition = requirement.kind === MetaWorkflow_EvidenceRequirementKind.CONDITIONAL;\n if (needsCondition !== (requirement.conditionRef !== null)) {\n context.addIssue({\n code: 'custom',\n message:\n 'conditionRef is required only for CONDITIONAL evidence requirements',\n path: ['conditionRef'],\n });\n }\n });\nconst _MetaWorkflow_EvaluationCriterionDefinitionSchema = z\n .strictObject({\n schemaVersion: z.literal(1),\n criterionRef: MetaWorkflow_NamespacedRefSchema,\n criterionVersion: MetaWorkflow_PositiveVersionSchema,\n instruction: z.string().trim().min(1),\n evidenceRequirements: z.array(_MetaWorkflow_RequirementIdentitySchema).min(1),\n verdictGuidance: z.strictObject({\n [MetaWorkflow_EvaluationVerdict.PASS]: z.string().trim().min(1),\n [MetaWorkflow_EvaluationVerdict.CONCERN]: z.string().trim().min(1),\n [MetaWorkflow_EvaluationVerdict.GAP]: z.string().trim().min(1),\n [MetaWorkflow_EvaluationVerdict.INDETERMINATE]: z.string().trim().min(1),\n }),\n })\n .superRefine((criterion, context) => {\n const requirementKeys = criterion.evidenceRequirements.map(\n (requirement) => `${requirement.requirementRef}@${requirement.requirementVersion}`,\n );\n if (!metaWorkflowValuesAreUnique(requirementKeys) || !metaWorkflowValuesAreLexicallySorted(requirementKeys)) {\n context.addIssue({\n code: 'custom',\n message: 'evidenceRequirements must be unique and canonically sorted by exact identity',\n path: ['evidenceRequirements'],\n });\n }\n });\nexport type MetaWorkflow_EvaluationCriterionDefinition = z.infer<\n typeof _MetaWorkflow_EvaluationCriterionDefinitionSchema\n>;\n\n/**\n * Complete, portable evaluator meaning for one treatment.\n *\n * Criteria carry the instruction and exact evidence identities consumed by an\n * evaluator. Prompt assembly and aggregation are deliberately closed\n * strategies, rather than ambient implementation conventions.\n */\nconst _MetaWorkflow_EvaluationProtocolDefinitionSchema = z\n .strictObject({\n schemaVersion: z.literal(1),\n protocolRef: MetaWorkflow_NamespacedRefSchema,\n protocolVersion: MetaWorkflow_PositiveVersionSchema,\n criteria: z.array(_MetaWorkflow_EvaluationCriterionDefinitionSchema).min(1),\n promptAssemblyStrategy: z.literal(\n MetaWorkflow_EvaluationPromptAssemblyStrategy.CANONICAL_PROTOCOL_EVIDENCE_V1,\n ),\n aggregationStrategy: z.literal(\n MetaWorkflow_EvaluationAggregationStrategy.WORST_VERDICT_PRECEDENCE_V1,\n ),\n verdictPrecedence: z.tuple([\n z.literal(MetaWorkflow_EvaluationVerdict.GAP),\n z.literal(MetaWorkflow_EvaluationVerdict.INDETERMINATE),\n z.literal(MetaWorkflow_EvaluationVerdict.CONCERN),\n z.literal(MetaWorkflow_EvaluationVerdict.PASS),\n ]),\n aggregationPolicyRef: MetaWorkflow_NamespacedRefSchema,\n provenance: z.strictObject({\n sourcePlaybookRef: MetaWorkflow_NamespacedRefSchema,\n compilerRef: MetaWorkflow_NamespacedRefSchema,\n compilerVersion: MetaWorkflow_PositiveVersionSchema,\n }),\n })\n .superRefine((protocol, context) => {\n const criterionKeys = protocol.criteria.map(\n (criterion) => `${criterion.criterionRef}@${criterion.criterionVersion}`,\n );\n if (!metaWorkflowValuesAreUnique(criterionKeys) || !metaWorkflowValuesAreLexicallySorted(criterionKeys)) {\n context.addIssue({\n code: 'custom',\n message: 'criteria must be unique and canonically sorted by exact identity',\n path: ['criteria'],\n });\n }\n });\n/** Runtime-neutral evaluator capability declaration. */\nconst _MetaWorkflow_EvaluatorDescriptorSchema = z\n .strictObject({\n schemaVersion: z.literal(1),\n evaluatorRef: MetaWorkflow_NamespacedRefSchema,\n evaluatorVersion: MetaWorkflow_PositiveVersionSchema,\n evaluatorClass: z.enum(MetaWorkflow_EvaluatorClass),\n acceptedEvidenceRequirementSchemaVersions: z\n .array(MetaWorkflow_PositiveVersionSchema)\n .min(1),\n evaluationOutputContract: _MetaWorkflow_DescriptorIdentitySchema,\n admissibleDriverDescriptors: z\n .array(_MetaWorkflow_DescriptorIdentitySchema)\n .min(1),\n requiredCapabilityClassRefs: _MetaWorkflow_UniqueNamespacedRefsSchema.min(1),\n requiredCapabilityFacetRefs: _MetaWorkflow_UniqueNamespacedRefsSchema,\n requiredLifecycleFacets: z.array(\n z.enum(MetaWorkflow_DriverLifecycleFacet),\n ),\n supportedBoundaryClasses: z\n .array(z.enum(MetaWorkflow_DecisionRuleBoundaryClass))\n .min(1),\n uncertaintyFacetRefs: _MetaWorkflow_UniqueNamespacedRefsSchema,\n criterionResultFacetRefs: _MetaWorkflow_UniqueNamespacedRefsSchema,\n })\n .superRefine((descriptor, context) => {\n const scalarSets: ReadonlyArray<{\n path: string;\n values: ReadonlyArray<string | number>;\n }> = [\n {\n path: 'acceptedEvidenceRequirementSchemaVersions',\n values: descriptor.acceptedEvidenceRequirementSchemaVersions,\n },\n {\n path: 'requiredLifecycleFacets',\n values: descriptor.requiredLifecycleFacets,\n },\n {\n path: 'supportedBoundaryClasses',\n values: descriptor.supportedBoundaryClasses,\n },\n ];\n for (const entry of scalarSets) {\n if (!metaWorkflowValuesAreUnique(entry.values)) {\n context.addIssue({\n code: 'custom',\n message: `${entry.path} must contain unique values`,\n path: [entry.path],\n });\n }\n if (!metaWorkflowValuesAreLexicallySorted(entry.values)) {\n context.addIssue({\n code: 'custom',\n message: `${entry.path} must use canonical lexical order`,\n path: [entry.path],\n });\n }\n }\n const driverKeys = descriptor.admissibleDriverDescriptors.map(\n (identity) =>\n `${identity.descriptorRef}@${identity.descriptorVersion}`,\n );\n if (!metaWorkflowValuesAreUnique(driverKeys)) {\n context.addIssue({\n code: 'custom',\n message: 'admissible Driver descriptor identities must be unique',\n path: ['admissibleDriverDescriptors'],\n });\n }\n });\nexport const MetaWorkflow_EvaluatorDescriptorSchema: typeof _MetaWorkflow_EvaluatorDescriptorSchema =\n _MetaWorkflow_EvaluatorDescriptorSchema;\nexport type MetaWorkflow_EvaluatorDescriptor = z.infer<\n typeof _MetaWorkflow_EvaluatorDescriptorSchema\n>;\n\n/** Decision-owned policy for selecting one exact evaluator descriptor. */\nconst _MetaWorkflow_EvaluatorBindingPolicySchema = z\n .strictObject({\n schemaVersion: z.literal(1),\n policyRef: MetaWorkflow_NamespacedRefSchema,\n policyVersion: MetaWorkflow_PositiveVersionSchema,\n admissibleEvaluatorDescriptors: z\n .array(_MetaWorkflow_DescriptorIdentitySchema)\n .min(1),\n defaultEvaluatorDescriptor: _MetaWorkflow_DescriptorIdentitySchema,\n fallbackPolicyRef: MetaWorkflow_NamespacedRefSchema,\n escalationPolicyRef: MetaWorkflow_NamespacedRefSchema,\n maximumAttempts: z.number().int().positive(),\n timeoutPolicyRef: MetaWorkflow_NamespacedRefSchema,\n budgetPolicyRef: MetaWorkflow_NamespacedRefSchema,\n outputSchemaRef: MetaWorkflow_NamespacedRefSchema,\n selectionPolicyRef: MetaWorkflow_NamespacedRefSchema,\n })\n .superRefine((policy, context) => {\n const keys = policy.admissibleEvaluatorDescriptors.map(\n (identity) =>\n `${identity.descriptorRef}@${identity.descriptorVersion}`,\n );\n if (!metaWorkflowValuesAreUnique(keys)) {\n context.addIssue({\n code: 'custom',\n message: 'admissible evaluator descriptor identities must be unique',\n path: ['admissibleEvaluatorDescriptors'],\n });\n }\n const defaultKey =\n `${policy.defaultEvaluatorDescriptor.descriptorRef}`\n + `@${policy.defaultEvaluatorDescriptor.descriptorVersion}`\n + ``;\n if (!keys.includes(defaultKey)) {\n context.addIssue({\n code: 'custom',\n message:\n 'defaultEvaluatorDescriptor must appear in admissibleEvaluatorDescriptors',\n path: ['defaultEvaluatorDescriptor'],\n });\n }\n });\n/** Model citations name sealed evidence only. */\nconst _MetaWorkflow_CriterionResultModelSchema = z.strictObject({\n criterionRef: MetaWorkflow_NamespacedRefSchema,\n verdict: z.enum(MetaWorkflow_EvaluationVerdict),\n score: z.number().finite().min(0).max(1).nullable(),\n evidenceRefs: _MetaWorkflow_UniqueModelOpaqueRefsSchema.min(1),\n rationale: z.string().trim().min(1),\n});\n\n/**\n * A model-local key lets proposals cite a discovery before the runtime derives\n * its durable candidate-scoped ref.\n *\n * The model deliberately does not echo the assessment subject or scope. Both\n * are sealed host inputs and the runtime attaches them to every admitted\n * finding. Besides avoiding a meaningless trust-in-the-echo check, this keeps\n * the provider-facing JSON Schema free of open-key records, which strict\n * structured-output providers cannot represent portably.\n */\nconst _MetaWorkflow_DiscoveredFindingModelSchema = z.strictObject({\n // A key is a local cross-reference, not a content address. The bound keeps\n // strict generators from expanding hashes/evidence into the identifier and\n // exhausting the whole output allowance before completing valid JSON.\n findingKey: MetaWorkflow_OpaqueRefSchema.max(160),\n materiality: MetaWorkflow_NonNegativeFiniteNumberSchema.max(1),\n uncertainty: MetaWorkflow_NonNegativeFiniteNumberSchema.max(1),\n evidenceRefs: _MetaWorkflow_UniqueModelOpaqueRefsSchema.min(1),\n rationale: z.string().trim().min(1),\n});\n\nconst _MetaWorkflow_ModelActionProposalCommonShape = {\n criterionRefs: _MetaWorkflow_UniqueModelNamespacedRefsSchema,\n // `findingKeys` are model-local cross-references, so their order carries no\n // meaning at all; the runtime resolves them to derived refs and canonicalizes\n // those. Ordering them was the one constraint the model could not even\n // reason about, since it names keys it invented in the same response.\n findingKeys: _MetaWorkflow_UniqueModelOpaqueRefsSchema,\n rationale: z.string().trim().min(1),\n};\n\n/**\n * Bounded suggestions only. The discriminated payload makes a proposal useful\n * to a composition policy while deliberately excluding authority, effect,\n * accepted-state and hard-floor-override claims from model output.\n */\nconst _MetaWorkflow_ModelActionProposalSchema = z.strictObject({\n ..._MetaWorkflow_ModelActionProposalCommonShape,\n action: z.enum(MetaWorkflow_AssessmentAction),\n /**\n * Provider-portable proposal payload. The runtime maps these two fields into\n * the action-specific durable payload and rejects an invalid combination.\n * Keeping the model boundary flat avoids `oneOf`, which is not accepted by\n * every strict structured-output provider.\n */\n payloadRefs: _MetaWorkflow_UniqueModelOpaqueRefsSchema,\n payloadText: z.string().trim().min(1).nullable(),\n});\n\n/**\n * Model-owned semantic claims only. Runtime-owned identity, aggregation and\n * provenance are intentionally absent so an LLM cannot counterfeit them.\n */\nconst _MetaWorkflow_StructuredSemanticModelOutputV1Schema = z.strictObject({\n outputVersion: z.literal(1),\n criterionResults: z.array(_MetaWorkflow_CriterionResultModelSchema).min(1),\n discoveredFindings: z.array(_MetaWorkflow_DiscoveredFindingModelSchema),\n actionProposals: z.array(_MetaWorkflow_ModelActionProposalSchema),\n missingEvidenceRequirementRefs: _MetaWorkflow_UniqueModelNamespacedRefsSchema,\n conflictingEvidenceRefs: _MetaWorkflow_UniqueModelOpaqueRefsSchema,\n uncertainty: MetaWorkflow_NonNegativeFiniteNumberSchema.max(1),\n /**\n * Bounded semantic advice for application composition. These are not\n * authority claims: deterministic hard floors, declared playbook bounds,\n * and resource ceilings still decide whether the suggested posture is\n * admissible. Explicit `null` is the settled-evaluation posture; dynamic\n * working episodes refuse it before composition. Requiring the property on\n * the provider boundary keeps the schema compatible with strict structured\n * output without treating missing data as implicit policy.\n *\n * Full hierarchical/scoped posture is intentionally a later extension. The\n * v0 boolean concerns only this sealed assessment scope; it is not a global\n * application-wide deferral permission.\n */\n assessmentAdvice: z.strictObject({\n maturity: MetaWorkflow_NonNegativeFiniteNumberSchema.max(1),\n likelyImprovement: MetaWorkflow_NonNegativeFiniteNumberSchema.max(1),\n scopedConcernCanDefer: z.boolean(),\n materialOperatorDecisionRequired: z.boolean(),\n }).nullable(),\n limitations: z.array(z.string().trim().min(1)),\n});\nexport const MetaWorkflow_StructuredSemanticModelOutputV1Schema: typeof _MetaWorkflow_StructuredSemanticModelOutputV1Schema =\n _MetaWorkflow_StructuredSemanticModelOutputV1Schema;\nconst _MetaWorkflow_DecisionRuleMappingSchema = z.strictObject({\n verdict: z.enum(MetaWorkflow_EvaluationVerdict),\n consequence: z.enum(MetaWorkflow_DecisionConsequence),\n});\n\nconst _MetaWorkflow_HardFloorBindingSchema = z.strictObject({\n hardFloorRef: MetaWorkflow_NamespacedRefSchema,\n evidenceRequirementRefs: _MetaWorkflow_UniqueSortedNamespacedRefsSchema.min(1),\n});\n\n/** Closed result mapping, not a general expression or fuzzy-rule DSL. */\nconst _MetaWorkflow_DecisionRuleSchema = z\n .strictObject({\n schemaVersion: z.literal(1),\n ruleRef: MetaWorkflow_NamespacedRefSchema,\n ruleVersion: MetaWorkflow_PositiveVersionSchema,\n boundaryClass: z.enum(MetaWorkflow_DecisionRuleBoundaryClass),\n evidenceAggregationRef: MetaWorkflow_NamespacedRefSchema,\n resultMappings: z.array(_MetaWorkflow_DecisionRuleMappingSchema).min(1),\n hardFloorBindings: z.array(_MetaWorkflow_HardFloorBindingSchema),\n hardFloorFailureConsequence: z.literal(\n MetaWorkflow_DecisionConsequence.BLOCK,\n ),\n hardFloorShortcutAllowed: z.literal(false),\n unresolvedConsequence: z.enum(MetaWorkflow_DecisionConsequence),\n evaluatorFailureConsequence: z.enum(MetaWorkflow_DecisionConsequence),\n })\n .superRefine((rule, context) => {\n const verdicts = rule.resultMappings.map((mapping) => mapping.verdict);\n if (!metaWorkflowValuesAreUnique(verdicts)) {\n context.addIssue({\n code: 'custom',\n message: 'resultMappings may map each verdict only once',\n path: ['resultMappings'],\n });\n }\n const hardFloorRefs = rule.hardFloorBindings.map((binding) => binding.hardFloorRef);\n if (!metaWorkflowValuesAreUnique(hardFloorRefs) || !metaWorkflowValuesAreLexicallySorted(hardFloorRefs)) {\n context.addIssue({\n code: 'custom',\n message: 'hardFloorBindings must contain unique bindings sorted by hardFloorRef',\n path: ['hardFloorBindings'],\n });\n }\n });\nexport type MetaWorkflow_DecisionRule = z.infer<\n typeof _MetaWorkflow_DecisionRuleSchema\n>;\n\n/** Declared human/operator authority membrane. */\nconst _MetaWorkflow_AuthorityRequirementSchema = z.strictObject({\n schemaVersion: z.literal(1),\n requirementRef: MetaWorkflow_NamespacedRefSchema,\n requirementVersion: MetaWorkflow_PositiveVersionSchema,\n consequenceClassRef: MetaWorkflow_NamespacedRefSchema,\n riskClassRef: MetaWorkflow_NamespacedRefSchema,\n decisionModePolicyRef: MetaWorkflow_NamespacedRefSchema,\n assurancePolicyRef: MetaWorkflow_NamespacedRefSchema,\n channelPolicyRef: MetaWorkflow_NamespacedRefSchema,\n principalPolicyRef: MetaWorkflow_NamespacedRefSchema.nullable(),\n requiredDecisionMode: z.enum(MetaWorkflow_AuthorityDecisionMode),\n minimumAssurance: z.enum(MetaWorkflow_AuthorityAssuranceClass),\n admittedChannels: z.array(z.enum(MetaWorkflow_AuthorityInteractionChannel)).min(1),\n requiredEvidenceRequirementRefs:\n _MetaWorkflow_UniqueNamespacedRefsSchema.min(1),\n expiryPolicyRef: MetaWorkflow_NamespacedRefSchema,\n noncePolicyRef: MetaWorkflow_NamespacedRefSchema,\n hardFloorPosture: z.literal(MetaWorkflow_HardFloorPosture.NON_WAIVABLE),\n hardFloorOverrideAllowed: z.literal(false),\n}).superRefine((requirement, context) => {\n if (!metaWorkflowValuesAreUnique(requirement.admittedChannels) || !metaWorkflowValuesAreLexicallySorted(requirement.admittedChannels)) {\n context.addIssue({ code: 'custom', message: 'admittedChannels must be unique and lexically sorted', path: ['admittedChannels'] });\n }\n if (\n requirement.minimumAssurance === MetaWorkflow_AuthorityAssuranceClass.AUTHENTICATED_PRINCIPAL\n && requirement.principalPolicyRef === null\n ) {\n context.addIssue({ code: 'custom', message: 'authenticated-principal assurance requires an explicit principal policy', path: ['principalPolicyRef'] });\n }\n});\nexport type MetaWorkflow_AuthorityRequirement = z.infer<\n typeof _MetaWorkflow_AuthorityRequirementSchema\n>;\n\n/** Stable semantic Decision Point declaration. */\nconst _MetaWorkflow_DecisionPointDefinitionSchema = z.strictObject({\n schemaVersion: z.literal(1),\n decisionPointRef: MetaWorkflow_NamespacedRefSchema,\n decisionPointVersion: MetaWorkflow_PositiveVersionSchema,\n triggerRefs: _MetaWorkflow_UniqueNamespacedRefsSchema,\n evidenceRequirements: z.array(_MetaWorkflow_RequirementIdentitySchema).min(1),\n evaluatorBindingPolicy: _MetaWorkflow_PolicyIdentitySchema,\n decisionRule: z.strictObject({\n ruleRef: MetaWorkflow_NamespacedRefSchema,\n ruleVersion: MetaWorkflow_PositiveVersionSchema,\n }),\n authorityRequirement: _MetaWorkflow_RequirementIdentitySchema.nullable(),\n continuationPolicy: _MetaWorkflow_PolicyIdentitySchema,\n hardFloorRefs: _MetaWorkflow_UniqueNamespacedRefsSchema,\n riskPolicyRef: MetaWorkflow_NamespacedRefSchema,\n significancePolicyRef: MetaWorkflow_NamespacedRefSchema,\n});\nexport type MetaWorkflow_DecisionPointDefinition = z.infer<\n typeof _MetaWorkflow_DecisionPointDefinitionSchema\n>;\n\nconst _MetaWorkflow_ContinuationMappingSchema = z.strictObject({\n decisionConsequence: z.enum(MetaWorkflow_DecisionConsequence),\n action: z.enum(MetaWorkflow_ContinuationAction),\n});\n\n/** Treatment-flow policy; it has no application-truth mutation operation. */\nconst _MetaWorkflow_ContinuationPolicySchema = z\n .strictObject({\n schemaVersion: z.literal(1),\n policyRef: MetaWorkflow_NamespacedRefSchema,\n policyVersion: MetaWorkflow_PositiveVersionSchema,\n mappings: z.array(_MetaWorkflow_ContinuationMappingSchema).min(1),\n maximumRevisionAttempts: z.number().int().nonnegative(),\n maximumEvidenceRequests: z.number().int().nonnegative(),\n maximumAuthorityReviews: z.number().int().nonnegative(),\n fallbackAction: z.enum([\n MetaWorkflow_ContinuationAction.BLOCK,\n MetaWorkflow_ContinuationAction.CANCEL,\n ]),\n })\n .superRefine((policy, context) => {\n const consequences = policy.mappings.map(\n (mapping) => mapping.decisionConsequence,\n );\n if (!metaWorkflowValuesAreUnique(consequences)) {\n context.addIssue({\n code: 'custom',\n message: 'mappings may contain each decision consequence only once',\n path: ['mappings'],\n });\n }\n });\nexport type MetaWorkflow_ContinuationPolicy = z.infer<\n typeof _MetaWorkflow_ContinuationPolicySchema\n>;\n\n/**\n * One self-contained executable decision treatment.\n *\n * Every member is carried in full so a catalog artifact has no ambient\n * semantic dependency. The backend integrity validator recomputes each nested\n * identity and checks that the Decision Point identities refer to these exact\n * members.\n */\nconst _MetaWorkflow_EvaluationTreatmentDefinitionSchema = z\n .strictObject({\n schemaVersion: z.literal(1),\n definitionRef: MetaWorkflow_NamespacedRefSchema,\n definitionVersion: MetaWorkflow_PositiveVersionSchema,\n evaluationProtocol: _MetaWorkflow_EvaluationProtocolDefinitionSchema,\n evidenceRequirements: z.array(_MetaWorkflow_EvidenceRequirementSchema).min(1),\n evaluatorBindingPolicy: _MetaWorkflow_EvaluatorBindingPolicySchema,\n decisionPointDefinition: _MetaWorkflow_DecisionPointDefinitionSchema,\n decisionRule: _MetaWorkflow_DecisionRuleSchema,\n authorityRequirement: _MetaWorkflow_AuthorityRequirementSchema.nullable(),\n continuationPolicy: _MetaWorkflow_ContinuationPolicySchema,\n })\n .superRefine((treatment, context) => {\n const carriedRequirementsByKey = new Map(\n treatment.evidenceRequirements.map((requirement) => [\n `${requirement.requirementRef}@${requirement.requirementVersion}`,\n requirement,\n ]),\n );\n const protocolRequirementKeys: string[] = [];\n for (const [criterionIndex, criterion] of treatment.evaluationProtocol.criteria.entries()) {\n for (const [requirementIndex, requirement] of criterion.evidenceRequirements.entries()) {\n const key = `${requirement.requirementRef}@${requirement.requirementVersion}`;\n protocolRequirementKeys.push(key);\n const carriedRequirement = carriedRequirementsByKey.get(key);\n if (carriedRequirement === undefined || carriedRequirement.criterionRef !== criterion.criterionRef) {\n context.addIssue({\n code: 'custom',\n message: 'criterion evidence identity and criterionRef must match one carried Evidence Requirement',\n path: ['evaluationProtocol', 'criteria', criterionIndex, 'evidenceRequirements', requirementIndex],\n });\n }\n }\n }\n const requirementKeys = treatment.evidenceRequirements.map(\n (requirement) => `${requirement.requirementRef}@${requirement.requirementVersion}`,\n );\n if (!metaWorkflowValuesAreUnique(requirementKeys) || !metaWorkflowValuesAreLexicallySorted(requirementKeys)) {\n context.addIssue({\n code: 'custom',\n message: 'evidenceRequirements must be unique and canonically sorted by exact identity',\n path: ['evidenceRequirements'],\n });\n }\n if (\n !metaWorkflowValuesAreUnique(protocolRequirementKeys)\n || [...protocolRequirementKeys].sort().join('\\0') !== [...requirementKeys].sort().join('\\0')\n ) {\n context.addIssue({\n code: 'custom',\n message: 'Evaluation Protocol criteria must account exactly once for every carried Evidence Requirement',\n path: ['evaluationProtocol', 'criteria'],\n });\n }\n if (treatment.evaluationProtocol.aggregationPolicyRef !== treatment.decisionRule.evidenceAggregationRef) {\n context.addIssue({\n code: 'custom',\n message: 'Evaluation Protocol aggregation policy must match the carried Decision Rule',\n path: ['evaluationProtocol', 'aggregationPolicyRef'],\n });\n }\n const declaredRequirementRefs = new Set(treatment.evidenceRequirements.map((requirement) => requirement.requirementRef));\n const boundHardFloorRefs = treatment.decisionRule.hardFloorBindings.map((binding) => binding.hardFloorRef);\n if (boundHardFloorRefs.join('\\0') !== treatment.decisionPointDefinition.hardFloorRefs.join('\\0')) {\n context.addIssue({\n code: 'custom',\n message: 'Decision Rule hard-floor bindings must exactly match the Decision Point hard floors',\n path: ['decisionRule', 'hardFloorBindings'],\n });\n }\n for (const [bindingIndex, binding] of treatment.decisionRule.hardFloorBindings.entries()) {\n if (binding.evidenceRequirementRefs.some((requirementRef) => !declaredRequirementRefs.has(requirementRef))) {\n context.addIssue({\n code: 'custom',\n message: 'Every hard-floor binding must refer only to carried Evidence Requirements',\n path: ['decisionRule', 'hardFloorBindings', bindingIndex, 'evidenceRequirementRefs'],\n });\n }\n }\n const declaredRequirementKeys = treatment.decisionPointDefinition.evidenceRequirements.map(\n (requirement) => `${requirement.requirementRef}@${requirement.requirementVersion}`,\n );\n if (requirementKeys.join('\\0') !== declaredRequirementKeys.join('\\0')) {\n context.addIssue({\n code: 'custom',\n message: 'Decision Point evidence requirements must exactly match the carried definitions',\n path: ['decisionPointDefinition', 'evidenceRequirements'],\n });\n }\n const policy = treatment.decisionPointDefinition.evaluatorBindingPolicy;\n if (\n policy.policyRef !== treatment.evaluatorBindingPolicy.policyRef\n || policy.policyVersion !== treatment.evaluatorBindingPolicy.policyVersion\n ) {\n context.addIssue({\n code: 'custom',\n message: 'Decision Point evaluator policy identity must match the carried policy',\n path: ['decisionPointDefinition', 'evaluatorBindingPolicy'],\n });\n }\n const rule = treatment.decisionPointDefinition.decisionRule;\n if (\n rule.ruleRef !== treatment.decisionRule.ruleRef\n || rule.ruleVersion !== treatment.decisionRule.ruleVersion\n ) {\n context.addIssue({\n code: 'custom',\n message: 'Decision Point rule identity must match the carried rule',\n path: ['decisionPointDefinition', 'decisionRule'],\n });\n }\n const authority = treatment.decisionPointDefinition.authorityRequirement;\n const carriedAuthority = treatment.authorityRequirement;\n if (\n (authority === null) !== (carriedAuthority === null)\n || (\n authority !== null\n && carriedAuthority !== null\n && (\n authority.requirementRef !== carriedAuthority.requirementRef\n || authority.requirementVersion !== carriedAuthority.requirementVersion\n )\n )\n ) {\n context.addIssue({\n code: 'custom',\n message: 'Decision Point authority requirement identity must match the carried requirement',\n path: ['decisionPointDefinition', 'authorityRequirement'],\n });\n }\n const continuation = treatment.decisionPointDefinition.continuationPolicy;\n if (\n continuation.policyRef !== treatment.continuationPolicy.policyRef\n || continuation.policyVersion !== treatment.continuationPolicy.policyVersion\n ) {\n context.addIssue({\n code: 'custom',\n message: 'Decision Point continuation policy identity must match the carried policy',\n path: ['decisionPointDefinition', 'continuationPolicy'],\n });\n }\n });\nexport const MetaWorkflow_EvaluationTreatmentDefinitionSchema: typeof _MetaWorkflow_EvaluationTreatmentDefinitionSchema =\n _MetaWorkflow_EvaluationTreatmentDefinitionSchema;\nexport type MetaWorkflow_EvaluationTreatmentDefinition = z.infer<\n typeof _MetaWorkflow_EvaluationTreatmentDefinitionSchema\n>;\n\n"]}
@@ -0,0 +1,106 @@
1
+ import { z } from 'zod';
2
+ import { MetaWorkflow_ExecutionAuthorityResolutionStatus, MetaWorkflow_ExecutionBindingStatus, MetaWorkflow_ExecutionCapabilityDirection } from './execution-binding-vocabularies.meta-workflows.shared.schemas';
3
+ import { MetaWorkflow_ExecutionBindingRole } from '../task-continuity-binding.actors.shared.schemas';
4
+ declare const _MetaWorkflow_ExecutionAuthorityResolutionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
5
+ status: z.ZodLiteral<MetaWorkflow_ExecutionAuthorityResolutionStatus.NOT_REQUIRED>;
6
+ }, z.core.$strict>, z.ZodObject<{
7
+ status: z.ZodLiteral<MetaWorkflow_ExecutionAuthorityResolutionStatus.RESOLVED>;
8
+ authorityResolutionRef: z.ZodString;
9
+ authorityResolutionDigest: z.ZodString;
10
+ }, z.core.$strict>], "status">;
11
+ export declare const MetaWorkflow_ExecutionAuthorityResolutionSchema: typeof _MetaWorkflow_ExecutionAuthorityResolutionSchema;
12
+ declare const _MetaWorkflow_ExternalCorrelationSchema: z.ZodObject<{
13
+ protocolRef: z.ZodString;
14
+ correlationId: z.ZodString;
15
+ }, z.core.$strict>;
16
+ export declare const MetaWorkflow_ExternalCorrelationSchema: typeof _MetaWorkflow_ExternalCorrelationSchema;
17
+ /**
18
+ * Closed accumulated execution-cost envelope.
19
+ *
20
+ * A unitless scalar would make values incomparable across Driver
21
+ * implementations. Monetary cost, token use and elapsed execution time remain
22
+ * separate semantic dimensions even when a concrete Driver reports zeros for
23
+ * dimensions it does not use.
24
+ */
25
+ declare const _MetaWorkflow_AccumulatedCostSchema: z.ZodObject<{
26
+ monetaryCost: z.ZodObject<{
27
+ amountMinor: z.ZodNumber;
28
+ currency: z.ZodString;
29
+ }, z.core.$strict>;
30
+ inputTokens: z.ZodNumber;
31
+ outputTokens: z.ZodNumber;
32
+ wallTimeMs: z.ZodNumber;
33
+ }, z.core.$strict>;
34
+ export declare const MetaWorkflow_AccumulatedCostSchema: typeof _MetaWorkflow_AccumulatedCostSchema;
35
+ declare const _MetaWorkflow_ExecutionBindingStatusChangeSchema: z.ZodObject<{
36
+ status: z.ZodEnum<typeof MetaWorkflow_ExecutionBindingStatus>;
37
+ changedAt: z.ZodISODateTime;
38
+ evidenceRef: z.ZodNullable<z.ZodString>;
39
+ evidenceDigest: z.ZodNullable<z.ZodString>;
40
+ }, z.core.$strict>;
41
+ export declare const MetaWorkflow_ExecutionBindingStatusChangeSchema: typeof _MetaWorkflow_ExecutionBindingStatusChangeSchema;
42
+ /**
43
+ * Shared fields embedded directly in both stored Execution Binding variants.
44
+ *
45
+ * This schema is composition only: it has no standalone record identity and
46
+ * no generic binding digest. Action and Evaluator variants extend it, narrow
47
+ * `role` to a literal, and add their own semantic owner plus variant digest.
48
+ */
49
+ declare const _MetaWorkflow_ExecutionBindingCommonFieldsSchema: z.ZodObject<{
50
+ schemaVersion: z.ZodLiteral<1>;
51
+ executionBindingId: z.core.$ZodBranded<z.ZodUUID, "ExecutionBindingId", "out">;
52
+ role: z.ZodEnum<typeof MetaWorkflow_ExecutionBindingRole>;
53
+ continuityAuthorityDomainId: z.core.$ZodBranded<z.ZodUUID, "ContinuityAuthorityDomainId", "out">;
54
+ continuitySubjectId: z.core.$ZodBranded<z.ZodUUID, "ContinuitySubjectId", "out">;
55
+ continuumId: z.core.$ZodBranded<z.ZodUUID, "ContinuumId", "out">;
56
+ workCycleId: z.core.$ZodBranded<z.ZodUUID, "WorkCycleId", "out">;
57
+ treatmentId: z.core.$ZodBranded<z.ZodUUID, "TreatmentId", "out">;
58
+ inputContextFrameId: z.core.$ZodBranded<z.ZodUUID, "ContextFrameId", "out">;
59
+ attemptOrdinal: z.ZodNumber;
60
+ driverRef: z.ZodString;
61
+ driverVersion: z.ZodNumber;
62
+ driverDescriptorDigest: z.ZodString;
63
+ capabilityBindingRef: z.ZodString;
64
+ capabilityRequestSchemaDigest: z.ZodString;
65
+ capabilityResultSchemaDigest: z.ZodString;
66
+ capabilityDirection: z.ZodLiteral<MetaWorkflow_ExecutionCapabilityDirection>;
67
+ inputProjectionRef: z.ZodString;
68
+ inputProjectionDigest: z.ZodString;
69
+ authorityResolution: z.ZodDiscriminatedUnion<[z.ZodObject<{
70
+ status: z.ZodLiteral<MetaWorkflow_ExecutionAuthorityResolutionStatus.NOT_REQUIRED>;
71
+ }, z.core.$strict>, z.ZodObject<{
72
+ status: z.ZodLiteral<MetaWorkflow_ExecutionAuthorityResolutionStatus.RESOLVED>;
73
+ authorityResolutionRef: z.ZodString;
74
+ authorityResolutionDigest: z.ZodString;
75
+ }, z.core.$strict>], "status">;
76
+ credentialPolicyRef: z.ZodString;
77
+ semanticIdempotencyKey: z.ZodString;
78
+ deadlineAt: z.ZodNullable<z.ZodISODateTime>;
79
+ physicalTaskRef: z.ZodNullable<z.ZodString>;
80
+ externalCorrelation: z.ZodNullable<z.ZodObject<{
81
+ protocolRef: z.ZodString;
82
+ correlationId: z.ZodString;
83
+ }, z.core.$strict>>;
84
+ accumulatedCost: z.ZodObject<{
85
+ monetaryCost: z.ZodObject<{
86
+ amountMinor: z.ZodNumber;
87
+ currency: z.ZodString;
88
+ }, z.core.$strict>;
89
+ inputTokens: z.ZodNumber;
90
+ outputTokens: z.ZodNumber;
91
+ wallTimeMs: z.ZodNumber;
92
+ }, z.core.$strict>;
93
+ createdAt: z.ZodISODateTime;
94
+ status: z.ZodEnum<typeof MetaWorkflow_ExecutionBindingStatus>;
95
+ statusChanges: z.ZodArray<z.ZodObject<{
96
+ status: z.ZodEnum<typeof MetaWorkflow_ExecutionBindingStatus>;
97
+ changedAt: z.ZodISODateTime;
98
+ evidenceRef: z.ZodNullable<z.ZodString>;
99
+ evidenceDigest: z.ZodNullable<z.ZodString>;
100
+ }, z.core.$strict>>;
101
+ startedAt: z.ZodNullable<z.ZodISODateTime>;
102
+ finishedAt: z.ZodNullable<z.ZodISODateTime>;
103
+ }, z.core.$strict>;
104
+ export declare const MetaWorkflow_ExecutionBindingCommonFieldsSchema: typeof _MetaWorkflow_ExecutionBindingCommonFieldsSchema;
105
+ export {};
106
+ //# sourceMappingURL=execution-binding-common.meta-workflows.shared.schemas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execution-binding-common.meta-workflows.shared.schemas.d.ts","sourceRoot":"","sources":["../../../../../src/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,OAAO,EACL,+CAA+C,EAC/C,mCAAmC,EACnC,yCAAyC,EAE1C,MAAM,gEAAgE,CAAC;AACxE,OAAO,EAAE,iCAAiC,EAAE,MAAM,kDAAkD,CAAC;AAUrG,QAAA,MAAM,gDAAgD;;;;;;8BAgBrD,CAAC;AACF,eAAO,MAAM,+CAA+C,EAAE,OAAO,gDACnB,CAAC;AAEnD,QAAA,MAAM,uCAAuC;;;kBAG3C,CAAC;AACH,eAAO,MAAM,sCAAsC,EAAE,OAAO,uCACnB,CAAC;AAE1C;;;;;;;GAOG;AACH,QAAA,MAAM,mCAAmC;;;;;;;;kBAQvC,CAAC;AACH,eAAO,MAAM,kCAAkC,EAAE,OAAO,mCACnB,CAAC;AAEtC,QAAA,MAAM,gDAAgD;;;;;kBAenD,CAAC;AACJ,eAAO,MAAM,+CAA+C,EAAE,OAAO,gDAAmG,CAAC;AAiDzK;;;;;;GAMG;AACH,QAAA,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAiLlD,CAAC;AAEL,eAAO,MAAM,+CAA+C,EAAE,OAAO,gDACnB,CAAC"}
@@ -0,0 +1,243 @@
1
+ import { z } from 'zod';
2
+ import { ContinuityAuthorityDomainIdSchema } from './continuity-identifiers.meta-workflows.shared.schemas.js';
3
+ import { ContinuumIdSchema, ContinuitySubjectIdSchema, ContextFrameIdSchema, ExecutionBindingIdSchema, TreatmentIdSchema, WorkCycleIdSchema, } from './continuity-identifiers.meta-workflows.shared.schemas.js';
4
+ import { MetaWorkflow_ExecutionAuthorityResolutionStatus, MetaWorkflow_ExecutionBindingStatus, MetaWorkflow_ExecutionCapabilityDirection, META_WORKFLOW_TERMINAL_EXECUTION_BINDING_STATUSES, } from './execution-binding-vocabularies.meta-workflows.shared.schemas.js';
5
+ import { MetaWorkflow_ExecutionBindingRole } from '../task-continuity-binding.actors.shared.schemas.js';
6
+ import { MetaWorkflow_IsoDateTimeSchema, MetaWorkflow_NamespacedRefSchema, MetaWorkflow_OpaqueRefSchema, MetaWorkflow_PositiveOrdinalSchema, MetaWorkflow_PositiveVersionSchema, MetaWorkflow_Sha256DigestSchema, } from './portable-primitives.meta-workflows.shared.schemas.js';
7
+ const _MetaWorkflow_ExecutionAuthorityResolutionSchema = z.discriminatedUnion('status', [
8
+ z.strictObject({
9
+ status: z.literal(MetaWorkflow_ExecutionAuthorityResolutionStatus.NOT_REQUIRED),
10
+ }),
11
+ z.strictObject({
12
+ status: z.literal(MetaWorkflow_ExecutionAuthorityResolutionStatus.RESOLVED),
13
+ authorityResolutionRef: MetaWorkflow_NamespacedRefSchema,
14
+ authorityResolutionDigest: MetaWorkflow_Sha256DigestSchema,
15
+ }),
16
+ ]);
17
+ export const MetaWorkflow_ExecutionAuthorityResolutionSchema = _MetaWorkflow_ExecutionAuthorityResolutionSchema;
18
+ const _MetaWorkflow_ExternalCorrelationSchema = z.strictObject({
19
+ protocolRef: MetaWorkflow_NamespacedRefSchema,
20
+ correlationId: MetaWorkflow_OpaqueRefSchema,
21
+ });
22
+ export const MetaWorkflow_ExternalCorrelationSchema = _MetaWorkflow_ExternalCorrelationSchema;
23
+ /**
24
+ * Closed accumulated execution-cost envelope.
25
+ *
26
+ * A unitless scalar would make values incomparable across Driver
27
+ * implementations. Monetary cost, token use and elapsed execution time remain
28
+ * separate semantic dimensions even when a concrete Driver reports zeros for
29
+ * dimensions it does not use.
30
+ */
31
+ const _MetaWorkflow_AccumulatedCostSchema = z.strictObject({
32
+ monetaryCost: z.strictObject({
33
+ amountMinor: z.number().int().nonnegative(),
34
+ currency: z.string().regex(/^[A-Z]{3}$/),
35
+ }),
36
+ inputTokens: z.number().int().nonnegative(),
37
+ outputTokens: z.number().int().nonnegative(),
38
+ wallTimeMs: z.number().int().nonnegative(),
39
+ });
40
+ export const MetaWorkflow_AccumulatedCostSchema = _MetaWorkflow_AccumulatedCostSchema;
41
+ const _MetaWorkflow_ExecutionBindingStatusChangeSchema = z
42
+ .strictObject({
43
+ status: z.enum(MetaWorkflow_ExecutionBindingStatus),
44
+ changedAt: MetaWorkflow_IsoDateTimeSchema,
45
+ evidenceRef: MetaWorkflow_OpaqueRefSchema.nullable(),
46
+ evidenceDigest: MetaWorkflow_Sha256DigestSchema.nullable(),
47
+ })
48
+ .refine((change) => (change.evidenceRef === null) === (change.evidenceDigest === null), {
49
+ message: 'evidenceRef and evidenceDigest must either both be present or both be null',
50
+ path: ['evidenceDigest'],
51
+ });
52
+ export const MetaWorkflow_ExecutionBindingStatusChangeSchema = _MetaWorkflow_ExecutionBindingStatusChangeSchema;
53
+ const TERMINAL_EXECUTION_BINDING_STATUSES = new Set(META_WORKFLOW_TERMINAL_EXECUTION_BINDING_STATUSES);
54
+ const STARTED_EXECUTION_BINDING_STATUSES = new Set([
55
+ MetaWorkflow_ExecutionBindingStatus.RUNNING,
56
+ MetaWorkflow_ExecutionBindingStatus.INPUT_REQUIRED,
57
+ MetaWorkflow_ExecutionBindingStatus.RECONCILING,
58
+ ...TERMINAL_EXECUTION_BINDING_STATUSES,
59
+ ]);
60
+ /**
61
+ * Frozen lifecycle graph for one immutable semantic execution attempt.
62
+ *
63
+ * In particular, admission cannot be bypassed and terminal variants cannot be
64
+ * reopened. A semantic retry is a different binding identity/ordinal.
65
+ */
66
+ const EXECUTION_BINDING_ALLOWED_TRANSITIONS = {
67
+ [MetaWorkflow_ExecutionBindingStatus.PREPARED]: new Set([
68
+ MetaWorkflow_ExecutionBindingStatus.ADMITTED,
69
+ ]),
70
+ [MetaWorkflow_ExecutionBindingStatus.ADMITTED]: new Set([
71
+ MetaWorkflow_ExecutionBindingStatus.RUNNING,
72
+ ]),
73
+ [MetaWorkflow_ExecutionBindingStatus.RUNNING]: new Set([
74
+ MetaWorkflow_ExecutionBindingStatus.INPUT_REQUIRED,
75
+ MetaWorkflow_ExecutionBindingStatus.RECONCILING,
76
+ ...TERMINAL_EXECUTION_BINDING_STATUSES,
77
+ ]),
78
+ [MetaWorkflow_ExecutionBindingStatus.INPUT_REQUIRED]: new Set([
79
+ MetaWorkflow_ExecutionBindingStatus.RUNNING,
80
+ ...TERMINAL_EXECUTION_BINDING_STATUSES,
81
+ ]),
82
+ [MetaWorkflow_ExecutionBindingStatus.RECONCILING]: new Set([
83
+ MetaWorkflow_ExecutionBindingStatus.RUNNING,
84
+ ...TERMINAL_EXECUTION_BINDING_STATUSES,
85
+ ]),
86
+ [MetaWorkflow_ExecutionBindingStatus.COMPLETED]: new Set(),
87
+ [MetaWorkflow_ExecutionBindingStatus.FAILED]: new Set(),
88
+ [MetaWorkflow_ExecutionBindingStatus.CANCELLED]: new Set(),
89
+ [MetaWorkflow_ExecutionBindingStatus.ABORTED]: new Set(),
90
+ [MetaWorkflow_ExecutionBindingStatus.CONFLICTED]: new Set(),
91
+ };
92
+ /**
93
+ * Shared fields embedded directly in both stored Execution Binding variants.
94
+ *
95
+ * This schema is composition only: it has no standalone record identity and
96
+ * no generic binding digest. Action and Evaluator variants extend it, narrow
97
+ * `role` to a literal, and add their own semantic owner plus variant digest.
98
+ */
99
+ const _MetaWorkflow_ExecutionBindingCommonFieldsSchema = z
100
+ .strictObject({
101
+ schemaVersion: z.literal(1),
102
+ executionBindingId: ExecutionBindingIdSchema,
103
+ role: z.enum(MetaWorkflow_ExecutionBindingRole),
104
+ continuityAuthorityDomainId: ContinuityAuthorityDomainIdSchema,
105
+ continuitySubjectId: ContinuitySubjectIdSchema,
106
+ continuumId: ContinuumIdSchema,
107
+ workCycleId: WorkCycleIdSchema,
108
+ treatmentId: TreatmentIdSchema,
109
+ inputContextFrameId: ContextFrameIdSchema,
110
+ attemptOrdinal: MetaWorkflow_PositiveOrdinalSchema,
111
+ driverRef: MetaWorkflow_NamespacedRefSchema,
112
+ driverVersion: MetaWorkflow_PositiveVersionSchema,
113
+ driverDescriptorDigest: MetaWorkflow_Sha256DigestSchema,
114
+ capabilityBindingRef: MetaWorkflow_NamespacedRefSchema,
115
+ capabilityRequestSchemaDigest: MetaWorkflow_Sha256DigestSchema,
116
+ capabilityResultSchemaDigest: MetaWorkflow_Sha256DigestSchema,
117
+ capabilityDirection: z.literal(MetaWorkflow_ExecutionCapabilityDirection.CONSUME),
118
+ inputProjectionRef: MetaWorkflow_OpaqueRefSchema,
119
+ inputProjectionDigest: MetaWorkflow_Sha256DigestSchema,
120
+ authorityResolution: MetaWorkflow_ExecutionAuthorityResolutionSchema,
121
+ credentialPolicyRef: MetaWorkflow_NamespacedRefSchema,
122
+ semanticIdempotencyKey: MetaWorkflow_OpaqueRefSchema,
123
+ deadlineAt: MetaWorkflow_IsoDateTimeSchema.nullable(),
124
+ physicalTaskRef: MetaWorkflow_OpaqueRefSchema.nullable(),
125
+ externalCorrelation: MetaWorkflow_ExternalCorrelationSchema.nullable(),
126
+ accumulatedCost: MetaWorkflow_AccumulatedCostSchema,
127
+ createdAt: MetaWorkflow_IsoDateTimeSchema,
128
+ status: z.enum(MetaWorkflow_ExecutionBindingStatus),
129
+ statusChanges: z
130
+ .array(MetaWorkflow_ExecutionBindingStatusChangeSchema)
131
+ .min(1),
132
+ startedAt: MetaWorkflow_IsoDateTimeSchema.nullable(),
133
+ finishedAt: MetaWorkflow_IsoDateTimeSchema.nullable(),
134
+ })
135
+ .superRefine((binding, context) => {
136
+ const firstChange = binding.statusChanges[0];
137
+ const finalChange = binding.statusChanges[binding.statusChanges.length - 1];
138
+ if (firstChange?.status !== MetaWorkflow_ExecutionBindingStatus.PREPARED) {
139
+ context.addIssue({
140
+ code: 'custom',
141
+ message: 'statusChanges must begin with PREPARED',
142
+ path: ['statusChanges', 0, 'status'],
143
+ });
144
+ }
145
+ if (finalChange?.status !== binding.status) {
146
+ context.addIssue({
147
+ code: 'custom',
148
+ message: 'the final status change must match status',
149
+ path: ['statusChanges'],
150
+ });
151
+ }
152
+ if (firstChange !== undefined
153
+ && Date.parse(firstChange.changedAt) < Date.parse(binding.createdAt)) {
154
+ context.addIssue({
155
+ code: 'custom',
156
+ message: 'the first status change cannot precede binding creation',
157
+ path: ['statusChanges', 0, 'changedAt'],
158
+ });
159
+ }
160
+ for (let index = 1; index < binding.statusChanges.length; index += 1) {
161
+ const previous = binding.statusChanges[index - 1];
162
+ const current = binding.statusChanges[index];
163
+ if (previous === undefined || current === undefined)
164
+ continue;
165
+ if (!EXECUTION_BINDING_ALLOWED_TRANSITIONS[previous.status].has(current.status)) {
166
+ context.addIssue({
167
+ code: 'custom',
168
+ message: `illegal Execution Binding lifecycle edge ${previous.status} -> ${current.status}`,
169
+ path: ['statusChanges', index, 'status'],
170
+ });
171
+ }
172
+ if ((previous.status === MetaWorkflow_ExecutionBindingStatus.INPUT_REQUIRED
173
+ || previous.status === MetaWorkflow_ExecutionBindingStatus.RECONCILING)
174
+ && current.status === MetaWorkflow_ExecutionBindingStatus.RUNNING
175
+ && (current.evidenceRef === null
176
+ || current.evidenceDigest === null)) {
177
+ context.addIssue({
178
+ code: 'custom',
179
+ message: 'guarded INPUT_REQUIRED/RECONCILING resume requires exact evidence',
180
+ path: ['statusChanges', index, 'evidenceRef'],
181
+ });
182
+ }
183
+ if (Date.parse(current.changedAt) < Date.parse(previous.changedAt)) {
184
+ context.addIssue({
185
+ code: 'custom',
186
+ message: 'statusChanges timestamps must be monotonic',
187
+ path: ['statusChanges', index, 'changedAt'],
188
+ });
189
+ }
190
+ }
191
+ const isStarted = binding.statusChanges.some((change) => STARTED_EXECUTION_BINDING_STATUSES.has(change.status) &&
192
+ !TERMINAL_EXECUTION_BINDING_STATUSES.has(change.status));
193
+ if (isStarted !== (binding.startedAt !== null)) {
194
+ context.addIssue({
195
+ code: 'custom',
196
+ message: 'startedAt is required from RUNNING onward and forbidden before RUNNING',
197
+ path: ['startedAt'],
198
+ });
199
+ }
200
+ if (binding.status !== MetaWorkflow_ExecutionBindingStatus.PREPARED
201
+ && binding.physicalTaskRef === null) {
202
+ context.addIssue({
203
+ code: 'custom',
204
+ message: 'every admitted or later Execution Binding must name its one physical Task',
205
+ path: ['physicalTaskRef'],
206
+ });
207
+ }
208
+ const isTerminal = TERMINAL_EXECUTION_BINDING_STATUSES.has(binding.status);
209
+ if (isTerminal !== (binding.finishedAt !== null)) {
210
+ context.addIssue({
211
+ code: 'custom',
212
+ message: 'finishedAt is required for terminal status and forbidden for non-terminal status',
213
+ path: ['finishedAt'],
214
+ });
215
+ }
216
+ if (binding.startedAt !== null
217
+ && Date.parse(binding.startedAt) < Date.parse(binding.createdAt)) {
218
+ context.addIssue({
219
+ code: 'custom',
220
+ message: 'startedAt cannot precede createdAt',
221
+ path: ['startedAt'],
222
+ });
223
+ }
224
+ if (binding.finishedAt !== null
225
+ && Date.parse(binding.finishedAt) < Date.parse(binding.createdAt)) {
226
+ context.addIssue({
227
+ code: 'custom',
228
+ message: 'finishedAt cannot precede createdAt',
229
+ path: ['finishedAt'],
230
+ });
231
+ }
232
+ if (binding.startedAt !== null &&
233
+ binding.finishedAt !== null &&
234
+ Date.parse(binding.finishedAt) < Date.parse(binding.startedAt)) {
235
+ context.addIssue({
236
+ code: 'custom',
237
+ message: 'finishedAt cannot precede startedAt',
238
+ path: ['finishedAt'],
239
+ });
240
+ }
241
+ });
242
+ export const MetaWorkflow_ExecutionBindingCommonFieldsSchema = _MetaWorkflow_ExecutionBindingCommonFieldsSchema;
243
+ //# sourceMappingURL=execution-binding-common.meta-workflows.shared.schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execution-binding-common.meta-workflows.shared.schemas.js","sourceRoot":"","sources":["../../../../../src/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.ts"],"names":[],"mappings":"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","sourcesContent":["import { z } from 'zod';\n\nimport { ContinuityAuthorityDomainIdSchema } from './continuity-identifiers.meta-workflows.shared.schemas';\nimport {\n ContinuumIdSchema,\n ContinuitySubjectIdSchema,\n ContextFrameIdSchema,\n ExecutionBindingIdSchema,\n TreatmentIdSchema,\n WorkCycleIdSchema,\n} from './continuity-identifiers.meta-workflows.shared.schemas';\nimport {\n MetaWorkflow_ExecutionAuthorityResolutionStatus,\n MetaWorkflow_ExecutionBindingStatus,\n MetaWorkflow_ExecutionCapabilityDirection,\n META_WORKFLOW_TERMINAL_EXECUTION_BINDING_STATUSES,\n} from './execution-binding-vocabularies.meta-workflows.shared.schemas';\nimport { MetaWorkflow_ExecutionBindingRole } from '../task-continuity-binding.actors.shared.schemas';\nimport {\n MetaWorkflow_IsoDateTimeSchema,\n MetaWorkflow_NamespacedRefSchema,\n MetaWorkflow_OpaqueRefSchema,\n MetaWorkflow_PositiveOrdinalSchema,\n MetaWorkflow_PositiveVersionSchema,\n MetaWorkflow_Sha256DigestSchema,\n} from './portable-primitives.meta-workflows.shared.schemas';\n\nconst _MetaWorkflow_ExecutionAuthorityResolutionSchema = z.discriminatedUnion(\n 'status',\n [\n z.strictObject({\n status: z.literal(\n MetaWorkflow_ExecutionAuthorityResolutionStatus.NOT_REQUIRED,\n ),\n }),\n z.strictObject({\n status: z.literal(\n MetaWorkflow_ExecutionAuthorityResolutionStatus.RESOLVED,\n ),\n authorityResolutionRef: MetaWorkflow_NamespacedRefSchema,\n authorityResolutionDigest: MetaWorkflow_Sha256DigestSchema,\n }),\n ],\n);\nexport const MetaWorkflow_ExecutionAuthorityResolutionSchema: typeof _MetaWorkflow_ExecutionAuthorityResolutionSchema =\n _MetaWorkflow_ExecutionAuthorityResolutionSchema;\n\nconst _MetaWorkflow_ExternalCorrelationSchema = z.strictObject({\n protocolRef: MetaWorkflow_NamespacedRefSchema,\n correlationId: MetaWorkflow_OpaqueRefSchema,\n});\nexport const MetaWorkflow_ExternalCorrelationSchema: typeof _MetaWorkflow_ExternalCorrelationSchema =\n _MetaWorkflow_ExternalCorrelationSchema;\n\n/**\n * Closed accumulated execution-cost envelope.\n *\n * A unitless scalar would make values incomparable across Driver\n * implementations. Monetary cost, token use and elapsed execution time remain\n * separate semantic dimensions even when a concrete Driver reports zeros for\n * dimensions it does not use.\n */\nconst _MetaWorkflow_AccumulatedCostSchema = z.strictObject({\n monetaryCost: z.strictObject({\n amountMinor: z.number().int().nonnegative(),\n currency: z.string().regex(/^[A-Z]{3}$/),\n }),\n inputTokens: z.number().int().nonnegative(),\n outputTokens: z.number().int().nonnegative(),\n wallTimeMs: z.number().int().nonnegative(),\n});\nexport const MetaWorkflow_AccumulatedCostSchema: typeof _MetaWorkflow_AccumulatedCostSchema =\n _MetaWorkflow_AccumulatedCostSchema;\n\nconst _MetaWorkflow_ExecutionBindingStatusChangeSchema = z\n .strictObject({\n status: z.enum(MetaWorkflow_ExecutionBindingStatus),\n changedAt: MetaWorkflow_IsoDateTimeSchema,\n evidenceRef: MetaWorkflow_OpaqueRefSchema.nullable(),\n evidenceDigest: MetaWorkflow_Sha256DigestSchema.nullable(),\n })\n .refine(\n (change) =>\n (change.evidenceRef === null) === (change.evidenceDigest === null),\n {\n message:\n 'evidenceRef and evidenceDigest must either both be present or both be null',\n path: ['evidenceDigest'],\n },\n );\nexport const MetaWorkflow_ExecutionBindingStatusChangeSchema: typeof _MetaWorkflow_ExecutionBindingStatusChangeSchema = _MetaWorkflow_ExecutionBindingStatusChangeSchema;\nconst TERMINAL_EXECUTION_BINDING_STATUSES: ReadonlySet<MetaWorkflow_ExecutionBindingStatus> = new Set(META_WORKFLOW_TERMINAL_EXECUTION_BINDING_STATUSES);\n\nconst STARTED_EXECUTION_BINDING_STATUSES: ReadonlySet<MetaWorkflow_ExecutionBindingStatus> =\n new Set([\n MetaWorkflow_ExecutionBindingStatus.RUNNING,\n MetaWorkflow_ExecutionBindingStatus.INPUT_REQUIRED,\n MetaWorkflow_ExecutionBindingStatus.RECONCILING,\n ...TERMINAL_EXECUTION_BINDING_STATUSES,\n ]);\n\n/**\n * Frozen lifecycle graph for one immutable semantic execution attempt.\n *\n * In particular, admission cannot be bypassed and terminal variants cannot be\n * reopened. A semantic retry is a different binding identity/ordinal.\n */\nconst EXECUTION_BINDING_ALLOWED_TRANSITIONS: Readonly<\n Record<\n MetaWorkflow_ExecutionBindingStatus,\n ReadonlySet<MetaWorkflow_ExecutionBindingStatus>\n >\n> = {\n [MetaWorkflow_ExecutionBindingStatus.PREPARED]: new Set([\n MetaWorkflow_ExecutionBindingStatus.ADMITTED,\n ]),\n [MetaWorkflow_ExecutionBindingStatus.ADMITTED]: new Set([\n MetaWorkflow_ExecutionBindingStatus.RUNNING,\n ]),\n [MetaWorkflow_ExecutionBindingStatus.RUNNING]: new Set([\n MetaWorkflow_ExecutionBindingStatus.INPUT_REQUIRED,\n MetaWorkflow_ExecutionBindingStatus.RECONCILING,\n ...TERMINAL_EXECUTION_BINDING_STATUSES,\n ]),\n [MetaWorkflow_ExecutionBindingStatus.INPUT_REQUIRED]: new Set([\n MetaWorkflow_ExecutionBindingStatus.RUNNING,\n ...TERMINAL_EXECUTION_BINDING_STATUSES,\n ]),\n [MetaWorkflow_ExecutionBindingStatus.RECONCILING]: new Set([\n MetaWorkflow_ExecutionBindingStatus.RUNNING,\n ...TERMINAL_EXECUTION_BINDING_STATUSES,\n ]),\n [MetaWorkflow_ExecutionBindingStatus.COMPLETED]: new Set(),\n [MetaWorkflow_ExecutionBindingStatus.FAILED]: new Set(),\n [MetaWorkflow_ExecutionBindingStatus.CANCELLED]: new Set(),\n [MetaWorkflow_ExecutionBindingStatus.ABORTED]: new Set(),\n [MetaWorkflow_ExecutionBindingStatus.CONFLICTED]: new Set(),\n};\n\n/**\n * Shared fields embedded directly in both stored Execution Binding variants.\n *\n * This schema is composition only: it has no standalone record identity and\n * no generic binding digest. Action and Evaluator variants extend it, narrow\n * `role` to a literal, and add their own semantic owner plus variant digest.\n */\nconst _MetaWorkflow_ExecutionBindingCommonFieldsSchema = z\n .strictObject({\n schemaVersion: z.literal(1),\n executionBindingId: ExecutionBindingIdSchema,\n role: z.enum(MetaWorkflow_ExecutionBindingRole),\n continuityAuthorityDomainId: ContinuityAuthorityDomainIdSchema,\n continuitySubjectId: ContinuitySubjectIdSchema,\n continuumId: ContinuumIdSchema,\n workCycleId: WorkCycleIdSchema,\n treatmentId: TreatmentIdSchema,\n inputContextFrameId: ContextFrameIdSchema,\n attemptOrdinal: MetaWorkflow_PositiveOrdinalSchema,\n driverRef: MetaWorkflow_NamespacedRefSchema,\n driverVersion: MetaWorkflow_PositiveVersionSchema,\n driverDescriptorDigest: MetaWorkflow_Sha256DigestSchema,\n capabilityBindingRef: MetaWorkflow_NamespacedRefSchema,\n capabilityRequestSchemaDigest: MetaWorkflow_Sha256DigestSchema,\n capabilityResultSchemaDigest: MetaWorkflow_Sha256DigestSchema,\n capabilityDirection: z.literal(\n MetaWorkflow_ExecutionCapabilityDirection.CONSUME,\n ),\n inputProjectionRef: MetaWorkflow_OpaqueRefSchema,\n inputProjectionDigest: MetaWorkflow_Sha256DigestSchema,\n authorityResolution: MetaWorkflow_ExecutionAuthorityResolutionSchema,\n credentialPolicyRef: MetaWorkflow_NamespacedRefSchema,\n semanticIdempotencyKey: MetaWorkflow_OpaqueRefSchema,\n deadlineAt: MetaWorkflow_IsoDateTimeSchema.nullable(),\n physicalTaskRef: MetaWorkflow_OpaqueRefSchema.nullable(),\n externalCorrelation: MetaWorkflow_ExternalCorrelationSchema.nullable(),\n accumulatedCost: MetaWorkflow_AccumulatedCostSchema,\n createdAt: MetaWorkflow_IsoDateTimeSchema,\n status: z.enum(MetaWorkflow_ExecutionBindingStatus),\n statusChanges: z\n .array(MetaWorkflow_ExecutionBindingStatusChangeSchema)\n .min(1),\n startedAt: MetaWorkflow_IsoDateTimeSchema.nullable(),\n finishedAt: MetaWorkflow_IsoDateTimeSchema.nullable(),\n })\n .superRefine((binding, context) => {\n const firstChange = binding.statusChanges[0];\n const finalChange = binding.statusChanges[binding.statusChanges.length - 1];\n\n if (firstChange?.status !== MetaWorkflow_ExecutionBindingStatus.PREPARED) {\n context.addIssue({\n code: 'custom',\n message: 'statusChanges must begin with PREPARED',\n path: ['statusChanges', 0, 'status'],\n });\n }\n\n if (finalChange?.status !== binding.status) {\n context.addIssue({\n code: 'custom',\n message: 'the final status change must match status',\n path: ['statusChanges'],\n });\n }\n\n if (\n firstChange !== undefined\n && Date.parse(firstChange.changedAt) < Date.parse(binding.createdAt)\n ) {\n context.addIssue({\n code: 'custom',\n message: 'the first status change cannot precede binding creation',\n path: ['statusChanges', 0, 'changedAt'],\n });\n }\n\n for (let index = 1; index < binding.statusChanges.length; index += 1) {\n const previous = binding.statusChanges[index - 1];\n const current = binding.statusChanges[index];\n if (previous === undefined || current === undefined) continue;\n\n if (\n !EXECUTION_BINDING_ALLOWED_TRANSITIONS[previous.status].has(\n current.status,\n )\n ) {\n context.addIssue({\n code: 'custom',\n message: `illegal Execution Binding lifecycle edge ${previous.status} -> ${current.status}`,\n path: ['statusChanges', index, 'status'],\n });\n }\n if (\n (previous.status === MetaWorkflow_ExecutionBindingStatus.INPUT_REQUIRED\n || previous.status === MetaWorkflow_ExecutionBindingStatus.RECONCILING)\n && current.status === MetaWorkflow_ExecutionBindingStatus.RUNNING\n && (current.evidenceRef === null\n || current.evidenceDigest === null)\n ) {\n context.addIssue({\n code: 'custom',\n message:\n 'guarded INPUT_REQUIRED/RECONCILING resume requires exact evidence',\n path: ['statusChanges', index, 'evidenceRef'],\n });\n }\n\n if (Date.parse(current.changedAt) < Date.parse(previous.changedAt)) {\n context.addIssue({\n code: 'custom',\n message: 'statusChanges timestamps must be monotonic',\n path: ['statusChanges', index, 'changedAt'],\n });\n }\n }\n\n const isStarted = binding.statusChanges.some((change) =>\n STARTED_EXECUTION_BINDING_STATUSES.has(change.status) &&\n !TERMINAL_EXECUTION_BINDING_STATUSES.has(change.status),\n );\n if (isStarted !== (binding.startedAt !== null)) {\n context.addIssue({\n code: 'custom',\n message:\n 'startedAt is required from RUNNING onward and forbidden before RUNNING',\n path: ['startedAt'],\n });\n }\n\n if (\n binding.status !== MetaWorkflow_ExecutionBindingStatus.PREPARED\n && binding.physicalTaskRef === null\n ) {\n context.addIssue({\n code: 'custom',\n message:\n 'every admitted or later Execution Binding must name its one physical Task',\n path: ['physicalTaskRef'],\n });\n }\n\n const isTerminal = TERMINAL_EXECUTION_BINDING_STATUSES.has(binding.status);\n if (isTerminal !== (binding.finishedAt !== null)) {\n context.addIssue({\n code: 'custom',\n message:\n 'finishedAt is required for terminal status and forbidden for non-terminal status',\n path: ['finishedAt'],\n });\n }\n\n if (\n binding.startedAt !== null\n && Date.parse(binding.startedAt) < Date.parse(binding.createdAt)\n ) {\n context.addIssue({\n code: 'custom',\n message: 'startedAt cannot precede createdAt',\n path: ['startedAt'],\n });\n }\n\n if (\n binding.finishedAt !== null\n && Date.parse(binding.finishedAt) < Date.parse(binding.createdAt)\n ) {\n context.addIssue({\n code: 'custom',\n message: 'finishedAt cannot precede createdAt',\n path: ['finishedAt'],\n });\n }\n\n if (\n binding.startedAt !== null &&\n binding.finishedAt !== null &&\n Date.parse(binding.finishedAt) < Date.parse(binding.startedAt)\n ) {\n context.addIssue({\n code: 'custom',\n message: 'finishedAt cannot precede startedAt',\n path: ['finishedAt'],\n });\n }\n });\n\nexport const MetaWorkflow_ExecutionBindingCommonFieldsSchema: typeof _MetaWorkflow_ExecutionBindingCommonFieldsSchema =\n _MetaWorkflow_ExecutionBindingCommonFieldsSchema;\n"]}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Concrete lifecycle of one semantic-to-physical execution attempt.
3
+ *
4
+ * Terminal states are absorbing. A semantic retry creates a new binding with
5
+ * a greater attempt ordinal; it never reopens a terminal binding.
6
+ */
7
+ export declare enum MetaWorkflow_ExecutionBindingStatus {
8
+ PREPARED = "PREPARED",
9
+ ADMITTED = "ADMITTED",
10
+ RUNNING = "RUNNING",
11
+ INPUT_REQUIRED = "INPUT_REQUIRED",
12
+ RECONCILING = "RECONCILING",
13
+ COMPLETED = "COMPLETED",
14
+ FAILED = "FAILED",
15
+ CANCELLED = "CANCELLED",
16
+ ABORTED = "ABORTED",
17
+ CONFLICTED = "CONFLICTED"
18
+ }
19
+ export declare const META_WORKFLOW_TERMINAL_EXECUTION_BINDING_STATUSES: readonly MetaWorkflow_ExecutionBindingStatus[];
20
+ /** Internal capability direction. Meta-workflow execution consumes; it never provides. */
21
+ export declare enum MetaWorkflow_ExecutionCapabilityDirection {
22
+ CONSUME = "CONSUME"
23
+ }
24
+ /** Whether invocation-time authority was unnecessary or exactly resolved. */
25
+ export declare enum MetaWorkflow_ExecutionAuthorityResolutionStatus {
26
+ NOT_REQUIRED = "NOT_REQUIRED",
27
+ RESOLVED = "RESOLVED"
28
+ }
29
+ //# sourceMappingURL=execution-binding-vocabularies.meta-workflows.shared.schemas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execution-binding-vocabularies.meta-workflows.shared.schemas.d.ts","sourceRoot":"","sources":["../../../../../src/flows-actors/meta-workflows/execution-binding-vocabularies.meta-workflows.shared.schemas.ts"],"names":[],"mappings":"AAoBA;;;;;GAKG;AACH,oBAAY,mCAAmC;IAC7C,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,UAAU,eAAe;CAC1B;AAED,eAAO,MAAM,iDAAiD,EAAE,SAAS,mCAAmC,EAOzG,CAAC;AAMJ,0FAA0F;AAC1F,oBAAY,yCAAyC;IACnD,OAAO,YAAY;CACpB;AAED,6EAA6E;AAC7E,oBAAY,+CAA+C;IACzD,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;CACtB"}
@@ -0,0 +1,58 @@
1
+ // `MetaWorkflow_ExecutionBindingRole` is NOT declared here.
2
+ //
3
+ // It appears on `Actors_Task_Context.continuityBinding`, which the package ROOT publishes, so it
4
+ // lives at the Actor-Task boundary — `flows-actors/task-continuity-binding.actors.shared.schemas`
5
+ // — and is reachable from `@wildo-ai/saas-models`.
6
+ //
7
+ // Why moving it was necessary, stated precisely: TypeScript writes an inferred type by NAME, and it
8
+ // will only use a module specifier the consuming program has ALREADY RESOLVED. This module was
9
+ // published by `@wildo-ai/saas-models/meta-workflows`, and that did not help — a consumer importing
10
+ // only the package root never resolves that subpath, so the sole remaining name for the declaring
11
+ // file was a `node_modules/.../dist/esm/...` path, which TypeScript refuses (`TS2742`/`TS2883`).
12
+ // Publication is not reachability.
13
+ //
14
+ // Deliberately NOT a JSDoc block: declaration emit would reattach it to the next exported symbol,
15
+ // making it that symbol's hover documentation for every consumer.
16
+ //
17
+ // The rest of the execution-binding vocabulary stays in this module because no root-exported
18
+ // contract references it. Import the role from the boundary module; do not re-declare or
19
+ // re-export it here — one vocabulary member, one named source.
20
+ /**
21
+ * Concrete lifecycle of one semantic-to-physical execution attempt.
22
+ *
23
+ * Terminal states are absorbing. A semantic retry creates a new binding with
24
+ * a greater attempt ordinal; it never reopens a terminal binding.
25
+ */
26
+ export var MetaWorkflow_ExecutionBindingStatus;
27
+ (function (MetaWorkflow_ExecutionBindingStatus) {
28
+ MetaWorkflow_ExecutionBindingStatus["PREPARED"] = "PREPARED";
29
+ MetaWorkflow_ExecutionBindingStatus["ADMITTED"] = "ADMITTED";
30
+ MetaWorkflow_ExecutionBindingStatus["RUNNING"] = "RUNNING";
31
+ MetaWorkflow_ExecutionBindingStatus["INPUT_REQUIRED"] = "INPUT_REQUIRED";
32
+ MetaWorkflow_ExecutionBindingStatus["RECONCILING"] = "RECONCILING";
33
+ MetaWorkflow_ExecutionBindingStatus["COMPLETED"] = "COMPLETED";
34
+ MetaWorkflow_ExecutionBindingStatus["FAILED"] = "FAILED";
35
+ MetaWorkflow_ExecutionBindingStatus["CANCELLED"] = "CANCELLED";
36
+ MetaWorkflow_ExecutionBindingStatus["ABORTED"] = "ABORTED";
37
+ MetaWorkflow_ExecutionBindingStatus["CONFLICTED"] = "CONFLICTED";
38
+ })(MetaWorkflow_ExecutionBindingStatus || (MetaWorkflow_ExecutionBindingStatus = {}));
39
+ export const META_WORKFLOW_TERMINAL_EXECUTION_BINDING_STATUSES = [
40
+ MetaWorkflow_ExecutionBindingStatus.COMPLETED,
41
+ MetaWorkflow_ExecutionBindingStatus.FAILED,
42
+ MetaWorkflow_ExecutionBindingStatus.CANCELLED,
43
+ MetaWorkflow_ExecutionBindingStatus.ABORTED,
44
+ MetaWorkflow_ExecutionBindingStatus.CONFLICTED,
45
+ ];
46
+ const META_WORKFLOW_TERMINAL_EXECUTION_BINDING_STATUS_SET = new Set(META_WORKFLOW_TERMINAL_EXECUTION_BINDING_STATUSES);
47
+ /** Internal capability direction. Meta-workflow execution consumes; it never provides. */
48
+ export var MetaWorkflow_ExecutionCapabilityDirection;
49
+ (function (MetaWorkflow_ExecutionCapabilityDirection) {
50
+ MetaWorkflow_ExecutionCapabilityDirection["CONSUME"] = "CONSUME";
51
+ })(MetaWorkflow_ExecutionCapabilityDirection || (MetaWorkflow_ExecutionCapabilityDirection = {}));
52
+ /** Whether invocation-time authority was unnecessary or exactly resolved. */
53
+ export var MetaWorkflow_ExecutionAuthorityResolutionStatus;
54
+ (function (MetaWorkflow_ExecutionAuthorityResolutionStatus) {
55
+ MetaWorkflow_ExecutionAuthorityResolutionStatus["NOT_REQUIRED"] = "NOT_REQUIRED";
56
+ MetaWorkflow_ExecutionAuthorityResolutionStatus["RESOLVED"] = "RESOLVED";
57
+ })(MetaWorkflow_ExecutionAuthorityResolutionStatus || (MetaWorkflow_ExecutionAuthorityResolutionStatus = {}));
58
+ //# sourceMappingURL=execution-binding-vocabularies.meta-workflows.shared.schemas.js.map