candidhealth 0.4.2 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/client/Client.js +1 -1
  3. package/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +6 -0
  4. package/api/resources/commons/types/ProcedureModifier.d.ts +13 -1
  5. package/api/resources/commons/types/ProcedureModifier.js +3 -0
  6. package/api/resources/commons/types/RequestValidationError.d.ts +7 -0
  7. package/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +6 -0
  8. package/api/resources/commons/types/index.d.ts +3 -1
  9. package/api/resources/commons/types/index.js +3 -1
  10. package/api/resources/encounters/resources/v4/client/Client.js +14 -8
  11. package/api/resources/encounters/resources/v4/client/create.d.ts +19 -1
  12. package/api/resources/encounters/resources/v4/client/create.js +33 -0
  13. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +5 -4
  14. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  15. package/api/resources/encounters/resources/v4/client/update.d.ts +19 -1
  16. package/api/resources/encounters/resources/v4/client/update.js +33 -0
  17. package/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +6 -0
  18. package/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +2 -1
  19. package/api/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -0
  20. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  21. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  22. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  23. package/api/resources/expectedNetworkStatus/client/Client.js +1 -1
  24. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  25. package/api/resources/index.d.ts +0 -1
  26. package/api/resources/index.js +1 -2
  27. package/api/resources/payers/client/Client.js +2 -2
  28. package/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +2 -0
  29. package/api/resources/tasks/resources/v3/client/Client.js +1 -1
  30. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  31. package/dist/api/resources/billingNotes/client/Client.js +1 -1
  32. package/dist/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +6 -0
  33. package/dist/api/resources/commons/types/EntityNotFoundErrorMessage.js +5 -0
  34. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +13 -1
  35. package/dist/api/resources/commons/types/ProcedureModifier.js +3 -0
  36. package/dist/api/resources/commons/types/RequestValidationError.d.ts +7 -0
  37. package/dist/api/resources/commons/types/RequestValidationError.js +5 -0
  38. package/dist/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +6 -0
  39. package/dist/api/resources/commons/types/UnauthorizedErrorMessage.js +5 -0
  40. package/dist/api/resources/commons/types/index.d.ts +3 -1
  41. package/dist/api/resources/commons/types/index.js +3 -1
  42. package/dist/api/resources/encounters/resources/v4/client/Client.js +14 -8
  43. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +19 -1
  44. package/dist/api/resources/encounters/resources/v4/client/create.js +33 -0
  45. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +5 -4
  46. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  47. package/dist/api/resources/encounters/resources/v4/client/update.d.ts +19 -1
  48. package/dist/api/resources/encounters/resources/v4/client/update.js +33 -0
  49. package/dist/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +6 -0
  50. package/dist/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +5 -0
  51. package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +2 -1
  52. package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -0
  53. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  54. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  55. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  56. package/dist/api/resources/expectedNetworkStatus/client/Client.js +1 -1
  57. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  58. package/dist/api/resources/index.d.ts +0 -1
  59. package/dist/api/resources/index.js +1 -2
  60. package/dist/api/resources/payers/client/Client.js +2 -2
  61. package/dist/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +2 -0
  62. package/dist/api/resources/tasks/resources/v3/client/Client.js +1 -1
  63. package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +12 -0
  64. package/{serialization/resources/commons/types/UserId.js → dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.js} +3 -7
  65. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  66. package/dist/serialization/resources/commons/types/ProcedureModifier.js +3 -0
  67. package/dist/serialization/resources/commons/types/RequestValidationError.d.ts +13 -0
  68. package/dist/serialization/resources/commons/types/{UserId.js → RequestValidationError.js} +4 -7
  69. package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +12 -0
  70. package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.js +33 -0
  71. package/dist/serialization/resources/commons/types/index.d.ts +3 -1
  72. package/dist/serialization/resources/commons/types/index.js +3 -1
  73. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +13 -1
  74. package/dist/serialization/resources/encounters/resources/v4/client/create.js +15 -0
  75. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  76. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  77. package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +13 -1
  78. package/dist/serialization/resources/encounters/resources/v4/client/update.js +15 -0
  79. package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +12 -0
  80. package/dist/serialization/resources/{workQueues/resources/v1/types/WorkQueueCategoryType.js → encounters/resources/v4/types/CashPayPayerErrorMessage.js} +4 -2
  81. package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
  82. package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -1
  83. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  84. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -3
  85. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  86. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  87. package/dist/serialization/resources/index.d.ts +0 -1
  88. package/dist/serialization/resources/index.js +1 -2
  89. package/dist/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +2 -0
  90. package/dist/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.js +2 -0
  91. package/package.json +1 -1
  92. package/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +12 -0
  93. package/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +33 -0
  94. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  95. package/serialization/resources/commons/types/ProcedureModifier.js +3 -0
  96. package/serialization/resources/commons/types/RequestValidationError.d.ts +13 -0
  97. package/serialization/resources/commons/types/RequestValidationError.js +34 -0
  98. package/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +12 -0
  99. package/serialization/resources/commons/types/UnauthorizedErrorMessage.js +33 -0
  100. package/serialization/resources/commons/types/index.d.ts +3 -1
  101. package/serialization/resources/commons/types/index.js +3 -1
  102. package/serialization/resources/encounters/resources/v4/client/create.d.ts +13 -1
  103. package/serialization/resources/encounters/resources/v4/client/create.js +15 -0
  104. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  105. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  106. package/serialization/resources/encounters/resources/v4/client/update.d.ts +13 -1
  107. package/serialization/resources/encounters/resources/v4/client/update.js +15 -0
  108. package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +12 -0
  109. package/serialization/resources/{workQueues/resources/v1/types/WorkQueueCategoryType.js → encounters/resources/v4/types/CashPayPayerErrorMessage.js} +4 -2
  110. package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
  111. package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -1
  112. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
  113. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -3
  114. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  115. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  116. package/serialization/resources/index.d.ts +0 -1
  117. package/serialization/resources/index.js +1 -2
  118. package/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +2 -0
  119. package/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.js +2 -0
  120. package/api/resources/commons/types/UserId.d.ts +0 -8
  121. package/api/resources/commons/types/UserId.js +0 -10
  122. package/api/resources/workQueues/index.d.ts +0 -1
  123. package/api/resources/workQueues/index.js +0 -17
  124. package/api/resources/workQueues/resources/index.d.ts +0 -1
  125. package/api/resources/workQueues/resources/index.js +0 -27
  126. package/api/resources/workQueues/resources/v1/index.d.ts +0 -1
  127. package/api/resources/workQueues/resources/v1/index.js +0 -17
  128. package/api/resources/workQueues/resources/v1/types/WorkQueue.d.ts +0 -12
  129. package/api/resources/workQueues/resources/v1/types/WorkQueueCategory.d.ts +0 -9
  130. package/api/resources/workQueues/resources/v1/types/WorkQueueCategoryType.d.ts +0 -12
  131. package/api/resources/workQueues/resources/v1/types/WorkQueueCategoryType.js +0 -14
  132. package/api/resources/workQueues/resources/v1/types/index.d.ts +0 -3
  133. package/api/resources/workQueues/resources/v1/types/index.js +0 -19
  134. package/dist/api/resources/commons/types/UserId.d.ts +0 -8
  135. package/dist/api/resources/commons/types/UserId.js +0 -10
  136. package/dist/api/resources/workQueues/index.d.ts +0 -1
  137. package/dist/api/resources/workQueues/index.js +0 -17
  138. package/dist/api/resources/workQueues/resources/index.d.ts +0 -1
  139. package/dist/api/resources/workQueues/resources/index.js +0 -27
  140. package/dist/api/resources/workQueues/resources/v1/index.d.ts +0 -1
  141. package/dist/api/resources/workQueues/resources/v1/index.js +0 -17
  142. package/dist/api/resources/workQueues/resources/v1/types/WorkQueue.d.ts +0 -12
  143. package/dist/api/resources/workQueues/resources/v1/types/WorkQueueCategory.d.ts +0 -9
  144. package/dist/api/resources/workQueues/resources/v1/types/WorkQueueCategoryType.d.ts +0 -12
  145. package/dist/api/resources/workQueues/resources/v1/types/WorkQueueCategoryType.js +0 -14
  146. package/dist/api/resources/workQueues/resources/v1/types/index.d.ts +0 -3
  147. package/dist/api/resources/workQueues/resources/v1/types/index.js +0 -19
  148. package/dist/serialization/resources/commons/types/UserId.d.ts +0 -10
  149. package/dist/serialization/resources/workQueues/index.d.ts +0 -1
  150. package/dist/serialization/resources/workQueues/index.js +0 -17
  151. package/dist/serialization/resources/workQueues/resources/index.d.ts +0 -1
  152. package/dist/serialization/resources/workQueues/resources/index.js +0 -27
  153. package/dist/serialization/resources/workQueues/resources/v1/index.d.ts +0 -1
  154. package/dist/serialization/resources/workQueues/resources/v1/index.js +0 -17
  155. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueue.d.ts +0 -17
  156. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueue.js +0 -38
  157. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueueCategory.d.ts +0 -14
  158. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueueCategory.js +0 -35
  159. package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueueCategoryType.d.ts +0 -10
  160. package/dist/serialization/resources/workQueues/resources/v1/types/index.d.ts +0 -3
  161. package/dist/serialization/resources/workQueues/resources/v1/types/index.js +0 -19
  162. package/serialization/resources/commons/types/UserId.d.ts +0 -10
  163. package/serialization/resources/workQueues/index.d.ts +0 -1
  164. package/serialization/resources/workQueues/index.js +0 -17
  165. package/serialization/resources/workQueues/resources/index.d.ts +0 -1
  166. package/serialization/resources/workQueues/resources/index.js +0 -27
  167. package/serialization/resources/workQueues/resources/v1/index.d.ts +0 -1
  168. package/serialization/resources/workQueues/resources/v1/index.js +0 -17
  169. package/serialization/resources/workQueues/resources/v1/types/WorkQueue.d.ts +0 -17
  170. package/serialization/resources/workQueues/resources/v1/types/WorkQueue.js +0 -38
  171. package/serialization/resources/workQueues/resources/v1/types/WorkQueueCategory.d.ts +0 -14
  172. package/serialization/resources/workQueues/resources/v1/types/WorkQueueCategory.js +0 -35
  173. package/serialization/resources/workQueues/resources/v1/types/WorkQueueCategoryType.d.ts +0 -10
  174. package/serialization/resources/workQueues/resources/v1/types/index.d.ts +0 -3
  175. package/serialization/resources/workQueues/resources/v1/types/index.js +0 -19
  176. /package/api/resources/{workQueues/resources/v1/types/WorkQueue.js → commons/types/EntityNotFoundErrorMessage.js} +0 -0
  177. /package/api/resources/{workQueues/resources/v1/types/WorkQueueCategory.js → commons/types/RequestValidationError.js} +0 -0
  178. /package/{dist/api/resources/workQueues/resources/v1/types/WorkQueue.js → api/resources/commons/types/UnauthorizedErrorMessage.js} +0 -0
  179. /package/{dist/api/resources/workQueues/resources/v1/types/WorkQueueCategory.js → api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js} +0 -0
