@stedi/sdk 0.0.4 → 0.0.10

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 (393) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/LICENSE +13 -12
  3. package/README.md +148 -33
  4. package/dist-cjs/Stedi.js +51 -0
  5. package/dist-cjs/StediClient.js +52 -0
  6. package/dist-cjs/{generated/payers/auth → auth}/httpAuthExtensionConfiguration.js +8 -7
  7. package/dist-cjs/auth/httpAuthSchemeProvider.js +48 -0
  8. package/dist-cjs/commandBuilder.js +15 -0
  9. package/dist-cjs/commands/CreateEventDestinationCommand.js +8 -0
  10. package/dist-cjs/commands/CreateProfessionalClaimSubmissionCommand.js +8 -0
  11. package/dist-cjs/commands/DeleteEventDestinationCommand.js +8 -0
  12. package/dist-cjs/commands/GetClaimCommand.js +8 -0
  13. package/dist-cjs/commands/GetClaimTimelineCommand.js +8 -0
  14. package/dist-cjs/commands/GetEventDestinationCommand.js +8 -0
  15. package/dist-cjs/commands/GetEventDestinationEventCommand.js +8 -0
  16. package/dist-cjs/commands/GetEventDestinationSecretCommand.js +8 -0
  17. package/dist-cjs/commands/GetProfessionalClaimSubmissionCommand.js +8 -0
  18. package/dist-cjs/commands/ListClaimsCommand.js +8 -0
  19. package/dist-cjs/commands/ListEventDestinationEventsCommand.js +8 -0
  20. package/dist-cjs/commands/ListEventDestinationsCommand.js +8 -0
  21. package/dist-cjs/commands/RotateEventDestinationSecretCommand.js +8 -0
  22. package/dist-cjs/commands/UpdateEventDestinationCommand.js +8 -0
  23. package/dist-cjs/commands/ValidateProfessionalClaimSubmissionCommand.js +8 -0
  24. package/dist-cjs/commands/index.js +18 -0
  25. package/dist-cjs/{generated/claims/endpoint → endpoint}/EndpointParameters.js +1 -8
  26. package/dist-cjs/endpoint/bdd.js +28 -0
  27. package/dist-cjs/endpoint/endpointResolver.js +16 -0
  28. package/dist-cjs/{generated/payers/models/models_0.js → extensionConfiguration.js} +0 -1
  29. package/dist-cjs/index.js +14 -72
  30. package/dist-cjs/middleware/stediUserAgentMiddleware.js +24 -0
  31. package/dist-cjs/models/StediServiceException.js +12 -0
  32. package/dist-cjs/models/enums.js +248 -0
  33. package/dist-cjs/models/errors.js +127 -0
  34. package/dist-cjs/{generated/claims/models → models}/models_0.js +0 -1
  35. package/dist-cjs/pagination/GetClaimTimelinePaginator.js +7 -0
  36. package/dist-cjs/{generated/payers/pagination → pagination}/Interfaces.js +0 -1
  37. package/dist-cjs/pagination/ListClaimsPaginator.js +7 -0
  38. package/dist-cjs/pagination/ListEventDestinationEventsPaginator.js +7 -0
  39. package/dist-cjs/pagination/ListEventDestinationsPaginator.js +7 -0
  40. package/dist-cjs/pagination/index.js +8 -0
  41. package/dist-cjs/protocol/stediRestJsonProtocol.js +53 -0
  42. package/dist-cjs/runtimeConfig.browser.js +30 -0
  43. package/dist-cjs/runtimeConfig.js +40 -0
  44. package/dist-cjs/{generated/claims/runtimeConfig.native.js → runtimeConfig.native.js} +0 -7
  45. package/dist-cjs/{generated/claims/runtimeConfig.shared.js → runtimeConfig.shared.js} +20 -20
  46. package/dist-cjs/runtimeExtensions.js +12 -0
  47. package/dist-cjs/schemas/schemas_0.js +977 -0
  48. package/dist-es/Stedi.js +47 -0
  49. package/dist-es/StediClient.js +48 -0
  50. package/dist-es/{generated/claims/auth → auth}/httpAuthExtensionConfiguration.js +8 -7
  51. package/dist-es/{generated/payers/auth → auth}/httpAuthSchemeProvider.js +11 -14
  52. package/dist-es/commandBuilder.js +11 -0
  53. package/dist-es/commands/CreateEventDestinationCommand.js +4 -0
  54. package/dist-es/commands/CreateProfessionalClaimSubmissionCommand.js +4 -0
  55. package/dist-es/commands/DeleteEventDestinationCommand.js +4 -0
  56. package/dist-es/commands/GetClaimCommand.js +4 -0
  57. package/dist-es/commands/GetClaimTimelineCommand.js +4 -0
  58. package/dist-es/commands/GetEventDestinationCommand.js +4 -0
  59. package/dist-es/commands/GetEventDestinationEventCommand.js +4 -0
  60. package/dist-es/commands/GetEventDestinationSecretCommand.js +4 -0
  61. package/dist-es/commands/GetProfessionalClaimSubmissionCommand.js +4 -0
  62. package/dist-es/commands/ListClaimsCommand.js +4 -0
  63. package/dist-es/commands/ListEventDestinationEventsCommand.js +4 -0
  64. package/dist-es/commands/ListEventDestinationsCommand.js +4 -0
  65. package/dist-es/commands/RotateEventDestinationSecretCommand.js +4 -0
  66. package/dist-es/commands/UpdateEventDestinationCommand.js +4 -0
  67. package/dist-es/commands/ValidateProfessionalClaimSubmissionCommand.js +4 -0
  68. package/dist-es/commands/index.js +15 -0
  69. package/dist-es/{generated/payers/endpoint → endpoint}/EndpointParameters.js +1 -8
  70. package/dist-es/endpoint/bdd.js +25 -0
  71. package/dist-es/endpoint/endpointResolver.js +12 -0
  72. package/dist-es/extensionConfiguration.js +1 -0
  73. package/dist-es/index.js +10 -37
  74. package/dist-es/middleware/stediUserAgentMiddleware.js +20 -0
  75. package/dist-es/models/StediServiceException.js +8 -0
  76. package/dist-es/models/enums.js +245 -0
  77. package/dist-es/models/errors.js +115 -0
  78. package/dist-es/models/models_0.js +1 -0
  79. package/dist-es/pagination/GetClaimTimelinePaginator.js +4 -0
  80. package/dist-es/pagination/Interfaces.js +1 -0
  81. package/dist-es/pagination/ListClaimsPaginator.js +4 -0
  82. package/dist-es/pagination/ListEventDestinationEventsPaginator.js +4 -0
  83. package/dist-es/pagination/ListEventDestinationsPaginator.js +4 -0
  84. package/dist-es/pagination/index.js +5 -0
  85. package/dist-es/protocol/stediRestJsonProtocol.js +49 -0
  86. package/dist-es/runtimeConfig.browser.js +25 -0
  87. package/dist-es/runtimeConfig.js +35 -0
  88. package/dist-es/{generated/payers/runtimeConfig.native.js → runtimeConfig.native.js} +0 -7
  89. package/dist-es/{generated/payers/runtimeConfig.shared.js → runtimeConfig.shared.js} +16 -16
  90. package/dist-es/runtimeExtensions.js +8 -0
  91. package/dist-es/schemas/schemas_0.js +972 -0
  92. package/dist-types/Stedi.d.ts +146 -0
  93. package/dist-types/{generated/payers/PayersClient.d.ts → StediClient.d.ts} +33 -39
  94. package/dist-types/{generated/payers/auth → auth}/httpAuthExtensionConfiguration.d.ts +8 -6
  95. package/dist-types/{generated/claims/auth → auth}/httpAuthSchemeProvider.d.ts +17 -10
  96. package/dist-types/commandBuilder.d.ts +22 -0
  97. package/dist-types/commands/CreateEventDestinationCommand.d.ts +146 -0
  98. package/dist-types/commands/CreateProfessionalClaimSubmissionCommand.d.ts +799 -0
  99. package/dist-types/commands/DeleteEventDestinationCommand.d.ts +105 -0
  100. package/dist-types/commands/GetClaimCommand.d.ts +139 -0
  101. package/dist-types/commands/GetClaimTimelineCommand.d.ts +218 -0
  102. package/dist-types/commands/GetEventDestinationCommand.d.ts +124 -0
  103. package/dist-types/commands/GetEventDestinationEventCommand.d.ts +141 -0
  104. package/dist-types/commands/GetEventDestinationSecretCommand.d.ts +105 -0
  105. package/dist-types/commands/GetProfessionalClaimSubmissionCommand.d.ts +785 -0
  106. package/dist-types/commands/ListClaimsCommand.d.ts +169 -0
  107. package/dist-types/commands/ListEventDestinationEventsCommand.d.ts +120 -0
  108. package/dist-types/commands/ListEventDestinationsCommand.d.ts +132 -0
  109. package/dist-types/commands/RotateEventDestinationSecretCommand.d.ts +113 -0
  110. package/dist-types/commands/UpdateEventDestinationCommand.d.ts +142 -0
  111. package/dist-types/commands/ValidateProfessionalClaimSubmissionCommand.d.ts +786 -0
  112. package/dist-types/commands/index.d.ts +15 -0
  113. package/dist-types/{generated/payers/endpoint → endpoint}/EndpointParameters.d.ts +1 -1
  114. package/dist-types/endpoint/bdd.d.ts +2 -0
  115. package/dist-types/{generated/claims/endpoint → endpoint}/endpointResolver.d.ts +0 -1
  116. package/dist-types/extensionConfiguration.d.ts +8 -0
  117. package/dist-types/index.d.ts +18 -34
  118. package/dist-types/middleware/stediUserAgentMiddleware.d.ts +5 -0
  119. package/dist-types/models/StediServiceException.d.ts +14 -0
  120. package/dist-types/models/enums.d.ts +1038 -0
  121. package/dist-types/models/errors.d.ts +120 -0
  122. package/dist-types/models/models_0.d.ts +2966 -0
  123. package/dist-types/pagination/GetClaimTimelinePaginator.d.ts +7 -0
  124. package/dist-types/pagination/Interfaces.d.ts +8 -0
  125. package/dist-types/pagination/ListClaimsPaginator.d.ts +7 -0
  126. package/dist-types/pagination/ListEventDestinationEventsPaginator.d.ts +7 -0
  127. package/dist-types/pagination/ListEventDestinationsPaginator.d.ts +7 -0
  128. package/dist-types/pagination/index.d.ts +5 -0
  129. package/dist-types/protocol/stediRestJsonProtocol.d.ts +12 -0
  130. package/dist-types/{generated/claims/runtimeConfig.browser.d.ts → runtimeConfig.browser.d.ts} +18 -16
  131. package/dist-types/{generated/payers/runtimeConfig.d.ts → runtimeConfig.d.ts} +18 -16
  132. package/dist-types/{generated/payers/runtimeConfig.native.d.ts → runtimeConfig.native.d.ts} +18 -16
  133. package/dist-types/{generated/claims/runtimeConfig.shared.d.ts → runtimeConfig.shared.d.ts} +13 -10
  134. package/dist-types/{generated/claims/runtimeExtensions.d.ts → runtimeExtensions.d.ts} +2 -3
  135. package/dist-types/schemas/schemas_0.d.ts +123 -0
  136. package/package.json +60 -79
  137. package/dist-cjs/_registry.js +0 -47
  138. package/dist-cjs/_registry.js.map +0 -1
  139. package/dist-cjs/generated/claims/Claims.js +0 -19
  140. package/dist-cjs/generated/claims/Claims.js.map +0 -1
  141. package/dist-cjs/generated/claims/ClaimsClient.js +0 -68
  142. package/dist-cjs/generated/claims/ClaimsClient.js.map +0 -1
  143. package/dist-cjs/generated/claims/auth/httpAuthExtensionConfiguration.js +0 -50
  144. package/dist-cjs/generated/claims/auth/httpAuthExtensionConfiguration.js.map +0 -1
  145. package/dist-cjs/generated/claims/auth/httpAuthSchemeProvider.js +0 -51
  146. package/dist-cjs/generated/claims/auth/httpAuthSchemeProvider.js.map +0 -1
  147. package/dist-cjs/generated/claims/commands/ClaimsCms1500SubmissionCommand.js +0 -494
  148. package/dist-cjs/generated/claims/commands/ClaimsCms1500SubmissionCommand.js.map +0 -1
  149. package/dist-cjs/generated/claims/commands/index.js +0 -19
  150. package/dist-cjs/generated/claims/commands/index.js.map +0 -1
  151. package/dist-cjs/generated/claims/endpoint/EndpointParameters.js.map +0 -1
  152. package/dist-cjs/generated/claims/endpoint/bdd.js +0 -24
  153. package/dist-cjs/generated/claims/endpoint/bdd.js.map +0 -1
  154. package/dist-cjs/generated/claims/endpoint/endpointResolver.js +0 -23
  155. package/dist-cjs/generated/claims/endpoint/endpointResolver.js.map +0 -1
  156. package/dist-cjs/generated/claims/extensionConfiguration.js +0 -3
  157. package/dist-cjs/generated/claims/extensionConfiguration.js.map +0 -1
  158. package/dist-cjs/generated/claims/index.js +0 -34
  159. package/dist-cjs/generated/claims/index.js.map +0 -1
  160. package/dist-cjs/generated/claims/models/ClaimsServiceException.js +0 -22
  161. package/dist-cjs/generated/claims/models/ClaimsServiceException.js.map +0 -1
  162. package/dist-cjs/generated/claims/models/enums.js +0 -591
  163. package/dist-cjs/generated/claims/models/enums.js.map +0 -1
  164. package/dist-cjs/generated/claims/models/errors.js +0 -31
  165. package/dist-cjs/generated/claims/models/errors.js.map +0 -1
  166. package/dist-cjs/generated/claims/models/models_0.js.map +0 -1
  167. package/dist-cjs/generated/claims/runtimeConfig.browser.js +0 -45
  168. package/dist-cjs/generated/claims/runtimeConfig.browser.js.map +0 -1
  169. package/dist-cjs/generated/claims/runtimeConfig.js +0 -60
  170. package/dist-cjs/generated/claims/runtimeConfig.js.map +0 -1
  171. package/dist-cjs/generated/claims/runtimeConfig.native.js.map +0 -1
  172. package/dist-cjs/generated/claims/runtimeConfig.shared.js.map +0 -1
  173. package/dist-cjs/generated/claims/runtimeExtensions.js +0 -18
  174. package/dist-cjs/generated/claims/runtimeExtensions.js.map +0 -1
  175. package/dist-cjs/generated/claims/schemas/schemas_0.js +0 -507
  176. package/dist-cjs/generated/claims/schemas/schemas_0.js.map +0 -1
  177. package/dist-cjs/generated/payers/Payers.js +0 -23
  178. package/dist-cjs/generated/payers/Payers.js.map +0 -1
  179. package/dist-cjs/generated/payers/PayersClient.js +0 -68
  180. package/dist-cjs/generated/payers/PayersClient.js.map +0 -1
  181. package/dist-cjs/generated/payers/auth/httpAuthExtensionConfiguration.js.map +0 -1
  182. package/dist-cjs/generated/payers/auth/httpAuthSchemeProvider.js +0 -51
  183. package/dist-cjs/generated/payers/auth/httpAuthSchemeProvider.js.map +0 -1
  184. package/dist-cjs/generated/payers/commands/SearchPayersCommand.js +0 -753
  185. package/dist-cjs/generated/payers/commands/SearchPayersCommand.js.map +0 -1
  186. package/dist-cjs/generated/payers/commands/index.js +0 -19
  187. package/dist-cjs/generated/payers/commands/index.js.map +0 -1
  188. package/dist-cjs/generated/payers/endpoint/EndpointParameters.js +0 -19
  189. package/dist-cjs/generated/payers/endpoint/EndpointParameters.js.map +0 -1
  190. package/dist-cjs/generated/payers/endpoint/bdd.js +0 -24
  191. package/dist-cjs/generated/payers/endpoint/bdd.js.map +0 -1
  192. package/dist-cjs/generated/payers/endpoint/endpointResolver.js +0 -23
  193. package/dist-cjs/generated/payers/endpoint/endpointResolver.js.map +0 -1
  194. package/dist-cjs/generated/payers/extensionConfiguration.js +0 -3
  195. package/dist-cjs/generated/payers/extensionConfiguration.js.map +0 -1
  196. package/dist-cjs/generated/payers/index.js +0 -35
  197. package/dist-cjs/generated/payers/index.js.map +0 -1
  198. package/dist-cjs/generated/payers/models/PayersServiceException.js +0 -22
  199. package/dist-cjs/generated/payers/models/PayersServiceException.js.map +0 -1
  200. package/dist-cjs/generated/payers/models/enums.js +0 -333
  201. package/dist-cjs/generated/payers/models/enums.js.map +0 -1
  202. package/dist-cjs/generated/payers/models/errors.js +0 -86
  203. package/dist-cjs/generated/payers/models/errors.js.map +0 -1
  204. package/dist-cjs/generated/payers/models/models_0.js.map +0 -1
  205. package/dist-cjs/generated/payers/pagination/Interfaces.js.map +0 -1
  206. package/dist-cjs/generated/payers/pagination/SearchPayersPaginator.js +0 -12
  207. package/dist-cjs/generated/payers/pagination/SearchPayersPaginator.js.map +0 -1
  208. package/dist-cjs/generated/payers/pagination/index.js +0 -20
  209. package/dist-cjs/generated/payers/pagination/index.js.map +0 -1
  210. package/dist-cjs/generated/payers/runtimeConfig.browser.js +0 -45
  211. package/dist-cjs/generated/payers/runtimeConfig.browser.js.map +0 -1
  212. package/dist-cjs/generated/payers/runtimeConfig.js +0 -60
  213. package/dist-cjs/generated/payers/runtimeConfig.js.map +0 -1
  214. package/dist-cjs/generated/payers/runtimeConfig.native.js +0 -20
  215. package/dist-cjs/generated/payers/runtimeConfig.native.js.map +0 -1
  216. package/dist-cjs/generated/payers/runtimeConfig.shared.js +0 -48
  217. package/dist-cjs/generated/payers/runtimeConfig.shared.js.map +0 -1
  218. package/dist-cjs/generated/payers/runtimeExtensions.js +0 -18
  219. package/dist-cjs/generated/payers/runtimeExtensions.js.map +0 -1
  220. package/dist-cjs/generated/payers/schemas/schemas_0.js +0 -231
  221. package/dist-cjs/generated/payers/schemas/schemas_0.js.map +0 -1
  222. package/dist-cjs/index.js.map +0 -1
  223. package/dist-es/_registry.js +0 -11
  224. package/dist-es/_registry.js.map +0 -1
  225. package/dist-es/generated/claims/Claims.js +0 -15
  226. package/dist-es/generated/claims/Claims.js.map +0 -1
  227. package/dist-es/generated/claims/ClaimsClient.js +0 -64
  228. package/dist-es/generated/claims/ClaimsClient.js.map +0 -1
  229. package/dist-es/generated/claims/auth/httpAuthExtensionConfiguration.js.map +0 -1
  230. package/dist-es/generated/claims/auth/httpAuthSchemeProvider.js +0 -45
  231. package/dist-es/generated/claims/auth/httpAuthSchemeProvider.js.map +0 -1
  232. package/dist-es/generated/claims/commands/ClaimsCms1500SubmissionCommand.js +0 -490
  233. package/dist-es/generated/claims/commands/ClaimsCms1500SubmissionCommand.js.map +0 -1
  234. package/dist-es/generated/claims/commands/index.js +0 -3
  235. package/dist-es/generated/claims/commands/index.js.map +0 -1
  236. package/dist-es/generated/claims/endpoint/EndpointParameters.js +0 -15
  237. package/dist-es/generated/claims/endpoint/EndpointParameters.js.map +0 -1
  238. package/dist-es/generated/claims/endpoint/bdd.js +0 -21
  239. package/dist-es/generated/claims/endpoint/bdd.js.map +0 -1
  240. package/dist-es/generated/claims/endpoint/endpointResolver.js +0 -19
  241. package/dist-es/generated/claims/endpoint/endpointResolver.js.map +0 -1
  242. package/dist-es/generated/claims/extensionConfiguration.js +0 -2
  243. package/dist-es/generated/claims/extensionConfiguration.js.map +0 -1
  244. package/dist-es/generated/claims/index.js +0 -16
  245. package/dist-es/generated/claims/index.js.map +0 -1
  246. package/dist-es/generated/claims/models/ClaimsServiceException.js +0 -18
  247. package/dist-es/generated/claims/models/ClaimsServiceException.js.map +0 -1
  248. package/dist-es/generated/claims/models/enums.js +0 -588
  249. package/dist-es/generated/claims/models/enums.js.map +0 -1
  250. package/dist-es/generated/claims/models/errors.js +0 -27
  251. package/dist-es/generated/claims/models/errors.js.map +0 -1
  252. package/dist-es/generated/claims/models/models_0.js +0 -2
  253. package/dist-es/generated/claims/models/models_0.js.map +0 -1
  254. package/dist-es/generated/claims/runtimeConfig.browser.js +0 -38
  255. package/dist-es/generated/claims/runtimeConfig.browser.js.map +0 -1
  256. package/dist-es/generated/claims/runtimeConfig.js +0 -53
  257. package/dist-es/generated/claims/runtimeConfig.js.map +0 -1
  258. package/dist-es/generated/claims/runtimeConfig.native.js +0 -16
  259. package/dist-es/generated/claims/runtimeConfig.native.js.map +0 -1
  260. package/dist-es/generated/claims/runtimeConfig.shared.js +0 -44
  261. package/dist-es/generated/claims/runtimeConfig.shared.js.map +0 -1
  262. package/dist-es/generated/claims/runtimeExtensions.js +0 -14
  263. package/dist-es/generated/claims/runtimeExtensions.js.map +0 -1
  264. package/dist-es/generated/claims/schemas/schemas_0.js +0 -503
  265. package/dist-es/generated/claims/schemas/schemas_0.js.map +0 -1
  266. package/dist-es/generated/payers/Payers.js +0 -19
  267. package/dist-es/generated/payers/Payers.js.map +0 -1
  268. package/dist-es/generated/payers/PayersClient.js +0 -64
  269. package/dist-es/generated/payers/PayersClient.js.map +0 -1
  270. package/dist-es/generated/payers/auth/httpAuthExtensionConfiguration.js +0 -45
  271. package/dist-es/generated/payers/auth/httpAuthExtensionConfiguration.js.map +0 -1
  272. package/dist-es/generated/payers/auth/httpAuthSchemeProvider.js.map +0 -1
  273. package/dist-es/generated/payers/commands/SearchPayersCommand.js +0 -749
  274. package/dist-es/generated/payers/commands/SearchPayersCommand.js.map +0 -1
  275. package/dist-es/generated/payers/commands/index.js +0 -3
  276. package/dist-es/generated/payers/commands/index.js.map +0 -1
  277. package/dist-es/generated/payers/endpoint/EndpointParameters.js.map +0 -1
  278. package/dist-es/generated/payers/endpoint/bdd.js +0 -21
  279. package/dist-es/generated/payers/endpoint/bdd.js.map +0 -1
  280. package/dist-es/generated/payers/endpoint/endpointResolver.js +0 -19
  281. package/dist-es/generated/payers/endpoint/endpointResolver.js.map +0 -1
  282. package/dist-es/generated/payers/extensionConfiguration.js +0 -2
  283. package/dist-es/generated/payers/extensionConfiguration.js.map +0 -1
  284. package/dist-es/generated/payers/index.js +0 -17
  285. package/dist-es/generated/payers/index.js.map +0 -1
  286. package/dist-es/generated/payers/models/PayersServiceException.js +0 -18
  287. package/dist-es/generated/payers/models/PayersServiceException.js.map +0 -1
  288. package/dist-es/generated/payers/models/enums.js +0 -330
  289. package/dist-es/generated/payers/models/enums.js.map +0 -1
  290. package/dist-es/generated/payers/models/errors.js +0 -80
  291. package/dist-es/generated/payers/models/errors.js.map +0 -1
  292. package/dist-es/generated/payers/models/models_0.js +0 -2
  293. package/dist-es/generated/payers/models/models_0.js.map +0 -1
  294. package/dist-es/generated/payers/pagination/Interfaces.js +0 -2
  295. package/dist-es/generated/payers/pagination/Interfaces.js.map +0 -1
  296. package/dist-es/generated/payers/pagination/SearchPayersPaginator.js +0 -9
  297. package/dist-es/generated/payers/pagination/SearchPayersPaginator.js.map +0 -1
  298. package/dist-es/generated/payers/pagination/index.js +0 -4
  299. package/dist-es/generated/payers/pagination/index.js.map +0 -1
  300. package/dist-es/generated/payers/runtimeConfig.browser.js +0 -38
  301. package/dist-es/generated/payers/runtimeConfig.browser.js.map +0 -1
  302. package/dist-es/generated/payers/runtimeConfig.js +0 -53
  303. package/dist-es/generated/payers/runtimeConfig.js.map +0 -1
  304. package/dist-es/generated/payers/runtimeConfig.native.js.map +0 -1
  305. package/dist-es/generated/payers/runtimeConfig.shared.js.map +0 -1
  306. package/dist-es/generated/payers/runtimeExtensions.js +0 -14
  307. package/dist-es/generated/payers/runtimeExtensions.js.map +0 -1
  308. package/dist-es/generated/payers/schemas/schemas_0.js +0 -228
  309. package/dist-es/generated/payers/schemas/schemas_0.js.map +0 -1
  310. package/dist-es/index.js.map +0 -1
  311. package/dist-types/_registry.d.ts +0 -27
  312. package/dist-types/_registry.d.ts.map +0 -1
  313. package/dist-types/generated/claims/Claims.d.ts +0 -18
  314. package/dist-types/generated/claims/Claims.d.ts.map +0 -1
  315. package/dist-types/generated/claims/ClaimsClient.d.ts +0 -183
  316. package/dist-types/generated/claims/ClaimsClient.d.ts.map +0 -1
  317. package/dist-types/generated/claims/auth/httpAuthExtensionConfiguration.d.ts +0 -30
  318. package/dist-types/generated/claims/auth/httpAuthExtensionConfiguration.d.ts.map +0 -1
  319. package/dist-types/generated/claims/auth/httpAuthSchemeProvider.d.ts.map +0 -1
  320. package/dist-types/generated/claims/commands/ClaimsCms1500SubmissionCommand.d.ts +0 -514
  321. package/dist-types/generated/claims/commands/ClaimsCms1500SubmissionCommand.d.ts.map +0 -1
  322. package/dist-types/generated/claims/commands/index.d.ts +0 -2
  323. package/dist-types/generated/claims/commands/index.d.ts.map +0 -1
  324. package/dist-types/generated/claims/endpoint/EndpointParameters.d.ts +0 -33
  325. package/dist-types/generated/claims/endpoint/EndpointParameters.d.ts.map +0 -1
  326. package/dist-types/generated/claims/endpoint/bdd.d.ts +0 -3
  327. package/dist-types/generated/claims/endpoint/bdd.d.ts.map +0 -1
  328. package/dist-types/generated/claims/endpoint/endpointResolver.d.ts.map +0 -1
  329. package/dist-types/generated/claims/extensionConfiguration.d.ts +0 -10
  330. package/dist-types/generated/claims/extensionConfiguration.d.ts.map +0 -1
  331. package/dist-types/generated/claims/index.d.ts +0 -17
  332. package/dist-types/generated/claims/index.d.ts.map +0 -1
  333. package/dist-types/generated/claims/models/ClaimsServiceException.d.ts +0 -15
  334. package/dist-types/generated/claims/models/ClaimsServiceException.d.ts.map +0 -1
  335. package/dist-types/generated/claims/models/enums.d.ts +0 -707
  336. package/dist-types/generated/claims/models/enums.d.ts.map +0 -1
  337. package/dist-types/generated/claims/models/errors.d.ts +0 -20
  338. package/dist-types/generated/claims/models/errors.d.ts.map +0 -1
  339. package/dist-types/generated/claims/models/models_0.d.ts +0 -462
  340. package/dist-types/generated/claims/models/models_0.d.ts.map +0 -1
  341. package/dist-types/generated/claims/runtimeConfig.browser.d.ts.map +0 -1
  342. package/dist-types/generated/claims/runtimeConfig.d.ts +0 -54
  343. package/dist-types/generated/claims/runtimeConfig.d.ts.map +0 -1
  344. package/dist-types/generated/claims/runtimeConfig.native.d.ts +0 -53
  345. package/dist-types/generated/claims/runtimeConfig.native.d.ts.map +0 -1
  346. package/dist-types/generated/claims/runtimeConfig.shared.d.ts.map +0 -1
  347. package/dist-types/generated/claims/runtimeExtensions.d.ts.map +0 -1
  348. package/dist-types/generated/claims/schemas/schemas_0.d.ts +0 -62
  349. package/dist-types/generated/claims/schemas/schemas_0.d.ts.map +0 -1
  350. package/dist-types/generated/payers/Payers.d.ts +0 -26
  351. package/dist-types/generated/payers/Payers.d.ts.map +0 -1
  352. package/dist-types/generated/payers/PayersClient.d.ts.map +0 -1
  353. package/dist-types/generated/payers/auth/httpAuthExtensionConfiguration.d.ts.map +0 -1
  354. package/dist-types/generated/payers/auth/httpAuthSchemeProvider.d.ts +0 -82
  355. package/dist-types/generated/payers/auth/httpAuthSchemeProvider.d.ts.map +0 -1
  356. package/dist-types/generated/payers/commands/SearchPayersCommand.d.ts +0 -773
  357. package/dist-types/generated/payers/commands/SearchPayersCommand.d.ts.map +0 -1
  358. package/dist-types/generated/payers/commands/index.d.ts +0 -2
  359. package/dist-types/generated/payers/commands/index.d.ts.map +0 -1
  360. package/dist-types/generated/payers/endpoint/EndpointParameters.d.ts.map +0 -1
  361. package/dist-types/generated/payers/endpoint/bdd.d.ts +0 -3
  362. package/dist-types/generated/payers/endpoint/bdd.d.ts.map +0 -1
  363. package/dist-types/generated/payers/endpoint/endpointResolver.d.ts +0 -9
  364. package/dist-types/generated/payers/endpoint/endpointResolver.d.ts.map +0 -1
  365. package/dist-types/generated/payers/extensionConfiguration.d.ts +0 -10
  366. package/dist-types/generated/payers/extensionConfiguration.d.ts.map +0 -1
  367. package/dist-types/generated/payers/index.d.ts +0 -18
  368. package/dist-types/generated/payers/index.d.ts.map +0 -1
  369. package/dist-types/generated/payers/models/PayersServiceException.d.ts +0 -15
  370. package/dist-types/generated/payers/models/PayersServiceException.d.ts.map +0 -1
  371. package/dist-types/generated/payers/models/enums.d.ts +0 -353
  372. package/dist-types/generated/payers/models/enums.d.ts.map +0 -1
  373. package/dist-types/generated/payers/models/errors.d.ts +0 -58
  374. package/dist-types/generated/payers/models/errors.d.ts.map +0 -1
  375. package/dist-types/generated/payers/models/models_0.d.ts +0 -575
  376. package/dist-types/generated/payers/models/models_0.d.ts.map +0 -1
  377. package/dist-types/generated/payers/pagination/Interfaces.d.ts +0 -9
  378. package/dist-types/generated/payers/pagination/Interfaces.d.ts.map +0 -1
  379. package/dist-types/generated/payers/pagination/SearchPayersPaginator.d.ts +0 -8
  380. package/dist-types/generated/payers/pagination/SearchPayersPaginator.d.ts.map +0 -1
  381. package/dist-types/generated/payers/pagination/index.d.ts +0 -3
  382. package/dist-types/generated/payers/pagination/index.d.ts.map +0 -1
  383. package/dist-types/generated/payers/runtimeConfig.browser.d.ts +0 -54
  384. package/dist-types/generated/payers/runtimeConfig.browser.d.ts.map +0 -1
  385. package/dist-types/generated/payers/runtimeConfig.d.ts.map +0 -1
  386. package/dist-types/generated/payers/runtimeConfig.native.d.ts.map +0 -1
  387. package/dist-types/generated/payers/runtimeConfig.shared.d.ts +0 -34
  388. package/dist-types/generated/payers/runtimeConfig.shared.d.ts.map +0 -1
  389. package/dist-types/generated/payers/runtimeExtensions.d.ts +0 -18
  390. package/dist-types/generated/payers/runtimeExtensions.d.ts.map +0 -1
  391. package/dist-types/generated/payers/schemas/schemas_0.d.ts +0 -32
  392. package/dist-types/generated/payers/schemas/schemas_0.d.ts.map +0 -1
  393. package/dist-types/index.d.ts.map +0 -1
