candidhealth 0.17.2 → 0.17.3

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.
Files changed (41) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  3. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  4. package/api/resources/eligibility/resources/v2/client/Client.js +2 -2
  5. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  6. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  7. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  8. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  9. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  10. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  11. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  12. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  13. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  14. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  15. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  16. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  17. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  18. package/api/resources/serviceFacility/client/Client.js +1 -1
  19. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  20. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  21. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  22. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  23. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  24. package/dist/api/resources/eligibility/resources/v2/client/Client.js +2 -2
  25. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  26. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  27. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  28. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  29. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  30. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  31. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  32. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  33. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  34. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  35. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  36. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  37. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  38. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  39. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  40. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  41. package/package.json +1 -1
@@ -61,7 +61,7 @@ class V2 {
61
61
  Authorization: await this._getAuthorizationHeader(),
62
62
  "X-Fern-Language": "JavaScript",
63
63
  "X-Fern-SDK-Name": "candidhealth",
64
- "X-Fern-SDK-Version": "0.17.2",
64
+ "X-Fern-SDK-Version": "0.17.3",
65
65
  },
66
66
  contentType: "application/json",
67
67
  body: await serializers.auth.v2.AuthGetTokenRequest.jsonOrThrow(request, {
@@ -48,7 +48,7 @@ class V2 {
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.17.2",
51
+ "X-Fern-SDK-Version": "0.17.3",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.billingNotes.v2.StandaloneBillingNoteCreate.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.17.2",
52
+ "X-Fern-SDK-Version": "0.17.3",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -136,7 +136,7 @@ class V2 {
136
136
  Authorization: await this._getAuthorizationHeader(),
137
137
  "X-Fern-Language": "JavaScript",
138
138
  "X-Fern-SDK-Name": "candidhealth",
139
- "X-Fern-SDK-Version": "0.17.2",
139
+ "X-Fern-SDK-Version": "0.17.3",
140
140
  },
141
141
  contentType: "application/json",
142
142
  queryParameters: _queryParams,
@@ -169,7 +169,7 @@ class V2 {
169
169
  Authorization: await this._getAuthorizationHeader(),
170
170
  "X-Fern-Language": "JavaScript",
171
171
  "X-Fern-SDK-Name": "candidhealth",
172
- "X-Fern-SDK-Version": "0.17.2",
172
+ "X-Fern-SDK-Version": "0.17.3",
173
173
  },
174
174
  contentType: "application/json",
175
175
  body: await serializers.contracts.v2.ContractCreate.jsonOrThrow(request, {
@@ -201,7 +201,7 @@ class V2 {
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.17.2",
204
+ "X-Fern-SDK-Version": "0.17.3",
205
205
  },
206
206
  contentType: "application/json",
207
207
  timeoutMs: 60000,
@@ -239,7 +239,7 @@ class V2 {
239
239
  Authorization: await this._getAuthorizationHeader(),
240
240
  "X-Fern-Language": "JavaScript",
241
241
  "X-Fern-SDK-Name": "candidhealth",
242
- "X-Fern-SDK-Version": "0.17.2",
242
+ "X-Fern-SDK-Version": "0.17.3",
243
243
  },
244
244
  contentType: "application/json",
245
245
  body: await serializers.contracts.v2.ContractUpdate.jsonOrThrow(request, {
@@ -64,7 +64,7 @@ class V2 {
64
64
  Authorization: await this._getAuthorizationHeader(),
65
65
  "X-Fern-Language": "JavaScript",
66
66
  "X-Fern-SDK-Name": "candidhealth",
67
- "X-Fern-SDK-Version": "0.17.2",
67
+ "X-Fern-SDK-Version": "0.17.3",
68
68
  },
69
69
  contentType: "application/json",
70
70
  body: request,
@@ -115,7 +115,7 @@ class V2 {
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.17.2",
118
+ "X-Fern-SDK-Version": "0.17.3",
119
119
  },
120
120
  contentType: "application/json",
121
121
  timeoutMs: 60000,
@@ -103,7 +103,7 @@ class V4 {
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.17.2",
106
+ "X-Fern-SDK-Version": "0.17.3",
107
107
  },
108
108
  contentType: "application/json",
109
109
  queryParameters: _queryParams,
@@ -133,7 +133,7 @@ class V4 {
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.17.2",
136
+ "X-Fern-SDK-Version": "0.17.3",
137
137
  },
138
138
  contentType: "application/json",
139
139
  timeoutMs: 60000,
@@ -162,7 +162,7 @@ class V4 {
162
162
  Authorization: await this._getAuthorizationHeader(),
163
163
  "X-Fern-Language": "JavaScript",
164
164
  "X-Fern-SDK-Name": "candidhealth",
165
- "X-Fern-SDK-Version": "0.17.2",
165
+ "X-Fern-SDK-Version": "0.17.3",
166
166
  },
167
167
  contentType: "application/json",
168
168
  body: await serializers.encounters.v4.EncounterCreate.jsonOrThrow(request, {
@@ -213,7 +213,7 @@ class V4 {
213
213
  Authorization: await this._getAuthorizationHeader(),
214
214
  "X-Fern-Language": "JavaScript",
215
215
  "X-Fern-SDK-Name": "candidhealth",
216
- "X-Fern-SDK-Version": "0.17.2",
216
+ "X-Fern-SDK-Version": "0.17.3",
217
217
  },
218
218
  contentType: "application/json",
219
219
  body: await serializers.encounters.v4.EncounterUpdate.jsonOrThrow(request, {
@@ -51,7 +51,7 @@ class V1 {
51
51
  Authorization: await this._getAuthorizationHeader(),
52
52
  "X-Fern-Language": "JavaScript",
53
53
  "X-Fern-SDK-Name": "candidhealth",
54
- "X-Fern-SDK-Version": "0.17.2",
54
+ "X-Fern-SDK-Version": "0.17.3",
55
55
  },
56
56
  contentType: "application/json",
57
57
  body: await serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
@@ -53,7 +53,7 @@ class V2 {
53
53
  Authorization: await this._getAuthorizationHeader(),
54
54
  "X-Fern-Language": "JavaScript",
55
55
  "X-Fern-SDK-Name": "candidhealth",
56
- "X-Fern-SDK-Version": "0.17.2",
56
+ "X-Fern-SDK-Version": "0.17.3",
57
57
  },
58
58
  contentType: "application/json",
59
59
  body: await serializers.expectedNetworkStatus.v2.ExpectedNetworkStatusRequestV2.jsonOrThrow(request, {
@@ -107,7 +107,7 @@ class V2 {
107
107
  Authorization: await this._getAuthorizationHeader(),
108
108
  "X-Fern-Language": "JavaScript",
109
109
  "X-Fern-SDK-Name": "candidhealth",
110
- "X-Fern-SDK-Version": "0.17.2",
110
+ "X-Fern-SDK-Version": "0.17.3",
111
111
  },
112
112
  contentType: "application/json",
113
113
  body: await serializers.expectedNetworkStatus.v2.ComputeAllInNetworkProvidersRequest.jsonOrThrow(request, {
@@ -67,7 +67,7 @@ class V3 {
67
67
  Authorization: await this._getAuthorizationHeader(),
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "candidhealth",
70
- "X-Fern-SDK-Version": "0.17.2",
70
+ "X-Fern-SDK-Version": "0.17.3",
71
71
  },
72
72
  contentType: "application/json",
73
73
  queryParameters: _queryParams,
@@ -51,7 +51,7 @@ class V1 {
51
51
  Authorization: await this._getAuthorizationHeader(),
52
52
  "X-Fern-Language": "JavaScript",
53
53
  "X-Fern-SDK-Name": "candidhealth",
54
- "X-Fern-SDK-Version": "0.17.2",
54
+ "X-Fern-SDK-Version": "0.17.3",
55
55
  },
56
56
  contentType: "application/json",
57
57
  body: await serializers.guarantor.v1.GuarantorCreate.jsonOrThrow(request, {
@@ -100,7 +100,7 @@ class V1 {
100
100
  Authorization: await this._getAuthorizationHeader(),
101
101
  "X-Fern-Language": "JavaScript",
102
102
  "X-Fern-SDK-Name": "candidhealth",
103
- "X-Fern-SDK-Version": "0.17.2",
103
+ "X-Fern-SDK-Version": "0.17.3",
104
104
  },
105
105
  contentType: "application/json",
106
106
  timeoutMs: 60000,
@@ -132,7 +132,7 @@ class V1 {
132
132
  Authorization: await this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "candidhealth",
135
- "X-Fern-SDK-Version": "0.17.2",
135
+ "X-Fern-SDK-Version": "0.17.3",
136
136
  },
137
137
  contentType: "application/json",
138
138
  body: await serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, {
@@ -51,7 +51,7 @@ class V1 {
51
51
  Authorization: await this._getAuthorizationHeader(),
52
52
  "X-Fern-Language": "JavaScript",
53
53
  "X-Fern-SDK-Name": "candidhealth",
54
- "X-Fern-SDK-Version": "0.17.2",
54
+ "X-Fern-SDK-Version": "0.17.3",
55
55
  },
56
56
  contentType: "application/json",
57
57
  timeoutMs: 60000,
@@ -83,7 +83,7 @@ class V1 {
83
83
  Authorization: await this._getAuthorizationHeader(),
84
84
  "X-Fern-Language": "JavaScript",
85
85
  "X-Fern-SDK-Name": "candidhealth",
86
- "X-Fern-SDK-Version": "0.17.2",
86
+ "X-Fern-SDK-Version": "0.17.3",
87
87
  },
88
88
  contentType: "application/json",
89
89
  body: await serializers.insuranceAdjudications.v1.InsuranceAdjudicationCreate.jsonOrThrow(request, {
@@ -132,7 +132,7 @@ class V1 {
132
132
  Authorization: await this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "candidhealth",
135
- "X-Fern-SDK-Version": "0.17.2",
135
+ "X-Fern-SDK-Version": "0.17.3",
136
136
  },
137
137
  contentType: "application/json",
138
138
  timeoutMs: 60000,
@@ -78,7 +78,7 @@ class V1 {
78
78
  Authorization: await this._getAuthorizationHeader(),
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "candidhealth",
81
- "X-Fern-SDK-Version": "0.17.2",
81
+ "X-Fern-SDK-Version": "0.17.3",
82
82
  },
83
83
  contentType: "application/json",
84
84
  queryParameters: _queryParams,
@@ -127,7 +127,7 @@ class V1 {
127
127
  Authorization: await this._getAuthorizationHeader(),
128
128
  "X-Fern-Language": "JavaScript",
129
129
  "X-Fern-SDK-Name": "candidhealth",
130
- "X-Fern-SDK-Version": "0.17.2",
130
+ "X-Fern-SDK-Version": "0.17.3",
131
131
  },
132
132
  contentType: "application/json",
133
133
  timeoutMs: 60000,
@@ -176,7 +176,7 @@ class V1 {
176
176
  Authorization: await this._getAuthorizationHeader(),
177
177
  "X-Fern-Language": "JavaScript",
178
178
  "X-Fern-SDK-Name": "candidhealth",
179
- "X-Fern-SDK-Version": "0.17.2",
179
+ "X-Fern-SDK-Version": "0.17.3",
180
180
  },
181
181
  contentType: "application/json",
182
182
  body: await serializers.insurancePayments.v1.InsurancePaymentCreate.jsonOrThrow(request, {
@@ -226,7 +226,7 @@ class V1 {
226
226
  Authorization: await this._getAuthorizationHeader(),
227
227
  "X-Fern-Language": "JavaScript",
228
228
  "X-Fern-SDK-Name": "candidhealth",
229
- "X-Fern-SDK-Version": "0.17.2",
229
+ "X-Fern-SDK-Version": "0.17.3",
230
230
  },
231
231
  contentType: "application/json",
232
232
  body: await serializers.insurancePayments.v1.InsurancePaymentUpdate.jsonOrThrow(request, {
@@ -278,7 +278,7 @@ class V1 {
278
278
  Authorization: await this._getAuthorizationHeader(),
279
279
  "X-Fern-Language": "JavaScript",
280
280
  "X-Fern-SDK-Name": "candidhealth",
281
- "X-Fern-SDK-Version": "0.17.2",
281
+ "X-Fern-SDK-Version": "0.17.3",
282
282
  },
283
283
  contentType: "application/json",
284
284
  timeoutMs: 60000,
@@ -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.17.2",
82
+ "X-Fern-SDK-Version": "0.17.3",
83
83
  },
84
84
  contentType: "application/json",
85
85
  queryParameters: _queryParams,
@@ -113,7 +113,7 @@ class V1 {
113
113
  Authorization: await this._getAuthorizationHeader(),
114
114
  "X-Fern-Language": "JavaScript",
115
115
  "X-Fern-SDK-Name": "candidhealth",
116
- "X-Fern-SDK-Version": "0.17.2",
116
+ "X-Fern-SDK-Version": "0.17.3",
117
117
  },
118
118
  contentType: "application/json",
119
119
  timeoutMs: 60000,
@@ -147,7 +147,7 @@ class V1 {
147
147
  Authorization: await this._getAuthorizationHeader(),
148
148
  "X-Fern-Language": "JavaScript",
149
149
  "X-Fern-SDK-Name": "candidhealth",
150
- "X-Fern-SDK-Version": "0.17.2",
150
+ "X-Fern-SDK-Version": "0.17.3",
151
151
  },
152
152
  contentType: "application/json",
153
153
  body: await serializers.insuranceRefunds.v1.InsuranceRefundCreate.jsonOrThrow(request, {
@@ -183,7 +183,7 @@ class V1 {
183
183
  Authorization: await this._getAuthorizationHeader(),
184
184
  "X-Fern-Language": "JavaScript",
185
185
  "X-Fern-SDK-Name": "candidhealth",
186
- "X-Fern-SDK-Version": "0.17.2",
186
+ "X-Fern-SDK-Version": "0.17.3",
187
187
  },
188
188
  contentType: "application/json",
189
189
  body: await serializers.insuranceRefunds.v1.InsuranceRefundUpdate.jsonOrThrow(request, {
@@ -220,7 +220,7 @@ class V1 {
220
220
  Authorization: await this._getAuthorizationHeader(),
221
221
  "X-Fern-Language": "JavaScript",
222
222
  "X-Fern-SDK-Name": "candidhealth",
223
- "X-Fern-SDK-Version": "0.17.2",
223
+ "X-Fern-SDK-Version": "0.17.3",
224
224
  },
225
225
  contentType: "application/json",
226
226
  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.17.2",
52
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
118
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
148
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
195
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
52
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
106
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
136
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
180
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
225
+ "X-Fern-SDK-Version": "0.17.3",
226
226
  },
227
227
  contentType: "application/json",
228
228
  timeoutMs: 60000,
@@ -95,7 +95,7 @@ class V4 {
95
95
  Authorization: await this._getAuthorizationHeader(),
96
96
  "X-Fern-Language": "JavaScript",
97
97
  "X-Fern-SDK-Name": "candidhealth",
98
- "X-Fern-SDK-Version": "0.17.2",
98
+ "X-Fern-SDK-Version": "0.17.3",
99
99
  },
100
100
  contentType: "application/json",
101
101
  queryParameters: _queryParams,
@@ -128,7 +128,7 @@ class V4 {
128
128
  Authorization: await this._getAuthorizationHeader(),
129
129
  "X-Fern-Language": "JavaScript",
130
130
  "X-Fern-SDK-Name": "candidhealth",
131
- "X-Fern-SDK-Version": "0.17.2",
131
+ "X-Fern-SDK-Version": "0.17.3",
132
132
  },
133
133
  contentType: "application/json",
134
134
  timeoutMs: 60000,
@@ -162,7 +162,7 @@ class V4 {
162
162
  Authorization: await this._getAuthorizationHeader(),
163
163
  "X-Fern-Language": "JavaScript",
164
164
  "X-Fern-SDK-Name": "candidhealth",
165
- "X-Fern-SDK-Version": "0.17.2",
165
+ "X-Fern-SDK-Version": "0.17.3",
166
166
  },
167
167
  contentType: "application/json",
168
168
  body: await serializers.patientPayments.v4.PatientPaymentCreate.jsonOrThrow(request, {
@@ -197,7 +197,7 @@ class V4 {
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.17.2",
200
+ "X-Fern-SDK-Version": "0.17.3",
201
201
  },
202
202
  contentType: "application/json",
203
203
  body: await serializers.patientPayments.v4.PatientPaymentUpdate.jsonOrThrow(request, {
@@ -232,7 +232,7 @@ class V4 {
232
232
  Authorization: await this._getAuthorizationHeader(),
233
233
  "X-Fern-Language": "JavaScript",
234
234
  "X-Fern-SDK-Name": "candidhealth",
235
- "X-Fern-SDK-Version": "0.17.2",
235
+ "X-Fern-SDK-Version": "0.17.3",
236
236
  },
237
237
  contentType: "application/json",
238
238
  timeoutMs: 60000,
@@ -95,7 +95,7 @@ class V1 {
95
95
  Authorization: await this._getAuthorizationHeader(),
96
96
  "X-Fern-Language": "JavaScript",
97
97
  "X-Fern-SDK-Name": "candidhealth",
98
- "X-Fern-SDK-Version": "0.17.2",
98
+ "X-Fern-SDK-Version": "0.17.3",
99
99
  },
100
100
  contentType: "application/json",
101
101
  queryParameters: _queryParams,
@@ -128,7 +128,7 @@ class V1 {
128
128
  Authorization: await this._getAuthorizationHeader(),
129
129
  "X-Fern-Language": "JavaScript",
130
130
  "X-Fern-SDK-Name": "candidhealth",
131
- "X-Fern-SDK-Version": "0.17.2",
131
+ "X-Fern-SDK-Version": "0.17.3",
132
132
  },
133
133
  contentType: "application/json",
134
134
  timeoutMs: 60000,
@@ -162,7 +162,7 @@ class V1 {
162
162
  Authorization: await this._getAuthorizationHeader(),
163
163
  "X-Fern-Language": "JavaScript",
164
164
  "X-Fern-SDK-Name": "candidhealth",
165
- "X-Fern-SDK-Version": "0.17.2",
165
+ "X-Fern-SDK-Version": "0.17.3",
166
166
  },
167
167
  contentType: "application/json",
168
168
  body: await serializers.patientRefunds.v1.PatientRefundCreate.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.17.2",
200
+ "X-Fern-SDK-Version": "0.17.3",
201
201
  },
202
202
  contentType: "application/json",
203
203
  body: await serializers.patientRefunds.v1.PatientRefundUpdate.jsonOrThrow(request, {
@@ -232,7 +232,7 @@ class V1 {
232
232
  Authorization: await this._getAuthorizationHeader(),
233
233
  "X-Fern-Language": "JavaScript",
234
234
  "X-Fern-SDK-Name": "candidhealth",
235
- "X-Fern-SDK-Version": "0.17.2",
235
+ "X-Fern-SDK-Version": "0.17.3",
236
236
  },
237
237
  contentType: "application/json",
238
238
  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.17.2",
52
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
92
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
51
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
52
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
122
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
166
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
210
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
240
+ "X-Fern-SDK-Version": "0.17.3",
241
241
  },
242
242
  contentType: "application/json",
243
243
  body: await serializers.tasks.v3.TaskUpdateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -91,7 +91,7 @@ class V1 {
91
91
  Authorization: await this._getAuthorizationHeader(),
92
92
  "X-Fern-Language": "JavaScript",
93
93
  "X-Fern-SDK-Name": "candidhealth",
94
- "X-Fern-SDK-Version": "0.17.2",
94
+ "X-Fern-SDK-Version": "0.17.3",
95
95
  },
96
96
  contentType: "application/json",
97
97
  queryParameters: _queryParams,
@@ -124,7 +124,7 @@ class V1 {
124
124
  Authorization: await this._getAuthorizationHeader(),
125
125
  "X-Fern-Language": "JavaScript",
126
126
  "X-Fern-SDK-Name": "candidhealth",
127
- "X-Fern-SDK-Version": "0.17.2",
127
+ "X-Fern-SDK-Version": "0.17.3",
128
128
  },
129
129
  contentType: "application/json",
130
130
  timeoutMs: 60000,
@@ -158,7 +158,7 @@ class V1 {
158
158
  Authorization: await this._getAuthorizationHeader(),
159
159
  "X-Fern-Language": "JavaScript",
160
160
  "X-Fern-SDK-Name": "candidhealth",
161
- "X-Fern-SDK-Version": "0.17.2",
161
+ "X-Fern-SDK-Version": "0.17.3",
162
162
  },
163
163
  contentType: "application/json",
164
164
  body: await serializers.writeOffs.v1.CreateWriteOffsRequest.jsonOrThrow(request, {
@@ -193,7 +193,7 @@ class V1 {
193
193
  Authorization: await this._getAuthorizationHeader(),
194
194
  "X-Fern-Language": "JavaScript",
195
195
  "X-Fern-SDK-Name": "candidhealth",
196
- "X-Fern-SDK-Version": "0.17.2",
196
+ "X-Fern-SDK-Version": "0.17.3",
197
197
  },
198
198
  contentType: "application/json",
199
199
  timeoutMs: 60000,
@@ -61,7 +61,7 @@ class V2 {
61
61
  Authorization: await this._getAuthorizationHeader(),
62
62
  "X-Fern-Language": "JavaScript",
63
63
  "X-Fern-SDK-Name": "candidhealth",
64
- "X-Fern-SDK-Version": "0.17.2",
64
+ "X-Fern-SDK-Version": "0.17.3",
65
65
  },
66
66
  contentType: "application/json",
67
67
  body: await serializers.auth.v2.AuthGetTokenRequest.jsonOrThrow(request, {
@@ -48,7 +48,7 @@ class V2 {
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.17.2",
51
+ "X-Fern-SDK-Version": "0.17.3",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.billingNotes.v2.StandaloneBillingNoteCreate.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.17.2",
52
+ "X-Fern-SDK-Version": "0.17.3",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -136,7 +136,7 @@ class V2 {
136
136
  Authorization: await this._getAuthorizationHeader(),
137
137
  "X-Fern-Language": "JavaScript",
138
138
  "X-Fern-SDK-Name": "candidhealth",
139
- "X-Fern-SDK-Version": "0.17.2",
139
+ "X-Fern-SDK-Version": "0.17.3",
140
140
  },
141
141
  contentType: "application/json",
142
142
  queryParameters: _queryParams,
@@ -169,7 +169,7 @@ class V2 {
169
169
  Authorization: await this._getAuthorizationHeader(),
170
170
  "X-Fern-Language": "JavaScript",
171
171
  "X-Fern-SDK-Name": "candidhealth",
172
- "X-Fern-SDK-Version": "0.17.2",
172
+ "X-Fern-SDK-Version": "0.17.3",
173
173
  },
174
174
  contentType: "application/json",
175
175
  body: await serializers.contracts.v2.ContractCreate.jsonOrThrow(request, {
@@ -201,7 +201,7 @@ class V2 {
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.17.2",
204
+ "X-Fern-SDK-Version": "0.17.3",
205
205
  },
206
206
  contentType: "application/json",
207
207
  timeoutMs: 60000,
@@ -239,7 +239,7 @@ class V2 {
239
239
  Authorization: await this._getAuthorizationHeader(),
240
240
  "X-Fern-Language": "JavaScript",
241
241
  "X-Fern-SDK-Name": "candidhealth",
242
- "X-Fern-SDK-Version": "0.17.2",
242
+ "X-Fern-SDK-Version": "0.17.3",
243
243
  },
244
244
  contentType: "application/json",
245
245
  body: await serializers.contracts.v2.ContractUpdate.jsonOrThrow(request, {
@@ -64,7 +64,7 @@ class V2 {
64
64
  Authorization: await this._getAuthorizationHeader(),
65
65
  "X-Fern-Language": "JavaScript",
66
66
  "X-Fern-SDK-Name": "candidhealth",
67
- "X-Fern-SDK-Version": "0.17.2",
67
+ "X-Fern-SDK-Version": "0.17.3",
68
68
  },
69
69
  contentType: "application/json",
70
70
  body: request,
@@ -115,7 +115,7 @@ class V2 {
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.17.2",
118
+ "X-Fern-SDK-Version": "0.17.3",
119
119
  },
120
120
  contentType: "application/json",
121
121
  timeoutMs: 60000,
@@ -103,7 +103,7 @@ class V4 {
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.17.2",
106
+ "X-Fern-SDK-Version": "0.17.3",
107
107
  },
108
108
  contentType: "application/json",
109
109
  queryParameters: _queryParams,
@@ -133,7 +133,7 @@ class V4 {
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.17.2",
136
+ "X-Fern-SDK-Version": "0.17.3",
137
137
  },
138
138
  contentType: "application/json",
139
139
  timeoutMs: 60000,
@@ -162,7 +162,7 @@ class V4 {
162
162
  Authorization: await this._getAuthorizationHeader(),
163
163
  "X-Fern-Language": "JavaScript",
164
164
  "X-Fern-SDK-Name": "candidhealth",
165
- "X-Fern-SDK-Version": "0.17.2",
165
+ "X-Fern-SDK-Version": "0.17.3",
166
166
  },
167
167
  contentType: "application/json",
168
168
  body: await serializers.encounters.v4.EncounterCreate.jsonOrThrow(request, {
@@ -213,7 +213,7 @@ class V4 {
213
213
  Authorization: await this._getAuthorizationHeader(),
214
214
  "X-Fern-Language": "JavaScript",
215
215
  "X-Fern-SDK-Name": "candidhealth",
216
- "X-Fern-SDK-Version": "0.17.2",
216
+ "X-Fern-SDK-Version": "0.17.3",
217
217
  },
218
218
  contentType: "application/json",
219
219
  body: await serializers.encounters.v4.EncounterUpdate.jsonOrThrow(request, {
@@ -51,7 +51,7 @@ class V1 {
51
51
  Authorization: await this._getAuthorizationHeader(),
52
52
  "X-Fern-Language": "JavaScript",
53
53
  "X-Fern-SDK-Name": "candidhealth",
54
- "X-Fern-SDK-Version": "0.17.2",
54
+ "X-Fern-SDK-Version": "0.17.3",
55
55
  },
56
56
  contentType: "application/json",
57
57
  body: await serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
@@ -53,7 +53,7 @@ class V2 {
53
53
  Authorization: await this._getAuthorizationHeader(),
54
54
  "X-Fern-Language": "JavaScript",
55
55
  "X-Fern-SDK-Name": "candidhealth",
56
- "X-Fern-SDK-Version": "0.17.2",
56
+ "X-Fern-SDK-Version": "0.17.3",
57
57
  },
58
58
  contentType: "application/json",
59
59
  body: await serializers.expectedNetworkStatus.v2.ExpectedNetworkStatusRequestV2.jsonOrThrow(request, {
@@ -107,7 +107,7 @@ class V2 {
107
107
  Authorization: await this._getAuthorizationHeader(),
108
108
  "X-Fern-Language": "JavaScript",
109
109
  "X-Fern-SDK-Name": "candidhealth",
110
- "X-Fern-SDK-Version": "0.17.2",
110
+ "X-Fern-SDK-Version": "0.17.3",
111
111
  },
112
112
  contentType: "application/json",
113
113
  body: await serializers.expectedNetworkStatus.v2.ComputeAllInNetworkProvidersRequest.jsonOrThrow(request, {
@@ -67,7 +67,7 @@ class V3 {
67
67
  Authorization: await this._getAuthorizationHeader(),
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "candidhealth",
70
- "X-Fern-SDK-Version": "0.17.2",
70
+ "X-Fern-SDK-Version": "0.17.3",
71
71
  },
72
72
  contentType: "application/json",
73
73
  queryParameters: _queryParams,
@@ -51,7 +51,7 @@ class V1 {
51
51
  Authorization: await this._getAuthorizationHeader(),
52
52
  "X-Fern-Language": "JavaScript",
53
53
  "X-Fern-SDK-Name": "candidhealth",
54
- "X-Fern-SDK-Version": "0.17.2",
54
+ "X-Fern-SDK-Version": "0.17.3",
55
55
  },
56
56
  contentType: "application/json",
57
57
  body: await serializers.guarantor.v1.GuarantorCreate.jsonOrThrow(request, {
@@ -100,7 +100,7 @@ class V1 {
100
100
  Authorization: await this._getAuthorizationHeader(),
101
101
  "X-Fern-Language": "JavaScript",
102
102
  "X-Fern-SDK-Name": "candidhealth",
103
- "X-Fern-SDK-Version": "0.17.2",
103
+ "X-Fern-SDK-Version": "0.17.3",
104
104
  },
105
105
  contentType: "application/json",
106
106
  timeoutMs: 60000,
@@ -132,7 +132,7 @@ class V1 {
132
132
  Authorization: await this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "candidhealth",
135
- "X-Fern-SDK-Version": "0.17.2",
135
+ "X-Fern-SDK-Version": "0.17.3",
136
136
  },
137
137
  contentType: "application/json",
138
138
  body: await serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, {
@@ -51,7 +51,7 @@ class V1 {
51
51
  Authorization: await this._getAuthorizationHeader(),
52
52
  "X-Fern-Language": "JavaScript",
53
53
  "X-Fern-SDK-Name": "candidhealth",
54
- "X-Fern-SDK-Version": "0.17.2",
54
+ "X-Fern-SDK-Version": "0.17.3",
55
55
  },
56
56
  contentType: "application/json",
57
57
  timeoutMs: 60000,
@@ -83,7 +83,7 @@ class V1 {
83
83
  Authorization: await this._getAuthorizationHeader(),
84
84
  "X-Fern-Language": "JavaScript",
85
85
  "X-Fern-SDK-Name": "candidhealth",
86
- "X-Fern-SDK-Version": "0.17.2",
86
+ "X-Fern-SDK-Version": "0.17.3",
87
87
  },
88
88
  contentType: "application/json",
89
89
  body: await serializers.insuranceAdjudications.v1.InsuranceAdjudicationCreate.jsonOrThrow(request, {
@@ -132,7 +132,7 @@ class V1 {
132
132
  Authorization: await this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "candidhealth",
135
- "X-Fern-SDK-Version": "0.17.2",
135
+ "X-Fern-SDK-Version": "0.17.3",
136
136
  },
137
137
  contentType: "application/json",
138
138
  timeoutMs: 60000,
@@ -78,7 +78,7 @@ class V1 {
78
78
  Authorization: await this._getAuthorizationHeader(),
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "candidhealth",
81
- "X-Fern-SDK-Version": "0.17.2",
81
+ "X-Fern-SDK-Version": "0.17.3",
82
82
  },
83
83
  contentType: "application/json",
84
84
  queryParameters: _queryParams,
@@ -127,7 +127,7 @@ class V1 {
127
127
  Authorization: await this._getAuthorizationHeader(),
128
128
  "X-Fern-Language": "JavaScript",
129
129
  "X-Fern-SDK-Name": "candidhealth",
130
- "X-Fern-SDK-Version": "0.17.2",
130
+ "X-Fern-SDK-Version": "0.17.3",
131
131
  },
132
132
  contentType: "application/json",
133
133
  timeoutMs: 60000,
@@ -176,7 +176,7 @@ class V1 {
176
176
  Authorization: await this._getAuthorizationHeader(),
177
177
  "X-Fern-Language": "JavaScript",
178
178
  "X-Fern-SDK-Name": "candidhealth",
179
- "X-Fern-SDK-Version": "0.17.2",
179
+ "X-Fern-SDK-Version": "0.17.3",
180
180
  },
181
181
  contentType: "application/json",
182
182
  body: await serializers.insurancePayments.v1.InsurancePaymentCreate.jsonOrThrow(request, {
@@ -226,7 +226,7 @@ class V1 {
226
226
  Authorization: await this._getAuthorizationHeader(),
227
227
  "X-Fern-Language": "JavaScript",
228
228
  "X-Fern-SDK-Name": "candidhealth",
229
- "X-Fern-SDK-Version": "0.17.2",
229
+ "X-Fern-SDK-Version": "0.17.3",
230
230
  },
231
231
  contentType: "application/json",
232
232
  body: await serializers.insurancePayments.v1.InsurancePaymentUpdate.jsonOrThrow(request, {
@@ -278,7 +278,7 @@ class V1 {
278
278
  Authorization: await this._getAuthorizationHeader(),
279
279
  "X-Fern-Language": "JavaScript",
280
280
  "X-Fern-SDK-Name": "candidhealth",
281
- "X-Fern-SDK-Version": "0.17.2",
281
+ "X-Fern-SDK-Version": "0.17.3",
282
282
  },
283
283
  contentType: "application/json",
284
284
  timeoutMs: 60000,
@@ -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.17.2",
82
+ "X-Fern-SDK-Version": "0.17.3",
83
83
  },
84
84
  contentType: "application/json",
85
85
  queryParameters: _queryParams,
@@ -113,7 +113,7 @@ class V1 {
113
113
  Authorization: await this._getAuthorizationHeader(),
114
114
  "X-Fern-Language": "JavaScript",
115
115
  "X-Fern-SDK-Name": "candidhealth",
116
- "X-Fern-SDK-Version": "0.17.2",
116
+ "X-Fern-SDK-Version": "0.17.3",
117
117
  },
118
118
  contentType: "application/json",
119
119
  timeoutMs: 60000,
@@ -147,7 +147,7 @@ class V1 {
147
147
  Authorization: await this._getAuthorizationHeader(),
148
148
  "X-Fern-Language": "JavaScript",
149
149
  "X-Fern-SDK-Name": "candidhealth",
150
- "X-Fern-SDK-Version": "0.17.2",
150
+ "X-Fern-SDK-Version": "0.17.3",
151
151
  },
152
152
  contentType: "application/json",
153
153
  body: await serializers.insuranceRefunds.v1.InsuranceRefundCreate.jsonOrThrow(request, {
@@ -183,7 +183,7 @@ class V1 {
183
183
  Authorization: await this._getAuthorizationHeader(),
184
184
  "X-Fern-Language": "JavaScript",
185
185
  "X-Fern-SDK-Name": "candidhealth",
186
- "X-Fern-SDK-Version": "0.17.2",
186
+ "X-Fern-SDK-Version": "0.17.3",
187
187
  },
188
188
  contentType: "application/json",
189
189
  body: await serializers.insuranceRefunds.v1.InsuranceRefundUpdate.jsonOrThrow(request, {
@@ -220,7 +220,7 @@ class V1 {
220
220
  Authorization: await this._getAuthorizationHeader(),
221
221
  "X-Fern-Language": "JavaScript",
222
222
  "X-Fern-SDK-Name": "candidhealth",
223
- "X-Fern-SDK-Version": "0.17.2",
223
+ "X-Fern-SDK-Version": "0.17.3",
224
224
  },
225
225
  contentType: "application/json",
226
226
  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.17.2",
52
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
118
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
148
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
195
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
52
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
106
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
136
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
180
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
225
+ "X-Fern-SDK-Version": "0.17.3",
226
226
  },
227
227
  contentType: "application/json",
228
228
  timeoutMs: 60000,
@@ -95,7 +95,7 @@ class V4 {
95
95
  Authorization: await this._getAuthorizationHeader(),
96
96
  "X-Fern-Language": "JavaScript",
97
97
  "X-Fern-SDK-Name": "candidhealth",
98
- "X-Fern-SDK-Version": "0.17.2",
98
+ "X-Fern-SDK-Version": "0.17.3",
99
99
  },
100
100
  contentType: "application/json",
101
101
  queryParameters: _queryParams,
@@ -128,7 +128,7 @@ class V4 {
128
128
  Authorization: await this._getAuthorizationHeader(),
129
129
  "X-Fern-Language": "JavaScript",
130
130
  "X-Fern-SDK-Name": "candidhealth",
131
- "X-Fern-SDK-Version": "0.17.2",
131
+ "X-Fern-SDK-Version": "0.17.3",
132
132
  },
133
133
  contentType: "application/json",
134
134
  timeoutMs: 60000,
@@ -162,7 +162,7 @@ class V4 {
162
162
  Authorization: await this._getAuthorizationHeader(),
163
163
  "X-Fern-Language": "JavaScript",
164
164
  "X-Fern-SDK-Name": "candidhealth",
165
- "X-Fern-SDK-Version": "0.17.2",
165
+ "X-Fern-SDK-Version": "0.17.3",
166
166
  },
167
167
  contentType: "application/json",
168
168
  body: await serializers.patientPayments.v4.PatientPaymentCreate.jsonOrThrow(request, {
@@ -197,7 +197,7 @@ class V4 {
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.17.2",
200
+ "X-Fern-SDK-Version": "0.17.3",
201
201
  },
202
202
  contentType: "application/json",
203
203
  body: await serializers.patientPayments.v4.PatientPaymentUpdate.jsonOrThrow(request, {
@@ -232,7 +232,7 @@ class V4 {
232
232
  Authorization: await this._getAuthorizationHeader(),
233
233
  "X-Fern-Language": "JavaScript",
234
234
  "X-Fern-SDK-Name": "candidhealth",
235
- "X-Fern-SDK-Version": "0.17.2",
235
+ "X-Fern-SDK-Version": "0.17.3",
236
236
  },
237
237
  contentType: "application/json",
238
238
  timeoutMs: 60000,
@@ -95,7 +95,7 @@ class V1 {
95
95
  Authorization: await this._getAuthorizationHeader(),
96
96
  "X-Fern-Language": "JavaScript",
97
97
  "X-Fern-SDK-Name": "candidhealth",
98
- "X-Fern-SDK-Version": "0.17.2",
98
+ "X-Fern-SDK-Version": "0.17.3",
99
99
  },
100
100
  contentType: "application/json",
101
101
  queryParameters: _queryParams,
@@ -128,7 +128,7 @@ class V1 {
128
128
  Authorization: await this._getAuthorizationHeader(),
129
129
  "X-Fern-Language": "JavaScript",
130
130
  "X-Fern-SDK-Name": "candidhealth",
131
- "X-Fern-SDK-Version": "0.17.2",
131
+ "X-Fern-SDK-Version": "0.17.3",
132
132
  },
133
133
  contentType: "application/json",
134
134
  timeoutMs: 60000,
@@ -162,7 +162,7 @@ class V1 {
162
162
  Authorization: await this._getAuthorizationHeader(),
163
163
  "X-Fern-Language": "JavaScript",
164
164
  "X-Fern-SDK-Name": "candidhealth",
165
- "X-Fern-SDK-Version": "0.17.2",
165
+ "X-Fern-SDK-Version": "0.17.3",
166
166
  },
167
167
  contentType: "application/json",
168
168
  body: await serializers.patientRefunds.v1.PatientRefundCreate.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.17.2",
200
+ "X-Fern-SDK-Version": "0.17.3",
201
201
  },
202
202
  contentType: "application/json",
203
203
  body: await serializers.patientRefunds.v1.PatientRefundUpdate.jsonOrThrow(request, {
@@ -232,7 +232,7 @@ class V1 {
232
232
  Authorization: await this._getAuthorizationHeader(),
233
233
  "X-Fern-Language": "JavaScript",
234
234
  "X-Fern-SDK-Name": "candidhealth",
235
- "X-Fern-SDK-Version": "0.17.2",
235
+ "X-Fern-SDK-Version": "0.17.3",
236
236
  },
237
237
  contentType: "application/json",
238
238
  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.17.2",
52
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
92
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
51
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
52
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
122
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
166
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
210
+ "X-Fern-SDK-Version": "0.17.3",
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.17.2",
240
+ "X-Fern-SDK-Version": "0.17.3",
241
241
  },
242
242
  contentType: "application/json",
243
243
  body: await serializers.tasks.v3.TaskUpdateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -91,7 +91,7 @@ class V1 {
91
91
  Authorization: await this._getAuthorizationHeader(),
92
92
  "X-Fern-Language": "JavaScript",
93
93
  "X-Fern-SDK-Name": "candidhealth",
94
- "X-Fern-SDK-Version": "0.17.2",
94
+ "X-Fern-SDK-Version": "0.17.3",
95
95
  },
96
96
  contentType: "application/json",
97
97
  queryParameters: _queryParams,
@@ -124,7 +124,7 @@ class V1 {
124
124
  Authorization: await this._getAuthorizationHeader(),
125
125
  "X-Fern-Language": "JavaScript",
126
126
  "X-Fern-SDK-Name": "candidhealth",
127
- "X-Fern-SDK-Version": "0.17.2",
127
+ "X-Fern-SDK-Version": "0.17.3",
128
128
  },
129
129
  contentType: "application/json",
130
130
  timeoutMs: 60000,
@@ -158,7 +158,7 @@ class V1 {
158
158
  Authorization: await this._getAuthorizationHeader(),
159
159
  "X-Fern-Language": "JavaScript",
160
160
  "X-Fern-SDK-Name": "candidhealth",
161
- "X-Fern-SDK-Version": "0.17.2",
161
+ "X-Fern-SDK-Version": "0.17.3",
162
162
  },
163
163
  contentType: "application/json",
164
164
  body: await serializers.writeOffs.v1.CreateWriteOffsRequest.jsonOrThrow(request, {
@@ -193,7 +193,7 @@ class V1 {
193
193
  Authorization: await this._getAuthorizationHeader(),
194
194
  "X-Fern-Language": "JavaScript",
195
195
  "X-Fern-SDK-Name": "candidhealth",
196
- "X-Fern-SDK-Version": "0.17.2",
196
+ "X-Fern-SDK-Version": "0.17.3",
197
197
  },
198
198
  contentType: "application/json",
199
199
  timeoutMs: 60000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "candidhealth",
3
- "version": "0.17.2",
3
+ "version": "0.17.3",
4
4
  "private": false,
5
5
  "repository": "https://github.com/candidhealth/candid-node",
6
6
  "main": "./index.js",