candidhealth 0.38.1 → 0.38.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.
Files changed (85) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  3. package/api/resources/chargeCapture/resources/v1/client/Client.js +5 -5
  4. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  5. package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  6. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  7. package/api/resources/diagnoses/client/Client.js +3 -3
  8. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  9. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  10. package/api/resources/encounters/resources/v4/client/Client.js +5 -5
  11. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  12. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  13. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  14. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  15. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  16. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  17. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  18. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  19. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  20. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  21. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  22. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  23. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  24. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  25. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  26. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  27. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  28. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  29. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  30. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  31. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  32. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  33. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  34. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  35. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  36. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  37. package/api/resources/serviceFacility/client/Client.js +1 -1
  38. package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  39. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  40. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  41. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  42. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  43. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +5 -5
  44. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  45. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  46. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  47. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  48. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  49. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  50. package/dist/api/resources/encounters/resources/v4/client/Client.js +5 -5
  51. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  52. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  53. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  54. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  55. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  56. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  57. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  58. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  59. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  60. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  61. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  62. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  63. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  64. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  65. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  66. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  67. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  68. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  69. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  70. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  71. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  72. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  73. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  74. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  75. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  76. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  77. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  78. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  79. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  80. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  81. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  82. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  83. package/package.json +1 -1
  84. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  85. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
@@ -87,7 +87,7 @@ class V2 {
87
87
  Authorization: yield this._getAuthorizationHeader(),
88
88
  "X-Fern-Language": "JavaScript",
89
89
  "X-Fern-SDK-Name": "candidhealth",
90
- "X-Fern-SDK-Version": "0.38.1",
90
+ "X-Fern-SDK-Version": "0.38.2",
91
91
  "X-Fern-Runtime": core.RUNTIME.type,
92
92
  "X-Fern-Runtime-Version": core.RUNTIME.version,
93
93
  },
@@ -69,7 +69,7 @@ class V2 {
69
69
  Authorization: yield this._getAuthorizationHeader(),
70
70
  "X-Fern-Language": "JavaScript",
71
71
  "X-Fern-SDK-Name": "candidhealth",
72
- "X-Fern-SDK-Version": "0.38.1",
72
+ "X-Fern-SDK-Version": "0.38.2",
73
73
  "X-Fern-Runtime": core.RUNTIME.type,
74
74
  "X-Fern-Runtime-Version": core.RUNTIME.version,
75
75
  },
@@ -117,7 +117,7 @@ class V2 {
117
117
  Authorization: yield this._getAuthorizationHeader(),
118
118
  "X-Fern-Language": "JavaScript",
119
119
  "X-Fern-SDK-Name": "candidhealth",
120
- "X-Fern-SDK-Version": "0.38.1",
120
+ "X-Fern-SDK-Version": "0.38.2",
121
121
  "X-Fern-Runtime": core.RUNTIME.type,
122
122
  "X-Fern-Runtime-Version": core.RUNTIME.version,
123
123
  },
@@ -176,7 +176,7 @@ class V2 {
176
176
  Authorization: yield this._getAuthorizationHeader(),
177
177
  "X-Fern-Language": "JavaScript",
178
178
  "X-Fern-SDK-Name": "candidhealth",
179
- "X-Fern-SDK-Version": "0.38.1",
179
+ "X-Fern-SDK-Version": "0.38.2",
180
180
  "X-Fern-Runtime": core.RUNTIME.type,
181
181
  "X-Fern-Runtime-Version": core.RUNTIME.version,
182
182
  },
@@ -175,7 +175,7 @@ class V1 {
175
175
  Authorization: yield this._getAuthorizationHeader(),
176
176
  "X-Fern-Language": "JavaScript",
177
177
  "X-Fern-SDK-Name": "candidhealth",
178
- "X-Fern-SDK-Version": "0.38.1",
178
+ "X-Fern-SDK-Version": "0.38.2",
179
179
  "X-Fern-Runtime": core.RUNTIME.type,
180
180
  "X-Fern-Runtime-Version": core.RUNTIME.version,
181
181
  },
@@ -241,7 +241,7 @@ class V1 {
241
241
  Authorization: yield this._getAuthorizationHeader(),
242
242
  "X-Fern-Language": "JavaScript",
243
243
  "X-Fern-SDK-Name": "candidhealth",
244
- "X-Fern-SDK-Version": "0.38.1",
244
+ "X-Fern-SDK-Version": "0.38.2",
245
245
  "X-Fern-Runtime": core.RUNTIME.type,
246
246
  "X-Fern-Runtime-Version": core.RUNTIME.version,
247
247
  },
