candidhealth 0.18.0 → 0.18.1

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 (63) 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.d.ts +4 -0
  5. package/api/resources/eligibility/resources/v2/client/Client.js +6 -2
  6. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  7. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  8. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +8 -1
  9. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -0
  10. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  11. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  12. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  13. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  14. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  15. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  16. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  17. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  18. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  19. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  20. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  21. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  22. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  23. package/api/resources/serviceFacility/client/Client.js +1 -1
  24. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  25. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  26. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  27. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  28. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  29. package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
  30. package/dist/api/resources/eligibility/resources/v2/client/Client.js +6 -2
  31. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  32. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  33. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +8 -1
  34. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -0
  35. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  36. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  37. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  38. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  39. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  40. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  41. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  42. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  43. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  44. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  45. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  46. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  47. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  48. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  49. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  50. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  51. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
  52. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
  53. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  54. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  55. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  56. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  57. package/package.json +1 -1
  58. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
  59. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
  60. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  61. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  62. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  63. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
@@ -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.18.0",
64
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
51
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
52
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
139
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
172
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
204
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
242
+ "X-Fern-SDK-Version": "0.18.1",
243
243
  },
244
244
  contentType: "application/json",
245
245
  body: await serializers.contracts.v2.ContractUpdate.jsonOrThrow(request, {
@@ -41,6 +41,10 @@ export declare class V2 {
41
41
  * A schema of the response object can be found here: [Availity Docs](https://developer.availity.com/partner/product/191210/api/190898#/Coverages_100/operation/%2Fcoverages%2F{id}/get)
42
42
  *
43
43
  * - Note Availity requires a free developer account to access this documentation.
44
+ *
45
+ * Check connection status of Availity API and partners here:
46
+ *
47
+ * - [Availity Trading Partner Connection Status](https://www.availity.com/status/)
44
48
  */
45
49
  submitEligibilityCheckAvaility(): Promise<core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheckAvaility.Error>>;
46
50
  protected _getAuthorizationHeader(): Promise<string | undefined>;
@@ -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.18.0",
67
+ "X-Fern-SDK-Version": "0.18.1",
68
68
  },
69
69
  contentType: "application/json",
70
70
  body: request,
@@ -106,6 +106,10 @@ class V2 {
106
106
  * A schema of the response object can be found here: [Availity Docs](https://developer.availity.com/partner/product/191210/api/190898#/Coverages_100/operation/%2Fcoverages%2F{id}/get)
107
107
  *
108
108
  * - Note Availity requires a free developer account to access this documentation.
109
+ *
110
+ * Check connection status of Availity API and partners here:
111
+ *
112
+ * - [Availity Trading Partner Connection Status](https://www.availity.com/status/)
109
113
  */
110
114
  async submitEligibilityCheckAvaility() {
111
115
  const _response = await core.fetcher({
@@ -115,7 +119,7 @@ class V2 {
115
119
  Authorization: await this._getAuthorizationHeader(),
116
120
  "X-Fern-Language": "JavaScript",
117
121
  "X-Fern-SDK-Name": "candidhealth",
118
- "X-Fern-SDK-Version": "0.18.0",
122
+ "X-Fern-SDK-Version": "0.18.1",
119
123
  },
120
124
  contentType: "application/json",
121
125
  timeoutMs: 60000,
@@ -106,7 +106,7 @@ class V4 {
106
106
  Authorization: await this._getAuthorizationHeader(),
107
107
  "X-Fern-Language": "JavaScript",
108
108
  "X-Fern-SDK-Name": "candidhealth",
109
- "X-Fern-SDK-Version": "0.18.0",
109
+ "X-Fern-SDK-Version": "0.18.1",
110
110
  },
111
111
  contentType: "application/json",
112
112
  queryParameters: _queryParams,
@@ -136,7 +136,7 @@ class V4 {
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.18.0",
139
+ "X-Fern-SDK-Version": "0.18.1",
140
140
  },
141
141
  contentType: "application/json",
142
142
  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.18.0",
168
+ "X-Fern-SDK-Version": "0.18.1",
169
169
  },
170
170
  contentType: "application/json",
171
171
  body: await serializers.encounters.v4.EncounterCreate.jsonOrThrow(request, {
@@ -216,7 +216,7 @@ class V4 {
216
216
  Authorization: await this._getAuthorizationHeader(),
217
217
  "X-Fern-Language": "JavaScript",
218
218
  "X-Fern-SDK-Name": "candidhealth",
219
- "X-Fern-SDK-Version": "0.18.0",
219
+ "X-Fern-SDK-Version": "0.18.1",
220
220
  },
221
221
  contentType: "application/json",
222
222
  body: await serializers.encounters.v4.EncounterUpdate.jsonOrThrow(request, {
@@ -105,4 +105,6 @@ export interface EncounterCreate extends CandidApi.encounters.v4.EncounterBase {
105
105
  *
106
106
  */
107
107
  externalClaimSubmission?: CandidApi.claimSubmission.v1.ExternalClaimSubmissionCreate;
108
+ /** Names of tags that should be on the encounter. */
109
+ tagIds?: CandidApi.TagId[];
108
110
  }
@@ -28,7 +28,7 @@ export interface EncounterUpdate {
28
28
  *
29
29
  */
30
30
  diagnosisIds?: CandidApi.DiagnosisId[];
31
- /** Names of tags that should be on the encounter. */
31
+ /** Names of tags that should be on the encounter. Note all tags on encounter will be overriden with this list. */
32
32
  tagIds?: CandidApi.TagId[];
33
33
  /** Holds a collection of clinical observations made by healthcare providers during patient encounters. */
34
34
  clinicalNotes?: CandidApi.encounters.v4.ClinicalNoteCategoryCreate[];
@@ -130,4 +130,11 @@ export interface EncounterUpdate {
130
130
  *
131
131
  */
132
132
  delayReasonCode?: CandidApi.DelayReasonCode;
133
+ /**
134
+ * Whether this patient has authorized the release of medical information
135
+ * for billing purpose.
136
+ * Box 12 on the CMS-1500 claim form.
137
+ *
138
+ */
139
+ patientAuthorizedRelease?: boolean;
133
140
  }
@@ -378,6 +378,11 @@ import * as CandidApi from "../../../../..";
378
378
  * }
379
379
  */
380
380
  export interface Encounter extends CandidApi.encounters.v4.EncounterBase {
381
+ /**
382
+ * A patient control number (PCN) is a unique identifier assigned to a patient within a healthcare system or facility.
383
+ * It's used to track and manage a patient's medical records, treatments, and other healthcare-related information.
384
+ */
385
+ patientControlNumber?: string;
381
386
  /**
382
387
  * Date formatted as YYYY-MM-DD; eg: 2019-08-24.
383
388
  * This date must be the local date in the timezone where the service occurred.
@@ -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.18.0",
54
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
56
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
110
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
70
+ "X-Fern-SDK-Version": "0.18.1",
71
71
  },
72
72
  contentType: "application/json",
73
73
  queryParameters: _queryParams,
@@ -52,7 +52,7 @@ class V3 {
52
52
  Authorization: await this._getAuthorizationHeader(),
53
53
  "X-Fern-Language": "JavaScript",
54
54
  "X-Fern-SDK-Name": "candidhealth",
55
- "X-Fern-SDK-Version": "0.18.0",
55
+ "X-Fern-SDK-Version": "0.18.1",
56
56
  },
57
57
  contentType: "application/json",
58
58
  timeoutMs: 60000,
@@ -99,7 +99,7 @@ class V3 {
99
99
  Authorization: await this._getAuthorizationHeader(),
100
100
  "X-Fern-Language": "JavaScript",
101
101
  "X-Fern-SDK-Name": "candidhealth",
102
- "X-Fern-SDK-Version": "0.18.0",
102
+ "X-Fern-SDK-Version": "0.18.1",
103
103
  },
104
104
  contentType: "application/json",
105
105
  timeoutMs: 60000,
@@ -226,7 +226,7 @@ class V3 {
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.18.0",
229
+ "X-Fern-SDK-Version": "0.18.1",
230
230
  },
231
231
  contentType: "application/json",
232
232
  queryParameters: _queryParams,
@@ -337,7 +337,7 @@ class V3 {
337
337
  Authorization: await this._getAuthorizationHeader(),
338
338
  "X-Fern-Language": "JavaScript",
339
339
  "X-Fern-SDK-Name": "candidhealth",
340
- "X-Fern-SDK-Version": "0.18.0",
340
+ "X-Fern-SDK-Version": "0.18.1",
341
341
  },
342
342
  contentType: "application/json",
343
343
  queryParameters: _queryParams,
@@ -370,7 +370,7 @@ class V3 {
370
370
  Authorization: await this._getAuthorizationHeader(),
371
371
  "X-Fern-Language": "JavaScript",
372
372
  "X-Fern-SDK-Name": "candidhealth",
373
- "X-Fern-SDK-Version": "0.18.0",
373
+ "X-Fern-SDK-Version": "0.18.1",
374
374
  },
375
375
  contentType: "application/json",
376
376
  timeoutMs: 60000,
@@ -416,7 +416,7 @@ class V3 {
416
416
  Authorization: await this._getAuthorizationHeader(),
417
417
  "X-Fern-Language": "JavaScript",
418
418
  "X-Fern-SDK-Name": "candidhealth",
419
- "X-Fern-SDK-Version": "0.18.0",
419
+ "X-Fern-SDK-Version": "0.18.1",
420
420
  },
421
421
  contentType: "application/json",
422
422
  body: await serializers.feeSchedules.v3.FeeScheduleUploadRequest.jsonOrThrow(request, {
@@ -465,7 +465,7 @@ class V3 {
465
465
  Authorization: await this._getAuthorizationHeader(),
466
466
  "X-Fern-Language": "JavaScript",
467
467
  "X-Fern-SDK-Name": "candidhealth",
468
- "X-Fern-SDK-Version": "0.18.0",
468
+ "X-Fern-SDK-Version": "0.18.1",
469
469
  },
470
470
  contentType: "application/json",
471
471
  timeoutMs: 60000,
@@ -507,7 +507,7 @@ class V3 {
507
507
  Authorization: await this._getAuthorizationHeader(),
508
508
  "X-Fern-Language": "JavaScript",
509
509
  "X-Fern-SDK-Name": "candidhealth",
510
- "X-Fern-SDK-Version": "0.18.0",
510
+ "X-Fern-SDK-Version": "0.18.1",
511
511
  },
512
512
  contentType: "application/json",
513
513
  timeoutMs: 60000,
@@ -549,7 +549,7 @@ class V3 {
549
549
  Authorization: await this._getAuthorizationHeader(),
550
550
  "X-Fern-Language": "JavaScript",
551
551
  "X-Fern-SDK-Name": "candidhealth",
552
- "X-Fern-SDK-Version": "0.18.0",
552
+ "X-Fern-SDK-Version": "0.18.1",
553
553
  },
554
554
  contentType: "application/json",
555
555
  queryParameters: _queryParams,
@@ -582,7 +582,7 @@ class V3 {
582
582
  Authorization: await this._getAuthorizationHeader(),
583
583
  "X-Fern-Language": "JavaScript",
584
584
  "X-Fern-SDK-Name": "candidhealth",
585
- "X-Fern-SDK-Version": "0.18.0",
585
+ "X-Fern-SDK-Version": "0.18.1",
586
586
  },
587
587
  contentType: "application/json",
588
588
  body: await serializers.feeSchedules.v3.PayerThreshold.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.18.0",
54
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
103
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
135
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
54
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
86
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
135
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
81
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
130
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
179
+ "X-Fern-SDK-Version": "0.18.1",
180
180
  },
181
181
  contentType: "application/json",
182
182
  body: await serializers.insurancePayments.v1.InsurancePaymentCreate.jsonOrThrow(request, {
@@ -228,7 +228,7 @@ class V1 {
228
228
  Authorization: await this._getAuthorizationHeader(),
229
229
  "X-Fern-Language": "JavaScript",
230
230
  "X-Fern-SDK-Name": "candidhealth",
231
- "X-Fern-SDK-Version": "0.18.0",
231
+ "X-Fern-SDK-Version": "0.18.1",
232
232
  },
233
233
  contentType: "application/json",
234
234
  body: await serializers.insurancePayments.v1.InsurancePaymentUpdate.jsonOrThrow(request, {
@@ -281,7 +281,7 @@ class V1 {
281
281
  Authorization: await this._getAuthorizationHeader(),
282
282
  "X-Fern-Language": "JavaScript",
283
283
  "X-Fern-SDK-Name": "candidhealth",
284
- "X-Fern-SDK-Version": "0.18.0",
284
+ "X-Fern-SDK-Version": "0.18.1",
285
285
  },
286
286
  contentType: "application/json",
287
287
  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.18.0",
82
+ "X-Fern-SDK-Version": "0.18.1",
83
83
  },
84
84
  contentType: "application/json",
85
85
  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.18.0",
131
+ "X-Fern-SDK-Version": "0.18.1",
132
132
  },
133
133
  contentType: "application/json",
134
134
  timeoutMs: 60000,
@@ -177,7 +177,7 @@ class V1 {
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.18.0",
180
+ "X-Fern-SDK-Version": "0.18.1",
181
181
  },
182
182
  contentType: "application/json",
183
183
  body: await serializers.insuranceRefunds.v1.InsuranceRefundCreate.jsonOrThrow(request, {
@@ -229,7 +229,7 @@ class V1 {
229
229
  Authorization: await this._getAuthorizationHeader(),
230
230
  "X-Fern-Language": "JavaScript",
231
231
  "X-Fern-SDK-Name": "candidhealth",
232
- "X-Fern-SDK-Version": "0.18.0",
232
+ "X-Fern-SDK-Version": "0.18.1",
233
233
  },
234
234
  contentType: "application/json",
235
235
  body: await serializers.insuranceRefunds.v1.InsuranceRefundUpdate.jsonOrThrow(request, {
@@ -282,7 +282,7 @@ class V1 {
282
282
  Authorization: await this._getAuthorizationHeader(),
283
283
  "X-Fern-Language": "JavaScript",
284
284
  "X-Fern-SDK-Name": "candidhealth",
285
- "X-Fern-SDK-Version": "0.18.0",
285
+ "X-Fern-SDK-Version": "0.18.1",
286
286
  },
287
287
  contentType: "application/json",
288
288
  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.18.0",
52
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
118
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
148
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
195
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
52
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
106
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
136
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
180
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
225
+ "X-Fern-SDK-Version": "0.18.1",
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.18.0",
98
+ "X-Fern-SDK-Version": "0.18.1",
99
99
  },
100
100
  contentType: "application/json",
101
101
  queryParameters: _queryParams,
@@ -143,7 +143,7 @@ class V4 {
143
143
  Authorization: await this._getAuthorizationHeader(),
144
144
  "X-Fern-Language": "JavaScript",
145
145
  "X-Fern-SDK-Name": "candidhealth",
146
- "X-Fern-SDK-Version": "0.18.0",
146
+ "X-Fern-SDK-Version": "0.18.1",
147
147
  },
148
148
  contentType: "application/json",
149
149
  timeoutMs: 60000,
@@ -192,7 +192,7 @@ class V4 {
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.18.0",
195
+ "X-Fern-SDK-Version": "0.18.1",
196
196
  },
197
197
  contentType: "application/json",
198
198
  body: await serializers.patientPayments.v4.PatientPaymentCreate.jsonOrThrow(request, {
@@ -243,7 +243,7 @@ class V4 {
243
243
  Authorization: await this._getAuthorizationHeader(),
244
244
  "X-Fern-Language": "JavaScript",
245
245
  "X-Fern-SDK-Name": "candidhealth",
246
- "X-Fern-SDK-Version": "0.18.0",
246
+ "X-Fern-SDK-Version": "0.18.1",
247
247
  },
248
248
  contentType: "application/json",
249
249
  body: await serializers.patientPayments.v4.PatientPaymentUpdate.jsonOrThrow(request, {
@@ -294,7 +294,7 @@ class V4 {
294
294
  Authorization: await this._getAuthorizationHeader(),
295
295
  "X-Fern-Language": "JavaScript",
296
296
  "X-Fern-SDK-Name": "candidhealth",
297
- "X-Fern-SDK-Version": "0.18.0",
297
+ "X-Fern-SDK-Version": "0.18.1",
298
298
  },
299
299
  contentType: "application/json",
300
300
  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.18.0",
98
+ "X-Fern-SDK-Version": "0.18.1",
99
99
  },
100
100
  contentType: "application/json",
101
101
  queryParameters: _queryParams,
@@ -143,7 +143,7 @@ class V1 {
143
143
  Authorization: await this._getAuthorizationHeader(),
144
144
  "X-Fern-Language": "JavaScript",
145
145
  "X-Fern-SDK-Name": "candidhealth",
146
- "X-Fern-SDK-Version": "0.18.0",
146
+ "X-Fern-SDK-Version": "0.18.1",
147
147
  },
148
148
  contentType: "application/json",
149
149
  timeoutMs: 60000,
@@ -192,7 +192,7 @@ class V1 {
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.18.0",
195
+ "X-Fern-SDK-Version": "0.18.1",
196
196
  },
197
197
  contentType: "application/json",
198
198
  body: await serializers.patientRefunds.v1.PatientRefundCreate.jsonOrThrow(request, {
@@ -243,7 +243,7 @@ class V1 {
243
243
  Authorization: await this._getAuthorizationHeader(),
244
244
  "X-Fern-Language": "JavaScript",
245
245
  "X-Fern-SDK-Name": "candidhealth",
246
- "X-Fern-SDK-Version": "0.18.0",
246
+ "X-Fern-SDK-Version": "0.18.1",
247
247
  },
248
248
  contentType: "application/json",
249
249
  body: await serializers.patientRefunds.v1.PatientRefundUpdate.jsonOrThrow(request, {
@@ -294,7 +294,7 @@ class V1 {
294
294
  Authorization: await this._getAuthorizationHeader(),
295
295
  "X-Fern-Language": "JavaScript",
296
296
  "X-Fern-SDK-Name": "candidhealth",
297
- "X-Fern-SDK-Version": "0.18.0",
297
+ "X-Fern-SDK-Version": "0.18.1",
298
298
  },
299
299
  contentType: "application/json",
300
300
  timeoutMs: 60000,