candidhealth 0.39.2 → 0.39.4
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.js +5 -5
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
- package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
- package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +12 -0
- package/api/resources/commons/types/index.d.ts +1 -0
- package/api/resources/commons/types/index.js +1 -0
- 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 +231 -83
- package/api/resources/encounters/resources/v4/client/Client.js +297 -89
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +58 -0
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +113 -0
- package/api/resources/encounters/resources/v4/client/index.d.ts +1 -0
- package/api/resources/encounters/resources/v4/client/index.js +2 -1
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +12 -43
- package/api/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +58 -0
- package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
- package/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +9 -0
- package/api/resources/encounters/resources/v4/types/index.d.ts +2 -0
- package/api/resources/encounters/resources/v4/types/index.js +2 -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 +1 -1
- 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/coverages/resources/v1/client/Client.d.ts +2 -12
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -20
- 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.d.ts +15 -3
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +24 -12
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +5 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +5 -1
- 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/serviceLines/resources/v2/client/Client.d.ts +6 -2
- package/api/resources/serviceLines/resources/v2/client/Client.js +9 -5
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +10 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +10 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +10 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +10 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- 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.js +5 -5
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
- package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +12 -0
- package/dist/api/resources/commons/types/index.d.ts +1 -0
- package/dist/api/resources/commons/types/index.js +1 -0
- 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 +231 -83
- package/dist/api/resources/encounters/resources/v4/client/Client.js +297 -89
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +58 -0
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +113 -0
- package/dist/api/resources/encounters/resources/v4/client/index.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/client/index.js +2 -1
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +12 -43
- package/dist/api/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +58 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +9 -0
- package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.js +5 -0
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +2 -0
- package/dist/api/resources/encounters/resources/v4/types/index.js +2 -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 +1 -1
- 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/coverages/resources/v1/client/Client.d.ts +2 -12
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -20
- 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.d.ts +15 -3
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +24 -12
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +5 -1
- 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/serviceLines/resources/v2/client/Client.d.ts +6 -2
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +9 -5
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +10 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +10 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +10 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +10 -0
- 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/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
- package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +31 -0
- package/dist/serialization/resources/commons/types/index.d.ts +1 -0
- package/dist/serialization/resources/commons/types/index.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +39 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +90 -0
- package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/index.js +2 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +2 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/index.js +1 -3
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +44 -0
- package/dist/serialization/resources/encounters/resources/v4/{client/requests → types}/EncounterCreateFromPreEncounter.js +18 -18
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +15 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +36 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
- package/package.json +1 -1
- package/reference.md +327 -100
- package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
- package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +31 -0
- package/serialization/resources/commons/types/index.d.ts +1 -0
- package/serialization/resources/commons/types/index.js +1 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +39 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +90 -0
- package/serialization/resources/encounters/resources/v4/client/index.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/index.js +2 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +2 -0
- package/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
- package/serialization/resources/encounters/resources/v4/client/requests/index.js +1 -3
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +44 -0
- package/serialization/resources/encounters/resources/v4/{client/requests → types}/EncounterCreateFromPreEncounter.js +18 -18
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +2 -0
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +15 -0
- package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +36 -0
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/index.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -319
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -319
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -44
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -44
- /package/api/resources/encounters/resources/v4/{client/requests → types}/EncounterCreateFromPreEncounter.js +0 -0
- /package/{dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.js → api/resources/encounters/resources/v4/types/EpsdtReferral.js} +0 -0
|
@@ -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.39.
|
|
81
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
147
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
240
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
300
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
371
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
434
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
69
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
159
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
238
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
336
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
69
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
143
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
207
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
288
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
351
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
124
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
187
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
264
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
341
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
407
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
124
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
187
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
265
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
346
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
412
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
69
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
129
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
106
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
171
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
232
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
330
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
400
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
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.39.
|
|
449
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
450
450
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
451
451
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
452
452
|
},
|
|
@@ -55,12 +55,7 @@ export declare class V1 {
|
|
|
55
55
|
* memberId: "string",
|
|
56
56
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
57
57
|
* payerName: "string",
|
|
58
|
-
* additionalPayerInformation: {
|
|
59
|
-
* availityEligibilityId: "string",
|
|
60
|
-
* availityPayerId: "string",
|
|
61
|
-
* availityPayerName: "string",
|
|
62
|
-
* availityRemittancePayerId: "string"
|
|
63
|
-
* },
|
|
58
|
+
* additionalPayerInformation: {},
|
|
64
59
|
* groupNumber: "string",
|
|
65
60
|
* name: "string",
|
|
66
61
|
* planType: CandidApi.preEncounter.coverages.v1.NetworkType.SelfPay,
|
|
@@ -121,12 +116,7 @@ export declare class V1 {
|
|
|
121
116
|
* memberId: "string",
|
|
122
117
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
123
118
|
* payerName: "string",
|
|
124
|
-
* additionalPayerInformation: {
|
|
125
|
-
* availityEligibilityId: "string",
|
|
126
|
-
* availityPayerId: "string",
|
|
127
|
-
* availityPayerName: "string",
|
|
128
|
-
* availityRemittancePayerId: "string"
|
|
129
|
-
* },
|
|
119
|
+
* additionalPayerInformation: {},
|
|
130
120
|
* groupNumber: "string",
|
|
131
121
|
* name: "string",
|
|
132
122
|
* planType: CandidApi.preEncounter.coverages.v1.NetworkType.SelfPay,
|
|
@@ -82,12 +82,7 @@ class V1 {
|
|
|
82
82
|
* memberId: "string",
|
|
83
83
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
84
84
|
* payerName: "string",
|
|
85
|
-
* additionalPayerInformation: {
|
|
86
|
-
* availityEligibilityId: "string",
|
|
87
|
-
* availityPayerId: "string",
|
|
88
|
-
* availityPayerName: "string",
|
|
89
|
-
* availityRemittancePayerId: "string"
|
|
90
|
-
* },
|
|
85
|
+
* additionalPayerInformation: {},
|
|
91
86
|
* groupNumber: "string",
|
|
92
87
|
* name: "string",
|
|
93
88
|
* planType: CandidApi.preEncounter.coverages.v1.NetworkType.SelfPay,
|
|
@@ -122,7 +117,7 @@ class V1 {
|
|
|
122
117
|
Authorization: yield this._getAuthorizationHeader(),
|
|
123
118
|
"X-Fern-Language": "JavaScript",
|
|
124
119
|
"X-Fern-SDK-Name": "candidhealth",
|
|
125
|
-
"X-Fern-SDK-Version": "0.39.
|
|
120
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
126
121
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
127
122
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
128
123
|
},
|
|
@@ -188,12 +183,7 @@ class V1 {
|
|
|
188
183
|
* memberId: "string",
|
|
189
184
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
190
185
|
* payerName: "string",
|
|
191
|
-
* additionalPayerInformation: {
|
|
192
|
-
* availityEligibilityId: "string",
|
|
193
|
-
* availityPayerId: "string",
|
|
194
|
-
* availityPayerName: "string",
|
|
195
|
-
* availityRemittancePayerId: "string"
|
|
196
|
-
* },
|
|
186
|
+
* additionalPayerInformation: {},
|
|
197
187
|
* groupNumber: "string",
|
|
198
188
|
* name: "string",
|
|
199
189
|
* planType: CandidApi.preEncounter.coverages.v1.NetworkType.SelfPay,
|
|
@@ -228,7 +218,7 @@ class V1 {
|
|
|
228
218
|
Authorization: yield this._getAuthorizationHeader(),
|
|
229
219
|
"X-Fern-Language": "JavaScript",
|
|
230
220
|
"X-Fern-SDK-Name": "candidhealth",
|
|
231
|
-
"X-Fern-SDK-Version": "0.39.
|
|
221
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
232
222
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
233
223
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
234
224
|
},
|
|
@@ -293,7 +283,7 @@ class V1 {
|
|
|
293
283
|
Authorization: yield this._getAuthorizationHeader(),
|
|
294
284
|
"X-Fern-Language": "JavaScript",
|
|
295
285
|
"X-Fern-SDK-Name": "candidhealth",
|
|
296
|
-
"X-Fern-SDK-Version": "0.39.
|
|
286
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
297
287
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
298
288
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
299
289
|
},
|
|
@@ -340,7 +330,7 @@ class V1 {
|
|
|
340
330
|
Authorization: yield this._getAuthorizationHeader(),
|
|
341
331
|
"X-Fern-Language": "JavaScript",
|
|
342
332
|
"X-Fern-SDK-Name": "candidhealth",
|
|
343
|
-
"X-Fern-SDK-Version": "0.39.
|
|
333
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
344
334
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
345
335
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
346
336
|
},
|
|
@@ -408,7 +398,7 @@ class V1 {
|
|
|
408
398
|
Authorization: yield this._getAuthorizationHeader(),
|
|
409
399
|
"X-Fern-Language": "JavaScript",
|
|
410
400
|
"X-Fern-SDK-Name": "candidhealth",
|
|
411
|
-
"X-Fern-SDK-Version": "0.39.
|
|
401
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
412
402
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
413
403
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
414
404
|
},
|
|
@@ -461,7 +451,7 @@ class V1 {
|
|
|
461
451
|
Authorization: yield this._getAuthorizationHeader(),
|
|
462
452
|
"X-Fern-Language": "JavaScript",
|
|
463
453
|
"X-Fern-SDK-Name": "candidhealth",
|
|
464
|
-
"X-Fern-SDK-Version": "0.39.
|
|
454
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
465
455
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
466
456
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
467
457
|
},
|
|
@@ -514,7 +504,7 @@ class V1 {
|
|
|
514
504
|
Authorization: yield this._getAuthorizationHeader(),
|
|
515
505
|
"X-Fern-Language": "JavaScript",
|
|
516
506
|
"X-Fern-SDK-Name": "candidhealth",
|
|
517
|
-
"X-Fern-SDK-Version": "0.39.
|
|
507
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
518
508
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
519
509
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
520
510
|
},
|
|
@@ -565,7 +555,7 @@ class V1 {
|
|
|
565
555
|
Authorization: yield this._getAuthorizationHeader(),
|
|
566
556
|
"X-Fern-Language": "JavaScript",
|
|
567
557
|
"X-Fern-SDK-Name": "candidhealth",
|
|
568
|
-
"X-Fern-SDK-Version": "0.39.
|
|
558
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
569
559
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
570
560
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
571
561
|
},
|
|
@@ -91,7 +91,7 @@ class V1 {
|
|
|
91
91
|
Authorization: yield this._getAuthorizationHeader(),
|
|
92
92
|
"X-Fern-Language": "JavaScript",
|
|
93
93
|
"X-Fern-SDK-Name": "candidhealth",
|
|
94
|
-
"X-Fern-SDK-Version": "0.39.
|
|
94
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
95
95
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
96
96
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
97
97
|
},
|
|
@@ -176,7 +176,7 @@ class V1 {
|
|
|
176
176
|
Authorization: yield this._getAuthorizationHeader(),
|
|
177
177
|
"X-Fern-Language": "JavaScript",
|
|
178
178
|
"X-Fern-SDK-Name": "candidhealth",
|
|
179
|
-
"X-Fern-SDK-Version": "0.39.
|
|
179
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
180
180
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
181
181
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
182
182
|
},
|
|
@@ -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.39.
|
|
71
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
72
72
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
73
73
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
74
74
|
},
|
|
@@ -119,7 +119,7 @@ class V1 {
|
|
|
119
119
|
Authorization: yield this._getAuthorizationHeader(),
|
|
120
120
|
"X-Fern-Language": "JavaScript",
|
|
121
121
|
"X-Fern-SDK-Name": "candidhealth",
|
|
122
|
-
"X-Fern-SDK-Version": "0.39.
|
|
122
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
123
123
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
124
124
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
125
125
|
},
|
|
@@ -175,7 +175,7 @@ class V1 {
|
|
|
175
175
|
Authorization: yield this._getAuthorizationHeader(),
|
|
176
176
|
"X-Fern-Language": "JavaScript",
|
|
177
177
|
"X-Fern-SDK-Name": "candidhealth",
|
|
178
|
-
"X-Fern-SDK-Version": "0.39.
|
|
178
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
179
179
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
180
180
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
181
181
|
},
|
|
@@ -226,7 +226,7 @@ class V1 {
|
|
|
226
226
|
Authorization: yield this._getAuthorizationHeader(),
|
|
227
227
|
"X-Fern-Language": "JavaScript",
|
|
228
228
|
"X-Fern-SDK-Name": "candidhealth",
|
|
229
|
-
"X-Fern-SDK-Version": "0.39.
|
|
229
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
230
230
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
231
231
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
232
232
|
},
|
|
@@ -163,9 +163,13 @@ export declare class V1 {
|
|
|
163
163
|
* authorizations: [{
|
|
164
164
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
165
165
|
* payerName: "string",
|
|
166
|
+
* additionalPayerInformation: {},
|
|
166
167
|
* authorizationNumber: "string",
|
|
167
168
|
* cptCode: "string",
|
|
168
|
-
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit
|
|
169
|
+
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
|
|
170
|
+
* quantity: 1,
|
|
171
|
+
* period: {},
|
|
172
|
+
* notes: "string"
|
|
169
173
|
* }],
|
|
170
174
|
* referrals: [{
|
|
171
175
|
* provider: {
|
|
@@ -338,9 +342,13 @@ export declare class V1 {
|
|
|
338
342
|
* authorizations: [{
|
|
339
343
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
340
344
|
* payerName: "string",
|
|
345
|
+
* additionalPayerInformation: {},
|
|
341
346
|
* authorizationNumber: "string",
|
|
342
347
|
* cptCode: "string",
|
|
343
|
-
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit
|
|
348
|
+
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
|
|
349
|
+
* quantity: 1,
|
|
350
|
+
* period: {},
|
|
351
|
+
* notes: "string"
|
|
344
352
|
* }],
|
|
345
353
|
* referrals: [{
|
|
346
354
|
* provider: {
|
|
@@ -548,9 +556,13 @@ export declare class V1 {
|
|
|
548
556
|
* authorizations: [{
|
|
549
557
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
550
558
|
* payerName: "string",
|
|
559
|
+
* additionalPayerInformation: {},
|
|
551
560
|
* authorizationNumber: "string",
|
|
552
561
|
* cptCode: "string",
|
|
553
|
-
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit
|
|
562
|
+
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
|
|
563
|
+
* quantity: 1,
|
|
564
|
+
* period: {},
|
|
565
|
+
* notes: "string"
|
|
554
566
|
* }],
|
|
555
567
|
* referrals: [{
|
|
556
568
|
* provider: {
|
|
@@ -190,9 +190,13 @@ class V1 {
|
|
|
190
190
|
* authorizations: [{
|
|
191
191
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
192
192
|
* payerName: "string",
|
|
193
|
+
* additionalPayerInformation: {},
|
|
193
194
|
* authorizationNumber: "string",
|
|
194
195
|
* cptCode: "string",
|
|
195
|
-
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit
|
|
196
|
+
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
|
|
197
|
+
* quantity: 1,
|
|
198
|
+
* period: {},
|
|
199
|
+
* notes: "string"
|
|
196
200
|
* }],
|
|
197
201
|
* referrals: [{
|
|
198
202
|
* provider: {
|
|
@@ -237,7 +241,7 @@ class V1 {
|
|
|
237
241
|
Authorization: yield this._getAuthorizationHeader(),
|
|
238
242
|
"X-Fern-Language": "JavaScript",
|
|
239
243
|
"X-Fern-SDK-Name": "candidhealth",
|
|
240
|
-
"X-Fern-SDK-Version": "0.39.
|
|
244
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
241
245
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
242
246
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
243
247
|
},
|
|
@@ -425,9 +429,13 @@ class V1 {
|
|
|
425
429
|
* authorizations: [{
|
|
426
430
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
427
431
|
* payerName: "string",
|
|
432
|
+
* additionalPayerInformation: {},
|
|
428
433
|
* authorizationNumber: "string",
|
|
429
434
|
* cptCode: "string",
|
|
430
|
-
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit
|
|
435
|
+
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
|
|
436
|
+
* quantity: 1,
|
|
437
|
+
* period: {},
|
|
438
|
+
* notes: "string"
|
|
431
439
|
* }],
|
|
432
440
|
* referrals: [{
|
|
433
441
|
* provider: {
|
|
@@ -472,7 +480,7 @@ class V1 {
|
|
|
472
480
|
Authorization: yield this._getAuthorizationHeader(),
|
|
473
481
|
"X-Fern-Language": "JavaScript",
|
|
474
482
|
"X-Fern-SDK-Name": "candidhealth",
|
|
475
|
-
"X-Fern-SDK-Version": "0.39.
|
|
483
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
476
484
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
477
485
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
478
486
|
},
|
|
@@ -561,7 +569,7 @@ class V1 {
|
|
|
561
569
|
Authorization: yield this._getAuthorizationHeader(),
|
|
562
570
|
"X-Fern-Language": "JavaScript",
|
|
563
571
|
"X-Fern-SDK-Name": "candidhealth",
|
|
564
|
-
"X-Fern-SDK-Version": "0.39.
|
|
572
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
565
573
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
566
574
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
567
575
|
},
|
|
@@ -609,7 +617,7 @@ class V1 {
|
|
|
609
617
|
Authorization: yield this._getAuthorizationHeader(),
|
|
610
618
|
"X-Fern-Language": "JavaScript",
|
|
611
619
|
"X-Fern-SDK-Name": "candidhealth",
|
|
612
|
-
"X-Fern-SDK-Version": "0.39.
|
|
620
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
613
621
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
614
622
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
615
623
|
},
|
|
@@ -670,7 +678,7 @@ class V1 {
|
|
|
670
678
|
Authorization: yield this._getAuthorizationHeader(),
|
|
671
679
|
"X-Fern-Language": "JavaScript",
|
|
672
680
|
"X-Fern-SDK-Name": "candidhealth",
|
|
673
|
-
"X-Fern-SDK-Version": "0.39.
|
|
681
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
674
682
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
675
683
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
676
684
|
},
|
|
@@ -853,9 +861,13 @@ class V1 {
|
|
|
853
861
|
* authorizations: [{
|
|
854
862
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
855
863
|
* payerName: "string",
|
|
864
|
+
* additionalPayerInformation: {},
|
|
856
865
|
* authorizationNumber: "string",
|
|
857
866
|
* cptCode: "string",
|
|
858
|
-
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit
|
|
867
|
+
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
|
|
868
|
+
* quantity: 1,
|
|
869
|
+
* period: {},
|
|
870
|
+
* notes: "string"
|
|
859
871
|
* }],
|
|
860
872
|
* referrals: [{
|
|
861
873
|
* provider: {
|
|
@@ -894,7 +906,7 @@ class V1 {
|
|
|
894
906
|
Authorization: yield this._getAuthorizationHeader(),
|
|
895
907
|
"X-Fern-Language": "JavaScript",
|
|
896
908
|
"X-Fern-SDK-Name": "candidhealth",
|
|
897
|
-
"X-Fern-SDK-Version": "0.39.
|
|
909
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
898
910
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
899
911
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
900
912
|
},
|
|
@@ -960,7 +972,7 @@ class V1 {
|
|
|
960
972
|
Authorization: yield this._getAuthorizationHeader(),
|
|
961
973
|
"X-Fern-Language": "JavaScript",
|
|
962
974
|
"X-Fern-SDK-Name": "candidhealth",
|
|
963
|
-
"X-Fern-SDK-Version": "0.39.
|
|
975
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
964
976
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
965
977
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
966
978
|
},
|
|
@@ -1028,7 +1040,7 @@ class V1 {
|
|
|
1028
1040
|
Authorization: yield this._getAuthorizationHeader(),
|
|
1029
1041
|
"X-Fern-Language": "JavaScript",
|
|
1030
1042
|
"X-Fern-SDK-Name": "candidhealth",
|
|
1031
|
-
"X-Fern-SDK-Version": "0.39.
|
|
1043
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
1032
1044
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
1033
1045
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
1034
1046
|
},
|
|
@@ -1081,7 +1093,7 @@ class V1 {
|
|
|
1081
1093
|
Authorization: yield this._getAuthorizationHeader(),
|
|
1082
1094
|
"X-Fern-Language": "JavaScript",
|
|
1083
1095
|
"X-Fern-SDK-Name": "candidhealth",
|
|
1084
|
-
"X-Fern-SDK-Version": "0.39.
|
|
1096
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
1085
1097
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
1086
1098
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
1087
1099
|
},
|