@wildo-ai/saas-models 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (846) hide show
  1. package/dist/esm/__tests__/setup.d.ts +2 -0
  2. package/dist/esm/__tests__/setup.d.ts.map +1 -0
  3. package/dist/esm/__tests__/setup.js +4 -0
  4. package/dist/esm/__tests__/setup.js.map +1 -0
  5. package/dist/esm/applications/application-metadata.shared.resources-config.schemas.d.ts +17 -0
  6. package/dist/esm/applications/application-metadata.shared.resources-config.schemas.d.ts.map +1 -0
  7. package/dist/esm/applications/application-metadata.shared.resources-config.schemas.js +91 -0
  8. package/dist/esm/applications/application-metadata.shared.resources-config.schemas.js.map +1 -0
  9. package/dist/esm/applications/application-versions.shared.resources-config.schemas.d.ts +24 -0
  10. package/dist/esm/applications/application-versions.shared.resources-config.schemas.d.ts.map +1 -0
  11. package/dist/esm/applications/application-versions.shared.resources-config.schemas.js +200 -0
  12. package/dist/esm/applications/application-versions.shared.resources-config.schemas.js.map +1 -0
  13. package/dist/esm/applications/applications-context.schemas.d.ts +574 -0
  14. package/dist/esm/applications/applications-context.schemas.d.ts.map +1 -0
  15. package/dist/esm/applications/applications-context.schemas.js +14 -0
  16. package/dist/esm/applications/applications-context.schemas.js.map +1 -0
  17. package/dist/esm/applications/applications.shared.resources-config.schemas.d.ts +24 -0
  18. package/dist/esm/applications/applications.shared.resources-config.schemas.d.ts.map +1 -0
  19. package/dist/esm/applications/applications.shared.resources-config.schemas.js +268 -0
  20. package/dist/esm/applications/applications.shared.resources-config.schemas.js.map +1 -0
  21. package/dist/esm/applications/applications.shared.schemas.d.ts +45 -0
  22. package/dist/esm/applications/applications.shared.schemas.d.ts.map +1 -0
  23. package/dist/esm/applications/applications.shared.schemas.js +48 -0
  24. package/dist/esm/applications/applications.shared.schemas.js.map +1 -0
  25. package/dist/esm/billing/billing-account.shared.resources-config.schemas.d.ts +45 -0
  26. package/dist/esm/billing/billing-account.shared.resources-config.schemas.d.ts.map +1 -0
  27. package/dist/esm/billing/billing-account.shared.resources-config.schemas.js +160 -0
  28. package/dist/esm/billing/billing-account.shared.resources-config.schemas.js.map +1 -0
  29. package/dist/esm/billing/billing-account.shared.schemas.d.ts +78 -0
  30. package/dist/esm/billing/billing-account.shared.schemas.d.ts.map +1 -0
  31. package/dist/esm/billing/billing-account.shared.schemas.js +87 -0
  32. package/dist/esm/billing/billing-account.shared.schemas.js.map +1 -0
  33. package/dist/esm/billing/billing-configuration.shared.schemas.d.ts +43 -0
  34. package/dist/esm/billing/billing-configuration.shared.schemas.d.ts.map +1 -0
  35. package/dist/esm/billing/billing-configuration.shared.schemas.js +100 -0
  36. package/dist/esm/billing/billing-configuration.shared.schemas.js.map +1 -0
  37. package/dist/esm/billing/billing-enums.shared.schemas.d.ts +173 -0
  38. package/dist/esm/billing/billing-enums.shared.schemas.d.ts.map +1 -0
  39. package/dist/esm/billing/billing-enums.shared.schemas.js +199 -0
  40. package/dist/esm/billing/billing-enums.shared.schemas.js.map +1 -0
  41. package/dist/esm/billing/billing-types.shared.schemas.d.ts +81 -0
  42. package/dist/esm/billing/billing-types.shared.schemas.d.ts.map +1 -0
  43. package/dist/esm/billing/billing-types.shared.schemas.js +10 -0
  44. package/dist/esm/billing/billing-types.shared.schemas.js.map +1 -0
  45. package/dist/esm/billing/credit-pool.shared.resources-config.schemas.d.ts +23 -0
  46. package/dist/esm/billing/credit-pool.shared.resources-config.schemas.d.ts.map +1 -0
  47. package/dist/esm/billing/credit-pool.shared.resources-config.schemas.js +111 -0
  48. package/dist/esm/billing/credit-pool.shared.resources-config.schemas.js.map +1 -0
  49. package/dist/esm/billing/credit-pool.shared.schemas.d.ts +48 -0
  50. package/dist/esm/billing/credit-pool.shared.schemas.d.ts.map +1 -0
  51. package/dist/esm/billing/credit-pool.shared.schemas.js +52 -0
  52. package/dist/esm/billing/credit-pool.shared.schemas.js.map +1 -0
  53. package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.d.ts +10 -0
  54. package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.d.ts.map +1 -0
  55. package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.js +86 -0
  56. package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.js.map +1 -0
  57. package/dist/esm/billing/invoice-ref.shared.schemas.d.ts +40 -0
  58. package/dist/esm/billing/invoice-ref.shared.schemas.d.ts.map +1 -0
  59. package/dist/esm/billing/invoice-ref.shared.schemas.js +43 -0
  60. package/dist/esm/billing/invoice-ref.shared.schemas.js.map +1 -0
  61. package/dist/esm/billing/price.shared.resources-config.schemas.d.ts +30 -0
  62. package/dist/esm/billing/price.shared.resources-config.schemas.d.ts.map +1 -0
  63. package/dist/esm/billing/price.shared.resources-config.schemas.js +58 -0
  64. package/dist/esm/billing/price.shared.resources-config.schemas.js.map +1 -0
  65. package/dist/esm/billing/price.shared.schemas.d.ts +50 -0
  66. package/dist/esm/billing/price.shared.schemas.d.ts.map +1 -0
  67. package/dist/esm/billing/price.shared.schemas.js +72 -0
  68. package/dist/esm/billing/price.shared.schemas.js.map +1 -0
  69. package/dist/esm/billing/product-behavior-policy.shared.schemas.d.ts +67 -0
  70. package/dist/esm/billing/product-behavior-policy.shared.schemas.d.ts.map +1 -0
  71. package/dist/esm/billing/product-behavior-policy.shared.schemas.js +84 -0
  72. package/dist/esm/billing/product-behavior-policy.shared.schemas.js.map +1 -0
  73. package/dist/esm/billing/product-definition.shared.schemas.d.ts +111 -0
  74. package/dist/esm/billing/product-definition.shared.schemas.d.ts.map +1 -0
  75. package/dist/esm/billing/product-definition.shared.schemas.js +97 -0
  76. package/dist/esm/billing/product-definition.shared.schemas.js.map +1 -0
  77. package/dist/esm/billing/product.shared.resources-config.schemas.d.ts +64 -0
  78. package/dist/esm/billing/product.shared.resources-config.schemas.d.ts.map +1 -0
  79. package/dist/esm/billing/product.shared.resources-config.schemas.js +73 -0
  80. package/dist/esm/billing/product.shared.resources-config.schemas.js.map +1 -0
  81. package/dist/esm/billing/product.shared.schemas.d.ts +77 -0
  82. package/dist/esm/billing/product.shared.schemas.d.ts.map +1 -0
  83. package/dist/esm/billing/product.shared.schemas.js +86 -0
  84. package/dist/esm/billing/product.shared.schemas.js.map +1 -0
  85. package/dist/esm/billing/promotions.shared.resources-config.schemas.d.ts +40 -0
  86. package/dist/esm/billing/promotions.shared.resources-config.schemas.d.ts.map +1 -0
  87. package/dist/esm/billing/promotions.shared.resources-config.schemas.js +105 -0
  88. package/dist/esm/billing/promotions.shared.resources-config.schemas.js.map +1 -0
  89. package/dist/esm/billing/promotions.shared.schemas.d.ts +41 -0
  90. package/dist/esm/billing/promotions.shared.schemas.d.ts.map +1 -0
  91. package/dist/esm/billing/promotions.shared.schemas.js +70 -0
  92. package/dist/esm/billing/promotions.shared.schemas.js.map +1 -0
  93. package/dist/esm/billing/referral.shared.resources-config.schemas.d.ts +43 -0
  94. package/dist/esm/billing/referral.shared.resources-config.schemas.d.ts.map +1 -0
  95. package/dist/esm/billing/referral.shared.resources-config.schemas.js +58 -0
  96. package/dist/esm/billing/referral.shared.resources-config.schemas.js.map +1 -0
  97. package/dist/esm/billing/referral.shared.schemas.d.ts +70 -0
  98. package/dist/esm/billing/referral.shared.schemas.d.ts.map +1 -0
  99. package/dist/esm/billing/referral.shared.schemas.js +75 -0
  100. package/dist/esm/billing/referral.shared.schemas.js.map +1 -0
  101. package/dist/esm/billing/subscription.shared.resources-config.schemas.d.ts +53 -0
  102. package/dist/esm/billing/subscription.shared.resources-config.schemas.d.ts.map +1 -0
  103. package/dist/esm/billing/subscription.shared.resources-config.schemas.js +182 -0
  104. package/dist/esm/billing/subscription.shared.resources-config.schemas.js.map +1 -0
  105. package/dist/esm/billing/subscription.shared.schemas.d.ts +109 -0
  106. package/dist/esm/billing/subscription.shared.schemas.d.ts.map +1 -0
  107. package/dist/esm/billing/subscription.shared.schemas.js +92 -0
  108. package/dist/esm/billing/subscription.shared.schemas.js.map +1 -0
  109. package/dist/esm/billing/usage-record.shared.resources-config.schemas.d.ts +10 -0
  110. package/dist/esm/billing/usage-record.shared.resources-config.schemas.d.ts.map +1 -0
  111. package/dist/esm/billing/usage-record.shared.resources-config.schemas.js +68 -0
  112. package/dist/esm/billing/usage-record.shared.resources-config.schemas.js.map +1 -0
  113. package/dist/esm/billing/usage-record.shared.schemas.d.ts +52 -0
  114. package/dist/esm/billing/usage-record.shared.schemas.d.ts.map +1 -0
  115. package/dist/esm/billing/usage-record.shared.schemas.js +49 -0
  116. package/dist/esm/billing/usage-record.shared.schemas.js.map +1 -0
  117. package/dist/esm/charts/aggregation-query.shared.schemas.d.ts +185 -0
  118. package/dist/esm/charts/aggregation-query.shared.schemas.d.ts.map +1 -0
  119. package/dist/esm/charts/aggregation-query.shared.schemas.js +200 -0
  120. package/dist/esm/charts/aggregation-query.shared.schemas.js.map +1 -0
  121. package/dist/esm/charts/aggregation.shared.definitions.d.ts +80 -0
  122. package/dist/esm/charts/aggregation.shared.definitions.d.ts.map +1 -0
  123. package/dist/esm/charts/aggregation.shared.definitions.js +103 -0
  124. package/dist/esm/charts/aggregation.shared.definitions.js.map +1 -0
  125. package/dist/esm/charts/chart-definition-builder.shared.d.ts +212 -0
  126. package/dist/esm/charts/chart-definition-builder.shared.d.ts.map +1 -0
  127. package/dist/esm/charts/chart-definition-builder.shared.js +434 -0
  128. package/dist/esm/charts/chart-definition-builder.shared.js.map +1 -0
  129. package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.d.ts +43 -0
  130. package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.d.ts.map +1 -0
  131. package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.js +133 -0
  132. package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.js.map +1 -0
  133. package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.d.ts +951 -0
  134. package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.d.ts.map +1 -0
  135. package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.js +643 -0
  136. package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.js.map +1 -0
  137. package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.d.ts +69 -0
  138. package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.d.ts.map +1 -0
  139. package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.js +163 -0
  140. package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.js.map +1 -0
  141. package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.d.ts +37 -0
  142. package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.d.ts.map +1 -0
  143. package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.js +38 -0
  144. package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.js.map +1 -0
  145. package/dist/esm/compliance/privacy/data-retention.shared.schemas.d.ts +8 -0
  146. package/dist/esm/compliance/privacy/data-retention.shared.schemas.d.ts.map +1 -0
  147. package/dist/esm/compliance/privacy/data-retention.shared.schemas.js +7 -0
  148. package/dist/esm/compliance/privacy/data-retention.shared.schemas.js.map +1 -0
  149. package/dist/esm/compliance/privacy/privacy.shared.schemas.d.ts +85 -0
  150. package/dist/esm/compliance/privacy/privacy.shared.schemas.d.ts.map +1 -0
  151. package/dist/esm/compliance/privacy/privacy.shared.schemas.js +60 -0
  152. package/dist/esm/compliance/privacy/privacy.shared.schemas.js.map +1 -0
  153. package/dist/esm/compliance/privacy/redaction.shared.schemas.d.ts +15 -0
  154. package/dist/esm/compliance/privacy/redaction.shared.schemas.d.ts.map +1 -0
  155. package/dist/esm/compliance/privacy/redaction.shared.schemas.js +16 -0
  156. package/dist/esm/compliance/privacy/redaction.shared.schemas.js.map +1 -0
  157. package/dist/esm/compliance/privacy/sharing.shared.schemas.d.ts +2 -0
  158. package/dist/esm/compliance/privacy/sharing.shared.schemas.d.ts.map +1 -0
  159. package/dist/esm/compliance/privacy/sharing.shared.schemas.js +1 -0
  160. package/dist/esm/compliance/privacy/sharing.shared.schemas.js.map +1 -0
  161. package/dist/esm/config/analytics-value-moments.shared.schemas.d.ts +166 -0
  162. package/dist/esm/config/analytics-value-moments.shared.schemas.d.ts.map +1 -0
  163. package/dist/esm/config/analytics-value-moments.shared.schemas.js +215 -0
  164. package/dist/esm/config/analytics-value-moments.shared.schemas.js.map +1 -0
  165. package/dist/esm/config/app-configuration-shared.shared.schemas.d.ts +472 -0
  166. package/dist/esm/config/app-configuration-shared.shared.schemas.d.ts.map +1 -0
  167. package/dist/esm/config/app-configuration-shared.shared.schemas.js +219 -0
  168. package/dist/esm/config/app-configuration-shared.shared.schemas.js.map +1 -0
  169. package/dist/esm/config/auth-config-resolution.shared.utils.d.ts +28 -0
  170. package/dist/esm/config/auth-config-resolution.shared.utils.d.ts.map +1 -0
  171. package/dist/esm/config/auth-config-resolution.shared.utils.js +211 -0
  172. package/dist/esm/config/auth-config-resolution.shared.utils.js.map +1 -0
  173. package/dist/esm/config/configuration-validation.shared.schemas.d.ts +38 -0
  174. package/dist/esm/config/configuration-validation.shared.schemas.d.ts.map +1 -0
  175. package/dist/esm/config/configuration-validation.shared.schemas.js +48 -0
  176. package/dist/esm/config/configuration-validation.shared.schemas.js.map +1 -0
  177. package/dist/esm/config/entity-identity-config.shared.schemas.d.ts +402 -0
  178. package/dist/esm/config/entity-identity-config.shared.schemas.d.ts.map +1 -0
  179. package/dist/esm/config/entity-identity-config.shared.schemas.js +228 -0
  180. package/dist/esm/config/entity-identity-config.shared.schemas.js.map +1 -0
  181. package/dist/esm/config/frontend/chart-definition.shared.schemas.d.ts +1612 -0
  182. package/dist/esm/config/frontend/chart-definition.shared.schemas.d.ts.map +1 -0
  183. package/dist/esm/config/frontend/chart-definition.shared.schemas.js +998 -0
  184. package/dist/esm/config/frontend/chart-definition.shared.schemas.js.map +1 -0
  185. package/dist/esm/config/frontend/navigation.shared.schemas.d.ts +684 -0
  186. package/dist/esm/config/frontend/navigation.shared.schemas.d.ts.map +1 -0
  187. package/dist/esm/config/frontend/navigation.shared.schemas.js +678 -0
  188. package/dist/esm/config/frontend/navigation.shared.schemas.js.map +1 -0
  189. package/dist/esm/config/frontend/onboarding.shared.schemas.d.ts +618 -0
  190. package/dist/esm/config/frontend/onboarding.shared.schemas.d.ts.map +1 -0
  191. package/dist/esm/config/frontend/onboarding.shared.schemas.js +391 -0
  192. package/dist/esm/config/frontend/onboarding.shared.schemas.js.map +1 -0
  193. package/dist/esm/config/postgresql.shared.schemas.d.ts +29 -0
  194. package/dist/esm/config/postgresql.shared.schemas.d.ts.map +1 -0
  195. package/dist/esm/config/postgresql.shared.schemas.js +37 -0
  196. package/dist/esm/config/postgresql.shared.schemas.js.map +1 -0
  197. package/dist/esm/crdt/crdt-merge.shared.utils.d.ts +50 -0
  198. package/dist/esm/crdt/crdt-merge.shared.utils.d.ts.map +1 -0
  199. package/dist/esm/crdt/crdt-merge.shared.utils.js +120 -0
  200. package/dist/esm/crdt/crdt-merge.shared.utils.js.map +1 -0
  201. package/dist/esm/errors/errors.custom-message-ref.shared.definitions.d.ts +230 -0
  202. package/dist/esm/errors/errors.custom-message-ref.shared.definitions.d.ts.map +1 -0
  203. package/dist/esm/errors/errors.custom-message-ref.shared.definitions.js +248 -0
  204. package/dist/esm/errors/errors.custom-message-ref.shared.definitions.js.map +1 -0
  205. package/dist/esm/errors/errors.shared.definitions.d.ts +27 -0
  206. package/dist/esm/errors/errors.shared.definitions.d.ts.map +1 -0
  207. package/dist/esm/errors/errors.shared.definitions.js +287 -0
  208. package/dist/esm/errors/errors.shared.definitions.js.map +1 -0
  209. package/dist/esm/errors/errors.shared.schemas.d.ts +424 -0
  210. package/dist/esm/errors/errors.shared.schemas.d.ts.map +1 -0
  211. package/dist/esm/errors/errors.shared.schemas.js +375 -0
  212. package/dist/esm/errors/errors.shared.schemas.js.map +1 -0
  213. package/dist/esm/errors/errors.shared.utils.d.ts +15 -0
  214. package/dist/esm/errors/errors.shared.utils.d.ts.map +1 -0
  215. package/dist/esm/errors/errors.shared.utils.js +23 -0
  216. package/dist/esm/errors/errors.shared.utils.js.map +1 -0
  217. package/dist/esm/external-providers/external-providers.shared.schemas.d.ts +248 -0
  218. package/dist/esm/external-providers/external-providers.shared.schemas.d.ts.map +1 -0
  219. package/dist/esm/external-providers/external-providers.shared.schemas.js +70 -0
  220. package/dist/esm/external-providers/external-providers.shared.schemas.js.map +1 -0
  221. package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.d.ts +27 -0
  222. package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.d.ts.map +1 -0
  223. package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.js +35 -0
  224. package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.js.map +1 -0
  225. package/dist/esm/external-providers/feature-mapping.shared.schemas.d.ts +80 -0
  226. package/dist/esm/external-providers/feature-mapping.shared.schemas.d.ts.map +1 -0
  227. package/dist/esm/external-providers/feature-mapping.shared.schemas.js +159 -0
  228. package/dist/esm/external-providers/feature-mapping.shared.schemas.js.map +1 -0
  229. package/dist/esm/external-providers/wildo-features.shared.schemas.d.ts +102 -0
  230. package/dist/esm/external-providers/wildo-features.shared.schemas.d.ts.map +1 -0
  231. package/dist/esm/external-providers/wildo-features.shared.schemas.js +124 -0
  232. package/dist/esm/external-providers/wildo-features.shared.schemas.js.map +1 -0
  233. package/dist/esm/features/core-feature-definitions.shared.d.ts +19 -0
  234. package/dist/esm/features/core-feature-definitions.shared.d.ts.map +1 -0
  235. package/dist/esm/features/core-feature-definitions.shared.js +69 -0
  236. package/dist/esm/features/core-feature-definitions.shared.js.map +1 -0
  237. package/dist/esm/features/feature-builders.shared.d.ts +90 -0
  238. package/dist/esm/features/feature-builders.shared.d.ts.map +1 -0
  239. package/dist/esm/features/feature-builders.shared.js +107 -0
  240. package/dist/esm/features/feature-builders.shared.js.map +1 -0
  241. package/dist/esm/features/feature-definition.shared.schemas.d.ts +239 -0
  242. package/dist/esm/features/feature-definition.shared.schemas.d.ts.map +1 -0
  243. package/dist/esm/features/feature-definition.shared.schemas.js +280 -0
  244. package/dist/esm/features/feature-definition.shared.schemas.js.map +1 -0
  245. package/dist/esm/features/feature-registry.shared.d.ts +117 -0
  246. package/dist/esm/features/feature-registry.shared.d.ts.map +1 -0
  247. package/dist/esm/features/feature-registry.shared.js +176 -0
  248. package/dist/esm/features/feature-registry.shared.js.map +1 -0
  249. package/dist/esm/features/feature-resolution.shared.schemas.d.ts +54 -0
  250. package/dist/esm/features/feature-resolution.shared.schemas.d.ts.map +1 -0
  251. package/dist/esm/features/feature-resolution.shared.schemas.js +7 -0
  252. package/dist/esm/features/feature-resolution.shared.schemas.js.map +1 -0
  253. package/dist/esm/features/platform-capability-definitions.shared.d.ts +50 -0
  254. package/dist/esm/features/platform-capability-definitions.shared.d.ts.map +1 -0
  255. package/dist/esm/features/platform-capability-definitions.shared.js +30 -0
  256. package/dist/esm/features/platform-capability-definitions.shared.js.map +1 -0
  257. package/dist/esm/features/scope-features.shared.schemas.d.ts +45 -0
  258. package/dist/esm/features/scope-features.shared.schemas.d.ts.map +1 -0
  259. package/dist/esm/features/scope-features.shared.schemas.js +50 -0
  260. package/dist/esm/features/scope-features.shared.schemas.js.map +1 -0
  261. package/dist/esm/features/user-features.shared.resources-config.schemas.d.ts +21 -0
  262. package/dist/esm/features/user-features.shared.resources-config.schemas.d.ts.map +1 -0
  263. package/dist/esm/features/user-features.shared.resources-config.schemas.js +65 -0
  264. package/dist/esm/features/user-features.shared.resources-config.schemas.js.map +1 -0
  265. package/dist/esm/files/files.shared.resources-config.schemas.d.ts +69 -0
  266. package/dist/esm/files/files.shared.resources-config.schemas.d.ts.map +1 -0
  267. package/dist/esm/files/files.shared.resources-config.schemas.js +103 -0
  268. package/dist/esm/files/files.shared.resources-config.schemas.js.map +1 -0
  269. package/dist/esm/files/files.shared.schemas.d.ts +122 -0
  270. package/dist/esm/files/files.shared.schemas.d.ts.map +1 -0
  271. package/dist/esm/files/files.shared.schemas.js +234 -0
  272. package/dist/esm/files/files.shared.schemas.js.map +1 -0
  273. package/dist/esm/files/files.shared.utils.d.ts +46 -0
  274. package/dist/esm/files/files.shared.utils.d.ts.map +1 -0
  275. package/dist/esm/files/files.shared.utils.js +74 -0
  276. package/dist/esm/files/files.shared.utils.js.map +1 -0
  277. package/dist/esm/flows-actors/actors.shared.schemas.d.ts +847 -0
  278. package/dist/esm/flows-actors/actors.shared.schemas.d.ts.map +1 -0
  279. package/dist/esm/flows-actors/actors.shared.schemas.js +71 -0
  280. package/dist/esm/flows-actors/actors.shared.schemas.js.map +1 -0
  281. package/dist/esm/flows-actors/agents-context.shared.schemas.d.ts +181 -0
  282. package/dist/esm/flows-actors/agents-context.shared.schemas.d.ts.map +1 -0
  283. package/dist/esm/flows-actors/agents-context.shared.schemas.js +116 -0
  284. package/dist/esm/flows-actors/agents-context.shared.schemas.js.map +1 -0
  285. package/dist/esm/flows-actors/agents.shared.schemas.d.ts +181 -0
  286. package/dist/esm/flows-actors/agents.shared.schemas.d.ts.map +1 -0
  287. package/dist/esm/flows-actors/agents.shared.schemas.js +226 -0
  288. package/dist/esm/flows-actors/agents.shared.schemas.js.map +1 -0
  289. package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.d.ts +229 -0
  290. package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.d.ts.map +1 -0
  291. package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.js +319 -0
  292. package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.js.map +1 -0
  293. package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.d.ts +236 -0
  294. package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.d.ts.map +1 -0
  295. package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.js +212 -0
  296. package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.js.map +1 -0
  297. package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.d.ts +276 -0
  298. package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.d.ts.map +1 -0
  299. package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.js +206 -0
  300. package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.js.map +1 -0
  301. package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.d.ts +243 -0
  302. package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.d.ts.map +1 -0
  303. package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.js +88 -0
  304. package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.js.map +1 -0
  305. package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.d.ts +61 -0
  306. package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.d.ts.map +1 -0
  307. package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.js +54 -0
  308. package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.js.map +1 -0
  309. package/dist/esm/flows-actors/flows-actors.io.shared.schemas.d.ts +122 -0
  310. package/dist/esm/flows-actors/flows-actors.io.shared.schemas.d.ts.map +1 -0
  311. package/dist/esm/flows-actors/flows-actors.io.shared.schemas.js +76 -0
  312. package/dist/esm/flows-actors/flows-actors.io.shared.schemas.js.map +1 -0
  313. package/dist/esm/flows-actors/flows-actors.system.shared.schemas.d.ts +224 -0
  314. package/dist/esm/flows-actors/flows-actors.system.shared.schemas.d.ts.map +1 -0
  315. package/dist/esm/flows-actors/flows-actors.system.shared.schemas.js +76 -0
  316. package/dist/esm/flows-actors/flows-actors.system.shared.schemas.js.map +1 -0
  317. package/dist/esm/flows-actors/flows.shared.schemas.d.ts +306 -0
  318. package/dist/esm/flows-actors/flows.shared.schemas.d.ts.map +1 -0
  319. package/dist/esm/flows-actors/flows.shared.schemas.js +148 -0
  320. package/dist/esm/flows-actors/flows.shared.schemas.js.map +1 -0
  321. package/dist/esm/flows-actors/prompt-ir.shared.schemas.d.ts +60 -0
  322. package/dist/esm/flows-actors/prompt-ir.shared.schemas.d.ts.map +1 -0
  323. package/dist/esm/flows-actors/prompt-ir.shared.schemas.js +95 -0
  324. package/dist/esm/flows-actors/prompt-ir.shared.schemas.js.map +1 -0
  325. package/dist/esm/flows-actors/tasks.actors.shared.schemas.d.ts +700 -0
  326. package/dist/esm/flows-actors/tasks.actors.shared.schemas.d.ts.map +1 -0
  327. package/dist/esm/flows-actors/tasks.actors.shared.schemas.js +164 -0
  328. package/dist/esm/flows-actors/tasks.actors.shared.schemas.js.map +1 -0
  329. package/dist/esm/flows-actors/utils/flow-actors.context-builder.apps-context.shared.utils.d.ts +2 -0
  330. package/dist/esm/flows-actors/utils/flow-actors.context-builder.apps-context.shared.utils.d.ts.map +1 -0
  331. package/dist/esm/flows-actors/utils/flow-actors.context-builder.apps-context.shared.utils.js +1 -0
  332. package/dist/esm/flows-actors/utils/flow-actors.context-builder.apps-context.shared.utils.js.map +1 -0
  333. package/dist/esm/frontend-definitions/frontend-notification-custom-message-ref.definitions.d.ts +4 -0
  334. package/dist/esm/frontend-definitions/frontend-notification-custom-message-ref.definitions.d.ts.map +1 -0
  335. package/dist/esm/frontend-definitions/frontend-notification-custom-message-ref.definitions.js +5 -0
  336. package/dist/esm/frontend-definitions/frontend-notification-custom-message-ref.definitions.js.map +1 -0
  337. package/dist/esm/guidance/guidance-flow.shared.schemas.d.ts +287 -0
  338. package/dist/esm/guidance/guidance-flow.shared.schemas.d.ts.map +1 -0
  339. package/dist/esm/guidance/guidance-flow.shared.schemas.js +105 -0
  340. package/dist/esm/guidance/guidance-flow.shared.schemas.js.map +1 -0
  341. package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.d.ts +43 -0
  342. package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.d.ts.map +1 -0
  343. package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.js +139 -0
  344. package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.js.map +1 -0
  345. package/dist/esm/guidance/guidance-state.shared.schemas.d.ts +53 -0
  346. package/dist/esm/guidance/guidance-state.shared.schemas.d.ts.map +1 -0
  347. package/dist/esm/guidance/guidance-state.shared.schemas.js +40 -0
  348. package/dist/esm/guidance/guidance-state.shared.schemas.js.map +1 -0
  349. package/dist/esm/guidance/lifecycle-config.shared.schemas.d.ts +89 -0
  350. package/dist/esm/guidance/lifecycle-config.shared.schemas.d.ts.map +1 -0
  351. package/dist/esm/guidance/lifecycle-config.shared.schemas.js +80 -0
  352. package/dist/esm/guidance/lifecycle-config.shared.schemas.js.map +1 -0
  353. package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.d.ts +47 -0
  354. package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.d.ts.map +1 -0
  355. package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.js +135 -0
  356. package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.js.map +1 -0
  357. package/dist/esm/guidance/lifecycle-state.shared.schemas.d.ts +110 -0
  358. package/dist/esm/guidance/lifecycle-state.shared.schemas.d.ts.map +1 -0
  359. package/dist/esm/guidance/lifecycle-state.shared.schemas.js +184 -0
  360. package/dist/esm/guidance/lifecycle-state.shared.schemas.js.map +1 -0
  361. package/dist/esm/guidance/milestone-builders.shared.d.ts +49 -0
  362. package/dist/esm/guidance/milestone-builders.shared.d.ts.map +1 -0
  363. package/dist/esm/guidance/milestone-builders.shared.js +47 -0
  364. package/dist/esm/guidance/milestone-builders.shared.js.map +1 -0
  365. package/dist/esm/guidance/milestone-definition.shared.schemas.d.ts +106 -0
  366. package/dist/esm/guidance/milestone-definition.shared.schemas.d.ts.map +1 -0
  367. package/dist/esm/guidance/milestone-definition.shared.schemas.js +45 -0
  368. package/dist/esm/guidance/milestone-definition.shared.schemas.js.map +1 -0
  369. package/dist/esm/guidance/progression-state.shared.resources-config.schemas.d.ts +37 -0
  370. package/dist/esm/guidance/progression-state.shared.resources-config.schemas.d.ts.map +1 -0
  371. package/dist/esm/guidance/progression-state.shared.resources-config.schemas.js +135 -0
  372. package/dist/esm/guidance/progression-state.shared.resources-config.schemas.js.map +1 -0
  373. package/dist/esm/guidance/progression-state.shared.schemas.d.ts +38 -0
  374. package/dist/esm/guidance/progression-state.shared.schemas.d.ts.map +1 -0
  375. package/dist/esm/guidance/progression-state.shared.schemas.js +38 -0
  376. package/dist/esm/guidance/progression-state.shared.schemas.js.map +1 -0
  377. package/dist/esm/i18n/labelling.dto.shared.schemas.d.ts +26 -0
  378. package/dist/esm/i18n/labelling.dto.shared.schemas.d.ts.map +1 -0
  379. package/dist/esm/i18n/labelling.dto.shared.schemas.js +23 -0
  380. package/dist/esm/i18n/labelling.dto.shared.schemas.js.map +1 -0
  381. package/dist/esm/index.d.ts +201 -0
  382. package/dist/esm/index.d.ts.map +1 -0
  383. package/dist/esm/index.js +227 -0
  384. package/dist/esm/index.js.map +1 -0
  385. package/dist/esm/monitoring/monitoring.shared.schemas.d.ts +128 -0
  386. package/dist/esm/monitoring/monitoring.shared.schemas.d.ts.map +1 -0
  387. package/dist/esm/monitoring/monitoring.shared.schemas.js +112 -0
  388. package/dist/esm/monitoring/monitoring.shared.schemas.js.map +1 -0
  389. package/dist/esm/notifications/email/email-context.shared.schemas.d.ts +139 -0
  390. package/dist/esm/notifications/email/email-context.shared.schemas.d.ts.map +1 -0
  391. package/dist/esm/notifications/email/email-context.shared.schemas.js +290 -0
  392. package/dist/esm/notifications/email/email-context.shared.schemas.js.map +1 -0
  393. package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.d.ts +39 -0
  394. package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.d.ts.map +1 -0
  395. package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.js +113 -0
  396. package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.js.map +1 -0
  397. package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.d.ts +63 -0
  398. package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.d.ts.map +1 -0
  399. package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.js +110 -0
  400. package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.js.map +1 -0
  401. package/dist/esm/notifications/email/email-template-registry.shared.schemas.d.ts +85 -0
  402. package/dist/esm/notifications/email/email-template-registry.shared.schemas.d.ts.map +1 -0
  403. package/dist/esm/notifications/email/email-template-registry.shared.schemas.js +328 -0
  404. package/dist/esm/notifications/email/email-template-registry.shared.schemas.js.map +1 -0
  405. package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.d.ts +62 -0
  406. package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.d.ts.map +1 -0
  407. package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.js +112 -0
  408. package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.js.map +1 -0
  409. package/dist/esm/notifications/email/email-template.shared.schemas.d.ts +162 -0
  410. package/dist/esm/notifications/email/email-template.shared.schemas.d.ts.map +1 -0
  411. package/dist/esm/notifications/email/email-template.shared.schemas.js +189 -0
  412. package/dist/esm/notifications/email/email-template.shared.schemas.js.map +1 -0
  413. package/dist/esm/notifications/notification-badges.core.definitions.d.ts +3 -0
  414. package/dist/esm/notifications/notification-badges.core.definitions.d.ts.map +1 -0
  415. package/dist/esm/notifications/notification-badges.core.definitions.js +13 -0
  416. package/dist/esm/notifications/notification-badges.core.definitions.js.map +1 -0
  417. package/dist/esm/notifications/notification-badges.schemas.d.ts +75 -0
  418. package/dist/esm/notifications/notification-badges.schemas.d.ts.map +1 -0
  419. package/dist/esm/notifications/notification-badges.schemas.js +52 -0
  420. package/dist/esm/notifications/notification-badges.schemas.js.map +1 -0
  421. package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.d.ts +22 -0
  422. package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.d.ts.map +1 -0
  423. package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.js +79 -0
  424. package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.js.map +1 -0
  425. package/dist/esm/notifications/notifications.shared.schemas.d.ts +583 -0
  426. package/dist/esm/notifications/notifications.shared.schemas.d.ts.map +1 -0
  427. package/dist/esm/notifications/notifications.shared.schemas.js +196 -0
  428. package/dist/esm/notifications/notifications.shared.schemas.js.map +1 -0
  429. package/dist/esm/organizations/organization-features.shared.resources-config.schemas.d.ts +27 -0
  430. package/dist/esm/organizations/organization-features.shared.resources-config.schemas.d.ts.map +1 -0
  431. package/dist/esm/organizations/organization-features.shared.resources-config.schemas.js +162 -0
  432. package/dist/esm/organizations/organization-features.shared.resources-config.schemas.js.map +1 -0
  433. package/dist/esm/organizations/organization-features.shared.schemas.d.ts +23 -0
  434. package/dist/esm/organizations/organization-features.shared.schemas.d.ts.map +1 -0
  435. package/dist/esm/organizations/organization-features.shared.schemas.js +25 -0
  436. package/dist/esm/organizations/organization-features.shared.schemas.js.map +1 -0
  437. package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.d.ts +37 -0
  438. package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.d.ts.map +1 -0
  439. package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.js +207 -0
  440. package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.js.map +1 -0
  441. package/dist/esm/organizations/organization-members.shared.resources-config.schemas.d.ts +35 -0
  442. package/dist/esm/organizations/organization-members.shared.resources-config.schemas.d.ts.map +1 -0
  443. package/dist/esm/organizations/organization-members.shared.resources-config.schemas.js +278 -0
  444. package/dist/esm/organizations/organization-members.shared.resources-config.schemas.js.map +1 -0
  445. package/dist/esm/organizations/organization-members.shared.schemas.d.ts +59 -0
  446. package/dist/esm/organizations/organization-members.shared.schemas.d.ts.map +1 -0
  447. package/dist/esm/organizations/organization-members.shared.schemas.js +56 -0
  448. package/dist/esm/organizations/organization-members.shared.schemas.js.map +1 -0
  449. package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.d.ts +29 -0
  450. package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.d.ts.map +1 -0
  451. package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.js +68 -0
  452. package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.js.map +1 -0
  453. package/dist/esm/organizations/organization-notifications.shared.schemas.d.ts +26 -0
  454. package/dist/esm/organizations/organization-notifications.shared.schemas.d.ts.map +1 -0
  455. package/dist/esm/organizations/organization-notifications.shared.schemas.js +28 -0
  456. package/dist/esm/organizations/organization-notifications.shared.schemas.js.map +1 -0
  457. package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.d.ts +29 -0
  458. package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.d.ts.map +1 -0
  459. package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.js +70 -0
  460. package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.js.map +1 -0
  461. package/dist/esm/organizations/organization-preferences.shared.schemas.d.ts +34 -0
  462. package/dist/esm/organizations/organization-preferences.shared.schemas.d.ts.map +1 -0
  463. package/dist/esm/organizations/organization-preferences.shared.schemas.js +30 -0
  464. package/dist/esm/organizations/organization-preferences.shared.schemas.js.map +1 -0
  465. package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.d.ts +52 -0
  466. package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.d.ts.map +1 -0
  467. package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.js +97 -0
  468. package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.js.map +1 -0
  469. package/dist/esm/organizations/organization-profile.shared.schemas.d.ts +73 -0
  470. package/dist/esm/organizations/organization-profile.shared.schemas.d.ts.map +1 -0
  471. package/dist/esm/organizations/organization-profile.shared.schemas.js +71 -0
  472. package/dist/esm/organizations/organization-profile.shared.schemas.js.map +1 -0
  473. package/dist/esm/organizations/organization-units.shared.resources-config.schemas.d.ts +30 -0
  474. package/dist/esm/organizations/organization-units.shared.resources-config.schemas.d.ts.map +1 -0
  475. package/dist/esm/organizations/organization-units.shared.resources-config.schemas.js +196 -0
  476. package/dist/esm/organizations/organization-units.shared.resources-config.schemas.js.map +1 -0
  477. package/dist/esm/organizations/organization-units.shared.schemas.d.ts +53 -0
  478. package/dist/esm/organizations/organization-units.shared.schemas.d.ts.map +1 -0
  479. package/dist/esm/organizations/organization-units.shared.schemas.js +58 -0
  480. package/dist/esm/organizations/organization-units.shared.schemas.js.map +1 -0
  481. package/dist/esm/organizations/organizations.shared.resources-config.schemas.d.ts +27 -0
  482. package/dist/esm/organizations/organizations.shared.resources-config.schemas.d.ts.map +1 -0
  483. package/dist/esm/organizations/organizations.shared.resources-config.schemas.js +214 -0
  484. package/dist/esm/organizations/organizations.shared.resources-config.schemas.js.map +1 -0
  485. package/dist/esm/organizations/organizations.shared.schemas.d.ts +138 -0
  486. package/dist/esm/organizations/organizations.shared.schemas.d.ts.map +1 -0
  487. package/dist/esm/organizations/organizations.shared.schemas.js +58 -0
  488. package/dist/esm/organizations/organizations.shared.schemas.js.map +1 -0
  489. package/dist/esm/queue/jobs.shared.resources-config.schemas.d.ts +64 -0
  490. package/dist/esm/queue/jobs.shared.resources-config.schemas.d.ts.map +1 -0
  491. package/dist/esm/queue/jobs.shared.resources-config.schemas.js +290 -0
  492. package/dist/esm/queue/jobs.shared.resources-config.schemas.js.map +1 -0
  493. package/dist/esm/queue/jobs.shared.schemas.d.ts +337 -0
  494. package/dist/esm/queue/jobs.shared.schemas.d.ts.map +1 -0
  495. package/dist/esm/queue/jobs.shared.schemas.js +367 -0
  496. package/dist/esm/queue/jobs.shared.schemas.js.map +1 -0
  497. package/dist/esm/queue/jobs.shared.utils.d.ts +253 -0
  498. package/dist/esm/queue/jobs.shared.utils.d.ts.map +1 -0
  499. package/dist/esm/queue/jobs.shared.utils.js +446 -0
  500. package/dist/esm/queue/jobs.shared.utils.js.map +1 -0
  501. package/dist/esm/queue/queues.shared.schemas.d.ts +203 -0
  502. package/dist/esm/queue/queues.shared.schemas.d.ts.map +1 -0
  503. package/dist/esm/queue/queues.shared.schemas.js +300 -0
  504. package/dist/esm/queue/queues.shared.schemas.js.map +1 -0
  505. package/dist/esm/queue/queues.shared.utils.d.ts +122 -0
  506. package/dist/esm/queue/queues.shared.utils.d.ts.map +1 -0
  507. package/dist/esm/queue/queues.shared.utils.js +212 -0
  508. package/dist/esm/queue/queues.shared.utils.js.map +1 -0
  509. package/dist/esm/queue/rabbitmq-queue-args.shared.d.ts +13 -0
  510. package/dist/esm/queue/rabbitmq-queue-args.shared.d.ts.map +1 -0
  511. package/dist/esm/queue/rabbitmq-queue-args.shared.js +13 -0
  512. package/dist/esm/queue/rabbitmq-queue-args.shared.js.map +1 -0
  513. package/dist/esm/requests/header-keys.shared.d.ts +52 -0
  514. package/dist/esm/requests/header-keys.shared.d.ts.map +1 -0
  515. package/dist/esm/requests/header-keys.shared.js +67 -0
  516. package/dist/esm/requests/header-keys.shared.js.map +1 -0
  517. package/dist/esm/requests/http-requests.shared.d.ts +37 -0
  518. package/dist/esm/requests/http-requests.shared.d.ts.map +1 -0
  519. package/dist/esm/requests/http-requests.shared.js +40 -0
  520. package/dist/esm/requests/http-requests.shared.js.map +1 -0
  521. package/dist/esm/requests/manual-controllers-routes-urls.d.ts +80 -0
  522. package/dist/esm/requests/manual-controllers-routes-urls.d.ts.map +1 -0
  523. package/dist/esm/requests/manual-controllers-routes-urls.js +172 -0
  524. package/dist/esm/requests/manual-controllers-routes-urls.js.map +1 -0
  525. package/dist/esm/requests/rate-limits.shared.schemas.d.ts +44 -0
  526. package/dist/esm/requests/rate-limits.shared.schemas.d.ts.map +1 -0
  527. package/dist/esm/requests/rate-limits.shared.schemas.js +38 -0
  528. package/dist/esm/requests/rate-limits.shared.schemas.js.map +1 -0
  529. package/dist/esm/requests/websocket.shared.schemas.d.ts +1113 -0
  530. package/dist/esm/requests/websocket.shared.schemas.d.ts.map +1 -0
  531. package/dist/esm/requests/websocket.shared.schemas.js +682 -0
  532. package/dist/esm/requests/websocket.shared.schemas.js.map +1 -0
  533. package/dist/esm/resources/child-operations.shared.schemas.d.ts +236 -0
  534. package/dist/esm/resources/child-operations.shared.schemas.d.ts.map +1 -0
  535. package/dist/esm/resources/child-operations.shared.schemas.js +280 -0
  536. package/dist/esm/resources/child-operations.shared.schemas.js.map +1 -0
  537. package/dist/esm/resources/context-policy.shared.schemas.d.ts +159 -0
  538. package/dist/esm/resources/context-policy.shared.schemas.d.ts.map +1 -0
  539. package/dist/esm/resources/context-policy.shared.schemas.js +69 -0
  540. package/dist/esm/resources/context-policy.shared.schemas.js.map +1 -0
  541. package/dist/esm/resources/relationship-display.shared.schemas.d.ts +1487 -0
  542. package/dist/esm/resources/relationship-display.shared.schemas.d.ts.map +1 -0
  543. package/dist/esm/resources/relationship-display.shared.schemas.js +383 -0
  544. package/dist/esm/resources/relationship-display.shared.schemas.js.map +1 -0
  545. package/dist/esm/resources/resources-config.shared.factory.d.ts +31 -0
  546. package/dist/esm/resources/resources-config.shared.factory.d.ts.map +1 -0
  547. package/dist/esm/resources/resources-config.shared.factory.js +1536 -0
  548. package/dist/esm/resources/resources-config.shared.factory.js.map +1 -0
  549. package/dist/esm/resources/resources-config.shared.schemas.d.ts +767 -0
  550. package/dist/esm/resources/resources-config.shared.schemas.d.ts.map +1 -0
  551. package/dist/esm/resources/resources-config.shared.schemas.js +127 -0
  552. package/dist/esm/resources/resources-config.shared.schemas.js.map +1 -0
  553. package/dist/esm/resources/resources-registry.shared.core.definitions.d.ts +6 -0
  554. package/dist/esm/resources/resources-registry.shared.core.definitions.d.ts.map +1 -0
  555. package/dist/esm/resources/resources-registry.shared.core.definitions.js +691 -0
  556. package/dist/esm/resources/resources-registry.shared.core.definitions.js.map +1 -0
  557. package/dist/esm/resources/resources-relationships.shared.factory.d.ts +155 -0
  558. package/dist/esm/resources/resources-relationships.shared.factory.d.ts.map +1 -0
  559. package/dist/esm/resources/resources-relationships.shared.factory.js +256 -0
  560. package/dist/esm/resources/resources-relationships.shared.factory.js.map +1 -0
  561. package/dist/esm/resources/resources-serialization.shared.schemas.d.ts +254 -0
  562. package/dist/esm/resources/resources-serialization.shared.schemas.d.ts.map +1 -0
  563. package/dist/esm/resources/resources-serialization.shared.schemas.js +53 -0
  564. package/dist/esm/resources/resources-serialization.shared.schemas.js.map +1 -0
  565. package/dist/esm/resources/resources.shared.core.definitions.d.ts +142 -0
  566. package/dist/esm/resources/resources.shared.core.definitions.d.ts.map +1 -0
  567. package/dist/esm/resources/resources.shared.core.definitions.js +290 -0
  568. package/dist/esm/resources/resources.shared.core.definitions.js.map +1 -0
  569. package/dist/esm/resources/resources.shared.schemas.d.ts +1302 -0
  570. package/dist/esm/resources/resources.shared.schemas.d.ts.map +1 -0
  571. package/dist/esm/resources/resources.shared.schemas.js +717 -0
  572. package/dist/esm/resources/resources.shared.schemas.js.map +1 -0
  573. package/dist/esm/resources/resources.shared.utils.d.ts +364 -0
  574. package/dist/esm/resources/resources.shared.utils.d.ts.map +1 -0
  575. package/dist/esm/resources/resources.shared.utils.js +752 -0
  576. package/dist/esm/resources/resources.shared.utils.js.map +1 -0
  577. package/dist/esm/resources/testing/SchemaDecoratorTestUtils.d.ts +91 -0
  578. package/dist/esm/resources/testing/SchemaDecoratorTestUtils.d.ts.map +1 -0
  579. package/dist/esm/resources/testing/SchemaDecoratorTestUtils.js +325 -0
  580. package/dist/esm/resources/testing/SchemaDecoratorTestUtils.js.map +1 -0
  581. package/dist/esm/resources/utils/repository-dto-builder.utils.d.ts +79 -0
  582. package/dist/esm/resources/utils/repository-dto-builder.utils.d.ts.map +1 -0
  583. package/dist/esm/resources/utils/repository-dto-builder.utils.js +157 -0
  584. package/dist/esm/resources/utils/repository-dto-builder.utils.js.map +1 -0
  585. package/dist/esm/resources/utils/resource-operation-type-guards.utils.d.ts +47 -0
  586. package/dist/esm/resources/utils/resource-operation-type-guards.utils.d.ts.map +1 -0
  587. package/dist/esm/resources/utils/resource-operation-type-guards.utils.js +46 -0
  588. package/dist/esm/resources/utils/resource-operation-type-guards.utils.js.map +1 -0
  589. package/dist/esm/resources/utils/resource-polymorphism.factory.d.ts +130 -0
  590. package/dist/esm/resources/utils/resource-polymorphism.factory.d.ts.map +1 -0
  591. package/dist/esm/resources/utils/resource-polymorphism.factory.js +133 -0
  592. package/dist/esm/resources/utils/resource-polymorphism.factory.js.map +1 -0
  593. package/dist/esm/resources/utils/resource-polymorphism.relationships.d.ts +122 -0
  594. package/dist/esm/resources/utils/resource-polymorphism.relationships.d.ts.map +1 -0
  595. package/dist/esm/resources/utils/resource-polymorphism.relationships.js +131 -0
  596. package/dist/esm/resources/utils/resource-polymorphism.relationships.js.map +1 -0
  597. package/dist/esm/resources/utils/resource-polymorphism.schemas.d.ts +128 -0
  598. package/dist/esm/resources/utils/resource-polymorphism.schemas.d.ts.map +1 -0
  599. package/dist/esm/resources/utils/resource-polymorphism.schemas.js +267 -0
  600. package/dist/esm/resources/utils/resource-polymorphism.schemas.js.map +1 -0
  601. package/dist/esm/resources/utils/resource-polymorphism.utils.d.ts +120 -0
  602. package/dist/esm/resources/utils/resource-polymorphism.utils.d.ts.map +1 -0
  603. package/dist/esm/resources/utils/resource-polymorphism.utils.js +122 -0
  604. package/dist/esm/resources/utils/resource-polymorphism.utils.js.map +1 -0
  605. package/dist/esm/resources/utils/resource-subtree.utils.d.ts +26 -0
  606. package/dist/esm/resources/utils/resource-subtree.utils.d.ts.map +1 -0
  607. package/dist/esm/resources/utils/resource-subtree.utils.js +75 -0
  608. package/dist/esm/resources/utils/resource-subtree.utils.js.map +1 -0
  609. package/dist/esm/resources/utils/resources-config-context-needs.utils.d.ts +29 -0
  610. package/dist/esm/resources/utils/resources-config-context-needs.utils.d.ts.map +1 -0
  611. package/dist/esm/resources/utils/resources-config-context-needs.utils.js +47 -0
  612. package/dist/esm/resources/utils/resources-config-context-needs.utils.js.map +1 -0
  613. package/dist/esm/resources/utils/resources-config-naming.utils.d.ts +149 -0
  614. package/dist/esm/resources/utils/resources-config-naming.utils.d.ts.map +1 -0
  615. package/dist/esm/resources/utils/resources-config-naming.utils.js +391 -0
  616. package/dist/esm/resources/utils/resources-config-naming.utils.js.map +1 -0
  617. package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.d.ts +381 -0
  618. package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.d.ts.map +1 -0
  619. package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.js +2180 -0
  620. package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.js.map +1 -0
  621. package/dist/esm/resources/utils/resources-config-operations.path.utils.d.ts +65 -0
  622. package/dist/esm/resources/utils/resources-config-operations.path.utils.d.ts.map +1 -0
  623. package/dist/esm/resources/utils/resources-config-operations.path.utils.js +250 -0
  624. package/dist/esm/resources/utils/resources-config-operations.path.utils.js.map +1 -0
  625. package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.d.ts +258 -0
  626. package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.d.ts.map +1 -0
  627. package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.js +693 -0
  628. package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.js.map +1 -0
  629. package/dist/esm/resources/utils/resources-config-operations.utils.d.ts +40 -0
  630. package/dist/esm/resources/utils/resources-config-operations.utils.d.ts.map +1 -0
  631. package/dist/esm/resources/utils/resources-config-operations.utils.js +78 -0
  632. package/dist/esm/resources/utils/resources-config-operations.utils.js.map +1 -0
  633. package/dist/esm/resources/utils/resources-serialization.utils.d.ts +75 -0
  634. package/dist/esm/resources/utils/resources-serialization.utils.d.ts.map +1 -0
  635. package/dist/esm/resources/utils/resources-serialization.utils.js +92 -0
  636. package/dist/esm/resources/utils/resources-serialization.utils.js.map +1 -0
  637. package/dist/esm/resources/utils/resources-summary.utils.d.ts +81 -0
  638. package/dist/esm/resources/utils/resources-summary.utils.d.ts.map +1 -0
  639. package/dist/esm/resources/utils/resources-summary.utils.js +183 -0
  640. package/dist/esm/resources/utils/resources-summary.utils.js.map +1 -0
  641. package/dist/esm/resources/utils/schema-family-builder.utils.d.ts +97 -0
  642. package/dist/esm/resources/utils/schema-family-builder.utils.d.ts.map +1 -0
  643. package/dist/esm/resources/utils/schema-family-builder.utils.js +202 -0
  644. package/dist/esm/resources/utils/schema-family-builder.utils.js.map +1 -0
  645. package/dist/esm/resources/utils/schema-type-inference.utils.d.ts +26 -0
  646. package/dist/esm/resources/utils/schema-type-inference.utils.d.ts.map +1 -0
  647. package/dist/esm/resources/utils/schema-type-inference.utils.js +10 -0
  648. package/dist/esm/resources/utils/schema-type-inference.utils.js.map +1 -0
  649. package/dist/esm/resources/utils/schema-type-utils.d.ts +56 -0
  650. package/dist/esm/resources/utils/schema-type-utils.d.ts.map +1 -0
  651. package/dist/esm/resources/utils/schema-type-utils.js +81 -0
  652. package/dist/esm/resources/utils/schema-type-utils.js.map +1 -0
  653. package/dist/esm/resources/utils/schema-variant-resolver.utils.d.ts +49 -0
  654. package/dist/esm/resources/utils/schema-variant-resolver.utils.d.ts.map +1 -0
  655. package/dist/esm/resources/utils/schema-variant-resolver.utils.js +99 -0
  656. package/dist/esm/resources/utils/schema-variant-resolver.utils.js.map +1 -0
  657. package/dist/esm/runtime/companion-artifact-placement.shared.definitions.d.ts +31 -0
  658. package/dist/esm/runtime/companion-artifact-placement.shared.definitions.d.ts.map +1 -0
  659. package/dist/esm/runtime/companion-artifact-placement.shared.definitions.js +8 -0
  660. package/dist/esm/runtime/companion-artifact-placement.shared.definitions.js.map +1 -0
  661. package/dist/esm/runtime/domain-module.shared.definitions.d.ts +43 -0
  662. package/dist/esm/runtime/domain-module.shared.definitions.d.ts.map +1 -0
  663. package/dist/esm/runtime/domain-module.shared.definitions.js +77 -0
  664. package/dist/esm/runtime/domain-module.shared.definitions.js.map +1 -0
  665. package/dist/esm/runtime/execution-context.shared.schemas.d.ts +77 -0
  666. package/dist/esm/runtime/execution-context.shared.schemas.d.ts.map +1 -0
  667. package/dist/esm/runtime/execution-context.shared.schemas.js +87 -0
  668. package/dist/esm/runtime/execution-context.shared.schemas.js.map +1 -0
  669. package/dist/esm/runtime/runtime.shared.schemas.d.ts +19 -0
  670. package/dist/esm/runtime/runtime.shared.schemas.d.ts.map +1 -0
  671. package/dist/esm/runtime/runtime.shared.schemas.js +20 -0
  672. package/dist/esm/runtime/runtime.shared.schemas.js.map +1 -0
  673. package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.d.ts +37 -0
  674. package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.d.ts.map +1 -0
  675. package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.js +235 -0
  676. package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.js.map +1 -0
  677. package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.d.ts +37 -0
  678. package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.d.ts.map +1 -0
  679. package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.js +364 -0
  680. package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.js.map +1 -0
  681. package/dist/esm/security/api-keys/api-keys.shared.schemas.d.ts +113 -0
  682. package/dist/esm/security/api-keys/api-keys.shared.schemas.d.ts.map +1 -0
  683. package/dist/esm/security/api-keys/api-keys.shared.schemas.js +65 -0
  684. package/dist/esm/security/api-keys/api-keys.shared.schemas.js.map +1 -0
  685. package/dist/esm/security/authentications/authentication.shared.dto.schemas.d.ts +623 -0
  686. package/dist/esm/security/authentications/authentication.shared.dto.schemas.d.ts.map +1 -0
  687. package/dist/esm/security/authentications/authentication.shared.dto.schemas.js +421 -0
  688. package/dist/esm/security/authentications/authentication.shared.dto.schemas.js.map +1 -0
  689. package/dist/esm/security/authentications/authentication.shared.schemas.d.ts +140 -0
  690. package/dist/esm/security/authentications/authentication.shared.schemas.d.ts.map +1 -0
  691. package/dist/esm/security/authentications/authentication.shared.schemas.js +195 -0
  692. package/dist/esm/security/authentications/authentication.shared.schemas.js.map +1 -0
  693. package/dist/esm/security/authentications/authentication.shared.utils.d.ts +67 -0
  694. package/dist/esm/security/authentications/authentication.shared.utils.d.ts.map +1 -0
  695. package/dist/esm/security/authentications/authentication.shared.utils.js +126 -0
  696. package/dist/esm/security/authentications/authentication.shared.utils.js.map +1 -0
  697. package/dist/esm/security/authentications/consumable-token.shared.schemas.d.ts +146 -0
  698. package/dist/esm/security/authentications/consumable-token.shared.schemas.d.ts.map +1 -0
  699. package/dist/esm/security/authentications/consumable-token.shared.schemas.js +59 -0
  700. package/dist/esm/security/authentications/consumable-token.shared.schemas.js.map +1 -0
  701. package/dist/esm/security/authentications/password-reset.shared.dto.schemas.d.ts +39 -0
  702. package/dist/esm/security/authentications/password-reset.shared.dto.schemas.d.ts.map +1 -0
  703. package/dist/esm/security/authentications/password-reset.shared.dto.schemas.js +42 -0
  704. package/dist/esm/security/authentications/password-reset.shared.dto.schemas.js.map +1 -0
  705. package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.d.ts +10 -0
  706. package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.d.ts.map +1 -0
  707. package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.js +52 -0
  708. package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.js.map +1 -0
  709. package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.d.ts +52 -0
  710. package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.d.ts.map +1 -0
  711. package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.js +40 -0
  712. package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.js.map +1 -0
  713. package/dist/esm/security/authentications/registration.shared.dto.schemas.d.ts +85 -0
  714. package/dist/esm/security/authentications/registration.shared.dto.schemas.d.ts.map +1 -0
  715. package/dist/esm/security/authentications/registration.shared.dto.schemas.js +90 -0
  716. package/dist/esm/security/authentications/registration.shared.dto.schemas.js.map +1 -0
  717. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.d.ts +17 -0
  718. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.d.ts.map +1 -0
  719. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.js +90 -0
  720. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.js.map +1 -0
  721. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.d.ts +51 -0
  722. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.d.ts.map +1 -0
  723. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.js +38 -0
  724. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.js.map +1 -0
  725. package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.d.ts +25 -0
  726. package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.d.ts.map +1 -0
  727. package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.js +127 -0
  728. package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.js.map +1 -0
  729. package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.d.ts +36 -0
  730. package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.d.ts.map +1 -0
  731. package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.js +33 -0
  732. package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.js.map +1 -0
  733. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.d.ts +21 -0
  734. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.d.ts.map +1 -0
  735. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.js +123 -0
  736. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.js.map +1 -0
  737. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.d.ts +49 -0
  738. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.d.ts.map +1 -0
  739. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.js +37 -0
  740. package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.js.map +1 -0
  741. package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.d.ts +17 -0
  742. package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.d.ts.map +1 -0
  743. package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.js +90 -0
  744. package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.js.map +1 -0
  745. package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.d.ts +125 -0
  746. package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.d.ts.map +1 -0
  747. package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.js +76 -0
  748. package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.js.map +1 -0
  749. package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.d.ts +25 -0
  750. package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.d.ts.map +1 -0
  751. package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.js +111 -0
  752. package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.js.map +1 -0
  753. package/dist/esm/security/authentications/sso/sso-config.shared.schemas.d.ts +160 -0
  754. package/dist/esm/security/authentications/sso/sso-config.shared.schemas.d.ts.map +1 -0
  755. package/dist/esm/security/authentications/sso/sso-config.shared.schemas.js +113 -0
  756. package/dist/esm/security/authentications/sso/sso-config.shared.schemas.js.map +1 -0
  757. package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.d.ts +22 -0
  758. package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.d.ts.map +1 -0
  759. package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.js +123 -0
  760. package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.js.map +1 -0
  761. package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.d.ts +274 -0
  762. package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.d.ts.map +1 -0
  763. package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.js +143 -0
  764. package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.js.map +1 -0
  765. package/dist/esm/security/authorizations/roles.shared.defaults.d.ts +10 -0
  766. package/dist/esm/security/authorizations/roles.shared.defaults.d.ts.map +1 -0
  767. package/dist/esm/security/authorizations/roles.shared.defaults.js +76 -0
  768. package/dist/esm/security/authorizations/roles.shared.defaults.js.map +1 -0
  769. package/dist/esm/security/authorizations/roles.shared.schemas.d.ts +43 -0
  770. package/dist/esm/security/authorizations/roles.shared.schemas.d.ts.map +1 -0
  771. package/dist/esm/security/authorizations/roles.shared.schemas.js +58 -0
  772. package/dist/esm/security/authorizations/roles.shared.schemas.js.map +1 -0
  773. package/dist/esm/security/crypto-keys/crypto-keys.shared.schemas.d.ts +6 -0
  774. package/dist/esm/security/crypto-keys/crypto-keys.shared.schemas.d.ts.map +1 -0
  775. package/dist/esm/security/crypto-keys/crypto-keys.shared.schemas.js +7 -0
  776. package/dist/esm/security/crypto-keys/crypto-keys.shared.schemas.js.map +1 -0
  777. package/dist/esm/testing/resource-config-builders.d.ts +33 -0
  778. package/dist/esm/testing/resource-config-builders.d.ts.map +1 -0
  779. package/dist/esm/testing/resource-config-builders.js +240 -0
  780. package/dist/esm/testing/resource-config-builders.js.map +1 -0
  781. package/dist/esm/testing/schema-decorator-utils.d.ts +91 -0
  782. package/dist/esm/testing/schema-decorator-utils.d.ts.map +1 -0
  783. package/dist/esm/testing/schema-decorator-utils.js +325 -0
  784. package/dist/esm/testing/schema-decorator-utils.js.map +1 -0
  785. package/dist/esm/testing.d.ts +6 -0
  786. package/dist/esm/testing.d.ts.map +1 -0
  787. package/dist/esm/testing.js +6 -0
  788. package/dist/esm/testing.js.map +1 -0
  789. package/dist/esm/users/anonymous-users.shared.resources-config.schemas.d.ts +27 -0
  790. package/dist/esm/users/anonymous-users.shared.resources-config.schemas.d.ts.map +1 -0
  791. package/dist/esm/users/anonymous-users.shared.resources-config.schemas.js +79 -0
  792. package/dist/esm/users/anonymous-users.shared.resources-config.schemas.js.map +1 -0
  793. package/dist/esm/users/anonymous-users.shared.schema.d.ts +28 -0
  794. package/dist/esm/users/anonymous-users.shared.schema.d.ts.map +1 -0
  795. package/dist/esm/users/anonymous-users.shared.schema.js +21 -0
  796. package/dist/esm/users/anonymous-users.shared.schema.js.map +1 -0
  797. package/dist/esm/users/inbound-contacts.shared.schemas.d.ts +23 -0
  798. package/dist/esm/users/inbound-contacts.shared.schemas.d.ts.map +1 -0
  799. package/dist/esm/users/inbound-contacts.shared.schemas.js +15 -0
  800. package/dist/esm/users/inbound-contacts.shared.schemas.js.map +1 -0
  801. package/dist/esm/users/user-credentials.shared.resources-config.schemas.d.ts +41 -0
  802. package/dist/esm/users/user-credentials.shared.resources-config.schemas.d.ts.map +1 -0
  803. package/dist/esm/users/user-credentials.shared.resources-config.schemas.js +81 -0
  804. package/dist/esm/users/user-credentials.shared.resources-config.schemas.js.map +1 -0
  805. package/dist/esm/users/user-credentials.shared.schemas.d.ts +63 -0
  806. package/dist/esm/users/user-credentials.shared.schemas.d.ts.map +1 -0
  807. package/dist/esm/users/user-credentials.shared.schemas.js +62 -0
  808. package/dist/esm/users/user-credentials.shared.schemas.js.map +1 -0
  809. package/dist/esm/users/user-identity-links.shared.resources-config.schemas.d.ts +29 -0
  810. package/dist/esm/users/user-identity-links.shared.resources-config.schemas.d.ts.map +1 -0
  811. package/dist/esm/users/user-identity-links.shared.resources-config.schemas.js +82 -0
  812. package/dist/esm/users/user-identity-links.shared.resources-config.schemas.js.map +1 -0
  813. package/dist/esm/users/user-identity-links.shared.schemas.d.ts +37 -0
  814. package/dist/esm/users/user-identity-links.shared.schemas.d.ts.map +1 -0
  815. package/dist/esm/users/user-identity-links.shared.schemas.js +50 -0
  816. package/dist/esm/users/user-identity-links.shared.schemas.js.map +1 -0
  817. package/dist/esm/users/user-preferences.shared.resources-config.schemas.d.ts +70 -0
  818. package/dist/esm/users/user-preferences.shared.resources-config.schemas.d.ts.map +1 -0
  819. package/dist/esm/users/user-preferences.shared.resources-config.schemas.js +278 -0
  820. package/dist/esm/users/user-preferences.shared.resources-config.schemas.js.map +1 -0
  821. package/dist/esm/users/user-profiles.shared.resources-config.schemas.d.ts +29 -0
  822. package/dist/esm/users/user-profiles.shared.resources-config.schemas.d.ts.map +1 -0
  823. package/dist/esm/users/user-profiles.shared.resources-config.schemas.js +246 -0
  824. package/dist/esm/users/user-profiles.shared.resources-config.schemas.js.map +1 -0
  825. package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.d.ts +71 -0
  826. package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.d.ts.map +1 -0
  827. package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.js +253 -0
  828. package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.js.map +1 -0
  829. package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.d.ts +31 -0
  830. package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.d.ts.map +1 -0
  831. package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.js +195 -0
  832. package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.js.map +1 -0
  833. package/dist/esm/users/user-self.shared.resources-config.schemas.d.ts +32 -0
  834. package/dist/esm/users/user-self.shared.resources-config.schemas.d.ts.map +1 -0
  835. package/dist/esm/users/user-self.shared.resources-config.schemas.js +232 -0
  836. package/dist/esm/users/user-self.shared.resources-config.schemas.js.map +1 -0
  837. package/dist/esm/users/users.shared.resources-config.schemas.d.ts +34 -0
  838. package/dist/esm/users/users.shared.resources-config.schemas.d.ts.map +1 -0
  839. package/dist/esm/users/users.shared.resources-config.schemas.js +414 -0
  840. package/dist/esm/users/users.shared.resources-config.schemas.js.map +1 -0
  841. package/dist/esm/users/users.shared.schemas.d.ts +199 -0
  842. package/dist/esm/users/users.shared.schemas.d.ts.map +1 -0
  843. package/dist/esm/users/users.shared.schemas.js +84 -0
  844. package/dist/esm/users/users.shared.schemas.js.map +1 -0
  845. package/dist/tsconfig.build.tsbuildinfo +1 -0
  846. package/package.json +199 -0
