candidhealth 0.40.2 → 0.40.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  3. package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +1 -0
  4. package/api/resources/chargeCapture/resources/v1/client/Client.js +10 -6
  5. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +5 -0
  6. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +8 -1
  7. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +40 -4
  8. package/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +22 -0
  9. package/{dist/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js → api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js} +19 -7
  10. package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -0
  11. package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +2 -1
  12. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +1 -1
  13. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +3 -1
  14. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +2 -0
  15. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +11 -0
  16. package/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +1 -0
  17. package/api/resources/chargeCaptureBundles/resources/v1/types/index.js +1 -0
  18. package/api/resources/commons/types/ProcedureModifier.d.ts +13 -1
  19. package/api/resources/commons/types/ProcedureModifier.js +3 -0
  20. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  21. package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  22. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  23. package/api/resources/diagnoses/client/Client.js +3 -3
  24. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  25. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  26. package/api/resources/encounters/resources/v4/client/Client.js +5 -5
  27. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  28. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  29. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  30. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  31. package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +3 -3
  32. package/api/resources/feeSchedules/resources/v3/client/Client.js +13 -13
  33. package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -1
  34. package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -1
  35. package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -1
  36. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  37. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  38. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  39. package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -56
  40. package/api/resources/insurancePayments/resources/v1/client/Client.js +2 -194
  41. package/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
  42. package/api/resources/insurancePayments/resources/v1/client/index.js +1 -4
  43. package/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
  44. package/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -1
  45. package/api/resources/insurancePayments/resources/v1/types/index.js +0 -1
  46. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  47. package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +1 -1
  48. package/api/resources/medicationDispense/resources/v1/client/Client.js +2 -2
  49. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  50. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  51. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  52. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  53. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  54. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  55. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  56. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  57. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
  58. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +9 -9
  59. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
  60. package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
  61. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  62. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  63. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
  64. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  65. package/api/resources/serviceFacility/client/Client.js +1 -1
  66. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +2 -2
  67. package/api/resources/serviceLines/resources/v2/client/Client.js +5 -5
  68. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  69. package/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
  70. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  71. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  72. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +1 -0
  73. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +10 -6
  74. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +5 -0
  75. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +8 -1
  76. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +40 -4
  77. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +22 -0
  78. package/{serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js → dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js} +19 -7
  79. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -0
  80. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +2 -1
  81. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +1 -1
  82. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +3 -1
  83. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +2 -0
  84. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +11 -0
  85. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +1 -0
  86. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.js +1 -0
  87. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +13 -1
  88. package/dist/api/resources/commons/types/ProcedureModifier.js +3 -0
  89. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  90. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  91. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  92. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  93. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  94. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  95. package/dist/api/resources/encounters/resources/v4/client/Client.js +5 -5
  96. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  97. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  98. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  99. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  100. package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +3 -3
  101. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +13 -13
  102. package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -1
  103. package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -1
  104. package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -1
  105. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  106. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  107. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  108. package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -56
  109. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +2 -194
  110. package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
  111. package/dist/api/resources/insurancePayments/resources/v1/client/index.js +1 -4
  112. package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
  113. package/dist/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -1
  114. package/dist/api/resources/insurancePayments/resources/v1/types/index.js +0 -1
  115. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  116. package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +1 -1
  117. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +2 -2
  118. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  119. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  120. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  121. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  122. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  123. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  124. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  125. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  126. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
  127. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +9 -9
  128. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
  129. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
  130. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  131. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  132. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
  133. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  134. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  135. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +2 -2
  136. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +5 -5
  137. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  138. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
  139. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +1 -1
  140. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +1 -1
  141. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +14 -0
  142. package/dist/serialization/resources/{insurancePayments/resources/v1/types/InsurancePaymentCreate.js → chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js} +5 -9
  143. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +1 -0
  144. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +1 -0
  145. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  146. package/dist/serialization/resources/commons/types/ProcedureModifier.js +3 -0
  147. package/dist/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -4
  148. package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +1 -8
  149. package/dist/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -1
  150. package/dist/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -1
  151. package/dist/version.d.ts +1 -1
  152. package/dist/version.js +1 -1
  153. package/package.json +1 -1
  154. package/reference.md +48 -231
  155. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +1 -1
  156. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +1 -1
  157. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +14 -0
  158. package/serialization/resources/{insurancePayments/resources/v1/types/InsurancePaymentCreate.js → chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js} +5 -9
  159. package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +1 -0
  160. package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +1 -0
  161. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  162. package/serialization/resources/commons/types/ProcedureModifier.js +3 -0
  163. package/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -4
  164. package/serialization/resources/insurancePayments/resources/v1/client/index.js +1 -8
  165. package/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -1
  166. package/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -1
  167. package/version.d.ts +1 -1
  168. package/version.js +1 -1
  169. package/api/resources/insurancePayments/resources/v1/client/create.d.ts +0 -40
  170. package/api/resources/insurancePayments/resources/v1/client/create.js +0 -90
  171. package/api/resources/insurancePayments/resources/v1/client/delete.d.ts +0 -40
  172. package/api/resources/insurancePayments/resources/v1/client/delete.js +0 -90
  173. package/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +0 -18
  174. package/api/resources/insurancePayments/resources/v1/client/update.d.ts +0 -40
  175. package/api/resources/insurancePayments/resources/v1/client/update.js +0 -90
  176. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +0 -11
  177. package/dist/api/resources/insurancePayments/resources/v1/client/create.d.ts +0 -40
  178. package/dist/api/resources/insurancePayments/resources/v1/client/create.js +0 -90
  179. package/dist/api/resources/insurancePayments/resources/v1/client/delete.d.ts +0 -40
  180. package/dist/api/resources/insurancePayments/resources/v1/client/delete.js +0 -90
  181. package/dist/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +0 -18
  182. package/dist/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +0 -5
  183. package/dist/api/resources/insurancePayments/resources/v1/client/update.d.ts +0 -40
  184. package/dist/api/resources/insurancePayments/resources/v1/client/update.js +0 -90
  185. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +0 -11
  186. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +0 -5
  187. package/dist/serialization/resources/insurancePayments/resources/v1/client/create.d.ts +0 -25
  188. package/dist/serialization/resources/insurancePayments/resources/v1/client/create.js +0 -83
  189. package/dist/serialization/resources/insurancePayments/resources/v1/client/delete.d.ts +0 -25
  190. package/dist/serialization/resources/insurancePayments/resources/v1/client/delete.js +0 -83
  191. package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +0 -14
  192. package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
  193. package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/index.js +0 -5
  194. package/dist/serialization/resources/insurancePayments/resources/v1/client/update.d.ts +0 -25
  195. package/dist/serialization/resources/insurancePayments/resources/v1/client/update.js +0 -83
  196. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +0 -18
  197. package/serialization/resources/insurancePayments/resources/v1/client/create.d.ts +0 -25
  198. package/serialization/resources/insurancePayments/resources/v1/client/create.js +0 -83
  199. package/serialization/resources/insurancePayments/resources/v1/client/delete.d.ts +0 -25
  200. package/serialization/resources/insurancePayments/resources/v1/client/delete.js +0 -83
  201. package/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +0 -14
  202. package/serialization/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
  203. package/serialization/resources/insurancePayments/resources/v1/client/requests/index.js +0 -5
  204. package/serialization/resources/insurancePayments/resources/v1/client/update.d.ts +0 -25
  205. package/serialization/resources/insurancePayments/resources/v1/client/update.js +0 -83
  206. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +0 -18
  207. /package/api/resources/{insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js → chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js} +0 -0
  208. /package/{api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js → dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js} +0 -0
