candidhealth 0.38.0 → 0.38.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  3. package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -4
  4. package/api/resources/chargeCapture/resources/v1/client/Client.js +18 -12
  5. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +10 -3
  6. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +9 -2
  7. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +8 -2
  8. package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +6 -1
  9. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  10. package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  11. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  12. package/api/resources/diagnoses/client/Client.js +3 -3
  13. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  14. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  15. package/api/resources/encounters/resources/v4/client/Client.js +7 -5
  16. package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  17. package/api/resources/encounters/resources/v4/client/create.js +11 -0
  18. package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  19. package/api/resources/encounters/resources/v4/client/update.js +11 -0
  20. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  21. package/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +6 -0
  22. package/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +5 -0
  23. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  24. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  25. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  26. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  27. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  28. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  29. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  30. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  31. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  32. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  33. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  34. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  35. package/api/resources/medicationDispense/resources/v1/client/Client.js +2 -1
  36. package/api/resources/medicationDispense/resources/v1/client/create.d.ts +7 -1
  37. package/api/resources/medicationDispense/resources/v1/client/create.js +11 -0
  38. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  39. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  40. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  41. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  42. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  43. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  44. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  45. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  46. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  47. package/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  48. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  49. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +3 -1
  50. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  51. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -1
  52. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -0
  53. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  54. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  55. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  56. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  57. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  58. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  59. package/api/resources/serviceFacility/client/Client.js +1 -1
  60. package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  61. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  62. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  63. package/api/resources/x12/resources/v1/types/Rarc.d.ts +4 -1
  64. package/api/resources/x12/resources/v1/types/Rarc.js +3 -0
  65. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  66. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  67. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -4
  68. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +18 -12
  69. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +10 -3
  70. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +9 -2
  71. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +8 -2
  72. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +6 -1
  73. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  74. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  75. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  76. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  77. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  78. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  79. package/dist/api/resources/encounters/resources/v4/client/Client.js +7 -5
  80. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  81. package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
  82. package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  83. package/dist/api/resources/encounters/resources/v4/client/update.js +11 -0
  84. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  85. package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +6 -0
  86. package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +5 -0
  87. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  88. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  89. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  90. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  91. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  92. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  93. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  94. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  95. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  96. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  97. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  98. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  99. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +2 -1
  100. package/dist/api/resources/medicationDispense/resources/v1/client/create.d.ts +7 -1
  101. package/dist/api/resources/medicationDispense/resources/v1/client/create.js +11 -0
  102. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  103. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  104. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  105. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  106. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  107. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  108. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  109. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  110. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  111. package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  112. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  113. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +3 -1
  114. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  115. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -1
  116. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -0
  117. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  118. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  119. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  120. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  121. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  122. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  123. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  124. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  125. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  126. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  127. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +4 -1
  128. package/dist/api/resources/x12/resources/v1/types/Rarc.js +3 -0
  129. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -2
  130. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +2 -2
  131. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -2
  132. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +2 -2
  133. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -2
  134. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -2
  135. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  136. package/dist/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  137. package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  138. package/dist/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  139. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  140. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  141. package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +12 -0
  142. package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +33 -0
  143. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  144. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  145. package/dist/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +6 -1
  146. package/dist/serialization/resources/medicationDispense/resources/v1/client/create.js +6 -0
  147. package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  148. package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -0
  149. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  150. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  151. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  152. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
  153. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  154. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
  155. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  156. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +2 -0
  157. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  158. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +3 -0
  159. package/package.json +1 -1
  160. package/reference.md +6 -3
  161. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -2
  162. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +2 -2
  163. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -2
  164. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +2 -2
  165. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -2
  166. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -2
  167. package/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  168. package/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  169. package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  170. package/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  171. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  172. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  173. package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +12 -0
  174. package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +33 -0
  175. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  176. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  177. package/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +6 -1
  178. package/serialization/resources/medicationDispense/resources/v1/client/create.js +6 -0
  179. package/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  180. package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -0
  181. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  182. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  183. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  184. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
  185. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  186. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
  187. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  188. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +2 -0
  189. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  190. package/serialization/resources/x12/resources/v1/types/Rarc.js +3 -0
@@ -84,7 +84,7 @@ class V1 {
84
84
  Authorization: yield this._getAuthorizationHeader(),
85
85
  "X-Fern-Language": "JavaScript",
86
86
  "X-Fern-SDK-Name": "candidhealth",
87
- "X-Fern-SDK-Version": "0.38.0",
87
+ "X-Fern-SDK-Version": "0.38.2",
88
88
  "X-Fern-Runtime": core.RUNTIME.type,
89
89
  "X-Fern-Runtime-Version": core.RUNTIME.version,
90
90
  },
@@ -197,7 +197,7 @@ class V1 {
197
197
  Authorization: yield this._getAuthorizationHeader(),
198
198
  "X-Fern-Language": "JavaScript",
199
199
  "X-Fern-SDK-Name": "candidhealth",
200
- "X-Fern-SDK-Version": "0.38.0",
200
+ "X-Fern-SDK-Version": "0.38.2",
201
201
  "X-Fern-Runtime": core.RUNTIME.type,
202
202
  "X-Fern-Runtime-Version": core.RUNTIME.version,
203
203
  },
