cortex-react-components 1.1.0 → 1.2.0
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/chunk-3FH4D24Y.mjs +1 -0
- package/dist/chunk-44TDI42O.mjs +1 -0
- package/dist/chunk-4WMKXAGU.mjs +1 -0
- package/dist/chunk-5JPWYRNZ.mjs +1 -0
- package/dist/chunk-5VU5KT3M.mjs +1 -0
- package/dist/chunk-6P7CY367.mjs +1 -0
- package/dist/chunk-6XQN7JHH.mjs +1 -0
- package/dist/chunk-BOPZHZ27.mjs +1 -0
- package/dist/chunk-BZVOHDLV.mjs +1 -0
- package/dist/chunk-CJTRVASG.mjs +1 -0
- package/dist/chunk-DYHP6A4B.mjs +3 -0
- package/dist/chunk-EEMR5C75.mjs +1 -0
- package/dist/chunk-HQ5V5FY5.mjs +1 -0
- package/dist/chunk-I6MWUGBD.mjs +1 -0
- package/dist/chunk-MY7YCD7T.mjs +1 -0
- package/dist/chunk-N4CGJXNI.mjs +1 -0
- package/dist/chunk-NEW735FX.mjs +1 -0
- package/dist/chunk-OANFAQE4.mjs +1 -0
- package/dist/chunk-OTS4QNQ2.mjs +1 -0
- package/dist/chunk-PPQGQK27.mjs +1 -0
- package/dist/chunk-PV4EARTR.mjs +1 -0
- package/dist/chunk-QVT7M33X.mjs +1 -0
- package/dist/chunk-RTU6IVSY.mjs +1 -0
- package/dist/chunk-VI6PF7VY.mjs +1 -0
- package/dist/chunk-X42HILQB.mjs +1 -0
- package/dist/chunk-YQY5Z73J.mjs +1 -0
- package/dist/chunk-ZBSVA7YF.mjs +1 -0
- package/dist/client/Blocks/Banner.d.ts +7 -0
- package/dist/client/Blocks/Banner.js +1 -0
- package/dist/client/Blocks/Banner.mjs +1 -0
- package/dist/client/Blocks/CallToAction.d.ts +3 -0
- package/dist/client/Blocks/CallToAction.js +1 -0
- package/dist/client/Blocks/CallToAction.mjs +1 -0
- package/dist/client/Blocks/CaseStudy.d.ts +16 -0
- package/dist/client/Blocks/CaseStudy.js +1 -0
- package/dist/client/Blocks/CaseStudy.mjs +1 -0
- package/dist/client/Blocks/CaseStudy.stories.js +1 -0
- package/dist/client/Blocks/CaseStudy.stories.mjs +1 -0
- package/dist/client/Blocks/Code.client.d.ts +7 -0
- package/dist/client/Blocks/Code.client.js +2 -0
- package/dist/client/Blocks/Code.client.mjs +2 -0
- package/dist/client/Blocks/Code.d.ts +11 -0
- package/dist/client/Blocks/Code.js +1 -0
- package/dist/client/Blocks/Code.mjs +1 -0
- package/dist/client/Blocks/ConsultantProfile.d.ts +28 -0
- package/dist/client/Blocks/ConsultantProfile.js +1 -0
- package/dist/client/Blocks/ConsultantProfile.mjs +1 -0
- package/dist/client/Blocks/ConsultantProfile.stories.js +1 -0
- package/dist/client/Blocks/ConsultantProfile.stories.mjs +1 -0
- package/dist/client/Blocks/Content.d.ts +3 -0
- package/dist/client/Blocks/Content.js +1 -0
- package/dist/client/Blocks/Content.mjs +1 -0
- package/dist/client/Blocks/CopyButton.d.ts +3 -0
- package/dist/client/Blocks/CopyButton.js +2 -0
- package/dist/client/Blocks/CopyButton.mjs +2 -0
- package/dist/client/Blocks/FeaturesBlock.d.ts +27 -0
- package/dist/client/Blocks/FeaturesBlock.js +1 -0
- package/dist/client/Blocks/FeaturesBlock.mjs +1 -0
- package/dist/client/Blocks/FeaturesBlock.stories.js +1 -0
- package/dist/client/Blocks/FeaturesBlock.stories.mjs +1 -0
- package/dist/client/Blocks/HeadingImage.d.ts +9 -0
- package/dist/client/Blocks/HeadingImage.js +1 -0
- package/dist/client/Blocks/HeadingImage.mjs +1 -0
- package/dist/client/Blocks/HeadingImage.stories.js +1 -0
- package/dist/client/Blocks/HeadingImage.stories.mjs +1 -0
- package/dist/client/Blocks/ImageBlock.d.ts +14 -0
- package/dist/client/Blocks/ImageBlock.js +1 -0
- package/dist/client/Blocks/ImageBlock.mjs +1 -0
- package/dist/client/Blocks/InfoTile.d.ts +9 -0
- package/dist/client/Blocks/InfoTile.js +1 -0
- package/dist/client/Blocks/InfoTile.mjs +1 -0
- package/dist/client/Blocks/InfoTile.stories.js +2 -0
- package/dist/client/Blocks/InfoTile.stories.mjs +2 -0
- package/dist/client/Blocks/Insight.d.ts +11 -0
- package/dist/client/Blocks/Insight.js +2 -0
- package/dist/client/Blocks/Insight.mjs +2 -0
- package/dist/client/Blocks/Insight.stories.js +2 -0
- package/dist/client/Blocks/Insight.stories.mjs +2 -0
- package/dist/client/Blocks/MOTD.d.ts +9 -0
- package/dist/client/Blocks/MOTD.js +1 -0
- package/dist/client/Blocks/MOTD.mjs +1 -0
- package/dist/client/Blocks/MOTD.stories.js +2 -0
- package/dist/client/Blocks/MOTD.stories.mjs +2 -0
- package/dist/client/Blocks/MediaBlock.d.ts +14 -0
- package/dist/client/Blocks/MediaBlock.js +1 -0
- package/dist/client/Blocks/MediaBlock.mjs +1 -0
- package/dist/client/Blocks/OrgChart.d.ts +1 -0
- package/dist/client/Blocks/OrgChart.js +2 -0
- package/dist/client/Blocks/OrgChart.mjs +2 -0
- package/dist/client/Blocks/OrgChart.stories.js +1 -0
- package/dist/client/Blocks/OrgChart.stories.mjs +1 -0
- package/dist/client/Blocks/ProposalSummary.d.ts +20 -0
- package/dist/client/Blocks/ProposalSummary.js +1 -0
- package/dist/client/Blocks/ProposalSummary.mjs +1 -0
- package/dist/client/Blocks/ProposalSummary.stories.js +1 -0
- package/dist/client/Blocks/ProposalSummary.stories.mjs +1 -0
- package/dist/client/Blocks/RelatedPosts.d.ts +8 -0
- package/dist/client/Blocks/RelatedPosts.js +1 -0
- package/dist/client/Blocks/RelatedPosts.mjs +1 -0
- package/dist/client/Blocks/RenderBlocks.d.ts +5 -0
- package/dist/client/Blocks/RenderBlocks.js +1 -0
- package/dist/client/Blocks/RenderBlocks.mjs +1 -0
- package/dist/client/Blocks/WhyUs.d.ts +1 -0
- package/dist/client/Blocks/WhyUs.js +1 -0
- package/dist/client/Blocks/WhyUs.mjs +1 -0
- package/dist/client/Blocks/WhyUs.stories.js +1 -0
- package/dist/client/Blocks/WhyUs.stories.mjs +1 -0
- package/dist/client/Blocks/index.d.ts +6 -0
- package/dist/client/Blocks/index.js +1 -0
- package/dist/client/Blocks/index.mjs +1 -0
- package/dist/client/Images/DynamicIcon.d.ts +10 -0
- package/dist/client/Images/DynamicIcon.js +2 -0
- package/dist/client/Images/DynamicIcon.mjs +2 -0
- package/dist/client/Images/DynamicIcon.stories.js +1 -0
- package/dist/client/Images/DynamicIcon.stories.mjs +1 -0
- package/dist/client/Images/IconIndex.js +18 -0
- package/dist/client/Images/IconIndex.mjs +18 -0
- package/dist/client/Images/customIconList.js +1 -0
- package/dist/client/Images/customIconList.mjs +1 -0
- package/dist/client/Images/index.d.ts +2 -0
- package/dist/client/Images/index.js +1 -0
- package/dist/client/Images/index.mjs +1 -0
- package/dist/client/Payload/Card/index.d.ts +10 -0
- package/dist/client/Payload/Card/index.js +2 -0
- package/dist/client/Payload/Card/index.mjs +2 -0
- package/dist/client/Payload/CollectionArchive/index.d.ts +6 -0
- package/dist/client/Payload/CollectionArchive/index.js +1 -0
- package/dist/client/Payload/CollectionArchive/index.mjs +1 -0
- package/dist/client/Payload/Link/index.d.ts +19 -0
- package/dist/client/Payload/Link/index.js +1 -0
- package/dist/client/Payload/Link/index.mjs +1 -0
- package/dist/client/Payload/Logo/Logo.d.ts +7 -0
- package/dist/client/Payload/Logo/Logo.js +1 -0
- package/dist/client/Payload/Logo/Logo.mjs +1 -0
- package/dist/client/Payload/Media/ImageMedia/index.d.ts +3 -0
- package/dist/client/Payload/Media/ImageMedia/index.js +2 -0
- package/dist/client/Payload/Media/ImageMedia/index.mjs +2 -0
- package/dist/client/Payload/Media/VideoMedia/index.d.ts +3 -0
- package/dist/client/Payload/Media/VideoMedia/index.js +2 -0
- package/dist/client/Payload/Media/VideoMedia/index.mjs +2 -0
- package/dist/client/Payload/Media/index.d.ts +3 -0
- package/dist/client/Payload/Media/index.js +1 -0
- package/dist/client/Payload/Media/index.mjs +1 -0
- package/dist/client/Payload/Media/types.d.ts +19 -0
- package/dist/client/Payload/Media/types.js +1 -0
- package/dist/client/Payload/PageRange/index.d.ts +12 -0
- package/dist/client/Payload/PageRange/index.js +1 -0
- package/dist/client/Payload/PageRange/index.mjs +1 -0
- package/dist/client/Payload/Pagination/index.d.ts +6 -0
- package/dist/client/Payload/Pagination/index.js +2 -0
- package/dist/client/Payload/Pagination/index.mjs +2 -0
- package/dist/client/Payload/RichText/index.d.ts +9 -0
- package/dist/client/Payload/RichText/index.js +1 -0
- package/dist/client/Payload/RichText/index.mjs +1 -0
- package/dist/client/Payload/RichText/nodeFormat.d.ts +44 -0
- package/dist/client/Payload/RichText/nodeFormat.js +3 -0
- package/dist/client/Payload/RichText/nodeFormat.mjs +1 -0
- package/dist/client/Payload/RichText/serialize.d.ts +10 -0
- package/dist/client/Payload/RichText/serialize.js +1 -0
- package/dist/client/Payload/RichText/serialize.mjs +1 -0
- package/dist/client/ui/alert.stories.js +1 -1
- package/dist/client/ui/alert.stories.mjs +1 -1
- package/dist/client/ui/badge.d.ts +1 -1
- package/dist/client/ui/button.d.ts +1 -1
- package/dist/client/ui/command.d.ts +13 -13
- package/dist/client/ui/index.mjs +1 -1
- package/dist/client/ui/pagination.mjs +1 -1
- package/dist/client/ui/sheet.d.ts +1 -1
- package/dist/globals.css +1 -1
- package/dist/payload-types.d.ts +2225 -0
- package/dist/payload-types.js +1 -0
- package/dist/server/bars/index.mjs +1 -1
- package/dist/server/dots/index.mjs +1 -1
- package/dist/server/index.mjs +1 -1
- package/dist/utils/canUseDOM.d.ts +2 -0
- package/dist/utils/canUseDOM.js +1 -0
- package/dist/utils/canUseDOM.mjs +1 -0
- package/dist/utils/getURL.d.ts +2 -0
- package/dist/utils/getURL.js +1 -0
- package/dist/utils/getURL.mjs +1 -0
- package/dist/utils/useClickableCard.d.ts +16 -0
- package/dist/utils/useClickableCard.js +2 -0
- package/dist/utils/useClickableCard.mjs +2 -0
- package/package.json +3 -1
|
@@ -0,0 +1,2225 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by Payload.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify your source Payload config,
|
|
4
|
+
* and re-run `payload generate:types` to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
export interface Config {
|
|
7
|
+
auth: {
|
|
8
|
+
users: UserAuthOperations;
|
|
9
|
+
};
|
|
10
|
+
collections: {
|
|
11
|
+
pages: Page;
|
|
12
|
+
posts: Post;
|
|
13
|
+
media: Media;
|
|
14
|
+
'media-profiles': MediaProfile;
|
|
15
|
+
'media-brand-images': MediaBrandImage;
|
|
16
|
+
categories: Category;
|
|
17
|
+
customers: Customer;
|
|
18
|
+
events: Event;
|
|
19
|
+
propositions: Proposition;
|
|
20
|
+
'case-studies': CaseStudy;
|
|
21
|
+
users: User;
|
|
22
|
+
redirects: Redirect;
|
|
23
|
+
forms: Form;
|
|
24
|
+
'form-submissions': FormSubmission;
|
|
25
|
+
search: Search;
|
|
26
|
+
'payload-jobs': PayloadJob;
|
|
27
|
+
'payload-locked-documents': PayloadLockedDocument;
|
|
28
|
+
'payload-preferences': PayloadPreference;
|
|
29
|
+
'payload-migrations': PayloadMigration;
|
|
30
|
+
};
|
|
31
|
+
collectionsJoins: {};
|
|
32
|
+
collectionsSelect: {
|
|
33
|
+
pages: PagesSelect<false> | PagesSelect<true>;
|
|
34
|
+
posts: PostsSelect<false> | PostsSelect<true>;
|
|
35
|
+
media: MediaSelect<false> | MediaSelect<true>;
|
|
36
|
+
'media-profiles': MediaProfilesSelect<false> | MediaProfilesSelect<true>;
|
|
37
|
+
'media-brand-images': MediaBrandImagesSelect<false> | MediaBrandImagesSelect<true>;
|
|
38
|
+
categories: CategoriesSelect<false> | CategoriesSelect<true>;
|
|
39
|
+
customers: CustomersSelect<false> | CustomersSelect<true>;
|
|
40
|
+
events: EventsSelect<false> | EventsSelect<true>;
|
|
41
|
+
propositions: PropositionsSelect<false> | PropositionsSelect<true>;
|
|
42
|
+
'case-studies': CaseStudiesSelect<false> | CaseStudiesSelect<true>;
|
|
43
|
+
users: UsersSelect<false> | UsersSelect<true>;
|
|
44
|
+
redirects: RedirectsSelect<false> | RedirectsSelect<true>;
|
|
45
|
+
forms: FormsSelect<false> | FormsSelect<true>;
|
|
46
|
+
'form-submissions': FormSubmissionsSelect<false> | FormSubmissionsSelect<true>;
|
|
47
|
+
search: SearchSelect<false> | SearchSelect<true>;
|
|
48
|
+
'payload-jobs': PayloadJobsSelect<false> | PayloadJobsSelect<true>;
|
|
49
|
+
'payload-locked-documents': PayloadLockedDocumentsSelect<false> | PayloadLockedDocumentsSelect<true>;
|
|
50
|
+
'payload-preferences': PayloadPreferencesSelect<false> | PayloadPreferencesSelect<true>;
|
|
51
|
+
'payload-migrations': PayloadMigrationsSelect<false> | PayloadMigrationsSelect<true>;
|
|
52
|
+
};
|
|
53
|
+
db: {
|
|
54
|
+
defaultIDType: number;
|
|
55
|
+
};
|
|
56
|
+
globals: {
|
|
57
|
+
header: Header;
|
|
58
|
+
footer: Footer;
|
|
59
|
+
'message-of-the-day': MessageOfTheDay;
|
|
60
|
+
website: Website;
|
|
61
|
+
};
|
|
62
|
+
globalsSelect: {
|
|
63
|
+
header: HeaderSelect<false> | HeaderSelect<true>;
|
|
64
|
+
footer: FooterSelect<false> | FooterSelect<true>;
|
|
65
|
+
'message-of-the-day': MessageOfTheDaySelect<false> | MessageOfTheDaySelect<true>;
|
|
66
|
+
website: WebsiteSelect<false> | WebsiteSelect<true>;
|
|
67
|
+
};
|
|
68
|
+
locale: null;
|
|
69
|
+
user: User & {
|
|
70
|
+
collection: 'users';
|
|
71
|
+
};
|
|
72
|
+
jobs: {
|
|
73
|
+
tasks: unknown;
|
|
74
|
+
workflows: {
|
|
75
|
+
updateEvents: WorkflowUpdateEvents;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
export interface UserAuthOperations {
|
|
80
|
+
forgotPassword: {
|
|
81
|
+
email: string;
|
|
82
|
+
password: string;
|
|
83
|
+
};
|
|
84
|
+
login: {
|
|
85
|
+
email: string;
|
|
86
|
+
password: string;
|
|
87
|
+
};
|
|
88
|
+
registerFirstUser: {
|
|
89
|
+
email: string;
|
|
90
|
+
password: string;
|
|
91
|
+
};
|
|
92
|
+
unlock: {
|
|
93
|
+
email: string;
|
|
94
|
+
password: string;
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
99
|
+
* via the `definition` "pages".
|
|
100
|
+
*/
|
|
101
|
+
export interface Page {
|
|
102
|
+
id: number;
|
|
103
|
+
title: string;
|
|
104
|
+
hero: {
|
|
105
|
+
type: 'none' | 'highImpact' | 'mediumImpact' | 'lowImpact';
|
|
106
|
+
richText?: {
|
|
107
|
+
root: {
|
|
108
|
+
type: string;
|
|
109
|
+
children: {
|
|
110
|
+
type: string;
|
|
111
|
+
version: number;
|
|
112
|
+
[k: string]: unknown;
|
|
113
|
+
}[];
|
|
114
|
+
direction: ('ltr' | 'rtl') | null;
|
|
115
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
116
|
+
indent: number;
|
|
117
|
+
version: number;
|
|
118
|
+
};
|
|
119
|
+
[k: string]: unknown;
|
|
120
|
+
} | null;
|
|
121
|
+
links?: {
|
|
122
|
+
link: {
|
|
123
|
+
type?: ('reference' | 'custom') | null;
|
|
124
|
+
newTab?: boolean | null;
|
|
125
|
+
reference?: {
|
|
126
|
+
relationTo: 'pages';
|
|
127
|
+
value: number | Page;
|
|
128
|
+
} | null;
|
|
129
|
+
url?: string | null;
|
|
130
|
+
label: string;
|
|
131
|
+
/**
|
|
132
|
+
* Choose how the link should be rendered.
|
|
133
|
+
*/
|
|
134
|
+
appearance?: ('default' | 'outline') | null;
|
|
135
|
+
};
|
|
136
|
+
id?: string | null;
|
|
137
|
+
}[] | null;
|
|
138
|
+
media?: (number | null) | Media;
|
|
139
|
+
};
|
|
140
|
+
layout: (CallToActionBlock | ContentBlock | MediaBlock | ImageBlock | ArchiveBlock | FormBlock | FeaturesBlock)[];
|
|
141
|
+
meta?: {
|
|
142
|
+
title?: string | null;
|
|
143
|
+
/**
|
|
144
|
+
* Maximum upload file size: 12MB. Recommended file size for images is <500KB.
|
|
145
|
+
*/
|
|
146
|
+
image?: (number | null) | MediaBrandImage;
|
|
147
|
+
description?: string | null;
|
|
148
|
+
};
|
|
149
|
+
publishedAt?: string | null;
|
|
150
|
+
relatedDocument?: {
|
|
151
|
+
relationTo: 'propositions';
|
|
152
|
+
value: number | Proposition;
|
|
153
|
+
} | null;
|
|
154
|
+
/**
|
|
155
|
+
* Publish this page to the public website
|
|
156
|
+
*/
|
|
157
|
+
publishedToWebsite?: boolean | null;
|
|
158
|
+
slug?: string | null;
|
|
159
|
+
slugLock?: boolean | null;
|
|
160
|
+
parent?: (number | null) | Page;
|
|
161
|
+
breadcrumbs?: {
|
|
162
|
+
doc?: (number | null) | Page;
|
|
163
|
+
url?: string | null;
|
|
164
|
+
label?: string | null;
|
|
165
|
+
id?: string | null;
|
|
166
|
+
}[] | null;
|
|
167
|
+
updatedAt: string;
|
|
168
|
+
createdAt: string;
|
|
169
|
+
_status?: ('draft' | 'published') | null;
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
173
|
+
* via the `definition` "media".
|
|
174
|
+
*/
|
|
175
|
+
export interface Media {
|
|
176
|
+
id: number;
|
|
177
|
+
alt?: string | null;
|
|
178
|
+
caption?: {
|
|
179
|
+
root: {
|
|
180
|
+
type: string;
|
|
181
|
+
children: {
|
|
182
|
+
type: string;
|
|
183
|
+
version: number;
|
|
184
|
+
[k: string]: unknown;
|
|
185
|
+
}[];
|
|
186
|
+
direction: ('ltr' | 'rtl') | null;
|
|
187
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
188
|
+
indent: number;
|
|
189
|
+
version: number;
|
|
190
|
+
};
|
|
191
|
+
[k: string]: unknown;
|
|
192
|
+
} | null;
|
|
193
|
+
updatedAt: string;
|
|
194
|
+
createdAt: string;
|
|
195
|
+
url?: string | null;
|
|
196
|
+
thumbnailURL?: string | null;
|
|
197
|
+
filename?: string | null;
|
|
198
|
+
mimeType?: string | null;
|
|
199
|
+
filesize?: number | null;
|
|
200
|
+
width?: number | null;
|
|
201
|
+
height?: number | null;
|
|
202
|
+
focalX?: number | null;
|
|
203
|
+
focalY?: number | null;
|
|
204
|
+
sizes?: {
|
|
205
|
+
thumbnail?: {
|
|
206
|
+
url?: string | null;
|
|
207
|
+
width?: number | null;
|
|
208
|
+
height?: number | null;
|
|
209
|
+
mimeType?: string | null;
|
|
210
|
+
filesize?: number | null;
|
|
211
|
+
filename?: string | null;
|
|
212
|
+
};
|
|
213
|
+
square?: {
|
|
214
|
+
url?: string | null;
|
|
215
|
+
width?: number | null;
|
|
216
|
+
height?: number | null;
|
|
217
|
+
mimeType?: string | null;
|
|
218
|
+
filesize?: number | null;
|
|
219
|
+
filename?: string | null;
|
|
220
|
+
};
|
|
221
|
+
small?: {
|
|
222
|
+
url?: string | null;
|
|
223
|
+
width?: number | null;
|
|
224
|
+
height?: number | null;
|
|
225
|
+
mimeType?: string | null;
|
|
226
|
+
filesize?: number | null;
|
|
227
|
+
filename?: string | null;
|
|
228
|
+
};
|
|
229
|
+
medium?: {
|
|
230
|
+
url?: string | null;
|
|
231
|
+
width?: number | null;
|
|
232
|
+
height?: number | null;
|
|
233
|
+
mimeType?: string | null;
|
|
234
|
+
filesize?: number | null;
|
|
235
|
+
filename?: string | null;
|
|
236
|
+
};
|
|
237
|
+
large?: {
|
|
238
|
+
url?: string | null;
|
|
239
|
+
width?: number | null;
|
|
240
|
+
height?: number | null;
|
|
241
|
+
mimeType?: string | null;
|
|
242
|
+
filesize?: number | null;
|
|
243
|
+
filename?: string | null;
|
|
244
|
+
};
|
|
245
|
+
xlarge?: {
|
|
246
|
+
url?: string | null;
|
|
247
|
+
width?: number | null;
|
|
248
|
+
height?: number | null;
|
|
249
|
+
mimeType?: string | null;
|
|
250
|
+
filesize?: number | null;
|
|
251
|
+
filename?: string | null;
|
|
252
|
+
};
|
|
253
|
+
};
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
257
|
+
* via the `definition` "CallToActionBlock".
|
|
258
|
+
*/
|
|
259
|
+
export interface CallToActionBlock {
|
|
260
|
+
richText?: {
|
|
261
|
+
root: {
|
|
262
|
+
type: string;
|
|
263
|
+
children: {
|
|
264
|
+
type: string;
|
|
265
|
+
version: number;
|
|
266
|
+
[k: string]: unknown;
|
|
267
|
+
}[];
|
|
268
|
+
direction: ('ltr' | 'rtl') | null;
|
|
269
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
270
|
+
indent: number;
|
|
271
|
+
version: number;
|
|
272
|
+
};
|
|
273
|
+
[k: string]: unknown;
|
|
274
|
+
} | null;
|
|
275
|
+
links?: {
|
|
276
|
+
link: {
|
|
277
|
+
type?: ('reference' | 'custom') | null;
|
|
278
|
+
newTab?: boolean | null;
|
|
279
|
+
reference?: {
|
|
280
|
+
relationTo: 'pages';
|
|
281
|
+
value: number | Page;
|
|
282
|
+
} | null;
|
|
283
|
+
url?: string | null;
|
|
284
|
+
label: string;
|
|
285
|
+
/**
|
|
286
|
+
* Choose how the link should be rendered.
|
|
287
|
+
*/
|
|
288
|
+
appearance?: ('default' | 'outline') | null;
|
|
289
|
+
};
|
|
290
|
+
id?: string | null;
|
|
291
|
+
}[] | null;
|
|
292
|
+
id?: string | null;
|
|
293
|
+
blockName?: string | null;
|
|
294
|
+
blockType: 'cta';
|
|
295
|
+
}
|
|
296
|
+
/**
|
|
297
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
298
|
+
* via the `definition` "ContentBlock".
|
|
299
|
+
*/
|
|
300
|
+
export interface ContentBlock {
|
|
301
|
+
columns?: {
|
|
302
|
+
size?: ('oneThird' | 'half' | 'twoThirds' | 'full') | null;
|
|
303
|
+
richText?: {
|
|
304
|
+
root: {
|
|
305
|
+
type: string;
|
|
306
|
+
children: {
|
|
307
|
+
type: string;
|
|
308
|
+
version: number;
|
|
309
|
+
[k: string]: unknown;
|
|
310
|
+
}[];
|
|
311
|
+
direction: ('ltr' | 'rtl') | null;
|
|
312
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
313
|
+
indent: number;
|
|
314
|
+
version: number;
|
|
315
|
+
};
|
|
316
|
+
[k: string]: unknown;
|
|
317
|
+
} | null;
|
|
318
|
+
enableLink?: boolean | null;
|
|
319
|
+
link?: {
|
|
320
|
+
type?: ('reference' | 'custom') | null;
|
|
321
|
+
newTab?: boolean | null;
|
|
322
|
+
reference?: {
|
|
323
|
+
relationTo: 'pages';
|
|
324
|
+
value: number | Page;
|
|
325
|
+
} | null;
|
|
326
|
+
url?: string | null;
|
|
327
|
+
label: string;
|
|
328
|
+
/**
|
|
329
|
+
* Choose how the link should be rendered.
|
|
330
|
+
*/
|
|
331
|
+
appearance?: ('default' | 'outline') | null;
|
|
332
|
+
};
|
|
333
|
+
id?: string | null;
|
|
334
|
+
}[] | null;
|
|
335
|
+
id?: string | null;
|
|
336
|
+
blockName?: string | null;
|
|
337
|
+
blockType: 'content';
|
|
338
|
+
}
|
|
339
|
+
/**
|
|
340
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
341
|
+
* via the `definition` "MediaBlock".
|
|
342
|
+
*/
|
|
343
|
+
export interface MediaBlock {
|
|
344
|
+
media: number | MediaBrandImage;
|
|
345
|
+
id?: string | null;
|
|
346
|
+
blockName?: string | null;
|
|
347
|
+
blockType: 'mediaBlock';
|
|
348
|
+
}
|
|
349
|
+
/**
|
|
350
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
351
|
+
* via the `definition` "media-brand-images".
|
|
352
|
+
*/
|
|
353
|
+
export interface MediaBrandImage {
|
|
354
|
+
id: number;
|
|
355
|
+
alt?: string | null;
|
|
356
|
+
prefix?: string | null;
|
|
357
|
+
updatedAt: string;
|
|
358
|
+
createdAt: string;
|
|
359
|
+
url?: string | null;
|
|
360
|
+
thumbnailURL?: string | null;
|
|
361
|
+
filename?: string | null;
|
|
362
|
+
mimeType?: string | null;
|
|
363
|
+
filesize?: number | null;
|
|
364
|
+
width?: number | null;
|
|
365
|
+
height?: number | null;
|
|
366
|
+
focalX?: number | null;
|
|
367
|
+
focalY?: number | null;
|
|
368
|
+
sizes?: {
|
|
369
|
+
thumbnail?: {
|
|
370
|
+
url?: string | null;
|
|
371
|
+
width?: number | null;
|
|
372
|
+
height?: number | null;
|
|
373
|
+
mimeType?: string | null;
|
|
374
|
+
filesize?: number | null;
|
|
375
|
+
filename?: string | null;
|
|
376
|
+
};
|
|
377
|
+
square?: {
|
|
378
|
+
url?: string | null;
|
|
379
|
+
width?: number | null;
|
|
380
|
+
height?: number | null;
|
|
381
|
+
mimeType?: string | null;
|
|
382
|
+
filesize?: number | null;
|
|
383
|
+
filename?: string | null;
|
|
384
|
+
};
|
|
385
|
+
small?: {
|
|
386
|
+
url?: string | null;
|
|
387
|
+
width?: number | null;
|
|
388
|
+
height?: number | null;
|
|
389
|
+
mimeType?: string | null;
|
|
390
|
+
filesize?: number | null;
|
|
391
|
+
filename?: string | null;
|
|
392
|
+
};
|
|
393
|
+
medium?: {
|
|
394
|
+
url?: string | null;
|
|
395
|
+
width?: number | null;
|
|
396
|
+
height?: number | null;
|
|
397
|
+
mimeType?: string | null;
|
|
398
|
+
filesize?: number | null;
|
|
399
|
+
filename?: string | null;
|
|
400
|
+
};
|
|
401
|
+
large?: {
|
|
402
|
+
url?: string | null;
|
|
403
|
+
width?: number | null;
|
|
404
|
+
height?: number | null;
|
|
405
|
+
mimeType?: string | null;
|
|
406
|
+
filesize?: number | null;
|
|
407
|
+
filename?: string | null;
|
|
408
|
+
};
|
|
409
|
+
xlarge?: {
|
|
410
|
+
url?: string | null;
|
|
411
|
+
width?: number | null;
|
|
412
|
+
height?: number | null;
|
|
413
|
+
mimeType?: string | null;
|
|
414
|
+
filesize?: number | null;
|
|
415
|
+
filename?: string | null;
|
|
416
|
+
};
|
|
417
|
+
};
|
|
418
|
+
}
|
|
419
|
+
/**
|
|
420
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
421
|
+
* via the `definition` "ImageBlock".
|
|
422
|
+
*/
|
|
423
|
+
export interface ImageBlock {
|
|
424
|
+
media: number | Media;
|
|
425
|
+
id?: string | null;
|
|
426
|
+
blockName?: string | null;
|
|
427
|
+
blockType: 'imageBlock';
|
|
428
|
+
}
|
|
429
|
+
/**
|
|
430
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
431
|
+
* via the `definition` "ArchiveBlock".
|
|
432
|
+
*/
|
|
433
|
+
export interface ArchiveBlock {
|
|
434
|
+
introContent?: {
|
|
435
|
+
root: {
|
|
436
|
+
type: string;
|
|
437
|
+
children: {
|
|
438
|
+
type: string;
|
|
439
|
+
version: number;
|
|
440
|
+
[k: string]: unknown;
|
|
441
|
+
}[];
|
|
442
|
+
direction: ('ltr' | 'rtl') | null;
|
|
443
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
444
|
+
indent: number;
|
|
445
|
+
version: number;
|
|
446
|
+
};
|
|
447
|
+
[k: string]: unknown;
|
|
448
|
+
} | null;
|
|
449
|
+
populateBy?: ('collection' | 'selection') | null;
|
|
450
|
+
relationTo?: 'posts' | null;
|
|
451
|
+
categories?: (number | Category)[] | null;
|
|
452
|
+
limit?: number | null;
|
|
453
|
+
selectedDocs?: {
|
|
454
|
+
relationTo: 'posts';
|
|
455
|
+
value: number | Post;
|
|
456
|
+
}[] | null;
|
|
457
|
+
id?: string | null;
|
|
458
|
+
blockName?: string | null;
|
|
459
|
+
blockType: 'archive';
|
|
460
|
+
}
|
|
461
|
+
/**
|
|
462
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
463
|
+
* via the `definition` "categories".
|
|
464
|
+
*/
|
|
465
|
+
export interface Category {
|
|
466
|
+
id: number;
|
|
467
|
+
title: string;
|
|
468
|
+
parent?: (number | null) | Category;
|
|
469
|
+
breadcrumbs?: {
|
|
470
|
+
doc?: (number | null) | Category;
|
|
471
|
+
url?: string | null;
|
|
472
|
+
label?: string | null;
|
|
473
|
+
id?: string | null;
|
|
474
|
+
}[] | null;
|
|
475
|
+
updatedAt: string;
|
|
476
|
+
createdAt: string;
|
|
477
|
+
}
|
|
478
|
+
/**
|
|
479
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
480
|
+
* via the `definition` "posts".
|
|
481
|
+
*/
|
|
482
|
+
export interface Post {
|
|
483
|
+
id: number;
|
|
484
|
+
title: string;
|
|
485
|
+
content: {
|
|
486
|
+
root: {
|
|
487
|
+
type: string;
|
|
488
|
+
children: {
|
|
489
|
+
type: string;
|
|
490
|
+
version: number;
|
|
491
|
+
[k: string]: unknown;
|
|
492
|
+
}[];
|
|
493
|
+
direction: ('ltr' | 'rtl') | null;
|
|
494
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
495
|
+
indent: number;
|
|
496
|
+
version: number;
|
|
497
|
+
};
|
|
498
|
+
[k: string]: unknown;
|
|
499
|
+
};
|
|
500
|
+
relatedPosts?: (number | Post)[] | null;
|
|
501
|
+
categories?: (number | Category)[] | null;
|
|
502
|
+
meta?: {
|
|
503
|
+
title?: string | null;
|
|
504
|
+
/**
|
|
505
|
+
* Maximum upload file size: 12MB. Recommended file size for images is <500KB.
|
|
506
|
+
*/
|
|
507
|
+
image?: (number | null) | Media;
|
|
508
|
+
description?: string | null;
|
|
509
|
+
};
|
|
510
|
+
publishedAt?: string | null;
|
|
511
|
+
authors?: (number | User)[] | null;
|
|
512
|
+
populatedAuthors?: {
|
|
513
|
+
id?: string | null;
|
|
514
|
+
name?: string | null;
|
|
515
|
+
}[] | null;
|
|
516
|
+
/**
|
|
517
|
+
* Publish this page to the public website
|
|
518
|
+
*/
|
|
519
|
+
publishedToWebsite?: boolean | null;
|
|
520
|
+
slug?: string | null;
|
|
521
|
+
slugLock?: boolean | null;
|
|
522
|
+
updatedAt: string;
|
|
523
|
+
createdAt: string;
|
|
524
|
+
_status?: ('draft' | 'published') | null;
|
|
525
|
+
}
|
|
526
|
+
/**
|
|
527
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
528
|
+
* via the `definition` "users".
|
|
529
|
+
*/
|
|
530
|
+
export interface User {
|
|
531
|
+
id: number;
|
|
532
|
+
name?: string | null;
|
|
533
|
+
jobRole?: ('C1' | 'C2' | 'C3' | 'SC1' | 'SC2' | 'M' | 'SM' | 'P') | null;
|
|
534
|
+
profilePicture?: (number | null) | MediaProfile;
|
|
535
|
+
workHistory?: {
|
|
536
|
+
company: string;
|
|
537
|
+
position: string;
|
|
538
|
+
startDate: string;
|
|
539
|
+
endDate?: string | null;
|
|
540
|
+
description?: string | null;
|
|
541
|
+
id?: string | null;
|
|
542
|
+
}[] | null;
|
|
543
|
+
certifications?: {
|
|
544
|
+
name: string;
|
|
545
|
+
issuer?: string | null;
|
|
546
|
+
dateObtained?: string | null;
|
|
547
|
+
expirationDate?: string | null;
|
|
548
|
+
id?: string | null;
|
|
549
|
+
}[] | null;
|
|
550
|
+
areasOfExpertise?: {
|
|
551
|
+
area: string;
|
|
552
|
+
description?: string | null;
|
|
553
|
+
id?: string | null;
|
|
554
|
+
}[] | null;
|
|
555
|
+
dateOfBirth?: string | null;
|
|
556
|
+
joinDate?: string | null;
|
|
557
|
+
role: 'admin' | 'user';
|
|
558
|
+
sub?: string | null;
|
|
559
|
+
updatedAt: string;
|
|
560
|
+
createdAt: string;
|
|
561
|
+
enableAPIKey?: boolean | null;
|
|
562
|
+
apiKey?: string | null;
|
|
563
|
+
apiKeyIndex?: string | null;
|
|
564
|
+
email: string;
|
|
565
|
+
resetPasswordToken?: string | null;
|
|
566
|
+
resetPasswordExpiration?: string | null;
|
|
567
|
+
salt?: string | null;
|
|
568
|
+
hash?: string | null;
|
|
569
|
+
loginAttempts?: number | null;
|
|
570
|
+
lockUntil?: string | null;
|
|
571
|
+
password?: string | null;
|
|
572
|
+
}
|
|
573
|
+
/**
|
|
574
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
575
|
+
* via the `definition` "media-profiles".
|
|
576
|
+
*/
|
|
577
|
+
export interface MediaProfile {
|
|
578
|
+
id: number;
|
|
579
|
+
name: string;
|
|
580
|
+
prefix?: string | null;
|
|
581
|
+
updatedAt: string;
|
|
582
|
+
createdAt: string;
|
|
583
|
+
url?: string | null;
|
|
584
|
+
thumbnailURL?: string | null;
|
|
585
|
+
filename?: string | null;
|
|
586
|
+
mimeType?: string | null;
|
|
587
|
+
filesize?: number | null;
|
|
588
|
+
width?: number | null;
|
|
589
|
+
height?: number | null;
|
|
590
|
+
focalX?: number | null;
|
|
591
|
+
focalY?: number | null;
|
|
592
|
+
sizes?: {
|
|
593
|
+
thumbnail?: {
|
|
594
|
+
url?: string | null;
|
|
595
|
+
width?: number | null;
|
|
596
|
+
height?: number | null;
|
|
597
|
+
mimeType?: string | null;
|
|
598
|
+
filesize?: number | null;
|
|
599
|
+
filename?: string | null;
|
|
600
|
+
};
|
|
601
|
+
square?: {
|
|
602
|
+
url?: string | null;
|
|
603
|
+
width?: number | null;
|
|
604
|
+
height?: number | null;
|
|
605
|
+
mimeType?: string | null;
|
|
606
|
+
filesize?: number | null;
|
|
607
|
+
filename?: string | null;
|
|
608
|
+
};
|
|
609
|
+
small?: {
|
|
610
|
+
url?: string | null;
|
|
611
|
+
width?: number | null;
|
|
612
|
+
height?: number | null;
|
|
613
|
+
mimeType?: string | null;
|
|
614
|
+
filesize?: number | null;
|
|
615
|
+
filename?: string | null;
|
|
616
|
+
};
|
|
617
|
+
medium?: {
|
|
618
|
+
url?: string | null;
|
|
619
|
+
width?: number | null;
|
|
620
|
+
height?: number | null;
|
|
621
|
+
mimeType?: string | null;
|
|
622
|
+
filesize?: number | null;
|
|
623
|
+
filename?: string | null;
|
|
624
|
+
};
|
|
625
|
+
};
|
|
626
|
+
}
|
|
627
|
+
/**
|
|
628
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
629
|
+
* via the `definition` "FormBlock".
|
|
630
|
+
*/
|
|
631
|
+
export interface FormBlock {
|
|
632
|
+
form: number | Form;
|
|
633
|
+
enableIntro?: boolean | null;
|
|
634
|
+
introContent?: {
|
|
635
|
+
root: {
|
|
636
|
+
type: string;
|
|
637
|
+
children: {
|
|
638
|
+
type: string;
|
|
639
|
+
version: number;
|
|
640
|
+
[k: string]: unknown;
|
|
641
|
+
}[];
|
|
642
|
+
direction: ('ltr' | 'rtl') | null;
|
|
643
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
644
|
+
indent: number;
|
|
645
|
+
version: number;
|
|
646
|
+
};
|
|
647
|
+
[k: string]: unknown;
|
|
648
|
+
} | null;
|
|
649
|
+
id?: string | null;
|
|
650
|
+
blockName?: string | null;
|
|
651
|
+
blockType: 'formBlock';
|
|
652
|
+
}
|
|
653
|
+
/**
|
|
654
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
655
|
+
* via the `definition` "forms".
|
|
656
|
+
*/
|
|
657
|
+
export interface Form {
|
|
658
|
+
id: number;
|
|
659
|
+
title: string;
|
|
660
|
+
fields?: ({
|
|
661
|
+
name: string;
|
|
662
|
+
label?: string | null;
|
|
663
|
+
width?: number | null;
|
|
664
|
+
required?: boolean | null;
|
|
665
|
+
defaultValue?: boolean | null;
|
|
666
|
+
id?: string | null;
|
|
667
|
+
blockName?: string | null;
|
|
668
|
+
blockType: 'checkbox';
|
|
669
|
+
} | {
|
|
670
|
+
name: string;
|
|
671
|
+
label?: string | null;
|
|
672
|
+
width?: number | null;
|
|
673
|
+
required?: boolean | null;
|
|
674
|
+
id?: string | null;
|
|
675
|
+
blockName?: string | null;
|
|
676
|
+
blockType: 'country';
|
|
677
|
+
} | {
|
|
678
|
+
name: string;
|
|
679
|
+
label?: string | null;
|
|
680
|
+
width?: number | null;
|
|
681
|
+
required?: boolean | null;
|
|
682
|
+
id?: string | null;
|
|
683
|
+
blockName?: string | null;
|
|
684
|
+
blockType: 'email';
|
|
685
|
+
} | {
|
|
686
|
+
message?: {
|
|
687
|
+
root: {
|
|
688
|
+
type: string;
|
|
689
|
+
children: {
|
|
690
|
+
type: string;
|
|
691
|
+
version: number;
|
|
692
|
+
[k: string]: unknown;
|
|
693
|
+
}[];
|
|
694
|
+
direction: ('ltr' | 'rtl') | null;
|
|
695
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
696
|
+
indent: number;
|
|
697
|
+
version: number;
|
|
698
|
+
};
|
|
699
|
+
[k: string]: unknown;
|
|
700
|
+
} | null;
|
|
701
|
+
id?: string | null;
|
|
702
|
+
blockName?: string | null;
|
|
703
|
+
blockType: 'message';
|
|
704
|
+
} | {
|
|
705
|
+
name: string;
|
|
706
|
+
label?: string | null;
|
|
707
|
+
width?: number | null;
|
|
708
|
+
defaultValue?: number | null;
|
|
709
|
+
required?: boolean | null;
|
|
710
|
+
id?: string | null;
|
|
711
|
+
blockName?: string | null;
|
|
712
|
+
blockType: 'number';
|
|
713
|
+
} | {
|
|
714
|
+
name: string;
|
|
715
|
+
label?: string | null;
|
|
716
|
+
width?: number | null;
|
|
717
|
+
defaultValue?: string | null;
|
|
718
|
+
options?: {
|
|
719
|
+
label: string;
|
|
720
|
+
value: string;
|
|
721
|
+
id?: string | null;
|
|
722
|
+
}[] | null;
|
|
723
|
+
required?: boolean | null;
|
|
724
|
+
id?: string | null;
|
|
725
|
+
blockName?: string | null;
|
|
726
|
+
blockType: 'select';
|
|
727
|
+
} | {
|
|
728
|
+
name: string;
|
|
729
|
+
label?: string | null;
|
|
730
|
+
width?: number | null;
|
|
731
|
+
required?: boolean | null;
|
|
732
|
+
id?: string | null;
|
|
733
|
+
blockName?: string | null;
|
|
734
|
+
blockType: 'state';
|
|
735
|
+
} | {
|
|
736
|
+
name: string;
|
|
737
|
+
label?: string | null;
|
|
738
|
+
width?: number | null;
|
|
739
|
+
defaultValue?: string | null;
|
|
740
|
+
required?: boolean | null;
|
|
741
|
+
id?: string | null;
|
|
742
|
+
blockName?: string | null;
|
|
743
|
+
blockType: 'text';
|
|
744
|
+
} | {
|
|
745
|
+
name: string;
|
|
746
|
+
label?: string | null;
|
|
747
|
+
width?: number | null;
|
|
748
|
+
defaultValue?: string | null;
|
|
749
|
+
required?: boolean | null;
|
|
750
|
+
id?: string | null;
|
|
751
|
+
blockName?: string | null;
|
|
752
|
+
blockType: 'textarea';
|
|
753
|
+
})[] | null;
|
|
754
|
+
submitButtonLabel?: string | null;
|
|
755
|
+
/**
|
|
756
|
+
* Choose whether to display an on-page message or redirect to a different page after they submit the form.
|
|
757
|
+
*/
|
|
758
|
+
confirmationType?: ('message' | 'redirect') | null;
|
|
759
|
+
confirmationMessage?: {
|
|
760
|
+
root: {
|
|
761
|
+
type: string;
|
|
762
|
+
children: {
|
|
763
|
+
type: string;
|
|
764
|
+
version: number;
|
|
765
|
+
[k: string]: unknown;
|
|
766
|
+
}[];
|
|
767
|
+
direction: ('ltr' | 'rtl') | null;
|
|
768
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
769
|
+
indent: number;
|
|
770
|
+
version: number;
|
|
771
|
+
};
|
|
772
|
+
[k: string]: unknown;
|
|
773
|
+
} | null;
|
|
774
|
+
redirect?: {
|
|
775
|
+
url: string;
|
|
776
|
+
};
|
|
777
|
+
/**
|
|
778
|
+
* Send custom emails when the form submits. Use comma separated lists to send the same email to multiple recipients. To reference a value from this form, wrap that field's name with double curly brackets, i.e. {{firstName}}. You can use a wildcard {{*}} to output all data and {{*:table}} to format it as an HTML table in the email.
|
|
779
|
+
*/
|
|
780
|
+
emails?: {
|
|
781
|
+
emailTo?: string | null;
|
|
782
|
+
cc?: string | null;
|
|
783
|
+
bcc?: string | null;
|
|
784
|
+
replyTo?: string | null;
|
|
785
|
+
emailFrom?: string | null;
|
|
786
|
+
subject: string;
|
|
787
|
+
/**
|
|
788
|
+
* Enter the message that should be sent in this email.
|
|
789
|
+
*/
|
|
790
|
+
message?: {
|
|
791
|
+
root: {
|
|
792
|
+
type: string;
|
|
793
|
+
children: {
|
|
794
|
+
type: string;
|
|
795
|
+
version: number;
|
|
796
|
+
[k: string]: unknown;
|
|
797
|
+
}[];
|
|
798
|
+
direction: ('ltr' | 'rtl') | null;
|
|
799
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
800
|
+
indent: number;
|
|
801
|
+
version: number;
|
|
802
|
+
};
|
|
803
|
+
[k: string]: unknown;
|
|
804
|
+
} | null;
|
|
805
|
+
id?: string | null;
|
|
806
|
+
}[] | null;
|
|
807
|
+
updatedAt: string;
|
|
808
|
+
createdAt: string;
|
|
809
|
+
}
|
|
810
|
+
/**
|
|
811
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
812
|
+
* via the `definition` "FeaturesBlock".
|
|
813
|
+
*/
|
|
814
|
+
export interface FeaturesBlock {
|
|
815
|
+
title: string;
|
|
816
|
+
description?: {
|
|
817
|
+
root: {
|
|
818
|
+
type: string;
|
|
819
|
+
children: {
|
|
820
|
+
type: string;
|
|
821
|
+
version: number;
|
|
822
|
+
[k: string]: unknown;
|
|
823
|
+
}[];
|
|
824
|
+
direction: ('ltr' | 'rtl') | null;
|
|
825
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
826
|
+
indent: number;
|
|
827
|
+
version: number;
|
|
828
|
+
};
|
|
829
|
+
[k: string]: unknown;
|
|
830
|
+
} | null;
|
|
831
|
+
features?: {
|
|
832
|
+
title: string;
|
|
833
|
+
link: {
|
|
834
|
+
type?: ('reference' | 'custom') | null;
|
|
835
|
+
newTab?: boolean | null;
|
|
836
|
+
reference?: {
|
|
837
|
+
relationTo: 'pages';
|
|
838
|
+
value: number | Page;
|
|
839
|
+
} | null;
|
|
840
|
+
url?: string | null;
|
|
841
|
+
label: string;
|
|
842
|
+
};
|
|
843
|
+
icon: {
|
|
844
|
+
type: 'fa-kit' | 'fa-light' | 'fa-thin' | 'fa-brands';
|
|
845
|
+
icon: string;
|
|
846
|
+
};
|
|
847
|
+
content: {
|
|
848
|
+
root: {
|
|
849
|
+
type: string;
|
|
850
|
+
children: {
|
|
851
|
+
type: string;
|
|
852
|
+
version: number;
|
|
853
|
+
[k: string]: unknown;
|
|
854
|
+
}[];
|
|
855
|
+
direction: ('ltr' | 'rtl') | null;
|
|
856
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
857
|
+
indent: number;
|
|
858
|
+
version: number;
|
|
859
|
+
};
|
|
860
|
+
[k: string]: unknown;
|
|
861
|
+
};
|
|
862
|
+
id?: string | null;
|
|
863
|
+
}[] | null;
|
|
864
|
+
id?: string | null;
|
|
865
|
+
blockName?: string | null;
|
|
866
|
+
blockType: 'features';
|
|
867
|
+
}
|
|
868
|
+
/**
|
|
869
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
870
|
+
* via the `definition` "propositions".
|
|
871
|
+
*/
|
|
872
|
+
export interface Proposition {
|
|
873
|
+
id: number;
|
|
874
|
+
name: string;
|
|
875
|
+
intro?: string | null;
|
|
876
|
+
logo?: (number | null) | Media;
|
|
877
|
+
leads?: (number | User)[] | null;
|
|
878
|
+
members?: (number | User)[] | null;
|
|
879
|
+
populatedLeads?: {
|
|
880
|
+
id?: string | null;
|
|
881
|
+
name?: string | null;
|
|
882
|
+
}[] | null;
|
|
883
|
+
populatedMembers?: {
|
|
884
|
+
id?: string | null;
|
|
885
|
+
name?: string | null;
|
|
886
|
+
}[] | null;
|
|
887
|
+
hero: {
|
|
888
|
+
type: 'none' | 'highImpact' | 'mediumImpact' | 'lowImpact';
|
|
889
|
+
richText?: {
|
|
890
|
+
root: {
|
|
891
|
+
type: string;
|
|
892
|
+
children: {
|
|
893
|
+
type: string;
|
|
894
|
+
version: number;
|
|
895
|
+
[k: string]: unknown;
|
|
896
|
+
}[];
|
|
897
|
+
direction: ('ltr' | 'rtl') | null;
|
|
898
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
899
|
+
indent: number;
|
|
900
|
+
version: number;
|
|
901
|
+
};
|
|
902
|
+
[k: string]: unknown;
|
|
903
|
+
} | null;
|
|
904
|
+
links?: {
|
|
905
|
+
link: {
|
|
906
|
+
type?: ('reference' | 'custom') | null;
|
|
907
|
+
newTab?: boolean | null;
|
|
908
|
+
reference?: {
|
|
909
|
+
relationTo: 'pages';
|
|
910
|
+
value: number | Page;
|
|
911
|
+
} | null;
|
|
912
|
+
url?: string | null;
|
|
913
|
+
label: string;
|
|
914
|
+
/**
|
|
915
|
+
* Choose how the link should be rendered.
|
|
916
|
+
*/
|
|
917
|
+
appearance?: ('default' | 'outline') | null;
|
|
918
|
+
};
|
|
919
|
+
id?: string | null;
|
|
920
|
+
}[] | null;
|
|
921
|
+
media?: (number | null) | Media;
|
|
922
|
+
};
|
|
923
|
+
layout?: (CallToActionBlock | ContentBlock | MediaBlock)[] | null;
|
|
924
|
+
publishedAt?: string | null;
|
|
925
|
+
slug?: string | null;
|
|
926
|
+
slugLock?: boolean | null;
|
|
927
|
+
parent?: (number | null) | Proposition;
|
|
928
|
+
breadcrumbs?: {
|
|
929
|
+
doc?: (number | null) | Proposition;
|
|
930
|
+
url?: string | null;
|
|
931
|
+
label?: string | null;
|
|
932
|
+
id?: string | null;
|
|
933
|
+
}[] | null;
|
|
934
|
+
updatedAt: string;
|
|
935
|
+
createdAt: string;
|
|
936
|
+
_status?: ('draft' | 'published') | null;
|
|
937
|
+
}
|
|
938
|
+
/**
|
|
939
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
940
|
+
* via the `definition` "customers".
|
|
941
|
+
*/
|
|
942
|
+
export interface Customer {
|
|
943
|
+
id: number;
|
|
944
|
+
name: string;
|
|
945
|
+
intro?: string | null;
|
|
946
|
+
active?: boolean | null;
|
|
947
|
+
icon?: (number | null) | Media;
|
|
948
|
+
updatedAt: string;
|
|
949
|
+
createdAt: string;
|
|
950
|
+
}
|
|
951
|
+
/**
|
|
952
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
953
|
+
* via the `definition` "events".
|
|
954
|
+
*/
|
|
955
|
+
export interface Event {
|
|
956
|
+
id: number;
|
|
957
|
+
title: string;
|
|
958
|
+
date: string;
|
|
959
|
+
description?: string | null;
|
|
960
|
+
eventType: 'birthday' | 'companyEvent' | 'workAnniversary' | 'other';
|
|
961
|
+
image?: (number | null) | Media;
|
|
962
|
+
recurrence?: {
|
|
963
|
+
interval?: number | null;
|
|
964
|
+
unit?: ('none' | 'days' | 'weeks' | 'months' | 'years') | null;
|
|
965
|
+
recurrenceEndDate?: string | null;
|
|
966
|
+
originalEventId?: string | null;
|
|
967
|
+
isRecurrenceInstance?: boolean | null;
|
|
968
|
+
};
|
|
969
|
+
updatedAt: string;
|
|
970
|
+
createdAt: string;
|
|
971
|
+
}
|
|
972
|
+
/**
|
|
973
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
974
|
+
* via the `definition` "case-studies".
|
|
975
|
+
*/
|
|
976
|
+
export interface CaseStudy {
|
|
977
|
+
id: number;
|
|
978
|
+
title: string;
|
|
979
|
+
customer?: (number | null) | Customer;
|
|
980
|
+
color?: string | null;
|
|
981
|
+
industry: 'technology' | 'finance' | 'healthcare' | 'retail';
|
|
982
|
+
metrics?: {
|
|
983
|
+
label: string;
|
|
984
|
+
value: string;
|
|
985
|
+
id?: string | null;
|
|
986
|
+
}[] | null;
|
|
987
|
+
quote?: string | null;
|
|
988
|
+
content: {
|
|
989
|
+
root: {
|
|
990
|
+
type: string;
|
|
991
|
+
children: {
|
|
992
|
+
type: string;
|
|
993
|
+
version: number;
|
|
994
|
+
[k: string]: unknown;
|
|
995
|
+
}[];
|
|
996
|
+
direction: ('ltr' | 'rtl') | null;
|
|
997
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
998
|
+
indent: number;
|
|
999
|
+
version: number;
|
|
1000
|
+
};
|
|
1001
|
+
[k: string]: unknown;
|
|
1002
|
+
};
|
|
1003
|
+
relatedPosts?: (number | Post)[] | null;
|
|
1004
|
+
categories?: (number | Category)[] | null;
|
|
1005
|
+
meta?: {
|
|
1006
|
+
title?: string | null;
|
|
1007
|
+
/**
|
|
1008
|
+
* Maximum upload file size: 12MB. Recommended file size for images is <500KB.
|
|
1009
|
+
*/
|
|
1010
|
+
image?: (number | null) | Media;
|
|
1011
|
+
description?: string | null;
|
|
1012
|
+
};
|
|
1013
|
+
publishedAt?: string | null;
|
|
1014
|
+
authors?: (number | User)[] | null;
|
|
1015
|
+
populatedAuthors?: {
|
|
1016
|
+
id?: string | null;
|
|
1017
|
+
name?: string | null;
|
|
1018
|
+
}[] | null;
|
|
1019
|
+
slug?: string | null;
|
|
1020
|
+
slugLock?: boolean | null;
|
|
1021
|
+
updatedAt: string;
|
|
1022
|
+
createdAt: string;
|
|
1023
|
+
_status?: ('draft' | 'published') | null;
|
|
1024
|
+
}
|
|
1025
|
+
/**
|
|
1026
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1027
|
+
* via the `definition` "redirects".
|
|
1028
|
+
*/
|
|
1029
|
+
export interface Redirect {
|
|
1030
|
+
id: number;
|
|
1031
|
+
/**
|
|
1032
|
+
* You will need to rebuild the website when changing this field.
|
|
1033
|
+
*/
|
|
1034
|
+
from: string;
|
|
1035
|
+
to?: {
|
|
1036
|
+
type?: ('reference' | 'custom') | null;
|
|
1037
|
+
reference?: ({
|
|
1038
|
+
relationTo: 'pages';
|
|
1039
|
+
value: number | Page;
|
|
1040
|
+
} | null) | ({
|
|
1041
|
+
relationTo: 'posts';
|
|
1042
|
+
value: number | Post;
|
|
1043
|
+
} | null);
|
|
1044
|
+
url?: string | null;
|
|
1045
|
+
};
|
|
1046
|
+
updatedAt: string;
|
|
1047
|
+
createdAt: string;
|
|
1048
|
+
}
|
|
1049
|
+
/**
|
|
1050
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1051
|
+
* via the `definition` "form-submissions".
|
|
1052
|
+
*/
|
|
1053
|
+
export interface FormSubmission {
|
|
1054
|
+
id: number;
|
|
1055
|
+
form: number | Form;
|
|
1056
|
+
submissionData?: {
|
|
1057
|
+
field: string;
|
|
1058
|
+
value: string;
|
|
1059
|
+
id?: string | null;
|
|
1060
|
+
}[] | null;
|
|
1061
|
+
updatedAt: string;
|
|
1062
|
+
createdAt: string;
|
|
1063
|
+
}
|
|
1064
|
+
/**
|
|
1065
|
+
* This is a collection of automatically created search results. These results are used by the global site search and will be updated automatically as documents in the CMS are created or updated.
|
|
1066
|
+
*
|
|
1067
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1068
|
+
* via the `definition` "search".
|
|
1069
|
+
*/
|
|
1070
|
+
export interface Search {
|
|
1071
|
+
id: number;
|
|
1072
|
+
title?: string | null;
|
|
1073
|
+
priority?: number | null;
|
|
1074
|
+
doc: {
|
|
1075
|
+
relationTo: 'posts';
|
|
1076
|
+
value: number | Post;
|
|
1077
|
+
};
|
|
1078
|
+
slug?: string | null;
|
|
1079
|
+
meta?: {
|
|
1080
|
+
title?: string | null;
|
|
1081
|
+
description?: string | null;
|
|
1082
|
+
image?: (number | null) | Media;
|
|
1083
|
+
};
|
|
1084
|
+
categories?: {
|
|
1085
|
+
relationTo?: string | null;
|
|
1086
|
+
id?: string | null;
|
|
1087
|
+
title?: string | null;
|
|
1088
|
+
}[] | null;
|
|
1089
|
+
updatedAt: string;
|
|
1090
|
+
createdAt: string;
|
|
1091
|
+
}
|
|
1092
|
+
/**
|
|
1093
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1094
|
+
* via the `definition` "payload-jobs".
|
|
1095
|
+
*/
|
|
1096
|
+
export interface PayloadJob {
|
|
1097
|
+
id: number;
|
|
1098
|
+
/**
|
|
1099
|
+
* Input data provided to the job
|
|
1100
|
+
*/
|
|
1101
|
+
input?: {
|
|
1102
|
+
[k: string]: unknown;
|
|
1103
|
+
} | unknown[] | string | number | boolean | null;
|
|
1104
|
+
taskStatus?: {
|
|
1105
|
+
[k: string]: unknown;
|
|
1106
|
+
} | unknown[] | string | number | boolean | null;
|
|
1107
|
+
completedAt?: string | null;
|
|
1108
|
+
totalTried?: number | null;
|
|
1109
|
+
/**
|
|
1110
|
+
* If hasError is true this job will not be retried
|
|
1111
|
+
*/
|
|
1112
|
+
hasError?: boolean | null;
|
|
1113
|
+
/**
|
|
1114
|
+
* If hasError is true, this is the error that caused it
|
|
1115
|
+
*/
|
|
1116
|
+
error?: {
|
|
1117
|
+
[k: string]: unknown;
|
|
1118
|
+
} | unknown[] | string | number | boolean | null;
|
|
1119
|
+
/**
|
|
1120
|
+
* Task execution log
|
|
1121
|
+
*/
|
|
1122
|
+
log?: {
|
|
1123
|
+
executedAt: string;
|
|
1124
|
+
completedAt: string;
|
|
1125
|
+
taskSlug: 'inline';
|
|
1126
|
+
taskID: string;
|
|
1127
|
+
input?: {
|
|
1128
|
+
[k: string]: unknown;
|
|
1129
|
+
} | unknown[] | string | number | boolean | null;
|
|
1130
|
+
output?: {
|
|
1131
|
+
[k: string]: unknown;
|
|
1132
|
+
} | unknown[] | string | number | boolean | null;
|
|
1133
|
+
state: 'failed' | 'succeeded';
|
|
1134
|
+
error?: {
|
|
1135
|
+
[k: string]: unknown;
|
|
1136
|
+
} | unknown[] | string | number | boolean | null;
|
|
1137
|
+
id?: string | null;
|
|
1138
|
+
}[] | null;
|
|
1139
|
+
workflowSlug?: 'updateEvents' | null;
|
|
1140
|
+
taskSlug?: 'inline' | null;
|
|
1141
|
+
queue?: string | null;
|
|
1142
|
+
waitUntil?: string | null;
|
|
1143
|
+
processing?: boolean | null;
|
|
1144
|
+
updatedAt: string;
|
|
1145
|
+
createdAt: string;
|
|
1146
|
+
}
|
|
1147
|
+
/**
|
|
1148
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1149
|
+
* via the `definition` "payload-locked-documents".
|
|
1150
|
+
*/
|
|
1151
|
+
export interface PayloadLockedDocument {
|
|
1152
|
+
id: number;
|
|
1153
|
+
document?: ({
|
|
1154
|
+
relationTo: 'pages';
|
|
1155
|
+
value: number | Page;
|
|
1156
|
+
} | null) | ({
|
|
1157
|
+
relationTo: 'posts';
|
|
1158
|
+
value: number | Post;
|
|
1159
|
+
} | null) | ({
|
|
1160
|
+
relationTo: 'media';
|
|
1161
|
+
value: number | Media;
|
|
1162
|
+
} | null) | ({
|
|
1163
|
+
relationTo: 'media-profiles';
|
|
1164
|
+
value: number | MediaProfile;
|
|
1165
|
+
} | null) | ({
|
|
1166
|
+
relationTo: 'media-brand-images';
|
|
1167
|
+
value: number | MediaBrandImage;
|
|
1168
|
+
} | null) | ({
|
|
1169
|
+
relationTo: 'categories';
|
|
1170
|
+
value: number | Category;
|
|
1171
|
+
} | null) | ({
|
|
1172
|
+
relationTo: 'customers';
|
|
1173
|
+
value: number | Customer;
|
|
1174
|
+
} | null) | ({
|
|
1175
|
+
relationTo: 'events';
|
|
1176
|
+
value: number | Event;
|
|
1177
|
+
} | null) | ({
|
|
1178
|
+
relationTo: 'propositions';
|
|
1179
|
+
value: number | Proposition;
|
|
1180
|
+
} | null) | ({
|
|
1181
|
+
relationTo: 'case-studies';
|
|
1182
|
+
value: number | CaseStudy;
|
|
1183
|
+
} | null) | ({
|
|
1184
|
+
relationTo: 'users';
|
|
1185
|
+
value: number | User;
|
|
1186
|
+
} | null) | ({
|
|
1187
|
+
relationTo: 'redirects';
|
|
1188
|
+
value: number | Redirect;
|
|
1189
|
+
} | null) | ({
|
|
1190
|
+
relationTo: 'forms';
|
|
1191
|
+
value: number | Form;
|
|
1192
|
+
} | null) | ({
|
|
1193
|
+
relationTo: 'form-submissions';
|
|
1194
|
+
value: number | FormSubmission;
|
|
1195
|
+
} | null) | ({
|
|
1196
|
+
relationTo: 'search';
|
|
1197
|
+
value: number | Search;
|
|
1198
|
+
} | null) | ({
|
|
1199
|
+
relationTo: 'payload-jobs';
|
|
1200
|
+
value: number | PayloadJob;
|
|
1201
|
+
} | null);
|
|
1202
|
+
globalSlug?: string | null;
|
|
1203
|
+
user: {
|
|
1204
|
+
relationTo: 'users';
|
|
1205
|
+
value: number | User;
|
|
1206
|
+
};
|
|
1207
|
+
updatedAt: string;
|
|
1208
|
+
createdAt: string;
|
|
1209
|
+
}
|
|
1210
|
+
/**
|
|
1211
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1212
|
+
* via the `definition` "payload-preferences".
|
|
1213
|
+
*/
|
|
1214
|
+
export interface PayloadPreference {
|
|
1215
|
+
id: number;
|
|
1216
|
+
user: {
|
|
1217
|
+
relationTo: 'users';
|
|
1218
|
+
value: number | User;
|
|
1219
|
+
};
|
|
1220
|
+
key?: string | null;
|
|
1221
|
+
value?: {
|
|
1222
|
+
[k: string]: unknown;
|
|
1223
|
+
} | unknown[] | string | number | boolean | null;
|
|
1224
|
+
updatedAt: string;
|
|
1225
|
+
createdAt: string;
|
|
1226
|
+
}
|
|
1227
|
+
/**
|
|
1228
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1229
|
+
* via the `definition` "payload-migrations".
|
|
1230
|
+
*/
|
|
1231
|
+
export interface PayloadMigration {
|
|
1232
|
+
id: number;
|
|
1233
|
+
name?: string | null;
|
|
1234
|
+
batch?: number | null;
|
|
1235
|
+
updatedAt: string;
|
|
1236
|
+
createdAt: string;
|
|
1237
|
+
}
|
|
1238
|
+
/**
|
|
1239
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1240
|
+
* via the `definition` "pages_select".
|
|
1241
|
+
*/
|
|
1242
|
+
export interface PagesSelect<T extends boolean = true> {
|
|
1243
|
+
title?: T;
|
|
1244
|
+
hero?: T | {
|
|
1245
|
+
type?: T;
|
|
1246
|
+
richText?: T;
|
|
1247
|
+
links?: T | {
|
|
1248
|
+
link?: T | {
|
|
1249
|
+
type?: T;
|
|
1250
|
+
newTab?: T;
|
|
1251
|
+
reference?: T;
|
|
1252
|
+
url?: T;
|
|
1253
|
+
label?: T;
|
|
1254
|
+
appearance?: T;
|
|
1255
|
+
};
|
|
1256
|
+
id?: T;
|
|
1257
|
+
};
|
|
1258
|
+
media?: T;
|
|
1259
|
+
};
|
|
1260
|
+
layout?: T | {
|
|
1261
|
+
cta?: T | CallToActionBlockSelect<T>;
|
|
1262
|
+
content?: T | ContentBlockSelect<T>;
|
|
1263
|
+
mediaBlock?: T | MediaBlockSelect<T>;
|
|
1264
|
+
imageBlock?: T | ImageBlockSelect<T>;
|
|
1265
|
+
archive?: T | ArchiveBlockSelect<T>;
|
|
1266
|
+
formBlock?: T | FormBlockSelect<T>;
|
|
1267
|
+
features?: T | FeaturesBlockSelect<T>;
|
|
1268
|
+
};
|
|
1269
|
+
meta?: T | {
|
|
1270
|
+
title?: T;
|
|
1271
|
+
image?: T;
|
|
1272
|
+
description?: T;
|
|
1273
|
+
};
|
|
1274
|
+
publishedAt?: T;
|
|
1275
|
+
relatedDocument?: T;
|
|
1276
|
+
publishedToWebsite?: T;
|
|
1277
|
+
slug?: T;
|
|
1278
|
+
slugLock?: T;
|
|
1279
|
+
parent?: T;
|
|
1280
|
+
breadcrumbs?: T | {
|
|
1281
|
+
doc?: T;
|
|
1282
|
+
url?: T;
|
|
1283
|
+
label?: T;
|
|
1284
|
+
id?: T;
|
|
1285
|
+
};
|
|
1286
|
+
updatedAt?: T;
|
|
1287
|
+
createdAt?: T;
|
|
1288
|
+
_status?: T;
|
|
1289
|
+
}
|
|
1290
|
+
/**
|
|
1291
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1292
|
+
* via the `definition` "CallToActionBlock_select".
|
|
1293
|
+
*/
|
|
1294
|
+
export interface CallToActionBlockSelect<T extends boolean = true> {
|
|
1295
|
+
richText?: T;
|
|
1296
|
+
links?: T | {
|
|
1297
|
+
link?: T | {
|
|
1298
|
+
type?: T;
|
|
1299
|
+
newTab?: T;
|
|
1300
|
+
reference?: T;
|
|
1301
|
+
url?: T;
|
|
1302
|
+
label?: T;
|
|
1303
|
+
appearance?: T;
|
|
1304
|
+
};
|
|
1305
|
+
id?: T;
|
|
1306
|
+
};
|
|
1307
|
+
id?: T;
|
|
1308
|
+
blockName?: T;
|
|
1309
|
+
}
|
|
1310
|
+
/**
|
|
1311
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1312
|
+
* via the `definition` "ContentBlock_select".
|
|
1313
|
+
*/
|
|
1314
|
+
export interface ContentBlockSelect<T extends boolean = true> {
|
|
1315
|
+
columns?: T | {
|
|
1316
|
+
size?: T;
|
|
1317
|
+
richText?: T;
|
|
1318
|
+
enableLink?: T;
|
|
1319
|
+
link?: T | {
|
|
1320
|
+
type?: T;
|
|
1321
|
+
newTab?: T;
|
|
1322
|
+
reference?: T;
|
|
1323
|
+
url?: T;
|
|
1324
|
+
label?: T;
|
|
1325
|
+
appearance?: T;
|
|
1326
|
+
};
|
|
1327
|
+
id?: T;
|
|
1328
|
+
};
|
|
1329
|
+
id?: T;
|
|
1330
|
+
blockName?: T;
|
|
1331
|
+
}
|
|
1332
|
+
/**
|
|
1333
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1334
|
+
* via the `definition` "MediaBlock_select".
|
|
1335
|
+
*/
|
|
1336
|
+
export interface MediaBlockSelect<T extends boolean = true> {
|
|
1337
|
+
media?: T;
|
|
1338
|
+
id?: T;
|
|
1339
|
+
blockName?: T;
|
|
1340
|
+
}
|
|
1341
|
+
/**
|
|
1342
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1343
|
+
* via the `definition` "ImageBlock_select".
|
|
1344
|
+
*/
|
|
1345
|
+
export interface ImageBlockSelect<T extends boolean = true> {
|
|
1346
|
+
media?: T;
|
|
1347
|
+
id?: T;
|
|
1348
|
+
blockName?: T;
|
|
1349
|
+
}
|
|
1350
|
+
/**
|
|
1351
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1352
|
+
* via the `definition` "ArchiveBlock_select".
|
|
1353
|
+
*/
|
|
1354
|
+
export interface ArchiveBlockSelect<T extends boolean = true> {
|
|
1355
|
+
introContent?: T;
|
|
1356
|
+
populateBy?: T;
|
|
1357
|
+
relationTo?: T;
|
|
1358
|
+
categories?: T;
|
|
1359
|
+
limit?: T;
|
|
1360
|
+
selectedDocs?: T;
|
|
1361
|
+
id?: T;
|
|
1362
|
+
blockName?: T;
|
|
1363
|
+
}
|
|
1364
|
+
/**
|
|
1365
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1366
|
+
* via the `definition` "FormBlock_select".
|
|
1367
|
+
*/
|
|
1368
|
+
export interface FormBlockSelect<T extends boolean = true> {
|
|
1369
|
+
form?: T;
|
|
1370
|
+
enableIntro?: T;
|
|
1371
|
+
introContent?: T;
|
|
1372
|
+
id?: T;
|
|
1373
|
+
blockName?: T;
|
|
1374
|
+
}
|
|
1375
|
+
/**
|
|
1376
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1377
|
+
* via the `definition` "FeaturesBlock_select".
|
|
1378
|
+
*/
|
|
1379
|
+
export interface FeaturesBlockSelect<T extends boolean = true> {
|
|
1380
|
+
title?: T;
|
|
1381
|
+
description?: T;
|
|
1382
|
+
features?: T | {
|
|
1383
|
+
title?: T;
|
|
1384
|
+
link?: T | {
|
|
1385
|
+
type?: T;
|
|
1386
|
+
newTab?: T;
|
|
1387
|
+
reference?: T;
|
|
1388
|
+
url?: T;
|
|
1389
|
+
label?: T;
|
|
1390
|
+
};
|
|
1391
|
+
icon?: T | {
|
|
1392
|
+
type?: T;
|
|
1393
|
+
icon?: T;
|
|
1394
|
+
};
|
|
1395
|
+
content?: T;
|
|
1396
|
+
id?: T;
|
|
1397
|
+
};
|
|
1398
|
+
id?: T;
|
|
1399
|
+
blockName?: T;
|
|
1400
|
+
}
|
|
1401
|
+
/**
|
|
1402
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1403
|
+
* via the `definition` "posts_select".
|
|
1404
|
+
*/
|
|
1405
|
+
export interface PostsSelect<T extends boolean = true> {
|
|
1406
|
+
title?: T;
|
|
1407
|
+
content?: T;
|
|
1408
|
+
relatedPosts?: T;
|
|
1409
|
+
categories?: T;
|
|
1410
|
+
meta?: T | {
|
|
1411
|
+
title?: T;
|
|
1412
|
+
image?: T;
|
|
1413
|
+
description?: T;
|
|
1414
|
+
};
|
|
1415
|
+
publishedAt?: T;
|
|
1416
|
+
authors?: T;
|
|
1417
|
+
populatedAuthors?: T | {
|
|
1418
|
+
id?: T;
|
|
1419
|
+
name?: T;
|
|
1420
|
+
};
|
|
1421
|
+
publishedToWebsite?: T;
|
|
1422
|
+
slug?: T;
|
|
1423
|
+
slugLock?: T;
|
|
1424
|
+
updatedAt?: T;
|
|
1425
|
+
createdAt?: T;
|
|
1426
|
+
_status?: T;
|
|
1427
|
+
}
|
|
1428
|
+
/**
|
|
1429
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1430
|
+
* via the `definition` "media_select".
|
|
1431
|
+
*/
|
|
1432
|
+
export interface MediaSelect<T extends boolean = true> {
|
|
1433
|
+
alt?: T;
|
|
1434
|
+
caption?: T;
|
|
1435
|
+
updatedAt?: T;
|
|
1436
|
+
createdAt?: T;
|
|
1437
|
+
url?: T;
|
|
1438
|
+
thumbnailURL?: T;
|
|
1439
|
+
filename?: T;
|
|
1440
|
+
mimeType?: T;
|
|
1441
|
+
filesize?: T;
|
|
1442
|
+
width?: T;
|
|
1443
|
+
height?: T;
|
|
1444
|
+
focalX?: T;
|
|
1445
|
+
focalY?: T;
|
|
1446
|
+
sizes?: T | {
|
|
1447
|
+
thumbnail?: T | {
|
|
1448
|
+
url?: T;
|
|
1449
|
+
width?: T;
|
|
1450
|
+
height?: T;
|
|
1451
|
+
mimeType?: T;
|
|
1452
|
+
filesize?: T;
|
|
1453
|
+
filename?: T;
|
|
1454
|
+
};
|
|
1455
|
+
square?: T | {
|
|
1456
|
+
url?: T;
|
|
1457
|
+
width?: T;
|
|
1458
|
+
height?: T;
|
|
1459
|
+
mimeType?: T;
|
|
1460
|
+
filesize?: T;
|
|
1461
|
+
filename?: T;
|
|
1462
|
+
};
|
|
1463
|
+
small?: T | {
|
|
1464
|
+
url?: T;
|
|
1465
|
+
width?: T;
|
|
1466
|
+
height?: T;
|
|
1467
|
+
mimeType?: T;
|
|
1468
|
+
filesize?: T;
|
|
1469
|
+
filename?: T;
|
|
1470
|
+
};
|
|
1471
|
+
medium?: T | {
|
|
1472
|
+
url?: T;
|
|
1473
|
+
width?: T;
|
|
1474
|
+
height?: T;
|
|
1475
|
+
mimeType?: T;
|
|
1476
|
+
filesize?: T;
|
|
1477
|
+
filename?: T;
|
|
1478
|
+
};
|
|
1479
|
+
large?: T | {
|
|
1480
|
+
url?: T;
|
|
1481
|
+
width?: T;
|
|
1482
|
+
height?: T;
|
|
1483
|
+
mimeType?: T;
|
|
1484
|
+
filesize?: T;
|
|
1485
|
+
filename?: T;
|
|
1486
|
+
};
|
|
1487
|
+
xlarge?: T | {
|
|
1488
|
+
url?: T;
|
|
1489
|
+
width?: T;
|
|
1490
|
+
height?: T;
|
|
1491
|
+
mimeType?: T;
|
|
1492
|
+
filesize?: T;
|
|
1493
|
+
filename?: T;
|
|
1494
|
+
};
|
|
1495
|
+
};
|
|
1496
|
+
}
|
|
1497
|
+
/**
|
|
1498
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1499
|
+
* via the `definition` "media-profiles_select".
|
|
1500
|
+
*/
|
|
1501
|
+
export interface MediaProfilesSelect<T extends boolean = true> {
|
|
1502
|
+
name?: T;
|
|
1503
|
+
prefix?: T;
|
|
1504
|
+
updatedAt?: T;
|
|
1505
|
+
createdAt?: T;
|
|
1506
|
+
url?: T;
|
|
1507
|
+
thumbnailURL?: T;
|
|
1508
|
+
filename?: T;
|
|
1509
|
+
mimeType?: T;
|
|
1510
|
+
filesize?: T;
|
|
1511
|
+
width?: T;
|
|
1512
|
+
height?: T;
|
|
1513
|
+
focalX?: T;
|
|
1514
|
+
focalY?: T;
|
|
1515
|
+
sizes?: T | {
|
|
1516
|
+
thumbnail?: T | {
|
|
1517
|
+
url?: T;
|
|
1518
|
+
width?: T;
|
|
1519
|
+
height?: T;
|
|
1520
|
+
mimeType?: T;
|
|
1521
|
+
filesize?: T;
|
|
1522
|
+
filename?: T;
|
|
1523
|
+
};
|
|
1524
|
+
square?: T | {
|
|
1525
|
+
url?: T;
|
|
1526
|
+
width?: T;
|
|
1527
|
+
height?: T;
|
|
1528
|
+
mimeType?: T;
|
|
1529
|
+
filesize?: T;
|
|
1530
|
+
filename?: T;
|
|
1531
|
+
};
|
|
1532
|
+
small?: T | {
|
|
1533
|
+
url?: T;
|
|
1534
|
+
width?: T;
|
|
1535
|
+
height?: T;
|
|
1536
|
+
mimeType?: T;
|
|
1537
|
+
filesize?: T;
|
|
1538
|
+
filename?: T;
|
|
1539
|
+
};
|
|
1540
|
+
medium?: T | {
|
|
1541
|
+
url?: T;
|
|
1542
|
+
width?: T;
|
|
1543
|
+
height?: T;
|
|
1544
|
+
mimeType?: T;
|
|
1545
|
+
filesize?: T;
|
|
1546
|
+
filename?: T;
|
|
1547
|
+
};
|
|
1548
|
+
};
|
|
1549
|
+
}
|
|
1550
|
+
/**
|
|
1551
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1552
|
+
* via the `definition` "media-brand-images_select".
|
|
1553
|
+
*/
|
|
1554
|
+
export interface MediaBrandImagesSelect<T extends boolean = true> {
|
|
1555
|
+
alt?: T;
|
|
1556
|
+
prefix?: T;
|
|
1557
|
+
updatedAt?: T;
|
|
1558
|
+
createdAt?: T;
|
|
1559
|
+
url?: T;
|
|
1560
|
+
thumbnailURL?: T;
|
|
1561
|
+
filename?: T;
|
|
1562
|
+
mimeType?: T;
|
|
1563
|
+
filesize?: T;
|
|
1564
|
+
width?: T;
|
|
1565
|
+
height?: T;
|
|
1566
|
+
focalX?: T;
|
|
1567
|
+
focalY?: T;
|
|
1568
|
+
sizes?: T | {
|
|
1569
|
+
thumbnail?: T | {
|
|
1570
|
+
url?: T;
|
|
1571
|
+
width?: T;
|
|
1572
|
+
height?: T;
|
|
1573
|
+
mimeType?: T;
|
|
1574
|
+
filesize?: T;
|
|
1575
|
+
filename?: T;
|
|
1576
|
+
};
|
|
1577
|
+
square?: T | {
|
|
1578
|
+
url?: T;
|
|
1579
|
+
width?: T;
|
|
1580
|
+
height?: T;
|
|
1581
|
+
mimeType?: T;
|
|
1582
|
+
filesize?: T;
|
|
1583
|
+
filename?: T;
|
|
1584
|
+
};
|
|
1585
|
+
small?: T | {
|
|
1586
|
+
url?: T;
|
|
1587
|
+
width?: T;
|
|
1588
|
+
height?: T;
|
|
1589
|
+
mimeType?: T;
|
|
1590
|
+
filesize?: T;
|
|
1591
|
+
filename?: T;
|
|
1592
|
+
};
|
|
1593
|
+
medium?: T | {
|
|
1594
|
+
url?: T;
|
|
1595
|
+
width?: T;
|
|
1596
|
+
height?: T;
|
|
1597
|
+
mimeType?: T;
|
|
1598
|
+
filesize?: T;
|
|
1599
|
+
filename?: T;
|
|
1600
|
+
};
|
|
1601
|
+
large?: T | {
|
|
1602
|
+
url?: T;
|
|
1603
|
+
width?: T;
|
|
1604
|
+
height?: T;
|
|
1605
|
+
mimeType?: T;
|
|
1606
|
+
filesize?: T;
|
|
1607
|
+
filename?: T;
|
|
1608
|
+
};
|
|
1609
|
+
xlarge?: T | {
|
|
1610
|
+
url?: T;
|
|
1611
|
+
width?: T;
|
|
1612
|
+
height?: T;
|
|
1613
|
+
mimeType?: T;
|
|
1614
|
+
filesize?: T;
|
|
1615
|
+
filename?: T;
|
|
1616
|
+
};
|
|
1617
|
+
};
|
|
1618
|
+
}
|
|
1619
|
+
/**
|
|
1620
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1621
|
+
* via the `definition` "categories_select".
|
|
1622
|
+
*/
|
|
1623
|
+
export interface CategoriesSelect<T extends boolean = true> {
|
|
1624
|
+
title?: T;
|
|
1625
|
+
parent?: T;
|
|
1626
|
+
breadcrumbs?: T | {
|
|
1627
|
+
doc?: T;
|
|
1628
|
+
url?: T;
|
|
1629
|
+
label?: T;
|
|
1630
|
+
id?: T;
|
|
1631
|
+
};
|
|
1632
|
+
updatedAt?: T;
|
|
1633
|
+
createdAt?: T;
|
|
1634
|
+
}
|
|
1635
|
+
/**
|
|
1636
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1637
|
+
* via the `definition` "customers_select".
|
|
1638
|
+
*/
|
|
1639
|
+
export interface CustomersSelect<T extends boolean = true> {
|
|
1640
|
+
name?: T;
|
|
1641
|
+
intro?: T;
|
|
1642
|
+
active?: T;
|
|
1643
|
+
icon?: T;
|
|
1644
|
+
updatedAt?: T;
|
|
1645
|
+
createdAt?: T;
|
|
1646
|
+
}
|
|
1647
|
+
/**
|
|
1648
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1649
|
+
* via the `definition` "events_select".
|
|
1650
|
+
*/
|
|
1651
|
+
export interface EventsSelect<T extends boolean = true> {
|
|
1652
|
+
title?: T;
|
|
1653
|
+
date?: T;
|
|
1654
|
+
description?: T;
|
|
1655
|
+
eventType?: T;
|
|
1656
|
+
image?: T;
|
|
1657
|
+
recurrence?: T | {
|
|
1658
|
+
interval?: T;
|
|
1659
|
+
unit?: T;
|
|
1660
|
+
recurrenceEndDate?: T;
|
|
1661
|
+
originalEventId?: T;
|
|
1662
|
+
isRecurrenceInstance?: T;
|
|
1663
|
+
};
|
|
1664
|
+
updatedAt?: T;
|
|
1665
|
+
createdAt?: T;
|
|
1666
|
+
}
|
|
1667
|
+
/**
|
|
1668
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1669
|
+
* via the `definition` "propositions_select".
|
|
1670
|
+
*/
|
|
1671
|
+
export interface PropositionsSelect<T extends boolean = true> {
|
|
1672
|
+
name?: T;
|
|
1673
|
+
intro?: T;
|
|
1674
|
+
logo?: T;
|
|
1675
|
+
leads?: T;
|
|
1676
|
+
members?: T;
|
|
1677
|
+
populatedLeads?: T | {
|
|
1678
|
+
id?: T;
|
|
1679
|
+
name?: T;
|
|
1680
|
+
};
|
|
1681
|
+
populatedMembers?: T | {
|
|
1682
|
+
id?: T;
|
|
1683
|
+
name?: T;
|
|
1684
|
+
};
|
|
1685
|
+
hero?: T | {
|
|
1686
|
+
type?: T;
|
|
1687
|
+
richText?: T;
|
|
1688
|
+
links?: T | {
|
|
1689
|
+
link?: T | {
|
|
1690
|
+
type?: T;
|
|
1691
|
+
newTab?: T;
|
|
1692
|
+
reference?: T;
|
|
1693
|
+
url?: T;
|
|
1694
|
+
label?: T;
|
|
1695
|
+
appearance?: T;
|
|
1696
|
+
};
|
|
1697
|
+
id?: T;
|
|
1698
|
+
};
|
|
1699
|
+
media?: T;
|
|
1700
|
+
};
|
|
1701
|
+
layout?: T | {
|
|
1702
|
+
cta?: T | CallToActionBlockSelect<T>;
|
|
1703
|
+
content?: T | ContentBlockSelect<T>;
|
|
1704
|
+
mediaBlock?: T | MediaBlockSelect<T>;
|
|
1705
|
+
};
|
|
1706
|
+
publishedAt?: T;
|
|
1707
|
+
slug?: T;
|
|
1708
|
+
slugLock?: T;
|
|
1709
|
+
parent?: T;
|
|
1710
|
+
breadcrumbs?: T | {
|
|
1711
|
+
doc?: T;
|
|
1712
|
+
url?: T;
|
|
1713
|
+
label?: T;
|
|
1714
|
+
id?: T;
|
|
1715
|
+
};
|
|
1716
|
+
updatedAt?: T;
|
|
1717
|
+
createdAt?: T;
|
|
1718
|
+
_status?: T;
|
|
1719
|
+
}
|
|
1720
|
+
/**
|
|
1721
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1722
|
+
* via the `definition` "case-studies_select".
|
|
1723
|
+
*/
|
|
1724
|
+
export interface CaseStudiesSelect<T extends boolean = true> {
|
|
1725
|
+
title?: T;
|
|
1726
|
+
customer?: T;
|
|
1727
|
+
color?: T;
|
|
1728
|
+
industry?: T;
|
|
1729
|
+
metrics?: T | {
|
|
1730
|
+
label?: T;
|
|
1731
|
+
value?: T;
|
|
1732
|
+
id?: T;
|
|
1733
|
+
};
|
|
1734
|
+
quote?: T;
|
|
1735
|
+
content?: T;
|
|
1736
|
+
relatedPosts?: T;
|
|
1737
|
+
categories?: T;
|
|
1738
|
+
meta?: T | {
|
|
1739
|
+
title?: T;
|
|
1740
|
+
image?: T;
|
|
1741
|
+
description?: T;
|
|
1742
|
+
};
|
|
1743
|
+
publishedAt?: T;
|
|
1744
|
+
authors?: T;
|
|
1745
|
+
populatedAuthors?: T | {
|
|
1746
|
+
id?: T;
|
|
1747
|
+
name?: T;
|
|
1748
|
+
};
|
|
1749
|
+
slug?: T;
|
|
1750
|
+
slugLock?: T;
|
|
1751
|
+
updatedAt?: T;
|
|
1752
|
+
createdAt?: T;
|
|
1753
|
+
_status?: T;
|
|
1754
|
+
}
|
|
1755
|
+
/**
|
|
1756
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1757
|
+
* via the `definition` "users_select".
|
|
1758
|
+
*/
|
|
1759
|
+
export interface UsersSelect<T extends boolean = true> {
|
|
1760
|
+
name?: T;
|
|
1761
|
+
jobRole?: T;
|
|
1762
|
+
profilePicture?: T;
|
|
1763
|
+
workHistory?: T | {
|
|
1764
|
+
company?: T;
|
|
1765
|
+
position?: T;
|
|
1766
|
+
startDate?: T;
|
|
1767
|
+
endDate?: T;
|
|
1768
|
+
description?: T;
|
|
1769
|
+
id?: T;
|
|
1770
|
+
};
|
|
1771
|
+
certifications?: T | {
|
|
1772
|
+
name?: T;
|
|
1773
|
+
issuer?: T;
|
|
1774
|
+
dateObtained?: T;
|
|
1775
|
+
expirationDate?: T;
|
|
1776
|
+
id?: T;
|
|
1777
|
+
};
|
|
1778
|
+
areasOfExpertise?: T | {
|
|
1779
|
+
area?: T;
|
|
1780
|
+
description?: T;
|
|
1781
|
+
id?: T;
|
|
1782
|
+
};
|
|
1783
|
+
dateOfBirth?: T;
|
|
1784
|
+
joinDate?: T;
|
|
1785
|
+
role?: T;
|
|
1786
|
+
sub?: T;
|
|
1787
|
+
updatedAt?: T;
|
|
1788
|
+
createdAt?: T;
|
|
1789
|
+
enableAPIKey?: T;
|
|
1790
|
+
apiKey?: T;
|
|
1791
|
+
apiKeyIndex?: T;
|
|
1792
|
+
email?: T;
|
|
1793
|
+
resetPasswordToken?: T;
|
|
1794
|
+
resetPasswordExpiration?: T;
|
|
1795
|
+
salt?: T;
|
|
1796
|
+
hash?: T;
|
|
1797
|
+
loginAttempts?: T;
|
|
1798
|
+
lockUntil?: T;
|
|
1799
|
+
}
|
|
1800
|
+
/**
|
|
1801
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1802
|
+
* via the `definition` "redirects_select".
|
|
1803
|
+
*/
|
|
1804
|
+
export interface RedirectsSelect<T extends boolean = true> {
|
|
1805
|
+
from?: T;
|
|
1806
|
+
to?: T | {
|
|
1807
|
+
type?: T;
|
|
1808
|
+
reference?: T;
|
|
1809
|
+
url?: T;
|
|
1810
|
+
};
|
|
1811
|
+
updatedAt?: T;
|
|
1812
|
+
createdAt?: T;
|
|
1813
|
+
}
|
|
1814
|
+
/**
|
|
1815
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1816
|
+
* via the `definition` "forms_select".
|
|
1817
|
+
*/
|
|
1818
|
+
export interface FormsSelect<T extends boolean = true> {
|
|
1819
|
+
title?: T;
|
|
1820
|
+
fields?: T | {
|
|
1821
|
+
checkbox?: T | {
|
|
1822
|
+
name?: T;
|
|
1823
|
+
label?: T;
|
|
1824
|
+
width?: T;
|
|
1825
|
+
required?: T;
|
|
1826
|
+
defaultValue?: T;
|
|
1827
|
+
id?: T;
|
|
1828
|
+
blockName?: T;
|
|
1829
|
+
};
|
|
1830
|
+
country?: T | {
|
|
1831
|
+
name?: T;
|
|
1832
|
+
label?: T;
|
|
1833
|
+
width?: T;
|
|
1834
|
+
required?: T;
|
|
1835
|
+
id?: T;
|
|
1836
|
+
blockName?: T;
|
|
1837
|
+
};
|
|
1838
|
+
email?: T | {
|
|
1839
|
+
name?: T;
|
|
1840
|
+
label?: T;
|
|
1841
|
+
width?: T;
|
|
1842
|
+
required?: T;
|
|
1843
|
+
id?: T;
|
|
1844
|
+
blockName?: T;
|
|
1845
|
+
};
|
|
1846
|
+
message?: T | {
|
|
1847
|
+
message?: T;
|
|
1848
|
+
id?: T;
|
|
1849
|
+
blockName?: T;
|
|
1850
|
+
};
|
|
1851
|
+
number?: T | {
|
|
1852
|
+
name?: T;
|
|
1853
|
+
label?: T;
|
|
1854
|
+
width?: T;
|
|
1855
|
+
defaultValue?: T;
|
|
1856
|
+
required?: T;
|
|
1857
|
+
id?: T;
|
|
1858
|
+
blockName?: T;
|
|
1859
|
+
};
|
|
1860
|
+
select?: T | {
|
|
1861
|
+
name?: T;
|
|
1862
|
+
label?: T;
|
|
1863
|
+
width?: T;
|
|
1864
|
+
defaultValue?: T;
|
|
1865
|
+
options?: T | {
|
|
1866
|
+
label?: T;
|
|
1867
|
+
value?: T;
|
|
1868
|
+
id?: T;
|
|
1869
|
+
};
|
|
1870
|
+
required?: T;
|
|
1871
|
+
id?: T;
|
|
1872
|
+
blockName?: T;
|
|
1873
|
+
};
|
|
1874
|
+
state?: T | {
|
|
1875
|
+
name?: T;
|
|
1876
|
+
label?: T;
|
|
1877
|
+
width?: T;
|
|
1878
|
+
required?: T;
|
|
1879
|
+
id?: T;
|
|
1880
|
+
blockName?: T;
|
|
1881
|
+
};
|
|
1882
|
+
text?: T | {
|
|
1883
|
+
name?: T;
|
|
1884
|
+
label?: T;
|
|
1885
|
+
width?: T;
|
|
1886
|
+
defaultValue?: T;
|
|
1887
|
+
required?: T;
|
|
1888
|
+
id?: T;
|
|
1889
|
+
blockName?: T;
|
|
1890
|
+
};
|
|
1891
|
+
textarea?: T | {
|
|
1892
|
+
name?: T;
|
|
1893
|
+
label?: T;
|
|
1894
|
+
width?: T;
|
|
1895
|
+
defaultValue?: T;
|
|
1896
|
+
required?: T;
|
|
1897
|
+
id?: T;
|
|
1898
|
+
blockName?: T;
|
|
1899
|
+
};
|
|
1900
|
+
};
|
|
1901
|
+
submitButtonLabel?: T;
|
|
1902
|
+
confirmationType?: T;
|
|
1903
|
+
confirmationMessage?: T;
|
|
1904
|
+
redirect?: T | {
|
|
1905
|
+
url?: T;
|
|
1906
|
+
};
|
|
1907
|
+
emails?: T | {
|
|
1908
|
+
emailTo?: T;
|
|
1909
|
+
cc?: T;
|
|
1910
|
+
bcc?: T;
|
|
1911
|
+
replyTo?: T;
|
|
1912
|
+
emailFrom?: T;
|
|
1913
|
+
subject?: T;
|
|
1914
|
+
message?: T;
|
|
1915
|
+
id?: T;
|
|
1916
|
+
};
|
|
1917
|
+
updatedAt?: T;
|
|
1918
|
+
createdAt?: T;
|
|
1919
|
+
}
|
|
1920
|
+
/**
|
|
1921
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1922
|
+
* via the `definition` "form-submissions_select".
|
|
1923
|
+
*/
|
|
1924
|
+
export interface FormSubmissionsSelect<T extends boolean = true> {
|
|
1925
|
+
form?: T;
|
|
1926
|
+
submissionData?: T | {
|
|
1927
|
+
field?: T;
|
|
1928
|
+
value?: T;
|
|
1929
|
+
id?: T;
|
|
1930
|
+
};
|
|
1931
|
+
updatedAt?: T;
|
|
1932
|
+
createdAt?: T;
|
|
1933
|
+
}
|
|
1934
|
+
/**
|
|
1935
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1936
|
+
* via the `definition` "search_select".
|
|
1937
|
+
*/
|
|
1938
|
+
export interface SearchSelect<T extends boolean = true> {
|
|
1939
|
+
title?: T;
|
|
1940
|
+
priority?: T;
|
|
1941
|
+
doc?: T;
|
|
1942
|
+
slug?: T;
|
|
1943
|
+
meta?: T | {
|
|
1944
|
+
title?: T;
|
|
1945
|
+
description?: T;
|
|
1946
|
+
image?: T;
|
|
1947
|
+
};
|
|
1948
|
+
categories?: T | {
|
|
1949
|
+
relationTo?: T;
|
|
1950
|
+
id?: T;
|
|
1951
|
+
title?: T;
|
|
1952
|
+
};
|
|
1953
|
+
updatedAt?: T;
|
|
1954
|
+
createdAt?: T;
|
|
1955
|
+
}
|
|
1956
|
+
/**
|
|
1957
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1958
|
+
* via the `definition` "payload-jobs_select".
|
|
1959
|
+
*/
|
|
1960
|
+
export interface PayloadJobsSelect<T extends boolean = true> {
|
|
1961
|
+
input?: T;
|
|
1962
|
+
taskStatus?: T;
|
|
1963
|
+
completedAt?: T;
|
|
1964
|
+
totalTried?: T;
|
|
1965
|
+
hasError?: T;
|
|
1966
|
+
error?: T;
|
|
1967
|
+
log?: T | {
|
|
1968
|
+
executedAt?: T;
|
|
1969
|
+
completedAt?: T;
|
|
1970
|
+
taskSlug?: T;
|
|
1971
|
+
taskID?: T;
|
|
1972
|
+
input?: T;
|
|
1973
|
+
output?: T;
|
|
1974
|
+
state?: T;
|
|
1975
|
+
error?: T;
|
|
1976
|
+
id?: T;
|
|
1977
|
+
};
|
|
1978
|
+
workflowSlug?: T;
|
|
1979
|
+
taskSlug?: T;
|
|
1980
|
+
queue?: T;
|
|
1981
|
+
waitUntil?: T;
|
|
1982
|
+
processing?: T;
|
|
1983
|
+
updatedAt?: T;
|
|
1984
|
+
createdAt?: T;
|
|
1985
|
+
}
|
|
1986
|
+
/**
|
|
1987
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1988
|
+
* via the `definition` "payload-locked-documents_select".
|
|
1989
|
+
*/
|
|
1990
|
+
export interface PayloadLockedDocumentsSelect<T extends boolean = true> {
|
|
1991
|
+
document?: T;
|
|
1992
|
+
globalSlug?: T;
|
|
1993
|
+
user?: T;
|
|
1994
|
+
updatedAt?: T;
|
|
1995
|
+
createdAt?: T;
|
|
1996
|
+
}
|
|
1997
|
+
/**
|
|
1998
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
1999
|
+
* via the `definition` "payload-preferences_select".
|
|
2000
|
+
*/
|
|
2001
|
+
export interface PayloadPreferencesSelect<T extends boolean = true> {
|
|
2002
|
+
user?: T;
|
|
2003
|
+
key?: T;
|
|
2004
|
+
value?: T;
|
|
2005
|
+
updatedAt?: T;
|
|
2006
|
+
createdAt?: T;
|
|
2007
|
+
}
|
|
2008
|
+
/**
|
|
2009
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2010
|
+
* via the `definition` "payload-migrations_select".
|
|
2011
|
+
*/
|
|
2012
|
+
export interface PayloadMigrationsSelect<T extends boolean = true> {
|
|
2013
|
+
name?: T;
|
|
2014
|
+
batch?: T;
|
|
2015
|
+
updatedAt?: T;
|
|
2016
|
+
createdAt?: T;
|
|
2017
|
+
}
|
|
2018
|
+
/**
|
|
2019
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2020
|
+
* via the `definition` "header".
|
|
2021
|
+
*/
|
|
2022
|
+
export interface Header {
|
|
2023
|
+
id: number;
|
|
2024
|
+
navItems?: {
|
|
2025
|
+
link: {
|
|
2026
|
+
type?: ('reference' | 'custom') | null;
|
|
2027
|
+
newTab?: boolean | null;
|
|
2028
|
+
reference?: {
|
|
2029
|
+
relationTo: 'pages';
|
|
2030
|
+
value: number | Page;
|
|
2031
|
+
} | null;
|
|
2032
|
+
url?: string | null;
|
|
2033
|
+
label: string;
|
|
2034
|
+
};
|
|
2035
|
+
id?: string | null;
|
|
2036
|
+
}[] | null;
|
|
2037
|
+
updatedAt?: string | null;
|
|
2038
|
+
createdAt?: string | null;
|
|
2039
|
+
}
|
|
2040
|
+
/**
|
|
2041
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2042
|
+
* via the `definition` "footer".
|
|
2043
|
+
*/
|
|
2044
|
+
export interface Footer {
|
|
2045
|
+
id: number;
|
|
2046
|
+
navItems?: {
|
|
2047
|
+
link: {
|
|
2048
|
+
type?: ('reference' | 'custom') | null;
|
|
2049
|
+
newTab?: boolean | null;
|
|
2050
|
+
reference?: {
|
|
2051
|
+
relationTo: 'pages';
|
|
2052
|
+
value: number | Page;
|
|
2053
|
+
} | null;
|
|
2054
|
+
url?: string | null;
|
|
2055
|
+
label: string;
|
|
2056
|
+
};
|
|
2057
|
+
id?: string | null;
|
|
2058
|
+
}[] | null;
|
|
2059
|
+
updatedAt?: string | null;
|
|
2060
|
+
createdAt?: string | null;
|
|
2061
|
+
}
|
|
2062
|
+
/**
|
|
2063
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2064
|
+
* via the `definition` "message-of-the-day".
|
|
2065
|
+
*/
|
|
2066
|
+
export interface MessageOfTheDay {
|
|
2067
|
+
id: number;
|
|
2068
|
+
title: string;
|
|
2069
|
+
text?: string | null;
|
|
2070
|
+
link?: string | null;
|
|
2071
|
+
updatedAt?: string | null;
|
|
2072
|
+
createdAt?: string | null;
|
|
2073
|
+
}
|
|
2074
|
+
/**
|
|
2075
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2076
|
+
* via the `definition` "website".
|
|
2077
|
+
*/
|
|
2078
|
+
export interface Website {
|
|
2079
|
+
id: number;
|
|
2080
|
+
intro: Intro;
|
|
2081
|
+
updatedAt?: string | null;
|
|
2082
|
+
createdAt?: string | null;
|
|
2083
|
+
}
|
|
2084
|
+
/**
|
|
2085
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2086
|
+
* via the `definition` "Intro".
|
|
2087
|
+
*/
|
|
2088
|
+
export interface Intro {
|
|
2089
|
+
title: string;
|
|
2090
|
+
subtitle?: string | null;
|
|
2091
|
+
description?: {
|
|
2092
|
+
root: {
|
|
2093
|
+
type: string;
|
|
2094
|
+
children: {
|
|
2095
|
+
type: string;
|
|
2096
|
+
version: number;
|
|
2097
|
+
[k: string]: unknown;
|
|
2098
|
+
}[];
|
|
2099
|
+
direction: ('ltr' | 'rtl') | null;
|
|
2100
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
2101
|
+
indent: number;
|
|
2102
|
+
version: number;
|
|
2103
|
+
};
|
|
2104
|
+
[k: string]: unknown;
|
|
2105
|
+
} | null;
|
|
2106
|
+
}
|
|
2107
|
+
/**
|
|
2108
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2109
|
+
* via the `definition` "header_select".
|
|
2110
|
+
*/
|
|
2111
|
+
export interface HeaderSelect<T extends boolean = true> {
|
|
2112
|
+
navItems?: T | {
|
|
2113
|
+
link?: T | {
|
|
2114
|
+
type?: T;
|
|
2115
|
+
newTab?: T;
|
|
2116
|
+
reference?: T;
|
|
2117
|
+
url?: T;
|
|
2118
|
+
label?: T;
|
|
2119
|
+
};
|
|
2120
|
+
id?: T;
|
|
2121
|
+
};
|
|
2122
|
+
updatedAt?: T;
|
|
2123
|
+
createdAt?: T;
|
|
2124
|
+
globalType?: T;
|
|
2125
|
+
}
|
|
2126
|
+
/**
|
|
2127
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2128
|
+
* via the `definition` "footer_select".
|
|
2129
|
+
*/
|
|
2130
|
+
export interface FooterSelect<T extends boolean = true> {
|
|
2131
|
+
navItems?: T | {
|
|
2132
|
+
link?: T | {
|
|
2133
|
+
type?: T;
|
|
2134
|
+
newTab?: T;
|
|
2135
|
+
reference?: T;
|
|
2136
|
+
url?: T;
|
|
2137
|
+
label?: T;
|
|
2138
|
+
};
|
|
2139
|
+
id?: T;
|
|
2140
|
+
};
|
|
2141
|
+
updatedAt?: T;
|
|
2142
|
+
createdAt?: T;
|
|
2143
|
+
globalType?: T;
|
|
2144
|
+
}
|
|
2145
|
+
/**
|
|
2146
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2147
|
+
* via the `definition` "message-of-the-day_select".
|
|
2148
|
+
*/
|
|
2149
|
+
export interface MessageOfTheDaySelect<T extends boolean = true> {
|
|
2150
|
+
title?: T;
|
|
2151
|
+
text?: T;
|
|
2152
|
+
link?: T;
|
|
2153
|
+
updatedAt?: T;
|
|
2154
|
+
createdAt?: T;
|
|
2155
|
+
globalType?: T;
|
|
2156
|
+
}
|
|
2157
|
+
/**
|
|
2158
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2159
|
+
* via the `definition` "website_select".
|
|
2160
|
+
*/
|
|
2161
|
+
export interface WebsiteSelect<T extends boolean = true> {
|
|
2162
|
+
intro?: T | IntroSelect<T>;
|
|
2163
|
+
updatedAt?: T;
|
|
2164
|
+
createdAt?: T;
|
|
2165
|
+
globalType?: T;
|
|
2166
|
+
}
|
|
2167
|
+
/**
|
|
2168
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2169
|
+
* via the `definition` "Intro_select".
|
|
2170
|
+
*/
|
|
2171
|
+
export interface IntroSelect<T extends boolean = true> {
|
|
2172
|
+
title?: T;
|
|
2173
|
+
subtitle?: T;
|
|
2174
|
+
description?: T;
|
|
2175
|
+
}
|
|
2176
|
+
/**
|
|
2177
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2178
|
+
* via the `definition` "WorkflowUpdateEvents".
|
|
2179
|
+
*/
|
|
2180
|
+
export interface WorkflowUpdateEvents {
|
|
2181
|
+
input?: unknown;
|
|
2182
|
+
}
|
|
2183
|
+
/**
|
|
2184
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2185
|
+
* via the `definition` "BannerBlock".
|
|
2186
|
+
*/
|
|
2187
|
+
export interface BannerBlock {
|
|
2188
|
+
style: 'info' | 'warning' | 'error' | 'success';
|
|
2189
|
+
content: {
|
|
2190
|
+
root: {
|
|
2191
|
+
type: string;
|
|
2192
|
+
children: {
|
|
2193
|
+
type: string;
|
|
2194
|
+
version: number;
|
|
2195
|
+
[k: string]: unknown;
|
|
2196
|
+
}[];
|
|
2197
|
+
direction: ('ltr' | 'rtl') | null;
|
|
2198
|
+
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
2199
|
+
indent: number;
|
|
2200
|
+
version: number;
|
|
2201
|
+
};
|
|
2202
|
+
[k: string]: unknown;
|
|
2203
|
+
};
|
|
2204
|
+
id?: string | null;
|
|
2205
|
+
blockName?: string | null;
|
|
2206
|
+
blockType: 'banner';
|
|
2207
|
+
}
|
|
2208
|
+
/**
|
|
2209
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2210
|
+
* via the `definition` "CodeBlock".
|
|
2211
|
+
*/
|
|
2212
|
+
export interface CodeBlock {
|
|
2213
|
+
language?: ('typescript' | 'javascript' | 'css') | null;
|
|
2214
|
+
code: string;
|
|
2215
|
+
id?: string | null;
|
|
2216
|
+
blockName?: string | null;
|
|
2217
|
+
blockType: 'code';
|
|
2218
|
+
}
|
|
2219
|
+
/**
|
|
2220
|
+
* This interface was referenced by `Config`'s JSON-Schema
|
|
2221
|
+
* via the `definition` "auth".
|
|
2222
|
+
*/
|
|
2223
|
+
export interface Auth {
|
|
2224
|
+
[k: string]: unknown;
|
|
2225
|
+
}
|