candidhealth 0.1.1 → 0.2.1

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 (459) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +11 -6
  3. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  4. package/api/resources/billingNotes/client/Client.js +1 -1
  5. package/api/resources/commons/types/ContactInfo.d.ts +10 -0
  6. package/api/resources/commons/types/Email.d.ts +8 -0
  7. package/api/resources/commons/types/{Auth0Id.js → Email.js} +3 -3
  8. package/api/resources/commons/types/PhoneNumber.d.ts +8 -0
  9. package/api/resources/commons/types/PhoneNumberType.d.ts +9 -0
  10. package/api/resources/commons/types/PhoneNumberType.js +11 -0
  11. package/api/resources/commons/types/index.d.ts +4 -1
  12. package/api/resources/commons/types/index.js +4 -1
  13. package/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +3 -3
  14. package/api/resources/encounters/resources/v4/client/Client.js +36 -8
  15. package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  16. package/api/resources/encounters/resources/v4/client/create.js +11 -0
  17. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +6 -0
  18. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +7 -0
  19. package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  20. package/api/resources/encounters/resources/v4/client/update.js +11 -0
  21. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  22. package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -1
  23. package/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +7 -0
  24. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  25. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  26. package/api/resources/expectedNetworkStatus/client/Client.js +1 -1
  27. package/api/resources/guarantor/client/Client.d.ts +18 -0
  28. package/api/resources/guarantor/client/Client.js +18 -0
  29. package/api/resources/guarantor/client/index.d.ts +1 -0
  30. package/api/resources/guarantor/client/index.js +2 -0
  31. package/api/resources/guarantor/index.d.ts +2 -0
  32. package/api/resources/guarantor/index.js +18 -0
  33. package/api/resources/guarantor/resources/index.d.ts +1 -0
  34. package/api/resources/guarantor/resources/index.js +27 -0
  35. package/api/resources/guarantor/resources/v1/client/Client.d.ts +20 -0
  36. package/api/resources/guarantor/resources/v1/client/Client.js +144 -0
  37. package/api/resources/guarantor/resources/v1/client/create.d.ts +22 -0
  38. package/api/resources/guarantor/resources/v1/client/create.js +47 -0
  39. package/api/resources/guarantor/resources/v1/client/get.d.ts +22 -0
  40. package/api/resources/guarantor/resources/v1/client/get.js +47 -0
  41. package/api/resources/guarantor/resources/v1/client/index.d.ts +4 -0
  42. package/api/resources/guarantor/resources/v1/client/index.js +33 -0
  43. package/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +12 -0
  44. package/api/resources/guarantor/resources/v1/client/requests/index.d.ts +1 -0
  45. package/api/resources/guarantor/resources/v1/client/requests/index.js +2 -0
  46. package/api/resources/guarantor/resources/v1/client/update.d.ts +22 -0
  47. package/api/resources/guarantor/resources/v1/client/update.js +47 -0
  48. package/api/resources/guarantor/resources/v1/index.d.ts +2 -0
  49. package/api/resources/guarantor/resources/v1/index.js +18 -0
  50. package/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +7 -0
  51. package/api/resources/guarantor/resources/v1/types/Guarantor.js +5 -0
  52. package/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +12 -0
  53. package/api/resources/guarantor/resources/v1/types/GuarantorBase.js +5 -0
  54. package/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +6 -0
  55. package/api/resources/guarantor/resources/v1/types/GuarantorCreate.js +5 -0
  56. package/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +8 -0
  57. package/api/resources/guarantor/resources/v1/types/GuarantorId.js +10 -0
  58. package/api/resources/guarantor/resources/v1/types/index.d.ts +4 -0
  59. package/api/resources/guarantor/resources/v1/types/index.js +20 -0
  60. package/api/resources/index.d.ts +2 -2
  61. package/api/resources/index.js +3 -3
  62. package/api/resources/individual/types/Patient.d.ts +1 -1
  63. package/api/resources/individual/types/PatientBase.d.ts +17 -0
  64. package/api/resources/individual/types/PatientBase.js +5 -0
  65. package/api/resources/individual/types/PatientCreate.d.ts +1 -11
  66. package/api/resources/individual/types/index.d.ts +1 -0
  67. package/api/resources/individual/types/index.js +1 -0
  68. package/api/resources/patientPayments/resources/index.d.ts +1 -1
  69. package/api/resources/patientPayments/resources/index.js +2 -2
  70. package/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPayment.d.ts +4 -4
  71. package/api/resources/patientPayments/resources/v3/types/PatientPayment.js +5 -0
  72. package/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentId.d.ts +2 -2
  73. package/api/resources/payers/client/Client.d.ts +1 -1
  74. package/api/resources/payers/client/Client.js +4 -4
  75. package/api/resources/payers/types/Payer.d.ts +2 -1
  76. package/api/resources/payers/types/PayerUuid.d.ts +8 -0
  77. package/api/resources/payers/types/PayerUuid.js +10 -0
  78. package/api/resources/payers/types/index.d.ts +1 -0
  79. package/api/resources/payers/types/index.js +1 -0
  80. package/api/resources/users/index.d.ts +1 -1
  81. package/api/resources/users/index.js +1 -1
  82. package/api/resources/users/resources/index.d.ts +1 -0
  83. package/api/resources/users/resources/index.js +27 -0
  84. package/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +6 -0
  85. package/api/resources/users/resources/v2/types/AuthZeroMetadata.js +5 -0
  86. package/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +6 -0
  87. package/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +5 -0
  88. package/{dist/api/resources/users/types/User.d.ts → api/resources/users/resources/v2/types/HumanUserMetadata.d.ts} +1 -3
  89. package/api/resources/users/resources/v2/types/HumanUserMetadata.js +5 -0
  90. package/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +16 -0
  91. package/api/resources/users/resources/v2/types/IdpUserMetadata.js +5 -0
  92. package/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +6 -0
  93. package/api/resources/users/resources/v2/types/MachineUserMetadata.js +5 -0
  94. package/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +6 -0
  95. package/api/resources/users/resources/v2/types/OtherIdpMetadata.js +5 -0
  96. package/api/resources/users/resources/v2/types/UserId.d.ts +8 -0
  97. package/{dist/api/resources/commons/types/Auth0Id.js → api/resources/users/resources/v2/types/UserId.js} +3 -3
  98. package/api/resources/users/resources/v2/types/UserMetadata.d.ts +13 -0
  99. package/api/resources/users/resources/v2/types/UserMetadata.js +5 -0
  100. package/api/resources/users/resources/v2/types/UserV2.d.ts +11 -0
  101. package/api/resources/users/resources/v2/types/UserV2.js +5 -0
  102. package/api/resources/users/resources/v2/types/index.d.ts +9 -0
  103. package/api/resources/users/resources/v2/types/index.js +25 -0
  104. package/api/resources/workQueues/resources/v1/types/WorkQueue.d.ts +1 -1
  105. package/dist/Client.d.ts +3 -0
  106. package/dist/Client.js +11 -6
  107. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  108. package/dist/api/resources/billingNotes/client/Client.js +1 -1
  109. package/dist/api/resources/commons/types/ContactInfo.d.ts +10 -0
  110. package/dist/api/resources/commons/types/ContactInfo.js +5 -0
  111. package/dist/api/resources/commons/types/Email.d.ts +8 -0
  112. package/dist/api/resources/commons/types/Email.js +10 -0
  113. package/dist/api/resources/commons/types/PhoneNumber.d.ts +8 -0
  114. package/dist/api/resources/commons/types/PhoneNumber.js +5 -0
  115. package/dist/api/resources/commons/types/PhoneNumberType.d.ts +9 -0
  116. package/dist/api/resources/commons/types/PhoneNumberType.js +11 -0
  117. package/dist/api/resources/commons/types/index.d.ts +4 -1
  118. package/dist/api/resources/commons/types/index.js +4 -1
  119. package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +3 -3
  120. package/dist/api/resources/encounters/resources/v4/client/Client.js +36 -8
  121. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  122. package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
  123. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +6 -0
  124. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +7 -0
  125. package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  126. package/dist/api/resources/encounters/resources/v4/client/update.js +11 -0
  127. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  128. package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -1
  129. package/dist/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +7 -0
  130. package/dist/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +5 -0
  131. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  132. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  133. package/dist/api/resources/expectedNetworkStatus/client/Client.js +1 -1
  134. package/dist/api/resources/guarantor/client/Client.d.ts +18 -0
  135. package/dist/api/resources/guarantor/client/Client.js +18 -0
  136. package/dist/api/resources/guarantor/client/index.d.ts +1 -0
  137. package/dist/api/resources/guarantor/client/index.js +2 -0
  138. package/dist/api/resources/guarantor/index.d.ts +2 -0
  139. package/dist/api/resources/guarantor/index.js +18 -0
  140. package/dist/api/resources/guarantor/resources/index.d.ts +1 -0
  141. package/dist/api/resources/guarantor/resources/index.js +27 -0
  142. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +20 -0
  143. package/dist/api/resources/guarantor/resources/v1/client/Client.js +144 -0
  144. package/dist/api/resources/guarantor/resources/v1/client/create.d.ts +22 -0
  145. package/dist/api/resources/guarantor/resources/v1/client/create.js +47 -0
  146. package/dist/api/resources/guarantor/resources/v1/client/get.d.ts +22 -0
  147. package/dist/api/resources/guarantor/resources/v1/client/get.js +47 -0
  148. package/dist/api/resources/guarantor/resources/v1/client/index.d.ts +4 -0
  149. package/dist/api/resources/guarantor/resources/v1/client/index.js +33 -0
  150. package/dist/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +12 -0
  151. package/dist/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.js +5 -0
  152. package/dist/api/resources/guarantor/resources/v1/client/requests/index.d.ts +1 -0
  153. package/dist/api/resources/guarantor/resources/v1/client/requests/index.js +2 -0
  154. package/dist/api/resources/guarantor/resources/v1/client/update.d.ts +22 -0
  155. package/dist/api/resources/guarantor/resources/v1/client/update.js +47 -0
  156. package/dist/api/resources/guarantor/resources/v1/index.d.ts +2 -0
  157. package/dist/api/resources/guarantor/resources/v1/index.js +18 -0
  158. package/dist/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +7 -0
  159. package/dist/api/resources/guarantor/resources/v1/types/Guarantor.js +5 -0
  160. package/dist/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +12 -0
  161. package/dist/api/resources/guarantor/resources/v1/types/GuarantorBase.js +5 -0
  162. package/dist/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +6 -0
  163. package/dist/api/resources/guarantor/resources/v1/types/GuarantorCreate.js +5 -0
  164. package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +8 -0
  165. package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.js +10 -0
  166. package/dist/api/resources/guarantor/resources/v1/types/index.d.ts +4 -0
  167. package/dist/api/resources/guarantor/resources/v1/types/index.js +20 -0
  168. package/dist/api/resources/index.d.ts +2 -2
  169. package/dist/api/resources/index.js +3 -3
  170. package/dist/api/resources/individual/types/Patient.d.ts +1 -1
  171. package/dist/api/resources/individual/types/PatientBase.d.ts +17 -0
  172. package/dist/api/resources/individual/types/PatientBase.js +5 -0
  173. package/dist/api/resources/individual/types/PatientCreate.d.ts +1 -11
  174. package/dist/api/resources/individual/types/index.d.ts +1 -0
  175. package/dist/api/resources/individual/types/index.js +1 -0
  176. package/dist/api/resources/patientPayments/resources/index.d.ts +1 -1
  177. package/dist/api/resources/patientPayments/resources/index.js +2 -2
  178. package/dist/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPayment.d.ts +4 -4
  179. package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.js +5 -0
  180. package/dist/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentId.d.ts +2 -2
  181. package/dist/api/resources/payers/client/Client.d.ts +1 -1
  182. package/dist/api/resources/payers/client/Client.js +4 -4
  183. package/dist/api/resources/payers/types/Payer.d.ts +2 -1
  184. package/dist/api/resources/payers/types/PayerUuid.d.ts +8 -0
  185. package/dist/api/resources/payers/types/PayerUuid.js +10 -0
  186. package/dist/api/resources/payers/types/index.d.ts +1 -0
  187. package/dist/api/resources/payers/types/index.js +1 -0
  188. package/dist/api/resources/users/index.d.ts +1 -1
  189. package/dist/api/resources/users/index.js +1 -1
  190. package/dist/api/resources/users/resources/index.d.ts +1 -0
  191. package/dist/api/resources/users/resources/index.js +27 -0
  192. package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +6 -0
  193. package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.js +5 -0
  194. package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +6 -0
  195. package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +5 -0
  196. package/{api/resources/users/types/User.d.ts → dist/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts} +1 -3
  197. package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.js +5 -0
  198. package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +16 -0
  199. package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.js +5 -0
  200. package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +6 -0
  201. package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.js +5 -0
  202. package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +6 -0
  203. package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.js +5 -0
  204. package/dist/api/resources/users/resources/v2/types/UserId.d.ts +8 -0
  205. package/dist/api/resources/users/resources/v2/types/UserId.js +10 -0
  206. package/dist/api/resources/users/resources/v2/types/UserMetadata.d.ts +13 -0
  207. package/dist/api/resources/users/resources/v2/types/UserMetadata.js +5 -0
  208. package/dist/api/resources/users/resources/v2/types/UserV2.d.ts +11 -0
  209. package/dist/api/resources/users/resources/v2/types/UserV2.js +5 -0
  210. package/dist/api/resources/users/resources/v2/types/index.d.ts +9 -0
  211. package/dist/api/resources/users/resources/v2/types/index.js +25 -0
  212. package/dist/api/resources/workQueues/resources/v1/types/WorkQueue.d.ts +1 -1
  213. package/dist/serialization/resources/commons/types/ContactInfo.d.ts +15 -0
  214. package/dist/serialization/resources/commons/types/ContactInfo.js +36 -0
  215. package/dist/serialization/resources/commons/types/{Auth0Id.d.ts → Email.d.ts} +2 -2
  216. package/dist/serialization/resources/commons/types/{Auth0Id.js → Email.js} +3 -3
  217. package/dist/serialization/resources/{users/types/User.d.ts → commons/types/PhoneNumber.d.ts} +4 -5
  218. package/dist/serialization/resources/commons/types/PhoneNumber.js +34 -0
  219. package/dist/serialization/resources/commons/types/PhoneNumberType.d.ts +10 -0
  220. package/dist/serialization/resources/commons/types/PhoneNumberType.js +31 -0
  221. package/dist/serialization/resources/commons/types/index.d.ts +4 -1
  222. package/dist/serialization/resources/commons/types/index.js +4 -1
  223. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +14 -0
  224. package/dist/serialization/resources/encounters/resources/v4/client/create.js +46 -0
  225. package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +2 -0
  226. package/dist/serialization/resources/encounters/resources/v4/client/index.js +3 -1
  227. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  228. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +4 -0
  229. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -0
  230. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +2 -0
  231. package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +14 -0
  232. package/dist/serialization/resources/encounters/resources/v4/client/update.js +46 -0
  233. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  234. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -1
  235. package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +12 -0
  236. package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +33 -0
  237. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  238. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  239. package/dist/serialization/resources/guarantor/index.d.ts +1 -0
  240. package/dist/serialization/resources/guarantor/index.js +17 -0
  241. package/dist/serialization/resources/guarantor/resources/index.d.ts +1 -0
  242. package/dist/serialization/resources/guarantor/resources/index.js +27 -0
  243. package/dist/serialization/resources/guarantor/resources/v1/client/index.d.ts +1 -0
  244. package/{api/resources/users/types → dist/serialization/resources/guarantor/resources/v1/client}/index.js +1 -1
  245. package/dist/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +17 -0
  246. package/dist/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.js +40 -0
  247. package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +1 -0
  248. package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.js +5 -0
  249. package/dist/serialization/resources/guarantor/resources/v1/index.d.ts +2 -0
  250. package/dist/serialization/resources/guarantor/resources/v1/index.js +18 -0
  251. package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +12 -0
  252. package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.js +35 -0
  253. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +17 -0
  254. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +38 -0
  255. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +11 -0
  256. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +33 -0
  257. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.d.ts +10 -0
  258. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +35 -0
  259. package/dist/serialization/resources/guarantor/resources/v1/types/index.d.ts +4 -0
  260. package/dist/serialization/resources/guarantor/resources/v1/types/index.js +20 -0
  261. package/dist/serialization/resources/index.d.ts +2 -2
  262. package/dist/serialization/resources/index.js +3 -3
  263. package/dist/serialization/resources/individual/types/Patient.d.ts +1 -1
  264. package/dist/serialization/resources/individual/types/Patient.js +1 -1
  265. package/dist/serialization/resources/individual/types/PatientBase.d.ts +15 -0
  266. package/dist/serialization/resources/individual/types/PatientBase.js +38 -0
  267. package/dist/serialization/resources/individual/types/PatientCreate.d.ts +1 -4
  268. package/dist/serialization/resources/individual/types/PatientCreate.js +2 -6
  269. package/dist/serialization/resources/individual/types/index.d.ts +1 -0
  270. package/dist/serialization/resources/individual/types/index.js +1 -0
  271. package/dist/serialization/resources/patientPayments/resources/index.d.ts +1 -1
  272. package/dist/serialization/resources/patientPayments/resources/index.js +2 -2
  273. package/dist/serialization/resources/patientPayments/resources/v3/index.d.ts +1 -0
  274. package/dist/serialization/resources/patientPayments/resources/v3/index.js +17 -0
  275. package/{serialization/resources/patientPayments/resources/v2 → dist/serialization/resources/patientPayments/resources/v3}/types/PatientPayment.d.ts +5 -5
  276. package/{serialization/resources/patientPayments/resources/v2 → dist/serialization/resources/patientPayments/resources/v3}/types/PatientPayment.js +4 -4
  277. package/{serialization/resources/patientPayments/resources/v2 → dist/serialization/resources/patientPayments/resources/v3}/types/PatientPaymentId.d.ts +1 -1
  278. package/{serialization/resources/patientPayments/resources/v2 → dist/serialization/resources/patientPayments/resources/v3}/types/PatientPaymentId.js +1 -1
  279. package/{serialization/resources/patientPayments/resources/v2 → dist/serialization/resources/patientPayments/resources/v3}/types/PatientPaymentSource.d.ts +1 -1
  280. package/dist/serialization/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentStatus.d.ts +1 -1
  281. package/dist/serialization/resources/payers/types/Payer.d.ts +1 -1
  282. package/dist/serialization/resources/payers/types/Payer.js +1 -1
  283. package/dist/serialization/resources/payers/types/PayerUuid.d.ts +10 -0
  284. package/dist/serialization/resources/payers/types/PayerUuid.js +37 -0
  285. package/dist/serialization/resources/payers/types/index.d.ts +1 -0
  286. package/dist/serialization/resources/payers/types/index.js +1 -0
  287. package/dist/serialization/resources/users/index.d.ts +1 -1
  288. package/dist/serialization/resources/users/index.js +1 -1
  289. package/dist/serialization/resources/users/resources/index.d.ts +1 -0
  290. package/dist/serialization/resources/users/resources/index.js +27 -0
  291. package/dist/serialization/resources/users/resources/v2/index.d.ts +1 -0
  292. package/dist/serialization/resources/users/resources/v2/index.js +17 -0
  293. package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +12 -0
  294. package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js +33 -0
  295. package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +12 -0
  296. package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +33 -0
  297. package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
  298. package/dist/serialization/resources/users/{types/User.js → resources/v2/types/HumanUserMetadata.js} +3 -4
  299. package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
  300. package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +40 -0
  301. package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +12 -0
  302. package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +33 -0
  303. package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +12 -0
  304. package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +33 -0
  305. package/dist/serialization/resources/users/resources/v2/types/UserId.d.ts +10 -0
  306. package/dist/serialization/resources/users/resources/v2/types/UserId.js +35 -0
  307. package/dist/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +16 -0
  308. package/dist/serialization/resources/users/resources/v2/types/UserMetadata.js +39 -0
  309. package/dist/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
  310. package/dist/serialization/resources/users/resources/v2/types/UserV2.js +37 -0
  311. package/dist/serialization/resources/users/resources/v2/types/index.d.ts +9 -0
  312. package/dist/serialization/resources/users/resources/v2/types/index.js +25 -0
  313. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueue.d.ts +1 -1
  314. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueue.js +1 -1
  315. package/package.json +1 -1
  316. package/serialization/resources/commons/types/ContactInfo.d.ts +15 -0
  317. package/serialization/resources/commons/types/ContactInfo.js +36 -0
  318. package/serialization/resources/commons/types/{Auth0Id.d.ts → Email.d.ts} +2 -2
  319. package/serialization/resources/commons/types/{Auth0Id.js → Email.js} +3 -3
  320. package/serialization/resources/{users/types/User.d.ts → commons/types/PhoneNumber.d.ts} +4 -5
  321. package/serialization/resources/commons/types/PhoneNumber.js +34 -0
  322. package/serialization/resources/commons/types/PhoneNumberType.d.ts +10 -0
  323. package/serialization/resources/commons/types/PhoneNumberType.js +31 -0
  324. package/serialization/resources/commons/types/index.d.ts +4 -1
  325. package/serialization/resources/commons/types/index.js +4 -1
  326. package/serialization/resources/encounters/resources/v4/client/create.d.ts +14 -0
  327. package/serialization/resources/encounters/resources/v4/client/create.js +46 -0
  328. package/serialization/resources/encounters/resources/v4/client/index.d.ts +2 -0
  329. package/serialization/resources/encounters/resources/v4/client/index.js +3 -1
  330. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  331. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +4 -0
  332. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -0
  333. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +2 -0
  334. package/serialization/resources/encounters/resources/v4/client/update.d.ts +14 -0
  335. package/serialization/resources/encounters/resources/v4/client/update.js +46 -0
  336. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  337. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -1
  338. package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +12 -0
  339. package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +33 -0
  340. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  341. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  342. package/serialization/resources/guarantor/index.d.ts +1 -0
  343. package/serialization/resources/guarantor/index.js +17 -0
  344. package/serialization/resources/guarantor/resources/index.d.ts +1 -0
  345. package/serialization/resources/guarantor/resources/index.js +27 -0
  346. package/serialization/resources/guarantor/resources/v1/client/index.d.ts +1 -0
  347. package/{dist/api/resources/users/types → serialization/resources/guarantor/resources/v1/client}/index.js +1 -1
  348. package/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +17 -0
  349. package/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.js +40 -0
  350. package/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +1 -0
  351. package/serialization/resources/guarantor/resources/v1/client/requests/index.js +5 -0
  352. package/serialization/resources/guarantor/resources/v1/index.d.ts +2 -0
  353. package/serialization/resources/guarantor/resources/v1/index.js +18 -0
  354. package/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +12 -0
  355. package/serialization/resources/guarantor/resources/v1/types/Guarantor.js +35 -0
  356. package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +17 -0
  357. package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +38 -0
  358. package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +11 -0
  359. package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +33 -0
  360. package/serialization/resources/guarantor/resources/v1/types/GuarantorId.d.ts +10 -0
  361. package/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +35 -0
  362. package/serialization/resources/guarantor/resources/v1/types/index.d.ts +4 -0
  363. package/serialization/resources/guarantor/resources/v1/types/index.js +20 -0
  364. package/serialization/resources/index.d.ts +2 -2
  365. package/serialization/resources/index.js +3 -3
  366. package/serialization/resources/individual/types/Patient.d.ts +1 -1
  367. package/serialization/resources/individual/types/Patient.js +1 -1
  368. package/serialization/resources/individual/types/PatientBase.d.ts +15 -0
  369. package/serialization/resources/individual/types/PatientBase.js +38 -0
  370. package/serialization/resources/individual/types/PatientCreate.d.ts +1 -4
  371. package/serialization/resources/individual/types/PatientCreate.js +2 -6
  372. package/serialization/resources/individual/types/index.d.ts +1 -0
  373. package/serialization/resources/individual/types/index.js +1 -0
  374. package/serialization/resources/patientPayments/resources/index.d.ts +1 -1
  375. package/serialization/resources/patientPayments/resources/index.js +2 -2
  376. package/serialization/resources/patientPayments/resources/v3/index.d.ts +1 -0
  377. package/serialization/resources/patientPayments/resources/v3/index.js +17 -0
  378. package/{dist/serialization/resources/patientPayments/resources/v2 → serialization/resources/patientPayments/resources/v3}/types/PatientPayment.d.ts +5 -5
  379. package/{dist/serialization/resources/patientPayments/resources/v2 → serialization/resources/patientPayments/resources/v3}/types/PatientPayment.js +4 -4
  380. package/{dist/serialization/resources/patientPayments/resources/v2 → serialization/resources/patientPayments/resources/v3}/types/PatientPaymentId.d.ts +1 -1
  381. package/{dist/serialization/resources/patientPayments/resources/v2 → serialization/resources/patientPayments/resources/v3}/types/PatientPaymentId.js +1 -1
  382. package/{dist/serialization/resources/patientPayments/resources/v2 → serialization/resources/patientPayments/resources/v3}/types/PatientPaymentSource.d.ts +1 -1
  383. package/serialization/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentStatus.d.ts +1 -1
  384. package/serialization/resources/payers/types/Payer.d.ts +1 -1
  385. package/serialization/resources/payers/types/Payer.js +1 -1
  386. package/serialization/resources/payers/types/PayerUuid.d.ts +10 -0
  387. package/serialization/resources/payers/types/PayerUuid.js +37 -0
  388. package/serialization/resources/payers/types/index.d.ts +1 -0
  389. package/serialization/resources/payers/types/index.js +1 -0
  390. package/serialization/resources/users/index.d.ts +1 -1
  391. package/serialization/resources/users/index.js +1 -1
  392. package/serialization/resources/users/resources/index.d.ts +1 -0
  393. package/serialization/resources/users/resources/index.js +27 -0
  394. package/serialization/resources/users/resources/v2/index.d.ts +1 -0
  395. package/serialization/resources/users/resources/v2/index.js +17 -0
  396. package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +12 -0
  397. package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js +33 -0
  398. package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +12 -0
  399. package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +33 -0
  400. package/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +13 -0
  401. package/serialization/resources/users/{types/User.js → resources/v2/types/HumanUserMetadata.js} +3 -4
  402. package/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +19 -0
  403. package/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +40 -0
  404. package/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +12 -0
  405. package/serialization/resources/users/resources/v2/types/MachineUserMetadata.js +33 -0
  406. package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +12 -0
  407. package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +33 -0
  408. package/serialization/resources/users/resources/v2/types/UserId.d.ts +10 -0
  409. package/serialization/resources/users/resources/v2/types/UserId.js +35 -0
  410. package/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +16 -0
  411. package/serialization/resources/users/resources/v2/types/UserMetadata.js +39 -0
  412. package/serialization/resources/users/resources/v2/types/UserV2.d.ts +16 -0
  413. package/serialization/resources/users/resources/v2/types/UserV2.js +37 -0
  414. package/serialization/resources/users/resources/v2/types/index.d.ts +9 -0
  415. package/serialization/resources/users/resources/v2/types/index.js +25 -0
  416. package/serialization/resources/workQueues/resources/v1/types/WorkQueue.d.ts +1 -1
  417. package/serialization/resources/workQueues/resources/v1/types/WorkQueue.js +1 -1
  418. package/api/resources/commons/types/Auth0Id.d.ts +0 -8
  419. package/api/resources/users/types/index.d.ts +0 -1
  420. package/dist/api/resources/commons/types/Auth0Id.d.ts +0 -8
  421. package/dist/api/resources/users/types/index.d.ts +0 -1
  422. package/dist/serialization/resources/users/types/index.d.ts +0 -1
  423. package/dist/serialization/resources/users/types/index.js +0 -17
  424. package/serialization/resources/users/types/index.d.ts +0 -1
  425. package/serialization/resources/users/types/index.js +0 -17
  426. /package/api/resources/{patientPayments/resources/v2/types/PatientPayment.js → commons/types/ContactInfo.js} +0 -0
  427. /package/api/resources/{users/types/User.js → commons/types/PhoneNumber.js} +0 -0
  428. /package/{dist/api/resources/patientPayments/resources/v2/types/PatientPayment.js → api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js} +0 -0
  429. /package/{dist/api/resources/users/types/User.js → api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.js} +0 -0
  430. /package/api/resources/patientPayments/resources/{v2 → v3}/index.d.ts +0 -0
  431. /package/api/resources/patientPayments/resources/{v2 → v3}/index.js +0 -0
  432. /package/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentId.js +0 -0
  433. /package/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentSource.d.ts +0 -0
  434. /package/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentSource.js +0 -0
  435. /package/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentStatus.d.ts +0 -0
  436. /package/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentStatus.js +0 -0
  437. /package/api/resources/patientPayments/resources/{v2 → v3}/types/index.d.ts +0 -0
  438. /package/api/resources/patientPayments/resources/{v2 → v3}/types/index.js +0 -0
  439. /package/{dist/api/resources/patientPayments → api/resources/users}/resources/v2/index.d.ts +0 -0
  440. /package/{dist/api/resources/patientPayments → api/resources/users}/resources/v2/index.js +0 -0
  441. /package/dist/{serialization/resources/patientPayments/resources/v2 → api/resources/patientPayments/resources/v3}/index.d.ts +0 -0
  442. /package/dist/{serialization/resources/patientPayments/resources/v2 → api/resources/patientPayments/resources/v3}/index.js +0 -0
  443. /package/dist/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentId.js +0 -0
  444. /package/dist/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentSource.d.ts +0 -0
  445. /package/dist/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentSource.js +0 -0
  446. /package/dist/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentStatus.d.ts +0 -0
  447. /package/dist/api/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentStatus.js +0 -0
  448. /package/dist/api/resources/patientPayments/resources/{v2 → v3}/types/index.d.ts +0 -0
  449. /package/dist/api/resources/patientPayments/resources/{v2 → v3}/types/index.js +0 -0
  450. /package/{serialization/resources/patientPayments → dist/api/resources/users}/resources/v2/index.d.ts +0 -0
  451. /package/{serialization/resources/patientPayments → dist/api/resources/users}/resources/v2/index.js +0 -0
  452. /package/dist/serialization/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentSource.js +0 -0
  453. /package/dist/serialization/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentStatus.js +0 -0
  454. /package/dist/serialization/resources/patientPayments/resources/{v2 → v3}/types/index.d.ts +0 -0
  455. /package/dist/serialization/resources/patientPayments/resources/{v2 → v3}/types/index.js +0 -0
  456. /package/serialization/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentSource.js +0 -0
  457. /package/serialization/resources/patientPayments/resources/{v2 → v3}/types/PatientPaymentStatus.js +0 -0
  458. /package/serialization/resources/patientPayments/resources/{v2 → v3}/types/index.d.ts +0 -0
  459. /package/serialization/resources/patientPayments/resources/{v2 → v3}/types/index.js +0 -0