@@ -406,7 +406,7 @@ class V1 {
406
406
  Authorization: yield this._getAuthorizationHeader(),
407
407
  "X-Fern-Language": "JavaScript",
408
408
  "X-Fern-SDK-Name": "candidhealth",
409
- "X-Fern-SDK-Version": "0.38.1",
409
+ "X-Fern-SDK-Version": "0.38.2",
410
410
  "X-Fern-Runtime": core.RUNTIME.type,
411
411
  "X-Fern-Runtime-Version": core.RUNTIME.version,
412
412
  },
@@ -472,7 +472,7 @@ class V1 {
472
472
  Authorization: yield this._getAuthorizationHeader(),
473
473
  "X-Fern-Language": "JavaScript",
474
474
  "X-Fern-SDK-Name": "candidhealth",
475
- "X-Fern-SDK-Version": "0.38.1",
475
+ "X-Fern-SDK-Version": "0.38.2",
476
476
  "X-Fern-Runtime": core.RUNTIME.type,
477
477
  "X-Fern-Runtime-Version": core.RUNTIME.version,
478
478
  },
@@ -544,7 +544,7 @@ class V1 {
544
544
  Authorization: yield this._getAuthorizationHeader(),
545
545
  "X-Fern-Language": "JavaScript",
546
546
  "X-Fern-SDK-Name": "candidhealth",
547
- "X-Fern-SDK-Version": "0.38.1",
547
+ "X-Fern-SDK-Version": "0.38.2",
548
548
  "X-Fern-Runtime": core.RUNTIME.type,
549
549
  "X-Fern-Runtime-Version": core.RUNTIME.version,
550
550
  },
