candidhealth 0.4.5 → 0.4.7

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 (193) 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/claims/types/Claim.d.ts +1 -1
  4. package/api/resources/encounters/resources/v4/client/Client.js +12 -9
  5. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
  6. package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +1 -0
  7. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +3 -0
  8. package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +10 -0
  9. package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +12 -0
  10. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  11. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  12. package/api/resources/expectedNetworkStatus/client/Client.js +1 -1
  13. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  14. package/api/resources/index.d.ts +1 -2
  15. package/api/resources/index.js +2 -3
  16. package/api/resources/payers/client/Client.js +2 -2
  17. package/api/resources/serviceLines/index.d.ts +1 -1
  18. package/api/resources/serviceLines/index.js +1 -1
  19. package/api/resources/serviceLines/resources/index.d.ts +1 -0
  20. package/api/resources/serviceLines/resources/index.js +27 -0
  21. package/api/resources/serviceLines/resources/v2/index.d.ts +1 -0
  22. package/api/resources/serviceLines/resources/v2/index.js +17 -0
  23. package/{dist/api/resources/serviceLines → api/resources/serviceLines/resources/v2}/types/DrugIdentification.d.ts +3 -3
  24. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +39 -0
  25. package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineCreate.d.ts +4 -3
  26. package/{dist/api/resources/serviceLines → api/resources/serviceLines/resources/v2}/types/ServiceLineDenialReason.d.ts +2 -2
  27. package/{dist/api/resources/serviceLines → api/resources/serviceLines/resources/v2}/types/ServiceLineEraData.d.ts +2 -2
  28. package/api/resources/serviceLines/{types → resources/v2/types}/index.d.ts +0 -2
  29. package/{dist/api/resources/serviceLines → api/resources/serviceLines/resources/v2}/types/index.js +0 -2
  30. package/api/resources/tasks/resources/v3/client/Client.js +1 -1
  31. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  32. package/dist/api/resources/billingNotes/client/Client.js +1 -1
  33. package/dist/api/resources/claims/types/Claim.d.ts +1 -1
  34. package/dist/api/resources/encounters/resources/v4/client/Client.js +12 -9
  35. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
  36. package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +1 -0
  37. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +3 -0
  38. package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +10 -0
  39. package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +12 -0
  40. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  41. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  42. package/dist/api/resources/expectedNetworkStatus/client/Client.js +1 -1
  43. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  44. package/dist/api/resources/index.d.ts +1 -2
  45. package/dist/api/resources/index.js +2 -3
  46. package/dist/api/resources/payers/client/Client.js +2 -2
  47. package/dist/api/resources/serviceLines/index.d.ts +1 -1
  48. package/dist/api/resources/serviceLines/index.js +1 -1
  49. package/dist/api/resources/serviceLines/resources/index.d.ts +1 -0
  50. package/dist/api/resources/serviceLines/resources/index.js +27 -0
  51. package/dist/api/resources/serviceLines/resources/v2/index.d.ts +1 -0
  52. package/dist/api/resources/serviceLines/resources/v2/index.js +17 -0
  53. package/{api/resources/serviceLines → dist/api/resources/serviceLines/resources/v2}/types/DrugIdentification.d.ts +3 -3
  54. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +39 -0
  55. package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineCreate.d.ts +4 -3
  56. package/{api/resources/serviceLines → dist/api/resources/serviceLines/resources/v2}/types/ServiceLineDenialReason.d.ts +2 -2
  57. package/{api/resources/serviceLines → dist/api/resources/serviceLines/resources/v2}/types/ServiceLineEraData.d.ts +2 -2
  58. package/dist/api/resources/serviceLines/{types → resources/v2/types}/index.d.ts +0 -2
  59. package/dist/{serialization/resources/serviceLines → api/resources/serviceLines/resources/v2}/types/index.js +0 -2
  60. package/dist/api/resources/tasks/resources/v3/client/Client.js +1 -1
  61. package/dist/serialization/resources/claims/types/Claim.d.ts +1 -1
  62. package/dist/serialization/resources/claims/types/Claim.js +1 -1
  63. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
  64. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -1
  65. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  66. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  67. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +10 -0
  68. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +31 -0
  69. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  70. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  71. package/dist/serialization/resources/index.d.ts +1 -2
  72. package/dist/serialization/resources/index.js +2 -3
  73. package/dist/serialization/resources/serviceLines/index.d.ts +1 -1
  74. package/dist/serialization/resources/serviceLines/index.js +1 -1
  75. package/dist/serialization/resources/serviceLines/resources/index.d.ts +1 -0
  76. package/dist/serialization/resources/serviceLines/resources/index.js +27 -0
  77. package/dist/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -0
  78. package/dist/serialization/resources/serviceLines/resources/v2/index.js +17 -0
  79. package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.d.ts +4 -4
  80. package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.js +1 -1
  81. package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +17 -0
  82. package/{serialization/resources/serviceLines → dist/serialization/resources/serviceLines/resources/v2}/types/DrugIdentification.js +3 -3
  83. package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +10 -0
  84. package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/MeasurementUnitCode.js +1 -1
  85. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +10 -0
  86. package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceIdQualifier.js +1 -1
  87. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +33 -0
  88. package/{serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.js → dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js} +26 -15
  89. package/{serialization/resources/serviceLines → dist/serialization/resources/serviceLines/resources/v2}/types/ServiceLineAdjustment.d.ts +4 -4
  90. package/{serialization/resources/serviceLines → dist/serialization/resources/serviceLines/resources/v2}/types/ServiceLineAdjustment.js +1 -1
  91. package/{serialization/resources/serviceLines → dist/serialization/resources/serviceLines/resources/v2}/types/ServiceLineCreate.d.ts +7 -6
  92. package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceLineCreate.js +12 -9
  93. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +12 -0
  94. package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceLineDenialReason.js +4 -2
  95. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +13 -0
  96. package/{serialization/resources/serviceLines → dist/serialization/resources/serviceLines/resources/v2}/types/ServiceLineEraData.js +2 -2
  97. package/dist/serialization/resources/serviceLines/{types → resources/v2/types}/index.d.ts +0 -2
  98. package/{api/resources/serviceLines → dist/serialization/resources/serviceLines/resources/v2}/types/index.js +0 -2
  99. package/package.json +1 -1
  100. package/serialization/resources/claims/types/Claim.d.ts +1 -1
  101. package/serialization/resources/claims/types/Claim.js +1 -1
  102. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
  103. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -1
  104. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  105. package/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  106. package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +10 -0
  107. package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +31 -0
  108. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  109. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  110. package/serialization/resources/index.d.ts +1 -2
  111. package/serialization/resources/index.js +2 -3
  112. package/serialization/resources/serviceLines/index.d.ts +1 -1
  113. package/serialization/resources/serviceLines/index.js +1 -1
  114. package/serialization/resources/serviceLines/resources/index.d.ts +1 -0
  115. package/serialization/resources/serviceLines/resources/index.js +27 -0
  116. package/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -0
  117. package/serialization/resources/serviceLines/resources/v2/index.js +17 -0
  118. package/serialization/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.d.ts +4 -4
  119. package/serialization/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.js +1 -1
  120. package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +17 -0
  121. package/{dist/serialization/resources/serviceLines → serialization/resources/serviceLines/resources/v2}/types/DrugIdentification.js +3 -3
  122. package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +10 -0
  123. package/serialization/resources/serviceLines/{types → resources/v2/types}/MeasurementUnitCode.js +1 -1
  124. package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +10 -0
  125. package/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceIdQualifier.js +1 -1
  126. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +33 -0
  127. package/{dist/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.js → serialization/resources/serviceLines/resources/v2/types/ServiceLine.js} +26 -15
  128. package/{dist/serialization/resources/serviceLines → serialization/resources/serviceLines/resources/v2}/types/ServiceLineAdjustment.d.ts +4 -4
  129. package/{dist/serialization/resources/serviceLines → serialization/resources/serviceLines/resources/v2}/types/ServiceLineAdjustment.js +1 -1
  130. package/{dist/serialization/resources/serviceLines → serialization/resources/serviceLines/resources/v2}/types/ServiceLineCreate.d.ts +7 -6
  131. package/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceLineCreate.js +12 -9
  132. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +12 -0
  133. package/serialization/resources/serviceLines/{types → resources/v2/types}/ServiceLineDenialReason.js +4 -2
  134. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +13 -0
  135. package/{dist/serialization/resources/serviceLines → serialization/resources/serviceLines/resources/v2}/types/ServiceLineEraData.js +2 -2
  136. package/serialization/resources/serviceLines/{types → resources/v2/types}/index.d.ts +0 -2
  137. package/serialization/resources/serviceLines/{types → resources/v2/types}/index.js +0 -2
  138. package/api/resources/serviceLines/types/ServiceLine.d.ts +0 -23
  139. package/api/resources/serviceLines/types/ServiceLineBase.d.ts +0 -7
  140. package/api/resources/serviceLines/types/ServiceLineBase.js +0 -5
  141. package/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +0 -21
  142. package/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.js +0 -5
  143. package/dist/api/resources/serviceLines/types/ServiceLine.d.ts +0 -23
  144. package/dist/api/resources/serviceLines/types/ServiceLineBase.d.ts +0 -7
  145. package/dist/api/resources/serviceLines/types/ServiceLineBase.js +0 -5
  146. package/dist/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +0 -21
  147. package/dist/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.js +0 -5
  148. package/dist/serialization/resources/serviceLines/types/DrugIdentification.d.ts +0 -17
  149. package/dist/serialization/resources/serviceLines/types/MeasurementUnitCode.d.ts +0 -10
  150. package/dist/serialization/resources/serviceLines/types/ServiceIdQualifier.d.ts +0 -10
  151. package/dist/serialization/resources/serviceLines/types/ServiceLine.d.ts +0 -17
  152. package/dist/serialization/resources/serviceLines/types/ServiceLine.js +0 -40
  153. package/dist/serialization/resources/serviceLines/types/ServiceLineBase.d.ts +0 -12
  154. package/dist/serialization/resources/serviceLines/types/ServiceLineBase.js +0 -35
  155. package/dist/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +0 -26
  156. package/dist/serialization/resources/serviceLines/types/ServiceLineDenialReason.d.ts +0 -12
  157. package/dist/serialization/resources/serviceLines/types/ServiceLineEraData.d.ts +0 -13
  158. package/serialization/resources/serviceLines/types/DrugIdentification.d.ts +0 -17
  159. package/serialization/resources/serviceLines/types/MeasurementUnitCode.d.ts +0 -10
  160. package/serialization/resources/serviceLines/types/ServiceIdQualifier.d.ts +0 -10
  161. package/serialization/resources/serviceLines/types/ServiceLine.d.ts +0 -17
  162. package/serialization/resources/serviceLines/types/ServiceLine.js +0 -40
  163. package/serialization/resources/serviceLines/types/ServiceLineBase.d.ts +0 -12
  164. package/serialization/resources/serviceLines/types/ServiceLineBase.js +0 -35
  165. package/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +0 -26
  166. package/serialization/resources/serviceLines/types/ServiceLineDenialReason.d.ts +0 -12
  167. package/serialization/resources/serviceLines/types/ServiceLineEraData.d.ts +0 -13
  168. /package/api/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.d.ts +0 -0
  169. /package/api/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.js +0 -0
  170. /package/api/resources/serviceLines/{types → resources/v2/types}/DrugIdentification.js +0 -0
  171. /package/api/resources/serviceLines/{types → resources/v2/types}/MeasurementUnitCode.d.ts +0 -0
  172. /package/api/resources/serviceLines/{types → resources/v2/types}/MeasurementUnitCode.js +0 -0
  173. /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceIdQualifier.d.ts +0 -0
  174. /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceIdQualifier.js +0 -0
  175. /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLine.js +0 -0
  176. /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineAdjustment.d.ts +0 -0
  177. /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineAdjustment.js +0 -0
  178. /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineCreate.js +0 -0
  179. /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineDenialReason.js +0 -0
  180. /package/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineEraData.js +0 -0
  181. /package/dist/api/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.d.ts +0 -0
  182. /package/dist/api/resources/serviceLines/{types → resources/v2/types}/DenialReasonContent.js +0 -0
  183. /package/dist/api/resources/serviceLines/{types → resources/v2/types}/DrugIdentification.js +0 -0
  184. /package/dist/api/resources/serviceLines/{types → resources/v2/types}/MeasurementUnitCode.d.ts +0 -0
  185. /package/dist/api/resources/serviceLines/{types → resources/v2/types}/MeasurementUnitCode.js +0 -0
  186. /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceIdQualifier.d.ts +0 -0
  187. /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceIdQualifier.js +0 -0
  188. /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLine.js +0 -0
  189. /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineAdjustment.d.ts +0 -0
  190. /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineAdjustment.js +0 -0
  191. /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineCreate.js +0 -0
  192. /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineDenialReason.js +0 -0
  193. /package/dist/api/resources/serviceLines/{types → resources/v2/types}/ServiceLineEraData.js +0 -0
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type EncounterOwnerOfNextActionType = "CANDID" | "CUSTOMER" | "CODER" | "NONE";
5
+ export declare const EncounterOwnerOfNextActionType: {
6
+ readonly Candid: "CANDID";
7
+ readonly Customer: "CUSTOMER";
8
+ readonly Coder: "CODER";
9
+ readonly None: "NONE";
10
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.EncounterOwnerOfNextActionType = void 0;
7
+ exports.EncounterOwnerOfNextActionType = {
8
+ Candid: "CANDID",
9
+ Customer: "CUSTOMER",
10
+ Coder: "CODER",
11
+ None: "NONE",
12
+ };
@@ -18,6 +18,7 @@ export * from "./NoteCategory";
18
18
  export * from "./ClinicalNote";
19
19
  export * from "./ResponsiblePartyType";
20
20
  export * from "./BillableStatusType";
21
+ export * from "./EncounterOwnerOfNextActionType";
21
22
  export * from "./SynchronicityType";
22
23
  export * from "./CodingAttributionType";
23
24
  export * from "./AttachmentId";
@@ -34,6 +34,7 @@ __exportStar(require("./NoteCategory"), exports);
34
34
  __exportStar(require("./ClinicalNote"), exports);
35
35
  __exportStar(require("./ResponsiblePartyType"), exports);
36
36
  __exportStar(require("./BillableStatusType"), exports);
37
+ __exportStar(require("./EncounterOwnerOfNextActionType"), exports);
37
38
  __exportStar(require("./SynchronicityType"), exports);
38
39
  __exportStar(require("./CodingAttributionType"), exports);
39
40
  __exportStar(require("./AttachmentId"), 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.5",
51
+ "X-Fern-SDK-Version": "0.4.7",
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.5",
51
+ "X-Fern-SDK-Version": "0.4.7",
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.5",
97
+ "X-Fern-SDK-Version": "0.4.7",
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.5",
126
+ "X-Fern-SDK-Version": "0.4.7",
127
127
  },
128
128
  contentType: "application/json",
129
129
  body: await serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, {
@@ -4,6 +4,7 @@ export * as encounters from "./encounters";
4
4
  export * as guarantor from "./guarantor";
5
5
  export * as organizationProviders from "./organizationProviders";
6
6
  export * as patientPayments from "./patientPayments";
7
+ export * as serviceLines from "./serviceLines";
7
8
  export * as tasks from "./tasks";
8
9
  export * as billingNotes from "./billingNotes";
9
10
  export * from "./billingNotes/types";
@@ -31,8 +32,6 @@ export * as payers from "./payers";
31
32
  export * from "./payers/types";
32
33
  export * as serviceFacility from "./serviceFacility";
33
34
  export * from "./serviceFacility/types";
34
- export * as serviceLines from "./serviceLines";
35
- export * from "./serviceLines/types";
36
35
  export * as tags from "./tags";
37
36
  export * from "./tags/types";
38
37
  export * from "./billingNotes/client/requests";
@@ -26,13 +26,14 @@ 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.tasks = exports.patientPayments = exports.organizationProviders = exports.guarantor = exports.encounters = exports.encounterProviders = exports.auth = void 0;
29
+ exports.tags = 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.serviceLines = 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"));
33
33
  exports.guarantor = __importStar(require("./guarantor"));
34
34
  exports.organizationProviders = __importStar(require("./organizationProviders"));
35
35
  exports.patientPayments = __importStar(require("./patientPayments"));
36
+ exports.serviceLines = __importStar(require("./serviceLines"));
36
37
  exports.tasks = __importStar(require("./tasks"));
37
38
  exports.billingNotes = __importStar(require("./billingNotes"));
38
39
  __exportStar(require("./billingNotes/types"), exports);
@@ -60,8 +61,6 @@ exports.payers = __importStar(require("./payers"));
60
61
  __exportStar(require("./payers/types"), exports);
61
62
  exports.serviceFacility = __importStar(require("./serviceFacility"));
62
63
  __exportStar(require("./serviceFacility/types"), exports);
63
- exports.serviceLines = __importStar(require("./serviceLines"));
64
- __exportStar(require("./serviceLines/types"), exports);
65
64
  exports.tags = __importStar(require("./tags"));
66
65
  __exportStar(require("./tags/types"), exports);
67
66
  __exportStar(require("./billingNotes/client/requests"), exports);
@@ -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.5",
52
+ "X-Fern-SDK-Version": "0.4.7",
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.5",
92
+ "X-Fern-SDK-Version": "0.4.7",
93
93
  },
94
94
  contentType: "application/json",
95
95
  queryParameters: _queryParams,
@@ -1 +1 @@
1
- export * from "./types";
1
+ export * from "./resources";
@@ -14,4 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./types"), exports);
17
+ __exportStar(require("./resources"), exports);
@@ -0,0 +1 @@
1
+ export * as v2 from "./v2";
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.v2 = void 0;
27
+ exports.v2 = __importStar(require("./v2"));
@@ -0,0 +1 @@
1
+ export * from "./types";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as CandidApi from "../../..";
4
+ import * as CandidApi from "../../../../..";
5
5
  export interface DrugIdentification {
6
- serviceIdQualifier: CandidApi.ServiceIdQualifier;
6
+ serviceIdQualifier: CandidApi.serviceLines.v2.ServiceIdQualifier;
7
7
  nationalDrugCode: string;
8
8
  nationalDrugUnitCount: string;
9
- measurementUnitCode: CandidApi.MeasurementUnitCode;
9
+ measurementUnitCode: CandidApi.serviceLines.v2.MeasurementUnitCode;
10
10
  linkSequenceNumber?: string;
11
11
  pharmacyPrescriptionNumber?: string;
12
12
  }
@@ -0,0 +1,39 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../..";
5
+ export interface ServiceLine {
6
+ modifiers?: CandidApi.ProcedureModifier[];
7
+ chargeAmountCents?: number;
8
+ allowedAmountCents?: number;
9
+ insuranceBalanceCents?: number;
10
+ patientBalanceCents?: number;
11
+ paidAmountCents?: number;
12
+ patientResponsibilityCents?: number;
13
+ diagnosisIdZero?: CandidApi.DiagnosisId;
14
+ diagnosisIdOne?: CandidApi.DiagnosisId;
15
+ diagnosisIdTwo?: CandidApi.DiagnosisId;
16
+ diagnosisIdThree?: CandidApi.DiagnosisId;
17
+ serviceLineEraData?: CandidApi.serviceLines.v2.ServiceLineEraData;
18
+ serviceLineManualAdjustments?: CandidApi.serviceLines.v2.ServiceLineAdjustment[];
19
+ relatedInvoices?: CandidApi.Invoice[];
20
+ denialReason?: CandidApi.serviceLines.v2.ServiceLineDenialReason;
21
+ placeOfServiceCode?: CandidApi.FacilityTypeCode;
22
+ serviceLineId: CandidApi.ServiceLineId;
23
+ procedureCode: string;
24
+ /**
25
+ * String representation of a Decimal that can be parsed by most libraries.
26
+ * A ServiceLine quantity cannot contain more than one digit of precision.
27
+ * Example: 1.1 is valid, 1.11 is not.
28
+ *
29
+ */
30
+ quantity: CandidApi.Decimal;
31
+ units: CandidApi.ServiceLineUnits;
32
+ claimId: CandidApi.ClaimId;
33
+ /**
34
+ * A range of dates of service for this service line. If the service line is for a single date, the end date
35
+ * will be empty.
36
+ *
37
+ */
38
+ dateOfServiceRange: CandidApi.DateRangeOptionalEnd;
39
+ }
@@ -1,8 +1,9 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as CandidApi from "../../..";
5
- export interface ServiceLineCreate extends CandidApi.ServiceLineBase {
4
+ import * as CandidApi from "../../../../..";
5
+ export interface ServiceLineCreate {
6
+ modifiers?: CandidApi.ProcedureModifier[];
6
7
  procedureCode: string;
7
8
  /**
8
9
  * String representation of a Decimal that can be parsed by most libraries.
@@ -21,6 +22,6 @@ export interface ServiceLineCreate extends CandidApi.ServiceLineBase {
21
22
  chargeAmountCents?: number;
22
23
  /** Indices (zero-indexed) of all the diagnoses this service line references */
23
24
  diagnosisPointers: number[];
24
- drugIdentification?: CandidApi.DrugIdentification;
25
+ drugIdentification?: CandidApi.serviceLines.v2.DrugIdentification;
25
26
  placeOfServiceCode?: CandidApi.FacilityTypeCode;
26
27
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as CandidApi from "../../..";
4
+ import * as CandidApi from "../../../../..";
5
5
  /**
6
6
  * The reason a given service line was denied within a given time range.
7
7
  * A service line may be denied for different reasons over time, but only one reason at a time.
@@ -9,5 +9,5 @@ import * as CandidApi from "../../..";
9
9
  */
10
10
  export interface ServiceLineDenialReason {
11
11
  /** Text of the denial reason */
12
- reason?: CandidApi.DenialReasonContent;
12
+ reason?: CandidApi.serviceLines.v2.DenialReasonContent;
13
13
  }
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as CandidApi from "../../..";
4
+ import * as CandidApi from "../../../../..";
5
5
  export interface ServiceLineEraData {
6
- serviceLineAdjustments: CandidApi.ServiceLineAdjustment[];
6
+ serviceLineAdjustments: CandidApi.serviceLines.v2.ServiceLineAdjustment[];
7
7
  remittanceAdviceRemarkCodes: string[];
8
8
  }
@@ -1,5 +1,3 @@
1
- export * from "./ServiceLineBase";
2
- export * from "./ServiceLineBaseWithOptionals";
3
1
  export * from "./ServiceLineCreate";
4
2
  export * from "./ServiceLine";
5
3
  export * from "./ServiceLineEraData";
@@ -14,8 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./ServiceLineBase"), exports);
18
- __exportStar(require("./ServiceLineBaseWithOptionals"), exports);
19
17
  __exportStar(require("./ServiceLineCreate"), exports);
20
18
  __exportStar(require("./ServiceLine"), exports);
21
19
  __exportStar(require("./ServiceLineEraData"), exports);
@@ -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.5",
51
+ "X-Fern-SDK-Version": "0.4.7",
52
52
  },
53
53
  contentType: "application/json",
54
54
  timeoutMs: 60000,
@@ -12,7 +12,7 @@ export declare namespace Claim {
12
12
  clearinghouse?: string | null;
13
13
  clearinghouse_claim_id?: string | null;
14
14
  payer_claim_id?: string | null;
15
- service_lines: serializers.ServiceLine.Raw[];
15
+ service_lines: serializers.serviceLines.v2.ServiceLine.Raw[];
16
16
  eras: serializers.Era.Raw[];
17
17
  }
18
18
  }
@@ -34,6 +34,6 @@ exports.Claim = core.serialization.object({
34
34
  clearinghouse: core.serialization.string().optional(),
35
35
  clearinghouseClaimId: core.serialization.property("clearinghouse_claim_id", core.serialization.string().optional()),
36
36
  payerClaimId: core.serialization.property("payer_claim_id", core.serialization.string().optional()),
37
- serviceLines: core.serialization.property("service_lines", core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).ServiceLine))),
37
+ serviceLines: core.serialization.property("service_lines", core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).serviceLines.v2.ServiceLine))),
38
38
  eras: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../..")))).Era)),
