@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,1038 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const ProfessionalClaimSubmissionBenefitsAssignmentCertificationIndicator: {
6
+ /**
7
+ * The insured has not authorized assignment of benefits.
8
+ */
9
+ readonly NO: "NO";
10
+ /**
11
+ * Assignment of benefits does not apply, typically because there is no signature on file.
12
+ */
13
+ readonly NOT_APPLICABLE: "NOT_APPLICABLE";
14
+ /**
15
+ * The insured has authorized assignment of benefits.
16
+ */
17
+ readonly YES: "YES";
18
+ };
19
+ /**
20
+ * @public
21
+ */
22
+ export type ProfessionalClaimSubmissionBenefitsAssignmentCertificationIndicator = (typeof ProfessionalClaimSubmissionBenefitsAssignmentCertificationIndicator)[keyof typeof ProfessionalClaimSubmissionBenefitsAssignmentCertificationIndicator];
23
+ /**
24
+ * @public
25
+ * @enum
26
+ */
27
+ export declare const ProfessionalClaimSubmissionReleaseOfInformationCode: {
28
+ /**
29
+ * The provider has informed consent to release medical information, but the signed authorization has not been obtained.
30
+ */
31
+ readonly INFORMED_CONSENT: "INFORMED_CONSENT";
32
+ /**
33
+ * The provider has the patient's signed authorization to release medical information.
34
+ */
35
+ readonly YES: "YES";
36
+ };
37
+ /**
38
+ * @public
39
+ */
40
+ export type ProfessionalClaimSubmissionReleaseOfInformationCode = (typeof ProfessionalClaimSubmissionReleaseOfInformationCode)[keyof typeof ProfessionalClaimSubmissionReleaseOfInformationCode];
41
+ /**
42
+ * @public
43
+ * @enum
44
+ */
45
+ export declare const ProfessionalClaimSubmissionProviderAcceptsAssignment: {
46
+ /**
47
+ * The provider accepts assignment and agrees to accept the payer's payment as payment in full, minus any patient responsibility.
48
+ */
49
+ readonly ASSIGNED: "ASSIGNED";
50
+ /**
51
+ * The provider accepts assignment for clinical laboratory services only. This is uncommon.
52
+ */
53
+ readonly CLINICAL_LAB_ONLY: "CLINICAL_LAB_ONLY";
54
+ /**
55
+ * The provider does not accept assignment. The payer typically sends payment directly to the patient, who is then responsible for reimbursing the provider.
56
+ */
57
+ readonly NOT_ASSIGNED: "NOT_ASSIGNED";
58
+ };
59
+ /**
60
+ * @public
61
+ */
62
+ export type ProfessionalClaimSubmissionProviderAcceptsAssignment = (typeof ProfessionalClaimSubmissionProviderAcceptsAssignment)[keyof typeof ProfessionalClaimSubmissionProviderAcceptsAssignment];
63
+ /**
64
+ * @public
65
+ * @enum
66
+ */
67
+ export declare const ProfessionalClaimSubmissionProviderSignature: {
68
+ /**
69
+ * The provider does not have the rendering provider's signature on file.
70
+ */
71
+ readonly NOT_ON_FILE: "NOT_ON_FILE";
72
+ /**
73
+ * The provider has the rendering provider's signature on file.
74
+ */
75
+ readonly ON_FILE: "ON_FILE";
76
+ };
77
+ /**
78
+ * @public
79
+ */
80
+ export type ProfessionalClaimSubmissionProviderSignature = (typeof ProfessionalClaimSubmissionProviderSignature)[keyof typeof ProfessionalClaimSubmissionProviderSignature];
81
+ /**
82
+ * @public
83
+ * @enum
84
+ */
85
+ export declare const ProfessionalClaimSubmissionAttachmentReportTypeCode: {
86
+ /**
87
+ * Admission summary.
88
+ */
89
+ readonly ADMISSION_SUMMARY: "ADMISSION_SUMMARY";
90
+ /**
91
+ * Allergies or sensitivities document.
92
+ */
93
+ readonly ALLERGIES_SENSITIVITIES: "ALLERGIES_SENSITIVITIES";
94
+ /**
95
+ * Ambulance certification.
96
+ */
97
+ readonly AMBULANCE_CERTIFICATION: "AMBULANCE_CERTIFICATION";
98
+ /**
99
+ * Autopsy report.
100
+ */
101
+ readonly AUTOPSY_REPORT: "AUTOPSY_REPORT";
102
+ /**
103
+ * Baseline.
104
+ */
105
+ readonly BASELINE: "BASELINE";
106
+ /**
107
+ * Benchmark testing results.
108
+ */
109
+ readonly BENCHMARK_TESTING_RESULTS: "BENCHMARK_TESTING_RESULTS";
110
+ /**
111
+ * Blanket test results.
112
+ */
113
+ readonly BLANKET_TEST_RESULTS: "BLANKET_TEST_RESULTS";
114
+ /**
115
+ * Certification.
116
+ */
117
+ readonly CERTIFICATION: "CERTIFICATION";
118
+ /**
119
+ * Certified test report.
120
+ */
121
+ readonly CERTIFIED_TEST_REPORT: "CERTIFIED_TEST_REPORT";
122
+ /**
123
+ * Chemical analysis.
124
+ */
125
+ readonly CHEMICAL_ANALYSIS: "CHEMICAL_ANALYSIS";
126
+ /**
127
+ * Chiropractic justification.
128
+ */
129
+ readonly CHIROPRACTIC_JUSTIFICATION: "CHIROPRACTIC_JUSTIFICATION";
130
+ /**
131
+ * Consent forms.
132
+ */
133
+ readonly CONSENT_FORMS: "CONSENT_FORMS";
134
+ /**
135
+ * Continued treatment.
136
+ */
137
+ readonly CONTINUED_TREATMENT: "CONTINUED_TREATMENT";
138
+ /**
139
+ * Death notification.
140
+ */
141
+ readonly DEATH_NOTIFICATION: "DEATH_NOTIFICATION";
142
+ /**
143
+ * Dental models.
144
+ */
145
+ readonly DENTAL_MODELS: "DENTAL_MODELS";
146
+ /**
147
+ * Diagnostic report.
148
+ */
149
+ readonly DIAGNOSTIC_REPORT: "DIAGNOSTIC_REPORT";
150
+ /**
151
+ * Discharge monitoring report.
152
+ */
153
+ readonly DISCHARGE_MONITORING: "DISCHARGE_MONITORING";
154
+ /**
155
+ * Discharge summary.
156
+ */
157
+ readonly DISCHARGE_SUMMARY: "DISCHARGE_SUMMARY";
158
+ /**
159
+ * Durable medical equipment prescription.
160
+ */
161
+ readonly DME_PRESCRIPTION: "DME_PRESCRIPTION";
162
+ /**
163
+ * Drugs administered.
164
+ */
165
+ readonly DRUGS_ADMINISTERED: "DRUGS_ADMINISTERED";
166
+ /**
167
+ * Drug profile document.
168
+ */
169
+ readonly DRUG_PROFILE: "DRUG_PROFILE";
170
+ /**
171
+ * Explanation of benefits, for coordination of benefits or Medicare secondary payer.
172
+ */
173
+ readonly EXPLANATION_OF_BENEFITS: "EXPLANATION_OF_BENEFITS";
174
+ /**
175
+ * Functional goals.
176
+ */
177
+ readonly FUNCTIONAL_GOALS: "FUNCTIONAL_GOALS";
178
+ /**
179
+ * Health certificate.
180
+ */
181
+ readonly HEALTH_CERTIFICATE: "HEALTH_CERTIFICATE";
182
+ /**
183
+ * Health clinic records.
184
+ */
185
+ readonly HEALTH_CLINIC_RECORDS: "HEALTH_CLINIC_RECORDS";
186
+ /**
187
+ * Immunization record.
188
+ */
189
+ readonly IMMUNIZATION_RECORD: "IMMUNIZATION_RECORD";
190
+ /**
191
+ * Initial assessment.
192
+ */
193
+ readonly INITIAL_ASSESSMENT: "INITIAL_ASSESSMENT";
194
+ /**
195
+ * Justification for admission.
196
+ */
197
+ readonly JUSTIFICATION_FOR_ADMISSION: "JUSTIFICATION_FOR_ADMISSION";
198
+ /**
199
+ * Laboratory results.
200
+ */
201
+ readonly LABORATORY_RESULTS: "LABORATORY_RESULTS";
202
+ /**
203
+ * Patient medical history document.
204
+ */
205
+ readonly MEDICAL_HISTORY: "MEDICAL_HISTORY";
206
+ /**
207
+ * Medical record attachment.
208
+ */
209
+ readonly MEDICAL_RECORD_ATTACHMENT: "MEDICAL_RECORD_ATTACHMENT";
210
+ /**
211
+ * Models.
212
+ */
213
+ readonly MODELS: "MODELS";
214
+ /**
215
+ * Nursing notes.
216
+ */
217
+ readonly NURSING_NOTES: "NURSING_NOTES";
218
+ /**
219
+ * Operative note.
220
+ */
221
+ readonly OPERATIVE_NOTE: "OPERATIVE_NOTE";
222
+ /**
223
+ * Orders and treatments document.
224
+ */
225
+ readonly ORDERS_TREATMENTS: "ORDERS_TREATMENTS";
226
+ /**
227
+ * Oxygen content averaging report.
228
+ */
229
+ readonly OXYGEN_CONTENT_AVERAGING: "OXYGEN_CONTENT_AVERAGING";
230
+ /**
231
+ * Oxygen therapy certification.
232
+ */
233
+ readonly OXYGEN_THERAPY_CERTIFICATION: "OXYGEN_THERAPY_CERTIFICATION";
234
+ /**
235
+ * Paramedical results.
236
+ */
237
+ readonly PARAMEDICAL_RESULTS: "PARAMEDICAL_RESULTS";
238
+ /**
239
+ * Parenteral or enteral certification.
240
+ */
241
+ readonly PARENTERAL_ENTERAL_CERTIFICATION: "PARENTERAL_ENTERAL_CERTIFICATION";
242
+ /**
243
+ * Pathology report.
244
+ */
245
+ readonly PATHOLOGY_REPORT: "PATHOLOGY_REPORT";
246
+ /**
247
+ * Photographs.
248
+ */
249
+ readonly PHOTOGRAPHS: "PHOTOGRAPHS";
250
+ /**
251
+ * Objective physical examination document, including vital signs.
252
+ */
253
+ readonly PHYSICAL_EXAMINATION: "PHYSICAL_EXAMINATION";
254
+ /**
255
+ * Physical therapy certification.
256
+ */
257
+ readonly PHYSICAL_THERAPY_CERTIFICATION: "PHYSICAL_THERAPY_CERTIFICATION";
258
+ /**
259
+ * Physical therapy notes.
260
+ */
261
+ readonly PHYSICAL_THERAPY_NOTES: "PHYSICAL_THERAPY_NOTES";
262
+ /**
263
+ * Physician order.
264
+ */
265
+ readonly PHYSICIAN_ORDER: "PHYSICIAN_ORDER";
266
+ /**
267
+ * Physician's report.
268
+ */
269
+ readonly PHYSICIAN_REPORT: "PHYSICIAN_REPORT";
270
+ /**
271
+ * Plan of treatment.
272
+ */
273
+ readonly PLAN_OF_TREATMENT: "PLAN_OF_TREATMENT";
274
+ /**
275
+ * Prescription.
276
+ */
277
+ readonly PRESCRIPTION: "PRESCRIPTION";
278
+ /**
279
+ * Progress report.
280
+ */
281
+ readonly PROGRESS_REPORT: "PROGRESS_REPORT";
282
+ /**
283
+ * Prosthetics or orthotic certification.
284
+ */
285
+ readonly PROSTHETICS_ORTHOTIC_CERTIFICATION: "PROSTHETICS_ORTHOTIC_CERTIFICATION";
286
+ /**
287
+ * Radiology films.
288
+ */
289
+ readonly RADIOLOGY_FILMS: "RADIOLOGY_FILMS";
290
+ /**
291
+ * Radiology reports.
292
+ */
293
+ readonly RADIOLOGY_REPORTS: "RADIOLOGY_REPORTS";
294
+ /**
295
+ * Recovery plan.
296
+ */
297
+ readonly RECOVERY_PLAN: "RECOVERY_PLAN";
298
+ /**
299
+ * Referral form.
300
+ */
301
+ readonly REFERRAL_FORM: "REFERRAL_FORM";
302
+ /**
303
+ * Renewable oxygen content averaging report.
304
+ */
305
+ readonly RENEWABLE_OXYGEN_CONTENT: "RENEWABLE_OXYGEN_CONTENT";
306
+ /**
307
+ * Report justifying treatment beyond utilization guidelines.
308
+ */
309
+ readonly REPORT_JUSTIFYING_TREATMENT: "REPORT_JUSTIFYING_TREATMENT";
310
+ /**
311
+ * State school immunization records.
312
+ */
313
+ readonly STATE_IMMUNIZATION_RECORDS: "STATE_IMMUNIZATION_RECORDS";
314
+ /**
315
+ * Support data for the claim.
316
+ */
317
+ readonly SUPPORT_DATA: "SUPPORT_DATA";
318
+ /**
319
+ * Symptoms document.
320
+ */
321
+ readonly SYMPTOMS_DOCUMENT: "SYMPTOMS_DOCUMENT";
322
+ /**
323
+ * Report of tests and analysis.
324
+ */
325
+ readonly TESTS_ANALYSIS_REPORT: "TESTS_ANALYSIS_REPORT";
326
+ /**
327
+ * Treatment diagnosis.
328
+ */
329
+ readonly TREATMENT_DIAGNOSIS: "TREATMENT_DIAGNOSIS";
330
+ };
331
+ /**
332
+ * @public
333
+ */
334
+ export type ProfessionalClaimSubmissionAttachmentReportTypeCode = (typeof ProfessionalClaimSubmissionAttachmentReportTypeCode)[keyof typeof ProfessionalClaimSubmissionAttachmentReportTypeCode];
335
+ /**
336
+ * @public
337
+ * @enum
338
+ */
339
+ export declare const ProfessionalClaimSubmissionAttachmentTransmissionCode: {
340
+ /**
341
+ * The attachment is held by the provider and made available to the payer on request.
342
+ */
343
+ readonly AVAILABLE_ON_REQUEST: "AVAILABLE_ON_REQUEST";
344
+ /**
345
+ * The attachment is sent by fax.
346
+ */
347
+ readonly BY_FAX: "BY_FAX";
348
+ /**
349
+ * The attachment is sent by mail.
350
+ */
351
+ readonly BY_MAIL: "BY_MAIL";
352
+ /**
353
+ * The attachment is sent electronically only.
354
+ */
355
+ readonly ELECTRONICALLY_ONLY: "ELECTRONICALLY_ONLY";
356
+ /**
357
+ * The attachment is sent by email.
358
+ */
359
+ readonly EMAIL: "EMAIL";
360
+ /**
361
+ * The attachment is sent by file transfer.
362
+ */
363
+ readonly FILE_TRANSFER: "FILE_TRANSFER";
364
+ };
365
+ /**
366
+ * @public
367
+ */
368
+ export type ProfessionalClaimSubmissionAttachmentTransmissionCode = (typeof ProfessionalClaimSubmissionAttachmentTransmissionCode)[keyof typeof ProfessionalClaimSubmissionAttachmentTransmissionCode];
369
+ /**
370
+ * @public
371
+ * @enum
372
+ */
373
+ export declare const ProfessionalClaimSubmissionEPSDTReferralConditionIndicator: {
374
+ /**
375
+ * A referral was available but not used.
376
+ */
377
+ readonly AVAILABLE_NOT_USED: "AVAILABLE_NOT_USED";
378
+ /**
379
+ * A new service was requested through a referral.
380
+ */
381
+ readonly NEW_SERVICE_REQUESTED: "NEW_SERVICE_REQUESTED";
382
+ /**
383
+ * Not used.
384
+ */
385
+ readonly NOT_USED: "NOT_USED";
386
+ /**
387
+ * The patient is under treatment.
388
+ */
389
+ readonly UNDER_TREATMENT: "UNDER_TREATMENT";
390
+ };
391
+ /**
392
+ * @public
393
+ */
394
+ export type ProfessionalClaimSubmissionEPSDTReferralConditionIndicator = (typeof ProfessionalClaimSubmissionEPSDTReferralConditionIndicator)[keyof typeof ProfessionalClaimSubmissionEPSDTReferralConditionIndicator];
395
+ /**
396
+ * @public
397
+ * @enum
398
+ */
399
+ export declare const ProfessionalClaimSubmissionClaimFrequencyCode: {
400
+ /**
401
+ * This claim cancels, or voids, a previously submitted claim.
402
+ */
403
+ readonly CANCELLATION_OF_PRIOR_CLAIM: "CANCELLATION_OF_PRIOR_CLAIM";
404
+ /**
405
+ * This claim replaces a previously submitted claim.
406
+ */
407
+ readonly REPLACEMENT_OF_PRIOR_CLAIM: "REPLACEMENT_OF_PRIOR_CLAIM";
408
+ };
409
+ /**
410
+ * @public
411
+ */
412
+ export type ProfessionalClaimSubmissionClaimFrequencyCode = (typeof ProfessionalClaimSubmissionClaimFrequencyCode)[keyof typeof ProfessionalClaimSubmissionClaimFrequencyCode];
413
+ /**
414
+ * @public
415
+ * @enum
416
+ */
417
+ export declare const ProfessionalClaimSubmissionGenderCode: {
418
+ /**
419
+ * Female.
420
+ */
421
+ readonly FEMALE: "FEMALE";
422
+ /**
423
+ * Male.
424
+ */
425
+ readonly MALE: "MALE";
426
+ /**
427
+ * Unknown. Use when the person declines to answer or does not identify as male or female. Note that some payers may reject the claim if the sex doesn't match what they have in their member records.
428
+ */
429
+ readonly UNKNOWN: "UNKNOWN";
430
+ };
431
+ /**
432
+ * @public
433
+ */
434
+ export type ProfessionalClaimSubmissionGenderCode = (typeof ProfessionalClaimSubmissionGenderCode)[keyof typeof ProfessionalClaimSubmissionGenderCode];
435
+ /**
436
+ * @public
437
+ * @enum
438
+ */
439
+ export declare const ProfessionalClaimSubmissionInsuranceType: {
440
+ /**
441
+ * CHAMPVA, the Civilian Health and Medical Program of the Department of Veterans Affairs, which covers spouses and dependents of certain disabled or deceased veterans.
442
+ */
443
+ readonly CHAMPVA: "CHAMPVA";
444
+ /**
445
+ * Workers' compensation, FECA, or Black Lung coverage for workers injured on the job. FECA stands for the Federal Employees' Compensation Act.
446
+ */
447
+ readonly FECA_BLK_LUNG: "FECA_BLK_LUNG";
448
+ /**
449
+ * Medicaid.
450
+ */
451
+ readonly MEDICAID: "MEDICAID";
452
+ /**
453
+ * Original Medicare. Don't use this for Medicare Advantage plans – use `OTHER` instead.
454
+ */
455
+ readonly MEDICARE: "MEDICARE";
456
+ /**
457
+ * Any other plan type, including commercial payers and Medicare Advantage. Use this for most claims.
458
+ */
459
+ readonly OTHER: "OTHER";
460
+ /**
461
+ * TRICARE, the U.S. Department of Defense's health care program for military members and their families.
462
+ */
463
+ readonly TRICARE: "TRICARE";
464
+ };
465
+ /**
466
+ * @public
467
+ */
468
+ export type ProfessionalClaimSubmissionInsuranceType = (typeof ProfessionalClaimSubmissionInsuranceType)[keyof typeof ProfessionalClaimSubmissionInsuranceType];
469
+ /**
470
+ * @public
471
+ * @enum
472
+ */
473
+ export declare const ProfessionalClaimSubmissionPaymentResponsibilityLevelCode: {
474
+ /**
475
+ * The payer is the primary payer for this claim.
476
+ */
477
+ readonly PRIMARY: "PRIMARY";
478
+ };
479
+ /**
480
+ * @public
481
+ */
482
+ export type ProfessionalClaimSubmissionPaymentResponsibilityLevelCode = (typeof ProfessionalClaimSubmissionPaymentResponsibilityLevelCode)[keyof typeof ProfessionalClaimSubmissionPaymentResponsibilityLevelCode];
483
+ /**
484
+ * @public
485
+ * @enum
486
+ */
487
+ export declare const ProfessionalClaimSubmissionClaimFilingIndicator: {
488
+ /**
489
+ * Automobile medical coverage.
490
+ */
491
+ readonly AUTOMOBILE_MEDICAL: "AUTOMOBILE_MEDICAL";
492
+ /**
493
+ * Blue Cross Blue Shield.
494
+ */
495
+ readonly BLUE_CROSS_BLUE_SHIELD: "BLUE_CROSS_BLUE_SHIELD";
496
+ /**
497
+ * A commercial insurance company.
498
+ */
499
+ readonly COMMERCIAL_INSURANCE: "COMMERCIAL_INSURANCE";
500
+ /**
501
+ * A dental maintenance organization.
502
+ */
503
+ readonly DENTAL_MAINTENANCE_ORGANIZATION: "DENTAL_MAINTENANCE_ORGANIZATION";
504
+ /**
505
+ * Disability coverage.
506
+ */
507
+ readonly DISABILITY: "DISABILITY";
508
+ /**
509
+ * An exclusive provider organization (EPO).
510
+ */
511
+ readonly EXCLUSIVE_PROVIDER_ORGANIZATION: "EXCLUSIVE_PROVIDER_ORGANIZATION";
512
+ /**
513
+ * The Federal Employees Program.
514
+ */
515
+ readonly FEDERAL_EMPLOYEES_PROGRAM: "FEDERAL_EMPLOYEES_PROGRAM";
516
+ /**
517
+ * A health maintenance organization (HMO).
518
+ */
519
+ readonly HEALTH_MAINTENANCE_ORGANIZATION: "HEALTH_MAINTENANCE_ORGANIZATION";
520
+ /**
521
+ * An HMO Medicare risk plan.
522
+ */
523
+ readonly HMO_MEDICARE_RISK: "HMO_MEDICARE_RISK";
524
+ /**
525
+ * An indemnity insurance plan.
526
+ */
527
+ readonly INDEMNITY_INSURANCE: "INDEMNITY_INSURANCE";
528
+ /**
529
+ * Liability medical coverage.
530
+ */
531
+ readonly LIABILITY_MEDICAL: "LIABILITY_MEDICAL";
532
+ /**
533
+ * Medicaid.
534
+ */
535
+ readonly MEDICAID: "MEDICAID";
536
+ /**
537
+ * Medicare Part A.
538
+ */
539
+ readonly MEDICARE_PART_A: "MEDICARE_PART_A";
540
+ /**
541
+ * Medicare Part B.
542
+ */
543
+ readonly MEDICARE_PART_B: "MEDICARE_PART_B";
544
+ /**
545
+ * A mutually defined plan type agreed on with the payer.
546
+ */
547
+ readonly MUTUALLY_DEFINED: "MUTUALLY_DEFINED";
548
+ /**
549
+ * Another federal program.
550
+ */
551
+ readonly OTHER_FEDERAL_PROGRAM: "OTHER_FEDERAL_PROGRAM";
552
+ /**
553
+ * Another non-federal program.
554
+ */
555
+ readonly OTHER_NON_FEDERAL_PROGRAMS: "OTHER_NON_FEDERAL_PROGRAMS";
556
+ /**
557
+ * A point-of-service (POS) plan.
558
+ */
559
+ readonly POINT_OF_SERVICE: "POINT_OF_SERVICE";
560
+ /**
561
+ * A preferred provider organization (PPO).
562
+ */
563
+ readonly PREFERRED_PROVIDER_ORGANIZATION: "PREFERRED_PROVIDER_ORGANIZATION";
564
+ /**
565
+ * A Title V program.
566
+ */
567
+ readonly TITLE_V: "TITLE_V";
568
+ /**
569
+ * TRICARE.
570
+ */
571
+ readonly TRICARE: "TRICARE";
572
+ /**
573
+ * A Veterans Affairs plan.
574
+ */
575
+ readonly VETERANS_AFFAIRS_PLAN: "VETERANS_AFFAIRS_PLAN";
576
+ /**
577
+ * A workers' compensation health claim.
578
+ */
579
+ readonly WORKERS_COMPENSATION_HEALTH_CLAIM: "WORKERS_COMPENSATION_HEALTH_CLAIM";
580
+ };
581
+ /**
582
+ * @public
583
+ */
584
+ export type ProfessionalClaimSubmissionClaimFilingIndicator = (typeof ProfessionalClaimSubmissionClaimFilingIndicator)[keyof typeof ProfessionalClaimSubmissionClaimFilingIndicator];
585
+ /**
586
+ * @public
587
+ * @enum
588
+ */
589
+ export declare const ProfessionalClaimSubmissionMedicareSecondaryInsuranceType: {
590
+ /**
591
+ * Black Lung benefits are primary.
592
+ */
593
+ readonly BLACK_LUNG: "BLACK_LUNG";
594
+ /**
595
+ * A disabled beneficiary under age 65 covered by a large group health plan.
596
+ */
597
+ readonly DISABLED_BENEFICIARY_UNDER_AGE_65_WITH_LGHP: "DISABLED_BENEFICIARY_UNDER_AGE_65_WITH_LGHP";
598
+ /**
599
+ * End-stage renal disease coverage during the mandated coordination period with an employer group health plan.
600
+ */
601
+ readonly END_STAGE_RENAL_DISEASE_IN_MANDATED_COORDINATION_PERIOD_WITH_EGHP: "END_STAGE_RENAL_DISEASE_IN_MANDATED_COORDINATION_PERIOD_WITH_EGHP";
602
+ /**
603
+ * No-fault insurance, including automobile coverage, is primary.
604
+ */
605
+ readonly NO_FAULT_INSURANCE_INCLUDING_AUTO_IS_PRIMARY: "NO_FAULT_INSURANCE_INCLUDING_AUTO_IS_PRIMARY";
606
+ /**
607
+ * Other liability insurance is primary.
608
+ */
609
+ readonly OTHER_LIABILITY_INSURANCE_IS_PRIMARY: "OTHER_LIABILITY_INSURANCE_IS_PRIMARY";
610
+ /**
611
+ * A public health service or other federal agency is primary.
612
+ */
613
+ readonly PUBLIC_HEALTH_SERVICE_OR_OTHER_FEDERAL_AGENCY: "PUBLIC_HEALTH_SERVICE_OR_OTHER_FEDERAL_AGENCY";
614
+ /**
615
+ * Veterans Administration coverage is primary.
616
+ */
617
+ readonly VETERANS_ADMINISTRATION: "VETERANS_ADMINISTRATION";
618
+ /**
619
+ * Workers' compensation is primary.
620
+ */
621
+ readonly WORKERS_COMPENSATION: "WORKERS_COMPENSATION";
622
+ /**
623
+ * A working aged beneficiary or spouse covered by an employer group health plan.
624
+ */
625
+ readonly WORKING_AGED_BENEFICIARY_OR_SPOUSE_WITH_EGHP: "WORKING_AGED_BENEFICIARY_OR_SPOUSE_WITH_EGHP";
626
+ };
627
+ /**
628
+ * @public
629
+ */
630
+ export type ProfessionalClaimSubmissionMedicareSecondaryInsuranceType = (typeof ProfessionalClaimSubmissionMedicareSecondaryInsuranceType)[keyof typeof ProfessionalClaimSubmissionMedicareSecondaryInsuranceType];
631
+ /**
632
+ * @public
633
+ * @enum
634
+ */
635
+ export declare const ProfessionalClaimSubmissionOtherInsuredRelationshipToInsured: {
636
+ /**
637
+ * The patient is a cadaver donor.
638
+ */
639
+ readonly CADAVER_DONOR: "CADAVER_DONOR";
640
+ /**
641
+ * The patient is the other insured's child.
642
+ */
643
+ readonly CHILD: "CHILD";
644
+ /**
645
+ * The patient is the other insured's employee.
646
+ */
647
+ readonly EMPLOYEE: "EMPLOYEE";
648
+ /**
649
+ * The patient is the other insured's life partner.
650
+ */
651
+ readonly LIFE_PARTNER: "LIFE_PARTNER";
652
+ /**
653
+ * The patient is an organ donor.
654
+ */
655
+ readonly ORGAN_DONOR: "ORGAN_DONOR";
656
+ /**
657
+ * The patient has another relationship to the other insured.
658
+ */
659
+ readonly OTHER_RELATIONSHIP: "OTHER_RELATIONSHIP";
660
+ /**
661
+ * The patient is the other insured.
662
+ */
663
+ readonly SELF: "SELF";
664
+ /**
665
+ * The patient is the other insured's spouse.
666
+ */
667
+ readonly SPOUSE: "SPOUSE";
668
+ /**
669
+ * The relationship is unknown.
670
+ */
671
+ readonly UNKNOWN: "UNKNOWN";
672
+ };
673
+ /**
674
+ * @public
675
+ */
676
+ export type ProfessionalClaimSubmissionOtherInsuredRelationshipToInsured = (typeof ProfessionalClaimSubmissionOtherInsuredRelationshipToInsured)[keyof typeof ProfessionalClaimSubmissionOtherInsuredRelationshipToInsured];
677
+ /**
678
+ * @public
679
+ * @enum
680
+ */
681
+ export declare const ProfessionalClaimSubmissionResponsibilityLevel: {
682
+ /**
683
+ * The primary payer.
684
+ */
685
+ readonly PRIMARY: "PRIMARY";
686
+ /**
687
+ * The secondary payer.
688
+ */
689
+ readonly SECONDARY: "SECONDARY";
690
+ /**
691
+ * The tertiary payer.
692
+ */
693
+ readonly TERTIARY: "TERTIARY";
694
+ };
695
+ /**
696
+ * @public
697
+ */
698
+ export type ProfessionalClaimSubmissionResponsibilityLevel = (typeof ProfessionalClaimSubmissionResponsibilityLevel)[keyof typeof ProfessionalClaimSubmissionResponsibilityLevel];
699
+ /**
700
+ * @public
701
+ * @enum
702
+ */
703
+ export declare const ProfessionalClaimSubmissionPatientRelationshipToInsured: {
704
+ /**
705
+ * The patient is the insured's child.
706
+ */
707
+ readonly CHILD: "CHILD";
708
+ /**
709
+ * The patient is the insured's employee, typically for workers' compensation claims where the insured is the employer.
710
+ */
711
+ readonly EMPLOYEE: "EMPLOYEE";
712
+ /**
713
+ * The patient has another relationship to the insured.
714
+ */
715
+ readonly OTHER_RELATIONSHIP: "OTHER_RELATIONSHIP";
716
+ /**
717
+ * The patient is the insured's spouse.
718
+ */
719
+ readonly SPOUSE: "SPOUSE";
720
+ };
721
+ /**
722
+ * @public
723
+ */
724
+ export type ProfessionalClaimSubmissionPatientRelationshipToInsured = (typeof ProfessionalClaimSubmissionPatientRelationshipToInsured)[keyof typeof ProfessionalClaimSubmissionPatientRelationshipToInsured];
725
+ /**
726
+ * @public
727
+ * @enum
728
+ */
729
+ export declare const ProfessionalClaimSubmissionPurpose: {
730
+ /**
731
+ * A standard fee-for-service claim with at least one chargeable line item. Use this for most submissions.
732
+ */
733
+ readonly CHARGEABLE: "CHARGEABLE";
734
+ /**
735
+ * A reporting-only submission that is not a request for payment.
736
+ */
737
+ readonly REPORTING: "REPORTING";
738
+ /**
739
+ * Only for use by state Medicaid agencies performing post-payment recovery.
740
+ */
741
+ readonly SUBROGATION_DEMAND: "SUBROGATION_DEMAND";
742
+ };
743
+ /**
744
+ * @public
745
+ */
746
+ export type ProfessionalClaimSubmissionPurpose = (typeof ProfessionalClaimSubmissionPurpose)[keyof typeof ProfessionalClaimSubmissionPurpose];
747
+ /**
748
+ * @public
749
+ * @enum
750
+ */
751
+ export declare const ProfessionalClaimSubmissionDrugIdentificationUnitOfMeasure: {
752
+ /**
753
+ * Gram.
754
+ */
755
+ readonly GRAM: "GRAM";
756
+ /**
757
+ * International unit.
758
+ */
759
+ readonly INTERNATIONAL_UNIT: "INTERNATIONAL_UNIT";
760
+ /**
761
+ * Milligram.
762
+ */
763
+ readonly MILLIGRAM: "MILLIGRAM";
764
+ /**
765
+ * Milliliter.
766
+ */
767
+ readonly MILLILITER: "MILLILITER";
768
+ /**
769
+ * Unit.
770
+ */
771
+ readonly UNIT: "UNIT";
772
+ };
773
+ /**
774
+ * @public
775
+ */
776
+ export type ProfessionalClaimSubmissionDrugIdentificationUnitOfMeasure = (typeof ProfessionalClaimSubmissionDrugIdentificationUnitOfMeasure)[keyof typeof ProfessionalClaimSubmissionDrugIdentificationUnitOfMeasure];
777
+ /**
778
+ * @public
779
+ * @enum
780
+ */
781
+ export declare const ProfessionalClaimSubmissionPurchasedServiceProviderEntityType: {
782
+ /**
783
+ * An organization, such as an independent laboratory.
784
+ */
785
+ readonly ORGANIZATION: "ORGANIZATION";
786
+ /**
787
+ * An individual provider, such as a physician who performed a purchased interpretation.
788
+ */
789
+ readonly PERSON: "PERSON";
790
+ };
791
+ /**
792
+ * @public
793
+ */
794
+ export type ProfessionalClaimSubmissionPurchasedServiceProviderEntityType = (typeof ProfessionalClaimSubmissionPurchasedServiceProviderEntityType)[keyof typeof ProfessionalClaimSubmissionPurchasedServiceProviderEntityType];
795
+ /**
796
+ * @public
797
+ * @enum
798
+ */
799
+ export declare const ClaimAcknowledgmentStatus: {
800
+ /**
801
+ * A clearinghouse or the payer accepted the claim. A clearinghouse acceptance means the claim passed its edits and the clearinghouse forwarded it to the payer. A payer acceptance means the payer will adjudicate the claim.
802
+ */
803
+ readonly ACCEPTED: "ACCEPTED";
804
+ /**
805
+ * Stedi couldn't determine the status because the 277CA carries a status category code Stedi doesn't recognize.
806
+ */
807
+ readonly INVALID: "INVALID";
808
+ /**
809
+ * A clearinghouse or the payer received the claim but hasn't yet accepted or rejected it.
810
+ */
811
+ readonly RECEIVED: "RECEIVED";
812
+ /**
813
+ * A clearinghouse or the payer rejected the claim. The payer won't adjudicate the claim until you correct and resubmit it.
814
+ */
815
+ readonly REJECTED: "REJECTED";
816
+ };
817
+ /**
818
+ * @public
819
+ */
820
+ export type ClaimAcknowledgmentStatus = (typeof ClaimAcknowledgmentStatus)[keyof typeof ClaimAcknowledgmentStatus];
821
+ /**
822
+ * @public
823
+ * @enum
824
+ */
825
+ export declare const ClaimType: {
826
+ /**
827
+ * An 837D dental claim, the electronic equivalent of the ADA Dental Claim Form.
828
+ */
829
+ readonly DENTAL: "DENTAL";
830
+ /**
831
+ * An 837I institutional claim, the electronic equivalent of the UB-04 form.
832
+ */
833
+ readonly INSTITUTIONAL: "INSTITUTIONAL";
834
+ /**
835
+ * An 837P professional claim, the electronic equivalent of the CMS-1500 form.
836
+ */
837
+ readonly PROFESSIONAL: "PROFESSIONAL";
838
+ };
839
+ /**
840
+ * @public
841
+ */
842
+ export type ClaimType = (typeof ClaimType)[keyof typeof ClaimType];
843
+ /**
844
+ * @public
845
+ * @enum
846
+ */
847
+ export declare const ClaimStatusReportedBy: {
848
+ /**
849
+ * A clearinghouse reported the status, either Stedi or an intermediary clearinghouse between Stedi and the payer.
850
+ */
851
+ readonly CLEARINGHOUSE: "CLEARINGHOUSE";
852
+ /**
853
+ * The payer reported the status, in a 277CA claim acknowledgment or an 835 ERA.
854
+ */
855
+ readonly PAYER: "PAYER";
856
+ };
857
+ /**
858
+ * @public
859
+ */
860
+ export type ClaimStatusReportedBy = (typeof ClaimStatusReportedBy)[keyof typeof ClaimStatusReportedBy];
861
+ /**
862
+ * @public
863
+ * @enum
864
+ */
865
+ export declare const ClaimPaymentInformationStatusCode: {
866
+ /**
867
+ * The payer denied the claim.
868
+ */
869
+ readonly DENIED: "DENIED";
870
+ /**
871
+ * The payer isn't responsible for the claim and forwarded it to additional payers.
872
+ */
873
+ readonly NOT_OUR_CLAIM_FORWARDED_TO_ADDITIONAL_PAYERS: "NOT_OUR_CLAIM_FORWARDED_TO_ADDITIONAL_PAYERS";
874
+ /**
875
+ * The payer priced the claim without paying it.
876
+ */
877
+ readonly PREDETERMINATION_PRICING_ONLY: "PREDETERMINATION_PRICING_ONLY";
878
+ /**
879
+ * The payer processed the claim as the primary payer.
880
+ */
881
+ readonly PROCESSED_AS_PRIMARY: "PROCESSED_AS_PRIMARY";
882
+ /**
883
+ * The payer processed the claim as the primary payer and forwarded it to additional payers.
884
+ */
885
+ readonly PROCESSED_AS_PRIMARY_FORWARDED_TO_ADDITIONAL_PAYERS: "PROCESSED_AS_PRIMARY_FORWARDED_TO_ADDITIONAL_PAYERS";
886
+ /**
887
+ * The payer processed the claim as the secondary payer.
888
+ */
889
+ readonly PROCESSED_AS_SECONDARY: "PROCESSED_AS_SECONDARY";
890
+ /**
891
+ * The payer processed the claim as the secondary payer and forwarded it to additional payers.
892
+ */
893
+ readonly PROCESSED_AS_SECONDARY_FORWARDED_TO_ADDITIONAL_PAYERS: "PROCESSED_AS_SECONDARY_FORWARDED_TO_ADDITIONAL_PAYERS";
894
+ /**
895
+ * The payer processed the claim as the tertiary payer.
896
+ */
897
+ readonly PROCESSED_AS_TERTIARY: "PROCESSED_AS_TERTIARY";
898
+ /**
899
+ * The payer processed the claim as the tertiary payer and forwarded it to additional payers.
900
+ */
901
+ readonly PROCESSED_AS_TERTIARY_FORWARDED_TO_ADDITIONAL_PAYERS: "PROCESSED_AS_TERTIARY_FORWARDED_TO_ADDITIONAL_PAYERS";
902
+ /**
903
+ * The payer reversed a payment it reported earlier. The amounts are negative, so they cancel the earlier payment.
904
+ */
905
+ readonly REVERSAL_OF_PREVIOUS_PAYMENT: "REVERSAL_OF_PREVIOUS_PAYMENT";
906
+ };
907
+ /**
908
+ * @public
909
+ */
910
+ export type ClaimPaymentInformationStatusCode = (typeof ClaimPaymentInformationStatusCode)[keyof typeof ClaimPaymentInformationStatusCode];
911
+ /**
912
+ * @public
913
+ * @enum
914
+ */
915
+ export declare const ClaimStatus: {
916
+ /**
917
+ * A clearinghouse or the payer accepted the claim. Check `statusReportedBy` to see which one.
918
+ */
919
+ readonly ACCEPTED: "ACCEPTED";
920
+ /**
921
+ * The payer adjudicated the claim and denied it in an 835 ERA.
922
+ */
923
+ readonly DENIED: "DENIED";
924
+ /**
925
+ * The payer adjudicated the claim and reported the result in an 835 ERA. The payer may have paid all, part, or none of the charges. Check `totalClaimPaidAmount` for the amount.
926
+ */
927
+ readonly PROCESSED: "PROCESSED";
928
+ /**
929
+ * A clearinghouse or the payer received the claim but hasn't yet accepted or rejected it.
930
+ */
931
+ readonly RECEIVED: "RECEIVED";
932
+ /**
933
+ * A clearinghouse or the payer rejected the claim. The payer won't adjudicate the claim until you correct and resubmit it.
934
+ */
935
+ readonly REJECTED: "REJECTED";
936
+ /**
937
+ * You submitted the claim. No clearinghouse or payer has acknowledged it yet.
938
+ */
939
+ readonly SUBMITTED: "SUBMITTED";
940
+ /**
941
+ * Stedi couldn't determine the status. The 277CA carries a status category code Stedi doesn't recognize, or the 835 ERA doesn't report a clear outcome for the claim.
942
+ */
943
+ readonly UNKNOWN: "UNKNOWN";
944
+ };
945
+ /**
946
+ * @public
947
+ */
948
+ export type ClaimStatus = (typeof ClaimStatus)[keyof typeof ClaimStatus];
949
+ /**
950
+ * @public
951
+ * @enum
952
+ */
953
+ export declare const EventDestinationsDestinationInputStatus: {
954
+ /**
955
+ * The destination is paused and will not receive event deliveries.
956
+ */
957
+ readonly DISABLED: "DISABLED";
958
+ /**
959
+ * The destination is active and will receive event deliveries.
960
+ */
961
+ readonly ENABLED: "ENABLED";
962
+ };
963
+ /**
964
+ * @public
965
+ */
966
+ export type EventDestinationsDestinationInputStatus = (typeof EventDestinationsDestinationInputStatus)[keyof typeof EventDestinationsDestinationInputStatus];
967
+ /**
968
+ * @public
969
+ * @enum
970
+ */
971
+ export declare const EventDestinationsDestinationStatus: {
972
+ /**
973
+ * The destination is paused and will not receive event deliveries.
974
+ */
975
+ readonly DISABLED: "DISABLED";
976
+ /**
977
+ * The destination is active and will receive event deliveries.
978
+ */
979
+ readonly ENABLED: "ENABLED";
980
+ };
981
+ /**
982
+ * @public
983
+ */
984
+ export type EventDestinationsDestinationStatus = (typeof EventDestinationsDestinationStatus)[keyof typeof EventDestinationsDestinationStatus];
985
+ /**
986
+ * @public
987
+ * @enum
988
+ */
989
+ export declare const EventDestinationsEventEnvironment: {
990
+ /**
991
+ * Production environment.
992
+ */
993
+ readonly PRODUCTION: "PRODUCTION";
994
+ /**
995
+ * Test environment.
996
+ */
997
+ readonly TEST: "TEST";
998
+ };
999
+ /**
1000
+ * @public
1001
+ */
1002
+ export type EventDestinationsEventEnvironment = (typeof EventDestinationsEventEnvironment)[keyof typeof EventDestinationsEventEnvironment];
1003
+ /**
1004
+ * @public
1005
+ * @enum
1006
+ */
1007
+ export declare const EventDestinationsEventPayloadObjectType: {
1008
+ /**
1009
+ * Version 1 thin event schema.
1010
+ */
1011
+ readonly V1_EVENT: "v1.event";
1012
+ };
1013
+ /**
1014
+ * @public
1015
+ */
1016
+ export type EventDestinationsEventPayloadObjectType = (typeof EventDestinationsEventPayloadObjectType)[keyof typeof EventDestinationsEventPayloadObjectType];
1017
+ /**
1018
+ * @public
1019
+ * @enum
1020
+ */
1021
+ export declare const EventDestinationsEventStatus: {
1022
+ /**
1023
+ * Stedi successfully delivered the event to all relevant event destinations.
1024
+ */
1025
+ readonly DELIVERED: "DELIVERED";
1026
+ /**
1027
+ * Stedi couldn't deliver the event to at least one event destination and is no longer retrying. Deliveries to some event destinations may have been successful.
1028
+ */
1029
+ readonly FAILED: "FAILED";
1030
+ /**
1031
+ * Stedi is still trying to deliver the event to one or more event destinations. Events may stay in this state for multiple days as Stedi automatically retries.
1032
+ */
1033
+ readonly PENDING: "PENDING";
1034
+ };
1035
+ /**
1036
+ * @public
1037
+ */
1038
+ export type EventDestinationsEventStatus = (typeof EventDestinationsEventStatus)[keyof typeof EventDestinationsEventStatus];