@@ -0,0 +1,38 @@
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.PatientBase = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ exports.PatientBase = core.serialization
32
+ .object({
33
+ externalId: core.serialization.property("external_id", core.serialization.string()),
34
+ dateOfBirth: core.serialization.property("date_of_birth", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).Date_)),
35
+ address: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).StreetAddressShortZip),
36
+ contactInfo: core.serialization.property("contact_info", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ContactInfo).optional()),
37
+ })
38
+ .extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).IndividualBase));
@@ -6,9 +6,6 @@ import * as CandidApi from "../../../../api";
6
6
  import * as core from "../../../../core";
7
7
  export declare const PatientCreate: core.serialization.ObjectSchema<serializers.PatientCreate.Raw, CandidApi.PatientCreate>;
8
8
  export declare namespace PatientCreate {
9
- interface Raw extends serializers.IndividualBase.Raw {
10
- external_id: string;
11
- date_of_birth: serializers.Date_.Raw;
12
- address: serializers.StreetAddressShortZip.Raw;
9
+ interface Raw extends serializers.PatientBase.Raw {
13
10
  }
14
11
  }
@@ -29,9 +29,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.PatientCreate = void 0;
30
30
  const core = __importStar(require("../../../../core"));
31
31
  exports.PatientCreate = core.serialization
32
- .object({
33
- externalId: core.serialization.property("external_id", core.serialization.string()),
34
- dateOfBirth: core.serialization.property("date_of_birth", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).Date_)),
35
- address: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).StreetAddressShortZip),
36
- })
37
- .extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).IndividualBase));
32
+ .object({})
33
+ .extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).PatientBase));
@@ -4,5 +4,6 @@ export * from "./SubscriberBase";
4
4
  export * from "./SubscriberCreate";