@@ -245,7 +245,7 @@ class V1 {
245
245
  Authorization: yield this._getAuthorizationHeader(),
246
246
  "X-Fern-Language": "JavaScript",
247
247
  "X-Fern-SDK-Name": "candidhealth",
248
- "X-Fern-SDK-Version": "0.38.0",
248
+ "X-Fern-SDK-Version": "0.38.2",
249
249
  "X-Fern-Runtime": core.RUNTIME.type,
250
250
  "X-Fern-Runtime-Version": core.RUNTIME.version,
251
251
  },
@@ -322,7 +322,7 @@ class V1 {
322
322
  Authorization: yield this._getAuthorizationHeader(),
323
323
  "X-Fern-Language": "JavaScript",
324
324
  "X-Fern-SDK-Name": "candidhealth",
325
- "X-Fern-SDK-Version": "0.38.0",
325
+ "X-Fern-SDK-Version": "0.38.2",
326
326
  "X-Fern-Runtime": core.RUNTIME.type,
327
327
  "X-Fern-Runtime-Version": core.RUNTIME.version,
328
328
  },
@@ -68,7 +68,7 @@ class V1 {
68
68
  Authorization: yield this._getAuthorizationHeader(),
69
69
  "X-Fern-Language": "JavaScript",
70
70
  "X-Fern-SDK-Name": "candidhealth",
71
- "X-Fern-SDK-Version": "0.38.0",
71
+ "X-Fern-SDK-Version": "0.38.2",
72
72
  "X-Fern-Runtime": core.RUNTIME.type,
73
73
  "X-Fern-Runtime-Version": core.RUNTIME.version,
74
74
  },
@@ -138,7 +138,7 @@ class V1 {
138
138
  Authorization: yield this._getAuthorizationHeader(),
139
139
  "X-Fern-Language": "JavaScript",
140
140
  "X-Fern-SDK-Name": "candidhealth",
141
- "X-Fern-SDK-Version": "0.38.0",
141
+ "X-Fern-SDK-Version": "0.38.2",
142
142
  "X-Fern-Runtime": core.RUNTIME.type,
143
143
  "X-Fern-Runtime-Version": core.RUNTIME.version,
144
144
  },
@@ -202,7 +202,7 @@ class V1 {
202
202
  Authorization: yield this._getAuthorizationHeader(),
203
203
  "X-Fern-Language": "JavaScript",
204
204
  "X-Fern-SDK-Name": "candidhealth",
205
- "X-Fern-SDK-Version": "0.38.0",
205
+ "X-Fern-SDK-Version": "0.38.2",
206
206
  "X-Fern-Runtime": core.RUNTIME.type,
207
207
  "X-Fern-Runtime-Version": core.RUNTIME.version,
208
208
  },
@@ -103,7 +103,7 @@ class V1 {
103
103
  Authorization: yield this._getAuthorizationHeader(),
104
104
  "X-Fern-Language": "JavaScript",
105
105
  "X-Fern-SDK-Name": "candidhealth",
106
- "X-Fern-SDK-Version": "0.38.0",
106
+ "X-Fern-SDK-Version": "0.38.2",
107
107
  "X-Fern-Runtime": core.RUNTIME.type,
108
108
  "X-Fern-Runtime-Version": core.RUNTIME.version,
109
109
  },
@@ -167,7 +167,7 @@ class V1 {
167
167
  Authorization: yield this._getAuthorizationHeader(),
168
168
  "X-Fern-Language": "JavaScript",
169
169
  "X-Fern-SDK-Name": "candidhealth",
170
- "X-Fern-SDK-Version": "0.38.0",
170
+ "X-Fern-SDK-Version": "0.38.2",
171
171
  "X-Fern-Runtime": core.RUNTIME.type,
172
172
  "X-Fern-Runtime-Version": core.RUNTIME.version,
173
173
  },
@@ -245,7 +245,7 @@ class V1 {
245
245
  Authorization: yield this._getAuthorizationHeader(),
246
246
  "X-Fern-Language": "JavaScript",
247
247
  "X-Fern-SDK-Name": "candidhealth",
248
- "X-Fern-SDK-Version": "0.38.0",
248
+ "X-Fern-SDK-Version": "0.38.2",
249
249
  "X-Fern-Runtime": core.RUNTIME.type,
250
250
  "X-Fern-Runtime-Version": core.RUNTIME.version,
251
251
  },
@@ -319,7 +319,7 @@ class V1 {
319
319
  Authorization: yield this._getAuthorizationHeader(),
320
320
  "X-Fern-Language": "JavaScript",
321
321
  "X-Fern-SDK-Name": "candidhealth",
322
- "X-Fern-SDK-Version": "0.38.0",
322
+ "X-Fern-SDK-Version": "0.38.2",
323
323
  "X-Fern-Runtime": core.RUNTIME.type,
324
324
  "X-Fern-Runtime-Version": core.RUNTIME.version,
325
325
  },
@@ -387,7 +387,7 @@ class V1 {
387
387
  Authorization: yield this._getAuthorizationHeader(),
388
388
  "X-Fern-Language": "JavaScript",
389
389
  "X-Fern-SDK-Name": "candidhealth",
390
- "X-Fern-SDK-Version": "0.38.0",
390
+ "X-Fern-SDK-Version": "0.38.2",
391
391
  "X-Fern-Runtime": core.RUNTIME.type,
392
392
  "X-Fern-Runtime-Version": core.RUNTIME.version,
393
393
  },
