candidhealth 0.39.3 → 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/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.js +6 -6
- 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.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/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/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.js +6 -6
- 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.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/package.json +1 -1
- package/reference.md +2636 -12
|
@@ -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
|
},
|
|
@@ -139,9 +139,13 @@ import * as CandidApi from "../../../../../../../../index";
|
|
|
139
139
|
* authorizations: [{
|
|
140
140
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
141
141
|
* payerName: "string",
|
|
142
|
+
* additionalPayerInformation: {},
|
|
142
143
|
* authorizationNumber: "string",
|
|
143
144
|
* cptCode: "string",
|
|
144
|
-
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit
|
|
145
|
+
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
|
|
146
|
+
* quantity: 1,
|
|
147
|
+
* period: {},
|
|
148
|
+
* notes: "string"
|
|
145
149
|
* }],
|
|
146
150
|
* referrals: [{
|
|
147
151
|
* provider: {
|
|
@@ -140,9 +140,13 @@ import * as CandidApi from "../../../../../../../../index";
|
|
|
140
140
|
* authorizations: [{
|
|
141
141
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
142
142
|
* payerName: "string",
|
|
143
|
+
* additionalPayerInformation: {},
|
|
143
144
|
* authorizationNumber: "string",
|
|
144
145
|
* cptCode: "string",
|
|
145
|
-
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit
|
|
146
|
+
* units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
|
|
147
|
+
* quantity: 1,
|
|
148
|
+
* period: {},
|
|
149
|
+
* notes: "string"
|
|
146
150
|
* }],
|
|
147
151
|
* referrals: [{
|
|
148
152
|
* provider: {
|
|
@@ -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
|
},
|
|
@@ -126,7 +126,7 @@ class V1 {
|
|
|
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
|
},
|
|
@@ -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
|
},
|
|
@@ -228,7 +228,7 @@ class V1 {
|
|
|
228
228
|
Authorization: yield this._getAuthorizationHeader(),
|
|
229
229
|
"X-Fern-Language": "JavaScript",
|
|
230
230
|
"X-Fern-SDK-Name": "candidhealth",
|
|
231
|
-
"X-Fern-SDK-Version": "0.39.
|
|
231
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
232
232
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
233
233
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
234
234
|
},
|
|
@@ -277,7 +277,7 @@ class V1 {
|
|
|
277
277
|
Authorization: yield this._getAuthorizationHeader(),
|
|
278
278
|
"X-Fern-Language": "JavaScript",
|
|
279
279
|
"X-Fern-SDK-Name": "candidhealth",
|
|
280
|
-
"X-Fern-SDK-Version": "0.39.
|
|
280
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
281
281
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
282
282
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
283
283
|
},
|
|
@@ -77,7 +77,7 @@ class ServiceFacility {
|
|
|
77
77
|
Authorization: yield this._getAuthorizationHeader(),
|
|
78
78
|
"X-Fern-Language": "JavaScript",
|
|
79
79
|
"X-Fern-SDK-Name": "candidhealth",
|
|
80
|
-
"X-Fern-SDK-Version": "0.39.
|
|
80
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
81
81
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
82
82
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
83
83
|
},
|
|
@@ -115,7 +115,7 @@ class V2 {
|
|
|
115
115
|
Authorization: yield this._getAuthorizationHeader(),
|
|
116
116
|
"X-Fern-Language": "JavaScript",
|
|
117
117
|
"X-Fern-SDK-Name": "candidhealth",
|
|
118
|
-
"X-Fern-SDK-Version": "0.39.
|
|
118
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
119
119
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
120
120
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
121
121
|
},
|
|
@@ -212,7 +212,7 @@ class V2 {
|
|
|
212
212
|
Authorization: yield this._getAuthorizationHeader(),
|
|
213
213
|
"X-Fern-Language": "JavaScript",
|
|
214
214
|
"X-Fern-SDK-Name": "candidhealth",
|
|
215
|
-
"X-Fern-SDK-Version": "0.39.
|
|
215
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
216
216
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
217
217
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
218
218
|
},
|
|
@@ -276,7 +276,7 @@ class V2 {
|
|
|
276
276
|
Authorization: yield this._getAuthorizationHeader(),
|
|
277
277
|
"X-Fern-Language": "JavaScript",
|
|
278
278
|
"X-Fern-SDK-Name": "candidhealth",
|
|
279
|
-
"X-Fern-SDK-Version": "0.39.
|
|
279
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
280
280
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
281
281
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
282
282
|
},
|
|
@@ -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
|
},
|
|
@@ -166,7 +166,7 @@ class V3 {
|
|
|
166
166
|
Authorization: yield this._getAuthorizationHeader(),
|
|
167
167
|
"X-Fern-Language": "JavaScript",
|
|
168
168
|
"X-Fern-SDK-Name": "candidhealth",
|
|
169
|
-
"X-Fern-SDK-Version": "0.39.
|
|
169
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
170
170
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
171
171
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
172
172
|
},
|
|
@@ -226,7 +226,7 @@ class V3 {
|
|
|
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
|
},
|
|
@@ -294,7 +294,7 @@ class V3 {
|
|
|
294
294
|
Authorization: yield this._getAuthorizationHeader(),
|
|
295
295
|
"X-Fern-Language": "JavaScript",
|
|
296
296
|
"X-Fern-SDK-Name": "candidhealth",
|
|
297
|
-
"X-Fern-SDK-Version": "0.39.
|
|
297
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
298
298
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
299
299
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
300
300
|
},
|
|
@@ -345,7 +345,7 @@ class V3 {
|
|
|
345
345
|
Authorization: yield this._getAuthorizationHeader(),
|
|
346
346
|
"X-Fern-Language": "JavaScript",
|
|
347
347
|
"X-Fern-SDK-Name": "candidhealth",
|
|
348
|
-
"X-Fern-SDK-Version": "0.39.
|
|
348
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
349
349
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
350
350
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
351
351
|
},
|
|
@@ -116,7 +116,7 @@ class V1 {
|
|
|
116
116
|
Authorization: yield this._getAuthorizationHeader(),
|
|
117
117
|
"X-Fern-Language": "JavaScript",
|
|
118
118
|
"X-Fern-SDK-Name": "candidhealth",
|
|
119
|
-
"X-Fern-SDK-Version": "0.39.
|
|
119
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
120
120
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
121
121
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
122
122
|
},
|
|
@@ -164,7 +164,7 @@ class V1 {
|
|
|
164
164
|
Authorization: yield this._getAuthorizationHeader(),
|
|
165
165
|
"X-Fern-Language": "JavaScript",
|
|
166
166
|
"X-Fern-SDK-Name": "candidhealth",
|
|
167
|
-
"X-Fern-SDK-Version": "0.39.
|
|
167
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
168
168
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
169
169
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
170
170
|
},
|
|
@@ -221,7 +221,7 @@ class V1 {
|
|
|
221
221
|
Authorization: yield this._getAuthorizationHeader(),
|
|
222
222
|
"X-Fern-Language": "JavaScript",
|
|
223
223
|
"X-Fern-SDK-Name": "candidhealth",
|
|
224
|
-
"X-Fern-SDK-Version": "0.39.
|
|
224
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
225
225
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
226
226
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
227
227
|
},
|
|
@@ -271,7 +271,7 @@ class V1 {
|
|
|
271
271
|
Authorization: yield this._getAuthorizationHeader(),
|
|
272
272
|
"X-Fern-Language": "JavaScript",
|
|
273
273
|
"X-Fern-SDK-Name": "candidhealth",
|
|
274
|
-
"X-Fern-SDK-Version": "0.39.
|
|
274
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
275
275
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
276
276
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
277
277
|
},
|
|
@@ -87,7 +87,7 @@ class V2 {
|
|
|
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.39.
|
|
90
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
91
91
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
92
92
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
93
93
|
},
|
|
@@ -69,7 +69,7 @@ class V2 {
|
|
|
69
69
|
Authorization: yield this._getAuthorizationHeader(),
|
|
70
70
|
"X-Fern-Language": "JavaScript",
|
|
71
71
|
"X-Fern-SDK-Name": "candidhealth",
|
|
72
|
-
"X-Fern-SDK-Version": "0.39.
|
|
72
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
73
73
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
74
74
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
75
75
|
},
|
|
@@ -117,7 +117,7 @@ class V2 {
|
|
|
117
117
|
Authorization: yield this._getAuthorizationHeader(),
|
|
118
118
|
"X-Fern-Language": "JavaScript",
|
|
119
119
|
"X-Fern-SDK-Name": "candidhealth",
|
|
120
|
-
"X-Fern-SDK-Version": "0.39.
|
|
120
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
121
121
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
122
122
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
123
123
|
},
|
|
@@ -176,7 +176,7 @@ class V2 {
|
|
|
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
|
},
|
|
@@ -73,7 +73,7 @@ class V1 {
|
|
|
73
73
|
Authorization: yield this._getAuthorizationHeader(),
|
|
74
74
|
"X-Fern-Language": "JavaScript",
|
|
75
75
|
"X-Fern-SDK-Name": "candidhealth",
|
|
76
|
-
"X-Fern-SDK-Version": "0.39.
|
|
76
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
77
77
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
78
78
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
79
79
|
},
|
|
@@ -139,7 +139,7 @@ class V1 {
|
|
|
139
139
|
Authorization: yield this._getAuthorizationHeader(),
|
|
140
140
|
"X-Fern-Language": "JavaScript",
|
|
141
141
|
"X-Fern-SDK-Name": "candidhealth",
|
|
142
|
-
"X-Fern-SDK-Version": "0.39.
|
|
142
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
143
143
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
144
144
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
145
145
|
},
|
|
@@ -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.39.
|
|
205
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
206
206
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
207
207
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
208
208
|
},
|
|
@@ -268,7 +268,7 @@ class V1 {
|
|
|
268
268
|
Authorization: yield this._getAuthorizationHeader(),
|
|
269
269
|
"X-Fern-Language": "JavaScript",
|
|
270
270
|
"X-Fern-SDK-Name": "candidhealth",
|
|
271
|
-
"X-Fern-SDK-Version": "0.39.
|
|
271
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
272
272
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
273
273
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
274
274
|
},
|
|
@@ -340,7 +340,7 @@ class V1 {
|
|
|
340
340
|
Authorization: yield this._getAuthorizationHeader(),
|
|
341
341
|
"X-Fern-Language": "JavaScript",
|
|
342
342
|
"X-Fern-SDK-Name": "candidhealth",
|
|
343
|
-
"X-Fern-SDK-Version": "0.39.
|
|
343
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
344
344
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
345
345
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
346
346
|
},
|
|
@@ -66,7 +66,7 @@ class V1 {
|
|
|
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
|
},
|
|
@@ -125,7 +125,7 @@ class V1 {
|
|
|
125
125
|
Authorization: yield this._getAuthorizationHeader(),
|
|
126
126
|
"X-Fern-Language": "JavaScript",
|
|
127
127
|
"X-Fern-SDK-Name": "candidhealth",
|
|
128
|
-
"X-Fern-SDK-Version": "0.39.
|
|
128
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
129
129
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
130
130
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
131
131
|
},
|
|
@@ -215,7 +215,7 @@ class V1 {
|
|
|
215
215
|
Authorization: yield this._getAuthorizationHeader(),
|
|
216
216
|
"X-Fern-Language": "JavaScript",
|
|
217
217
|
"X-Fern-SDK-Name": "candidhealth",
|
|
218
|
-
"X-Fern-SDK-Version": "0.39.
|
|
218
|
+
"X-Fern-SDK-Version": "0.39.4",
|
|
219
219
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
220
220
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
221
221
|
},
|