candidhealth 0.18.0 → 0.18.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 (93) 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/commons/types/ClaimAdjustmentGroupCodes.d.ts +2 -1
  4. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -0
  5. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  6. package/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
  7. package/api/resources/eligibility/resources/v2/client/Client.js +6 -2
  8. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  9. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  10. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +8 -1
  11. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -0
  12. package/api/resources/encounters/resources/v4/types/Vitals.d.ts +4 -4
  13. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  14. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  15. package/api/resources/exports/resources/v3/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/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  19. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  20. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  21. package/api/resources/invoices/types/InvoiceStatus.d.ts +2 -1
  22. package/api/resources/invoices/types/InvoiceStatus.js +1 -0
  23. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  24. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  25. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  26. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  27. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  28. package/api/resources/serviceFacility/client/Client.js +1 -1
  29. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  30. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  31. package/api/resources/x12/resources/v1/types/Carc.d.ts +2 -1
  32. package/api/resources/x12/resources/v1/types/Carc.js +1 -0
  33. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  34. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  35. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +2 -1
  36. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -0
  37. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  38. package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
  39. package/dist/api/resources/eligibility/resources/v2/client/Client.js +6 -2
  40. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  41. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  42. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +8 -1
  43. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -0
  44. package/dist/api/resources/encounters/resources/v4/types/Vitals.d.ts +4 -4
  45. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  46. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  47. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  48. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  49. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  50. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  51. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  52. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  53. package/dist/api/resources/invoices/types/InvoiceStatus.d.ts +2 -1
  54. package/dist/api/resources/invoices/types/InvoiceStatus.js +1 -0
  55. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  56. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  57. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  58. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  59. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  60. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  61. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  62. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  63. package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +2 -1
  64. package/dist/api/resources/x12/resources/v1/types/Carc.js +1 -0
  65. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -1
  66. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -1
  67. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
  68. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
  69. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  70. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  71. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  72. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  73. package/dist/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +4 -4
  74. package/dist/serialization/resources/encounters/resources/v4/types/Vitals.js +4 -4
  75. package/dist/serialization/resources/invoices/types/InvoiceStatus.d.ts +1 -1
  76. package/dist/serialization/resources/invoices/types/InvoiceStatus.js +1 -1
  77. package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  78. package/dist/serialization/resources/x12/resources/v1/types/Carc.js +1 -0
  79. package/package.json +1 -1
  80. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -1
  81. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -1
  82. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
  83. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
  84. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  85. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  86. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  87. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  88. package/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +4 -4
  89. package/serialization/resources/encounters/resources/v4/types/Vitals.js +4 -4
  90. package/serialization/resources/invoices/types/InvoiceStatus.d.ts +1 -1
  91. package/serialization/resources/invoices/types/InvoiceStatus.js +1 -1
  92. package/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
  93. package/serialization/resources/x12/resources/v1/types/Carc.js +1 -0
@@ -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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
286
286
  },
287
287
  contentType: "application/json",
288
288
  timeoutMs: 60000,
@@ -1,11 +1,12 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type InvoiceStatus = "draft" | "open" | "paid" | "void" | "uncollectible";
4
+ export declare type InvoiceStatus = "draft" | "open" | "paid" | "void" | "uncollectible" | "held";
5
5
  export declare const InvoiceStatus: {
6
6
  readonly Draft: "draft";
7
7
  readonly Open: "open";
8
8
  readonly Paid: "paid";
9
9
  readonly Void: "void";
10
10
  readonly Uncollectible: "uncollectible";
11
+ readonly Held: "held";
11
12
  };
@@ -10,4 +10,5 @@ exports.InvoiceStatus = {
10
10
  Paid: "paid",
11
11
  Void: "void",
12
12
  Uncollectible: "uncollectible",
13
+ Held: "held",
13
14
  };
@@ -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.2",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -115,7 +115,7 @@ class V3 {
115
115
  Authorization: await this._getAuthorizationHeader(),
116
116
  "X-Fern-Language": "JavaScript",
117
117
  "X-Fern-SDK-Name": "candidhealth",
118
- "X-Fern-SDK-Version": "0.18.0",
118
+ "X-Fern-SDK-Version": "0.18.2",
119
119
  },
120
120
  contentType: "application/json",
121
121
  queryParameters: _queryParams,
