@wildo-ai/saas-models 1.1.2 → 1.1.3

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 (410) hide show
  1. package/dist/esm/applications/applications-context.schemas.d.ts +14 -10
  2. package/dist/esm/applications/applications-context.schemas.d.ts.map +1 -1
  3. package/dist/esm/applications/applications.shared.resources-config.schemas.d.ts.map +1 -1
  4. package/dist/esm/applications/applications.shared.resources-config.schemas.js +4 -3
  5. package/dist/esm/applications/applications.shared.resources-config.schemas.js.map +1 -1
  6. package/dist/esm/billing/billing-configuration.shared.schemas.d.ts +0 -4
  7. package/dist/esm/billing/billing-configuration.shared.schemas.d.ts.map +1 -1
  8. package/dist/esm/billing/billing-configuration.shared.schemas.js +59 -17
  9. package/dist/esm/billing/billing-configuration.shared.schemas.js.map +1 -1
  10. package/dist/esm/billing/billing-enums.shared.schemas.d.ts +77 -21
  11. package/dist/esm/billing/billing-enums.shared.schemas.d.ts.map +1 -1
  12. package/dist/esm/billing/billing-enums.shared.schemas.js +85 -23
  13. package/dist/esm/billing/billing-enums.shared.schemas.js.map +1 -1
  14. package/dist/esm/billing/billing-types.shared.schemas.d.ts +3 -3
  15. package/dist/esm/billing/price.shared.schemas.d.ts.map +1 -1
  16. package/dist/esm/billing/price.shared.schemas.js +7 -1
  17. package/dist/esm/billing/price.shared.schemas.js.map +1 -1
  18. package/dist/esm/billing/product-behavior-policy.shared.schemas.d.ts.map +1 -1
  19. package/dist/esm/billing/product-behavior-policy.shared.schemas.js +52 -11
  20. package/dist/esm/billing/product-behavior-policy.shared.schemas.js.map +1 -1
  21. package/dist/esm/billing/product-definition.shared.schemas.d.ts +2 -2
  22. package/dist/esm/billing/product.shared.resources-config.schemas.d.ts +2 -2
  23. package/dist/esm/billing/product.shared.schemas.d.ts +2 -2
  24. package/dist/esm/billing/product.shared.schemas.d.ts.map +1 -1
  25. package/dist/esm/billing/product.shared.schemas.js +7 -3
  26. package/dist/esm/billing/product.shared.schemas.js.map +1 -1
  27. package/dist/esm/billing/subscription.shared.resources-config.schemas.d.ts +1 -1
  28. package/dist/esm/billing/subscription.shared.resources-config.schemas.d.ts.map +1 -1
  29. package/dist/esm/billing/subscription.shared.resources-config.schemas.js +15 -1
  30. package/dist/esm/billing/subscription.shared.resources-config.schemas.js.map +1 -1
  31. package/dist/esm/billing/usage-record.shared.schemas.d.ts +7 -3
  32. package/dist/esm/billing/usage-record.shared.schemas.d.ts.map +1 -1
  33. package/dist/esm/billing/usage-record.shared.schemas.js +22 -3
  34. package/dist/esm/billing/usage-record.shared.schemas.js.map +1 -1
  35. package/dist/esm/companion/provider-discovery.shared.schemas.d.ts +69 -2
  36. package/dist/esm/companion/provider-discovery.shared.schemas.d.ts.map +1 -1
  37. package/dist/esm/companion/provider-discovery.shared.schemas.js +20 -1
  38. package/dist/esm/companion/provider-discovery.shared.schemas.js.map +1 -1
  39. package/dist/esm/compliance/audit-trails/application-audit-logs.shared.resources-config.schemas.d.ts +85 -0
  40. package/dist/esm/compliance/audit-trails/application-audit-logs.shared.resources-config.schemas.d.ts.map +1 -0
  41. package/dist/esm/compliance/audit-trails/application-audit-logs.shared.resources-config.schemas.js +157 -0
  42. package/dist/esm/compliance/audit-trails/application-audit-logs.shared.resources-config.schemas.js.map +1 -0
  43. package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.d.ts +23 -0
  44. package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.d.ts.map +1 -1
  45. package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.js +56 -0
  46. package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.js.map +1 -1
  47. package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.d.ts +480 -20
  48. package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.d.ts.map +1 -1
  49. package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.js +547 -23
  50. package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.js.map +1 -1
  51. package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.d.ts.map +1 -1
  52. package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.js +82 -3
  53. package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.js.map +1 -1
  54. package/dist/esm/compliance/privacy/operating-jurisdictions.shared.schemas.d.ts +31 -30
  55. package/dist/esm/compliance/privacy/operating-jurisdictions.shared.schemas.d.ts.map +1 -1
  56. package/dist/esm/compliance/privacy/operating-jurisdictions.shared.schemas.js +98 -3
  57. package/dist/esm/compliance/privacy/operating-jurisdictions.shared.schemas.js.map +1 -1
  58. package/dist/esm/compliance/privacy/privacy.shared.schemas.d.ts +17 -0
  59. package/dist/esm/compliance/privacy/privacy.shared.schemas.d.ts.map +1 -1
  60. package/dist/esm/compliance/privacy/privacy.shared.schemas.js +27 -4
  61. package/dist/esm/compliance/privacy/privacy.shared.schemas.js.map +1 -1
  62. package/dist/esm/compliance/privacy/redaction.shared.schemas.d.ts +82 -29
  63. package/dist/esm/compliance/privacy/redaction.shared.schemas.d.ts.map +1 -1
  64. package/dist/esm/compliance/privacy/redaction.shared.schemas.js +95 -29
  65. package/dist/esm/compliance/privacy/redaction.shared.schemas.js.map +1 -1
  66. package/dist/esm/compliance/privacy/subject-export.shared.schemas.d.ts.map +1 -1
  67. package/dist/esm/compliance/privacy/subject-export.shared.schemas.js +12 -5
  68. package/dist/esm/compliance/privacy/subject-export.shared.schemas.js.map +1 -1
  69. package/dist/esm/config/analytics-value-moments.shared.schemas.d.ts +21 -0
  70. package/dist/esm/config/analytics-value-moments.shared.schemas.d.ts.map +1 -1
  71. package/dist/esm/config/analytics-value-moments.shared.schemas.js +20 -0
  72. package/dist/esm/config/analytics-value-moments.shared.schemas.js.map +1 -1
  73. package/dist/esm/config/app-configuration-shared.shared.schemas.d.ts +7 -5
  74. package/dist/esm/config/app-configuration-shared.shared.schemas.d.ts.map +1 -1
  75. package/dist/esm/config/auth-config-resolution.shared.utils.d.ts +8 -1
  76. package/dist/esm/config/auth-config-resolution.shared.utils.d.ts.map +1 -1
  77. package/dist/esm/config/auth-config-resolution.shared.utils.js +29 -0
  78. package/dist/esm/config/auth-config-resolution.shared.utils.js.map +1 -1
  79. package/dist/esm/config/entity-identity-config.shared.schemas.d.ts +95 -17
  80. package/dist/esm/config/entity-identity-config.shared.schemas.d.ts.map +1 -1
  81. package/dist/esm/config/entity-identity-config.shared.schemas.js +86 -8
  82. package/dist/esm/config/entity-identity-config.shared.schemas.js.map +1 -1
  83. package/dist/esm/config/frontend/chart-definition.shared.schemas.d.ts +12 -12
  84. package/dist/esm/errors/errors.custom-message-ref.shared.definitions.d.ts +28 -0
  85. package/dist/esm/errors/errors.custom-message-ref.shared.definitions.d.ts.map +1 -1
  86. package/dist/esm/errors/errors.custom-message-ref.shared.definitions.js +28 -0
  87. package/dist/esm/errors/errors.custom-message-ref.shared.definitions.js.map +1 -1
  88. package/dist/esm/external-data/external-data-pipeline.shared.schemas.d.ts +45 -12
  89. package/dist/esm/external-data/external-data-pipeline.shared.schemas.d.ts.map +1 -1
  90. package/dist/esm/external-data/external-data-pipeline.shared.schemas.js.map +1 -1
  91. package/dist/esm/external-providers/engine-capabilities.shared.schemas.d.ts +103 -58
  92. package/dist/esm/external-providers/engine-capabilities.shared.schemas.d.ts.map +1 -1
  93. package/dist/esm/external-providers/engine-capabilities.shared.schemas.js +176 -15
  94. package/dist/esm/external-providers/engine-capabilities.shared.schemas.js.map +1 -1
  95. package/dist/esm/external-providers/engine-capability-resolution-mode.shared.d.ts +15 -3
  96. package/dist/esm/external-providers/engine-capability-resolution-mode.shared.d.ts.map +1 -1
  97. package/dist/esm/external-providers/engine-capability-resolution-mode.shared.js +32 -5
  98. package/dist/esm/external-providers/engine-capability-resolution-mode.shared.js.map +1 -1
  99. package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.d.ts +83 -7
  100. package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.d.ts.map +1 -1
  101. package/dist/esm/external-providers/frontend-capability-public-config.shared.schemas.d.ts +59 -0
  102. package/dist/esm/external-providers/frontend-capability-public-config.shared.schemas.d.ts.map +1 -0
  103. package/dist/esm/external-providers/frontend-capability-public-config.shared.schemas.js +61 -0
  104. package/dist/esm/external-providers/frontend-capability-public-config.shared.schemas.js.map +1 -0
  105. package/dist/esm/external-providers/frontend-capability-runtime.shared.types.d.ts +97 -0
  106. package/dist/esm/external-providers/frontend-capability-runtime.shared.types.d.ts.map +1 -0
  107. package/dist/esm/external-providers/frontend-capability-runtime.shared.types.js +41 -0
  108. package/dist/esm/external-providers/frontend-capability-runtime.shared.types.js.map +1 -0
  109. package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.d.ts +148 -2
  110. package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.d.ts.map +1 -1
  111. package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.js +56 -1
  112. package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.js.map +1 -1
  113. package/dist/esm/external-providers/provider-capability.shared.schemas.d.ts +5 -28
  114. package/dist/esm/external-providers/provider-capability.shared.schemas.d.ts.map +1 -1
  115. package/dist/esm/external-providers/provider-capability.shared.schemas.js +4 -2
  116. package/dist/esm/external-providers/provider-capability.shared.schemas.js.map +1 -1
  117. package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.d.ts +18 -8
  118. package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.d.ts.map +1 -1
  119. package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.js +9 -4
  120. package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.js.map +1 -1
  121. package/dist/esm/external-providers/provider-frontend-surface.shared.schemas.d.ts +338 -0
  122. package/dist/esm/external-providers/provider-frontend-surface.shared.schemas.d.ts.map +1 -0
  123. package/dist/esm/external-providers/provider-frontend-surface.shared.schemas.js +332 -0
  124. package/dist/esm/external-providers/provider-frontend-surface.shared.schemas.js.map +1 -0
  125. package/dist/esm/external-providers/provider-metadata.shared.schemas.d.ts +178 -9
  126. package/dist/esm/external-providers/provider-metadata.shared.schemas.d.ts.map +1 -1
  127. package/dist/esm/external-providers/provider-metadata.shared.schemas.js +181 -9
  128. package/dist/esm/external-providers/provider-metadata.shared.schemas.js.map +1 -1
  129. package/dist/esm/external-providers/provider-protocol.shared.schemas.d.ts +7 -5
  130. package/dist/esm/external-providers/provider-protocol.shared.schemas.d.ts.map +1 -1
  131. package/dist/esm/external-providers/provider-protocol.shared.schemas.js +7 -5
  132. package/dist/esm/external-providers/provider-protocol.shared.schemas.js.map +1 -1
  133. package/dist/esm/external-providers/provider-tier-rule.shared.utils.d.ts +40 -0
  134. package/dist/esm/external-providers/provider-tier-rule.shared.utils.d.ts.map +1 -0
  135. package/dist/esm/external-providers/provider-tier-rule.shared.utils.js +80 -0
  136. package/dist/esm/external-providers/provider-tier-rule.shared.utils.js.map +1 -0
  137. package/dist/esm/features/core-feature-definitions.shared.d.ts.map +1 -1
  138. package/dist/esm/features/core-feature-definitions.shared.js +7 -1
  139. package/dist/esm/features/core-feature-definitions.shared.js.map +1 -1
  140. package/dist/esm/features/feature-builders.shared.d.ts +32 -0
  141. package/dist/esm/features/feature-builders.shared.d.ts.map +1 -1
  142. package/dist/esm/features/feature-builders.shared.js +32 -0
  143. package/dist/esm/features/feature-builders.shared.js.map +1 -1
  144. package/dist/esm/files/file-upload-grant.shared.schemas.d.ts +14 -2
  145. package/dist/esm/files/file-upload-grant.shared.schemas.d.ts.map +1 -1
  146. package/dist/esm/files/file-upload-grant.shared.schemas.js +44 -5
  147. package/dist/esm/files/file-upload-grant.shared.schemas.js.map +1 -1
  148. package/dist/esm/files/files.shared.schemas.d.ts +15 -8
  149. package/dist/esm/files/files.shared.schemas.d.ts.map +1 -1
  150. package/dist/esm/files/files.shared.schemas.js +15 -8
  151. package/dist/esm/files/files.shared.schemas.js.map +1 -1
  152. package/dist/esm/flows-actors/actors.shared.schemas.d.ts.map +1 -1
  153. package/dist/esm/flows-actors/actors.shared.schemas.js +3 -2
  154. package/dist/esm/flows-actors/actors.shared.schemas.js.map +1 -1
  155. package/dist/esm/flows-actors/agents.shared.schemas.d.ts +54 -5
  156. package/dist/esm/flows-actors/agents.shared.schemas.d.ts.map +1 -1
  157. package/dist/esm/flows-actors/agents.shared.schemas.js.map +1 -1
  158. package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.d.ts +6 -6
  159. package/dist/esm/flows-actors/deliberation.shared.schemas.d.ts +0 -3
  160. package/dist/esm/flows-actors/deliberation.shared.schemas.d.ts.map +1 -1
  161. package/dist/esm/flows-actors/deliberation.shared.schemas.js +0 -5
  162. package/dist/esm/flows-actors/deliberation.shared.schemas.js.map +1 -1
  163. package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.d.ts +14 -0
  164. package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.d.ts.map +1 -1
  165. package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.js +40 -3
  166. package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.js.map +1 -1
  167. package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.d.ts +19 -0
  168. package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.d.ts.map +1 -1
  169. package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.js +33 -0
  170. package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.js.map +1 -1
  171. package/dist/esm/flows-actors/flows-actors.io.shared.schemas.d.ts +14 -9
  172. package/dist/esm/flows-actors/flows-actors.io.shared.schemas.d.ts.map +1 -1
  173. package/dist/esm/flows-actors/flows-actors.io.shared.schemas.js +14 -9
  174. package/dist/esm/flows-actors/flows-actors.io.shared.schemas.js.map +1 -1
  175. package/dist/esm/flows-actors/flows-actors.system.shared.schemas.d.ts.map +1 -1
  176. package/dist/esm/flows-actors/flows-actors.system.shared.schemas.js +3 -2
  177. package/dist/esm/flows-actors/flows-actors.system.shared.schemas.js.map +1 -1
  178. package/dist/esm/flows-actors/flows.shared.schemas.d.ts.map +1 -1
  179. package/dist/esm/flows-actors/flows.shared.schemas.js +3 -2
  180. package/dist/esm/flows-actors/flows.shared.schemas.js.map +1 -1
  181. package/dist/esm/flows-actors/mcp-servers.shared.schemas.d.ts +128 -0
  182. package/dist/esm/flows-actors/mcp-servers.shared.schemas.d.ts.map +1 -0
  183. package/dist/esm/flows-actors/mcp-servers.shared.schemas.js +142 -0
  184. package/dist/esm/flows-actors/mcp-servers.shared.schemas.js.map +1 -0
  185. package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.d.ts +0 -3
  186. package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.d.ts.map +1 -1
  187. package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.js +1 -4
  188. package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.js.map +1 -1
  189. package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.d.ts +0 -16
  190. package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.d.ts.map +1 -1
  191. package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.js +1 -17
  192. package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.js.map +1 -1
  193. package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.d.ts +3 -3
  194. package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.js +3 -3
  195. package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.js.map +1 -1
  196. package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.d.ts +2 -8
  197. package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.d.ts.map +1 -1
  198. package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.js +4 -15
  199. package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.js.map +1 -1
  200. package/dist/esm/guidance/guidance-state.shared.utils.d.ts.map +1 -1
  201. package/dist/esm/guidance/guidance-state.shared.utils.js +1 -0
  202. package/dist/esm/guidance/guidance-state.shared.utils.js.map +1 -1
  203. package/dist/esm/guidance/progression-state.shared.resources-config.schemas.d.ts +8 -0
  204. package/dist/esm/guidance/progression-state.shared.resources-config.schemas.d.ts.map +1 -1
  205. package/dist/esm/guidance/progression-state.shared.schemas.d.ts +46 -0
  206. package/dist/esm/guidance/progression-state.shared.schemas.d.ts.map +1 -1
  207. package/dist/esm/guidance/progression-state.shared.schemas.js +49 -0
  208. package/dist/esm/guidance/progression-state.shared.schemas.js.map +1 -1
  209. package/dist/esm/http-api-binding/http-api-binding.shared.schemas.d.ts +320 -50
  210. package/dist/esm/http-api-binding/http-api-binding.shared.schemas.d.ts.map +1 -1
  211. package/dist/esm/http-api-binding/http-api-binding.shared.schemas.js +137 -36
  212. package/dist/esm/http-api-binding/http-api-binding.shared.schemas.js.map +1 -1
  213. package/dist/esm/index.d.ts +9 -0
  214. package/dist/esm/index.d.ts.map +1 -1
  215. package/dist/esm/index.js +9 -0
  216. package/dist/esm/index.js.map +1 -1
  217. package/dist/esm/notifications/email/email-template-registry.shared.schemas.d.ts +11 -2
  218. package/dist/esm/notifications/email/email-template-registry.shared.schemas.d.ts.map +1 -1
  219. package/dist/esm/notifications/email/email-template-registry.shared.schemas.js.map +1 -1
  220. package/dist/esm/notifications/email/email-template.shared.enums.d.ts +15 -0
  221. package/dist/esm/notifications/email/email-template.shared.enums.d.ts.map +1 -1
  222. package/dist/esm/notifications/email/email-template.shared.enums.js +15 -0
  223. package/dist/esm/notifications/email/email-template.shared.enums.js.map +1 -1
  224. package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.d.ts +1 -0
  225. package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.d.ts.map +1 -1
  226. package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.js +19 -0
  227. package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.js.map +1 -1
  228. package/dist/esm/notifications/m2m/webhook-config.shared.schemas.d.ts +30 -0
  229. package/dist/esm/notifications/m2m/webhook-config.shared.schemas.d.ts.map +1 -1
  230. package/dist/esm/notifications/m2m/webhook-config.shared.schemas.js +65 -1
  231. package/dist/esm/notifications/m2m/webhook-config.shared.schemas.js.map +1 -1
  232. package/dist/esm/notifications/notification-badges.core.definitions.d.ts +6 -4
  233. package/dist/esm/notifications/notification-badges.core.definitions.d.ts.map +1 -1
  234. package/dist/esm/notifications/notification-badges.core.definitions.js +6 -4
  235. package/dist/esm/notifications/notification-badges.core.definitions.js.map +1 -1
  236. package/dist/esm/notifications/notification-badges.schemas.d.ts +167 -5
  237. package/dist/esm/notifications/notification-badges.schemas.d.ts.map +1 -1
  238. package/dist/esm/notifications/notification-badges.schemas.js +191 -6
  239. package/dist/esm/notifications/notification-badges.schemas.js.map +1 -1
  240. package/dist/esm/notifications/notifications.shared.schemas.d.ts +107 -0
  241. package/dist/esm/notifications/notifications.shared.schemas.d.ts.map +1 -1
  242. package/dist/esm/notifications/notifications.shared.schemas.js +149 -1
  243. package/dist/esm/notifications/notifications.shared.schemas.js.map +1 -1
  244. package/dist/esm/organizations/organization-notifications.shared.schemas.d.ts.map +1 -1
  245. package/dist/esm/organizations/organization-notifications.shared.schemas.js +22 -1
  246. package/dist/esm/organizations/organization-notifications.shared.schemas.js.map +1 -1
  247. package/dist/esm/organizations/organization-preferences.shared.schemas.d.ts +26 -0
  248. package/dist/esm/organizations/organization-preferences.shared.schemas.d.ts.map +1 -1
  249. package/dist/esm/organizations/organization-preferences.shared.schemas.js +25 -0
  250. package/dist/esm/organizations/organization-preferences.shared.schemas.js.map +1 -1
  251. package/dist/esm/organizations/organization-profile.shared.schemas.d.ts +25 -0
  252. package/dist/esm/organizations/organization-profile.shared.schemas.d.ts.map +1 -1
  253. package/dist/esm/organizations/organization-profile.shared.schemas.js +42 -17
  254. package/dist/esm/organizations/organization-profile.shared.schemas.js.map +1 -1
  255. package/dist/esm/organizations/organization-unit-narrowing.shared.d.ts +3 -2
  256. package/dist/esm/organizations/organization-unit-narrowing.shared.d.ts.map +1 -1
  257. package/dist/esm/organizations/organization-unit-narrowing.shared.js +9 -2
  258. package/dist/esm/organizations/organization-unit-narrowing.shared.js.map +1 -1
  259. package/dist/esm/organizations/organizations.shared.resources-config.schemas.d.ts.map +1 -1
  260. package/dist/esm/organizations/organizations.shared.resources-config.schemas.js +18 -3
  261. package/dist/esm/organizations/organizations.shared.resources-config.schemas.js.map +1 -1
  262. package/dist/esm/public-runtime/index.d.ts +49 -2
  263. package/dist/esm/public-runtime/index.d.ts.map +1 -1
  264. package/dist/esm/public-runtime/index.js +48 -1
  265. package/dist/esm/public-runtime/index.js.map +1 -1
  266. package/dist/esm/queue/jobs.shared.resources-config.schemas.d.ts +6 -5
  267. package/dist/esm/queue/jobs.shared.resources-config.schemas.d.ts.map +1 -1
  268. package/dist/esm/queue/jobs.shared.resources-config.schemas.js +6 -5
  269. package/dist/esm/queue/jobs.shared.resources-config.schemas.js.map +1 -1
  270. package/dist/esm/queue/jobs.shared.schemas.d.ts +16 -3
  271. package/dist/esm/queue/jobs.shared.schemas.d.ts.map +1 -1
  272. package/dist/esm/queue/jobs.shared.schemas.js +16 -3
  273. package/dist/esm/queue/jobs.shared.schemas.js.map +1 -1
  274. package/dist/esm/requests/manual-controllers-routes-documentation.d.ts +137 -0
  275. package/dist/esm/requests/manual-controllers-routes-documentation.d.ts.map +1 -0
  276. package/dist/esm/requests/manual-controllers-routes-documentation.js +1201 -0
  277. package/dist/esm/requests/manual-controllers-routes-documentation.js.map +1 -0
  278. package/dist/esm/requests/manual-controllers-routes-urls.d.ts +67 -0
  279. package/dist/esm/requests/manual-controllers-routes-urls.d.ts.map +1 -1
  280. package/dist/esm/requests/manual-controllers-routes-urls.js +78 -0
  281. package/dist/esm/requests/manual-controllers-routes-urls.js.map +1 -1
  282. package/dist/esm/requests/rate-limits.shared.schemas.d.ts +11 -1
  283. package/dist/esm/requests/rate-limits.shared.schemas.d.ts.map +1 -1
  284. package/dist/esm/requests/rate-limits.shared.schemas.js +11 -1
  285. package/dist/esm/requests/rate-limits.shared.schemas.js.map +1 -1
  286. package/dist/esm/requests/websocket.shared.schemas.d.ts +27 -4
  287. package/dist/esm/requests/websocket.shared.schemas.d.ts.map +1 -1
  288. package/dist/esm/requests/websocket.shared.schemas.js +35 -0
  289. package/dist/esm/requests/websocket.shared.schemas.js.map +1 -1
  290. package/dist/esm/resources/resources-config.shared.factory.d.ts +1 -0
  291. package/dist/esm/resources/resources-config.shared.factory.d.ts.map +1 -1
  292. package/dist/esm/resources/resources-config.shared.factory.js +105 -20
  293. package/dist/esm/resources/resources-config.shared.factory.js.map +1 -1
  294. package/dist/esm/resources/resources-config.shared.schemas.d.ts +254 -72
  295. package/dist/esm/resources/resources-config.shared.schemas.d.ts.map +1 -1
  296. package/dist/esm/resources/resources-config.shared.schemas.js.map +1 -1
  297. package/dist/esm/resources/resources-registry.shared.core.definitions.d.ts.map +1 -1
  298. package/dist/esm/resources/resources-registry.shared.core.definitions.js +97 -5
  299. package/dist/esm/resources/resources-registry.shared.core.definitions.js.map +1 -1
  300. package/dist/esm/resources/resources-relationships.shared.factory.d.ts.map +1 -1
  301. package/dist/esm/resources/resources-relationships.shared.factory.js +15 -0
  302. package/dist/esm/resources/resources-relationships.shared.factory.js.map +1 -1
  303. package/dist/esm/resources/resources.shared.core.definitions.d.ts +37 -0
  304. package/dist/esm/resources/resources.shared.core.definitions.d.ts.map +1 -1
  305. package/dist/esm/resources/resources.shared.core.definitions.js +51 -0
  306. package/dist/esm/resources/resources.shared.core.definitions.js.map +1 -1
  307. package/dist/esm/resources/resources.shared.schemas.d.ts +11 -2
  308. package/dist/esm/resources/resources.shared.schemas.d.ts.map +1 -1
  309. package/dist/esm/resources/resources.shared.schemas.js +34 -3
  310. package/dist/esm/resources/resources.shared.schemas.js.map +1 -1
  311. package/dist/esm/resources/utils/field-value-disclosure.utils.d.ts +51 -0
  312. package/dist/esm/resources/utils/field-value-disclosure.utils.d.ts.map +1 -0
  313. package/dist/esm/resources/utils/field-value-disclosure.utils.js +53 -0
  314. package/dist/esm/resources/utils/field-value-disclosure.utils.js.map +1 -0
  315. package/dist/esm/resources/utils/resources-summary.utils.d.ts +16 -2
  316. package/dist/esm/resources/utils/resources-summary.utils.d.ts.map +1 -1
  317. package/dist/esm/resources/utils/resources-summary.utils.js +19 -5
  318. package/dist/esm/resources/utils/resources-summary.utils.js.map +1 -1
  319. package/dist/esm/resources/utils/shared-persistence-collection.utils.d.ts.map +1 -1
  320. package/dist/esm/resources/utils/shared-persistence-collection.utils.js +11 -0
  321. package/dist/esm/resources/utils/shared-persistence-collection.utils.js.map +1 -1
  322. package/dist/esm/runtime/domain-module.shared.definitions.d.ts +25 -0
  323. package/dist/esm/runtime/domain-module.shared.definitions.d.ts.map +1 -1
  324. package/dist/esm/runtime/domain-module.shared.definitions.js.map +1 -1
  325. package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.d.ts +1 -0
  326. package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.d.ts.map +1 -1
  327. package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.js +38 -0
  328. package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.js.map +1 -1
  329. package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.d.ts +1 -0
  330. package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.d.ts.map +1 -1
  331. package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.js +38 -0
  332. package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.js.map +1 -1
  333. package/dist/esm/security/authentications/authentication.shared.dto.schemas.d.ts +4 -11
  334. package/dist/esm/security/authentications/authentication.shared.dto.schemas.d.ts.map +1 -1
  335. package/dist/esm/security/authentications/authentication.shared.dto.schemas.js +0 -1
  336. package/dist/esm/security/authentications/authentication.shared.dto.schemas.js.map +1 -1
  337. package/dist/esm/security/authentications/authentication.shared.schemas.d.ts +84 -5
  338. package/dist/esm/security/authentications/authentication.shared.schemas.d.ts.map +1 -1
  339. package/dist/esm/security/authentications/authentication.shared.schemas.js +83 -3
  340. package/dist/esm/security/authentications/authentication.shared.schemas.js.map +1 -1
  341. package/dist/esm/security/authentications/registration.shared.dto.schemas.d.ts +1 -0
  342. package/dist/esm/security/authentications/registration.shared.dto.schemas.d.ts.map +1 -1
  343. package/dist/esm/security/authentications/registration.shared.dto.schemas.js +11 -0
  344. package/dist/esm/security/authentications/registration.shared.dto.schemas.js.map +1 -1
  345. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.d.ts +15 -0
  346. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.d.ts.map +1 -1
  347. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.js +21 -4
  348. package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.js.map +1 -1
  349. package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.d.ts +61 -1
  350. package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.d.ts.map +1 -1
  351. package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.js +208 -6
  352. package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.js.map +1 -1
  353. package/dist/esm/security/authentications/sso/sso-config.shared.schemas.d.ts +37 -27
  354. package/dist/esm/security/authentications/sso/sso-config.shared.schemas.d.ts.map +1 -1
  355. package/dist/esm/security/authentications/sso/sso-config.shared.schemas.js +134 -12
  356. package/dist/esm/security/authentications/sso/sso-config.shared.schemas.js.map +1 -1
  357. package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.d.ts +0 -6
  358. package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.d.ts.map +1 -1
  359. package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.js +17 -8
  360. package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.js.map +1 -1
  361. package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.d.ts.map +1 -1
  362. package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.js +27 -0
  363. package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.js.map +1 -1
  364. package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.d.ts +52 -7
  365. package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.d.ts.map +1 -1
  366. package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.js +45 -8
  367. package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.js.map +1 -1
  368. package/dist/esm/security/connected-accounts/provider-credentials-organization.shared.resources-config.schemas.d.ts +31 -0
  369. package/dist/esm/security/connected-accounts/provider-credentials-organization.shared.resources-config.schemas.d.ts.map +1 -0
  370. package/dist/esm/security/connected-accounts/provider-credentials-organization.shared.resources-config.schemas.js +198 -0
  371. package/dist/esm/security/connected-accounts/provider-credentials-organization.shared.resources-config.schemas.js.map +1 -0
  372. package/dist/esm/security/connected-accounts/provider-credentials-user.shared.resources-config.schemas.d.ts +31 -0
  373. package/dist/esm/security/connected-accounts/provider-credentials-user.shared.resources-config.schemas.d.ts.map +1 -0
  374. package/dist/esm/security/connected-accounts/provider-credentials-user.shared.resources-config.schemas.js +191 -0
  375. package/dist/esm/security/connected-accounts/provider-credentials-user.shared.resources-config.schemas.js.map +1 -0
  376. package/dist/esm/security/connected-accounts/provider-credentials.shared.schemas.d.ts +250 -0
  377. package/dist/esm/security/connected-accounts/provider-credentials.shared.schemas.d.ts.map +1 -0
  378. package/dist/esm/security/connected-accounts/provider-credentials.shared.schemas.js +486 -0
  379. package/dist/esm/security/connected-accounts/provider-credentials.shared.schemas.js.map +1 -0
  380. package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.d.ts +4 -1
  381. package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.d.ts.map +1 -1
  382. package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.js +29 -0
  383. package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.js.map +1 -1
  384. package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.d.ts +4 -1
  385. package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.d.ts.map +1 -1
  386. package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.js +29 -0
  387. package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.js.map +1 -1
  388. package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.d.ts +6 -0
  389. package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.d.ts.map +1 -1
  390. package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.js +31 -0
  391. package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.js.map +1 -1
  392. package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.d.ts +13 -0
  393. package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.d.ts.map +1 -1
  394. package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.js +24 -3
  395. package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.js.map +1 -1
  396. package/dist/esm/users/user-preferences.shared.resources-config.schemas.d.ts +4 -4
  397. package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.d.ts +4 -4
  398. package/dist/esm/users/user-self.shared.resources-config.schemas.d.ts.map +1 -1
  399. package/dist/esm/users/user-self.shared.resources-config.schemas.js +33 -3
  400. package/dist/esm/users/user-self.shared.resources-config.schemas.js.map +1 -1
  401. package/dist/esm/users/users.shared.resources-config.schemas.d.ts +17 -1
  402. package/dist/esm/users/users.shared.resources-config.schemas.d.ts.map +1 -1
  403. package/dist/esm/users/users.shared.resources-config.schemas.js +136 -5
  404. package/dist/esm/users/users.shared.resources-config.schemas.js.map +1 -1
  405. package/dist/esm/users/users.shared.schemas.d.ts +43 -12
  406. package/dist/esm/users/users.shared.schemas.d.ts.map +1 -1
  407. package/dist/esm/users/users.shared.schemas.js +38 -7
  408. package/dist/esm/users/users.shared.schemas.js.map +1 -1
  409. package/dist/tsconfig.build.tsbuildinfo +1 -1
  410. package/package.json +4 -4
