candidhealth 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +15 -10
  3. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  4. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  5. package/api/resources/commons/types/ResourcePage.d.ts +7 -0
  6. package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
  7. package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
  8. package/api/resources/commons/types/index.d.ts +1 -0
  9. package/api/resources/commons/types/index.js +1 -0
  10. package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
  11. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  12. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +5 -0
  13. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +6 -1
  14. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  15. package/api/resources/guarantor/resources/v1/client/Client.d.ts +15 -0
  16. package/api/resources/guarantor/resources/v1/client/Client.js +18 -3
  17. package/api/resources/index.d.ts +1 -0
  18. package/api/resources/index.js +2 -1
  19. package/api/resources/insuranceAdjudication/resources/v1/client/Client.d.ts +3 -0
  20. package/api/resources/insuranceAdjudication/resources/v1/client/Client.js +6 -3
  21. package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +3 -0
  22. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +6 -3
  23. package/api/resources/organizationProviders/resources/v3/client/Client.js +6 -4
  24. package/api/resources/organizationProviders/resources/v3/client/create.d.ts +7 -1
  25. package/api/resources/organizationProviders/resources/v3/client/create.js +11 -0
  26. package/api/resources/organizationProviders/resources/v3/client/update.d.ts +7 -1
  27. package/api/resources/organizationProviders/resources/v3/client/update.js +11 -0
  28. package/api/resources/organizationServiceFacilities/client/Client.d.ts +18 -0
  29. package/api/resources/organizationServiceFacilities/client/Client.js +18 -0
  30. package/api/resources/organizationServiceFacilities/client/index.d.ts +1 -0
  31. package/api/resources/organizationServiceFacilities/client/index.js +2 -0
  32. package/api/resources/organizationServiceFacilities/index.d.ts +2 -0
  33. package/api/resources/organizationServiceFacilities/index.js +18 -0
  34. package/api/resources/organizationServiceFacilities/resources/index.d.ts +1 -0
  35. package/api/resources/organizationServiceFacilities/resources/index.js +27 -0
  36. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +22 -0
  37. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +263 -0
  38. package/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +28 -0
  39. package/api/resources/organizationServiceFacilities/resources/v2/client/create.js +58 -0
  40. package/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +28 -0
  41. package/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +58 -0
  42. package/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +28 -0
  43. package/api/resources/organizationServiceFacilities/resources/v2/client/get.js +58 -0
  44. package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +22 -0
  45. package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +47 -0
  46. package/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +6 -0
  47. package/api/resources/organizationServiceFacilities/resources/v2/client/index.js +35 -0
  48. package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +18 -0
  49. package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.js +5 -0
  50. package/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.d.ts +1 -0
  51. package/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.js +2 -0
  52. package/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +34 -0
  53. package/api/resources/organizationServiceFacilities/resources/v2/client/update.js +69 -0
  54. package/api/resources/organizationServiceFacilities/resources/v2/index.d.ts +2 -0
  55. package/api/resources/organizationServiceFacilities/resources/v2/index.js +18 -0
  56. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +50 -0
  57. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +5 -0
  58. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +48 -0
  59. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +5 -0
  60. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +12 -0
  61. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +10 -0
  62. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +32 -0
  63. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +5 -0
  64. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +48 -0
  65. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +5 -0
  66. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +18 -0
  67. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +10 -0
  68. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +34 -0
  69. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +14 -0
  70. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +66 -0
  71. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +22 -0
  72. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +22 -0
  73. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +11 -0
  74. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +502 -0
  75. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +131 -0
  76. package/api/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +10 -0
  77. package/api/resources/organizationServiceFacilities/resources/v2/types/index.js +26 -0
  78. package/api/resources/patientPayments/resources/v4/client/Client.d.ts +3 -0
  79. package/api/resources/patientPayments/resources/v4/client/Client.js +6 -3
  80. package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +3 -0
  81. package/api/resources/patientRefunds/resources/v1/client/Client.js +6 -3
  82. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  83. package/api/resources/writeOffs/resources/v1/client/Client.d.ts +3 -0
  84. package/api/resources/writeOffs/resources/v1/client/Client.js +6 -3
  85. package/dist/Client.d.ts +3 -0
  86. package/dist/Client.js +15 -10
  87. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  88. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  89. package/dist/api/resources/commons/types/ResourcePage.d.ts +7 -0
  90. package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
  91. package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
  92. package/dist/api/resources/commons/types/index.d.ts +1 -0
  93. package/dist/api/resources/commons/types/index.js +1 -0
  94. package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
  95. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  96. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +5 -0
  97. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +6 -1
  98. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  99. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +15 -0
  100. package/dist/api/resources/guarantor/resources/v1/client/Client.js +18 -3
  101. package/dist/api/resources/index.d.ts +1 -0
  102. package/dist/api/resources/index.js +2 -1
  103. package/dist/api/resources/insuranceAdjudication/resources/v1/client/Client.d.ts +3 -0
  104. package/dist/api/resources/insuranceAdjudication/resources/v1/client/Client.js +6 -3
  105. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +3 -0
  106. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +6 -3
  107. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +6 -4
  108. package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +7 -1
  109. package/dist/api/resources/organizationProviders/resources/v3/client/create.js +11 -0
  110. package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +7 -1
  111. package/dist/api/resources/organizationProviders/resources/v3/client/update.js +11 -0
  112. package/dist/api/resources/organizationServiceFacilities/client/Client.d.ts +18 -0
  113. package/dist/api/resources/organizationServiceFacilities/client/Client.js +18 -0
  114. package/dist/api/resources/organizationServiceFacilities/client/index.d.ts +1 -0
  115. package/dist/api/resources/organizationServiceFacilities/client/index.js +2 -0
  116. package/dist/api/resources/organizationServiceFacilities/index.d.ts +2 -0
  117. package/dist/api/resources/organizationServiceFacilities/index.js +18 -0
  118. package/dist/api/resources/organizationServiceFacilities/resources/index.d.ts +1 -0
  119. package/dist/api/resources/organizationServiceFacilities/resources/index.js +27 -0
  120. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +22 -0
  121. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +263 -0
  122. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +28 -0
  123. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.js +58 -0
  124. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +28 -0
  125. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +58 -0
  126. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +28 -0
  127. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.js +58 -0
  128. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +22 -0
  129. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +47 -0
  130. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +6 -0
  131. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.js +35 -0
  132. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +18 -0
  133. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.js +5 -0
  134. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.d.ts +1 -0
  135. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.js +2 -0
  136. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +34 -0
  137. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.js +69 -0
  138. package/dist/api/resources/organizationServiceFacilities/resources/v2/index.d.ts +2 -0
  139. package/dist/api/resources/organizationServiceFacilities/resources/v2/index.js +18 -0
  140. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +50 -0
  141. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +5 -0
  142. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +48 -0
  143. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +5 -0
  144. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +12 -0
  145. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +10 -0
  146. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +32 -0
  147. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +5 -0
  148. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +48 -0
  149. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +5 -0
  150. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +18 -0
  151. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +10 -0
  152. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +34 -0
  153. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +14 -0
  154. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +66 -0
  155. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +22 -0
  156. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +22 -0
  157. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +11 -0
  158. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +502 -0
  159. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +131 -0
  160. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +10 -0
  161. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/index.js +26 -0
  162. package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +3 -0
  163. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +6 -3
  164. package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +3 -0
  165. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +6 -3
  166. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  167. package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +3 -0
  168. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -3
  169. package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
  170. package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +33 -0
  171. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  172. package/dist/serialization/resources/commons/types/index.js +1 -0
  173. package/dist/serialization/resources/index.d.ts +1 -0
  174. package/dist/serialization/resources/index.js +2 -1
  175. package/dist/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +5 -1
  176. package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +5 -0
  177. package/dist/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +5 -1
  178. package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +5 -0
  179. package/dist/serialization/resources/organizationServiceFacilities/index.d.ts +1 -0
  180. package/dist/serialization/resources/organizationServiceFacilities/index.js +17 -0
  181. package/dist/serialization/resources/organizationServiceFacilities/resources/index.d.ts +1 -0
  182. package/dist/serialization/resources/organizationServiceFacilities/resources/index.js +27 -0
  183. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +14 -0
  184. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +46 -0
  185. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +14 -0
  186. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +46 -0
  187. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +14 -0
  188. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +46 -0
  189. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +4 -0
  190. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +30 -0
  191. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +18 -0
  192. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +51 -0
  193. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/index.d.ts +2 -0
  194. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/index.js +18 -0
  195. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +22 -0
  196. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +53 -0
  197. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +21 -0
  198. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +52 -0
  199. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +10 -0
  200. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +35 -0
  201. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +12 -0
  202. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +35 -0
  203. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +21 -0
  204. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +54 -0
  205. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +10 -0
  206. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +31 -0
  207. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +10 -0
  208. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +31 -0
  209. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +10 -0
  210. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +31 -0
  211. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +10 -0
  212. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +31 -0
  213. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +10 -0
  214. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +155 -0
  215. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +10 -0
  216. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/index.js +26 -0
  217. package/package.json +1 -1
  218. package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
  219. package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +33 -0
  220. package/serialization/resources/commons/types/index.d.ts +1 -0
  221. package/serialization/resources/commons/types/index.js +1 -0
  222. package/serialization/resources/index.d.ts +1 -0
  223. package/serialization/resources/index.js +2 -1
  224. package/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +5 -1
  225. package/serialization/resources/organizationProviders/resources/v3/client/create.js +5 -0
  226. package/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +5 -1
  227. package/serialization/resources/organizationProviders/resources/v3/client/update.js +5 -0
  228. package/serialization/resources/organizationServiceFacilities/index.d.ts +1 -0
  229. package/serialization/resources/organizationServiceFacilities/index.js +17 -0
  230. package/serialization/resources/organizationServiceFacilities/resources/index.d.ts +1 -0
  231. package/serialization/resources/organizationServiceFacilities/resources/index.js +27 -0
  232. package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +14 -0
  233. package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +46 -0
  234. package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +14 -0
  235. package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +46 -0
  236. package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +14 -0
  237. package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +46 -0
  238. package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +4 -0
  239. package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +30 -0
  240. package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +18 -0
  241. package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +51 -0
  242. package/serialization/resources/organizationServiceFacilities/resources/v2/index.d.ts +2 -0
  243. package/serialization/resources/organizationServiceFacilities/resources/v2/index.js +18 -0
  244. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +22 -0
  245. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +53 -0
  246. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +21 -0
  247. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +52 -0
  248. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +10 -0
  249. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +35 -0
  250. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +12 -0
  251. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +35 -0
  252. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +21 -0
  253. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +54 -0
  254. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +10 -0
  255. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +31 -0
  256. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +10 -0
  257. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +31 -0
  258. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +10 -0
  259. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +31 -0
  260. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +10 -0
  261. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +31 -0
  262. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +10 -0
  263. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +155 -0
  264. package/serialization/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +10 -0
  265. package/serialization/resources/organizationServiceFacilities/resources/v2/types/index.js +26 -0
