@the-inkwell/shared 0.1.144 → 0.1.145
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/dist/src/types/_schema/Action.js +4 -0
- package/dist/src/types/_schema/Admin.js +4 -0
- package/dist/src/types/_schema/Campaign.js +4 -0
- package/dist/src/types/_schema/CampaignToPosition.js +4 -0
- package/dist/src/types/_schema/Candidacy.js +4 -0
- package/dist/src/types/_schema/CandidacyRatingReasons.js +4 -0
- package/dist/src/types/_schema/CandidacyRatingToTag.js +4 -0
- package/dist/src/types/_schema/Client.js +4 -0
- package/dist/src/types/_schema/Clubs.js +4 -0
- package/dist/src/types/_schema/Contract.js +4 -0
- package/dist/src/types/_schema/Conversation.js +4 -0
- package/dist/src/types/_schema/Conversations.js +4 -0
- package/dist/src/types/_schema/Jwt.js +4 -0
- package/dist/src/types/_schema/ListView.js +4 -0
- package/dist/src/types/_schema/Message.js +4 -0
- package/dist/src/types/_schema/MessageTemplate.js +4 -0
- package/dist/src/types/_schema/Note.js +4 -0
- package/dist/src/types/_schema/Otp.js +4 -0
- package/dist/src/types/_schema/Person.js +4 -0
- package/dist/src/types/_schema/PersonClub.js +4 -0
- package/dist/src/types/_schema/PersonEnrichment.js +4 -0
- package/dist/src/types/_schema/PersonNetwork.js +4 -0
- package/dist/src/types/_schema/PersonSkill.js +4 -0
- package/dist/src/types/_schema/PersonToBestPerson.js +4 -0
- package/dist/src/types/_schema/PersonToPersonClub.js +4 -0
- package/dist/src/types/_schema/PersonToPersonNetwork.js +4 -0
- package/dist/src/types/_schema/PersonToPersonSkill.js +4 -0
- package/dist/src/types/_schema/PersonToTag.js +4 -0
- package/dist/src/types/_schema/PersonsToClubs.js +4 -0
- package/dist/src/types/_schema/Position.js +4 -0
- package/dist/src/types/_schema/PublicSchema.js +4 -0
- package/dist/src/types/_schema/Referral.js +4 -0
- package/dist/src/types/_schema/ReferralPayout.js +4 -0
- package/dist/src/types/_schema/ReferralToIntroMessage.js +4 -0
- package/dist/src/types/_schema/Sender.js +4 -0
- package/dist/src/types/_schema/Tag.js +4 -0
- package/dist/src/types/_schema/WebsiteBlock.js +4 -0
- package/dist/src/types/_schema/WebsiteLandingPage.js +4 -0
- package/dist/src/types/_schema/WebsiteStaticPage.js +4 -0
- package/dist/src/types/admin/candidacies/index.js +2 -0
- package/dist/src/types/admin/index.js +19 -0
- package/dist/src/types/admin/persons/index.js +2 -0
- package/dist/src/types/admin/website/index.js +2 -0
- package/dist/src/types/auth/index.js +2 -0
- package/dist/src/types/db.js +6 -0
- package/dist/src/types/http/admin/candidacies/index.js +2 -0
- package/dist/src/types/http/admin/index.js +19 -0
- package/dist/src/types/http/admin/persons/index.js +2 -0
- package/dist/src/types/http/admin/website/index.js +2 -0
- package/dist/src/types/http/auth/index.js +2 -0
- package/dist/src/types/http/index.js +19 -0
- package/dist/src/types/http/utils/index.js +2 -0
- package/dist/src/types/models/admin/conversations/index.js +2 -0
- package/dist/src/types/models/admin/index.js +1 -0
- package/dist/src/types/models/admin/settings/index.js +2 -0
- package/dist/src/types/models/admin/website/_shared.js +2 -0
- package/dist/src/types/schemas/Database.js +4 -0
- package/dist/src/types/schemas/index.js +23 -0
- package/dist/src/types/schemas/public/Action.js +4 -0
- package/dist/src/types/schemas/public/ActionNames.js +4 -0
- package/dist/src/types/schemas/public/Admin.js +4 -0
- package/dist/src/types/schemas/public/Campaign.js +4 -0
- package/dist/src/types/schemas/public/CampaignStatuses.js +4 -0
- package/dist/src/types/schemas/public/CampaignToPosition.js +4 -0
- package/dist/src/types/schemas/public/Candidacy.js +4 -0
- package/dist/src/types/schemas/public/CandidacyFeedback.js +4 -0
- package/dist/src/types/schemas/public/CandidacyRatingToTag.js +4 -0
- package/dist/src/types/schemas/public/CandidacySources.js +4 -0
- package/dist/src/types/schemas/public/CandidacyStatuses.js +4 -0
- package/dist/src/types/schemas/public/Client.js +4 -0
- package/dist/src/types/schemas/public/ClientStatuses.js +4 -0
- package/dist/src/types/schemas/public/Contract.js +4 -0
- package/dist/src/types/schemas/public/Conversation.js +4 -0
- package/dist/src/types/schemas/public/EnrichmentSources.js +4 -0
- package/dist/src/types/schemas/public/Jwt.js +4 -0
- package/dist/src/types/schemas/public/ListView.js +4 -0
- package/dist/src/types/schemas/public/ListViewModels.js +4 -0
- package/dist/src/types/schemas/public/Message.js +4 -0
- package/dist/src/types/schemas/public/MessageChannels.js +4 -0
- package/dist/src/types/schemas/public/MessageSender.js +4 -0
- package/dist/src/types/schemas/public/MessageTemplate.js +4 -0
- package/dist/src/types/schemas/public/Note.js +4 -0
- package/dist/src/types/schemas/public/Otp.js +4 -0
- package/dist/src/types/schemas/public/Person.js +4 -0
- package/dist/src/types/schemas/public/PersonCareerLevels.js +4 -0
- package/dist/src/types/schemas/public/PersonClub.js +4 -0
- package/dist/src/types/schemas/public/PersonDegrees.js +4 -0
- package/dist/src/types/schemas/public/PersonEnrichment.js +4 -0
- package/dist/src/types/schemas/public/PersonGenders.js +4 -0
- package/dist/src/types/schemas/public/PersonNetwork.js +4 -0
- package/dist/src/types/schemas/public/PersonSkill.js +4 -0
- package/dist/src/types/schemas/public/PersonSources.js +4 -0
- package/dist/src/types/schemas/public/PersonToBestPerson.js +4 -0
- package/dist/src/types/schemas/public/PersonToPersonClub.js +4 -0
- package/dist/src/types/schemas/public/PersonToPersonNetwork.js +4 -0
- package/dist/src/types/schemas/public/PersonToPersonSkill.js +4 -0
- package/dist/src/types/schemas/public/PersonToTag.js +4 -0
- package/dist/src/types/schemas/public/Position.js +4 -0
- package/dist/src/types/schemas/public/PositionStatuses.js +4 -0
- package/dist/src/types/schemas/public/PrismaMigrations.js +4 -0
- package/dist/src/types/schemas/public/PublicSchema.js +4 -0
- package/dist/src/types/schemas/public/Referral.js +4 -0
- package/dist/src/types/schemas/public/ReferralPayout.js +4 -0
- package/dist/src/types/schemas/public/ReferralSources.js +4 -0
- package/dist/src/types/schemas/public/ReferralToIntroMessage.js +4 -0
- package/dist/src/types/schemas/public/Sender.js +4 -0
- package/dist/src/types/schemas/public/Tag.js +4 -0
- package/dist/src/types/schemas/public/WebsiteBlock.js +4 -0
- package/dist/src/types/schemas/public/WebsiteLandingPage.js +4 -0
- package/dist/src/types/schemas/public/WebsiteStaticPage.js +4 -0
- package/dist/src/types/shared/index.js +2 -0
- package/dist/types/admin/index.js +17 -0
- package/dist/types/admin/website/index.js +2 -0
- package/dist/types/index.js +17 -0
- package/package.json +1 -1
- package/src/types/models/admin/index.ts +1 -0
- package/src/types/models/admin/settings/index.ts +12 -0
|
@@ -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("./candidacies"), exports);
|
|
18
|
+
__exportStar(require("./persons"), exports);
|
|
19
|
+
__exportStar(require("./website"), exports);
|
|
@@ -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("./candidacies"), exports);
|
|
18
|
+
__exportStar(require("./persons"), exports);
|
|
19
|
+
__exportStar(require("./website"), exports);
|
|
@@ -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("./admin"), exports);
|
|
18
|
+
__exportStar(require("./auth"), exports);
|
|
19
|
+
__exportStar(require("../utils"), exports);
|
|
@@ -23,4 +23,5 @@ __exportStar(require("./partners"), exports);
|
|
|
23
23
|
__exportStar(require("./persons"), exports);
|
|
24
24
|
__exportStar(require("./positions"), exports);
|
|
25
25
|
__exportStar(require("./referrals"), exports);
|
|
26
|
+
__exportStar(require("./settings"), exports);
|
|
26
27
|
__exportStar(require("./website"), exports);
|
|
@@ -0,0 +1,23 @@
|
|
|
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("./public/Action"), exports);
|
|
18
|
+
__exportStar(require("./public/ActionNames"), exports);
|
|
19
|
+
__exportStar(require("./public/Admin"), exports);
|
|
20
|
+
__exportStar(require("./public/Campaign"), exports);
|
|
21
|
+
__exportStar(require("./public/CampaignStatuses"), exports);
|
|
22
|
+
__exportStar(require("./public/CampaignToPosition"), exports);
|
|
23
|
+
__exportStar(require("./public/Candidacy"), exports);
|
|
@@ -0,0 +1,17 @@
|
|
|
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("./website"), exports);
|
|
@@ -0,0 +1,17 @@
|
|
|
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("./admin"), exports);
|
package/package.json
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ListRequest, ListResponse } from '../../../utils'
|
|
2
|
+
|
|
3
|
+
export type AdminSettingsOption = {
|
|
4
|
+
id: string
|
|
5
|
+
name: string
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export type AdminSettingsOptionListInput = ListRequest<
|
|
9
|
+
Pick<AdminSettingsOption, 'name'>
|
|
10
|
+
>
|
|
11
|
+
|
|
12
|
+
export type AdminSettingsOptionListResponse = ListResponse<AdminSettingsOption>
|