@the-inkwell/shared 0.1.68 → 0.1.70
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
CHANGED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
// @generated
|
|
2
|
+
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
+
|
|
4
|
+
import type { default as PersonToPersonSkillTable } from './PersonToPersonSkill';
|
|
5
|
+
import type { default as MessageTemplateTable } from './MessageTemplate';
|
|
6
|
+
import type { default as ReferralTable } from './Referral';
|
|
7
|
+
import type { default as ReferralToIntroMessageTable } from './ReferralToIntroMessage';
|
|
8
|
+
import type { default as CandidacyTable } from './Candidacy';
|
|
9
|
+
import type { default as PersonToPersonNetworkTable } from './PersonToPersonNetwork';
|
|
10
|
+
import type { default as PersonToBestPersonTable } from './PersonToBestPerson';
|
|
11
|
+
import type { default as WebsiteStaticPageTable } from './WebsiteStaticPage';
|
|
12
|
+
import type { default as PersonNetworkTable } from './PersonNetwork';
|
|
13
|
+
import type { default as ReferralPayoutTable } from './ReferralPayout';
|
|
14
|
+
import type { default as ContractTable } from './Contract';
|
|
15
|
+
import type { default as OtpTable } from './Otp';
|
|
16
|
+
import type { default as PersonClubTable } from './PersonClub';
|
|
17
|
+
import type { default as NoteTable } from './Note';
|
|
18
|
+
import type { default as PersonToTagTable } from './PersonToTag';
|
|
19
|
+
import type { default as AdminTable } from './Admin';
|
|
20
|
+
import type { default as SenderTable } from './Sender';
|
|
21
|
+
import type { default as ListViewTable } from './ListView';
|
|
22
|
+
import type { default as TagTable } from './Tag';
|
|
23
|
+
import type { default as PersonToPersonClubTable } from './PersonToPersonClub';
|
|
24
|
+
import type { default as JwtTable } from './Jwt';
|
|
25
|
+
import type { default as CampaignToPositionTable } from './CampaignToPosition';
|
|
26
|
+
import type { default as PersonSkillTable } from './PersonSkill';
|
|
27
|
+
import type { default as PersonEnrichmentTable } from './PersonEnrichment';
|
|
28
|
+
import type { default as ActionTable } from './Action';
|
|
29
|
+
import type { default as PersonTable } from './Person';
|
|
30
|
+
import type { default as WebsiteLandingPageTable } from './WebsiteLandingPage';
|
|
31
|
+
import type { default as WebsiteBlockTable } from './WebsiteBlock';
|
|
32
|
+
import type { default as PositionTable } from './Position';
|
|
33
|
+
import type { default as CampaignTable } from './Campaign';
|
|
34
|
+
import type { default as CandidacyFeedbackTable } from './CandidacyFeedback';
|
|
35
|
+
import type { default as MessageTable } from './Message';
|
|
36
|
+
import type { default as ClientTable } from './Client';
|
|
37
|
+
import type { default as ConversationTable } from './Conversation';
|
|
38
|
+
import type { default as CandidacyRatingToTagTable } from './CandidacyRatingToTag';
|
|
39
|
+
|
|
40
|
+
export default interface PublicSchema {
|
|
41
|
+
PersonToPersonSkill: PersonToPersonSkillTable;
|
|
42
|
+
|
|
43
|
+
MessageTemplate: MessageTemplateTable;
|
|
44
|
+
|
|
45
|
+
Referral: ReferralTable;
|
|
46
|
+
|
|
47
|
+
ReferralToIntroMessage: ReferralToIntroMessageTable;
|
|
48
|
+
|
|
49
|
+
Candidacy: CandidacyTable;
|
|
50
|
+
|
|
51
|
+
PersonToPersonNetwork: PersonToPersonNetworkTable;
|
|
52
|
+
|
|
53
|
+
PersonToBestPerson: PersonToBestPersonTable;
|
|
54
|
+
|
|
55
|
+
WebsiteStaticPage: WebsiteStaticPageTable;
|
|
56
|
+
|
|
57
|
+
PersonNetwork: PersonNetworkTable;
|
|
58
|
+
|
|
59
|
+
ReferralPayout: ReferralPayoutTable;
|
|
60
|
+
|
|
61
|
+
Contract: ContractTable;
|
|
62
|
+
|
|
63
|
+
Otp: OtpTable;
|
|
64
|
+
|
|
65
|
+
PersonClub: PersonClubTable;
|
|
66
|
+
|
|
67
|
+
Note: NoteTable;
|
|
68
|
+
|
|
69
|
+
PersonToTag: PersonToTagTable;
|
|
70
|
+
|
|
71
|
+
Admin: AdminTable;
|
|
72
|
+
|
|
73
|
+
Sender: SenderTable;
|
|
74
|
+
|
|
75
|
+
ListView: ListViewTable;
|
|
76
|
+
|
|
77
|
+
Tag: TagTable;
|
|
78
|
+
|
|
79
|
+
PersonToPersonClub: PersonToPersonClubTable;
|
|
80
|
+
|
|
81
|
+
Jwt: JwtTable;
|
|
82
|
+
|
|
83
|
+
CampaignToPosition: CampaignToPositionTable;
|
|
84
|
+
|
|
85
|
+
PersonSkill: PersonSkillTable;
|
|
86
|
+
|
|
87
|
+
PersonEnrichment: PersonEnrichmentTable;
|
|
88
|
+
|
|
89
|
+
Action: ActionTable;
|
|
90
|
+
|
|
91
|
+
Person: PersonTable;
|
|
92
|
+
|
|
93
|
+
WebsiteLandingPage: WebsiteLandingPageTable;
|
|
94
|
+
|
|
95
|
+
WebsiteBlock: WebsiteBlockTable;
|
|
96
|
+
|
|
97
|
+
Position: PositionTable;
|
|
98
|
+
|
|
99
|
+
Campaign: CampaignTable;
|
|
100
|
+
|
|
101
|
+
CandidacyFeedback: CandidacyFeedbackTable;
|
|
102
|
+
|
|
103
|
+
Message: MessageTable;
|
|
104
|
+
|
|
105
|
+
Client: ClientTable;
|
|
106
|
+
|
|
107
|
+
Conversation: ConversationTable;
|
|
108
|
+
|
|
109
|
+
CandidacyRatingToTag: CandidacyRatingToTagTable;
|
|
110
|
+
}
|
|
@@ -4,7 +4,7 @@ import { type ListRequest, type ListResponse } from '../../../utils'
|
|
|
4
4
|
|
|
5
5
|
// detail
|
|
6
6
|
|
|
7
|
-
export type AdminPerson = Person
|
|
7
|
+
export type AdminPerson = Omit<Person, 'id'> & { id: string }
|
|
8
8
|
export type AdminPersonQueryParams = Pick<AdminPerson, 'id'>
|
|
9
9
|
export type AdminPersonResponse = AdminPerson
|
|
10
10
|
|
|
@@ -4,14 +4,22 @@ import { type ListResponse } from '../../../utils'
|
|
|
4
4
|
|
|
5
5
|
// detail
|
|
6
6
|
|
|
7
|
-
export type AdminWebsiteStaticPage = WebsiteStaticPage
|
|
8
|
-
|
|
7
|
+
export type AdminWebsiteStaticPage = Omit<WebsiteStaticPage, 'id'> & {
|
|
8
|
+
id: string
|
|
9
|
+
}
|
|
10
|
+
export type AdminWebsiteStaticPageQueryParams = Pick<
|
|
11
|
+
AdminWebsiteStaticPage,
|
|
12
|
+
'slug'
|
|
13
|
+
>
|
|
9
14
|
export type AdminWebsiteStaticPageResponse = AdminWebsiteStaticPage
|
|
10
15
|
|
|
11
16
|
// list
|
|
12
17
|
|
|
13
|
-
export type AdminWebsiteStaticPageList = ListResponse<
|
|
14
|
-
export type AdminWebsiteStaticPageListInput = Pick<
|
|
18
|
+
export type AdminWebsiteStaticPageList = ListResponse<AdminWebsiteStaticPage>
|
|
19
|
+
export type AdminWebsiteStaticPageListInput = Pick<
|
|
20
|
+
AdminWebsiteStaticPage,
|
|
21
|
+
'slug'
|
|
22
|
+
>
|
|
15
23
|
export type AdminWebsiteStaticPageListResponse = AdminWebsiteStaticPageList
|
|
16
24
|
|
|
17
25
|
// update
|