candidhealth 0.4.1 → 0.4.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.
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/client/Client.js +1 -1
- package/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/ProcedureModifier.d.ts +13 -1
- package/api/resources/commons/types/ProcedureModifier.js +3 -0
- package/api/resources/commons/types/RequestValidationError.d.ts +7 -0
- package/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/index.d.ts +3 -1
- package/api/resources/commons/types/index.js +3 -1
- package/api/resources/encounters/resources/v4/client/Client.js +13 -8
- package/api/resources/encounters/resources/v4/client/create.d.ts +13 -1
- package/api/resources/encounters/resources/v4/client/create.js +22 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +4 -4
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/api/resources/encounters/resources/v4/client/update.d.ts +19 -1
- package/api/resources/encounters/resources/v4/client/update.js +33 -0
- package/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +2 -1
- package/api/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/client/Client.js +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/index.d.ts +0 -1
- package/api/resources/index.js +1 -2
- package/api/resources/payers/client/Client.js +2 -2
- package/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +2 -0
- package/api/resources/serviceLines/types/ServiceLineCreate.d.ts +1 -0
- package/api/resources/tasks/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/client/Client.js +1 -1
- package/dist/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +13 -1
- package/dist/api/resources/commons/types/ProcedureModifier.js +3 -0
- package/dist/api/resources/commons/types/RequestValidationError.d.ts +7 -0
- package/dist/api/resources/commons/types/RequestValidationError.js +5 -0
- package/dist/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/UnauthorizedErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/index.d.ts +3 -1
- package/dist/api/resources/commons/types/index.js +3 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +13 -8
- package/dist/api/resources/encounters/resources/v4/client/create.d.ts +13 -1
- package/dist/api/resources/encounters/resources/v4/client/create.js +22 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +4 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/client/update.d.ts +19 -1
- package/dist/api/resources/encounters/resources/v4/client/update.js +33 -0
- package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +2 -1
- package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/client/Client.js +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/index.d.ts +0 -1
- package/dist/api/resources/index.js +1 -2
- package/dist/api/resources/payers/client/Client.js +2 -2
- package/dist/api/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +2 -0
- package/dist/api/resources/serviceLines/types/ServiceLineCreate.d.ts +1 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.js +1 -1
- package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +12 -0
- package/{serialization/resources/commons/types/UserId.js → dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.js} +3 -7
- package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +3 -0
- package/dist/serialization/resources/commons/types/RequestValidationError.d.ts +13 -0
- package/dist/serialization/resources/commons/types/{UserId.js → RequestValidationError.js} +4 -7
- package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/{workQueues/resources/v1/types/WorkQueueCategoryType.js → commons/types/UnauthorizedErrorMessage.js} +5 -3
- package/dist/serialization/resources/commons/types/index.d.ts +3 -1
- package/dist/serialization/resources/commons/types/index.js +3 -1
- package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +9 -1
- package/dist/serialization/resources/encounters/resources/v4/client/create.js +10 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +13 -1
- package/dist/serialization/resources/encounters/resources/v4/client/update.js +15 -0
- package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
- package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -1
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -3
- package/dist/serialization/resources/index.d.ts +0 -1
- package/dist/serialization/resources/index.js +1 -2
- package/dist/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.js +2 -0
- package/dist/serialization/resources/serviceLines/types/ServiceLineCreate.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/types/ServiceLineCreate.js +1 -0
- package/package.json +1 -1
- package/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +12 -0
- package/serialization/resources/{workQueues/resources/v1/types/WorkQueueCategoryType.js → commons/types/EntityNotFoundErrorMessage.js} +5 -3
- package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/serialization/resources/commons/types/ProcedureModifier.js +3 -0
- package/serialization/resources/commons/types/RequestValidationError.d.ts +13 -0
- package/serialization/resources/commons/types/RequestValidationError.js +34 -0
- package/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/UnauthorizedErrorMessage.js +33 -0
- package/serialization/resources/commons/types/index.d.ts +3 -1
- package/serialization/resources/commons/types/index.js +3 -1
- package/serialization/resources/encounters/resources/v4/client/create.d.ts +9 -1
- package/serialization/resources/encounters/resources/v4/client/create.js +10 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/serialization/resources/encounters/resources/v4/client/update.d.ts +13 -1
- package/serialization/resources/encounters/resources/v4/client/update.js +15 -0
- package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -1
- package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -1
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -3
- package/serialization/resources/index.d.ts +0 -1
- package/serialization/resources/index.js +1 -2
- package/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.d.ts +2 -0
- package/serialization/resources/serviceLines/types/ServiceLineBaseWithOptionals.js +2 -0
- package/serialization/resources/serviceLines/types/ServiceLineCreate.d.ts +1 -0
- package/serialization/resources/serviceLines/types/ServiceLineCreate.js +1 -0
- package/api/resources/commons/types/UserId.d.ts +0 -8
- package/api/resources/commons/types/UserId.js +0 -10
- package/api/resources/workQueues/index.d.ts +0 -1
- package/api/resources/workQueues/index.js +0 -17
- package/api/resources/workQueues/resources/index.d.ts +0 -1
- package/api/resources/workQueues/resources/index.js +0 -27
- package/api/resources/workQueues/resources/v1/index.d.ts +0 -1
- package/api/resources/workQueues/resources/v1/index.js +0 -17
- package/api/resources/workQueues/resources/v1/types/WorkQueue.d.ts +0 -12
- package/api/resources/workQueues/resources/v1/types/WorkQueueCategory.d.ts +0 -9
- package/api/resources/workQueues/resources/v1/types/WorkQueueCategoryType.d.ts +0 -12
- package/api/resources/workQueues/resources/v1/types/WorkQueueCategoryType.js +0 -14
- package/api/resources/workQueues/resources/v1/types/index.d.ts +0 -3
- package/api/resources/workQueues/resources/v1/types/index.js +0 -19
- package/dist/api/resources/commons/types/UserId.d.ts +0 -8
- package/dist/api/resources/commons/types/UserId.js +0 -10
- package/dist/api/resources/workQueues/index.d.ts +0 -1
- package/dist/api/resources/workQueues/index.js +0 -17
- package/dist/api/resources/workQueues/resources/index.d.ts +0 -1
- package/dist/api/resources/workQueues/resources/index.js +0 -27
- package/dist/api/resources/workQueues/resources/v1/index.d.ts +0 -1
- package/dist/api/resources/workQueues/resources/v1/index.js +0 -17
- package/dist/api/resources/workQueues/resources/v1/types/WorkQueue.d.ts +0 -12
- package/dist/api/resources/workQueues/resources/v1/types/WorkQueueCategory.d.ts +0 -9
- package/dist/api/resources/workQueues/resources/v1/types/WorkQueueCategoryType.d.ts +0 -12
- package/dist/api/resources/workQueues/resources/v1/types/WorkQueueCategoryType.js +0 -14
- package/dist/api/resources/workQueues/resources/v1/types/index.d.ts +0 -3
- package/dist/api/resources/workQueues/resources/v1/types/index.js +0 -19
- package/dist/serialization/resources/commons/types/UserId.d.ts +0 -10
- package/dist/serialization/resources/workQueues/index.d.ts +0 -1
- package/dist/serialization/resources/workQueues/index.js +0 -17
- package/dist/serialization/resources/workQueues/resources/index.d.ts +0 -1
- package/dist/serialization/resources/workQueues/resources/index.js +0 -27
- package/dist/serialization/resources/workQueues/resources/v1/index.d.ts +0 -1
- package/dist/serialization/resources/workQueues/resources/v1/index.js +0 -17
- package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueue.d.ts +0 -17
- package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueue.js +0 -38
- package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueueCategory.d.ts +0 -14
- package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueueCategory.js +0 -35
- package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueueCategoryType.d.ts +0 -10
- package/dist/serialization/resources/workQueues/resources/v1/types/index.d.ts +0 -3
- package/dist/serialization/resources/workQueues/resources/v1/types/index.js +0 -19
- package/serialization/resources/commons/types/UserId.d.ts +0 -10
- package/serialization/resources/workQueues/index.d.ts +0 -1
- package/serialization/resources/workQueues/index.js +0 -17
- package/serialization/resources/workQueues/resources/index.d.ts +0 -1
- package/serialization/resources/workQueues/resources/index.js +0 -27
- package/serialization/resources/workQueues/resources/v1/index.d.ts +0 -1
- package/serialization/resources/workQueues/resources/v1/index.js +0 -17
- package/serialization/resources/workQueues/resources/v1/types/WorkQueue.d.ts +0 -17
- package/serialization/resources/workQueues/resources/v1/types/WorkQueue.js +0 -38
- package/serialization/resources/workQueues/resources/v1/types/WorkQueueCategory.d.ts +0 -14
- package/serialization/resources/workQueues/resources/v1/types/WorkQueueCategory.js +0 -35
- package/serialization/resources/workQueues/resources/v1/types/WorkQueueCategoryType.d.ts +0 -10
- package/serialization/resources/workQueues/resources/v1/types/index.d.ts +0 -3
- package/serialization/resources/workQueues/resources/v1/types/index.js +0 -19
- /package/api/resources/{workQueues/resources/v1/types/WorkQueue.js → commons/types/EntityNotFoundErrorMessage.js} +0 -0
- /package/api/resources/{workQueues/resources/v1/types/WorkQueueCategory.js → commons/types/RequestValidationError.js} +0 -0
- /package/{dist/api/resources/workQueues/resources/v1/types/WorkQueue.js → api/resources/commons/types/UnauthorizedErrorMessage.js} +0 -0
- /package/dist/api/resources/{workQueues/resources/v1/types/WorkQueueCategory.js → commons/types/EntityNotFoundErrorMessage.js} +0 -0
|
@@ -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
|
-
});
|
package/dist/serialization/resources/workQueues/resources/v1/types/WorkQueueCategoryType.d.ts
DELETED
|
@@ -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,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,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);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|