@@ -145,7 +145,7 @@ class V3 {
145
145
  Authorization: await this._getAuthorizationHeader(),
146
146
  "X-Fern-Language": "JavaScript",
147
147
  "X-Fern-SDK-Name": "candidhealth",
148
- "X-Fern-SDK-Version": "0.18.0",
148
+ "X-Fern-SDK-Version": "0.18.2",
149
149
  },
150
150
  contentType: "application/json",
151
151
  body: await serializers.organizationProviders.v3.OrganizationProviderCreateV2.jsonOrThrow(request, {
@@ -192,7 +192,7 @@ class V3 {
192
192
  Authorization: await this._getAuthorizationHeader(),
193
193
  "X-Fern-Language": "JavaScript",
194
194
  "X-Fern-SDK-Name": "candidhealth",
195
- "X-Fern-SDK-Version": "0.18.0",
195
+ "X-Fern-SDK-Version": "0.18.2",
196
196
  },
197
197
  contentType: "application/json",
198
198
  body: await serializers.organizationProviders.v3.OrganizationProviderUpdateV2.jsonOrThrow(request, {
@@ -49,7 +49,7 @@ class V2 {
49
49
  Authorization: await this._getAuthorizationHeader(),
50
50
  "X-Fern-Language": "JavaScript",
51
51
  "X-Fern-SDK-Name": "candidhealth",
52
- "X-Fern-SDK-Version": "0.18.0",
52
+ "X-Fern-SDK-Version": "0.18.2",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -103,7 +103,7 @@ class V2 {
103
103
  Authorization: await this._getAuthorizationHeader(),
104
104
  "X-Fern-Language": "JavaScript",
105
105
  "X-Fern-SDK-Name": "candidhealth",
106
- "X-Fern-SDK-Version": "0.18.0",
106
+ "X-Fern-SDK-Version": "0.18.2",
107
107
  },
108
108
  contentType: "application/json",
109
109
  queryParameters: _queryParams,
@@ -133,7 +133,7 @@ class V2 {
133
133
  Authorization: await this._getAuthorizationHeader(),
134
134
  "X-Fern-Language": "JavaScript",
135
135
  "X-Fern-SDK-Name": "candidhealth",
136
- "X-Fern-SDK-Version": "0.18.0",
136
+ "X-Fern-SDK-Version": "0.18.2",
137
137
  },
138
138
  contentType: "application/json",
139
139
  body: await serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -177,7 +177,7 @@ class V2 {
177
177
  Authorization: await this._getAuthorizationHeader(),
178
178
  "X-Fern-Language": "JavaScript",
179
179
  "X-Fern-SDK-Name": "candidhealth",
180
- "X-Fern-SDK-Version": "0.18.0",
180
+ "X-Fern-SDK-Version": "0.18.2",
181
181
  },
182
182
  contentType: "application/json",
183
183
  body: await serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -222,7 +222,7 @@ class V2 {
222
222
  Authorization: await this._getAuthorizationHeader(),
223
223
  "X-Fern-Language": "JavaScript",
224
224
  "X-Fern-SDK-Name": "candidhealth",
225
- "X-Fern-SDK-Version": "0.18.0",
225
+ "X-Fern-SDK-Version": "0.18.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
298
298
  },
299
299
  contentType: "application/json",
300
300
  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.2",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -89,7 +89,7 @@ class V3 {
89
89
  Authorization: await this._getAuthorizationHeader(),
90
90
  "X-Fern-Language": "JavaScript",
91
91
  "X-Fern-SDK-Name": "candidhealth",
92
- "X-Fern-SDK-Version": "0.18.0",
92
+ "X-Fern-SDK-Version": "0.18.2",
93
93
  },
94
94
  contentType: "application/json",
95
95
  queryParameters: _queryParams,
@@ -48,7 +48,7 @@ class ServiceFacility {
48
48
  Authorization: await this._getAuthorizationHeader(),
49
49
  "X-Fern-Language": "JavaScript",
50
50
  "X-Fern-SDK-Name": "candidhealth",
51
- "X-Fern-SDK-Version": "0.18.0",
51
+ "X-Fern-SDK-Version": "0.18.2",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.EncounterServiceFacilityUpdate.jsonOrThrow(request, {
@@ -49,7 +49,7 @@ class V3 {
49
49
  Authorization: await this._getAuthorizationHeader(),
50
50
  "X-Fern-Language": "JavaScript",
51
51
  "X-Fern-SDK-Name": "candidhealth",
52
- "X-Fern-SDK-Version": "0.18.0",
52
+ "X-Fern-SDK-Version": "0.18.2",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -119,7 +119,7 @@ class V3 {
119
119
  Authorization: await this._getAuthorizationHeader(),
120
120
  "X-Fern-Language": "JavaScript",
121
121
  "X-Fern-SDK-Name": "candidhealth",
122
- "X-Fern-SDK-Version": "0.18.0",
122
+ "X-Fern-SDK-Version": "0.18.2",
123
123
  },
124
124
  contentType: "application/json",
125
125
  queryParameters: _queryParams,
@@ -163,7 +163,7 @@ class V3 {
163
163
  Authorization: await this._getAuthorizationHeader(),
164
164
  "X-Fern-Language": "JavaScript",
165
165
  "X-Fern-SDK-Name": "candidhealth",
166
- "X-Fern-SDK-Version": "0.18.0",
166
+ "X-Fern-SDK-Version": "0.18.2",
167
167
  },
168
168
  contentType: "application/json",
169
169
  timeoutMs: 60000,
@@ -207,7 +207,7 @@ class V3 {
207
207
  Authorization: await this._getAuthorizationHeader(),
208
208
  "X-Fern-Language": "JavaScript",
209
209
  "X-Fern-SDK-Name": "candidhealth",
210
- "X-Fern-SDK-Version": "0.18.0",
210
+ "X-Fern-SDK-Version": "0.18.2",
211
211
  },
212
212
  contentType: "application/json",
213
213
  body: await serializers.tasks.v3.TaskCreateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -237,7 +237,7 @@ class V3 {
237
237
  Authorization: await this._getAuthorizationHeader(),
238
238
  "X-Fern-Language": "JavaScript",
239
239
  "X-Fern-SDK-Name": "candidhealth",
240
- "X-Fern-SDK-Version": "0.18.0",
240
+ "X-Fern-SDK-Version": "0.18.2",
241
241
  },
242
242
  contentType: "application/json",
243
243
  body: await serializers.tasks.v3.TaskUpdateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -91,7 +91,7 @@ class V1 {
91
91
  Authorization: await this._getAuthorizationHeader(),
92
92
  "X-Fern-Language": "JavaScript",
93
93
  "X-Fern-SDK-Name": "candidhealth",
94
- "X-Fern-SDK-Version": "0.18.0",
94
+ "X-Fern-SDK-Version": "0.18.2",
95
95
  },
96
96
  contentType: "application/json",
97
97
  queryParameters: _queryParams,
@@ -124,7 +124,7 @@ class V1 {
124
124
  Authorization: await this._getAuthorizationHeader(),
125
125
  "X-Fern-Language": "JavaScript",
126
126
  "X-Fern-SDK-Name": "candidhealth",
127
- "X-Fern-SDK-Version": "0.18.0",
127
+ "X-Fern-SDK-Version": "0.18.2",
128
128
  },
129
129
  contentType: "application/json",
130
130
  timeoutMs: 60000,
@@ -158,7 +158,7 @@ class V1 {
158
158
  Authorization: await this._getAuthorizationHeader(),
159
159
  "X-Fern-Language": "JavaScript",
160
160
  "X-Fern-SDK-Name": "candidhealth",
161
- "X-Fern-SDK-Version": "0.18.0",
161
+ "X-Fern-SDK-Version": "0.18.2",
162
162
  },
163
163
  contentType: "application/json",
164
164
  body: await serializers.writeOffs.v1.CreateWriteOffsRequest.jsonOrThrow(request, {
@@ -193,7 +193,7 @@ class V1 {
193
193
  Authorization: await this._getAuthorizationHeader(),
194
194
  "X-Fern-Language": "JavaScript",
195
195
  "X-Fern-SDK-Name": "candidhealth",
196
- "X-Fern-SDK-Version": "0.18.0",
196
+ "X-Fern-SDK-Version": "0.18.2",
197
197
  },
198
198
  contentType: "application/json",
199
199
  timeoutMs: 60000,
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type Carc = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "16" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "26" | "27" | "29" | "31" | "32" | "33" | "34" | "35" | "39" | "40" | "44" | "45" | "49" | "50" | "51" | "53" | "54" | "55" | "56" | "58" | "59" | "60" | "61" | "66" | "69" | "70" | "74" | "75" | "76" | "78" | "85" | "89" | "90" | "91" | "94" | "95" | "96" | "97" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "114" | "115" | "116" | "117" | "118" | "119" | "121" | "122" | "125" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "139" | "140" | "142" | "143" | "144" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "157" | "158" | "159" | "160" | "161" | "163" | "164" | "166" | "167" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184" | "185" | "186" | "187" | "188" | "189" | "190" | "192" | "193" | "194" | "195" | "197" | "198" | "199" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "209" | "210" | "211" | "212" | "213" | "215" | "216" | "219" | "222" | "223" | "224" | "225" | "226" | "227" | "228" | "229" | "231" | "232" | "233" | "234" | "235" | "236" | "237" | "238" | "239" | "240" | "241" | "242" | "243" | "245" | "246" | "247" | "248" | "249" | "250" | "251" | "252" | "253" | "254" | "256" | "257" | "258" | "259" | "260" | "261" | "262" | "263" | "264" | "265" | "266" | "267" | "268" | "269" | "270" | "271" | "272" | "273" | "274" | "275" | "276" | "277" | "278" | "279" | "280" | "281" | "282" | "283" | "284" | "285" | "286" | "287" | "288" | "289" | "290" | "291" | "292" | "293" | "294" | "295" | "296" | "297" | "298" | "299" | "300" | "301" | "302" | "303" | "304" | "305" | "A0" | "A1" | "A5" | "A6" | "A8" | "B1" | "B4" | "B7" | "B8" | "B9" | "B10" | "B11" | "B12" | "B13" | "B14" | "B15" | "B16" | "B20" | "B22" | "B23" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "P7" | "P8" | "P9" | "P10" | "P11" | "P12" | "P13" | "P14" | "P15" | "P16" | "P17" | "P18" | "P19" | "P20" | "P21" | "P22" | "P23" | "P24" | "P25" | "P26" | "P27" | "P28" | "P29" | "P30" | "P31" | "P32" | "17" | "25" | "28" | "30" | "36" | "37" | "38" | "41" | "42" | "43" | "46" | "47" | "48" | "52" | "57" | "62" | "63" | "64" | "65" | "67" | "68" | "71" | "72" | "73" | "77" | "79" | "80" | "81" | "82" | "83" | "84" | "86" | "87" | "88" | "92" | "93" | "98" | "99" | "113" | "120" | "123" | "124" | "126" | "127" | "138" | "141" | "145" | "156" | "162" | "165" | "168" | "191" | "196" | "214" | "217" | "218" | "220" | "221" | "230" | "244" | "255" | "A2" | "A3" | "A4" | "A7" | "B2" | "B3" | "B5" | "B6" | "B17" | "B18" | "B19" | "B21" | "D1" | "D2" | "D3" | "D4" | "D5" | "D6" | "D7" | "D8" | "D9" | "D10" | "D11" | "D12" | "D14" | "D15" | "D16" | "D17" | "D18" | "D19" | "D20" | "D21" | "D22" | "D23" | "W1" | "W2" | "W3" | "W4" | "W5" | "W6" | "W7" | "W8" | "W9" | "Y1" | "Y2" | "Y3";
4
+ export declare type Carc = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "16" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "26" | "27" | "29" | "31" | "32" | "33" | "34" | "35" | "39" | "40" | "44" | "45" | "49" | "50" | "51" | "53" | "54" | "55" | "56" | "58" | "59" | "60" | "61" | "66" | "69" | "70" | "74" | "75" | "76" | "78" | "85" | "89" | "90" | "91" | "94" | "95" | "96" | "97" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "114" | "115" | "116" | "117" | "118" | "119" | "121" | "122" | "125" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "139" | "140" | "142" | "143" | "144" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "157" | "158" | "159" | "160" | "161" | "163" | "164" | "166" | "167" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184" | "185" | "186" | "187" | "188" | "189" | "190" | "192" | "193" | "194" | "195" | "197" | "198" | "199" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "209" | "210" | "211" | "212" | "213" | "215" | "216" | "219" | "222" | "223" | "224" | "225" | "226" | "227" | "228" | "229" | "231" | "232" | "233" | "234" | "235" | "236" | "237" | "238" | "239" | "240" | "241" | "242" | "243" | "245" | "246" | "247" | "248" | "249" | "250" | "251" | "252" | "253" | "254" | "256" | "257" | "258" | "259" | "260" | "261" | "262" | "263" | "264" | "265" | "266" | "267" | "268" | "269" | "270" | "271" | "272" | "273" | "274" | "275" | "276" | "277" | "278" | "279" | "280" | "281" | "282" | "283" | "284" | "285" | "286" | "287" | "288" | "289" | "290" | "291" | "292" | "293" | "294" | "295" | "296" | "297" | "298" | "299" | "300" | "301" | "302" | "303" | "304" | "305" | "A0" | "A1" | "A5" | "A6" | "A8" | "B1" | "B4" | "B7" | "B8" | "B9" | "B10" | "B11" | "B12" | "B13" | "B14" | "B15" | "B16" | "B20" | "B22" | "B23" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "P7" | "P8" | "P9" | "P10" | "P11" | "P12" | "P13" | "P14" | "P15" | "P16" | "P17" | "P18" | "P19" | "P20" | "P21" | "P22" | "P23" | "P24" | "P25" | "P26" | "P27" | "P28" | "P29" | "P30" | "P31" | "P32" | "17" | "25" | "28" | "30" | "36" | "37" | "38" | "41" | "42" | "43" | "46" | "47" | "48" | "52" | "57" | "62" | "63" | "64" | "65" | "67" | "68" | "71" | "72" | "73" | "77" | "79" | "80" | "81" | "82" | "83" | "84" | "86" | "87" | "88" | "92" | "93" | "98" | "99" | "113" | "120" | "123" | "124" | "126" | "127" | "138" | "141" | "145" | "156" | "162" | "165" | "168" | "191" | "196" | "214" | "217" | "218" | "220" | "221" | "230" | "244" | "255" | "A2" | "A3" | "A4" | "A7" | "B2" | "B3" | "B5" | "B6" | "B17" | "B18" | "B19" | "B21" | "D1" | "D2" | "D3" | "D4" | "D5" | "D6" | "D7" | "D8" | "D9" | "D10" | "D11" | "D12" | "D14" | "D15" | "D16" | "D17" | "D18" | "D19" | "D20" | "D21" | "D22" | "D23" | "W1" | "W2" | "W3" | "W4" | "W5" | "W6" | "W7" | "W8" | "W9" | "Y1" | "Y2" | "Y3" | "UNKNOWN";
5
5
  export declare const Carc: {
6
6
  readonly Carc1: "1";
7
7
  readonly Carc2: "2";
@@ -405,4 +405,5 @@ export declare const Carc: {
405
405
  readonly CarcY1: "Y1";
406
406
  readonly CarcY2: "Y2";
407
407
  readonly CarcY3: "Y3";
408
+ readonly Unknown: "UNKNOWN";
408
409
  };
@@ -407,4 +407,5 @@ exports.Carc = {
407
407
  CarcY1: "Y1",
408
408
  CarcY2: "Y2",
409
409
  CarcY3: "Y3",
410
+ Unknown: "UNKNOWN",
410
411
  };
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../api";
6
6
  import * as core from "../../../../core";
7
7
  export declare const ClaimAdjustmentGroupCodes: core.serialization.Schema<serializers.ClaimAdjustmentGroupCodes.Raw, CandidApi.ClaimAdjustmentGroupCodes>;
8
8
  export declare namespace ClaimAdjustmentGroupCodes {
9
- type Raw = "CO" | "CR" | "DE" | "MA" | "OA" | "PI" | "PR" | "RR" | "NC";
9
+ type Raw = "CO" | "CR" | "DE" | "MA" | "OA" | "PI" | "PR" | "RR" | "NC" | "UNKNOWN";
10
10
  }
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.ClaimAdjustmentGroupCodes = void 0;
30
30
  const core = __importStar(require("../../../../core"));
31
- exports.ClaimAdjustmentGroupCodes = core.serialization.enum_(["CO", "CR", "DE", "MA", "OA", "PI", "PR", "RR", "NC"]);
31
+ exports.ClaimAdjustmentGroupCodes = core.serialization.enum_(["CO", "CR", "DE", "MA", "OA", "PI", "PR", "RR", "NC", "UNKNOWN"]);
@@ -24,5 +24,6 @@ export declare namespace EncounterCreate {
24
24
  service_lines?: serializers.serviceLines.v2.ServiceLineCreate.Raw[] | null;
25
25
  guarantor?: serializers.guarantor.v1.GuarantorCreate.Raw | null;
26
26
  external_claim_submission?: serializers.claimSubmission.v1.ExternalClaimSubmissionCreate.Raw | null;
27
+ tag_ids?: serializers.TagId.Raw[] | null;
27
28
  }
28
29
  }
@@ -63,5 +63,8 @@ exports.EncounterCreate = core.serialization
63
63
  externalClaimSubmission: core.serialization.property("external_claim_submission", core.serialization
64
64
  .lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).claimSubmission.v1.ExternalClaimSubmissionCreate)
65
65
  .optional()),
66
+ tagIds: core.serialization.property("tag_ids", core.serialization
67
+ .list(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).TagId))
68
+ .optional()),
66
69
  })
67
70
  .extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).encounters.v4.EncounterBase));
@@ -31,5 +31,6 @@ export declare namespace EncounterUpdate {
31
31
  onset_of_current_illness_or_symptom_date?: serializers.Date_.Raw | null;
32
32
  last_menstrual_period_date?: serializers.Date_.Raw | null;
33
33
  delay_reason_code?: serializers.DelayReasonCode.Raw | null;
34
+ patient_authorized_release?: boolean | null;
34
35
  }
35
36
  }
