candidhealth 0.37.0 → 0.38.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.
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -4
- package/api/resources/chargeCapture/resources/v1/client/Client.js +19 -28
- package/api/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -7
- package/api/resources/chargeCapture/resources/v1/client/delete.js +0 -11
- package/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -7
- package/api/resources/chargeCapture/resources/v1/client/getAll.js +0 -11
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +10 -3
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +9 -2
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +8 -2
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +6 -1
- package/api/resources/commons/types/index.d.ts +0 -1
- package/api/resources/commons/types/index.js +0 -1
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/diagnoses/client/Client.js +3 -3
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/api/resources/encounters/resources/v4/client/Client.d.ts +4 -2
- package/api/resources/encounters/resources/v4/client/Client.js +11 -7
- package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/create.js +11 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -1
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +2 -1
- package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/update.js +11 -0
- package/api/resources/{commons/types/NotImplementedErrorMessage.d.ts → encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts} +2 -2
- package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/medicationDispense/resources/v1/client/Client.js +2 -1
- package/api/resources/medicationDispense/resources/v1/client/create.d.ts +7 -1
- package/api/resources/medicationDispense/resources/v1/client/create.js +11 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
- package/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +3 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +6 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +6 -0
- package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +6 -0
- package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/api/resources/x12/resources/v1/types/Rarc.d.ts +4 -1
- package/api/resources/x12/resources/v1/types/Rarc.js +3 -0
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -4
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +19 -28
- package/dist/api/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/delete.js +0 -11
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -7
- package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +0 -11
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +10 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +9 -2
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +8 -2
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +6 -1
- package/dist/api/resources/commons/types/index.d.ts +0 -1
- package/dist/api/resources/commons/types/index.js +0 -1
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/diagnoses/client/Client.js +3 -3
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +4 -2
- package/dist/api/resources/encounters/resources/v4/client/Client.js +11 -7
- package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -1
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +2 -1
- package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/update.js +11 -0
- package/dist/api/resources/{commons/types/NotImplementedErrorMessage.d.ts → encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts} +2 -2
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +2 -1
- package/dist/api/resources/medicationDispense/resources/v1/client/create.d.ts +7 -1
- package/dist/api/resources/medicationDispense/resources/v1/client/create.js +11 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +3 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +6 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +6 -0
- package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +6 -0
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +4 -1
- package/dist/api/resources/x12/resources/v1/types/Rarc.js +3 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.js +0 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +0 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +1 -2
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -2
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +2 -2
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -2
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +2 -2
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -2
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -2
- package/dist/serialization/resources/commons/types/index.d.ts +0 -1
- package/dist/serialization/resources/commons/types/index.js +0 -1
- package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/create.js +6 -0
- package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/update.js +6 -0
- package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +12 -0
- package/dist/serialization/resources/{commons/types/NotImplementedErrorMessage.js → encounters/resources/v4/types/InvalidTagNamesErrorType.js} +4 -4
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +6 -1
- package/dist/serialization/resources/medicationDispense/resources/v1/client/create.js +6 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +2 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +3 -0
- package/package.json +1 -1
- package/reference.md +8 -3
- package/serialization/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -6
- package/serialization/resources/chargeCapture/resources/v1/client/delete.js +0 -6
- package/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +0 -1
- package/serialization/resources/chargeCapture/resources/v1/client/index.js +1 -2
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -2
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +2 -2
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -2
- package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +2 -2
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -2
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -2
- package/serialization/resources/commons/types/index.d.ts +0 -1
- package/serialization/resources/commons/types/index.js +0 -1
- package/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/create.js +6 -0
- package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/update.js +6 -0
- package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +12 -0
- package/serialization/resources/{commons/types/NotImplementedErrorMessage.js → encounters/resources/v4/types/InvalidTagNamesErrorType.js} +4 -4
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +6 -1
- package/serialization/resources/medicationDispense/resources/v1/client/create.js +6 -0
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +2 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -0
- package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/serialization/resources/x12/resources/v1/types/Rarc.js +3 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/getAll.d.ts +0 -15
- package/dist/serialization/resources/chargeCapture/resources/v1/client/getAll.js +0 -61
- package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +0 -12
- package/serialization/resources/chargeCapture/resources/v1/client/getAll.d.ts +0 -15
- package/serialization/resources/chargeCapture/resources/v1/client/getAll.js +0 -61
- package/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +0 -12
- /package/api/resources/{commons/types/NotImplementedErrorMessage.js → encounters/resources/v4/types/InvalidTagNamesErrorType.js} +0 -0
- /package/dist/api/resources/{commons/types/NotImplementedErrorMessage.js → encounters/resources/v4/types/InvalidTagNamesErrorType.js} +0 -0
|
@@ -67,7 +67,7 @@ class V2 {
|
|
|
67
67
|
Authorization: yield this._getAuthorizationHeader(),
|
|
68
68
|
"X-Fern-Language": "JavaScript",
|
|
69
69
|
"X-Fern-SDK-Name": "candidhealth",
|
|
70
|
-
"X-Fern-SDK-Version": "0.
|
|
70
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
71
71
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
72
72
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
73
73
|
},
|
|
@@ -131,7 +131,7 @@ class V2 {
|
|
|
131
131
|
Authorization: yield this._getAuthorizationHeader(),
|
|
132
132
|
"X-Fern-Language": "JavaScript",
|
|
133
133
|
"X-Fern-SDK-Name": "candidhealth",
|
|
134
|
-
"X-Fern-SDK-Version": "0.
|
|
134
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
135
135
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
136
136
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
137
137
|
},
|
|
@@ -196,7 +196,7 @@ class V2 {
|
|
|
196
196
|
Authorization: yield this._getAuthorizationHeader(),
|
|
197
197
|
"X-Fern-Language": "JavaScript",
|
|
198
198
|
"X-Fern-SDK-Name": "candidhealth",
|
|
199
|
-
"X-Fern-SDK-Version": "0.
|
|
199
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
200
200
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
201
201
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
202
202
|
},
|
|
@@ -272,7 +272,7 @@ class V2 {
|
|
|
272
272
|
Authorization: yield this._getAuthorizationHeader(),
|
|
273
273
|
"X-Fern-Language": "JavaScript",
|
|
274
274
|
"X-Fern-SDK-Name": "candidhealth",
|
|
275
|
-
"X-Fern-SDK-Version": "0.
|
|
275
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
276
276
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
277
277
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
278
278
|
},
|
|
@@ -347,7 +347,7 @@ class V2 {
|
|
|
347
347
|
Authorization: yield this._getAuthorizationHeader(),
|
|
348
348
|
"X-Fern-Language": "JavaScript",
|
|
349
349
|
"X-Fern-SDK-Name": "candidhealth",
|
|
350
|
-
"X-Fern-SDK-Version": "0.
|
|
350
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
351
351
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
352
352
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
353
353
|
},
|
|
@@ -424,7 +424,7 @@ class V2 {
|
|
|
424
424
|
Authorization: yield this._getAuthorizationHeader(),
|
|
425
425
|
"X-Fern-Language": "JavaScript",
|
|
426
426
|
"X-Fern-SDK-Name": "candidhealth",
|
|
427
|
-
"X-Fern-SDK-Version": "0.
|
|
427
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
428
428
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
429
429
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
430
430
|
},
|
|
@@ -502,7 +502,7 @@ class V2 {
|
|
|
502
502
|
Authorization: yield this._getAuthorizationHeader(),
|
|
503
503
|
"X-Fern-Language": "JavaScript",
|
|
504
504
|
"X-Fern-SDK-Name": "candidhealth",
|
|
505
|
-
"X-Fern-SDK-Version": "0.
|
|
505
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
506
506
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
507
507
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
508
508
|
},
|
|
@@ -579,7 +579,7 @@ class V2 {
|
|
|
579
579
|
Authorization: yield this._getAuthorizationHeader(),
|
|
580
580
|
"X-Fern-Language": "JavaScript",
|
|
581
581
|
"X-Fern-SDK-Name": "candidhealth",
|
|
582
|
-
"X-Fern-SDK-Version": "0.
|
|
582
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
583
583
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
584
584
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
585
585
|
},
|
|
@@ -643,7 +643,7 @@ class V2 {
|
|
|
643
643
|
Authorization: yield this._getAuthorizationHeader(),
|
|
644
644
|
"X-Fern-Language": "JavaScript",
|
|
645
645
|
"X-Fern-SDK-Name": "candidhealth",
|
|
646
|
-
"X-Fern-SDK-Version": "0.
|
|
646
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
647
647
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
648
648
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
649
649
|
},
|
|
@@ -698,7 +698,7 @@ class V2 {
|
|
|
698
698
|
Authorization: yield this._getAuthorizationHeader(),
|
|
699
699
|
"X-Fern-Language": "JavaScript",
|
|
700
700
|
"X-Fern-SDK-Name": "candidhealth",
|
|
701
|
-
"X-Fern-SDK-Version": "0.
|
|
701
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
702
702
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
703
703
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
704
704
|
},
|
|
@@ -753,7 +753,7 @@ class V2 {
|
|
|
753
753
|
Authorization: yield this._getAuthorizationHeader(),
|
|
754
754
|
"X-Fern-Language": "JavaScript",
|
|
755
755
|
"X-Fern-SDK-Name": "candidhealth",
|
|
756
|
-
"X-Fern-SDK-Version": "0.
|
|
756
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
757
757
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
758
758
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
759
759
|
},
|
|
@@ -808,7 +808,7 @@ class V2 {
|
|
|
808
808
|
Authorization: yield this._getAuthorizationHeader(),
|
|
809
809
|
"X-Fern-Language": "JavaScript",
|
|
810
810
|
"X-Fern-SDK-Name": "candidhealth",
|
|
811
|
-
"X-Fern-SDK-Version": "0.
|
|
811
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
812
812
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
813
813
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
814
814
|
},
|
|
@@ -154,7 +154,8 @@ export declare class V4 {
|
|
|
154
154
|
* state: CandidApi.State.Ny,
|
|
155
155
|
* zipCode: "10001",
|
|
156
156
|
* zipPlusFourCode: "1234"
|
|
157
|
-
* }
|
|
157
|
+
* },
|
|
158
|
+
* secondaryIdentification: "string"
|
|
158
159
|
* },
|
|
159
160
|
* subscriberPrimary: {
|
|
160
161
|
* insuranceCard: {
|
|
@@ -447,7 +448,8 @@ export declare class V4 {
|
|
|
447
448
|
* state: CandidApi.State.Ny,
|
|
448
449
|
* zipCode: "10001",
|
|
449
450
|
* zipPlusFourCode: "1234"
|
|
450
|
-
* }
|
|
451
|
+
* },
|
|
452
|
+
* secondaryIdentification: "string"
|
|
451
453
|
* },
|
|
452
454
|
* diagnoses: [{
|
|
453
455
|
* name: "string",
|
|
@@ -132,7 +132,7 @@ class V4 {
|
|
|
132
132
|
Authorization: yield this._getAuthorizationHeader(),
|
|
133
133
|
"X-Fern-Language": "JavaScript",
|
|
134
134
|
"X-Fern-SDK-Name": "candidhealth",
|
|
135
|
-
"X-Fern-SDK-Version": "0.
|
|
135
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
136
136
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
137
137
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
138
138
|
},
|
|
@@ -178,7 +178,7 @@ class V4 {
|
|
|
178
178
|
Authorization: yield this._getAuthorizationHeader(),
|
|
179
179
|
"X-Fern-Language": "JavaScript",
|
|
180
180
|
"X-Fern-SDK-Name": "candidhealth",
|
|
181
|
-
"X-Fern-SDK-Version": "0.
|
|
181
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
182
182
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
183
183
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
184
184
|
},
|
|
@@ -311,7 +311,8 @@ class V4 {
|
|
|
311
311
|
* state: CandidApi.State.Ny,
|
|
312
312
|
* zipCode: "10001",
|
|
313
313
|
* zipPlusFourCode: "1234"
|
|
314
|
-
* }
|
|
314
|
+
* },
|
|
315
|
+
* secondaryIdentification: "string"
|
|
315
316
|
* },
|
|
316
317
|
* subscriberPrimary: {
|
|
317
318
|
* insuranceCard: {
|
|
@@ -527,7 +528,7 @@ class V4 {
|
|
|
527
528
|
Authorization: yield this._getAuthorizationHeader(),
|
|
528
529
|
"X-Fern-Language": "JavaScript",
|
|
529
530
|
"X-Fern-SDK-Name": "candidhealth",
|
|
530
|
-
"X-Fern-SDK-Version": "0.
|
|
531
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
531
532
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
532
533
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
533
534
|
},
|
|
@@ -558,6 +559,7 @@ class V4 {
|
|
|
558
559
|
case "HttpRequestValidationsError":
|
|
559
560
|
case "CashPayPayerError":
|
|
560
561
|
case "SchemaInstanceValidationHttpFailure":
|
|
562
|
+
case "InvalidTagNamesError":
|
|
561
563
|
return {
|
|
562
564
|
ok: false,
|
|
563
565
|
error: serializers.encounters.v4.create.Error.parseOrThrow(_response.error.body, {
|
|
@@ -662,7 +664,8 @@ class V4 {
|
|
|
662
664
|
* state: CandidApi.State.Ny,
|
|
663
665
|
* zipCode: "10001",
|
|
664
666
|
* zipPlusFourCode: "1234"
|
|
665
|
-
* }
|
|
667
|
+
* },
|
|
668
|
+
* secondaryIdentification: "string"
|
|
666
669
|
* },
|
|
667
670
|
* diagnoses: [{
|
|
668
671
|
* name: "string",
|
|
@@ -832,7 +835,7 @@ class V4 {
|
|
|
832
835
|
Authorization: yield this._getAuthorizationHeader(),
|
|
833
836
|
"X-Fern-Language": "JavaScript",
|
|
834
837
|
"X-Fern-SDK-Name": "candidhealth",
|
|
835
|
-
"X-Fern-SDK-Version": "0.
|
|
838
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
836
839
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
837
840
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
838
841
|
},
|
|
@@ -983,7 +986,7 @@ class V4 {
|
|
|
983
986
|
Authorization: yield this._getAuthorizationHeader(),
|
|
984
987
|
"X-Fern-Language": "JavaScript",
|
|
985
988
|
"X-Fern-SDK-Name": "candidhealth",
|
|
986
|
-
"X-Fern-SDK-Version": "0.
|
|
989
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
987
990
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
988
991
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
989
992
|
},
|
|
@@ -1013,6 +1016,7 @@ class V4 {
|
|
|
1013
1016
|
case "HttpRequestValidationsError":
|
|
1014
1017
|
case "SchemaInstanceValidationHttpFailure":
|
|
1015
1018
|
case "UnprocessableEntityError":
|
|
1019
|
+
case "InvalidTagNamesError":
|
|
1016
1020
|
return {
|
|
1017
1021
|
ok: false,
|
|
1018
1022
|
error: serializers.encounters.v4.update.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.encounters.v4.create.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.create.Error.EncounterPatientControlNumberUniquenessError | CandidApi.encounters.v4.create.Error.EntityNotFoundError | CandidApi.encounters.v4.create.Error.EncounterGuarantorMissingContactInfoError | CandidApi.encounters.v4.create.Error.HttpRequestValidationsError | CandidApi.encounters.v4.create.Error.CashPayPayerError | CandidApi.encounters.v4.create.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.create.Error._Unknown;
|
|
6
|
+
export declare type Error = CandidApi.encounters.v4.create.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.create.Error.EncounterPatientControlNumberUniquenessError | CandidApi.encounters.v4.create.Error.EntityNotFoundError | CandidApi.encounters.v4.create.Error.EncounterGuarantorMissingContactInfoError | CandidApi.encounters.v4.create.Error.HttpRequestValidationsError | CandidApi.encounters.v4.create.Error.CashPayPayerError | CandidApi.encounters.v4.create.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.create.Error.InvalidTagNamesError | CandidApi.encounters.v4.create.Error._Unknown;
|
|
7
7
|
export declare namespace Error {
|
|
8
8
|
interface EncounterExternalIdUniquenessError extends _Utils {
|
|
9
9
|
errorName: "EncounterExternalIdUniquenessError";
|
|
@@ -33,6 +33,10 @@ export declare namespace Error {
|
|
|
33
33
|
errorName: "SchemaInstanceValidationHttpFailure";
|
|
34
34
|
content: CandidApi.encounters.v4.SchemaInstanceValidationFailure;
|
|
35
35
|
}
|
|
36
|
+
interface InvalidTagNamesError extends _Utils {
|
|
37
|
+
errorName: "InvalidTagNamesError";
|
|
38
|
+
content: CandidApi.encounters.v4.InvalidTagNamesErrorType;
|
|
39
|
+
}
|
|
36
40
|
interface _Unknown extends _Utils {
|
|
37
41
|
errorName: void;
|
|
38
42
|
content: core.Fetcher.Error;
|
|
@@ -48,6 +52,7 @@ export declare namespace Error {
|
|
|
48
52
|
httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
|
|
49
53
|
cashPayPayerError: (value: CandidApi.encounters.v4.CashPayPayerErrorMessage) => _Result;
|
|
50
54
|
schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => _Result;
|
|
55
|
+
invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => _Result;
|
|
51
56
|
_other: (value: core.Fetcher.Error) => _Result;
|
|
52
57
|
}
|
|
53
58
|
}
|
|
@@ -59,6 +64,7 @@ export declare const Error: {
|
|
|
59
64
|
readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.encounters.v4.create.Error.HttpRequestValidationsError;
|
|
60
65
|
readonly cashPayPayerError: (value: CandidApi.encounters.v4.CashPayPayerErrorMessage) => CandidApi.encounters.v4.create.Error.CashPayPayerError;
|
|
61
66
|
readonly schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => CandidApi.encounters.v4.create.Error.SchemaInstanceValidationHttpFailure;
|
|
67
|
+
readonly invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => CandidApi.encounters.v4.create.Error.InvalidTagNamesError;
|
|
62
68
|
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounters.v4.create.Error._Unknown;
|
|
63
69
|
readonly _visit: <_Result>(value: CandidApi.encounters.v4.create.Error, visitor: CandidApi.encounters.v4.create.Error._Visitor<_Result>) => _Result;
|
|
64
70
|
};
|
|
@@ -92,6 +92,15 @@ exports.Error = {
|
|
|
92
92
|
},
|
|
93
93
|
};
|
|
94
94
|
},
|
|
95
|
+
invalidTagNamesError: (value) => {
|
|
96
|
+
return {
|
|
97
|
+
content: value,
|
|
98
|
+
errorName: "InvalidTagNamesError",
|
|
99
|
+
_visit: function (visitor) {
|
|
100
|
+
return CandidApi.encounters.v4.create.Error._visit(this, visitor);
|
|
101
|
+
},
|
|
102
|
+
};
|
|
103
|
+
},
|
|
95
104
|
_unknown: (fetcherError) => {
|
|
96
105
|
return {
|
|
97
106
|
errorName: undefined,
|
|
@@ -117,6 +126,8 @@ exports.Error = {
|
|
|
117
126
|
return visitor.cashPayPayerError(value.content);
|
|
118
127
|
case "SchemaInstanceValidationHttpFailure":
|
|
119
128
|
return visitor.schemaInstanceValidationHttpFailure(value.content);
|
|
129
|
+
case "InvalidTagNamesError":
|
|
130
|
+
return visitor.invalidTagNamesError(value.content);
|
|
120
131
|
default:
|
|
121
132
|
return visitor._other(value);
|
|
122
133
|
}
|
|
@@ -105,7 +105,8 @@ import * as CandidApi from "../../../../../../index";
|
|
|
105
105
|
* state: CandidApi.State.Ny,
|
|
106
106
|
* zipCode: "10001",
|
|
107
107
|
* zipPlusFourCode: "1234"
|
|
108
|
-
* }
|
|
108
|
+
* },
|
|
109
|
+
* secondaryIdentification: "string"
|
|
109
110
|
* },
|
|
110
111
|
* subscriberPrimary: {
|
|
111
112
|
* insuranceCard: {
|
|
@@ -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.encounters.v4.update.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.update.Error.EntityNotFoundError | CandidApi.encounters.v4.update.Error.UnauthorizedError | CandidApi.encounters.v4.update.Error.HttpRequestValidationsError | CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.update.Error.UnprocessableEntityError | CandidApi.encounters.v4.update.Error._Unknown;
|
|
6
|
+
export declare type Error = CandidApi.encounters.v4.update.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.update.Error.EntityNotFoundError | CandidApi.encounters.v4.update.Error.UnauthorizedError | CandidApi.encounters.v4.update.Error.HttpRequestValidationsError | CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.update.Error.UnprocessableEntityError | CandidApi.encounters.v4.update.Error.InvalidTagNamesError | CandidApi.encounters.v4.update.Error._Unknown;
|
|
7
7
|
export declare namespace Error {
|
|
8
8
|
interface EncounterExternalIdUniquenessError extends _Utils {
|
|
9
9
|
errorName: "EncounterExternalIdUniquenessError";
|
|
@@ -29,6 +29,10 @@ export declare namespace Error {
|
|
|
29
29
|
errorName: "UnprocessableEntityError";
|
|
30
30
|
content: CandidApi.UnprocessableEntityErrorMessage;
|
|
31
31
|
}
|
|
32
|
+
interface InvalidTagNamesError extends _Utils {
|
|
33
|
+
errorName: "InvalidTagNamesError";
|
|
34
|
+
content: CandidApi.encounters.v4.InvalidTagNamesErrorType;
|
|
35
|
+
}
|
|
32
36
|
interface _Unknown extends _Utils {
|
|
33
37
|
errorName: void;
|
|
34
38
|
content: core.Fetcher.Error;
|
|
@@ -43,6 +47,7 @@ export declare namespace Error {
|
|
|
43
47
|
httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
|
|
44
48
|
schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => _Result;
|
|
45
49
|
unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
|
|
50
|
+
invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => _Result;
|
|
46
51
|
_other: (value: core.Fetcher.Error) => _Result;
|
|
47
52
|
}
|
|
48
53
|
}
|
|
@@ -53,6 +58,7 @@ export declare const Error: {
|
|
|
53
58
|
readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.encounters.v4.update.Error.HttpRequestValidationsError;
|
|
54
59
|
readonly schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure;
|
|
55
60
|
readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.encounters.v4.update.Error.UnprocessableEntityError;
|
|
61
|
+
readonly invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => CandidApi.encounters.v4.update.Error.InvalidTagNamesError;
|
|
56
62
|
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounters.v4.update.Error._Unknown;
|
|
57
63
|
readonly _visit: <_Result>(value: CandidApi.encounters.v4.update.Error, visitor: CandidApi.encounters.v4.update.Error._Visitor<_Result>) => _Result;
|
|
58
64
|
};
|
|
@@ -83,6 +83,15 @@ exports.Error = {
|
|
|
83
83
|
},
|
|
84
84
|
};
|
|
85
85
|
},
|
|
86
|
+
invalidTagNamesError: (value) => {
|
|
87
|
+
return {
|
|
88
|
+
content: value,
|
|
89
|
+
errorName: "InvalidTagNamesError",
|
|
90
|
+
_visit: function (visitor) {
|
|
91
|
+
return CandidApi.encounters.v4.update.Error._visit(this, visitor);
|
|
92
|
+
},
|
|
93
|
+
};
|
|
94
|
+
},
|
|
86
95
|
_unknown: (fetcherError) => {
|
|
87
96
|
return {
|
|
88
97
|
errorName: undefined,
|
|
@@ -106,6 +115,8 @@ exports.Error = {
|
|
|
106
115
|
return visitor.schemaInstanceValidationHttpFailure(value.content);
|
|
107
116
|
case "UnprocessableEntityError":
|
|
108
117
|
return visitor.unprocessableEntityError(value.content);
|
|
118
|
+
case "InvalidTagNamesError":
|
|
119
|
+
return visitor.invalidTagNamesError(value.content);
|
|
109
120
|
default:
|
|
110
121
|
return visitor._other(value);
|
|
111
122
|
}
|
|
@@ -33,6 +33,7 @@ export * from "./EncounterExternalIdUniquenessErrorType";
|
|
|
33
33
|
export * from "./EncounterPatientControlNumberUniquenessErrorType";
|
|
34
34
|
export * from "./EncounterGuarantorMissingContactInfoErrorType";
|
|
35
35
|
export * from "./CashPayPayerErrorMessage";
|
|
36
|
+
export * from "./InvalidTagNamesErrorType";
|
|
36
37
|
export * from "./ServiceAuthorizationExceptionCode";
|
|
37
38
|
export * from "./SchemaInstanceValidationFailure";
|
|
38
39
|
export * from "./KeyDoesNotExistError";
|
|
@@ -49,6 +49,7 @@ __exportStar(require("./EncounterExternalIdUniquenessErrorType"), exports);
|
|
|
49
49
|
__exportStar(require("./EncounterPatientControlNumberUniquenessErrorType"), exports);
|
|
50
50
|
__exportStar(require("./EncounterGuarantorMissingContactInfoErrorType"), exports);
|
|
51
51
|
__exportStar(require("./CashPayPayerErrorMessage"), exports);
|
|
52
|
+
__exportStar(require("./InvalidTagNamesErrorType"), exports);
|
|
52
53
|
__exportStar(require("./ServiceAuthorizationExceptionCode"), exports);
|
|
53
54
|
__exportStar(require("./SchemaInstanceValidationFailure"), exports);
|
|
54
55
|
__exportStar(require("./KeyDoesNotExistError"), exports);
|
|
@@ -79,7 +79,7 @@ class V1 {
|
|
|
79
79
|
Authorization: yield this._getAuthorizationHeader(),
|
|
80
80
|
"X-Fern-Language": "JavaScript",
|
|
81
81
|
"X-Fern-SDK-Name": "candidhealth",
|
|
82
|
-
"X-Fern-SDK-Version": "0.
|
|
82
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
83
83
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
84
84
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
85
85
|
},
|
|
@@ -96,7 +96,7 @@ class V2 {
|
|
|
96
96
|
Authorization: yield this._getAuthorizationHeader(),
|
|
97
97
|
"X-Fern-Language": "JavaScript",
|
|
98
98
|
"X-Fern-SDK-Name": "candidhealth",
|
|
99
|
-
"X-Fern-SDK-Version": "0.
|
|
99
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
100
100
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
101
101
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
102
102
|
},
|
|
@@ -189,7 +189,7 @@ class V2 {
|
|
|
189
189
|
Authorization: yield this._getAuthorizationHeader(),
|
|
190
190
|
"X-Fern-Language": "JavaScript",
|
|
191
191
|
"X-Fern-SDK-Name": "candidhealth",
|
|
192
|
-
"X-Fern-SDK-Version": "0.
|
|
192
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
193
193
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
194
194
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
195
195
|
},
|
|
@@ -87,7 +87,7 @@ class V3 {
|
|
|
87
87
|
Authorization: yield this._getAuthorizationHeader(),
|
|
88
88
|
"X-Fern-Language": "JavaScript",
|
|
89
89
|
"X-Fern-SDK-Name": "candidhealth",
|
|
90
|
-
"X-Fern-SDK-Version": "0.
|
|
90
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
91
91
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
92
92
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
93
93
|
},
|
|
@@ -82,7 +82,7 @@ class V1 {
|
|
|
82
82
|
Authorization: yield this._getAuthorizationHeader(),
|
|
83
83
|
"X-Fern-Language": "JavaScript",
|
|
84
84
|
"X-Fern-SDK-Name": "candidhealth",
|
|
85
|
-
"X-Fern-SDK-Version": "0.
|
|
85
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
86
86
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
87
87
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
88
88
|
},
|
|
@@ -68,7 +68,7 @@ class V3 {
|
|
|
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.
|
|
71
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
72
72
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
73
73
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
74
74
|
},
|
|
@@ -131,7 +131,7 @@ class V3 {
|
|
|
131
131
|
Authorization: yield this._getAuthorizationHeader(),
|
|
132
132
|
"X-Fern-Language": "JavaScript",
|
|
133
133
|
"X-Fern-SDK-Name": "candidhealth",
|
|
134
|
-
"X-Fern-SDK-Version": "0.
|
|
134
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
135
135
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
136
136
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
137
137
|
},
|
|
@@ -274,7 +274,7 @@ class V3 {
|
|
|
274
274
|
Authorization: yield this._getAuthorizationHeader(),
|
|
275
275
|
"X-Fern-Language": "JavaScript",
|
|
276
276
|
"X-Fern-SDK-Name": "candidhealth",
|
|
277
|
-
"X-Fern-SDK-Version": "0.
|
|
277
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
278
278
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
279
279
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
280
280
|
},
|
|
@@ -401,7 +401,7 @@ class V3 {
|
|
|
401
401
|
Authorization: yield this._getAuthorizationHeader(),
|
|
402
402
|
"X-Fern-Language": "JavaScript",
|
|
403
403
|
"X-Fern-SDK-Name": "candidhealth",
|
|
404
|
-
"X-Fern-SDK-Version": "0.
|
|
404
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
405
405
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
406
406
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
407
407
|
},
|
|
@@ -449,7 +449,7 @@ class V3 {
|
|
|
449
449
|
Authorization: yield this._getAuthorizationHeader(),
|
|
450
450
|
"X-Fern-Language": "JavaScript",
|
|
451
451
|
"X-Fern-SDK-Name": "candidhealth",
|
|
452
|
-
"X-Fern-SDK-Version": "0.
|
|
452
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
453
453
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
454
454
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
455
455
|
},
|
|
@@ -531,7 +531,7 @@ class V3 {
|
|
|
531
531
|
Authorization: yield this._getAuthorizationHeader(),
|
|
532
532
|
"X-Fern-Language": "JavaScript",
|
|
533
533
|
"X-Fern-SDK-Name": "candidhealth",
|
|
534
|
-
"X-Fern-SDK-Version": "0.
|
|
534
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
535
535
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
536
536
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
537
537
|
},
|
|
@@ -596,7 +596,7 @@ class V3 {
|
|
|
596
596
|
Authorization: yield this._getAuthorizationHeader(),
|
|
597
597
|
"X-Fern-Language": "JavaScript",
|
|
598
598
|
"X-Fern-SDK-Name": "candidhealth",
|
|
599
|
-
"X-Fern-SDK-Version": "0.
|
|
599
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
600
600
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
601
601
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
602
602
|
},
|
|
@@ -652,7 +652,7 @@ class V3 {
|
|
|
652
652
|
Authorization: yield this._getAuthorizationHeader(),
|
|
653
653
|
"X-Fern-Language": "JavaScript",
|
|
654
654
|
"X-Fern-SDK-Name": "candidhealth",
|
|
655
|
-
"X-Fern-SDK-Version": "0.
|
|
655
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
656
656
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
657
657
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
658
658
|
},
|
|
@@ -709,7 +709,7 @@ class V3 {
|
|
|
709
709
|
Authorization: yield this._getAuthorizationHeader(),
|
|
710
710
|
"X-Fern-Language": "JavaScript",
|
|
711
711
|
"X-Fern-SDK-Name": "candidhealth",
|
|
712
|
-
"X-Fern-SDK-Version": "0.
|
|
712
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
713
713
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
714
714
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
715
715
|
},
|
|
@@ -762,7 +762,7 @@ class V3 {
|
|
|
762
762
|
Authorization: yield this._getAuthorizationHeader(),
|
|
763
763
|
"X-Fern-Language": "JavaScript",
|
|
764
764
|
"X-Fern-SDK-Name": "candidhealth",
|
|
765
|
-
"X-Fern-SDK-Version": "0.
|
|
765
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
766
766
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
767
767
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
768
768
|
},
|
|
@@ -89,7 +89,7 @@ class V1 {
|
|
|
89
89
|
Authorization: yield this._getAuthorizationHeader(),
|
|
90
90
|
"X-Fern-Language": "JavaScript",
|
|
91
91
|
"X-Fern-SDK-Name": "candidhealth",
|
|
92
|
-
"X-Fern-SDK-Version": "0.
|
|
92
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
93
93
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
94
94
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
95
95
|
},
|
|
@@ -152,7 +152,7 @@ class V1 {
|
|
|
152
152
|
Authorization: yield this._getAuthorizationHeader(),
|
|
153
153
|
"X-Fern-Language": "JavaScript",
|
|
154
154
|
"X-Fern-SDK-Name": "candidhealth",
|
|
155
|
-
"X-Fern-SDK-Version": "0.
|
|
155
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
156
156
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
157
157
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
158
158
|
},
|
|
@@ -200,7 +200,7 @@ class V1 {
|
|
|
200
200
|
Authorization: yield this._getAuthorizationHeader(),
|
|
201
201
|
"X-Fern-Language": "JavaScript",
|
|
202
202
|
"X-Fern-SDK-Name": "candidhealth",
|
|
203
|
-
"X-Fern-SDK-Version": "0.
|
|
203
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
204
204
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
205
205
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
206
206
|
},
|
|
@@ -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.
|
|
87
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
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.
|
|
200
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
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.
|
|
248
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
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.
|
|
325
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
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.
|
|
71
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
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.
|
|
141
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
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.
|
|
205
|
+
"X-Fern-SDK-Version": "0.38.1",
|
|
206
206
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
207
207
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
208
208
|
},
|