candidhealth 0.14.0 → 0.14.1

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 (99) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  3. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  4. package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
  5. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  6. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  7. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  8. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  9. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  10. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  11. package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +1 -1
  12. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +6 -6
  13. package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -2
  14. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  15. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  16. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  17. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  18. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  19. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  20. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  21. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +3 -1
  22. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -1
  23. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +21 -0
  24. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +23 -0
  25. package/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +3 -1
  26. package/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -1
  27. package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +15 -0
  28. package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +17 -0
  29. package/api/resources/writeOffs/resources/v1/types/index.d.ts +2 -1
  30. package/api/resources/writeOffs/resources/v1/types/index.js +2 -1
  31. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  32. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  33. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  34. package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
  35. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  36. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  37. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  38. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  39. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  40. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  41. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +1 -1
  42. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +6 -6
  43. package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -2
  44. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  45. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  46. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  47. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  48. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  49. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  50. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  51. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +3 -1
  52. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -1
  53. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +21 -0
  54. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +23 -0
  55. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +3 -1
  56. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -1
  57. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +15 -0
  58. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +17 -0
  59. package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +2 -1
  60. package/dist/api/resources/writeOffs/resources/v1/types/index.js +2 -1
  61. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -2
  62. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -2
  63. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +3 -1
  64. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +3 -1
  65. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -1
  66. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +1 -1
  67. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +10 -0
  68. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +47 -0
  69. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +3 -1
  70. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +3 -1
  71. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -1
  72. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +1 -1
  73. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +10 -0
  74. package/dist/serialization/resources/writeOffs/resources/v1/types/{WriteOffReason.js → PatientWriteOffReason.js} +12 -2
  75. package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +2 -1
  76. package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +2 -1
  77. package/package.json +1 -1
  78. package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -2
  79. package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -2
  80. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +3 -1
  81. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +3 -1
  82. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -1
  83. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +1 -1
  84. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +10 -0
  85. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +47 -0
  86. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +3 -1
  87. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +3 -1
  88. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -1
  89. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +1 -1
  90. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +10 -0
  91. package/serialization/resources/writeOffs/resources/v1/types/{WriteOffReason.js → PatientWriteOffReason.js} +12 -2
  92. package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +2 -1
  93. package/serialization/resources/writeOffs/resources/v1/types/index.js +2 -1
  94. package/api/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +0 -10
  95. package/api/resources/writeOffs/resources/v1/types/WriteOffReason.js +0 -12
  96. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +0 -10
  97. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffReason.js +0 -12
  98. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +0 -10
  99. package/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +0 -10
@@ -26,6 +26,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.WriteOffReason = void 0;
29
+ exports.PatientWriteOffReason = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
- exports.WriteOffReason = core.serialization.enum_(["SMALL_BALANCE", "NO_AUTH", "CODING", "CREDENTIALING"]);
31
+ exports.PatientWriteOffReason = core.serialization.enum_([
32
+ "SMALL_BALANCE",
33
+ "CHARITY_OR_FINANCIAL_ASSISTANCE",
34
+ "PATIENT_EXPERIENCE_OR_SERVICE_RECOVERY",
35
+ "OON_COURTESY_ADJUSTMENT",
36
+ "PROMPT_PAY_DISCOUNT",
37
+ "BAD_DEBT",
38
+ "COLLECTION_AGENCY",
39
+ "OTHER",
40
+ "UNKNOWN",
41
+ ]);
@@ -1,12 +1,13 @@
1
1
  export * from "./WriteOffId";
2
2
  export * from "./WriteOff";
3
3
  export * from "./WriteOffCreate";
4
+ export * from "./PatientWriteOffReason";
4
5
  export * from "./PatientWriteOff";
5
6
  export * from "./PatientWriteOffCreate";
6
7
  export * from "./InsuranceWriteOff";
7
8
  export * from "./InsuranceWriteOffCreate";
8
9
  export * from "./InsuranceWriteOffTarget";
9
- export * from "./WriteOffReason";
10
+ export * from "./InsuranceWriteOffReason";
10
11
  export * from "./CreateWriteOffsResponse";
11
12
  export * from "./WriteOffsPage";
12
13
  export * from "./WriteOffSortField";
@@ -17,12 +17,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./WriteOffId"), exports);
18
18
  __exportStar(require("./WriteOff"), exports);
19
19
  __exportStar(require("./WriteOffCreate"), exports);
20
+ __exportStar(require("./PatientWriteOffReason"), exports);
20
21
  __exportStar(require("./PatientWriteOff"), exports);
21
22
  __exportStar(require("./PatientWriteOffCreate"), exports);
22
23
  __exportStar(require("./InsuranceWriteOff"), exports);
23
24
  __exportStar(require("./InsuranceWriteOffCreate"), exports);
24
25
  __exportStar(require("./InsuranceWriteOffTarget"), exports);
25
- __exportStar(require("./WriteOffReason"), exports);
26
+ __exportStar(require("./InsuranceWriteOffReason"), exports);
26
27
  __exportStar(require("./CreateWriteOffsResponse"), exports);
27
28
  __exportStar(require("./WriteOffsPage"), exports);
28
29
  __exportStar(require("./WriteOffSortField"), exports);
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export declare type WriteOffReason = "SMALL_BALANCE" | "NO_AUTH" | "CODING" | "CREDENTIALING";
5
- export declare const WriteOffReason: {
6
- readonly SmallBalance: "SMALL_BALANCE";
7
- readonly NoAuth: "NO_AUTH";
8
- readonly Coding: "CODING";
9
- readonly Credentialing: "CREDENTIALING";
10
- };
@@ -1,12 +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 });
6
- exports.WriteOffReason = void 0;
7
- exports.WriteOffReason = {
8
- SmallBalance: "SMALL_BALANCE",
9
- NoAuth: "NO_AUTH",
10
- Coding: "CODING",
11
- Credentialing: "CREDENTIALING",
12
- };
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export declare type WriteOffReason = "SMALL_BALANCE" | "NO_AUTH" | "CODING" | "CREDENTIALING";
5
- export declare const WriteOffReason: {
6
- readonly SmallBalance: "SMALL_BALANCE";
7
- readonly NoAuth: "NO_AUTH";
8
- readonly Coding: "CODING";
9
- readonly Credentialing: "CREDENTIALING";
10
- };
@@ -1,12 +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 });
6
- exports.WriteOffReason = void 0;
7
- exports.WriteOffReason = {
8
- SmallBalance: "SMALL_BALANCE",
9
- NoAuth: "NO_AUTH",
10
- Coding: "CODING",
11
- Credentialing: "CREDENTIALING",
12
- };
@@ -1,10 +0,0 @@
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 WriteOffReason: core.serialization.Schema<serializers.writeOffs.v1.WriteOffReason.Raw, CandidApi.writeOffs.v1.WriteOffReason>;
8
- export declare namespace WriteOffReason {
9
- type Raw = "SMALL_BALANCE" | "NO_AUTH" | "CODING" | "CREDENTIALING";
10
- }
@@ -1,10 +0,0 @@
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 WriteOffReason: core.serialization.Schema<serializers.writeOffs.v1.WriteOffReason.Raw, CandidApi.writeOffs.v1.WriteOffReason>;
8
- export declare namespace WriteOffReason {
9
- type Raw = "SMALL_BALANCE" | "NO_AUTH" | "CODING" | "CREDENTIALING";
10
- }