@@ -0,0 +1,1487 @@
1
+ /**
2
+ * Relationship Display Configuration
3
+ *
4
+ * How resource relationships are presented in frontend views.
5
+ *
6
+ * This file intentionally stays on the FRONTEND/UI plane:
7
+ * - read composition (`inParentView`, `inChildView`)
8
+ * - narrow workflow hints for frontend interaction (`interaction`)
9
+ *
10
+ * It is separate from:
11
+ * - shared semantic meaning (`RelationshipNature`)
12
+ * - backend/nested handling (`childOperations`)
13
+ * - navigation shell zoning, which lives in config/frontend/navigation.shared.schemas
14
+ *
15
+ * Key concepts:
16
+ * - `inParentView`: How children appear in the parent's view as embedded content
17
+ * - `inParentNavigation`: How parent-owned navigation to those children is orchestrated
18
+ * - `inChildView`: How the parent reference appears in the child's detail view (breadcrumb, badge, etc.)
19
+ *
20
+ * Uses navigation types (TransitionConfig) as building blocks for relationship-level
21
+ * transition overrides, but the display config itself belongs to the resource domain.
22
+ *
23
+ * @see createResourcesRelationship() display option
24
+ */
25
+ import { z } from 'zod';
26
+ import { DisplayDirection, SectionMode, ViewportBreakpoint } from '@wildo-ai/zod-decorators';
27
+ import { CascadeDirection, CoreResourceOperation } from './resources.shared.core.definitions.js';
28
+ export declare const RELATIONSHIP_EMBEDDED_SECTION_MODES: readonly [SectionMode.COLLAPSIBLE, SectionMode.INLINE, SectionMode.GRID, SectionMode.COLUMNS, SectionMode.TABS, SectionMode.VERTICAL_TABS, SectionMode.PILLS, SectionMode.ACCORDION, SectionMode.EXPANDABLE, SectionMode.STEPPER, SectionMode.TIMELINE];
29
+ export declare const RelationshipEmbeddedSectionModeSchema: z.ZodEnum<{
30
+ collapsible: SectionMode.COLLAPSIBLE;
31
+ inline: SectionMode.INLINE;
32
+ grid: SectionMode.GRID;
33
+ columns: SectionMode.COLUMNS;
34
+ tabs: SectionMode.TABS;
35
+ vertical_tabs: SectionMode.VERTICAL_TABS;
36
+ pills: SectionMode.PILLS;
37
+ accordion: SectionMode.ACCORDION;
38
+ expandable: SectionMode.EXPANDABLE;
39
+ stepper: SectionMode.STEPPER;
40
+ timeline: SectionMode.TIMELINE;
41
+ }>;
42
+ export type RelationshipEmbeddedSectionMode = z.infer<typeof RelationshipEmbeddedSectionModeSchema>;
43
+ export declare const RelationshipEmbeddedSectionConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
44
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
45
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
46
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
47
+ collapsible: SectionMode.COLLAPSIBLE;
48
+ inline: SectionMode.INLINE;
49
+ grid: SectionMode.GRID;
50
+ columns: SectionMode.COLUMNS;
51
+ tabs: SectionMode.TABS;
52
+ vertical_tabs: SectionMode.VERTICAL_TABS;
53
+ pills: SectionMode.PILLS;
54
+ accordion: SectionMode.ACCORDION;
55
+ expandable: SectionMode.EXPANDABLE;
56
+ stepper: SectionMode.STEPPER;
57
+ timeline: SectionMode.TIMELINE;
58
+ }>>;
59
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
60
+ ariaLabel: z.ZodOptional<z.ZodString>;
61
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
62
+ mode: z.ZodLiteral<SectionMode.COLLAPSIBLE>;
63
+ triggerLabel: z.ZodOptional<z.ZodObject<{
64
+ open: z.ZodString;
65
+ closed: z.ZodString;
66
+ }, z.core.$strip, core.$ZodObjectExtra>>;
67
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
68
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
69
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
70
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
71
+ collapsible: SectionMode.COLLAPSIBLE;
72
+ inline: SectionMode.INLINE;
73
+ grid: SectionMode.GRID;
74
+ columns: SectionMode.COLUMNS;
75
+ tabs: SectionMode.TABS;
76
+ vertical_tabs: SectionMode.VERTICAL_TABS;
77
+ pills: SectionMode.PILLS;
78
+ accordion: SectionMode.ACCORDION;
79
+ expandable: SectionMode.EXPANDABLE;
80
+ stepper: SectionMode.STEPPER;
81
+ timeline: SectionMode.TIMELINE;
82
+ }>>;
83
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
84
+ ariaLabel: z.ZodOptional<z.ZodString>;
85
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
86
+ mode: z.ZodLiteral<SectionMode.INLINE>;
87
+ gap: z.ZodOptional<z.ZodEnum<{
88
+ sm: "sm";
89
+ md: "md";
90
+ lg: "lg";
91
+ }>>;
92
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
93
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
94
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
95
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
96
+ collapsible: SectionMode.COLLAPSIBLE;
97
+ inline: SectionMode.INLINE;
98
+ grid: SectionMode.GRID;
99
+ columns: SectionMode.COLUMNS;
100
+ tabs: SectionMode.TABS;
101
+ vertical_tabs: SectionMode.VERTICAL_TABS;
102
+ pills: SectionMode.PILLS;
103
+ accordion: SectionMode.ACCORDION;
104
+ expandable: SectionMode.EXPANDABLE;
105
+ stepper: SectionMode.STEPPER;
106
+ timeline: SectionMode.TIMELINE;
107
+ }>>;
108
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
109
+ ariaLabel: z.ZodOptional<z.ZodString>;
110
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
111
+ mode: z.ZodLiteral<SectionMode.GRID>;
112
+ columnCount: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"auto">]>>;
113
+ gap: z.ZodOptional<z.ZodEnum<{
114
+ sm: "sm";
115
+ md: "md";
116
+ lg: "lg";
117
+ }>>;
118
+ minColumnWidth: z.ZodOptional<z.ZodString>;
119
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
120
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
121
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
122
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
123
+ collapsible: SectionMode.COLLAPSIBLE;
124
+ inline: SectionMode.INLINE;
125
+ grid: SectionMode.GRID;
126
+ columns: SectionMode.COLUMNS;
127
+ tabs: SectionMode.TABS;
128
+ vertical_tabs: SectionMode.VERTICAL_TABS;
129
+ pills: SectionMode.PILLS;
130
+ accordion: SectionMode.ACCORDION;
131
+ expandable: SectionMode.EXPANDABLE;
132
+ stepper: SectionMode.STEPPER;
133
+ timeline: SectionMode.TIMELINE;
134
+ }>>;
135
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
136
+ ariaLabel: z.ZodOptional<z.ZodString>;
137
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
138
+ mode: z.ZodLiteral<SectionMode.COLUMNS>;
139
+ columnCount: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"auto">]>>;
140
+ gap: z.ZodOptional<z.ZodEnum<{
141
+ sm: "sm";
142
+ md: "md";
143
+ lg: "lg";
144
+ }>>;
145
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
146
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
147
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
148
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
149
+ collapsible: SectionMode.COLLAPSIBLE;
150
+ inline: SectionMode.INLINE;
151
+ grid: SectionMode.GRID;
152
+ columns: SectionMode.COLUMNS;
153
+ tabs: SectionMode.TABS;
154
+ vertical_tabs: SectionMode.VERTICAL_TABS;
155
+ pills: SectionMode.PILLS;
156
+ accordion: SectionMode.ACCORDION;
157
+ expandable: SectionMode.EXPANDABLE;
158
+ stepper: SectionMode.STEPPER;
159
+ timeline: SectionMode.TIMELINE;
160
+ }>>;
161
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
162
+ ariaLabel: z.ZodOptional<z.ZodString>;
163
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
164
+ mode: z.ZodLiteral<SectionMode.TABS>;
165
+ allowNone: z.ZodOptional<z.ZodBoolean>;
166
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
167
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
168
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
169
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
170
+ collapsible: SectionMode.COLLAPSIBLE;
171
+ inline: SectionMode.INLINE;
172
+ grid: SectionMode.GRID;
173
+ columns: SectionMode.COLUMNS;
174
+ tabs: SectionMode.TABS;
175
+ vertical_tabs: SectionMode.VERTICAL_TABS;
176
+ pills: SectionMode.PILLS;
177
+ accordion: SectionMode.ACCORDION;
178
+ expandable: SectionMode.EXPANDABLE;
179
+ stepper: SectionMode.STEPPER;
180
+ timeline: SectionMode.TIMELINE;
181
+ }>>;
182
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
183
+ ariaLabel: z.ZodOptional<z.ZodString>;
184
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
185
+ mode: z.ZodLiteral<SectionMode.VERTICAL_TABS>;
186
+ allowNone: z.ZodOptional<z.ZodBoolean>;
187
+ navWidth: z.ZodOptional<z.ZodString>;
188
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
189
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
190
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
191
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
192
+ collapsible: SectionMode.COLLAPSIBLE;
193
+ inline: SectionMode.INLINE;
194
+ grid: SectionMode.GRID;
195
+ columns: SectionMode.COLUMNS;
196
+ tabs: SectionMode.TABS;
197
+ vertical_tabs: SectionMode.VERTICAL_TABS;
198
+ pills: SectionMode.PILLS;
199
+ accordion: SectionMode.ACCORDION;
200
+ expandable: SectionMode.EXPANDABLE;
201
+ stepper: SectionMode.STEPPER;
202
+ timeline: SectionMode.TIMELINE;
203
+ }>>;
204
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
205
+ ariaLabel: z.ZodOptional<z.ZodString>;
206
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
207
+ mode: z.ZodLiteral<SectionMode.PILLS>;
208
+ allowNone: z.ZodOptional<z.ZodBoolean>;
209
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
210
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
211
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
212
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
213
+ collapsible: SectionMode.COLLAPSIBLE;
214
+ inline: SectionMode.INLINE;
215
+ grid: SectionMode.GRID;
216
+ columns: SectionMode.COLUMNS;
217
+ tabs: SectionMode.TABS;
218
+ vertical_tabs: SectionMode.VERTICAL_TABS;
219
+ pills: SectionMode.PILLS;
220
+ accordion: SectionMode.ACCORDION;
221
+ expandable: SectionMode.EXPANDABLE;
222
+ stepper: SectionMode.STEPPER;
223
+ timeline: SectionMode.TIMELINE;
224
+ }>>;
225
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
226
+ ariaLabel: z.ZodOptional<z.ZodString>;
227
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
228
+ mode: z.ZodLiteral<SectionMode.ACCORDION>;
229
+ allowMultiple: z.ZodOptional<z.ZodBoolean>;
230
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
231
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
232
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
233
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
234
+ collapsible: SectionMode.COLLAPSIBLE;
235
+ inline: SectionMode.INLINE;
236
+ grid: SectionMode.GRID;
237
+ columns: SectionMode.COLUMNS;
238
+ tabs: SectionMode.TABS;
239
+ vertical_tabs: SectionMode.VERTICAL_TABS;
240
+ pills: SectionMode.PILLS;
241
+ accordion: SectionMode.ACCORDION;
242
+ expandable: SectionMode.EXPANDABLE;
243
+ stepper: SectionMode.STEPPER;
244
+ timeline: SectionMode.TIMELINE;
245
+ }>>;
246
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
247
+ ariaLabel: z.ZodOptional<z.ZodString>;
248
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
249
+ mode: z.ZodLiteral<SectionMode.EXPANDABLE>;
250
+ initialVisibleCount: z.ZodOptional<z.ZodNumber>;
251
+ showMoreLabel: z.ZodOptional<z.ZodString>;
252
+ showLessLabel: z.ZodOptional<z.ZodString>;
253
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
254
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
255
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
256
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
257
+ collapsible: SectionMode.COLLAPSIBLE;
258
+ inline: SectionMode.INLINE;
259
+ grid: SectionMode.GRID;
260
+ columns: SectionMode.COLUMNS;
261
+ tabs: SectionMode.TABS;
262
+ vertical_tabs: SectionMode.VERTICAL_TABS;
263
+ pills: SectionMode.PILLS;
264
+ accordion: SectionMode.ACCORDION;
265
+ expandable: SectionMode.EXPANDABLE;
266
+ stepper: SectionMode.STEPPER;
267
+ timeline: SectionMode.TIMELINE;
268
+ }>>;
269
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
270
+ ariaLabel: z.ZodOptional<z.ZodString>;
271
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
272
+ mode: z.ZodLiteral<SectionMode.STEPPER>;
273
+ allowSkip: z.ZodOptional<z.ZodBoolean>;
274
+ showProgress: z.ZodOptional<z.ZodBoolean>;
275
+ orientation: z.ZodOptional<z.ZodEnum<typeof DisplayDirection>>;
276
+ nextLabel: z.ZodOptional<z.ZodString>;
277
+ previousLabel: z.ZodOptional<z.ZodString>;
278
+ completeLabel: z.ZodOptional<z.ZodString>;
279
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
280
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
281
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
282
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
283
+ collapsible: SectionMode.COLLAPSIBLE;
284
+ inline: SectionMode.INLINE;
285
+ grid: SectionMode.GRID;
286
+ columns: SectionMode.COLUMNS;
287
+ tabs: SectionMode.TABS;
288
+ vertical_tabs: SectionMode.VERTICAL_TABS;
289
+ pills: SectionMode.PILLS;
290
+ accordion: SectionMode.ACCORDION;
291
+ expandable: SectionMode.EXPANDABLE;
292
+ stepper: SectionMode.STEPPER;
293
+ timeline: SectionMode.TIMELINE;
294
+ }>>;
295
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
296
+ ariaLabel: z.ZodOptional<z.ZodString>;
297
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
298
+ mode: z.ZodLiteral<SectionMode.TIMELINE>;
299
+ }, z.core.$strict, core.$ZodObjectExtra>], "mode">;
300
+ export type RelationshipEmbeddedSectionConfig = z.infer<typeof RelationshipEmbeddedSectionConfigSchema>;
301
+ export type ResponsiveRelationshipEmbeddedSectionConfig = RelationshipEmbeddedSectionConfig | Partial<Record<ViewportBreakpoint, RelationshipEmbeddedSectionConfig>>;
302
+ /**
303
+ * How the parent reference appears in the child's detail view.
304
+ *
305
+ * Controls the structural element in the child's view that references the parent
306
+ * resource. This is NOT about the FK field rendering (which is handled by
307
+ * `ForeignKeyUIDisplayParams.mode` via `.foreignKeyUI()`).
308
+ *
309
+ * Values align with framework behavior:
310
+ * - `breadcrumb`: Rendered via BreadcrumbCompound as a breadcrumb segment.
311
+ * - `context`: Framework's context bar / header link — parent in the contextual header area.
312
+ * - `summary`: Matches ForeignKeyDisplayMode.SUMMARY — compact card with key parent fields
313
+ * (same rendering pattern as FK summary view).
314
+ * - `badge`: Compact badge/chip in header area.
315
+ *
316
+ * Replaces the old `RelationshipDisplayMode` enum (link/badge/inline/none).
317
+ */
318
+ export declare enum ParentDisplay {
319
+ /**
320
+ * Parent as breadcrumb segment. Rendered via BreadcrumbCompound.
321
+ * Example: "Projects > Alpha" with parent as a clickable segment.
322
+ */
323
+ BREADCRUMB = "breadcrumb",
324
+ /**
325
+ * Parent in the framework's context bar / header link area.
326
+ * Matches framework's contextual parent reference (header link, context bar).
327
+ * Default for most relationships.
328
+ */
329
+ CONTEXT = "context",
330
+ /**
331
+ * Compact badge/chip in header area showing parent identity.
332
+ * Matches framework's badge display. Less prominent than context/breadcrumb.
333
+ */
334
+ BADGE = "badge",
335
+ /**
336
+ * Inline summary card. Matches ForeignKeyDisplayMode.SUMMARY — compact card
337
+ * with key parent fields (same rendering as FK summary view).
338
+ */
339
+ SUMMARY = "summary",
340
+ /** Don't show any parent reference. The child appears standalone. */
341
+ NONE = "none"
342
+ }
343
+ /**
344
+ * How a relationship's children are rendered in the parent's view.
345
+ *
346
+ * This configures EMBEDDING / view composition for a relationship inside the
347
+ * parent's surface.
348
+ *
349
+ * Key behavior:
350
+ * - Navigation now lives in `display.inParentNavigation`.
351
+ * - `contentSectionConfig` controls how embedded relationship sections are arranged.
352
+ * - `hidden: true` → don't render this relationship at all.
353
+ *
354
+ * Old field mapping:
355
+ * - `intent: 'none'` → `hidden: true`
356
+ * - `inlineArrangement: 'tab'` → `contentSectionConfig: { mode: SectionMode.TABS }`
357
+ * - `inlineArrangement: 'section'` → `contentSectionConfig: { mode: SectionMode.INLINE }`
358
+ */
359
+ export declare const RelationshipDisplayInParentViewSchema: z.ZodObject<{
360
+ orderIndex: z.ZodOptional<z.ZodNumber>;
361
+ inlineLimit: z.ZodOptional<z.ZodNumber>;
362
+ showViewAllLink: z.ZodOptional<z.ZodBoolean>;
363
+ contentSectionConfig: z.ZodOptional<z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodObject<{
364
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
365
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
366
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
367
+ collapsible: SectionMode.COLLAPSIBLE;
368
+ inline: SectionMode.INLINE;
369
+ grid: SectionMode.GRID;
370
+ columns: SectionMode.COLUMNS;
371
+ tabs: SectionMode.TABS;
372
+ vertical_tabs: SectionMode.VERTICAL_TABS;
373
+ pills: SectionMode.PILLS;
374
+ accordion: SectionMode.ACCORDION;
375
+ expandable: SectionMode.EXPANDABLE;
376
+ stepper: SectionMode.STEPPER;
377
+ timeline: SectionMode.TIMELINE;
378
+ }>>;
379
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
380
+ ariaLabel: z.ZodOptional<z.ZodString>;
381
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
382
+ mode: z.ZodLiteral<SectionMode.COLLAPSIBLE>;
383
+ triggerLabel: z.ZodOptional<z.ZodObject<{
384
+ open: z.ZodString;
385
+ closed: z.ZodString;
386
+ }, z.core.$strip, core.$ZodObjectExtra>>;
387
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
388
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
389
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
390
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
391
+ collapsible: SectionMode.COLLAPSIBLE;
392
+ inline: SectionMode.INLINE;
393
+ grid: SectionMode.GRID;
394
+ columns: SectionMode.COLUMNS;
395
+ tabs: SectionMode.TABS;
396
+ vertical_tabs: SectionMode.VERTICAL_TABS;
397
+ pills: SectionMode.PILLS;
398
+ accordion: SectionMode.ACCORDION;
399
+ expandable: SectionMode.EXPANDABLE;
400
+ stepper: SectionMode.STEPPER;
401
+ timeline: SectionMode.TIMELINE;
402
+ }>>;
403
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
404
+ ariaLabel: z.ZodOptional<z.ZodString>;
405
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
406
+ mode: z.ZodLiteral<SectionMode.INLINE>;
407
+ gap: z.ZodOptional<z.ZodEnum<{
408
+ sm: "sm";
409
+ md: "md";
410
+ lg: "lg";
411
+ }>>;
412
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
413
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
414
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
415
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
416
+ collapsible: SectionMode.COLLAPSIBLE;
417
+ inline: SectionMode.INLINE;
418
+ grid: SectionMode.GRID;
419
+ columns: SectionMode.COLUMNS;
420
+ tabs: SectionMode.TABS;
421
+ vertical_tabs: SectionMode.VERTICAL_TABS;
422
+ pills: SectionMode.PILLS;
423
+ accordion: SectionMode.ACCORDION;
424
+ expandable: SectionMode.EXPANDABLE;
425
+ stepper: SectionMode.STEPPER;
426
+ timeline: SectionMode.TIMELINE;
427
+ }>>;
428
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
429
+ ariaLabel: z.ZodOptional<z.ZodString>;
430
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
431
+ mode: z.ZodLiteral<SectionMode.GRID>;
432
+ columnCount: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"auto">]>>;
433
+ gap: z.ZodOptional<z.ZodEnum<{
434
+ sm: "sm";
435
+ md: "md";
436
+ lg: "lg";
437
+ }>>;
438
+ minColumnWidth: z.ZodOptional<z.ZodString>;
439
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
440
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
441
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
442
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
443
+ collapsible: SectionMode.COLLAPSIBLE;
444
+ inline: SectionMode.INLINE;
445
+ grid: SectionMode.GRID;
446
+ columns: SectionMode.COLUMNS;
447
+ tabs: SectionMode.TABS;
448
+ vertical_tabs: SectionMode.VERTICAL_TABS;
449
+ pills: SectionMode.PILLS;
450
+ accordion: SectionMode.ACCORDION;
451
+ expandable: SectionMode.EXPANDABLE;
452
+ stepper: SectionMode.STEPPER;
453
+ timeline: SectionMode.TIMELINE;
454
+ }>>;
455
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
456
+ ariaLabel: z.ZodOptional<z.ZodString>;
457
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
458
+ mode: z.ZodLiteral<SectionMode.COLUMNS>;
459
+ columnCount: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"auto">]>>;
460
+ gap: z.ZodOptional<z.ZodEnum<{
461
+ sm: "sm";
462
+ md: "md";
463
+ lg: "lg";
464
+ }>>;
465
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
466
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
467
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
468
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
469
+ collapsible: SectionMode.COLLAPSIBLE;
470
+ inline: SectionMode.INLINE;
471
+ grid: SectionMode.GRID;
472
+ columns: SectionMode.COLUMNS;
473
+ tabs: SectionMode.TABS;
474
+ vertical_tabs: SectionMode.VERTICAL_TABS;
475
+ pills: SectionMode.PILLS;
476
+ accordion: SectionMode.ACCORDION;
477
+ expandable: SectionMode.EXPANDABLE;
478
+ stepper: SectionMode.STEPPER;
479
+ timeline: SectionMode.TIMELINE;
480
+ }>>;
481
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
482
+ ariaLabel: z.ZodOptional<z.ZodString>;
483
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
484
+ mode: z.ZodLiteral<SectionMode.TABS>;
485
+ allowNone: z.ZodOptional<z.ZodBoolean>;
486
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
487
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
488
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
489
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
490
+ collapsible: SectionMode.COLLAPSIBLE;
491
+ inline: SectionMode.INLINE;
492
+ grid: SectionMode.GRID;
493
+ columns: SectionMode.COLUMNS;
494
+ tabs: SectionMode.TABS;
495
+ vertical_tabs: SectionMode.VERTICAL_TABS;
496
+ pills: SectionMode.PILLS;
497
+ accordion: SectionMode.ACCORDION;
498
+ expandable: SectionMode.EXPANDABLE;
499
+ stepper: SectionMode.STEPPER;
500
+ timeline: SectionMode.TIMELINE;
501
+ }>>;
502
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
503
+ ariaLabel: z.ZodOptional<z.ZodString>;
504
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
505
+ mode: z.ZodLiteral<SectionMode.VERTICAL_TABS>;
506
+ allowNone: z.ZodOptional<z.ZodBoolean>;
507
+ navWidth: z.ZodOptional<z.ZodString>;
508
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
509
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
510
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
511
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
512
+ collapsible: SectionMode.COLLAPSIBLE;
513
+ inline: SectionMode.INLINE;
514
+ grid: SectionMode.GRID;
515
+ columns: SectionMode.COLUMNS;
516
+ tabs: SectionMode.TABS;
517
+ vertical_tabs: SectionMode.VERTICAL_TABS;
518
+ pills: SectionMode.PILLS;
519
+ accordion: SectionMode.ACCORDION;
520
+ expandable: SectionMode.EXPANDABLE;
521
+ stepper: SectionMode.STEPPER;
522
+ timeline: SectionMode.TIMELINE;
523
+ }>>;
524
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
525
+ ariaLabel: z.ZodOptional<z.ZodString>;
526
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
527
+ mode: z.ZodLiteral<SectionMode.PILLS>;
528
+ allowNone: z.ZodOptional<z.ZodBoolean>;
529
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
530
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
531
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
532
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
533
+ collapsible: SectionMode.COLLAPSIBLE;
534
+ inline: SectionMode.INLINE;
535
+ grid: SectionMode.GRID;
536
+ columns: SectionMode.COLUMNS;
537
+ tabs: SectionMode.TABS;
538
+ vertical_tabs: SectionMode.VERTICAL_TABS;
539
+ pills: SectionMode.PILLS;
540
+ accordion: SectionMode.ACCORDION;
541
+ expandable: SectionMode.EXPANDABLE;
542
+ stepper: SectionMode.STEPPER;
543
+ timeline: SectionMode.TIMELINE;
544
+ }>>;
545
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
546
+ ariaLabel: z.ZodOptional<z.ZodString>;
547
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
548
+ mode: z.ZodLiteral<SectionMode.ACCORDION>;
549
+ allowMultiple: z.ZodOptional<z.ZodBoolean>;
550
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
551
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
552
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
553
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
554
+ collapsible: SectionMode.COLLAPSIBLE;
555
+ inline: SectionMode.INLINE;
556
+ grid: SectionMode.GRID;
557
+ columns: SectionMode.COLUMNS;
558
+ tabs: SectionMode.TABS;
559
+ vertical_tabs: SectionMode.VERTICAL_TABS;
560
+ pills: SectionMode.PILLS;
561
+ accordion: SectionMode.ACCORDION;
562
+ expandable: SectionMode.EXPANDABLE;
563
+ stepper: SectionMode.STEPPER;
564
+ timeline: SectionMode.TIMELINE;
565
+ }>>;
566
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
567
+ ariaLabel: z.ZodOptional<z.ZodString>;
568
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
569
+ mode: z.ZodLiteral<SectionMode.EXPANDABLE>;
570
+ initialVisibleCount: z.ZodOptional<z.ZodNumber>;
571
+ showMoreLabel: z.ZodOptional<z.ZodString>;
572
+ showLessLabel: z.ZodOptional<z.ZodString>;
573
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
574
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
575
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
576
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
577
+ collapsible: SectionMode.COLLAPSIBLE;
578
+ inline: SectionMode.INLINE;
579
+ grid: SectionMode.GRID;
580
+ columns: SectionMode.COLUMNS;
581
+ tabs: SectionMode.TABS;
582
+ vertical_tabs: SectionMode.VERTICAL_TABS;
583
+ pills: SectionMode.PILLS;
584
+ accordion: SectionMode.ACCORDION;
585
+ expandable: SectionMode.EXPANDABLE;
586
+ stepper: SectionMode.STEPPER;
587
+ timeline: SectionMode.TIMELINE;
588
+ }>>;
589
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
590
+ ariaLabel: z.ZodOptional<z.ZodString>;
591
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
592
+ mode: z.ZodLiteral<SectionMode.STEPPER>;
593
+ allowSkip: z.ZodOptional<z.ZodBoolean>;
594
+ showProgress: z.ZodOptional<z.ZodBoolean>;
595
+ orientation: z.ZodOptional<z.ZodEnum<typeof DisplayDirection>>;
596
+ nextLabel: z.ZodOptional<z.ZodString>;
597
+ previousLabel: z.ZodOptional<z.ZodString>;
598
+ completeLabel: z.ZodOptional<z.ZodString>;
599
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
600
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
601
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
602
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
603
+ collapsible: SectionMode.COLLAPSIBLE;
604
+ inline: SectionMode.INLINE;
605
+ grid: SectionMode.GRID;
606
+ columns: SectionMode.COLUMNS;
607
+ tabs: SectionMode.TABS;
608
+ vertical_tabs: SectionMode.VERTICAL_TABS;
609
+ pills: SectionMode.PILLS;
610
+ accordion: SectionMode.ACCORDION;
611
+ expandable: SectionMode.EXPANDABLE;
612
+ stepper: SectionMode.STEPPER;
613
+ timeline: SectionMode.TIMELINE;
614
+ }>>;
615
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
616
+ ariaLabel: z.ZodOptional<z.ZodString>;
617
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
618
+ mode: z.ZodLiteral<SectionMode.TIMELINE>;
619
+ }, z.core.$strict, core.$ZodObjectExtra>], "mode">, z.ZodRecord<z.ZodEnum<typeof ViewportBreakpoint> & z.core.$partial, z.ZodDiscriminatedUnion<[z.ZodObject<{
620
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
621
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
622
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
623
+ collapsible: SectionMode.COLLAPSIBLE;
624
+ inline: SectionMode.INLINE;
625
+ grid: SectionMode.GRID;
626
+ columns: SectionMode.COLUMNS;
627
+ tabs: SectionMode.TABS;
628
+ vertical_tabs: SectionMode.VERTICAL_TABS;
629
+ pills: SectionMode.PILLS;
630
+ accordion: SectionMode.ACCORDION;
631
+ expandable: SectionMode.EXPANDABLE;
632
+ stepper: SectionMode.STEPPER;
633
+ timeline: SectionMode.TIMELINE;
634
+ }>>;
635
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
636
+ ariaLabel: z.ZodOptional<z.ZodString>;
637
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
638
+ mode: z.ZodLiteral<SectionMode.COLLAPSIBLE>;
639
+ triggerLabel: z.ZodOptional<z.ZodObject<{
640
+ open: z.ZodString;
641
+ closed: z.ZodString;
642
+ }, z.core.$strip, core.$ZodObjectExtra>>;
643
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
644
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
645
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
646
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
647
+ collapsible: SectionMode.COLLAPSIBLE;
648
+ inline: SectionMode.INLINE;
649
+ grid: SectionMode.GRID;
650
+ columns: SectionMode.COLUMNS;
651
+ tabs: SectionMode.TABS;
652
+ vertical_tabs: SectionMode.VERTICAL_TABS;
653
+ pills: SectionMode.PILLS;
654
+ accordion: SectionMode.ACCORDION;
655
+ expandable: SectionMode.EXPANDABLE;
656
+ stepper: SectionMode.STEPPER;
657
+ timeline: SectionMode.TIMELINE;
658
+ }>>;
659
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
660
+ ariaLabel: z.ZodOptional<z.ZodString>;
661
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
662
+ mode: z.ZodLiteral<SectionMode.INLINE>;
663
+ gap: z.ZodOptional<z.ZodEnum<{
664
+ sm: "sm";
665
+ md: "md";
666
+ lg: "lg";
667
+ }>>;
668
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
669
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
670
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
671
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
672
+ collapsible: SectionMode.COLLAPSIBLE;
673
+ inline: SectionMode.INLINE;
674
+ grid: SectionMode.GRID;
675
+ columns: SectionMode.COLUMNS;
676
+ tabs: SectionMode.TABS;
677
+ vertical_tabs: SectionMode.VERTICAL_TABS;
678
+ pills: SectionMode.PILLS;
679
+ accordion: SectionMode.ACCORDION;
680
+ expandable: SectionMode.EXPANDABLE;
681
+ stepper: SectionMode.STEPPER;
682
+ timeline: SectionMode.TIMELINE;
683
+ }>>;
684
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
685
+ ariaLabel: z.ZodOptional<z.ZodString>;
686
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
687
+ mode: z.ZodLiteral<SectionMode.GRID>;
688
+ columnCount: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"auto">]>>;
689
+ gap: z.ZodOptional<z.ZodEnum<{
690
+ sm: "sm";
691
+ md: "md";
692
+ lg: "lg";
693
+ }>>;
694
+ minColumnWidth: z.ZodOptional<z.ZodString>;
695
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
696
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
697
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
698
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
699
+ collapsible: SectionMode.COLLAPSIBLE;
700
+ inline: SectionMode.INLINE;
701
+ grid: SectionMode.GRID;
702
+ columns: SectionMode.COLUMNS;
703
+ tabs: SectionMode.TABS;
704
+ vertical_tabs: SectionMode.VERTICAL_TABS;
705
+ pills: SectionMode.PILLS;
706
+ accordion: SectionMode.ACCORDION;
707
+ expandable: SectionMode.EXPANDABLE;
708
+ stepper: SectionMode.STEPPER;
709
+ timeline: SectionMode.TIMELINE;
710
+ }>>;
711
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
712
+ ariaLabel: z.ZodOptional<z.ZodString>;
713
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
714
+ mode: z.ZodLiteral<SectionMode.COLUMNS>;
715
+ columnCount: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"auto">]>>;
716
+ gap: z.ZodOptional<z.ZodEnum<{
717
+ sm: "sm";
718
+ md: "md";
719
+ lg: "lg";
720
+ }>>;
721
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
722
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
723
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
724
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
725
+ collapsible: SectionMode.COLLAPSIBLE;
726
+ inline: SectionMode.INLINE;
727
+ grid: SectionMode.GRID;
728
+ columns: SectionMode.COLUMNS;
729
+ tabs: SectionMode.TABS;
730
+ vertical_tabs: SectionMode.VERTICAL_TABS;
731
+ pills: SectionMode.PILLS;
732
+ accordion: SectionMode.ACCORDION;
733
+ expandable: SectionMode.EXPANDABLE;
734
+ stepper: SectionMode.STEPPER;
735
+ timeline: SectionMode.TIMELINE;
736
+ }>>;
737
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
738
+ ariaLabel: z.ZodOptional<z.ZodString>;
739
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
740
+ mode: z.ZodLiteral<SectionMode.TABS>;
741
+ allowNone: z.ZodOptional<z.ZodBoolean>;
742
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
743
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
744
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
745
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
746
+ collapsible: SectionMode.COLLAPSIBLE;
747
+ inline: SectionMode.INLINE;
748
+ grid: SectionMode.GRID;
749
+ columns: SectionMode.COLUMNS;
750
+ tabs: SectionMode.TABS;
751
+ vertical_tabs: SectionMode.VERTICAL_TABS;
752
+ pills: SectionMode.PILLS;
753
+ accordion: SectionMode.ACCORDION;
754
+ expandable: SectionMode.EXPANDABLE;
755
+ stepper: SectionMode.STEPPER;
756
+ timeline: SectionMode.TIMELINE;
757
+ }>>;
758
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
759
+ ariaLabel: z.ZodOptional<z.ZodString>;
760
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
761
+ mode: z.ZodLiteral<SectionMode.VERTICAL_TABS>;
762
+ allowNone: z.ZodOptional<z.ZodBoolean>;
763
+ navWidth: z.ZodOptional<z.ZodString>;
764
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
765
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
766
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
767
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
768
+ collapsible: SectionMode.COLLAPSIBLE;
769
+ inline: SectionMode.INLINE;
770
+ grid: SectionMode.GRID;
771
+ columns: SectionMode.COLUMNS;
772
+ tabs: SectionMode.TABS;
773
+ vertical_tabs: SectionMode.VERTICAL_TABS;
774
+ pills: SectionMode.PILLS;
775
+ accordion: SectionMode.ACCORDION;
776
+ expandable: SectionMode.EXPANDABLE;
777
+ stepper: SectionMode.STEPPER;
778
+ timeline: SectionMode.TIMELINE;
779
+ }>>;
780
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
781
+ ariaLabel: z.ZodOptional<z.ZodString>;
782
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
783
+ mode: z.ZodLiteral<SectionMode.PILLS>;
784
+ allowNone: z.ZodOptional<z.ZodBoolean>;
785
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
786
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
787
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
788
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
789
+ collapsible: SectionMode.COLLAPSIBLE;
790
+ inline: SectionMode.INLINE;
791
+ grid: SectionMode.GRID;
792
+ columns: SectionMode.COLUMNS;
793
+ tabs: SectionMode.TABS;
794
+ vertical_tabs: SectionMode.VERTICAL_TABS;
795
+ pills: SectionMode.PILLS;
796
+ accordion: SectionMode.ACCORDION;
797
+ expandable: SectionMode.EXPANDABLE;
798
+ stepper: SectionMode.STEPPER;
799
+ timeline: SectionMode.TIMELINE;
800
+ }>>;
801
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
802
+ ariaLabel: z.ZodOptional<z.ZodString>;
803
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
804
+ mode: z.ZodLiteral<SectionMode.ACCORDION>;
805
+ allowMultiple: z.ZodOptional<z.ZodBoolean>;
806
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
807
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
808
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
809
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
810
+ collapsible: SectionMode.COLLAPSIBLE;
811
+ inline: SectionMode.INLINE;
812
+ grid: SectionMode.GRID;
813
+ columns: SectionMode.COLUMNS;
814
+ tabs: SectionMode.TABS;
815
+ vertical_tabs: SectionMode.VERTICAL_TABS;
816
+ pills: SectionMode.PILLS;
817
+ accordion: SectionMode.ACCORDION;
818
+ expandable: SectionMode.EXPANDABLE;
819
+ stepper: SectionMode.STEPPER;
820
+ timeline: SectionMode.TIMELINE;
821
+ }>>;
822
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
823
+ ariaLabel: z.ZodOptional<z.ZodString>;
824
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
825
+ mode: z.ZodLiteral<SectionMode.EXPANDABLE>;
826
+ initialVisibleCount: z.ZodOptional<z.ZodNumber>;
827
+ showMoreLabel: z.ZodOptional<z.ZodString>;
828
+ showLessLabel: z.ZodOptional<z.ZodString>;
829
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
830
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
831
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
832
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
833
+ collapsible: SectionMode.COLLAPSIBLE;
834
+ inline: SectionMode.INLINE;
835
+ grid: SectionMode.GRID;
836
+ columns: SectionMode.COLUMNS;
837
+ tabs: SectionMode.TABS;
838
+ vertical_tabs: SectionMode.VERTICAL_TABS;
839
+ pills: SectionMode.PILLS;
840
+ accordion: SectionMode.ACCORDION;
841
+ expandable: SectionMode.EXPANDABLE;
842
+ stepper: SectionMode.STEPPER;
843
+ timeline: SectionMode.TIMELINE;
844
+ }>>;
845
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
846
+ ariaLabel: z.ZodOptional<z.ZodString>;
847
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
848
+ mode: z.ZodLiteral<SectionMode.STEPPER>;
849
+ allowSkip: z.ZodOptional<z.ZodBoolean>;
850
+ showProgress: z.ZodOptional<z.ZodBoolean>;
851
+ orientation: z.ZodOptional<z.ZodEnum<typeof DisplayDirection>>;
852
+ nextLabel: z.ZodOptional<z.ZodString>;
853
+ previousLabel: z.ZodOptional<z.ZodString>;
854
+ completeLabel: z.ZodOptional<z.ZodString>;
855
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
856
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
857
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
858
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
859
+ collapsible: SectionMode.COLLAPSIBLE;
860
+ inline: SectionMode.INLINE;
861
+ grid: SectionMode.GRID;
862
+ columns: SectionMode.COLUMNS;
863
+ tabs: SectionMode.TABS;
864
+ vertical_tabs: SectionMode.VERTICAL_TABS;
865
+ pills: SectionMode.PILLS;
866
+ accordion: SectionMode.ACCORDION;
867
+ expandable: SectionMode.EXPANDABLE;
868
+ stepper: SectionMode.STEPPER;
869
+ timeline: SectionMode.TIMELINE;
870
+ }>>;
871
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
872
+ ariaLabel: z.ZodOptional<z.ZodString>;
873
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
874
+ mode: z.ZodLiteral<SectionMode.TIMELINE>;
875
+ }, z.core.$strict, core.$ZodObjectExtra>], "mode">>]>>;
876
+ hidden: z.ZodOptional<z.ZodBoolean>;
877
+ }, z.core.$strict, core.$ZodObjectExtra>;
878
+ export type RelationshipDisplayInParentView = z.infer<typeof RelationshipDisplayInParentViewSchema>;
879
+ /**
880
+ * Parent-owned navigation behavior for a relationship surface.
881
+ *
882
+ * This subtree answers navigation questions that do NOT belong to embedded
883
+ * composition itself:
884
+ * - when a header or "View all" action should navigate
885
+ * - which transition should be used
886
+ * - how ancestor zones should be populated while cascading
887
+ * - how deep relationship-owned navigation may grow before escalation
888
+ *
889
+ * Keeping these settings outside `inParentView` preserves the semantic
890
+ * distinction between "show the child inline here" and "navigate from here".
891
+ */
892
+ export declare const RelationshipDisplayInParentNavigationSchema: z.ZodObject<{
893
+ transition: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodEnum<typeof import("../index.js").NavigationTransition>, z.ZodObject<{
894
+ transition: z.ZodEnum<typeof import("../index.js").NavigationTransition>;
895
+ persistent: z.ZodOptional<z.ZodBoolean>;
896
+ ephemeral: z.ZodOptional<z.ZodBoolean>;
897
+ }, z.core.$strip, core.$ZodObjectExtra>]>, z.ZodRecord<z.ZodEnum<typeof ViewportBreakpoint> & z.core.$partial, z.ZodUnion<readonly [z.ZodEnum<typeof import("../index.js").NavigationTransition>, z.ZodObject<{
898
+ transition: z.ZodEnum<typeof import("../index.js").NavigationTransition>;
899
+ persistent: z.ZodOptional<z.ZodBoolean>;
900
+ ephemeral: z.ZodOptional<z.ZodBoolean>;
901
+ }, z.core.$strip, core.$ZodObjectExtra>]>>]>>;
902
+ maxDepth: z.ZodOptional<z.ZodNumber>;
903
+ direction: z.ZodOptional<z.ZodEnum<typeof CascadeDirection>>;
904
+ ancestorOperation: z.ZodOptional<z.ZodEnum<typeof CoreResourceOperation>>;
905
+ }, z.core.$strict, core.$ZodObjectExtra>;
906
+ export type RelationshipDisplayInParentNavigation = z.infer<typeof RelationshipDisplayInParentNavigationSchema>;
907
+ /**
908
+ * How the parent reference appears in the child's detail view.
909
+ *
910
+ * Controls a structural element in the child's view header/context area.
911
+ * This is separate from FK field rendering (`ForeignKeyUIDisplayParams`):
912
+ * - FK params control the FK FIELD widget (raw ID, resolved label, summary card)
913
+ * - This controls a dedicated PARENT REFERENCE element (breadcrumb, badge, card)
914
+ */
915
+ export declare const RelationshipDisplayInChildViewSchema: z.ZodObject<{
916
+ showParentLink: z.ZodOptional<z.ZodBoolean>;
917
+ parentDisplay: z.ZodOptional<z.ZodEnum<typeof ParentDisplay>>;
918
+ }, z.core.$strict, core.$ZodObjectExtra>;
919
+ export type RelationshipDisplayInChildView = z.infer<typeof RelationshipDisplayInChildViewSchema>;
920
+ /**
921
+ * Narrow frontend interaction hints for relationship surfaces.
922
+ *
923
+ * These settings are intentionally NOT part of the shared relationship meaning:
924
+ * - they do not change `RelationshipNature`
925
+ * - they do not change backend mutation/lifecycle semantics
926
+ * - they only influence how the frontend may orchestrate an interaction
927
+ *
928
+ * Important distinction:
929
+ * - `COMPOSITION` already owns aggregate/nested creation semantics
930
+ * - `REFERENCE` may optionally offer "create related resource, then set reference"
931
+ * - `ASSOCIATION` may optionally offer "create peer resource, then link/replace"
932
+ *
933
+ * So "quick create" is a workflow capability layered on top of relationship
934
+ * semantics, not a fourth relationship nature.
935
+ */
936
+ export declare const RelationshipDisplayInteractionSchema: z.ZodObject<{
937
+ allowQuickCreate: z.ZodOptional<z.ZodBoolean>;
938
+ }, z.core.$strict, core.$ZodObjectExtra>;
939
+ export type RelationshipDisplayInteraction = z.infer<typeof RelationshipDisplayInteractionSchema>;
940
+ /**
941
+ * Combined frontend relationship presentation configuration.
942
+ * Passed as the `display` option in `createResourcesRelationship()`.
943
+ */
944
+ export declare const RelationshipDisplayConfigSchema: z.ZodObject<{
945
+ inParentView: z.ZodOptional<z.ZodObject<{
946
+ orderIndex: z.ZodOptional<z.ZodNumber>;
947
+ inlineLimit: z.ZodOptional<z.ZodNumber>;
948
+ showViewAllLink: z.ZodOptional<z.ZodBoolean>;
949
+ contentSectionConfig: z.ZodOptional<z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodObject<{
950
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
951
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
952
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
953
+ collapsible: SectionMode.COLLAPSIBLE;
954
+ inline: SectionMode.INLINE;
955
+ grid: SectionMode.GRID;
956
+ columns: SectionMode.COLUMNS;
957
+ tabs: SectionMode.TABS;
958
+ vertical_tabs: SectionMode.VERTICAL_TABS;
959
+ pills: SectionMode.PILLS;
960
+ accordion: SectionMode.ACCORDION;
961
+ expandable: SectionMode.EXPANDABLE;
962
+ stepper: SectionMode.STEPPER;
963
+ timeline: SectionMode.TIMELINE;
964
+ }>>;
965
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
966
+ ariaLabel: z.ZodOptional<z.ZodString>;
967
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
968
+ mode: z.ZodLiteral<SectionMode.COLLAPSIBLE>;
969
+ triggerLabel: z.ZodOptional<z.ZodObject<{
970
+ open: z.ZodString;
971
+ closed: z.ZodString;
972
+ }, z.core.$strip, core.$ZodObjectExtra>>;
973
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
974
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
975
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
976
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
977
+ collapsible: SectionMode.COLLAPSIBLE;
978
+ inline: SectionMode.INLINE;
979
+ grid: SectionMode.GRID;
980
+ columns: SectionMode.COLUMNS;
981
+ tabs: SectionMode.TABS;
982
+ vertical_tabs: SectionMode.VERTICAL_TABS;
983
+ pills: SectionMode.PILLS;
984
+ accordion: SectionMode.ACCORDION;
985
+ expandable: SectionMode.EXPANDABLE;
986
+ stepper: SectionMode.STEPPER;
987
+ timeline: SectionMode.TIMELINE;
988
+ }>>;
989
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
990
+ ariaLabel: z.ZodOptional<z.ZodString>;
991
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
992
+ mode: z.ZodLiteral<SectionMode.INLINE>;
993
+ gap: z.ZodOptional<z.ZodEnum<{
994
+ sm: "sm";
995
+ md: "md";
996
+ lg: "lg";
997
+ }>>;
998
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
999
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1000
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1001
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1002
+ collapsible: SectionMode.COLLAPSIBLE;
1003
+ inline: SectionMode.INLINE;
1004
+ grid: SectionMode.GRID;
1005
+ columns: SectionMode.COLUMNS;
1006
+ tabs: SectionMode.TABS;
1007
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1008
+ pills: SectionMode.PILLS;
1009
+ accordion: SectionMode.ACCORDION;
1010
+ expandable: SectionMode.EXPANDABLE;
1011
+ stepper: SectionMode.STEPPER;
1012
+ timeline: SectionMode.TIMELINE;
1013
+ }>>;
1014
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1015
+ ariaLabel: z.ZodOptional<z.ZodString>;
1016
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1017
+ mode: z.ZodLiteral<SectionMode.GRID>;
1018
+ columnCount: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"auto">]>>;
1019
+ gap: z.ZodOptional<z.ZodEnum<{
1020
+ sm: "sm";
1021
+ md: "md";
1022
+ lg: "lg";
1023
+ }>>;
1024
+ minColumnWidth: z.ZodOptional<z.ZodString>;
1025
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1026
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1027
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1028
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1029
+ collapsible: SectionMode.COLLAPSIBLE;
1030
+ inline: SectionMode.INLINE;
1031
+ grid: SectionMode.GRID;
1032
+ columns: SectionMode.COLUMNS;
1033
+ tabs: SectionMode.TABS;
1034
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1035
+ pills: SectionMode.PILLS;
1036
+ accordion: SectionMode.ACCORDION;
1037
+ expandable: SectionMode.EXPANDABLE;
1038
+ stepper: SectionMode.STEPPER;
1039
+ timeline: SectionMode.TIMELINE;
1040
+ }>>;
1041
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1042
+ ariaLabel: z.ZodOptional<z.ZodString>;
1043
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1044
+ mode: z.ZodLiteral<SectionMode.COLUMNS>;
1045
+ columnCount: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"auto">]>>;
1046
+ gap: z.ZodOptional<z.ZodEnum<{
1047
+ sm: "sm";
1048
+ md: "md";
1049
+ lg: "lg";
1050
+ }>>;
1051
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1052
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1053
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1054
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1055
+ collapsible: SectionMode.COLLAPSIBLE;
1056
+ inline: SectionMode.INLINE;
1057
+ grid: SectionMode.GRID;
1058
+ columns: SectionMode.COLUMNS;
1059
+ tabs: SectionMode.TABS;
1060
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1061
+ pills: SectionMode.PILLS;
1062
+ accordion: SectionMode.ACCORDION;
1063
+ expandable: SectionMode.EXPANDABLE;
1064
+ stepper: SectionMode.STEPPER;
1065
+ timeline: SectionMode.TIMELINE;
1066
+ }>>;
1067
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1068
+ ariaLabel: z.ZodOptional<z.ZodString>;
1069
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1070
+ mode: z.ZodLiteral<SectionMode.TABS>;
1071
+ allowNone: z.ZodOptional<z.ZodBoolean>;
1072
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1073
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1074
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1075
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1076
+ collapsible: SectionMode.COLLAPSIBLE;
1077
+ inline: SectionMode.INLINE;
1078
+ grid: SectionMode.GRID;
1079
+ columns: SectionMode.COLUMNS;
1080
+ tabs: SectionMode.TABS;
1081
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1082
+ pills: SectionMode.PILLS;
1083
+ accordion: SectionMode.ACCORDION;
1084
+ expandable: SectionMode.EXPANDABLE;
1085
+ stepper: SectionMode.STEPPER;
1086
+ timeline: SectionMode.TIMELINE;
1087
+ }>>;
1088
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1089
+ ariaLabel: z.ZodOptional<z.ZodString>;
1090
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1091
+ mode: z.ZodLiteral<SectionMode.VERTICAL_TABS>;
1092
+ allowNone: z.ZodOptional<z.ZodBoolean>;
1093
+ navWidth: z.ZodOptional<z.ZodString>;
1094
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1095
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1096
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1097
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1098
+ collapsible: SectionMode.COLLAPSIBLE;
1099
+ inline: SectionMode.INLINE;
1100
+ grid: SectionMode.GRID;
1101
+ columns: SectionMode.COLUMNS;
1102
+ tabs: SectionMode.TABS;
1103
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1104
+ pills: SectionMode.PILLS;
1105
+ accordion: SectionMode.ACCORDION;
1106
+ expandable: SectionMode.EXPANDABLE;
1107
+ stepper: SectionMode.STEPPER;
1108
+ timeline: SectionMode.TIMELINE;
1109
+ }>>;
1110
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1111
+ ariaLabel: z.ZodOptional<z.ZodString>;
1112
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1113
+ mode: z.ZodLiteral<SectionMode.PILLS>;
1114
+ allowNone: z.ZodOptional<z.ZodBoolean>;
1115
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1116
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1117
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1118
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1119
+ collapsible: SectionMode.COLLAPSIBLE;
1120
+ inline: SectionMode.INLINE;
1121
+ grid: SectionMode.GRID;
1122
+ columns: SectionMode.COLUMNS;
1123
+ tabs: SectionMode.TABS;
1124
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1125
+ pills: SectionMode.PILLS;
1126
+ accordion: SectionMode.ACCORDION;
1127
+ expandable: SectionMode.EXPANDABLE;
1128
+ stepper: SectionMode.STEPPER;
1129
+ timeline: SectionMode.TIMELINE;
1130
+ }>>;
1131
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1132
+ ariaLabel: z.ZodOptional<z.ZodString>;
1133
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1134
+ mode: z.ZodLiteral<SectionMode.ACCORDION>;
1135
+ allowMultiple: z.ZodOptional<z.ZodBoolean>;
1136
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1137
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1138
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1139
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1140
+ collapsible: SectionMode.COLLAPSIBLE;
1141
+ inline: SectionMode.INLINE;
1142
+ grid: SectionMode.GRID;
1143
+ columns: SectionMode.COLUMNS;
1144
+ tabs: SectionMode.TABS;
1145
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1146
+ pills: SectionMode.PILLS;
1147
+ accordion: SectionMode.ACCORDION;
1148
+ expandable: SectionMode.EXPANDABLE;
1149
+ stepper: SectionMode.STEPPER;
1150
+ timeline: SectionMode.TIMELINE;
1151
+ }>>;
1152
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1153
+ ariaLabel: z.ZodOptional<z.ZodString>;
1154
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1155
+ mode: z.ZodLiteral<SectionMode.EXPANDABLE>;
1156
+ initialVisibleCount: z.ZodOptional<z.ZodNumber>;
1157
+ showMoreLabel: z.ZodOptional<z.ZodString>;
1158
+ showLessLabel: z.ZodOptional<z.ZodString>;
1159
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1160
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1161
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1162
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1163
+ collapsible: SectionMode.COLLAPSIBLE;
1164
+ inline: SectionMode.INLINE;
1165
+ grid: SectionMode.GRID;
1166
+ columns: SectionMode.COLUMNS;
1167
+ tabs: SectionMode.TABS;
1168
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1169
+ pills: SectionMode.PILLS;
1170
+ accordion: SectionMode.ACCORDION;
1171
+ expandable: SectionMode.EXPANDABLE;
1172
+ stepper: SectionMode.STEPPER;
1173
+ timeline: SectionMode.TIMELINE;
1174
+ }>>;
1175
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1176
+ ariaLabel: z.ZodOptional<z.ZodString>;
1177
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1178
+ mode: z.ZodLiteral<SectionMode.STEPPER>;
1179
+ allowSkip: z.ZodOptional<z.ZodBoolean>;
1180
+ showProgress: z.ZodOptional<z.ZodBoolean>;
1181
+ orientation: z.ZodOptional<z.ZodEnum<typeof DisplayDirection>>;
1182
+ nextLabel: z.ZodOptional<z.ZodString>;
1183
+ previousLabel: z.ZodOptional<z.ZodString>;
1184
+ completeLabel: z.ZodOptional<z.ZodString>;
1185
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1186
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1187
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1188
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1189
+ collapsible: SectionMode.COLLAPSIBLE;
1190
+ inline: SectionMode.INLINE;
1191
+ grid: SectionMode.GRID;
1192
+ columns: SectionMode.COLUMNS;
1193
+ tabs: SectionMode.TABS;
1194
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1195
+ pills: SectionMode.PILLS;
1196
+ accordion: SectionMode.ACCORDION;
1197
+ expandable: SectionMode.EXPANDABLE;
1198
+ stepper: SectionMode.STEPPER;
1199
+ timeline: SectionMode.TIMELINE;
1200
+ }>>;
1201
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1202
+ ariaLabel: z.ZodOptional<z.ZodString>;
1203
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1204
+ mode: z.ZodLiteral<SectionMode.TIMELINE>;
1205
+ }, z.core.$strict, core.$ZodObjectExtra>], "mode">, z.ZodRecord<z.ZodEnum<typeof ViewportBreakpoint> & z.core.$partial, z.ZodDiscriminatedUnion<[z.ZodObject<{
1206
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1207
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1208
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1209
+ collapsible: SectionMode.COLLAPSIBLE;
1210
+ inline: SectionMode.INLINE;
1211
+ grid: SectionMode.GRID;
1212
+ columns: SectionMode.COLUMNS;
1213
+ tabs: SectionMode.TABS;
1214
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1215
+ pills: SectionMode.PILLS;
1216
+ accordion: SectionMode.ACCORDION;
1217
+ expandable: SectionMode.EXPANDABLE;
1218
+ stepper: SectionMode.STEPPER;
1219
+ timeline: SectionMode.TIMELINE;
1220
+ }>>;
1221
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1222
+ ariaLabel: z.ZodOptional<z.ZodString>;
1223
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1224
+ mode: z.ZodLiteral<SectionMode.COLLAPSIBLE>;
1225
+ triggerLabel: z.ZodOptional<z.ZodObject<{
1226
+ open: z.ZodString;
1227
+ closed: z.ZodString;
1228
+ }, z.core.$strip, core.$ZodObjectExtra>>;
1229
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1230
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1231
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1232
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1233
+ collapsible: SectionMode.COLLAPSIBLE;
1234
+ inline: SectionMode.INLINE;
1235
+ grid: SectionMode.GRID;
1236
+ columns: SectionMode.COLUMNS;
1237
+ tabs: SectionMode.TABS;
1238
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1239
+ pills: SectionMode.PILLS;
1240
+ accordion: SectionMode.ACCORDION;
1241
+ expandable: SectionMode.EXPANDABLE;
1242
+ stepper: SectionMode.STEPPER;
1243
+ timeline: SectionMode.TIMELINE;
1244
+ }>>;
1245
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1246
+ ariaLabel: z.ZodOptional<z.ZodString>;
1247
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1248
+ mode: z.ZodLiteral<SectionMode.INLINE>;
1249
+ gap: z.ZodOptional<z.ZodEnum<{
1250
+ sm: "sm";
1251
+ md: "md";
1252
+ lg: "lg";
1253
+ }>>;
1254
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1255
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1256
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1257
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1258
+ collapsible: SectionMode.COLLAPSIBLE;
1259
+ inline: SectionMode.INLINE;
1260
+ grid: SectionMode.GRID;
1261
+ columns: SectionMode.COLUMNS;
1262
+ tabs: SectionMode.TABS;
1263
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1264
+ pills: SectionMode.PILLS;
1265
+ accordion: SectionMode.ACCORDION;
1266
+ expandable: SectionMode.EXPANDABLE;
1267
+ stepper: SectionMode.STEPPER;
1268
+ timeline: SectionMode.TIMELINE;
1269
+ }>>;
1270
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1271
+ ariaLabel: z.ZodOptional<z.ZodString>;
1272
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1273
+ mode: z.ZodLiteral<SectionMode.GRID>;
1274
+ columnCount: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"auto">]>>;
1275
+ gap: z.ZodOptional<z.ZodEnum<{
1276
+ sm: "sm";
1277
+ md: "md";
1278
+ lg: "lg";
1279
+ }>>;
1280
+ minColumnWidth: z.ZodOptional<z.ZodString>;
1281
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1282
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1283
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1284
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1285
+ collapsible: SectionMode.COLLAPSIBLE;
1286
+ inline: SectionMode.INLINE;
1287
+ grid: SectionMode.GRID;
1288
+ columns: SectionMode.COLUMNS;
1289
+ tabs: SectionMode.TABS;
1290
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1291
+ pills: SectionMode.PILLS;
1292
+ accordion: SectionMode.ACCORDION;
1293
+ expandable: SectionMode.EXPANDABLE;
1294
+ stepper: SectionMode.STEPPER;
1295
+ timeline: SectionMode.TIMELINE;
1296
+ }>>;
1297
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1298
+ ariaLabel: z.ZodOptional<z.ZodString>;
1299
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1300
+ mode: z.ZodLiteral<SectionMode.COLUMNS>;
1301
+ columnCount: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"auto">]>>;
1302
+ gap: z.ZodOptional<z.ZodEnum<{
1303
+ sm: "sm";
1304
+ md: "md";
1305
+ lg: "lg";
1306
+ }>>;
1307
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1308
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1309
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1310
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1311
+ collapsible: SectionMode.COLLAPSIBLE;
1312
+ inline: SectionMode.INLINE;
1313
+ grid: SectionMode.GRID;
1314
+ columns: SectionMode.COLUMNS;
1315
+ tabs: SectionMode.TABS;
1316
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1317
+ pills: SectionMode.PILLS;
1318
+ accordion: SectionMode.ACCORDION;
1319
+ expandable: SectionMode.EXPANDABLE;
1320
+ stepper: SectionMode.STEPPER;
1321
+ timeline: SectionMode.TIMELINE;
1322
+ }>>;
1323
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1324
+ ariaLabel: z.ZodOptional<z.ZodString>;
1325
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1326
+ mode: z.ZodLiteral<SectionMode.TABS>;
1327
+ allowNone: z.ZodOptional<z.ZodBoolean>;
1328
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1329
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1330
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1331
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1332
+ collapsible: SectionMode.COLLAPSIBLE;
1333
+ inline: SectionMode.INLINE;
1334
+ grid: SectionMode.GRID;
1335
+ columns: SectionMode.COLUMNS;
1336
+ tabs: SectionMode.TABS;
1337
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1338
+ pills: SectionMode.PILLS;
1339
+ accordion: SectionMode.ACCORDION;
1340
+ expandable: SectionMode.EXPANDABLE;
1341
+ stepper: SectionMode.STEPPER;
1342
+ timeline: SectionMode.TIMELINE;
1343
+ }>>;
1344
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1345
+ ariaLabel: z.ZodOptional<z.ZodString>;
1346
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1347
+ mode: z.ZodLiteral<SectionMode.VERTICAL_TABS>;
1348
+ allowNone: z.ZodOptional<z.ZodBoolean>;
1349
+ navWidth: z.ZodOptional<z.ZodString>;
1350
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1351
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1352
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1353
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1354
+ collapsible: SectionMode.COLLAPSIBLE;
1355
+ inline: SectionMode.INLINE;
1356
+ grid: SectionMode.GRID;
1357
+ columns: SectionMode.COLUMNS;
1358
+ tabs: SectionMode.TABS;
1359
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1360
+ pills: SectionMode.PILLS;
1361
+ accordion: SectionMode.ACCORDION;
1362
+ expandable: SectionMode.EXPANDABLE;
1363
+ stepper: SectionMode.STEPPER;
1364
+ timeline: SectionMode.TIMELINE;
1365
+ }>>;
1366
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1367
+ ariaLabel: z.ZodOptional<z.ZodString>;
1368
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1369
+ mode: z.ZodLiteral<SectionMode.PILLS>;
1370
+ allowNone: z.ZodOptional<z.ZodBoolean>;
1371
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1372
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1373
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1374
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1375
+ collapsible: SectionMode.COLLAPSIBLE;
1376
+ inline: SectionMode.INLINE;
1377
+ grid: SectionMode.GRID;
1378
+ columns: SectionMode.COLUMNS;
1379
+ tabs: SectionMode.TABS;
1380
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1381
+ pills: SectionMode.PILLS;
1382
+ accordion: SectionMode.ACCORDION;
1383
+ expandable: SectionMode.EXPANDABLE;
1384
+ stepper: SectionMode.STEPPER;
1385
+ timeline: SectionMode.TIMELINE;
1386
+ }>>;
1387
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1388
+ ariaLabel: z.ZodOptional<z.ZodString>;
1389
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1390
+ mode: z.ZodLiteral<SectionMode.ACCORDION>;
1391
+ allowMultiple: z.ZodOptional<z.ZodBoolean>;
1392
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1393
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1394
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1395
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1396
+ collapsible: SectionMode.COLLAPSIBLE;
1397
+ inline: SectionMode.INLINE;
1398
+ grid: SectionMode.GRID;
1399
+ columns: SectionMode.COLUMNS;
1400
+ tabs: SectionMode.TABS;
1401
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1402
+ pills: SectionMode.PILLS;
1403
+ accordion: SectionMode.ACCORDION;
1404
+ expandable: SectionMode.EXPANDABLE;
1405
+ stepper: SectionMode.STEPPER;
1406
+ timeline: SectionMode.TIMELINE;
1407
+ }>>;
1408
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1409
+ ariaLabel: z.ZodOptional<z.ZodString>;
1410
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1411
+ mode: z.ZodLiteral<SectionMode.EXPANDABLE>;
1412
+ initialVisibleCount: z.ZodOptional<z.ZodNumber>;
1413
+ showMoreLabel: z.ZodOptional<z.ZodString>;
1414
+ showLessLabel: z.ZodOptional<z.ZodString>;
1415
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1416
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1417
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1418
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1419
+ collapsible: SectionMode.COLLAPSIBLE;
1420
+ inline: SectionMode.INLINE;
1421
+ grid: SectionMode.GRID;
1422
+ columns: SectionMode.COLUMNS;
1423
+ tabs: SectionMode.TABS;
1424
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1425
+ pills: SectionMode.PILLS;
1426
+ accordion: SectionMode.ACCORDION;
1427
+ expandable: SectionMode.EXPANDABLE;
1428
+ stepper: SectionMode.STEPPER;
1429
+ timeline: SectionMode.TIMELINE;
1430
+ }>>;
1431
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1432
+ ariaLabel: z.ZodOptional<z.ZodString>;
1433
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1434
+ mode: z.ZodLiteral<SectionMode.STEPPER>;
1435
+ allowSkip: z.ZodOptional<z.ZodBoolean>;
1436
+ showProgress: z.ZodOptional<z.ZodBoolean>;
1437
+ orientation: z.ZodOptional<z.ZodEnum<typeof DisplayDirection>>;
1438
+ nextLabel: z.ZodOptional<z.ZodString>;
1439
+ previousLabel: z.ZodOptional<z.ZodString>;
1440
+ completeLabel: z.ZodOptional<z.ZodString>;
1441
+ }, z.core.$strict, core.$ZodObjectExtra>, z.ZodObject<{
1442
+ showSingleSectionNav: z.ZodOptional<z.ZodBoolean>;
1443
+ hideWhenEmpty: z.ZodOptional<z.ZodBoolean>;
1444
+ fallbackMode: z.ZodOptional<z.ZodEnum<{
1445
+ collapsible: SectionMode.COLLAPSIBLE;
1446
+ inline: SectionMode.INLINE;
1447
+ grid: SectionMode.GRID;
1448
+ columns: SectionMode.COLUMNS;
1449
+ tabs: SectionMode.TABS;
1450
+ vertical_tabs: SectionMode.VERTICAL_TABS;
1451
+ pills: SectionMode.PILLS;
1452
+ accordion: SectionMode.ACCORDION;
1453
+ expandable: SectionMode.EXPANDABLE;
1454
+ stepper: SectionMode.STEPPER;
1455
+ timeline: SectionMode.TIMELINE;
1456
+ }>>;
1457
+ emptyStateMessage: z.ZodOptional<z.ZodString>;
1458
+ ariaLabel: z.ZodOptional<z.ZodString>;
1459
+ ariaLabelledBy: z.ZodOptional<z.ZodString>;
1460
+ mode: z.ZodLiteral<SectionMode.TIMELINE>;
1461
+ }, z.core.$strict, core.$ZodObjectExtra>], "mode">>]>>;
1462
+ hidden: z.ZodOptional<z.ZodBoolean>;
1463
+ }, z.core.$strict, core.$ZodObjectExtra>>;
1464
+ inParentNavigation: z.ZodOptional<z.ZodObject<{
1465
+ transition: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodEnum<typeof import("../index.js").NavigationTransition>, z.ZodObject<{
1466
+ transition: z.ZodEnum<typeof import("../index.js").NavigationTransition>;
1467
+ persistent: z.ZodOptional<z.ZodBoolean>;
1468
+ ephemeral: z.ZodOptional<z.ZodBoolean>;
1469
+ }, z.core.$strip, core.$ZodObjectExtra>]>, z.ZodRecord<z.ZodEnum<typeof ViewportBreakpoint> & z.core.$partial, z.ZodUnion<readonly [z.ZodEnum<typeof import("../index.js").NavigationTransition>, z.ZodObject<{
1470
+ transition: z.ZodEnum<typeof import("../index.js").NavigationTransition>;
1471
+ persistent: z.ZodOptional<z.ZodBoolean>;
1472
+ ephemeral: z.ZodOptional<z.ZodBoolean>;
1473
+ }, z.core.$strip, core.$ZodObjectExtra>]>>]>>;
1474
+ maxDepth: z.ZodOptional<z.ZodNumber>;
1475
+ direction: z.ZodOptional<z.ZodEnum<typeof CascadeDirection>>;
1476
+ ancestorOperation: z.ZodOptional<z.ZodEnum<typeof CoreResourceOperation>>;
1477
+ }, z.core.$strict, core.$ZodObjectExtra>>;
1478
+ inChildView: z.ZodOptional<z.ZodObject<{
1479
+ showParentLink: z.ZodOptional<z.ZodBoolean>;
1480
+ parentDisplay: z.ZodOptional<z.ZodEnum<typeof ParentDisplay>>;
1481
+ }, z.core.$strict, core.$ZodObjectExtra>>;
1482
+ interaction: z.ZodOptional<z.ZodObject<{
1483
+ allowQuickCreate: z.ZodOptional<z.ZodBoolean>;
1484
+ }, z.core.$strict, core.$ZodObjectExtra>>;
1485
+ }, z.core.$strict, core.$ZodObjectExtra>;
1486
+ export type RelationshipDisplayConfig = z.infer<typeof RelationshipDisplayConfigSchema>;
1487
+ //# sourceMappingURL=relationship-display.shared.schemas.d.ts.map