candidhealth 0.4.2 → 0.4.4

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 (179) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/client/Client.js +1 -1
  3. package/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +6 -0
  4. package/api/resources/commons/types/ProcedureModifier.d.ts +13 -1
  5. package/api/resources/commons/types/ProcedureModifier.js +3 -0
  6. package/api/resources/commons/types/RequestValidationError.d.ts +7 -0
  7. package/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +6 -0
  8. package/api/resources/commons/types/index.d.ts +3 -1
  9. package/api/resources/commons/types/index.js +3 -1
  10. package/api/resources/encounters/resources/v4/client/Client.js +14 -8
  11. package/api/resources/encounters/resources/v4/client/create.d.ts +19 -1
  12. package/api/resources/encounters/resources/v4/client/create.js +33 -0
  13. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +5 -4
  14. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  15. package/api/resources/encounters/resources/v4/client/update.d.ts +19 -1
  16. package/api/resources/encounters/resources/v4/client/update.js +33 -0
  17. package/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +6 -0
  18. package/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +2 -1
  19. package/api/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -0
  20. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  21. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  22. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  23. package/api/resources/expectedNetworkStatus/client/Client.js +1 -1
  24. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  25. package/api/resources/index.d.ts +0 -1
  26. package/api/resources/index.js +1 -2
  27. package/api/resources/payers/client/Client.js +2 -2
  28. package/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +2 -0
  29. package/api/resources/tasks/resources/v3/client/Client.js +1 -1
  30. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  31. package/dist/api/resources/billingNotes/client/Client.js +1 -1
  32. package/dist/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +6 -0
  33. package/dist/api/resources/commons/types/EntityNotFoundErrorMessage.js +5 -0
  34. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +13 -1
  35. package/dist/api/resources/commons/types/ProcedureModifier.js +3 -0
  36. package/dist/api/resources/commons/types/RequestValidationError.d.ts +7 -0
  37. package/dist/api/resources/commons/types/RequestValidationError.js +5 -0
  38. package/dist/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +6 -0
  39. package/dist/api/resources/commons/types/UnauthorizedErrorMessage.js +5 -0
  40. package/dist/api/resources/commons/types/index.d.ts +3 -1
  41. package/dist/api/resources/commons/types/index.js +3 -1
  42. package/dist/api/resources/encounters/resources/v4/client/Client.js +14 -8
  43. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +19 -1
  44. package/dist/api/resources/encounters/resources/v4/client/create.js +33 -0
  45. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +5 -4
  46. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  47. package/dist/api/resources/encounters/resources/v4/client/update.d.ts +19 -1
  48. package/dist/api/resources/encounters/resources/v4/client/update.js +33 -0
  49. package/dist/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +6 -0
  50. package/dist/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +5 -0
  51. package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +2 -1
  52. package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -0
  53. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  54. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  55. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  56. package/dist/api/resources/expectedNetworkStatus/client/Client.js +1 -1
  57. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  58. package/dist/api/resources/index.d.ts +0 -1
  59. package/dist/api/resources/index.js +1 -2
  60. package/dist/api/resources/payers/client/Client.js +2 -2
  61. package/dist/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +2 -0
  62. package/dist/api/resources/tasks/resources/v3/client/Client.js +1 -1
  63. package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +12 -0
  64. package/{serialization/resources/commons/types/UserId.js → dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.js} +3 -7
  65. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  66. package/dist/serialization/resources/commons/types/ProcedureModifier.js +3 -0
  67. package/dist/serialization/resources/commons/types/RequestValidationError.d.ts +13 -0
  68. package/dist/serialization/resources/commons/types/{UserId.js → RequestValidationError.js} +4 -7
  69. package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +12 -0
  70. package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.js +33 -0
  71. package/dist/serialization/resources/commons/types/index.d.ts +3 -1
  72. package/dist/serialization/resources/commons/types/index.js +3 -1
  73. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +13 -1
  74. package/dist/serialization/resources/encounters/resources/v4/client/create.js +15 -0
  75. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  76. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  77. package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +13 -1
  78. package/dist/serialization/resources/encounters/resources/v4/client/update.js +15 -0
  79. package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +12 -0
  80. package/dist/serialization/resources/{workQueues/resources/v1/types/WorkQueueCategoryType.js → encounters/resources/v4/types/CashPayPayerErrorMessage.js} +4 -2
  81. package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
  82. package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -1
  83. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  84. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -3
  85. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  86. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  87. package/dist/serialization/resources/index.d.ts +0 -1
  88. package/dist/serialization/resources/index.js +1 -2
  89. package/dist/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +2 -0
  90. package/dist/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.js +2 -0
  91. package/package.json +1 -1
  92. package/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +12 -0
  93. package/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +33 -0
  94. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  95. package/serialization/resources/commons/types/ProcedureModifier.js +3 -0
  96. package/serialization/resources/commons/types/RequestValidationError.d.ts +13 -0
  97. package/serialization/resources/commons/types/RequestValidationError.js +34 -0
  98. package/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +12 -0
  99. package/serialization/resources/commons/types/UnauthorizedErrorMessage.js +33 -0
  100. package/serialization/resources/commons/types/index.d.ts +3 -1
  101. package/serialization/resources/commons/types/index.js +3 -1
  102. package/serialization/resources/encounters/resources/v4/client/create.d.ts +13 -1
  103. package/serialization/resources/encounters/resources/v4/client/create.js +15 -0
  104. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  105. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  106. package/serialization/resources/encounters/resources/v4/client/update.d.ts +13 -1
  107. package/serialization/resources/encounters/resources/v4/client/update.js +15 -0
  108. package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +12 -0
  109. package/serialization/resources/{workQueues/resources/v1/types/WorkQueueCategoryType.js → encounters/resources/v4/types/CashPayPayerErrorMessage.js} +4 -2
  110. package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
  111. package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -1
  112. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  113. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -3
  114. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  115. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  116. package/serialization/resources/index.d.ts +0 -1
  117. package/serialization/resources/index.js +1 -2
  118. package/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +2 -0
  119. package/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.js +2 -0
  120. package/api/resources/commons/types/UserId.d.ts +0 -8
  121. package/api/resources/commons/types/UserId.js +0 -10
  122. package/api/resources/workQueues/index.d.ts +0 -1
  123. package/api/resources/workQueues/index.js +0 -17
  124. package/api/resources/workQueues/resources/index.d.ts +0 -1
  125. package/api/resources/workQueues/resources/index.js +0 -27
  126. package/api/resources/workQueues/resources/v1/index.d.ts +0 -1
  127. package/api/resources/workQueues/resources/v1/index.js +0 -17
  128. package/api/resources/workQueues/resources/v1/types/WorkQueue.d.ts +0 -12
  129. package/api/resources/workQueues/resources/v1/types/WorkQueueCategory.d.ts +0 -9
  130. package/api/resources/workQueues/resources/v1/types/WorkQueueCategoryType.d.ts +0 -12
  131. package/api/resources/workQueues/resources/v1/types/WorkQueueCategoryType.js +0 -14
  132. package/api/resources/workQueues/resources/v1/types/index.d.ts +0 -3
  133. package/api/resources/workQueues/resources/v1/types/index.js +0 -19
  134. package/dist/api/resources/commons/types/UserId.d.ts +0 -8
  135. package/dist/api/resources/commons/types/UserId.js +0 -10
  136. package/dist/api/resources/workQueues/index.d.ts +0 -1
  137. package/dist/api/resources/workQueues/index.js +0 -17
  138. package/dist/api/resources/workQueues/resources/index.d.ts +0 -1
  139. package/dist/api/resources/workQueues/resources/index.js +0 -27
  140. package/dist/api/resources/workQueues/resources/v1/index.d.ts +0 -1
  141. package/dist/api/resources/workQueues/resources/v1/index.js +0 -17
  142. package/dist/api/resources/workQueues/resources/v1/types/WorkQueue.d.ts +0 -12
  143. package/dist/api/resources/workQueues/resources/v1/types/WorkQueueCategory.d.ts +0 -9
  144. package/dist/api/resources/workQueues/resources/v1/types/WorkQueueCategoryType.d.ts +0 -12
  145. package/dist/api/resources/workQueues/resources/v1/types/WorkQueueCategoryType.js +0 -14
  146. package/dist/api/resources/workQueues/resources/v1/types/index.d.ts +0 -3
  147. package/dist/api/resources/workQueues/resources/v1/types/index.js +0 -19
  148. package/dist/serialization/resources/commons/types/UserId.d.ts +0 -10
  149. package/dist/serialization/resources/workQueues/index.d.ts +0 -1
  150. package/dist/serialization/resources/workQueues/index.js +0 -17
  151. package/dist/serialization/resources/workQueues/resources/index.d.ts +0 -1
  152. package/dist/serialization/resources/workQueues/resources/index.js +0 -27
  153. package/dist/serialization/resources/workQueues/resources/v1/index.d.ts +0 -1
  154. package/dist/serialization/resources/workQueues/resources/v1/index.js +0 -17
  155. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueue.d.ts +0 -17
  156. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueue.js +0 -38
  157. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueueCategory.d.ts +0 -14
  158. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueueCategory.js +0 -35
  159. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueueCategoryType.d.ts +0 -10
  160. package/dist/serialization/resources/workQueues/resources/v1/types/index.d.ts +0 -3
  161. package/dist/serialization/resources/workQueues/resources/v1/types/index.js +0 -19
  162. package/serialization/resources/commons/types/UserId.d.ts +0 -10
  163. package/serialization/resources/workQueues/index.d.ts +0 -1
  164. package/serialization/resources/workQueues/index.js +0 -17
  165. package/serialization/resources/workQueues/resources/index.d.ts +0 -1
  166. package/serialization/resources/workQueues/resources/index.js +0 -27
  167. package/serialization/resources/workQueues/resources/v1/index.d.ts +0 -1
  168. package/serialization/resources/workQueues/resources/v1/index.js +0 -17
  169. package/serialization/resources/workQueues/resources/v1/types/WorkQueue.d.ts +0 -17
  170. package/serialization/resources/workQueues/resources/v1/types/WorkQueue.js +0 -38
  171. package/serialization/resources/workQueues/resources/v1/types/WorkQueueCategory.d.ts +0 -14
  172. package/serialization/resources/workQueues/resources/v1/types/WorkQueueCategory.js +0 -35
  173. package/serialization/resources/workQueues/resources/v1/types/WorkQueueCategoryType.d.ts +0 -10
  174. package/serialization/resources/workQueues/resources/v1/types/index.d.ts +0 -3
  175. package/serialization/resources/workQueues/resources/v1/types/index.js +0 -19
  176. /package/api/resources/{workQueues/resources/v1/types/WorkQueue.js → commons/types/EntityNotFoundErrorMessage.js} +0 -0
  177. /package/api/resources/{workQueues/resources/v1/types/WorkQueueCategory.js → commons/types/RequestValidationError.js} +0 -0
  178. /package/{dist/api/resources/workQueues/resources/v1/types/WorkQueue.js → api/resources/commons/types/UnauthorizedErrorMessage.js} +0 -0
  179. /package/{dist/api/resources/workQueues/resources/v1/types/WorkQueueCategory.js → api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js} +0 -0