5
5
  export * from "./Subscriber";
6
6
  export * from "./PatientCreate";
7
+ export * from "./PatientBase";
7
8
  export * from "./Patient";
8
9
  export * from "./Gender";
@@ -20,5 +20,6 @@ __exportStar(require("./SubscriberBase"), exports);
20
20
  __exportStar(require("./SubscriberCreate"), exports);
21
21
  __exportStar(require("./Subscriber"), exports);
22
22
  __exportStar(require("./PatientCreate"), exports);
23
+ __exportStar(require("./PatientBase"), exports);
23
24
  __exportStar(require("./Patient"), exports);
24
25
  __exportStar(require("./Gender"), exports);
@@ -1 +1 @@
1
- export * as v2 from "./v2";
1
+ export * as v3 from "./v3";
@@ -23,5 +23,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.v2 = void 0;
27
- exports.v2 = __importStar(require("./v2"));
26
+ exports.v3 = void 0;
27
+ exports.v3 = __importStar(require("./v3"));
@@ -0,0 +1 @@
1
+ export * from "./types";
@@ -0,0 +1,17 @@
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("./types"), exports);
@@ -4,20 +4,20 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const PatientPayment: core.serialization.ObjectSchema<serializers.patientPayments.v2.PatientPayment.Raw, CandidApi.patientPayments.v2.PatientPayment>;
7
+ export declare const PatientPayment: core.serialization.ObjectSchema<serializers.patientPayments.v3.PatientPayment.Raw, CandidApi.patientPayments.v3.PatientPayment>;
8
8
  export declare namespace PatientPayment {
9
9
  interface Raw {
10
- patient_payment_id: serializers.patientPayments.v2.PatientPaymentId.Raw;
10
+ patient_payment_id: serializers.patientPayments.v3.PatientPaymentId.Raw;
11
11
  organization_id: serializers.OrganizationId.Raw;
12
12
  source_internal_id: string;
13
- source: serializers.patientPayments.v2.PatientPaymentSource.Raw;
13
+ source: serializers.patientPayments.v3.PatientPaymentSource.Raw;
14
14
  amount_cents: number;
15
15
  payment_timestamp?: string | null;
16
- status?: serializers.patientPayments.v2.PatientPaymentStatus.Raw | null;
16
+ status?: serializers.patientPayments.v3.PatientPaymentStatus.Raw | null;
17
17
  payment_name?: string | null;
18
18
  payment_note?: string | null;
19
19
  patient_external_id?: serializers.PatientExternalId.Raw | null;
20
- encounter_id?: serializers.EncounterId.Raw | null;
20
+ encounter_external_id?: serializers.EncounterExternalId.Raw | null;
21
21
  service_line_id?: serializers.ServiceLineId.Raw | null;
22
22
  }
23
23
  }
