candidhealth 0.6.0 → 0.6.2

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 (316) hide show
  1. package/Client.d.ts +3 -6
  2. package/Client.js +19 -24
  3. package/api/resources/auth/resources/v2/client/Client.d.ts +14 -0
  4. package/api/resources/auth/resources/v2/client/Client.js +15 -1
  5. package/api/resources/billingNotes/client/Client.d.ts +3 -3
  6. package/api/resources/billingNotes/client/Client.js +4 -69
  7. package/api/resources/billingNotes/client/index.d.ts +1 -2
  8. package/api/resources/billingNotes/client/index.js +0 -29
  9. package/api/resources/billingNotes/index.d.ts +1 -1
  10. package/api/resources/billingNotes/index.js +1 -1
  11. package/api/resources/billingNotes/resources/index.d.ts +1 -0
  12. package/api/resources/billingNotes/resources/index.js +27 -0
  13. package/api/resources/billingNotes/resources/v2/client/Client.d.ts +18 -0
  14. package/{dist/api/resources/tasks/resources/v3 → api/resources/billingNotes/resources/v2}/client/Client.js +12 -9
  15. package/{dist/api/resources/payers/client/get.d.ts → api/resources/billingNotes/resources/v2/client/create.d.ts} +6 -6
  16. package/{dist/api/resources/billingNotes → api/resources/billingNotes/resources/v2}/client/create.js +2 -2
  17. package/api/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
  18. package/api/resources/{tasks/resources/v3 → billingNotes/resources/v2}/client/index.js +6 -2
  19. package/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +7 -0
  20. package/api/resources/billingNotes/{types → resources/v2/types}/BillingNote.d.ts +3 -3
  21. package/{dist/api/resources/billingNotes → api/resources/billingNotes/resources/v2}/types/BillingNoteId.d.ts +3 -3
  22. package/api/resources/commons/types/index.d.ts +0 -1
  23. package/api/resources/commons/types/index.js +0 -1
  24. package/api/resources/eligibility/resources/v2/client/Client.d.ts +6 -2
  25. package/api/resources/eligibility/resources/v2/client/Client.js +7 -3
  26. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  27. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
  28. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  29. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  30. package/api/resources/exports/resources/v3/client/Client.d.ts +15 -0
  31. package/api/resources/exports/resources/v3/client/Client.js +16 -1
  32. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  33. package/api/resources/index.d.ts +2 -7
  34. package/api/resources/index.js +3 -8
  35. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  36. package/api/resources/payers/client/Client.d.ts +3 -4
  37. package/api/resources/payers/client/Client.js +4 -108
  38. package/api/resources/payers/client/index.d.ts +1 -3
  39. package/api/resources/payers/client/index.js +0 -30
  40. package/api/resources/payers/index.d.ts +1 -1
  41. package/api/resources/payers/index.js +1 -1
  42. package/api/resources/{tasks → payers}/resources/v3/client/Client.d.ts +2 -1
  43. package/api/resources/payers/resources/v3/client/Client.js +122 -0
  44. package/api/resources/{tasks/resources/v3/client/getActions.d.ts → payers/resources/v3/client/get.d.ts} +4 -4
  45. package/api/resources/{tasks/resources/v3/client/getActions.js → payers/resources/v3/client/get.js} +1 -1
  46. package/{dist/api/resources/tasks/resources/v3/client/getActions.d.ts → api/resources/payers/resources/v3/client/getAll.d.ts} +4 -4
  47. package/{dist/api/resources/tasks/resources/v3/client/getActions.js → api/resources/payers/resources/v3/client/getAll.js} +1 -1
  48. package/api/resources/payers/resources/v3/client/index.d.ts +3 -0
  49. package/api/resources/payers/resources/v3/client/index.js +32 -0
  50. package/api/resources/payers/{client → resources/v3/client}/requests/GetAllPayersRequest.d.ts +1 -1
  51. package/api/resources/payers/{types → resources/v3/types}/Payer.d.ts +2 -2
  52. package/api/resources/payers/{types → resources/v3/types}/PayerPage.d.ts +2 -2
  53. package/api/resources/payers/resources/v3/types/PayerUuid.d.ts +8 -0
  54. package/dist/Client.d.ts +3 -6
  55. package/dist/Client.js +19 -24
  56. package/dist/api/resources/auth/resources/v2/client/Client.d.ts +14 -0
  57. package/dist/api/resources/auth/resources/v2/client/Client.js +15 -1
  58. package/dist/api/resources/billingNotes/client/Client.d.ts +3 -3
  59. package/dist/api/resources/billingNotes/client/Client.js +4 -69
  60. package/dist/api/resources/billingNotes/client/index.d.ts +1 -2
  61. package/dist/api/resources/billingNotes/client/index.js +0 -29
  62. package/dist/api/resources/billingNotes/index.d.ts +1 -1
  63. package/dist/api/resources/billingNotes/index.js +1 -1
  64. package/dist/api/resources/billingNotes/resources/index.d.ts +1 -0
  65. package/dist/api/resources/billingNotes/resources/index.js +27 -0
  66. package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +18 -0
  67. package/{api/resources/tasks/resources/v3 → dist/api/resources/billingNotes/resources/v2}/client/Client.js +12 -9
  68. package/{api/resources/payers/client/get.d.ts → dist/api/resources/billingNotes/resources/v2/client/create.d.ts} +6 -6
  69. package/{api/resources/billingNotes → dist/api/resources/billingNotes/resources/v2}/client/create.js +2 -2
  70. package/dist/api/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
  71. package/dist/api/resources/{tasks/resources/v3 → billingNotes/resources/v2}/client/index.js +6 -2
  72. package/dist/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +7 -0
  73. package/dist/api/resources/billingNotes/resources/v2/index.d.ts +2 -0
  74. package/dist/api/resources/billingNotes/resources/v2/index.js +18 -0
  75. package/dist/api/resources/billingNotes/{types → resources/v2/types}/BillingNote.d.ts +3 -3
  76. package/{api/resources/billingNotes → dist/api/resources/billingNotes/resources/v2}/types/BillingNoteId.d.ts +3 -3
  77. package/dist/api/resources/commons/types/index.d.ts +0 -1
  78. package/dist/api/resources/commons/types/index.js +0 -1
  79. package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +6 -2
  80. package/dist/api/resources/eligibility/resources/v2/client/Client.js +7 -3
  81. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  82. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
  83. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  84. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  85. package/dist/api/resources/exports/resources/v3/client/Client.d.ts +15 -0
  86. package/dist/api/resources/exports/resources/v3/client/Client.js +16 -1
  87. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  88. package/dist/api/resources/index.d.ts +2 -7
  89. package/dist/api/resources/index.js +3 -8
  90. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  91. package/dist/api/resources/payers/client/Client.d.ts +3 -4
  92. package/dist/api/resources/payers/client/Client.js +4 -108
  93. package/dist/api/resources/payers/client/index.d.ts +1 -3
  94. package/dist/api/resources/payers/client/index.js +0 -30
  95. package/dist/api/resources/payers/index.d.ts +1 -1
  96. package/dist/api/resources/payers/index.js +1 -1
  97. package/dist/api/resources/{tasks → payers}/resources/v3/client/Client.d.ts +2 -1
  98. package/dist/api/resources/payers/resources/v3/client/Client.js +122 -0
  99. package/dist/api/resources/payers/{client/getAll.d.ts → resources/v3/client/get.d.ts} +6 -6
  100. package/{api/resources/payers/client/getAll.js → dist/api/resources/payers/resources/v3/client/get.js} +2 -2
  101. package/dist/api/resources/payers/resources/v3/client/getAll.d.ts +22 -0
  102. package/dist/api/resources/payers/{client → resources/v3/client}/getAll.js +2 -2
  103. package/dist/api/resources/payers/resources/v3/client/index.d.ts +3 -0
  104. package/dist/api/resources/payers/resources/v3/client/index.js +32 -0
  105. package/dist/api/resources/payers/{client → resources/v3/client}/requests/GetAllPayersRequest.d.ts +1 -1
  106. package/dist/api/resources/payers/resources/v3/index.d.ts +2 -0
  107. package/dist/api/resources/payers/resources/v3/index.js +18 -0
  108. package/dist/api/resources/payers/{types → resources/v3/types}/Payer.d.ts +2 -2
  109. package/dist/api/resources/payers/{types → resources/v3/types}/PayerPage.d.ts +2 -2
  110. package/dist/api/resources/payers/resources/v3/types/PayerUuid.d.ts +8 -0
  111. package/dist/serialization/resources/billingNotes/index.d.ts +1 -2
  112. package/dist/serialization/resources/billingNotes/index.js +1 -2
  113. package/dist/serialization/resources/billingNotes/resources/index.d.ts +1 -0
  114. package/dist/serialization/resources/billingNotes/resources/index.js +27 -0
  115. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +12 -0
  116. package/dist/serialization/resources/billingNotes/{client → resources/v2/client}/requests/StandaloneBillingNoteCreate.js +3 -3
  117. package/dist/serialization/resources/billingNotes/resources/v2/index.d.ts +2 -0
  118. package/dist/serialization/resources/billingNotes/resources/v2/index.js +18 -0
  119. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.d.ts +16 -0
  120. package/dist/serialization/resources/billingNotes/{types → resources/v2/types}/BillingNote.js +4 -4
  121. package/{serialization/resources/tasks/resources/v3/types/TaskActions.d.ts → dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts} +3 -3
  122. package/dist/serialization/resources/billingNotes/{types → resources/v2/types}/BillingNoteBase.js +1 -1
  123. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +10 -0
  124. package/dist/serialization/resources/billingNotes/{types → resources/v2/types}/BillingNoteId.js +3 -3
  125. package/dist/serialization/resources/commons/types/index.d.ts +0 -1
  126. package/dist/serialization/resources/commons/types/index.js +0 -1
  127. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
  128. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -1
  129. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  130. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -1
  131. package/dist/serialization/resources/index.d.ts +2 -6
  132. package/dist/serialization/resources/index.js +3 -7
  133. package/dist/serialization/resources/payers/index.d.ts +1 -1
  134. package/dist/serialization/resources/payers/index.js +1 -1
  135. package/dist/serialization/resources/payers/resources/v3/types/Payer.d.ts +14 -0
  136. package/{serialization/resources/payers → dist/serialization/resources/payers/resources/v3}/types/Payer.js +2 -2
  137. package/dist/serialization/resources/payers/resources/v3/types/PayerPage.d.ts +12 -0
  138. package/dist/serialization/resources/payers/{types → resources/v3/types}/PayerPage.js +3 -3
  139. package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.d.ts +10 -0
  140. package/dist/serialization/resources/{tasks/resources/v3/types/TaskActionExecutionMethod.js → payers/resources/v3/types/PayerUuid.js} +4 -7
  141. package/package.json +1 -1
  142. package/serialization/resources/billingNotes/index.d.ts +1 -2
  143. package/serialization/resources/billingNotes/index.js +1 -2
  144. package/serialization/resources/billingNotes/resources/index.d.ts +1 -0
  145. package/serialization/resources/billingNotes/resources/index.js +27 -0
  146. package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +12 -0
  147. package/serialization/resources/billingNotes/{client → resources/v2/client}/requests/StandaloneBillingNoteCreate.js +3 -3
  148. package/serialization/resources/billingNotes/resources/v2/index.d.ts +2 -0
  149. package/serialization/resources/billingNotes/resources/v2/index.js +18 -0
  150. package/serialization/resources/billingNotes/resources/v2/types/BillingNote.d.ts +16 -0
  151. package/serialization/resources/billingNotes/{types → resources/v2/types}/BillingNote.js +4 -4
  152. package/{dist/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts → serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts} +3 -3
  153. package/serialization/resources/billingNotes/{types → resources/v2/types}/BillingNoteBase.js +1 -1
  154. package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +10 -0
  155. package/serialization/resources/billingNotes/{types → resources/v2/types}/BillingNoteId.js +3 -3
  156. package/serialization/resources/commons/types/index.d.ts +0 -1
  157. package/serialization/resources/commons/types/index.js +0 -1
  158. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
  159. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -1
  160. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  161. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -1
  162. package/serialization/resources/index.d.ts +2 -6
  163. package/serialization/resources/index.js +3 -7
  164. package/serialization/resources/payers/index.d.ts +1 -1
  165. package/serialization/resources/payers/index.js +1 -1
  166. package/serialization/resources/payers/resources/v3/types/Payer.d.ts +14 -0
  167. package/{dist/serialization/resources/payers → serialization/resources/payers/resources/v3}/types/Payer.js +2 -2
  168. package/serialization/resources/payers/resources/v3/types/PayerPage.d.ts +12 -0
  169. package/serialization/resources/payers/{types → resources/v3/types}/PayerPage.js +3 -3
  170. package/serialization/resources/payers/resources/v3/types/PayerUuid.d.ts +10 -0
  171. package/serialization/resources/{tasks/resources/v3/types/TaskActionExecutionMethod.js → payers/resources/v3/types/PayerUuid.js} +4 -7
  172. package/api/resources/billingNotes/client/create.d.ts +0 -22
  173. package/api/resources/billingNotes/client/requests/StandaloneBillingNoteCreate.d.ts +0 -7
  174. package/api/resources/commons/types/TaskId.d.ts +0 -8
  175. package/api/resources/commons/types/TaskId.js +0 -10
  176. package/api/resources/payers/client/get.js +0 -47
  177. package/api/resources/payers/client/getAll.d.ts +0 -22
  178. package/api/resources/payers/types/PayerUuid.d.ts +0 -8
  179. package/api/resources/tasks/client/Client.d.ts +0 -18
  180. package/api/resources/tasks/client/Client.js +0 -18
  181. package/api/resources/tasks/client/index.d.ts +0 -1
  182. package/api/resources/tasks/index.d.ts +0 -2
  183. package/api/resources/tasks/index.js +0 -18
  184. package/api/resources/tasks/resources/v3/client/index.d.ts +0 -1
  185. package/api/resources/tasks/resources/v3/types/TaskAction.d.ts +0 -8
  186. package/api/resources/tasks/resources/v3/types/TaskAction.js +0 -5
  187. package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +0 -10
  188. package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +0 -5
  189. package/api/resources/tasks/resources/v3/types/TaskActions.d.ts +0 -7
  190. package/api/resources/tasks/resources/v3/types/TaskActions.js +0 -5
  191. package/api/resources/tasks/resources/v3/types/index.d.ts +0 -3
  192. package/api/resources/tasks/resources/v3/types/index.js +0 -19
  193. package/dist/api/resources/billingNotes/client/create.d.ts +0 -22
  194. package/dist/api/resources/billingNotes/client/requests/StandaloneBillingNoteCreate.d.ts +0 -7
  195. package/dist/api/resources/commons/types/TaskId.d.ts +0 -8
  196. package/dist/api/resources/commons/types/TaskId.js +0 -10
  197. package/dist/api/resources/payers/client/get.js +0 -47
  198. package/dist/api/resources/payers/client/requests/index.js +0 -2
  199. package/dist/api/resources/payers/types/PayerUuid.d.ts +0 -8
  200. package/dist/api/resources/tasks/client/Client.d.ts +0 -18
  201. package/dist/api/resources/tasks/client/Client.js +0 -18
  202. package/dist/api/resources/tasks/client/index.d.ts +0 -1
  203. package/dist/api/resources/tasks/client/index.js +0 -2
  204. package/dist/api/resources/tasks/index.d.ts +0 -2
  205. package/dist/api/resources/tasks/index.js +0 -18
  206. package/dist/api/resources/tasks/resources/v3/client/index.d.ts +0 -1
  207. package/dist/api/resources/tasks/resources/v3/types/TaskAction.d.ts +0 -8
  208. package/dist/api/resources/tasks/resources/v3/types/TaskAction.js +0 -5
  209. package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +0 -10
  210. package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +0 -5
  211. package/dist/api/resources/tasks/resources/v3/types/TaskActions.d.ts +0 -7
  212. package/dist/api/resources/tasks/resources/v3/types/TaskActions.js +0 -5
  213. package/dist/api/resources/tasks/resources/v3/types/index.d.ts +0 -3
  214. package/dist/api/resources/tasks/resources/v3/types/index.js +0 -19
  215. package/dist/serialization/resources/billingNotes/client/requests/StandaloneBillingNoteCreate.d.ts +0 -12
  216. package/dist/serialization/resources/billingNotes/types/BillingNote.d.ts +0 -16
  217. package/dist/serialization/resources/billingNotes/types/BillingNoteBase.d.ts +0 -12
  218. package/dist/serialization/resources/billingNotes/types/BillingNoteId.d.ts +0 -10
  219. package/dist/serialization/resources/commons/types/TaskId.d.ts +0 -10
  220. package/dist/serialization/resources/commons/types/TaskId.js +0 -37
  221. package/dist/serialization/resources/payers/types/Payer.d.ts +0 -14
  222. package/dist/serialization/resources/payers/types/PayerPage.d.ts +0 -12
  223. package/dist/serialization/resources/payers/types/PayerUuid.d.ts +0 -10
  224. package/dist/serialization/resources/payers/types/PayerUuid.js +0 -37
  225. package/dist/serialization/resources/tasks/index.d.ts +0 -1
  226. package/dist/serialization/resources/tasks/index.js +0 -17
  227. package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +0 -13
  228. package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.js +0 -34
  229. package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +0 -13
  230. package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.js +0 -33
  231. package/dist/serialization/resources/tasks/resources/v3/types/index.d.ts +0 -3
  232. package/dist/serialization/resources/tasks/resources/v3/types/index.js +0 -19
  233. package/serialization/resources/billingNotes/client/requests/StandaloneBillingNoteCreate.d.ts +0 -12
  234. package/serialization/resources/billingNotes/types/BillingNote.d.ts +0 -16
  235. package/serialization/resources/billingNotes/types/BillingNoteBase.d.ts +0 -12
  236. package/serialization/resources/billingNotes/types/BillingNoteId.d.ts +0 -10
  237. package/serialization/resources/commons/types/TaskId.d.ts +0 -10
  238. package/serialization/resources/commons/types/TaskId.js +0 -37
  239. package/serialization/resources/payers/types/Payer.d.ts +0 -14
  240. package/serialization/resources/payers/types/PayerPage.d.ts +0 -12
  241. package/serialization/resources/payers/types/PayerUuid.d.ts +0 -10
  242. package/serialization/resources/payers/types/PayerUuid.js +0 -37
  243. package/serialization/resources/tasks/index.d.ts +0 -1
  244. package/serialization/resources/tasks/index.js +0 -17
  245. package/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +0 -13
  246. package/serialization/resources/tasks/resources/v3/types/TaskAction.js +0 -34
  247. package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +0 -13
  248. package/serialization/resources/tasks/resources/v3/types/TaskActions.js +0 -33
  249. package/serialization/resources/tasks/resources/v3/types/index.d.ts +0 -3
  250. package/serialization/resources/tasks/resources/v3/types/index.js +0 -19
  251. /package/api/resources/billingNotes/{client → resources/v2/client}/requests/StandaloneBillingNoteCreate.js +0 -0
  252. /package/api/resources/billingNotes/{client → resources/v2/client}/requests/index.d.ts +0 -0
  253. /package/api/resources/billingNotes/{client → resources/v2/client}/requests/index.js +0 -0
  254. /package/api/resources/{tasks/resources/v3 → billingNotes/resources/v2}/index.d.ts +0 -0
  255. /package/api/resources/{tasks/resources/v3 → billingNotes/resources/v2}/index.js +0 -0
  256. /package/api/resources/billingNotes/{types → resources/v2/types}/BillingNote.js +0 -0
  257. /package/api/resources/billingNotes/{types → resources/v2/types}/BillingNoteBase.d.ts +0 -0
  258. /package/api/resources/billingNotes/{types → resources/v2/types}/BillingNoteBase.js +0 -0
  259. /package/api/resources/billingNotes/{types → resources/v2/types}/BillingNoteId.js +0 -0
  260. /package/api/resources/billingNotes/{types → resources/v2/types}/index.d.ts +0 -0
  261. /package/api/resources/billingNotes/{types → resources/v2/types}/index.js +0 -0
  262. /package/api/resources/{tasks → payers}/resources/index.d.ts +0 -0
  263. /package/api/resources/{tasks → payers}/resources/index.js +0 -0
  264. /package/api/resources/payers/{client → resources/v3/client}/requests/GetAllPayersRequest.js +0 -0
  265. /package/api/resources/payers/{client → resources/v3/client}/requests/index.d.ts +0 -0
  266. /package/api/resources/payers/{client → resources/v3/client}/requests/index.js +0 -0
  267. /package/{dist/api/resources/tasks → api/resources/payers}/resources/v3/index.d.ts +0 -0
  268. /package/{dist/api/resources/tasks → api/resources/payers}/resources/v3/index.js +0 -0
  269. /package/api/resources/payers/{types → resources/v3/types}/Payer.js +0 -0
  270. /package/api/resources/payers/{types → resources/v3/types}/PayerPage.js +0 -0
  271. /package/api/resources/payers/{types → resources/v3/types}/PayerUuid.js +0 -0
  272. /package/api/resources/payers/{types → resources/v3/types}/index.d.ts +0 -0
  273. /package/api/resources/payers/{types → resources/v3/types}/index.js +0 -0
  274. /package/dist/api/resources/billingNotes/{client → resources/v2/client}/requests/StandaloneBillingNoteCreate.js +0 -0
  275. /package/dist/api/resources/billingNotes/{client → resources/v2/client}/requests/index.d.ts +0 -0
  276. /package/{api/resources/tasks/client → dist/api/resources/billingNotes/resources/v2/client/requests}/index.js +0 -0
  277. /package/dist/api/resources/billingNotes/{types → resources/v2/types}/BillingNote.js +0 -0
  278. /package/dist/api/resources/billingNotes/{types → resources/v2/types}/BillingNoteBase.d.ts +0 -0
  279. /package/dist/api/resources/billingNotes/{types → resources/v2/types}/BillingNoteBase.js +0 -0
  280. /package/dist/api/resources/billingNotes/{types → resources/v2/types}/BillingNoteId.js +0 -0
  281. /package/dist/api/resources/billingNotes/{types → resources/v2/types}/index.d.ts +0 -0
  282. /package/dist/api/resources/billingNotes/{types → resources/v2/types}/index.js +0 -0
  283. /package/dist/api/resources/{tasks → payers}/resources/index.d.ts +0 -0
  284. /package/dist/api/resources/{tasks → payers}/resources/index.js +0 -0
  285. /package/dist/api/resources/payers/{client → resources/v3/client}/requests/GetAllPayersRequest.js +0 -0
  286. /package/dist/api/resources/payers/{client → resources/v3/client}/requests/index.d.ts +0 -0
  287. /package/dist/api/resources/{billingNotes → payers/resources/v3}/client/requests/index.js +0 -0
  288. /package/dist/api/resources/payers/{types → resources/v3/types}/Payer.js +0 -0
  289. /package/dist/api/resources/payers/{types → resources/v3/types}/PayerPage.js +0 -0
  290. /package/dist/api/resources/payers/{types → resources/v3/types}/PayerUuid.js +0 -0
  291. /package/dist/api/resources/payers/{types → resources/v3/types}/index.d.ts +0 -0
  292. /package/dist/api/resources/payers/{types → resources/v3/types}/index.js +0 -0
  293. /package/dist/serialization/resources/billingNotes/{client → resources/v2/client}/index.d.ts +0 -0
  294. /package/dist/serialization/resources/billingNotes/{client → resources/v2/client}/index.js +0 -0
  295. /package/dist/serialization/resources/billingNotes/{client → resources/v2/client}/requests/index.d.ts +0 -0
  296. /package/dist/serialization/resources/billingNotes/{client → resources/v2/client}/requests/index.js +0 -0
  297. /package/dist/serialization/resources/billingNotes/{types → resources/v2/types}/index.d.ts +0 -0
  298. /package/dist/serialization/resources/billingNotes/{types → resources/v2/types}/index.js +0 -0
  299. /package/dist/serialization/resources/{tasks → payers}/resources/index.d.ts +0 -0
  300. /package/dist/serialization/resources/{tasks → payers}/resources/index.js +0 -0
  301. /package/dist/serialization/resources/{tasks → payers}/resources/v3/index.d.ts +0 -0
  302. /package/dist/serialization/resources/{tasks → payers}/resources/v3/index.js +0 -0
  303. /package/dist/serialization/resources/payers/{types → resources/v3/types}/index.d.ts +0 -0
  304. /package/dist/serialization/resources/payers/{types → resources/v3/types}/index.js +0 -0
  305. /package/serialization/resources/billingNotes/{client → resources/v2/client}/index.d.ts +0 -0
  306. /package/serialization/resources/billingNotes/{client → resources/v2/client}/index.js +0 -0
  307. /package/serialization/resources/billingNotes/{client → resources/v2/client}/requests/index.d.ts +0 -0
  308. /package/serialization/resources/billingNotes/{client → resources/v2/client}/requests/index.js +0 -0
  309. /package/serialization/resources/billingNotes/{types → resources/v2/types}/index.d.ts +0 -0
  310. /package/serialization/resources/billingNotes/{types → resources/v2/types}/index.js +0 -0
  311. /package/serialization/resources/{tasks → payers}/resources/index.d.ts +0 -0
  312. /package/serialization/resources/{tasks → payers}/resources/index.js +0 -0
  313. /package/serialization/resources/{tasks → payers}/resources/v3/index.d.ts +0 -0
  314. /package/serialization/resources/{tasks → payers}/resources/v3/index.js +0 -0
  315. /package/serialization/resources/payers/{types → resources/v3/types}/index.d.ts +0 -0
  316. /package/serialization/resources/payers/{types → resources/v3/types}/index.js +0 -0