@@ -13,8 +13,23 @@ export declare namespace V1 {
13
13
  export declare class V1 {
14
14
  protected readonly options: V1.Options;
15
15
  constructor(options: V1.Options);
16
+ /**
17
+ * **This endpoint is incubating.**
18
+ * Creates a new guarantor and returns the newly created Guarantor object.
19
+ *
20
+ */
16
21
  create(encounterId: CandidApi.EncounterId, request: CandidApi.guarantor.v1.GuarantorCreate): Promise<core.APIResponse<CandidApi.guarantor.v1.Guarantor, CandidApi.guarantor.v1.create.Error>>;
22
+ /**
23
+ * **This endpoint is incubating.**
24
+ * Retrieves a guarantor by its `guarantor_id`.
25
+ *
26
+ */
17
27
  get(guarantorId: CandidApi.guarantor.v1.GuarantorId): Promise<core.APIResponse<CandidApi.guarantor.v1.Guarantor, CandidApi.guarantor.v1.get.Error>>;
28
+ /**
29
+ * **This endpoint is incubating.**
30
+ * Updates a guarantor by its `guarantor_id`.
31
+ *
32
+ */
18
33
  update(guarantorId: CandidApi.guarantor.v1.GuarantorId, request?: CandidApi.guarantor.v1.GuarantorUpdate): Promise<core.APIResponse<CandidApi.guarantor.v1.Guarantor, CandidApi.guarantor.v1.update.Error>>;
19
34
  protected _getAuthorizationHeader(): Promise<string | undefined>;
20
35
  }
@@ -40,6 +40,11 @@ class V1 {
40
40
  constructor(options) {
41
41
  this.options = options;
42
42
  }
43
+ /**
44
+ * **This endpoint is incubating.**
45
+ * Creates a new guarantor and returns the newly created Guarantor object.
46
+ *
47
+ */
43
48
  async create(encounterId, request) {
44
49
  const _response = await core.fetcher({
45
50
  url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, `/api/guarantors/v1/${await serializers.EncounterId.jsonOrThrow(encounterId)}`),
@@ -48,7 +53,7 @@ class V1 {
48
53
  Authorization: await this._getAuthorizationHeader(),
49
54
  "X-Fern-Language": "JavaScript",
50
55
  "X-Fern-SDK-Name": "candidhealth",
51
- "X-Fern-SDK-Version": "0.7.0",
56
+ "X-Fern-SDK-Version": "0.8.0",
52
57
  },
53
58
  contentType: "application/json",
54
59
  body: await serializers.guarantor.v1.GuarantorCreate.jsonOrThrow(request, {
@@ -86,6 +91,11 @@ class V1 {
86
91
  error: CandidApi.guarantor.v1.create.Error._unknown(_response.error),
87
92
  };
88
93
  }
94
+ /**
95
+ * **This endpoint is incubating.**
96
+ * Retrieves a guarantor by its `guarantor_id`.
97
+ *
98
+ */
89
99
  async get(guarantorId) {
90
100
  const _response = await core.fetcher({
91
101
  url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, `/api/guarantors/v1/${await serializers.guarantor.v1.GuarantorId.jsonOrThrow(guarantorId)}`),
@@ -94,7 +104,7 @@ class V1 {
94
104
  Authorization: await this._getAuthorizationHeader(),
95
105
  "X-Fern-Language": "JavaScript",
96
106
  "X-Fern-SDK-Name": "candidhealth",
97
- "X-Fern-SDK-Version": "0.7.0",
107
+ "X-Fern-SDK-Version": "0.8.0",
98
108
  },
99
109
  contentType: "application/json",
100
110
  timeoutMs: 60000,
@@ -115,6 +125,11 @@ class V1 {
115
125
  error: CandidApi.guarantor.v1.get.Error._unknown(_response.error),
116
126
  };
117
127
  }
128
+ /**
129
+ * **This endpoint is incubating.**
130
+ * Updates a guarantor by its `guarantor_id`.
131
+ *
132
+ */
118
133
  async update(guarantorId, request = {}) {
119
134
  const _response = await core.fetcher({
120
135
  url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, `/api/guarantors/v1/${await serializers.guarantor.v1.GuarantorId.jsonOrThrow(guarantorId)}`),
@@ -123,7 +138,7 @@ class V1 {
123
138
  Authorization: await this._getAuthorizationHeader(),
124
139
  "X-Fern-Language": "JavaScript",
125
140
  "X-Fern-SDK-Name": "candidhealth",
126
- "X-Fern-SDK-Version": "0.7.0",
141
+ "X-Fern-SDK-Version": "0.8.0",
127
142
  },
128
143
  contentType: "application/json",
129
144
  body: await serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, {
@@ -8,6 +8,7 @@ export * as exports from "./exports";
8
8
  export * as guarantor from "./guarantor";
9
9
  export * as insuranceAdjudication from "./insuranceAdjudication";
10
10
  export * as insuranceRefunds from "./insuranceRefunds";
11
+ export * as organizationServiceFacilities from "./organizationServiceFacilities";
11
12
  export * as organizationProviders from "./organizationProviders";
12
13
  export * as patientPayments from "./patientPayments";
13
14
  export * as patientRefunds from "./patientRefunds";
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.eligibility = exports.tags = exports.serviceFacility = exports.invoices = exports.insuranceCard = exports.individual = exports.identifiers = exports.financials = exports.era = exports.diagnoses = exports.contracts = exports.commons = exports.claims = exports.x12 = exports.writeOffs = exports.serviceLines = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.insuranceRefunds = exports.insuranceAdjudication = exports.guarantor = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.claimSubmission = exports.billingNotes = exports.auth = void 0;
29
+ exports.eligibility = exports.tags = exports.serviceFacility = exports.invoices = exports.insuranceCard = exports.individual = exports.identifiers = exports.financials = exports.era = exports.diagnoses = exports.contracts = exports.commons = exports.claims = exports.x12 = exports.writeOffs = exports.serviceLines = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.organizationServiceFacilities = exports.insuranceRefunds = exports.insuranceAdjudication = exports.guarantor = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.claimSubmission = exports.billingNotes = exports.auth = void 0;
30
30
  exports.auth = __importStar(require("./auth"));
31
31
  exports.billingNotes = __importStar(require("./billingNotes"));
32
32
  exports.claimSubmission = __importStar(require("./claimSubmission"));
@@ -37,6 +37,7 @@ exports.exports = __importStar(require("./exports"));
37
37
  exports.guarantor = __importStar(require("./guarantor"));
38
38
  exports.insuranceAdjudication = __importStar(require("./insuranceAdjudication"));
39
39
  exports.insuranceRefunds = __importStar(require("./insuranceRefunds"));
40
+ exports.organizationServiceFacilities = __importStar(require("./organizationServiceFacilities"));
40
41
  exports.organizationProviders = __importStar(require("./organizationProviders"));
41
42
  exports.patientPayments = __importStar(require("./patientPayments"));
42
43
  exports.patientRefunds = __importStar(require("./patientRefunds"));
@@ -14,16 +14,19 @@ export declare class V1 {
14
14
  protected readonly options: V1.Options;
15
15
  constructor(options: V1.Options);
16
16
  /**
17
+ * **This endpoint is incubating.**
17
18
  * Retrieves a previously created insurance adjudication by its `insurance_adjudication_id`.
18
19
  *
19
20
  */
20
21
  get(insuranceAdjudicationId: CandidApi.insuranceAdjudication.v1.InsuranceAdjudicationId): Promise<core.APIResponse<CandidApi.insuranceAdjudication.v1.InsuranceAdjudication, CandidApi.insuranceAdjudication.v1.get.Error>>;
21
22
  /**
23
+ * **This endpoint is incubating.**
22
24
  * Creates a new insurance adjudication record and returns the newly created InsuranceAdjudication object.
23
25
  *
24
26
  */
25
27
  create(request: CandidApi.insuranceAdjudication.v1.InsuranceAdjudicationCreate): Promise<core.APIResponse<CandidApi.insuranceAdjudication.v1.InsuranceAdjudication, CandidApi.insuranceAdjudication.v1.create.Error>>;
26
28
  /**
29
+ * **This endpoint is incubating.**
27
30
  * Deletes the insurance adjudication record matching the provided insurance_adjudication_id.
28
31
  *
29
32
  */
@@ -41,6 +41,7 @@ class V1 {
41
41
  this.options = options;
42
42
  }
43
43
  /**
44
+ * **This endpoint is incubating.**
44
45
  * Retrieves a previously created insurance adjudication by its `insurance_adjudication_id`.
45
46
  *
46
47
  */
@@ -52,7 +53,7 @@ class V1 {
52
53
  Authorization: await this._getAuthorizationHeader(),
53
54
  "X-Fern-Language": "JavaScript",
54
55
  "X-Fern-SDK-Name": "candidhealth",
55
- "X-Fern-SDK-Version": "0.7.0",
56
+ "X-Fern-SDK-Version": "0.8.0",
56
57
  },
57
58
  contentType: "application/json",
58
59
  timeoutMs: 60000,
@@ -74,6 +75,7 @@ class V1 {
74
75
  };
75
76
  }
76
77
  /**
78
+ * **This endpoint is incubating.**
77
79
  * Creates a new insurance adjudication record and returns the newly created InsuranceAdjudication object.
78
80
  *
79
81
  */
@@ -85,7 +87,7 @@ class V1 {
85
87
  Authorization: await this._getAuthorizationHeader(),
86
88
  "X-Fern-Language": "JavaScript",
87
89
  "X-Fern-SDK-Name": "candidhealth",
88
- "X-Fern-SDK-Version": "0.7.0",
90
+ "X-Fern-SDK-Version": "0.8.0",
89
91
  },
90
92
  contentType: "application/json",
91
93
  body: await serializers.insuranceAdjudication.v1.InsuranceAdjudicationCreate.jsonOrThrow(request, {
@@ -110,6 +112,7 @@ class V1 {
110
112
  };
111
113
  }
112
114
  /**
115
+ * **This endpoint is incubating.**
113
116
  * Deletes the insurance adjudication record matching the provided insurance_adjudication_id.
114
117
  *
115
118
  */
@@ -121,7 +124,7 @@ class V1 {
121
124
  Authorization: await this._getAuthorizationHeader(),
122
125
  "X-Fern-Language": "JavaScript",
123
126
  "X-Fern-SDK-Name": "candidhealth",
124
- "X-Fern-SDK-Version": "0.7.0",
127
+ "X-Fern-SDK-Version": "0.8.0",
125
128
  },
126
129
  contentType: "application/json",
127
130
  timeoutMs: 60000,
@@ -14,12 +14,14 @@ export declare class V1 {
14
14
  protected readonly options: V1.Options;
15
15
  constructor(options: V1.Options);
16
16
  /**
17
+ * **This endpoint is incubating.**
17
18
  * Retrieves a previously created insurance refund by its `insurance_refund_id`.
18
19
  * If the refund does not exist, a `403` will be thrown.
19
20
  *
20
21
  */
21
22
  get(insuranceRefundId: CandidApi.insuranceRefunds.v1.InsuranceRefundId): Promise<core.APIResponse<CandidApi.insuranceRefunds.v1.InsuranceRefund, CandidApi.insuranceRefunds.v1.get.Error>>;
22
23
  /**
24
+ * **This endpoint is incubating.**
23
25
  * Creates a new insurance refund record and returns the newly created `InsuranceRefund` object.
24
26
  * The allocations can describe whether the refund is being applied toward a specific service line,
25
27
  * claim, or billing provider.
@@ -27,6 +29,7 @@ export declare class V1 {
27
29
  */
28
30
  create(request: CandidApi.insuranceRefunds.v1.InsuranceRefundCreate): Promise<core.APIResponse<CandidApi.insuranceRefunds.v1.InsuranceRefund, CandidApi.insuranceRefunds.v1.create.Error>>;
29
31
  /**
32
+ * **This endpoint is incubating.**
30
33
  * Deletes the insurance refund record matching the provided `insurance_refund_id`.
31
34
  * If the matching record's organization_id does not match the authenticated user's
32
35
  * current organization_id, then a response code of `403` will be returned.
@@ -41,6 +41,7 @@ class V1 {
41
41
  this.options = options;
42
42
  }
43
43
  /**
44
+ * **This endpoint is incubating.**
44
45
  * Retrieves a previously created insurance refund by its `insurance_refund_id`.
45
46
  * If the refund does not exist, a `403` will be thrown.
46
47
  *
@@ -53,7 +54,7 @@ class V1 {
53
54
  Authorization: await this._getAuthorizationHeader(),
54
55
  "X-Fern-Language": "JavaScript",
55
56
  "X-Fern-SDK-Name": "candidhealth",
56
- "X-Fern-SDK-Version": "0.7.0",
57
+ "X-Fern-SDK-Version": "0.8.0",
57
58
  },
58
59
  contentType: "application/json",
59
60
  timeoutMs: 60000,
@@ -75,6 +76,7 @@ class V1 {
75
76
  };
76
77
  }
77
78
  /**
79
+ * **This endpoint is incubating.**
78
80
  * Creates a new insurance refund record and returns the newly created `InsuranceRefund` object.
79
81
  * The allocations can describe whether the refund is being applied toward a specific service line,
80
82
  * claim, or billing provider.
@@ -88,7 +90,7 @@ class V1 {
88
90
  Authorization: await this._getAuthorizationHeader(),
89
91
  "X-Fern-Language": "JavaScript",
90
92
  "X-Fern-SDK-Name": "candidhealth",
91
- "X-Fern-SDK-Version": "0.7.0",
93
+ "X-Fern-SDK-Version": "0.8.0",
92
94
  },
93
95
  contentType: "application/json",
94
96
  body: await serializers.insuranceRefunds.v1.InsuranceRefundCreate.jsonOrThrow(request, {
@@ -113,6 +115,7 @@ class V1 {
113
115
  };
114
116
  }
115
117
  /**
118
+ * **This endpoint is incubating.**
116
119
  * Deletes the insurance refund record matching the provided `insurance_refund_id`.
117
120
  * If the matching record's organization_id does not match the authenticated user's
118
121
  * current organization_id, then a response code of `403` will be returned.
@@ -126,7 +129,7 @@ class V1 {
126
129
  Authorization: await this._getAuthorizationHeader(),
127
130
  "X-Fern-Language": "JavaScript",
128
131
  "X-Fern-SDK-Name": "candidhealth",
129
- "X-Fern-SDK-Version": "0.7.0",
132
+ "X-Fern-SDK-Version": "0.8.0",
130
133
  },
131
134
  contentType: "application/json",
132
135
  timeoutMs: 60000,
@@ -49,7 +49,7 @@ class V3 {
49
49
  Authorization: await this._getAuthorizationHeader(),
50
50
  "X-Fern-Language": "JavaScript",
51
51
  "X-Fern-SDK-Name": "candidhealth",
52
- "X-Fern-SDK-Version": "0.7.0",
52
+ "X-Fern-SDK-Version": "0.8.0",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -115,7 +115,7 @@ class V3 {
115
115
  Authorization: await this._getAuthorizationHeader(),
116
116
  "X-Fern-Language": "JavaScript",
117
117
  "X-Fern-SDK-Name": "candidhealth",
118
- "X-Fern-SDK-Version": "0.7.0",
118
+ "X-Fern-SDK-Version": "0.8.0",
119
119
  },
120
120
  contentType: "application/json",
121
121
  queryParameters: _queryParams,
@@ -145,7 +145,7 @@ class V3 {
145
145
  Authorization: await this._getAuthorizationHeader(),
146
146
  "X-Fern-Language": "JavaScript",
147
147
  "X-Fern-SDK-Name": "candidhealth",
148
- "X-Fern-SDK-Version": "0.7.0",
148
+ "X-Fern-SDK-Version": "0.8.0",
149
149
  },
150
150
  contentType: "application/json",
151
151
  body: await serializers.organizationProviders.v3.OrganizationProviderCreateV2.jsonOrThrow(request, {
@@ -167,6 +167,7 @@ class V3 {
167
167
  if (_response.error.reason === "status-code") {
168
168
  switch (_response.error.body?.errorName) {
169
169
  case "HttpRequestValidationError":
170
+ case "UpdatesDisabledDueToExternalSystemIntegrationError":
170
171
  return {
171
172
  ok: false,
172
173
  error: await serializers.organizationProviders.v3.create.Error.parseOrThrow(_response.error.body, {
@@ -191,7 +192,7 @@ class V3 {
191
192
  Authorization: await this._getAuthorizationHeader(),
192
193
  "X-Fern-Language": "JavaScript",
193
194
  "X-Fern-SDK-Name": "candidhealth",
194
- "X-Fern-SDK-Version": "0.7.0",
195
+ "X-Fern-SDK-Version": "0.8.0",
195
196
  },
196
197
  contentType: "application/json",
197
198
  body: await serializers.organizationProviders.v3.OrganizationProviderUpdateV2.jsonOrThrow(request, {
@@ -214,6 +215,7 @@ class V3 {
214
215
  switch (_response.error.body?.errorName) {
215
216
  case "HttpRequestValidationError":
216
217
  case "EntityNotFoundError":
218
+ case "UpdatesDisabledDueToExternalSystemIntegrationError":
217
219
  return {
218
220
  ok: false,
219
221
  error: await serializers.organizationProviders.v3.update.Error.parseOrThrow(_response.error.body, {
@@ -3,12 +3,16 @@
3
3
  */
4
4
  import * as CandidApi from "../../../../..";
5
5
  import * as core from "../../../../../../core";
6
- export declare type Error = CandidApi.organizationProviders.v3.create.Error.HttpRequestValidationError | CandidApi.organizationProviders.v3.create.Error._Unknown;
6
+ export declare type Error = CandidApi.organizationProviders.v3.create.Error.HttpRequestValidationError | CandidApi.organizationProviders.v3.create.Error.UpdatesDisabledDueToExternalSystemIntegrationError | CandidApi.organizationProviders.v3.create.Error._Unknown;
7
7
  export declare namespace Error {
8
8
  interface HttpRequestValidationError extends _Utils {
9
9
  errorName: "HttpRequestValidationError";
10
10
  content: CandidApi.RequestValidationError;
11
11
  }
12
+ interface UpdatesDisabledDueToExternalSystemIntegrationError extends _Utils {
13
+ errorName: "UpdatesDisabledDueToExternalSystemIntegrationError";
14
+ content: CandidApi.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage;
15
+ }
12
16
  interface _Unknown extends _Utils {
13
17
  errorName: void;
14
18
  content: core.Fetcher.Error;
@@ -18,11 +22,13 @@ export declare namespace Error {
18
22
  }
19
23
  interface _Visitor<_Result> {
20
24
  httpRequestValidationError: (value: CandidApi.RequestValidationError) => _Result;
25
+ updatesDisabledDueToExternalSystemIntegrationError: (value: CandidApi.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage) => _Result;
21
26
  _other: (value: core.Fetcher.Error) => _Result;
22
27
  }
23
28
  }
24
29
  export declare const Error: {
25
30
  readonly httpRequestValidationError: (value: CandidApi.RequestValidationError) => CandidApi.organizationProviders.v3.create.Error.HttpRequestValidationError;
31
+ readonly updatesDisabledDueToExternalSystemIntegrationError: (value: CandidApi.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage) => CandidApi.organizationProviders.v3.create.Error.UpdatesDisabledDueToExternalSystemIntegrationError;
26
32
  readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.organizationProviders.v3.create.Error._Unknown;
27
33
  readonly _visit: <_Result>(value: CandidApi.organizationProviders.v3.create.Error, visitor: CandidApi.organizationProviders.v3.create.Error._Visitor<_Result>) => _Result;
28
34
  };
@@ -38,6 +38,15 @@ exports.Error = {
38
38
  },
39
39
  };
40
40
  },
41
+ updatesDisabledDueToExternalSystemIntegrationError: (value) => {
42
+ return {
43
+ content: value,
44
+ errorName: "UpdatesDisabledDueToExternalSystemIntegrationError",
45
+ _visit: function (visitor) {
46
+ return CandidApi.organizationProviders.v3.create.Error._visit(this, visitor);
47
+ },
48
+ };
49
+ },
41
50
  _unknown: (fetcherError) => {
42
51
  return {
43
52
  errorName: undefined,
@@ -51,6 +60,8 @@ exports.Error = {
51
60
  switch (value.errorName) {
52
61
  case "HttpRequestValidationError":
53
62
  return visitor.httpRequestValidationError(value.content);
63
+ case "UpdatesDisabledDueToExternalSystemIntegrationError":
64
+ return visitor.updatesDisabledDueToExternalSystemIntegrationError(value.content);
54
65
  default:
55
66
  return visitor._other(value);
56
67
  }
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as CandidApi from "../../../../..";
5
5
  import * as core from "../../../../../../core";
6
- export declare type Error = CandidApi.organizationProviders.v3.update.Error.HttpRequestValidationError | CandidApi.organizationProviders.v3.update.Error.EntityNotFoundError | CandidApi.organizationProviders.v3.update.Error._Unknown;
6
+ export declare type Error = CandidApi.organizationProviders.v3.update.Error.HttpRequestValidationError | CandidApi.organizationProviders.v3.update.Error.EntityNotFoundError | CandidApi.organizationProviders.v3.update.Error.UpdatesDisabledDueToExternalSystemIntegrationError | CandidApi.organizationProviders.v3.update.Error._Unknown;
7
7
  export declare namespace Error {
8
8
  interface HttpRequestValidationError extends _Utils {
9
9
  errorName: "HttpRequestValidationError";
@@ -13,6 +13,10 @@ export declare namespace Error {
13
13
  errorName: "EntityNotFoundError";
14
14
  content: CandidApi.EntityNotFoundErrorMessage;
15
15
  }
16
+ interface UpdatesDisabledDueToExternalSystemIntegrationError extends _Utils {
17
+ errorName: "UpdatesDisabledDueToExternalSystemIntegrationError";
18
+ content: CandidApi.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage;
19
+ }
16
20
  interface _Unknown extends _Utils {
17
21
  errorName: void;
18
22
  content: core.Fetcher.Error;
@@ -23,12 +27,14 @@ export declare namespace Error {
23
27
  interface _Visitor<_Result> {
24
28
  httpRequestValidationError: (value: CandidApi.RequestValidationError) => _Result;
25
29
  entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
30
+ updatesDisabledDueToExternalSystemIntegrationError: (value: CandidApi.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage) => _Result;
26
31
  _other: (value: core.Fetcher.Error) => _Result;
27
32
  }
28
33
  }
29
34
  export declare const Error: {
30
35
  readonly httpRequestValidationError: (value: CandidApi.RequestValidationError) => CandidApi.organizationProviders.v3.update.Error.HttpRequestValidationError;
31
36
  readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.organizationProviders.v3.update.Error.EntityNotFoundError;
37
+ readonly updatesDisabledDueToExternalSystemIntegrationError: (value: CandidApi.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage) => CandidApi.organizationProviders.v3.update.Error.UpdatesDisabledDueToExternalSystemIntegrationError;
32
38
  readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.organizationProviders.v3.update.Error._Unknown;
33
39
  readonly _visit: <_Result>(value: CandidApi.organizationProviders.v3.update.Error, visitor: CandidApi.organizationProviders.v3.update.Error._Visitor<_Result>) => _Result;
34
40
  };
@@ -47,6 +47,15 @@ exports.Error = {
47
47
  },
48
48
  };
49
49
  },
50
+ updatesDisabledDueToExternalSystemIntegrationError: (value) => {
51
+ return {
52
+ content: value,
53
+ errorName: "UpdatesDisabledDueToExternalSystemIntegrationError",
54
+ _visit: function (visitor) {
55
+ return CandidApi.organizationProviders.v3.update.Error._visit(this, visitor);
56
+ },
57
+ };
58
+ },
50
59
  _unknown: (fetcherError) => {
51
60
  return {
52
61
  errorName: undefined,
@@ -62,6 +71,8 @@ exports.Error = {
62
71
  return visitor.httpRequestValidationError(value.content);
63
72
  case "EntityNotFoundError":
64
73
  return visitor.entityNotFoundError(value.content);
74
+ case "UpdatesDisabledDueToExternalSystemIntegrationError":
75
+ return visitor.updatesDisabledDueToExternalSystemIntegrationError(value.content);
65
76
  default:
66
77
  return visitor._other(value);
67
78
  }
@@ -0,0 +1,18 @@
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 { V2 } from "../resources/v2/client/Client";
7
+ export declare namespace OrganizationServiceFacilities {
8
+ interface Options {
9
+ environment?: environments.CandidApiEnvironment | string;
10
+ token?: core.Supplier<core.BearerToken | undefined>;
11
+ }
12
+ }
13
+ export declare class OrganizationServiceFacilities {
14
+ protected readonly options: OrganizationServiceFacilities.Options;
15
+ constructor(options: OrganizationServiceFacilities.Options);
16
+ protected _v2: V2 | undefined;
17
+ get v2(): V2;
18
+ }
@@ -0,0 +1,18 @@
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.OrganizationServiceFacilities = void 0;
7
+ const Client_1 = require("../resources/v2/client/Client");
8
+ class OrganizationServiceFacilities {
9
+ options;
10
+ constructor(options) {
11
+ this.options = options;
12
+ }
13
+ _v2;
14
+ get v2() {
15
+ return (this._v2 ??= new Client_1.V2(this.options));
16
+ }
17
+ }
18
+ exports.OrganizationServiceFacilities = OrganizationServiceFacilities;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ export * from "./resources";
2
+ export * from "./client";
@@ -0,0 +1,18 @@
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);
@@ -0,0 +1 @@
1
+ export * as v2 from "./v2";
@@ -0,0 +1,27 @@
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.v2 = void 0;
27
+ exports.v2 = __importStar(require("./v2"));
@@ -0,0 +1,22 @@
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 * as CandidApi from "../../../../..";
7
+ export declare namespace V2 {
8
+ interface Options {
9
+ environment?: environments.CandidApiEnvironment | string;
10
+ token?: core.Supplier<core.BearerToken | undefined>;
11
+ }
12
+ }
13
+ export declare class V2 {
14
+ protected readonly options: V2.Options;
15
+ constructor(options: V2.Options);
16
+ get(organizationServiceFacilityId: CandidApi.organizationServiceFacilities.v2.OrganizationServiceFacilityId): Promise<core.APIResponse<CandidApi.organizationServiceFacilities.v2.OrganizationServiceFacility, CandidApi.organizationServiceFacilities.v2.get.Error>>;
17
+ getMulti(request?: CandidApi.organizationServiceFacilities.v2.GetAllOrganizationServiceFacilitiesRequest): Promise<core.APIResponse<CandidApi.organizationServiceFacilities.v2.OrganizationServiceFacilityPage, CandidApi.organizationServiceFacilities.v2.getMulti.Error>>;
18
+ create(request: CandidApi.organizationServiceFacilities.v2.OrganizationServiceFacilityCreate): Promise<core.APIResponse<CandidApi.organizationServiceFacilities.v2.OrganizationServiceFacility, CandidApi.organizationServiceFacilities.v2.create.Error>>;
19
+ update(organizationServiceFacilityId: CandidApi.organizationServiceFacilities.v2.OrganizationServiceFacilityId, request: CandidApi.organizationServiceFacilities.v2.OrganizationServiceFacilityUpdate): Promise<core.APIResponse<CandidApi.organizationServiceFacilities.v2.OrganizationServiceFacility, CandidApi.organizationServiceFacilities.v2.update.Error>>;
20
+ delete(organizationServiceFacilityId: CandidApi.organizationServiceFacilities.v2.OrganizationServiceFacilityId): Promise<core.APIResponse<void, CandidApi.organizationServiceFacilities.v2.delete.Error>>;
21
+ protected _getAuthorizationHeader(): Promise<string | undefined>;
22
+ }