candidhealth 0.34.2 → 0.34.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 (104) 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/customSchemas/resources/v1/client/Client.js +4 -4
  5. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  6. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  7. package/api/resources/encounters/resources/v4/client/Client.d.ts +1 -1
  8. package/api/resources/encounters/resources/v4/client/Client.js +6 -6
  9. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +2 -2
  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/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  14. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  15. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  16. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  17. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  18. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  19. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  20. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  21. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  22. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  23. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  24. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  25. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  26. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  27. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  28. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  29. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +12 -0
  30. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +58 -5
  31. package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +2 -0
  32. package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +6 -1
  33. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +12 -0
  34. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js +5 -0
  35. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +1 -0
  36. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.js +2 -0
  37. package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +22 -0
  38. package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +47 -0
  39. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  40. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  41. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +8 -8
  42. package/api/resources/serviceFacility/client/Client.js +1 -1
  43. package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  44. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  45. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  46. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  47. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  48. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  49. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  50. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  51. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  52. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +1 -1
  53. package/dist/api/resources/encounters/resources/v4/client/Client.js +6 -6
  54. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +2 -2
  55. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  56. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  57. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  58. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  59. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  60. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  61. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  62. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  63. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  64. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  65. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  66. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  67. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  68. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  69. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  70. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  71. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  72. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  73. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  74. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +12 -0
  75. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +58 -5
  76. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +2 -0
  77. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +6 -1
  78. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +12 -0
  79. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js +5 -0
  80. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +1 -0
  81. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.js +2 -0
  82. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +22 -0
  83. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +47 -0
  84. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  85. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  86. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +8 -8
  87. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  88. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  89. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  90. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  91. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +1 -1
  92. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.js +1 -1
  93. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
  94. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +2 -1
  95. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +11 -0
  96. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +32 -0
  97. package/package.json +1 -1
  98. package/reference.md +66 -1
  99. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +1 -1
  100. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.js +1 -1
  101. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -0
  102. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +2 -1
  103. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +11 -0
  104. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +32 -0
@@ -134,7 +134,7 @@ class V1 {
134
134
  Authorization: yield this._getAuthorizationHeader(),
135
135
  "X-Fern-Language": "JavaScript",
136
136
  "X-Fern-SDK-Name": "candidhealth",
137
- "X-Fern-SDK-Version": "0.34.2",
137
+ "X-Fern-SDK-Version": "0.34.3",
138
138
  "X-Fern-Runtime": core.RUNTIME.type,
139
139
  "X-Fern-Runtime-Version": core.RUNTIME.version,
140
140
  },
@@ -252,7 +252,7 @@ class V1 {
252
252
  Authorization: yield this._getAuthorizationHeader(),
253
253
  "X-Fern-Language": "JavaScript",
254
254
  "X-Fern-SDK-Name": "candidhealth",
255
- "X-Fern-SDK-Version": "0.34.2",
255
+ "X-Fern-SDK-Version": "0.34.3",
256
256
  "X-Fern-Runtime": core.RUNTIME.type,
257
257
  "X-Fern-Runtime-Version": core.RUNTIME.version,
258
258
  },
@@ -317,7 +317,7 @@ class V1 {
317
317
  Authorization: yield this._getAuthorizationHeader(),
318
318
  "X-Fern-Language": "JavaScript",
319
319
  "X-Fern-SDK-Name": "candidhealth",
320
- "X-Fern-SDK-Version": "0.34.2",
320
+ "X-Fern-SDK-Version": "0.34.3",
321
321
  "X-Fern-Runtime": core.RUNTIME.type,
322
322
  "X-Fern-Runtime-Version": core.RUNTIME.version,
323
323
  },
@@ -364,7 +364,7 @@ class V1 {
364
364
  Authorization: yield this._getAuthorizationHeader(),
365
365
  "X-Fern-Language": "JavaScript",
366
366
  "X-Fern-SDK-Name": "candidhealth",
367
- "X-Fern-SDK-Version": "0.34.2",
367
+ "X-Fern-SDK-Version": "0.34.3",
368
368
  "X-Fern-Runtime": core.RUNTIME.type,
369
369
  "X-Fern-Runtime-Version": core.RUNTIME.version,
370
370
  },