@@ -22,6 +22,7 @@
22
22
  * billing providers do — the binding carries only the reference (plan decision D7).
23
23
  */
24
24
  import { z } from 'zod';
25
+ import { ExternalProvider_Connection_DelegationMode, ExternalProvider_Connection_OwnerScope } from '@wildo-ai/external-connectors-models';
25
26
  /**
26
27
  * The query dialect the adapter speaks toward the target system. Closed vocabulary (slice 1);
27
28
  * SOAP is a possible later member over the same HTTP transport, and a direct-database kind would
@@ -83,32 +84,6 @@ export declare enum HttpApiTransportDialect {
83
84
  */
84
85
  ODOO_JSONRPC = "odoo-jsonrpc"
85
86
  }
86
- /**
87
- * Whose identity the adapter presents to the target system. In BOTH modes audit rows carry the
88
- * REAL initiating user — the shared-principal attribution failure documented for Power Platform
89
- * ("credential-sharing as a service") must not be reproduced (requirement R12).
90
- *
91
- * D9 ruling (Paul, 2026-08-27 — re-scoping the original "both executable in slice 1"):
92
- * **SERVICE_PRINCIPAL-first.** `USER_DELEGATED` stays DECLARED and representable so bindings
93
- * need no reshape when it arrives, but resolving it REFUSES naming the missing substrate: the
94
- * engine has no outbound per-user token store (measured — `OAuth2_CredentialSchema` is a model
95
- * with no resource, persistence or service behind it). Building that store is its own workstream.
96
- */
97
- export declare enum HttpApiIdentityMode {
98
- /**
99
- * One service account per binding (never shared across applications — blast-radius doctrine).
100
- * Wildo's own roles/operations gate who may trigger calls. The default, and the only option
101
- * when the target has no per-user OAuth surface.
102
- */
103
- SERVICE_PRINCIPAL = "service-principal",
104
- /**
105
- * Per-user OAuth 2.0 tokens against the target — encrypted, session-bound (the Retool model;
106
- * on-behalf-of where the IdP is shared, e.g. Entra ID for Dynamics). Use when the TARGET's own
107
- * authorization must decide per user: the tool can then never show a user more than the target
108
- * would.
109
- */
110
- USER_DELEGATED = "user-delegated"
111
- }
112
87
  /**
113
88
  * The declared erasure stance of an HTTP_API-backed resource. All three stances are first-class
114
89
  * from slice 1 (decision D6, 2026-08-26); a binding MUST declare one — an undeclared stance is a
@@ -229,10 +204,23 @@ export declare enum HttpApiRestOperationMethod {
229
204
  * operation. Deliberately minimal in slice 1 — pagination/filter parameter NAMES are declared,
230
205
  * their VALUES are supplied by the adapter from the translated query.
231
206
  *
232
- * Related but distinct: `REST_API_OperationSpecSchema` in `@wildo-ai/external-connectors-models`
233
- * describes provider-protocol operations for capability transformers. This schema describes a
234
- * RESOURCE read surface; if the two converge later that is a recorded decision, not an implicit
235
- * merge of distinct concepts.
207
+ * Related but distinct: `ProviderRestOperation` on a provider's `rest` runtime contract describes a
208
+ * VENDOR operation one entry in the catalogue a reference below names. This schema describes a
209
+ * RESOURCE read surface, which is a different thing and stays here.
210
+ *
211
+ * (An earlier revision pointed at `REST_API_OperationSpecSchema` in
212
+ * `@wildo-ai/external-connectors-models` "for capability transformers". Both are gone: the
213
+ * transformer layer was retired with `features/` in #327, and that OpenAPI-shaped operations layer
214
+ * — ten exported symbols with zero code readers — was deleted in #331 rather than wired up, so
215
+ * "what a provider can do" has one description instead of two.)
216
+ *
217
+ * The convergence this JSDoc asked to be RECORDED rather than performed implicitly happened in
218
+ * S3a (#331), and it is not the merge that sentence was written to prevent. A member of
219
+ * {@link HttpApiRestOperationsSchema} may now be a {@link HttpApiRestOperationReferenceSchema}
220
+ * naming an operation in the PROVIDER's own `rest.operations` catalogue — the vendor half stated
221
+ * once per provider, the resource half (local-field filter mapping, search parameter, which path
222
+ * token takes the key) still stated here, because a provider has never heard of a local field
223
+ * name. Both forms stay: an inline spec is still the right answer for a target no provider wraps.
236
224
  */
