@modernedi/sdk 0.1.3 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1158) hide show
  1. package/README.md +81 -2
  2. package/dist/client.d.ts +4 -3
  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/AS2ConnectionsApi.d.ts +5 -141
  7. package/dist/generated/apis/AS2ConnectionsApi.d.ts.map +1 -1
  8. package/dist/generated/apis/AS2ConnectionsApi.js +3 -169
  9. package/dist/generated/apis/AS2ConnectionsApi.js.map +1 -1
  10. package/dist/generated/apis/AccountApi.d.ts +1 -1
  11. package/dist/generated/apis/AccountApi.js +1 -1
  12. package/dist/generated/apis/ConfigurationAsCodeApi.d.ts +197 -0
  13. package/dist/generated/apis/ConfigurationAsCodeApi.d.ts.map +1 -0
  14. package/dist/generated/apis/ConfigurationAsCodeApi.js +226 -0
  15. package/dist/generated/apis/ConfigurationAsCodeApi.js.map +1 -0
  16. package/dist/generated/apis/IntegrationEventsApi.d.ts +1 -1
  17. package/dist/generated/apis/IntegrationEventsApi.js +1 -1
  18. package/dist/generated/apis/MappedOutputQueueApi.d.ts +1 -1
  19. package/dist/generated/apis/MappedOutputQueueApi.js +1 -1
  20. package/dist/generated/apis/MappingRuntimeApi.d.ts +5 -5
  21. package/dist/generated/apis/MappingRuntimeApi.js +3 -3
  22. package/dist/generated/apis/MappingsApi.d.ts +52 -238
  23. package/dist/generated/apis/MappingsApi.d.ts.map +1 -1
  24. package/dist/generated/apis/MappingsApi.js +35 -265
  25. package/dist/generated/apis/MappingsApi.js.map +1 -1
  26. package/dist/generated/apis/OutboundAS2Api.d.ts +52 -79
  27. package/dist/generated/apis/OutboundAS2Api.d.ts.map +1 -1
  28. package/dist/generated/apis/OutboundAS2Api.js +30 -36
  29. package/dist/generated/apis/OutboundAS2Api.js.map +1 -1
  30. package/dist/generated/apis/PartnersApi.d.ts +9 -145
  31. package/dist/generated/apis/PartnersApi.d.ts.map +1 -1
  32. package/dist/generated/apis/PartnersApi.js +5 -171
  33. package/dist/generated/apis/PartnersApi.js.map +1 -1
  34. package/dist/generated/apis/TransactionViewerApi.d.ts +11 -11
  35. package/dist/generated/apis/TransactionViewerApi.js +5 -5
  36. package/dist/generated/apis/X12ToolsApi.d.ts +1 -1
  37. package/dist/generated/apis/X12ToolsApi.js +1 -1
  38. package/dist/generated/apis/index.d.ts +1 -0
  39. package/dist/generated/apis/index.d.ts.map +1 -1
  40. package/dist/generated/apis/index.js +1 -0
  41. package/dist/generated/apis/index.js.map +1 -1
  42. package/dist/generated/buildMetadata.d.ts +3 -3
  43. package/dist/generated/buildMetadata.d.ts.map +1 -1
  44. package/dist/generated/buildMetadata.js +8 -14
  45. package/dist/generated/buildMetadata.js.map +1 -1
  46. package/dist/generated/models/AdapterTarget.d.ts +49 -0
  47. package/dist/generated/models/AdapterTarget.d.ts.map +1 -0
  48. package/dist/generated/models/AdapterTarget.js +55 -0
  49. package/dist/generated/models/AdapterTarget.js.map +1 -0
  50. package/dist/generated/models/AnyQuantifier.d.ts +55 -0
  51. package/dist/generated/models/AnyQuantifier.d.ts.map +1 -0
  52. package/dist/generated/models/AnyQuantifier.js +64 -0
  53. package/dist/generated/models/AnyQuantifier.js.map +1 -0
  54. package/dist/generated/models/As2ConnectionConfiguration.d.ts +22 -22
  55. package/dist/generated/models/As2ConnectionConfiguration.d.ts.map +1 -1
  56. package/dist/generated/models/As2ConnectionConfiguration.js +17 -17
  57. package/dist/generated/models/As2ConnectionConfiguration.js.map +1 -1
  58. package/dist/generated/models/As2ConnectionListResponse.d.ts +1 -1
  59. package/dist/generated/models/As2ConnectionListResponse.js +1 -1
  60. package/dist/generated/models/As2ConnectionResolvedEnvironments.d.ts +36 -0
  61. package/dist/generated/models/As2ConnectionResolvedEnvironments.d.ts.map +1 -0
  62. package/dist/generated/models/As2ConnectionResolvedEnvironments.js +45 -0
  63. package/dist/generated/models/As2ConnectionResolvedEnvironments.js.map +1 -0
  64. package/dist/generated/models/As2ConnectionResponse.d.ts +1 -1
  65. package/dist/generated/models/As2ConnectionResponse.js +1 -1
  66. package/dist/generated/models/As2EnvironmentProfile.d.ts +1 -1
  67. package/dist/generated/models/As2EnvironmentProfile.js +1 -1
  68. package/dist/generated/models/As2EnvironmentProfileX12Sender.d.ts +1 -1
  69. package/dist/generated/models/As2EnvironmentProfileX12Sender.js +1 -1
  70. package/dist/generated/models/As2FunctionalAcknowledgmentSettings.d.ts +1 -1
  71. package/dist/generated/models/As2FunctionalAcknowledgmentSettings.js +1 -1
  72. package/dist/generated/models/As2MdnSettings.d.ts +1 -1
  73. package/dist/generated/models/As2MdnSettings.js +1 -1
  74. package/dist/generated/models/As2NetworkCapability.d.ts +1 -1
  75. package/dist/generated/models/As2NetworkCapability.js +1 -1
  76. package/dist/generated/models/As2NetworkProfile.d.ts +1 -1
  77. package/dist/generated/models/As2NetworkProfile.js +1 -1
  78. package/dist/generated/models/As2OutboundTransportSettings.d.ts +1 -1
  79. package/dist/generated/models/As2OutboundTransportSettings.js +1 -1
  80. package/dist/generated/models/As2PartnerEnvironment.d.ts +13 -1
  81. package/dist/generated/models/As2PartnerEnvironment.d.ts.map +1 -1
  82. package/dist/generated/models/As2PartnerEnvironment.js +5 -1
  83. package/dist/generated/models/As2PartnerEnvironment.js.map +1 -1
  84. package/dist/generated/models/As2PartnerEnvironmentResolved.d.ts +53 -0
  85. package/dist/generated/models/As2PartnerEnvironmentResolved.d.ts.map +1 -0
  86. package/dist/generated/models/As2PartnerEnvironmentResolved.js +54 -0
  87. package/dist/generated/models/As2PartnerEnvironmentResolved.js.map +1 -0
  88. package/dist/generated/models/As2Profile.d.ts +1 -1
  89. package/dist/generated/models/As2Profile.js +1 -1
  90. package/dist/generated/models/As2ProfileCertificates.d.ts +1 -1
  91. package/dist/generated/models/As2ProfileCertificates.js +1 -1
  92. package/dist/generated/models/As2ProfileEnvironments.d.ts +1 -1
  93. package/dist/generated/models/As2ProfileEnvironments.js +1 -1
  94. package/dist/generated/models/As2ProfileResponse.d.ts +1 -1
  95. package/dist/generated/models/As2ProfileResponse.js +1 -1
  96. package/dist/generated/models/As2PublicCertificate.d.ts +1 -1
  97. package/dist/generated/models/As2PublicCertificate.js +1 -1
  98. package/dist/generated/models/As2ResolvedFunctionalAcknowledgmentSettings.d.ts +44 -0
  99. package/dist/generated/models/As2ResolvedFunctionalAcknowledgmentSettings.d.ts.map +1 -0
  100. package/dist/generated/models/As2ResolvedFunctionalAcknowledgmentSettings.js +54 -0
  101. package/dist/generated/models/As2ResolvedFunctionalAcknowledgmentSettings.js.map +1 -0
  102. package/dist/generated/models/As2ResolvedMdnSettings.d.ts +35 -0
  103. package/dist/generated/models/As2ResolvedMdnSettings.d.ts.map +1 -0
  104. package/dist/generated/models/{As2ConnectionConfigurationAllOfMdn.js → As2ResolvedMdnSettings.js} +10 -10
  105. package/dist/generated/models/As2ResolvedMdnSettings.js.map +1 -0
  106. package/dist/generated/models/As2ResolvedOutboundSettings.d.ts +101 -0
  107. package/dist/generated/models/As2ResolvedOutboundSettings.d.ts.map +1 -0
  108. package/dist/generated/models/{As2ConnectionConfigurationAllOfOutbound.js → As2ResolvedOutboundSettings.js} +15 -15
  109. package/dist/generated/models/As2ResolvedOutboundSettings.js.map +1 -0
  110. package/dist/generated/models/AssureStage.d.ts +43 -0
  111. package/dist/generated/models/AssureStage.d.ts.map +1 -0
  112. package/dist/generated/models/AssureStage.js +53 -0
  113. package/dist/generated/models/AssureStage.js.map +1 -0
  114. package/dist/generated/models/BusinessEffectiveTimestamp.d.ts +44 -0
  115. package/dist/generated/models/BusinessEffectiveTimestamp.d.ts.map +1 -0
  116. package/dist/generated/models/BusinessEffectiveTimestamp.js +54 -0
  117. package/dist/generated/models/BusinessEffectiveTimestamp.js.map +1 -0
  118. package/dist/generated/models/CheckpointStage.d.ts +49 -0
  119. package/dist/generated/models/CheckpointStage.d.ts.map +1 -0
  120. package/dist/generated/models/CheckpointStage.js +57 -0
  121. package/dist/generated/models/CheckpointStage.js.map +1 -0
  122. package/dist/generated/models/ConfigurationApplyOperation.d.ts +112 -0
  123. package/dist/generated/models/ConfigurationApplyOperation.d.ts.map +1 -0
  124. package/dist/generated/models/ConfigurationApplyOperation.js +97 -0
  125. package/dist/generated/models/ConfigurationApplyOperation.js.map +1 -0
  126. package/dist/generated/models/ConfigurationApplyOperationResponse.d.ts +36 -0
  127. package/dist/generated/models/ConfigurationApplyOperationResponse.d.ts.map +1 -0
  128. package/dist/generated/models/ConfigurationApplyOperationResponse.js +45 -0
  129. package/dist/generated/models/ConfigurationApplyOperationResponse.js.map +1 -0
  130. package/dist/generated/models/ConfigurationApplyOperationStatus.d.ts +24 -0
  131. package/dist/generated/models/ConfigurationApplyOperationStatus.d.ts.map +1 -0
  132. package/dist/generated/models/ConfigurationApplyOperationStatus.js +42 -0
  133. package/dist/generated/models/ConfigurationApplyOperationStatus.js.map +1 -0
  134. package/dist/generated/models/ConfigurationApplyRequest.d.ts +42 -0
  135. package/dist/generated/models/ConfigurationApplyRequest.d.ts.map +1 -0
  136. package/dist/generated/models/ConfigurationApplyRequest.js +47 -0
  137. package/dist/generated/models/ConfigurationApplyRequest.js.map +1 -0
  138. package/dist/generated/models/ConfigurationAs2ConnectionResourceDocument.d.ts +58 -0
  139. package/dist/generated/models/ConfigurationAs2ConnectionResourceDocument.d.ts.map +1 -0
  140. package/dist/generated/models/ConfigurationAs2ConnectionResourceDocument.js +64 -0
  141. package/dist/generated/models/ConfigurationAs2ConnectionResourceDocument.js.map +1 -0
  142. package/dist/generated/models/ConfigurationAs2ConnectionSpec.d.ts +73 -0
  143. package/dist/generated/models/ConfigurationAs2ConnectionSpec.d.ts.map +1 -0
  144. package/dist/generated/models/ConfigurationAs2ConnectionSpec.js +73 -0
  145. package/dist/generated/models/ConfigurationAs2ConnectionSpec.js.map +1 -0
  146. package/dist/generated/models/ConfigurationBundleManifest.d.ts +58 -0
  147. package/dist/generated/models/ConfigurationBundleManifest.d.ts.map +1 -0
  148. package/dist/generated/models/ConfigurationBundleManifest.js +64 -0
  149. package/dist/generated/models/ConfigurationBundleManifest.js.map +1 -0
  150. package/dist/generated/models/ConfigurationChangedBy.d.ts +45 -0
  151. package/dist/generated/models/ConfigurationChangedBy.d.ts.map +1 -0
  152. package/dist/generated/models/ConfigurationChangedBy.js +53 -0
  153. package/dist/generated/models/ConfigurationChangedBy.js.map +1 -0
  154. package/dist/generated/models/ConfigurationDesiredFile.d.ts +88 -0
  155. package/dist/generated/models/ConfigurationDesiredFile.d.ts.map +1 -0
  156. package/dist/generated/models/ConfigurationDesiredFile.js +86 -0
  157. package/dist/generated/models/ConfigurationDesiredFile.js.map +1 -0
  158. package/dist/generated/models/ConfigurationDesiredFileContent.d.ts +20 -0
  159. package/dist/generated/models/ConfigurationDesiredFileContent.d.ts.map +1 -0
  160. package/dist/generated/models/ConfigurationDesiredFileContent.js +54 -0
  161. package/dist/generated/models/ConfigurationDesiredFileContent.js.map +1 -0
  162. package/dist/generated/models/ConfigurationDocumentApiVersion.d.ts +22 -0
  163. package/dist/generated/models/ConfigurationDocumentApiVersion.d.ts.map +1 -0
  164. package/dist/generated/models/ConfigurationDocumentApiVersion.js +40 -0
  165. package/dist/generated/models/ConfigurationDocumentApiVersion.js.map +1 -0
  166. package/dist/generated/models/ConfigurationExportFile.d.ts +89 -0
  167. package/dist/generated/models/ConfigurationExportFile.d.ts.map +1 -0
  168. package/dist/generated/models/ConfigurationExportFile.js +87 -0
  169. package/dist/generated/models/ConfigurationExportFile.js.map +1 -0
  170. package/dist/generated/models/ConfigurationExportFileContent.d.ts +21 -0
  171. package/dist/generated/models/ConfigurationExportFileContent.d.ts.map +1 -0
  172. package/dist/generated/models/ConfigurationExportFileContent.js +61 -0
  173. package/dist/generated/models/ConfigurationExportFileContent.js.map +1 -0
  174. package/dist/generated/models/ConfigurationExportResponse.d.ts +54 -0
  175. package/dist/generated/models/ConfigurationExportResponse.d.ts.map +1 -0
  176. package/dist/generated/models/ConfigurationExportResponse.js +57 -0
  177. package/dist/generated/models/ConfigurationExportResponse.js.map +1 -0
  178. package/dist/generated/models/ConfigurationManifestFile.d.ts +35 -0
  179. package/dist/generated/models/ConfigurationManifestFile.d.ts.map +1 -0
  180. package/dist/generated/models/ConfigurationManifestFile.js +44 -0
  181. package/dist/generated/models/ConfigurationManifestFile.js.map +1 -0
  182. package/dist/generated/models/ConfigurationManifestResource.d.ts +48 -0
  183. package/dist/generated/models/ConfigurationManifestResource.d.ts.map +1 -0
  184. package/dist/generated/models/ConfigurationManifestResource.js +53 -0
  185. package/dist/generated/models/ConfigurationManifestResource.js.map +1 -0
  186. package/dist/generated/models/ConfigurationMappingResourceDocument.d.ts +58 -0
  187. package/dist/generated/models/ConfigurationMappingResourceDocument.d.ts.map +1 -0
  188. package/dist/generated/models/ConfigurationMappingResourceDocument.js +64 -0
  189. package/dist/generated/models/ConfigurationMappingResourceDocument.js.map +1 -0
  190. package/dist/generated/models/ConfigurationMappingRuntime.d.ts +40 -0
  191. package/dist/generated/models/ConfigurationMappingRuntime.d.ts.map +1 -0
  192. package/dist/generated/models/ConfigurationMappingRuntime.js +40 -0
  193. package/dist/generated/models/ConfigurationMappingRuntime.js.map +1 -0
  194. package/dist/generated/models/ConfigurationMappingSpec.d.ts +97 -0
  195. package/dist/generated/models/ConfigurationMappingSpec.d.ts.map +1 -0
  196. package/dist/generated/models/ConfigurationMappingSpec.js +85 -0
  197. package/dist/generated/models/ConfigurationMappingSpec.js.map +1 -0
  198. package/dist/generated/models/ConfigurationMappingTransform.d.ts +57 -0
  199. package/dist/generated/models/ConfigurationMappingTransform.d.ts.map +1 -0
  200. package/dist/generated/models/ConfigurationMappingTransform.js +61 -0
  201. package/dist/generated/models/ConfigurationMappingTransform.js.map +1 -0
  202. package/dist/generated/models/ConfigurationPartnerResourceDocument.d.ts +58 -0
  203. package/dist/generated/models/ConfigurationPartnerResourceDocument.d.ts.map +1 -0
  204. package/dist/generated/models/ConfigurationPartnerResourceDocument.js +64 -0
  205. package/dist/generated/models/ConfigurationPartnerResourceDocument.js.map +1 -0
  206. package/dist/generated/models/ConfigurationPartnerSeparatorSet.d.ts +47 -0
  207. package/dist/generated/models/ConfigurationPartnerSeparatorSet.d.ts.map +1 -0
  208. package/dist/generated/models/ConfigurationPartnerSeparatorSet.js +52 -0
  209. package/dist/generated/models/ConfigurationPartnerSeparatorSet.js.map +1 -0
  210. package/dist/generated/models/ConfigurationPartnerSpec.d.ts +117 -0
  211. package/dist/generated/models/ConfigurationPartnerSpec.d.ts.map +1 -0
  212. package/dist/generated/models/ConfigurationPartnerSpec.js +102 -0
  213. package/dist/generated/models/ConfigurationPartnerSpec.js.map +1 -0
  214. package/dist/generated/models/ConfigurationPartnerSpecX12.d.ts +36 -0
  215. package/dist/generated/models/ConfigurationPartnerSpecX12.d.ts.map +1 -0
  216. package/dist/generated/models/ConfigurationPartnerSpecX12.js +45 -0
  217. package/dist/generated/models/ConfigurationPartnerSpecX12.js.map +1 -0
  218. package/dist/generated/models/ConfigurationPlanAction.d.ts +24 -0
  219. package/dist/generated/models/ConfigurationPlanAction.d.ts.map +1 -0
  220. package/dist/generated/models/ConfigurationPlanAction.js +42 -0
  221. package/dist/generated/models/ConfigurationPlanAction.js.map +1 -0
  222. package/dist/generated/models/ConfigurationPlanAdvisoryStateFile.d.ts +92 -0
  223. package/dist/generated/models/ConfigurationPlanAdvisoryStateFile.d.ts.map +1 -0
  224. package/dist/generated/models/ConfigurationPlanAdvisoryStateFile.js +97 -0
  225. package/dist/generated/models/ConfigurationPlanAdvisoryStateFile.js.map +1 -0
  226. package/dist/generated/models/ConfigurationPlanAffectedRun.d.ts +62 -0
  227. package/dist/generated/models/ConfigurationPlanAffectedRun.d.ts.map +1 -0
  228. package/dist/generated/models/ConfigurationPlanAffectedRun.js +66 -0
  229. package/dist/generated/models/ConfigurationPlanAffectedRun.js.map +1 -0
  230. package/dist/generated/models/ConfigurationPlanAffectedScenario.d.ts +86 -0
  231. package/dist/generated/models/ConfigurationPlanAffectedScenario.d.ts.map +1 -0
  232. package/dist/generated/models/ConfigurationPlanAffectedScenario.js +83 -0
  233. package/dist/generated/models/ConfigurationPlanAffectedScenario.js.map +1 -0
  234. package/dist/generated/models/ConfigurationPlanCurrentValue.d.ts +41 -0
  235. package/dist/generated/models/ConfigurationPlanCurrentValue.d.ts.map +1 -0
  236. package/dist/generated/models/ConfigurationPlanCurrentValue.js +48 -0
  237. package/dist/generated/models/ConfigurationPlanCurrentValue.js.map +1 -0
  238. package/dist/generated/models/ConfigurationPlanDesiredValue.d.ts +29 -0
  239. package/dist/generated/models/ConfigurationPlanDesiredValue.d.ts.map +1 -0
  240. package/dist/generated/models/ConfigurationPlanDesiredValue.js +40 -0
  241. package/dist/generated/models/ConfigurationPlanDesiredValue.js.map +1 -0
  242. package/dist/generated/models/ConfigurationPlanDiagnostic.d.ts +81 -0
  243. package/dist/generated/models/ConfigurationPlanDiagnostic.d.ts.map +1 -0
  244. package/dist/generated/models/ConfigurationPlanDiagnostic.js +69 -0
  245. package/dist/generated/models/ConfigurationPlanDiagnostic.js.map +1 -0
  246. package/dist/generated/models/ConfigurationPlanFile.d.ts +20 -0
  247. package/dist/generated/models/ConfigurationPlanFile.d.ts.map +1 -0
  248. package/dist/generated/models/ConfigurationPlanFile.js +48 -0
  249. package/dist/generated/models/ConfigurationPlanFile.js.map +1 -0
  250. package/dist/generated/models/ConfigurationPlanOperation.d.ts +63 -0
  251. package/dist/generated/models/ConfigurationPlanOperation.d.ts.map +1 -0
  252. package/dist/generated/models/ConfigurationPlanOperation.js +60 -0
  253. package/dist/generated/models/ConfigurationPlanOperation.js.map +1 -0
  254. package/dist/generated/models/ConfigurationPlanRequest.d.ts +36 -0
  255. package/dist/generated/models/ConfigurationPlanRequest.d.ts.map +1 -0
  256. package/dist/generated/models/ConfigurationPlanRequest.js +43 -0
  257. package/dist/generated/models/ConfigurationPlanRequest.js.map +1 -0
  258. package/dist/generated/models/ConfigurationPlanResourceIdentity.d.ts +36 -0
  259. package/dist/generated/models/ConfigurationPlanResourceIdentity.d.ts.map +1 -0
  260. package/dist/generated/models/ConfigurationPlanResourceIdentity.js +45 -0
  261. package/dist/generated/models/ConfigurationPlanResourceIdentity.js.map +1 -0
  262. package/dist/generated/models/ConfigurationPlanResponse.d.ts +107 -0
  263. package/dist/generated/models/ConfigurationPlanResponse.d.ts.map +1 -0
  264. package/dist/generated/models/ConfigurationPlanResponse.js +94 -0
  265. package/dist/generated/models/ConfigurationPlanResponse.js.map +1 -0
  266. package/dist/generated/models/ConfigurationPlanScenarioDefinition.d.ts +41 -0
  267. package/dist/generated/models/ConfigurationPlanScenarioDefinition.d.ts.map +1 -0
  268. package/dist/generated/models/ConfigurationPlanScenarioDefinition.js +48 -0
  269. package/dist/generated/models/ConfigurationPlanScenarioDefinition.js.map +1 -0
  270. package/dist/generated/models/ConfigurationPlanScenarioResource.d.ts +43 -0
  271. package/dist/generated/models/ConfigurationPlanScenarioResource.d.ts.map +1 -0
  272. package/dist/generated/models/ConfigurationPlanScenarioResource.js +50 -0
  273. package/dist/generated/models/ConfigurationPlanScenarioResource.js.map +1 -0
  274. package/dist/generated/models/ConfigurationPlanSummary.d.ts +47 -0
  275. package/dist/generated/models/ConfigurationPlanSummary.d.ts.map +1 -0
  276. package/dist/generated/models/ConfigurationPlanSummary.js +52 -0
  277. package/dist/generated/models/ConfigurationPlanSummary.js.map +1 -0
  278. package/dist/generated/models/ConfigurationPlanValidationContext.d.ts +41 -0
  279. package/dist/generated/models/ConfigurationPlanValidationContext.d.ts.map +1 -0
  280. package/dist/generated/models/ConfigurationPlanValidationContext.js +46 -0
  281. package/dist/generated/models/ConfigurationPlanValidationContext.js.map +1 -0
  282. package/dist/generated/models/ConfigurationResourceDocument.d.ts +34 -0
  283. package/dist/generated/models/ConfigurationResourceDocument.d.ts.map +1 -0
  284. package/dist/generated/models/ConfigurationResourceDocument.js +64 -0
  285. package/dist/generated/models/ConfigurationResourceDocument.js.map +1 -0
  286. package/dist/generated/models/ConfigurationResourceKind.d.ts +26 -0
  287. package/dist/generated/models/ConfigurationResourceKind.d.ts.map +1 -0
  288. package/dist/generated/models/ConfigurationResourceKind.js +44 -0
  289. package/dist/generated/models/ConfigurationResourceKind.js.map +1 -0
  290. package/dist/generated/models/ConfigurationResourceMetadata.d.ts +29 -0
  291. package/dist/generated/models/ConfigurationResourceMetadata.d.ts.map +1 -0
  292. package/dist/generated/models/ConfigurationResourceMetadata.js +40 -0
  293. package/dist/generated/models/ConfigurationResourceMetadata.js.map +1 -0
  294. package/dist/generated/models/ConfigurationScenarioBindingActorBinding.d.ts +36 -0
  295. package/dist/generated/models/ConfigurationScenarioBindingActorBinding.d.ts.map +1 -0
  296. package/dist/generated/models/ConfigurationScenarioBindingActorBinding.js +45 -0
  297. package/dist/generated/models/ConfigurationScenarioBindingActorBinding.js.map +1 -0
  298. package/dist/generated/models/ConfigurationScenarioBindingDefinitionReference.d.ts +47 -0
  299. package/dist/generated/models/ConfigurationScenarioBindingDefinitionReference.d.ts.map +1 -0
  300. package/dist/generated/models/ConfigurationScenarioBindingDefinitionReference.js +52 -0
  301. package/dist/generated/models/ConfigurationScenarioBindingDefinitionReference.js.map +1 -0
  302. package/dist/generated/models/ConfigurationScenarioBindingEndpoint.d.ts +20 -0
  303. package/dist/generated/models/ConfigurationScenarioBindingEndpoint.d.ts.map +1 -0
  304. package/dist/generated/models/ConfigurationScenarioBindingEndpoint.js +48 -0
  305. package/dist/generated/models/ConfigurationScenarioBindingEndpoint.js.map +1 -0
  306. package/dist/generated/models/ConfigurationScenarioBindingFactSource.d.ts +43 -0
  307. package/dist/generated/models/ConfigurationScenarioBindingFactSource.d.ts.map +1 -0
  308. package/dist/generated/models/ConfigurationScenarioBindingFactSource.js +53 -0
  309. package/dist/generated/models/ConfigurationScenarioBindingFactSource.js.map +1 -0
  310. package/dist/generated/models/ConfigurationScenarioBindingFactSourceBinding.d.ts +36 -0
  311. package/dist/generated/models/ConfigurationScenarioBindingFactSourceBinding.d.ts.map +1 -0
  312. package/dist/generated/models/ConfigurationScenarioBindingFactSourceBinding.js +45 -0
  313. package/dist/generated/models/ConfigurationScenarioBindingFactSourceBinding.js.map +1 -0
  314. package/dist/generated/models/ConfigurationScenarioBindingMetadata.d.ts +35 -0
  315. package/dist/generated/models/ConfigurationScenarioBindingMetadata.d.ts.map +1 -0
  316. package/dist/generated/models/ConfigurationScenarioBindingMetadata.js +44 -0
  317. package/dist/generated/models/ConfigurationScenarioBindingMetadata.js.map +1 -0
  318. package/dist/generated/models/ConfigurationScenarioBindingResourceDocument.d.ts +65 -0
  319. package/dist/generated/models/ConfigurationScenarioBindingResourceDocument.d.ts.map +1 -0
  320. package/dist/generated/models/ConfigurationScenarioBindingResourceDocument.js +72 -0
  321. package/dist/generated/models/ConfigurationScenarioBindingResourceDocument.js.map +1 -0
  322. package/dist/generated/models/ConfigurationScenarioBindingResourceDocumentSpec.d.ts +30 -0
  323. package/dist/generated/models/ConfigurationScenarioBindingResourceDocumentSpec.d.ts.map +1 -0
  324. package/dist/generated/models/ConfigurationScenarioBindingResourceDocumentSpec.js +41 -0
  325. package/dist/generated/models/ConfigurationScenarioBindingResourceDocumentSpec.js.map +1 -0
  326. package/dist/generated/models/ConfigurationScenarioBindingSpec.d.ts +58 -0
  327. package/dist/generated/models/ConfigurationScenarioBindingSpec.d.ts.map +1 -0
  328. package/dist/generated/models/ConfigurationScenarioBindingSpec.js +64 -0
  329. package/dist/generated/models/ConfigurationScenarioBindingSpec.js.map +1 -0
  330. package/dist/generated/models/ConfigurationScenarioBindingStepBinding.d.ts +50 -0
  331. package/dist/generated/models/ConfigurationScenarioBindingStepBinding.d.ts.map +1 -0
  332. package/dist/generated/models/ConfigurationScenarioBindingStepBinding.js +51 -0
  333. package/dist/generated/models/ConfigurationScenarioBindingStepBinding.js.map +1 -0
  334. package/dist/generated/models/ConfigurationScenarioBindingSyntaxTreeReference.d.ts +35 -0
  335. package/dist/generated/models/ConfigurationScenarioBindingSyntaxTreeReference.d.ts.map +1 -0
  336. package/dist/generated/models/ConfigurationScenarioBindingSyntaxTreeReference.js +44 -0
  337. package/dist/generated/models/ConfigurationScenarioBindingSyntaxTreeReference.js.map +1 -0
  338. package/dist/generated/models/ConfigurationScenarioBindingTarget.d.ts +21 -0
  339. package/dist/generated/models/ConfigurationScenarioBindingTarget.d.ts.map +1 -0
  340. package/dist/generated/models/ConfigurationScenarioBindingTarget.js +55 -0
  341. package/dist/generated/models/ConfigurationScenarioBindingTarget.js.map +1 -0
  342. package/dist/generated/models/ConfigurationScenarioBindingX12MapperExpressionSource.d.ts +43 -0
  343. package/dist/generated/models/ConfigurationScenarioBindingX12MapperExpressionSource.d.ts.map +1 -0
  344. package/dist/generated/models/ConfigurationScenarioBindingX12MapperExpressionSource.js +53 -0
  345. package/dist/generated/models/ConfigurationScenarioBindingX12MapperExpressionSource.js.map +1 -0
  346. package/dist/generated/models/ConfigurationScenarioDefinitionActor.d.ts +29 -0
  347. package/dist/generated/models/ConfigurationScenarioDefinitionActor.d.ts.map +1 -0
  348. package/dist/generated/models/ConfigurationScenarioDefinitionActor.js +40 -0
  349. package/dist/generated/models/ConfigurationScenarioDefinitionActor.js.map +1 -0
  350. package/dist/generated/models/ConfigurationScenarioDefinitionAssertion.d.ts +65 -0
  351. package/dist/generated/models/ConfigurationScenarioDefinitionAssertion.d.ts.map +1 -0
  352. package/dist/generated/models/ConfigurationScenarioDefinitionAssertion.js +67 -0
  353. package/dist/generated/models/ConfigurationScenarioDefinitionAssertion.js.map +1 -0
  354. package/dist/generated/models/ConfigurationScenarioDefinitionAssurance.d.ts +30 -0
  355. package/dist/generated/models/ConfigurationScenarioDefinitionAssurance.d.ts.map +1 -0
  356. package/dist/generated/models/ConfigurationScenarioDefinitionAssurance.js +41 -0
  357. package/dist/generated/models/ConfigurationScenarioDefinitionAssurance.js.map +1 -0
  358. package/dist/generated/models/ConfigurationScenarioDefinitionAssuranceRequirement.d.ts +46 -0
  359. package/dist/generated/models/ConfigurationScenarioDefinitionAssuranceRequirement.d.ts.map +1 -0
  360. package/dist/generated/models/ConfigurationScenarioDefinitionAssuranceRequirement.js +52 -0
  361. package/dist/generated/models/ConfigurationScenarioDefinitionAssuranceRequirement.js.map +1 -0
  362. package/dist/generated/models/ConfigurationScenarioDefinitionBranch.d.ts +57 -0
  363. package/dist/generated/models/ConfigurationScenarioDefinitionBranch.d.ts.map +1 -0
  364. package/dist/generated/models/ConfigurationScenarioDefinitionBranch.js +61 -0
  365. package/dist/generated/models/ConfigurationScenarioDefinitionBranch.js.map +1 -0
  366. package/dist/generated/models/ConfigurationScenarioDefinitionBranchAlternative.d.ts +57 -0
  367. package/dist/generated/models/ConfigurationScenarioDefinitionBranchAlternative.d.ts.map +1 -0
  368. package/dist/generated/models/ConfigurationScenarioDefinitionBranchAlternative.js +61 -0
  369. package/dist/generated/models/ConfigurationScenarioDefinitionBranchAlternative.js.map +1 -0
  370. package/dist/generated/models/ConfigurationScenarioDefinitionCheckpoint.d.ts +29 -0
  371. package/dist/generated/models/ConfigurationScenarioDefinitionCheckpoint.d.ts.map +1 -0
  372. package/dist/generated/models/ConfigurationScenarioDefinitionCheckpoint.js +40 -0
  373. package/dist/generated/models/ConfigurationScenarioDefinitionCheckpoint.js.map +1 -0
  374. package/dist/generated/models/ConfigurationScenarioDefinitionCorrelation.d.ts +58 -0
  375. package/dist/generated/models/ConfigurationScenarioDefinitionCorrelation.d.ts.map +1 -0
  376. package/dist/generated/models/ConfigurationScenarioDefinitionCorrelation.js +58 -0
  377. package/dist/generated/models/ConfigurationScenarioDefinitionCorrelation.js.map +1 -0
  378. package/dist/generated/models/ConfigurationScenarioDefinitionEffectiveAt.d.ts +20 -0
  379. package/dist/generated/models/ConfigurationScenarioDefinitionEffectiveAt.d.ts.map +1 -0
  380. package/dist/generated/models/ConfigurationScenarioDefinitionEffectiveAt.js +48 -0
  381. package/dist/generated/models/ConfigurationScenarioDefinitionEffectiveAt.js.map +1 -0
  382. package/dist/generated/models/ConfigurationScenarioDefinitionFactDeclaration.d.ts +94 -0
  383. package/dist/generated/models/ConfigurationScenarioDefinitionFactDeclaration.d.ts.map +1 -0
  384. package/dist/generated/models/ConfigurationScenarioDefinitionFactDeclaration.js +90 -0
  385. package/dist/generated/models/ConfigurationScenarioDefinitionFactDeclaration.js.map +1 -0
  386. package/dist/generated/models/ConfigurationScenarioDefinitionFactOperand.d.ts +56 -0
  387. package/dist/generated/models/ConfigurationScenarioDefinitionFactOperand.d.ts.map +1 -0
  388. package/dist/generated/models/ConfigurationScenarioDefinitionFactOperand.js +62 -0
  389. package/dist/generated/models/ConfigurationScenarioDefinitionFactOperand.js.map +1 -0
  390. package/dist/generated/models/ConfigurationScenarioDefinitionFactProjection.d.ts +26 -0
  391. package/dist/generated/models/ConfigurationScenarioDefinitionFactProjection.d.ts.map +1 -0
  392. package/dist/generated/models/ConfigurationScenarioDefinitionFactProjection.js +44 -0
  393. package/dist/generated/models/ConfigurationScenarioDefinitionFactProjection.js.map +1 -0
  394. package/dist/generated/models/ConfigurationScenarioDefinitionLiteralOperand.d.ts +57 -0
  395. package/dist/generated/models/ConfigurationScenarioDefinitionLiteralOperand.d.ts.map +1 -0
  396. package/dist/generated/models/ConfigurationScenarioDefinitionLiteralOperand.js +61 -0
  397. package/dist/generated/models/ConfigurationScenarioDefinitionLiteralOperand.js.map +1 -0
  398. package/dist/generated/models/ConfigurationScenarioDefinitionMatchQuantifier.d.ts +21 -0
  399. package/dist/generated/models/ConfigurationScenarioDefinitionMatchQuantifier.d.ts.map +1 -0
  400. package/dist/generated/models/ConfigurationScenarioDefinitionMatchQuantifier.js +55 -0
  401. package/dist/generated/models/ConfigurationScenarioDefinitionMatchQuantifier.js.map +1 -0
  402. package/dist/generated/models/ConfigurationScenarioDefinitionMetadata.d.ts +41 -0
  403. package/dist/generated/models/ConfigurationScenarioDefinitionMetadata.d.ts.map +1 -0
  404. package/dist/generated/models/ConfigurationScenarioDefinitionMetadata.js +48 -0
  405. package/dist/generated/models/ConfigurationScenarioDefinitionMetadata.js.map +1 -0
  406. package/dist/generated/models/ConfigurationScenarioDefinitionOccurrence.d.ts +42 -0
  407. package/dist/generated/models/ConfigurationScenarioDefinitionOccurrence.d.ts.map +1 -0
  408. package/dist/generated/models/ConfigurationScenarioDefinitionOccurrence.js +47 -0
  409. package/dist/generated/models/ConfigurationScenarioDefinitionOccurrence.js.map +1 -0
  410. package/dist/generated/models/ConfigurationScenarioDefinitionOccurrenceClosure.d.ts +21 -0
  411. package/dist/generated/models/ConfigurationScenarioDefinitionOccurrenceClosure.d.ts.map +1 -0
  412. package/dist/generated/models/ConfigurationScenarioDefinitionOccurrenceClosure.js +55 -0
  413. package/dist/generated/models/ConfigurationScenarioDefinitionOccurrenceClosure.js.map +1 -0
  414. package/dist/generated/models/ConfigurationScenarioDefinitionOccurrenceMatching.d.ts +21 -0
  415. package/dist/generated/models/ConfigurationScenarioDefinitionOccurrenceMatching.d.ts.map +1 -0
  416. package/dist/generated/models/ConfigurationScenarioDefinitionOccurrenceMatching.js +55 -0
  417. package/dist/generated/models/ConfigurationScenarioDefinitionOccurrenceMatching.js.map +1 -0
  418. package/dist/generated/models/ConfigurationScenarioDefinitionParameter.d.ts +55 -0
  419. package/dist/generated/models/ConfigurationScenarioDefinitionParameter.d.ts.map +1 -0
  420. package/dist/generated/models/ConfigurationScenarioDefinitionParameter.js +54 -0
  421. package/dist/generated/models/ConfigurationScenarioDefinitionParameter.js.map +1 -0
  422. package/dist/generated/models/ConfigurationScenarioDefinitionParameterOperand.d.ts +43 -0
  423. package/dist/generated/models/ConfigurationScenarioDefinitionParameterOperand.d.ts.map +1 -0
  424. package/dist/generated/models/ConfigurationScenarioDefinitionParameterOperand.js +53 -0
  425. package/dist/generated/models/ConfigurationScenarioDefinitionParameterOperand.js.map +1 -0
  426. package/dist/generated/models/ConfigurationScenarioDefinitionPipelineStage.d.ts +24 -0
  427. package/dist/generated/models/ConfigurationScenarioDefinitionPipelineStage.d.ts.map +1 -0
  428. package/dist/generated/models/ConfigurationScenarioDefinitionPipelineStage.js +76 -0
  429. package/dist/generated/models/ConfigurationScenarioDefinitionPipelineStage.js.map +1 -0
  430. package/dist/generated/models/ConfigurationScenarioDefinitionPredicate.d.ts +65 -0
  431. package/dist/generated/models/ConfigurationScenarioDefinitionPredicate.d.ts.map +1 -0
  432. package/dist/generated/models/ConfigurationScenarioDefinitionPredicate.js +67 -0
  433. package/dist/generated/models/ConfigurationScenarioDefinitionPredicate.js.map +1 -0
  434. package/dist/generated/models/ConfigurationScenarioDefinitionResourceDocument.d.ts +65 -0
  435. package/dist/generated/models/ConfigurationScenarioDefinitionResourceDocument.d.ts.map +1 -0
  436. package/dist/generated/models/ConfigurationScenarioDefinitionResourceDocument.js +72 -0
  437. package/dist/generated/models/ConfigurationScenarioDefinitionResourceDocument.js.map +1 -0
  438. package/dist/generated/models/ConfigurationScenarioDefinitionResourceDocumentMetadata.d.ts +29 -0
  439. package/dist/generated/models/ConfigurationScenarioDefinitionResourceDocumentMetadata.d.ts.map +1 -0
  440. package/dist/generated/models/ConfigurationScenarioDefinitionResourceDocumentMetadata.js +40 -0
  441. package/dist/generated/models/ConfigurationScenarioDefinitionResourceDocumentMetadata.js.map +1 -0
  442. package/dist/generated/models/ConfigurationScenarioDefinitionResourceDocumentSpec.d.ts +30 -0
  443. package/dist/generated/models/ConfigurationScenarioDefinitionResourceDocumentSpec.d.ts.map +1 -0
  444. package/dist/generated/models/ConfigurationScenarioDefinitionResourceDocumentSpec.js +41 -0
  445. package/dist/generated/models/ConfigurationScenarioDefinitionResourceDocumentSpec.js.map +1 -0
  446. package/dist/generated/models/ConfigurationScenarioDefinitionRevisionEffect.d.ts +60 -0
  447. package/dist/generated/models/ConfigurationScenarioDefinitionRevisionEffect.d.ts.map +1 -0
  448. package/dist/generated/models/ConfigurationScenarioDefinitionRevisionEffect.js +65 -0
  449. package/dist/generated/models/ConfigurationScenarioDefinitionRevisionEffect.js.map +1 -0
  450. package/dist/generated/models/ConfigurationScenarioDefinitionScalarType.d.ts +27 -0
  451. package/dist/generated/models/ConfigurationScenarioDefinitionScalarType.d.ts.map +1 -0
  452. package/dist/generated/models/ConfigurationScenarioDefinitionScalarType.js +45 -0
  453. package/dist/generated/models/ConfigurationScenarioDefinitionScalarType.js.map +1 -0
  454. package/dist/generated/models/ConfigurationScenarioDefinitionSpec.d.ts +72 -0
  455. package/dist/generated/models/ConfigurationScenarioDefinitionSpec.d.ts.map +1 -0
  456. package/dist/generated/models/ConfigurationScenarioDefinitionSpec.js +61 -0
  457. package/dist/generated/models/ConfigurationScenarioDefinitionSpec.js.map +1 -0
  458. package/dist/generated/models/ConfigurationScenarioDefinitionStep.d.ts +76 -0
  459. package/dist/generated/models/ConfigurationScenarioDefinitionStep.d.ts.map +1 -0
  460. package/dist/generated/models/ConfigurationScenarioDefinitionStep.js +71 -0
  461. package/dist/generated/models/ConfigurationScenarioDefinitionStep.js.map +1 -0
  462. package/dist/generated/models/ConfigurationScenarioDefinitionTransaction.d.ts +49 -0
  463. package/dist/generated/models/ConfigurationScenarioDefinitionTransaction.d.ts.map +1 -0
  464. package/dist/generated/models/ConfigurationScenarioDefinitionTransaction.js +57 -0
  465. package/dist/generated/models/ConfigurationScenarioDefinitionTransaction.js.map +1 -0
  466. package/dist/generated/models/ConfigurationScenarioDefinitionTransition.d.ts +84 -0
  467. package/dist/generated/models/ConfigurationScenarioDefinitionTransition.d.ts.map +1 -0
  468. package/dist/generated/models/ConfigurationScenarioDefinitionTransition.js +74 -0
  469. package/dist/generated/models/ConfigurationScenarioDefinitionTransition.js.map +1 -0
  470. package/dist/generated/models/ConfigurationScenarioDefinitionValueOperand.d.ts +21 -0
  471. package/dist/generated/models/ConfigurationScenarioDefinitionValueOperand.d.ts.map +1 -0
  472. package/dist/generated/models/ConfigurationScenarioDefinitionValueOperand.js +55 -0
  473. package/dist/generated/models/ConfigurationScenarioDefinitionValueOperand.js.map +1 -0
  474. package/dist/generated/models/ConfigurationScenarioDefinitionValueType.d.ts +29 -0
  475. package/dist/generated/models/ConfigurationScenarioDefinitionValueType.d.ts.map +1 -0
  476. package/dist/generated/models/ConfigurationScenarioDefinitionValueType.js +47 -0
  477. package/dist/generated/models/ConfigurationScenarioDefinitionValueType.js.map +1 -0
  478. package/dist/generated/models/ConfigurationSnapshotResource.d.ts +54 -0
  479. package/dist/generated/models/ConfigurationSnapshotResource.d.ts.map +1 -0
  480. package/dist/generated/models/ConfigurationSnapshotResource.js +57 -0
  481. package/dist/generated/models/ConfigurationSnapshotResource.js.map +1 -0
  482. package/dist/generated/models/ConfigurationSnapshotState.d.ts +63 -0
  483. package/dist/generated/models/ConfigurationSnapshotState.d.ts.map +1 -0
  484. package/dist/generated/models/ConfigurationSnapshotState.js +67 -0
  485. package/dist/generated/models/ConfigurationSnapshotState.js.map +1 -0
  486. package/dist/generated/models/CorrelationMatching.d.ts +59 -0
  487. package/dist/generated/models/CorrelationMatching.d.ts.map +1 -0
  488. package/dist/generated/models/CorrelationMatching.js +66 -0
  489. package/dist/generated/models/CorrelationMatching.js.map +1 -0
  490. package/dist/generated/models/ErrorObject.d.ts +1 -1
  491. package/dist/generated/models/ErrorObject.js +1 -1
  492. package/dist/generated/models/ErrorResponse.d.ts +1 -1
  493. package/dist/generated/models/ErrorResponse.js +1 -1
  494. package/dist/generated/models/EveryQuantifier.d.ts +55 -0
  495. package/dist/generated/models/EveryQuantifier.d.ts.map +1 -0
  496. package/dist/generated/models/EveryQuantifier.js +64 -0
  497. package/dist/generated/models/EveryQuantifier.js.map +1 -0
  498. package/dist/generated/models/ExactCountQuantifier.d.ts +61 -0
  499. package/dist/generated/models/ExactCountQuantifier.d.ts.map +1 -0
  500. package/dist/generated/models/ExactCountQuantifier.js +68 -0
  501. package/dist/generated/models/ExactCountQuantifier.js.map +1 -0
  502. package/dist/generated/models/ExchangeStage.d.ts +43 -0
  503. package/dist/generated/models/ExchangeStage.d.ts.map +1 -0
  504. package/dist/generated/models/ExchangeStage.js +53 -0
  505. package/dist/generated/models/ExchangeStage.js.map +1 -0
  506. package/dist/generated/models/ExpectedCountClosure.d.ts +43 -0
  507. package/dist/generated/models/ExpectedCountClosure.d.ts.map +1 -0
  508. package/dist/generated/models/ExpectedCountClosure.js +53 -0
  509. package/dist/generated/models/ExpectedCountClosure.js.map +1 -0
  510. package/dist/generated/models/ExtractStage.d.ts +49 -0
  511. package/dist/generated/models/ExtractStage.d.ts.map +1 -0
  512. package/dist/generated/models/ExtractStage.js +57 -0
  513. package/dist/generated/models/ExtractStage.js.map +1 -0
  514. package/dist/generated/models/FilterableFunctionalAcknowledgmentStatus.d.ts +1 -1
  515. package/dist/generated/models/FilterableFunctionalAcknowledgmentStatus.js +1 -1
  516. package/dist/generated/models/FilterableImplementationAcknowledgmentStatus.d.ts +1 -1
  517. package/dist/generated/models/FilterableImplementationAcknowledgmentStatus.js +1 -1
  518. package/dist/generated/models/FilterableTransactionMappingStatus.d.ts +1 -1
  519. package/dist/generated/models/FilterableTransactionMappingStatus.js +1 -1
  520. package/dist/generated/models/FilterableTransactionMdnStatus.d.ts +1 -1
  521. package/dist/generated/models/FilterableTransactionMdnStatus.js +1 -1
  522. package/dist/generated/models/FixedClosure.d.ts +37 -0
  523. package/dist/generated/models/FixedClosure.d.ts.map +1 -0
  524. package/dist/generated/models/FixedClosure.js +49 -0
  525. package/dist/generated/models/FixedClosure.js.map +1 -0
  526. package/dist/generated/models/FunctionalAcknowledgmentDetail.d.ts +17 -2
  527. package/dist/generated/models/FunctionalAcknowledgmentDetail.d.ts.map +1 -1
  528. package/dist/generated/models/FunctionalAcknowledgmentDetail.js +11 -1
  529. package/dist/generated/models/FunctionalAcknowledgmentDetail.js.map +1 -1
  530. package/dist/generated/models/FunctionalAcknowledgmentGroupOutcome.d.ts +85 -0
  531. package/dist/generated/models/FunctionalAcknowledgmentGroupOutcome.d.ts.map +1 -0
  532. package/dist/generated/models/FunctionalAcknowledgmentGroupOutcome.js +78 -0
  533. package/dist/generated/models/FunctionalAcknowledgmentGroupOutcome.js.map +1 -0
  534. package/dist/generated/models/FunctionalAcknowledgmentGroupSummary.d.ts +78 -0
  535. package/dist/generated/models/FunctionalAcknowledgmentGroupSummary.d.ts.map +1 -0
  536. package/dist/generated/models/FunctionalAcknowledgmentGroupSummary.js +73 -0
  537. package/dist/generated/models/FunctionalAcknowledgmentGroupSummary.js.map +1 -0
  538. package/dist/generated/models/FunctionalAcknowledgmentOutcome.d.ts +15 -8
  539. package/dist/generated/models/FunctionalAcknowledgmentOutcome.d.ts.map +1 -1
  540. package/dist/generated/models/FunctionalAcknowledgmentOutcome.js +6 -1
  541. package/dist/generated/models/FunctionalAcknowledgmentOutcome.js.map +1 -1
  542. package/dist/generated/models/FunctionalAcknowledgmentStatus.d.ts +3 -2
  543. package/dist/generated/models/FunctionalAcknowledgmentStatus.d.ts.map +1 -1
  544. package/dist/generated/models/FunctionalAcknowledgmentStatus.js +3 -2
  545. package/dist/generated/models/FunctionalAcknowledgmentStatus.js.map +1 -1
  546. package/dist/generated/models/FunctionalAcknowledgmentSummary.d.ts +3 -3
  547. package/dist/generated/models/FunctionalAcknowledgmentSummary.js +1 -1
  548. package/dist/generated/models/FunctionalAcknowledgmentTransactionSetOutcome.d.ts +9 -2
  549. package/dist/generated/models/FunctionalAcknowledgmentTransactionSetOutcome.d.ts.map +1 -1
  550. package/dist/generated/models/FunctionalAcknowledgmentTransactionSetOutcome.js +5 -1
  551. package/dist/generated/models/FunctionalAcknowledgmentTransactionSetOutcome.js.map +1 -1
  552. package/dist/generated/models/GeneratedX12Request.d.ts +1 -1
  553. package/dist/generated/models/GeneratedX12Request.js +1 -1
  554. package/dist/generated/models/ImplementationAcknowledgmentDetail.d.ts +8 -1
  555. package/dist/generated/models/ImplementationAcknowledgmentDetail.d.ts.map +1 -1
  556. package/dist/generated/models/ImplementationAcknowledgmentDetail.js +5 -1
  557. package/dist/generated/models/ImplementationAcknowledgmentDetail.js.map +1 -1
  558. package/dist/generated/models/ImplementationAcknowledgmentEvaluationScope.d.ts +3 -2
  559. package/dist/generated/models/ImplementationAcknowledgmentEvaluationScope.d.ts.map +1 -1
  560. package/dist/generated/models/ImplementationAcknowledgmentEvaluationScope.js +3 -2
  561. package/dist/generated/models/ImplementationAcknowledgmentEvaluationScope.js.map +1 -1
  562. package/dist/generated/models/ImplementationAcknowledgmentGroupOutcome.d.ts +1 -1
  563. package/dist/generated/models/ImplementationAcknowledgmentGroupOutcome.js +1 -1
  564. package/dist/generated/models/ImplementationAcknowledgmentOutcome.d.ts +1 -1
  565. package/dist/generated/models/ImplementationAcknowledgmentOutcome.js +1 -1
  566. package/dist/generated/models/ImplementationAcknowledgmentStatus.d.ts +3 -2
  567. package/dist/generated/models/ImplementationAcknowledgmentStatus.d.ts.map +1 -1
  568. package/dist/generated/models/ImplementationAcknowledgmentStatus.js +3 -2
  569. package/dist/generated/models/ImplementationAcknowledgmentStatus.js.map +1 -1
  570. package/dist/generated/models/ImplementationAcknowledgmentSummary.d.ts +1 -1
  571. package/dist/generated/models/ImplementationAcknowledgmentSummary.js +1 -1
  572. package/dist/generated/models/ImplementationAcknowledgmentTransactionSetOutcome.d.ts +3 -2
  573. package/dist/generated/models/ImplementationAcknowledgmentTransactionSetOutcome.d.ts.map +1 -1
  574. package/dist/generated/models/ImplementationAcknowledgmentTransactionSetOutcome.js +1 -1
  575. package/dist/generated/models/ImplementationAcknowledgmentTransactionSetOutcome.js.map +1 -1
  576. package/dist/generated/models/IntegrationChangeEvent.d.ts +1 -1
  577. package/dist/generated/models/IntegrationChangeEvent.js +1 -1
  578. package/dist/generated/models/IntegrationChangeEventsResponse.d.ts +1 -1
  579. package/dist/generated/models/IntegrationChangeEventsResponse.js +1 -1
  580. package/dist/generated/models/IntegrationChangeField.d.ts +1 -1
  581. package/dist/generated/models/IntegrationChangeField.js +1 -1
  582. package/dist/generated/models/IntegrationChangeTransactionReference.d.ts +1 -1
  583. package/dist/generated/models/IntegrationChangeTransactionReference.js +1 -1
  584. package/dist/generated/models/IntegrationPartner.d.ts +23 -2
  585. package/dist/generated/models/IntegrationPartner.d.ts.map +1 -1
  586. package/dist/generated/models/IntegrationPartner.js +14 -1
  587. package/dist/generated/models/IntegrationPartner.js.map +1 -1
  588. package/dist/generated/models/IntegrationPartnerX12.d.ts +1 -1
  589. package/dist/generated/models/IntegrationPartnerX12.js +1 -1
  590. package/dist/generated/models/MapStage.d.ts +43 -0
  591. package/dist/generated/models/MapStage.d.ts.map +1 -0
  592. package/dist/generated/models/MapStage.js +53 -0
  593. package/dist/generated/models/MapStage.js.map +1 -0
  594. package/dist/generated/models/MappedOutputAckRequest.d.ts +1 -1
  595. package/dist/generated/models/MappedOutputAckRequest.js +1 -1
  596. package/dist/generated/models/MappedOutputAckResponse.d.ts +1 -1
  597. package/dist/generated/models/MappedOutputAckResponse.js +1 -1
  598. package/dist/generated/models/MappedOutputAcknowledgment.d.ts +1 -1
  599. package/dist/generated/models/MappedOutputAcknowledgment.js +1 -1
  600. package/dist/generated/models/MappedOutputBulkAckRequest.d.ts +1 -1
  601. package/dist/generated/models/MappedOutputBulkAckRequest.js +1 -1
  602. package/dist/generated/models/MappedOutputBulkAckRequestAcksInner.d.ts +1 -1
  603. package/dist/generated/models/MappedOutputBulkAckRequestAcksInner.js +1 -1
  604. package/dist/generated/models/MappedOutputBulkAckResponse.d.ts +1 -1
  605. package/dist/generated/models/MappedOutputBulkAckResponse.js +1 -1
  606. package/dist/generated/models/MappedOutputMapping.d.ts +2 -2
  607. package/dist/generated/models/MappedOutputMapping.js +1 -1
  608. package/dist/generated/models/MappedOutputMessage.d.ts +1 -1
  609. package/dist/generated/models/MappedOutputMessage.js +1 -1
  610. package/dist/generated/models/MappedOutputQueueResponse.d.ts +1 -1
  611. package/dist/generated/models/MappedOutputQueueResponse.js +1 -1
  612. package/dist/generated/models/MappedOutputWebhookStatus.d.ts +1 -1
  613. package/dist/generated/models/MappedOutputWebhookStatus.js +1 -1
  614. package/dist/generated/models/MappedOutputWebhookStatusResponse.d.ts +1 -1
  615. package/dist/generated/models/MappedOutputWebhookStatusResponse.js +1 -1
  616. package/dist/generated/models/MappedOutputWebhookTestResponse.d.ts +1 -1
  617. package/dist/generated/models/MappedOutputWebhookTestResponse.js +1 -1
  618. package/dist/generated/models/MappedOutputWebhookUpdateRequest.d.ts +1 -1
  619. package/dist/generated/models/MappedOutputWebhookUpdateRequest.js +1 -1
  620. package/dist/generated/models/MappedOutputWebhookUpdateResponse.d.ts +1 -1
  621. package/dist/generated/models/MappedOutputWebhookUpdateResponse.js +1 -1
  622. package/dist/generated/models/MappingBusinessKey.d.ts +1 -1
  623. package/dist/generated/models/MappingBusinessKey.js +1 -1
  624. package/dist/generated/models/MappingConfiguration.d.ts +9 -9
  625. package/dist/generated/models/MappingConfiguration.d.ts.map +1 -1
  626. package/dist/generated/models/MappingConfiguration.js +5 -4
  627. package/dist/generated/models/MappingConfiguration.js.map +1 -1
  628. package/dist/generated/models/MappingConfigurationCore.d.ts +103 -0
  629. package/dist/generated/models/MappingConfigurationCore.d.ts.map +1 -0
  630. package/dist/generated/models/{IncomingMappingWriteRequest.js → MappingConfigurationCore.js} +26 -22
  631. package/dist/generated/models/MappingConfigurationCore.js.map +1 -0
  632. package/dist/generated/models/MappingConfigurationRevisionDetail.d.ts +67 -0
  633. package/dist/generated/models/MappingConfigurationRevisionDetail.d.ts.map +1 -0
  634. package/dist/generated/models/MappingConfigurationRevisionDetail.js +64 -0
  635. package/dist/generated/models/MappingConfigurationRevisionDetail.js.map +1 -0
  636. package/dist/generated/models/MappingConfigurationRevisionListResponse.d.ts +67 -0
  637. package/dist/generated/models/MappingConfigurationRevisionListResponse.d.ts.map +1 -0
  638. package/dist/generated/models/MappingConfigurationRevisionListResponse.js +66 -0
  639. package/dist/generated/models/MappingConfigurationRevisionListResponse.js.map +1 -0
  640. package/dist/generated/models/MappingConfigurationRevisionResponse.d.ts +43 -0
  641. package/dist/generated/models/MappingConfigurationRevisionResponse.d.ts.map +1 -0
  642. package/dist/generated/models/MappingConfigurationRevisionResponse.js +50 -0
  643. package/dist/generated/models/MappingConfigurationRevisionResponse.js.map +1 -0
  644. package/dist/generated/models/MappingConfigurationRevisionSummary.d.ts +67 -0
  645. package/dist/generated/models/MappingConfigurationRevisionSummary.d.ts.map +1 -0
  646. package/dist/generated/models/MappingConfigurationRevisionSummary.js +64 -0
  647. package/dist/generated/models/MappingConfigurationRevisionSummary.js.map +1 -0
  648. package/dist/generated/models/MappingConfigurationRevisionTransformDetail.d.ts +51 -0
  649. package/dist/generated/models/MappingConfigurationRevisionTransformDetail.d.ts.map +1 -0
  650. package/dist/generated/models/{MappingSourceVersionTransformDetail.js → MappingConfigurationRevisionTransformDetail.js} +11 -11
  651. package/dist/generated/models/MappingConfigurationRevisionTransformDetail.js.map +1 -0
  652. package/dist/generated/models/MappingConfigurationRevisionTransformSummary.d.ts +45 -0
  653. package/dist/generated/models/MappingConfigurationRevisionTransformSummary.d.ts.map +1 -0
  654. package/dist/generated/models/MappingConfigurationRevisionTransformSummary.js +53 -0
  655. package/dist/generated/models/MappingConfigurationRevisionTransformSummary.js.map +1 -0
  656. package/dist/generated/models/MappingConfigurationSnapshot.d.ts +110 -0
  657. package/dist/generated/models/MappingConfigurationSnapshot.d.ts.map +1 -0
  658. package/dist/generated/models/MappingConfigurationSnapshot.js +92 -0
  659. package/dist/generated/models/MappingConfigurationSnapshot.js.map +1 -0
  660. package/dist/generated/models/MappingDeliveredMetadata.d.ts +1 -1
  661. package/dist/generated/models/MappingDeliveredMetadata.js +1 -1
  662. package/dist/generated/models/MappingListResponse.d.ts +2 -2
  663. package/dist/generated/models/MappingListResponse.js +1 -1
  664. package/dist/generated/models/MappingOutput.d.ts +1 -1
  665. package/dist/generated/models/MappingOutput.js +1 -1
  666. package/dist/generated/models/MappingOutputConfiguration.d.ts +1 -1
  667. package/dist/generated/models/MappingOutputConfiguration.js +1 -1
  668. package/dist/generated/models/MappingOutputDelivery.d.ts +1 -5
  669. package/dist/generated/models/MappingOutputDelivery.d.ts.map +1 -1
  670. package/dist/generated/models/MappingOutputDelivery.js +1 -5
  671. package/dist/generated/models/MappingOutputDelivery.js.map +1 -1
  672. package/dist/generated/models/MappingPurpose.d.ts +1 -1
  673. package/dist/generated/models/MappingPurpose.js +1 -1
  674. package/dist/generated/models/MappingResponse.d.ts +1 -1
  675. package/dist/generated/models/MappingResponse.js +1 -1
  676. package/dist/generated/models/MappingRuntimeFailureResponse.d.ts +1 -1
  677. package/dist/generated/models/MappingRuntimeFailureResponse.js +1 -1
  678. package/dist/generated/models/MappingRuntimeFailuresResponse.d.ts +1 -1
  679. package/dist/generated/models/MappingRuntimeFailuresResponse.js +1 -1
  680. package/dist/generated/models/MappingRuntimeHealthResponse.d.ts +1 -1
  681. package/dist/generated/models/MappingRuntimeHealthResponse.js +1 -1
  682. package/dist/generated/models/MappingRuntimeHealthTotals.d.ts +1 -1
  683. package/dist/generated/models/MappingRuntimeHealthTotals.js +1 -1
  684. package/dist/generated/models/MappingRuntimeMappingHealth.d.ts +1 -1
  685. package/dist/generated/models/MappingRuntimeMappingHealth.js +1 -1
  686. package/dist/generated/models/MappingRuntimeTransactionReference.d.ts +1 -1
  687. package/dist/generated/models/MappingRuntimeTransactionReference.js +1 -1
  688. package/dist/generated/models/MappingTransform.d.ts +1 -1
  689. package/dist/generated/models/MappingTransform.js +1 -1
  690. package/dist/generated/models/MaximumReachedClosure.d.ts +37 -0
  691. package/dist/generated/models/MaximumReachedClosure.d.ts.map +1 -0
  692. package/dist/generated/models/MaximumReachedClosure.js +49 -0
  693. package/dist/generated/models/MaximumReachedClosure.js.map +1 -0
  694. package/dist/generated/models/ModernEDIScenarioBindingV1.d.ts +79 -0
  695. package/dist/generated/models/ModernEDIScenarioBindingV1.d.ts.map +1 -0
  696. package/dist/generated/models/ModernEDIScenarioBindingV1.js +81 -0
  697. package/dist/generated/models/ModernEDIScenarioBindingV1.js.map +1 -0
  698. package/dist/generated/models/ModernEDIScenarioDefinitionV1.d.ts +79 -0
  699. package/dist/generated/models/ModernEDIScenarioDefinitionV1.d.ts.map +1 -0
  700. package/dist/generated/models/ModernEDIScenarioDefinitionV1.js +81 -0
  701. package/dist/generated/models/ModernEDIScenarioDefinitionV1.js.map +1 -0
  702. package/dist/generated/models/ObservationOnlyTarget.d.ts +37 -0
  703. package/dist/generated/models/ObservationOnlyTarget.d.ts.map +1 -0
  704. package/dist/generated/models/ObservationOnlyTarget.js +49 -0
  705. package/dist/generated/models/ObservationOnlyTarget.js.map +1 -0
  706. package/dist/generated/models/OutboundBusinessKey.d.ts +1 -1
  707. package/dist/generated/models/OutboundBusinessKey.js +1 -1
  708. package/dist/generated/models/OutboundBusinessKeyValue.d.ts +1 -1
  709. package/dist/generated/models/OutboundBusinessKeyValue.js +1 -1
  710. package/dist/generated/models/OutboundPreviewResponse.d.ts +1 -1
  711. package/dist/generated/models/OutboundPreviewResponse.js +1 -1
  712. package/dist/generated/models/OutboundPreviewResponseMapping.d.ts +1 -1
  713. package/dist/generated/models/OutboundPreviewResponseMapping.js +1 -1
  714. package/dist/generated/models/OutboundPreviewResponsePartner.d.ts +1 -1
  715. package/dist/generated/models/OutboundPreviewResponsePartner.js +1 -1
  716. package/dist/generated/models/OutboundTransformEnvelope.d.ts +2 -2
  717. package/dist/generated/models/OutboundTransformEnvelope.js +1 -1
  718. package/dist/generated/models/OutboundTransformEnvelopeInput.d.ts +1 -1
  719. package/dist/generated/models/OutboundTransformEnvelopeInput.js +1 -1
  720. package/dist/generated/models/PartnerCapabilitiesResponse.d.ts +1 -1
  721. package/dist/generated/models/PartnerCapabilitiesResponse.js +1 -1
  722. package/dist/generated/models/PartnerCapabilitiesResponseCapabilities.d.ts +1 -1
  723. package/dist/generated/models/PartnerCapabilitiesResponseCapabilities.js +1 -1
  724. package/dist/generated/models/PartnerConfiguration.d.ts +23 -2
  725. package/dist/generated/models/PartnerConfiguration.d.ts.map +1 -1
  726. package/dist/generated/models/PartnerConfiguration.js +14 -1
  727. package/dist/generated/models/PartnerConfiguration.js.map +1 -1
  728. package/dist/generated/models/PartnerDraftX12Identities.d.ts +1 -1
  729. package/dist/generated/models/PartnerDraftX12Identities.js +1 -1
  730. package/dist/generated/models/PartnerDraftX12Identity.d.ts +1 -1
  731. package/dist/generated/models/PartnerDraftX12Identity.js +1 -1
  732. package/dist/generated/models/PartnerEndpoint.d.ts +43 -0
  733. package/dist/generated/models/PartnerEndpoint.d.ts.map +1 -0
  734. package/dist/generated/models/PartnerEndpoint.js +53 -0
  735. package/dist/generated/models/PartnerEndpoint.js.map +1 -0
  736. package/dist/generated/models/PartnerListResponse.d.ts +1 -1
  737. package/dist/generated/models/PartnerListResponse.js +1 -1
  738. package/dist/generated/models/PartnerMappingCapability.d.ts +1 -1
  739. package/dist/generated/models/PartnerMappingCapability.js +1 -1
  740. package/dist/generated/models/PartnerResponse.d.ts +1 -1
  741. package/dist/generated/models/PartnerResponse.js +1 -1
  742. package/dist/generated/models/PartnerX12Identities.d.ts +1 -1
  743. package/dist/generated/models/PartnerX12Identities.js +1 -1
  744. package/dist/generated/models/PartnerX12Identity.d.ts +1 -1
  745. package/dist/generated/models/PartnerX12Identity.js +1 -1
  746. package/dist/generated/models/PositionalMatching.d.ts +59 -0
  747. package/dist/generated/models/PositionalMatching.d.ts.map +1 -0
  748. package/dist/generated/models/PositionalMatching.js +66 -0
  749. package/dist/generated/models/PositionalMatching.js.map +1 -0
  750. package/dist/generated/models/PrepareStage.d.ts +49 -0
  751. package/dist/generated/models/PrepareStage.d.ts.map +1 -0
  752. package/dist/generated/models/PrepareStage.js +57 -0
  753. package/dist/generated/models/PrepareStage.js.map +1 -0
  754. package/dist/generated/models/PreviousOccurrenceMatching.d.ts +58 -0
  755. package/dist/generated/models/PreviousOccurrenceMatching.d.ts.map +1 -0
  756. package/dist/generated/models/PreviousOccurrenceMatching.js +67 -0
  757. package/dist/generated/models/PreviousOccurrenceMatching.js.map +1 -0
  758. package/dist/generated/models/PreviousOccurrenceMatchingQuantifiersInner.d.ts +51 -0
  759. package/dist/generated/models/PreviousOccurrenceMatchingQuantifiersInner.d.ts.map +1 -0
  760. package/dist/generated/models/PreviousOccurrenceMatchingQuantifiersInner.js +62 -0
  761. package/dist/generated/models/PreviousOccurrenceMatchingQuantifiersInner.js.map +1 -0
  762. package/dist/generated/models/RelatedTransactionsResponse.d.ts +1 -1
  763. package/dist/generated/models/RelatedTransactionsResponse.js +1 -1
  764. package/dist/generated/models/RuntimeMappingTarget.d.ts +43 -0
  765. package/dist/generated/models/RuntimeMappingTarget.d.ts.map +1 -0
  766. package/dist/generated/models/RuntimeMappingTarget.js +53 -0
  767. package/dist/generated/models/RuntimeMappingTarget.js.map +1 -0
  768. package/dist/generated/models/RuntimePublication.d.ts +4 -4
  769. package/dist/generated/models/RuntimePublication.js +1 -1
  770. package/dist/generated/models/SendSuccessResponse.d.ts +1 -1
  771. package/dist/generated/models/SendSuccessResponse.js +1 -1
  772. package/dist/generated/models/StoredTransactionMappedOutput.d.ts +1 -1
  773. package/dist/generated/models/StoredTransactionMappedOutput.js +1 -1
  774. package/dist/generated/models/SyntaxTreeCatalogBinding.d.ts +1 -1
  775. package/dist/generated/models/SyntaxTreeCatalogBinding.js +1 -1
  776. package/dist/generated/models/TechnicalAcknowledgmentDetail.d.ts +8 -1
  777. package/dist/generated/models/TechnicalAcknowledgmentDetail.d.ts.map +1 -1
  778. package/dist/generated/models/TechnicalAcknowledgmentDetail.js +5 -1
  779. package/dist/generated/models/TechnicalAcknowledgmentDetail.js.map +1 -1
  780. package/dist/generated/models/TechnicalAcknowledgmentOutcome.d.ts +1 -1
  781. package/dist/generated/models/TechnicalAcknowledgmentOutcome.js +1 -1
  782. package/dist/generated/models/TechnicalAcknowledgmentStatus.d.ts +1 -1
  783. package/dist/generated/models/TechnicalAcknowledgmentStatus.js +1 -1
  784. package/dist/generated/models/TimeModernEDIObservedTheRevision.d.ts +37 -0
  785. package/dist/generated/models/TimeModernEDIObservedTheRevision.d.ts.map +1 -0
  786. package/dist/generated/models/TimeModernEDIObservedTheRevision.js +49 -0
  787. package/dist/generated/models/TimeModernEDIObservedTheRevision.js.map +1 -0
  788. package/dist/generated/models/TransactionAttentionFreshness.d.ts +1 -1
  789. package/dist/generated/models/TransactionAttentionFreshness.js +1 -1
  790. package/dist/generated/models/TransactionAttentionReason.d.ts +3 -3
  791. package/dist/generated/models/TransactionAttentionReason.d.ts.map +1 -1
  792. package/dist/generated/models/TransactionAttentionReason.js +3 -3
  793. package/dist/generated/models/TransactionAttentionReason.js.map +1 -1
  794. package/dist/generated/models/TransactionAttentionSummary.d.ts +1 -1
  795. package/dist/generated/models/TransactionAttentionSummary.js +1 -1
  796. package/dist/generated/models/TransactionAttentionSummaryReasonCounts.d.ts +2 -2
  797. package/dist/generated/models/TransactionAttentionSummaryReasonCounts.d.ts.map +1 -1
  798. package/dist/generated/models/TransactionAttentionSummaryReasonCounts.js +4 -4
  799. package/dist/generated/models/TransactionAttentionSummaryReasonCounts.js.map +1 -1
  800. package/dist/generated/models/TransactionBusinessKey.d.ts +1 -1
  801. package/dist/generated/models/TransactionBusinessKey.js +1 -1
  802. package/dist/generated/models/TransactionControlNumbers.d.ts +1 -1
  803. package/dist/generated/models/TransactionControlNumbers.js +1 -1
  804. package/dist/generated/models/TransactionDetail.d.ts +2 -2
  805. package/dist/generated/models/TransactionDetail.js +1 -1
  806. package/dist/generated/models/TransactionDetailResponse.d.ts +1 -1
  807. package/dist/generated/models/TransactionDetailResponse.js +1 -1
  808. package/dist/generated/models/TransactionDocument.d.ts +1 -1
  809. package/dist/generated/models/TransactionDocument.js +1 -1
  810. package/dist/generated/models/TransactionDocumentBase.d.ts +1 -1
  811. package/dist/generated/models/TransactionDocumentBase.js +1 -1
  812. package/dist/generated/models/TransactionDocumentMetadata.d.ts +1 -1
  813. package/dist/generated/models/TransactionDocumentMetadata.js +1 -1
  814. package/dist/generated/models/TransactionDocumentResponse.d.ts +1 -1
  815. package/dist/generated/models/TransactionDocumentResponse.js +1 -1
  816. package/dist/generated/models/TransactionDocumentsResponse.d.ts +1 -1
  817. package/dist/generated/models/TransactionDocumentsResponse.js +1 -1
  818. package/dist/generated/models/TransactionEdiMetadata.d.ts +1 -1
  819. package/dist/generated/models/TransactionEdiMetadata.js +1 -1
  820. package/dist/generated/models/TransactionEnvironmentValue.d.ts +1 -1
  821. package/dist/generated/models/TransactionEnvironmentValue.js +1 -1
  822. package/dist/generated/models/TransactionEvent.d.ts +1 -1
  823. package/dist/generated/models/TransactionEvent.js +1 -1
  824. package/dist/generated/models/TransactionEventBase.d.ts +1 -1
  825. package/dist/generated/models/TransactionEventBase.js +1 -1
  826. package/dist/generated/models/TransactionEventsResponse.d.ts +1 -1
  827. package/dist/generated/models/TransactionEventsResponse.js +1 -1
  828. package/dist/generated/models/TransactionFunctionalAcknowledgmentDocument.d.ts +1 -1
  829. package/dist/generated/models/TransactionFunctionalAcknowledgmentDocument.js +1 -1
  830. package/dist/generated/models/TransactionFunctionalAcknowledgmentDocumentMetadata.d.ts +10 -2
  831. package/dist/generated/models/TransactionFunctionalAcknowledgmentDocumentMetadata.d.ts.map +1 -1
  832. package/dist/generated/models/TransactionFunctionalAcknowledgmentDocumentMetadata.js +7 -1
  833. package/dist/generated/models/TransactionFunctionalAcknowledgmentDocumentMetadata.js.map +1 -1
  834. package/dist/generated/models/TransactionFunctionalAcknowledgmentEvent.d.ts +1 -1
  835. package/dist/generated/models/TransactionFunctionalAcknowledgmentEvent.js +1 -1
  836. package/dist/generated/models/TransactionFunctionalAcknowledgmentEventDetails.d.ts +10 -2
  837. package/dist/generated/models/TransactionFunctionalAcknowledgmentEventDetails.d.ts.map +1 -1
  838. package/dist/generated/models/TransactionFunctionalAcknowledgmentEventDetails.js +7 -1
  839. package/dist/generated/models/TransactionFunctionalAcknowledgmentEventDetails.js.map +1 -1
  840. package/dist/generated/models/TransactionFunctionalAcknowledgmentMdnDocument.d.ts +1 -1
  841. package/dist/generated/models/TransactionFunctionalAcknowledgmentMdnDocument.js +1 -1
  842. package/dist/generated/models/TransactionFunctionalAcknowledgmentMdnEvent.d.ts +1 -1
  843. package/dist/generated/models/TransactionFunctionalAcknowledgmentMdnEvent.js +1 -1
  844. package/dist/generated/models/TransactionFunctionalAcknowledgmentMdnMetadata.d.ts +1 -1
  845. package/dist/generated/models/TransactionFunctionalAcknowledgmentMdnMetadata.js +1 -1
  846. package/dist/generated/models/TransactionHttpResponseDocument.d.ts +1 -1
  847. package/dist/generated/models/TransactionHttpResponseDocument.js +1 -1
  848. package/dist/generated/models/TransactionImplementationAcknowledgmentDocument.d.ts +1 -1
  849. package/dist/generated/models/TransactionImplementationAcknowledgmentDocument.js +1 -1
  850. package/dist/generated/models/TransactionImplementationAcknowledgmentDocumentMetadata.d.ts +1 -1
  851. package/dist/generated/models/TransactionImplementationAcknowledgmentDocumentMetadata.js +1 -1
  852. package/dist/generated/models/TransactionImplementationAcknowledgmentEvent.d.ts +1 -1
  853. package/dist/generated/models/TransactionImplementationAcknowledgmentEvent.js +1 -1
  854. package/dist/generated/models/TransactionImplementationAcknowledgmentEventDetails.d.ts +1 -1
  855. package/dist/generated/models/TransactionImplementationAcknowledgmentEventDetails.js +1 -1
  856. package/dist/generated/models/TransactionImplementationAcknowledgmentMdnDocument.d.ts +1 -1
  857. package/dist/generated/models/TransactionImplementationAcknowledgmentMdnDocument.js +1 -1
  858. package/dist/generated/models/TransactionImplementationAcknowledgmentMdnEvent.d.ts +1 -1
  859. package/dist/generated/models/TransactionImplementationAcknowledgmentMdnEvent.js +1 -1
  860. package/dist/generated/models/TransactionImplementationAcknowledgmentMdnMetadata.d.ts +1 -1
  861. package/dist/generated/models/TransactionImplementationAcknowledgmentMdnMetadata.js +1 -1
  862. package/dist/generated/models/TransactionLifecycleEvent.d.ts +1 -1
  863. package/dist/generated/models/TransactionLifecycleEvent.js +1 -1
  864. package/dist/generated/models/TransactionListResponse.d.ts +1 -1
  865. package/dist/generated/models/TransactionListResponse.js +1 -1
  866. package/dist/generated/models/TransactionMappedOutput.d.ts +1 -1
  867. package/dist/generated/models/TransactionMappedOutput.js +1 -1
  868. package/dist/generated/models/TransactionMappedOutputDelivery.d.ts +2 -3
  869. package/dist/generated/models/TransactionMappedOutputDelivery.d.ts.map +1 -1
  870. package/dist/generated/models/TransactionMappedOutputDelivery.js +1 -2
  871. package/dist/generated/models/TransactionMappedOutputDelivery.js.map +1 -1
  872. package/dist/generated/models/TransactionMappedOutputDocument.d.ts +1 -1
  873. package/dist/generated/models/TransactionMappedOutputDocument.js +1 -1
  874. package/dist/generated/models/TransactionMappedOutputDocumentMetadata.d.ts +1 -1
  875. package/dist/generated/models/TransactionMappedOutputDocumentMetadata.js +1 -1
  876. package/dist/generated/models/TransactionMappedOutputEvent.d.ts +1 -1
  877. package/dist/generated/models/TransactionMappedOutputEvent.js +1 -1
  878. package/dist/generated/models/TransactionMappedOutputMapping.d.ts +3 -3
  879. package/dist/generated/models/TransactionMappedOutputMapping.d.ts.map +1 -1
  880. package/dist/generated/models/TransactionMappedOutputMapping.js +4 -2
  881. package/dist/generated/models/TransactionMappedOutputMapping.js.map +1 -1
  882. package/dist/generated/models/TransactionMappedOutputMetadata.d.ts +1 -1
  883. package/dist/generated/models/TransactionMappedOutputMetadata.js +1 -1
  884. package/dist/generated/models/TransactionMappingAttempt.d.ts +1 -15
  885. package/dist/generated/models/TransactionMappingAttempt.d.ts.map +1 -1
  886. package/dist/generated/models/TransactionMappingAttempt.js +1 -9
  887. package/dist/generated/models/TransactionMappingAttempt.js.map +1 -1
  888. package/dist/generated/models/TransactionMappingEvent.d.ts +1 -1
  889. package/dist/generated/models/TransactionMappingEvent.js +1 -1
  890. package/dist/generated/models/TransactionMappingStatus.d.ts +1 -1
  891. package/dist/generated/models/TransactionMappingStatus.js +1 -1
  892. package/dist/generated/models/TransactionMappingStatusSummary.d.ts +1 -1
  893. package/dist/generated/models/TransactionMappingStatusSummary.js +1 -1
  894. package/dist/generated/models/TransactionMdn.d.ts +8 -1
  895. package/dist/generated/models/TransactionMdn.d.ts.map +1 -1
  896. package/dist/generated/models/TransactionMdn.js +5 -1
  897. package/dist/generated/models/TransactionMdn.js.map +1 -1
  898. package/dist/generated/models/TransactionMdnDocument.d.ts +1 -1
  899. package/dist/generated/models/TransactionMdnDocument.js +1 -1
  900. package/dist/generated/models/TransactionMdnDocumentMetadata.d.ts +1 -1
  901. package/dist/generated/models/TransactionMdnDocumentMetadata.js +1 -1
  902. package/dist/generated/models/TransactionMdnEvent.d.ts +1 -1
  903. package/dist/generated/models/TransactionMdnEvent.js +1 -1
  904. package/dist/generated/models/TransactionMdnEventDetails.d.ts +1 -1
  905. package/dist/generated/models/TransactionMdnEventDetails.js +1 -1
  906. package/dist/generated/models/TransactionMdnStatus.d.ts +1 -1
  907. package/dist/generated/models/TransactionMdnStatus.js +1 -1
  908. package/dist/generated/models/TransactionPrimaryMdnDocument.d.ts +1 -1
  909. package/dist/generated/models/TransactionPrimaryMdnDocument.js +1 -1
  910. package/dist/generated/models/TransactionReplay.d.ts +1 -1
  911. package/dist/generated/models/TransactionReplay.js +1 -1
  912. package/dist/generated/models/TransactionReplayError.d.ts +1 -1
  913. package/dist/generated/models/TransactionReplayError.js +1 -1
  914. package/dist/generated/models/TransactionReplayRequest.d.ts +1 -1
  915. package/dist/generated/models/TransactionReplayRequest.js +1 -1
  916. package/dist/generated/models/TransactionReplayResponse.d.ts +1 -1
  917. package/dist/generated/models/TransactionReplayResponse.js +1 -1
  918. package/dist/generated/models/TransactionSet.d.ts +1 -1
  919. package/dist/generated/models/TransactionSet.js +1 -1
  920. package/dist/generated/models/TransactionSummary.d.ts +26 -10
  921. package/dist/generated/models/TransactionSummary.d.ts.map +1 -1
  922. package/dist/generated/models/TransactionSummary.js +14 -4
  923. package/dist/generated/models/TransactionSummary.js.map +1 -1
  924. package/dist/generated/models/TransactionTechnicalAcknowledgmentDocument.d.ts +1 -1
  925. package/dist/generated/models/TransactionTechnicalAcknowledgmentDocument.js +1 -1
  926. package/dist/generated/models/TransactionTechnicalAcknowledgmentDocumentMetadata.d.ts +1 -1
  927. package/dist/generated/models/TransactionTechnicalAcknowledgmentDocumentMetadata.js +1 -1
  928. package/dist/generated/models/TransactionTechnicalAcknowledgmentEvent.d.ts +1 -1
  929. package/dist/generated/models/TransactionTechnicalAcknowledgmentEvent.js +1 -1
  930. package/dist/generated/models/TransactionTechnicalAcknowledgmentEventDetails.d.ts +1 -1
  931. package/dist/generated/models/TransactionTechnicalAcknowledgmentEventDetails.js +1 -1
  932. package/dist/generated/models/TransactionTimelineSummary.d.ts +12 -4
  933. package/dist/generated/models/TransactionTimelineSummary.d.ts.map +1 -1
  934. package/dist/generated/models/TransactionTimelineSummary.js +10 -4
  935. package/dist/generated/models/TransactionTimelineSummary.js.map +1 -1
  936. package/dist/generated/models/TransactionWatchResponse.d.ts +1 -1
  937. package/dist/generated/models/TransactionWatchResponse.js +1 -1
  938. package/dist/generated/models/TransactionWindow.d.ts +1 -1
  939. package/dist/generated/models/TransactionWindow.js +1 -1
  940. package/dist/generated/models/TransactionX12Document.d.ts +1 -1
  941. package/dist/generated/models/TransactionX12Document.js +1 -1
  942. package/dist/generated/models/TransactionX12ValidationResponse.d.ts +1 -1
  943. package/dist/generated/models/TransactionX12ValidationResponse.js +1 -1
  944. package/dist/generated/models/UsageDay.d.ts +1 -1
  945. package/dist/generated/models/UsageDay.js +1 -1
  946. package/dist/generated/models/UsageHour.d.ts +1 -1
  947. package/dist/generated/models/UsageHour.js +1 -1
  948. package/dist/generated/models/UsagePartnerBreakdown.d.ts +1 -1
  949. package/dist/generated/models/UsagePartnerBreakdown.js +1 -1
  950. package/dist/generated/models/UsageResponse.d.ts +1 -1
  951. package/dist/generated/models/UsageResponse.js +1 -1
  952. package/dist/generated/models/UsageSignals.d.ts +1 -1
  953. package/dist/generated/models/UsageSignals.js +1 -1
  954. package/dist/generated/models/UsageSnapshot.d.ts +1 -1
  955. package/dist/generated/models/UsageSnapshot.js +1 -1
  956. package/dist/generated/models/WorkspaceEndpoint.d.ts +37 -0
  957. package/dist/generated/models/WorkspaceEndpoint.d.ts.map +1 -0
  958. package/dist/generated/models/WorkspaceEndpoint.js +49 -0
  959. package/dist/generated/models/WorkspaceEndpoint.js.map +1 -0
  960. package/dist/generated/models/X12ElementPreview.d.ts +29 -1
  961. package/dist/generated/models/X12ElementPreview.d.ts.map +1 -1
  962. package/dist/generated/models/X12ElementPreview.js +20 -1
  963. package/dist/generated/models/X12ElementPreview.js.map +1 -1
  964. package/dist/generated/models/X12ElementValidationError.d.ts +1 -1
  965. package/dist/generated/models/X12ElementValidationError.js +1 -1
  966. package/dist/generated/models/X12FunctionalGroupSummary.d.ts +1 -1
  967. package/dist/generated/models/X12FunctionalGroupSummary.js +1 -1
  968. package/dist/generated/models/X12FunctionalGroupValidationError.d.ts +1 -1
  969. package/dist/generated/models/X12FunctionalGroupValidationError.js +1 -1
  970. package/dist/generated/models/X12InterchangeSummary.d.ts +1 -1
  971. package/dist/generated/models/X12InterchangeSummary.js +1 -1
  972. package/dist/generated/models/X12SegmentPreview.d.ts +1 -1
  973. package/dist/generated/models/X12SegmentPreview.js +1 -1
  974. package/dist/generated/models/X12SegmentValidationError.d.ts +1 -1
  975. package/dist/generated/models/X12SegmentValidationError.js +1 -1
  976. package/dist/generated/models/X12SeparatorSummary.d.ts +1 -1
  977. package/dist/generated/models/X12SeparatorSummary.js +1 -1
  978. package/dist/generated/models/X12TransactionPreview.d.ts +1 -1
  979. package/dist/generated/models/X12TransactionPreview.js +1 -1
  980. package/dist/generated/models/X12TransactionSetReference.d.ts +1 -1
  981. package/dist/generated/models/X12TransactionSetReference.js +1 -1
  982. package/dist/generated/models/X12TransactionSetsResponse.d.ts +1 -1
  983. package/dist/generated/models/X12TransactionSetsResponse.js +1 -1
  984. package/dist/generated/models/X12TransactionSummary.d.ts +1 -1
  985. package/dist/generated/models/X12TransactionSummary.js +1 -1
  986. package/dist/generated/models/X12TransactionValidationError.d.ts +1 -1
  987. package/dist/generated/models/X12TransactionValidationError.js +1 -1
  988. package/dist/generated/models/X12ValidationRequest.d.ts +1 -1
  989. package/dist/generated/models/X12ValidationRequest.js +1 -1
  990. package/dist/generated/models/X12ValidationResponse.d.ts +1 -1
  991. package/dist/generated/models/X12ValidationResponse.js +1 -1
  992. package/dist/generated/models/X12ValidationResult.d.ts +1 -1
  993. package/dist/generated/models/X12ValidationResult.js +1 -1
  994. package/dist/generated/models/X12VersionsResponse.d.ts +1 -1
  995. package/dist/generated/models/X12VersionsResponse.js +1 -1
  996. package/dist/generated/models/index.d.ts +131 -38
  997. package/dist/generated/models/index.d.ts.map +1 -1
  998. package/dist/generated/models/index.js +131 -38
  999. package/dist/generated/models/index.js.map +1 -1
  1000. package/dist/generated/requestBodies.d.ts +1 -1
  1001. package/dist/generated/requestBodies.d.ts.map +1 -1
  1002. package/dist/generated/runtime.d.ts +1 -1
  1003. package/dist/generated/runtime.js +1 -1
  1004. package/dist/retry.d.ts +3 -3
  1005. package/dist/retry.d.ts.map +1 -1
  1006. package/dist/retry.js +35 -7
  1007. package/dist/retry.js.map +1 -1
  1008. package/examples/configuration-apply.ts +70 -0
  1009. package/examples/configuration-plan.ts +56 -0
  1010. package/package.json +8 -2
  1011. package/dist/generated/models/As2ConnectionConfigurationAllOfFunctionalAcknowledgment.d.ts +0 -44
  1012. package/dist/generated/models/As2ConnectionConfigurationAllOfFunctionalAcknowledgment.d.ts.map +0 -1
  1013. package/dist/generated/models/As2ConnectionConfigurationAllOfFunctionalAcknowledgment.js +0 -54
  1014. package/dist/generated/models/As2ConnectionConfigurationAllOfFunctionalAcknowledgment.js.map +0 -1
  1015. package/dist/generated/models/As2ConnectionConfigurationAllOfMdn.d.ts +0 -35
  1016. package/dist/generated/models/As2ConnectionConfigurationAllOfMdn.d.ts.map +0 -1
  1017. package/dist/generated/models/As2ConnectionConfigurationAllOfMdn.js.map +0 -1
  1018. package/dist/generated/models/As2ConnectionConfigurationAllOfOutbound.d.ts +0 -101
  1019. package/dist/generated/models/As2ConnectionConfigurationAllOfOutbound.d.ts.map +0 -1
  1020. package/dist/generated/models/As2ConnectionConfigurationAllOfOutbound.js.map +0 -1
  1021. package/dist/generated/models/As2ConnectionCreateRequest.d.ts +0 -73
  1022. package/dist/generated/models/As2ConnectionCreateRequest.d.ts.map +0 -1
  1023. package/dist/generated/models/As2ConnectionCreateRequest.js +0 -63
  1024. package/dist/generated/models/As2ConnectionCreateRequest.js.map +0 -1
  1025. package/dist/generated/models/As2ConnectionCreateRequestEnvironments.d.ts +0 -36
  1026. package/dist/generated/models/As2ConnectionCreateRequestEnvironments.d.ts.map +0 -1
  1027. package/dist/generated/models/As2ConnectionCreateRequestEnvironments.js +0 -43
  1028. package/dist/generated/models/As2ConnectionCreateRequestEnvironments.js.map +0 -1
  1029. package/dist/generated/models/As2ConnectionMutationResponse.d.ts +0 -43
  1030. package/dist/generated/models/As2ConnectionMutationResponse.d.ts.map +0 -1
  1031. package/dist/generated/models/As2ConnectionMutationResponse.js +0 -50
  1032. package/dist/generated/models/As2ConnectionMutationResponse.js.map +0 -1
  1033. package/dist/generated/models/As2ConnectionPatchRequest.d.ts +0 -73
  1034. package/dist/generated/models/As2ConnectionPatchRequest.d.ts.map +0 -1
  1035. package/dist/generated/models/As2ConnectionPatchRequest.js +0 -61
  1036. package/dist/generated/models/As2ConnectionPatchRequest.js.map +0 -1
  1037. package/dist/generated/models/As2ConnectionPatchRequestEnvironments.d.ts +0 -36
  1038. package/dist/generated/models/As2ConnectionPatchRequestEnvironments.d.ts.map +0 -1
  1039. package/dist/generated/models/As2ConnectionPatchRequestEnvironments.js +0 -41
  1040. package/dist/generated/models/As2ConnectionPatchRequestEnvironments.js.map +0 -1
  1041. package/dist/generated/models/As2FunctionalAcknowledgmentSettingsPatch.d.ts +0 -44
  1042. package/dist/generated/models/As2FunctionalAcknowledgmentSettingsPatch.d.ts.map +0 -1
  1043. package/dist/generated/models/As2FunctionalAcknowledgmentSettingsPatch.js +0 -52
  1044. package/dist/generated/models/As2FunctionalAcknowledgmentSettingsPatch.js.map +0 -1
  1045. package/dist/generated/models/As2MdnSettingsPatch.d.ts +0 -35
  1046. package/dist/generated/models/As2MdnSettingsPatch.d.ts.map +0 -1
  1047. package/dist/generated/models/As2MdnSettingsPatch.js +0 -40
  1048. package/dist/generated/models/As2MdnSettingsPatch.js.map +0 -1
  1049. package/dist/generated/models/As2OutboundTransportSettingsPatch.d.ts +0 -101
  1050. package/dist/generated/models/As2OutboundTransportSettingsPatch.d.ts.map +0 -1
  1051. package/dist/generated/models/As2OutboundTransportSettingsPatch.js +0 -89
  1052. package/dist/generated/models/As2OutboundTransportSettingsPatch.js.map +0 -1
  1053. package/dist/generated/models/As2PartnerEnvironmentPatch.d.ts +0 -41
  1054. package/dist/generated/models/As2PartnerEnvironmentPatch.d.ts.map +0 -1
  1055. package/dist/generated/models/As2PartnerEnvironmentPatch.js +0 -42
  1056. package/dist/generated/models/As2PartnerEnvironmentPatch.js.map +0 -1
  1057. package/dist/generated/models/DeleteIntegrationAs2Connection200Response.d.ts +0 -42
  1058. package/dist/generated/models/DeleteIntegrationAs2Connection200Response.d.ts.map +0 -1
  1059. package/dist/generated/models/DeleteIntegrationAs2Connection200Response.js +0 -49
  1060. package/dist/generated/models/DeleteIntegrationAs2Connection200Response.js.map +0 -1
  1061. package/dist/generated/models/DeleteIntegrationMapping200Response.d.ts +0 -42
  1062. package/dist/generated/models/DeleteIntegrationMapping200Response.d.ts.map +0 -1
  1063. package/dist/generated/models/DeleteIntegrationMapping200Response.js +0 -49
  1064. package/dist/generated/models/DeleteIntegrationMapping200Response.js.map +0 -1
  1065. package/dist/generated/models/DeleteIntegrationPartner200Response.d.ts +0 -42
  1066. package/dist/generated/models/DeleteIntegrationPartner200Response.d.ts.map +0 -1
  1067. package/dist/generated/models/DeleteIntegrationPartner200Response.js +0 -49
  1068. package/dist/generated/models/DeleteIntegrationPartner200Response.js.map +0 -1
  1069. package/dist/generated/models/IncomingMappingWriteRequest.d.ts +0 -89
  1070. package/dist/generated/models/IncomingMappingWriteRequest.d.ts.map +0 -1
  1071. package/dist/generated/models/IncomingMappingWriteRequest.js.map +0 -1
  1072. package/dist/generated/models/IncomingMappingWriteRequestTransform.d.ts +0 -49
  1073. package/dist/generated/models/IncomingMappingWriteRequestTransform.d.ts.map +0 -1
  1074. package/dist/generated/models/IncomingMappingWriteRequestTransform.js +0 -57
  1075. package/dist/generated/models/IncomingMappingWriteRequestTransform.js.map +0 -1
  1076. package/dist/generated/models/MappingMutationResponse.d.ts +0 -43
  1077. package/dist/generated/models/MappingMutationResponse.d.ts.map +0 -1
  1078. package/dist/generated/models/MappingMutationResponse.js +0 -50
  1079. package/dist/generated/models/MappingMutationResponse.js.map +0 -1
  1080. package/dist/generated/models/MappingPatchRequest.d.ts +0 -90
  1081. package/dist/generated/models/MappingPatchRequest.d.ts.map +0 -1
  1082. package/dist/generated/models/MappingPatchRequest.js +0 -66
  1083. package/dist/generated/models/MappingPatchRequest.js.map +0 -1
  1084. package/dist/generated/models/MappingPatchRequestBusinessKey.d.ts +0 -35
  1085. package/dist/generated/models/MappingPatchRequestBusinessKey.d.ts.map +0 -1
  1086. package/dist/generated/models/MappingPatchRequestBusinessKey.js +0 -40
  1087. package/dist/generated/models/MappingPatchRequestBusinessKey.js.map +0 -1
  1088. package/dist/generated/models/MappingPatchRequestOutput.d.ts +0 -36
  1089. package/dist/generated/models/MappingPatchRequestOutput.d.ts.map +0 -1
  1090. package/dist/generated/models/MappingPatchRequestOutput.js +0 -41
  1091. package/dist/generated/models/MappingPatchRequestOutput.js.map +0 -1
  1092. package/dist/generated/models/MappingPatchRequestTransform.d.ts +0 -51
  1093. package/dist/generated/models/MappingPatchRequestTransform.d.ts.map +0 -1
  1094. package/dist/generated/models/MappingPatchRequestTransform.js +0 -51
  1095. package/dist/generated/models/MappingPatchRequestTransform.js.map +0 -1
  1096. package/dist/generated/models/MappingSourceVersionDetail.d.ts +0 -61
  1097. package/dist/generated/models/MappingSourceVersionDetail.d.ts.map +0 -1
  1098. package/dist/generated/models/MappingSourceVersionDetail.js +0 -60
  1099. package/dist/generated/models/MappingSourceVersionDetail.js.map +0 -1
  1100. package/dist/generated/models/MappingSourceVersionListResponse.d.ts +0 -67
  1101. package/dist/generated/models/MappingSourceVersionListResponse.d.ts.map +0 -1
  1102. package/dist/generated/models/MappingSourceVersionListResponse.js +0 -66
  1103. package/dist/generated/models/MappingSourceVersionListResponse.js.map +0 -1
  1104. package/dist/generated/models/MappingSourceVersionResponse.d.ts +0 -36
  1105. package/dist/generated/models/MappingSourceVersionResponse.d.ts.map +0 -1
  1106. package/dist/generated/models/MappingSourceVersionResponse.js +0 -45
  1107. package/dist/generated/models/MappingSourceVersionResponse.js.map +0 -1
  1108. package/dist/generated/models/MappingSourceVersionSummary.d.ts +0 -61
  1109. package/dist/generated/models/MappingSourceVersionSummary.d.ts.map +0 -1
  1110. package/dist/generated/models/MappingSourceVersionSummary.js +0 -60
  1111. package/dist/generated/models/MappingSourceVersionSummary.js.map +0 -1
  1112. package/dist/generated/models/MappingSourceVersionTransformDetail.d.ts +0 -51
  1113. package/dist/generated/models/MappingSourceVersionTransformDetail.d.ts.map +0 -1
  1114. package/dist/generated/models/MappingSourceVersionTransformDetail.js.map +0 -1
  1115. package/dist/generated/models/MappingSourceVersionTransformSummary.d.ts +0 -45
  1116. package/dist/generated/models/MappingSourceVersionTransformSummary.d.ts.map +0 -1
  1117. package/dist/generated/models/MappingSourceVersionTransformSummary.js +0 -53
  1118. package/dist/generated/models/MappingSourceVersionTransformSummary.js.map +0 -1
  1119. package/dist/generated/models/MappingWriteRequest.d.ts +0 -20
  1120. package/dist/generated/models/MappingWriteRequest.d.ts.map +0 -1
  1121. package/dist/generated/models/MappingWriteRequest.js +0 -48
  1122. package/dist/generated/models/MappingWriteRequest.js.map +0 -1
  1123. package/dist/generated/models/OutgoingMappingWriteRequest.d.ts +0 -75
  1124. package/dist/generated/models/OutgoingMappingWriteRequest.d.ts.map +0 -1
  1125. package/dist/generated/models/OutgoingMappingWriteRequest.js +0 -75
  1126. package/dist/generated/models/OutgoingMappingWriteRequest.js.map +0 -1
  1127. package/dist/generated/models/OutgoingMappingWriteRequestOutput.d.ts +0 -43
  1128. package/dist/generated/models/OutgoingMappingWriteRequestOutput.d.ts.map +0 -1
  1129. package/dist/generated/models/OutgoingMappingWriteRequestOutput.js +0 -49
  1130. package/dist/generated/models/OutgoingMappingWriteRequestOutput.js.map +0 -1
  1131. package/dist/generated/models/OutgoingMappingWriteRequestTransform.d.ts +0 -50
  1132. package/dist/generated/models/OutgoingMappingWriteRequestTransform.d.ts.map +0 -1
  1133. package/dist/generated/models/OutgoingMappingWriteRequestTransform.js +0 -56
  1134. package/dist/generated/models/OutgoingMappingWriteRequestTransform.js.map +0 -1
  1135. package/dist/generated/models/PartnerMutationResponse.d.ts +0 -43
  1136. package/dist/generated/models/PartnerMutationResponse.d.ts.map +0 -1
  1137. package/dist/generated/models/PartnerMutationResponse.js +0 -50
  1138. package/dist/generated/models/PartnerMutationResponse.js.map +0 -1
  1139. package/dist/generated/models/PartnerPatchRequest.d.ts +0 -97
  1140. package/dist/generated/models/PartnerPatchRequest.d.ts.map +0 -1
  1141. package/dist/generated/models/PartnerPatchRequest.js +0 -71
  1142. package/dist/generated/models/PartnerPatchRequest.js.map +0 -1
  1143. package/dist/generated/models/PartnerWriteRequest.d.ts +0 -97
  1144. package/dist/generated/models/PartnerWriteRequest.d.ts.map +0 -1
  1145. package/dist/generated/models/PartnerWriteRequest.js +0 -73
  1146. package/dist/generated/models/PartnerWriteRequest.js.map +0 -1
  1147. package/dist/generated/models/PartnerX12IdentityInput.d.ts +0 -41
  1148. package/dist/generated/models/PartnerX12IdentityInput.d.ts.map +0 -1
  1149. package/dist/generated/models/PartnerX12IdentityInput.js +0 -42
  1150. package/dist/generated/models/PartnerX12IdentityInput.js.map +0 -1
  1151. package/dist/generated/models/PartnerX12IdentityInputs.d.ts +0 -36
  1152. package/dist/generated/models/PartnerX12IdentityInputs.d.ts.map +0 -1
  1153. package/dist/generated/models/PartnerX12IdentityInputs.js +0 -41
  1154. package/dist/generated/models/PartnerX12IdentityInputs.js.map +0 -1
  1155. package/dist/generated/models/PreviewOutboundX12Request.d.ts +0 -54
  1156. package/dist/generated/models/PreviewOutboundX12Request.d.ts.map +0 -1
  1157. package/dist/generated/models/PreviewOutboundX12Request.js +0 -50
  1158. package/dist/generated/models/PreviewOutboundX12Request.js.map +0 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * ModernEDI TypeScript SDK, generated from the ModernEDI Integration API
