@getcommunity/gc-validators 0.0.216 → 0.0.218
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-CKQMccvm.cjs +28 -0
- package/dist/constants.cjs +461 -438
- package/dist/constants.cjs.map +1 -1
- package/dist/constants.d.cts +2 -233
- package/dist/constants.d.mts +2 -0
- package/dist/constants.mjs +355 -0
- package/dist/constants.mjs.map +1 -0
- package/dist/index-B6pNPQrV.d.mts +4192 -0
- package/dist/index-CQtazKyX.d.cts +4192 -0
- package/dist/index-CiWVYf_f.d.cts +292 -0
- package/dist/index-DOR_It7I.d.mts +292 -0
- package/dist/index.cjs +350 -1388
- package/dist/index.d.cts +3 -10
- package/dist/index.d.mts +3 -0
- package/dist/index.mjs +6 -0
- package/dist/permissions.cjs +757 -30
- package/dist/permissions.cjs.map +1 -1
- package/dist/permissions.d.cts +2 -747
- package/dist/permissions.d.mts +2 -0
- package/dist/permissions.mjs +753 -0
- package/dist/permissions.mjs.map +1 -0
- package/dist/schemas.cjs +1781 -896
- package/dist/schemas.cjs.map +1 -1
- package/dist/schemas.d.cts +2 -1935
- package/dist/schemas.d.mts +2 -0
- package/dist/schemas.mjs +1559 -0
- package/dist/schemas.mjs.map +1 -0
- package/dist/types.cjs +0 -6
- package/dist/types.d.cts +2 -851
- package/dist/types.d.mts +2 -0
- package/dist/types.mjs +1 -0
- package/dist/utilities.cjs +76 -38
- package/dist/utilities.cjs.map +1 -1
- package/dist/utilities.d.cts +2 -26
- package/dist/utilities.d.mts +2 -0
- package/dist/utilities.mjs +68 -0
- package/dist/utilities.mjs.map +1 -0
- package/package.json +4 -4
- package/dist/chunk-57PRSDKM.cjs +0 -368
- package/dist/chunk-57PRSDKM.cjs.map +0 -1
- package/dist/chunk-7CI3M2JM.js +0 -3
- package/dist/chunk-7CI3M2JM.js.map +0 -1
- package/dist/chunk-ABPKJ5AP.js +0 -259
- package/dist/chunk-ABPKJ5AP.js.map +0 -1
- package/dist/chunk-BYTL5J7D.js +0 -2606
- package/dist/chunk-BYTL5J7D.js.map +0 -1
- package/dist/chunk-CDBT3J75.cjs +0 -4
- package/dist/chunk-CDBT3J75.cjs.map +0 -1
- package/dist/chunk-DU5WCXJJ.js +0 -685
- package/dist/chunk-DU5WCXJJ.js.map +0 -1
- package/dist/chunk-IMI6XEMX.cjs +0 -2849
- package/dist/chunk-IMI6XEMX.cjs.map +0 -1
- package/dist/chunk-NMDMJZPF.cjs +0 -692
- package/dist/chunk-NMDMJZPF.cjs.map +0 -1
- package/dist/chunk-NNLSUHMQ.js +0 -63
- package/dist/chunk-NNLSUHMQ.js.map +0 -1
- package/dist/chunk-UAQWYRXG.cjs +0 -92
- package/dist/chunk-UAQWYRXG.cjs.map +0 -1
- package/dist/comment.document-HT6qJLh5.d.cts +0 -468
- package/dist/comment.document-xCsfHOer.d.ts +0 -468
- package/dist/constants.d.ts +0 -233
- package/dist/constants.js +0 -3
- package/dist/constants.js.map +0 -1
- package/dist/font.constants-BVwxlH3J.d.cts +0 -52
- package/dist/font.constants-BVwxlH3J.d.ts +0 -52
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.ts +0 -10
- package/dist/index.js +0 -7
- package/dist/index.js.map +0 -1
- package/dist/permission.constants-B99nobws.d.cts +0 -30
- package/dist/permission.constants-B99nobws.d.ts +0 -30
- package/dist/permissions.d.ts +0 -747
- package/dist/permissions.js +0 -3
- package/dist/permissions.js.map +0 -1
- package/dist/response-8Bkawql4.d.cts +0 -56
- package/dist/response-8Bkawql4.d.ts +0 -56
- package/dist/schemas.d.ts +0 -1935
- package/dist/schemas.js +0 -5
- package/dist/schemas.js.map +0 -1
- package/dist/types.cjs.map +0 -1
- package/dist/types.d.ts +0 -851
- package/dist/types.js +0 -3
- package/dist/types.js.map +0 -1
- package/dist/utilities.d.ts +0 -26
- package/dist/utilities.js +0 -3
- package/dist/utilities.js.map +0 -1
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
//#region src/constants/client-project.constants.d.ts
|
|
2
|
+
declare const ClientProjectStatusOptions: readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"];
|
|
3
|
+
declare const ClientProjectPhaseSelectOptions: readonly [{
|
|
4
|
+
readonly label: "Brand";
|
|
5
|
+
readonly value: "brand";
|
|
6
|
+
readonly description: "General/Company branded content";
|
|
7
|
+
}, {
|
|
8
|
+
readonly label: "Phase 1";
|
|
9
|
+
readonly value: "p1";
|
|
10
|
+
readonly description: "Interest list building";
|
|
11
|
+
}, {
|
|
12
|
+
readonly label: "Phase 2";
|
|
13
|
+
readonly value: "p2";
|
|
14
|
+
readonly description: "Pre-qualification, pre-sales";
|
|
15
|
+
}, {
|
|
16
|
+
readonly label: "Phase 3";
|
|
17
|
+
readonly value: "p3";
|
|
18
|
+
readonly description: "Grand opening, now open, available";
|
|
19
|
+
}, {
|
|
20
|
+
readonly label: "Phase 4";
|
|
21
|
+
readonly value: "p4";
|
|
22
|
+
readonly description: "For sale, maintenance period";
|
|
23
|
+
}, {
|
|
24
|
+
readonly label: "Phase 5";
|
|
25
|
+
readonly value: "p5";
|
|
26
|
+
readonly description: "Final sale";
|
|
27
|
+
}, {
|
|
28
|
+
readonly label: "Closed";
|
|
29
|
+
readonly value: "closed";
|
|
30
|
+
readonly description: "Sold out, no longer available";
|
|
31
|
+
}];
|
|
32
|
+
declare const ClientProjectPhaseOptions: readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"];
|
|
33
|
+
//#endregion
|
|
34
|
+
//#region src/constants/client.constants.d.ts
|
|
35
|
+
declare const IsValidClientClassificationSelectOptions: readonly ["organic", "paid"];
|
|
36
|
+
//#endregion
|
|
37
|
+
//#region src/constants/comment.constants.d.ts
|
|
38
|
+
declare const ReportCommentReason: {
|
|
39
|
+
readonly BAD_LANGUAGE: "BAD_LANGUAGE";
|
|
40
|
+
readonly DISCRIMINATION: "DISCRIMINATION";
|
|
41
|
+
readonly OTHER: "OTHER";
|
|
42
|
+
};
|
|
43
|
+
declare const ReportCommentReasonOptions: ("BAD_LANGUAGE" | "DISCRIMINATION" | "OTHER")[];
|
|
44
|
+
declare const CommentApprovalStatus: {
|
|
45
|
+
readonly PENDING: "PENDING";
|
|
46
|
+
readonly APPROVED: "APPROVED";
|
|
47
|
+
readonly REJECTED: "REJECTED";
|
|
48
|
+
};
|
|
49
|
+
declare const CommentApprovalStatusOptions: ("PENDING" | "APPROVED" | "REJECTED")[];
|
|
50
|
+
//#endregion
|
|
51
|
+
//#region src/constants/font.constants.d.ts
|
|
52
|
+
type WebSafeFontSerif = "serif" | "Arial" | "Arial Black" | "Verdana" | "Trebuchet MS" | "Tahoma" | "Geneva" | "Helvetica" | "Segoe UI" | "Impact" | "MS Serif";
|
|
53
|
+
type WebSafeFontSans = "sans-serif" | "Times New Roman" | "Georgia" | "Garamond" | "Palatino" | "Book Antiqua" | "MS Sans Serif";
|
|
54
|
+
type WebSafeFontMono = "monospace" | "Courier New" | "Lucida Console" | "Monaco" | "Consolas" | "Lucida Sans Unicode";
|
|
55
|
+
type WebSafeFontDisplay = "cursive" | "Comic Sans MS" | "Brush Script MT";
|
|
56
|
+
type WebSafeFont = WebSafeFontSerif | WebSafeFontSans | WebSafeFontMono | WebSafeFontDisplay;
|
|
57
|
+
//#endregion
|
|
58
|
+
//#region src/constants/gc-contact-form-options.constants.d.ts
|
|
59
|
+
declare const ValidNumberOfEmployeeOptions: readonly [{
|
|
60
|
+
readonly label: "0-10";
|
|
61
|
+
readonly value: "0-10";
|
|
62
|
+
}, {
|
|
63
|
+
readonly label: "11-20";
|
|
64
|
+
readonly value: "11-20";
|
|
65
|
+
}, {
|
|
66
|
+
readonly label: "21-50";
|
|
67
|
+
readonly value: "21-50";
|
|
68
|
+
}, {
|
|
69
|
+
readonly label: "51-100";
|
|
70
|
+
readonly value: "51-100";
|
|
71
|
+
}, {
|
|
72
|
+
readonly label: "101-500";
|
|
73
|
+
readonly value: "101-500";
|
|
74
|
+
}, {
|
|
75
|
+
readonly label: "501+";
|
|
76
|
+
readonly value: "501+";
|
|
77
|
+
}];
|
|
78
|
+
declare const ValidJobRoleGroup: readonly [{
|
|
79
|
+
readonly label: "Founder / Owner";
|
|
80
|
+
readonly value: "founder,owner";
|
|
81
|
+
}, {
|
|
82
|
+
readonly label: "C-suite Executive";
|
|
83
|
+
readonly value: "executive";
|
|
84
|
+
}, {
|
|
85
|
+
readonly label: "Vice President";
|
|
86
|
+
readonly value: "vice president";
|
|
87
|
+
}, {
|
|
88
|
+
readonly label: "Director";
|
|
89
|
+
readonly value: "director";
|
|
90
|
+
}, {
|
|
91
|
+
readonly label: "Manager";
|
|
92
|
+
readonly value: "manager";
|
|
93
|
+
}, {
|
|
94
|
+
readonly label: "Solo-prenour";
|
|
95
|
+
readonly value: "solo-prenour";
|
|
96
|
+
}, {
|
|
97
|
+
readonly label: "Student";
|
|
98
|
+
readonly value: "student";
|
|
99
|
+
}];
|
|
100
|
+
declare const ValidGcServiceOptions: readonly [{
|
|
101
|
+
readonly label: "Full Marketing Services";
|
|
102
|
+
readonly value: "Full Marketing Services";
|
|
103
|
+
}, {
|
|
104
|
+
readonly label: "Graphic Design / Marketing Design";
|
|
105
|
+
readonly value: "Graphic Design / Marketing Design";
|
|
106
|
+
}, {
|
|
107
|
+
readonly label: "Text Message Marketing";
|
|
108
|
+
readonly value: "Text Message Marketing";
|
|
109
|
+
}, {
|
|
110
|
+
readonly label: "Email Marketing";
|
|
111
|
+
readonly value: "Email Marketing";
|
|
112
|
+
}, {
|
|
113
|
+
readonly label: "Video Production";
|
|
114
|
+
readonly value: "Video Production";
|
|
115
|
+
}, {
|
|
116
|
+
readonly label: "Website Production";
|
|
117
|
+
readonly value: "Website Production";
|
|
118
|
+
}, {
|
|
119
|
+
readonly label: "Marketing Automation Software";
|
|
120
|
+
readonly value: "Marketing Automation Software";
|
|
121
|
+
}, {
|
|
122
|
+
readonly label: "Online Advertising";
|
|
123
|
+
readonly value: "Online Advertising";
|
|
124
|
+
}, {
|
|
125
|
+
readonly label: "Influencer Marketing";
|
|
126
|
+
readonly value: "Influencer Marketing";
|
|
127
|
+
}];
|
|
128
|
+
declare const ValidGcVideoServiceOptions: readonly [{
|
|
129
|
+
readonly label: "Storyboarding";
|
|
130
|
+
readonly value: "Storyboarding";
|
|
131
|
+
}, {
|
|
132
|
+
readonly label: "Voiceovers";
|
|
133
|
+
readonly value: "Voiceovers";
|
|
134
|
+
}, {
|
|
135
|
+
readonly label: "Video Commercials / Interviews";
|
|
136
|
+
readonly value: "Video Commercials / Interviews";
|
|
137
|
+
}, {
|
|
138
|
+
readonly label: "Short Form Video Editing (social posts/stories)";
|
|
139
|
+
readonly value: "Short Form Video Editing (social posts/stories)";
|
|
140
|
+
}, {
|
|
141
|
+
readonly label: "Product Tours";
|
|
142
|
+
readonly value: "Product Tours";
|
|
143
|
+
}, {
|
|
144
|
+
readonly label: "Model Home / Community Tours";
|
|
145
|
+
readonly value: "Model Home / Community Tours";
|
|
146
|
+
}, {
|
|
147
|
+
readonly label: "Matterport Interactive Tours";
|
|
148
|
+
readonly value: "Matterport Interactive Tours";
|
|
149
|
+
}, {
|
|
150
|
+
readonly label: "3D Flyover Videos";
|
|
151
|
+
readonly value: "3D Flyover Videos";
|
|
152
|
+
}];
|
|
153
|
+
declare const ValidGcDesiredContentOptions: readonly [{
|
|
154
|
+
readonly label: "Blog Posts";
|
|
155
|
+
readonly value: "Blog Posts";
|
|
156
|
+
}, {
|
|
157
|
+
readonly label: "Podcasting";
|
|
158
|
+
readonly value: "Podcasting";
|
|
159
|
+
}, {
|
|
160
|
+
readonly label: "Live Streams";
|
|
161
|
+
readonly value: "Live Streams";
|
|
162
|
+
}, {
|
|
163
|
+
readonly label: "Newsletters";
|
|
164
|
+
readonly value: "Newsletters";
|
|
165
|
+
}, {
|
|
166
|
+
readonly label: "Freebies / Toolkits";
|
|
167
|
+
readonly value: "Freebies / Toolkits";
|
|
168
|
+
}, {
|
|
169
|
+
readonly label: "Community Updates";
|
|
170
|
+
readonly value: "Community Updates";
|
|
171
|
+
}];
|
|
172
|
+
declare const ValidRatingRange5: readonly [{
|
|
173
|
+
readonly label: "1";
|
|
174
|
+
readonly value: "1";
|
|
175
|
+
}, {
|
|
176
|
+
readonly label: "2";
|
|
177
|
+
readonly value: "2";
|
|
178
|
+
}, {
|
|
179
|
+
readonly label: "3";
|
|
180
|
+
readonly value: "3";
|
|
181
|
+
}, {
|
|
182
|
+
readonly label: "4";
|
|
183
|
+
readonly value: "4";
|
|
184
|
+
}, {
|
|
185
|
+
readonly label: "5";
|
|
186
|
+
readonly value: "5";
|
|
187
|
+
}];
|
|
188
|
+
//#endregion
|
|
189
|
+
//#region src/constants/limits.constants.d.ts
|
|
190
|
+
declare const LIMIT_MIN_VALUE = 1;
|
|
191
|
+
declare const LIMIT_SHORT_STRING_MAX_LENGTH = 255;
|
|
192
|
+
declare const LIMIT_MEDIUM_STRING_MAX_LENGTH = 500;
|
|
193
|
+
declare const LIMIT_LONG_STRING_MAX_LENGTH = 5000;
|
|
194
|
+
declare const LIMIT_VAL_10 = 10;
|
|
195
|
+
declare const LIMIT_VAL_100 = 100;
|
|
196
|
+
declare const LIMIT_MIN_USERNAME = 3;
|
|
197
|
+
declare const LIMIT_MAX_USERNAME = 255;
|
|
198
|
+
declare const LIMIT_MIN_EMAIL = 5;
|
|
199
|
+
declare const LIMIT_MAX_EMAIL = 255;
|
|
200
|
+
declare const LIMIT_MIN_PASSWORD = 8;
|
|
201
|
+
declare const LIMIT_MAX_PASSWORD = 255;
|
|
202
|
+
declare const LIMIT_MAX_PROVIDER = 255;
|
|
203
|
+
declare const LIMIT_MIN_PHONE = 7;
|
|
204
|
+
declare const LIMIT_MAX_PHONE = 24;
|
|
205
|
+
declare const LIMIT_MIN_DESTINATION = 10;
|
|
206
|
+
declare const LIMIT_MAX_DESTINATION = 2048;
|
|
207
|
+
declare const LIMIT_MIN_DOMAIN = 10;
|
|
208
|
+
declare const LIMIT_MAX_DOMAIN = 253;
|
|
209
|
+
declare const LIMIT_MIN_PATH = 1;
|
|
210
|
+
declare const LIMIT_MAX_PATH = 2038;
|
|
211
|
+
declare const LIMIT_MIN_QUERY = 1;
|
|
212
|
+
declare const LIMIT_MAX_QUERY = 2038;
|
|
213
|
+
declare const LIMIT_MIN_FRAGMENT = 1;
|
|
214
|
+
declare const LIMIT_MAX_FRAGMENT = 2038;
|
|
215
|
+
declare const LIMIT_MIN_UTM_KEY = 1;
|
|
216
|
+
declare const LIMIT_MAX_UTM_KEY = 255;
|
|
217
|
+
declare const LIMIT_MIN_UTM_SOURCE = 1;
|
|
218
|
+
declare const LIMIT_MAX_UTM_SOURCE = 2026;
|
|
219
|
+
declare const LIMIT_MIN_UTM_MEDIUM = 1;
|
|
220
|
+
declare const LIMIT_MAX_UTM_MEDIUM = 2026;
|
|
221
|
+
declare const LIMIT_MIN_UTM_CAMPAIGN = 1;
|
|
222
|
+
declare const LIMIT_MAX_UTM_CAMPAIGN = 2024;
|
|
223
|
+
declare const LIMIT_MIN_UTM_CREATIVE_FORMAT = 1;
|
|
224
|
+
declare const LIMIT_MAX_UTM_CREATIVE_FORMAT = 2017;
|
|
225
|
+
declare const LIMIT_MIN_UTM_CONTENT = 1;
|
|
226
|
+
declare const LIMIT_MAX_UTM_CONTENT = 2025;
|
|
227
|
+
declare const LIMIT_MIN_UTM_TERM = 1;
|
|
228
|
+
declare const LIMIT_MAX_UTM_TERM = 2028;
|
|
229
|
+
declare const LIMIT_MIN_UTM_ID = 1;
|
|
230
|
+
declare const LIMIT_MAX_UTM_ID = 2030;
|
|
231
|
+
//#endregion
|
|
232
|
+
//#region src/constants/message-response.constants.d.ts
|
|
233
|
+
declare const ERROR_MESSAGE_ROBOT = "It appears you are a robot, please try again.";
|
|
234
|
+
declare const ERROR_MESSAGE_COMMA_SEPPARATED_URLS = "Please enter a list of URLs separated by commas.";
|
|
235
|
+
declare const ERROR_MESSAGE_INVALID_URL = "Please enter a valid URL.";
|
|
236
|
+
declare const ERROR_MESSAGE_UTM_URL = "Please enter a valid URL with UTM parameters.";
|
|
237
|
+
declare const ERROR_MESSAGE_URL_NO_QUERY_PARAMS = "Please remove any query parameters from the URL.";
|
|
238
|
+
declare const ERROR_MESSAGE_ONE_PROJECT_STATUS = "You can only select one project status.";
|
|
239
|
+
declare const ERROR_MESSAGE_URL_PREFIX = "Please enter a valid URL starting with http or https.";
|
|
240
|
+
//#endregion
|
|
241
|
+
//#region src/constants/pagination.constants.d.ts
|
|
242
|
+
declare const LIMIT_TABLE_PAGINATION_DEFAULT_SIZE = 10;
|
|
243
|
+
declare const LIMIT_PAGINATION_DEFAULT_SIZE = 100;
|
|
244
|
+
declare const LIMIT_PAGINATION_MAX_SIZE = 10000;
|
|
245
|
+
declare const LIMIT_BLOG_POST_PAGINATION_DEFAULT_SIZE = 6;
|
|
246
|
+
declare const LIMIT_BLOG_POST_PAGINATION_MAX_SIZE = 20;
|
|
247
|
+
declare const LIMIT_CLIENT_PAGINATION_DEFAULT_SIZE = 20;
|
|
248
|
+
declare const LIMIT_CLIENT_PAGINATION_MAX_SIZE = 100;
|
|
249
|
+
declare const LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE = 10;
|
|
250
|
+
declare const LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE = 100;
|
|
251
|
+
declare const LIMIT_CLIENT_MEDIA_PLATFORM_PAGINATION_DEFAULT_SIZE = 10;
|
|
252
|
+
declare const LIMIT_CLIENT_MEDIA_PLATFORM_PAGINATION_MAX_SIZE = 100;
|
|
253
|
+
declare const LIMIT_CLIENT_CONTENT_PILLAR_PAGINATION_DEFAULT_SIZE = 10;
|
|
254
|
+
declare const LIMIT_CLIENT_CONTENT_PILLAR_PAGINATION_MAX_SIZE = 100;
|
|
255
|
+
declare const LIMIT_CLIENT_PROJECT_PAGINATION_DEFAULT_SIZE = 10;
|
|
256
|
+
declare const LIMIT_CLIENT_PROJECT_PAGINATION_MAX_SIZE = 100;
|
|
257
|
+
declare const LIMIT_CLIENT_STYLEGUIDE_PAGINATION_DEFAULT_SIZE = 10;
|
|
258
|
+
declare const LIMIT_CLIENT_STYLEGUIDE_PAGINATION_MAX_SIZE = 100;
|
|
259
|
+
declare const LIMIT_CLIENT_USER_PAGINATION_DEFAULT_SIZE_LIMIT = 10;
|
|
260
|
+
declare const LIMIT_CLIENT_USER_PAGINATION_MAX_SIZE_LIMIT = 100;
|
|
261
|
+
declare const LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_DEFAULT_SIZE = 10;
|
|
262
|
+
declare const LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_MAX_SIZE = 100;
|
|
263
|
+
declare const LIMIT_PRODUCT_PAGINATION_DEFAULT_SIZE = 10;
|
|
264
|
+
declare const LIMIT_PRODUCT_PAGINATION_MAX_SIZE = 100;
|
|
265
|
+
declare const LIMIT_REDIRECT_PAGINATION_DEFAULT_SIZE = 1000;
|
|
266
|
+
declare const LIMIT_REDIRECT_PAGINATION_MAX_SIZE = 10000;
|
|
267
|
+
declare const LIMIT_TEAM_MEMBER_PAGINATION_DEFAULT_SIZE = 10;
|
|
268
|
+
declare const LIMIT_TEAM_MEMBER_PAGINATION_MAX_SIZE = 20;
|
|
269
|
+
declare const LIMIT_TREND_PAGINATION_DEFAULT_SIZE = 7;
|
|
270
|
+
declare const LIMIT_TREND_PAGINATION_MAX_SIZE = 100;
|
|
271
|
+
declare const LIMIT_USER_PAGINATION_DEFAULT_SIZE = 10;
|
|
272
|
+
declare const LIMIT_USER_PAGINATION_MAX_SIZE = 10;
|
|
273
|
+
declare const LIMIT_CATEGORIES_DEFAULT_SIZE = 100;
|
|
274
|
+
declare const LIMIT_CATEGORIES_MAX_SIZE = 1000;
|
|
275
|
+
declare const LIMIT_TAGS_DEFAULT_SIZE = 100;
|
|
276
|
+
declare const LIMIT_TAGS_MAX_SIZE = 1000;
|
|
277
|
+
declare const LIMIT_UTM_TRACKING_LINK_PAGINATION_DEFAULT_SIZE = 10;
|
|
278
|
+
declare const LIMIT_UTM_TRACKING_LINK_PAGINATION_MAX_SIZE = 1000;
|
|
279
|
+
declare const LIMIT_MONDAY_WORKSPACE_PAGINATION_DEFAULT_SIZE = 10;
|
|
280
|
+
declare const LIMIT_MONDAY_WORKSPACE_PAGINATION_MAX_SIZE = 1000;
|
|
281
|
+
//#endregion
|
|
282
|
+
//#region src/constants/regex.constants.d.ts
|
|
283
|
+
declare const ERROR_MESSAGE_REGEX_UTM_VALUE = "can only contain letters, numbers, and the special characters: - _ .";
|
|
284
|
+
declare const REGEX_UTM_VALUE: RegExp;
|
|
285
|
+
declare const REGEX_BRAND_COLOR_SLUG: RegExp;
|
|
286
|
+
declare const ERROR_MESSAGE_REGEX_PHONE = "Please provide a valid phone number.";
|
|
287
|
+
declare const REGEX_NANP_PHONE: RegExp;
|
|
288
|
+
declare const ERROR_MESSAGE_REGEX_URL_SLUG = "can only contain letters, numbers, and the special characters: - _ .";
|
|
289
|
+
declare const REGEX_URL_SLUG: RegExp;
|
|
290
|
+
//#endregion
|
|
291
|
+
export { ERROR_MESSAGE_UTM_URL as $, CommentApprovalStatusOptions as $t, LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_DEFAULT_SIZE as A, LIMIT_MIN_UTM_CONTENT as At, LIMIT_TEAM_MEMBER_PAGINATION_MAX_SIZE as B, LIMIT_VAL_100 as Bt, LIMIT_CLIENT_STYLEGUIDE_PAGINATION_MAX_SIZE as C, LIMIT_MIN_FRAGMENT as Ct, LIMIT_MONDAY_WORKSPACE_PAGINATION_MAX_SIZE as D, LIMIT_MIN_QUERY as Dt, LIMIT_MONDAY_WORKSPACE_PAGINATION_DEFAULT_SIZE as E, LIMIT_MIN_PHONE as Et, LIMIT_REDIRECT_PAGINATION_MAX_SIZE as F, LIMIT_MIN_UTM_SOURCE as Ft, LIMIT_UTM_TRACKING_LINK_PAGINATION_DEFAULT_SIZE as G, ValidNumberOfEmployeeOptions as Gt, LIMIT_TREND_PAGINATION_MAX_SIZE as H, ValidGcServiceOptions as Ht, LIMIT_TABLE_PAGINATION_DEFAULT_SIZE as I, LIMIT_MIN_UTM_TERM as It, ERROR_MESSAGE_INVALID_URL as J, WebSafeFontDisplay as Jt, LIMIT_UTM_TRACKING_LINK_PAGINATION_MAX_SIZE as K, ValidRatingRange5 as Kt, LIMIT_TAGS_DEFAULT_SIZE as L, LIMIT_MIN_VALUE as Lt, LIMIT_PRODUCT_PAGINATION_DEFAULT_SIZE as M, LIMIT_MIN_UTM_ID as Mt, LIMIT_PRODUCT_PAGINATION_MAX_SIZE as N, LIMIT_MIN_UTM_KEY as Nt, LIMIT_PAGINATION_DEFAULT_SIZE as O, LIMIT_MIN_USERNAME as Ot, LIMIT_REDIRECT_PAGINATION_DEFAULT_SIZE as P, LIMIT_MIN_UTM_MEDIUM as Pt, ERROR_MESSAGE_URL_PREFIX as Q, CommentApprovalStatus as Qt, LIMIT_TAGS_MAX_SIZE as R, LIMIT_SHORT_STRING_MAX_LENGTH as Rt, LIMIT_CLIENT_STYLEGUIDE_PAGINATION_DEFAULT_SIZE as S, LIMIT_MIN_EMAIL as St, LIMIT_CLIENT_USER_PAGINATION_MAX_SIZE_LIMIT as T, LIMIT_MIN_PATH as Tt, LIMIT_USER_PAGINATION_DEFAULT_SIZE as U, ValidGcVideoServiceOptions as Ut, LIMIT_TREND_PAGINATION_DEFAULT_SIZE as V, ValidGcDesiredContentOptions as Vt, LIMIT_USER_PAGINATION_MAX_SIZE as W, ValidJobRoleGroup as Wt, ERROR_MESSAGE_ROBOT as X, WebSafeFontSans as Xt, ERROR_MESSAGE_ONE_PROJECT_STATUS as Y, WebSafeFontMono as Yt, ERROR_MESSAGE_URL_NO_QUERY_PARAMS as Z, WebSafeFontSerif as Zt, LIMIT_CLIENT_PAGINATION_MAX_SIZE as _, LIMIT_MAX_UTM_SOURCE as _t, REGEX_NANP_PHONE as a, ClientProjectStatusOptions as an, LIMIT_MAX_PASSWORD as at, LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE as b, LIMIT_MIN_DESTINATION as bt, LIMIT_BLOG_POST_PAGINATION_DEFAULT_SIZE as c, LIMIT_MAX_PROVIDER as ct, LIMIT_CATEGORIES_MAX_SIZE as d, LIMIT_MAX_UTM_CAMPAIGN as dt, ReportCommentReason as en, LIMIT_LONG_STRING_MAX_LENGTH as et, LIMIT_CLIENT_CONTENT_PILLAR_PAGINATION_DEFAULT_SIZE as f, LIMIT_MAX_UTM_CONTENT as ft, LIMIT_CLIENT_PAGINATION_DEFAULT_SIZE as g, LIMIT_MAX_UTM_MEDIUM as gt, LIMIT_CLIENT_MEDIA_PLATFORM_PAGINATION_MAX_SIZE as h, LIMIT_MAX_UTM_KEY as ht, REGEX_BRAND_COLOR_SLUG as i, ClientProjectPhaseSelectOptions as in, LIMIT_MAX_FRAGMENT as it, LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_MAX_SIZE as j, LIMIT_MIN_UTM_CREATIVE_FORMAT as jt, LIMIT_PAGINATION_MAX_SIZE as k, LIMIT_MIN_UTM_CAMPAIGN as kt, LIMIT_BLOG_POST_PAGINATION_MAX_SIZE as l, LIMIT_MAX_QUERY as lt, LIMIT_CLIENT_MEDIA_PLATFORM_PAGINATION_DEFAULT_SIZE as m, LIMIT_MAX_UTM_ID as mt, ERROR_MESSAGE_REGEX_URL_SLUG as n, IsValidClientClassificationSelectOptions as nn, LIMIT_MAX_DOMAIN as nt, REGEX_URL_SLUG as o, LIMIT_MAX_PATH as ot, LIMIT_CLIENT_CONTENT_PILLAR_PAGINATION_MAX_SIZE as p, LIMIT_MAX_UTM_CREATIVE_FORMAT as pt, ERROR_MESSAGE_COMMA_SEPPARATED_URLS as q, WebSafeFont as qt, ERROR_MESSAGE_REGEX_UTM_VALUE as r, ClientProjectPhaseOptions as rn, LIMIT_MAX_EMAIL as rt, REGEX_UTM_VALUE as s, LIMIT_MAX_PHONE as st, ERROR_MESSAGE_REGEX_PHONE as t, ReportCommentReasonOptions as tn, LIMIT_MAX_DESTINATION as tt, LIMIT_CATEGORIES_DEFAULT_SIZE as u, LIMIT_MAX_USERNAME as ut, LIMIT_CLIENT_PROJECT_PAGINATION_DEFAULT_SIZE as v, LIMIT_MAX_UTM_TERM as vt, LIMIT_CLIENT_USER_PAGINATION_DEFAULT_SIZE_LIMIT as w, LIMIT_MIN_PASSWORD as wt, LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE as x, LIMIT_MIN_DOMAIN as xt, LIMIT_CLIENT_PROJECT_PAGINATION_MAX_SIZE as y, LIMIT_MEDIUM_STRING_MAX_LENGTH as yt, LIMIT_TEAM_MEMBER_PAGINATION_DEFAULT_SIZE as z, LIMIT_VAL_10 as zt };
|
|
292
|
+
//# sourceMappingURL=index-CiWVYf_f.d.cts.map
|
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
//#region src/constants/client-project.constants.d.ts
|
|
2
|
+
declare const ClientProjectStatusOptions: readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"];
|
|
3
|
+
declare const ClientProjectPhaseSelectOptions: readonly [{
|
|
4
|
+
readonly label: "Brand";
|
|
5
|
+
readonly value: "brand";
|
|
6
|
+
readonly description: "General/Company branded content";
|
|
7
|
+
}, {
|
|
8
|
+
readonly label: "Phase 1";
|
|
9
|
+
readonly value: "p1";
|
|
10
|
+
readonly description: "Interest list building";
|
|
11
|
+
}, {
|
|
12
|
+
readonly label: "Phase 2";
|
|
13
|
+
readonly value: "p2";
|
|
14
|
+
readonly description: "Pre-qualification, pre-sales";
|
|
15
|
+
}, {
|
|
16
|
+
readonly label: "Phase 3";
|
|
17
|
+
readonly value: "p3";
|
|
18
|
+
readonly description: "Grand opening, now open, available";
|
|
19
|
+
}, {
|
|
20
|
+
readonly label: "Phase 4";
|
|
21
|
+
readonly value: "p4";
|
|
22
|
+
readonly description: "For sale, maintenance period";
|
|
23
|
+
}, {
|
|
24
|
+
readonly label: "Phase 5";
|
|
25
|
+
readonly value: "p5";
|
|
26
|
+
readonly description: "Final sale";
|
|
27
|
+
}, {
|
|
28
|
+
readonly label: "Closed";
|
|
29
|
+
readonly value: "closed";
|
|
30
|
+
readonly description: "Sold out, no longer available";
|
|
31
|
+
}];
|
|
32
|
+
declare const ClientProjectPhaseOptions: readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"];
|
|
33
|
+
//#endregion
|
|
34
|
+
//#region src/constants/client.constants.d.ts
|
|
35
|
+
declare const IsValidClientClassificationSelectOptions: readonly ["organic", "paid"];
|
|
36
|
+
//#endregion
|
|
37
|
+
//#region src/constants/comment.constants.d.ts
|
|
38
|
+
declare const ReportCommentReason: {
|
|
39
|
+
readonly BAD_LANGUAGE: "BAD_LANGUAGE";
|
|
40
|
+
readonly DISCRIMINATION: "DISCRIMINATION";
|
|
41
|
+
readonly OTHER: "OTHER";
|
|
42
|
+
};
|
|
43
|
+
declare const ReportCommentReasonOptions: ("BAD_LANGUAGE" | "DISCRIMINATION" | "OTHER")[];
|
|
44
|
+
declare const CommentApprovalStatus: {
|
|
45
|
+
readonly PENDING: "PENDING";
|
|
46
|
+
readonly APPROVED: "APPROVED";
|
|
47
|
+
readonly REJECTED: "REJECTED";
|
|
48
|
+
};
|
|
49
|
+
declare const CommentApprovalStatusOptions: ("PENDING" | "APPROVED" | "REJECTED")[];
|
|
50
|
+
//#endregion
|
|
51
|
+
//#region src/constants/font.constants.d.ts
|
|
52
|
+
type WebSafeFontSerif = "serif" | "Arial" | "Arial Black" | "Verdana" | "Trebuchet MS" | "Tahoma" | "Geneva" | "Helvetica" | "Segoe UI" | "Impact" | "MS Serif";
|
|
53
|
+
type WebSafeFontSans = "sans-serif" | "Times New Roman" | "Georgia" | "Garamond" | "Palatino" | "Book Antiqua" | "MS Sans Serif";
|
|
54
|
+
type WebSafeFontMono = "monospace" | "Courier New" | "Lucida Console" | "Monaco" | "Consolas" | "Lucida Sans Unicode";
|
|
55
|
+
type WebSafeFontDisplay = "cursive" | "Comic Sans MS" | "Brush Script MT";
|
|
56
|
+
type WebSafeFont = WebSafeFontSerif | WebSafeFontSans | WebSafeFontMono | WebSafeFontDisplay;
|
|
57
|
+
//#endregion
|
|
58
|
+
//#region src/constants/gc-contact-form-options.constants.d.ts
|
|
59
|
+
declare const ValidNumberOfEmployeeOptions: readonly [{
|
|
60
|
+
readonly label: "0-10";
|
|
61
|
+
readonly value: "0-10";
|
|
62
|
+
}, {
|
|
63
|
+
readonly label: "11-20";
|
|
64
|
+
readonly value: "11-20";
|
|
65
|
+
}, {
|
|
66
|
+
readonly label: "21-50";
|
|
67
|
+
readonly value: "21-50";
|
|
68
|
+
}, {
|
|
69
|
+
readonly label: "51-100";
|
|
70
|
+
readonly value: "51-100";
|
|
71
|
+
}, {
|
|
72
|
+
readonly label: "101-500";
|
|
73
|
+
readonly value: "101-500";
|
|
74
|
+
}, {
|
|
75
|
+
readonly label: "501+";
|
|
76
|
+
readonly value: "501+";
|
|
77
|
+
}];
|
|
78
|
+
declare const ValidJobRoleGroup: readonly [{
|
|
79
|
+
readonly label: "Founder / Owner";
|
|
80
|
+
readonly value: "founder,owner";
|
|
81
|
+
}, {
|
|
82
|
+
readonly label: "C-suite Executive";
|
|
83
|
+
readonly value: "executive";
|
|
84
|
+
}, {
|
|
85
|
+
readonly label: "Vice President";
|
|
86
|
+
readonly value: "vice president";
|
|
87
|
+
}, {
|
|
88
|
+
readonly label: "Director";
|
|
89
|
+
readonly value: "director";
|
|
90
|
+
}, {
|
|
91
|
+
readonly label: "Manager";
|
|
92
|
+
readonly value: "manager";
|
|
93
|
+
}, {
|
|
94
|
+
readonly label: "Solo-prenour";
|
|
95
|
+
readonly value: "solo-prenour";
|
|
96
|
+
}, {
|
|
97
|
+
readonly label: "Student";
|
|
98
|
+
readonly value: "student";
|
|
99
|
+
}];
|
|
100
|
+
declare const ValidGcServiceOptions: readonly [{
|
|
101
|
+
readonly label: "Full Marketing Services";
|
|
102
|
+
readonly value: "Full Marketing Services";
|
|
103
|
+
}, {
|
|
104
|
+
readonly label: "Graphic Design / Marketing Design";
|
|
105
|
+
readonly value: "Graphic Design / Marketing Design";
|
|
106
|
+
}, {
|
|
107
|
+
readonly label: "Text Message Marketing";
|
|
108
|
+
readonly value: "Text Message Marketing";
|
|
109
|
+
}, {
|
|
110
|
+
readonly label: "Email Marketing";
|
|
111
|
+
readonly value: "Email Marketing";
|
|
112
|
+
}, {
|
|
113
|
+
readonly label: "Video Production";
|
|
114
|
+
readonly value: "Video Production";
|
|
115
|
+
}, {
|
|
116
|
+
readonly label: "Website Production";
|
|
117
|
+
readonly value: "Website Production";
|
|
118
|
+
}, {
|
|
119
|
+
readonly label: "Marketing Automation Software";
|
|
120
|
+
readonly value: "Marketing Automation Software";
|
|
121
|
+
}, {
|
|
122
|
+
readonly label: "Online Advertising";
|
|
123
|
+
readonly value: "Online Advertising";
|
|
124
|
+
}, {
|
|
125
|
+
readonly label: "Influencer Marketing";
|
|
126
|
+
readonly value: "Influencer Marketing";
|
|
127
|
+
}];
|
|
128
|
+
declare const ValidGcVideoServiceOptions: readonly [{
|
|
129
|
+
readonly label: "Storyboarding";
|
|
130
|
+
readonly value: "Storyboarding";
|
|
131
|
+
}, {
|
|
132
|
+
readonly label: "Voiceovers";
|
|
133
|
+
readonly value: "Voiceovers";
|
|
134
|
+
}, {
|
|
135
|
+
readonly label: "Video Commercials / Interviews";
|
|
136
|
+
readonly value: "Video Commercials / Interviews";
|
|
137
|
+
}, {
|
|
138
|
+
readonly label: "Short Form Video Editing (social posts/stories)";
|
|
139
|
+
readonly value: "Short Form Video Editing (social posts/stories)";
|
|
140
|
+
}, {
|
|
141
|
+
readonly label: "Product Tours";
|
|
142
|
+
readonly value: "Product Tours";
|
|
143
|
+
}, {
|
|
144
|
+
readonly label: "Model Home / Community Tours";
|
|
145
|
+
readonly value: "Model Home / Community Tours";
|
|
146
|
+
}, {
|
|
147
|
+
readonly label: "Matterport Interactive Tours";
|
|
148
|
+
readonly value: "Matterport Interactive Tours";
|
|
149
|
+
}, {
|
|
150
|
+
readonly label: "3D Flyover Videos";
|
|
151
|
+
readonly value: "3D Flyover Videos";
|
|
152
|
+
}];
|
|
153
|
+
declare const ValidGcDesiredContentOptions: readonly [{
|
|
154
|
+
readonly label: "Blog Posts";
|
|
155
|
+
readonly value: "Blog Posts";
|
|
156
|
+
}, {
|
|
157
|
+
readonly label: "Podcasting";
|
|
158
|
+
readonly value: "Podcasting";
|
|
159
|
+
}, {
|
|
160
|
+
readonly label: "Live Streams";
|
|
161
|
+
readonly value: "Live Streams";
|
|
162
|
+
}, {
|
|
163
|
+
readonly label: "Newsletters";
|
|
164
|
+
readonly value: "Newsletters";
|
|
165
|
+
}, {
|
|
166
|
+
readonly label: "Freebies / Toolkits";
|
|
167
|
+
readonly value: "Freebies / Toolkits";
|
|
168
|
+
}, {
|
|
169
|
+
readonly label: "Community Updates";
|
|
170
|
+
readonly value: "Community Updates";
|
|
171
|
+
}];
|
|
172
|
+
declare const ValidRatingRange5: readonly [{
|
|
173
|
+
readonly label: "1";
|
|
174
|
+
readonly value: "1";
|
|
175
|
+
}, {
|
|
176
|
+
readonly label: "2";
|
|
177
|
+
readonly value: "2";
|
|
178
|
+
}, {
|
|
179
|
+
readonly label: "3";
|
|
180
|
+
readonly value: "3";
|
|
181
|
+
}, {
|
|
182
|
+
readonly label: "4";
|
|
183
|
+
readonly value: "4";
|
|
184
|
+
}, {
|
|
185
|
+
readonly label: "5";
|
|
186
|
+
readonly value: "5";
|
|
187
|
+
}];
|
|
188
|
+
//#endregion
|
|
189
|
+
//#region src/constants/limits.constants.d.ts
|
|
190
|
+
declare const LIMIT_MIN_VALUE = 1;
|
|
191
|
+
declare const LIMIT_SHORT_STRING_MAX_LENGTH = 255;
|
|
192
|
+
declare const LIMIT_MEDIUM_STRING_MAX_LENGTH = 500;
|
|
193
|
+
declare const LIMIT_LONG_STRING_MAX_LENGTH = 5000;
|
|
194
|
+
declare const LIMIT_VAL_10 = 10;
|
|
195
|
+
declare const LIMIT_VAL_100 = 100;
|
|
196
|
+
declare const LIMIT_MIN_USERNAME = 3;
|
|
197
|
+
declare const LIMIT_MAX_USERNAME = 255;
|
|
198
|
+
declare const LIMIT_MIN_EMAIL = 5;
|
|
199
|
+
declare const LIMIT_MAX_EMAIL = 255;
|
|
200
|
+
declare const LIMIT_MIN_PASSWORD = 8;
|
|
201
|
+
declare const LIMIT_MAX_PASSWORD = 255;
|
|
202
|
+
declare const LIMIT_MAX_PROVIDER = 255;
|
|
203
|
+
declare const LIMIT_MIN_PHONE = 7;
|
|
204
|
+
declare const LIMIT_MAX_PHONE = 24;
|
|
205
|
+
declare const LIMIT_MIN_DESTINATION = 10;
|
|
206
|
+
declare const LIMIT_MAX_DESTINATION = 2048;
|
|
207
|
+
declare const LIMIT_MIN_DOMAIN = 10;
|
|
208
|
+
declare const LIMIT_MAX_DOMAIN = 253;
|
|
209
|
+
declare const LIMIT_MIN_PATH = 1;
|
|
210
|
+
declare const LIMIT_MAX_PATH = 2038;
|
|
211
|
+
declare const LIMIT_MIN_QUERY = 1;
|
|
212
|
+
declare const LIMIT_MAX_QUERY = 2038;
|
|
213
|
+
declare const LIMIT_MIN_FRAGMENT = 1;
|
|
214
|
+
declare const LIMIT_MAX_FRAGMENT = 2038;
|
|
215
|
+
declare const LIMIT_MIN_UTM_KEY = 1;
|
|
216
|
+
declare const LIMIT_MAX_UTM_KEY = 255;
|
|
217
|
+
declare const LIMIT_MIN_UTM_SOURCE = 1;
|
|
218
|
+
declare const LIMIT_MAX_UTM_SOURCE = 2026;
|
|
219
|
+
declare const LIMIT_MIN_UTM_MEDIUM = 1;
|
|
220
|
+
declare const LIMIT_MAX_UTM_MEDIUM = 2026;
|
|
221
|
+
declare const LIMIT_MIN_UTM_CAMPAIGN = 1;
|
|
222
|
+
declare const LIMIT_MAX_UTM_CAMPAIGN = 2024;
|
|
223
|
+
declare const LIMIT_MIN_UTM_CREATIVE_FORMAT = 1;
|
|
224
|
+
declare const LIMIT_MAX_UTM_CREATIVE_FORMAT = 2017;
|
|
225
|
+
declare const LIMIT_MIN_UTM_CONTENT = 1;
|
|
226
|
+
declare const LIMIT_MAX_UTM_CONTENT = 2025;
|
|
227
|
+
declare const LIMIT_MIN_UTM_TERM = 1;
|
|
228
|
+
declare const LIMIT_MAX_UTM_TERM = 2028;
|
|
229
|
+
declare const LIMIT_MIN_UTM_ID = 1;
|
|
230
|
+
declare const LIMIT_MAX_UTM_ID = 2030;
|
|
231
|
+
//#endregion
|
|
232
|
+
//#region src/constants/message-response.constants.d.ts
|
|
233
|
+
declare const ERROR_MESSAGE_ROBOT = "It appears you are a robot, please try again.";
|
|
234
|
+
declare const ERROR_MESSAGE_COMMA_SEPPARATED_URLS = "Please enter a list of URLs separated by commas.";
|
|
235
|
+
declare const ERROR_MESSAGE_INVALID_URL = "Please enter a valid URL.";
|
|
236
|
+
declare const ERROR_MESSAGE_UTM_URL = "Please enter a valid URL with UTM parameters.";
|
|
237
|
+
declare const ERROR_MESSAGE_URL_NO_QUERY_PARAMS = "Please remove any query parameters from the URL.";
|
|
238
|
+
declare const ERROR_MESSAGE_ONE_PROJECT_STATUS = "You can only select one project status.";
|
|
239
|
+
declare const ERROR_MESSAGE_URL_PREFIX = "Please enter a valid URL starting with http or https.";
|
|
240
|
+
//#endregion
|
|
241
|
+
//#region src/constants/pagination.constants.d.ts
|
|
242
|
+
declare const LIMIT_TABLE_PAGINATION_DEFAULT_SIZE = 10;
|
|
243
|
+
declare const LIMIT_PAGINATION_DEFAULT_SIZE = 100;
|
|
244
|
+
declare const LIMIT_PAGINATION_MAX_SIZE = 10000;
|
|
245
|
+
declare const LIMIT_BLOG_POST_PAGINATION_DEFAULT_SIZE = 6;
|
|
246
|
+
declare const LIMIT_BLOG_POST_PAGINATION_MAX_SIZE = 20;
|
|
247
|
+
declare const LIMIT_CLIENT_PAGINATION_DEFAULT_SIZE = 20;
|
|
248
|
+
declare const LIMIT_CLIENT_PAGINATION_MAX_SIZE = 100;
|
|
249
|
+
declare const LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE = 10;
|
|
250
|
+
declare const LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE = 100;
|
|
251
|
+
declare const LIMIT_CLIENT_MEDIA_PLATFORM_PAGINATION_DEFAULT_SIZE = 10;
|
|
252
|
+
declare const LIMIT_CLIENT_MEDIA_PLATFORM_PAGINATION_MAX_SIZE = 100;
|
|
253
|
+
declare const LIMIT_CLIENT_CONTENT_PILLAR_PAGINATION_DEFAULT_SIZE = 10;
|
|
254
|
+
declare const LIMIT_CLIENT_CONTENT_PILLAR_PAGINATION_MAX_SIZE = 100;
|
|
255
|
+
declare const LIMIT_CLIENT_PROJECT_PAGINATION_DEFAULT_SIZE = 10;
|
|
256
|
+
declare const LIMIT_CLIENT_PROJECT_PAGINATION_MAX_SIZE = 100;
|
|
257
|
+
declare const LIMIT_CLIENT_STYLEGUIDE_PAGINATION_DEFAULT_SIZE = 10;
|
|
258
|
+
declare const LIMIT_CLIENT_STYLEGUIDE_PAGINATION_MAX_SIZE = 100;
|
|
259
|
+
declare const LIMIT_CLIENT_USER_PAGINATION_DEFAULT_SIZE_LIMIT = 10;
|
|
260
|
+
declare const LIMIT_CLIENT_USER_PAGINATION_MAX_SIZE_LIMIT = 100;
|
|
261
|
+
declare const LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_DEFAULT_SIZE = 10;
|
|
262
|
+
declare const LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_MAX_SIZE = 100;
|
|
263
|
+
declare const LIMIT_PRODUCT_PAGINATION_DEFAULT_SIZE = 10;
|
|
264
|
+
declare const LIMIT_PRODUCT_PAGINATION_MAX_SIZE = 100;
|
|
265
|
+
declare const LIMIT_REDIRECT_PAGINATION_DEFAULT_SIZE = 1000;
|
|
266
|
+
declare const LIMIT_REDIRECT_PAGINATION_MAX_SIZE = 10000;
|
|
267
|
+
declare const LIMIT_TEAM_MEMBER_PAGINATION_DEFAULT_SIZE = 10;
|
|
268
|
+
declare const LIMIT_TEAM_MEMBER_PAGINATION_MAX_SIZE = 20;
|
|
269
|
+
declare const LIMIT_TREND_PAGINATION_DEFAULT_SIZE = 7;
|
|
270
|
+
declare const LIMIT_TREND_PAGINATION_MAX_SIZE = 100;
|
|
271
|
+
declare const LIMIT_USER_PAGINATION_DEFAULT_SIZE = 10;
|
|
272
|
+
declare const LIMIT_USER_PAGINATION_MAX_SIZE = 10;
|
|
273
|
+
declare const LIMIT_CATEGORIES_DEFAULT_SIZE = 100;
|
|
274
|
+
declare const LIMIT_CATEGORIES_MAX_SIZE = 1000;
|
|
275
|
+
declare const LIMIT_TAGS_DEFAULT_SIZE = 100;
|
|
276
|
+
declare const LIMIT_TAGS_MAX_SIZE = 1000;
|
|
277
|
+
declare const LIMIT_UTM_TRACKING_LINK_PAGINATION_DEFAULT_SIZE = 10;
|
|
278
|
+
declare const LIMIT_UTM_TRACKING_LINK_PAGINATION_MAX_SIZE = 1000;
|
|
279
|
+
declare const LIMIT_MONDAY_WORKSPACE_PAGINATION_DEFAULT_SIZE = 10;
|
|
280
|
+
declare const LIMIT_MONDAY_WORKSPACE_PAGINATION_MAX_SIZE = 1000;
|
|
281
|
+
//#endregion
|
|
282
|
+
//#region src/constants/regex.constants.d.ts
|
|
283
|
+
declare const ERROR_MESSAGE_REGEX_UTM_VALUE = "can only contain letters, numbers, and the special characters: - _ .";
|
|
284
|
+
declare const REGEX_UTM_VALUE: RegExp;
|
|
285
|
+
declare const REGEX_BRAND_COLOR_SLUG: RegExp;
|
|
286
|
+
declare const ERROR_MESSAGE_REGEX_PHONE = "Please provide a valid phone number.";
|
|
287
|
+
declare const REGEX_NANP_PHONE: RegExp;
|
|
288
|
+
declare const ERROR_MESSAGE_REGEX_URL_SLUG = "can only contain letters, numbers, and the special characters: - _ .";
|
|
289
|
+
declare const REGEX_URL_SLUG: RegExp;
|
|
290
|
+
//#endregion
|
|
291
|
+
export { ERROR_MESSAGE_UTM_URL as $, CommentApprovalStatusOptions as $t, LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_DEFAULT_SIZE as A, LIMIT_MIN_UTM_CONTENT as At, LIMIT_TEAM_MEMBER_PAGINATION_MAX_SIZE as B, LIMIT_VAL_100 as Bt, LIMIT_CLIENT_STYLEGUIDE_PAGINATION_MAX_SIZE as C, LIMIT_MIN_FRAGMENT as Ct, LIMIT_MONDAY_WORKSPACE_PAGINATION_MAX_SIZE as D, LIMIT_MIN_QUERY as Dt, LIMIT_MONDAY_WORKSPACE_PAGINATION_DEFAULT_SIZE as E, LIMIT_MIN_PHONE as Et, LIMIT_REDIRECT_PAGINATION_MAX_SIZE as F, LIMIT_MIN_UTM_SOURCE as Ft, LIMIT_UTM_TRACKING_LINK_PAGINATION_DEFAULT_SIZE as G, ValidNumberOfEmployeeOptions as Gt, LIMIT_TREND_PAGINATION_MAX_SIZE as H, ValidGcServiceOptions as Ht, LIMIT_TABLE_PAGINATION_DEFAULT_SIZE as I, LIMIT_MIN_UTM_TERM as It, ERROR_MESSAGE_INVALID_URL as J, WebSafeFontDisplay as Jt, LIMIT_UTM_TRACKING_LINK_PAGINATION_MAX_SIZE as K, ValidRatingRange5 as Kt, LIMIT_TAGS_DEFAULT_SIZE as L, LIMIT_MIN_VALUE as Lt, LIMIT_PRODUCT_PAGINATION_DEFAULT_SIZE as M, LIMIT_MIN_UTM_ID as Mt, LIMIT_PRODUCT_PAGINATION_MAX_SIZE as N, LIMIT_MIN_UTM_KEY as Nt, LIMIT_PAGINATION_DEFAULT_SIZE as O, LIMIT_MIN_USERNAME as Ot, LIMIT_REDIRECT_PAGINATION_DEFAULT_SIZE as P, LIMIT_MIN_UTM_MEDIUM as Pt, ERROR_MESSAGE_URL_PREFIX as Q, CommentApprovalStatus as Qt, LIMIT_TAGS_MAX_SIZE as R, LIMIT_SHORT_STRING_MAX_LENGTH as Rt, LIMIT_CLIENT_STYLEGUIDE_PAGINATION_DEFAULT_SIZE as S, LIMIT_MIN_EMAIL as St, LIMIT_CLIENT_USER_PAGINATION_MAX_SIZE_LIMIT as T, LIMIT_MIN_PATH as Tt, LIMIT_USER_PAGINATION_DEFAULT_SIZE as U, ValidGcVideoServiceOptions as Ut, LIMIT_TREND_PAGINATION_DEFAULT_SIZE as V, ValidGcDesiredContentOptions as Vt, LIMIT_USER_PAGINATION_MAX_SIZE as W, ValidJobRoleGroup as Wt, ERROR_MESSAGE_ROBOT as X, WebSafeFontSans as Xt, ERROR_MESSAGE_ONE_PROJECT_STATUS as Y, WebSafeFontMono as Yt, ERROR_MESSAGE_URL_NO_QUERY_PARAMS as Z, WebSafeFontSerif as Zt, LIMIT_CLIENT_PAGINATION_MAX_SIZE as _, LIMIT_MAX_UTM_SOURCE as _t, REGEX_NANP_PHONE as a, ClientProjectStatusOptions as an, LIMIT_MAX_PASSWORD as at, LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE as b, LIMIT_MIN_DESTINATION as bt, LIMIT_BLOG_POST_PAGINATION_DEFAULT_SIZE as c, LIMIT_MAX_PROVIDER as ct, LIMIT_CATEGORIES_MAX_SIZE as d, LIMIT_MAX_UTM_CAMPAIGN as dt, ReportCommentReason as en, LIMIT_LONG_STRING_MAX_LENGTH as et, LIMIT_CLIENT_CONTENT_PILLAR_PAGINATION_DEFAULT_SIZE as f, LIMIT_MAX_UTM_CONTENT as ft, LIMIT_CLIENT_PAGINATION_DEFAULT_SIZE as g, LIMIT_MAX_UTM_MEDIUM as gt, LIMIT_CLIENT_MEDIA_PLATFORM_PAGINATION_MAX_SIZE as h, LIMIT_MAX_UTM_KEY as ht, REGEX_BRAND_COLOR_SLUG as i, ClientProjectPhaseSelectOptions as in, LIMIT_MAX_FRAGMENT as it, LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_MAX_SIZE as j, LIMIT_MIN_UTM_CREATIVE_FORMAT as jt, LIMIT_PAGINATION_MAX_SIZE as k, LIMIT_MIN_UTM_CAMPAIGN as kt, LIMIT_BLOG_POST_PAGINATION_MAX_SIZE as l, LIMIT_MAX_QUERY as lt, LIMIT_CLIENT_MEDIA_PLATFORM_PAGINATION_DEFAULT_SIZE as m, LIMIT_MAX_UTM_ID as mt, ERROR_MESSAGE_REGEX_URL_SLUG as n, IsValidClientClassificationSelectOptions as nn, LIMIT_MAX_DOMAIN as nt, REGEX_URL_SLUG as o, LIMIT_MAX_PATH as ot, LIMIT_CLIENT_CONTENT_PILLAR_PAGINATION_MAX_SIZE as p, LIMIT_MAX_UTM_CREATIVE_FORMAT as pt, ERROR_MESSAGE_COMMA_SEPPARATED_URLS as q, WebSafeFont as qt, ERROR_MESSAGE_REGEX_UTM_VALUE as r, ClientProjectPhaseOptions as rn, LIMIT_MAX_EMAIL as rt, REGEX_UTM_VALUE as s, LIMIT_MAX_PHONE as st, ERROR_MESSAGE_REGEX_PHONE as t, ReportCommentReasonOptions as tn, LIMIT_MAX_DESTINATION as tt, LIMIT_CATEGORIES_DEFAULT_SIZE as u, LIMIT_MAX_USERNAME as ut, LIMIT_CLIENT_PROJECT_PAGINATION_DEFAULT_SIZE as v, LIMIT_MAX_UTM_TERM as vt, LIMIT_CLIENT_USER_PAGINATION_DEFAULT_SIZE_LIMIT as w, LIMIT_MIN_PASSWORD as wt, LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE as x, LIMIT_MIN_DOMAIN as xt, LIMIT_CLIENT_PROJECT_PAGINATION_MAX_SIZE as y, LIMIT_MEDIUM_STRING_MAX_LENGTH as yt, LIMIT_TEAM_MEMBER_PAGINATION_DEFAULT_SIZE as z, LIMIT_VAL_10 as zt };
|
|
292
|
+
//# sourceMappingURL=index-DOR_It7I.d.mts.map
|