@modernedi/sdk 0.4.2 → 0.5.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 (275) hide show
  1. package/README.md +51 -2
  2. package/dist/client.d.ts +2 -1
  3. package/dist/client.d.ts.map +1 -1
  4. package/dist/client.js +3 -1
  5. package/dist/client.js.map +1 -1
  6. package/dist/generated/apis/ConfigurationAsCodeApi.d.ts +45 -0
  7. package/dist/generated/apis/ConfigurationAsCodeApi.d.ts.map +1 -1
  8. package/dist/generated/apis/ConfigurationAsCodeApi.js +53 -0
  9. package/dist/generated/apis/ConfigurationAsCodeApi.js.map +1 -1
  10. package/dist/generated/apis/ScenarioRunsApi.d.ts +372 -0
  11. package/dist/generated/apis/ScenarioRunsApi.d.ts.map +1 -0
  12. package/dist/generated/apis/ScenarioRunsApi.js +449 -0
  13. package/dist/generated/apis/ScenarioRunsApi.js.map +1 -0
  14. package/dist/generated/apis/index.d.ts +1 -0
  15. package/dist/generated/apis/index.d.ts.map +1 -1
  16. package/dist/generated/apis/index.js +1 -0
  17. package/dist/generated/apis/index.js.map +1 -1
  18. package/dist/generated/buildMetadata.d.ts +2 -2
  19. package/dist/generated/buildMetadata.d.ts.map +1 -1
  20. package/dist/generated/buildMetadata.js +10 -1
  21. package/dist/generated/buildMetadata.js.map +1 -1
  22. package/dist/generated/models/ConfigurationDesiredFile.d.ts.map +1 -1
  23. package/dist/generated/models/ConfigurationDesiredFile.js +2 -0
  24. package/dist/generated/models/ConfigurationDesiredFile.js.map +1 -1
  25. package/dist/generated/models/ConfigurationScenarioRunSelectionResponse.d.ts +48 -0
  26. package/dist/generated/models/ConfigurationScenarioRunSelectionResponse.d.ts.map +1 -0
  27. package/dist/generated/models/ConfigurationScenarioRunSelectionResponse.js +53 -0
  28. package/dist/generated/models/ConfigurationScenarioRunSelectionResponse.js.map +1 -0
  29. package/dist/generated/models/ScenarioContextBinding.d.ts +47 -0
  30. package/dist/generated/models/ScenarioContextBinding.d.ts.map +1 -0
  31. package/dist/generated/models/ScenarioContextBinding.js +52 -0
  32. package/dist/generated/models/ScenarioContextBinding.js.map +1 -0
  33. package/dist/generated/models/ScenarioDefinitionIdentity.d.ts +47 -0
  34. package/dist/generated/models/ScenarioDefinitionIdentity.d.ts.map +1 -0
  35. package/dist/generated/models/ScenarioDefinitionIdentity.js +52 -0
  36. package/dist/generated/models/ScenarioDefinitionIdentity.js.map +1 -0
  37. package/dist/generated/models/ScenarioEvidence.d.ts +65 -0
  38. package/dist/generated/models/ScenarioEvidence.d.ts.map +1 -0
  39. package/dist/generated/models/ScenarioEvidence.js +69 -0
  40. package/dist/generated/models/ScenarioEvidence.js.map +1 -0
  41. package/dist/generated/models/ScenarioEvidenceAuthority.d.ts +51 -0
  42. package/dist/generated/models/ScenarioEvidenceAuthority.d.ts.map +1 -0
  43. package/dist/generated/models/ScenarioEvidenceAuthority.js +56 -0
  44. package/dist/generated/models/ScenarioEvidenceAuthority.js.map +1 -0
  45. package/dist/generated/models/ScenarioEvidenceBinding.d.ts +89 -0
  46. package/dist/generated/models/ScenarioEvidenceBinding.d.ts.map +1 -0
  47. package/dist/generated/models/ScenarioEvidenceBinding.js +86 -0
  48. package/dist/generated/models/ScenarioEvidenceBinding.js.map +1 -0
  49. package/dist/generated/models/ScenarioEvidenceCheck.d.ts +95 -0
  50. package/dist/generated/models/ScenarioEvidenceCheck.d.ts.map +1 -0
  51. package/dist/generated/models/ScenarioEvidenceCheck.js +90 -0
  52. package/dist/generated/models/ScenarioEvidenceCheck.js.map +1 -0
  53. package/dist/generated/models/ScenarioEvidenceCheckSubject.d.ts +71 -0
  54. package/dist/generated/models/ScenarioEvidenceCheckSubject.d.ts.map +1 -0
  55. package/dist/generated/models/ScenarioEvidenceCheckSubject.js +71 -0
  56. package/dist/generated/models/ScenarioEvidenceCheckSubject.js.map +1 -0
  57. package/dist/generated/models/ScenarioEvidenceClaim.d.ts +65 -0
  58. package/dist/generated/models/ScenarioEvidenceClaim.d.ts.map +1 -0
  59. package/dist/generated/models/ScenarioEvidenceClaim.js +75 -0
  60. package/dist/generated/models/ScenarioEvidenceClaim.js.map +1 -0
  61. package/dist/generated/models/ScenarioEvidenceCounts.d.ts +35 -0
  62. package/dist/generated/models/ScenarioEvidenceCounts.d.ts.map +1 -0
  63. package/dist/generated/models/ScenarioEvidenceCounts.js +44 -0
  64. package/dist/generated/models/ScenarioEvidenceCounts.js.map +1 -0
  65. package/dist/generated/models/ScenarioEvidenceDigest.d.ts +35 -0
  66. package/dist/generated/models/ScenarioEvidenceDigest.d.ts.map +1 -0
  67. package/dist/generated/models/ScenarioEvidenceDigest.js +44 -0
  68. package/dist/generated/models/ScenarioEvidenceDigest.js.map +1 -0
  69. package/dist/generated/models/ScenarioEvidenceFailure.d.ts +67 -0
  70. package/dist/generated/models/ScenarioEvidenceFailure.d.ts.map +1 -0
  71. package/dist/generated/models/ScenarioEvidenceFailure.js +66 -0
  72. package/dist/generated/models/ScenarioEvidenceFailure.js.map +1 -0
  73. package/dist/generated/models/ScenarioEvidenceFailureError.d.ts +43 -0
  74. package/dist/generated/models/ScenarioEvidenceFailureError.d.ts.map +1 -0
  75. package/dist/generated/models/ScenarioEvidenceFailureError.js +53 -0
  76. package/dist/generated/models/ScenarioEvidenceFailureError.js.map +1 -0
  77. package/dist/generated/models/ScenarioEvidenceMappingAuthority.d.ts +80 -0
  78. package/dist/generated/models/ScenarioEvidenceMappingAuthority.d.ts.map +1 -0
  79. package/dist/generated/models/ScenarioEvidenceMappingAuthority.js +76 -0
  80. package/dist/generated/models/ScenarioEvidenceMappingAuthority.js.map +1 -0
  81. package/dist/generated/models/ScenarioEvidenceOccurrence.d.ts +59 -0
  82. package/dist/generated/models/ScenarioEvidenceOccurrence.d.ts.map +1 -0
  83. package/dist/generated/models/ScenarioEvidenceOccurrence.js +60 -0
  84. package/dist/generated/models/ScenarioEvidenceOccurrence.js.map +1 -0
  85. package/dist/generated/models/ScenarioEvidenceOperations.d.ts +55 -0
  86. package/dist/generated/models/ScenarioEvidenceOperations.d.ts.map +1 -0
  87. package/dist/generated/models/ScenarioEvidenceOperations.js +58 -0
  88. package/dist/generated/models/ScenarioEvidenceOperations.js.map +1 -0
  89. package/dist/generated/models/ScenarioEvidencePartnerAuthority.d.ts +41 -0
  90. package/dist/generated/models/ScenarioEvidencePartnerAuthority.d.ts.map +1 -0
  91. package/dist/generated/models/ScenarioEvidencePartnerAuthority.js +48 -0
  92. package/dist/generated/models/ScenarioEvidencePartnerAuthority.js.map +1 -0
  93. package/dist/generated/models/ScenarioEvidenceReference.d.ts +35 -0
  94. package/dist/generated/models/ScenarioEvidenceReference.d.ts.map +1 -0
  95. package/dist/generated/models/ScenarioEvidenceReference.js +44 -0
  96. package/dist/generated/models/ScenarioEvidenceReference.js.map +1 -0
  97. package/dist/generated/models/ScenarioEvidenceReport.d.ts +78 -0
  98. package/dist/generated/models/ScenarioEvidenceReport.d.ts.map +1 -0
  99. package/dist/generated/models/ScenarioEvidenceReport.js +78 -0
  100. package/dist/generated/models/ScenarioEvidenceReport.js.map +1 -0
  101. package/dist/generated/models/ScenarioEvidenceRun.d.ts +140 -0
  102. package/dist/generated/models/ScenarioEvidenceRun.d.ts.map +1 -0
  103. package/dist/generated/models/ScenarioEvidenceRun.js +125 -0
  104. package/dist/generated/models/ScenarioEvidenceRun.js.map +1 -0
  105. package/dist/generated/models/ScenarioEvidenceRunBinding.d.ts +35 -0
  106. package/dist/generated/models/ScenarioEvidenceRunBinding.d.ts.map +1 -0
  107. package/dist/generated/models/ScenarioEvidenceRunBinding.js +44 -0
  108. package/dist/generated/models/ScenarioEvidenceRunBinding.js.map +1 -0
  109. package/dist/generated/models/ScenarioEvidenceStep.d.ts +85 -0
  110. package/dist/generated/models/ScenarioEvidenceStep.d.ts.map +1 -0
  111. package/dist/generated/models/ScenarioEvidenceStep.js +82 -0
  112. package/dist/generated/models/ScenarioEvidenceStep.js.map +1 -0
  113. package/dist/generated/models/ScenarioEvidenceSuccessfulTransition.d.ts +85 -0
  114. package/dist/generated/models/ScenarioEvidenceSuccessfulTransition.d.ts.map +1 -0
  115. package/dist/generated/models/ScenarioEvidenceSuccessfulTransition.js +81 -0
  116. package/dist/generated/models/ScenarioEvidenceSuccessfulTransition.js.map +1 -0
  117. package/dist/generated/models/ScenarioEvidenceSyntaxTreeAuthority.d.ts +59 -0
  118. package/dist/generated/models/ScenarioEvidenceSyntaxTreeAuthority.d.ts.map +1 -0
  119. package/dist/generated/models/ScenarioEvidenceSyntaxTreeAuthority.js +60 -0
  120. package/dist/generated/models/ScenarioEvidenceSyntaxTreeAuthority.js.map +1 -0
  121. package/dist/generated/models/ScenarioEvidenceTargetAuthority.d.ts +21 -0
  122. package/dist/generated/models/ScenarioEvidenceTargetAuthority.d.ts.map +1 -0
  123. package/dist/generated/models/ScenarioEvidenceTargetAuthority.js +55 -0
  124. package/dist/generated/models/ScenarioEvidenceTargetAuthority.js.map +1 -0
  125. package/dist/generated/models/ScenarioEvidenceTargetAuthorityOneOf.d.ts +55 -0
  126. package/dist/generated/models/ScenarioEvidenceTargetAuthorityOneOf.d.ts.map +1 -0
  127. package/dist/generated/models/ScenarioEvidenceTargetAuthorityOneOf.js +61 -0
  128. package/dist/generated/models/ScenarioEvidenceTargetAuthorityOneOf.js.map +1 -0
  129. package/dist/generated/models/ScenarioEvidenceTargetAuthorityOneOf1.d.ts +55 -0
  130. package/dist/generated/models/ScenarioEvidenceTargetAuthorityOneOf1.d.ts.map +1 -0
  131. package/dist/generated/models/ScenarioEvidenceTargetAuthorityOneOf1.js +61 -0
  132. package/dist/generated/models/ScenarioEvidenceTargetAuthorityOneOf1.js.map +1 -0
  133. package/dist/generated/models/ScenarioEvidenceTargetAuthorityOneOf2.d.ts +55 -0
  134. package/dist/generated/models/ScenarioEvidenceTargetAuthorityOneOf2.d.ts.map +1 -0
  135. package/dist/generated/models/ScenarioEvidenceTargetAuthorityOneOf2.js +61 -0
  136. package/dist/generated/models/ScenarioEvidenceTargetAuthorityOneOf2.js.map +1 -0
  137. package/dist/generated/models/ScenarioGraphAssurances.d.ts +87 -0
  138. package/dist/generated/models/ScenarioGraphAssurances.d.ts.map +1 -0
  139. package/dist/generated/models/ScenarioGraphAssurances.js +80 -0
  140. package/dist/generated/models/ScenarioGraphAssurances.js.map +1 -0
  141. package/dist/generated/models/ScenarioGraphCheck.d.ts +88 -0
  142. package/dist/generated/models/ScenarioGraphCheck.d.ts.map +1 -0
  143. package/dist/generated/models/ScenarioGraphCheck.js +85 -0
  144. package/dist/generated/models/ScenarioGraphCheck.js.map +1 -0
  145. package/dist/generated/models/ScenarioGraphCheckSubject.d.ts +71 -0
  146. package/dist/generated/models/ScenarioGraphCheckSubject.d.ts.map +1 -0
  147. package/dist/generated/models/ScenarioGraphCheckSubject.js +71 -0
  148. package/dist/generated/models/ScenarioGraphCheckSubject.js.map +1 -0
  149. package/dist/generated/models/ScenarioGraphCounts.d.ts +35 -0
  150. package/dist/generated/models/ScenarioGraphCounts.d.ts.map +1 -0
  151. package/dist/generated/models/ScenarioGraphCounts.js +44 -0
  152. package/dist/generated/models/ScenarioGraphCounts.js.map +1 -0
  153. package/dist/generated/models/ScenarioGraphEvidenceReference.d.ts +35 -0
  154. package/dist/generated/models/ScenarioGraphEvidenceReference.d.ts.map +1 -0
  155. package/dist/generated/models/ScenarioGraphEvidenceReference.js +44 -0
  156. package/dist/generated/models/ScenarioGraphEvidenceReference.js.map +1 -0
  157. package/dist/generated/models/ScenarioGraphExecution.d.ts +63 -0
  158. package/dist/generated/models/ScenarioGraphExecution.d.ts.map +1 -0
  159. package/dist/generated/models/ScenarioGraphExecution.js +70 -0
  160. package/dist/generated/models/ScenarioGraphExecution.js.map +1 -0
  161. package/dist/generated/models/ScenarioGraphGuidance.d.ts +50 -0
  162. package/dist/generated/models/ScenarioGraphGuidance.d.ts.map +1 -0
  163. package/dist/generated/models/ScenarioGraphGuidance.js +56 -0
  164. package/dist/generated/models/ScenarioGraphGuidance.js.map +1 -0
  165. package/dist/generated/models/ScenarioGraphOccurrence.d.ts +112 -0
  166. package/dist/generated/models/ScenarioGraphOccurrence.d.ts.map +1 -0
  167. package/dist/generated/models/ScenarioGraphOccurrence.js +98 -0
  168. package/dist/generated/models/ScenarioGraphOccurrence.js.map +1 -0
  169. package/dist/generated/models/ScenarioGraphRetry.d.ts +51 -0
  170. package/dist/generated/models/ScenarioGraphRetry.d.ts.map +1 -0
  171. package/dist/generated/models/ScenarioGraphRetry.js +57 -0
  172. package/dist/generated/models/ScenarioGraphRetry.js.map +1 -0
  173. package/dist/generated/models/ScenarioGraphStep.d.ts +104 -0
  174. package/dist/generated/models/ScenarioGraphStep.d.ts.map +1 -0
  175. package/dist/generated/models/ScenarioGraphStep.js +95 -0
  176. package/dist/generated/models/ScenarioGraphStep.js.map +1 -0
  177. package/dist/generated/models/ScenarioGraphStepOccurrence.d.ts +35 -0
  178. package/dist/generated/models/ScenarioGraphStepOccurrence.d.ts.map +1 -0
  179. package/dist/generated/models/ScenarioGraphStepOccurrence.js +44 -0
  180. package/dist/generated/models/ScenarioGraphStepOccurrence.js.map +1 -0
  181. package/dist/generated/models/ScenarioOperation.d.ts +66 -0
  182. package/dist/generated/models/ScenarioOperation.d.ts.map +1 -0
  183. package/dist/generated/models/ScenarioOperation.js +68 -0
  184. package/dist/generated/models/ScenarioOperation.js.map +1 -0
  185. package/dist/generated/models/ScenarioRun.d.ts +237 -0
  186. package/dist/generated/models/ScenarioRun.d.ts.map +1 -0
  187. package/dist/generated/models/ScenarioRun.js +204 -0
  188. package/dist/generated/models/ScenarioRun.js.map +1 -0
  189. package/dist/generated/models/ScenarioRunActor.d.ts +20 -0
  190. package/dist/generated/models/ScenarioRunActor.d.ts.map +1 -0
  191. package/dist/generated/models/ScenarioRunActor.js +48 -0
  192. package/dist/generated/models/ScenarioRunActor.js.map +1 -0
  193. package/dist/generated/models/ScenarioRunActorOneOf.d.ts +51 -0
  194. package/dist/generated/models/ScenarioRunActorOneOf.d.ts.map +1 -0
  195. package/dist/generated/models/ScenarioRunActorOneOf.js +57 -0
  196. package/dist/generated/models/ScenarioRunActorOneOf.js.map +1 -0
  197. package/dist/generated/models/ScenarioRunActorOneOf1.d.ts +35 -0
  198. package/dist/generated/models/ScenarioRunActorOneOf1.d.ts.map +1 -0
  199. package/dist/generated/models/ScenarioRunActorOneOf1.js +44 -0
  200. package/dist/generated/models/ScenarioRunActorOneOf1.js.map +1 -0
  201. package/dist/generated/models/ScenarioRunCollection.d.ts +64 -0
  202. package/dist/generated/models/ScenarioRunCollection.d.ts.map +1 -0
  203. package/dist/generated/models/ScenarioRunCollection.js +71 -0
  204. package/dist/generated/models/ScenarioRunCollection.js.map +1 -0
  205. package/dist/generated/models/ScenarioRunCommandResponse.d.ts +43 -0
  206. package/dist/generated/models/ScenarioRunCommandResponse.d.ts.map +1 -0
  207. package/dist/generated/models/ScenarioRunCommandResponse.js +50 -0
  208. package/dist/generated/models/ScenarioRunCommandResponse.js.map +1 -0
  209. package/dist/generated/models/ScenarioRunObservationRequest.d.ts +47 -0
  210. package/dist/generated/models/ScenarioRunObservationRequest.d.ts.map +1 -0
  211. package/dist/generated/models/ScenarioRunObservationRequest.js +52 -0
  212. package/dist/generated/models/ScenarioRunObservationRequest.js.map +1 -0
  213. package/dist/generated/models/ScenarioRunParameterScalar.d.ts +19 -0
  214. package/dist/generated/models/ScenarioRunParameterScalar.d.ts.map +1 -0
  215. package/dist/generated/models/ScenarioRunParameterScalar.js +49 -0
  216. package/dist/generated/models/ScenarioRunParameterScalar.js.map +1 -0
  217. package/dist/generated/models/ScenarioRunParameterValue.d.ts +19 -0
  218. package/dist/generated/models/ScenarioRunParameterValue.d.ts.map +1 -0
  219. package/dist/generated/models/ScenarioRunParameterValue.js +61 -0
  220. package/dist/generated/models/ScenarioRunParameterValue.js.map +1 -0
  221. package/dist/generated/models/ScenarioRunSummary.d.ts +134 -0
  222. package/dist/generated/models/ScenarioRunSummary.d.ts.map +1 -0
  223. package/dist/generated/models/ScenarioRunSummary.js +118 -0
  224. package/dist/generated/models/ScenarioRunSummary.js.map +1 -0
  225. package/dist/generated/models/ScenarioRunSummaryGuidance.d.ts +21 -0
  226. package/dist/generated/models/ScenarioRunSummaryGuidance.d.ts.map +1 -0
  227. package/dist/generated/models/ScenarioRunSummaryGuidance.js +55 -0
  228. package/dist/generated/models/ScenarioRunSummaryGuidance.js.map +1 -0
  229. package/dist/generated/models/ScenarioRunSummaryGuidanceOneOf.d.ts +41 -0
  230. package/dist/generated/models/ScenarioRunSummaryGuidanceOneOf.d.ts.map +1 -0
  231. package/dist/generated/models/ScenarioRunSummaryGuidanceOneOf.js +48 -0
  232. package/dist/generated/models/ScenarioRunSummaryGuidanceOneOf.js.map +1 -0
  233. package/dist/generated/models/ScenarioRunSummaryGuidanceOneOf1.d.ts +49 -0
  234. package/dist/generated/models/ScenarioRunSummaryGuidanceOneOf1.d.ts.map +1 -0
  235. package/dist/generated/models/ScenarioRunSummaryGuidanceOneOf1.js +57 -0
  236. package/dist/generated/models/ScenarioRunSummaryGuidanceOneOf1.js.map +1 -0
  237. package/dist/generated/models/ScenarioRunSummaryGuidanceOneOf2.d.ts +49 -0
  238. package/dist/generated/models/ScenarioRunSummaryGuidanceOneOf2.d.ts.map +1 -0
  239. package/dist/generated/models/ScenarioRunSummaryGuidanceOneOf2.js +57 -0
  240. package/dist/generated/models/ScenarioRunSummaryGuidanceOneOf2.js.map +1 -0
  241. package/dist/generated/models/ScenarioRunTimelineOperation.d.ts +101 -0
  242. package/dist/generated/models/ScenarioRunTimelineOperation.d.ts.map +1 -0
  243. package/dist/generated/models/ScenarioRunTimelineOperation.js +91 -0
  244. package/dist/generated/models/ScenarioRunTimelineOperation.js.map +1 -0
  245. package/dist/generated/models/ScenarioRunTimelineOperationError.d.ts +35 -0
  246. package/dist/generated/models/ScenarioRunTimelineOperationError.d.ts.map +1 -0
  247. package/dist/generated/models/ScenarioRunTimelineOperationError.js +44 -0
  248. package/dist/generated/models/ScenarioRunTimelineOperationError.js.map +1 -0
  249. package/dist/generated/models/ScenarioRunTimelineResponse.d.ts +48 -0
  250. package/dist/generated/models/ScenarioRunTimelineResponse.d.ts.map +1 -0
  251. package/dist/generated/models/ScenarioRunTimelineResponse.js +53 -0
  252. package/dist/generated/models/ScenarioRunTimelineResponse.js.map +1 -0
  253. package/dist/generated/models/ScenarioRunViewResponse.d.ts +36 -0
  254. package/dist/generated/models/ScenarioRunViewResponse.d.ts.map +1 -0
  255. package/dist/generated/models/ScenarioRunViewResponse.js +45 -0
  256. package/dist/generated/models/ScenarioRunViewResponse.js.map +1 -0
  257. package/dist/generated/models/StartScenarioRunRequest.d.ts +61 -0
  258. package/dist/generated/models/StartScenarioRunRequest.d.ts.map +1 -0
  259. package/dist/generated/models/StartScenarioRunRequest.js +62 -0
  260. package/dist/generated/models/StartScenarioRunRequest.js.map +1 -0
  261. package/dist/generated/models/StartScenarioRunRequestBinding.d.ts +41 -0
  262. package/dist/generated/models/StartScenarioRunRequestBinding.d.ts.map +1 -0
  263. package/dist/generated/models/StartScenarioRunRequestBinding.js +48 -0
  264. package/dist/generated/models/StartScenarioRunRequestBinding.js.map +1 -0
  265. package/dist/generated/models/index.d.ts +60 -0
  266. package/dist/generated/models/index.d.ts.map +1 -1
  267. package/dist/generated/models/index.js +60 -0
  268. package/dist/generated/models/index.js.map +1 -1
  269. package/dist/response.d.ts +2 -0
  270. package/dist/response.d.ts.map +1 -1
  271. package/dist/response.js +4 -0
  272. package/dist/response.js.map +1 -1
  273. package/examples/configuration-scenario-run.ts +34 -0
  274. package/examples/scenario-runs.ts +30 -0
  275. package/package.json +1 -1