@@ -432,7 +432,7 @@ class V1 {
432
432
  Authorization: yield this._getAuthorizationHeader(),
433
433
  "X-Fern-Language": "JavaScript",
434
434
  "X-Fern-SDK-Name": "candidhealth",
435
- "X-Fern-SDK-Version": "0.34.2",
435
+ "X-Fern-SDK-Version": "0.34.3",
436
436
  "X-Fern-Runtime": core.RUNTIME.type,
437
437
  "X-Fern-Runtime-Version": core.RUNTIME.version,
438
438
  },
@@ -485,7 +485,7 @@ class V1 {
485
485
  Authorization: yield this._getAuthorizationHeader(),
486
486
  "X-Fern-Language": "JavaScript",
487
487
  "X-Fern-SDK-Name": "candidhealth",
488
- "X-Fern-SDK-Version": "0.34.2",
488
+ "X-Fern-SDK-Version": "0.34.3",
489
489
  "X-Fern-Runtime": core.RUNTIME.type,
490
490
  "X-Fern-Runtime-Version": core.RUNTIME.version,
491
491
  },
@@ -538,7 +538,7 @@ class V1 {
538
538
  Authorization: yield this._getAuthorizationHeader(),
539
539
  "X-Fern-Language": "JavaScript",
540
540
  "X-Fern-SDK-Name": "candidhealth",
541
- "X-Fern-SDK-Version": "0.34.2",
541
+ "X-Fern-SDK-Version": "0.34.3",
542
542
  "X-Fern-Runtime": core.RUNTIME.type,
543
543
  "X-Fern-Runtime-Version": core.RUNTIME.version,
544
544
  },
@@ -589,7 +589,7 @@ class V1 {
589
589
  Authorization: yield this._getAuthorizationHeader(),
590
590
  "X-Fern-Language": "JavaScript",
591
591
  "X-Fern-SDK-Name": "candidhealth",
592
- "X-Fern-SDK-Version": "0.34.2",
592
+ "X-Fern-SDK-Version": "0.34.3",
593
593
  "X-Fern-Runtime": core.RUNTIME.type,
594
594
  "X-Fern-Runtime-Version": core.RUNTIME.version,
595
595
  },
@@ -91,7 +91,7 @@ class V1 {
91
91
  Authorization: yield this._getAuthorizationHeader(),
92
92
  "X-Fern-Language": "JavaScript",
93
93
  "X-Fern-SDK-Name": "candidhealth",
94
- "X-Fern-SDK-Version": "0.34.2",
94
+ "X-Fern-SDK-Version": "0.34.3",
95
95
  "X-Fern-Runtime": core.RUNTIME.type,
96
96
  "X-Fern-Runtime-Version": core.RUNTIME.version,
97
97
  },
@@ -176,7 +176,7 @@ class V1 {
176
176
  Authorization: yield this._getAuthorizationHeader(),
177
177
  "X-Fern-Language": "JavaScript",
178
178
  "X-Fern-SDK-Name": "candidhealth",
179
- "X-Fern-SDK-Version": "0.34.2",
179
+ "X-Fern-SDK-Version": "0.34.3",
180
180
  "X-Fern-Runtime": core.RUNTIME.type,
181
181
  "X-Fern-Runtime-Version": core.RUNTIME.version,
182
182
  },
@@ -361,7 +361,7 @@ class V1 {
361
361
  Authorization: yield this._getAuthorizationHeader(),
362
362
  "X-Fern-Language": "JavaScript",
363
363
  "X-Fern-SDK-Name": "candidhealth",
364
- "X-Fern-SDK-Version": "0.34.2",
364
+ "X-Fern-SDK-Version": "0.34.3",
365
365
  "X-Fern-Runtime": core.RUNTIME.type,
366
366
  "X-Fern-Runtime-Version": core.RUNTIME.version,
367
367
  },