3
- * specification version 1.23.0 with OpenAPI Generator 7.24.0.
3
+ * specification version 1.31.0 with OpenAPI Generator 7.24.0.
4
4
  *
5
5
  * SPDX-License-Identifier: Apache-2.0
6
6
  * Do not edit this generated file manually.
@@ -17,26 +17,22 @@ export type CarbonCopyGeneratedX12Request = {
17
17
  xRequestId?: string;
18
18
  test?: boolean;
19
19
  idempotencyKey?: string;
20
- customer?: string;
21
- partnerId?: number;
20
+ partnerId: number;
22
21
  originalTransactionKey?: string;
23
- copyToCustomer?: string;
24
- copyToPartnerId?: number;
22
+ copyToPartnerId: number;
25
23
  } & GeneratedX12SourceBody;
26
24
  export type PreviewOutboundX12OperationRequest = {
27
25
  x12Version: string;
28
26
  functionalGroupType: string;
29
27
  transactionGroupType: number;
30
28
  xRequestId?: string;
31
- customer?: string;
32
- partnerId?: number;
29
+ partnerId: number;
33
30
  } & OutboundMappedSourceBody;
34
31
  export type ReplyToInboundAs2MessageRequest = {
35
32
  originalMessageId: string;
36
33
  xRequestId?: string;
37
34
  test?: boolean;
38
35
  idempotencyKey?: string;
39
- customer?: string;
40
36
  partnerId?: number;
41
37
  x12Version?: string;
42
38
  functionalGroupType?: string;
@@ -50,7 +46,6 @@ export type ReplyWithGeneratedX12Request = {
50
46
  xRequestId?: string;
51
47
  test?: boolean;
52
48
  idempotencyKey?: string;
53
- customer?: string;
54
49
  partnerId?: number;
55
50
  x12Version?: string;
56
51
  originalTransactionKey?: string;
@@ -63,11 +58,9 @@ export type SendAs2CarbonCopyRequest = {
63
58
  xRequestId?: string;
64
59
  test?: boolean;
65
60
  idempotencyKey?: string;
66
- customer?: string;
67
- partnerId?: number;
61
+ partnerId: number;
68
62
  originalTransactionKey?: string;
69
- copyToCustomer?: string;
70
- copyToPartnerId?: number;
63
+ copyToPartnerId: number;
71
64
  } & OutboundMappedSourceBody;
72
65
  export type SendAs2MessageRequest = {
73
66
  x12Version: string;
@@ -76,8 +69,7 @@ export type SendAs2MessageRequest = {
76
69
  xRequestId?: string;
77
70
  test?: boolean;
78
71
  idempotencyKey?: string;
79
- customer?: string;
80
- partnerId?: number;
72
+ partnerId: number;
81
73
  } & OutboundMappedSourceBody;
82
74
  export type SendGeneratedX12MessageRequest = {
83
75
  x12Version: string;
@@ -86,8 +78,7 @@ export type SendGeneratedX12MessageRequest = {
86
78
  xRequestId?: string;
87
79
  test?: boolean;
88
80
  idempotencyKey?: string;
89
- customer?: string;
90
- partnerId?: number;
81
+ partnerId: number;
91
82
  } & GeneratedX12SourceBody;
92
83
  /**
93
84
  * OutboundAS2Api - interface
@@ -98,61 +89,56 @@ export type SendGeneratedX12MessageRequest = {
98
89
  export interface OutboundAS2ApiInterface {
99
90
  /**
100
91
  * Creates request options for carbonCopyGeneratedX12 without sending the request
92
+ * @param {number} partnerId Stable partner id returned by `GET /v1/partners`. For `/carbonCopy`, this id selects the original/source partner, not the `copyToPartnerId` recipient.
101
93
  * @param {string} x12Version X12 version tied to the outgoing map.
102
94
  * @param {string} functionalGroupType X12 functional group code tied to the outgoing map.
103
95
  * @param {number} transactionGroupType X12 transaction set identifier code tied to the outgoing map.
104
96
  * @param {string} originalMessageId Original inbound AS2 message id used to link replies or carbon copies to an inbound flow.
97
+ * @param {number} copyToPartnerId Stable partner id returned by `GET /v1/partners` for the partner that receives the carbon-copy AS2 envelope. This does not select the outgoing map; `partnerId` selects the original/source map.
105
98
  * @param {GeneratedX12SourceBody['contentType']} contentType Exact HTTP media type of `body`.
106
99
  * @param {GeneratedX12SourceBody['body']} body A complete X12 interchange that ModernEDI should validate and send without applying an outgoing map. Use the JSON form only when you also want to attach a business key to the transaction record.
107
100
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response `X-Request-Id` header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
108
101
  * @param {boolean} [test] When `true`, use the test identifiers and test endpoint configured for the partner connection. On `/v1/as2/reply` and `/v1/as2/x12/reply`, this also selects test transaction history when `originalMessageId` is used to infer partner metadata and link the reply.
109
102
  * @param {string} [idempotencyKey] Optional caller-generated key for safely retrying outbound requests. Reusing the same key with the same request replays a stored terminal result; reusing it with a different request returns an idempotency conflict. Retryable downstream `408`, `425`, `429`, and `5xx` results are not terminal and a retry can execute the AS2 send again. A replayed stored result includes `Idempotency-Replayed: true`. If the tenant AS2 runtime asks the client to wait, ModernEDI preserves its `Retry-After` response header. For the mapped endpoints, mapping selection, transformation, and generated-X12 validation happen before the tenant AS2 runtime reserves this key. If one of those steps fails and you correct the partner or map configuration, retry the identical operation and request with the same key even when that configuration error reported `retryable: false`. Do not change the operation, selectors, source input, content type, params, or business key while reusing it. When delivery may have succeeded but the terminal response was lost, reconcile transaction history and business keys before retrying because idempotency cannot rule out a duplicate send.
110
- * @param {string} [customer] Exact configured partner name used to select the outgoing map. Required unless `partnerId` is supplied. For `/send` and `/reply`, this is also the AS2 destination partner. For `/carbonCopy`, this is the original/source partner used for map selection, not the copy recipient.
111
- * @param {number} [partnerId] Stable partner id returned by `GET /v1/partners`. Required unless `customer` is supplied, except that `/reply` can infer a persisted partner id from `originalMessageId`. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For `/carbonCopy`, this id selects the original/source partner, not the `copyToCustomer` or `copyToPartnerId` recipient.
112
- * @param {string} [originalTransactionKey] Exact transaction key, normally `GS06#ST02`, inside `originalMessageId`. Supply it for deterministic reply or carbon-copy linkage when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. Omit it for message-level linkage to single-transaction or legacy records.
113
- * @param {string} [copyToCustomer] Exact configured partner name that receives the carbon-copy AS2 envelope. Required unless `copyToPartnerId` is supplied. This does not select the outgoing map; `customer` or `partnerId` selects the map.
114
- * @param {number} [copyToPartnerId] Stable partner id returned by `GET /v1/partners` for the partner that receives the carbon-copy AS2 envelope. Required unless `copyToCustomer` is supplied. This does not select the outgoing map; `customer` or `partnerId` selects the map.
103
+ * @param {string} [originalTransactionKey] Exact transaction key, normally `GS06#ST02`, inside `originalMessageId`. Supply it when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. When omitted, ModernEDI resolves and persists the key only if `originalMessageId` identifies exactly one inbound transaction; an ambiguous multi-transaction message returns 400.
115
104
  * @throws {RequiredError}
116
105
  * @memberof OutboundAS2ApiInterface
117
106
  */
118
107
  carbonCopyGeneratedX12RequestOpts(requestParameters: CarbonCopyGeneratedX12Request): Promise<runtime.RequestOpts>;
119
108
  /**
120
- * **Required key scope:** `messages:write`. Sends supplied X12 to a second partner while preserving the original transaction context. ModernEDI validates the X12 but does not apply an outgoing map. Select the original partner with `partnerId` or `customer` and the recipient with `copyToPartnerId` or `copyToCustomer`. Use `originalTransactionKey` when the original AS2 message contains more than one transaction set.
109
+ * **Required key scope:** `messages:write`. Sends supplied X12 to a second partner while preserving the original transaction context. ModernEDI validates the X12 but does not apply an outgoing map. Select the original partner with `partnerId` and the recipient with `copyToPartnerId`. Use `originalTransactionKey` when the original AS2 message contains more than one transaction set.
121
110
  * @summary Send already-generated X12 to a carbon-copy partner
111
+ * @param {number} partnerId Stable partner id returned by &#x60;GET /v1/partners&#x60;. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToPartnerId&#x60; recipient.
122
112
  * @param {string} x12Version X12 version tied to the outgoing map.
123
113
  * @param {string} functionalGroupType X12 functional group code tied to the outgoing map.
124
114
  * @param {number} transactionGroupType X12 transaction set identifier code tied to the outgoing map.
125
115
  * @param {string} originalMessageId Original inbound AS2 message id used to link replies or carbon copies to an inbound flow.
116
+ * @param {number} copyToPartnerId Stable partner id returned by &#x60;GET /v1/partners&#x60; for the partner that receives the carbon-copy AS2 envelope. This does not select the outgoing map; &#x60;partnerId&#x60; selects the original/source map.
126
117
  * @param {GeneratedX12SourceBody['contentType']} contentType Exact HTTP media type of `body`.
127
118
  * @param {GeneratedX12SourceBody['body']} body A complete X12 interchange that ModernEDI should validate and send without applying an outgoing map. Use the JSON form only when you also want to attach a business key to the transaction record.
128
119
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response &#x60;X-Request-Id&#x60; header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
129
120
  * @param {boolean} [test] When &#x60;true&#x60;, use the test identifiers and test endpoint configured for the partner connection. On &#x60;/v1/as2/reply&#x60; and &#x60;/v1/as2/x12/reply&#x60;, this also selects test transaction history when &#x60;originalMessageId&#x60; is used to infer partner metadata and link the reply.
130
121
  * @param {string} [idempotencyKey] Optional caller-generated key for safely retrying outbound requests. Reusing the same key with the same request replays a stored terminal result; reusing it with a different request returns an idempotency conflict. Retryable downstream &#x60;408&#x60;, &#x60;425&#x60;, &#x60;429&#x60;, and &#x60;5xx&#x60; results are not terminal and a retry can execute the AS2 send again. A replayed stored result includes &#x60;Idempotency-Replayed: true&#x60;. If the tenant AS2 runtime asks the client to wait, ModernEDI preserves its &#x60;Retry-After&#x60; response header. For the mapped endpoints, mapping selection, transformation, and generated-X12 validation happen before the tenant AS2 runtime reserves this key. If one of those steps fails and you correct the partner or map configuration, retry the identical operation and request with the same key even when that configuration error reported &#x60;retryable: false&#x60;. Do not change the operation, selectors, source input, content type, params, or business key while reusing it. When delivery may have succeeded but the terminal response was lost, reconcile transaction history and business keys before retrying because idempotency cannot rule out a duplicate send.
131
- * @param {string} [customer] Exact configured partner name used to select the outgoing map. Required unless &#x60;partnerId&#x60; is supplied. For &#x60;/send&#x60; and &#x60;/reply&#x60;, this is also the AS2 destination partner. For &#x60;/carbonCopy&#x60;, this is the original/source partner used for map selection, not the copy recipient.
132
- * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Required unless &#x60;customer&#x60; is supplied, except that &#x60;/reply&#x60; can infer a persisted partner id from &#x60;originalMessageId&#x60;. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToCustomer&#x60; or &#x60;copyToPartnerId&#x60; recipient.
133
- * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it for deterministic reply or carbon-copy linkage when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. Omit it for message-level linkage to single-transaction or legacy records.
134
- * @param {string} [copyToCustomer] Exact configured partner name that receives the carbon-copy AS2 envelope. Required unless &#x60;copyToPartnerId&#x60; is supplied. This does not select the outgoing map; &#x60;customer&#x60; or &#x60;partnerId&#x60; selects the map.
135
- * @param {number} [copyToPartnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60; for the partner that receives the carbon-copy AS2 envelope. Required unless &#x60;copyToCustomer&#x60; is supplied. This does not select the outgoing map; &#x60;customer&#x60; or &#x60;partnerId&#x60; selects the map.
122
+ * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. When omitted, ModernEDI resolves and persists the key only if &#x60;originalMessageId&#x60; identifies exactly one inbound transaction; an ambiguous multi-transaction message returns 400.
136
123
  * @param {*} [options] Override http request option.
137
124
  * @throws {RequiredError}
138
125
  * @memberof OutboundAS2ApiInterface
139
126
  */
140
127
  carbonCopyGeneratedX12Raw(requestParameters: CarbonCopyGeneratedX12Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SendSuccessResponse>>;
141
128
  /**
142
- * **Required key scope:** `messages:write`. Sends supplied X12 to a second partner while preserving the original transaction context. ModernEDI validates the X12 but does not apply an outgoing map. Select the original partner with `partnerId` or `customer` and the recipient with `copyToPartnerId` or `copyToCustomer`. Use `originalTransactionKey` when the original AS2 message contains more than one transaction set.
129
+ * **Required key scope:** `messages:write`. Sends supplied X12 to a second partner while preserving the original transaction context. ModernEDI validates the X12 but does not apply an outgoing map. Select the original partner with `partnerId` and the recipient with `copyToPartnerId`. Use `originalTransactionKey` when the original AS2 message contains more than one transaction set.
143
130
  * Send already-generated X12 to a carbon-copy partner
144
131
  */
145
132
  carbonCopyGeneratedX12(requestParameters: CarbonCopyGeneratedX12Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SendSuccessResponse>;
146
133
  /**
147
134
  * Creates request options for previewOutboundX12 without sending the request
135
+ * @param {number} partnerId Stable partner id returned by &#x60;GET /v1/partners&#x60;. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToPartnerId&#x60; recipient.
148
136
  * @param {string} x12Version X12 version tied to the outgoing map.
149
137
  * @param {string} functionalGroupType X12 functional group code tied to the outgoing map.
150
138
  * @param {number} transactionGroupType X12 transaction set identifier code tied to the outgoing map.
151
139
  * @param {OutboundMappedSourceBody['contentType']} contentType Exact HTTP media type of `body`.
152
- * @param {OutboundMappedSourceBody['body']} body Source document for an outgoing map. Use the vendor media type for an explicit ModernEDI envelope containing &#x60;input&#x60;, &#x60;contentType&#x60;, optional &#x60;params&#x60;, and optional &#x60;businessKey&#x60;. For backward compatibility, &#x60;application/json&#x60; bodies containing &#x60;input&#x60; plus envelope metadata are also recognized. Other JSON objects, including business documents with a top-level field named &#x60;contentType&#x60;, remain ordinary JSON map input.
140
+ * @param {OutboundMappedSourceBody['body']} body Source document for an outgoing map. Use the vendor media type for an explicit ModernEDI envelope containing &#x60;input&#x60;, &#x60;contentType&#x60;, optional &#x60;params&#x60;, and optional &#x60;businessKey&#x60;. &#x60;application/json&#x60; bodies are always ordinary JSON map input, including objects with top-level &#x60;input&#x60;, &#x60;params&#x60;, &#x60;businessKey&#x60;, or &#x60;contentType&#x60; fields.
153
141
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response &#x60;X-Request-Id&#x60; header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
154
- * @param {string} [customer] Exact configured partner name used to select the outgoing map. Required unless &#x60;partnerId&#x60; is supplied. For &#x60;/send&#x60; and &#x60;/reply&#x60;, this is also the AS2 destination partner. For &#x60;/carbonCopy&#x60;, this is the original/source partner used for map selection, not the copy recipient.
155
- * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Required unless &#x60;customer&#x60; is supplied, except that &#x60;/reply&#x60; can infer a persisted partner id from &#x60;originalMessageId&#x60;. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToCustomer&#x60; or &#x60;copyToPartnerId&#x60; recipient.
156
142
  * @throws {RequiredError}
157
143
  * @memberof OutboundAS2ApiInterface
158
144
  */
@@ -160,14 +146,13 @@ export interface OutboundAS2ApiInterface {
160
146
  /**
161
147
  * **Required key scope:** `messages:write`. Uses the same partner, X12 metadata, content type, source body, params, and business-key contract as `/v1/as2/send`, but stops after mapping and X12 validation. It returns generated X12, validation details, mapping provenance, the resolved partner, and the optional business key. It does not contact the trading partner, create an outbound transaction, or require the partner\'s AS2 endpoint to be configured. Use it to validate a production-shaped request before the first live send.
162
148
  * @summary Transform and validate an outbound document without sending it
149
+ * @param {number} partnerId Stable partner id returned by &#x60;GET /v1/partners&#x60;. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToPartnerId&#x60; recipient.
163
150
  * @param {string} x12Version X12 version tied to the outgoing map.
164
151
  * @param {string} functionalGroupType X12 functional group code tied to the outgoing map.
165
152
  * @param {number} transactionGroupType X12 transaction set identifier code tied to the outgoing map.
166
153
  * @param {OutboundMappedSourceBody['contentType']} contentType Exact HTTP media type of `body`.
167
- * @param {OutboundMappedSourceBody['body']} body Source document for an outgoing map. Use the vendor media type for an explicit ModernEDI envelope containing &#x60;input&#x60;, &#x60;contentType&#x60;, optional &#x60;params&#x60;, and optional &#x60;businessKey&#x60;. For backward compatibility, &#x60;application/json&#x60; bodies containing &#x60;input&#x60; plus envelope metadata are also recognized. Other JSON objects, including business documents with a top-level field named &#x60;contentType&#x60;, remain ordinary JSON map input.
154
+ * @param {OutboundMappedSourceBody['body']} body Source document for an outgoing map. Use the vendor media type for an explicit ModernEDI envelope containing &#x60;input&#x60;, &#x60;contentType&#x60;, optional &#x60;params&#x60;, and optional &#x60;businessKey&#x60;. &#x60;application/json&#x60; bodies are always ordinary JSON map input, including objects with top-level &#x60;input&#x60;, &#x60;params&#x60;, &#x60;businessKey&#x60;, or &#x60;contentType&#x60; fields.
168
155
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response &#x60;X-Request-Id&#x60; header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
169
- * @param {string} [customer] Exact configured partner name used to select the outgoing map. Required unless &#x60;partnerId&#x60; is supplied. For &#x60;/send&#x60; and &#x60;/reply&#x60;, this is also the AS2 destination partner. For &#x60;/carbonCopy&#x60;, this is the original/source partner used for map selection, not the copy recipient.
170
- * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Required unless &#x60;customer&#x60; is supplied, except that &#x60;/reply&#x60; can infer a persisted partner id from &#x60;originalMessageId&#x60;. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToCustomer&#x60; or &#x60;copyToPartnerId&#x60; recipient.
171
156
  * @param {*} [options] Override http request option.
172
157
  * @throws {RequiredError}
173
158
  * @memberof OutboundAS2ApiInterface
@@ -186,18 +171,17 @@ export interface OutboundAS2ApiInterface {
186
171
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response &#x60;X-Request-Id&#x60; header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
187
172
  * @param {boolean} [test] When &#x60;true&#x60;, use the test identifiers and test endpoint configured for the partner connection. On &#x60;/v1/as2/reply&#x60; and &#x60;/v1/as2/x12/reply&#x60;, this also selects test transaction history when &#x60;originalMessageId&#x60; is used to infer partner metadata and link the reply.
188
173
  * @param {string} [idempotencyKey] Optional caller-generated key for safely retrying outbound requests. Reusing the same key with the same request replays a stored terminal result; reusing it with a different request returns an idempotency conflict. Retryable downstream &#x60;408&#x60;, &#x60;425&#x60;, &#x60;429&#x60;, and &#x60;5xx&#x60; results are not terminal and a retry can execute the AS2 send again. A replayed stored result includes &#x60;Idempotency-Replayed: true&#x60;. If the tenant AS2 runtime asks the client to wait, ModernEDI preserves its &#x60;Retry-After&#x60; response header. For the mapped endpoints, mapping selection, transformation, and generated-X12 validation happen before the tenant AS2 runtime reserves this key. If one of those steps fails and you correct the partner or map configuration, retry the identical operation and request with the same key even when that configuration error reported &#x60;retryable: false&#x60;. Do not change the operation, selectors, source input, content type, params, or business key while reusing it. When delivery may have succeeded but the terminal response was lost, reconcile transaction history and business keys before retrying because idempotency cannot rule out a duplicate send.
189
- * @param {string} [customer] Exact configured partner name used to select the outgoing reply map. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60; identifies an inbound transaction with an unambiguous persisted partner id. An explicit name overrides inferred partner metadata.
190
- * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Required unless &#x60;customer&#x60; is supplied, except that &#x60;/reply&#x60; can infer a persisted partner id from &#x60;originalMessageId&#x60;. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToCustomer&#x60; or &#x60;copyToPartnerId&#x60; recipient.
174
+ * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60; identifies an inbound transaction with an unambiguous persisted partner id. Transactions without a persisted id do not supply inferred partner metadata. An explicit id overrides inferred partner metadata.
191
175
  * @param {string} [x12Version] X12 version tied to the outgoing reply map. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60; identifies an inbound transaction whose X12 version can be inferred unambiguously. Send this explicitly when the reply must use a different X12 version than the original inbound document.
192
176
  * @param {string} [functionalGroupType] X12 functional group code tied to the outgoing reply map. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60;, the resolved partner and X12 version, and request &#x60;Content-Type&#x60; match exactly one outgoing reply map. Send this explicitly when multiple reply maps could match.
193
177
  * @param {number} [transactionGroupType] X12 transaction set identifier code tied to the outgoing reply map. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60;, the resolved partner and X12 version, and request &#x60;Content-Type&#x60; match exactly one outgoing reply map. Send this explicitly when multiple reply maps could match.
194
- * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it for deterministic reply or carbon-copy linkage when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. Omit it for message-level linkage to single-transaction or legacy records.
178
+ * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. When omitted, ModernEDI resolves and persists the key only if &#x60;originalMessageId&#x60; identifies exactly one inbound transaction; an ambiguous multi-transaction message returns 400.
195
179
  * @throws {RequiredError}
196
180
  * @memberof OutboundAS2ApiInterface
197
181
  */
198
182
  replyToInboundAs2MessageRequestOpts(requestParameters: ReplyToInboundAs2MessageRequest): Promise<runtime.RequestOpts>;
199
183
  /**
200
- * **Required key scope:** `messages:write`. Sends a follow-up document such as an ASN or invoice in response to a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the original message by `originalMessageId`, and uses unambiguous metadata from that inbound transaction to recover an omitted partner selector and `x12Version`. When the inbound AS2 message contains more than one transaction set, send `originalTransactionKey` to bind the reply to the exact `GS06#ST02` transaction. ModernEDI validates that composite reference before transforming or sending; an unknown or non-inbound reference returns `404`. Omitting it preserves message-level linkage for single-transaction and older records. This lookup uses production transaction history by default; send `test=true` to infer from and link to isolated test history. ModernEDI uses the persisted `partnerId`, so the reply still selects the same partner after its configured name changes. Transactions without a persisted partner id do not supply inferred partner metadata. An explicit `partnerId` or `customer` always overrides inferred partner metadata. If persisted partner ids conflict, ModernEDI does not infer either partner selector. After the partner selector, X12 version, and request `Content-Type` are known, ModernEDI can also fill omitted `functionalGroupType` and `transactionGroupType` when those selectors match exactly one outgoing reply map. ModernEDI then selects the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, generates and validates X12, then sends the reply through the configured AS2 connection. Send `x12Version` explicitly when a partner requires reply documents on a different X12 version than the one they send; explicit query parameters override inferred metadata. If multiple reply maps could match, send `functionalGroupType` and `transactionGroupType` explicitly. The original inbound document type is not reused as the reply type; these fields identify the generated reply document, such as `IN`/`810` for an invoice. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; XSLT maps receive those values as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are not used as live defaults. Use the envelope\'s optional `businessKey` field when the reply has a stable identifier, such as an invoice number, that should be stored on the outbound transaction record.
184
+ * **Required key scope:** `messages:write`. Sends a follow-up document such as an ASN or invoice in response to a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the original message by `originalMessageId`, and uses unambiguous metadata from that inbound transaction to recover an omitted partner selector and `x12Version`. When the inbound AS2 message contains more than one transaction set, send `originalTransactionKey` to bind the reply to the exact `GS06#ST02` transaction. ModernEDI validates that composite reference before transforming or sending; an unknown or non-inbound reference returns `404`. When it is omitted, ModernEDI resolves and persists the key only if the message contains exactly one inbound transaction; an ambiguous multi-transaction message returns `400`. This lookup uses production transaction history by default; send `test=true` to infer from and link to isolated test history. ModernEDI uses the persisted `partnerId`, so the reply still selects the same partner after its configured name changes. Transactions without a persisted partner id do not supply inferred partner metadata. An explicit `partnerId` always overrides inferred partner metadata. After the partner id, X12 version, and request `Content-Type` are known, ModernEDI can also fill omitted `functionalGroupType` and `transactionGroupType` when those selectors match exactly one outgoing reply map. ModernEDI then selects the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, generates and validates X12, then sends the reply through the configured AS2 connection. Send `x12Version` explicitly when a partner requires reply documents on a different X12 version than the one they send; explicit query parameters override inferred metadata. If multiple reply maps could match, send `functionalGroupType` and `transactionGroupType` explicitly. The original inbound document type is not reused as the reply type; these fields identify the generated reply document, such as `IN`/`810` for an invoice. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; XSLT maps receive those values as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are not used as live defaults. Use the envelope\'s optional `businessKey` field when the reply has a stable identifier, such as an invoice number, that should be stored on the outbound transaction record.
201
185
  * @summary Send a follow-up document tied to an inbound message
202
186
  * @param {string} originalMessageId Original inbound AS2 message id used to link replies or carbon copies to an inbound flow.
203
187
  * @param {OutboundMappedSourceBody['contentType']} contentType Exact HTTP media type of `body`.
@@ -205,19 +189,18 @@ export interface OutboundAS2ApiInterface {
205
189
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response &#x60;X-Request-Id&#x60; header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
206
190
  * @param {boolean} [test] When &#x60;true&#x60;, use the test identifiers and test endpoint configured for the partner connection. On &#x60;/v1/as2/reply&#x60; and &#x60;/v1/as2/x12/reply&#x60;, this also selects test transaction history when &#x60;originalMessageId&#x60; is used to infer partner metadata and link the reply.
207
191
  * @param {string} [idempotencyKey] Optional caller-generated key for safely retrying outbound requests. Reusing the same key with the same request replays a stored terminal result; reusing it with a different request returns an idempotency conflict. Retryable downstream &#x60;408&#x60;, &#x60;425&#x60;, &#x60;429&#x60;, and &#x60;5xx&#x60; results are not terminal and a retry can execute the AS2 send again. A replayed stored result includes &#x60;Idempotency-Replayed: true&#x60;. If the tenant AS2 runtime asks the client to wait, ModernEDI preserves its &#x60;Retry-After&#x60; response header. For the mapped endpoints, mapping selection, transformation, and generated-X12 validation happen before the tenant AS2 runtime reserves this key. If one of those steps fails and you correct the partner or map configuration, retry the identical operation and request with the same key even when that configuration error reported &#x60;retryable: false&#x60;. Do not change the operation, selectors, source input, content type, params, or business key while reusing it. When delivery may have succeeded but the terminal response was lost, reconcile transaction history and business keys before retrying because idempotency cannot rule out a duplicate send.
208
- * @param {string} [customer] Exact configured partner name used to select the outgoing reply map. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60; identifies an inbound transaction with an unambiguous persisted partner id. An explicit name overrides inferred partner metadata.
209
- * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Required unless &#x60;customer&#x60; is supplied, except that &#x60;/reply&#x60; can infer a persisted partner id from &#x60;originalMessageId&#x60;. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToCustomer&#x60; or &#x60;copyToPartnerId&#x60; recipient.
192
+ * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60; identifies an inbound transaction with an unambiguous persisted partner id. Transactions without a persisted id do not supply inferred partner metadata. An explicit id overrides inferred partner metadata.
210
193
  * @param {string} [x12Version] X12 version tied to the outgoing reply map. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60; identifies an inbound transaction whose X12 version can be inferred unambiguously. Send this explicitly when the reply must use a different X12 version than the original inbound document.
211
194
  * @param {string} [functionalGroupType] X12 functional group code tied to the outgoing reply map. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60;, the resolved partner and X12 version, and request &#x60;Content-Type&#x60; match exactly one outgoing reply map. Send this explicitly when multiple reply maps could match.
212
195
  * @param {number} [transactionGroupType] X12 transaction set identifier code tied to the outgoing reply map. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60;, the resolved partner and X12 version, and request &#x60;Content-Type&#x60; match exactly one outgoing reply map. Send this explicitly when multiple reply maps could match.
213
- * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it for deterministic reply or carbon-copy linkage when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. Omit it for message-level linkage to single-transaction or legacy records.
196
+ * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. When omitted, ModernEDI resolves and persists the key only if &#x60;originalMessageId&#x60; identifies exactly one inbound transaction; an ambiguous multi-transaction message returns 400.
214
197
  * @param {*} [options] Override http request option.
215
198
  * @throws {RequiredError}
216
199
  * @memberof OutboundAS2ApiInterface
217
200
  */
218
201
  replyToInboundAs2MessageRaw(requestParameters: ReplyToInboundAs2MessageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SendSuccessResponse>>;
219
202
  /**
220
- * **Required key scope:** `messages:write`. Sends a follow-up document such as an ASN or invoice in response to a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the original message by `originalMessageId`, and uses unambiguous metadata from that inbound transaction to recover an omitted partner selector and `x12Version`. When the inbound AS2 message contains more than one transaction set, send `originalTransactionKey` to bind the reply to the exact `GS06#ST02` transaction. ModernEDI validates that composite reference before transforming or sending; an unknown or non-inbound reference returns `404`. Omitting it preserves message-level linkage for single-transaction and older records. This lookup uses production transaction history by default; send `test=true` to infer from and link to isolated test history. ModernEDI uses the persisted `partnerId`, so the reply still selects the same partner after its configured name changes. Transactions without a persisted partner id do not supply inferred partner metadata. An explicit `partnerId` or `customer` always overrides inferred partner metadata. If persisted partner ids conflict, ModernEDI does not infer either partner selector. After the partner selector, X12 version, and request `Content-Type` are known, ModernEDI can also fill omitted `functionalGroupType` and `transactionGroupType` when those selectors match exactly one outgoing reply map. ModernEDI then selects the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, generates and validates X12, then sends the reply through the configured AS2 connection. Send `x12Version` explicitly when a partner requires reply documents on a different X12 version than the one they send; explicit query parameters override inferred metadata. If multiple reply maps could match, send `functionalGroupType` and `transactionGroupType` explicitly. The original inbound document type is not reused as the reply type; these fields identify the generated reply document, such as `IN`/`810` for an invoice. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; XSLT maps receive those values as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are not used as live defaults. Use the envelope\'s optional `businessKey` field when the reply has a stable identifier, such as an invoice number, that should be stored on the outbound transaction record.
203
+ * **Required key scope:** `messages:write`. Sends a follow-up document such as an ASN or invoice in response to a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the original message by `originalMessageId`, and uses unambiguous metadata from that inbound transaction to recover an omitted partner selector and `x12Version`. When the inbound AS2 message contains more than one transaction set, send `originalTransactionKey` to bind the reply to the exact `GS06#ST02` transaction. ModernEDI validates that composite reference before transforming or sending; an unknown or non-inbound reference returns `404`. When it is omitted, ModernEDI resolves and persists the key only if the message contains exactly one inbound transaction; an ambiguous multi-transaction message returns `400`. This lookup uses production transaction history by default; send `test=true` to infer from and link to isolated test history. ModernEDI uses the persisted `partnerId`, so the reply still selects the same partner after its configured name changes. Transactions without a persisted partner id do not supply inferred partner metadata. An explicit `partnerId` always overrides inferred partner metadata. After the partner id, X12 version, and request `Content-Type` are known, ModernEDI can also fill omitted `functionalGroupType` and `transactionGroupType` when those selectors match exactly one outgoing reply map. ModernEDI then selects the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, generates and validates X12, then sends the reply through the configured AS2 connection. Send `x12Version` explicitly when a partner requires reply documents on a different X12 version than the one they send; explicit query parameters override inferred metadata. If multiple reply maps could match, send `functionalGroupType` and `transactionGroupType` explicitly. The original inbound document type is not reused as the reply type; these fields identify the generated reply document, such as `IN`/`810` for an invoice. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; XSLT maps receive those values as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are not used as live defaults. Use the envelope\'s optional `businessKey` field when the reply has a stable identifier, such as an invoice number, that should be stored on the outbound transaction record.
221
204
  * Send a follow-up document tied to an inbound message
222
205
  */
223
206
  replyToInboundAs2Message(requestParameters: ReplyToInboundAs2MessageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SendSuccessResponse>;
@@ -231,10 +214,9 @@ export interface OutboundAS2ApiInterface {
231
214
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response &#x60;X-Request-Id&#x60; header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
232
215
  * @param {boolean} [test] When &#x60;true&#x60;, use the test identifiers and test endpoint configured for the partner connection. On &#x60;/v1/as2/reply&#x60; and &#x60;/v1/as2/x12/reply&#x60;, this also selects test transaction history when &#x60;originalMessageId&#x60; is used to infer partner metadata and link the reply.
233
216
  * @param {string} [idempotencyKey] Optional caller-generated key for safely retrying outbound requests. Reusing the same key with the same request replays a stored terminal result; reusing it with a different request returns an idempotency conflict. Retryable downstream &#x60;408&#x60;, &#x60;425&#x60;, &#x60;429&#x60;, and &#x60;5xx&#x60; results are not terminal and a retry can execute the AS2 send again. A replayed stored result includes &#x60;Idempotency-Replayed: true&#x60;. If the tenant AS2 runtime asks the client to wait, ModernEDI preserves its &#x60;Retry-After&#x60; response header. For the mapped endpoints, mapping selection, transformation, and generated-X12 validation happen before the tenant AS2 runtime reserves this key. If one of those steps fails and you correct the partner or map configuration, retry the identical operation and request with the same key even when that configuration error reported &#x60;retryable: false&#x60;. Do not change the operation, selectors, source input, content type, params, or business key while reusing it. When delivery may have succeeded but the terminal response was lost, reconcile transaction history and business keys before retrying because idempotency cannot rule out a duplicate send.
234
- * @param {string} [customer] Exact configured partner name used to select the outgoing reply map. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60; identifies an inbound transaction with an unambiguous persisted partner id. An explicit name overrides inferred partner metadata.
235
- * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Required unless &#x60;customer&#x60; is supplied, except that &#x60;/reply&#x60; can infer a persisted partner id from &#x60;originalMessageId&#x60;. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToCustomer&#x60; or &#x60;copyToPartnerId&#x60; recipient.
217
+ * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60; identifies an inbound transaction with an unambiguous persisted partner id. Transactions without a persisted id do not supply inferred partner metadata. An explicit id overrides inferred partner metadata.
236
218
  * @param {string} [x12Version] X12 version tied to the outgoing reply map. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60; identifies an inbound transaction whose X12 version can be inferred unambiguously. Send this explicitly when the reply must use a different X12 version than the original inbound document.
237
- * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it for deterministic reply or carbon-copy linkage when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. Omit it for message-level linkage to single-transaction or legacy records.
219
+ * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. When omitted, ModernEDI resolves and persists the key only if &#x60;originalMessageId&#x60; identifies exactly one inbound transaction; an ambiguous multi-transaction message returns 400.
238
220
  * @throws {RequiredError}
239
221
  * @memberof OutboundAS2ApiInterface
240
222
  */
@@ -250,10 +232,9 @@ export interface OutboundAS2ApiInterface {
250
232
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response &#x60;X-Request-Id&#x60; header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
251
233
  * @param {boolean} [test] When &#x60;true&#x60;, use the test identifiers and test endpoint configured for the partner connection. On &#x60;/v1/as2/reply&#x60; and &#x60;/v1/as2/x12/reply&#x60;, this also selects test transaction history when &#x60;originalMessageId&#x60; is used to infer partner metadata and link the reply.
252
234
  * @param {string} [idempotencyKey] Optional caller-generated key for safely retrying outbound requests. Reusing the same key with the same request replays a stored terminal result; reusing it with a different request returns an idempotency conflict. Retryable downstream &#x60;408&#x60;, &#x60;425&#x60;, &#x60;429&#x60;, and &#x60;5xx&#x60; results are not terminal and a retry can execute the AS2 send again. A replayed stored result includes &#x60;Idempotency-Replayed: true&#x60;. If the tenant AS2 runtime asks the client to wait, ModernEDI preserves its &#x60;Retry-After&#x60; response header. For the mapped endpoints, mapping selection, transformation, and generated-X12 validation happen before the tenant AS2 runtime reserves this key. If one of those steps fails and you correct the partner or map configuration, retry the identical operation and request with the same key even when that configuration error reported &#x60;retryable: false&#x60;. Do not change the operation, selectors, source input, content type, params, or business key while reusing it. When delivery may have succeeded but the terminal response was lost, reconcile transaction history and business keys before retrying because idempotency cannot rule out a duplicate send.
253
- * @param {string} [customer] Exact configured partner name used to select the outgoing reply map. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60; identifies an inbound transaction with an unambiguous persisted partner id. An explicit name overrides inferred partner metadata.
254
- * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Required unless &#x60;customer&#x60; is supplied, except that &#x60;/reply&#x60; can infer a persisted partner id from &#x60;originalMessageId&#x60;. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToCustomer&#x60; or &#x60;copyToPartnerId&#x60; recipient.
235
+ * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60; identifies an inbound transaction with an unambiguous persisted partner id. Transactions without a persisted id do not supply inferred partner metadata. An explicit id overrides inferred partner metadata.
255
236
  * @param {string} [x12Version] X12 version tied to the outgoing reply map. Optional for &#x60;/reply&#x60; when &#x60;originalMessageId&#x60; identifies an inbound transaction whose X12 version can be inferred unambiguously. Send this explicitly when the reply must use a different X12 version than the original inbound document.
256
- * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it for deterministic reply or carbon-copy linkage when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. Omit it for message-level linkage to single-transaction or legacy records.
237
+ * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. When omitted, ModernEDI resolves and persists the key only if &#x60;originalMessageId&#x60; identifies exactly one inbound transaction; an ambiguous multi-transaction message returns 400.
257
238
  * @param {*} [options] Override http request option.
258
239
  * @throws {RequiredError}
259
240
  * @memberof OutboundAS2ApiInterface
@@ -266,53 +247,50 @@ export interface OutboundAS2ApiInterface {
266
247
  replyWithGeneratedX12(requestParameters: ReplyWithGeneratedX12Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SendSuccessResponse>;
267
248
  /**
268
249
  * Creates request options for sendAs2CarbonCopy without sending the request
250
+ * @param {number} partnerId Stable partner id returned by &#x60;GET /v1/partners&#x60;. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToPartnerId&#x60; recipient.
269
251
  * @param {string} x12Version X12 version tied to the outgoing map.
270
252
  * @param {string} functionalGroupType X12 functional group code tied to the outgoing map.
271
253
  * @param {number} transactionGroupType X12 transaction set identifier code tied to the outgoing map.
272
254
  * @param {string} originalMessageId Original inbound AS2 message id used to link replies or carbon copies to an inbound flow.
255
+ * @param {number} copyToPartnerId Stable partner id returned by &#x60;GET /v1/partners&#x60; for the partner that receives the carbon-copy AS2 envelope. This does not select the outgoing map; &#x60;partnerId&#x60; selects the original/source map.
273
256
  * @param {OutboundMappedSourceBody['contentType']} contentType Exact HTTP media type of `body`.
274
257
  * @param {OutboundMappedSourceBody['body']} body Source document to transform into the carbon-copy X12 payload. Its media type participates in selecting the source partner\&#39;s outgoing map.
275
258
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response &#x60;X-Request-Id&#x60; header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
276
259
  * @param {boolean} [test] When &#x60;true&#x60;, use the test identifiers and test endpoint configured for the partner connection. On &#x60;/v1/as2/reply&#x60; and &#x60;/v1/as2/x12/reply&#x60;, this also selects test transaction history when &#x60;originalMessageId&#x60; is used to infer partner metadata and link the reply.
277
260
  * @param {string} [idempotencyKey] Optional caller-generated key for safely retrying outbound requests. Reusing the same key with the same request replays a stored terminal result; reusing it with a different request returns an idempotency conflict. Retryable downstream &#x60;408&#x60;, &#x60;425&#x60;, &#x60;429&#x60;, and &#x60;5xx&#x60; results are not terminal and a retry can execute the AS2 send again. A replayed stored result includes &#x60;Idempotency-Replayed: true&#x60;. If the tenant AS2 runtime asks the client to wait, ModernEDI preserves its &#x60;Retry-After&#x60; response header. For the mapped endpoints, mapping selection, transformation, and generated-X12 validation happen before the tenant AS2 runtime reserves this key. If one of those steps fails and you correct the partner or map configuration, retry the identical operation and request with the same key even when that configuration error reported &#x60;retryable: false&#x60;. Do not change the operation, selectors, source input, content type, params, or business key while reusing it. When delivery may have succeeded but the terminal response was lost, reconcile transaction history and business keys before retrying because idempotency cannot rule out a duplicate send.
278
- * @param {string} [customer] Exact configured partner name used to select the outgoing map. Required unless &#x60;partnerId&#x60; is supplied. For &#x60;/send&#x60; and &#x60;/reply&#x60;, this is also the AS2 destination partner. For &#x60;/carbonCopy&#x60;, this is the original/source partner used for map selection, not the copy recipient.
279
- * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Required unless &#x60;customer&#x60; is supplied, except that &#x60;/reply&#x60; can infer a persisted partner id from &#x60;originalMessageId&#x60;. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToCustomer&#x60; or &#x60;copyToPartnerId&#x60; recipient.
280
- * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it for deterministic reply or carbon-copy linkage when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. Omit it for message-level linkage to single-transaction or legacy records.
281
- * @param {string} [copyToCustomer] Exact configured partner name that receives the carbon-copy AS2 envelope. Required unless &#x60;copyToPartnerId&#x60; is supplied. This does not select the outgoing map; &#x60;customer&#x60; or &#x60;partnerId&#x60; selects the map.
282
- * @param {number} [copyToPartnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60; for the partner that receives the carbon-copy AS2 envelope. Required unless &#x60;copyToCustomer&#x60; is supplied. This does not select the outgoing map; &#x60;customer&#x60; or &#x60;partnerId&#x60; selects the map.
261
+ * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. When omitted, ModernEDI resolves and persists the key only if &#x60;originalMessageId&#x60; identifies exactly one inbound transaction; an ambiguous multi-transaction message returns 400.
283
262
  * @throws {RequiredError}
284
263
  * @memberof OutboundAS2ApiInterface
285
264
  */
286
265
  sendAs2CarbonCopyRequestOpts(requestParameters: SendAs2CarbonCopyRequest): Promise<runtime.RequestOpts>;
287
266
  /**
288
- * **Required key scope:** `messages:write`. Sends a generated X12 document to a second partner while preserving context from a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. The `customer` or `partnerId` query parameter identifies the source/original partner whose outgoing map should generate the X12, and `copyToCustomer` or `copyToPartnerId` identifies the destination partner for the copied AS2 envelope. ModernEDI selects the matching outgoing map for that original/source partner, generates and validates X12, then forwards the carbon copy through the configured AS2 connection. Example: to generate an 856 ASN for Retailer One and copy it to Broker One, send `customer=Retailer%20One` and `copyToPartnerId=2`; ModernEDI uses Retailer One\'s outgoing 856 map. `copyToCustomer` does not select the outgoing map, and neither does `copyToPartnerId`. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; the map is still selected by `customer`/`partnerId`, not by `copyToCustomer` or `copyToPartnerId`. XSLT maps receive params as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are test fixtures only and are not read by live carbon-copy calls. The envelope\'s optional `businessKey` is recorded on the copied outbound transaction, but it does not affect map selection. Send `originalTransactionKey` when the source message contains multiple transaction sets and this copy belongs to one exact transaction.
267
+ * **Required key scope:** `messages:write`. Sends a generated X12 document to a second partner while preserving context from a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. The `partnerId` query parameter identifies the source/original partner whose outgoing map should generate the X12, and `copyToPartnerId` identifies the destination partner for the copied AS2 envelope. ModernEDI selects the matching outgoing map for that original/source partner, generates and validates X12, then forwards the carbon copy through the configured AS2 connection. Example: to generate an 856 ASN for Retailer One and copy it to Broker One, send `partnerId=1` and `copyToPartnerId=2`; ModernEDI uses partner 1\'s outgoing 856 map. `copyToPartnerId` does not select the outgoing map. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; the map is still selected by `partnerId`, not by `copyToPartnerId`. XSLT maps receive params as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are test fixtures only and are not read by live carbon-copy calls. The envelope\'s optional `businessKey` is recorded on the copied outbound transaction, but it does not affect map selection. Send `originalTransactionKey` when the source message contains multiple transaction sets and this copy belongs to one exact transaction.
289
268
  * @summary Send a carbon copy of an inbound message flow to another partner
269
+ * @param {number} partnerId Stable partner id returned by &#x60;GET /v1/partners&#x60;. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToPartnerId&#x60; recipient.
290
270
  * @param {string} x12Version X12 version tied to the outgoing map.
291
271
  * @param {string} functionalGroupType X12 functional group code tied to the outgoing map.
292
272
  * @param {number} transactionGroupType X12 transaction set identifier code tied to the outgoing map.
293
273
  * @param {string} originalMessageId Original inbound AS2 message id used to link replies or carbon copies to an inbound flow.
274
+ * @param {number} copyToPartnerId Stable partner id returned by &#x60;GET /v1/partners&#x60; for the partner that receives the carbon-copy AS2 envelope. This does not select the outgoing map; &#x60;partnerId&#x60; selects the original/source map.
294
275
  * @param {OutboundMappedSourceBody['contentType']} contentType Exact HTTP media type of `body`.
295
276
  * @param {OutboundMappedSourceBody['body']} body Source document to transform into the carbon-copy X12 payload. Its media type participates in selecting the source partner\&#39;s outgoing map.
296
277
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response &#x60;X-Request-Id&#x60; header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
297
278
  * @param {boolean} [test] When &#x60;true&#x60;, use the test identifiers and test endpoint configured for the partner connection. On &#x60;/v1/as2/reply&#x60; and &#x60;/v1/as2/x12/reply&#x60;, this also selects test transaction history when &#x60;originalMessageId&#x60; is used to infer partner metadata and link the reply.
298
279
  * @param {string} [idempotencyKey] Optional caller-generated key for safely retrying outbound requests. Reusing the same key with the same request replays a stored terminal result; reusing it with a different request returns an idempotency conflict. Retryable downstream &#x60;408&#x60;, &#x60;425&#x60;, &#x60;429&#x60;, and &#x60;5xx&#x60; results are not terminal and a retry can execute the AS2 send again. A replayed stored result includes &#x60;Idempotency-Replayed: true&#x60;. If the tenant AS2 runtime asks the client to wait, ModernEDI preserves its &#x60;Retry-After&#x60; response header. For the mapped endpoints, mapping selection, transformation, and generated-X12 validation happen before the tenant AS2 runtime reserves this key. If one of those steps fails and you correct the partner or map configuration, retry the identical operation and request with the same key even when that configuration error reported &#x60;retryable: false&#x60;. Do not change the operation, selectors, source input, content type, params, or business key while reusing it. When delivery may have succeeded but the terminal response was lost, reconcile transaction history and business keys before retrying because idempotency cannot rule out a duplicate send.
299
- * @param {string} [customer] Exact configured partner name used to select the outgoing map. Required unless &#x60;partnerId&#x60; is supplied. For &#x60;/send&#x60; and &#x60;/reply&#x60;, this is also the AS2 destination partner. For &#x60;/carbonCopy&#x60;, this is the original/source partner used for map selection, not the copy recipient.
300
- * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Required unless &#x60;customer&#x60; is supplied, except that &#x60;/reply&#x60; can infer a persisted partner id from &#x60;originalMessageId&#x60;. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToCustomer&#x60; or &#x60;copyToPartnerId&#x60; recipient.
301
- * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it for deterministic reply or carbon-copy linkage when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. Omit it for message-level linkage to single-transaction or legacy records.
302
- * @param {string} [copyToCustomer] Exact configured partner name that receives the carbon-copy AS2 envelope. Required unless &#x60;copyToPartnerId&#x60; is supplied. This does not select the outgoing map; &#x60;customer&#x60; or &#x60;partnerId&#x60; selects the map.
303
- * @param {number} [copyToPartnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60; for the partner that receives the carbon-copy AS2 envelope. Required unless &#x60;copyToCustomer&#x60; is supplied. This does not select the outgoing map; &#x60;customer&#x60; or &#x60;partnerId&#x60; selects the map.
280
+ * @param {string} [originalTransactionKey] Exact transaction key, normally &#x60;GS06#ST02&#x60;, inside &#x60;originalMessageId&#x60;. Supply it when one inbound AS2 message contains multiple transaction sets. ModernEDI validates the composite reference against the selected production or test environment and authenticated workspace before transforming or sending. A missing or unauthorized exact inbound transaction returns 404 without invoking the map or tenant runtime. When omitted, ModernEDI resolves and persists the key only if &#x60;originalMessageId&#x60; identifies exactly one inbound transaction; an ambiguous multi-transaction message returns 400.
304
281
  * @param {*} [options] Override http request option.
305
282
  * @throws {RequiredError}
306
283
  * @memberof OutboundAS2ApiInterface
307
284
  */
308
285
  sendAs2CarbonCopyRaw(requestParameters: SendAs2CarbonCopyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SendSuccessResponse>>;
309
286
  /**
310
- * **Required key scope:** `messages:write`. Sends a generated X12 document to a second partner while preserving context from a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. The `customer` or `partnerId` query parameter identifies the source/original partner whose outgoing map should generate the X12, and `copyToCustomer` or `copyToPartnerId` identifies the destination partner for the copied AS2 envelope. ModernEDI selects the matching outgoing map for that original/source partner, generates and validates X12, then forwards the carbon copy through the configured AS2 connection. Example: to generate an 856 ASN for Retailer One and copy it to Broker One, send `customer=Retailer%20One` and `copyToPartnerId=2`; ModernEDI uses Retailer One\'s outgoing 856 map. `copyToCustomer` does not select the outgoing map, and neither does `copyToPartnerId`. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; the map is still selected by `customer`/`partnerId`, not by `copyToCustomer` or `copyToPartnerId`. XSLT maps receive params as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are test fixtures only and are not read by live carbon-copy calls. The envelope\'s optional `businessKey` is recorded on the copied outbound transaction, but it does not affect map selection. Send `originalTransactionKey` when the source message contains multiple transaction sets and this copy belongs to one exact transaction.
287
+ * **Required key scope:** `messages:write`. Sends a generated X12 document to a second partner while preserving context from a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. The `partnerId` query parameter identifies the source/original partner whose outgoing map should generate the X12, and `copyToPartnerId` identifies the destination partner for the copied AS2 envelope. ModernEDI selects the matching outgoing map for that original/source partner, generates and validates X12, then forwards the carbon copy through the configured AS2 connection. Example: to generate an 856 ASN for Retailer One and copy it to Broker One, send `partnerId=1` and `copyToPartnerId=2`; ModernEDI uses partner 1\'s outgoing 856 map. `copyToPartnerId` does not select the outgoing map. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; the map is still selected by `partnerId`, not by `copyToPartnerId`. XSLT maps receive params as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are test fixtures only and are not read by live carbon-copy calls. The envelope\'s optional `businessKey` is recorded on the copied outbound transaction, but it does not affect map selection. Send `originalTransactionKey` when the source message contains multiple transaction sets and this copy belongs to one exact transaction.
311
288
  * Send a carbon copy of an inbound message flow to another partner
312
289
  */
313
290
  sendAs2CarbonCopy(requestParameters: SendAs2CarbonCopyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SendSuccessResponse>;
314
291
  /**
315
292
  * Creates request options for sendAs2Message without sending the request
293
+ * @param {number} partnerId Stable partner id returned by &#x60;GET /v1/partners&#x60;. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToPartnerId&#x60; recipient.
316
294
  * @param {string} x12Version X12 version tied to the outgoing map.
317
295
  * @param {string} functionalGroupType X12 functional group code tied to the outgoing map.
318
296
  * @param {number} transactionGroupType X12 transaction set identifier code tied to the outgoing map.
@@ -321,15 +299,14 @@ export interface OutboundAS2ApiInterface {
321
299
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response &#x60;X-Request-Id&#x60; header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
322
300
  * @param {boolean} [test] When &#x60;true&#x60;, use the test identifiers and test endpoint configured for the partner connection. On &#x60;/v1/as2/reply&#x60; and &#x60;/v1/as2/x12/reply&#x60;, this also selects test transaction history when &#x60;originalMessageId&#x60; is used to infer partner metadata and link the reply.
323
301
  * @param {string} [idempotencyKey] Optional caller-generated key for safely retrying outbound requests. Reusing the same key with the same request replays a stored terminal result; reusing it with a different request returns an idempotency conflict. Retryable downstream &#x60;408&#x60;, &#x60;425&#x60;, &#x60;429&#x60;, and &#x60;5xx&#x60; results are not terminal and a retry can execute the AS2 send again. A replayed stored result includes &#x60;Idempotency-Replayed: true&#x60;. If the tenant AS2 runtime asks the client to wait, ModernEDI preserves its &#x60;Retry-After&#x60; response header. For the mapped endpoints, mapping selection, transformation, and generated-X12 validation happen before the tenant AS2 runtime reserves this key. If one of those steps fails and you correct the partner or map configuration, retry the identical operation and request with the same key even when that configuration error reported &#x60;retryable: false&#x60;. Do not change the operation, selectors, source input, content type, params, or business key while reusing it. When delivery may have succeeded but the terminal response was lost, reconcile transaction history and business keys before retrying because idempotency cannot rule out a duplicate send.
324
- * @param {string} [customer] Exact configured partner name used to select the outgoing map. Required unless &#x60;partnerId&#x60; is supplied. For &#x60;/send&#x60; and &#x60;/reply&#x60;, this is also the AS2 destination partner. For &#x60;/carbonCopy&#x60;, this is the original/source partner used for map selection, not the copy recipient.
325
- * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Required unless &#x60;customer&#x60; is supplied, except that &#x60;/reply&#x60; can infer a persisted partner id from &#x60;originalMessageId&#x60;. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToCustomer&#x60; or &#x60;copyToPartnerId&#x60; recipient.
326
302
  * @throws {RequiredError}
327
303
  * @memberof OutboundAS2ApiInterface
328
304
  */
329
305
  sendAs2MessageRequestOpts(requestParameters: SendAs2MessageRequest): Promise<runtime.RequestOpts>;
330
306
  /**
331
- * **Required key scope:** `messages:write`. Sends a standalone outbound document to the configured trading partner. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, applies that map to generate X12, syntax-checks the generated X12, then sends it through the configured AS2 connection. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. Send either `customer` or `partnerId` to select the partner; use `GET /v1/partners` when your integration client needs to discover stable partner ids. If the outgoing map needs extra runtime parameters such as a bill-of-lading number, pallet list, or generated control number, send the JSON envelope shape with `input`, `contentType`, and `params`. The envelope can also include `businessKey` when your system knows a stable purchase order, shipment, BOL, or other business identifier that should appear on the outbound transaction record. XSLT maps receive those params as top-level stylesheet parameters; JSLT maps receive them under `.params`. Mapper-editor params files are test fixtures only; live API calls must provide required params in this request envelope.
307
+ * **Required key scope:** `messages:write`. Sends a standalone outbound document to the configured trading partner. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, applies that map to generate X12, syntax-checks the generated X12, then sends it through the configured AS2 connection. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. Send `partnerId` to select the partner; use `GET /v1/partners` when your integration client needs to discover stable partner ids. If the outgoing map needs extra runtime parameters such as a bill-of-lading number, pallet list, or generated control number, send the JSON envelope shape with `input`, `contentType`, and `params`. The envelope can also include `businessKey` when your system knows a stable purchase order, shipment, BOL, or other business identifier that should appear on the outbound transaction record. XSLT maps receive those params as top-level stylesheet parameters; JSLT maps receive them under `.params`. Mapper-editor params files are test fixtures only; live API calls must provide required params in this request envelope.
332
308
  * @summary Send a standalone outbound document
309
+ * @param {number} partnerId Stable partner id returned by &#x60;GET /v1/partners&#x60;. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToPartnerId&#x60; recipient.
333
310
  * @param {string} x12Version X12 version tied to the outgoing map.
334
311
  * @param {string} functionalGroupType X12 functional group code tied to the outgoing map.
335
312
  * @param {number} transactionGroupType X12 transaction set identifier code tied to the outgoing map.
@@ -338,20 +315,19 @@ export interface OutboundAS2ApiInterface {
338
315
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response &#x60;X-Request-Id&#x60; header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
339
316
  * @param {boolean} [test] When &#x60;true&#x60;, use the test identifiers and test endpoint configured for the partner connection. On &#x60;/v1/as2/reply&#x60; and &#x60;/v1/as2/x12/reply&#x60;, this also selects test transaction history when &#x60;originalMessageId&#x60; is used to infer partner metadata and link the reply.
340
317
  * @param {string} [idempotencyKey] Optional caller-generated key for safely retrying outbound requests. Reusing the same key with the same request replays a stored terminal result; reusing it with a different request returns an idempotency conflict. Retryable downstream &#x60;408&#x60;, &#x60;425&#x60;, &#x60;429&#x60;, and &#x60;5xx&#x60; results are not terminal and a retry can execute the AS2 send again. A replayed stored result includes &#x60;Idempotency-Replayed: true&#x60;. If the tenant AS2 runtime asks the client to wait, ModernEDI preserves its &#x60;Retry-After&#x60; response header. For the mapped endpoints, mapping selection, transformation, and generated-X12 validation happen before the tenant AS2 runtime reserves this key. If one of those steps fails and you correct the partner or map configuration, retry the identical operation and request with the same key even when that configuration error reported &#x60;retryable: false&#x60;. Do not change the operation, selectors, source input, content type, params, or business key while reusing it. When delivery may have succeeded but the terminal response was lost, reconcile transaction history and business keys before retrying because idempotency cannot rule out a duplicate send.
341
- * @param {string} [customer] Exact configured partner name used to select the outgoing map. Required unless &#x60;partnerId&#x60; is supplied. For &#x60;/send&#x60; and &#x60;/reply&#x60;, this is also the AS2 destination partner. For &#x60;/carbonCopy&#x60;, this is the original/source partner used for map selection, not the copy recipient.
342
- * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Required unless &#x60;customer&#x60; is supplied, except that &#x60;/reply&#x60; can infer a persisted partner id from &#x60;originalMessageId&#x60;. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToCustomer&#x60; or &#x60;copyToPartnerId&#x60; recipient.
343
318
  * @param {*} [options] Override http request option.
344
319
  * @throws {RequiredError}
345
320
  * @memberof OutboundAS2ApiInterface
346
321
  */
347
322
  sendAs2MessageRaw(requestParameters: SendAs2MessageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SendSuccessResponse>>;
348
323
  /**
349
- * **Required key scope:** `messages:write`. Sends a standalone outbound document to the configured trading partner. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, applies that map to generate X12, syntax-checks the generated X12, then sends it through the configured AS2 connection. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. Send either `customer` or `partnerId` to select the partner; use `GET /v1/partners` when your integration client needs to discover stable partner ids. If the outgoing map needs extra runtime parameters such as a bill-of-lading number, pallet list, or generated control number, send the JSON envelope shape with `input`, `contentType`, and `params`. The envelope can also include `businessKey` when your system knows a stable purchase order, shipment, BOL, or other business identifier that should appear on the outbound transaction record. XSLT maps receive those params as top-level stylesheet parameters; JSLT maps receive them under `.params`. Mapper-editor params files are test fixtures only; live API calls must provide required params in this request envelope.
324
+ * **Required key scope:** `messages:write`. Sends a standalone outbound document to the configured trading partner. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, applies that map to generate X12, syntax-checks the generated X12, then sends it through the configured AS2 connection. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. Send `partnerId` to select the partner; use `GET /v1/partners` when your integration client needs to discover stable partner ids. If the outgoing map needs extra runtime parameters such as a bill-of-lading number, pallet list, or generated control number, send the JSON envelope shape with `input`, `contentType`, and `params`. The envelope can also include `businessKey` when your system knows a stable purchase order, shipment, BOL, or other business identifier that should appear on the outbound transaction record. XSLT maps receive those params as top-level stylesheet parameters; JSLT maps receive them under `.params`. Mapper-editor params files are test fixtures only; live API calls must provide required params in this request envelope.
350
325
  * Send a standalone outbound document
351
326
  */
352
327
  sendAs2Message(requestParameters: SendAs2MessageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SendSuccessResponse>;
353
328
  /**
354
329
  * Creates request options for sendGeneratedX12Message without sending the request
330
+ * @param {number} partnerId Stable partner id returned by &#x60;GET /v1/partners&#x60;. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToPartnerId&#x60; recipient.
355
331
  * @param {string} x12Version X12 version tied to the outgoing map.
356
332
  * @param {string} functionalGroupType X12 functional group code tied to the outgoing map.
357
333
  * @param {number} transactionGroupType X12 transaction set identifier code tied to the outgoing map.
@@ -360,8 +336,6 @@ export interface OutboundAS2ApiInterface {
360
336
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response &#x60;X-Request-Id&#x60; header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
361
337
  * @param {boolean} [test] When &#x60;true&#x60;, use the test identifiers and test endpoint configured for the partner connection. On &#x60;/v1/as2/reply&#x60; and &#x60;/v1/as2/x12/reply&#x60;, this also selects test transaction history when &#x60;originalMessageId&#x60; is used to infer partner metadata and link the reply.
362
338
  * @param {string} [idempotencyKey] Optional caller-generated key for safely retrying outbound requests. Reusing the same key with the same request replays a stored terminal result; reusing it with a different request returns an idempotency conflict. Retryable downstream &#x60;408&#x60;, &#x60;425&#x60;, &#x60;429&#x60;, and &#x60;5xx&#x60; results are not terminal and a retry can execute the AS2 send again. A replayed stored result includes &#x60;Idempotency-Replayed: true&#x60;. If the tenant AS2 runtime asks the client to wait, ModernEDI preserves its &#x60;Retry-After&#x60; response header. For the mapped endpoints, mapping selection, transformation, and generated-X12 validation happen before the tenant AS2 runtime reserves this key. If one of those steps fails and you correct the partner or map configuration, retry the identical operation and request with the same key even when that configuration error reported &#x60;retryable: false&#x60;. Do not change the operation, selectors, source input, content type, params, or business key while reusing it. When delivery may have succeeded but the terminal response was lost, reconcile transaction history and business keys before retrying because idempotency cannot rule out a duplicate send.
363
- * @param {string} [customer] Exact configured partner name used to select the outgoing map. Required unless &#x60;partnerId&#x60; is supplied. For &#x60;/send&#x60; and &#x60;/reply&#x60;, this is also the AS2 destination partner. For &#x60;/carbonCopy&#x60;, this is the original/source partner used for map selection, not the copy recipient.
364
- * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Required unless &#x60;customer&#x60; is supplied, except that &#x60;/reply&#x60; can infer a persisted partner id from &#x60;originalMessageId&#x60;. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToCustomer&#x60; or &#x60;copyToPartnerId&#x60; recipient.
365
339
  * @throws {RequiredError}
366
340
  * @memberof OutboundAS2ApiInterface
367
341
  */
@@ -369,6 +343,7 @@ export interface OutboundAS2ApiInterface {
369
343
  /**
370
344
  * **Required key scope:** `messages:write`. Sends X12 that your system generated without applying a ModernEDI outgoing map. ModernEDI parses and validates the supplied X12, builds the AS2 message, and delivers it through the selected partner connection. Supply the X12 directly with `Content-Type: application/edi-x12` (or `text/plain`), or use the JSON envelope when you also want to record a business key. The partner selector and X12 metadata remain explicit so ModernEDI can choose and audit the correct destination. Use `/v1/as2/send` instead when ModernEDI should map your business document into X12 first.
371
345
  * @summary Send an already-generated X12 document
346
+ * @param {number} partnerId Stable partner id returned by &#x60;GET /v1/partners&#x60;. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToPartnerId&#x60; recipient.
372
347
  * @param {string} x12Version X12 version tied to the outgoing map.
373
348
  * @param {string} functionalGroupType X12 functional group code tied to the outgoing map.
374
349
  * @param {number} transactionGroupType X12 transaction set identifier code tied to the outgoing map.
@@ -377,8 +352,6 @@ export interface OutboundAS2ApiInterface {
377
352
  * @param {string} [xRequestId] Optional caller correlation id. ModernEDI preserves a value that matches this safe format and returns it in the response &#x60;X-Request-Id&#x60; header; otherwise ModernEDI generates a replacement. Always log the response value because it is the authoritative id for support correlation.
378
353
  * @param {boolean} [test] When &#x60;true&#x60;, use the test identifiers and test endpoint configured for the partner connection. On &#x60;/v1/as2/reply&#x60; and &#x60;/v1/as2/x12/reply&#x60;, this also selects test transaction history when &#x60;originalMessageId&#x60; is used to infer partner metadata and link the reply.
379
354
  * @param {string} [idempotencyKey] Optional caller-generated key for safely retrying outbound requests. Reusing the same key with the same request replays a stored terminal result; reusing it with a different request returns an idempotency conflict. Retryable downstream &#x60;408&#x60;, &#x60;425&#x60;, &#x60;429&#x60;, and &#x60;5xx&#x60; results are not terminal and a retry can execute the AS2 send again. A replayed stored result includes &#x60;Idempotency-Replayed: true&#x60;. If the tenant AS2 runtime asks the client to wait, ModernEDI preserves its &#x60;Retry-After&#x60; response header. For the mapped endpoints, mapping selection, transformation, and generated-X12 validation happen before the tenant AS2 runtime reserves this key. If one of those steps fails and you correct the partner or map configuration, retry the identical operation and request with the same key even when that configuration error reported &#x60;retryable: false&#x60;. Do not change the operation, selectors, source input, content type, params, or business key while reusing it. When delivery may have succeeded but the terminal response was lost, reconcile transaction history and business keys before retrying because idempotency cannot rule out a duplicate send.
380
- * @param {string} [customer] Exact configured partner name used to select the outgoing map. Required unless &#x60;partnerId&#x60; is supplied. For &#x60;/send&#x60; and &#x60;/reply&#x60;, this is also the AS2 destination partner. For &#x60;/carbonCopy&#x60;, this is the original/source partner used for map selection, not the copy recipient.
381
- * @param {number} [partnerId] Stable partner id returned by &#x60;GET /v1/partners&#x60;. Required unless &#x60;customer&#x60; is supplied, except that &#x60;/reply&#x60; can infer a persisted partner id from &#x60;originalMessageId&#x60;. Transactions without a persisted id do not supply inferred partner metadata. When supplied explicitly, ModernEDI uses this id instead of partner-name matching or inferred partner metadata for outgoing-map selection. For &#x60;/carbonCopy&#x60;, this id selects the original/source partner, not the &#x60;copyToCustomer&#x60; or &#x60;copyToPartnerId&#x60; recipient.
382
355
  * @param {*} [options] Override http request option.
383
356
  * @throws {RequiredError}
384
357
  * @memberof OutboundAS2ApiInterface
@@ -399,12 +372,12 @@ export declare class OutboundAS2Api extends runtime.BaseAPI implements OutboundA
399
372
  */
400
373
  carbonCopyGeneratedX12RequestOpts(requestParameters: CarbonCopyGeneratedX12Request): Promise<runtime.RequestOpts>;
401
374
  /**
402
- * **Required key scope:** `messages:write`. Sends supplied X12 to a second partner while preserving the original transaction context. ModernEDI validates the X12 but does not apply an outgoing map. Select the original partner with `partnerId` or `customer` and the recipient with `copyToPartnerId` or `copyToCustomer`. Use `originalTransactionKey` when the original AS2 message contains more than one transaction set.
375
+ * **Required key scope:** `messages:write`. Sends supplied X12 to a second partner while preserving the original transaction context. ModernEDI validates the X12 but does not apply an outgoing map. Select the original partner with `partnerId` and the recipient with `copyToPartnerId`. Use `originalTransactionKey` when the original AS2 message contains more than one transaction set.
403
376
  * Send already-generated X12 to a carbon-copy partner
404
377
  */
405
378
  carbonCopyGeneratedX12Raw(requestParameters: CarbonCopyGeneratedX12Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SendSuccessResponse>>;
406
379
  /**
407
- * **Required key scope:** `messages:write`. Sends supplied X12 to a second partner while preserving the original transaction context. ModernEDI validates the X12 but does not apply an outgoing map. Select the original partner with `partnerId` or `customer` and the recipient with `copyToPartnerId` or `copyToCustomer`. Use `originalTransactionKey` when the original AS2 message contains more than one transaction set.
380
+ * **Required key scope:** `messages:write`. Sends supplied X12 to a second partner while preserving the original transaction context. ModernEDI validates the X12 but does not apply an outgoing map. Select the original partner with `partnerId` and the recipient with `copyToPartnerId`. Use `originalTransactionKey` when the original AS2 message contains more than one transaction set.
408
381
  * Send already-generated X12 to a carbon-copy partner
409
382
  */
410
383
  carbonCopyGeneratedX12(requestParameters: CarbonCopyGeneratedX12Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SendSuccessResponse>;
@@ -427,12 +400,12 @@ export declare class OutboundAS2Api extends runtime.BaseAPI implements OutboundA
427
400
  */
428
401
  replyToInboundAs2MessageRequestOpts(requestParameters: ReplyToInboundAs2MessageRequest): Promise<runtime.RequestOpts>;
429
402
  /**
430
- * **Required key scope:** `messages:write`. Sends a follow-up document such as an ASN or invoice in response to a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the original message by `originalMessageId`, and uses unambiguous metadata from that inbound transaction to recover an omitted partner selector and `x12Version`. When the inbound AS2 message contains more than one transaction set, send `originalTransactionKey` to bind the reply to the exact `GS06#ST02` transaction. ModernEDI validates that composite reference before transforming or sending; an unknown or non-inbound reference returns `404`. Omitting it preserves message-level linkage for single-transaction and older records. This lookup uses production transaction history by default; send `test=true` to infer from and link to isolated test history. ModernEDI uses the persisted `partnerId`, so the reply still selects the same partner after its configured name changes. Transactions without a persisted partner id do not supply inferred partner metadata. An explicit `partnerId` or `customer` always overrides inferred partner metadata. If persisted partner ids conflict, ModernEDI does not infer either partner selector. After the partner selector, X12 version, and request `Content-Type` are known, ModernEDI can also fill omitted `functionalGroupType` and `transactionGroupType` when those selectors match exactly one outgoing reply map. ModernEDI then selects the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, generates and validates X12, then sends the reply through the configured AS2 connection. Send `x12Version` explicitly when a partner requires reply documents on a different X12 version than the one they send; explicit query parameters override inferred metadata. If multiple reply maps could match, send `functionalGroupType` and `transactionGroupType` explicitly. The original inbound document type is not reused as the reply type; these fields identify the generated reply document, such as `IN`/`810` for an invoice. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; XSLT maps receive those values as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are not used as live defaults. Use the envelope\'s optional `businessKey` field when the reply has a stable identifier, such as an invoice number, that should be stored on the outbound transaction record.
403
+ * **Required key scope:** `messages:write`. Sends a follow-up document such as an ASN or invoice in response to a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the original message by `originalMessageId`, and uses unambiguous metadata from that inbound transaction to recover an omitted partner selector and `x12Version`. When the inbound AS2 message contains more than one transaction set, send `originalTransactionKey` to bind the reply to the exact `GS06#ST02` transaction. ModernEDI validates that composite reference before transforming or sending; an unknown or non-inbound reference returns `404`. When it is omitted, ModernEDI resolves and persists the key only if the message contains exactly one inbound transaction; an ambiguous multi-transaction message returns `400`. This lookup uses production transaction history by default; send `test=true` to infer from and link to isolated test history. ModernEDI uses the persisted `partnerId`, so the reply still selects the same partner after its configured name changes. Transactions without a persisted partner id do not supply inferred partner metadata. An explicit `partnerId` always overrides inferred partner metadata. After the partner id, X12 version, and request `Content-Type` are known, ModernEDI can also fill omitted `functionalGroupType` and `transactionGroupType` when those selectors match exactly one outgoing reply map. ModernEDI then selects the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, generates and validates X12, then sends the reply through the configured AS2 connection. Send `x12Version` explicitly when a partner requires reply documents on a different X12 version than the one they send; explicit query parameters override inferred metadata. If multiple reply maps could match, send `functionalGroupType` and `transactionGroupType` explicitly. The original inbound document type is not reused as the reply type; these fields identify the generated reply document, such as `IN`/`810` for an invoice. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; XSLT maps receive those values as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are not used as live defaults. Use the envelope\'s optional `businessKey` field when the reply has a stable identifier, such as an invoice number, that should be stored on the outbound transaction record.
431
404
  * Send a follow-up document tied to an inbound message
432
405
  */
433
406
  replyToInboundAs2MessageRaw(requestParameters: ReplyToInboundAs2MessageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SendSuccessResponse>>;
434
407
  /**
435
- * **Required key scope:** `messages:write`. Sends a follow-up document such as an ASN or invoice in response to a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the original message by `originalMessageId`, and uses unambiguous metadata from that inbound transaction to recover an omitted partner selector and `x12Version`. When the inbound AS2 message contains more than one transaction set, send `originalTransactionKey` to bind the reply to the exact `GS06#ST02` transaction. ModernEDI validates that composite reference before transforming or sending; an unknown or non-inbound reference returns `404`. Omitting it preserves message-level linkage for single-transaction and older records. This lookup uses production transaction history by default; send `test=true` to infer from and link to isolated test history. ModernEDI uses the persisted `partnerId`, so the reply still selects the same partner after its configured name changes. Transactions without a persisted partner id do not supply inferred partner metadata. An explicit `partnerId` or `customer` always overrides inferred partner metadata. If persisted partner ids conflict, ModernEDI does not infer either partner selector. After the partner selector, X12 version, and request `Content-Type` are known, ModernEDI can also fill omitted `functionalGroupType` and `transactionGroupType` when those selectors match exactly one outgoing reply map. ModernEDI then selects the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, generates and validates X12, then sends the reply through the configured AS2 connection. Send `x12Version` explicitly when a partner requires reply documents on a different X12 version than the one they send; explicit query parameters override inferred metadata. If multiple reply maps could match, send `functionalGroupType` and `transactionGroupType` explicitly. The original inbound document type is not reused as the reply type; these fields identify the generated reply document, such as `IN`/`810` for an invoice. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; XSLT maps receive those values as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are not used as live defaults. Use the envelope\'s optional `businessKey` field when the reply has a stable identifier, such as an invoice number, that should be stored on the outbound transaction record.
408
+ * **Required key scope:** `messages:write`. Sends a follow-up document such as an ASN or invoice in response to a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the original message by `originalMessageId`, and uses unambiguous metadata from that inbound transaction to recover an omitted partner selector and `x12Version`. When the inbound AS2 message contains more than one transaction set, send `originalTransactionKey` to bind the reply to the exact `GS06#ST02` transaction. ModernEDI validates that composite reference before transforming or sending; an unknown or non-inbound reference returns `404`. When it is omitted, ModernEDI resolves and persists the key only if the message contains exactly one inbound transaction; an ambiguous multi-transaction message returns `400`. This lookup uses production transaction history by default; send `test=true` to infer from and link to isolated test history. ModernEDI uses the persisted `partnerId`, so the reply still selects the same partner after its configured name changes. Transactions without a persisted partner id do not supply inferred partner metadata. An explicit `partnerId` always overrides inferred partner metadata. After the partner id, X12 version, and request `Content-Type` are known, ModernEDI can also fill omitted `functionalGroupType` and `transactionGroupType` when those selectors match exactly one outgoing reply map. ModernEDI then selects the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, generates and validates X12, then sends the reply through the configured AS2 connection. Send `x12Version` explicitly when a partner requires reply documents on a different X12 version than the one they send; explicit query parameters override inferred metadata. If multiple reply maps could match, send `functionalGroupType` and `transactionGroupType` explicitly. The original inbound document type is not reused as the reply type; these fields identify the generated reply document, such as `IN`/`810` for an invoice. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; XSLT maps receive those values as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are not used as live defaults. Use the envelope\'s optional `businessKey` field when the reply has a stable identifier, such as an invoice number, that should be stored on the outbound transaction record.
436
409
  * Send a follow-up document tied to an inbound message
437
410
  */
438
411
  replyToInboundAs2Message(requestParameters: ReplyToInboundAs2MessageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SendSuccessResponse>;
@@ -455,12 +428,12 @@ export declare class OutboundAS2Api extends runtime.BaseAPI implements OutboundA
455
428
  */
456
429
  sendAs2CarbonCopyRequestOpts(requestParameters: SendAs2CarbonCopyRequest): Promise<runtime.RequestOpts>;
457
430
  /**
458
- * **Required key scope:** `messages:write`. Sends a generated X12 document to a second partner while preserving context from a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. The `customer` or `partnerId` query parameter identifies the source/original partner whose outgoing map should generate the X12, and `copyToCustomer` or `copyToPartnerId` identifies the destination partner for the copied AS2 envelope. ModernEDI selects the matching outgoing map for that original/source partner, generates and validates X12, then forwards the carbon copy through the configured AS2 connection. Example: to generate an 856 ASN for Retailer One and copy it to Broker One, send `customer=Retailer%20One` and `copyToPartnerId=2`; ModernEDI uses Retailer One\'s outgoing 856 map. `copyToCustomer` does not select the outgoing map, and neither does `copyToPartnerId`. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; the map is still selected by `customer`/`partnerId`, not by `copyToCustomer` or `copyToPartnerId`. XSLT maps receive params as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are test fixtures only and are not read by live carbon-copy calls. The envelope\'s optional `businessKey` is recorded on the copied outbound transaction, but it does not affect map selection. Send `originalTransactionKey` when the source message contains multiple transaction sets and this copy belongs to one exact transaction.
431
+ * **Required key scope:** `messages:write`. Sends a generated X12 document to a second partner while preserving context from a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. The `partnerId` query parameter identifies the source/original partner whose outgoing map should generate the X12, and `copyToPartnerId` identifies the destination partner for the copied AS2 envelope. ModernEDI selects the matching outgoing map for that original/source partner, generates and validates X12, then forwards the carbon copy through the configured AS2 connection. Example: to generate an 856 ASN for Retailer One and copy it to Broker One, send `partnerId=1` and `copyToPartnerId=2`; ModernEDI uses partner 1\'s outgoing 856 map. `copyToPartnerId` does not select the outgoing map. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; the map is still selected by `partnerId`, not by `copyToPartnerId`. XSLT maps receive params as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are test fixtures only and are not read by live carbon-copy calls. The envelope\'s optional `businessKey` is recorded on the copied outbound transaction, but it does not affect map selection. Send `originalTransactionKey` when the source message contains multiple transaction sets and this copy belongs to one exact transaction.
459
432
  * Send a carbon copy of an inbound message flow to another partner
460
433
  */
461
434
  sendAs2CarbonCopyRaw(requestParameters: SendAs2CarbonCopyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SendSuccessResponse>>;
462
435
  /**
463
- * **Required key scope:** `messages:write`. Sends a generated X12 document to a second partner while preserving context from a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. The `customer` or `partnerId` query parameter identifies the source/original partner whose outgoing map should generate the X12, and `copyToCustomer` or `copyToPartnerId` identifies the destination partner for the copied AS2 envelope. ModernEDI selects the matching outgoing map for that original/source partner, generates and validates X12, then forwards the carbon copy through the configured AS2 connection. Example: to generate an 856 ASN for Retailer One and copy it to Broker One, send `customer=Retailer%20One` and `copyToPartnerId=2`; ModernEDI uses Retailer One\'s outgoing 856 map. `copyToCustomer` does not select the outgoing map, and neither does `copyToPartnerId`. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; the map is still selected by `customer`/`partnerId`, not by `copyToCustomer` or `copyToPartnerId`. XSLT maps receive params as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are test fixtures only and are not read by live carbon-copy calls. The envelope\'s optional `businessKey` is recorded on the copied outbound transaction, but it does not affect map selection. Send `originalTransactionKey` when the source message contains multiple transaction sets and this copy belongs to one exact transaction.
436
+ * **Required key scope:** `messages:write`. Sends a generated X12 document to a second partner while preserving context from a previously received inbound message. Send the source XML, JSON, or text input as the HTTP request body. The `partnerId` query parameter identifies the source/original partner whose outgoing map should generate the X12, and `copyToPartnerId` identifies the destination partner for the copied AS2 envelope. ModernEDI selects the matching outgoing map for that original/source partner, generates and validates X12, then forwards the carbon copy through the configured AS2 connection. Example: to generate an 856 ASN for Retailer One and copy it to Broker One, send `partnerId=1` and `copyToPartnerId=2`; ModernEDI uses partner 1\'s outgoing 856 map. `copyToPartnerId` does not select the outgoing map. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. If the outgoing map needs extra runtime parameters, send the JSON envelope shape with `input`, `contentType`, and `params`; the map is still selected by `partnerId`, not by `copyToPartnerId`. XSLT maps receive params as top-level stylesheet parameters, JSLT maps read them from `.params`, and mapper-editor params files are test fixtures only and are not read by live carbon-copy calls. The envelope\'s optional `businessKey` is recorded on the copied outbound transaction, but it does not affect map selection. Send `originalTransactionKey` when the source message contains multiple transaction sets and this copy belongs to one exact transaction.
464
437
  * Send a carbon copy of an inbound message flow to another partner
465
438
  */
466
439
  sendAs2CarbonCopy(requestParameters: SendAs2CarbonCopyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SendSuccessResponse>;
@@ -469,12 +442,12 @@ export declare class OutboundAS2Api extends runtime.BaseAPI implements OutboundA
469
442
  */
470
443
  sendAs2MessageRequestOpts(requestParameters: SendAs2MessageRequest): Promise<runtime.RequestOpts>;
471
444
  /**
472
- * **Required key scope:** `messages:write`. Sends a standalone outbound document to the configured trading partner. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, applies that map to generate X12, syntax-checks the generated X12, then sends it through the configured AS2 connection. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. Send either `customer` or `partnerId` to select the partner; use `GET /v1/partners` when your integration client needs to discover stable partner ids. If the outgoing map needs extra runtime parameters such as a bill-of-lading number, pallet list, or generated control number, send the JSON envelope shape with `input`, `contentType`, and `params`. The envelope can also include `businessKey` when your system knows a stable purchase order, shipment, BOL, or other business identifier that should appear on the outbound transaction record. XSLT maps receive those params as top-level stylesheet parameters; JSLT maps receive them under `.params`. Mapper-editor params files are test fixtures only; live API calls must provide required params in this request envelope.
445
+ * **Required key scope:** `messages:write`. Sends a standalone outbound document to the configured trading partner. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, applies that map to generate X12, syntax-checks the generated X12, then sends it through the configured AS2 connection. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. Send `partnerId` to select the partner; use `GET /v1/partners` when your integration client needs to discover stable partner ids. If the outgoing map needs extra runtime parameters such as a bill-of-lading number, pallet list, or generated control number, send the JSON envelope shape with `input`, `contentType`, and `params`. The envelope can also include `businessKey` when your system knows a stable purchase order, shipment, BOL, or other business identifier that should appear on the outbound transaction record. XSLT maps receive those params as top-level stylesheet parameters; JSLT maps receive them under `.params`. Mapper-editor params files are test fixtures only; live API calls must provide required params in this request envelope.
473
446
  * Send a standalone outbound document
474
447
  */
475
448
  sendAs2MessageRaw(requestParameters: SendAs2MessageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SendSuccessResponse>>;
476
449
  /**
477
- * **Required key scope:** `messages:write`. Sends a standalone outbound document to the configured trading partner. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, applies that map to generate X12, syntax-checks the generated X12, then sends it through the configured AS2 connection. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. Send either `customer` or `partnerId` to select the partner; use `GET /v1/partners` when your integration client needs to discover stable partner ids. If the outgoing map needs extra runtime parameters such as a bill-of-lading number, pallet list, or generated control number, send the JSON envelope shape with `input`, `contentType`, and `params`. The envelope can also include `businessKey` when your system knows a stable purchase order, shipment, BOL, or other business identifier that should appear on the outbound transaction record. XSLT maps receive those params as top-level stylesheet parameters; JSLT maps receive them under `.params`. Mapper-editor params files are test fixtures only; live API calls must provide required params in this request envelope.
450
+ * **Required key scope:** `messages:write`. Sends a standalone outbound document to the configured trading partner. Send the source XML, JSON, or text input as the HTTP request body. ModernEDI looks up the matching outgoing map by partner, X12 version, functional group, transaction set, and request `Content-Type`, applies that map to generate X12, syntax-checks the generated X12, then sends it through the configured AS2 connection. JSON source maps can use XSLT with Saxon `json-to-xml($json)` or JSLT. For JSLT, ModernEDI sets the current input `.` to a wrapper object, so the source document is read through `.input` paths. Send `partnerId` to select the partner; use `GET /v1/partners` when your integration client needs to discover stable partner ids. If the outgoing map needs extra runtime parameters such as a bill-of-lading number, pallet list, or generated control number, send the JSON envelope shape with `input`, `contentType`, and `params`. The envelope can also include `businessKey` when your system knows a stable purchase order, shipment, BOL, or other business identifier that should appear on the outbound transaction record. XSLT maps receive those params as top-level stylesheet parameters; JSLT maps receive them under `.params`. Mapper-editor params files are test fixtures only; live API calls must provide required params in this request envelope.
478
451
  * Send a standalone outbound document
479
452
  */
480
453
  sendAs2Message(requestParameters: SendAs2MessageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SendSuccessResponse>;