237
225
  export declare const HttpApiRestOperationSpecSchema: z.ZodObject<{
238
226
  method: z.ZodEnum<typeof HttpApiRestOperationMethod>;
@@ -249,9 +237,106 @@ export declare const HttpApiRestOperationSpecSchema: z.ZodObject<{
249
237
  }, z.core.$strip>>;
250
238
  }, z.core.$strip>;
251
239
  export type HttpApiRestOperationSpec = z.infer<typeof HttpApiRestOperationSpecSchema>;
240
+ /**
241
+ * A REFERENCE into the PROVIDER's own operation catalogue, instead of restating the operation here
242
+ * (S3a, #331 — the convergence {@link HttpApiRestOperationSpecSchema}'s JSDoc asked to be recorded
243
+ * as a decision rather than performed implicitly).
244
+ *
245
+ * ## The split, and why it is not a merge
246
+ *
247
+ * The two schemas describe different things and both survive. A provider operation is VENDOR-
248
+ * shaped: method, path, result path, how the vendor pages. An ETL read surface is RESOURCE-shaped:
249
+ * which LOCAL field is translatable to which remote filter parameter, which parameter carries the
250
+ * search text, which path token receives this resource's synthesized key. The vendor half is the
251
+ * same for every resource that reads that vendor, and restating it per binding is how ten bindings
252
+ * come to disagree about one API. The resource half cannot live on the provider, because a provider
253
+ * has never heard of a local field name.
254
+ *
255
+ * So a reference carries the resource half and NAMES the vendor half. What it does not do is merge
256
+ * the two concepts: an inline spec is still the right answer for a target no provider wraps.
257
+ *
258
+ * ## What a reference refuses
259
+ *
260
+ * The referenced operation must be a READ (`classification`) and must speak GET or POST. A read
261
+ * surface that could reference a WRITE would let a LIST call delete rows, and the resource
262
+ * repository's whole read-only stance (D3) would rest on nobody having authored it that way.
263
+ */
264
+ export declare const HttpApiRestOperationReferenceSchema: z.ZodObject<{
265
+ /** The `operationId` in the provider's own `rest.operations` catalogue. */
266
+ providerOperationId: z.ZodString;
267
+ /**
268
+ * The catalogue DOMAIN, so the provider's loader can answer one domain instead of every one.
269
+ * Absent, the whole catalogue is loaded — correct, and wasteful for a vendor with hundreds.
270
+ */
271
+ domain: z.ZodOptional<z.ZodString>;
272
+ /**
273
+ * The referenced operation's PATH parameter that receives this resource's synthesized key.
274
+ * Required on `read` (a key-addressed read has a hole only the key fills) and meaningless on a
275
+ * collection member, where it is refused rather than ignored.
276
+ */
277
+ keyParameter: z.ZodOptional<z.ZodString>;
278
+ /**
279
+ * Declared filter parameter name per LOCAL field — resource-shaped, exactly as on an inline
280
+ * spec, because the provider cannot know a local field name. Only fields listed here are
281
+ * translatable for this operation; everything else is refused at the adapter boundary.
282
+ */
283
+ filterParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
284
+ /** The parameter that receives the SEARCH text. Absent = search is refused for this binding. */
285
+ searchParam: z.ZodOptional<z.ZodString>;
286
+ }, z.core.$strict>;
287
+ export type HttpApiRestOperationReference = z.infer<typeof HttpApiRestOperationReferenceSchema>;
288
+ /**
289
+ * One read-surface member: the operation stated INLINE, or a REFERENCE into the provider's
290
+ * catalogue.
291
+ *
292
+ * A plain union rather than a `kind`-discriminated one, deliberately: the two shapes are already
293
+ * unambiguous (an inline spec has a required `method` and `pathTemplate`, a reference a required
294
+ * `providerOperationId`, and neither satisfies the other), and adding a discriminator would have
295
+ * meant editing every binding that exists today to say `kind: 'inline'` — churn on working
296
+ * declarations to buy a slightly better parse error.
297
+ */
298
+ export declare const HttpApiRestOperationDeclarationSchema: z.ZodUnion<readonly [z.ZodObject<{
299
+ method: z.ZodEnum<typeof HttpApiRestOperationMethod>;
300
+ pathTemplate: z.ZodString;
301
+ pagingParams: z.ZodOptional<z.ZodObject<{
302
+ limitParam: z.ZodString;
303
+ offsetParam: z.ZodString;
304
+ }, z.core.$strip>>;
305
+ filterParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
306
+ searchParam: z.ZodOptional<z.ZodString>;
307
+ resultPath: z.ZodOptional<z.ZodString>;
308
+ jsonRpcEnvelope: z.ZodOptional<z.ZodObject<{
309
+ rpcMethod: z.ZodString;
310
+ }, z.core.$strip>>;
311
+ }, z.core.$strip>, z.ZodObject<{
312
+ /** The `operationId` in the provider's own `rest.operations` catalogue. */
313
+ providerOperationId: z.ZodString;
314
+ /**
315
+ * The catalogue DOMAIN, so the provider's loader can answer one domain instead of every one.
316
+ * Absent, the whole catalogue is loaded — correct, and wasteful for a vendor with hundreds.
317
+ */
318
+ domain: z.ZodOptional<z.ZodString>;
319
+ /**
320
+ * The referenced operation's PATH parameter that receives this resource's synthesized key.
321
+ * Required on `read` (a key-addressed read has a hole only the key fills) and meaningless on a
322
+ * collection member, where it is refused rather than ignored.
323
+ */
324
+ keyParameter: z.ZodOptional<z.ZodString>;
325
+ /**
326
+ * Declared filter parameter name per LOCAL field — resource-shaped, exactly as on an inline
327
+ * spec, because the provider cannot know a local field name. Only fields listed here are
328
+ * translatable for this operation; everything else is refused at the adapter boundary.
329
+ */
330
+ filterParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
331
+ /** The parameter that receives the SEARCH text. Absent = search is refused for this binding. */
332
+ searchParam: z.ZodOptional<z.ZodString>;
333
+ }, z.core.$strict>]>;
334
+ export type HttpApiRestOperationDeclaration = z.infer<typeof HttpApiRestOperationDeclarationSchema>;
335
+ /** Narrow a declared member to a catalogue reference. */
336
+ export declare function isHttpApiRestOperationReference(declaration: HttpApiRestOperationDeclaration): declaration is HttpApiRestOperationReference;
252
337
  /** The REST_JSON read-surface mapping: which lifecycle members exist remotely, and how. */