@@ -1,19 +0,0 @@
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("./WorkQueueCategoryType"), exports);
18
- __exportStar(require("./WorkQueueCategory"), exports);
19
- __exportStar(require("./WorkQueue"), exports);
@@ -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 UserId: core.serialization.Schema<serializers.UserId.Raw, CandidApi.UserId>;
8
- export declare namespace UserId {
9
- type Raw = string;
10
- }
@@ -1 +0,0 @@
1
- export * from "./resources";
@@ -1,17 +0,0 @@
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("./resources"), exports);
@@ -1 +0,0 @@
1
- export * as v1 from "./v1";
@@ -1,27 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.v1 = void 0;
27
- exports.v1 = __importStar(require("./v1"));
@@ -1 +0,0 @@
1
- export * from "./types";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./types"), exports);
@@ -1,17 +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 WorkQueue: core.serialization.ObjectSchema<serializers.workQueues.v1.WorkQueue.Raw, CandidApi.workQueues.v1.WorkQueue>;
8
- export declare namespace WorkQueue {
9
- interface Raw {
10
- work_queue_id: serializers.WorkQueueId.Raw;
11
- display_name: string;
12
- description?: string | null;
13
- category: serializers.workQueues.v1.WorkQueueCategory.Raw;
14
- created_at: string;
15
- created_by: serializers.UserId.Raw;
16
- }
17
- }
@@ -1,38 +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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.WorkQueue = void 0;
30
- const core = __importStar(require("../../../../../../core"));
31
- exports.WorkQueue = core.serialization.object({
32
- workQueueId: core.serialization.property("work_queue_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).WorkQueueId)),
33
- displayName: core.serialization.property("display_name", core.serialization.string()),
34
- description: core.serialization.string().optional(),
35
- category: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).workQueues.v1.WorkQueueCategory),
36
- createdAt: core.serialization.property("created_at", core.serialization.date()),
37
- createdBy: core.serialization.property("created_by", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).UserId)),
38
- });
@@ -1,14 +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 WorkQueueCategory: core.serialization.ObjectSchema<serializers.workQueues.v1.WorkQueueCategory.Raw, CandidApi.workQueues.v1.WorkQueueCategory>;
8
- export declare namespace WorkQueueCategory {
9
- interface Raw {
10
- type: serializers.workQueues.v1.WorkQueueCategoryType.Raw;
11
- display_name: string;
12
- description?: string | null;
13
- }
14
- }
@@ -1,35 +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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.WorkQueueCategory = void 0;
30
- const core = __importStar(require("../../../../../../core"));
31
- exports.WorkQueueCategory = core.serialization.object({
32
- type: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).workQueues.v1.WorkQueueCategoryType),
33
- displayName: core.serialization.property("display_name", core.serialization.string()),
34
- description: core.serialization.string().optional(),
35
- });
@@ -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 WorkQueueCategoryType: core.serialization.Schema<serializers.workQueues.v1.WorkQueueCategoryType.Raw, CandidApi.workQueues.v1.WorkQueueCategoryType>;
8
- export declare namespace WorkQueueCategoryType {
9
- type Raw = "PRE_SUBMISSION" | "REJECTIONS" | "DENIALS" | "POST_SUBMISSION" | "STALE_CLAIMS" | "CUSTOM";
10
- }
@@ -1,3 +0,0 @@
1
- export * from "./WorkQueueCategoryType";
2
- export * from "./WorkQueueCategory";
3
- export * from "./WorkQueue";
@@ -1,19 +0,0 @@
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("./WorkQueueCategoryType"), exports);
18
- __exportStar(require("./WorkQueueCategory"), exports);
19
- __exportStar(require("./WorkQueue"), exports);
@@ -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 UserId: core.serialization.Schema<serializers.UserId.Raw, CandidApi.UserId>;
8
- export declare namespace UserId {
9
- type Raw = string;
10
- }
@@ -1 +0,0 @@
1
- export * from "./resources";
@@ -1,17 +0,0 @@
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("./resources"), exports);
@@ -1 +0,0 @@
1
- export * as v1 from "./v1";
@@ -1,27 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.v1 = void 0;
27
- exports.v1 = __importStar(require("./v1"));
@@ -1 +0,0 @@
1
- export * from "./types";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./types"), exports);
@@ -1,17 +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 WorkQueue: core.serialization.ObjectSchema<serializers.workQueues.v1.WorkQueue.Raw, CandidApi.workQueues.v1.WorkQueue>;
8
- export declare namespace WorkQueue {
9
- interface Raw {
10
- work_queue_id: serializers.WorkQueueId.Raw;
11
- display_name: string;
12
- description?: string | null;
13
- category: serializers.workQueues.v1.WorkQueueCategory.Raw;
14
- created_at: string;
15
- created_by: serializers.UserId.Raw;
16
- }
17
- }
@@ -1,38 +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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.WorkQueue = void 0;
30
- const core = __importStar(require("../../../../../../core"));
31
- exports.WorkQueue = core.serialization.object({
32
- workQueueId: core.serialization.property("work_queue_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).WorkQueueId)),
33
- displayName: core.serialization.property("display_name", core.serialization.string()),
34
- description: core.serialization.string().optional(),
35
- category: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).workQueues.v1.WorkQueueCategory),
36
- createdAt: core.serialization.property("created_at", core.serialization.date()),
37
- createdBy: core.serialization.property("created_by", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).UserId)),
38
- });
@@ -1,14 +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 WorkQueueCategory: core.serialization.ObjectSchema<serializers.workQueues.v1.WorkQueueCategory.Raw, CandidApi.workQueues.v1.WorkQueueCategory>;
8
- export declare namespace WorkQueueCategory {
9
- interface Raw {
10
- type: serializers.workQueues.v1.WorkQueueCategoryType.Raw;
11
- display_name: string;
12
- description?: string | null;
13
- }
14
- }
@@ -1,35 +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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.WorkQueueCategory = void 0;
30
- const core = __importStar(require("../../../../../../core"));
31
- exports.WorkQueueCategory = core.serialization.object({
32
- type: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).workQueues.v1.WorkQueueCategoryType),
33
- displayName: core.serialization.property("display_name", core.serialization.string()),
34
- description: core.serialization.string().optional(),
35
- });
@@ -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 WorkQueueCategoryType: core.serialization.Schema<serializers.workQueues.v1.WorkQueueCategoryType.Raw, CandidApi.workQueues.v1.WorkQueueCategoryType>;
8
- export declare namespace WorkQueueCategoryType {
9
- type Raw = "PRE_SUBMISSION" | "REJECTIONS" | "DENIALS" | "POST_SUBMISSION" | "STALE_CLAIMS" | "CUSTOM";
10
- }
@@ -1,3 +0,0 @@
1
- export * from "./WorkQueueCategoryType";
2
- export * from "./WorkQueueCategory";
3
- export * from "./WorkQueue";
@@ -1,19 +0,0 @@
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("./WorkQueueCategoryType"), exports);
18
- __exportStar(require("./WorkQueueCategory"), exports);
19
- __exportStar(require("./WorkQueue"), exports);