@@ -1,40 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../../index";
5
- import * as core from "../../../../../../core";
6
- export type Error = CandidApi.insurancePayments.v1.delete.Error.EntityNotFoundError | CandidApi.insurancePayments.v1.delete.Error.UnauthorizedError | CandidApi.insurancePayments.v1.delete.Error.UnprocessableEntityError | CandidApi.insurancePayments.v1.delete.Error._Unknown;
7
- export declare namespace Error {
8
- interface EntityNotFoundError extends _Utils {
9
- errorName: "EntityNotFoundError";
10
- content: CandidApi.EntityNotFoundErrorMessage;
11
- }
12
- interface UnauthorizedError extends _Utils {
13
- errorName: "UnauthorizedError";
14
- content: CandidApi.UnauthorizedErrorMessage;
15
- }
16
- interface UnprocessableEntityError extends _Utils {
17
- errorName: "UnprocessableEntityError";
18
- content: CandidApi.UnprocessableEntityErrorMessage;
19
- }
20
- interface _Unknown extends _Utils {
21
- errorName: void;
22
- content: core.Fetcher.Error;
23
- }
24
- interface _Utils {
25
- _visit: <_Result>(visitor: CandidApi.insurancePayments.v1.delete.Error._Visitor<_Result>) => _Result;
26
- }
27
- interface _Visitor<_Result> {
28
- entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
29
- unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
30
- unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
31
- _other: (value: core.Fetcher.Error) => _Result;
32
- }
33
- }
34
- export declare const Error: {
35
- readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.insurancePayments.v1.delete.Error.EntityNotFoundError;
36
- readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.insurancePayments.v1.delete.Error.UnauthorizedError;
37
- readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.insurancePayments.v1.delete.Error.UnprocessableEntityError;
38
- readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.insurancePayments.v1.delete.Error._Unknown;
39
- readonly _visit: <_Result>(value: CandidApi.insurancePayments.v1.delete.Error, visitor: CandidApi.insurancePayments.v1.delete.Error._Visitor<_Result>) => _Result;
40
- };
@@ -1,90 +0,0 @@
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 () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.Error = void 0;
40
- const CandidApi = __importStar(require("../../../../../index"));
41
- exports.Error = {
42
- entityNotFoundError: (value) => {
43
- return {
44
- content: value,
45
- errorName: "EntityNotFoundError",
46
- _visit: function (visitor) {
47
- return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
48
- },
49
- };
50
- },
51
- unauthorizedError: (value) => {
52
- return {
53
- content: value,
54
- errorName: "UnauthorizedError",
55
- _visit: function (visitor) {
56
- return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
57
- },
58
- };
59
- },
60
- unprocessableEntityError: (value) => {
61
- return {
62
- content: value,
63
- errorName: "UnprocessableEntityError",
64
- _visit: function (visitor) {
65
- return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
66
- },
67
- };
68
- },
69
- _unknown: (fetcherError) => {
70
- return {
71
- errorName: undefined,
72
- content: fetcherError,
73
- _visit: function (visitor) {
74
- return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
75
- },
76
- };
77
- },
78
- _visit: (value, visitor) => {
79
- switch (value.errorName) {
80
- case "EntityNotFoundError":
81
- return visitor.entityNotFoundError(value.content);
82
- case "UnauthorizedError":
83
- return visitor.unauthorizedError(value.content);
84
- case "UnprocessableEntityError":
85
- return visitor.unprocessableEntityError(value.content);
86
- default:
87
- return visitor._other(value);
88
- }
89
- },
90
- };
@@ -1,18 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../../../index";
5
- /**
6
- * @example
7
- * {
8
- * paymentTimestamp: "2024-01-15T09:30:00Z",
9
- * paymentNote: {
10
- * type: "set",
11
- * value: "string"
12
- * }
13
- * }
14
- */
15
- export interface InsurancePaymentUpdate {
16
- paymentTimestamp?: Date;
17
- paymentNote?: CandidApi.NoteUpdate;
18
- }
@@ -1,40 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../../index";
5
- import * as core from "../../../../../../core";
6
- export type Error = CandidApi.insurancePayments.v1.update.Error.EntityNotFoundError | CandidApi.insurancePayments.v1.update.Error.UnauthorizedError | CandidApi.insurancePayments.v1.update.Error.UnprocessableEntityError | CandidApi.insurancePayments.v1.update.Error._Unknown;
7
- export declare namespace Error {
8
- interface EntityNotFoundError extends _Utils {
9
- errorName: "EntityNotFoundError";
10
- content: CandidApi.EntityNotFoundErrorMessage;
11
- }
12
- interface UnauthorizedError extends _Utils {
13
- errorName: "UnauthorizedError";
14
- content: CandidApi.UnauthorizedErrorMessage;
15
- }
16
- interface UnprocessableEntityError extends _Utils {
17
- errorName: "UnprocessableEntityError";
18
- content: CandidApi.UnprocessableEntityErrorMessage;
19
- }
20
- interface _Unknown extends _Utils {
21
- errorName: void;
22
- content: core.Fetcher.Error;
23
- }
24
- interface _Utils {
25
- _visit: <_Result>(visitor: CandidApi.insurancePayments.v1.update.Error._Visitor<_Result>) => _Result;
26
- }
27
- interface _Visitor<_Result> {
28
- entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
29
- unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
30
- unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
31
- _other: (value: core.Fetcher.Error) => _Result;
32
- }
33
- }
34
- export declare const Error: {
35
- readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.insurancePayments.v1.update.Error.EntityNotFoundError;
36
- readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.insurancePayments.v1.update.Error.UnauthorizedError;
37
- readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.insurancePayments.v1.update.Error.UnprocessableEntityError;
38
- readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.insurancePayments.v1.update.Error._Unknown;
39
- readonly _visit: <_Result>(value: CandidApi.insurancePayments.v1.update.Error, visitor: CandidApi.insurancePayments.v1.update.Error._Visitor<_Result>) => _Result;
40
- };
@@ -1,90 +0,0 @@
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 () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.Error = void 0;
40
- const CandidApi = __importStar(require("../../../../../index"));
41
- exports.Error = {
42
- entityNotFoundError: (value) => {
43
- return {
44
- content: value,
45
- errorName: "EntityNotFoundError",
46
- _visit: function (visitor) {
47
- return CandidApi.insurancePayments.v1.update.Error._visit(this, visitor);
48
- },
49
- };
50
- },
51
- unauthorizedError: (value) => {
52
- return {
53
- content: value,
54
- errorName: "UnauthorizedError",
55
- _visit: function (visitor) {
56
- return CandidApi.insurancePayments.v1.update.Error._visit(this, visitor);
57
- },
58
- };
59
- },
60
- unprocessableEntityError: (value) => {
61
- return {
62
- content: value,
63
- errorName: "UnprocessableEntityError",
64
- _visit: function (visitor) {
65
- return CandidApi.insurancePayments.v1.update.Error._visit(this, visitor);
66
- },
67
- };
68
- },
69
- _unknown: (fetcherError) => {
70
- return {
71
- errorName: undefined,
72
- content: fetcherError,
73
- _visit: function (visitor) {
74
- return CandidApi.insurancePayments.v1.update.Error._visit(this, visitor);
75
- },
76
- };
77
- },
78
- _visit: (value, visitor) => {
79
- switch (value.errorName) {
80
- case "EntityNotFoundError":
81
- return visitor.entityNotFoundError(value.content);
82
- case "UnauthorizedError":
83
- return visitor.unauthorizedError(value.content);
84
- case "UnprocessableEntityError":
85
- return visitor.unprocessableEntityError(value.content);
86
- default:
87
- return visitor._other(value);
88
- }
89
- },
90
- };
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../../index";
5
- export interface InsurancePaymentCreate {
6
- payerIdentifier: CandidApi.payers.v3.PayerIdentifier;
7
- amountCents: number;
8
- paymentTimestamp?: Date;
9
- paymentNote?: string;
10
- allocations: CandidApi.AllocationCreate[];
11
- }
@@ -1,40 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../../index";
5
- import * as core from "../../../../../../core";
6
- export type Error = CandidApi.insurancePayments.v1.create.Error.EntityNotFoundError | CandidApi.insurancePayments.v1.create.Error.UnauthorizedError | CandidApi.insurancePayments.v1.create.Error.UnprocessableEntityError | CandidApi.insurancePayments.v1.create.Error._Unknown;
7
- export declare namespace Error {
8
- interface EntityNotFoundError extends _Utils {
9
- errorName: "EntityNotFoundError";
10
- content: CandidApi.EntityNotFoundErrorMessage;
11
- }
12
- interface UnauthorizedError extends _Utils {
13
- errorName: "UnauthorizedError";
14
- content: CandidApi.UnauthorizedErrorMessage;
15
- }
16
- interface UnprocessableEntityError extends _Utils {
17
- errorName: "UnprocessableEntityError";
18
- content: CandidApi.UnprocessableEntityErrorMessage;
19
- }
20
- interface _Unknown extends _Utils {
21
- errorName: void;
22
- content: core.Fetcher.Error;
23
- }
24
- interface _Utils {
25
- _visit: <_Result>(visitor: CandidApi.insurancePayments.v1.create.Error._Visitor<_Result>) => _Result;
26
- }
27
- interface _Visitor<_Result> {
28
- entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
29
- unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
30
- unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
31
- _other: (value: core.Fetcher.Error) => _Result;
32
- }
33
- }
34
- export declare const Error: {
35
- readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.insurancePayments.v1.create.Error.EntityNotFoundError;
36
- readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.insurancePayments.v1.create.Error.UnauthorizedError;
37
- readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.insurancePayments.v1.create.Error.UnprocessableEntityError;
38
- readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.insurancePayments.v1.create.Error._Unknown;
39
- readonly _visit: <_Result>(value: CandidApi.insurancePayments.v1.create.Error, visitor: CandidApi.insurancePayments.v1.create.Error._Visitor<_Result>) => _Result;
40
- };
@@ -1,90 +0,0 @@
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 () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.Error = void 0;
40
- const CandidApi = __importStar(require("../../../../../index"));
41
- exports.Error = {
42
- entityNotFoundError: (value) => {
43
- return {
44
- content: value,
45
- errorName: "EntityNotFoundError",
46
- _visit: function (visitor) {
47
- return CandidApi.insurancePayments.v1.create.Error._visit(this, visitor);
48
- },
49
- };
50
- },
51
- unauthorizedError: (value) => {
52
- return {
53
- content: value,
54
- errorName: "UnauthorizedError",
55
- _visit: function (visitor) {
56
- return CandidApi.insurancePayments.v1.create.Error._visit(this, visitor);
57
- },
58
- };
59
- },
60
- unprocessableEntityError: (value) => {
61
- return {
62
- content: value,
63
- errorName: "UnprocessableEntityError",
64
- _visit: function (visitor) {
65
- return CandidApi.insurancePayments.v1.create.Error._visit(this, visitor);
66
- },
67
- };
68
- },
69
- _unknown: (fetcherError) => {
70
- return {
71
- errorName: undefined,
72
- content: fetcherError,
73
- _visit: function (visitor) {
74
- return CandidApi.insurancePayments.v1.create.Error._visit(this, visitor);
75
- },
76
- };
77
- },
78
- _visit: (value, visitor) => {
79
- switch (value.errorName) {
80
- case "EntityNotFoundError":
81
- return visitor.entityNotFoundError(value.content);
82
- case "UnauthorizedError":
83
- return visitor.unauthorizedError(value.content);
84
- case "UnprocessableEntityError":
85
- return visitor.unprocessableEntityError(value.content);
86
- default:
87
- return visitor._other(value);
88
- }
89
- },
90
- };
@@ -1,40 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../../index";
5
- import * as core from "../../../../../../core";
6
- export type Error = CandidApi.insurancePayments.v1.delete.Error.EntityNotFoundError | CandidApi.insurancePayments.v1.delete.Error.UnauthorizedError | CandidApi.insurancePayments.v1.delete.Error.UnprocessableEntityError | CandidApi.insurancePayments.v1.delete.Error._Unknown;
7
- export declare namespace Error {
8
- interface EntityNotFoundError extends _Utils {
9
- errorName: "EntityNotFoundError";
10
- content: CandidApi.EntityNotFoundErrorMessage;
11
- }
12
- interface UnauthorizedError extends _Utils {
13
- errorName: "UnauthorizedError";
14
- content: CandidApi.UnauthorizedErrorMessage;
15
- }
16
- interface UnprocessableEntityError extends _Utils {
17
- errorName: "UnprocessableEntityError";
18
- content: CandidApi.UnprocessableEntityErrorMessage;
19
- }
20
- interface _Unknown extends _Utils {
21
- errorName: void;
22
- content: core.Fetcher.Error;
23
- }
24
- interface _Utils {
25
- _visit: <_Result>(visitor: CandidApi.insurancePayments.v1.delete.Error._Visitor<_Result>) => _Result;
26
- }
27
- interface _Visitor<_Result> {
28
- entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
29
- unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
30
- unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
31
- _other: (value: core.Fetcher.Error) => _Result;
32
- }
33
- }
34
- export declare const Error: {
35
- readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.insurancePayments.v1.delete.Error.EntityNotFoundError;
36
- readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.insurancePayments.v1.delete.Error.UnauthorizedError;
37
- readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.insurancePayments.v1.delete.Error.UnprocessableEntityError;
38
- readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.insurancePayments.v1.delete.Error._Unknown;
39
- readonly _visit: <_Result>(value: CandidApi.insurancePayments.v1.delete.Error, visitor: CandidApi.insurancePayments.v1.delete.Error._Visitor<_Result>) => _Result;
40
- };
@@ -1,90 +0,0 @@
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 () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.Error = void 0;
40
- const CandidApi = __importStar(require("../../../../../index"));
41
- exports.Error = {
42
- entityNotFoundError: (value) => {
43
- return {
44
- content: value,
45
- errorName: "EntityNotFoundError",
46
- _visit: function (visitor) {
47
- return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
48
- },
49
- };
50
- },
51
- unauthorizedError: (value) => {
52
- return {
53
- content: value,
54
- errorName: "UnauthorizedError",
55
- _visit: function (visitor) {
56
- return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
57
- },
58
- };
59
- },
60
- unprocessableEntityError: (value) => {
61
- return {
62
- content: value,
63
- errorName: "UnprocessableEntityError",
64
- _visit: function (visitor) {
65
- return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
66
- },
67
- };
68
- },
69
- _unknown: (fetcherError) => {
70
- return {
71
- errorName: undefined,
72
- content: fetcherError,
73
- _visit: function (visitor) {
74
- return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
75
- },
76
- };
77
- },
78
- _visit: (value, visitor) => {
79
- switch (value.errorName) {
80
- case "EntityNotFoundError":
81
- return visitor.entityNotFoundError(value.content);
82
- case "UnauthorizedError":
83
- return visitor.unauthorizedError(value.content);
84
- case "UnprocessableEntityError":
85
- return visitor.unprocessableEntityError(value.content);
86
- default:
87
- return visitor._other(value);
88
- }
89
- },
90
- };
@@ -1,18 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../../../index";
5
- /**
6
- * @example
7
- * {
8
- * paymentTimestamp: "2024-01-15T09:30:00Z",
9
- * paymentNote: {
10
- * type: "set",
11
- * value: "string"
12
- * }
13
- * }
14
- */
15
- export interface InsurancePaymentUpdate {
16
- paymentTimestamp?: Date;
17
- paymentNote?: CandidApi.NoteUpdate;
18
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,40 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as CandidApi from "../../../../../index";
5
- import * as core from "../../../../../../core";
6
- export type Error = CandidApi.insurancePayments.v1.update.Error.EntityNotFoundError | CandidApi.insurancePayments.v1.update.Error.UnauthorizedError | CandidApi.insurancePayments.v1.update.Error.UnprocessableEntityError | CandidApi.insurancePayments.v1.update.Error._Unknown;
7
- export declare namespace Error {
8
- interface EntityNotFoundError extends _Utils {
9
- errorName: "EntityNotFoundError";
10
- content: CandidApi.EntityNotFoundErrorMessage;
11
- }
12
- interface UnauthorizedError extends _Utils {
13
- errorName: "UnauthorizedError";
14
- content: CandidApi.UnauthorizedErrorMessage;
15
- }
16
- interface UnprocessableEntityError extends _Utils {
17
- errorName: "UnprocessableEntityError";
18
- content: CandidApi.UnprocessableEntityErrorMessage;
19
- }
20
- interface _Unknown extends _Utils {
21
- errorName: void;
22
- content: core.Fetcher.Error;
23
- }
24
- interface _Utils {
25
- _visit: <_Result>(visitor: CandidApi.insurancePayments.v1.update.Error._Visitor<_Result>) => _Result;
26
- }
27
- interface _Visitor<_Result> {
28
- entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
29
- unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
30
- unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
31
- _other: (value: core.Fetcher.Error) => _Result;
32
- }
33
- }
34
- export declare const Error: {
35
- readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.insurancePayments.v1.update.Error.EntityNotFoundError;
36
- readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.insurancePayments.v1.update.Error.UnauthorizedError;
37
- readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.insurancePayments.v1.update.Error.UnprocessableEntityError;
38
- readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.insurancePayments.v1.update.Error._Unknown;
39
- readonly _visit: <_Result>(value: CandidApi.insurancePayments.v1.update.Error, visitor: CandidApi.insurancePayments.v1.update.Error._Visitor<_Result>) => _Result;
40
- };