@@ -0,0 +1,372 @@
1
+ /**
2
+ * ModernEDI TypeScript SDK, generated from the ModernEDI Integration API
3
+ * specification version 1.32.0 with OpenAPI Generator 7.24.0.
4
+ *
5
+ * SPDX-License-Identifier: Apache-2.0
6
+ * Do not edit this generated file manually.
7
+ */
8
+ import * as runtime from '../runtime.js';
9
+ import { type ScenarioEvidenceReport } from '../models/ScenarioEvidenceReport.js';
10
+ import { type ScenarioRunCollection } from '../models/ScenarioRunCollection.js';
11
+ import { type ScenarioRunCommandResponse } from '../models/ScenarioRunCommandResponse.js';
12
+ import { type ScenarioRunObservationRequest } from '../models/ScenarioRunObservationRequest.js';
13
+ import { type ScenarioRunTimelineResponse } from '../models/ScenarioRunTimelineResponse.js';
14
+ import { type ScenarioRunViewResponse } from '../models/ScenarioRunViewResponse.js';
15
+ import { type StartScenarioRunRequest } from '../models/StartScenarioRunRequest.js';
16
+ export interface AdvanceScenarioRunRequest {
17
+ runId: string;
18
+ idempotencyKey: string;
19
+ ifMatch: string;
20
+ body: object;
21
+ }
22
+ export interface AttachScenarioRunObservationRequest {
23
+ runId: string;
24
+ idempotencyKey: string;
25
+ ifMatch: string;
26
+ scenarioRunObservationRequest: ScenarioRunObservationRequest;
27
+ }
28
+ export interface CancelScenarioRunRequest {
29
+ runId: string;
30
+ idempotencyKey: string;
31
+ ifMatch: string;
32
+ body: object;
33
+ }
34
+ export interface DownloadScenarioEvidenceReportRequest {
35
+ runId: string;
36
+ }
37
+ export interface GetScenarioRunRequest {
38
+ runId: string;
39
+ }
40
+ export interface GetScenarioRunTimelineRequest {
41
+ runId: string;
42
+ limit?: number;
43
+ cursor?: string;
44
+ }
45
+ export interface ListScenarioRunsRequest {
46
+ limit?: number;
47
+ cursor?: string;
48
+ }
49
+ export interface StartScenarioRunOperationRequest {
50
+ idempotencyKey: string;
51
+ startScenarioRunRequest: StartScenarioRunRequest;
52
+ }
53
+ /**
54
+ * ScenarioRunsApi - interface
55
+ *
56
+ * @export
57
+ * @interface ScenarioRunsApiInterface
58
+ */
59
+ export interface ScenarioRunsApiInterface {
60
+ /**
61
+ * Creates request options for advanceScenarioRun without sending the request
62
+ * @param {string} runId Durable scenario run identifier.
63
+ * @param {string} idempotencyKey Required command identity. Replays require byte-equivalent normalized input.
64
+ * @param {string} ifMatch Current strong run-revision ETag returned in the run body or ETag response header.
65
+ * @param {object} body
66
+ * @throws {RequiredError}
67
+ * @memberof ScenarioRunsApiInterface
68
+ */
69
+ advanceScenarioRunRequestOpts(requestParameters: AdvanceScenarioRunRequest): Promise<runtime.RequestOpts>;
70
+ /**
71
+ * Advances server-controlled adapter work or refreshes/re-evaluates the existing graph, using the same runtime as the browser. Every fresh external dispatch, including ModernEDI test-partner-originated traffic, additionally requires messages:write on the authenticated key. The same key is reused automatically; no second credential is accepted in the body. Reconciliation and observation-only evaluation need no send scope. retry.requiresApiKey describes the browser\'s supplemental credential, not API authorization: false never exempts a dispatch from messages:write. A lost-response retry must reuse the original Idempotency-Key and If-Match. An already-recorded failed operation is replayed without another dispatch; to attempt a retryable failed action again, fetch the current ETag and use a fresh key. Follow structured guidance rather than hard-coding bundled step names.
72
+ * @summary Advance adapter work or reevaluate graph deadlines
73
+ * @param {string} runId Durable scenario run identifier.
74
+ * @param {string} idempotencyKey Required command identity. Replays require byte-equivalent normalized input.
75
+ * @param {string} ifMatch Current strong run-revision ETag returned in the run body or ETag response header.
76
+ * @param {object} body
77
+ * @param {*} [options] Override http request option.
78
+ * @throws {RequiredError}
79
+ * @memberof ScenarioRunsApiInterface
80
+ */
81
+ advanceScenarioRunRaw(requestParameters: AdvanceScenarioRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunCommandResponse>>;
82
+ /**
83
+ * Advances server-controlled adapter work or refreshes/re-evaluates the existing graph, using the same runtime as the browser. Every fresh external dispatch, including ModernEDI test-partner-originated traffic, additionally requires messages:write on the authenticated key. The same key is reused automatically; no second credential is accepted in the body. Reconciliation and observation-only evaluation need no send scope. retry.requiresApiKey describes the browser\'s supplemental credential, not API authorization: false never exempts a dispatch from messages:write. A lost-response retry must reuse the original Idempotency-Key and If-Match. An already-recorded failed operation is replayed without another dispatch; to attempt a retryable failed action again, fetch the current ETag and use a fresh key. Follow structured guidance rather than hard-coding bundled step names.
84
+ * Advance adapter work or reevaluate graph deadlines
85
+ */
86
+ advanceScenarioRun(requestParameters: AdvanceScenarioRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunCommandResponse>;
87
+ /**
88
+ * Creates request options for attachScenarioRunObservation without sending the request
89
+ * @param {string} runId Durable scenario run identifier.
90
+ * @param {string} idempotencyKey Required command identity. Replays require byte-equivalent normalized input.
91
+ * @param {string} ifMatch Current strong run-revision ETag returned in the run body or ETag response header.
92
+ * @param {ScenarioRunObservationRequest} scenarioRunObservationRequest
93
+ * @throws {RequiredError}
94
+ * @memberof ScenarioRunsApiInterface
95
+ */
96
+ attachScenarioRunObservationRequestOpts(requestParameters: AttachScenarioRunObservationRequest): Promise<runtime.RequestOpts>;
97
+ /**
98
+ * Attaches one exact workspace-visible ModernEDI transaction to an attachable runtime-mapping or observation-only occurrence. The body identifies persisted transaction metadata; raw X12 is never accepted. The transaction must carry the exact partner-configuration fingerprint frozen into the applied binding; legacy or mismatched transactions are ineligible, while acknowledgments and receipts produced under a different configuration remain pending. Repeating the same slot and transaction with the current ETag and a new Idempotency-Key re-reads trusted transaction detail, refreshes pending mapping or acknowledgment evidence, and reevaluates the graph atomically. Reusing the original key is a pure replay and does not refresh evidence. Adapter-controlled steps reject client attachment. Mapper-derived facts use ordinary X12 Mapper semantics, with dynamic durability limits enforced before SQL persistence: collections contain at most 1000 scalar values; text scalars contain at most 4096 UTF-8 bytes; one canonical typed value contains at most 32768 bytes; and one observation\'s facts JSON contains at most 262144 bytes. A fact provenance receipt contains at most 4096 bytes. Each evidence document contains at most 8192 bytes, with at most 8 non-fact evidence documents and 524288 bytes of aggregate evidence JSON per observation. Capacity failures use fact_value_limit_exceeded, transaction_observation_capacity_exceeded, transaction_fact_evidence_capacity_exceeded, or transaction_evidence_capacity_exceeded. fact_evaluation_timeout and fact_evaluation_busy_or_limited return HTTP 409 with retryable=true and operationStatus=failed; reload the run if needed, then retry with its current ETag and a fresh Idempotency-Key to re-read trusted transaction evidence.
99
+ * @summary Attach or refresh a persisted transaction observation
100
+ * @param {string} runId Durable scenario run identifier.
101
+ * @param {string} idempotencyKey Required command identity. Replays require byte-equivalent normalized input.
102
+ * @param {string} ifMatch Current strong run-revision ETag returned in the run body or ETag response header.
103
+ * @param {ScenarioRunObservationRequest} scenarioRunObservationRequest
104
+ * @param {*} [options] Override http request option.
105
+ * @throws {RequiredError}
106
+ * @memberof ScenarioRunsApiInterface
107
+ */
108
+ attachScenarioRunObservationRaw(requestParameters: AttachScenarioRunObservationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunCommandResponse>>;
109
+ /**
110
+ * Attaches one exact workspace-visible ModernEDI transaction to an attachable runtime-mapping or observation-only occurrence. The body identifies persisted transaction metadata; raw X12 is never accepted. The transaction must carry the exact partner-configuration fingerprint frozen into the applied binding; legacy or mismatched transactions are ineligible, while acknowledgments and receipts produced under a different configuration remain pending. Repeating the same slot and transaction with the current ETag and a new Idempotency-Key re-reads trusted transaction detail, refreshes pending mapping or acknowledgment evidence, and reevaluates the graph atomically. Reusing the original key is a pure replay and does not refresh evidence. Adapter-controlled steps reject client attachment. Mapper-derived facts use ordinary X12 Mapper semantics, with dynamic durability limits enforced before SQL persistence: collections contain at most 1000 scalar values; text scalars contain at most 4096 UTF-8 bytes; one canonical typed value contains at most 32768 bytes; and one observation\'s facts JSON contains at most 262144 bytes. A fact provenance receipt contains at most 4096 bytes. Each evidence document contains at most 8192 bytes, with at most 8 non-fact evidence documents and 524288 bytes of aggregate evidence JSON per observation. Capacity failures use fact_value_limit_exceeded, transaction_observation_capacity_exceeded, transaction_fact_evidence_capacity_exceeded, or transaction_evidence_capacity_exceeded. fact_evaluation_timeout and fact_evaluation_busy_or_limited return HTTP 409 with retryable=true and operationStatus=failed; reload the run if needed, then retry with its current ETag and a fresh Idempotency-Key to re-read trusted transaction evidence.
111
+ * Attach or refresh a persisted transaction observation
112
+ */
113
+ attachScenarioRunObservation(requestParameters: AttachScenarioRunObservationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunCommandResponse>;
114
+ /**
115
+ * Creates request options for cancelScenarioRun without sending the request
116
+ * @param {string} runId Durable scenario run identifier.
117
+ * @param {string} idempotencyKey Required command identity. Replays require byte-equivalent normalized input.
118
+ * @param {string} ifMatch Current strong run-revision ETag returned in the run body or ETag response header.
119
+ * @param {object} body
120
+ * @throws {RequiredError}
121
+ * @memberof ScenarioRunsApiInterface
122
+ */
123
+ cancelScenarioRunRequestOpts(requestParameters: CancelScenarioRunRequest): Promise<runtime.RequestOpts>;
124
+ /**
125
+ * Records an actor-attributed operator cancellation as an inconclusive terminal result while preserving all evidence already gathered. Cancellation is optimistic-concurrency controlled and idempotent, and it does not interrupt a command that still owns the run. If a command stops without saving a result and its temporary ownership period expires, ModernEDI records that attempt as failed and claims cancellation as one durable change. If the abandoned command may already have affected an external system, its failed timeline entry remains available for manual reconciliation. Each run can store at most 256 command records. The initial start and all later ordinary commands share 253 records; the remaining three are held for one retry record, cancellation, and a retry of cancellation. Result documents for ordinary commands share a 32 MiB budget, with additional space held for those same three reserved records.
126
+ * @summary Cancel an active scenario run
127
+ * @param {string} runId Durable scenario run identifier.
128
+ * @param {string} idempotencyKey Required command identity. Replays require byte-equivalent normalized input.
129
+ * @param {string} ifMatch Current strong run-revision ETag returned in the run body or ETag response header.
130
+ * @param {object} body
131
+ * @param {*} [options] Override http request option.
132
+ * @throws {RequiredError}
133
+ * @memberof ScenarioRunsApiInterface
134
+ */
135
+ cancelScenarioRunRaw(requestParameters: CancelScenarioRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunCommandResponse>>;
136
+ /**
137
+ * Records an actor-attributed operator cancellation as an inconclusive terminal result while preserving all evidence already gathered. Cancellation is optimistic-concurrency controlled and idempotent, and it does not interrupt a command that still owns the run. If a command stops without saving a result and its temporary ownership period expires, ModernEDI records that attempt as failed and claims cancellation as one durable change. If the abandoned command may already have affected an external system, its failed timeline entry remains available for manual reconciliation. Each run can store at most 256 command records. The initial start and all later ordinary commands share 253 records; the remaining three are held for one retry record, cancellation, and a retry of cancellation. Result documents for ordinary commands share a 32 MiB budget, with additional space held for those same three reserved records.
138
+ * Cancel an active scenario run
139
+ */
140
+ cancelScenarioRun(requestParameters: CancelScenarioRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunCommandResponse>;
141
+ /**
142
+ * Creates request options for downloadScenarioEvidenceReport without sending the request
143
+ * @param {string} runId Durable scenario run identifier.
144
+ * @throws {RequiredError}
145
+ * @memberof ScenarioRunsApiInterface
146
+ */
147
+ downloadScenarioEvidenceReportRequestOpts(requestParameters: DownloadScenarioEvidenceReportRequest): Promise<runtime.RequestOpts>;
148
+ /**
149
+ * Creates the report once from terminal durable state and thereafter returns the exact persisted canonical JSON. It records the frozen authority and redacted evidence needed to substantiate the bounded implementation-verification claim; it is not editable scenario source, raw X12, or a compliance certificate. Stable failure codes are included, while detailed failure messages remain in the run timeline so the credential-free proof stays within its fixed export bound. If a retry creates another audit record for the same successful state change, the report counts that change once and keeps its earliest record; the timeline still shows every attempt.
150
+ * @summary Download the immutable evidence report for a terminal run
151
+ * @param {string} runId Durable scenario run identifier.
152
+ * @param {*} [options] Override http request option.
153
+ * @throws {RequiredError}
154
+ * @memberof ScenarioRunsApiInterface
155
+ */
156
+ downloadScenarioEvidenceReportRaw(requestParameters: DownloadScenarioEvidenceReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioEvidenceReport>>;
157
+ /**
158
+ * Creates the report once from terminal durable state and thereafter returns the exact persisted canonical JSON. It records the frozen authority and redacted evidence needed to substantiate the bounded implementation-verification claim; it is not editable scenario source, raw X12, or a compliance certificate. Stable failure codes are included, while detailed failure messages remain in the run timeline so the credential-free proof stays within its fixed export bound. If a retry creates another audit record for the same successful state change, the report counts that change once and keeps its earliest record; the timeline still shows every attempt.
159
+ * Download the immutable evidence report for a terminal run
160
+ */
161
+ downloadScenarioEvidenceReport(requestParameters: DownloadScenarioEvidenceReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioEvidenceReport>;
162
+ /**
163
+ * Creates request options for getScenarioRun without sending the request
164
+ * @param {string} runId Durable scenario run identifier.
165
+ * @throws {RequiredError}
166
+ * @memberof ScenarioRunsApiInterface
167
+ */
168
+ getScenarioRunRequestOpts(requestParameters: GetScenarioRunRequest): Promise<runtime.RequestOpts>;
169
+ /**
170
+ * Returns the current durable revision, evidence-bearing observations, checks, outcome, and strong ETag. Sensitive fact values are redacted from the public representation.
171
+ * @summary Read current scenario run state and evidence
172
+ * @param {string} runId Durable scenario run identifier.
173
+ * @param {*} [options] Override http request option.
174
+ * @throws {RequiredError}
175
+ * @memberof ScenarioRunsApiInterface
176
+ */
177
+ getScenarioRunRaw(requestParameters: GetScenarioRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunViewResponse>>;
178
+ /**
179
+ * Returns the current durable revision, evidence-bearing observations, checks, outcome, and strong ETag. Sensitive fact values are redacted from the public representation.
180
+ * Read current scenario run state and evidence
181
+ */
182
+ getScenarioRun(requestParameters: GetScenarioRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunViewResponse>;
183
+ /**
184
+ * Creates request options for getScenarioRunTimeline without sending the request
185
+ * @param {string} runId Durable scenario run identifier.
186
+ * @param {number} [limit] Maximum operations to return.
187
+ * @param {string} [cursor] Opaque tenant-and-run-bound keyset cursor returned as nextCursor by the preceding page. Return it unchanged.
188
+ * @throws {RequiredError}
189
+ * @memberof ScenarioRunsApiInterface
190
+ */
191
+ getScenarioRunTimelineRequestOpts(requestParameters: GetScenarioRunTimelineRequest): Promise<runtime.RequestOpts>;
192
+ /**
193
+ * Returns a bounded, newest-first audit timeline without idempotency hashes, attempt tokens, transient credentials, or operation result payloads. The cursor is opaque and bound to both the workspace and run.
194
+ * @summary Read the actor-attributed operation timeline for a run
195
+ * @param {string} runId Durable scenario run identifier.
196
+ * @param {number} [limit] Maximum operations to return.
197
+ * @param {string} [cursor] Opaque tenant-and-run-bound keyset cursor returned as nextCursor by the preceding page. Return it unchanged.
198
+ * @param {*} [options] Override http request option.
199
+ * @throws {RequiredError}
200
+ * @memberof ScenarioRunsApiInterface
201
+ */
202
+ getScenarioRunTimelineRaw(requestParameters: GetScenarioRunTimelineRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunTimelineResponse>>;
203
+ /**
204
+ * Returns a bounded, newest-first audit timeline without idempotency hashes, attempt tokens, transient credentials, or operation result payloads. The cursor is opaque and bound to both the workspace and run.
205
+ * Read the actor-attributed operation timeline for a run
206
+ */
207
+ getScenarioRunTimeline(requestParameters: GetScenarioRunTimelineRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunTimelineResponse>;
208
+ /**
209
+ * Creates request options for listScenarioRuns without sending the request
210
+ * @param {number} [limit] Maximum recent runs to return.
211
+ * @param {string} [cursor] Opaque tenant-bound keyset cursor returned as nextCursor by the preceding page. Return it unchanged.
212
+ * @throws {RequiredError}
213
+ * @memberof ScenarioRunsApiInterface
214
+ */
215
+ listScenarioRunsRequestOpts(requestParameters: ListScenarioRunsRequest): Promise<runtime.RequestOpts>;
216
+ /**
217
+ * Returns a bounded workspace-scoped summary of recent runs for discovery and navigation without exposing fact values or evidence payloads.
218
+ * @summary List recent scenario conversations
219
+ * @param {number} [limit] Maximum recent runs to return.
220
+ * @param {string} [cursor] Opaque tenant-bound keyset cursor returned as nextCursor by the preceding page. Return it unchanged.
221
+ * @param {*} [options] Override http request option.
222
+ * @throws {RequiredError}
223
+ * @memberof ScenarioRunsApiInterface
224
+ */
225
+ listScenarioRunsRaw(requestParameters: ListScenarioRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunCollection>>;
226
+ /**
227
+ * Returns a bounded workspace-scoped summary of recent runs for discovery and navigation without exposing fact values or evidence payloads.
228
+ * List recent scenario conversations
229
+ */
230
+ listScenarioRuns(requestParameters: ListScenarioRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunCollection>;
231
+ /**
232
+ * Creates request options for startScenarioRun without sending the request
233
+ * @param {string} idempotencyKey Required command identity. Replays require byte-equivalent normalized input.
234
+ * @param {StartScenarioRunRequest} startScenarioRunRequest
235
+ * @throws {RequiredError}
236
+ * @memberof ScenarioRunsApiInterface
237
+ */
238
+ startScenarioRunRequestOpts(requestParameters: StartScenarioRunOperationRequest): Promise<runtime.RequestOpts>;
239
+ /**
240
+ * Starts a durable run from exact definition and binding hashes in the binding\'s production or test traffic environment. Both environments share deployed mappings, but transactions, dispatch, acknowledgments, and evidence remain in the selected environment. Optional typed parameters are checked against the definition before any operation is accepted. Registered adapter targets prepare their selected-profile runtime dependencies before the run is inserted; temporary preparation failures are retryable and return Retry-After. Does not send EDI. It uses an already applied binding and never publishes authored definitions or applies desired configuration. The reserved browser-managed binding cannot be selected here; apply your own binding (including one using a managed example). The key is scoped to operations in this workspace, not restricted to Test traffic.
241
+ * @summary Start a run from an exact applied binding
242
+ * @param {string} idempotencyKey Required command identity. Replays require byte-equivalent normalized input.
243
+ * @param {StartScenarioRunRequest} startScenarioRunRequest
244
+ * @param {*} [options] Override http request option.
245
+ * @throws {RequiredError}
246
+ * @memberof ScenarioRunsApiInterface
247
+ */
248
+ startScenarioRunRaw(requestParameters: StartScenarioRunOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunCommandResponse>>;
249
+ /**
250
+ * Starts a durable run from exact definition and binding hashes in the binding\'s production or test traffic environment. Both environments share deployed mappings, but transactions, dispatch, acknowledgments, and evidence remain in the selected environment. Optional typed parameters are checked against the definition before any operation is accepted. Registered adapter targets prepare their selected-profile runtime dependencies before the run is inserted; temporary preparation failures are retryable and return Retry-After. Does not send EDI. It uses an already applied binding and never publishes authored definitions or applies desired configuration. The reserved browser-managed binding cannot be selected here; apply your own binding (including one using a managed example). The key is scoped to operations in this workspace, not restricted to Test traffic.
251
+ * Start a run from an exact applied binding
252
+ */
253
+ startScenarioRun(requestParameters: StartScenarioRunOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunCommandResponse>;
254
+ }
255
+ /**
256
+ *
257
+ */
258
+ export declare class ScenarioRunsApi extends runtime.BaseAPI implements ScenarioRunsApiInterface {
259
+ /**
260
+ * Creates request options for advanceScenarioRun without sending the request
261
+ */
262
+ advanceScenarioRunRequestOpts(requestParameters: AdvanceScenarioRunRequest): Promise<runtime.RequestOpts>;
263
+ /**
264
+ * Advances server-controlled adapter work or refreshes/re-evaluates the existing graph, using the same runtime as the browser. Every fresh external dispatch, including ModernEDI test-partner-originated traffic, additionally requires messages:write on the authenticated key. The same key is reused automatically; no second credential is accepted in the body. Reconciliation and observation-only evaluation need no send scope. retry.requiresApiKey describes the browser\'s supplemental credential, not API authorization: false never exempts a dispatch from messages:write. A lost-response retry must reuse the original Idempotency-Key and If-Match. An already-recorded failed operation is replayed without another dispatch; to attempt a retryable failed action again, fetch the current ETag and use a fresh key. Follow structured guidance rather than hard-coding bundled step names.
265
+ * Advance adapter work or reevaluate graph deadlines
266
+ */
267
+ advanceScenarioRunRaw(requestParameters: AdvanceScenarioRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunCommandResponse>>;
268
+ /**
269
+ * Advances server-controlled adapter work or refreshes/re-evaluates the existing graph, using the same runtime as the browser. Every fresh external dispatch, including ModernEDI test-partner-originated traffic, additionally requires messages:write on the authenticated key. The same key is reused automatically; no second credential is accepted in the body. Reconciliation and observation-only evaluation need no send scope. retry.requiresApiKey describes the browser\'s supplemental credential, not API authorization: false never exempts a dispatch from messages:write. A lost-response retry must reuse the original Idempotency-Key and If-Match. An already-recorded failed operation is replayed without another dispatch; to attempt a retryable failed action again, fetch the current ETag and use a fresh key. Follow structured guidance rather than hard-coding bundled step names.
270
+ * Advance adapter work or reevaluate graph deadlines
271
+ */
272
+ advanceScenarioRun(requestParameters: AdvanceScenarioRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunCommandResponse>;
273
+ /**
274
+ * Creates request options for attachScenarioRunObservation without sending the request
275
+ */
276
+ attachScenarioRunObservationRequestOpts(requestParameters: AttachScenarioRunObservationRequest): Promise<runtime.RequestOpts>;
277
+ /**
278
+ * Attaches one exact workspace-visible ModernEDI transaction to an attachable runtime-mapping or observation-only occurrence. The body identifies persisted transaction metadata; raw X12 is never accepted. The transaction must carry the exact partner-configuration fingerprint frozen into the applied binding; legacy or mismatched transactions are ineligible, while acknowledgments and receipts produced under a different configuration remain pending. Repeating the same slot and transaction with the current ETag and a new Idempotency-Key re-reads trusted transaction detail, refreshes pending mapping or acknowledgment evidence, and reevaluates the graph atomically. Reusing the original key is a pure replay and does not refresh evidence. Adapter-controlled steps reject client attachment. Mapper-derived facts use ordinary X12 Mapper semantics, with dynamic durability limits enforced before SQL persistence: collections contain at most 1000 scalar values; text scalars contain at most 4096 UTF-8 bytes; one canonical typed value contains at most 32768 bytes; and one observation\'s facts JSON contains at most 262144 bytes. A fact provenance receipt contains at most 4096 bytes. Each evidence document contains at most 8192 bytes, with at most 8 non-fact evidence documents and 524288 bytes of aggregate evidence JSON per observation. Capacity failures use fact_value_limit_exceeded, transaction_observation_capacity_exceeded, transaction_fact_evidence_capacity_exceeded, or transaction_evidence_capacity_exceeded. fact_evaluation_timeout and fact_evaluation_busy_or_limited return HTTP 409 with retryable=true and operationStatus=failed; reload the run if needed, then retry with its current ETag and a fresh Idempotency-Key to re-read trusted transaction evidence.
279
+ * Attach or refresh a persisted transaction observation
280
+ */
281
+ attachScenarioRunObservationRaw(requestParameters: AttachScenarioRunObservationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunCommandResponse>>;
282
+ /**
283
+ * Attaches one exact workspace-visible ModernEDI transaction to an attachable runtime-mapping or observation-only occurrence. The body identifies persisted transaction metadata; raw X12 is never accepted. The transaction must carry the exact partner-configuration fingerprint frozen into the applied binding; legacy or mismatched transactions are ineligible, while acknowledgments and receipts produced under a different configuration remain pending. Repeating the same slot and transaction with the current ETag and a new Idempotency-Key re-reads trusted transaction detail, refreshes pending mapping or acknowledgment evidence, and reevaluates the graph atomically. Reusing the original key is a pure replay and does not refresh evidence. Adapter-controlled steps reject client attachment. Mapper-derived facts use ordinary X12 Mapper semantics, with dynamic durability limits enforced before SQL persistence: collections contain at most 1000 scalar values; text scalars contain at most 4096 UTF-8 bytes; one canonical typed value contains at most 32768 bytes; and one observation\'s facts JSON contains at most 262144 bytes. A fact provenance receipt contains at most 4096 bytes. Each evidence document contains at most 8192 bytes, with at most 8 non-fact evidence documents and 524288 bytes of aggregate evidence JSON per observation. Capacity failures use fact_value_limit_exceeded, transaction_observation_capacity_exceeded, transaction_fact_evidence_capacity_exceeded, or transaction_evidence_capacity_exceeded. fact_evaluation_timeout and fact_evaluation_busy_or_limited return HTTP 409 with retryable=true and operationStatus=failed; reload the run if needed, then retry with its current ETag and a fresh Idempotency-Key to re-read trusted transaction evidence.
284
+ * Attach or refresh a persisted transaction observation
285
+ */
286
+ attachScenarioRunObservation(requestParameters: AttachScenarioRunObservationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunCommandResponse>;
287
+ /**
288
+ * Creates request options for cancelScenarioRun without sending the request
289
+ */
290
+ cancelScenarioRunRequestOpts(requestParameters: CancelScenarioRunRequest): Promise<runtime.RequestOpts>;
291
+ /**
292
+ * Records an actor-attributed operator cancellation as an inconclusive terminal result while preserving all evidence already gathered. Cancellation is optimistic-concurrency controlled and idempotent, and it does not interrupt a command that still owns the run. If a command stops without saving a result and its temporary ownership period expires, ModernEDI records that attempt as failed and claims cancellation as one durable change. If the abandoned command may already have affected an external system, its failed timeline entry remains available for manual reconciliation. Each run can store at most 256 command records. The initial start and all later ordinary commands share 253 records; the remaining three are held for one retry record, cancellation, and a retry of cancellation. Result documents for ordinary commands share a 32 MiB budget, with additional space held for those same three reserved records.
293
+ * Cancel an active scenario run
294
+ */
295
+ cancelScenarioRunRaw(requestParameters: CancelScenarioRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunCommandResponse>>;
296
+ /**
297
+ * Records an actor-attributed operator cancellation as an inconclusive terminal result while preserving all evidence already gathered. Cancellation is optimistic-concurrency controlled and idempotent, and it does not interrupt a command that still owns the run. If a command stops without saving a result and its temporary ownership period expires, ModernEDI records that attempt as failed and claims cancellation as one durable change. If the abandoned command may already have affected an external system, its failed timeline entry remains available for manual reconciliation. Each run can store at most 256 command records. The initial start and all later ordinary commands share 253 records; the remaining three are held for one retry record, cancellation, and a retry of cancellation. Result documents for ordinary commands share a 32 MiB budget, with additional space held for those same three reserved records.
298
+ * Cancel an active scenario run
299
+ */
300
+ cancelScenarioRun(requestParameters: CancelScenarioRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunCommandResponse>;
301
+ /**
302
+ * Creates request options for downloadScenarioEvidenceReport without sending the request
303
+ */
304
+ downloadScenarioEvidenceReportRequestOpts(requestParameters: DownloadScenarioEvidenceReportRequest): Promise<runtime.RequestOpts>;
305
+ /**
306
+ * Creates the report once from terminal durable state and thereafter returns the exact persisted canonical JSON. It records the frozen authority and redacted evidence needed to substantiate the bounded implementation-verification claim; it is not editable scenario source, raw X12, or a compliance certificate. Stable failure codes are included, while detailed failure messages remain in the run timeline so the credential-free proof stays within its fixed export bound. If a retry creates another audit record for the same successful state change, the report counts that change once and keeps its earliest record; the timeline still shows every attempt.
307
+ * Download the immutable evidence report for a terminal run
308
+ */
309
+ downloadScenarioEvidenceReportRaw(requestParameters: DownloadScenarioEvidenceReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioEvidenceReport>>;
310
+ /**
311
+ * Creates the report once from terminal durable state and thereafter returns the exact persisted canonical JSON. It records the frozen authority and redacted evidence needed to substantiate the bounded implementation-verification claim; it is not editable scenario source, raw X12, or a compliance certificate. Stable failure codes are included, while detailed failure messages remain in the run timeline so the credential-free proof stays within its fixed export bound. If a retry creates another audit record for the same successful state change, the report counts that change once and keeps its earliest record; the timeline still shows every attempt.
312
+ * Download the immutable evidence report for a terminal run
313
+ */
314
+ downloadScenarioEvidenceReport(requestParameters: DownloadScenarioEvidenceReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioEvidenceReport>;
315
+ /**
316
+ * Creates request options for getScenarioRun without sending the request
317
+ */
318
+ getScenarioRunRequestOpts(requestParameters: GetScenarioRunRequest): Promise<runtime.RequestOpts>;
319
+ /**
320
+ * Returns the current durable revision, evidence-bearing observations, checks, outcome, and strong ETag. Sensitive fact values are redacted from the public representation.
321
+ * Read current scenario run state and evidence
322
+ */
323
+ getScenarioRunRaw(requestParameters: GetScenarioRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunViewResponse>>;
324
+ /**
325
+ * Returns the current durable revision, evidence-bearing observations, checks, outcome, and strong ETag. Sensitive fact values are redacted from the public representation.
326
+ * Read current scenario run state and evidence
327
+ */
328
+ getScenarioRun(requestParameters: GetScenarioRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunViewResponse>;
329
+ /**
330
+ * Creates request options for getScenarioRunTimeline without sending the request
331
+ */
332
+ getScenarioRunTimelineRequestOpts(requestParameters: GetScenarioRunTimelineRequest): Promise<runtime.RequestOpts>;
333
+ /**
334
+ * Returns a bounded, newest-first audit timeline without idempotency hashes, attempt tokens, transient credentials, or operation result payloads. The cursor is opaque and bound to both the workspace and run.
335
+ * Read the actor-attributed operation timeline for a run
336
+ */
337
+ getScenarioRunTimelineRaw(requestParameters: GetScenarioRunTimelineRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunTimelineResponse>>;
338
+ /**
339
+ * Returns a bounded, newest-first audit timeline without idempotency hashes, attempt tokens, transient credentials, or operation result payloads. The cursor is opaque and bound to both the workspace and run.
340
+ * Read the actor-attributed operation timeline for a run
341
+ */
342
+ getScenarioRunTimeline(requestParameters: GetScenarioRunTimelineRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunTimelineResponse>;
343
+ /**
344
+ * Creates request options for listScenarioRuns without sending the request
345
+ */
346
+ listScenarioRunsRequestOpts(requestParameters: ListScenarioRunsRequest): Promise<runtime.RequestOpts>;
347
+ /**
348
+ * Returns a bounded workspace-scoped summary of recent runs for discovery and navigation without exposing fact values or evidence payloads.
349
+ * List recent scenario conversations
350
+ */
351
+ listScenarioRunsRaw(requestParameters: ListScenarioRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunCollection>>;
352
+ /**
353
+ * Returns a bounded workspace-scoped summary of recent runs for discovery and navigation without exposing fact values or evidence payloads.
354
+ * List recent scenario conversations
355
+ */
356
+ listScenarioRuns(requestParameters?: ListScenarioRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunCollection>;
357
+ /**
358
+ * Creates request options for startScenarioRun without sending the request
359
+ */
360
+ startScenarioRunRequestOpts(requestParameters: StartScenarioRunOperationRequest): Promise<runtime.RequestOpts>;
361
+ /**
362
+ * Starts a durable run from exact definition and binding hashes in the binding\'s production or test traffic environment. Both environments share deployed mappings, but transactions, dispatch, acknowledgments, and evidence remain in the selected environment. Optional typed parameters are checked against the definition before any operation is accepted. Registered adapter targets prepare their selected-profile runtime dependencies before the run is inserted; temporary preparation failures are retryable and return Retry-After. Does not send EDI. It uses an already applied binding and never publishes authored definitions or applies desired configuration. The reserved browser-managed binding cannot be selected here; apply your own binding (including one using a managed example). The key is scoped to operations in this workspace, not restricted to Test traffic.
363
+ * Start a run from an exact applied binding
364
+ */
365
+ startScenarioRunRaw(requestParameters: StartScenarioRunOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScenarioRunCommandResponse>>;
366
+ /**
367
+ * Starts a durable run from exact definition and binding hashes in the binding\'s production or test traffic environment. Both environments share deployed mappings, but transactions, dispatch, acknowledgments, and evidence remain in the selected environment. Optional typed parameters are checked against the definition before any operation is accepted. Registered adapter targets prepare their selected-profile runtime dependencies before the run is inserted; temporary preparation failures are retryable and return Retry-After. Does not send EDI. It uses an already applied binding and never publishes authored definitions or applies desired configuration. The reserved browser-managed binding cannot be selected here; apply your own binding (including one using a managed example). The key is scoped to operations in this workspace, not restricted to Test traffic.
368
+ * Start a run from an exact applied binding
369
+ */
370
+ startScenarioRun(requestParameters: StartScenarioRunOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScenarioRunCommandResponse>;
371
+ }
372
+ //# sourceMappingURL=ScenarioRunsApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScenarioRunsApi.d.ts","sourceRoot":"","sources":["../../../src/generated/apis/ScenarioRunsApi.ts"],"names":[],"mappings":"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"}