@@ -450,7 +450,7 @@ class V1 {
450
450
  Authorization: yield this._getAuthorizationHeader(),
451
451
  "X-Fern-Language": "JavaScript",
452
452
  "X-Fern-SDK-Name": "candidhealth",
453
- "X-Fern-SDK-Version": "0.34.2",
453
+ "X-Fern-SDK-Version": "0.34.3",
454
454
  "X-Fern-Runtime": core.RUNTIME.type,
455
455
  "X-Fern-Runtime-Version": core.RUNTIME.version,
456
456
  },
@@ -498,7 +498,7 @@ class V1 {
498
498
  Authorization: yield this._getAuthorizationHeader(),
499
499
  "X-Fern-Language": "JavaScript",
500
500
  "X-Fern-SDK-Name": "candidhealth",
501
- "X-Fern-SDK-Version": "0.34.2",
501
+ "X-Fern-SDK-Version": "0.34.3",
502
502
  "X-Fern-Runtime": core.RUNTIME.type,
503
503
  "X-Fern-Runtime-Version": core.RUNTIME.version,
504
504
  },
@@ -559,7 +559,7 @@ class V1 {
559
559
  Authorization: yield this._getAuthorizationHeader(),
560
560
  "X-Fern-Language": "JavaScript",
561
561
  "X-Fern-SDK-Name": "candidhealth",
562
- "X-Fern-SDK-Version": "0.34.2",
562
+ "X-Fern-SDK-Version": "0.34.3",
563
563
  "X-Fern-Runtime": core.RUNTIME.type,
564
564
  "X-Fern-Runtime-Version": core.RUNTIME.version,
565
565
  },
@@ -907,7 +907,7 @@ class V1 {
907
907
  Authorization: yield this._getAuthorizationHeader(),
908
908
  "X-Fern-Language": "JavaScript",
909
909
  "X-Fern-SDK-Name": "candidhealth",
910
- "X-Fern-SDK-Version": "0.34.2",
910
+ "X-Fern-SDK-Version": "0.34.3",
911
911
  "X-Fern-Runtime": core.RUNTIME.type,
912
912
  "X-Fern-Runtime-Version": core.RUNTIME.version,
913
913
  },
@@ -973,7 +973,7 @@ class V1 {
973
973
  Authorization: yield this._getAuthorizationHeader(),
974
974
  "X-Fern-Language": "JavaScript",
975
975
  "X-Fern-SDK-Name": "candidhealth",
976
- "X-Fern-SDK-Version": "0.34.2",
976
+ "X-Fern-SDK-Version": "0.34.3",
977
977
  "X-Fern-Runtime": core.RUNTIME.type,
978
978
  "X-Fern-Runtime-Version": core.RUNTIME.version,
979
979
  },
@@ -1041,7 +1041,7 @@ class V1 {
1041
1041
  Authorization: yield this._getAuthorizationHeader(),
1042
1042
  "X-Fern-Language": "JavaScript",
1043
1043
  "X-Fern-SDK-Name": "candidhealth",
1044
- "X-Fern-SDK-Version": "0.34.2",
1044
+ "X-Fern-SDK-Version": "0.34.3",
1045
1045
  "X-Fern-Runtime": core.RUNTIME.type,
1046
1046
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1047
1047
  },
@@ -1094,7 +1094,7 @@ class V1 {
1094
1094
  Authorization: yield this._getAuthorizationHeader(),
1095
1095
  "X-Fern-Language": "JavaScript",
1096
1096
  "X-Fern-SDK-Name": "candidhealth",
1097
- "X-Fern-SDK-Version": "0.34.2",
1097
+ "X-Fern-SDK-Version": "0.34.3",
1098
1098
  "X-Fern-Runtime": core.RUNTIME.type,
1099
1099
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1100
1100
  },
@@ -77,7 +77,7 @@ class ServiceFacility {
77
77
  Authorization: yield this._getAuthorizationHeader(),
78
78
  "X-Fern-Language": "JavaScript",
79
79
  "X-Fern-SDK-Name": "candidhealth",
80
- "X-Fern-SDK-Version": "0.34.2",
80
+ "X-Fern-SDK-Version": "0.34.3",
81
81
  "X-Fern-Runtime": core.RUNTIME.type,
82
82
  "X-Fern-Runtime-Version": core.RUNTIME.version,
83
83
  },
