candidhealth 0.37.0 → 0.38.0
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 +6 -21
- 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/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 +9 -7
- 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/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.js +8 -8
- 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/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 +6 -21
- 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/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 +9 -7
- 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/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.js +8 -8
- 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/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/commons/types/index.d.ts +0 -1
- package/dist/serialization/resources/commons/types/index.js +0 -1
- 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/package.json +1 -1
- package/reference.md +2 -0
- 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/commons/types/index.d.ts +0 -1
- package/serialization/resources/commons/types/index.js +0 -1
- 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/api/resources/commons/types/NotImplementedErrorMessage.d.ts +0 -6
- package/api/resources/commons/types/NotImplementedErrorMessage.js +0 -5
- package/dist/api/resources/commons/types/NotImplementedErrorMessage.d.ts +0 -6
- package/dist/api/resources/commons/types/NotImplementedErrorMessage.js +0 -5
- 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/dist/serialization/resources/commons/types/NotImplementedErrorMessage.js +0 -33
- 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/serialization/resources/commons/types/NotImplementedErrorMessage.js +0 -33
package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js
CHANGED
|
@@ -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.
|
|
106
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
171
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
232
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
330
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
400
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
449
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
450
450
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
451
451
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
452
452
|
},
|
|
@@ -122,7 +122,7 @@ class V1 {
|
|
|
122
122
|
Authorization: yield this._getAuthorizationHeader(),
|
|
123
123
|
"X-Fern-Language": "JavaScript",
|
|
124
124
|
"X-Fern-SDK-Name": "candidhealth",
|
|
125
|
-
"X-Fern-SDK-Version": "0.
|
|
125
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
126
126
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
127
127
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
128
128
|
},
|
|
@@ -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.
|
|
231
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
232
232
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
233
233
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
234
234
|
},
|
|
@@ -293,7 +293,7 @@ class V1 {
|
|
|
293
293
|
Authorization: yield this._getAuthorizationHeader(),
|
|
294
294
|
"X-Fern-Language": "JavaScript",
|
|
295
295
|
"X-Fern-SDK-Name": "candidhealth",
|
|
296
|
-
"X-Fern-SDK-Version": "0.
|
|
296
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
297
297
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
298
298
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
299
299
|
},
|
|
@@ -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.
|
|
343
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
344
344
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
345
345
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
346
346
|
},
|
|
@@ -408,7 +408,7 @@ class V1 {
|
|
|
408
408
|
Authorization: yield this._getAuthorizationHeader(),
|
|
409
409
|
"X-Fern-Language": "JavaScript",
|
|
410
410
|
"X-Fern-SDK-Name": "candidhealth",
|
|
411
|
-
"X-Fern-SDK-Version": "0.
|
|
411
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
412
412
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
413
413
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
414
414
|
},
|
|
@@ -461,7 +461,7 @@ class V1 {
|
|
|
461
461
|
Authorization: yield this._getAuthorizationHeader(),
|
|
462
462
|
"X-Fern-Language": "JavaScript",
|
|
463
463
|
"X-Fern-SDK-Name": "candidhealth",
|
|
464
|
-
"X-Fern-SDK-Version": "0.
|
|
464
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
465
465
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
466
466
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
467
467
|
},
|
|
@@ -514,7 +514,7 @@ class V1 {
|
|
|
514
514
|
Authorization: yield this._getAuthorizationHeader(),
|
|
515
515
|
"X-Fern-Language": "JavaScript",
|
|
516
516
|
"X-Fern-SDK-Name": "candidhealth",
|
|
517
|
-
"X-Fern-SDK-Version": "0.
|
|
517
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
518
518
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
519
519
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
520
520
|
},
|
|
@@ -565,7 +565,7 @@ class V1 {
|
|
|
565
565
|
Authorization: yield this._getAuthorizationHeader(),
|
|
566
566
|
"X-Fern-Language": "JavaScript",
|
|
567
567
|
"X-Fern-SDK-Name": "candidhealth",
|
|
568
|
-
"X-Fern-SDK-Version": "0.
|
|
568
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
569
569
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
570
570
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
571
571
|
},
|
|
@@ -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.
|
|
94
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
179
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
71
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
122
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
178
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
229
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
230
230
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
231
231
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
232
232
|
},
|
|
@@ -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.
|
|
240
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
241
241
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
242
242
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
243
243
|
},
|
|
@@ -472,7 +472,7 @@ class V1 {
|
|
|
472
472
|
Authorization: yield this._getAuthorizationHeader(),
|
|
473
473
|
"X-Fern-Language": "JavaScript",
|
|
474
474
|
"X-Fern-SDK-Name": "candidhealth",
|
|
475
|
-
"X-Fern-SDK-Version": "0.
|
|
475
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
476
476
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
477
477
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
478
478
|
},
|
|
@@ -561,7 +561,7 @@ class V1 {
|
|
|
561
561
|
Authorization: yield this._getAuthorizationHeader(),
|
|
562
562
|
"X-Fern-Language": "JavaScript",
|
|
563
563
|
"X-Fern-SDK-Name": "candidhealth",
|
|
564
|
-
"X-Fern-SDK-Version": "0.
|
|
564
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
565
565
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
566
566
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
567
567
|
},
|
|
@@ -609,7 +609,7 @@ class V1 {
|
|
|
609
609
|
Authorization: yield this._getAuthorizationHeader(),
|
|
610
610
|
"X-Fern-Language": "JavaScript",
|
|
611
611
|
"X-Fern-SDK-Name": "candidhealth",
|
|
612
|
-
"X-Fern-SDK-Version": "0.
|
|
612
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
613
613
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
614
614
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
615
615
|
},
|
|
@@ -670,7 +670,7 @@ class V1 {
|
|
|
670
670
|
Authorization: yield this._getAuthorizationHeader(),
|
|
671
671
|
"X-Fern-Language": "JavaScript",
|
|
672
672
|
"X-Fern-SDK-Name": "candidhealth",
|
|
673
|
-
"X-Fern-SDK-Version": "0.
|
|
673
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
674
674
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
675
675
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
676
676
|
},
|
|
@@ -894,7 +894,7 @@ class V1 {
|
|
|
894
894
|
Authorization: yield this._getAuthorizationHeader(),
|
|
895
895
|
"X-Fern-Language": "JavaScript",
|
|
896
896
|
"X-Fern-SDK-Name": "candidhealth",
|
|
897
|
-
"X-Fern-SDK-Version": "0.
|
|
897
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
898
898
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
899
899
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
900
900
|
},
|
|
@@ -960,7 +960,7 @@ class V1 {
|
|
|
960
960
|
Authorization: yield this._getAuthorizationHeader(),
|
|
961
961
|
"X-Fern-Language": "JavaScript",
|
|
962
962
|
"X-Fern-SDK-Name": "candidhealth",
|
|
963
|
-
"X-Fern-SDK-Version": "0.
|
|
963
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
964
964
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
965
965
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
966
966
|
},
|
|
@@ -1028,7 +1028,7 @@ class V1 {
|
|
|
1028
1028
|
Authorization: yield this._getAuthorizationHeader(),
|
|
1029
1029
|
"X-Fern-Language": "JavaScript",
|
|
1030
1030
|
"X-Fern-SDK-Name": "candidhealth",
|
|
1031
|
-
"X-Fern-SDK-Version": "0.
|
|
1031
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
1032
1032
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
1033
1033
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
1034
1034
|
},
|
|
@@ -1081,7 +1081,7 @@ class V1 {
|
|
|
1081
1081
|
Authorization: yield this._getAuthorizationHeader(),
|
|
1082
1082
|
"X-Fern-Language": "JavaScript",
|
|
1083
1083
|
"X-Fern-SDK-Name": "candidhealth",
|
|
1084
|
-
"X-Fern-SDK-Version": "0.
|
|
1084
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
1085
1085
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
1086
1086
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
1087
1087
|
},
|
|
@@ -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.0",
|
|
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.
|
|
129
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
179
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
231
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
280
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
80
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
81
81
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
82
82
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
83
83
|
},
|
|
@@ -27,4 +27,10 @@ export interface EncounterServiceFacility {
|
|
|
27
27
|
npi?: string;
|
|
28
28
|
/** zip_plus_four_code is required for service facility address. When the zip_plus_four_code is not available use "9998" as per CMS documentation. */
|
|
29
29
|
address: CandidApi.StreetAddressLongZip;
|
|
30
|
+
/**
|
|
31
|
+
* An additional identifier for the service facility other than the facility's NPI. Some payers may require this field.
|
|
32
|
+
* Potential examples: state license number, provider commercial number, or location number.
|
|
33
|
+
* Box 32 section (b) of the CMS-1500 claim form.
|
|
34
|
+
*/
|
|
35
|
+
secondaryIdentification?: string;
|
|
30
36
|
}
|
|
@@ -20,4 +20,10 @@ export interface EncounterServiceFacilityBase {
|
|
|
20
20
|
npi?: string;
|
|
21
21
|
/** zip_plus_four_code is required for service facility address. When the zip_plus_four_code is not available use "9998" as per CMS documentation. */
|
|
22
22
|
address: CandidApi.StreetAddressLongZip;
|
|
23
|
+
/**
|
|
24
|
+
* An additional identifier for the service facility other than the facility's NPI. Some payers may require this field.
|
|
25
|
+
* Potential examples: state license number, provider commercial number, or location number.
|
|
26
|
+
* Box 32 section (b) of the CMS-1500 claim form.
|
|
27
|
+
*/
|
|
28
|
+
secondaryIdentification?: string;
|
|
23
29
|
}
|
|
@@ -25,4 +25,10 @@ export interface EncounterServiceFacilityUpdate {
|
|
|
25
25
|
npi?: string;
|
|
26
26
|
/** zip_plus_four_code is required for service facility address. When the zip_plus_four_code is not available use "9998" as per CMS documentation. */
|
|
27
27
|
address?: CandidApi.StreetAddressLongZip;
|
|
28
|
+
/**
|
|
29
|
+
* An additional identifier for the service facility other than the facility's NPI. Some payers may require this field.
|
|
30
|
+
* Potential examples: state license number, provider commercial number, or location number.
|
|
31
|
+
* Box 32 section (b) of the CMS-1500 claim form.
|
|
32
|
+
*/
|
|
33
|
+
secondaryIdentification?: string;
|
|
28
34
|
}
|
|
@@ -110,7 +110,7 @@ class V2 {
|
|
|
110
110
|
Authorization: yield this._getAuthorizationHeader(),
|
|
111
111
|
"X-Fern-Language": "JavaScript",
|
|
112
112
|
"X-Fern-SDK-Name": "candidhealth",
|
|
113
|
-
"X-Fern-SDK-Version": "0.
|
|
113
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
114
114
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
115
115
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
116
116
|
},
|
|
@@ -205,7 +205,7 @@ class V2 {
|
|
|
205
205
|
Authorization: yield this._getAuthorizationHeader(),
|
|
206
206
|
"X-Fern-Language": "JavaScript",
|
|
207
207
|
"X-Fern-SDK-Name": "candidhealth",
|
|
208
|
-
"X-Fern-SDK-Version": "0.
|
|
208
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
209
209
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
210
210
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
211
211
|
},
|
|
@@ -269,7 +269,7 @@ class V2 {
|
|
|
269
269
|
Authorization: yield this._getAuthorizationHeader(),
|
|
270
270
|
"X-Fern-Language": "JavaScript",
|
|
271
271
|
"X-Fern-SDK-Name": "candidhealth",
|
|
272
|
-
"X-Fern-SDK-Version": "0.
|
|
272
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
273
273
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
274
274
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
275
275
|
},
|
|
@@ -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.
|
|
69
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
169
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
229
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
297
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
348
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
119
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
167
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
224
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
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.
|
|
274
|
+
"X-Fern-SDK-Version": "0.38.0",
|
|
275
275
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
276
276
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
277
277
|
},
|
|
@@ -6,10 +6,9 @@ import * as CandidApi from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
|
|
8
8
|
import { UnauthorizedErrorMessage } from "../../../../commons/types/UnauthorizedErrorMessage";
|
|
9
|
-
import { NotImplementedErrorMessage } from "../../../../commons/types/NotImplementedErrorMessage";
|
|
10
9
|
export declare const Error: core.serialization.Schema<serializers.chargeCapture.v1.delete.Error.Raw, CandidApi.chargeCapture.v1.delete.Error>;
|
|
11
10
|
export declare namespace Error {
|
|
12
|
-
type Raw = Error.EntityNotFoundError | Error.UnauthorizedError
|
|
11
|
+
type Raw = Error.EntityNotFoundError | Error.UnauthorizedError;
|
|
13
12
|
interface EntityNotFoundError {
|
|
14
13
|
errorName: "EntityNotFoundError";
|
|
15
14
|
content: EntityNotFoundErrorMessage.Raw;
|
|
@@ -18,8 +17,4 @@ export declare namespace Error {
|
|
|
18
17
|
errorName: "UnauthorizedError";
|
|
19
18
|
content: UnauthorizedErrorMessage.Raw;
|
|
20
19
|
}
|
|
21
|
-
interface NotImplementedError {
|
|
22
|
-
errorName: "NotImplementedError";
|
|
23
|
-
content: NotImplementedErrorMessage.Raw;
|
|
24
|
-
}
|
|
25
20
|
}
|
|
@@ -42,7 +42,6 @@ const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
|
42
42
|
const core = __importStar(require("../../../../../../core"));
|
|
43
43
|
const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
|
|
44
44
|
const UnauthorizedErrorMessage_1 = require("../../../../commons/types/UnauthorizedErrorMessage");
|
|
45
|
-
const NotImplementedErrorMessage_1 = require("../../../../commons/types/NotImplementedErrorMessage");
|
|
46
45
|
exports.Error = core.serialization
|
|
47
46
|
.union("errorName", {
|
|
48
47
|
EntityNotFoundError: core.serialization.object({
|
|
@@ -51,9 +50,6 @@ exports.Error = core.serialization
|
|
|
51
50
|
UnauthorizedError: core.serialization.object({
|
|
52
51
|
content: UnauthorizedErrorMessage_1.UnauthorizedErrorMessage,
|
|
53
52
|
}),
|
|
54
|
-
NotImplementedError: core.serialization.object({
|
|
55
|
-
content: NotImplementedErrorMessage_1.NotImplementedErrorMessage,
|
|
56
|
-
}),
|
|
57
53
|
})
|
|
58
54
|
.transform({
|
|
59
55
|
transform: (value) => {
|
|
@@ -62,8 +58,6 @@ exports.Error = core.serialization
|
|
|
62
58
|
return CandidApi.chargeCapture.v1.delete.Error.entityNotFoundError(value.content);
|
|
63
59
|
case "UnauthorizedError":
|
|
64
60
|
return CandidApi.chargeCapture.v1.delete.Error.unauthorizedError(value.content);
|
|
65
|
-
case "NotImplementedError":
|
|
66
|
-
return CandidApi.chargeCapture.v1.delete.Error.notImplementedError(value.content);
|
|
67
61
|
}
|
|
68
62
|
},
|
|
69
63
|
untransform: (_a) => {
|
|
@@ -26,9 +26,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.update = exports.delete = exports.create = void 0;
|
|
30
30
|
exports.create = __importStar(require("./create"));
|
|
31
31
|
exports.delete = __importStar(require("./delete"));
|
|
32
32
|
exports.update = __importStar(require("./update"));
|
|
33
|
-
exports.getAll = __importStar(require("./getAll"));
|
|
34
33
|
__exportStar(require("./requests"), exports);
|
|
@@ -56,7 +56,6 @@ export * from "./HttpServiceUnavailableErrorMessage";
|
|
|
56
56
|
export * from "./RequestValidationError";
|
|
57
57
|
export * from "./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage";
|
|
58
58
|
export * from "./OrganizationNotAuthorizedErrorMessage";
|
|
59
|
-
export * from "./NotImplementedErrorMessage";
|
|
60
59
|
export * from "./PhoneNumber";
|
|
61
60
|
export * from "./PhoneNumberType";
|
|
62
61
|
export * from "./Email";
|
|
@@ -72,7 +72,6 @@ __exportStar(require("./HttpServiceUnavailableErrorMessage"), exports);
|
|
|
72
72
|
__exportStar(require("./RequestValidationError"), exports);
|
|
73
73
|
__exportStar(require("./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage"), exports);
|
|
74
74
|
__exportStar(require("./OrganizationNotAuthorizedErrorMessage"), exports);
|
|
75
|
-
__exportStar(require("./NotImplementedErrorMessage"), exports);
|
|
76
75
|
__exportStar(require("./PhoneNumber"), exports);
|
|
77
76
|
__exportStar(require("./PhoneNumberType"), exports);
|
|
78
77
|
__exportStar(require("./Email"), exports);
|
|
@@ -35,4 +35,5 @@ exports.EncounterServiceFacility = core.serialization.object({
|
|
|
35
35
|
organizationName: core.serialization.property("organization_name", core.serialization.string()),
|
|
36
36
|
npi: core.serialization.string().optional(),
|
|
37
37
|
address: StreetAddressLongZip_1.StreetAddressLongZip,
|
|
38
|
+
secondaryIdentification: core.serialization.property("secondary_identification", core.serialization.string().optional()),
|
|
38
39
|
});
|
|
@@ -33,4 +33,5 @@ exports.EncounterServiceFacilityBase = core.serialization.object({
|
|
|
33
33
|
organizationName: core.serialization.property("organization_name", core.serialization.string()),
|
|
34
34
|
npi: core.serialization.string().optional(),
|
|
35
35
|
address: StreetAddressLongZip_1.StreetAddressLongZip,
|
|
36
|
+
secondaryIdentification: core.serialization.property("secondary_identification", core.serialization.string().optional()),
|
|
36
37
|
});
|
package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js
CHANGED
|
@@ -33,4 +33,5 @@ exports.EncounterServiceFacilityUpdate = core.serialization.object({
|
|
|
33
33
|
organizationName: core.serialization.property("organization_name", core.serialization.string().optional()),
|
|
34
34
|
npi: core.serialization.string().optional(),
|
|
35
35
|
address: StreetAddressLongZip_1.StreetAddressLongZip.optional(),
|
|
36
|
+
secondaryIdentification: core.serialization.property("secondary_identification", core.serialization.string().optional()),
|
|
36
37
|
});
|
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -2819,6 +2819,7 @@ await client.encounters.v4.create({
|
|
|
2819
2819
|
zipCode: "10001",
|
|
2820
2820
|
zipPlusFourCode: "1234",
|
|
2821
2821
|
},
|
|
2822
|
+
secondaryIdentification: "string",
|
|
2822
2823
|
},
|
|
2823
2824
|
subscriberPrimary: {
|
|
2824
2825
|
insuranceCard: {
|
|
@@ -3199,6 +3200,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
3199
3200
|
zipCode: "10001",
|
|
3200
3201
|
zipPlusFourCode: "1234",
|
|
3201
3202
|
},
|
|
3203
|
+
secondaryIdentification: "string",
|
|
3202
3204
|
},
|
|
3203
3205
|
diagnoses: [
|
|
3204
3206
|
{
|