39
39
  });
@@ -19,7 +19,7 @@ export declare namespace EncounterCreate {
19
19
  billing_notes?: serializers.BillingNoteBase.Raw[] | null;
20
20
  place_of_service_code: serializers.FacilityTypeCode.Raw;
21
21
  patient_histories?: serializers.encounters.v4.PatientHistoryCategory.Raw[] | null;
22
- service_lines?: serializers.ServiceLineCreate.Raw[] | null;
22
+ service_lines?: serializers.serviceLines.v2.ServiceLineCreate.Raw[] | null;
23
23
  guarantor?: serializers.guarantor.v1.GuarantorCreate.Raw | null;
24
24
  }
25
25
  }
@@ -53,7 +53,7 @@ exports.EncounterCreate = core.serialization
53
53
  .list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).encounters.v4.PatientHistoryCategory))
54
54
  .optional()),
55
55
  serviceLines: core.serialization.property("service_lines", core.serialization
56
- .list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).ServiceLineCreate))
56
+ .list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).serviceLines.v2.ServiceLineCreate))
57
57
  .optional()),
58
58
  guarantor: core.serialization
59
59
  .lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).guarantor.v1.GuarantorCreate)
@@ -28,5 +28,7 @@ export declare namespace Encounter {
28
28
  tags: serializers.Tag.Raw[];
29
29
  coding_attribution?: serializers.encounters.v4.CodingAttributionType.Raw | null;
30
30
  work_queue_id?: serializers.WorkQueueId.Raw | null;
31
+ work_queue_membership_activated_at?: string | null;
32
+ owner_of_next_action: serializers.encounters.v4.EncounterOwnerOfNextActionType.Raw;
31
33
  }