@@ -0,0 +1,105 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { DeleteEventDestinationInput, DeleteEventDestinationOutput } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link DeleteEventDestinationCommand}.
11
+ */
12
+ export interface DeleteEventDestinationCommandInput extends DeleteEventDestinationInput {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link DeleteEventDestinationCommand}.
18
+ */
19
+ export interface DeleteEventDestinationCommandOutput extends DeleteEventDestinationOutput, __MetadataBearer {
20
+ }
21
+ declare const DeleteEventDestinationCommand_base: {
22
+ new (input: DeleteEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventDestinationCommandInput, DeleteEventDestinationCommandOutput, import("..").StediClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventDestinationCommandInput, DeleteEventDestinationCommandOutput, import("..").StediClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * Deletes an existing destination. This action is irreversible. Deleting a destination that is already deleted succeeds with the same response (idempotent).
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { StediClient, DeleteEventDestinationCommand } from "@stedi/sdk"; // ES Modules import
32
+ * // const { StediClient, DeleteEventDestinationCommand } = require("@stedi/sdk"); // CommonJS import
33
+ * // import type { StediClientConfig } from "@stedi/sdk";
34
+ * const config = {}; // type is StediClientConfig
35
+ * const client = new StediClient(config);
36
+ * const input = { // DeleteEventDestinationInput
37
+ * destinationId: "STRING_VALUE", // required
38
+ * idempotencyKey: "STRING_VALUE",
39
+ * };
40
+ * const command = new DeleteEventDestinationCommand(input);
41
+ * const response = await client.send(command);
42
+ * // {};
43
+ *
44
+ * ```
45
+ *
46
+ * @param DeleteEventDestinationCommandInput - {@link DeleteEventDestinationCommandInput}
47
+ * @returns {@link DeleteEventDestinationCommandOutput}
48
+ * @see {@link DeleteEventDestinationCommandInput} for command's `input` shape.
49
+ * @see {@link DeleteEventDestinationCommandOutput} for command's `response` shape.
50
+ * @see {@link StediClientResolvedConfig | config} for StediClient's `config` shape.
51
+ *
52
+ * @throws {@link AuthenticationFailedException} (client fault)
53
+ * The request credentials are missing or not valid.
54
+ *
55
+ * @throws {@link ConflictException} (client fault)
56
+ * The request conflicts with the current state of the resource.
57
+ *
58
+ * @throws {@link ForbiddenException} (client fault)
59
+ * The caller is authenticated but lacks permission for this resource or action.
60
+ *
61
+ * @throws {@link InternalServerException} (server fault)
62
+ * The service failed unexpectedly. Retry with backoff.
63
+ *
64
+ * @throws {@link InvalidRequestException} (client fault)
65
+ * The request is not valid. Fix the request before retrying.
66
+ *
67
+ * @throws {@link NotFoundException} (client fault)
68
+ * The requested resource does not exist.
69
+ *
70
+ * @throws {@link TooManyRequestsException} (client fault)
71
+ * The caller has exceeded a rate limit. Retry with backoff.
72
+ *
73
+ * @throws {@link StediServiceException}
74
+ * <p>Base exception class for all service exceptions from Stedi service.</p>
75
+ *
76
+ *
77
+ * @example Delete a destination
78
+ * ```javascript
79
+ * //
80
+ * const input = {
81
+ * destinationId: "dst_550e8400-e29b-41d4-a716-446655440000",
82
+ * idempotencyKey: "c3d4e5f6-a7b8-9012-cdef-123456789012"
83
+ * };
84
+ * const command = new DeleteEventDestinationCommand(input);
85
+ * const response = await client.send(command);
86
+ * /* response is
87
+ * { /* empty *\/ }
88
+ * *\/
89
+ * ```
90
+ *
91
+ * @public
92
+ */
93
+ export declare class DeleteEventDestinationCommand extends DeleteEventDestinationCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: DeleteEventDestinationInput;
98
+ output: {};
99
+ };
100
+ sdk: {
101
+ input: DeleteEventDestinationCommandInput;
102
+ output: DeleteEventDestinationCommandOutput;
103
+ };
104
+ };
105
+ }
@@ -0,0 +1,139 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { GetClaimInput, GetClaimOutput } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link GetClaimCommand}.
11
+ */
12
+ export interface GetClaimCommandInput extends GetClaimInput {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link GetClaimCommand}.
18
+ */
19
+ export interface GetClaimCommandOutput extends GetClaimOutput, __MetadataBearer {
20
+ }
21
+ declare const GetClaimCommand_base: {
22
+ new (input: GetClaimCommandInput): import("@smithy/core/client").CommandImpl<GetClaimCommandInput, GetClaimCommandOutput, import("..").StediClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetClaimCommandInput): import("@smithy/core/client").CommandImpl<GetClaimCommandInput, GetClaimCommandOutput, import("..").StediClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * Retrieve summary information for a claim, including current processing status and key details from its most recent submission
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { StediClient, GetClaimCommand } from "@stedi/sdk"; // ES Modules import
32
+ * // const { StediClient, GetClaimCommand } = require("@stedi/sdk"); // CommonJS import
33
+ * // import type { StediClientConfig } from "@stedi/sdk";
34
+ * const config = {}; // type is StediClientConfig
35
+ * const client = new StediClient(config);
36
+ * const input = { // GetClaimInput
37
+ * id: "STRING_VALUE", // required
38
+ * };
39
+ * const command = new GetClaimCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // GetClaimOutput
42
+ * // id: "STRING_VALUE", // required
43
+ * // stediPayerId: "STRING_VALUE",
44
+ * // patientControlNumber: "STRING_VALUE", // required
45
+ * // patientName: { // ClaimPatientName
46
+ * // firstName: "STRING_VALUE",
47
+ * // middleName: "STRING_VALUE",
48
+ * // lastName: "STRING_VALUE",
49
+ * // suffix: "STRING_VALUE",
50
+ * // },
51
+ * // status: "SUBMITTED" || "RECEIVED" || "ACCEPTED" || "REJECTED" || "PROCESSED" || "DENIED" || "UNKNOWN", // required
52
+ * // statusReportedBy: "PAYER" || "CLEARINGHOUSE", // required
53
+ * // type: "DENTAL" || "INSTITUTIONAL" || "PROFESSIONAL", // required
54
+ * // totalClaimChargeAmount: "STRING_VALUE", // required
55
+ * // totalClaimPaidAmount: "STRING_VALUE",
56
+ * // datesOfService: { // ClaimDateRange
57
+ * // start: "STRING_VALUE", // required
58
+ * // end: "STRING_VALUE",
59
+ * // },
60
+ * // submittedAt: new Date("TIMESTAMP"), // required
61
+ * // };
62
+ *
63
+ * ```
64
+ *
65
+ * @param GetClaimCommandInput - {@link GetClaimCommandInput}
66
+ * @returns {@link GetClaimCommandOutput}
67
+ * @see {@link GetClaimCommandInput} for command's `input` shape.
68
+ * @see {@link GetClaimCommandOutput} for command's `response` shape.
69
+ * @see {@link StediClientResolvedConfig | config} for StediClient's `config` shape.
70
+ *
71
+ * @throws {@link AuthenticationFailedException} (client fault)
72
+ * The request credentials are missing or not valid.
73
+ *
74
+ * @throws {@link ForbiddenException} (client fault)
75
+ * The caller is authenticated but lacks permission for this resource or action.
76
+ *
77
+ * @throws {@link InternalServerException} (server fault)
78
+ * The service failed unexpectedly. Retry with backoff.
79
+ *
80
+ * @throws {@link InvalidRequestException} (client fault)
81
+ * The request is not valid. Fix the request before retrying.
82
+ *
83
+ * @throws {@link NotFoundException} (client fault)
84
+ * The requested resource does not exist.
85
+ *
86
+ * @throws {@link TooManyRequestsException} (client fault)
87
+ * The caller has exceeded a rate limit. Retry with backoff.
88
+ *
89
+ * @throws {@link StediServiceException}
90
+ * <p>Base exception class for all service exceptions from Stedi service.</p>
91
+ *
92
+ *
93
+ * @example Retrieve a claim
94
+ * ```javascript
95
+ * //
96
+ * const input = {
97
+ * id: "clm_01K6XFP3TZ8RA9X84963NMW40N"
98
+ * };
99
+ * const command = new GetClaimCommand(input);
100
+ * const response = await client.send(command);
101
+ * /* response is
102
+ * {
103
+ * datesOfService: {
104
+ * start: "2026-01-05"
105
+ * },
106
+ * id: "clm_01K6XFP3TZ8RA9X84963NMW40N",
107
+ * patientControlNumber: "123456",
108
+ * patientName: {
109
+ * firstName: "John",
110
+ * lastName: "Doe",
111
+ * middleName: "Michael",
112
+ * suffix: "Jr"
113
+ * },
114
+ * status: "PROCESSED",
115
+ * statusReportedBy: "PAYER",
116
+ * stediPayerId: "ABCDE",
117
+ * submittedAt: "2026-01-16T10:00:00Z",
118
+ * totalClaimChargeAmount: "832.00",
119
+ * totalClaimPaidAmount: "200.00",
120
+ * type: "PROFESSIONAL"
121
+ * }
122
+ * *\/
123
+ * ```
124
+ *
125
+ * @internal
126
+ */
127
+ export declare class GetClaimCommand extends GetClaimCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: GetClaimInput;
132
+ output: GetClaimOutput;
133
+ };
134
+ sdk: {
135
+ input: GetClaimCommandInput;
136
+ output: GetClaimCommandOutput;
137
+ };
138
+ };
139
+ }
@@ -0,0 +1,218 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { GetClaimTimelineInput, GetClaimTimelineOutput } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link GetClaimTimelineCommand}.
11
+ */
12
+ export interface GetClaimTimelineCommandInput extends GetClaimTimelineInput {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link GetClaimTimelineCommand}.
18
+ */
19
+ export interface GetClaimTimelineCommandOutput extends GetClaimTimelineOutput, __MetadataBearer {
20
+ }
21
+ declare const GetClaimTimelineCommand_base: {
22
+ new (input: GetClaimTimelineCommandInput): import("@smithy/core/client").CommandImpl<GetClaimTimelineCommandInput, GetClaimTimelineCommandOutput, import("..").StediClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetClaimTimelineCommandInput): import("@smithy/core/client").CommandImpl<GetClaimTimelineCommandInput, GetClaimTimelineCommandOutput, import("..").StediClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * Retrieve a paginated list of a claim's timeline entries, newest first. Timeline entries include submissions, acknowledgments, and claim payment information
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { StediClient, GetClaimTimelineCommand } from "@stedi/sdk"; // ES Modules import
32
+ * // const { StediClient, GetClaimTimelineCommand } = require("@stedi/sdk"); // CommonJS import
33
+ * // import type { StediClientConfig } from "@stedi/sdk";
34
+ * const config = {}; // type is StediClientConfig
35
+ * const client = new StediClient(config);
36
+ * const input = { // GetClaimTimelineInput
37
+ * pageSize: Number("int"),
38
+ * pageToken: "STRING_VALUE",
39
+ * id: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new GetClaimTimelineCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // GetClaimTimelineOutput
44
+ * // nextPageToken: "STRING_VALUE",
45
+ * // items: [ // ClaimTimelineEvents // required
46
+ * // { // ClaimTimelineEvent Union: only one key present
47
+ * // professionalClaimSubmission: { // ClaimSubmissionSummary
48
+ * // id: "STRING_VALUE", // required
49
+ * // stediPayerId: "STRING_VALUE",
50
+ * // patientControlNumber: "STRING_VALUE", // required
51
+ * // patientName: { // ClaimPatientName
52
+ * // firstName: "STRING_VALUE",
53
+ * // middleName: "STRING_VALUE",
54
+ * // lastName: "STRING_VALUE",
55
+ * // suffix: "STRING_VALUE",
56
+ * // },
57
+ * // totalClaimChargeAmount: "STRING_VALUE", // required
58
+ * // datesOfService: { // ClaimDateRange
59
+ * // start: "STRING_VALUE", // required
60
+ * // end: "STRING_VALUE",
61
+ * // },
62
+ * // processedAt: new Date("TIMESTAMP"), // required
63
+ * // },
64
+ * // dentalClaimSubmission: {
65
+ * // id: "STRING_VALUE", // required
66
+ * // stediPayerId: "STRING_VALUE",
67
+ * // patientControlNumber: "STRING_VALUE", // required
68
+ * // patientName: {
69
+ * // firstName: "STRING_VALUE",
70
+ * // middleName: "STRING_VALUE",
71
+ * // lastName: "STRING_VALUE",
72
+ * // suffix: "STRING_VALUE",
73
+ * // },
74
+ * // totalClaimChargeAmount: "STRING_VALUE", // required
75
+ * // datesOfService: {
76
+ * // start: "STRING_VALUE", // required
77
+ * // end: "STRING_VALUE",
78
+ * // },
79
+ * // processedAt: new Date("TIMESTAMP"), // required
80
+ * // },
81
+ * // institutionalClaimSubmission: {
82
+ * // id: "STRING_VALUE", // required
83
+ * // stediPayerId: "STRING_VALUE",
84
+ * // patientControlNumber: "STRING_VALUE", // required
85
+ * // patientName: {
86
+ * // firstName: "STRING_VALUE",
87
+ * // middleName: "STRING_VALUE",
88
+ * // lastName: "STRING_VALUE",
89
+ * // suffix: "STRING_VALUE",
90
+ * // },
91
+ * // totalClaimChargeAmount: "STRING_VALUE", // required
92
+ * // datesOfService: {
93
+ * // start: "STRING_VALUE", // required
94
+ * // end: "STRING_VALUE",
95
+ * // },
96
+ * // processedAt: new Date("TIMESTAMP"), // required
97
+ * // },
98
+ * // claimAcknowledgment: { // ClaimAcknowledgmentSummary
99
+ * // id: "STRING_VALUE", // required
100
+ * // status: "REJECTED" || "ACCEPTED" || "RECEIVED" || "INVALID", // required
101
+ * // reportedBy: "PAYER" || "CLEARINGHOUSE", // required
102
+ * // sourceName: "STRING_VALUE", // required
103
+ * // processedAt: new Date("TIMESTAMP"), // required
104
+ * // },
105
+ * // claimPaymentInformation: { // ClaimPaymentInformationSummary
106
+ * // id: "STRING_VALUE", // required
107
+ * // statusCode: "PROCESSED_AS_PRIMARY" || "PROCESSED_AS_SECONDARY" || "PROCESSED_AS_TERTIARY" || "DENIED" || "PROCESSED_AS_PRIMARY_FORWARDED_TO_ADDITIONAL_PAYERS" || "PROCESSED_AS_SECONDARY_FORWARDED_TO_ADDITIONAL_PAYERS" || "PROCESSED_AS_TERTIARY_FORWARDED_TO_ADDITIONAL_PAYERS" || "REVERSAL_OF_PREVIOUS_PAYMENT" || "NOT_OUR_CLAIM_FORWARDED_TO_ADDITIONAL_PAYERS" || "PREDETERMINATION_PRICING_ONLY", // required
108
+ * // totalClaimChargeAmount: "STRING_VALUE", // required
109
+ * // claimPaymentAmount: "STRING_VALUE", // required
110
+ * // patientResponsibilityAmount: "STRING_VALUE",
111
+ * // checkOrEftTraceNumber: "STRING_VALUE",
112
+ * // processedAt: new Date("TIMESTAMP"), // required
113
+ * // },
114
+ * // },
115
+ * // ],
116
+ * // };
117
+ *
118
+ * ```
119
+ *
120
+ * @param GetClaimTimelineCommandInput - {@link GetClaimTimelineCommandInput}
121
+ * @returns {@link GetClaimTimelineCommandOutput}
122
+ * @see {@link GetClaimTimelineCommandInput} for command's `input` shape.
123
+ * @see {@link GetClaimTimelineCommandOutput} for command's `response` shape.
124
+ * @see {@link StediClientResolvedConfig | config} for StediClient's `config` shape.
125
+ *
126
+ * @throws {@link AuthenticationFailedException} (client fault)
127
+ * The request credentials are missing or not valid.
128
+ *
129
+ * @throws {@link ForbiddenException} (client fault)
130
+ * The caller is authenticated but lacks permission for this resource or action.
131
+ *
132
+ * @throws {@link InternalServerException} (server fault)
133
+ * The service failed unexpectedly. Retry with backoff.
134
+ *
135
+ * @throws {@link InvalidRequestException} (client fault)
136
+ * The request is not valid. Fix the request before retrying.
137
+ *
138
+ * @throws {@link NotFoundException} (client fault)
139
+ * The requested resource does not exist.
140
+ *
141
+ * @throws {@link TooManyRequestsException} (client fault)
142
+ * The caller has exceeded a rate limit. Retry with backoff.
143
+ *
144
+ * @throws {@link StediServiceException}
145
+ * <p>Base exception class for all service exceptions from Stedi service.</p>
146
+ *
147
+ *
148
+ * @example Retrieve a claim's timeline
149
+ * ```javascript
150
+ * //
151
+ * const input = {
152
+ * id: "clm_01K6XFP3TZ8RA9X84963NMW40N",
153
+ * pageSize: 100
154
+ * };
155
+ * const command = new GetClaimTimelineCommand(input);
156
+ * const response = await client.send(command);
157
+ * /* response is
158
+ * {
159
+ * items: [
160
+ * {
161
+ * claimPaymentInformation: {
162
+ * checkOrEftTraceNumber: "TRN123456789",
163
+ * claimPaymentAmount: "200.00",
164
+ * id: "clp_01K6XFP3TZ8RA9X84963NMW43R",
165
+ * patientResponsibilityAmount: "50.00",
166
+ * processedAt: "2026-01-16T10:00:00Z",
167
+ * statusCode: "PROCESSED_AS_PRIMARY",
168
+ * totalClaimChargeAmount: "250.00"
169
+ * }
170
+ * },
171
+ * {
172
+ * claimAcknowledgment: {
173
+ * id: "ack_01K6XFP3TZ8RA9X84963NMW42Q",
174
+ * processedAt: "2026-01-08T09:30:00Z",
175
+ * reportedBy: "PAYER",
176
+ * sourceName: "ACME INSURANCE",
177
+ * status: "ACCEPTED"
178
+ * }
179
+ * },
180
+ * {
181
+ * professionalClaimSubmission: {
182
+ * datesOfService: {
183
+ * start: "2026-01-05"
184
+ * },
185
+ * id: "sbm_01K6XFP3TZ8RA9X84963NMW41P",
186
+ * patientControlNumber: "123456",
187
+ * patientName: {
188
+ * firstName: "John",
189
+ * lastName: "Doe",
190
+ * middleName: "Michael",
191
+ * suffix: "Jr"
192
+ * },
193
+ * processedAt: "2026-01-07T15:12:45Z",
194
+ * stediPayerId: "ABCDE",
195
+ * totalClaimChargeAmount: "250.00"
196
+ * }
197
+ * }
198
+ * ],
199
+ * nextPageToken: "eyJsYXN0SWQiOiIwMUs2WEZQMyJ9"
200
+ * }
201
+ * *\/
202
+ * ```
203
+ *
204
+ * @internal
205
+ */
206
+ export declare class GetClaimTimelineCommand extends GetClaimTimelineCommand_base {
207
+ /** @internal type navigation helper, not in runtime. */
208
+ protected static __types: {
209
+ api: {
210
+ input: GetClaimTimelineInput;
211
+ output: GetClaimTimelineOutput;
212
+ };
213
+ sdk: {
214
+ input: GetClaimTimelineCommandInput;
215
+ output: GetClaimTimelineCommandOutput;
216
+ };
217
+ };
218
+ }
@@ -0,0 +1,124 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { GetEventDestinationInput, GetEventDestinationOutput } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link GetEventDestinationCommand}.
11
+ */
12
+ export interface GetEventDestinationCommandInput extends GetEventDestinationInput {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link GetEventDestinationCommand}.
18
+ */
19
+ export interface GetEventDestinationCommandOutput extends GetEventDestinationOutput, __MetadataBearer {
20
+ }
21
+ declare const GetEventDestinationCommand_base: {
22
+ new (input: GetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetEventDestinationCommandInput, GetEventDestinationCommandOutput, import("..").StediClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetEventDestinationCommandInput, GetEventDestinationCommandOutput, import("..").StediClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * Retrieves details for an existing event destination.
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { StediClient, GetEventDestinationCommand } from "@stedi/sdk"; // ES Modules import
32
+ * // const { StediClient, GetEventDestinationCommand } = require("@stedi/sdk"); // CommonJS import
33
+ * // import type { StediClientConfig } from "@stedi/sdk";
34
+ * const config = {}; // type is StediClientConfig
35
+ * const client = new StediClient(config);
36
+ * const input = { // GetEventDestinationInput
37
+ * destinationId: "STRING_VALUE", // required
38
+ * };
39
+ * const command = new GetEventDestinationCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // GetEventDestinationOutput
42
+ * // id: "STRING_VALUE", // required
43
+ * // createdAt: new Date("TIMESTAMP"), // required
44
+ * // updatedAt: new Date("TIMESTAMP"), // required
45
+ * // status: "ENABLED" || "DISABLED", // required
46
+ * // lastDeliveryTime: new Date("TIMESTAMP"),
47
+ * // name: "STRING_VALUE", // required
48
+ * // description: "STRING_VALUE", // required
49
+ * // eventTypes: [ // EventDestinationsEventTypeList // required
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // destinationUrl: "STRING_VALUE", // required
53
+ * // concurrencyLimit: Number("int"),
54
+ * // };
55
+ *
56
+ * ```
57
+ *
58
+ * @param GetEventDestinationCommandInput - {@link GetEventDestinationCommandInput}
59
+ * @returns {@link GetEventDestinationCommandOutput}
60
+ * @see {@link GetEventDestinationCommandInput} for command's `input` shape.
61
+ * @see {@link GetEventDestinationCommandOutput} for command's `response` shape.
62
+ * @see {@link StediClientResolvedConfig | config} for StediClient's `config` shape.
63
+ *
64
+ * @throws {@link AuthenticationFailedException} (client fault)
65
+ * The request credentials are missing or not valid.
66
+ *
67
+ * @throws {@link ForbiddenException} (client fault)
68
+ * The caller is authenticated but lacks permission for this resource or action.
69
+ *
70
+ * @throws {@link InternalServerException} (server fault)
71
+ * The service failed unexpectedly. Retry with backoff.
72
+ *
73
+ * @throws {@link InvalidRequestException} (client fault)
74
+ * The request is not valid. Fix the request before retrying.
75
+ *
76
+ * @throws {@link NotFoundException} (client fault)
77
+ * The requested resource does not exist.
78
+ *
79
+ * @throws {@link TooManyRequestsException} (client fault)
80
+ * The caller has exceeded a rate limit. Retry with backoff.
81
+ *
82
+ * @throws {@link StediServiceException}
83
+ * <p>Base exception class for all service exceptions from Stedi service.</p>
84
+ *
85
+ *
86
+ * @example Get a destination
87
+ * ```javascript
88
+ * //
89
+ * const input = {
90
+ * destinationId: "dst_550e8400-e29b-41d4-a716-446655440000"
91
+ * };
92
+ * const command = new GetEventDestinationCommand(input);
93
+ * const response = await client.send(command);
94
+ * /* response is
95
+ * {
96
+ * createdAt: "2026-02-01T12:00:00Z",
97
+ * description: "Receives enrollment notifications",
98
+ * destinationUrl: "https://example.com/webhooks",
99
+ * eventTypes: [
100
+ * "enrollment.activated"
101
+ * ],
102
+ * id: "dst_550e8400-e29b-41d4-a716-446655440000",
103
+ * name: "My Destination",
104
+ * status: "ENABLED",
105
+ * updatedAt: "2026-02-01T12:00:00Z"
106
+ * }
107
+ * *\/
108
+ * ```
109
+ *
110
+ * @public
111
+ */
112
+ export declare class GetEventDestinationCommand extends GetEventDestinationCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: GetEventDestinationInput;
117
+ output: GetEventDestinationOutput;
118
+ };
119
+ sdk: {
120
+ input: GetEventDestinationCommandInput;
121
+ output: GetEventDestinationCommandOutput;
122
+ };
123
+ };
124
+ }