@@ -48,7 +48,7 @@ class V2 {
48
48
  Authorization: await this._getAuthorizationHeader(),
49
49
  "X-Fern-Language": "JavaScript",
50
50
  "X-Fern-SDK-Name": "candidhealth",
51
- "X-Fern-SDK-Version": "0.4.2",
51
+ "X-Fern-SDK-Version": "0.4.4",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.auth.v2.AuthGetTokenRequest.jsonOrThrow(request, {
@@ -48,7 +48,7 @@ class BillingNotes {
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.4.2",
51
+ "X-Fern-SDK-Version": "0.4.4",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.StandaloneBillingNoteCreate.jsonOrThrow(request, {
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface EntityNotFoundErrorMessage {
5
+ id: string;
6
+ }
@@ -1154,7 +1154,16 @@ export declare type ProcedureModifier =
1154
1154
  | "UR"
1155
1155
  /**
1156
1156
  * Six patients served */
1157
- | "US";
1157
+ | "US"
1158
+ /**
1159
+ * One patient visit in a month */
1160
+ | "V1"
1161
+ /**
1162
+ * Two patient visits in a month */
1163
+ | "V2"
1164
+ /**
1165
+ * Three patient visits in a month */
1166
+ | "V3";
1158
1167
  export declare const ProcedureModifier: {
1159
1168
  readonly TwentyTwo: "22";
1160
1169
  readonly TwentyThree: "23";
@@ -1539,4 +1548,7 @@ export declare const ProcedureModifier: {
1539
1548
  readonly Uq: "UQ";
1540
1549
  readonly Ur: "UR";
1541
1550
  readonly Us: "US";
1551
+ readonly V1: "V1";
1552
+ readonly V2: "V2";
1553
+ readonly V3: "V3";
1542
1554
  };
@@ -388,4 +388,7 @@ exports.ProcedureModifier = {
388
388
  Uq: "UQ",
389
389
  Ur: "UR",
390
390
  Us: "US",
391
+ V1: "V1",
392
+ V2: "V2",
393
+ V3: "V3",
391
394
  };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface RequestValidationError {
5
+ fieldName: string;
6
+ humanReadableMessage?: string;
7
+ }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface UnauthorizedErrorMessage {
5
+ message?: string;
6
+ }
@@ -6,7 +6,6 @@ export * from "./PatientExternalId";
6
6
  export * from "./EncounterExternalId";
7
7
  export * from "./Npi";
8
8
  export * from "./WorkQueueId";
9
- export * from "./UserId";
10
9
  export * from "./LinkUrl";
11
10
  export * from "./ContentDownloadUrl";
12
11
  export * from "./PageToken";
@@ -28,6 +27,9 @@ export * from "./ProcedureModifier";
28
27
  export * from "./ServiceLineUnits";
29
28
  export * from "./InsuranceTypeCode";
30
29
  export * from "./EmrPayerCrosswalk";
30
+ export * from "./EntityNotFoundErrorMessage";
31
+ export * from "./UnauthorizedErrorMessage";
32
+ export * from "./RequestValidationError";
31
33
  export * from "./PhoneNumber";
32
34
  export * from "./PhoneNumberType";
33
35
  export * from "./Email";
@@ -22,7 +22,6 @@ __exportStar(require("./PatientExternalId"), exports);
22
22
  __exportStar(require("./EncounterExternalId"), exports);
23
23
  __exportStar(require("./Npi"), exports);
24
24
  __exportStar(require("./WorkQueueId"), exports);
25
- __exportStar(require("./UserId"), exports);
26
25
  __exportStar(require("./LinkUrl"), exports);
27
26
  __exportStar(require("./ContentDownloadUrl"), exports);
28
27
  __exportStar(require("./PageToken"), exports);
@@ -44,6 +43,9 @@ __exportStar(require("./ProcedureModifier"), exports);
44
43
  __exportStar(require("./ServiceLineUnits"), exports);
45
44
  __exportStar(require("./InsuranceTypeCode"), exports);
46
45
  __exportStar(require("./EmrPayerCrosswalk"), exports);
46
+ __exportStar(require("./EntityNotFoundErrorMessage"), exports);
47
+ __exportStar(require("./UnauthorizedErrorMessage"), exports);
48
+ __exportStar(require("./RequestValidationError"), exports);
47
49
  __exportStar(require("./PhoneNumber"), exports);
48
50
  __exportStar(require("./PhoneNumberType"), exports);
49
51
  __exportStar(require("./Email"), exports);
@@ -100,7 +100,7 @@ class V4 {
100
100
  Authorization: await this._getAuthorizationHeader(),
101
101
  "X-Fern-Language": "JavaScript",
102
102
  "X-Fern-SDK-Name": "candidhealth",
103
- "X-Fern-SDK-Version": "0.4.2",
103
+ "X-Fern-SDK-Version": "0.4.4",
104
104
  },
105
105
  contentType: "application/json",
106
106
  queryParameters: _queryParams,
@@ -130,7 +130,7 @@ class V4 {
130
130
  Authorization: await this._getAuthorizationHeader(),
131
131
  "X-Fern-Language": "JavaScript",
132
132
  "X-Fern-SDK-Name": "candidhealth",
133
- "X-Fern-SDK-Version": "0.4.2",
133
+ "X-Fern-SDK-Version": "0.4.4",
134
134
  },
135
135
  contentType: "application/json",
136
136
  timeoutMs: 60000,
@@ -159,7 +159,7 @@ class V4 {
159
159
  Authorization: await this._getAuthorizationHeader(),
160
160
  "X-Fern-Language": "JavaScript",
161
161
  "X-Fern-SDK-Name": "candidhealth",
162
- "X-Fern-SDK-Version": "0.4.2",
162
+ "X-Fern-SDK-Version": "0.4.4",
163
163
  },
164
164
  contentType: "application/json",
165
165
  body: await serializers.encounters.v4.EncounterCreate.jsonOrThrow(request, {
@@ -181,7 +181,10 @@ class V4 {
181
181
  if (_response.error.reason === "status-code") {
182
182
  switch (_response.error.body?.errorName) {
183
183
  case "EncounterExternalIdUniquenessError":
184
+ case "EntityNotFoundError":
184
185
  case "EncounterGuarantorMissingContactInfoError":
186
+ case "HttpRequestValidationsError":
187
+ case "CashPayPayerError":
185
188
  return {
186
189
  ok: false,
187
190
  error: await serializers.encounters.v4.create.Error.parseOrThrow(_response.error.body, {
@@ -206,7 +209,7 @@ class V4 {
206
209
  Authorization: await this._getAuthorizationHeader(),
207
210
  "X-Fern-Language": "JavaScript",
208
211
  "X-Fern-SDK-Name": "candidhealth",
209
- "X-Fern-SDK-Version": "0.4.2",
212
+ "X-Fern-SDK-Version": "0.4.4",
210
213
  },
211
214
  contentType: "application/json",
212
215
  body: await serializers.encounters.v4.EncounterUpdate.jsonOrThrow(request, {
@@ -228,6 +231,9 @@ class V4 {
228
231
  if (_response.error.reason === "status-code") {
229
232
  switch (_response.error.body?.errorName) {
230
233
  case "EncounterExternalIdUniquenessError":
234
+ case "EntityNotFoundError":
235
+ case "UnauthorizedError":
236
+ case "HttpRequestValidationsError":
231
237
  return {
232
238
  ok: false,
233
239
  error: await serializers.encounters.v4.update.Error.parseOrThrow(_response.error.body, {
@@ -252,7 +258,7 @@ class V4 {
252
258
  Authorization: await this._getAuthorizationHeader(),
253
259
  "X-Fern-Language": "JavaScript",
254
260
  "X-Fern-SDK-Name": "candidhealth",
255
- "X-Fern-SDK-Version": "0.4.2",
261
+ "X-Fern-SDK-Version": "0.4.4",
256
262
  },
257
263
  contentType: "application/json",
258
264
  timeoutMs: 60000,
@@ -281,7 +287,7 @@ class V4 {
281
287
  Authorization: await this._getAuthorizationHeader(),
282
288
  "X-Fern-Language": "JavaScript",
283
289
  "X-Fern-SDK-Name": "candidhealth",
284
- "X-Fern-SDK-Version": "0.4.2",
290
+ "X-Fern-SDK-Version": "0.4.4",
285
291
  },
286
292
  contentType: "application/json",
287
293
  timeoutMs: 60000,
@@ -313,7 +319,7 @@ class V4 {
313
319
  Authorization: await this._getAuthorizationHeader(),
314
320
  "X-Fern-Language": "JavaScript",
315
321
  "X-Fern-SDK-Name": "candidhealth",
316
- "X-Fern-SDK-Version": "0.4.2",
322
+ "X-Fern-SDK-Version": "0.4.4",
317
323
  },
318
324
  contentType: "application/json",
319
325
  timeoutMs: 60000,
@@ -342,7 +348,7 @@ class V4 {
342
348
  Authorization: await this._getAuthorizationHeader(),
343
349
  "X-Fern-Language": "JavaScript",
344
350
  "X-Fern-SDK-Name": "candidhealth",
345
- "X-Fern-SDK-Version": "0.4.2",
351
+ "X-Fern-SDK-Version": "0.4.4",
346
352
  },
347
353
  contentType: "application/json",
348
354
  timeoutMs: 60000,
@@ -3,16 +3,28 @@
3
3
  */
4
4
  import * as CandidApi from "../../../../..";
5
5
  import * as core from "../../../../../../core";
6
- export declare type Error = CandidApi.encounters.v4.create.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.create.Error.EncounterGuarantorMissingContactInfoError | CandidApi.encounters.v4.create.Error._Unknown;
6
+ export declare type Error = CandidApi.encounters.v4.create.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.create.Error.EntityNotFoundError | CandidApi.encounters.v4.create.Error.EncounterGuarantorMissingContactInfoError | CandidApi.encounters.v4.create.Error.HttpRequestValidationsError | CandidApi.encounters.v4.create.Error.CashPayPayerError | CandidApi.encounters.v4.create.Error._Unknown;
7
7
  export declare namespace Error {
8
8
  interface EncounterExternalIdUniquenessError extends _Utils {
9
9
  errorName: "EncounterExternalIdUniquenessError";
10
10
  content: CandidApi.encounters.v4.EncounterExternalIdUniquenessErrorType;
11
11
  }
12
+ interface EntityNotFoundError extends _Utils {
13
+ errorName: "EntityNotFoundError";
14
+ content: CandidApi.EntityNotFoundErrorMessage;
15
+ }
12
16
  interface EncounterGuarantorMissingContactInfoError extends _Utils {
13
17
  errorName: "EncounterGuarantorMissingContactInfoError";
14
18
  content: CandidApi.encounters.v4.EncounterGuarantorMissingContactInfoErrorType;
15
19
  }
20
+ interface HttpRequestValidationsError extends _Utils {
21
+ errorName: "HttpRequestValidationsError";
22
+ content: CandidApi.RequestValidationError[];
23
+ }
24
+ interface CashPayPayerError extends _Utils {
25
+ errorName: "CashPayPayerError";
26
+ content: CandidApi.encounters.v4.CashPayPayerErrorMessage;
27
+ }
16
28
  interface _Unknown extends _Utils {
17
29
  errorName: void;
18
30
  content: core.Fetcher.Error;
@@ -22,13 +34,19 @@ export declare namespace Error {
22
34
  }
23
35
  interface _Visitor<_Result> {
24
36
  encounterExternalIdUniquenessError: (value: CandidApi.encounters.v4.EncounterExternalIdUniquenessErrorType) => _Result;
37
+ entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
25
38
  encounterGuarantorMissingContactInfoError: (value: CandidApi.encounters.v4.EncounterGuarantorMissingContactInfoErrorType) => _Result;
39
+ httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
40
+ cashPayPayerError: (value: CandidApi.encounters.v4.CashPayPayerErrorMessage) => _Result;
26
41
  _other: (value: core.Fetcher.Error) => _Result;
27
42
  }
28
43
  }
29
44
  export declare const Error: {
30
45
  readonly encounterExternalIdUniquenessError: (value: CandidApi.encounters.v4.EncounterExternalIdUniquenessErrorType) => CandidApi.encounters.v4.create.Error.EncounterExternalIdUniquenessError;
46
+ readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.encounters.v4.create.Error.EntityNotFoundError;
31
47
  readonly encounterGuarantorMissingContactInfoError: (value: CandidApi.encounters.v4.EncounterGuarantorMissingContactInfoErrorType) => CandidApi.encounters.v4.create.Error.EncounterGuarantorMissingContactInfoError;
48
+ readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.encounters.v4.create.Error.HttpRequestValidationsError;
49
+ readonly cashPayPayerError: (value: CandidApi.encounters.v4.CashPayPayerErrorMessage) => CandidApi.encounters.v4.create.Error.CashPayPayerError;
32
50
  readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounters.v4.create.Error._Unknown;
33
51
  readonly _visit: <_Result>(value: CandidApi.encounters.v4.create.Error, visitor: CandidApi.encounters.v4.create.Error._Visitor<_Result>) => _Result;
34
52
  };
@@ -38,6 +38,15 @@ exports.Error = {
38
38
  },
39
39
  };
40
40
  },
41
+ entityNotFoundError: (value) => {
42
+ return {
43
+ content: value,
44
+ errorName: "EntityNotFoundError",
45
+ _visit: function (visitor) {
46
+ return CandidApi.encounters.v4.create.Error._visit(this, visitor);
47
+ },
48
+ };
49
+ },
41
50
  encounterGuarantorMissingContactInfoError: (value) => {
42
51
  return {
43
52
  content: value,
@@ -47,6 +56,24 @@ exports.Error = {
47
56
  },
48
57
  };
49
58
  },
59
+ httpRequestValidationsError: (value) => {
60
+ return {
61
+ content: value,
62
+ errorName: "HttpRequestValidationsError",
63
+ _visit: function (visitor) {
64
+ return CandidApi.encounters.v4.create.Error._visit(this, visitor);
65
+ },
66
+ };
67
+ },
68
+ cashPayPayerError: (value) => {
69
+ return {
70
+ content: value,
71
+ errorName: "CashPayPayerError",
72
+ _visit: function (visitor) {
73
+ return CandidApi.encounters.v4.create.Error._visit(this, visitor);
74
+ },
75
+ };
76
+ },
50
77
  _unknown: (fetcherError) => {
51
78
  return {
52
79
  errorName: undefined,
@@ -60,8 +87,14 @@ exports.Error = {
60
87
  switch (value.errorName) {
61
88
  case "EncounterExternalIdUniquenessError":
62
89
  return visitor.encounterExternalIdUniquenessError(value.content);
90
+ case "EntityNotFoundError":
91
+ return visitor.entityNotFoundError(value.content);
63
92
  case "EncounterGuarantorMissingContactInfoError":
64
93
  return visitor.encounterGuarantorMissingContactInfoError(value.content);
94
+ case "HttpRequestValidationsError":
95
+ return visitor.httpRequestValidationsError(value.content);
96
+ case "CashPayPayerError":
97
+ return visitor.cashPayPayerError(value.content);
65
98
  default:
66
99
  return visitor._other(value);
67
100
  }
@@ -17,14 +17,15 @@ export interface EncounterCreate extends CandidApi.encounters.v4.EncounterBase {
17
17
  referringProvider?: CandidApi.encounterProviders.v2.ReferringProvider;
18
18
  serviceFacility?: CandidApi.EncounterServiceFacilityBase;
19
19
  /**
20
- * Subscriber_primary is required when do_not_bill is False (i.e. when the claim should be billed to insurance).
21
- * These are not required fields when do_not_bill is True (i.e. when the claim should not be billed to insurance, like in the example of Cash Pay visits).
22
- * However, if you collect this for patients, even cash pay, we recommend including it when sending encounters to Candid.
20
+ * Subscriber_primary is required when responsible_party is INSURANCE_PAY (i.e. when the claim should be billed to insurance).
21
+ * These are not required fields when responsible_party is SELF_PAY (i.e. when the claim should be billed to the patient).
22
+ * However, if you collect this for patients, even self-pay, we recommend including it when sending encounters to Candid.
23
+ * Note: Cash Pay is no longer a valid payer_id in v4, please use responsible party to define self-pay claims
23
24
  *
24
25
  */
25
26
  subscriberPrimary?: CandidApi.SubscriberCreate;
26
27
  /**
27
- * Please always include this when you have it, even for cash-only claims
28
+ * Please always include this when you have it, even for self-pay claims
28
29
  *
29
30
  */
30
31
  subscriberSecondary?: CandidApi.SubscriberCreate;
@@ -38,4 +38,5 @@ export interface EncounterUpdate {
38
38
  placeOfServiceCode?: CandidApi.FacilityTypeCode;
39
39
  appointmentType?: string;
40
40
  endDateOfService?: CandidApi.Date_;
41
+ subscriberSecondary?: CandidApi.SubscriberCreate;
41
42
  }
@@ -3,12 +3,24 @@
3
3
  */
4
4
  import * as CandidApi from "../../../../..";
5
5
  import * as core from "../../../../../../core";
6
- export declare type Error = CandidApi.encounters.v4.update.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.update.Error._Unknown;
6
+ export declare type Error = CandidApi.encounters.v4.update.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.update.Error.EntityNotFoundError | CandidApi.encounters.v4.update.Error.UnauthorizedError | CandidApi.encounters.v4.update.Error.HttpRequestValidationsError | CandidApi.encounters.v4.update.Error._Unknown;
7
7
  export declare namespace Error {
8
8
  interface EncounterExternalIdUniquenessError extends _Utils {
9
9
  errorName: "EncounterExternalIdUniquenessError";
10
10
  content: CandidApi.encounters.v4.EncounterExternalIdUniquenessErrorType;
11
11
  }
12
+ interface EntityNotFoundError extends _Utils {
13
+ errorName: "EntityNotFoundError";
14
+ content: CandidApi.EntityNotFoundErrorMessage;
15
+ }
16
+ interface UnauthorizedError extends _Utils {
17
+ errorName: "UnauthorizedError";
18
+ content: CandidApi.UnauthorizedErrorMessage;
19
+ }
20
+ interface HttpRequestValidationsError extends _Utils {
21
+ errorName: "HttpRequestValidationsError";
22
+ content: CandidApi.RequestValidationError[];
23
+ }
12
24
  interface _Unknown extends _Utils {
13
25
  errorName: void;
14
26
  content: core.Fetcher.Error;
@@ -18,11 +30,17 @@ export declare namespace Error {
18
30
  }
19
31
  interface _Visitor<_Result> {
20
32
  encounterExternalIdUniquenessError: (value: CandidApi.encounters.v4.EncounterExternalIdUniquenessErrorType) => _Result;
33
+ entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
34
+ unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
35
+ httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
21
36
  _other: (value: core.Fetcher.Error) => _Result;
22
37
  }
23
38
  }
24
39
  export declare const Error: {
25
40
  readonly encounterExternalIdUniquenessError: (value: CandidApi.encounters.v4.EncounterExternalIdUniquenessErrorType) => CandidApi.encounters.v4.update.Error.EncounterExternalIdUniquenessError;
41
+ readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.encounters.v4.update.Error.EntityNotFoundError;
42
+ readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.encounters.v4.update.Error.UnauthorizedError;
43
+ readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.encounters.v4.update.Error.HttpRequestValidationsError;
26
44
  readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounters.v4.update.Error._Unknown;
27
45
  readonly _visit: <_Result>(value: CandidApi.encounters.v4.update.Error, visitor: CandidApi.encounters.v4.update.Error._Visitor<_Result>) => _Result;
28
46
  };
@@ -38,6 +38,33 @@ exports.Error = {
38
38
  },
39
39
  };
40
40
  },
41
+ entityNotFoundError: (value) => {
42
+ return {
43
+ content: value,
44
+ errorName: "EntityNotFoundError",
45
+ _visit: function (visitor) {
46
+ return CandidApi.encounters.v4.update.Error._visit(this, visitor);
47
+ },
48
+ };
49
+ },
50
+ unauthorizedError: (value) => {
51
+ return {
52
+ content: value,
53
+ errorName: "UnauthorizedError",
54
+ _visit: function (visitor) {
55
+ return CandidApi.encounters.v4.update.Error._visit(this, visitor);
56
+ },
57
+ };
58
+ },
59
+ httpRequestValidationsError: (value) => {
60
+ return {
61
+ content: value,
62
+ errorName: "HttpRequestValidationsError",
63
+ _visit: function (visitor) {
64
+ return CandidApi.encounters.v4.update.Error._visit(this, visitor);
65
+ },
66
+ };
67
+ },
41
68
  _unknown: (fetcherError) => {
42
69
  return {
43
70
  errorName: undefined,
@@ -51,6 +78,12 @@ exports.Error = {
51
78
  switch (value.errorName) {
52
79
  case "EncounterExternalIdUniquenessError":
53
80
  return visitor.encounterExternalIdUniquenessError(value.content);
81
+ case "EntityNotFoundError":
82
+ return visitor.entityNotFoundError(value.content);
83
+ case "UnauthorizedError":
84
+ return visitor.unauthorizedError(value.content);
85
+ case "HttpRequestValidationsError":
86
+ return visitor.httpRequestValidationsError(value.content);
54
87
  default:
55
88
  return visitor._other(value);
56
89
  }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface CashPayPayerErrorMessage {
5
+ message: string;
6
+ }
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type CodingAttributionType = "CANDID" | "CUSTOMER" | "TCN";
4
+ export declare type CodingAttributionType = "CANDID" | "CUSTOMER" | "TCN" | "PJF";
5
5
  export declare const CodingAttributionType: {
6
6
  readonly Candid: "CANDID";
7
7
  readonly Customer: "CUSTOMER";
8
8
  readonly Tcn: "TCN";
9
+ readonly Pjf: "PJF";
9
10
  };
@@ -8,4 +8,5 @@ exports.CodingAttributionType = {
8
8
  Candid: "CANDID",
9
9
  Customer: "CUSTOMER",
10
10
  Tcn: "TCN",
11
+ Pjf: "PJF",
11
12
  };
@@ -29,5 +29,5 @@ export interface Encounter extends CandidApi.encounters.v4.EncounterBase {
29
29
  patientPayments: CandidApi.patientPayments.v3.PatientPayment[];
30
30
  tags: CandidApi.Tag[];
31
31
  codingAttribution?: CandidApi.encounters.v4.CodingAttributionType;
32
- workQueue?: CandidApi.workQueues.v1.WorkQueue;
32
+ workQueueId?: CandidApi.WorkQueueId;
33
33
  }
@@ -40,3 +40,4 @@ export * from "./IntakeQuestionId";
40
40
  export * from "./IntakeFollowUpId";
41
41
  export * from "./EncounterExternalIdUniquenessErrorType";
42
42
  export * from "./EncounterGuarantorMissingContactInfoErrorType";
43
+ export * from "./CashPayPayerErrorMessage";
@@ -56,3 +56,4 @@ __exportStar(require("./IntakeQuestionId"), exports);
56
56
  __exportStar(require("./IntakeFollowUpId"), exports);
57
57
  __exportStar(require("./EncounterExternalIdUniquenessErrorType"), exports);
58
58
  __exportStar(require("./EncounterGuarantorMissingContactInfoErrorType"), exports);
59
+ __exportStar(require("./CashPayPayerErrorMessage"), exports);
@@ -48,7 +48,7 @@ class ExpectedNetworkStatus {
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.4.2",
51
+ "X-Fern-SDK-Version": "0.4.4",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
@@ -48,7 +48,7 @@ class V1 {
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.4.2",
51
+ "X-Fern-SDK-Version": "0.4.4",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.guarantor.v1.GuarantorCreate.jsonOrThrow(request, {
@@ -94,7 +94,7 @@ class V1 {
94
94
  Authorization: await this._getAuthorizationHeader(),
95
95
  "X-Fern-Language": "JavaScript",
96
96
  "X-Fern-SDK-Name": "candidhealth",
97
- "X-Fern-SDK-Version": "0.4.2",
97
+ "X-Fern-SDK-Version": "0.4.4",
98
98
  },
99
99
  contentType: "application/json",
100
100
  timeoutMs: 60000,
@@ -123,7 +123,7 @@ class V1 {
123
123
  Authorization: await this._getAuthorizationHeader(),
124
124
  "X-Fern-Language": "JavaScript",
125
125
  "X-Fern-SDK-Name": "candidhealth",
126
- "X-Fern-SDK-Version": "0.4.2",
126
+ "X-Fern-SDK-Version": "0.4.4",
127
127
  },
128
128
  contentType: "application/json",
129
129
  body: await serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, {
@@ -5,7 +5,6 @@ export * as guarantor from "./guarantor";
5
5
  export * as organizationProviders from "./organizationProviders";
6
6
  export * as patientPayments from "./patientPayments";
7
7
  export * as tasks from "./tasks";
8
- export * as workQueues from "./workQueues";
9
8
  export * as billingNotes from "./billingNotes";
10
9
  export * from "./billingNotes/types";
11
10
  export * as claims from "./claims";
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.tags = exports.serviceLines = exports.serviceFacility = exports.payers = exports.invoices = exports.insuranceCard = exports.individual = exports.expectedNetworkStatus = exports.era = exports.diagnoses = exports.credentialing = exports.contracts = exports.commons = exports.claims = exports.billingNotes = exports.workQueues = exports.tasks = exports.patientPayments = exports.organizationProviders = exports.guarantor = exports.encounters = exports.encounterProviders = exports.auth = void 0;
29
+ exports.tags = exports.serviceLines = exports.serviceFacility = exports.payers = exports.invoices = exports.insuranceCard = exports.individual = exports.expectedNetworkStatus = exports.era = exports.diagnoses = exports.credentialing = exports.contracts = exports.commons = exports.claims = exports.billingNotes = exports.tasks = exports.patientPayments = exports.organizationProviders = exports.guarantor = exports.encounters = exports.encounterProviders = exports.auth = void 0;
30
30
  exports.auth = __importStar(require("./auth"));
31
31
  exports.encounterProviders = __importStar(require("./encounterProviders"));
32
32
  exports.encounters = __importStar(require("./encounters"));
@@ -34,7 +34,6 @@ exports.guarantor = __importStar(require("./guarantor"));
34
34
  exports.organizationProviders = __importStar(require("./organizationProviders"));
35
35
  exports.patientPayments = __importStar(require("./patientPayments"));
36
36
  exports.tasks = __importStar(require("./tasks"));
37
- exports.workQueues = __importStar(require("./workQueues"));
38
37
  exports.billingNotes = __importStar(require("./billingNotes"));
39
38
  __exportStar(require("./billingNotes/types"), exports);
40
39
  exports.claims = __importStar(require("./claims"));
@@ -49,7 +49,7 @@ class Payers {
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.4.2",
52
+ "X-Fern-SDK-Version": "0.4.4",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -89,7 +89,7 @@ class Payers {
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.4.2",
92
+ "X-Fern-SDK-Version": "0.4.4",
93
93
  },
94
94
  contentType: "application/json",
95
95
  queryParameters: _queryParams,
@@ -5,6 +5,8 @@ import * as CandidApi from "../../..";
5
5
  export interface ServiceLineBaseWithOptionals extends CandidApi.ServiceLineBase {
6
6
  chargeAmountCents?: number;
7
7
  allowedAmountCents?: number;
8
+ insuranceBalanceCents?: number;
9
+ patientBalanceCents?: number;
8
10
  paidAmountCents?: number;
9
11
  patientResponsibilityCents?: number;
10
12
  diagnosisIdZero?: CandidApi.DiagnosisId;
@@ -48,7 +48,7 @@ class V3 {
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.4.2",
51
+ "X-Fern-SDK-Version": "0.4.4",
52
52
  },
53
53
  contentType: "application/json",
54
54
  timeoutMs: 60000,
@@ -48,7 +48,7 @@ class V2 {
48
48
  Authorization: await this._getAuthorizationHeader(),
49
49
  "X-Fern-Language": "JavaScript",
50
50
  "X-Fern-SDK-Name": "candidhealth",
51
- "X-Fern-SDK-Version": "0.4.2",
51
+ "X-Fern-SDK-Version": "0.4.4",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.auth.v2.AuthGetTokenRequest.jsonOrThrow(request, {
@@ -48,7 +48,7 @@ class BillingNotes {
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.4.2",
51
+ "X-Fern-SDK-Version": "0.4.4",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.StandaloneBillingNoteCreate.jsonOrThrow(request, {
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface EntityNotFoundErrorMessage {
5
+ id: string;
6
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });