candidhealth 1.14.6 → 1.16.0

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 (160) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +59 -54
  3. package/api/resources/commons/types/BadRequestErrorMessage.d.ts +3 -0
  4. package/api/resources/commons/types/BadRequestErrorMessage.js +3 -0
  5. package/api/resources/commons/types/InternalErrorMessage.d.ts +3 -0
  6. package/api/resources/commons/types/InternalErrorMessage.js +3 -0
  7. package/api/resources/commons/types/ProcedureModifier.d.ts +3 -0
  8. package/api/resources/commons/types/ProcedureModifier.js +3 -0
  9. package/api/resources/commons/types/index.d.ts +2 -0
  10. package/api/resources/commons/types/index.js +2 -0
  11. package/api/resources/events/client/Client.d.ts +14 -0
  12. package/api/resources/events/client/Client.js +15 -0
  13. package/api/resources/events/client/index.d.ts +1 -0
  14. package/api/resources/events/client/index.js +2 -0
  15. package/api/resources/events/index.d.ts +2 -0
  16. package/api/resources/events/index.js +18 -0
  17. package/api/resources/events/resources/index.d.ts +1 -0
  18. package/api/resources/events/resources/index.js +37 -0
  19. package/api/resources/events/resources/v1/client/Client.d.ts +35 -0
  20. package/api/resources/events/resources/v1/client/Client.js +227 -0
  21. package/api/resources/events/resources/v1/client/get.d.ts +37 -0
  22. package/api/resources/events/resources/v1/client/get.js +88 -0
  23. package/api/resources/events/resources/v1/client/index.d.ts +3 -0
  24. package/api/resources/events/resources/v1/client/index.js +42 -0
  25. package/api/resources/events/resources/v1/client/requests/GetEventScanRequest.d.ts +16 -0
  26. package/api/resources/events/resources/v1/client/requests/GetEventScanRequest.js +3 -0
  27. package/api/resources/events/resources/v1/client/requests/index.d.ts +1 -0
  28. package/api/resources/events/resources/v1/client/requests/index.js +2 -0
  29. package/api/resources/events/resources/v1/client/scan.d.ts +31 -0
  30. package/api/resources/events/resources/v1/client/scan.js +77 -0
  31. package/api/resources/events/resources/v1/index.d.ts +2 -0
  32. package/api/resources/events/resources/v1/index.js +18 -0
  33. package/api/resources/events/resources/v1/types/Event.d.ts +9 -0
  34. package/api/resources/events/resources/v1/types/Event.js +3 -0
  35. package/api/resources/events/resources/v1/types/EventId.d.ts +5 -0
  36. package/api/resources/events/resources/v1/types/EventId.js +7 -0
  37. package/api/resources/events/resources/v1/types/EventScanPage.d.ts +5 -0
  38. package/api/resources/events/resources/v1/types/EventScanPage.js +3 -0
  39. package/api/resources/events/resources/v1/types/index.d.ts +3 -0
  40. package/api/resources/events/resources/v1/types/index.js +19 -0
  41. package/api/resources/index.d.ts +1 -0
  42. package/api/resources/index.js +3 -2
  43. package/api/resources/patientAr/resources/v1/client/Client.d.ts +0 -4
  44. package/api/resources/patientAr/resources/v1/client/Client.js +0 -4
  45. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +2 -0
  46. package/dist/Client.d.ts +3 -0
  47. package/dist/Client.js +59 -54
  48. package/dist/api/resources/commons/types/BadRequestErrorMessage.d.ts +3 -0
  49. package/dist/api/resources/commons/types/BadRequestErrorMessage.js +3 -0
  50. package/dist/api/resources/commons/types/InternalErrorMessage.d.ts +3 -0
  51. package/dist/api/resources/commons/types/InternalErrorMessage.js +3 -0
  52. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +3 -0
  53. package/dist/api/resources/commons/types/ProcedureModifier.js +3 -0
  54. package/dist/api/resources/commons/types/index.d.ts +2 -0
  55. package/dist/api/resources/commons/types/index.js +2 -0
  56. package/dist/api/resources/events/client/Client.d.ts +14 -0
  57. package/dist/api/resources/events/client/Client.js +15 -0
  58. package/dist/api/resources/events/client/index.d.ts +1 -0
  59. package/dist/api/resources/events/client/index.js +2 -0
  60. package/dist/api/resources/events/index.d.ts +2 -0
  61. package/dist/api/resources/events/index.js +18 -0
  62. package/dist/api/resources/events/resources/index.d.ts +1 -0
  63. package/dist/api/resources/events/resources/index.js +37 -0
  64. package/dist/api/resources/events/resources/v1/client/Client.d.ts +35 -0
  65. package/dist/api/resources/events/resources/v1/client/Client.js +227 -0
  66. package/dist/api/resources/events/resources/v1/client/get.d.ts +37 -0
  67. package/dist/api/resources/events/resources/v1/client/get.js +88 -0
  68. package/dist/api/resources/events/resources/v1/client/index.d.ts +3 -0
  69. package/dist/api/resources/events/resources/v1/client/index.js +42 -0
  70. package/dist/api/resources/events/resources/v1/client/requests/GetEventScanRequest.d.ts +16 -0
  71. package/dist/api/resources/events/resources/v1/client/requests/GetEventScanRequest.js +3 -0
  72. package/dist/api/resources/events/resources/v1/client/requests/index.d.ts +1 -0
  73. package/dist/api/resources/events/resources/v1/client/requests/index.js +2 -0
  74. package/dist/api/resources/events/resources/v1/client/scan.d.ts +31 -0
  75. package/dist/api/resources/events/resources/v1/client/scan.js +77 -0
  76. package/dist/api/resources/events/resources/v1/index.d.ts +2 -0
  77. package/dist/api/resources/events/resources/v1/index.js +18 -0
  78. package/dist/api/resources/events/resources/v1/types/Event.d.ts +9 -0
  79. package/dist/api/resources/events/resources/v1/types/Event.js +3 -0
  80. package/dist/api/resources/events/resources/v1/types/EventId.d.ts +5 -0
  81. package/dist/api/resources/events/resources/v1/types/EventId.js +7 -0
  82. package/dist/api/resources/events/resources/v1/types/EventScanPage.d.ts +5 -0
  83. package/dist/api/resources/events/resources/v1/types/EventScanPage.js +3 -0
  84. package/dist/api/resources/events/resources/v1/types/index.d.ts +3 -0
  85. package/dist/api/resources/events/resources/v1/types/index.js +19 -0
  86. package/dist/api/resources/index.d.ts +1 -0
  87. package/dist/api/resources/index.js +3 -2
  88. package/dist/api/resources/patientAr/resources/v1/client/Client.d.ts +0 -4
  89. package/dist/api/resources/patientAr/resources/v1/client/Client.js +0 -4
  90. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +2 -0
  91. package/dist/serialization/resources/commons/types/BadRequestErrorMessage.d.ts +9 -0
  92. package/dist/serialization/resources/commons/types/BadRequestErrorMessage.js +41 -0
  93. package/dist/serialization/resources/commons/types/InternalErrorMessage.d.ts +9 -0
  94. package/dist/serialization/resources/commons/types/InternalErrorMessage.js +41 -0
  95. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  96. package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  97. package/dist/serialization/resources/commons/types/index.d.ts +2 -0
  98. package/dist/serialization/resources/commons/types/index.js +2 -0
  99. package/dist/serialization/resources/events/index.d.ts +1 -0
  100. package/dist/serialization/resources/events/index.js +17 -0
  101. package/dist/serialization/resources/events/resources/index.d.ts +1 -0
  102. package/dist/serialization/resources/events/resources/index.js +37 -0
  103. package/dist/serialization/resources/events/resources/v1/client/get.d.ts +22 -0
  104. package/dist/serialization/resources/events/resources/v1/client/get.js +81 -0
  105. package/dist/serialization/resources/events/resources/v1/client/index.d.ts +2 -0
  106. package/dist/serialization/resources/events/resources/v1/client/index.js +38 -0
  107. package/dist/serialization/resources/events/resources/v1/client/scan.d.ts +17 -0
  108. package/dist/serialization/resources/events/resources/v1/client/scan.js +75 -0
  109. package/dist/serialization/resources/events/resources/v1/index.d.ts +2 -0
  110. package/dist/serialization/resources/events/resources/v1/index.js +18 -0
  111. package/dist/serialization/resources/events/resources/v1/types/Event.d.ts +15 -0
  112. package/dist/serialization/resources/events/resources/v1/types/Event.js +47 -0
  113. package/dist/serialization/resources/events/resources/v1/types/EventId.d.ts +7 -0
  114. package/dist/serialization/resources/events/resources/v1/types/EventId.js +43 -0
  115. package/dist/serialization/resources/events/resources/v1/types/EventScanPage.d.ts +12 -0
  116. package/dist/serialization/resources/events/resources/v1/types/EventScanPage.js +44 -0
  117. package/dist/serialization/resources/events/resources/v1/types/index.d.ts +3 -0
  118. package/dist/serialization/resources/events/resources/v1/types/index.js +19 -0
  119. package/dist/serialization/resources/index.d.ts +1 -0
  120. package/dist/serialization/resources/index.js +3 -2
  121. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
  122. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
  123. package/dist/version.d.ts +1 -1
  124. package/dist/version.js +1 -1
  125. package/package.json +1 -1
  126. package/reference.md +113 -4
  127. package/serialization/resources/commons/types/BadRequestErrorMessage.d.ts +9 -0
  128. package/serialization/resources/commons/types/BadRequestErrorMessage.js +41 -0
  129. package/serialization/resources/commons/types/InternalErrorMessage.d.ts +9 -0
  130. package/serialization/resources/commons/types/InternalErrorMessage.js +41 -0
  131. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  132. package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  133. package/serialization/resources/commons/types/index.d.ts +2 -0
  134. package/serialization/resources/commons/types/index.js +2 -0
  135. package/serialization/resources/events/index.d.ts +1 -0
  136. package/serialization/resources/events/index.js +17 -0
  137. package/serialization/resources/events/resources/index.d.ts +1 -0
  138. package/serialization/resources/events/resources/index.js +37 -0
  139. package/serialization/resources/events/resources/v1/client/get.d.ts +22 -0
  140. package/serialization/resources/events/resources/v1/client/get.js +81 -0
  141. package/serialization/resources/events/resources/v1/client/index.d.ts +2 -0
  142. package/serialization/resources/events/resources/v1/client/index.js +38 -0
  143. package/serialization/resources/events/resources/v1/client/scan.d.ts +17 -0
  144. package/serialization/resources/events/resources/v1/client/scan.js +75 -0
  145. package/serialization/resources/events/resources/v1/index.d.ts +2 -0
  146. package/serialization/resources/events/resources/v1/index.js +18 -0
  147. package/serialization/resources/events/resources/v1/types/Event.d.ts +15 -0
  148. package/serialization/resources/events/resources/v1/types/Event.js +47 -0
  149. package/serialization/resources/events/resources/v1/types/EventId.d.ts +7 -0
  150. package/serialization/resources/events/resources/v1/types/EventId.js +43 -0
  151. package/serialization/resources/events/resources/v1/types/EventScanPage.d.ts +12 -0
  152. package/serialization/resources/events/resources/v1/types/EventScanPage.js +44 -0
  153. package/serialization/resources/events/resources/v1/types/index.d.ts +3 -0
  154. package/serialization/resources/events/resources/v1/types/index.js +19 -0
  155. package/serialization/resources/index.d.ts +1 -0
  156. package/serialization/resources/index.js +3 -2
  157. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
  158. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
  159. package/version.d.ts +1 -1
  160. package/version.js +1 -1