@@ -104,7 +104,7 @@ class V1 {
104
104
  Authorization: yield this._getAuthorizationHeader(),
105
105
  "X-Fern-Language": "JavaScript",
106
106
  "X-Fern-SDK-Name": "candidhealth",
107
- "X-Fern-SDK-Version": "0.38.0",
107
+ "X-Fern-SDK-Version": "0.38.2",
108
108
  "X-Fern-Runtime": core.RUNTIME.type,
109
109
  "X-Fern-Runtime-Version": core.RUNTIME.version,
110
110
  },
@@ -168,7 +168,7 @@ class V1 {
168
168
  Authorization: yield this._getAuthorizationHeader(),
169
169
  "X-Fern-Language": "JavaScript",
170
170
  "X-Fern-SDK-Name": "candidhealth",
171
- "X-Fern-SDK-Version": "0.38.0",
171
+ "X-Fern-SDK-Version": "0.38.2",
172
172
  "X-Fern-Runtime": core.RUNTIME.type,
173
173
  "X-Fern-Runtime-Version": core.RUNTIME.version,
174
174
  },
@@ -247,7 +247,7 @@ class V1 {
247
247
  Authorization: yield this._getAuthorizationHeader(),
248
248
  "X-Fern-Language": "JavaScript",
249
249
  "X-Fern-SDK-Name": "candidhealth",
250
- "X-Fern-SDK-Version": "0.38.0",
250
+ "X-Fern-SDK-Version": "0.38.2",
251
251
  "X-Fern-Runtime": core.RUNTIME.type,
252
252
  "X-Fern-Runtime-Version": core.RUNTIME.version,
253
253
  },
@@ -325,7 +325,7 @@ class V1 {
325
325
  Authorization: yield this._getAuthorizationHeader(),
326
326
  "X-Fern-Language": "JavaScript",
327
327
  "X-Fern-SDK-Name": "candidhealth",
328
- "X-Fern-SDK-Version": "0.38.0",
328
+ "X-Fern-SDK-Version": "0.38.2",
329
329
  "X-Fern-Runtime": core.RUNTIME.type,
330
330
  "X-Fern-Runtime-Version": core.RUNTIME.version,
331
331
  },
@@ -393,7 +393,7 @@ class V1 {
393
393
  Authorization: yield this._getAuthorizationHeader(),
394
394
  "X-Fern-Language": "JavaScript",
395
395
  "X-Fern-SDK-Name": "candidhealth",
396
- "X-Fern-SDK-Version": "0.38.0",
396
+ "X-Fern-SDK-Version": "0.38.2",
397
397
  "X-Fern-Runtime": core.RUNTIME.type,
398
398
  "X-Fern-Runtime-Version": core.RUNTIME.version,
399
399
  },
@@ -85,7 +85,7 @@ class V1 {
85
85
  Authorization: yield this._getAuthorizationHeader(),
86
86
  "X-Fern-Language": "JavaScript",
87
87
  "X-Fern-SDK-Name": "candidhealth",
88
- "X-Fern-SDK-Version": "0.38.0",
88
+ "X-Fern-SDK-Version": "0.38.2",
89
89
  "X-Fern-Runtime": core.RUNTIME.type,
90
90
  "X-Fern-Runtime-Version": core.RUNTIME.version,
91
91
  },