@@ -1,10 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.TaskId = void 0;
7
- function TaskId(value) {
8
- return value;
9
- }
10
- exports.TaskId = TaskId;
@@ -1,47 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.Error = void 0;
30
- const CandidApi = __importStar(require("../../.."));
31
- exports.Error = {
32
- _unknown: (fetcherError) => {
33
- return {
34
- errorName: undefined,
35
- content: fetcherError,
36
- _visit: function (visitor) {
37
- return CandidApi.payers.get.Error._visit(this, visitor);
38
- },
39
- };
40
- },
41
- _visit: (value, visitor) => {
42
- switch (value.errorName) {
43
- default:
44
- return visitor._other(value);
45
- }
46
- },
47
- };
@@ -1,22 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../..";
5
- import * as core from "../../../../core";
6
- export declare type Error = CandidApi.payers.getAll.Error._Unknown;
7
- export declare namespace Error {
8
- interface _Unknown extends _Utils {
9
- errorName: void;
10
- content: core.Fetcher.Error;
11
- }
12
- interface _Utils {
13
- _visit: <_Result>(visitor: CandidApi.payers.getAll.Error._Visitor<_Result>) => _Result;
14
- }
15
- interface _Visitor<_Result> {
16
- _other: (value: core.Fetcher.Error) => _Result;
17
- }
18
- }
19
- export declare const Error: {
20
- readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.payers.getAll.Error._Unknown;
21
- readonly _visit: <_Result>(value: CandidApi.payers.getAll.Error, visitor: CandidApi.payers.getAll.Error._Visitor<_Result>) => _Result;
22
- };
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../..";
5
- export declare type PayerUuid = string & {
6
- PayerUuid: void;
7
- };
8
- export declare function PayerUuid(value: string): CandidApi.PayerUuid;
@@ -1,18 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as environments from "../../../../environments";
5
- import * as core from "../../../../core";
6
- import { V3 } from "../resources/v3/client/Client";
7
- export declare namespace Tasks {
8
- interface Options {
9
- environment?: environments.CandidApiEnvironment | string;
10
- token?: core.Supplier<core.BearerToken | undefined>;
11
- }
12
- }
13
- export declare class Tasks {
14
- protected readonly options: Tasks.Options;
15
- constructor(options: Tasks.Options);
16
- protected _v3: V3 | undefined;
17
- get v3(): V3;
18
- }
@@ -1,18 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.Tasks = void 0;
7
- const Client_1 = require("../resources/v3/client/Client");
8
- class Tasks {
9
- options;
10
- constructor(options) {
11
- this.options = options;
12
- }
13
- _v3;
14
- get v3() {
15
- return (this._v3 ??= new Client_1.V3(this.options));
16
- }
17
- }
18
- exports.Tasks = Tasks;
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- export * from "./resources";
2
- export * from "./client";
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./resources"), exports);
18
- __exportStar(require("./client"), exports);
@@ -1 +0,0 @@
1
- export * as getActions from "./getActions";
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../..";
5
- export interface TaskAction {
6
- displayName: string;
7
- executionMethod: CandidApi.tasks.v3.TaskActionExecutionMethod;
8
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../..";
5
- export declare type TaskActionExecutionMethod = CandidApi.tasks.v3.TaskActionExecutionMethod.CloseTask;
6
- export declare namespace TaskActionExecutionMethod {
7
- interface CloseTask {
8
- type: "close_task";
9
- }
10
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../..";
5
- export interface TaskActions {
6
- actions: CandidApi.tasks.v3.TaskAction[];
7
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- export * from "./TaskActionExecutionMethod";
2
- export * from "./TaskActions";
3
- export * from "./TaskAction";
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./TaskActionExecutionMethod"), exports);
18
- __exportStar(require("./TaskActions"), exports);
19
- __exportStar(require("./TaskAction"), exports);
@@ -1,22 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../..";
5
- import * as core from "../../../../core";
6
- export declare type Error = CandidApi.billingNotes.create.Error._Unknown;
7
- export declare namespace Error {
8
- interface _Unknown extends _Utils {
9
- errorName: void;
10
- content: core.Fetcher.Error;
11
- }
12
- interface _Utils {
13
- _visit: <_Result>(visitor: CandidApi.billingNotes.create.Error._Visitor<_Result>) => _Result;
14
- }
15
- interface _Visitor<_Result> {
16
- _other: (value: core.Fetcher.Error) => _Result;
17
- }
18
- }
19
- export declare const Error: {
20
- readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.billingNotes.create.Error._Unknown;
21
- readonly _visit: <_Result>(value: CandidApi.billingNotes.create.Error, visitor: CandidApi.billingNotes.create.Error._Visitor<_Result>) => _Result;
22
- };
@@ -1,7 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../..";
5
- export interface StandaloneBillingNoteCreate extends CandidApi.BillingNoteBase {
6
- encounterId: CandidApi.EncounterId;
7
- }
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../..";
5
- export declare type TaskId = string & {
6
- TaskId: void;
7
- };
8
- export declare function TaskId(value: string): CandidApi.TaskId;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.TaskId = void 0;
7
- function TaskId(value) {
8
- return value;
9
- }
10
- exports.TaskId = TaskId;
@@ -1,47 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.Error = void 0;
30
- const CandidApi = __importStar(require("../../.."));
31
- exports.Error = {
32
- _unknown: (fetcherError) => {
33
- return {
34
- errorName: undefined,
35
- content: fetcherError,
36
- _visit: function (visitor) {
37
- return CandidApi.payers.get.Error._visit(this, visitor);
38
- },
39
- };
40
- },
41
- _visit: (value, visitor) => {
42
- switch (value.errorName) {
43
- default:
44
- return visitor._other(value);
45
- }
46
- },
47
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../..";
5
- export declare type PayerUuid = string & {
6
- PayerUuid: void;
7
- };
8
- export declare function PayerUuid(value: string): CandidApi.PayerUuid;
@@ -1,18 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as environments from "../../../../environments";
5
- import * as core from "../../../../core";
6
- import { V3 } from "../resources/v3/client/Client";
7
- export declare namespace Tasks {
8
- interface Options {
9
- environment?: environments.CandidApiEnvironment | string;
10
- token?: core.Supplier<core.BearerToken | undefined>;
11
- }
12
- }
13
- export declare class Tasks {
14
- protected readonly options: Tasks.Options;
15
- constructor(options: Tasks.Options);
16
- protected _v3: V3 | undefined;
17
- get v3(): V3;
18
- }
@@ -1,18 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.Tasks = void 0;
7
- const Client_1 = require("../resources/v3/client/Client");
8
- class Tasks {
9
- options;
10
- constructor(options) {
11
- this.options = options;
12
- }
13
- _v3;
14
- get v3() {
15
- return (this._v3 ??= new Client_1.V3(this.options));
16
- }
17
- }
18
- exports.Tasks = Tasks;
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- export * from "./resources";
2
- export * from "./client";
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./resources"), exports);
18
- __exportStar(require("./client"), exports);
@@ -1 +0,0 @@
1
- export * as getActions from "./getActions";
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../..";
5
- export interface TaskAction {
6
- displayName: string;
7
- executionMethod: CandidApi.tasks.v3.TaskActionExecutionMethod;
8
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../..";
5
- export declare type TaskActionExecutionMethod = CandidApi.tasks.v3.TaskActionExecutionMethod.CloseTask;
6
- export declare namespace TaskActionExecutionMethod {
7
- interface CloseTask {
8
- type: "close_task";
9
- }
10
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../..";
5
- export interface TaskActions {
6
- actions: CandidApi.tasks.v3.TaskAction[];
7
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- export * from "./TaskActionExecutionMethod";
2
- export * from "./TaskActions";
3
- export * from "./TaskAction";
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./TaskActionExecutionMethod"), exports);
18
- __exportStar(require("./TaskActions"), exports);
19
- __exportStar(require("./TaskAction"), exports);
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../..";
5
- import * as CandidApi from "../../../../../api";
6
- import * as core from "../../../../../core";
7
- export declare const StandaloneBillingNoteCreate: core.serialization.Schema<serializers.StandaloneBillingNoteCreate.Raw, CandidApi.StandaloneBillingNoteCreate>;
8
- export declare namespace StandaloneBillingNoteCreate {
9
- interface Raw extends serializers.BillingNoteBase.Raw {
10
- encounter_id: serializers.EncounterId.Raw;
11
- }
12
- }
@@ -1,16 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../..";
5
- import * as CandidApi from "../../../../api";
6
- import * as core from "../../../../core";
7
- export declare const BillingNote: core.serialization.ObjectSchema<serializers.BillingNote.Raw, CandidApi.BillingNote>;
8
- export declare namespace BillingNote {
9
- interface Raw extends serializers.BillingNoteBase.Raw {
10
- billing_note_id: serializers.BillingNoteId.Raw;
11
- encounter_id: serializers.EncounterId.Raw;
12
- created_at: string;
13
- author_auth0_id?: string | null;
14
- author_name?: string | null;
15
- }
16
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../..";
5
- import * as CandidApi from "../../../../api";
6
- import * as core from "../../../../core";
7
- export declare const BillingNoteBase: core.serialization.ObjectSchema<serializers.BillingNoteBase.Raw, CandidApi.BillingNoteBase>;
8
- export declare namespace BillingNoteBase {
9
- interface Raw {
10
- text: string;
11
- }
12
- }
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../..";
5
- import * as CandidApi from "../../../../api";
6
- import * as core from "../../../../core";
7
- export declare const BillingNoteId: core.serialization.Schema<serializers.BillingNoteId.Raw, CandidApi.BillingNoteId>;
8
- export declare namespace BillingNoteId {
9
- type Raw = string;
10
- }
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../..";
5
- import * as CandidApi from "../../../../api";
6
- import * as core from "../../../../core";
7
- export declare const TaskId: core.serialization.Schema<serializers.TaskId.Raw, CandidApi.TaskId>;
8
- export declare namespace TaskId {
9
- type Raw = string;
10
- }
@@ -1,37 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.TaskId = void 0;
30
- const CandidApi = __importStar(require("../../../../api"));
31
- const core = __importStar(require("../../../../core"));
32
- exports.TaskId = core.serialization
33
- .string()
34
- .transform({
35
- transform: CandidApi.TaskId,
36
- untransform: (value) => value,
37
- });
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../..";
5
- import * as CandidApi from "../../../../api";
6
- import * as core from "../../../../core";
7
- export declare const Payer: core.serialization.ObjectSchema<serializers.Payer.Raw, CandidApi.Payer>;
8
- export declare namespace Payer {
9
- interface Raw {
10
- payer_uuid: serializers.PayerUuid.Raw;
11
- payer_id: string;
12
- payer_name: string;
13
- }
14
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../..";
5
- import * as CandidApi from "../../../../api";
6
- import * as core from "../../../../core";
7
- export declare const PayerPage: core.serialization.ObjectSchema<serializers.PayerPage.Raw, CandidApi.PayerPage>;
8
- export declare namespace PayerPage {
9
- interface Raw extends serializers.ResourcePage.Raw {
10
- items: serializers.Payer.Raw[];
11
- }
12
- }