@@ -29,18 +29,18 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.PatientPayment = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  exports.PatientPayment = core.serialization.object({
32
- patientPaymentId: core.serialization.property("patient_payment_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).patientPayments.v2.PatientPaymentId)),
32
+ patientPaymentId: core.serialization.property("patient_payment_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).patientPayments.v3.PatientPaymentId)),
33
33
  organizationId: core.serialization.property("organization_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).OrganizationId)),
34
34
  sourceInternalId: core.serialization.property("source_internal_id", core.serialization.string()),
35
- source: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).patientPayments.v2.PatientPaymentSource),
35
+ source: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).patientPayments.v3.PatientPaymentSource),
36
36
  amountCents: core.serialization.property("amount_cents", core.serialization.number()),
37
37
  paymentTimestamp: core.serialization.property("payment_timestamp", core.serialization.date().optional()),
38
38
  status: core.serialization
39
- .lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).patientPayments.v2.PatientPaymentStatus)
39
+ .lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).patientPayments.v3.PatientPaymentStatus)
40
40
  .optional(),
41
41
  paymentName: core.serialization.property("payment_name", core.serialization.string().optional()),
42
42
  paymentNote: core.serialization.property("payment_note", core.serialization.string().optional()),
43
43
  patientExternalId: core.serialization.property("patient_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).PatientExternalId).optional()),
44
- encounterId: core.serialization.property("encounter_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).EncounterId).optional()),
44
+ encounterExternalId: core.serialization.property("encounter_external_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).EncounterExternalId).optional()),
45
45
  serviceLineId: core.serialization.property("service_line_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ServiceLineId).optional()),
46
46
  });
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const PatientPaymentId: core.serialization.Schema<serializers.patientPayments.v2.PatientPaymentId.Raw, CandidApi.patientPayments.v2.PatientPaymentId>;
7
+ export declare const PatientPaymentId: core.serialization.Schema<serializers.patientPayments.v3.PatientPaymentId.Raw, CandidApi.patientPayments.v3.PatientPaymentId>;
8
8
  export declare namespace PatientPaymentId {
9
9
  type Raw = string;
10
10
  }
@@ -30,6 +30,6 @@ exports.PatientPaymentId = void 0;
30
30
  const CandidApi = __importStar(require("../../../../../../api"));
31
31
  const core = __importStar(require("../../../../../../core"));
32
32
  exports.PatientPaymentId = core.serialization.string().transform({
33
- transform: CandidApi.patientPayments.v2.PatientPaymentId,
33
+ transform: CandidApi.patientPayments.v3.PatientPaymentId,
34
34
  untransform: (value) => value,
35
35
  });
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const PatientPaymentSource: core.serialization.Schema<serializers.patientPayments.v2.PatientPaymentSource.Raw, CandidApi.patientPayments.v2.PatientPaymentSource>;
7
+ export declare const PatientPaymentSource: core.serialization.Schema<serializers.patientPayments.v3.PatientPaymentSource.Raw, CandidApi.patientPayments.v3.PatientPaymentSource>;
8
8
  export declare namespace PatientPaymentSource {
9
9
  type Raw = "MANUAL_ENTRY" | "CHARGEBEE_PAYMENTS" | "CHARGEBEE MANUALLY VOIDED BY CANDID" | "CHARGEBEE_REFUNDS" | "SQUARE_REFUNDS" | "SQUARE_PAYMENTS" | "STRIPE_CHARGES" | "STRIPE_REFUNDS" | "ELATION_PAYMENTS";
10
10
  }
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "../../../../..";
5
5
  import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
- export declare const PatientPaymentStatus: core.serialization.Schema<serializers.patientPayments.v2.PatientPaymentStatus.Raw, CandidApi.patientPayments.v2.PatientPaymentStatus>;
7
+ export declare const PatientPaymentStatus: core.serialization.Schema<serializers.patientPayments.v3.PatientPaymentStatus.Raw, CandidApi.patientPayments.v3.PatientPaymentStatus>;
8
8
  export declare namespace PatientPaymentStatus {
9
9
  type Raw = "PENDING" | "paid" | "CANCELED" | "voided" | "FAILED" | "COMPLETED" | "succeeded" | "pending" | "failed" | "requires_action" | "canceled";
10
10
  }
@@ -7,7 +7,7 @@ import * as core from "../../../../core";
7
7
  export declare const Payer: core.serialization.ObjectSchema<serializers.Payer.Raw, CandidApi.Payer>;
8
8
  export declare namespace Payer {
9
9
  interface Raw {
10
- payer_uuid?: string | null;
10
+ payer_uuid: serializers.PayerUuid.Raw;
11
11
  payer_id: string;
12
12
  payer_name: string;
13
13
  }
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.Payer = void 0;
30
30
  const core = __importStar(require("../../../../core"));
31
31
  exports.Payer = core.serialization.object({
32
- payerUuid: core.serialization.property("payer_uuid", core.serialization.string().optional()),
32
+ payerUuid: core.serialization.property("payer_uuid", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).PayerUuid)),
33
33
  payerId: core.serialization.property("payer_id", core.serialization.string()),
34
34
  payerName: core.serialization.property("payer_name", core.serialization.string()),
35
35
  });
@@ -0,0 +1,10 @@
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 PayerUuid: core.serialization.Schema<serializers.PayerUuid.Raw, CandidApi.PayerUuid>;
8
+ export declare namespace PayerUuid {
9
+ type Raw = string;
10
+ }
@@ -0,0 +1,37 @@
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.PayerUuid = void 0;
30
+ const CandidApi = __importStar(require("../../../../api"));
31
+ const core = __importStar(require("../../../../core"));
32
+ exports.PayerUuid = core.serialization
33
+ .string()
34
+ .transform({
35
+ transform: CandidApi.PayerUuid,
36
+ untransform: (value) => value,
37
+ });
@@ -1,2 +1,3 @@
1
+ export * from "./PayerUuid";
1
2
  export * from "./PayerPage";
2
3
  export * from "./Payer";
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./PayerUuid"), exports);
17
18
  __exportStar(require("./PayerPage"), exports);
18
19
  __exportStar(require("./Payer"), exports);
@@ -1 +1 @@
1
- export * from "./types";
1
+ export * from "./resources";
@@ -14,4 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./types"), exports);
17
+ __exportStar(require("./resources"), 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 @@
1
+ export * from "./types";
@@ -0,0 +1,17 @@
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("./types"), exports);
@@ -0,0 +1,12 @@
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 AuthZeroMetadata: core.serialization.ObjectSchema<serializers.users.v2.AuthZeroMetadata.Raw, CandidApi.users.v2.AuthZeroMetadata>;
8
+ export declare namespace AuthZeroMetadata {
9
+ interface Raw {
10
+ auth0_id: string;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
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.AuthZeroMetadata = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ exports.AuthZeroMetadata = core.serialization.object({
32
+ auth0Id: core.serialization.property("auth0_id", core.serialization.string()),
33
+ });
@@ -0,0 +1,12 @@
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 GoogleAppsMetadata: core.serialization.ObjectSchema<serializers.users.v2.GoogleAppsMetadata.Raw, CandidApi.users.v2.GoogleAppsMetadata>;
8
+ export declare namespace GoogleAppsMetadata {
9
+ interface Raw {
10
+ google_apps_id: string;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
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.GoogleAppsMetadata = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ exports.GoogleAppsMetadata = core.serialization.object({
32
+ googleAppsId: core.serialization.property("google_apps_id", core.serialization.string()),
33
+ });
@@ -0,0 +1,13 @@
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 HumanUserMetadata: core.serialization.ObjectSchema<serializers.users.v2.HumanUserMetadata.Raw, CandidApi.users.v2.HumanUserMetadata>;
8
+ export declare namespace HumanUserMetadata {
9
+ interface Raw {
10
+ first_name: string;
11
+ last_name: string;
12
+ }
13
+ }
@@ -26,10 +26,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.User = void 0;
30
- const core = __importStar(require("../../../../core"));
31
- exports.User = core.serialization.object({
32
- auth0Id: core.serialization.property("auth0_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).Auth0Id)),
29
+ exports.HumanUserMetadata = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ exports.HumanUserMetadata = core.serialization.object({
33
32
  firstName: core.serialization.property("first_name", core.serialization.string()),
34
33
  lastName: core.serialization.property("last_name", core.serialization.string()),
35
34
  });
@@ -0,0 +1,19 @@
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 IdpUserMetadata: core.serialization.Schema<serializers.users.v2.IdpUserMetadata.Raw, CandidApi.users.v2.IdpUserMetadata>;
8
+ export declare namespace IdpUserMetadata {
9
+ type Raw = IdpUserMetadata.AuthZeroMetadata | IdpUserMetadata.GoogleAppsMetadata | IdpUserMetadata.OtherIdpMetadata;
10
+ interface AuthZeroMetadata extends serializers.users.v2.AuthZeroMetadata.Raw {
11
+ type: "auth_zero_metadata";
12
+ }
13
+ interface GoogleAppsMetadata extends serializers.users.v2.GoogleAppsMetadata.Raw {
14
+ type: "google_apps_metadata";
15
+ }
16
+ interface OtherIdpMetadata extends serializers.users.v2.OtherIdpMetadata.Raw {
17
+ type: "other_idp_metadata";
18
+ }
19
+ }
@@ -0,0 +1,40 @@
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.IdpUserMetadata = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ exports.IdpUserMetadata = core.serialization
32
+ .union("type", {
33
+ auth_zero_metadata: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).users.v2.AuthZeroMetadata),
34
+ google_apps_metadata: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).users.v2.GoogleAppsMetadata),
35
+ other_idp_metadata: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).users.v2.OtherIdpMetadata),
36
+ })
37
+ .transform({
38
+ transform: (value) => value,
39
+ untransform: (value) => value,
40
+ });
@@ -0,0 +1,12 @@
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 MachineUserMetadata: core.serialization.ObjectSchema<serializers.users.v2.MachineUserMetadata.Raw, CandidApi.users.v2.MachineUserMetadata>;
8
+ export declare namespace MachineUserMetadata {
9
+ interface Raw {
10
+ name: string;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
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.MachineUserMetadata = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ exports.MachineUserMetadata = core.serialization.object({
32
+ name: core.serialization.string(),
33
+ });
@@ -0,0 +1,12 @@
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 OtherIdpMetadata: core.serialization.ObjectSchema<serializers.users.v2.OtherIdpMetadata.Raw, CandidApi.users.v2.OtherIdpMetadata>;
8
+ export declare namespace OtherIdpMetadata {
9
+ interface Raw {
10
+ idp_external_id: string;
11
+ }
12
+ }