@@ -84,7 +84,7 @@ class V2 {
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.34.2",
87
+ "X-Fern-SDK-Version": "0.34.3",
88
88
  "X-Fern-Runtime": core.RUNTIME.type,
89
89
  "X-Fern-Runtime-Version": core.RUNTIME.version,
90
90
  },
@@ -174,7 +174,7 @@ class V2 {
174
174
  Authorization: yield this._getAuthorizationHeader(),
175
175
  "X-Fern-Language": "JavaScript",
176
176
  "X-Fern-SDK-Name": "candidhealth",
177
- "X-Fern-SDK-Version": "0.34.2",
177
+ "X-Fern-SDK-Version": "0.34.3",
178
178
  "X-Fern-Runtime": core.RUNTIME.type,
179
179
  "X-Fern-Runtime-Version": core.RUNTIME.version,
180
180
  },
@@ -238,7 +238,7 @@ class V2 {
238
238
  Authorization: yield this._getAuthorizationHeader(),
239
239
  "X-Fern-Language": "JavaScript",
240
240
  "X-Fern-SDK-Name": "candidhealth",
241
- "X-Fern-SDK-Version": "0.34.2",
241
+ "X-Fern-SDK-Version": "0.34.3",
242
242
  "X-Fern-Runtime": core.RUNTIME.type,
243
243
  "X-Fern-Runtime-Version": core.RUNTIME.version,
244
244
  },