@@ -66,7 +66,7 @@ class V2 {
66
66
  Authorization: yield this._getAuthorizationHeader(),
67
67
  "X-Fern-Language": "JavaScript",
68
68
  "X-Fern-SDK-Name": "candidhealth",
69
- "X-Fern-SDK-Version": "0.38.1",
69
+ "X-Fern-SDK-Version": "0.38.2",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -171,7 +171,7 @@ class V2 {
171
171
  Authorization: yield this._getAuthorizationHeader(),
172
172
  "X-Fern-Language": "JavaScript",
173
173
  "X-Fern-SDK-Name": "candidhealth",
174
- "X-Fern-SDK-Version": "0.38.1",
174
+ "X-Fern-SDK-Version": "0.38.2",
175
175
  "X-Fern-Runtime": core.RUNTIME.type,
176
176
  "X-Fern-Runtime-Version": core.RUNTIME.version,
177
177
  },
@@ -246,7 +246,7 @@ class V2 {
246
246
  Authorization: yield this._getAuthorizationHeader(),
247
247
  "X-Fern-Language": "JavaScript",
248
248
  "X-Fern-SDK-Name": "candidhealth",
249
- "X-Fern-SDK-Version": "0.38.1",
249
+ "X-Fern-SDK-Version": "0.38.2",
250
250
  "X-Fern-Runtime": core.RUNTIME.type,
251
251
  "X-Fern-Runtime-Version": core.RUNTIME.version,
252
252
  },
@@ -292,7 +292,7 @@ class V2 {
292
292
  Authorization: yield this._getAuthorizationHeader(),
293
293
  "X-Fern-Language": "JavaScript",
294
294
  "X-Fern-SDK-Name": "candidhealth",
295
- "X-Fern-SDK-Version": "0.38.1",
295
+ "X-Fern-SDK-Version": "0.38.2",
296
296
  "X-Fern-Runtime": core.RUNTIME.type,
297
297
  "X-Fern-Runtime-Version": core.RUNTIME.version,
298
298
  },
@@ -380,7 +380,7 @@ class V2 {
380
380
  Authorization: yield this._getAuthorizationHeader(),
381
381
  "X-Fern-Language": "JavaScript",
382
382
  "X-Fern-SDK-Name": "candidhealth",
383
- "X-Fern-SDK-Version": "0.38.1",
383
+ "X-Fern-SDK-Version": "0.38.2",
384
384
  "X-Fern-Runtime": core.RUNTIME.type,
385
385
  "X-Fern-Runtime-Version": core.RUNTIME.version,
386
386
  },
@@ -78,7 +78,7 @@ class V2 {
78
78
  Authorization: yield this._getAuthorizationHeader(),
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "candidhealth",
81
- "X-Fern-SDK-Version": "0.38.1",
81
+ "X-Fern-SDK-Version": "0.38.2",
82
82
  "X-Fern-Runtime": core.RUNTIME.type,
83
83
  "X-Fern-Runtime-Version": core.RUNTIME.version,
84
84
  },
@@ -141,7 +141,7 @@ class V2 {
141
141
  Authorization: yield this._getAuthorizationHeader(),
142
142
  "X-Fern-Language": "JavaScript",
143
143
  "X-Fern-SDK-Name": "candidhealth",
144
- "X-Fern-SDK-Version": "0.38.1",
144
+ "X-Fern-SDK-Version": "0.38.2",
145
145
  "X-Fern-Runtime": core.RUNTIME.type,
146
146
  "X-Fern-Runtime-Version": core.RUNTIME.version,
147
147
  },
@@ -228,7 +228,7 @@ class V2 {
228
228
  Authorization: yield this._getAuthorizationHeader(),
229
229
  "X-Fern-Language": "JavaScript",
230
230
  "X-Fern-SDK-Name": "candidhealth",
231
- "X-Fern-SDK-Version": "0.38.1",
231
+ "X-Fern-SDK-Version": "0.38.2",
232
232
  "X-Fern-Runtime": core.RUNTIME.type,
233
233
  "X-Fern-Runtime-Version": core.RUNTIME.version,
234
234
  },
@@ -291,7 +291,7 @@ class V2 {
291
291
  Authorization: yield this._getAuthorizationHeader(),
292
292
  "X-Fern-Language": "JavaScript",
293
293
  "X-Fern-SDK-Name": "candidhealth",
294
- "X-Fern-SDK-Version": "0.38.1",
294
+ "X-Fern-SDK-Version": "0.38.2",
295
295
  "X-Fern-Runtime": core.RUNTIME.type,
296
296
  "X-Fern-Runtime-Version": core.RUNTIME.version,
297
297
  },
@@ -358,7 +358,7 @@ class V2 {
358
358
  Authorization: yield this._getAuthorizationHeader(),
359
359
  "X-Fern-Language": "JavaScript",
360
360
  "X-Fern-SDK-Name": "candidhealth",
361
- "X-Fern-SDK-Version": "0.38.1",
361
+ "X-Fern-SDK-Version": "0.38.2",
362
362
  "X-Fern-Runtime": core.RUNTIME.type,
363
363
  "X-Fern-Runtime-Version": core.RUNTIME.version,
364
364
  },
@@ -67,7 +67,7 @@ class V1 {
67
67
  Authorization: yield this._getAuthorizationHeader(),
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "candidhealth",
70
- "X-Fern-SDK-Version": "0.38.1",
70
+ "X-Fern-SDK-Version": "0.38.2",
71
71
  "X-Fern-Runtime": core.RUNTIME.type,
72
72
  "X-Fern-Runtime-Version": core.RUNTIME.version,
73
73
  },
@@ -128,7 +128,7 @@ class V1 {
128
128
  Authorization: yield this._getAuthorizationHeader(),
129
129
  "X-Fern-Language": "JavaScript",
130
130
  "X-Fern-SDK-Name": "candidhealth",
131
- "X-Fern-SDK-Version": "0.38.1",
131
+ "X-Fern-SDK-Version": "0.38.2",
132
132
  "X-Fern-Runtime": core.RUNTIME.type,
133
133
  "X-Fern-Runtime-Version": core.RUNTIME.version,
134
134
  },
@@ -207,7 +207,7 @@ class V1 {
207
207
  Authorization: yield this._getAuthorizationHeader(),
208
208
  "X-Fern-Language": "JavaScript",
209
209
  "X-Fern-SDK-Name": "candidhealth",
210
- "X-Fern-SDK-Version": "0.38.1",
210
+ "X-Fern-SDK-Version": "0.38.2",
211
211
  "X-Fern-Runtime": core.RUNTIME.type,
212
212
  "X-Fern-Runtime-Version": core.RUNTIME.version,
213
213
  },
@@ -277,7 +277,7 @@ class V1 {
277
277
  Authorization: yield this._getAuthorizationHeader(),
278
278
  "X-Fern-Language": "JavaScript",
279
279
  "X-Fern-SDK-Name": "candidhealth",
280
- "X-Fern-SDK-Version": "0.38.1",
280
+ "X-Fern-SDK-Version": "0.38.2",
281
281
  "X-Fern-Runtime": core.RUNTIME.type,
282
282
  "X-Fern-Runtime-Version": core.RUNTIME.version,
283
283
  },
@@ -73,7 +73,7 @@ class Diagnoses {
73
73
  Authorization: yield this._getAuthorizationHeader(),
74
74
  "X-Fern-Language": "JavaScript",
75
75
  "X-Fern-SDK-Name": "candidhealth",
76
- "X-Fern-SDK-Version": "0.38.1",
76
+ "X-Fern-SDK-Version": "0.38.2",
77
77
  "X-Fern-Runtime": core.RUNTIME.type,
78
78
  "X-Fern-Runtime-Version": core.RUNTIME.version,
79
79
  },
@@ -126,7 +126,7 @@ class Diagnoses {
126
126
  Authorization: yield this._getAuthorizationHeader(),
127
127
  "X-Fern-Language": "JavaScript",
128
128
  "X-Fern-SDK-Name": "candidhealth",
129
- "X-Fern-SDK-Version": "0.38.1",
129
+ "X-Fern-SDK-Version": "0.38.2",
130
130
  "X-Fern-Runtime": core.RUNTIME.type,
131
131
  "X-Fern-Runtime-Version": core.RUNTIME.version,
132
132
  },
@@ -188,7 +188,7 @@ class Diagnoses {
188
188
  Authorization: yield this._getAuthorizationHeader(),
189
189
  "X-Fern-Language": "JavaScript",
190
190
  "X-Fern-SDK-Name": "candidhealth",
191
- "X-Fern-SDK-Version": "0.38.1",
191
+ "X-Fern-SDK-Version": "0.38.2",
192
192
  "X-Fern-Runtime": core.RUNTIME.type,
193
193
  "X-Fern-Runtime-Version": core.RUNTIME.version,
194
194
  },
@@ -83,7 +83,7 @@ class V2 {
83
83
  Authorization: yield this._getAuthorizationHeader(),
84
84
  "X-Fern-Language": "JavaScript",
85
85
  "X-Fern-SDK-Name": "candidhealth",
86
- "X-Fern-SDK-Version": "0.38.1",
86
+ "X-Fern-SDK-Version": "0.38.2",
87
87
  "X-Fern-Runtime": core.RUNTIME.type,
88
88
  "X-Fern-Runtime-Version": core.RUNTIME.version,
89
89
  },
@@ -156,7 +156,7 @@ class V2 {
156
156
  Authorization: yield this._getAuthorizationHeader(),
157
157
  "X-Fern-Language": "JavaScript",
158
158
  "X-Fern-SDK-Name": "candidhealth",
159
- "X-Fern-SDK-Version": "0.38.1",
159
+ "X-Fern-SDK-Version": "0.38.2",
160
160
  "X-Fern-Runtime": core.RUNTIME.type,
161
161
  "X-Fern-Runtime-Version": core.RUNTIME.version,
162
162
  },
@@ -227,7 +227,7 @@ class V2 {
227
227
  Authorization: yield this._getAuthorizationHeader(),
228
228
  "X-Fern-Language": "JavaScript",
229
229
  "X-Fern-SDK-Name": "candidhealth",
230
- "X-Fern-SDK-Version": "0.38.1",
230
+ "X-Fern-SDK-Version": "0.38.2",
231
231
  "X-Fern-Runtime": core.RUNTIME.type,
232
232
  "X-Fern-Runtime-Version": core.RUNTIME.version,
233
233
  },
@@ -67,7 +67,7 @@ class V2 {
67
67
  Authorization: yield this._getAuthorizationHeader(),
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "candidhealth",
70
- "X-Fern-SDK-Version": "0.38.1",
70
+ "X-Fern-SDK-Version": "0.38.2",
71
71
  "X-Fern-Runtime": core.RUNTIME.type,
72
72
  "X-Fern-Runtime-Version": core.RUNTIME.version,
73
73
  },
@@ -131,7 +131,7 @@ class V2 {
131
131
  Authorization: yield this._getAuthorizationHeader(),
132
132
  "X-Fern-Language": "JavaScript",
133
133
  "X-Fern-SDK-Name": "candidhealth",
134
- "X-Fern-SDK-Version": "0.38.1",
134
+ "X-Fern-SDK-Version": "0.38.2",
135
135
  "X-Fern-Runtime": core.RUNTIME.type,
136
136
  "X-Fern-Runtime-Version": core.RUNTIME.version,
137
137
  },
@@ -196,7 +196,7 @@ class V2 {
196
196
  Authorization: yield this._getAuthorizationHeader(),
197
197
  "X-Fern-Language": "JavaScript",
198
198
  "X-Fern-SDK-Name": "candidhealth",
199
- "X-Fern-SDK-Version": "0.38.1",
199
+ "X-Fern-SDK-Version": "0.38.2",
200
200
  "X-Fern-Runtime": core.RUNTIME.type,
201
201
  "X-Fern-Runtime-Version": core.RUNTIME.version,
202
202
  },
@@ -272,7 +272,7 @@ class V2 {
272
272
  Authorization: yield this._getAuthorizationHeader(),
273
273
  "X-Fern-Language": "JavaScript",
274
274
  "X-Fern-SDK-Name": "candidhealth",
275
- "X-Fern-SDK-Version": "0.38.1",
275
+ "X-Fern-SDK-Version": "0.38.2",
276
276
  "X-Fern-Runtime": core.RUNTIME.type,
277
277
  "X-Fern-Runtime-Version": core.RUNTIME.version,
278
278
  },
@@ -347,7 +347,7 @@ class V2 {
347
347
  Authorization: yield this._getAuthorizationHeader(),
348
348
  "X-Fern-Language": "JavaScript",
349
349
  "X-Fern-SDK-Name": "candidhealth",
350
- "X-Fern-SDK-Version": "0.38.1",
350
+ "X-Fern-SDK-Version": "0.38.2",
351
351
  "X-Fern-Runtime": core.RUNTIME.type,
352
352
  "X-Fern-Runtime-Version": core.RUNTIME.version,
353
353
  },
@@ -424,7 +424,7 @@ class V2 {
424
424
  Authorization: yield this._getAuthorizationHeader(),
425
425
  "X-Fern-Language": "JavaScript",
426
426
  "X-Fern-SDK-Name": "candidhealth",
427
- "X-Fern-SDK-Version": "0.38.1",
427
+ "X-Fern-SDK-Version": "0.38.2",
428
428
  "X-Fern-Runtime": core.RUNTIME.type,
429
429
  "X-Fern-Runtime-Version": core.RUNTIME.version,
430
430
  },
@@ -502,7 +502,7 @@ class V2 {
502
502
  Authorization: yield this._getAuthorizationHeader(),
503
503
  "X-Fern-Language": "JavaScript",
504
504
  "X-Fern-SDK-Name": "candidhealth",
505
- "X-Fern-SDK-Version": "0.38.1",
505
+ "X-Fern-SDK-Version": "0.38.2",
506
506
  "X-Fern-Runtime": core.RUNTIME.type,
507
507
  "X-Fern-Runtime-Version": core.RUNTIME.version,
508
508
  },
@@ -579,7 +579,7 @@ class V2 {
579
579
  Authorization: yield this._getAuthorizationHeader(),
580
580
  "X-Fern-Language": "JavaScript",
581
581
  "X-Fern-SDK-Name": "candidhealth",
582
- "X-Fern-SDK-Version": "0.38.1",
582
+ "X-Fern-SDK-Version": "0.38.2",
583
583
  "X-Fern-Runtime": core.RUNTIME.type,
584
584
  "X-Fern-Runtime-Version": core.RUNTIME.version,
585
585
  },
@@ -643,7 +643,7 @@ class V2 {
643
643
  Authorization: yield this._getAuthorizationHeader(),
644
644
  "X-Fern-Language": "JavaScript",
645
645
  "X-Fern-SDK-Name": "candidhealth",
646
- "X-Fern-SDK-Version": "0.38.1",
646
+ "X-Fern-SDK-Version": "0.38.2",
647
647
  "X-Fern-Runtime": core.RUNTIME.type,
648
648
  "X-Fern-Runtime-Version": core.RUNTIME.version,
649
649
  },
@@ -698,7 +698,7 @@ class V2 {
698
698
  Authorization: yield this._getAuthorizationHeader(),
699
699
  "X-Fern-Language": "JavaScript",
700
700
  "X-Fern-SDK-Name": "candidhealth",
701
- "X-Fern-SDK-Version": "0.38.1",
701
+ "X-Fern-SDK-Version": "0.38.2",
702
702
  "X-Fern-Runtime": core.RUNTIME.type,
703
703
  "X-Fern-Runtime-Version": core.RUNTIME.version,
704
704
  },
@@ -753,7 +753,7 @@ class V2 {
753
753
  Authorization: yield this._getAuthorizationHeader(),
754
754
  "X-Fern-Language": "JavaScript",
755
755
  "X-Fern-SDK-Name": "candidhealth",
756
- "X-Fern-SDK-Version": "0.38.1",
756
+ "X-Fern-SDK-Version": "0.38.2",
757
757
  "X-Fern-Runtime": core.RUNTIME.type,
758
758
  "X-Fern-Runtime-Version": core.RUNTIME.version,
759
759
  },
@@ -808,7 +808,7 @@ class V2 {
808
808
  Authorization: yield this._getAuthorizationHeader(),
809
809
  "X-Fern-Language": "JavaScript",
810
810
  "X-Fern-SDK-Name": "candidhealth",
811
- "X-Fern-SDK-Version": "0.38.1",
811
+ "X-Fern-SDK-Version": "0.38.2",
812
812
  "X-Fern-Runtime": core.RUNTIME.type,
813
813
  "X-Fern-Runtime-Version": core.RUNTIME.version,
814
814
  },
@@ -132,7 +132,7 @@ class V4 {
132
132
  Authorization: yield this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "candidhealth",
135
- "X-Fern-SDK-Version": "0.38.1",
135
+ "X-Fern-SDK-Version": "0.38.2",
136
136
  "X-Fern-Runtime": core.RUNTIME.type,
137
137
  "X-Fern-Runtime-Version": core.RUNTIME.version,
138
138
  },
@@ -178,7 +178,7 @@ class V4 {
178
178
  Authorization: yield this._getAuthorizationHeader(),
179
179
  "X-Fern-Language": "JavaScript",
180
180
  "X-Fern-SDK-Name": "candidhealth",
181
- "X-Fern-SDK-Version": "0.38.1",
181
+ "X-Fern-SDK-Version": "0.38.2",
182
182
  "X-Fern-Runtime": core.RUNTIME.type,
183
183
  "X-Fern-Runtime-Version": core.RUNTIME.version,
184
184
  },
@@ -528,7 +528,7 @@ class V4 {
528
528
  Authorization: yield this._getAuthorizationHeader(),
529
529
  "X-Fern-Language": "JavaScript",
530
530
  "X-Fern-SDK-Name": "candidhealth",
531
- "X-Fern-SDK-Version": "0.38.1",
531
+ "X-Fern-SDK-Version": "0.38.2",
532
532
  "X-Fern-Runtime": core.RUNTIME.type,
533
533
  "X-Fern-Runtime-Version": core.RUNTIME.version,
534
534
  },
@@ -835,7 +835,7 @@ class V4 {
835
835
  Authorization: yield this._getAuthorizationHeader(),
836
836
  "X-Fern-Language": "JavaScript",
837
837
  "X-Fern-SDK-Name": "candidhealth",
838
- "X-Fern-SDK-Version": "0.38.1",
838
+ "X-Fern-SDK-Version": "0.38.2",
839
839
  "X-Fern-Runtime": core.RUNTIME.type,
840
840
  "X-Fern-Runtime-Version": core.RUNTIME.version,
841
841
  },
@@ -986,7 +986,7 @@ class V4 {
986
986
  Authorization: yield this._getAuthorizationHeader(),
987
987
  "X-Fern-Language": "JavaScript",
988
988
  "X-Fern-SDK-Name": "candidhealth",
989
- "X-Fern-SDK-Version": "0.38.1",
989
+ "X-Fern-SDK-Version": "0.38.2",
990
990
  "X-Fern-Runtime": core.RUNTIME.type,
991
991
  "X-Fern-Runtime-Version": core.RUNTIME.version,
992
992
  },
@@ -495,4 +495,6 @@ export interface Encounter extends CandidApi.encounters.v4.EncounterBase {
495
495
  schemaInstances: CandidApi.customSchemas.v1.SchemaInstance[];
496
496
  /** Refers to REF\*9F on the 837p. Value cannot be greater than 50 characters. */
497
497
  referralNumber?: string;
498
+ /** The date and time the encounter was last submitted to a payer. */
499
+ lastSubmittedAt?: Date;
498
500
  }
@@ -79,7 +79,7 @@ class V1 {
79
79
  Authorization: yield this._getAuthorizationHeader(),
80
80
  "X-Fern-Language": "JavaScript",
81
81
  "X-Fern-SDK-Name": "candidhealth",
82
- "X-Fern-SDK-Version": "0.38.1",
82
+ "X-Fern-SDK-Version": "0.38.2",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  },
@@ -96,7 +96,7 @@ class V2 {
96
96
  Authorization: yield this._getAuthorizationHeader(),
97
97
  "X-Fern-Language": "JavaScript",
98
98
  "X-Fern-SDK-Name": "candidhealth",
99
- "X-Fern-SDK-Version": "0.38.1",
99
+ "X-Fern-SDK-Version": "0.38.2",
100
100
  "X-Fern-Runtime": core.RUNTIME.type,
101
101
  "X-Fern-Runtime-Version": core.RUNTIME.version,
102
102
  },
@@ -189,7 +189,7 @@ class V2 {
189
189
  Authorization: yield this._getAuthorizationHeader(),
190
190
  "X-Fern-Language": "JavaScript",
191
191
  "X-Fern-SDK-Name": "candidhealth",
192
- "X-Fern-SDK-Version": "0.38.1",
192
+ "X-Fern-SDK-Version": "0.38.2",
193
193
  "X-Fern-Runtime": core.RUNTIME.type,
194
194
  "X-Fern-Runtime-Version": core.RUNTIME.version,
195
195
  },
@@ -87,7 +87,7 @@ class V3 {
87
87
  Authorization: yield this._getAuthorizationHeader(),
88
88
  "X-Fern-Language": "JavaScript",
89
89
  "X-Fern-SDK-Name": "candidhealth",
90
- "X-Fern-SDK-Version": "0.38.1",
90
+ "X-Fern-SDK-Version": "0.38.2",
91
91
  "X-Fern-Runtime": core.RUNTIME.type,
92
92
  "X-Fern-Runtime-Version": core.RUNTIME.version,
93
93
  },
@@ -82,7 +82,7 @@ class V1 {
82
82
  Authorization: yield this._getAuthorizationHeader(),
83
83
  "X-Fern-Language": "JavaScript",
84
84
  "X-Fern-SDK-Name": "candidhealth",
85
- "X-Fern-SDK-Version": "0.38.1",
85
+ "X-Fern-SDK-Version": "0.38.2",
86
86
  "X-Fern-Runtime": core.RUNTIME.type,
87
87
  "X-Fern-Runtime-Version": core.RUNTIME.version,
88
88
  },
@@ -68,7 +68,7 @@ class V3 {
68
68
  Authorization: yield this._getAuthorizationHeader(),
69
69
  "X-Fern-Language": "JavaScript",
70
70
  "X-Fern-SDK-Name": "candidhealth",
71
- "X-Fern-SDK-Version": "0.38.1",
71
+ "X-Fern-SDK-Version": "0.38.2",
72
72
  "X-Fern-Runtime": core.RUNTIME.type,
73
73
  "X-Fern-Runtime-Version": core.RUNTIME.version,
74
74
  },
@@ -131,7 +131,7 @@ class V3 {
131
131
  Authorization: yield this._getAuthorizationHeader(),
132
132
  "X-Fern-Language": "JavaScript",
133
133
  "X-Fern-SDK-Name": "candidhealth",
134
- "X-Fern-SDK-Version": "0.38.1",
134
+ "X-Fern-SDK-Version": "0.38.2",
135
135
  "X-Fern-Runtime": core.RUNTIME.type,
136
136
  "X-Fern-Runtime-Version": core.RUNTIME.version,
137
137
  },
@@ -274,7 +274,7 @@ class V3 {
274
274
  Authorization: yield this._getAuthorizationHeader(),
275
275
  "X-Fern-Language": "JavaScript",
276
276
  "X-Fern-SDK-Name": "candidhealth",
277
- "X-Fern-SDK-Version": "0.38.1",
277
+ "X-Fern-SDK-Version": "0.38.2",
278
278
  "X-Fern-Runtime": core.RUNTIME.type,
279
279
  "X-Fern-Runtime-Version": core.RUNTIME.version,
280
280
  },
@@ -401,7 +401,7 @@ class V3 {
401
401
  Authorization: yield this._getAuthorizationHeader(),
402
402
  "X-Fern-Language": "JavaScript",
403
403
  "X-Fern-SDK-Name": "candidhealth",
404
- "X-Fern-SDK-Version": "0.38.1",
404
+ "X-Fern-SDK-Version": "0.38.2",
405
405
  "X-Fern-Runtime": core.RUNTIME.type,
406
406
  "X-Fern-Runtime-Version": core.RUNTIME.version,
407
407
  },
@@ -449,7 +449,7 @@ class V3 {
449
449
  Authorization: yield this._getAuthorizationHeader(),
450
450
  "X-Fern-Language": "JavaScript",
451
451
  "X-Fern-SDK-Name": "candidhealth",
452
- "X-Fern-SDK-Version": "0.38.1",
452
+ "X-Fern-SDK-Version": "0.38.2",
453
453
  "X-Fern-Runtime": core.RUNTIME.type,
454
454
  "X-Fern-Runtime-Version": core.RUNTIME.version,
455
455
  },
@@ -531,7 +531,7 @@ class V3 {
531
531
  Authorization: yield this._getAuthorizationHeader(),
532
532
  "X-Fern-Language": "JavaScript",
533
533
  "X-Fern-SDK-Name": "candidhealth",
534
- "X-Fern-SDK-Version": "0.38.1",
534
+ "X-Fern-SDK-Version": "0.38.2",
535
535
  "X-Fern-Runtime": core.RUNTIME.type,
536
536
  "X-Fern-Runtime-Version": core.RUNTIME.version,
537
537
  },
@@ -596,7 +596,7 @@ class V3 {
596
596
  Authorization: yield this._getAuthorizationHeader(),
597
597
  "X-Fern-Language": "JavaScript",
598
598
  "X-Fern-SDK-Name": "candidhealth",
599
- "X-Fern-SDK-Version": "0.38.1",
599
+ "X-Fern-SDK-Version": "0.38.2",
600
600
  "X-Fern-Runtime": core.RUNTIME.type,
601
601
  "X-Fern-Runtime-Version": core.RUNTIME.version,
602
602
  },
@@ -652,7 +652,7 @@ class V3 {
652
652
  Authorization: yield this._getAuthorizationHeader(),
653
653
  "X-Fern-Language": "JavaScript",
654
654
  "X-Fern-SDK-Name": "candidhealth",
655
- "X-Fern-SDK-Version": "0.38.1",
655
+ "X-Fern-SDK-Version": "0.38.2",
656
656
  "X-Fern-Runtime": core.RUNTIME.type,
657
657
  "X-Fern-Runtime-Version": core.RUNTIME.version,
658
658
  },
@@ -709,7 +709,7 @@ class V3 {
709
709
  Authorization: yield this._getAuthorizationHeader(),
710
710
  "X-Fern-Language": "JavaScript",
711
711
  "X-Fern-SDK-Name": "candidhealth",
712
- "X-Fern-SDK-Version": "0.38.1",
712
+ "X-Fern-SDK-Version": "0.38.2",
713
713
  "X-Fern-Runtime": core.RUNTIME.type,
714
714
  "X-Fern-Runtime-Version": core.RUNTIME.version,
715
715
  },
@@ -762,7 +762,7 @@ class V3 {
762
762
  Authorization: yield this._getAuthorizationHeader(),
763
763
  "X-Fern-Language": "JavaScript",
764
764
  "X-Fern-SDK-Name": "candidhealth",
765
- "X-Fern-SDK-Version": "0.38.1",
765
+ "X-Fern-SDK-Version": "0.38.2",
766
766
  "X-Fern-Runtime": core.RUNTIME.type,
767
767
  "X-Fern-Runtime-Version": core.RUNTIME.version,
768
768
  },
@@ -89,7 +89,7 @@ class V1 {
89
89
  Authorization: yield this._getAuthorizationHeader(),
90
90
  "X-Fern-Language": "JavaScript",
91
91
  "X-Fern-SDK-Name": "candidhealth",
92
- "X-Fern-SDK-Version": "0.38.1",
92
+ "X-Fern-SDK-Version": "0.38.2",
93
93
  "X-Fern-Runtime": core.RUNTIME.type,
94
94
  "X-Fern-Runtime-Version": core.RUNTIME.version,
95
95
  },
@@ -152,7 +152,7 @@ class V1 {
152
152
  Authorization: yield this._getAuthorizationHeader(),
153
153
  "X-Fern-Language": "JavaScript",
154
154
  "X-Fern-SDK-Name": "candidhealth",
155
- "X-Fern-SDK-Version": "0.38.1",
155
+ "X-Fern-SDK-Version": "0.38.2",
156
156
  "X-Fern-Runtime": core.RUNTIME.type,
157
157
  "X-Fern-Runtime-Version": core.RUNTIME.version,
158
158
  },
@@ -200,7 +200,7 @@ class V1 {
200
200
  Authorization: yield this._getAuthorizationHeader(),
201
201
  "X-Fern-Language": "JavaScript",
202
202
  "X-Fern-SDK-Name": "candidhealth",
203
- "X-Fern-SDK-Version": "0.38.1",
203
+ "X-Fern-SDK-Version": "0.38.2",
204
204
  "X-Fern-Runtime": core.RUNTIME.type,
205
205
  "X-Fern-Runtime-Version": core.RUNTIME.version,
206
206
  },
@@ -84,7 +84,7 @@ class V1 {
84
84
  Authorization: yield this._getAuthorizationHeader(),
85
85
  "X-Fern-Language": "JavaScript",
86
86
  "X-Fern-SDK-Name": "candidhealth",
87
- "X-Fern-SDK-Version": "0.38.1",
87
+ "X-Fern-SDK-Version": "0.38.2",
88
88
  "X-Fern-Runtime": core.RUNTIME.type,
89
89
  "X-Fern-Runtime-Version": core.RUNTIME.version,
90
90
  },
@@ -197,7 +197,7 @@ class V1 {
197
197
  Authorization: yield this._getAuthorizationHeader(),
198
198
  "X-Fern-Language": "JavaScript",
199
199
  "X-Fern-SDK-Name": "candidhealth",
200
- "X-Fern-SDK-Version": "0.38.1",
200
+ "X-Fern-SDK-Version": "0.38.2",
201
201
  "X-Fern-Runtime": core.RUNTIME.type,
202
202
  "X-Fern-Runtime-Version": core.RUNTIME.version,
203
203
  },
@@ -245,7 +245,7 @@ class V1 {
245
245
  Authorization: yield this._getAuthorizationHeader(),
246
246
  "X-Fern-Language": "JavaScript",
247
247
  "X-Fern-SDK-Name": "candidhealth",
248
- "X-Fern-SDK-Version": "0.38.1",
248
+ "X-Fern-SDK-Version": "0.38.2",
249
249
  "X-Fern-Runtime": core.RUNTIME.type,
250
250
  "X-Fern-Runtime-Version": core.RUNTIME.version,
251
251
  },
@@ -322,7 +322,7 @@ class V1 {
322
322
  Authorization: yield this._getAuthorizationHeader(),
323
323
  "X-Fern-Language": "JavaScript",
324
324
  "X-Fern-SDK-Name": "candidhealth",
325
- "X-Fern-SDK-Version": "0.38.1",
325
+ "X-Fern-SDK-Version": "0.38.2",
326
326
  "X-Fern-Runtime": core.RUNTIME.type,
327
327
  "X-Fern-Runtime-Version": core.RUNTIME.version,
328
328
  },