@@ -69,4 +69,5 @@ exports.EncounterUpdate = core.serialization.object({
69
69
  onsetOfCurrentIllnessOrSymptomDate: core.serialization.property("onset_of_current_illness_or_symptom_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).Date_).optional()),
70
70
  lastMenstrualPeriodDate: core.serialization.property("last_menstrual_period_date", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).Date_).optional()),
71
71
  delayReasonCode: core.serialization.property("delay_reason_code", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).DelayReasonCode).optional()),
72
+ patientAuthorizedRelease: core.serialization.property("patient_authorized_release", core.serialization.boolean().optional()),
72
73
  });
@@ -7,6 +7,7 @@ import * as core from "../../../../../../core";
7
7
  export declare const Encounter: core.serialization.ObjectSchema<serializers.encounters.v4.Encounter.Raw, CandidApi.encounters.v4.Encounter>;
8
8
  export declare namespace Encounter {
9
9
  interface Raw extends serializers.encounters.v4.EncounterBase.Raw {
10
+ patient_control_number?: string | null;
10
11
  date_of_service: serializers.Date_.Raw;
11
12
  end_date_of_service?: serializers.Date_.Raw | null;
12
13
  encounter_id: serializers.EncounterId.Raw;
@@ -30,6 +30,7 @@ exports.Encounter = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  exports.Encounter = core.serialization
32
32
  .object({
33
+ patientControlNumber: core.serialization.property("patient_control_number", core.serialization.string().optional()),
33
34
  dateOfService: core.serialization.property("date_of_service", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_)),
34
35
  endDateOfService: core.serialization.property("end_date_of_service", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).Date_).optional()),
35
36
  encounterId: core.serialization.property("encounter_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).EncounterId)),
@@ -7,10 +7,10 @@ import * as core from "../../../../../../core";
7
7
  export declare const Vitals: core.serialization.ObjectSchema<serializers.encounters.v4.Vitals.Raw, CandidApi.encounters.v4.Vitals>;
8
8
  export declare namespace Vitals {
9
9
  interface Raw {
10
- height_in: number;
11
- weight_lbs: number;
12
- blood_pressure_systolic_mmhg: number;
13
- blood_pressure_diastolic_mmhg: number;
10
+ height_in?: number | null;
11
+ weight_lbs?: number | null;
12
+ blood_pressure_systolic_mmhg?: number | null;
13
+ blood_pressure_diastolic_mmhg?: number | null;
14
14
  body_temperature_f?: number | null;
15
15
  }
16
16
  }
@@ -29,9 +29,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.Vitals = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  exports.Vitals = core.serialization.object({
32
- heightIn: core.serialization.property("height_in", core.serialization.number()),
33
- weightLbs: core.serialization.property("weight_lbs", core.serialization.number()),
34
- bloodPressureSystolicMmhg: core.serialization.property("blood_pressure_systolic_mmhg", core.serialization.number()),
35
- bloodPressureDiastolicMmhg: core.serialization.property("blood_pressure_diastolic_mmhg", core.serialization.number()),
32
+ heightIn: core.serialization.property("height_in", core.serialization.number().optional()),
33
+ weightLbs: core.serialization.property("weight_lbs", core.serialization.number().optional()),
34
+ bloodPressureSystolicMmhg: core.serialization.property("blood_pressure_systolic_mmhg", core.serialization.number().optional()),
35
+ bloodPressureDiastolicMmhg: core.serialization.property("blood_pressure_diastolic_mmhg", core.serialization.number().optional()),
36
36
  bodyTemperatureF: core.serialization.property("body_temperature_f", core.serialization.number().optional()),
37
37
  });
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../api";
6
6
  import * as core from "../../../../core";
7
7
  export declare const InvoiceStatus: core.serialization.Schema<serializers.InvoiceStatus.Raw, CandidApi.InvoiceStatus>;
8
8
  export declare namespace InvoiceStatus {
9
- type Raw = "draft" | "open" | "paid" | "void" | "uncollectible";
9
+ type Raw = "draft" | "open" | "paid" | "void" | "uncollectible" | "held";
10
10
  }
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.InvoiceStatus = void 0;
30
30
  const core = __importStar(require("../../../../core"));
31
- exports.InvoiceStatus = core.serialization.enum_(["draft", "open", "paid", "void", "uncollectible"]);
31
+ exports.InvoiceStatus = core.serialization.enum_(["draft", "open", "paid", "void", "uncollectible", "held"]);
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
7
  export declare const Carc: core.serialization.Schema<serializers.x12.v1.Carc.Raw, CandidApi.x12.v1.Carc>;
8
8
  export declare namespace Carc {
9
- type Raw = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "16" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "26" | "27" | "29" | "31" | "32" | "33" | "34" | "35" | "39" | "40" | "44" | "45" | "49" | "50" | "51" | "53" | "54" | "55" | "56" | "58" | "59" | "60" | "61" | "66" | "69" | "70" | "74" | "75" | "76" | "78" | "85" | "89" | "90" | "91" | "94" | "95" | "96" | "97" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "114" | "115" | "116" | "117" | "118" | "119" | "121" | "122" | "125" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "139" | "140" | "142" | "143" | "144" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "157" | "158" | "159" | "160" | "161" | "163" | "164" | "166" | "167" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184" | "185" | "186" | "187" | "188" | "189" | "190" | "192" | "193" | "194" | "195" | "197" | "198" | "199" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "209" | "210" | "211" | "212" | "213" | "215" | "216" | "219" | "222" | "223" | "224" | "225" | "226" | "227" | "228" | "229" | "231" | "232" | "233" | "234" | "235" | "236" | "237" | "238" | "239" | "240" | "241" | "242" | "243" | "245" | "246" | "247" | "248" | "249" | "250" | "251" | "252" | "253" | "254" | "256" | "257" | "258" | "259" | "260" | "261" | "262" | "263" | "264" | "265" | "266" | "267" | "268" | "269" | "270" | "271" | "272" | "273" | "274" | "275" | "276" | "277" | "278" | "279" | "280" | "281" | "282" | "283" | "284" | "285" | "286" | "287" | "288" | "289" | "290" | "291" | "292" | "293" | "294" | "295" | "296" | "297" | "298" | "299" | "300" | "301" | "302" | "303" | "304" | "305" | "A0" | "A1" | "A5" | "A6" | "A8" | "B1" | "B4" | "B7" | "B8" | "B9" | "B10" | "B11" | "B12" | "B13" | "B14" | "B15" | "B16" | "B20" | "B22" | "B23" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "P7" | "P8" | "P9" | "P10" | "P11" | "P12" | "P13" | "P14" | "P15" | "P16" | "P17" | "P18" | "P19" | "P20" | "P21" | "P22" | "P23" | "P24" | "P25" | "P26" | "P27" | "P28" | "P29" | "P30" | "P31" | "P32" | "17" | "25" | "28" | "30" | "36" | "37" | "38" | "41" | "42" | "43" | "46" | "47" | "48" | "52" | "57" | "62" | "63" | "64" | "65" | "67" | "68" | "71" | "72" | "73" | "77" | "79" | "80" | "81" | "82" | "83" | "84" | "86" | "87" | "88" | "92" | "93" | "98" | "99" | "113" | "120" | "123" | "124" | "126" | "127" | "138" | "141" | "145" | "156" | "162" | "165" | "168" | "191" | "196" | "214" | "217" | "218" | "220" | "221" | "230" | "244" | "255" | "A2" | "A3" | "A4" | "A7" | "B2" | "B3" | "B5" | "B6" | "B17" | "B18" | "B19" | "B21" | "D1" | "D2" | "D3" | "D4" | "D5" | "D6" | "D7" | "D8" | "D9" | "D10" | "D11" | "D12" | "D14" | "D15" | "D16" | "D17" | "D18" | "D19" | "D20" | "D21" | "D22" | "D23" | "W1" | "W2" | "W3" | "W4" | "W5" | "W6" | "W7" | "W8" | "W9" | "Y1" | "Y2" | "Y3";
9
+ type Raw = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "16" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "26" | "27" | "29" | "31" | "32" | "33" | "34" | "35" | "39" | "40" | "44" | "45" | "49" | "50" | "51" | "53" | "54" | "55" | "56" | "58" | "59" | "60" | "61" | "66" | "69" | "70" | "74" | "75" | "76" | "78" | "85" | "89" | "90" | "91" | "94" | "95" | "96" | "97" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "114" | "115" | "116" | "117" | "118" | "119" | "121" | "122" | "125" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "139" | "140" | "142" | "143" | "144" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "157" | "158" | "159" | "160" | "161" | "163" | "164" | "166" | "167" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184" | "185" | "186" | "187" | "188" | "189" | "190" | "192" | "193" | "194" | "195" | "197" | "198" | "199" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "209" | "210" | "211" | "212" | "213" | "215" | "216" | "219" | "222" | "223" | "224" | "225" | "226" | "227" | "228" | "229" | "231" | "232" | "233" | "234" | "235" | "236" | "237" | "238" | "239" | "240" | "241" | "242" | "243" | "245" | "246" | "247" | "248" | "249" | "250" | "251" | "252" | "253" | "254" | "256" | "257" | "258" | "259" | "260" | "261" | "262" | "263" | "264" | "265" | "266" | "267" | "268" | "269" | "270" | "271" | "272" | "273" | "274" | "275" | "276" | "277" | "278" | "279" | "280" | "281" | "282" | "283" | "284" | "285" | "286" | "287" | "288" | "289" | "290" | "291" | "292" | "293" | "294" | "295" | "296" | "297" | "298" | "299" | "300" | "301" | "302" | "303" | "304" | "305" | "A0" | "A1" | "A5" | "A6" | "A8" | "B1" | "B4" | "B7" | "B8" | "B9" | "B10" | "B11" | "B12" | "B13" | "B14" | "B15" | "B16" | "B20" | "B22" | "B23" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "P7" | "P8" | "P9" | "P10" | "P11" | "P12" | "P13" | "P14" | "P15" | "P16" | "P17" | "P18" | "P19" | "P20" | "P21" | "P22" | "P23" | "P24" | "P25" | "P26" | "P27" | "P28" | "P29" | "P30" | "P31" | "P32" | "17" | "25" | "28" | "30" | "36" | "37" | "38" | "41" | "42" | "43" | "46" | "47" | "48" | "52" | "57" | "62" | "63" | "64" | "65" | "67" | "68" | "71" | "72" | "73" | "77" | "79" | "80" | "81" | "82" | "83" | "84" | "86" | "87" | "88" | "92" | "93" | "98" | "99" | "113" | "120" | "123" | "124" | "126" | "127" | "138" | "141" | "145" | "156" | "162" | "165" | "168" | "191" | "196" | "214" | "217" | "218" | "220" | "221" | "230" | "244" | "255" | "A2" | "A3" | "A4" | "A7" | "B2" | "B3" | "B5" | "B6" | "B17" | "B18" | "B19" | "B21" | "D1" | "D2" | "D3" | "D4" | "D5" | "D6" | "D7" | "D8" | "D9" | "D10" | "D11" | "D12" | "D14" | "D15" | "D16" | "D17" | "D18" | "D19" | "D20" | "D21" | "D22" | "D23" | "W1" | "W2" | "W3" | "W4" | "W5" | "W6" | "W7" | "W8" | "W9" | "Y1" | "Y2" | "Y3" | "UNKNOWN";
10
10
  }
@@ -431,4 +431,5 @@ exports.Carc = core.serialization.enum_([
431
431
  "Y1",
432
432
  "Y2",
433
433
  "Y3",
434
+ "UNKNOWN",
434
435
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "candidhealth",
3
- "version": "0.18.0",
3
+ "version": "0.18.2",
4
4
  "private": false,
5
5
  "repository": "https://github.com/candidhealth/candid-node",
6
6
  "main": "./index.js",