@@ -66,7 +66,7 @@ class V3 {
66
66
  Authorization: yield this._getAuthorizationHeader(),
67
67
  "X-Fern-Language": "JavaScript",
68
68
  "X-Fern-SDK-Name": "candidhealth",
69
- "X-Fern-SDK-Version": "0.34.2",
69
+ "X-Fern-SDK-Version": "0.34.3",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -166,7 +166,7 @@ class V3 {
166
166
  Authorization: yield this._getAuthorizationHeader(),
167
167
  "X-Fern-Language": "JavaScript",
168
168
  "X-Fern-SDK-Name": "candidhealth",
169
- "X-Fern-SDK-Version": "0.34.2",
169
+ "X-Fern-SDK-Version": "0.34.3",
170
170
  "X-Fern-Runtime": core.RUNTIME.type,
171
171
  "X-Fern-Runtime-Version": core.RUNTIME.version,
172
172
  },
@@ -226,7 +226,7 @@ class V3 {
226
226
  Authorization: yield this._getAuthorizationHeader(),
227
227
  "X-Fern-Language": "JavaScript",
228
228
  "X-Fern-SDK-Name": "candidhealth",
229
- "X-Fern-SDK-Version": "0.34.2",
229
+ "X-Fern-SDK-Version": "0.34.3",
230
230
  "X-Fern-Runtime": core.RUNTIME.type,
231
231
  "X-Fern-Runtime-Version": core.RUNTIME.version,
232
232
  },
@@ -294,7 +294,7 @@ class V3 {
294
294
  Authorization: yield this._getAuthorizationHeader(),
295
295
  "X-Fern-Language": "JavaScript",
296
296
  "X-Fern-SDK-Name": "candidhealth",
297
- "X-Fern-SDK-Version": "0.34.2",
297
+ "X-Fern-SDK-Version": "0.34.3",
298
298
  "X-Fern-Runtime": core.RUNTIME.type,
299
299
  "X-Fern-Runtime-Version": core.RUNTIME.version,
300
300
  },
@@ -345,7 +345,7 @@ class V3 {
345
345
  Authorization: yield this._getAuthorizationHeader(),
346
346
  "X-Fern-Language": "JavaScript",
347
347
  "X-Fern-SDK-Name": "candidhealth",
348
- "X-Fern-SDK-Version": "0.34.2",
348
+ "X-Fern-SDK-Version": "0.34.3",
349
349
  "X-Fern-Runtime": core.RUNTIME.type,
350
350
  "X-Fern-Runtime-Version": core.RUNTIME.version,
351
351
  },
@@ -116,7 +116,7 @@ class V1 {
116
116
  Authorization: yield this._getAuthorizationHeader(),
117
117
  "X-Fern-Language": "JavaScript",
118
118
  "X-Fern-SDK-Name": "candidhealth",
119
- "X-Fern-SDK-Version": "0.34.2",
119
+ "X-Fern-SDK-Version": "0.34.3",
120
120
  "X-Fern-Runtime": core.RUNTIME.type,
121
121
  "X-Fern-Runtime-Version": core.RUNTIME.version,
122
122
  },
@@ -164,7 +164,7 @@ class V1 {
164
164
  Authorization: yield this._getAuthorizationHeader(),
165
165
  "X-Fern-Language": "JavaScript",
166
166
  "X-Fern-SDK-Name": "candidhealth",
167
- "X-Fern-SDK-Version": "0.34.2",
167
+ "X-Fern-SDK-Version": "0.34.3",
168
168
  "X-Fern-Runtime": core.RUNTIME.type,
169
169
  "X-Fern-Runtime-Version": core.RUNTIME.version,
170
170
  },
@@ -221,7 +221,7 @@ class V1 {
221
221
  Authorization: yield this._getAuthorizationHeader(),
222
222
  "X-Fern-Language": "JavaScript",
223
223
  "X-Fern-SDK-Name": "candidhealth",
224
- "X-Fern-SDK-Version": "0.34.2",
224
+ "X-Fern-SDK-Version": "0.34.3",
225
225
  "X-Fern-Runtime": core.RUNTIME.type,
226
226
  "X-Fern-Runtime-Version": core.RUNTIME.version,
227
227
  },
@@ -271,7 +271,7 @@ class V1 {
271
271
  Authorization: yield this._getAuthorizationHeader(),
272
272
  "X-Fern-Language": "JavaScript",
273
273
  "X-Fern-SDK-Name": "candidhealth",
274
- "X-Fern-SDK-Version": "0.34.2",
274
+ "X-Fern-SDK-Version": "0.34.3",
275
275
  "X-Fern-Runtime": core.RUNTIME.type,
276
276
  "X-Fern-Runtime-Version": core.RUNTIME.version,
277
277
  },
@@ -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.34.2",
90
+ "X-Fern-SDK-Version": "0.34.3",
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.34.2",
72
+ "X-Fern-SDK-Version": "0.34.3",
73
73
  "X-Fern-Runtime": core.RUNTIME.type,
74
74
  "X-Fern-Runtime-Version": core.RUNTIME.version,
75
75
  },
@@ -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.34.2",
69
+ "X-Fern-SDK-Version": "0.34.3",
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.34.2",
174
+ "X-Fern-SDK-Version": "0.34.3",
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.34.2",
249
+ "X-Fern-SDK-Version": "0.34.3",
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.34.2",
295
+ "X-Fern-SDK-Version": "0.34.3",
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.34.2",
383
+ "X-Fern-SDK-Version": "0.34.3",
384
384
  "X-Fern-Runtime": core.RUNTIME.type,
385
385
  "X-Fern-Runtime-Version": core.RUNTIME.version,
386
386
  },
@@ -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.34.2",
70
+ "X-Fern-SDK-Version": "0.34.3",
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.34.2",
131
+ "X-Fern-SDK-Version": "0.34.3",
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.34.2",
210
+ "X-Fern-SDK-Version": "0.34.3",
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.34.2",
280
+ "X-Fern-SDK-Version": "0.34.3",
281
281
  "X-Fern-Runtime": core.RUNTIME.type,
282
282
  "X-Fern-Runtime-Version": core.RUNTIME.version,
283
283
  },
@@ -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.34.2",
86
+ "X-Fern-SDK-Version": "0.34.3",
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.34.2",
159
+ "X-Fern-SDK-Version": "0.34.3",
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.34.2",
230
+ "X-Fern-SDK-Version": "0.34.3",
231
231
  "X-Fern-Runtime": core.RUNTIME.type,