@@ -0,0 +1,22 @@
1
+ import * as CandidApi from "../../../../../../api/index";
2
+ import * as core from "../../../../../../core";
3
+ import type * as serializers from "../../../../../index";
4
+ import { BadRequestErrorMessage } from "../../../../commons/types/BadRequestErrorMessage";
5
+ import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
6
+ import { InternalErrorMessage } from "../../../../commons/types/InternalErrorMessage";
7
+ export declare const Error: core.serialization.Schema<serializers.events.v1.get.Error.Raw, CandidApi.events.v1.get.Error>;
8
+ export declare namespace Error {
9
+ type Raw = Error.BadRequestError | Error.InternalError | Error.EntityNotFoundError;
10
+ interface BadRequestError {
11
+ errorName: "BadRequestError";
12
+ content: BadRequestErrorMessage.Raw;
13
+ }
14
+ interface InternalError {
15
+ errorName: "InternalError";
16
+ content: InternalErrorMessage.Raw;
17
+ }
18
+ interface EntityNotFoundError {
19
+ errorName: "EntityNotFoundError";
20
+ content: EntityNotFoundErrorMessage.Raw;
21
+ }
22
+ }
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ exports.Error = void 0;
49
+ const CandidApi = __importStar(require("../../../../../../api/index"));
50
+ const core = __importStar(require("../../../../../../core"));
51
+ const BadRequestErrorMessage_1 = require("../../../../commons/types/BadRequestErrorMessage");
52
+ const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
53
+ const InternalErrorMessage_1 = require("../../../../commons/types/InternalErrorMessage");
54
+ exports.Error = core.serialization
55
+ .union("errorName", {
56
+ BadRequestError: core.serialization.object({
57
+ content: BadRequestErrorMessage_1.BadRequestErrorMessage,
58
+ }),
59
+ InternalError: core.serialization.object({
60
+ content: InternalErrorMessage_1.InternalErrorMessage,
61
+ }),
62
+ EntityNotFoundError: core.serialization.object({
63
+ content: EntityNotFoundErrorMessage_1.EntityNotFoundErrorMessage,
64
+ }),
65
+ })
66
+ .transform({
67
+ transform: (value) => {
68
+ switch (value.errorName) {
69
+ case "BadRequestError":
70
+ return CandidApi.events.v1.get.Error.badRequestError(value.content);
71
+ case "InternalError":
72
+ return CandidApi.events.v1.get.Error.internalError(value.content);
73
+ case "EntityNotFoundError":
74
+ return CandidApi.events.v1.get.Error.entityNotFoundError(value.content);
75
+ }
76
+ },
77
+ untransform: (_a) => {
78
+ var { _visit } = _a, value = __rest(_a, ["_visit"]);
79
+ return value;
80
+ },
81
+ });
@@ -0,0 +1,2 @@
1
+ export * as get from "./get";
2
+ export * as scan from "./scan";
@@ -0,0 +1,38 @@
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 () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.scan = exports.get = void 0;
37
+ exports.get = __importStar(require("./get"));
38
+ exports.scan = __importStar(require("./scan"));
@@ -0,0 +1,17 @@
1
+ import * as CandidApi from "../../../../../../api/index";
2
+ import * as core from "../../../../../../core";
3
+ import type * as serializers from "../../../../../index";
4
+ import { BadRequestErrorMessage } from "../../../../commons/types/BadRequestErrorMessage";
5
+ import { InternalErrorMessage } from "../../../../commons/types/InternalErrorMessage";
6
+ export declare const Error: core.serialization.Schema<serializers.events.v1.scan.Error.Raw, CandidApi.events.v1.scan.Error>;
7
+ export declare namespace Error {
8
+ type Raw = Error.BadRequestError | Error.InternalError;
9
+ interface BadRequestError {
10
+ errorName: "BadRequestError";
11
+ content: BadRequestErrorMessage.Raw;
12
+ }
13
+ interface InternalError {
14
+ errorName: "InternalError";
15
+ content: InternalErrorMessage.Raw;
16
+ }
17
+ }
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ exports.Error = void 0;
49
+ const CandidApi = __importStar(require("../../../../../../api/index"));
50
+ const core = __importStar(require("../../../../../../core"));
51
+ const BadRequestErrorMessage_1 = require("../../../../commons/types/BadRequestErrorMessage");
52
+ const InternalErrorMessage_1 = require("../../../../commons/types/InternalErrorMessage");
53
+ exports.Error = core.serialization
54
+ .union("errorName", {
55
+ BadRequestError: core.serialization.object({
56
+ content: BadRequestErrorMessage_1.BadRequestErrorMessage,
57
+ }),
58
+ InternalError: core.serialization.object({
59
+ content: InternalErrorMessage_1.InternalErrorMessage,
60
+ }),
61
+ })
62
+ .transform({
63
+ transform: (value) => {
64
+ switch (value.errorName) {
65
+ case "BadRequestError":
66
+ return CandidApi.events.v1.scan.Error.badRequestError(value.content);
67
+ case "InternalError":
68
+ return CandidApi.events.v1.scan.Error.internalError(value.content);
69
+ }
70
+ },
71
+ untransform: (_a) => {
72
+ var { _visit } = _a, value = __rest(_a, ["_visit"]);
73
+ return value;
74
+ },
75
+ });
@@ -0,0 +1,2 @@
1
+ export * from "./client";
2
+ export * from "./types";
@@ -0,0 +1,18 @@
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("./client"), exports);
18
+ __exportStar(require("./types"), exports);
@@ -0,0 +1,15 @@
1
+ import type * as CandidApi from "../../../../../../api/index";
2
+ import * as core from "../../../../../../core";
3
+ import type * as serializers from "../../../../../index";
4
+ import { EventId } from "./EventId";
5
+ export declare const Event: core.serialization.ObjectSchema<serializers.events.v1.Event.Raw, CandidApi.events.v1.Event>;
6
+ export declare namespace Event {
7
+ interface Raw {
8
+ id: EventId.Raw;
9
+ created_at: string;
10
+ timestamp: string;
11
+ event_type: string;
12
+ schema_version: string;
13
+ payload?: unknown;
14
+ }
15
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.Event = void 0;
38
+ const core = __importStar(require("../../../../../../core"));
39
+ const EventId_1 = require("./EventId");
40
+ exports.Event = core.serialization.object({
41
+ id: EventId_1.EventId,
42
+ createdAt: core.serialization.property("created_at", core.serialization.date()),
43
+ timestamp: core.serialization.date(),
44
+ eventType: core.serialization.property("event_type", core.serialization.string()),
45
+ schemaVersion: core.serialization.property("schema_version", core.serialization.string()),
46
+ payload: core.serialization.unknown(),
47
+ });
@@ -0,0 +1,7 @@
1
+ import * as CandidApi from "../../../../../../api/index";
2
+ import * as core from "../../../../../../core";
3
+ import type * as serializers from "../../../../../index";
4
+ export declare const EventId: core.serialization.Schema<serializers.events.v1.EventId.Raw, CandidApi.events.v1.EventId>;
5
+ export declare namespace EventId {
6
+ type Raw = string;
7
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.EventId = void 0;
38
+ const CandidApi = __importStar(require("../../../../../../api/index"));
39
+ const core = __importStar(require("../../../../../../core"));
40
+ exports.EventId = core.serialization.string().transform({
41
+ transform: CandidApi.events.v1.EventId,
42
+ untransform: (value) => value,
43
+ });
@@ -0,0 +1,12 @@
1
+ import type * as CandidApi from "../../../../../../api/index";
2
+ import * as core from "../../../../../../core";
3
+ import type * as serializers from "../../../../../index";
4
+ import { PageToken } from "../../../../commons/types/PageToken";
5
+ import { Event } from "./Event";
6
+ export declare const EventScanPage: core.serialization.ObjectSchema<serializers.events.v1.EventScanPage.Raw, CandidApi.events.v1.EventScanPage>;
7
+ export declare namespace EventScanPage {
8
+ interface Raw {
9
+ next_page_token?: PageToken.Raw | null;
10
+ items: Event.Raw[];
11
+ }
12
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.EventScanPage = void 0;
38
+ const core = __importStar(require("../../../../../../core"));
39
+ const PageToken_1 = require("../../../../commons/types/PageToken");
40
+ const Event_1 = require("./Event");
41
+ exports.EventScanPage = core.serialization.object({
42
+ nextPageToken: core.serialization.property("next_page_token", PageToken_1.PageToken.optional()),
43
+ items: core.serialization.list(Event_1.Event),
44
+ });
@@ -0,0 +1,3 @@
1
+ export * from "./Event";
2
+ export * from "./EventId";
3
+ export * from "./EventScanPage";
@@ -0,0 +1,19 @@
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("./Event"), exports);
18
+ __exportStar(require("./EventId"), exports);
19
+ __exportStar(require("./EventScanPage"), exports);
@@ -23,6 +23,7 @@ export * as encounters from "./encounters";
23
23
  export * as encountersUniversal from "./encountersUniversal";
24
24
  export * as era from "./era";
25
25
  export * from "./era/types";
26
+ export * as events from "./events";
26
27
  export * as expectedNetworkStatus from "./expectedNetworkStatus";
27
28
  export * as exports from "./exports";
28
29
  export * as externalPaymentAccountConfig from "./externalPaymentAccountConfig";
@@ -36,8 +36,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.serviceLines = exports.serviceFacility = exports.preEncounter = exports.pipelineCommons = exports.paymentAccountConfigs = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.patientAr = exports.organizationServiceFacilities = exports.organizationProviders = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.individual = exports.importInvoice = exports.identifiers = exports.healthCareCodeInformation = exports.guarantor = exports.financials = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.era = exports.encountersUniversal = exports.encounters = exports.encounterSupplementalInformation = exports.encounterProviders = exports.encounterAttachments = exports.eligibility = exports.diagnoses = exports.customSchemas = exports.credentialing = exports.contracts = exports.commons = exports.clinicalTrials = exports.claims = exports.claimSubmission = exports.chargeCaptureBundles = exports.chargeCapture = exports.billingNotes = exports.auth = void 0;
40
- exports.yesNoIndicator = exports.x12 = exports.writeOffs = exports.users = exports.tasks = exports.tags = exports.superbills = void 0;
39
+ exports.serviceFacility = exports.preEncounter = exports.pipelineCommons = exports.paymentAccountConfigs = exports.payers = exports.payerPlanGroups = exports.patientRefunds = exports.patientPayments = exports.patientAr = exports.organizationServiceFacilities = exports.organizationProviders = exports.nonInsurancePayers = exports.nonInsurancePayerRefunds = exports.nonInsurancePayerPayments = exports.medicationDispense = exports.invoices = exports.insuranceRefunds = exports.insurancePayments = exports.insuranceCards = exports.insuranceAdjudications = exports.individual = exports.importInvoice = exports.identifiers = exports.healthCareCodeInformation = exports.guarantor = exports.financials = exports.feeSchedules = exports.externalPaymentAccountConfig = exports.exports = exports.expectedNetworkStatus = exports.events = exports.era = exports.encountersUniversal = exports.encounters = exports.encounterSupplementalInformation = exports.encounterProviders = exports.encounterAttachments = exports.eligibility = exports.diagnoses = exports.customSchemas = exports.credentialing = exports.contracts = exports.commons = exports.clinicalTrials = exports.claims = exports.claimSubmission = exports.chargeCaptureBundles = exports.chargeCapture = exports.billingNotes = exports.auth = void 0;
40
+ exports.yesNoIndicator = exports.x12 = exports.writeOffs = exports.users = exports.tasks = exports.tags = exports.superbills = exports.serviceLines = void 0;
41
41
  exports.auth = __importStar(require("./auth"));
42
42
  exports.billingNotes = __importStar(require("./billingNotes"));
43
43
  exports.chargeCapture = __importStar(require("./chargeCapture"));
@@ -63,6 +63,7 @@ exports.encounters = __importStar(require("./encounters"));
63
63
  exports.encountersUniversal = __importStar(require("./encountersUniversal"));
64
64
  exports.era = __importStar(require("./era"));
65
65
  __exportStar(require("./era/types"), exports);
66
+ exports.events = __importStar(require("./events"));
66
67
  exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
67
68
  exports.exports = __importStar(require("./exports"));
68
69
  exports.externalPaymentAccountConfig = __importStar(require("./externalPaymentAccountConfig"));
@@ -28,5 +28,6 @@ export declare namespace ServiceLineCreateOptional {
28
28
  test_results?: TestResultOptional.Raw[] | null;
29
29
  note?: string | null;
30
30
  revenue_code?: string | null;
31
+ prior_authorization_number?: string | null;
31
32
  }
32
33
  }
@@ -61,4 +61,5 @@ exports.ServiceLineCreateOptional = core.serialization.object({
61
61
  testResults: core.serialization.property("test_results", core.serialization.list(TestResultOptional_1.TestResultOptional).optional()),
62
62
  note: core.serialization.string().optional(),
63
63
  revenueCode: core.serialization.property("revenue_code", core.serialization.string().optional()),
64
+ priorAuthorizationNumber: core.serialization.property("prior_authorization_number", core.serialization.string().optional()),
64
65
  });
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.14.6";
1
+ export declare const SDK_VERSION = "1.16.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "1.14.6";
4
+ exports.SDK_VERSION = "1.16.0";