@@ -116,6 +116,7 @@ class V1 {
116
116
  case "EncounterPatientControlNumberUniquenessError":
117
117
  case "EntityNotFoundError":
118
118
  case "SchemaInstanceValidationHttpFailure":
119
+ case "InvalidTagNamesError":
119
120
  return {
120
121
  ok: false,
121
122
  error: serializers.medicationDispense.v1.create.Error.parseOrThrow(_response.error.body, {
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as CandidApi from "../../../../../index";
5
5
  import * as core from "../../../../../../core";
6
- export declare type Error = CandidApi.medicationDispense.v1.create.Error.HttpRequestValidationError | CandidApi.medicationDispense.v1.create.Error.EncounterExternalIdUniquenessError | CandidApi.medicationDispense.v1.create.Error.EncounterPatientControlNumberUniquenessError | CandidApi.medicationDispense.v1.create.Error.EntityNotFoundError | CandidApi.medicationDispense.v1.create.Error.SchemaInstanceValidationHttpFailure | CandidApi.medicationDispense.v1.create.Error._Unknown;
6
+ export declare type Error = CandidApi.medicationDispense.v1.create.Error.HttpRequestValidationError | CandidApi.medicationDispense.v1.create.Error.EncounterExternalIdUniquenessError | CandidApi.medicationDispense.v1.create.Error.EncounterPatientControlNumberUniquenessError | CandidApi.medicationDispense.v1.create.Error.EntityNotFoundError | CandidApi.medicationDispense.v1.create.Error.SchemaInstanceValidationHttpFailure | CandidApi.medicationDispense.v1.create.Error.InvalidTagNamesError | CandidApi.medicationDispense.v1.create.Error._Unknown;
7
7
  export declare namespace Error {
8
8
  interface HttpRequestValidationError extends _Utils {
9
9
  errorName: "HttpRequestValidationError";
@@ -25,6 +25,10 @@ export declare namespace Error {
25
25
  errorName: "SchemaInstanceValidationHttpFailure";
26
26
  content: CandidApi.encounters.v4.SchemaInstanceValidationFailure;
27
27
  }
28
+ interface InvalidTagNamesError extends _Utils {
29
+ errorName: "InvalidTagNamesError";
30
+ content: CandidApi.encounters.v4.InvalidTagNamesErrorType;
31
+ }
28
32
  interface _Unknown extends _Utils {
29
33
  errorName: void;
30
34
  content: core.Fetcher.Error;
@@ -38,6 +42,7 @@ export declare namespace Error {
38
42
  encounterPatientControlNumberUniquenessError: (value: CandidApi.encounters.v4.EncounterPatientControlNumberUniquenessErrorType) => _Result;
39
43
  entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
40
44
  schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => _Result;
45
+ invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => _Result;
41
46
  _other: (value: core.Fetcher.Error) => _Result;
42
47
  }
43
48
  }
@@ -47,6 +52,7 @@ export declare const Error: {
47
52
  readonly encounterPatientControlNumberUniquenessError: (value: CandidApi.encounters.v4.EncounterPatientControlNumberUniquenessErrorType) => CandidApi.medicationDispense.v1.create.Error.EncounterPatientControlNumberUniquenessError;
48
53
  readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.medicationDispense.v1.create.Error.EntityNotFoundError;
49
54
  readonly schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => CandidApi.medicationDispense.v1.create.Error.SchemaInstanceValidationHttpFailure;
55
+ readonly invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => CandidApi.medicationDispense.v1.create.Error.InvalidTagNamesError;
50
56
  readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.medicationDispense.v1.create.Error._Unknown;
51
57
  readonly _visit: <_Result>(value: CandidApi.medicationDispense.v1.create.Error, visitor: CandidApi.medicationDispense.v1.create.Error._Visitor<_Result>) => _Result;
52
58
  };
@@ -74,6 +74,15 @@ exports.Error = {
74
74
  },
75
75
  };
76
76
  },
77
+ invalidTagNamesError: (value) => {
78
+ return {
79
+ content: value,
80
+ errorName: "InvalidTagNamesError",
81
+ _visit: function (visitor) {
82
+ return CandidApi.medicationDispense.v1.create.Error._visit(this, visitor);
83
+ },
84
+ };
85
+ },
77
86
  _unknown: (fetcherError) => {
78
87
  return {
79
88
  errorName: undefined,
@@ -95,6 +104,8 @@ exports.Error = {
95
104
  return visitor.entityNotFoundError(value.content);
96
105
  case "SchemaInstanceValidationHttpFailure":
97
106
  return visitor.schemaInstanceValidationHttpFailure(value.content);
107
+ case "InvalidTagNamesError":
108
+ return visitor.invalidTagNamesError(value.content);
98
109
  default:
99
110
  return visitor._other(value);
100
111
  }
@@ -104,7 +104,7 @@ class V1 {
104
104
  Authorization: yield this._getAuthorizationHeader(),
105
105
  "X-Fern-Language": "JavaScript",
106
106
  "X-Fern-SDK-Name": "candidhealth",
107
- "X-Fern-SDK-Version": "0.38.0",
107
+ "X-Fern-SDK-Version": "0.38.2",
108
108
  "X-Fern-Runtime": core.RUNTIME.type,
109
109
  "X-Fern-Runtime-Version": core.RUNTIME.version,
110
110
  },
@@ -166,7 +166,7 @@ class V1 {
166
166
  Authorization: yield this._getAuthorizationHeader(),
167
167
  "X-Fern-Language": "JavaScript",
168
168
  "X-Fern-SDK-Name": "candidhealth",
169
- "X-Fern-SDK-Version": "0.38.0",
169
+ "X-Fern-SDK-Version": "0.38.2",
170
170
  "X-Fern-Runtime": core.RUNTIME.type,
171
171
  "X-Fern-Runtime-Version": core.RUNTIME.version,
172
172
  },
@@ -239,7 +239,7 @@ class V1 {
239
239
  Authorization: yield this._getAuthorizationHeader(),
240
240
  "X-Fern-Language": "JavaScript",
241
241
  "X-Fern-SDK-Name": "candidhealth",
242
- "X-Fern-SDK-Version": "0.38.0",
242
+ "X-Fern-SDK-Version": "0.38.2",
243
243
  "X-Fern-Runtime": core.RUNTIME.type,
244
244
  "X-Fern-Runtime-Version": core.RUNTIME.version,
245
245
  },
@@ -313,7 +313,7 @@ class V1 {
313
313
  Authorization: yield this._getAuthorizationHeader(),
314
314
  "X-Fern-Language": "JavaScript",
315
315
  "X-Fern-SDK-Name": "candidhealth",
316
- "X-Fern-SDK-Version": "0.38.0",
316
+ "X-Fern-SDK-Version": "0.38.2",
317
317
  "X-Fern-Runtime": core.RUNTIME.type,
318
318
  "X-Fern-Runtime-Version": core.RUNTIME.version,
319
319
  },
@@ -378,7 +378,7 @@ class V1 {
378
378
  Authorization: yield this._getAuthorizationHeader(),
379
379
  "X-Fern-Language": "JavaScript",
380
380
  "X-Fern-SDK-Name": "candidhealth",
381
- "X-Fern-SDK-Version": "0.38.0",
381
+ "X-Fern-SDK-Version": "0.38.2",
382
382
  "X-Fern-Runtime": core.RUNTIME.type,
383
383
  "X-Fern-Runtime-Version": core.RUNTIME.version,
384
384
  },
@@ -104,7 +104,7 @@ class V1 {
104
104
  Authorization: yield this._getAuthorizationHeader(),
105
105
  "X-Fern-Language": "JavaScript",
106
106
  "X-Fern-SDK-Name": "candidhealth",
107
- "X-Fern-SDK-Version": "0.38.0",
107
+ "X-Fern-SDK-Version": "0.38.2",
108
108
  "X-Fern-Runtime": core.RUNTIME.type,
109
109
  "X-Fern-Runtime-Version": core.RUNTIME.version,
110
110
  },
@@ -166,7 +166,7 @@ class V1 {
166
166
  Authorization: yield this._getAuthorizationHeader(),
167
167
  "X-Fern-Language": "JavaScript",
168
168
  "X-Fern-SDK-Name": "candidhealth",
169
- "X-Fern-SDK-Version": "0.38.0",
169
+ "X-Fern-SDK-Version": "0.38.2",
170
170
  "X-Fern-Runtime": core.RUNTIME.type,
171
171
  "X-Fern-Runtime-Version": core.RUNTIME.version,
172
172
  },
@@ -244,7 +244,7 @@ class V1 {
244
244
  Authorization: yield this._getAuthorizationHeader(),
245
245
  "X-Fern-Language": "JavaScript",
246
246
  "X-Fern-SDK-Name": "candidhealth",
247
- "X-Fern-SDK-Version": "0.38.0",
247
+ "X-Fern-SDK-Version": "0.38.2",
248
248
  "X-Fern-Runtime": core.RUNTIME.type,
249
249
  "X-Fern-Runtime-Version": core.RUNTIME.version,
250
250
  },
@@ -325,7 +325,7 @@ class V1 {
325
325
  Authorization: yield this._getAuthorizationHeader(),
326
326
  "X-Fern-Language": "JavaScript",
327
327
  "X-Fern-SDK-Name": "candidhealth",
328
- "X-Fern-SDK-Version": "0.38.0",
328
+ "X-Fern-SDK-Version": "0.38.2",
329
329
  "X-Fern-Runtime": core.RUNTIME.type,
330
330
  "X-Fern-Runtime-Version": core.RUNTIME.version,
331
331
  },
@@ -390,7 +390,7 @@ class V1 {
390
390
  Authorization: yield this._getAuthorizationHeader(),
391
391
  "X-Fern-Language": "JavaScript",
392
392
  "X-Fern-SDK-Name": "candidhealth",
393
- "X-Fern-SDK-Version": "0.38.0",
393
+ "X-Fern-SDK-Version": "0.38.2",
394
394
  "X-Fern-Runtime": core.RUNTIME.type,
395
395
  "X-Fern-Runtime-Version": core.RUNTIME.version,
396
396
  },
@@ -78,7 +78,7 @@ class V1 {
78
78
  Authorization: yield this._getAuthorizationHeader(),
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "candidhealth",
81
- "X-Fern-SDK-Version": "0.38.0",
81
+ "X-Fern-SDK-Version": "0.38.2",
82
82
  "X-Fern-Runtime": core.RUNTIME.type,
83
83
  "X-Fern-Runtime-Version": core.RUNTIME.version,
84
84
  },
@@ -144,7 +144,7 @@ class V1 {
144
144
  Authorization: yield this._getAuthorizationHeader(),
145
145
  "X-Fern-Language": "JavaScript",
146
146
  "X-Fern-SDK-Name": "candidhealth",
147
- "X-Fern-SDK-Version": "0.38.0",
147
+ "X-Fern-SDK-Version": "0.38.2",
148
148
  "X-Fern-Runtime": core.RUNTIME.type,
149
149
  "X-Fern-Runtime-Version": core.RUNTIME.version,
150
150
  },
@@ -237,7 +237,7 @@ class V1 {
237
237
  Authorization: yield this._getAuthorizationHeader(),
238
238
  "X-Fern-Language": "JavaScript",
239
239
  "X-Fern-SDK-Name": "candidhealth",
240
- "X-Fern-SDK-Version": "0.38.0",
240
+ "X-Fern-SDK-Version": "0.38.2",
241
241
  "X-Fern-Runtime": core.RUNTIME.type,
242
242
  "X-Fern-Runtime-Version": core.RUNTIME.version,
243
243
  },
@@ -297,7 +297,7 @@ class V1 {
297
297
  Authorization: yield this._getAuthorizationHeader(),
298
298
  "X-Fern-Language": "JavaScript",
299
299
  "X-Fern-SDK-Name": "candidhealth",
300
- "X-Fern-SDK-Version": "0.38.0",
300
+ "X-Fern-SDK-Version": "0.38.2",
301
301
  "X-Fern-Runtime": core.RUNTIME.type,
302
302
  "X-Fern-Runtime-Version": core.RUNTIME.version,
303
303
  },
@@ -368,7 +368,7 @@ class V1 {
368
368
  Authorization: yield this._getAuthorizationHeader(),
369
369
  "X-Fern-Language": "JavaScript",
370
370
  "X-Fern-SDK-Name": "candidhealth",
371
- "X-Fern-SDK-Version": "0.38.0",
371
+ "X-Fern-SDK-Version": "0.38.2",
372
372
  "X-Fern-Runtime": core.RUNTIME.type,
373
373
  "X-Fern-Runtime-Version": core.RUNTIME.version,
374
374
  },
@@ -431,7 +431,7 @@ class V1 {
431
431
  Authorization: yield this._getAuthorizationHeader(),
432
432
  "X-Fern-Language": "JavaScript",
433
433
  "X-Fern-SDK-Name": "candidhealth",
434
- "X-Fern-SDK-Version": "0.38.0",
434
+ "X-Fern-SDK-Version": "0.38.2",
435
435
  "X-Fern-Runtime": core.RUNTIME.type,
436
436
  "X-Fern-Runtime-Version": core.RUNTIME.version,
437
437
  },
@@ -66,7 +66,7 @@ class V3 {
66
66
  Authorization: yield this._getAuthorizationHeader(),
67
67
  "X-Fern-Language": "JavaScript",
68
68
  "X-Fern-SDK-Name": "candidhealth",
69
- "X-Fern-SDK-Version": "0.38.0",
69
+ "X-Fern-SDK-Version": "0.38.2",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -156,7 +156,7 @@ class V3 {
156
156
  Authorization: yield this._getAuthorizationHeader(),
157
157
  "X-Fern-Language": "JavaScript",
158
158
  "X-Fern-SDK-Name": "candidhealth",
159
- "X-Fern-SDK-Version": "0.38.0",
159
+ "X-Fern-SDK-Version": "0.38.2",
160
160
  "X-Fern-Runtime": core.RUNTIME.type,
161
161
  "X-Fern-Runtime-Version": core.RUNTIME.version,
162
162
  },
@@ -235,7 +235,7 @@ class V3 {
235
235
  Authorization: yield this._getAuthorizationHeader(),
236
236
  "X-Fern-Language": "JavaScript",
237
237
  "X-Fern-SDK-Name": "candidhealth",
238
- "X-Fern-SDK-Version": "0.38.0",
238
+ "X-Fern-SDK-Version": "0.38.2",
239
239
  "X-Fern-Runtime": core.RUNTIME.type,
240
240
  "X-Fern-Runtime-Version": core.RUNTIME.version,
241
241
  },
@@ -333,7 +333,7 @@ class V3 {
333
333
  Authorization: yield this._getAuthorizationHeader(),
334
334
  "X-Fern-Language": "JavaScript",
335
335
  "X-Fern-SDK-Name": "candidhealth",
336
- "X-Fern-SDK-Version": "0.38.0",
336
+ "X-Fern-SDK-Version": "0.38.2",
337
337
  "X-Fern-Runtime": core.RUNTIME.type,
338
338
  "X-Fern-Runtime-Version": core.RUNTIME.version,
339
339
  },
@@ -66,7 +66,7 @@ class V2 {
66
66
  Authorization: yield this._getAuthorizationHeader(),
67
67
  "X-Fern-Language": "JavaScript",
68
68
  "X-Fern-SDK-Name": "candidhealth",
69
- "X-Fern-SDK-Version": "0.38.0",
69
+ "X-Fern-SDK-Version": "0.38.2",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -140,7 +140,7 @@ class V2 {
140
140
  Authorization: yield this._getAuthorizationHeader(),
141
141
  "X-Fern-Language": "JavaScript",
142
142
  "X-Fern-SDK-Name": "candidhealth",
143
- "X-Fern-SDK-Version": "0.38.0",
143
+ "X-Fern-SDK-Version": "0.38.2",
144
144
  "X-Fern-Runtime": core.RUNTIME.type,
145
145
  "X-Fern-Runtime-Version": core.RUNTIME.version,
146
146
  },
@@ -204,7 +204,7 @@ class V2 {
204
204
  Authorization: yield this._getAuthorizationHeader(),
205
205
  "X-Fern-Language": "JavaScript",
206
206
  "X-Fern-SDK-Name": "candidhealth",
207
- "X-Fern-SDK-Version": "0.38.0",
207
+ "X-Fern-SDK-Version": "0.38.2",
208
208
  "X-Fern-Runtime": core.RUNTIME.type,
209
209
  "X-Fern-Runtime-Version": core.RUNTIME.version,
210
210
  },
@@ -285,7 +285,7 @@ class V2 {
285
285
  Authorization: yield this._getAuthorizationHeader(),
286
286
  "X-Fern-Language": "JavaScript",
287
287
  "X-Fern-SDK-Name": "candidhealth",
288
- "X-Fern-SDK-Version": "0.38.0",
288
+ "X-Fern-SDK-Version": "0.38.2",
289
289
  "X-Fern-Runtime": core.RUNTIME.type,
290
290
  "X-Fern-Runtime-Version": core.RUNTIME.version,
291
291
  },
@@ -348,7 +348,7 @@ class V2 {
348
348
  Authorization: yield this._getAuthorizationHeader(),
349
349
  "X-Fern-Language": "JavaScript",
350
350
  "X-Fern-SDK-Name": "candidhealth",
351
- "X-Fern-SDK-Version": "0.38.0",
351
+ "X-Fern-SDK-Version": "0.38.2",
352
352
  "X-Fern-Runtime": core.RUNTIME.type,
353
353
  "X-Fern-Runtime-Version": core.RUNTIME.version,
354
354
  },
@@ -121,7 +121,7 @@ class V4 {
121
121
  Authorization: yield this._getAuthorizationHeader(),
122
122
  "X-Fern-Language": "JavaScript",
123
123
  "X-Fern-SDK-Name": "candidhealth",
124
- "X-Fern-SDK-Version": "0.38.0",
124
+ "X-Fern-SDK-Version": "0.38.2",
125
125
  "X-Fern-Runtime": core.RUNTIME.type,
126
126
  "X-Fern-Runtime-Version": core.RUNTIME.version,
127
127
  },
@@ -184,7 +184,7 @@ class V4 {
184
184
  Authorization: yield this._getAuthorizationHeader(),
185
185
  "X-Fern-Language": "JavaScript",
186
186
  "X-Fern-SDK-Name": "candidhealth",
187
- "X-Fern-SDK-Version": "0.38.0",
187
+ "X-Fern-SDK-Version": "0.38.2",
188
188
  "X-Fern-Runtime": core.RUNTIME.type,
189
189
  "X-Fern-Runtime-Version": core.RUNTIME.version,
190
190
  },
@@ -261,7 +261,7 @@ class V4 {
261
261
  Authorization: yield this._getAuthorizationHeader(),
262
262
  "X-Fern-Language": "JavaScript",
263
263
  "X-Fern-SDK-Name": "candidhealth",
264
- "X-Fern-SDK-Version": "0.38.0",
264
+ "X-Fern-SDK-Version": "0.38.2",
265
265
  "X-Fern-Runtime": core.RUNTIME.type,
266
266
  "X-Fern-Runtime-Version": core.RUNTIME.version,
267
267
  },
@@ -338,7 +338,7 @@ class V4 {
338
338
  Authorization: yield this._getAuthorizationHeader(),
339
339
  "X-Fern-Language": "JavaScript",
340
340
  "X-Fern-SDK-Name": "candidhealth",
341
- "X-Fern-SDK-Version": "0.38.0",
341
+ "X-Fern-SDK-Version": "0.38.2",
342
342
  "X-Fern-Runtime": core.RUNTIME.type,
343
343
  "X-Fern-Runtime-Version": core.RUNTIME.version,
344
344
  },
@@ -404,7 +404,7 @@ class V4 {
404
404
  Authorization: yield this._getAuthorizationHeader(),
405
405
  "X-Fern-Language": "JavaScript",
406
406
  "X-Fern-SDK-Name": "candidhealth",
407
- "X-Fern-SDK-Version": "0.38.0",
407
+ "X-Fern-SDK-Version": "0.38.2",
408
408
  "X-Fern-Runtime": core.RUNTIME.type,
409
409
  "X-Fern-Runtime-Version": core.RUNTIME.version,
410
410
  },
@@ -121,7 +121,7 @@ class V1 {
121
121
  Authorization: yield this._getAuthorizationHeader(),
122
122
  "X-Fern-Language": "JavaScript",
123
123
  "X-Fern-SDK-Name": "candidhealth",
124
- "X-Fern-SDK-Version": "0.38.0",
124
+ "X-Fern-SDK-Version": "0.38.2",
125
125
  "X-Fern-Runtime": core.RUNTIME.type,
126
126
  "X-Fern-Runtime-Version": core.RUNTIME.version,
127
127
  },
@@ -184,7 +184,7 @@ class V1 {
184
184
  Authorization: yield this._getAuthorizationHeader(),
185
185
  "X-Fern-Language": "JavaScript",
186
186
  "X-Fern-SDK-Name": "candidhealth",
187
- "X-Fern-SDK-Version": "0.38.0",
187
+ "X-Fern-SDK-Version": "0.38.2",
188
188
  "X-Fern-Runtime": core.RUNTIME.type,
189
189
  "X-Fern-Runtime-Version": core.RUNTIME.version,
190
190
  },
@@ -262,7 +262,7 @@ class V1 {
262
262
  Authorization: yield this._getAuthorizationHeader(),
263
263
  "X-Fern-Language": "JavaScript",
264
264
  "X-Fern-SDK-Name": "candidhealth",
265
- "X-Fern-SDK-Version": "0.38.0",
265
+ "X-Fern-SDK-Version": "0.38.2",
266
266
  "X-Fern-Runtime": core.RUNTIME.type,
267
267
  "X-Fern-Runtime-Version": core.RUNTIME.version,
268
268
  },
@@ -343,7 +343,7 @@ class V1 {
343
343
  Authorization: yield this._getAuthorizationHeader(),
344
344
  "X-Fern-Language": "JavaScript",
345
345
  "X-Fern-SDK-Name": "candidhealth",
346
- "X-Fern-SDK-Version": "0.38.0",
346
+ "X-Fern-SDK-Version": "0.38.2",
347
347
  "X-Fern-Runtime": core.RUNTIME.type,
348
348
  "X-Fern-Runtime-Version": core.RUNTIME.version,
349
349
  },
@@ -409,7 +409,7 @@ class V1 {
409
409
  Authorization: yield this._getAuthorizationHeader(),
410
410
  "X-Fern-Language": "JavaScript",
411
411
  "X-Fern-SDK-Name": "candidhealth",
412
- "X-Fern-SDK-Version": "0.38.0",
412
+ "X-Fern-SDK-Version": "0.38.2",
413
413
  "X-Fern-Runtime": core.RUNTIME.type,
414
414
  "X-Fern-Runtime-Version": core.RUNTIME.version,
415
415
  },
@@ -66,7 +66,7 @@ class V3 {
66
66
  Authorization: yield this._getAuthorizationHeader(),
67
67
  "X-Fern-Language": "JavaScript",
68
68
  "X-Fern-SDK-Name": "candidhealth",
69
- "X-Fern-SDK-Version": "0.38.0",
69
+ "X-Fern-SDK-Version": "0.38.2",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -126,7 +126,7 @@ class V3 {
126
126
  Authorization: yield this._getAuthorizationHeader(),
127
127
  "X-Fern-Language": "JavaScript",
128
128
  "X-Fern-SDK-Name": "candidhealth",
129
- "X-Fern-SDK-Version": "0.38.0",
129
+ "X-Fern-SDK-Version": "0.38.2",
130
130
  "X-Fern-Runtime": core.RUNTIME.type,
131
131
  "X-Fern-Runtime-Version": core.RUNTIME.version,
132
132
  },
@@ -103,7 +103,7 @@ class V1 {
103
103
  Authorization: yield this._getAuthorizationHeader(),
104
104
  "X-Fern-Language": "JavaScript",
105
105
  "X-Fern-SDK-Name": "candidhealth",
106
- "X-Fern-SDK-Version": "0.38.0",
106
+ "X-Fern-SDK-Version": "0.38.2",
107
107
  "X-Fern-Runtime": core.RUNTIME.type,
108
108
  "X-Fern-Runtime-Version": core.RUNTIME.version,
109
109
  },
@@ -168,7 +168,7 @@ class V1 {
168
168
  Authorization: yield this._getAuthorizationHeader(),
169
169
  "X-Fern-Language": "JavaScript",
170
170
  "X-Fern-SDK-Name": "candidhealth",
171
- "X-Fern-SDK-Version": "0.38.0",
171
+ "X-Fern-SDK-Version": "0.38.2",
172
172
  "X-Fern-Runtime": core.RUNTIME.type,
173
173
  "X-Fern-Runtime-Version": core.RUNTIME.version,
174
174
  },
@@ -229,7 +229,7 @@ class V1 {
229
229
  Authorization: yield this._getAuthorizationHeader(),
230
230
  "X-Fern-Language": "JavaScript",
231
231
  "X-Fern-SDK-Name": "candidhealth",
232
- "X-Fern-SDK-Version": "0.38.0",
232
+ "X-Fern-SDK-Version": "0.38.2",
233
233
  "X-Fern-Runtime": core.RUNTIME.type,
234
234
  "X-Fern-Runtime-Version": core.RUNTIME.version,
235
235
  },
@@ -327,7 +327,7 @@ class V1 {
327
327
  Authorization: yield this._getAuthorizationHeader(),
328
328
  "X-Fern-Language": "JavaScript",
329
329
  "X-Fern-SDK-Name": "candidhealth",
330
- "X-Fern-SDK-Version": "0.38.0",
330
+ "X-Fern-SDK-Version": "0.38.2",
331
331
  "X-Fern-Runtime": core.RUNTIME.type,
332
332
  "X-Fern-Runtime-Version": core.RUNTIME.version,
333
333
  },
@@ -397,7 +397,7 @@ class V1 {
397
397
  Authorization: yield this._getAuthorizationHeader(),
398
398
  "X-Fern-Language": "JavaScript",
399
399
  "X-Fern-SDK-Name": "candidhealth",
400
- "X-Fern-SDK-Version": "0.38.0",
400
+ "X-Fern-SDK-Version": "0.38.2",
401
401
  "X-Fern-Runtime": core.RUNTIME.type,
402
402
  "X-Fern-Runtime-Version": core.RUNTIME.version,
403
403
  },
@@ -446,7 +446,7 @@ class V1 {
446
446
  Authorization: yield this._getAuthorizationHeader(),
447
447
  "X-Fern-Language": "JavaScript",
448
448
  "X-Fern-SDK-Name": "candidhealth",
449
- "X-Fern-SDK-Version": "0.38.0",
449
+ "X-Fern-SDK-Version": "0.38.2",
450
450
  "X-Fern-Runtime": core.RUNTIME.type,
451
451
  "X-Fern-Runtime-Version": core.RUNTIME.version,
452
452
  },
@@ -5,4 +5,5 @@ import * as CandidApi from "../../../../../index";
5
5
  export interface ResourcePage {
6
6
  nextPageToken?: CandidApi.preEncounter.PageToken;
7
7
  prevPageToken?: CandidApi.preEncounter.PageToken;
8
+ total: number;
8
9
  }