253
338
  export declare const HttpApiRestOperationsSchema: z.ZodObject<{
254
- read: z.ZodObject<{
339
+ read: z.ZodUnion<readonly [z.ZodObject<{
255
340
  method: z.ZodEnum<typeof HttpApiRestOperationMethod>;
256
341
  pathTemplate: z.ZodString;
257
342
  pagingParams: z.ZodOptional<z.ZodObject<{
@@ -264,8 +349,30 @@ export declare const HttpApiRestOperationsSchema: z.ZodObject<{
264
349
  jsonRpcEnvelope: z.ZodOptional<z.ZodObject<{
265
350
  rpcMethod: z.ZodString;
266
351
  }, z.core.$strip>>;
267
- }, z.core.$strip>;
268
- list: z.ZodObject<{
352
+ }, z.core.$strip>, z.ZodObject<{
353
+ /** The `operationId` in the provider's own `rest.operations` catalogue. */
354
+ providerOperationId: z.ZodString;
355
+ /**
356
+ * The catalogue DOMAIN, so the provider's loader can answer one domain instead of every one.
357
+ * Absent, the whole catalogue is loaded — correct, and wasteful for a vendor with hundreds.
358
+ */
359
+ domain: z.ZodOptional<z.ZodString>;
360
+ /**
361
+ * The referenced operation's PATH parameter that receives this resource's synthesized key.
362
+ * Required on `read` (a key-addressed read has a hole only the key fills) and meaningless on a
363
+ * collection member, where it is refused rather than ignored.
364
+ */
365
+ keyParameter: z.ZodOptional<z.ZodString>;
366
+ /**
367
+ * Declared filter parameter name per LOCAL field — resource-shaped, exactly as on an inline
368
+ * spec, because the provider cannot know a local field name. Only fields listed here are
369
+ * translatable for this operation; everything else is refused at the adapter boundary.
370
+ */
371
+ filterParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
372
+ /** The parameter that receives the SEARCH text. Absent = search is refused for this binding. */
373
+ searchParam: z.ZodOptional<z.ZodString>;
374
+ }, z.core.$strict>]>;
375
+ list: z.ZodUnion<readonly [z.ZodObject<{
269
376
  method: z.ZodEnum<typeof HttpApiRestOperationMethod>;
270
377
  pathTemplate: z.ZodString;
271
378
  pagingParams: z.ZodOptional<z.ZodObject<{
@@ -278,8 +385,30 @@ export declare const HttpApiRestOperationsSchema: z.ZodObject<{
278
385
  jsonRpcEnvelope: z.ZodOptional<z.ZodObject<{
279
386
  rpcMethod: z.ZodString;
280
387
  }, z.core.$strip>>;
281
- }, z.core.$strip>;
282
- count: z.ZodOptional<z.ZodObject<{
388
+ }, z.core.$strip>, z.ZodObject<{
389
+ /** The `operationId` in the provider's own `rest.operations` catalogue. */
390
+ providerOperationId: z.ZodString;
391
+ /**
392
+ * The catalogue DOMAIN, so the provider's loader can answer one domain instead of every one.
393
+ * Absent, the whole catalogue is loaded — correct, and wasteful for a vendor with hundreds.
394
+ */
395
+ domain: z.ZodOptional<z.ZodString>;
396
+ /**
397
+ * The referenced operation's PATH parameter that receives this resource's synthesized key.
398
+ * Required on `read` (a key-addressed read has a hole only the key fills) and meaningless on a
399
+ * collection member, where it is refused rather than ignored.
400
+ */
401
+ keyParameter: z.ZodOptional<z.ZodString>;
402
+ /**
403
+ * Declared filter parameter name per LOCAL field — resource-shaped, exactly as on an inline
404
+ * spec, because the provider cannot know a local field name. Only fields listed here are
405
+ * translatable for this operation; everything else is refused at the adapter boundary.
406
+ */
407
+ filterParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
408
+ /** The parameter that receives the SEARCH text. Absent = search is refused for this binding. */
409
+ searchParam: z.ZodOptional<z.ZodString>;
410
+ }, z.core.$strict>]>;
411
+ count: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
283
412
  method: z.ZodEnum<typeof HttpApiRestOperationMethod>;
284
413
  pathTemplate: z.ZodString;
285
414
  pagingParams: z.ZodOptional<z.ZodObject<{
@@ -292,8 +421,30 @@ export declare const HttpApiRestOperationsSchema: z.ZodObject<{
292
421
  jsonRpcEnvelope: z.ZodOptional<z.ZodObject<{
293
422
  rpcMethod: z.ZodString;
294
423
  }, z.core.$strip>>;
295
- }, z.core.$strip>>;
296
- search: z.ZodOptional<z.ZodObject<{
424
+ }, z.core.$strip>, z.ZodObject<{
425
+ /** The `operationId` in the provider's own `rest.operations` catalogue. */
426
+ providerOperationId: z.ZodString;
427
+ /**
428
+ * The catalogue DOMAIN, so the provider's loader can answer one domain instead of every one.
429
+ * Absent, the whole catalogue is loaded — correct, and wasteful for a vendor with hundreds.
430
+ */
431
+ domain: z.ZodOptional<z.ZodString>;
432
+ /**
433
+ * The referenced operation's PATH parameter that receives this resource's synthesized key.
434
+ * Required on `read` (a key-addressed read has a hole only the key fills) and meaningless on a
435
+ * collection member, where it is refused rather than ignored.
436
+ */
437
+ keyParameter: z.ZodOptional<z.ZodString>;
438
+ /**
439
+ * Declared filter parameter name per LOCAL field — resource-shaped, exactly as on an inline
440
+ * spec, because the provider cannot know a local field name. Only fields listed here are
441
+ * translatable for this operation; everything else is refused at the adapter boundary.
442
+ */
443
+ filterParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
444
+ /** The parameter that receives the SEARCH text. Absent = search is refused for this binding. */
445
+ searchParam: z.ZodOptional<z.ZodString>;
446
+ }, z.core.$strict>]>>;
447
+ search: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
297
448
  method: z.ZodEnum<typeof HttpApiRestOperationMethod>;
298
449
  pathTemplate: z.ZodString;
299
450
  pagingParams: z.ZodOptional<z.ZodObject<{
@@ -306,7 +457,29 @@ export declare const HttpApiRestOperationsSchema: z.ZodObject<{
306
457
  jsonRpcEnvelope: z.ZodOptional<z.ZodObject<{
307
458
  rpcMethod: z.ZodString;
308
459
  }, z.core.$strip>>;
309
- }, z.core.$strip>>;
460
+ }, z.core.$strip>, z.ZodObject<{
461
+ /** The `operationId` in the provider's own `rest.operations` catalogue. */
462
+ providerOperationId: z.ZodString;
463
+ /**
464
+ * The catalogue DOMAIN, so the provider's loader can answer one domain instead of every one.
465
+ * Absent, the whole catalogue is loaded — correct, and wasteful for a vendor with hundreds.
466
+ */
467
+ domain: z.ZodOptional<z.ZodString>;
468
+ /**
469
+ * The referenced operation's PATH parameter that receives this resource's synthesized key.
470
+ * Required on `read` (a key-addressed read has a hole only the key fills) and meaningless on a
471
+ * collection member, where it is refused rather than ignored.
472
+ */
473
+ keyParameter: z.ZodOptional<z.ZodString>;
474
+ /**
475
+ * Declared filter parameter name per LOCAL field — resource-shaped, exactly as on an inline
476
+ * spec, because the provider cannot know a local field name. Only fields listed here are
477
+ * translatable for this operation; everything else is refused at the adapter boundary.
478
+ */
479
+ filterParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
480
+ /** The parameter that receives the SEARCH text. Absent = search is refused for this binding. */
481
+ searchParam: z.ZodOptional<z.ZodString>;
482
+ }, z.core.$strict>]>>;
310
483
  }, z.core.$strip>;
311
484
  export type HttpApiRestOperations = z.infer<typeof HttpApiRestOperationsSchema>;
312
485
  /** Tenancy declaration — discriminated so each stance carries exactly its own obligations. */
@@ -373,7 +546,10 @@ export declare const HttpApiResourceBindingSchema: z.ZodDiscriminatedUnion<[z.Zo
373
546
  verifyMetadataAtBoot: z.ZodDefault<z.ZodBoolean>;
374
547
  providerRef: z.ZodString;
375
548
  entityRef: z.ZodString;
376
- identityMode: z.ZodDefault<z.ZodEnum<typeof HttpApiIdentityMode>>;
549
+ connection: z.ZodDefault<z.ZodObject<{
550
+ ownerScope: z.ZodEnum<typeof ExternalProvider_Connection_OwnerScope>;
551
+ delegation: z.ZodDefault<z.ZodEnum<typeof ExternalProvider_Connection_DelegationMode>>;
552
+ }, z.core.$strip>>;
377
553
  keyFields: z.ZodArray<z.ZodObject<{
378
554
  localField: z.ZodString;
379
555
  remoteField: z.ZodString;
@@ -420,7 +596,7 @@ export declare const HttpApiResourceBindingSchema: z.ZodDiscriminatedUnion<[z.Zo
420
596
  dialect: z.ZodLiteral<HttpApiTransportDialect.ODATA>;
421
597
  }, z.core.$strip>, z.ZodObject<{
422
598
  operations: z.ZodObject<{
423
- read: z.ZodObject<{
599
+ read: z.ZodUnion<readonly [z.ZodObject<{
424
600
  method: z.ZodEnum<typeof HttpApiRestOperationMethod>;
425
601
  pathTemplate: z.ZodString;
426
602
  pagingParams: z.ZodOptional<z.ZodObject<{
@@ -433,8 +609,30 @@ export declare const HttpApiResourceBindingSchema: z.ZodDiscriminatedUnion<[z.Zo
433
609
  jsonRpcEnvelope: z.ZodOptional<z.ZodObject<{
434
610
  rpcMethod: z.ZodString;
435
611
  }, z.core.$strip>>;
436
- }, z.core.$strip>;
437
- list: z.ZodObject<{
612
+ }, z.core.$strip>, z.ZodObject<{
613
+ /** The `operationId` in the provider's own `rest.operations` catalogue. */
614
+ providerOperationId: z.ZodString;
615
+ /**
616
+ * The catalogue DOMAIN, so the provider's loader can answer one domain instead of every one.
617
+ * Absent, the whole catalogue is loaded — correct, and wasteful for a vendor with hundreds.
618
+ */
619
+ domain: z.ZodOptional<z.ZodString>;
620
+ /**
621
+ * The referenced operation's PATH parameter that receives this resource's synthesized key.
622
+ * Required on `read` (a key-addressed read has a hole only the key fills) and meaningless on a
623
+ * collection member, where it is refused rather than ignored.
624
+ */
625
+ keyParameter: z.ZodOptional<z.ZodString>;
626
+ /**
627
+ * Declared filter parameter name per LOCAL field — resource-shaped, exactly as on an inline
628
+ * spec, because the provider cannot know a local field name. Only fields listed here are
629
+ * translatable for this operation; everything else is refused at the adapter boundary.
630
+ */
631
+ filterParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
632
+ /** The parameter that receives the SEARCH text. Absent = search is refused for this binding. */
633
+ searchParam: z.ZodOptional<z.ZodString>;
634
+ }, z.core.$strict>]>;
635
+ list: z.ZodUnion<readonly [z.ZodObject<{
438
636
  method: z.ZodEnum<typeof HttpApiRestOperationMethod>;
439
637
  pathTemplate: z.ZodString;
440
638
  pagingParams: z.ZodOptional<z.ZodObject<{
@@ -447,8 +645,30 @@ export declare const HttpApiResourceBindingSchema: z.ZodDiscriminatedUnion<[z.Zo
447
645
  jsonRpcEnvelope: z.ZodOptional<z.ZodObject<{
448
646
  rpcMethod: z.ZodString;
449
647
  }, z.core.$strip>>;
450
- }, z.core.$strip>;
451
- count: z.ZodOptional<z.ZodObject<{
648
+ }, z.core.$strip>, z.ZodObject<{
649
+ /** The `operationId` in the provider's own `rest.operations` catalogue. */
650
+ providerOperationId: z.ZodString;
651
+ /**
652
+ * The catalogue DOMAIN, so the provider's loader can answer one domain instead of every one.
653
+ * Absent, the whole catalogue is loaded — correct, and wasteful for a vendor with hundreds.
654
+ */
655
+ domain: z.ZodOptional<z.ZodString>;
656
+ /**
657
+ * The referenced operation's PATH parameter that receives this resource's synthesized key.
658
+ * Required on `read` (a key-addressed read has a hole only the key fills) and meaningless on a
659
+ * collection member, where it is refused rather than ignored.
660
+ */
661
+ keyParameter: z.ZodOptional<z.ZodString>;
662
+ /**
663
+ * Declared filter parameter name per LOCAL field — resource-shaped, exactly as on an inline
664
+ * spec, because the provider cannot know a local field name. Only fields listed here are
665
+ * translatable for this operation; everything else is refused at the adapter boundary.
666
+ */
667
+ filterParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
668
+ /** The parameter that receives the SEARCH text. Absent = search is refused for this binding. */
669
+ searchParam: z.ZodOptional<z.ZodString>;
670
+ }, z.core.$strict>]>;
671
+ count: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
452
672
  method: z.ZodEnum<typeof HttpApiRestOperationMethod>;
453
673
  pathTemplate: z.ZodString;
454
674
  pagingParams: z.ZodOptional<z.ZodObject<{
@@ -461,8 +681,30 @@ export declare const HttpApiResourceBindingSchema: z.ZodDiscriminatedUnion<[z.Zo
461
681
  jsonRpcEnvelope: z.ZodOptional<z.ZodObject<{
462
682
  rpcMethod: z.ZodString;
463
683
  }, z.core.$strip>>;
464
- }, z.core.$strip>>;
465
- search: z.ZodOptional<z.ZodObject<{
684
+ }, z.core.$strip>, z.ZodObject<{
685
+ /** The `operationId` in the provider's own `rest.operations` catalogue. */
686
+ providerOperationId: z.ZodString;
687
+ /**
688
+ * The catalogue DOMAIN, so the provider's loader can answer one domain instead of every one.
689
+ * Absent, the whole catalogue is loaded — correct, and wasteful for a vendor with hundreds.
690
+ */
691
+ domain: z.ZodOptional<z.ZodString>;
692
+ /**
693
+ * The referenced operation's PATH parameter that receives this resource's synthesized key.
694
+ * Required on `read` (a key-addressed read has a hole only the key fills) and meaningless on a
695
+ * collection member, where it is refused rather than ignored.
696
+ */
697
+ keyParameter: z.ZodOptional<z.ZodString>;
698
+ /**
699
+ * Declared filter parameter name per LOCAL field — resource-shaped, exactly as on an inline
700
+ * spec, because the provider cannot know a local field name. Only fields listed here are
701
+ * translatable for this operation; everything else is refused at the adapter boundary.
702
+ */
703
+ filterParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
704
+ /** The parameter that receives the SEARCH text. Absent = search is refused for this binding. */
705
+ searchParam: z.ZodOptional<z.ZodString>;
706
+ }, z.core.$strict>]>>;
707
+ search: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
466
708
  method: z.ZodEnum<typeof HttpApiRestOperationMethod>;
467
709
  pathTemplate: z.ZodString;
468
710
  pagingParams: z.ZodOptional<z.ZodObject<{
@@ -475,11 +717,36 @@ export declare const HttpApiResourceBindingSchema: z.ZodDiscriminatedUnion<[z.Zo
475
717
  jsonRpcEnvelope: z.ZodOptional<z.ZodObject<{
476
718
  rpcMethod: z.ZodString;
477
719
  }, z.core.$strip>>;
478
- }, z.core.$strip>>;
720
+ }, z.core.$strip>, z.ZodObject<{
721
+ /** The `operationId` in the provider's own `rest.operations` catalogue. */
722
+ providerOperationId: z.ZodString;
723
+ /**
724
+ * The catalogue DOMAIN, so the provider's loader can answer one domain instead of every one.
725
+ * Absent, the whole catalogue is loaded — correct, and wasteful for a vendor with hundreds.
726
+ */
727
+ domain: z.ZodOptional<z.ZodString>;
728
+ /**
729
+ * The referenced operation's PATH parameter that receives this resource's synthesized key.
730
+ * Required on `read` (a key-addressed read has a hole only the key fills) and meaningless on a
731
+ * collection member, where it is refused rather than ignored.
732
+ */
733
+ keyParameter: z.ZodOptional<z.ZodString>;
734
+ /**
735
+ * Declared filter parameter name per LOCAL field — resource-shaped, exactly as on an inline
736
+ * spec, because the provider cannot know a local field name. Only fields listed here are
737
+ * translatable for this operation; everything else is refused at the adapter boundary.
738
+ */
739
+ filterParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
740
+ /** The parameter that receives the SEARCH text. Absent = search is refused for this binding. */
741
+ searchParam: z.ZodOptional<z.ZodString>;
742
+ }, z.core.$strict>]>>;
479
743
  }, z.core.$strip>;
480
744
  providerRef: z.ZodString;
481
745
  entityRef: z.ZodString;
482
- identityMode: z.ZodDefault<z.ZodEnum<typeof HttpApiIdentityMode>>;
746
+ connection: z.ZodDefault<z.ZodObject<{
747
+ ownerScope: z.ZodEnum<typeof ExternalProvider_Connection_OwnerScope>;
748
+ delegation: z.ZodDefault<z.ZodEnum<typeof ExternalProvider_Connection_DelegationMode>>;
749
+ }, z.core.$strip>>;
483
750
  keyFields: z.ZodArray<z.ZodObject<{
484
751
  localField: z.ZodString;
485
752
  remoteField: z.ZodString;
@@ -527,7 +794,10 @@ export declare const HttpApiResourceBindingSchema: z.ZodDiscriminatedUnion<[z.Zo
527
794
  }, z.core.$strip>, z.ZodObject<{
528
795
  providerRef: z.ZodString;
529
796
  entityRef: z.ZodString;
530
- identityMode: z.ZodDefault<z.ZodEnum<typeof HttpApiIdentityMode>>;
797
+ connection: z.ZodDefault<z.ZodObject<{
798
+ ownerScope: z.ZodEnum<typeof ExternalProvider_Connection_OwnerScope>;
799
+ delegation: z.ZodDefault<z.ZodEnum<typeof ExternalProvider_Connection_DelegationMode>>;
800
+ }, z.core.$strip>>;
531
801
  keyFields: z.ZodArray<z.ZodObject<{
532
802
  localField: z.ZodString;
533
803
  remoteField: z.ZodString;
@@ -583,7 +853,7 @@ export declare function assertHttpApiBindingDialectCoherence(binding: HttpApiRes
583
853
  export type HttpApiResourceBinding = z.infer<typeof HttpApiResourceBindingSchema>;
584
854
  /**
585
855
  * What an APPLICATION AUTHOR writes — the INPUT shape, so defaulted fields (`verifyMetadataAtBoot`,
586
- * `identityMode`, the remote-call semantics) are optional to type. Consumers read the parsed shape
856
+ * `connection`, the remote-call semantics) are optional to type. Consumers read the parsed shape
587
857
  * above. Same split, and same reason, as `ExternalDataPipelineDeclarationAuthored`: a config field
588
858
  * typed with the PARSED shape makes every default mandatory for the one person the default exists
589
859
  * to serve.
@@ -1 +1 @@
1
- {"version":3,"file":"http-api-binding.shared.schemas.d.ts","sourceRoot":"","sources":["../../../../src/http-api-binding/http-api-binding.shared.schemas.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"http-api-binding.shared.schemas.d.ts","sourceRoot":"","sources":["../../../../src/http-api-binding/http-api-binding.shared.schemas.ts"],"names":[],"mappings":"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"}