232
232
  "X-Fern-Runtime-Version": core.RUNTIME.version,
233
233
  },
@@ -81,7 +81,7 @@ class V2 {
81
81
  Authorization: yield this._getAuthorizationHeader(),
82
82
  "X-Fern-Language": "JavaScript",
83
83
  "X-Fern-SDK-Name": "candidhealth",
84
- "X-Fern-SDK-Version": "0.34.2",
84
+ "X-Fern-SDK-Version": "0.34.3",
85
85
  "X-Fern-Runtime": core.RUNTIME.type,
86
86
  "X-Fern-Runtime-Version": core.RUNTIME.version,
87
87
  },
@@ -160,7 +160,7 @@ class V2 {
160
160
  Authorization: yield this._getAuthorizationHeader(),
161
161
  "X-Fern-Language": "JavaScript",
162
162
  "X-Fern-SDK-Name": "candidhealth",
163
- "X-Fern-SDK-Version": "0.34.2",
163
+ "X-Fern-SDK-Version": "0.34.3",
164
164
  "X-Fern-Runtime": core.RUNTIME.type,
165
165
  "X-Fern-Runtime-Version": core.RUNTIME.version,
166
166
  },
@@ -239,7 +239,7 @@ class V2 {
239
239
  Authorization: yield this._getAuthorizationHeader(),
240
240
  "X-Fern-Language": "JavaScript",
241
241
  "X-Fern-SDK-Name": "candidhealth",
242
- "X-Fern-SDK-Version": "0.34.2",
242
+ "X-Fern-SDK-Version": "0.34.3",
243
243
  "X-Fern-Runtime": core.RUNTIME.type,
244
244
  "X-Fern-Runtime-Version": core.RUNTIME.version,
245
245
  },
@@ -318,7 +318,7 @@ class V2 {
318
318
  Authorization: yield this._getAuthorizationHeader(),
319
319
  "X-Fern-Language": "JavaScript",
320
320
  "X-Fern-SDK-Name": "candidhealth",
321
- "X-Fern-SDK-Version": "0.34.2",
321
+ "X-Fern-SDK-Version": "0.34.3",
322
322
  "X-Fern-Runtime": core.RUNTIME.type,
323
323
  "X-Fern-Runtime-Version": core.RUNTIME.version,
324
324
  },
@@ -396,7 +396,7 @@ class V2 {
396
396
  Authorization: yield this._getAuthorizationHeader(),
397
397
  "X-Fern-Language": "JavaScript",
398
398
  "X-Fern-SDK-Name": "candidhealth",
399
- "X-Fern-SDK-Version": "0.34.2",
399
+ "X-Fern-SDK-Version": "0.34.3",
400
400
  "X-Fern-Runtime": core.RUNTIME.type,
401
401
  "X-Fern-Runtime-Version": core.RUNTIME.version,
402
402
  },
@@ -476,7 +476,7 @@ class V2 {
476
476
  Authorization: yield this._getAuthorizationHeader(),
477
477
  "X-Fern-Language": "JavaScript",
478
478
  "X-Fern-SDK-Name": "candidhealth",
479
- "X-Fern-SDK-Version": "0.34.2",
479
+ "X-Fern-SDK-Version": "0.34.3",
480
480
  "X-Fern-Runtime": core.RUNTIME.type,
481
481
  "X-Fern-Runtime-Version": core.RUNTIME.version,
482
482
  },
@@ -556,7 +556,7 @@ class V2 {
556
556
  Authorization: yield this._getAuthorizationHeader(),
557
557
  "X-Fern-Language": "JavaScript",
558
558
  "X-Fern-SDK-Name": "candidhealth",
559
- "X-Fern-SDK-Version": "0.34.2",
559
+ "X-Fern-SDK-Version": "0.34.3",
560
560
  "X-Fern-Runtime": core.RUNTIME.type,
561
561
  "X-Fern-Runtime-Version": core.RUNTIME.version,
562
562
  },
