candidhealth 0.16.0 → 0.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +8 -0
- package/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +5 -0
- package/api/resources/era/types/index.d.ts +1 -0
- package/api/resources/era/types/index.js +1 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +17 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +7 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/create.js +11 -0
- 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/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/serviceFacility/client/Client.js +1 -1
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/tasks/resources/v3/types/TaskAction.d.ts +1 -0
- package/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +8 -0
- package/api/resources/tasks/resources/v3/types/TaskActionType.js +10 -0
- package/api/resources/tasks/resources/v3/types/index.d.ts +1 -0
- package/api/resources/tasks/resources/v3/types/index.js +1 -0
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/api/resources/x12/resources/v1/types/Carc.d.ts +108 -1
- package/api/resources/x12/resources/v1/types/Carc.js +107 -0
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +8 -0
- package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +5 -0
- package/dist/api/resources/era/types/index.d.ts +1 -0
- package/dist/api/resources/era/types/index.js +1 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +17 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +7 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +11 -0
- 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/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/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/tasks/resources/v3/types/TaskAction.d.ts +1 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +8 -0
- package/dist/api/resources/tasks/resources/v3/types/TaskActionType.js +10 -0
- package/dist/api/resources/tasks/resources/v3/types/index.d.ts +1 -0
- package/dist/api/resources/tasks/resources/v3/types/index.js +1 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +108 -1
- package/dist/api/resources/x12/resources/v1/types/Carc.js +107 -0
- package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +13 -0
- package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +34 -0
- package/dist/serialization/resources/era/types/index.d.ts +1 -0
- package/dist/serialization/resources/era/types/index.js +1 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +14 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +46 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +27 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.js +1 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +1 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.js +1 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.d.ts +10 -0
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.js +31 -0
- package/dist/serialization/resources/tasks/resources/v3/types/index.d.ts +1 -0
- package/dist/serialization/resources/tasks/resources/v3/types/index.js +1 -0
- package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +107 -0
- package/package.json +1 -1
- package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +13 -0
- package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +34 -0
- package/serialization/resources/era/types/index.d.ts +1 -0
- package/serialization/resources/era/types/index.js +1 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +14 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +46 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +27 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/index.js +1 -0
- package/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +1 -0
- package/serialization/resources/tasks/resources/v3/types/TaskAction.js +1 -0
- package/serialization/resources/tasks/resources/v3/types/TaskActionType.d.ts +10 -0
- package/serialization/resources/tasks/resources/v3/types/TaskActionType.js +31 -0
- package/serialization/resources/tasks/resources/v3/types/index.d.ts +1 -0
- package/serialization/resources/tasks/resources/v3/types/index.js +1 -0
- package/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/serialization/resources/x12/resources/v1/types/Carc.js +107 -0
|
@@ -79,7 +79,7 @@ class V1 {
|
|
|
79
79
|
Authorization: await this._getAuthorizationHeader(),
|
|
80
80
|
"X-Fern-Language": "JavaScript",
|
|
81
81
|
"X-Fern-SDK-Name": "candidhealth",
|
|
82
|
-
"X-Fern-SDK-Version": "0.16.
|
|
82
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
83
83
|
},
|
|
84
84
|
contentType: "application/json",
|
|
85
85
|
queryParameters: _queryParams,
|
|
@@ -129,7 +129,7 @@ class V1 {
|
|
|
129
129
|
Authorization: await this._getAuthorizationHeader(),
|
|
130
130
|
"X-Fern-Language": "JavaScript",
|
|
131
131
|
"X-Fern-SDK-Name": "candidhealth",
|
|
132
|
-
"X-Fern-SDK-Version": "0.16.
|
|
132
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
133
133
|
},
|
|
134
134
|
contentType: "application/json",
|
|
135
135
|
timeoutMs: 60000,
|
|
@@ -179,7 +179,7 @@ class V1 {
|
|
|
179
179
|
Authorization: await this._getAuthorizationHeader(),
|
|
180
180
|
"X-Fern-Language": "JavaScript",
|
|
181
181
|
"X-Fern-SDK-Name": "candidhealth",
|
|
182
|
-
"X-Fern-SDK-Version": "0.16.
|
|
182
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
183
183
|
},
|
|
184
184
|
contentType: "application/json",
|
|
185
185
|
body: await serializers.insurancePayments.v1.InsurancePaymentCreate.jsonOrThrow(request, {
|
|
@@ -230,7 +230,7 @@ class V1 {
|
|
|
230
230
|
Authorization: await this._getAuthorizationHeader(),
|
|
231
231
|
"X-Fern-Language": "JavaScript",
|
|
232
232
|
"X-Fern-SDK-Name": "candidhealth",
|
|
233
|
-
"X-Fern-SDK-Version": "0.16.
|
|
233
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
234
234
|
},
|
|
235
235
|
contentType: "application/json",
|
|
236
236
|
body: await serializers.insurancePayments.v1.InsurancePaymentUpdate.jsonOrThrow(request, {
|
|
@@ -283,7 +283,7 @@ class V1 {
|
|
|
283
283
|
Authorization: await this._getAuthorizationHeader(),
|
|
284
284
|
"X-Fern-Language": "JavaScript",
|
|
285
285
|
"X-Fern-SDK-Name": "candidhealth",
|
|
286
|
-
"X-Fern-SDK-Version": "0.16.
|
|
286
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
287
287
|
},
|
|
288
288
|
contentType: "application/json",
|
|
289
289
|
timeoutMs: 60000,
|
|
@@ -80,7 +80,7 @@ class V1 {
|
|
|
80
80
|
Authorization: await this._getAuthorizationHeader(),
|
|
81
81
|
"X-Fern-Language": "JavaScript",
|
|
82
82
|
"X-Fern-SDK-Name": "candidhealth",
|
|
83
|
-
"X-Fern-SDK-Version": "0.16.
|
|
83
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
84
84
|
},
|
|
85
85
|
contentType: "application/json",
|
|
86
86
|
queryParameters: _queryParams,
|
|
@@ -115,7 +115,7 @@ class V1 {
|
|
|
115
115
|
Authorization: await this._getAuthorizationHeader(),
|
|
116
116
|
"X-Fern-Language": "JavaScript",
|
|
117
117
|
"X-Fern-SDK-Name": "candidhealth",
|
|
118
|
-
"X-Fern-SDK-Version": "0.16.
|
|
118
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
119
119
|
},
|
|
120
120
|
contentType: "application/json",
|
|
121
121
|
timeoutMs: 60000,
|
|
@@ -150,7 +150,7 @@ class V1 {
|
|
|
150
150
|
Authorization: await this._getAuthorizationHeader(),
|
|
151
151
|
"X-Fern-Language": "JavaScript",
|
|
152
152
|
"X-Fern-SDK-Name": "candidhealth",
|
|
153
|
-
"X-Fern-SDK-Version": "0.16.
|
|
153
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
154
154
|
},
|
|
155
155
|
contentType: "application/json",
|
|
156
156
|
body: await serializers.insuranceRefunds.v1.InsuranceRefundCreate.jsonOrThrow(request, {
|
|
@@ -187,7 +187,7 @@ class V1 {
|
|
|
187
187
|
Authorization: await this._getAuthorizationHeader(),
|
|
188
188
|
"X-Fern-Language": "JavaScript",
|
|
189
189
|
"X-Fern-SDK-Name": "candidhealth",
|
|
190
|
-
"X-Fern-SDK-Version": "0.16.
|
|
190
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
191
191
|
},
|
|
192
192
|
contentType: "application/json",
|
|
193
193
|
body: await serializers.insuranceRefunds.v1.InsuranceRefundUpdate.jsonOrThrow(request, {
|
|
@@ -225,7 +225,7 @@ class V1 {
|
|
|
225
225
|
Authorization: await this._getAuthorizationHeader(),
|
|
226
226
|
"X-Fern-Language": "JavaScript",
|
|
227
227
|
"X-Fern-SDK-Name": "candidhealth",
|
|
228
|
-
"X-Fern-SDK-Version": "0.16.
|
|
228
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
229
229
|
},
|
|
230
230
|
contentType: "application/json",
|
|
231
231
|
timeoutMs: 60000,
|
|
@@ -49,7 +49,7 @@ class V3 {
|
|
|
49
49
|
Authorization: await this._getAuthorizationHeader(),
|
|
50
50
|
"X-Fern-Language": "JavaScript",
|
|
51
51
|
"X-Fern-SDK-Name": "candidhealth",
|
|
52
|
-
"X-Fern-SDK-Version": "0.16.
|
|
52
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -115,7 +115,7 @@ class V3 {
|
|
|
115
115
|
Authorization: await this._getAuthorizationHeader(),
|
|
116
116
|
"X-Fern-Language": "JavaScript",
|
|
117
117
|
"X-Fern-SDK-Name": "candidhealth",
|
|
118
|
-
"X-Fern-SDK-Version": "0.16.
|
|
118
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
119
119
|
},
|
|
120
120
|
contentType: "application/json",
|
|
121
121
|
queryParameters: _queryParams,
|
|
@@ -145,7 +145,7 @@ class V3 {
|
|
|
145
145
|
Authorization: await this._getAuthorizationHeader(),
|
|
146
146
|
"X-Fern-Language": "JavaScript",
|
|
147
147
|
"X-Fern-SDK-Name": "candidhealth",
|
|
148
|
-
"X-Fern-SDK-Version": "0.16.
|
|
148
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
149
149
|
},
|
|
150
150
|
contentType: "application/json",
|
|
151
151
|
body: await serializers.organizationProviders.v3.OrganizationProviderCreateV2.jsonOrThrow(request, {
|
|
@@ -192,7 +192,7 @@ class V3 {
|
|
|
192
192
|
Authorization: await this._getAuthorizationHeader(),
|
|
193
193
|
"X-Fern-Language": "JavaScript",
|
|
194
194
|
"X-Fern-SDK-Name": "candidhealth",
|
|
195
|
-
"X-Fern-SDK-Version": "0.16.
|
|
195
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
196
196
|
},
|
|
197
197
|
contentType: "application/json",
|
|
198
198
|
body: await serializers.organizationProviders.v3.OrganizationProviderUpdateV2.jsonOrThrow(request, {
|
|
@@ -49,7 +49,7 @@ class V2 {
|
|
|
49
49
|
Authorization: await this._getAuthorizationHeader(),
|
|
50
50
|
"X-Fern-Language": "JavaScript",
|
|
51
51
|
"X-Fern-SDK-Name": "candidhealth",
|
|
52
|
-
"X-Fern-SDK-Version": "0.16.
|
|
52
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -103,7 +103,7 @@ class V2 {
|
|
|
103
103
|
Authorization: await this._getAuthorizationHeader(),
|
|
104
104
|
"X-Fern-Language": "JavaScript",
|
|
105
105
|
"X-Fern-SDK-Name": "candidhealth",
|
|
106
|
-
"X-Fern-SDK-Version": "0.16.
|
|
106
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
107
107
|
},
|
|
108
108
|
contentType: "application/json",
|
|
109
109
|
queryParameters: _queryParams,
|
|
@@ -133,7 +133,7 @@ class V2 {
|
|
|
133
133
|
Authorization: await this._getAuthorizationHeader(),
|
|
134
134
|
"X-Fern-Language": "JavaScript",
|
|
135
135
|
"X-Fern-SDK-Name": "candidhealth",
|
|
136
|
-
"X-Fern-SDK-Version": "0.16.
|
|
136
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
137
137
|
},
|
|
138
138
|
contentType: "application/json",
|
|
139
139
|
body: await serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -177,7 +177,7 @@ class V2 {
|
|
|
177
177
|
Authorization: await this._getAuthorizationHeader(),
|
|
178
178
|
"X-Fern-Language": "JavaScript",
|
|
179
179
|
"X-Fern-SDK-Name": "candidhealth",
|
|
180
|
-
"X-Fern-SDK-Version": "0.16.
|
|
180
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
181
181
|
},
|
|
182
182
|
contentType: "application/json",
|
|
183
183
|
body: await serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -222,7 +222,7 @@ class V2 {
|
|
|
222
222
|
Authorization: await this._getAuthorizationHeader(),
|
|
223
223
|
"X-Fern-Language": "JavaScript",
|
|
224
224
|
"X-Fern-SDK-Name": "candidhealth",
|
|
225
|
-
"X-Fern-SDK-Version": "0.16.
|
|
225
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
226
226
|
},
|
|
227
227
|
contentType: "application/json",
|
|
228
228
|
timeoutMs: 60000,
|
|
@@ -96,7 +96,7 @@ class V4 {
|
|
|
96
96
|
Authorization: await this._getAuthorizationHeader(),
|
|
97
97
|
"X-Fern-Language": "JavaScript",
|
|
98
98
|
"X-Fern-SDK-Name": "candidhealth",
|
|
99
|
-
"X-Fern-SDK-Version": "0.16.
|
|
99
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
100
100
|
},
|
|
101
101
|
contentType: "application/json",
|
|
102
102
|
queryParameters: _queryParams,
|
|
@@ -130,7 +130,7 @@ class V4 {
|
|
|
130
130
|
Authorization: await this._getAuthorizationHeader(),
|
|
131
131
|
"X-Fern-Language": "JavaScript",
|
|
132
132
|
"X-Fern-SDK-Name": "candidhealth",
|
|
133
|
-
"X-Fern-SDK-Version": "0.16.
|
|
133
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
134
134
|
},
|
|
135
135
|
contentType: "application/json",
|
|
136
136
|
timeoutMs: 60000,
|
|
@@ -165,7 +165,7 @@ class V4 {
|
|
|
165
165
|
Authorization: await this._getAuthorizationHeader(),
|
|
166
166
|
"X-Fern-Language": "JavaScript",
|
|
167
167
|
"X-Fern-SDK-Name": "candidhealth",
|
|
168
|
-
"X-Fern-SDK-Version": "0.16.
|
|
168
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
169
169
|
},
|
|
170
170
|
contentType: "application/json",
|
|
171
171
|
body: await serializers.patientPayments.v4.PatientPaymentCreate.jsonOrThrow(request, {
|
|
@@ -201,7 +201,7 @@ class V4 {
|
|
|
201
201
|
Authorization: await this._getAuthorizationHeader(),
|
|
202
202
|
"X-Fern-Language": "JavaScript",
|
|
203
203
|
"X-Fern-SDK-Name": "candidhealth",
|
|
204
|
-
"X-Fern-SDK-Version": "0.16.
|
|
204
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
205
205
|
},
|
|
206
206
|
contentType: "application/json",
|
|
207
207
|
body: await serializers.patientPayments.v4.PatientPaymentUpdate.jsonOrThrow(request, {
|
|
@@ -237,7 +237,7 @@ class V4 {
|
|
|
237
237
|
Authorization: await this._getAuthorizationHeader(),
|
|
238
238
|
"X-Fern-Language": "JavaScript",
|
|
239
239
|
"X-Fern-SDK-Name": "candidhealth",
|
|
240
|
-
"X-Fern-SDK-Version": "0.16.
|
|
240
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
241
241
|
},
|
|
242
242
|
contentType: "application/json",
|
|
243
243
|
timeoutMs: 60000,
|
|
@@ -96,7 +96,7 @@ class V1 {
|
|
|
96
96
|
Authorization: await this._getAuthorizationHeader(),
|
|
97
97
|
"X-Fern-Language": "JavaScript",
|
|
98
98
|
"X-Fern-SDK-Name": "candidhealth",
|
|
99
|
-
"X-Fern-SDK-Version": "0.16.
|
|
99
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
100
100
|
},
|
|
101
101
|
contentType: "application/json",
|
|
102
102
|
queryParameters: _queryParams,
|
|
@@ -130,7 +130,7 @@ class V1 {
|
|
|
130
130
|
Authorization: await this._getAuthorizationHeader(),
|
|
131
131
|
"X-Fern-Language": "JavaScript",
|
|
132
132
|
"X-Fern-SDK-Name": "candidhealth",
|
|
133
|
-
"X-Fern-SDK-Version": "0.16.
|
|
133
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
134
134
|
},
|
|
135
135
|
contentType: "application/json",
|
|
136
136
|
timeoutMs: 60000,
|
|
@@ -165,7 +165,7 @@ class V1 {
|
|
|
165
165
|
Authorization: await this._getAuthorizationHeader(),
|
|
166
166
|
"X-Fern-Language": "JavaScript",
|
|
167
167
|
"X-Fern-SDK-Name": "candidhealth",
|
|
168
|
-
"X-Fern-SDK-Version": "0.16.
|
|
168
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
169
169
|
},
|
|
170
170
|
contentType: "application/json",
|
|
171
171
|
body: await serializers.patientRefunds.v1.PatientRefundCreate.jsonOrThrow(request, {
|
|
@@ -201,7 +201,7 @@ class V1 {
|
|
|
201
201
|
Authorization: await this._getAuthorizationHeader(),
|
|
202
202
|
"X-Fern-Language": "JavaScript",
|
|
203
203
|
"X-Fern-SDK-Name": "candidhealth",
|
|
204
|
-
"X-Fern-SDK-Version": "0.16.
|
|
204
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
205
205
|
},
|
|
206
206
|
contentType: "application/json",
|
|
207
207
|
body: await serializers.patientRefunds.v1.PatientRefundUpdate.jsonOrThrow(request, {
|
|
@@ -237,7 +237,7 @@ class V1 {
|
|
|
237
237
|
Authorization: await this._getAuthorizationHeader(),
|
|
238
238
|
"X-Fern-Language": "JavaScript",
|
|
239
239
|
"X-Fern-SDK-Name": "candidhealth",
|
|
240
|
-
"X-Fern-SDK-Version": "0.16.
|
|
240
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
241
241
|
},
|
|
242
242
|
contentType: "application/json",
|
|
243
243
|
timeoutMs: 60000,
|
|
@@ -49,7 +49,7 @@ class V3 {
|
|
|
49
49
|
Authorization: await this._getAuthorizationHeader(),
|
|
50
50
|
"X-Fern-Language": "JavaScript",
|
|
51
51
|
"X-Fern-SDK-Name": "candidhealth",
|
|
52
|
-
"X-Fern-SDK-Version": "0.16.
|
|
52
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -89,7 +89,7 @@ class V3 {
|
|
|
89
89
|
Authorization: await this._getAuthorizationHeader(),
|
|
90
90
|
"X-Fern-Language": "JavaScript",
|
|
91
91
|
"X-Fern-SDK-Name": "candidhealth",
|
|
92
|
-
"X-Fern-SDK-Version": "0.16.
|
|
92
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
93
93
|
},
|
|
94
94
|
contentType: "application/json",
|
|
95
95
|
queryParameters: _queryParams,
|
|
@@ -48,7 +48,7 @@ class ServiceFacility {
|
|
|
48
48
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.16.
|
|
51
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
body: await serializers.EncounterServiceFacilityUpdate.jsonOrThrow(request, {
|
|
@@ -49,7 +49,7 @@ class V3 {
|
|
|
49
49
|
Authorization: await this._getAuthorizationHeader(),
|
|
50
50
|
"X-Fern-Language": "JavaScript",
|
|
51
51
|
"X-Fern-SDK-Name": "candidhealth",
|
|
52
|
-
"X-Fern-SDK-Version": "0.16.
|
|
52
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -119,7 +119,7 @@ class V3 {
|
|
|
119
119
|
Authorization: await this._getAuthorizationHeader(),
|
|
120
120
|
"X-Fern-Language": "JavaScript",
|
|
121
121
|
"X-Fern-SDK-Name": "candidhealth",
|
|
122
|
-
"X-Fern-SDK-Version": "0.16.
|
|
122
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
123
123
|
},
|
|
124
124
|
contentType: "application/json",
|
|
125
125
|
queryParameters: _queryParams,
|
|
@@ -163,7 +163,7 @@ class V3 {
|
|
|
163
163
|
Authorization: await this._getAuthorizationHeader(),
|
|
164
164
|
"X-Fern-Language": "JavaScript",
|
|
165
165
|
"X-Fern-SDK-Name": "candidhealth",
|
|
166
|
-
"X-Fern-SDK-Version": "0.16.
|
|
166
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
167
167
|
},
|
|
168
168
|
contentType: "application/json",
|
|
169
169
|
timeoutMs: 60000,
|
|
@@ -207,7 +207,7 @@ class V3 {
|
|
|
207
207
|
Authorization: await this._getAuthorizationHeader(),
|
|
208
208
|
"X-Fern-Language": "JavaScript",
|
|
209
209
|
"X-Fern-SDK-Name": "candidhealth",
|
|
210
|
-
"X-Fern-SDK-Version": "0.16.
|
|
210
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
211
211
|
},
|
|
212
212
|
contentType: "application/json",
|
|
213
213
|
body: await serializers.tasks.v3.TaskCreateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -237,7 +237,7 @@ class V3 {
|
|
|
237
237
|
Authorization: await this._getAuthorizationHeader(),
|
|
238
238
|
"X-Fern-Language": "JavaScript",
|
|
239
239
|
"X-Fern-SDK-Name": "candidhealth",
|
|
240
|
-
"X-Fern-SDK-Version": "0.16.
|
|
240
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
241
241
|
},
|
|
242
242
|
contentType: "application/json",
|
|
243
243
|
body: await serializers.tasks.v3.TaskUpdateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type TaskActionType = "close_task" | "close_task_and_reprocess";
|
|
5
|
+
export declare const TaskActionType: {
|
|
6
|
+
readonly CloseTask: "close_task";
|
|
7
|
+
readonly CloseTaskAndReprocess: "close_task_and_reprocess";
|
|
8
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.TaskActionType = void 0;
|
|
7
|
+
exports.TaskActionType = {
|
|
8
|
+
CloseTask: "close_task",
|
|
9
|
+
CloseTaskAndReprocess: "close_task_and_reprocess",
|
|
10
|
+
};
|
|
@@ -2,6 +2,7 @@ export * from "./Task";
|
|
|
2
2
|
export * from "./TaskNote";
|
|
3
3
|
export * from "./TaskAssignment";
|
|
4
4
|
export * from "./TaskSortOptions";
|
|
5
|
+
export * from "./TaskActionType";
|
|
5
6
|
export * from "./TaskActionExecutionMethod";
|
|
6
7
|
export * from "./TaskActions";
|
|
7
8
|
export * from "./TaskAction";
|
|
@@ -18,6 +18,7 @@ __exportStar(require("./Task"), exports);
|
|
|
18
18
|
__exportStar(require("./TaskNote"), exports);
|
|
19
19
|
__exportStar(require("./TaskAssignment"), exports);
|
|
20
20
|
__exportStar(require("./TaskSortOptions"), exports);
|
|
21
|
+
__exportStar(require("./TaskActionType"), exports);
|
|
21
22
|
__exportStar(require("./TaskActionExecutionMethod"), exports);
|
|
22
23
|
__exportStar(require("./TaskActions"), exports);
|
|
23
24
|
__exportStar(require("./TaskAction"), exports);
|
|
@@ -92,7 +92,7 @@ class V1 {
|
|
|
92
92
|
Authorization: await this._getAuthorizationHeader(),
|
|
93
93
|
"X-Fern-Language": "JavaScript",
|
|
94
94
|
"X-Fern-SDK-Name": "candidhealth",
|
|
95
|
-
"X-Fern-SDK-Version": "0.16.
|
|
95
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
96
96
|
},
|
|
97
97
|
contentType: "application/json",
|
|
98
98
|
queryParameters: _queryParams,
|
|
@@ -126,7 +126,7 @@ class V1 {
|
|
|
126
126
|
Authorization: await this._getAuthorizationHeader(),
|
|
127
127
|
"X-Fern-Language": "JavaScript",
|
|
128
128
|
"X-Fern-SDK-Name": "candidhealth",
|
|
129
|
-
"X-Fern-SDK-Version": "0.16.
|
|
129
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
130
130
|
},
|
|
131
131
|
contentType: "application/json",
|
|
132
132
|
timeoutMs: 60000,
|
|
@@ -161,7 +161,7 @@ class V1 {
|
|
|
161
161
|
Authorization: await this._getAuthorizationHeader(),
|
|
162
162
|
"X-Fern-Language": "JavaScript",
|
|
163
163
|
"X-Fern-SDK-Name": "candidhealth",
|
|
164
|
-
"X-Fern-SDK-Version": "0.16.
|
|
164
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
165
165
|
},
|
|
166
166
|
contentType: "application/json",
|
|
167
167
|
body: await serializers.writeOffs.v1.CreateWriteOffsRequest.jsonOrThrow(request, {
|
|
@@ -197,7 +197,7 @@ class V1 {
|
|
|
197
197
|
Authorization: await this._getAuthorizationHeader(),
|
|
198
198
|
"X-Fern-Language": "JavaScript",
|
|
199
199
|
"X-Fern-SDK-Name": "candidhealth",
|
|
200
|
-
"X-Fern-SDK-Version": "0.16.
|
|
200
|
+
"X-Fern-SDK-Version": "0.16.2",
|
|
201
201
|
},
|
|
202
202
|
contentType: "application/json",
|
|
203
203
|
timeoutMs: 60000,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type Carc = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "16" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "26" | "27" | "29" | "31" | "32" | "33" | "34" | "35" | "39" | "40" | "44" | "45" | "49" | "50" | "51" | "53" | "54" | "55" | "56" | "58" | "59" | "60" | "61" | "66" | "69" | "70" | "74" | "75" | "76" | "78" | "85" | "89" | "90" | "91" | "94" | "95" | "96" | "97" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "114" | "115" | "116" | "117" | "118" | "119" | "121" | "122" | "125" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "139" | "140" | "142" | "143" | "144" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "157" | "158" | "159" | "160" | "161" | "163" | "164" | "166" | "167" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184" | "185" | "186" | "187" | "188" | "189" | "190" | "192" | "193" | "194" | "195" | "197" | "198" | "199" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "209" | "210" | "211" | "212" | "213" | "215" | "216" | "219" | "222" | "223" | "224" | "225" | "226" | "227" | "228" | "229" | "231" | "232" | "233" | "234" | "235" | "236" | "237" | "238" | "239" | "240" | "241" | "242" | "243" | "245" | "246" | "247" | "248" | "249" | "250" | "251" | "252" | "253" | "254" | "256" | "257" | "258" | "259" | "260" | "261" | "262" | "263" | "264" | "265" | "266" | "267" | "268" | "269" | "270" | "271" | "272" | "273" | "274" | "275" | "276" | "277" | "278" | "279" | "280" | "281" | "282" | "283" | "284" | "285" | "286" | "287" | "288" | "289" | "290" | "291" | "292" | "293" | "294" | "295" | "296" | "297" | "298" | "299" | "300" | "301" | "302" | "303" | "304" | "305" | "A0" | "A1" | "A5" | "A6" | "A8" | "B1" | "B4" | "B7" | "B8" | "B9" | "B10" | "B11" | "B12" | "B13" | "B14" | "B15" | "B16" | "B20" | "B22" | "B23" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "P7" | "P8" | "P9" | "P10" | "P11" | "P12" | "P13" | "P14" | "P15" | "P16" | "P17" | "P18" | "P19" | "P20" | "P21" | "P22" | "P23" | "P24" | "P25" | "P26" | "P27" | "P28" | "P29" | "P30" | "P31" | "P32";
|
|
4
|
+
export declare type Carc = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "16" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "26" | "27" | "29" | "31" | "32" | "33" | "34" | "35" | "39" | "40" | "44" | "45" | "49" | "50" | "51" | "53" | "54" | "55" | "56" | "58" | "59" | "60" | "61" | "66" | "69" | "70" | "74" | "75" | "76" | "78" | "85" | "89" | "90" | "91" | "94" | "95" | "96" | "97" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "114" | "115" | "116" | "117" | "118" | "119" | "121" | "122" | "125" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "139" | "140" | "142" | "143" | "144" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "157" | "158" | "159" | "160" | "161" | "163" | "164" | "166" | "167" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184" | "185" | "186" | "187" | "188" | "189" | "190" | "192" | "193" | "194" | "195" | "197" | "198" | "199" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "209" | "210" | "211" | "212" | "213" | "215" | "216" | "219" | "222" | "223" | "224" | "225" | "226" | "227" | "228" | "229" | "231" | "232" | "233" | "234" | "235" | "236" | "237" | "238" | "239" | "240" | "241" | "242" | "243" | "245" | "246" | "247" | "248" | "249" | "250" | "251" | "252" | "253" | "254" | "256" | "257" | "258" | "259" | "260" | "261" | "262" | "263" | "264" | "265" | "266" | "267" | "268" | "269" | "270" | "271" | "272" | "273" | "274" | "275" | "276" | "277" | "278" | "279" | "280" | "281" | "282" | "283" | "284" | "285" | "286" | "287" | "288" | "289" | "290" | "291" | "292" | "293" | "294" | "295" | "296" | "297" | "298" | "299" | "300" | "301" | "302" | "303" | "304" | "305" | "A0" | "A1" | "A5" | "A6" | "A8" | "B1" | "B4" | "B7" | "B8" | "B9" | "B10" | "B11" | "B12" | "B13" | "B14" | "B15" | "B16" | "B20" | "B22" | "B23" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "P7" | "P8" | "P9" | "P10" | "P11" | "P12" | "P13" | "P14" | "P15" | "P16" | "P17" | "P18" | "P19" | "P20" | "P21" | "P22" | "P23" | "P24" | "P25" | "P26" | "P27" | "P28" | "P29" | "P30" | "P31" | "P32" | "17" | "25" | "28" | "30" | "36" | "37" | "38" | "41" | "42" | "43" | "46" | "47" | "48" | "52" | "57" | "62" | "63" | "64" | "65" | "67" | "68" | "71" | "72" | "73" | "77" | "79" | "80" | "81" | "82" | "83" | "84" | "86" | "87" | "88" | "92" | "93" | "98" | "99" | "113" | "120" | "123" | "124" | "126" | "127" | "138" | "141" | "145" | "156" | "162" | "165" | "168" | "191" | "196" | "214" | "217" | "218" | "220" | "221" | "230" | "244" | "255" | "A2" | "A3" | "A4" | "A7" | "B2" | "B3" | "B5" | "B6" | "B17" | "B18" | "B19" | "B21" | "D1" | "D2" | "D3" | "D4" | "D5" | "D6" | "D7" | "D8" | "D9" | "D10" | "D11" | "D12" | "D14" | "D15" | "D16" | "D17" | "D18" | "D19" | "D20" | "D21" | "D22" | "D23" | "W1" | "W2" | "W3" | "W4" | "W5" | "W6" | "W7" | "W8" | "W9" | "Y1" | "Y2" | "Y3";
|
|
5
5
|
export declare const Carc: {
|
|
6
6
|
readonly Carc1: "1";
|
|
7
7
|
readonly Carc2: "2";
|
|
@@ -298,4 +298,111 @@ export declare const Carc: {
|
|
|
298
298
|
readonly CarcP30: "P30";
|
|
299
299
|
readonly CarcP31: "P31";
|
|
300
300
|
readonly CarcP32: "P32";
|
|
301
|
+
readonly Carc17: "17";
|
|
302
|
+
readonly Carc25: "25";
|
|
303
|
+
readonly Carc28: "28";
|
|
304
|
+
readonly Carc30: "30";
|
|
305
|
+
readonly Carc36: "36";
|
|
306
|
+
readonly Carc37: "37";
|
|
307
|
+
readonly Carc38: "38";
|
|
308
|
+
readonly Carc41: "41";
|
|
309
|
+
readonly Carc42: "42";
|
|
310
|
+
readonly Carc43: "43";
|
|
311
|
+
readonly Carc46: "46";
|
|
312
|
+
readonly Carc47: "47";
|
|
313
|
+
readonly Carc48: "48";
|
|
314
|
+
readonly Carc52: "52";
|
|
315
|
+
readonly Carc57: "57";
|
|
316
|
+
readonly Carc62: "62";
|
|
317
|
+
readonly Carc63: "63";
|
|
318
|
+
readonly Carc64: "64";
|
|
319
|
+
readonly Carc65: "65";
|
|
320
|
+
readonly Carc67: "67";
|
|
321
|
+
readonly Carc68: "68";
|
|
322
|
+
readonly Carc71: "71";
|
|
323
|
+
readonly Carc72: "72";
|
|
324
|
+
readonly Carc73: "73";
|
|
325
|
+
readonly Carc77: "77";
|
|
326
|
+
readonly Carc79: "79";
|
|
327
|
+
readonly Carc80: "80";
|
|
328
|
+
readonly Carc81: "81";
|
|
329
|
+
readonly Carc82: "82";
|
|
330
|
+
readonly Carc83: "83";
|
|
331
|
+
readonly Carc84: "84";
|
|
332
|
+
readonly Carc86: "86";
|
|
333
|
+
readonly Carc87: "87";
|
|
334
|
+
readonly Carc88: "88";
|
|
335
|
+
readonly Carc92: "92";
|
|
336
|
+
readonly Carc93: "93";
|
|
337
|
+
readonly Carc98: "98";
|
|
338
|
+
readonly Carc99: "99";
|
|
339
|
+
readonly Carc113: "113";
|
|
340
|
+
readonly Carc120: "120";
|
|
341
|
+
readonly Carc123: "123";
|
|
342
|
+
readonly Carc124: "124";
|
|
343
|
+
readonly Carc126: "126";
|
|
344
|
+
readonly Carc127: "127";
|
|
345
|
+
readonly Carc138: "138";
|
|
346
|
+
readonly Carc141: "141";
|
|
347
|
+
readonly Carc145: "145";
|
|
348
|
+
readonly Carc156: "156";
|
|
349
|
+
readonly Carc162: "162";
|
|
350
|
+
readonly Carc165: "165";
|
|
351
|
+
readonly Carc168: "168";
|
|
352
|
+
readonly Carc191: "191";
|
|
353
|
+
readonly Carc196: "196";
|
|
354
|
+
readonly Carc214: "214";
|
|
355
|
+
readonly Carc217: "217";
|
|
356
|
+
readonly Carc218: "218";
|
|
357
|
+
readonly Carc220: "220";
|
|
358
|
+
readonly Carc221: "221";
|
|
359
|
+
readonly Carc230: "230";
|
|
360
|
+
readonly Carc244: "244";
|
|
361
|
+
readonly Carc255: "255";
|
|
362
|
+
readonly CarcA2: "A2";
|
|
363
|
+
readonly CarcA3: "A3";
|
|
364
|
+
readonly CarcA4: "A4";
|
|
365
|
+
readonly CarcA7: "A7";
|
|
366
|
+
readonly CarcB2: "B2";
|
|
367
|
+
readonly CarcB3: "B3";
|
|
368
|
+
readonly CarcB5: "B5";
|
|
369
|
+
readonly CarcB6: "B6";
|
|
370
|
+
readonly CarcB17: "B17";
|
|
371
|
+
readonly CarcB18: "B18";
|
|
372
|
+
readonly CarcB19: "B19";
|
|
373
|
+
readonly CarcB21: "B21";
|
|
374
|
+
readonly CarcD1: "D1";
|
|
375
|
+
readonly CarcD2: "D2";
|
|
376
|
+
readonly CarcD3: "D3";
|
|
377
|
+
readonly CarcD4: "D4";
|
|
378
|
+
readonly CarcD5: "D5";
|
|
379
|
+
readonly CarcD6: "D6";
|
|
380
|
+
readonly CarcD7: "D7";
|
|
381
|
+
readonly CarcD8: "D8";
|
|
382
|
+
readonly CarcD9: "D9";
|
|
383
|
+
readonly CarcD10: "D10";
|
|
384
|
+
readonly CarcD11: "D11";
|
|
385
|
+
readonly CarcD12: "D12";
|
|
386
|
+
readonly CarcD14: "D14";
|
|
387
|
+
readonly CarcD15: "D15";
|
|
388
|
+
readonly CarcD16: "D16";
|
|
389
|
+
readonly CarcD17: "D17";
|
|
390
|
+
readonly CarcD18: "D18";
|
|
391
|
+
readonly CarcD19: "D19";
|
|
392
|
+
readonly CarcD20: "D20";
|
|
393
|
+
readonly CarcD21: "D21";
|
|
394
|
+
readonly CarcD22: "D22";
|
|
395
|
+
readonly CarcD23: "D23";
|
|
396
|
+
readonly CarcW1: "W1";
|
|
397
|
+
readonly CarcW2: "W2";
|
|
398
|
+
readonly CarcW3: "W3";
|
|
399
|
+
readonly CarcW4: "W4";
|
|
400
|
+
readonly CarcW5: "W5";
|
|
401
|
+
readonly CarcW6: "W6";
|
|
402
|
+
readonly CarcW7: "W7";
|
|
403
|
+
readonly CarcW8: "W8";
|
|
404
|
+
readonly CarcW9: "W9";
|
|
405
|
+
readonly CarcY1: "Y1";
|
|
406
|
+
readonly CarcY2: "Y2";
|
|
407
|
+
readonly CarcY3: "Y3";
|
|
301
408
|
};
|