32
34
  }
@@ -59,5 +59,7 @@ exports.Encounter = core.serialization
59
59
  .lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.CodingAttributionType)
60
60
  .optional()),
61
61
  workQueueId: core.serialization.property("work_queue_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).WorkQueueId).optional()),
62
+ workQueueMembershipActivatedAt: core.serialization.property("work_queue_membership_activated_at", core.serialization.date().optional()),
63
+ ownerOfNextAction: core.serialization.property("owner_of_next_action", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.EncounterOwnerOfNextActionType)),
62
64
  })
63
65
  .extend(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).encounters.v4.EncounterBase));
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../..";
5
+ import * as CandidApi from "../../../../../../api";
6
+ import * as core from "../../../../../../core";
7
+ export declare const EncounterOwnerOfNextActionType: core.serialization.Schema<serializers.encounters.v4.EncounterOwnerOfNextActionType.Raw, CandidApi.encounters.v4.EncounterOwnerOfNextActionType>;
8
+ export declare namespace EncounterOwnerOfNextActionType {
9
+ type Raw = "CANDID" | "CUSTOMER" | "CODER" | "NONE";
10
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.EncounterOwnerOfNextActionType = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ exports.EncounterOwnerOfNextActionType = core.serialization.enum_(["CANDID", "CUSTOMER", "CODER", "NONE"]);
@@ -18,6 +18,7 @@ export * from "./NoteCategory";
18
18
  export * from "./ClinicalNote";
19
19
  export * from "./ResponsiblePartyType";
20
20
  export * from "./BillableStatusType";
21
+ export * from "./EncounterOwnerOfNextActionType";
21
22
  export * from "./SynchronicityType";
22
23
  export * from "./CodingAttributionType";
23
24
  export * from "./AttachmentId";
@@ -34,6 +34,7 @@ __exportStar(require("./NoteCategory"), exports);
34
34
  __exportStar(require("./ClinicalNote"), exports);
35
35
  __exportStar(require("./ResponsiblePartyType"), exports);
36
36
  __exportStar(require("./BillableStatusType"), exports);
37
+ __exportStar(require("./EncounterOwnerOfNextActionType"), exports);
37
38
  __exportStar(require("./SynchronicityType"), exports);
38
39
  __exportStar(require("./CodingAttributionType"), exports);
39
40
  __exportStar(require("./AttachmentId"), exports);
@@ -4,6 +4,7 @@ export * as encounters from "./encounters";
4
4
  export * as guarantor from "./guarantor";
5
5
  export * as organizationProviders from "./organizationProviders";
6
6
  export * as patientPayments from "./patientPayments";
7
+ export * as serviceLines from "./serviceLines";
7
8
  export * as tasks from "./tasks";
8
9
  export * as billingNotes from "./billingNotes";
9
10
  export * from "./billingNotes/types";
@@ -31,8 +32,6 @@ export * as payers from "./payers";
31
32
  export * from "./payers/types";
32
33
  export * as serviceFacility from "./serviceFacility";
33
34
  export * from "./serviceFacility/types";
34
- export * as serviceLines from "./serviceLines";
35
- export * from "./serviceLines/types";
36
35
  export * as tags from "./tags";
37
36
  export * from "./tags/types";
38
37
  export * from "./billingNotes/client/requests";
@@ -26,13 +26,14 @@ 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.tasks = exports.patientPayments = exports.organizationProviders = exports.guarantor = exports.encounters = exports.encounterProviders = exports.auth = void 0;
29
+ exports.tags = 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.serviceLines = 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"));
33
33
  exports.guarantor = __importStar(require("./guarantor"));
34
34
  exports.organizationProviders = __importStar(require("./organizationProviders"));
35
35
  exports.patientPayments = __importStar(require("./patientPayments"));
36
+ exports.serviceLines = __importStar(require("./serviceLines"));
36
37
  exports.tasks = __importStar(require("./tasks"));
37
38
  exports.billingNotes = __importStar(require("./billingNotes"));
38
39
  __exportStar(require("./billingNotes/types"), exports);
@@ -60,8 +61,6 @@ exports.payers = __importStar(require("./payers"));
60
61
  __exportStar(require("./payers/types"), exports);
61
62
  exports.serviceFacility = __importStar(require("./serviceFacility"));
62
63
  __exportStar(require("./serviceFacility/types"), exports);
63
- exports.serviceLines = __importStar(require("./serviceLines"));
64
- __exportStar(require("./serviceLines/types"), exports);
65
64
  exports.tags = __importStar(require("./tags"));
66
65
  __exportStar(require("./tags/types"), exports);
67
66
  __exportStar(require("./billingNotes/client/requests"), exports);
@@ -1 +1 @@
1
- export * from "./types";
1
+ export * from "./resources";
@@ -14,4 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./types"), exports);
17
+ __exportStar(require("./resources"), exports);
@@ -0,0 +1 @@
1
+ export * as v2 from "./v2";
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.v2 = void 0;
27
+ exports.v2 = __importStar(require("./v2"));
@@ -0,0 +1 @@
1
+ export * from "./types";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as serializers from "../../..";
5
- import * as CandidApi from "../../../../api";
6
- import * as core from "../../../../core";
7
- export declare const DenialReasonContent: core.serialization.Schema<serializers.DenialReasonContent.Raw, CandidApi.DenialReasonContent>;
4
+ import * as serializers from "../../../../..";
5
+ import * as CandidApi from "../../../../../../api";
6
+ import * as core from "../../../../../../core";
7
+ export declare const DenialReasonContent: core.serialization.Schema<serializers.serviceLines.v2.DenialReasonContent.Raw, CandidApi.serviceLines.v2.DenialReasonContent>;
8
8
  export declare namespace DenialReasonContent {
9
9
  type Raw = "Authorization Required" | "Referral Required" | "Medical Records Requested" | "Timely Filing" | "Duplicate Claim" | "Incorrect Place of Service" | "Incorrect Patient Gender" | "Bundled" | "Exceeded Billable Time" | "Invalid Provider Information" | "Invalid Diagnosis Code" | "Incorrect Procedure Code" | "Invalid Modifier" | "Missing NDC Code" | "Invalid Insurance Data" | "No Active Coverage" | "Coordination of Benefits" | "Incorrect Payer" | "Credentialing" | "No Effective Contract" | "Missing W-9" | "Missing Contract Linkage" | "Non-Covered Benefit" | "Experimental Procedure" | "Not Medically Necessary" | "Info Requested from Provider" | "Info Requested from Patient" | "Billing Error" | "Unknown" | "Max Benefit Reached";
10
10
  }
@@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.DenialReasonContent = void 0;
30
- const core = __importStar(require("../../../../core"));
30
+ const core = __importStar(require("../../../../../../core"));
31
31
  exports.DenialReasonContent = core.serialization.enum_([
32
32
  "Authorization Required",
33
33
  "Referral Required",