@@ -636,7 +636,7 @@ class V2 {
636
636
  Authorization: yield this._getAuthorizationHeader(),
637
637
  "X-Fern-Language": "JavaScript",
638
638
  "X-Fern-SDK-Name": "candidhealth",
639
- "X-Fern-SDK-Version": "0.34.2",
639
+ "X-Fern-SDK-Version": "0.34.3",
640
640
  "X-Fern-Runtime": core.RUNTIME.type,
641
641
  "X-Fern-Runtime-Version": core.RUNTIME.version,
642
642
  },
@@ -700,7 +700,7 @@ class V2 {
700
700
  Authorization: yield this._getAuthorizationHeader(),
701
701
  "X-Fern-Language": "JavaScript",
702
702
  "X-Fern-SDK-Name": "candidhealth",
703
- "X-Fern-SDK-Version": "0.34.2",
703
+ "X-Fern-SDK-Version": "0.34.3",
704
704
  "X-Fern-Runtime": core.RUNTIME.type,
705
705
  "X-Fern-Runtime-Version": core.RUNTIME.version,
706
706
  },
@@ -755,7 +755,7 @@ class V2 {
755
755
  Authorization: yield this._getAuthorizationHeader(),
756
756
  "X-Fern-Language": "JavaScript",
757
757
  "X-Fern-SDK-Name": "candidhealth",
758
- "X-Fern-SDK-Version": "0.34.2",
758
+ "X-Fern-SDK-Version": "0.34.3",
759
759
  "X-Fern-Runtime": core.RUNTIME.type,
760
760
  "X-Fern-Runtime-Version": core.RUNTIME.version,
761
761
  },
@@ -810,7 +810,7 @@ class V2 {
810
810
  Authorization: yield this._getAuthorizationHeader(),
811
811
  "X-Fern-Language": "JavaScript",
812
812
  "X-Fern-SDK-Name": "candidhealth",
813
- "X-Fern-SDK-Version": "0.34.2",
813
+ "X-Fern-SDK-Version": "0.34.3",
814
814
  "X-Fern-Runtime": core.RUNTIME.type,
815
815
  "X-Fern-Runtime-Version": core.RUNTIME.version,
816
816
  },
@@ -865,7 +865,7 @@ class V2 {
865
865
  Authorization: yield this._getAuthorizationHeader(),
866
866
  "X-Fern-Language": "JavaScript",
867
867
  "X-Fern-SDK-Name": "candidhealth",
868
- "X-Fern-SDK-Version": "0.34.2",
868
+ "X-Fern-SDK-Version": "0.34.3",
869
869
  "X-Fern-Runtime": core.RUNTIME.type,
870
870
  "X-Fern-Runtime-Version": core.RUNTIME.version,
871
871
  },
