@the-inkwell/shared 0.1.164 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -4
- package/src/constants.d.ts +770 -0
- package/src/constants.d.ts.map +1 -0
- package/src/constants.js +277 -0
- package/src/constants.js.map +1 -0
- package/src/constants.ts +299 -0
- package/src/index.d.ts +4 -0
- package/src/index.d.ts.map +1 -0
- package/{dist/src/types → src}/index.js +3 -1
- package/src/index.js.map +1 -0
- package/src/index.ts +3 -0
- package/src/schema/admin/actions/index.d.ts +797 -0
- package/src/schema/admin/actions/index.d.ts.map +1 -0
- package/src/schema/admin/actions/index.js +33 -0
- package/src/schema/admin/actions/index.js.map +1 -0
- package/src/schema/admin/actions/index.ts +65 -0
- package/src/schema/admin/campaigns/index.d.ts +491 -0
- package/src/schema/admin/campaigns/index.d.ts.map +1 -0
- package/src/schema/admin/campaigns/index.js +69 -0
- package/src/schema/admin/campaigns/index.js.map +1 -0
- package/src/schema/admin/campaigns/index.ts +111 -0
- package/src/schema/admin/candidacies/index.d.ts +766 -0
- package/src/schema/admin/candidacies/index.d.ts.map +1 -0
- package/src/schema/admin/candidacies/index.js +84 -0
- package/src/schema/admin/candidacies/index.js.map +1 -0
- package/src/schema/admin/candidacies/index.ts +138 -0
- package/src/schema/admin/clients/index.d.ts +340 -0
- package/src/schema/admin/clients/index.d.ts.map +1 -0
- package/src/schema/admin/clients/index.js +31 -0
- package/src/schema/admin/clients/index.js.map +1 -0
- package/src/schema/admin/clients/index.ts +65 -0
- package/src/schema/admin/dashboard/index.d.ts +11 -0
- package/src/schema/admin/dashboard/index.d.ts.map +1 -0
- package/{dist/src/types/admin/candidacies → src/schema/admin/dashboard}/index.js +1 -0
- package/src/schema/admin/dashboard/index.js.map +1 -0
- package/src/schema/admin/dashboard/index.ts +10 -0
- package/src/schema/admin/educations/index.d.ts +361 -0
- package/src/schema/admin/educations/index.d.ts.map +1 -0
- package/src/schema/admin/educations/index.js +24 -0
- package/src/schema/admin/educations/index.js.map +1 -0
- package/src/schema/admin/educations/index.ts +71 -0
- package/src/schema/admin/experiences/index.d.ts +467 -0
- package/src/schema/admin/experiences/index.d.ts.map +1 -0
- package/src/schema/admin/experiences/index.js +38 -0
- package/src/schema/admin/experiences/index.js.map +1 -0
- package/src/schema/admin/experiences/index.ts +87 -0
- package/src/schema/admin/files/index.d.ts +9 -0
- package/src/schema/admin/files/index.d.ts.map +1 -0
- package/src/schema/admin/files/index.js +8 -0
- package/src/schema/admin/files/index.js.map +1 -0
- package/src/schema/admin/files/index.ts +10 -0
- package/src/schema/admin/index.d.ts +30 -0
- package/src/schema/admin/index.d.ts.map +1 -0
- package/{dist/src/types/models → src/schema}/admin/index.js +19 -1
- package/src/schema/admin/index.js.map +1 -0
- package/src/schema/admin/index.ts +29 -0
- package/src/schema/admin/jobFunctions/index.d.ts +363 -0
- package/src/schema/admin/jobFunctions/index.d.ts.map +1 -0
- package/src/schema/admin/jobFunctions/index.js +33 -0
- package/src/schema/admin/jobFunctions/index.js.map +1 -0
- package/src/schema/admin/jobFunctions/index.ts +79 -0
- package/src/schema/admin/listViews/index.d.ts +576 -0
- package/src/schema/admin/listViews/index.d.ts.map +1 -0
- package/src/schema/admin/listViews/index.js +23 -0
- package/src/schema/admin/listViews/index.js.map +1 -0
- package/src/schema/admin/listViews/index.ts +58 -0
- package/src/schema/admin/locations/index.d.ts +28 -0
- package/src/schema/admin/locations/index.d.ts.map +1 -0
- package/src/schema/admin/locations/index.js +17 -0
- package/src/schema/admin/locations/index.js.map +1 -0
- package/src/schema/admin/locations/index.ts +42 -0
- package/src/schema/admin/messages/index.d.ts +801 -0
- package/src/schema/admin/messages/index.d.ts.map +1 -0
- package/src/schema/admin/messages/index.js +52 -0
- package/src/schema/admin/messages/index.js.map +1 -0
- package/src/schema/admin/messages/index.ts +88 -0
- package/src/schema/admin/notes/index.d.ts +559 -0
- package/src/schema/admin/notes/index.d.ts.map +1 -0
- package/src/schema/admin/notes/index.js +28 -0
- package/src/schema/admin/notes/index.js.map +1 -0
- package/src/schema/admin/notes/index.ts +56 -0
- package/src/schema/admin/partners/index.d.ts +335 -0
- package/src/schema/admin/partners/index.d.ts.map +1 -0
- package/src/schema/admin/partners/index.js +26 -0
- package/src/schema/admin/partners/index.js.map +1 -0
- package/src/schema/admin/partners/index.ts +60 -0
- package/src/schema/admin/persons/index.d.ts +890 -0
- package/src/schema/admin/persons/index.d.ts.map +1 -0
- package/src/schema/admin/persons/index.js +195 -0
- package/src/schema/admin/persons/index.js.map +1 -0
- package/src/schema/admin/persons/index.ts +294 -0
- package/src/schema/admin/personsToBestPersons/index.d.ts +199 -0
- package/src/schema/admin/personsToBestPersons/index.d.ts.map +1 -0
- package/src/schema/admin/personsToBestPersons/index.js +19 -0
- package/src/schema/admin/personsToBestPersons/index.js.map +1 -0
- package/src/schema/admin/personsToBestPersons/index.ts +67 -0
- package/src/schema/admin/personsToSkills/index.d.ts +199 -0
- package/src/schema/admin/personsToSkills/index.d.ts.map +1 -0
- package/src/schema/admin/personsToSkills/index.js +19 -0
- package/src/schema/admin/personsToSkills/index.js.map +1 -0
- package/src/schema/admin/personsToSkills/index.ts +61 -0
- package/src/schema/admin/personsToTags/index.d.ts +199 -0
- package/src/schema/admin/personsToTags/index.d.ts.map +1 -0
- package/src/schema/admin/personsToTags/index.js +19 -0
- package/src/schema/admin/personsToTags/index.js.map +1 -0
- package/src/schema/admin/personsToTags/index.ts +61 -0
- package/src/schema/admin/positions/index.d.ts +1329 -0
- package/src/schema/admin/positions/index.d.ts.map +1 -0
- package/src/schema/admin/positions/index.js +59 -0
- package/src/schema/admin/positions/index.js.map +1 -0
- package/src/schema/admin/positions/index.ts +97 -0
- package/src/schema/admin/positionsToSkills/index.d.ts +199 -0
- package/src/schema/admin/positionsToSkills/index.d.ts.map +1 -0
- package/src/schema/admin/positionsToSkills/index.js +19 -0
- package/src/schema/admin/positionsToSkills/index.js.map +1 -0
- package/src/schema/admin/positionsToSkills/index.ts +64 -0
- package/src/schema/admin/positionsToTags/index.d.ts +199 -0
- package/src/schema/admin/positionsToTags/index.d.ts.map +1 -0
- package/src/schema/admin/positionsToTags/index.js +19 -0
- package/src/schema/admin/positionsToTags/index.js.map +1 -0
- package/src/schema/admin/positionsToTags/index.ts +61 -0
- package/src/schema/admin/referrals/index.d.ts +478 -0
- package/src/schema/admin/referrals/index.d.ts.map +1 -0
- package/src/schema/admin/referrals/index.js +65 -0
- package/src/schema/admin/referrals/index.js.map +1 -0
- package/src/schema/admin/referrals/index.ts +100 -0
- package/src/schema/admin/referralsToMessages/index.d.ts +244 -0
- package/src/schema/admin/referralsToMessages/index.d.ts.map +1 -0
- package/src/schema/admin/referralsToMessages/index.js +56 -0
- package/src/schema/admin/referralsToMessages/index.js.map +1 -0
- package/src/schema/admin/referralsToMessages/index.ts +121 -0
- package/src/schema/admin/senders/index.d.ts +452 -0
- package/src/schema/admin/senders/index.d.ts.map +1 -0
- package/src/schema/admin/senders/index.js +17 -0
- package/src/schema/admin/senders/index.js.map +1 -0
- package/src/schema/admin/senders/index.ts +50 -0
- package/src/schema/admin/sendgrid/index.d.ts +10 -0
- package/src/schema/admin/sendgrid/index.d.ts.map +1 -0
- package/src/schema/admin/sendgrid/index.js +11 -0
- package/src/schema/admin/sendgrid/index.js.map +1 -0
- package/src/schema/admin/sendgrid/index.ts +16 -0
- package/src/schema/admin/settings/index.d.ts +31 -0
- package/src/schema/admin/settings/index.d.ts.map +1 -0
- package/src/schema/admin/settings/index.js +22 -0
- package/src/schema/admin/settings/index.js.map +1 -0
- package/src/schema/admin/settings/index.ts +34 -0
- package/src/schema/admin/skills/index.d.ts +363 -0
- package/src/schema/admin/skills/index.d.ts.map +1 -0
- package/src/schema/admin/skills/index.js +33 -0
- package/src/schema/admin/skills/index.js.map +1 -0
- package/src/schema/admin/skills/index.ts +64 -0
- package/src/schema/admin/tags/index.d.ts +356 -0
- package/src/schema/admin/tags/index.d.ts.map +1 -0
- package/src/schema/admin/tags/index.js +30 -0
- package/src/schema/admin/tags/index.js.map +1 -0
- package/src/schema/admin/tags/index.ts +56 -0
- package/src/schema/admin/websiteLandingPages/index.d.ts +563 -0
- package/src/schema/admin/websiteLandingPages/index.d.ts.map +1 -0
- package/src/schema/admin/websiteLandingPages/index.js +17 -0
- package/src/schema/admin/websiteLandingPages/index.js.map +1 -0
- package/src/schema/admin/websiteLandingPages/index.ts +69 -0
- package/src/schema/admin/websiteStaticPages/index.d.ts +386 -0
- package/src/schema/admin/websiteStaticPages/index.d.ts.map +1 -0
- package/src/schema/admin/websiteStaticPages/index.js +17 -0
- package/src/schema/admin/websiteStaticPages/index.js.map +1 -0
- package/src/schema/admin/websiteStaticPages/index.ts +67 -0
- package/src/schema/auth/index.d.ts +16 -0
- package/src/schema/auth/index.d.ts.map +1 -0
- package/src/schema/auth/index.js +12 -0
- package/src/schema/auth/index.js.map +1 -0
- package/src/schema/auth/index.ts +14 -0
- package/src/schema/core.d.ts +6336 -0
- package/src/schema/core.d.ts.map +1 -0
- package/src/schema/core.js +1470 -0
- package/src/schema/core.js.map +1 -0
- package/src/schema/core.ts +1906 -0
- package/src/schema/index.d.ts +4 -0
- package/src/schema/index.d.ts.map +1 -0
- package/{dist/src/types/http → src/schema}/index.js +2 -1
- package/src/schema/index.js.map +1 -0
- package/src/{types/models → schema}/index.ts +1 -1
- package/src/utils.d.ts +24 -0
- package/src/utils.d.ts.map +1 -0
- package/src/utils.js +18 -0
- package/src/utils.js.map +1 -0
- package/src/utils.ts +42 -0
- package/tsconfig.json +14 -107
- package/README.md +0 -9
- package/dist/index.js +0 -18
- package/dist/src/constants/enums.js +0 -209
- package/dist/src/constants/index.js +0 -17
- package/dist/src/types/_schema/Action.js +0 -4
- package/dist/src/types/_schema/ActionNames.js +0 -4
- package/dist/src/types/_schema/Actions.js +0 -4
- package/dist/src/types/_schema/Admin.js +0 -4
- package/dist/src/types/_schema/Admins.js +0 -4
- package/dist/src/types/_schema/Campaign.js +0 -4
- package/dist/src/types/_schema/CampaignStatuses.js +0 -4
- package/dist/src/types/_schema/CampaignToPosition.js +0 -4
- package/dist/src/types/_schema/Campaigns.js +0 -4
- package/dist/src/types/_schema/CampaignsToPositions.js +0 -4
- package/dist/src/types/_schema/Candidacies.js +0 -4
- package/dist/src/types/_schema/Candidacy.js +0 -4
- package/dist/src/types/_schema/CandidacyFeedback.js +0 -4
- package/dist/src/types/_schema/CandidacyRatingCategories.js +0 -4
- package/dist/src/types/_schema/CandidacyRatingReasons.js +0 -4
- package/dist/src/types/_schema/CandidacyRatingToTag.js +0 -4
- package/dist/src/types/_schema/CandidacyRatings.js +0 -4
- package/dist/src/types/_schema/CandidacyRatingsToTags.js +0 -4
- package/dist/src/types/_schema/CandidacySources.js +0 -4
- package/dist/src/types/_schema/CandidacyStages.js +0 -4
- package/dist/src/types/_schema/CandidacyStatuses.js +0 -4
- package/dist/src/types/_schema/Certifications.js +0 -4
- package/dist/src/types/_schema/Client.js +0 -4
- package/dist/src/types/_schema/ClientStages.js +0 -4
- package/dist/src/types/_schema/ClientStatuses.js +0 -4
- package/dist/src/types/_schema/Clients.js +0 -4
- package/dist/src/types/_schema/Clubs.js +0 -4
- package/dist/src/types/_schema/Contract.js +0 -4
- package/dist/src/types/_schema/Contracts.js +0 -4
- package/dist/src/types/_schema/Conversation.js +0 -4
- package/dist/src/types/_schema/Conversations.js +0 -4
- package/dist/src/types/_schema/EducationDegrees.js +0 -4
- package/dist/src/types/_schema/EducationFields.js +0 -4
- package/dist/src/types/_schema/Educations.js +0 -4
- package/dist/src/types/_schema/EnrichmentSources.js +0 -4
- package/dist/src/types/_schema/Enrichments.js +0 -4
- package/dist/src/types/_schema/Experiences.js +0 -4
- package/dist/src/types/_schema/Genders.js +0 -4
- package/dist/src/types/_schema/Industries.js +0 -4
- package/dist/src/types/_schema/JobFunctions.js +0 -4
- package/dist/src/types/_schema/JobLevels.js +0 -4
- package/dist/src/types/_schema/Jwt.js +0 -4
- package/dist/src/types/_schema/Jwts.js +0 -4
- package/dist/src/types/_schema/ListView.js +0 -4
- package/dist/src/types/_schema/ListViewModels.js +0 -4
- package/dist/src/types/_schema/ListViews.js +0 -4
- package/dist/src/types/_schema/Message.js +0 -4
- package/dist/src/types/_schema/MessageChannels.js +0 -4
- package/dist/src/types/_schema/MessageTemplate.js +0 -4
- package/dist/src/types/_schema/MessageTemplates.js +0 -4
- package/dist/src/types/_schema/Messages.js +0 -4
- package/dist/src/types/_schema/Networks.js +0 -4
- package/dist/src/types/_schema/Note.js +0 -4
- package/dist/src/types/_schema/Notes.js +0 -4
- package/dist/src/types/_schema/Otp.js +0 -4
- package/dist/src/types/_schema/Otps.js +0 -4
- package/dist/src/types/_schema/Partners.js +0 -4
- package/dist/src/types/_schema/Person.js +0 -4
- package/dist/src/types/_schema/PersonCareerLevels.js +0 -4
- package/dist/src/types/_schema/PersonClub.js +0 -4
- package/dist/src/types/_schema/PersonClubs.js +0 -4
- package/dist/src/types/_schema/PersonDegrees.js +0 -4
- package/dist/src/types/_schema/PersonEnrichment.js +0 -4
- package/dist/src/types/_schema/PersonEnrichments.js +0 -4
- package/dist/src/types/_schema/PersonGenders.js +0 -4
- package/dist/src/types/_schema/PersonNetwork.js +0 -4
- package/dist/src/types/_schema/PersonNetworks.js +0 -4
- package/dist/src/types/_schema/PersonSkill.js +0 -4
- package/dist/src/types/_schema/PersonSkills.js +0 -4
- package/dist/src/types/_schema/PersonSources.js +0 -4
- package/dist/src/types/_schema/PersonToBestPerson.js +0 -4
- package/dist/src/types/_schema/PersonToPersonClub.js +0 -4
- package/dist/src/types/_schema/PersonToPersonNetwork.js +0 -4
- package/dist/src/types/_schema/PersonToPersonSkill.js +0 -4
- package/dist/src/types/_schema/PersonToTag.js +0 -4
- package/dist/src/types/_schema/Persons.js +0 -4
- package/dist/src/types/_schema/PersonsToBestPersons.js +0 -4
- package/dist/src/types/_schema/PersonsToCertifications.js +0 -4
- package/dist/src/types/_schema/PersonsToClubs.js +0 -4
- package/dist/src/types/_schema/PersonsToIndustries.js +0 -4
- package/dist/src/types/_schema/PersonsToNetworks.js +0 -4
- package/dist/src/types/_schema/PersonsToPersonClubs.js +0 -4
- package/dist/src/types/_schema/PersonsToPersonNetworks.js +0 -4
- package/dist/src/types/_schema/PersonsToPersonSkills.js +0 -4
- package/dist/src/types/_schema/PersonsToSkills.js +0 -4
- package/dist/src/types/_schema/PersonsToTags.js +0 -4
- package/dist/src/types/_schema/Position.js +0 -4
- package/dist/src/types/_schema/PositionRatingCategories.js +0 -4
- package/dist/src/types/_schema/PositionRatings.js +0 -4
- package/dist/src/types/_schema/PositionStages.js +0 -4
- package/dist/src/types/_schema/PositionStatuses.js +0 -4
- package/dist/src/types/_schema/Positions.js +0 -4
- package/dist/src/types/_schema/PositionsToIndustries.js +0 -4
- package/dist/src/types/_schema/PositionsToPersonSkills.js +0 -4
- package/dist/src/types/_schema/PositionsToSkills.js +0 -4
- package/dist/src/types/_schema/PositionsToTags.js +0 -4
- package/dist/src/types/_schema/PublicSchema.js +0 -4
- package/dist/src/types/_schema/Referral.js +0 -4
- package/dist/src/types/_schema/ReferralPayout.js +0 -4
- package/dist/src/types/_schema/ReferralPayouts.js +0 -4
- package/dist/src/types/_schema/ReferralSources.js +0 -4
- package/dist/src/types/_schema/ReferralToIntroMessage.js +0 -4
- package/dist/src/types/_schema/Referrals.js +0 -4
- package/dist/src/types/_schema/ReferralsToIntroMessages.js +0 -4
- package/dist/src/types/_schema/ReferralsToMessages.js +0 -4
- package/dist/src/types/_schema/Sender.js +0 -4
- package/dist/src/types/_schema/Senders.js +0 -4
- package/dist/src/types/_schema/Skills.js +0 -4
- package/dist/src/types/_schema/Tag.js +0 -4
- package/dist/src/types/_schema/Tags.js +0 -4
- package/dist/src/types/_schema/WebsiteBlock.js +0 -4
- package/dist/src/types/_schema/WebsiteBlocks.js +0 -4
- package/dist/src/types/_schema/WebsiteLandingPage.js +0 -4
- package/dist/src/types/_schema/WebsiteLandingPages.js +0 -4
- package/dist/src/types/_schema/WebsiteStaticPage.js +0 -4
- package/dist/src/types/_schema/WebsiteStaticPages.js +0 -4
- package/dist/src/types/admin/index.js +0 -19
- package/dist/src/types/admin/persons/index.js +0 -2
- package/dist/src/types/admin/website/index.js +0 -2
- package/dist/src/types/auth/index.js +0 -2
- package/dist/src/types/db.js +0 -6
- package/dist/src/types/http/admin/candidacies/index.js +0 -2
- package/dist/src/types/http/admin/index.js +0 -19
- package/dist/src/types/http/admin/persons/index.js +0 -2
- package/dist/src/types/http/admin/website/index.js +0 -2
- package/dist/src/types/http/auth/index.js +0 -2
- package/dist/src/types/http/utils/index.js +0 -2
- package/dist/src/types/models/admin/campaigns/index.js +0 -2
- package/dist/src/types/models/admin/candidacies/index.js +0 -2
- package/dist/src/types/models/admin/clients/index.js +0 -2
- package/dist/src/types/models/admin/conversations/index.js +0 -2
- package/dist/src/types/models/admin/listViews/index.js +0 -2
- package/dist/src/types/models/admin/locations/index.js +0 -2
- package/dist/src/types/models/admin/messages/index.js +0 -2
- package/dist/src/types/models/admin/partners/index.js +0 -2
- package/dist/src/types/models/admin/persons/index.js +0 -2
- package/dist/src/types/models/admin/positions/index.js +0 -23
- package/dist/src/types/models/admin/referrals/index.js +0 -2
- package/dist/src/types/models/admin/settings/index.js +0 -2
- package/dist/src/types/models/admin/website/_shared.js +0 -2
- package/dist/src/types/models/admin/website/home.js +0 -2
- package/dist/src/types/models/admin/website/index.js +0 -18
- package/dist/src/types/models/admin/website/shared.js +0 -2
- package/dist/src/types/models/auth/index.js +0 -2
- package/dist/src/types/models/index.js +0 -19
- package/dist/src/types/schemas/Database.js +0 -4
- package/dist/src/types/schemas/index.js +0 -23
- package/dist/src/types/schemas/public/Action.js +0 -4
- package/dist/src/types/schemas/public/ActionNames.js +0 -4
- package/dist/src/types/schemas/public/Admin.js +0 -4
- package/dist/src/types/schemas/public/Campaign.js +0 -4
- package/dist/src/types/schemas/public/CampaignStatuses.js +0 -4
- package/dist/src/types/schemas/public/CampaignToPosition.js +0 -4
- package/dist/src/types/schemas/public/Candidacy.js +0 -4
- package/dist/src/types/schemas/public/CandidacyFeedback.js +0 -4
- package/dist/src/types/schemas/public/CandidacyRatingToTag.js +0 -4
- package/dist/src/types/schemas/public/CandidacySources.js +0 -4
- package/dist/src/types/schemas/public/CandidacyStatuses.js +0 -4
- package/dist/src/types/schemas/public/Client.js +0 -4
- package/dist/src/types/schemas/public/ClientStatuses.js +0 -4
- package/dist/src/types/schemas/public/Contract.js +0 -4
- package/dist/src/types/schemas/public/Conversation.js +0 -4
- package/dist/src/types/schemas/public/EnrichmentSources.js +0 -4
- package/dist/src/types/schemas/public/Jwt.js +0 -4
- package/dist/src/types/schemas/public/ListView.js +0 -4
- package/dist/src/types/schemas/public/ListViewModels.js +0 -4
- package/dist/src/types/schemas/public/Message.js +0 -4
- package/dist/src/types/schemas/public/MessageChannels.js +0 -4
- package/dist/src/types/schemas/public/MessageSender.js +0 -4
- package/dist/src/types/schemas/public/MessageTemplate.js +0 -4
- package/dist/src/types/schemas/public/Note.js +0 -4
- package/dist/src/types/schemas/public/Otp.js +0 -4
- package/dist/src/types/schemas/public/Person.js +0 -4
- package/dist/src/types/schemas/public/PersonCareerLevels.js +0 -4
- package/dist/src/types/schemas/public/PersonClub.js +0 -4
- package/dist/src/types/schemas/public/PersonDegrees.js +0 -4
- package/dist/src/types/schemas/public/PersonEnrichment.js +0 -4
- package/dist/src/types/schemas/public/PersonGenders.js +0 -4
- package/dist/src/types/schemas/public/PersonNetwork.js +0 -4
- package/dist/src/types/schemas/public/PersonSkill.js +0 -4
- package/dist/src/types/schemas/public/PersonSources.js +0 -4
- package/dist/src/types/schemas/public/PersonToBestPerson.js +0 -4
- package/dist/src/types/schemas/public/PersonToPersonClub.js +0 -4
- package/dist/src/types/schemas/public/PersonToPersonNetwork.js +0 -4
- package/dist/src/types/schemas/public/PersonToPersonSkill.js +0 -4
- package/dist/src/types/schemas/public/PersonToTag.js +0 -4
- package/dist/src/types/schemas/public/Position.js +0 -4
- package/dist/src/types/schemas/public/PositionStatuses.js +0 -4
- package/dist/src/types/schemas/public/PrismaMigrations.js +0 -4
- package/dist/src/types/schemas/public/PublicSchema.js +0 -4
- package/dist/src/types/schemas/public/Referral.js +0 -4
- package/dist/src/types/schemas/public/ReferralPayout.js +0 -4
- package/dist/src/types/schemas/public/ReferralSources.js +0 -4
- package/dist/src/types/schemas/public/ReferralToIntroMessage.js +0 -4
- package/dist/src/types/schemas/public/Sender.js +0 -4
- package/dist/src/types/schemas/public/Tag.js +0 -4
- package/dist/src/types/schemas/public/WebsiteBlock.js +0 -4
- package/dist/src/types/schemas/public/WebsiteLandingPage.js +0 -4
- package/dist/src/types/schemas/public/WebsiteStaticPage.js +0 -4
- package/dist/src/types/shared/index.js +0 -2
- package/dist/src/types/utils/index.js +0 -2
- package/dist/types/admin/index.js +0 -17
- package/dist/types/admin/website/index.js +0 -2
- package/dist/types/index.js +0 -17
- package/index.ts +0 -2
- package/src/constants/enums.ts +0 -251
- package/src/constants/index.ts +0 -1
- package/src/types/_schema/ActionNames.ts +0 -11
- package/src/types/_schema/Actions.ts +0 -104
- package/src/types/_schema/Admins.ts +0 -49
- package/src/types/_schema/CampaignStatuses.ts +0 -10
- package/src/types/_schema/Campaigns.ts +0 -76
- package/src/types/_schema/CampaignsToPositions.ts +0 -33
- package/src/types/_schema/Candidacies.ts +0 -77
- package/src/types/_schema/CandidacyFeedback.ts +0 -55
- package/src/types/_schema/CandidacyRatingCategories.ts +0 -12
- package/src/types/_schema/CandidacyRatings.ts +0 -42
- package/src/types/_schema/CandidacySources.ts +0 -11
- package/src/types/_schema/CandidacyStages.ts +0 -14
- package/src/types/_schema/CandidacyStatuses.ts +0 -9
- package/src/types/_schema/Certifications.ts +0 -59
- package/src/types/_schema/ClientStages.ts +0 -12
- package/src/types/_schema/ClientStatuses.ts +0 -9
- package/src/types/_schema/Clients.ts +0 -69
- package/src/types/_schema/Contracts.ts +0 -68
- package/src/types/_schema/EducationDegrees.ts +0 -12
- package/src/types/_schema/EducationFields.ts +0 -18
- package/src/types/_schema/Educations.ts +0 -55
- package/src/types/_schema/EnrichmentSources.ts +0 -8
- package/src/types/_schema/Enrichments.ts +0 -68
- package/src/types/_schema/Experiences.ts +0 -87
- package/src/types/_schema/Genders.ts +0 -11
- package/src/types/_schema/Industries.ts +0 -53
- package/src/types/_schema/JobFunctions.ts +0 -53
- package/src/types/_schema/JobLevels.ts +0 -13
- package/src/types/_schema/Jwts.ts +0 -61
- package/src/types/_schema/ListViewModels.ts +0 -11
- package/src/types/_schema/ListViews.ts +0 -74
- package/src/types/_schema/MessageChannels.ts +0 -9
- package/src/types/_schema/MessageTemplates.ts +0 -53
- package/src/types/_schema/Messages.ts +0 -109
- package/src/types/_schema/Networks.ts +0 -59
- package/src/types/_schema/Notes.ts +0 -76
- package/src/types/_schema/Otps.ts +0 -67
- package/src/types/_schema/Partners.ts +0 -65
- package/src/types/_schema/PersonSources.ts +0 -11
- package/src/types/_schema/Persons.ts +0 -237
- package/src/types/_schema/PersonsToBestPersons.ts +0 -32
- package/src/types/_schema/PersonsToCertifications.ts +0 -26
- package/src/types/_schema/PersonsToNetworks.ts +0 -33
- package/src/types/_schema/PersonsToSkills.ts +0 -33
- package/src/types/_schema/PersonsToTags.ts +0 -33
- package/src/types/_schema/PositionRatingCategories.ts +0 -9
- package/src/types/_schema/PositionRatings.ts +0 -42
- package/src/types/_schema/PositionStages.ts +0 -12
- package/src/types/_schema/PositionStatuses.ts +0 -9
- package/src/types/_schema/Positions.ts +0 -119
- package/src/types/_schema/PositionsToIndustries.ts +0 -33
- package/src/types/_schema/PositionsToSkills.ts +0 -33
- package/src/types/_schema/PositionsToTags.ts +0 -33
- package/src/types/_schema/ReferralPayouts.ts +0 -29
- package/src/types/_schema/ReferralSources.ts +0 -11
- package/src/types/_schema/Referrals.ts +0 -83
- package/src/types/_schema/ReferralsToMessages.ts +0 -40
- package/src/types/_schema/Senders.ts +0 -65
- package/src/types/_schema/Skills.ts +0 -53
- package/src/types/_schema/Tags.ts +0 -53
- package/src/types/_schema/WebsiteBlocks.ts +0 -45
- package/src/types/_schema/WebsiteLandingPages.ts +0 -47
- package/src/types/_schema/WebsiteStaticPages.ts +0 -53
- package/src/types/index.ts +0 -2
- package/src/types/models/admin/campaigns/index.ts +0 -28
- package/src/types/models/admin/candidacies/index.ts +0 -69
- package/src/types/models/admin/clients/index.ts +0 -49
- package/src/types/models/admin/index.ts +0 -12
- package/src/types/models/admin/listViews/index.ts +0 -48
- package/src/types/models/admin/locations/index.ts +0 -28
- package/src/types/models/admin/messages/index.ts +0 -14
- package/src/types/models/admin/partners/index.ts +0 -36
- package/src/types/models/admin/persons/index.ts +0 -90
- package/src/types/models/admin/positions/index.ts +0 -72
- package/src/types/models/admin/referrals/index.ts +0 -67
- package/src/types/models/admin/settings/index.ts +0 -24
- package/src/types/models/admin/website/home.ts +0 -42
- package/src/types/models/admin/website/index.ts +0 -2
- package/src/types/models/admin/website/shared.ts +0 -40
- package/src/types/models/auth/index.ts +0 -6
- package/src/types/utils/index.ts +0 -15
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
// @generated
|
|
2
|
-
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
-
|
|
4
|
-
import type { default as PersonSources } from './PersonSources';
|
|
5
|
-
import type { default as Genders } from './Genders';
|
|
6
|
-
import type { ClientsId } from './Clients';
|
|
7
|
-
|
|
8
|
-
/** Identifier type for public.persons */
|
|
9
|
-
export type PersonsId = string;
|
|
10
|
-
|
|
11
|
-
/** Represents the table public.persons */
|
|
12
|
-
export default interface Persons {
|
|
13
|
-
id: PersonsId;
|
|
14
|
-
|
|
15
|
-
email: string;
|
|
16
|
-
|
|
17
|
-
emailVerified: boolean;
|
|
18
|
-
|
|
19
|
-
firstName: string | null;
|
|
20
|
-
|
|
21
|
-
lastName: string | null;
|
|
22
|
-
|
|
23
|
-
linkedInUrl: string | null;
|
|
24
|
-
|
|
25
|
-
phone: string | null;
|
|
26
|
-
|
|
27
|
-
phoneVerified: boolean;
|
|
28
|
-
|
|
29
|
-
emailOptOut: boolean;
|
|
30
|
-
|
|
31
|
-
smsOptOut: boolean;
|
|
32
|
-
|
|
33
|
-
resumeUrl: string | null;
|
|
34
|
-
|
|
35
|
-
photoUrl: string | null;
|
|
36
|
-
|
|
37
|
-
lat: number | null;
|
|
38
|
-
|
|
39
|
-
lon: number | null;
|
|
40
|
-
|
|
41
|
-
city: string | null;
|
|
42
|
-
|
|
43
|
-
state: string | null;
|
|
44
|
-
|
|
45
|
-
postalCode: string | null;
|
|
46
|
-
|
|
47
|
-
country: string | null;
|
|
48
|
-
|
|
49
|
-
additionalEmails: string[] | null;
|
|
50
|
-
|
|
51
|
-
additionalPhones: string[] | null;
|
|
52
|
-
|
|
53
|
-
source: PersonSources | null;
|
|
54
|
-
|
|
55
|
-
sourcePersonId: PersonsId | null;
|
|
56
|
-
|
|
57
|
-
website: string | null;
|
|
58
|
-
|
|
59
|
-
expectedSalary: number | null;
|
|
60
|
-
|
|
61
|
-
currentJobId: string | null;
|
|
62
|
-
|
|
63
|
-
openToRelocate: boolean | null;
|
|
64
|
-
|
|
65
|
-
gender: Genders | null;
|
|
66
|
-
|
|
67
|
-
discoveredThrough: string | null;
|
|
68
|
-
|
|
69
|
-
deactivatedAt: Date | null;
|
|
70
|
-
|
|
71
|
-
lastSignedInAt: Date | null;
|
|
72
|
-
|
|
73
|
-
signInCount: number;
|
|
74
|
-
|
|
75
|
-
clientId: ClientsId | null;
|
|
76
|
-
|
|
77
|
-
deletedAt: Date | null;
|
|
78
|
-
|
|
79
|
-
createdAt: Date;
|
|
80
|
-
|
|
81
|
-
updatedAt: Date;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
/** Represents the initializer for the table public.persons */
|
|
85
|
-
export interface PersonsInitializer {
|
|
86
|
-
/** Default value: gen_random_uuid() */
|
|
87
|
-
id?: PersonsId;
|
|
88
|
-
|
|
89
|
-
email: string;
|
|
90
|
-
|
|
91
|
-
/** Default value: false */
|
|
92
|
-
emailVerified?: boolean;
|
|
93
|
-
|
|
94
|
-
firstName?: string | null;
|
|
95
|
-
|
|
96
|
-
lastName?: string | null;
|
|
97
|
-
|
|
98
|
-
linkedInUrl?: string | null;
|
|
99
|
-
|
|
100
|
-
phone?: string | null;
|
|
101
|
-
|
|
102
|
-
/** Default value: false */
|
|
103
|
-
phoneVerified?: boolean;
|
|
104
|
-
|
|
105
|
-
/** Default value: false */
|
|
106
|
-
emailOptOut?: boolean;
|
|
107
|
-
|
|
108
|
-
/** Default value: false */
|
|
109
|
-
smsOptOut?: boolean;
|
|
110
|
-
|
|
111
|
-
resumeUrl?: string | null;
|
|
112
|
-
|
|
113
|
-
photoUrl?: string | null;
|
|
114
|
-
|
|
115
|
-
lat?: number | null;
|
|
116
|
-
|
|
117
|
-
lon?: number | null;
|
|
118
|
-
|
|
119
|
-
city?: string | null;
|
|
120
|
-
|
|
121
|
-
state?: string | null;
|
|
122
|
-
|
|
123
|
-
postalCode?: string | null;
|
|
124
|
-
|
|
125
|
-
country?: string | null;
|
|
126
|
-
|
|
127
|
-
additionalEmails?: string[] | null;
|
|
128
|
-
|
|
129
|
-
additionalPhones?: string[] | null;
|
|
130
|
-
|
|
131
|
-
/** Default value: 'SOURCED'::"PersonSources" */
|
|
132
|
-
source?: PersonSources | null;
|
|
133
|
-
|
|
134
|
-
sourcePersonId?: PersonsId | null;
|
|
135
|
-
|
|
136
|
-
website?: string | null;
|
|
137
|
-
|
|
138
|
-
expectedSalary?: number | null;
|
|
139
|
-
|
|
140
|
-
currentJobId?: string | null;
|
|
141
|
-
|
|
142
|
-
openToRelocate?: boolean | null;
|
|
143
|
-
|
|
144
|
-
gender?: Genders | null;
|
|
145
|
-
|
|
146
|
-
discoveredThrough?: string | null;
|
|
147
|
-
|
|
148
|
-
deactivatedAt?: Date | null;
|
|
149
|
-
|
|
150
|
-
lastSignedInAt?: Date | null;
|
|
151
|
-
|
|
152
|
-
/** Default value: 0 */
|
|
153
|
-
signInCount?: number;
|
|
154
|
-
|
|
155
|
-
clientId?: ClientsId | null;
|
|
156
|
-
|
|
157
|
-
deletedAt?: Date | null;
|
|
158
|
-
|
|
159
|
-
/** Default value: now() */
|
|
160
|
-
createdAt?: Date;
|
|
161
|
-
|
|
162
|
-
/** Default value: now() */
|
|
163
|
-
updatedAt?: Date;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
/** Represents the mutator for the table public.persons */
|
|
167
|
-
export interface PersonsMutator {
|
|
168
|
-
id?: PersonsId;
|
|
169
|
-
|
|
170
|
-
email?: string;
|
|
171
|
-
|
|
172
|
-
emailVerified?: boolean;
|
|
173
|
-
|
|
174
|
-
firstName?: string | null;
|
|
175
|
-
|
|
176
|
-
lastName?: string | null;
|
|
177
|
-
|
|
178
|
-
linkedInUrl?: string | null;
|
|
179
|
-
|
|
180
|
-
phone?: string | null;
|
|
181
|
-
|
|
182
|
-
phoneVerified?: boolean;
|
|
183
|
-
|
|
184
|
-
emailOptOut?: boolean;
|
|
185
|
-
|
|
186
|
-
smsOptOut?: boolean;
|
|
187
|
-
|
|
188
|
-
resumeUrl?: string | null;
|
|
189
|
-
|
|
190
|
-
photoUrl?: string | null;
|
|
191
|
-
|
|
192
|
-
lat?: number | null;
|
|
193
|
-
|
|
194
|
-
lon?: number | null;
|
|
195
|
-
|
|
196
|
-
city?: string | null;
|
|
197
|
-
|
|
198
|
-
state?: string | null;
|
|
199
|
-
|
|
200
|
-
postalCode?: string | null;
|
|
201
|
-
|
|
202
|
-
country?: string | null;
|
|
203
|
-
|
|
204
|
-
additionalEmails?: string[] | null;
|
|
205
|
-
|
|
206
|
-
additionalPhones?: string[] | null;
|
|
207
|
-
|
|
208
|
-
source?: PersonSources | null;
|
|
209
|
-
|
|
210
|
-
sourcePersonId?: PersonsId | null;
|
|
211
|
-
|
|
212
|
-
website?: string | null;
|
|
213
|
-
|
|
214
|
-
expectedSalary?: number | null;
|
|
215
|
-
|
|
216
|
-
currentJobId?: string | null;
|
|
217
|
-
|
|
218
|
-
openToRelocate?: boolean | null;
|
|
219
|
-
|
|
220
|
-
gender?: Genders | null;
|
|
221
|
-
|
|
222
|
-
discoveredThrough?: string | null;
|
|
223
|
-
|
|
224
|
-
deactivatedAt?: Date | null;
|
|
225
|
-
|
|
226
|
-
lastSignedInAt?: Date | null;
|
|
227
|
-
|
|
228
|
-
signInCount?: number;
|
|
229
|
-
|
|
230
|
-
clientId?: ClientsId | null;
|
|
231
|
-
|
|
232
|
-
deletedAt?: Date | null;
|
|
233
|
-
|
|
234
|
-
createdAt?: Date;
|
|
235
|
-
|
|
236
|
-
updatedAt?: Date;
|
|
237
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
// @generated
|
|
2
|
-
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
-
|
|
4
|
-
import type { PersonsId } from './Persons';
|
|
5
|
-
|
|
6
|
-
/** Represents the table public.persons_to_best_persons */
|
|
7
|
-
export default interface PersonsToBestPersons {
|
|
8
|
-
bestiedByPersonId: PersonsId;
|
|
9
|
-
|
|
10
|
-
bestPersonId: PersonsId;
|
|
11
|
-
|
|
12
|
-
createdAt: Date;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
/** Represents the initializer for the table public.persons_to_best_persons */
|
|
16
|
-
export interface PersonsToBestPersonsInitializer {
|
|
17
|
-
bestiedByPersonId: PersonsId;
|
|
18
|
-
|
|
19
|
-
bestPersonId: PersonsId;
|
|
20
|
-
|
|
21
|
-
/** Default value: now() */
|
|
22
|
-
createdAt?: Date;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/** Represents the mutator for the table public.persons_to_best_persons */
|
|
26
|
-
export interface PersonsToBestPersonsMutator {
|
|
27
|
-
bestiedByPersonId?: PersonsId;
|
|
28
|
-
|
|
29
|
-
bestPersonId?: PersonsId;
|
|
30
|
-
|
|
31
|
-
createdAt?: Date;
|
|
32
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
// @generated
|
|
2
|
-
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
-
|
|
4
|
-
import type { PersonsId } from './Persons';
|
|
5
|
-
import type { CertificationsId } from './Certifications';
|
|
6
|
-
|
|
7
|
-
/** Represents the table public.persons_to_certifications */
|
|
8
|
-
export default interface PersonsToCertifications {
|
|
9
|
-
personId: PersonsId;
|
|
10
|
-
|
|
11
|
-
certificationId: CertificationsId;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/** Represents the initializer for the table public.persons_to_certifications */
|
|
15
|
-
export interface PersonsToCertificationsInitializer {
|
|
16
|
-
personId: PersonsId;
|
|
17
|
-
|
|
18
|
-
certificationId: CertificationsId;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/** Represents the mutator for the table public.persons_to_certifications */
|
|
22
|
-
export interface PersonsToCertificationsMutator {
|
|
23
|
-
personId?: PersonsId;
|
|
24
|
-
|
|
25
|
-
certificationId?: CertificationsId;
|
|
26
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
// @generated
|
|
2
|
-
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
-
|
|
4
|
-
import type { PersonsId } from './Persons';
|
|
5
|
-
import type { NetworksId } from './Networks';
|
|
6
|
-
|
|
7
|
-
/** Represents the table public.persons_to_networks */
|
|
8
|
-
export default interface PersonsToNetworks {
|
|
9
|
-
personId: PersonsId;
|
|
10
|
-
|
|
11
|
-
networkId: NetworksId;
|
|
12
|
-
|
|
13
|
-
createdAt: Date;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/** Represents the initializer for the table public.persons_to_networks */
|
|
17
|
-
export interface PersonsToNetworksInitializer {
|
|
18
|
-
personId: PersonsId;
|
|
19
|
-
|
|
20
|
-
networkId: NetworksId;
|
|
21
|
-
|
|
22
|
-
/** Default value: now() */
|
|
23
|
-
createdAt?: Date;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/** Represents the mutator for the table public.persons_to_networks */
|
|
27
|
-
export interface PersonsToNetworksMutator {
|
|
28
|
-
personId?: PersonsId;
|
|
29
|
-
|
|
30
|
-
networkId?: NetworksId;
|
|
31
|
-
|
|
32
|
-
createdAt?: Date;
|
|
33
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
// @generated
|
|
2
|
-
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
-
|
|
4
|
-
import type { PersonsId } from './Persons';
|
|
5
|
-
import type { SkillsId } from './Skills';
|
|
6
|
-
|
|
7
|
-
/** Represents the table public.persons_to_skills */
|
|
8
|
-
export default interface PersonsToSkills {
|
|
9
|
-
personId: PersonsId;
|
|
10
|
-
|
|
11
|
-
skillId: SkillsId;
|
|
12
|
-
|
|
13
|
-
createdAt: Date;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/** Represents the initializer for the table public.persons_to_skills */
|
|
17
|
-
export interface PersonsToSkillsInitializer {
|
|
18
|
-
personId: PersonsId;
|
|
19
|
-
|
|
20
|
-
skillId: SkillsId;
|
|
21
|
-
|
|
22
|
-
/** Default value: now() */
|
|
23
|
-
createdAt?: Date;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/** Represents the mutator for the table public.persons_to_skills */
|
|
27
|
-
export interface PersonsToSkillsMutator {
|
|
28
|
-
personId?: PersonsId;
|
|
29
|
-
|
|
30
|
-
skillId?: SkillsId;
|
|
31
|
-
|
|
32
|
-
createdAt?: Date;
|
|
33
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
// @generated
|
|
2
|
-
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
-
|
|
4
|
-
import type { PersonsId } from './Persons';
|
|
5
|
-
import type { TagsId } from './Tags';
|
|
6
|
-
|
|
7
|
-
/** Represents the table public.persons_to_tags */
|
|
8
|
-
export default interface PersonsToTags {
|
|
9
|
-
personId: PersonsId;
|
|
10
|
-
|
|
11
|
-
tagId: TagsId;
|
|
12
|
-
|
|
13
|
-
createdAt: Date;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/** Represents the initializer for the table public.persons_to_tags */
|
|
17
|
-
export interface PersonsToTagsInitializer {
|
|
18
|
-
personId: PersonsId;
|
|
19
|
-
|
|
20
|
-
tagId: TagsId;
|
|
21
|
-
|
|
22
|
-
/** Default value: now() */
|
|
23
|
-
createdAt?: Date;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/** Represents the mutator for the table public.persons_to_tags */
|
|
27
|
-
export interface PersonsToTagsMutator {
|
|
28
|
-
personId?: PersonsId;
|
|
29
|
-
|
|
30
|
-
tagId?: TagsId;
|
|
31
|
-
|
|
32
|
-
createdAt?: Date;
|
|
33
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
// @generated
|
|
2
|
-
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
-
|
|
4
|
-
/** Represents the enum public.PositionRatingCategories */
|
|
5
|
-
type PositionRatingCategories =
|
|
6
|
-
| 'COMPENSATION'
|
|
7
|
-
| 'INTEREST';
|
|
8
|
-
|
|
9
|
-
export default PositionRatingCategories;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
// @generated
|
|
2
|
-
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
-
|
|
4
|
-
import type { PositionsId } from './Positions';
|
|
5
|
-
import type { default as PositionRatingCategories } from './PositionRatingCategories';
|
|
6
|
-
|
|
7
|
-
/** Identifier type for public.position_ratings */
|
|
8
|
-
export type PositionRatingsId = string;
|
|
9
|
-
|
|
10
|
-
/** Represents the table public.position_ratings */
|
|
11
|
-
export default interface PositionRatings {
|
|
12
|
-
id: PositionRatingsId;
|
|
13
|
-
|
|
14
|
-
positionId: PositionsId;
|
|
15
|
-
|
|
16
|
-
rating: number;
|
|
17
|
-
|
|
18
|
-
category: PositionRatingCategories;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/** Represents the initializer for the table public.position_ratings */
|
|
22
|
-
export interface PositionRatingsInitializer {
|
|
23
|
-
/** Default value: gen_random_uuid() */
|
|
24
|
-
id?: PositionRatingsId;
|
|
25
|
-
|
|
26
|
-
positionId: PositionsId;
|
|
27
|
-
|
|
28
|
-
rating: number;
|
|
29
|
-
|
|
30
|
-
category: PositionRatingCategories;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
/** Represents the mutator for the table public.position_ratings */
|
|
34
|
-
export interface PositionRatingsMutator {
|
|
35
|
-
id?: PositionRatingsId;
|
|
36
|
-
|
|
37
|
-
positionId?: PositionsId;
|
|
38
|
-
|
|
39
|
-
rating?: number;
|
|
40
|
-
|
|
41
|
-
category?: PositionRatingCategories;
|
|
42
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
// @generated
|
|
2
|
-
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
-
|
|
4
|
-
/** Represents the enum public.PositionStages */
|
|
5
|
-
type PositionStages =
|
|
6
|
-
| 'PENDING'
|
|
7
|
-
| 'IN_PROGRESS'
|
|
8
|
-
| 'HIRED'
|
|
9
|
-
| 'CANCELED'
|
|
10
|
-
| 'FAILED';
|
|
11
|
-
|
|
12
|
-
export default PositionStages;
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
// @generated
|
|
2
|
-
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
-
|
|
4
|
-
import type { default as PositionStatuses } from './PositionStatuses';
|
|
5
|
-
import type { ClientsId } from './Clients';
|
|
6
|
-
|
|
7
|
-
/** Identifier type for public.positions */
|
|
8
|
-
export type PositionsId = string;
|
|
9
|
-
|
|
10
|
-
/** Represents the table public.positions */
|
|
11
|
-
export default interface Positions {
|
|
12
|
-
id: PositionsId;
|
|
13
|
-
|
|
14
|
-
slug: number;
|
|
15
|
-
|
|
16
|
-
name: string;
|
|
17
|
-
|
|
18
|
-
status: PositionStatuses | null;
|
|
19
|
-
|
|
20
|
-
description: string | null;
|
|
21
|
-
|
|
22
|
-
location: string | null;
|
|
23
|
-
|
|
24
|
-
lat: number | null;
|
|
25
|
-
|
|
26
|
-
lon: number | null;
|
|
27
|
-
|
|
28
|
-
isHidden: boolean;
|
|
29
|
-
|
|
30
|
-
clientId: ClientsId;
|
|
31
|
-
|
|
32
|
-
startedAt: Date | null;
|
|
33
|
-
|
|
34
|
-
hiredAt: Date | null;
|
|
35
|
-
|
|
36
|
-
canceledAt: Date | null;
|
|
37
|
-
|
|
38
|
-
createdAt: Date;
|
|
39
|
-
|
|
40
|
-
updatedAt: Date;
|
|
41
|
-
|
|
42
|
-
deletedAt: Date | null;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/** Represents the initializer for the table public.positions */
|
|
46
|
-
export interface PositionsInitializer {
|
|
47
|
-
/** Default value: gen_random_uuid() */
|
|
48
|
-
id?: PositionsId;
|
|
49
|
-
|
|
50
|
-
/** Default value: nextval('"positions_urlId_seq"'::regclass) */
|
|
51
|
-
slug?: number;
|
|
52
|
-
|
|
53
|
-
name: string;
|
|
54
|
-
|
|
55
|
-
/** Default value: 'OPEN'::"PositionStatuses" */
|
|
56
|
-
status?: PositionStatuses | null;
|
|
57
|
-
|
|
58
|
-
description?: string | null;
|
|
59
|
-
|
|
60
|
-
location?: string | null;
|
|
61
|
-
|
|
62
|
-
lat?: number | null;
|
|
63
|
-
|
|
64
|
-
lon?: number | null;
|
|
65
|
-
|
|
66
|
-
/** Default value: false */
|
|
67
|
-
isHidden?: boolean;
|
|
68
|
-
|
|
69
|
-
clientId: ClientsId;
|
|
70
|
-
|
|
71
|
-
startedAt?: Date | null;
|
|
72
|
-
|
|
73
|
-
hiredAt?: Date | null;
|
|
74
|
-
|
|
75
|
-
canceledAt?: Date | null;
|
|
76
|
-
|
|
77
|
-
/** Default value: now() */
|
|
78
|
-
createdAt?: Date;
|
|
79
|
-
|
|
80
|
-
/** Default value: now() */
|
|
81
|
-
updatedAt?: Date;
|
|
82
|
-
|
|
83
|
-
deletedAt?: Date | null;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
/** Represents the mutator for the table public.positions */
|
|
87
|
-
export interface PositionsMutator {
|
|
88
|
-
id?: PositionsId;
|
|
89
|
-
|
|
90
|
-
slug?: number;
|
|
91
|
-
|
|
92
|
-
name?: string;
|
|
93
|
-
|
|
94
|
-
status?: PositionStatuses | null;
|
|
95
|
-
|
|
96
|
-
description?: string | null;
|
|
97
|
-
|
|
98
|
-
location?: string | null;
|
|
99
|
-
|
|
100
|
-
lat?: number | null;
|
|
101
|
-
|
|
102
|
-
lon?: number | null;
|
|
103
|
-
|
|
104
|
-
isHidden?: boolean;
|
|
105
|
-
|
|
106
|
-
clientId?: ClientsId;
|
|
107
|
-
|
|
108
|
-
startedAt?: Date | null;
|
|
109
|
-
|
|
110
|
-
hiredAt?: Date | null;
|
|
111
|
-
|
|
112
|
-
canceledAt?: Date | null;
|
|
113
|
-
|
|
114
|
-
createdAt?: Date;
|
|
115
|
-
|
|
116
|
-
updatedAt?: Date;
|
|
117
|
-
|
|
118
|
-
deletedAt?: Date | null;
|
|
119
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
// @generated
|
|
2
|
-
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
-
|
|
4
|
-
import type { PositionsId } from './Positions';
|
|
5
|
-
import type { IndustriesId } from './Industries';
|
|
6
|
-
|
|
7
|
-
/** Represents the table public.positions_to_industries */
|
|
8
|
-
export default interface PositionsToIndustries {
|
|
9
|
-
positionId: PositionsId;
|
|
10
|
-
|
|
11
|
-
industryId: IndustriesId;
|
|
12
|
-
|
|
13
|
-
createdAt: Date;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/** Represents the initializer for the table public.positions_to_industries */
|
|
17
|
-
export interface PositionsToIndustriesInitializer {
|
|
18
|
-
positionId: PositionsId;
|
|
19
|
-
|
|
20
|
-
industryId: IndustriesId;
|
|
21
|
-
|
|
22
|
-
/** Default value: now() */
|
|
23
|
-
createdAt?: Date;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/** Represents the mutator for the table public.positions_to_industries */
|
|
27
|
-
export interface PositionsToIndustriesMutator {
|
|
28
|
-
positionId?: PositionsId;
|
|
29
|
-
|
|
30
|
-
industryId?: IndustriesId;
|
|
31
|
-
|
|
32
|
-
createdAt?: Date;
|
|
33
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
// @generated
|
|
2
|
-
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
-
|
|
4
|
-
import type { PositionsId } from './Positions';
|
|
5
|
-
import type { SkillsId } from './Skills';
|
|
6
|
-
|
|
7
|
-
/** Represents the table public.positions_to_skills */
|
|
8
|
-
export default interface PositionsToSkills {
|
|
9
|
-
positionId: PositionsId;
|
|
10
|
-
|
|
11
|
-
skillId: SkillsId;
|
|
12
|
-
|
|
13
|
-
createdAt: Date;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/** Represents the initializer for the table public.positions_to_skills */
|
|
17
|
-
export interface PositionsToSkillsInitializer {
|
|
18
|
-
positionId: PositionsId;
|
|
19
|
-
|
|
20
|
-
skillId: SkillsId;
|
|
21
|
-
|
|
22
|
-
/** Default value: now() */
|
|
23
|
-
createdAt?: Date;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/** Represents the mutator for the table public.positions_to_skills */
|
|
27
|
-
export interface PositionsToSkillsMutator {
|
|
28
|
-
positionId?: PositionsId;
|
|
29
|
-
|
|
30
|
-
skillId?: SkillsId;
|
|
31
|
-
|
|
32
|
-
createdAt?: Date;
|
|
33
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
// @generated
|
|
2
|
-
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
-
|
|
4
|
-
import type { PositionsId } from './Positions';
|
|
5
|
-
import type { TagsId } from './Tags';
|
|
6
|
-
|
|
7
|
-
/** Represents the table public.positions_to_tags */
|
|
8
|
-
export default interface PositionsToTags {
|
|
9
|
-
positionId: PositionsId;
|
|
10
|
-
|
|
11
|
-
tagId: TagsId;
|
|
12
|
-
|
|
13
|
-
createdAt: Date;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/** Represents the initializer for the table public.positions_to_tags */
|
|
17
|
-
export interface PositionsToTagsInitializer {
|
|
18
|
-
positionId: PositionsId;
|
|
19
|
-
|
|
20
|
-
tagId: TagsId;
|
|
21
|
-
|
|
22
|
-
/** Default value: now() */
|
|
23
|
-
createdAt?: Date;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/** Represents the mutator for the table public.positions_to_tags */
|
|
27
|
-
export interface PositionsToTagsMutator {
|
|
28
|
-
positionId?: PositionsId;
|
|
29
|
-
|
|
30
|
-
tagId?: TagsId;
|
|
31
|
-
|
|
32
|
-
createdAt?: Date;
|
|
33
|
-
}
|