@@ -428,7 +428,7 @@ export declare class V4 {
428
428
  * @example
429
429
  * await client.encounters.v4.createFromPreEncounterPatient({
430
430
  * preEncounterPatientId: CandidApi.PreEncounterPatientId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
431
- * preEncounterAppointmentId: CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
431
+ * preEncounterAppointmentIds: [CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
432
432
  * billingProvider: {
433
433
  * address: {
434
434
  * address1: "123 Main St",
@@ -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.34.2",
135
+ "X-Fern-SDK-Version": "0.34.3",
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.34.2",
181
+ "X-Fern-SDK-Version": "0.34.3",
182
182
  "X-Fern-Runtime": core.RUNTIME.type,
183
183
  "X-Fern-Runtime-Version": core.RUNTIME.version,
184
184
  },
@@ -570,7 +570,7 @@ class V4 {
570
570
  Authorization: yield this._getAuthorizationHeader(),
571
571
  "X-Fern-Language": "JavaScript",
572
572
  "X-Fern-SDK-Name": "candidhealth",
573
- "X-Fern-SDK-Version": "0.34.2",
573
+ "X-Fern-SDK-Version": "0.34.3",
574
574
  "X-Fern-Runtime": core.RUNTIME.type,
575
575
  "X-Fern-Runtime-Version": core.RUNTIME.version,
576
576
  },
@@ -643,7 +643,7 @@ class V4 {
643
643
  * @example
644
644
  * await client.encounters.v4.createFromPreEncounterPatient({
645
645
  * preEncounterPatientId: CandidApi.PreEncounterPatientId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
646
- * preEncounterAppointmentId: CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
646
+ * preEncounterAppointmentIds: [CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
647
647
  * billingProvider: {
648
648
  * address: {
649
649
  * address1: "123 Main St",
@@ -884,7 +884,7 @@ class V4 {
884
884
  Authorization: yield this._getAuthorizationHeader(),
885
885
  "X-Fern-Language": "JavaScript",
886
886
  "X-Fern-SDK-Name": "candidhealth",
887
- "X-Fern-SDK-Version": "0.34.2",
887
+ "X-Fern-SDK-Version": "0.34.3",
888
888
  "X-Fern-Runtime": core.RUNTIME.type,
889
889
  "X-Fern-Runtime-Version": core.RUNTIME.version,
890
890
  },
@@ -1192,7 +1192,7 @@ class V4 {
1192
1192
  Authorization: yield this._getAuthorizationHeader(),
1193
1193
  "X-Fern-Language": "JavaScript",
1194
1194
  "X-Fern-SDK-Name": "candidhealth",
1195
- "X-Fern-SDK-Version": "0.34.2",
1195
+ "X-Fern-SDK-Version": "0.34.3",
1196
1196
  "X-Fern-Runtime": core.RUNTIME.type,
1197
1197
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1198
1198
  },
@@ -6,7 +6,7 @@ import * as CandidApi from "../../../../../../index";
6
6
  * @example
7
7
  * {
8
8
  * preEncounterPatientId: CandidApi.PreEncounterPatientId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9
- * preEncounterAppointmentId: CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
9
+ * preEncounterAppointmentIds: [CandidApi.PreEncounterAppointmentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
10
10
  * billingProvider: {
11
11
  * address: {
12
12
  * address1: "123 Main St",
@@ -238,7 +238,7 @@ import * as CandidApi from "../../../../../../index";
238
238
  */
239
239
  export interface EncounterCreateFromPreEncounter extends CandidApi.encounters.v4.EncounterBase {
240
240
  preEncounterPatientId: CandidApi.PreEncounterPatientId;
241
- preEncounterAppointmentId: CandidApi.PreEncounterAppointmentId;
241
+ preEncounterAppointmentIds: CandidApi.PreEncounterAppointmentId[];
242
242
  /**
243
243
  * The billing provider is the provider or business entity submitting the claim. Billing provider may be, but is not necessarily, the same person/NPI as the rendering provider. From a payer's perspective, this represents the person or entity being reimbursed. When a contract exists with the target payer, the billing provider should be the entity contracted with the payer. In some circumstances, this will be an individual provider. In that case, submit that provider's NPI and the tax ID (TIN) that the provider gave to the payer during contracting. In other cases, the billing entity will be a medical group. If so, submit the group NPI and the group's tax ID. Box 33 on the CMS-1500 claim form.
244
244
  *
@@ -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.34.2",
82
+ "X-Fern-SDK-Version": "0.34.3",
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.34.2",
99
+ "X-Fern-SDK-Version": "0.34.3",
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.34.2",
192
+ "X-Fern-SDK-Version": "0.34.3",
193
193
  "X-Fern-Runtime": core.RUNTIME.type,
194
194
  "X-Fern-Runtime-Version": core.RUNTIME.version,
195
195
  },
@@ -86,7 +86,7 @@ class V3 {
86
86
  Authorization: yield this._getAuthorizationHeader(),
87
87
  "X-Fern-Language": "JavaScript",
88
88
  "X-Fern-SDK-Name": "candidhealth",
89
- "X-Fern-SDK-Version": "0.34.2",
89
+ "X-Fern-SDK-Version": "0.34.3",
90
90
  "X-Fern-Runtime": core.RUNTIME.type,
91
91
  "X-Fern-Runtime-Version": core.RUNTIME.version,
92
92
  },