@getcommunity/gc-validators 0.0.66 → 0.0.67
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/index.cjs +781 -701
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +429 -360
- package/dist/index.d.ts +429 -360
- package/dist/index.js +761 -693
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -106,250 +106,10 @@ declare const REGEX_DOMAIN: RegExp;
|
|
|
106
106
|
declare const ERROR_MESSAGE_REGEX_UTM_VALUE = "can only contain letters, numbers, and the special characters: - _ .";
|
|
107
107
|
declare const REGEX_UTM_VALUE: RegExp;
|
|
108
108
|
declare const REGEX_BRAND_COLOR_SLUG: RegExp;
|
|
109
|
-
declare const REGEX_NANP_PHONE: RegExp;
|
|
110
109
|
declare const ERROR_MESSAGE_REGEX_PHONE = "please provide a valid phone number";
|
|
111
|
-
|
|
112
|
-
declare const
|
|
113
|
-
|
|
114
|
-
}, undefined>;
|
|
115
|
-
type SEntityRelationPositionBefore = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
116
|
-
declare const SEntityRelationPositionAfter: v.ObjectSchema<{
|
|
117
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
118
|
-
}, undefined>;
|
|
119
|
-
type SEntityRelationPositionAfter = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
120
|
-
declare const SEntityRelationPositionStart: v.ObjectSchema<{
|
|
121
|
-
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
122
|
-
}, undefined>;
|
|
123
|
-
type SEntityRelationPositionStart = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
124
|
-
declare const SEntityRelationPositionEnd: v.ObjectSchema<{
|
|
125
|
-
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
126
|
-
}, undefined>;
|
|
127
|
-
type SEntityRelationPositionEnd = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
128
|
-
declare const SEntityRelationPosition: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
129
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
130
|
-
}, undefined>, v.ObjectSchema<{
|
|
131
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
132
|
-
}, undefined>, v.ObjectSchema<{
|
|
133
|
-
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
134
|
-
}, undefined>, v.ObjectSchema<{
|
|
135
|
-
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
136
|
-
}, undefined>], undefined>]>, {
|
|
137
|
-
readonly end: true;
|
|
138
|
-
}>;
|
|
139
|
-
type SEntityRelationPositionIn = v.InferInput<typeof SEntityRelationPosition>;
|
|
140
|
-
type SEntityRelationPositionOut = v.InferOutput<typeof SEntityRelationPosition>;
|
|
141
|
-
declare const SEntityRelation: v.ObjectSchema<{
|
|
142
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
143
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
144
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
145
|
-
}, undefined>, v.ObjectSchema<{
|
|
146
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
147
|
-
}, undefined>, v.ObjectSchema<{
|
|
148
|
-
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
149
|
-
}, undefined>, v.ObjectSchema<{
|
|
150
|
-
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
151
|
-
}, undefined>], undefined>]>, {
|
|
152
|
-
readonly end: true;
|
|
153
|
-
}>, undefined>;
|
|
154
|
-
}, undefined>;
|
|
155
|
-
type SEntityRelationIn = v.InferInput<typeof SEntityRelation>;
|
|
156
|
-
type SEntityRelationOut = v.InferOutput<typeof SEntityRelation>;
|
|
157
|
-
declare const SConnectManyEntityRelation: v.ObjectSchema<{
|
|
158
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
|
|
159
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
160
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
161
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
162
|
-
}, undefined>, v.ObjectSchema<{
|
|
163
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
164
|
-
}, undefined>, v.ObjectSchema<{
|
|
165
|
-
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
166
|
-
}, undefined>, v.ObjectSchema<{
|
|
167
|
-
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
168
|
-
}, undefined>], undefined>]>, {
|
|
169
|
-
readonly end: true;
|
|
170
|
-
}>, undefined>;
|
|
171
|
-
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
172
|
-
documentId: string;
|
|
173
|
-
position?: {
|
|
174
|
-
before: string;
|
|
175
|
-
} | {
|
|
176
|
-
after: string;
|
|
177
|
-
} | {
|
|
178
|
-
start: boolean;
|
|
179
|
-
} | {
|
|
180
|
-
end: boolean;
|
|
181
|
-
} | undefined;
|
|
182
|
-
})[], 1, "At least one document ID is required to connect">, v.MaxLengthAction<(string | {
|
|
183
|
-
documentId: string;
|
|
184
|
-
position?: {
|
|
185
|
-
before: string;
|
|
186
|
-
} | {
|
|
187
|
-
after: string;
|
|
188
|
-
} | {
|
|
189
|
-
start: boolean;
|
|
190
|
-
} | {
|
|
191
|
-
end: boolean;
|
|
192
|
-
} | undefined;
|
|
193
|
-
})[], 100, "A maximum of 100 document IDs can be connected per request">]>;
|
|
194
|
-
}, undefined>;
|
|
195
|
-
type SConnectManyEntityRelationIn = v.InferInput<typeof SConnectManyEntityRelation>;
|
|
196
|
-
type SConnectManyEntityRelationOut = v.InferOutput<typeof SConnectManyEntityRelation>;
|
|
197
|
-
declare const SDisconnectManyEntityRelation: v.ObjectSchema<{
|
|
198
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
|
|
199
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
200
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
201
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
202
|
-
}, undefined>, v.ObjectSchema<{
|
|
203
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
204
|
-
}, undefined>, v.ObjectSchema<{
|
|
205
|
-
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
206
|
-
}, undefined>, v.ObjectSchema<{
|
|
207
|
-
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
208
|
-
}, undefined>], undefined>]>, {
|
|
209
|
-
readonly end: true;
|
|
210
|
-
}>, undefined>;
|
|
211
|
-
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
212
|
-
documentId: string;
|
|
213
|
-
position?: {
|
|
214
|
-
before: string;
|
|
215
|
-
} | {
|
|
216
|
-
after: string;
|
|
217
|
-
} | {
|
|
218
|
-
start: boolean;
|
|
219
|
-
} | {
|
|
220
|
-
end: boolean;
|
|
221
|
-
} | undefined;
|
|
222
|
-
})[], 1, "At least one document ID is required to disconnect">, v.MaxLengthAction<(string | {
|
|
223
|
-
documentId: string;
|
|
224
|
-
position?: {
|
|
225
|
-
before: string;
|
|
226
|
-
} | {
|
|
227
|
-
after: string;
|
|
228
|
-
} | {
|
|
229
|
-
start: boolean;
|
|
230
|
-
} | {
|
|
231
|
-
end: boolean;
|
|
232
|
-
} | undefined;
|
|
233
|
-
})[], 100, "A maximum of 100 document IDs can be disconnected per request">]>;
|
|
234
|
-
}, undefined>;
|
|
235
|
-
type SDisconnectManyEntityRelationIn = v.InferInput<typeof SDisconnectManyEntityRelation>;
|
|
236
|
-
type SDisconnectManyEntityRelationOut = v.InferOutput<typeof SDisconnectManyEntityRelation>;
|
|
237
|
-
declare const SSetManyEntityRelation: v.ObjectSchema<{
|
|
238
|
-
readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
|
|
239
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
240
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
241
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
242
|
-
}, undefined>, v.ObjectSchema<{
|
|
243
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
244
|
-
}, undefined>, v.ObjectSchema<{
|
|
245
|
-
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
246
|
-
}, undefined>, v.ObjectSchema<{
|
|
247
|
-
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
248
|
-
}, undefined>], undefined>]>, {
|
|
249
|
-
readonly end: true;
|
|
250
|
-
}>, undefined>;
|
|
251
|
-
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
252
|
-
documentId: string;
|
|
253
|
-
position?: {
|
|
254
|
-
before: string;
|
|
255
|
-
} | {
|
|
256
|
-
after: string;
|
|
257
|
-
} | {
|
|
258
|
-
start: boolean;
|
|
259
|
-
} | {
|
|
260
|
-
end: boolean;
|
|
261
|
-
} | undefined;
|
|
262
|
-
})[], 1, "At least one document ID is required to set a relation">]>;
|
|
263
|
-
}, undefined>;
|
|
264
|
-
type SSetManyEntityRelationIn = v.InferInput<typeof SSetManyEntityRelation>;
|
|
265
|
-
type SSetManyEntityRelationOut = v.InferOutput<typeof SSetManyEntityRelation>;
|
|
266
|
-
declare const SConnectOneEntityRelation: v.ObjectSchema<{
|
|
267
|
-
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
|
|
268
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
269
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
270
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
271
|
-
}, undefined>, v.ObjectSchema<{
|
|
272
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
273
|
-
}, undefined>, v.ObjectSchema<{
|
|
274
|
-
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
275
|
-
}, undefined>, v.ObjectSchema<{
|
|
276
|
-
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
277
|
-
}, undefined>], undefined>]>, {
|
|
278
|
-
readonly end: true;
|
|
279
|
-
}>, undefined>;
|
|
280
|
-
}, undefined>], undefined>;
|
|
281
|
-
}, undefined>;
|
|
282
|
-
type SConnectOneEntityRelationIn = v.InferInput<typeof SConnectOneEntityRelation>;
|
|
283
|
-
type SConnectOneEntityRelationOut = v.InferOutput<typeof SConnectOneEntityRelation>;
|
|
284
|
-
declare const SDisconnectOneEntityRelation: v.ObjectSchema<{
|
|
285
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
|
|
286
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
287
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
288
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
289
|
-
}, undefined>, v.ObjectSchema<{
|
|
290
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
291
|
-
}, undefined>, v.ObjectSchema<{
|
|
292
|
-
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
293
|
-
}, undefined>, v.ObjectSchema<{
|
|
294
|
-
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
295
|
-
}, undefined>], undefined>]>, {
|
|
296
|
-
readonly end: true;
|
|
297
|
-
}>, undefined>;
|
|
298
|
-
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
299
|
-
documentId: string;
|
|
300
|
-
position?: {
|
|
301
|
-
before: string;
|
|
302
|
-
} | {
|
|
303
|
-
after: string;
|
|
304
|
-
} | {
|
|
305
|
-
start: boolean;
|
|
306
|
-
} | {
|
|
307
|
-
end: boolean;
|
|
308
|
-
} | undefined;
|
|
309
|
-
})[], 1, "At least one document ID is required to disconnect">, v.MaxLengthAction<(string | {
|
|
310
|
-
documentId: string;
|
|
311
|
-
position?: {
|
|
312
|
-
before: string;
|
|
313
|
-
} | {
|
|
314
|
-
after: string;
|
|
315
|
-
} | {
|
|
316
|
-
start: boolean;
|
|
317
|
-
} | {
|
|
318
|
-
end: boolean;
|
|
319
|
-
} | undefined;
|
|
320
|
-
})[], 100, "A maximum of 100 document IDs can be disconnected per request">]>;
|
|
321
|
-
}, undefined>;
|
|
322
|
-
type SDisconnectOneEntityRelationIn = v.InferInput<typeof SDisconnectOneEntityRelation>;
|
|
323
|
-
type SDisconnectOneEntityRelationOut = v.InferOutput<typeof SDisconnectOneEntityRelation>;
|
|
324
|
-
declare const SSetOneEntityRelation: v.ObjectSchema<{
|
|
325
|
-
readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
|
|
326
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
327
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
328
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
329
|
-
}, undefined>, v.ObjectSchema<{
|
|
330
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
331
|
-
}, undefined>, v.ObjectSchema<{
|
|
332
|
-
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
333
|
-
}, undefined>, v.ObjectSchema<{
|
|
334
|
-
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
335
|
-
}, undefined>], undefined>]>, {
|
|
336
|
-
readonly end: true;
|
|
337
|
-
}>, undefined>;
|
|
338
|
-
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
339
|
-
documentId: string;
|
|
340
|
-
position?: {
|
|
341
|
-
before: string;
|
|
342
|
-
} | {
|
|
343
|
-
after: string;
|
|
344
|
-
} | {
|
|
345
|
-
start: boolean;
|
|
346
|
-
} | {
|
|
347
|
-
end: boolean;
|
|
348
|
-
} | undefined;
|
|
349
|
-
})[], 1, "At least one document ID is required to set a relation">]>;
|
|
350
|
-
}, undefined>;
|
|
351
|
-
type SSetOneEntityRelationIn = v.InferInput<typeof SSetOneEntityRelation>;
|
|
352
|
-
type SSetOneEntityRelationOut = v.InferOutput<typeof SSetOneEntityRelation>;
|
|
110
|
+
declare const REGEX_NANP_PHONE: RegExp;
|
|
111
|
+
declare const ERROR_MESSAGE_REGEX_URL_SLUG = "can only contain letters, numbers, and the special characters: - _ .";
|
|
112
|
+
declare const REGEX_URL_SLUG: RegExp;
|
|
353
113
|
|
|
354
114
|
declare const QueryStrapiSearchBlogPosts: v.ObjectSchema<{
|
|
355
115
|
readonly page: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, 1>, 1>;
|
|
@@ -380,14 +140,6 @@ declare const SCreateClientMediaPlatformDocument: v.ObjectSchema<{
|
|
|
380
140
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
381
141
|
}, undefined>;
|
|
382
142
|
type SCreateClientMediaPlatformDocument = v.InferOutput<typeof SCreateClientMediaPlatformDocument>;
|
|
383
|
-
declare const SReadClientMediaPlatformDocumentById: v.ObjectSchema<{
|
|
384
|
-
readonly id: v.NumberSchema<"please provide a valid id">;
|
|
385
|
-
}, undefined>;
|
|
386
|
-
type SReadClientMediaPlatformDocumentById = v.InferOutput<typeof SReadClientMediaPlatformDocumentById>;
|
|
387
|
-
declare const SReadClientMediaPlatformDocumentByDocumentId: v.ObjectSchema<{
|
|
388
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
389
|
-
}, undefined>;
|
|
390
|
-
type SReadClientMediaPlatformDocumentByDocumentId = v.InferOutput<typeof SReadClientMediaPlatformDocumentByDocumentId>;
|
|
391
143
|
declare const SUpdateClientMediaPlatformDocument: v.ObjectSchema<{
|
|
392
144
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
393
145
|
}, undefined>;
|
|
@@ -399,10 +151,6 @@ declare const SUpdateClientMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
|
399
151
|
}, undefined>;
|
|
400
152
|
}, undefined>;
|
|
401
153
|
type SUpdateClientMediaPlatformDocumentRequest = v.InferOutput<typeof SUpdateClientMediaPlatformDocumentRequest>;
|
|
402
|
-
declare const SDeleteClientMediaPlatformDocument: v.ObjectSchema<{
|
|
403
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
404
|
-
}, undefined>;
|
|
405
|
-
type SDeleteClientMediaPlatformDocument = v.InferOutput<typeof SDeleteClientMediaPlatformDocument>;
|
|
406
154
|
declare const SVerifyClientMediaPlatformDocument: v.ObjectSchema<{
|
|
407
155
|
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
408
156
|
readonly media_platform: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
@@ -418,6 +166,25 @@ declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
|
|
|
418
166
|
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, undefined>;
|
|
419
167
|
}, undefined>;
|
|
420
168
|
type QueryStrapiSearchClientProjects = v.InferOutput<typeof QueryStrapiSearchClientProjects>;
|
|
169
|
+
declare const SCreateClientProjectDocument: v.ObjectSchema<{
|
|
170
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>;
|
|
171
|
+
readonly slug: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
172
|
+
readonly project_status: v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<string[], "one or more of the project status options is invalid">, string>, undefined>, v.MinLengthAction<string[], 1, "please select one project status">, v.MaxLengthAction<string[], 1, "please select one project status">]>;
|
|
173
|
+
}, undefined>;
|
|
174
|
+
type SCreateClientProjectDocument = v.InferOutput<typeof SCreateClientProjectDocument>;
|
|
175
|
+
declare const SUpdateClientProjectDocument: v.ObjectSchema<{
|
|
176
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
|
|
177
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
178
|
+
}, undefined>;
|
|
179
|
+
type SUpdateClientProjectDocument = v.InferOutput<typeof SUpdateClientProjectDocument>;
|
|
180
|
+
declare const SUpdateClientProjectDocumentRequest: v.ObjectSchema<{
|
|
181
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
182
|
+
readonly data: v.ObjectSchema<{
|
|
183
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
|
|
184
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
185
|
+
}, undefined>;
|
|
186
|
+
}, undefined>;
|
|
187
|
+
type SUpdateClientProjectDocumentRequest = v.InferOutput<typeof SUpdateClientProjectDocumentRequest>;
|
|
421
188
|
|
|
422
189
|
declare const QueryStrapiSearchClientReports: v.ObjectSchema<{
|
|
423
190
|
readonly page: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, 1>, 1>;
|
|
@@ -428,6 +195,27 @@ declare const QueryStrapiSearchClientReports: v.ObjectSchema<{
|
|
|
428
195
|
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, undefined>;
|
|
429
196
|
}, undefined>;
|
|
430
197
|
type QueryStrapiSearchClientReports = v.InferOutput<typeof QueryStrapiSearchClientReports>;
|
|
198
|
+
declare const SCreateClientReportDocument: v.ObjectSchema<{
|
|
199
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>;
|
|
200
|
+
readonly report_id: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
201
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<"isActive must be a boolean">, true>;
|
|
202
|
+
}, undefined>;
|
|
203
|
+
type SCreateClientReportDocument = v.InferOutput<typeof SCreateClientReportDocument>;
|
|
204
|
+
declare const SUpdateClientReportDocument: v.ObjectSchema<{
|
|
205
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
|
|
206
|
+
readonly report_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
207
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<"isActive must be a boolean">, undefined>;
|
|
208
|
+
}, undefined>;
|
|
209
|
+
type SUpdateClientReportDocument = v.InferOutput<typeof SUpdateClientReportDocument>;
|
|
210
|
+
declare const SUpdateClientReportDocumentRequest: v.ObjectSchema<{
|
|
211
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
212
|
+
readonly data: v.ObjectSchema<{
|
|
213
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
|
|
214
|
+
readonly report_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
215
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<"isActive must be a boolean">, undefined>;
|
|
216
|
+
}, undefined>;
|
|
217
|
+
}, undefined>;
|
|
218
|
+
type SUpdateClientReportDocumentRequest = v.InferOutput<typeof SUpdateClientReportDocumentRequest>;
|
|
431
219
|
|
|
432
220
|
declare const QueryStrapiSearchClientStyleguide: v.ObjectSchema<{
|
|
433
221
|
readonly page: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, 1>, 1>;
|
|
@@ -450,14 +238,6 @@ declare const SCreateClientUserDocument: v.ObjectSchema<{
|
|
|
450
238
|
readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid scope">, v.PicklistSchema<ClientEntityScope[], "invalid client scope provided">]>, "please provide an array of scopes">, v.MaxLengthAction<ClientEntityScope[], number, "you cannot provide more scopes than available">]>;
|
|
451
239
|
}, undefined>;
|
|
452
240
|
type SCreateClientUserDocument = v.InferOutput<typeof SCreateClientUserDocument>;
|
|
453
|
-
declare const SReadClientUserDocumentById: v.ObjectSchema<{
|
|
454
|
-
readonly id: v.NumberSchema<"please provide a valid id">;
|
|
455
|
-
}, undefined>;
|
|
456
|
-
type SReadClientUserDocumentById = v.InferOutput<typeof SReadClientUserDocumentById>;
|
|
457
|
-
declare const SReadClientUserDocumentByDocumentId: v.ObjectSchema<{
|
|
458
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
459
|
-
}, undefined>;
|
|
460
|
-
type SReadClientUserDocumentByDocumentId = v.InferOutput<typeof SReadClientUserDocumentByDocumentId>;
|
|
461
241
|
declare const SUpdateClientUserDocument: v.ObjectSchema<{
|
|
462
242
|
readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid scope">, v.PicklistSchema<ClientEntityScope[], "invalid client scope provided">]>, "please provide an array of scopes">, v.MaxLengthAction<ClientEntityScope[], number, "you cannot provide more scopes than available">]>;
|
|
463
243
|
}, undefined>;
|
|
@@ -469,10 +249,6 @@ declare const SUpdateClientUserDocumentRequest: v.ObjectSchema<{
|
|
|
469
249
|
}, undefined>;
|
|
470
250
|
}, undefined>;
|
|
471
251
|
type SUpdateClientUserDocumentRequest = v.InferOutput<typeof SUpdateClientUserDocumentRequest>;
|
|
472
|
-
declare const SDeleteClientUserDocument: v.ObjectSchema<{
|
|
473
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
474
|
-
}, undefined>;
|
|
475
|
-
type SDeleteClientUserDocument = v.InferOutput<typeof SDeleteClientUserDocument>;
|
|
476
252
|
declare const SVerifyClientUserDocument: v.ObjectSchema<{
|
|
477
253
|
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
478
254
|
readonly user: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
@@ -539,86 +315,374 @@ declare const SCreateLead: v.ObjectSchema<{
|
|
|
539
315
|
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 2048, "The string you provided is too long for our database, please abbreviate your string to be 2048 characters or less.">]>;
|
|
540
316
|
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 5000, "The string you provided is too long, please abbreviate your string to be 5000 characters or less.">]>;
|
|
541
317
|
}, undefined>;
|
|
542
|
-
type SCreateLead = v.InferOutput<typeof SCreateLead>;
|
|
543
|
-
|
|
544
|
-
declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
545
|
-
readonly page: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, 1>, 1>;
|
|
546
|
-
readonly size: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10000, undefined>]>, 100>, 100>;
|
|
547
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
|
|
548
|
-
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
|
|
318
|
+
type SCreateLead = v.InferOutput<typeof SCreateLead>;
|
|
319
|
+
|
|
320
|
+
declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
321
|
+
readonly page: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, 1>, 1>;
|
|
322
|
+
readonly size: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10000, undefined>]>, 100>, 100>;
|
|
323
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
|
|
324
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
|
|
325
|
+
}, undefined>;
|
|
326
|
+
type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
|
|
327
|
+
declare const SCreateMediaPlatformDocument: v.ObjectSchema<{
|
|
328
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>;
|
|
329
|
+
readonly slug: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
330
|
+
readonly description: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, "The string you provided is too long, please abbreviate your string to be 5000 characters or less.">]>, undefined>;
|
|
331
|
+
}, undefined>;
|
|
332
|
+
type SCreateMediaPlatformDocument = v.InferOutput<typeof SCreateMediaPlatformDocument>;
|
|
333
|
+
declare const SUpdateMediaPlatformDocument: v.ObjectSchema<{
|
|
334
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
|
|
335
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
336
|
+
readonly description: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, "The string you provided is too long, please abbreviate your string to be 5000 characters or less.">]>, undefined>;
|
|
337
|
+
}, undefined>;
|
|
338
|
+
type SUpdateMediaPlatformDocument = v.InferOutput<typeof SUpdateMediaPlatformDocument>;
|
|
339
|
+
declare const SUpdateMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
340
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
341
|
+
readonly data: v.ObjectSchema<{
|
|
342
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
|
|
343
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
344
|
+
readonly description: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, "The string you provided is too long, please abbreviate your string to be 5000 characters or less.">]>, undefined>;
|
|
345
|
+
}, undefined>;
|
|
346
|
+
}, undefined>;
|
|
347
|
+
type SUpdateMediaPlatformDocumentRequest = v.InferOutput<typeof SUpdateMediaPlatformDocumentRequest>;
|
|
348
|
+
|
|
349
|
+
declare const SCreateNewsletterSignup: v.ObjectSchema<{
|
|
350
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your first name.">, v.TrimAction, v.MinLengthAction<string, 1, "Please enter your first name.">, v.MaxLengthAction<string, 255, "Your first name is too long for our datanase, please abbreviate your first name to be 255 characters or less.">]>;
|
|
351
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your last name.">, v.TrimAction, v.MinLengthAction<string, 1, "Please enter your last name.">, v.MaxLengthAction<string, 255, "Your last name is too long for our datanase, please abbreviate your last name to be 255 characters or less.">]>;
|
|
352
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<"please provide an email">, v.TrimAction, v.MinLengthAction<string, 5, "your email is too short, it must be at least 5 characters">, v.MaxLengthAction<string, 255, "your email is too long, it must be 255 characters or less">, v.EmailAction<string, "please provide a valid email address">]>;
|
|
353
|
+
readonly email_consent: v.BooleanSchema<undefined>;
|
|
354
|
+
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 2048, "The string you provided is too long for our database, please abbreviate your string to be 2048 characters or less.">]>;
|
|
355
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 5000, "The string you provided is too long, please abbreviate your string to be 5000 characters or less.">]>;
|
|
356
|
+
}, undefined>;
|
|
357
|
+
type SCreateNewsletterSignup = v.InferOutput<typeof SCreateNewsletterSignup>;
|
|
358
|
+
|
|
359
|
+
declare const SCreateResume: v.ObjectSchema<{
|
|
360
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your first name.">, v.TrimAction, v.MinLengthAction<string, 1, "Please enter your first name.">, v.MaxLengthAction<string, 255, "Your first name is too long for our datanase, please abbreviate your first name to be 255 characters or less.">]>;
|
|
361
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your last name.">, v.TrimAction, v.MinLengthAction<string, 1, "Please enter your last name.">, v.MaxLengthAction<string, 255, "Your last name is too long for our datanase, please abbreviate your last name to be 255 characters or less.">]>;
|
|
362
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<"please provide an email">, v.TrimAction, v.MinLengthAction<string, 5, "your email is too short, it must be at least 5 characters">, v.MaxLengthAction<string, 255, "your email is too long, it must be 255 characters or less">, v.EmailAction<string, "please provide a valid email address">]>;
|
|
363
|
+
readonly phone: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your phone number.">, v.TrimAction, v.MinLengthAction<string, 7, "Please enter your phone number.">, v.MaxLengthAction<string, 24, "The phone you provided does not appear to be a valid phone number.">, v.RegexAction<string, "please provide a valid phone number">]>, undefined>;
|
|
364
|
+
readonly message: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"How can we be of service to your team?">, v.TrimAction, v.MaxLengthAction<string, 5000, "The message you provided is too long for our database, please abbreviate your message to be 5000 characters or less.">]>, undefined>;
|
|
365
|
+
readonly social_profiles: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, "The string you provided is too long, please abbreviate your string to be 5000 characters or less.">, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>;
|
|
366
|
+
readonly file: v.NullableSchema<v.SchemaWithPipe<readonly [v.FileSchema<"Please upload a PDF or Word document.">, v.MimeTypeAction<File, readonly ["application/pdf"], "Please upload a PDF or Word document.">]>, undefined>;
|
|
367
|
+
readonly email_consent: v.BooleanSchema<undefined>;
|
|
368
|
+
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
369
|
+
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 2048, "The string you provided is too long for our database, please abbreviate your string to be 2048 characters or less.">]>;
|
|
370
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 5000, "The string you provided is too long, please abbreviate your string to be 5000 characters or less.">]>;
|
|
371
|
+
}, undefined>;
|
|
372
|
+
type SCreateResume = v.InferOutput<typeof SCreateResume>;
|
|
373
|
+
declare const SCreateResumeInfo: v.ObjectSchema<{
|
|
374
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your first name.">, v.TrimAction, v.MinLengthAction<string, 1, "Please enter your first name.">, v.MaxLengthAction<string, 255, "Your first name is too long for our datanase, please abbreviate your first name to be 255 characters or less.">]>;
|
|
375
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your last name.">, v.TrimAction, v.MinLengthAction<string, 1, "Please enter your last name.">, v.MaxLengthAction<string, 255, "Your last name is too long for our datanase, please abbreviate your last name to be 255 characters or less.">]>;
|
|
376
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<"please provide an email">, v.TrimAction, v.MinLengthAction<string, 5, "your email is too short, it must be at least 5 characters">, v.MaxLengthAction<string, 255, "your email is too long, it must be 255 characters or less">, v.EmailAction<string, "please provide a valid email address">]>;
|
|
377
|
+
readonly phone: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your phone number.">, v.TrimAction, v.MinLengthAction<string, 7, "Please enter your phone number.">, v.MaxLengthAction<string, 24, "The phone you provided does not appear to be a valid phone number.">, v.RegexAction<string, "please provide a valid phone number">]>, undefined>;
|
|
378
|
+
readonly message: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"How can we be of service to your team?">, v.TrimAction, v.MaxLengthAction<string, 5000, "The message you provided is too long for our database, please abbreviate your message to be 5000 characters or less.">]>, undefined>;
|
|
379
|
+
readonly social_profiles: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, "The string you provided is too long, please abbreviate your string to be 5000 characters or less.">, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>;
|
|
380
|
+
readonly file: v.ObjectSchema<{
|
|
381
|
+
readonly id: v.NumberSchema<undefined>;
|
|
382
|
+
readonly src: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
383
|
+
}, undefined>;
|
|
384
|
+
readonly email_consent: v.BooleanSchema<undefined>;
|
|
385
|
+
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
386
|
+
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 2048, "The string you provided is too long for our database, please abbreviate your string to be 2048 characters or less.">]>;
|
|
387
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 5000, "The string you provided is too long, please abbreviate your string to be 5000 characters or less.">]>;
|
|
388
|
+
}, undefined>;
|
|
389
|
+
type SCreateResumeInfo = v.InferOutput<typeof SCreateResumeInfo>;
|
|
390
|
+
declare const SUpdateResumeInfo: v.ObjectSchema<{
|
|
391
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>;
|
|
392
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your first name.">, v.TrimAction, v.MinLengthAction<string, 1, "Please enter your first name.">, v.MaxLengthAction<string, 255, "Your first name is too long for our datanase, please abbreviate your first name to be 255 characters or less.">]>;
|
|
393
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your last name.">, v.TrimAction, v.MinLengthAction<string, 1, "Please enter your last name.">, v.MaxLengthAction<string, 255, "Your last name is too long for our datanase, please abbreviate your last name to be 255 characters or less.">]>;
|
|
394
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<"please provide an email">, v.TrimAction, v.MinLengthAction<string, 5, "your email is too short, it must be at least 5 characters">, v.MaxLengthAction<string, 255, "your email is too long, it must be 255 characters or less">, v.EmailAction<string, "please provide a valid email address">]>;
|
|
395
|
+
readonly phone: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your phone number.">, v.TrimAction, v.MinLengthAction<string, 7, "Please enter your phone number.">, v.MaxLengthAction<string, 24, "The phone you provided does not appear to be a valid phone number.">, v.RegexAction<string, "please provide a valid phone number">]>, undefined>;
|
|
396
|
+
readonly message: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"How can we be of service to your team?">, v.TrimAction, v.MaxLengthAction<string, 5000, "The message you provided is too long for our database, please abbreviate your message to be 5000 characters or less.">]>, undefined>;
|
|
397
|
+
readonly social_profiles: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, "The string you provided is too long, please abbreviate your string to be 5000 characters or less.">, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>;
|
|
398
|
+
readonly file: v.ObjectSchema<{
|
|
399
|
+
readonly id: v.NumberSchema<undefined>;
|
|
400
|
+
readonly src: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
401
|
+
}, undefined>;
|
|
402
|
+
readonly email_consent: v.BooleanSchema<undefined>;
|
|
403
|
+
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
404
|
+
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 2048, "The string you provided is too long for our database, please abbreviate your string to be 2048 characters or less.">]>;
|
|
405
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 5000, "The string you provided is too long, please abbreviate your string to be 5000 characters or less.">]>;
|
|
406
|
+
}, undefined>;
|
|
407
|
+
type SUpdateResumeInfo = v.InferOutput<typeof SUpdateResumeInfo>;
|
|
408
|
+
|
|
409
|
+
declare const SharpSpringSignUpToDownload: v.ObjectSchema<{
|
|
410
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your first name.">, v.TrimAction, v.MinLengthAction<string, 1, "Please enter your first name.">, v.MaxLengthAction<string, 255, "Your first name is too long for our datanase, please abbreviate your first name to be 255 characters or less.">]>;
|
|
411
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your last name.">, v.TrimAction, v.MinLengthAction<string, 1, "Please enter your last name.">, v.MaxLengthAction<string, 255, "Your last name is too long for our datanase, please abbreviate your last name to be 255 characters or less.">]>;
|
|
412
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<"please provide an email">, v.TrimAction, v.MinLengthAction<string, 5, "your email is too short, it must be at least 5 characters">, v.MaxLengthAction<string, 255, "your email is too long, it must be 255 characters or less">, v.EmailAction<string, "please provide a valid email address">]>;
|
|
413
|
+
readonly download_key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>;
|
|
414
|
+
readonly email_consent: v.BooleanSchema<undefined>;
|
|
415
|
+
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 2048, "The string you provided is too long for our database, please abbreviate your string to be 2048 characters or less.">]>;
|
|
416
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 5000, "The string you provided is too long, please abbreviate your string to be 5000 characters or less.">]>;
|
|
417
|
+
}, undefined>;
|
|
418
|
+
type SharpSpringSignUpToDownload = v.InferOutput<typeof SharpSpringSignUpToDownload>;
|
|
419
|
+
|
|
420
|
+
declare const SEntityRelationPositionBefore: v.ObjectSchema<{
|
|
421
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
422
|
+
}, undefined>;
|
|
423
|
+
type SEntityRelationPositionBefore = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
424
|
+
declare const SEntityRelationPositionAfter: v.ObjectSchema<{
|
|
425
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
426
|
+
}, undefined>;
|
|
427
|
+
type SEntityRelationPositionAfter = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
428
|
+
declare const SEntityRelationPositionStart: v.ObjectSchema<{
|
|
429
|
+
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
430
|
+
}, undefined>;
|
|
431
|
+
type SEntityRelationPositionStart = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
432
|
+
declare const SEntityRelationPositionEnd: v.ObjectSchema<{
|
|
433
|
+
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
434
|
+
}, undefined>;
|
|
435
|
+
type SEntityRelationPositionEnd = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
436
|
+
declare const SEntityRelationPosition: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
437
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
438
|
+
}, undefined>, v.ObjectSchema<{
|
|
439
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
440
|
+
}, undefined>, v.ObjectSchema<{
|
|
441
|
+
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
442
|
+
}, undefined>, v.ObjectSchema<{
|
|
443
|
+
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
444
|
+
}, undefined>], undefined>]>, {
|
|
445
|
+
readonly end: true;
|
|
446
|
+
}>;
|
|
447
|
+
type SEntityRelationPositionIn = v.InferInput<typeof SEntityRelationPosition>;
|
|
448
|
+
type SEntityRelationPositionOut = v.InferOutput<typeof SEntityRelationPosition>;
|
|
449
|
+
declare const SEntityRelation: v.ObjectSchema<{
|
|
450
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
451
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
452
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
453
|
+
}, undefined>, v.ObjectSchema<{
|
|
454
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
455
|
+
}, undefined>, v.ObjectSchema<{
|
|
456
|
+
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
457
|
+
}, undefined>, v.ObjectSchema<{
|
|
458
|
+
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
459
|
+
}, undefined>], undefined>]>, {
|
|
460
|
+
readonly end: true;
|
|
461
|
+
}>, undefined>;
|
|
462
|
+
}, undefined>;
|
|
463
|
+
type SEntityRelationIn = v.InferInput<typeof SEntityRelation>;
|
|
464
|
+
type SEntityRelationOut = v.InferOutput<typeof SEntityRelation>;
|
|
465
|
+
declare const SConnectManyEntityRelation: v.ObjectSchema<{
|
|
466
|
+
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
|
|
467
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
468
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
469
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
470
|
+
}, undefined>, v.ObjectSchema<{
|
|
471
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
472
|
+
}, undefined>, v.ObjectSchema<{
|
|
473
|
+
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
474
|
+
}, undefined>, v.ObjectSchema<{
|
|
475
|
+
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
476
|
+
}, undefined>], undefined>]>, {
|
|
477
|
+
readonly end: true;
|
|
478
|
+
}>, undefined>;
|
|
479
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
480
|
+
documentId: string;
|
|
481
|
+
position?: {
|
|
482
|
+
before: string;
|
|
483
|
+
} | {
|
|
484
|
+
after: string;
|
|
485
|
+
} | {
|
|
486
|
+
start: boolean;
|
|
487
|
+
} | {
|
|
488
|
+
end: boolean;
|
|
489
|
+
} | undefined;
|
|
490
|
+
})[], 1, "At least one document ID is required to connect">, v.MaxLengthAction<(string | {
|
|
491
|
+
documentId: string;
|
|
492
|
+
position?: {
|
|
493
|
+
before: string;
|
|
494
|
+
} | {
|
|
495
|
+
after: string;
|
|
496
|
+
} | {
|
|
497
|
+
start: boolean;
|
|
498
|
+
} | {
|
|
499
|
+
end: boolean;
|
|
500
|
+
} | undefined;
|
|
501
|
+
})[], 100, "A maximum of 100 document IDs can be connected per request">]>;
|
|
502
|
+
}, undefined>;
|
|
503
|
+
type SConnectManyEntityRelationIn = v.InferInput<typeof SConnectManyEntityRelation>;
|
|
504
|
+
type SConnectManyEntityRelationOut = v.InferOutput<typeof SConnectManyEntityRelation>;
|
|
505
|
+
declare const SDisconnectManyEntityRelation: v.ObjectSchema<{
|
|
506
|
+
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
|
|
507
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
508
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
509
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
510
|
+
}, undefined>, v.ObjectSchema<{
|
|
511
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
512
|
+
}, undefined>, v.ObjectSchema<{
|
|
513
|
+
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
514
|
+
}, undefined>, v.ObjectSchema<{
|
|
515
|
+
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
516
|
+
}, undefined>], undefined>]>, {
|
|
517
|
+
readonly end: true;
|
|
518
|
+
}>, undefined>;
|
|
519
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
520
|
+
documentId: string;
|
|
521
|
+
position?: {
|
|
522
|
+
before: string;
|
|
523
|
+
} | {
|
|
524
|
+
after: string;
|
|
525
|
+
} | {
|
|
526
|
+
start: boolean;
|
|
527
|
+
} | {
|
|
528
|
+
end: boolean;
|
|
529
|
+
} | undefined;
|
|
530
|
+
})[], 1, "At least one document ID is required to disconnect">, v.MaxLengthAction<(string | {
|
|
531
|
+
documentId: string;
|
|
532
|
+
position?: {
|
|
533
|
+
before: string;
|
|
534
|
+
} | {
|
|
535
|
+
after: string;
|
|
536
|
+
} | {
|
|
537
|
+
start: boolean;
|
|
538
|
+
} | {
|
|
539
|
+
end: boolean;
|
|
540
|
+
} | undefined;
|
|
541
|
+
})[], 100, "A maximum of 100 document IDs can be disconnected per request">]>;
|
|
549
542
|
}, undefined>;
|
|
550
|
-
type
|
|
551
|
-
|
|
552
|
-
declare const
|
|
553
|
-
readonly
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
543
|
+
type SDisconnectManyEntityRelationIn = v.InferInput<typeof SDisconnectManyEntityRelation>;
|
|
544
|
+
type SDisconnectManyEntityRelationOut = v.InferOutput<typeof SDisconnectManyEntityRelation>;
|
|
545
|
+
declare const SSetManyEntityRelation: v.ObjectSchema<{
|
|
546
|
+
readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
|
|
547
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
548
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
549
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
550
|
+
}, undefined>, v.ObjectSchema<{
|
|
551
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
552
|
+
}, undefined>, v.ObjectSchema<{
|
|
553
|
+
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
554
|
+
}, undefined>, v.ObjectSchema<{
|
|
555
|
+
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
556
|
+
}, undefined>], undefined>]>, {
|
|
557
|
+
readonly end: true;
|
|
558
|
+
}>, undefined>;
|
|
559
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
560
|
+
documentId: string;
|
|
561
|
+
position?: {
|
|
562
|
+
before: string;
|
|
563
|
+
} | {
|
|
564
|
+
after: string;
|
|
565
|
+
} | {
|
|
566
|
+
start: boolean;
|
|
567
|
+
} | {
|
|
568
|
+
end: boolean;
|
|
569
|
+
} | undefined;
|
|
570
|
+
})[], 1, "At least one document ID is required to set a relation">]>;
|
|
559
571
|
}, undefined>;
|
|
560
|
-
type
|
|
561
|
-
|
|
562
|
-
declare const
|
|
563
|
-
readonly
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
572
|
+
type SSetManyEntityRelationIn = v.InferInput<typeof SSetManyEntityRelation>;
|
|
573
|
+
type SSetManyEntityRelationOut = v.InferOutput<typeof SSetManyEntityRelation>;
|
|
574
|
+
declare const SConnectOneEntityRelation: v.ObjectSchema<{
|
|
575
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
|
|
576
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
577
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
578
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
579
|
+
}, undefined>, v.ObjectSchema<{
|
|
580
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
581
|
+
}, undefined>, v.ObjectSchema<{
|
|
582
|
+
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
583
|
+
}, undefined>, v.ObjectSchema<{
|
|
584
|
+
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
585
|
+
}, undefined>], undefined>]>, {
|
|
586
|
+
readonly end: true;
|
|
587
|
+
}>, undefined>;
|
|
588
|
+
}, undefined>], undefined>;
|
|
574
589
|
}, undefined>;
|
|
575
|
-
type
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
readonly
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
590
|
+
type SConnectOneEntityRelationIn = v.InferInput<typeof SConnectOneEntityRelation>;
|
|
591
|
+
type SConnectOneEntityRelationOut = v.InferOutput<typeof SConnectOneEntityRelation>;
|
|
592
|
+
declare const SDisconnectOneEntityRelation: v.ObjectSchema<{
|
|
593
|
+
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
|
|
594
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
595
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
596
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
597
|
+
}, undefined>, v.ObjectSchema<{
|
|
598
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
599
|
+
}, undefined>, v.ObjectSchema<{
|
|
600
|
+
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
601
|
+
}, undefined>, v.ObjectSchema<{
|
|
602
|
+
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
603
|
+
}, undefined>], undefined>]>, {
|
|
604
|
+
readonly end: true;
|
|
605
|
+
}>, undefined>;
|
|
606
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
607
|
+
documentId: string;
|
|
608
|
+
position?: {
|
|
609
|
+
before: string;
|
|
610
|
+
} | {
|
|
611
|
+
after: string;
|
|
612
|
+
} | {
|
|
613
|
+
start: boolean;
|
|
614
|
+
} | {
|
|
615
|
+
end: boolean;
|
|
616
|
+
} | undefined;
|
|
617
|
+
})[], 1, "At least one document ID is required to disconnect">, v.MaxLengthAction<(string | {
|
|
618
|
+
documentId: string;
|
|
619
|
+
position?: {
|
|
620
|
+
before: string;
|
|
621
|
+
} | {
|
|
622
|
+
after: string;
|
|
623
|
+
} | {
|
|
624
|
+
start: boolean;
|
|
625
|
+
} | {
|
|
626
|
+
end: boolean;
|
|
627
|
+
} | undefined;
|
|
628
|
+
})[], 100, "A maximum of 100 document IDs can be disconnected per request">]>;
|
|
591
629
|
}, undefined>;
|
|
592
|
-
type
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
readonly
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
630
|
+
type SDisconnectOneEntityRelationIn = v.InferInput<typeof SDisconnectOneEntityRelation>;
|
|
631
|
+
type SDisconnectOneEntityRelationOut = v.InferOutput<typeof SDisconnectOneEntityRelation>;
|
|
632
|
+
declare const SSetOneEntityRelation: v.ObjectSchema<{
|
|
633
|
+
readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
|
|
634
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
635
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
636
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
637
|
+
}, undefined>, v.ObjectSchema<{
|
|
638
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
639
|
+
}, undefined>, v.ObjectSchema<{
|
|
640
|
+
readonly start: v.BooleanSchema<"start must be a boolean value">;
|
|
641
|
+
}, undefined>, v.ObjectSchema<{
|
|
642
|
+
readonly end: v.BooleanSchema<"end must be a boolean value">;
|
|
643
|
+
}, undefined>], undefined>]>, {
|
|
644
|
+
readonly end: true;
|
|
645
|
+
}>, undefined>;
|
|
646
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
647
|
+
documentId: string;
|
|
648
|
+
position?: {
|
|
649
|
+
before: string;
|
|
650
|
+
} | {
|
|
651
|
+
after: string;
|
|
652
|
+
} | {
|
|
653
|
+
start: boolean;
|
|
654
|
+
} | {
|
|
655
|
+
end: boolean;
|
|
656
|
+
} | undefined;
|
|
657
|
+
})[], 1, "At least one document ID is required to set a relation">]>;
|
|
609
658
|
}, undefined>;
|
|
610
|
-
type
|
|
659
|
+
type SSetOneEntityRelationIn = v.InferInput<typeof SSetOneEntityRelation>;
|
|
660
|
+
type SSetOneEntityRelationOut = v.InferOutput<typeof SSetOneEntityRelation>;
|
|
611
661
|
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
readonly
|
|
618
|
-
readonly
|
|
619
|
-
readonly
|
|
662
|
+
/**
|
|
663
|
+
* @documentation [Strapi Rest API Upload Files](https://docs.strapi.io/cms/api/rest/upload)
|
|
664
|
+
*/
|
|
665
|
+
|
|
666
|
+
declare const SCreateStrapiMediaUploadDocument: v.ObjectSchema<{
|
|
667
|
+
readonly files: v.SchemaWithPipe<readonly [v.FileSchema<undefined>, v.MinSizeAction<File, 1, "file is required">, v.MaxSizeAction<File, number, "file size cannot exceed 10MB">]>;
|
|
668
|
+
readonly ref: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>;
|
|
669
|
+
readonly refId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
670
|
+
readonly field: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>;
|
|
671
|
+
}, undefined>;
|
|
672
|
+
type SCreateStrapiMediaUploadDocument = v.InferOutput<typeof SCreateStrapiMediaUploadDocument>;
|
|
673
|
+
declare const SCreateMultipleStrapiMediaUploadDocument: v.ObjectSchema<{
|
|
674
|
+
readonly files: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.FileSchema<undefined>, v.MinSizeAction<File, 1, "file is required">, v.MaxSizeAction<File, number, "file size cannot exceed 10MB">]>, undefined>, v.MinLengthAction<File[], 1, "at least one file is required">]>;
|
|
675
|
+
readonly ref: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>;
|
|
676
|
+
readonly refId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
677
|
+
readonly field: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>;
|
|
678
|
+
}, undefined>;
|
|
679
|
+
type SCreateMultipleStrapiMediaUploadDocument = v.InferOutput<typeof SCreateMultipleStrapiMediaUploadDocument>;
|
|
680
|
+
declare const SUpdateStrapiMediaFileInfo: v.ObjectSchema<{
|
|
681
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>;
|
|
682
|
+
readonly alternativeText: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
|
|
683
|
+
readonly caption: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
|
|
620
684
|
}, undefined>;
|
|
621
|
-
type
|
|
685
|
+
type SUpdateStrapiMediaFileInfo = v.InferOutput<typeof SUpdateStrapiMediaFileInfo>;
|
|
622
686
|
|
|
623
687
|
declare const SUpdateTrendsLikes: v.ObjectSchema<{
|
|
624
688
|
readonly documentId: v.StringSchema<undefined>;
|
|
@@ -775,7 +839,13 @@ type SUtmLinkBuilderTableFormInput = v.InferInput<typeof SUtmLinkBuilderTableFor
|
|
|
775
839
|
declare const SUtmLinkBuilderTableForm: v.ObjectSchema<{
|
|
776
840
|
readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
777
841
|
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
778
|
-
readonly url_destinations: v.SchemaWithPipe<readonly [v.ArraySchema<v.
|
|
842
|
+
readonly url_destinations: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
|
|
843
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
844
|
+
}, undefined>, undefined>, v.MinLengthAction<{
|
|
845
|
+
url: string;
|
|
846
|
+
}[], 1, "Please provide at least one destination URL.">, v.MaxLengthAction<{
|
|
847
|
+
url: string;
|
|
848
|
+
}[], 100, "You can provide up to 10 destination URLs.">]>;
|
|
779
849
|
readonly sources: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "The source value is too short, it must be at least 1 characters.">, v.MaxLengthAction<string, 255, "The source value is too long.">]>, undefined>, v.MinLengthAction<string[], 1, "Please select at least one source.">, v.MaxLengthAction<string[], 10, "You can select up to 10 sources.">]>;
|
|
780
850
|
readonly mediums: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "The medium value is too short, it must be at least 1 characters.">, v.MaxLengthAction<string, 255, "The medium value is too long.">]>, undefined>, v.MinLengthAction<string[], 1, "Please select at least one medium.">, v.MaxLengthAction<string[], 10, "You can select up to 10 mediums.">]>;
|
|
781
851
|
readonly campaign: v.ObjectSchema<{
|
|
@@ -928,10 +998,6 @@ declare const SFormCreateMultipleUtmTrackingLinkDocuments: v.ObjectSchema<{
|
|
|
928
998
|
}[], 100, "You can create a maximum of 100 links at once.">]>;
|
|
929
999
|
}, undefined>;
|
|
930
1000
|
type SFormCreateMultipleUtmTrackingLinkDocuments = v.InferInput<typeof SFormCreateMultipleUtmTrackingLinkDocuments>;
|
|
931
|
-
declare const SReadUtmTrackingLinkDocumentByDocumentId: v.ObjectSchema<{
|
|
932
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
933
|
-
}, undefined>;
|
|
934
|
-
type SReadUtmTrackingLinkDocumentByDocumentId = v.InferOutput<typeof SReadUtmTrackingLinkDocumentByDocumentId>;
|
|
935
1001
|
declare const SReadUtmTrackingLinkDocumentByUrl: v.ObjectSchema<{
|
|
936
1002
|
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
937
1003
|
}, undefined>;
|
|
@@ -981,10 +1047,6 @@ declare const SUpdateUtmTrackingLinkDocumentRequest: v.ObjectSchema<{
|
|
|
981
1047
|
}, undefined>;
|
|
982
1048
|
}, undefined>;
|
|
983
1049
|
type SUpdateUtmTrackingLinkDocumentRequest = v.InferOutput<typeof SUpdateUtmTrackingLinkDocumentRequest>;
|
|
984
|
-
declare const SDeleteUtmTrackingLinkDocument: v.ObjectSchema<{
|
|
985
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
986
|
-
}, undefined>;
|
|
987
|
-
type SDeleteUtmTrackingLinkDocument = v.InferOutput<typeof SDeleteUtmTrackingLinkDocument>;
|
|
988
1050
|
|
|
989
1051
|
type BaseDocument = {
|
|
990
1052
|
id: number;
|
|
@@ -1454,15 +1516,15 @@ type ClientProjectDocument = {
|
|
|
1454
1516
|
title: string;
|
|
1455
1517
|
slug: string;
|
|
1456
1518
|
project_status: ClientProjectStatus[];
|
|
1457
|
-
clients?: ClientDocument[];
|
|
1458
1519
|
featured_image?: MediaUploadDocument | null;
|
|
1520
|
+
clients?: ClientDocument[];
|
|
1459
1521
|
} & BaseDocument;
|
|
1460
1522
|
|
|
1461
1523
|
type ClientReportDocument = {
|
|
1462
|
-
clients?: ClientDocument[];
|
|
1463
1524
|
title: string;
|
|
1464
1525
|
report_id: string;
|
|
1465
1526
|
is_active: boolean;
|
|
1527
|
+
clients?: ClientDocument[];
|
|
1466
1528
|
} & BaseDocument;
|
|
1467
1529
|
|
|
1468
1530
|
type ClientStyleguideDocument = {
|
|
@@ -1607,9 +1669,9 @@ type ClientDocument = {
|
|
|
1607
1669
|
type MediaPlatformDocument = {
|
|
1608
1670
|
title: string;
|
|
1609
1671
|
slug: string;
|
|
1610
|
-
clients?: ClientMediaPlatformDocument[] | null;
|
|
1611
1672
|
logos: BlockBrandLogos | null;
|
|
1612
1673
|
description: string;
|
|
1674
|
+
clients?: ClientMediaPlatformDocument[] | null;
|
|
1613
1675
|
} & BaseDocument;
|
|
1614
1676
|
|
|
1615
1677
|
type ClientMediaPlatformDocument = {
|
|
@@ -1932,19 +1994,19 @@ declare const ValidRatingRange5: readonly [{
|
|
|
1932
1994
|
readonly value: "5";
|
|
1933
1995
|
}];
|
|
1934
1996
|
declare const IsValidCost: v.SchemaWithPipe<readonly [v.NumberSchema<"please enter a cost value">, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000000, "your campaign cost exceeds our $1 million dollar limit, please contact us for customized solutions">]>;
|
|
1935
|
-
declare const IsValidOrUndefinedCost: v.
|
|
1997
|
+
declare const IsValidOrUndefinedCost: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<"please enter a cost value">, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000000, "your campaign cost exceeds our $1 million dollar limit, please contact us for customized solutions">]>, undefined>;
|
|
1936
1998
|
declare const IsValidLabel: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
|
|
1937
|
-
declare const IsValidOrUndefinedLabel: v.
|
|
1999
|
+
declare const IsValidOrUndefinedLabel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>, undefined>;
|
|
1938
2000
|
declare const IsValidValue: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
1939
|
-
declare const IsValidOrUndefinedValue: v.
|
|
2001
|
+
declare const IsValidOrUndefinedValue: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
1940
2002
|
declare const IsValidDescription: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>;
|
|
1941
|
-
declare const IsValidOrUndefinedDescription: v.
|
|
2003
|
+
declare const IsValidOrUndefinedDescription: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>, undefined>;
|
|
1942
2004
|
declare const IsValidIsActive: v.BooleanSchema<"isActive must be a boolean">;
|
|
1943
|
-
declare const IsValidOrUndefinedIsActive: v.
|
|
2005
|
+
declare const IsValidOrUndefinedIsActive: v.OptionalSchema<v.BooleanSchema<"isActive must be a boolean">, undefined>;
|
|
1944
2006
|
declare const IsValidIsSecure: v.BooleanSchema<"isSecure must be a boolean">;
|
|
1945
|
-
declare const IsValidOrUndefinedIsSecure: v.
|
|
2007
|
+
declare const IsValidOrUndefinedIsSecure: v.OptionalSchema<v.BooleanSchema<"isSecure must be a boolean">, undefined>;
|
|
1946
2008
|
declare const IsValidName: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a name">, v.TrimAction, v.MinLengthAction<string, 2, "the name is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the name is too long, it must be 255 characters or less">]>;
|
|
1947
|
-
declare const IsValidOrUndefinedName: v.
|
|
2009
|
+
declare const IsValidOrUndefinedName: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a name">, v.TrimAction, v.MinLengthAction<string, 2, "the name is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the name is too long, it must be 255 characters or less">]>, undefined>;
|
|
1948
2010
|
|
|
1949
2011
|
declare const IsValidReferenceId: v.NumberSchema<"please provide a valid id">;
|
|
1950
2012
|
declare const IsValidReferenceDocumentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
|
|
@@ -1958,6 +2020,13 @@ declare const IsValidLongString: v.SchemaWithPipe<readonly [v.StringSchema<undef
|
|
|
1958
2020
|
declare const IsValidLongStringOrUndefined: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, "The string you provided is too long, please abbreviate your string to be 5000 characters or less.">]>, undefined>;
|
|
1959
2021
|
declare const IsValidStringList: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.TransformAction<string[], string>]>;
|
|
1960
2022
|
declare const IsValidStringListOrUndefined: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.TransformAction<string[], string>]>, undefined>;
|
|
2023
|
+
declare const IsValidSlug: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
2024
|
+
declare const IsValidSlugOrUndefined: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
2025
|
+
|
|
2026
|
+
declare const MAX_FILE_SIZE: number;
|
|
2027
|
+
declare const MAX_FILE_SIZE_LABEL = "10MB";
|
|
2028
|
+
declare const IsValidMediaFile: v.SchemaWithPipe<readonly [v.FileSchema<undefined>, v.MinSizeAction<File, 1, "file is required">, v.MaxSizeAction<File, number, "file size cannot exceed 10MB">]>;
|
|
2029
|
+
declare const IsValidMediaFileList: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.FileSchema<undefined>, v.MinSizeAction<File, 1, "file is required">, v.MaxSizeAction<File, number, "file size cannot exceed 10MB">]>, undefined>, v.MinLengthAction<File[], 1, "at least one file is required">]>;
|
|
1961
2030
|
|
|
1962
2031
|
declare const IsValidUrlDestination: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>;
|
|
1963
2032
|
declare const IsValidOrUndefinedUrlDestination: v.UndefinedableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>, undefined>;
|
|
@@ -2000,4 +2069,4 @@ declare const IsValidOrUndefinedUrlUtmTerm: v.UndefinedableSchema<v.SchemaWithPi
|
|
|
2000
2069
|
declare const IsValidUrlUtmId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_id is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2030, "the utm_id is too long, it must be 2030 characters or less">, v.RegexAction<string, "utm_id can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
2001
2070
|
declare const IsValidOrUndefinedUrlUtmId: v.UndefinedableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_id is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2030, "the utm_id is too long, it must be 2030 characters or less">, v.RegexAction<string, "utm_id can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
2002
2071
|
|
|
2003
|
-
export { type AuthorizedUserDocument, type BaseDocument, type BlockAnnouncementBar, type BlockBrandLogos, type BlockButtonGroup, type BlockContact, type BlockCtaLink, type BlockFaq, type BlockFullscreenContent, type BlockFullscreenContentType, type BlockTextDetails, type BlockVideoEmbed, type BlogPageDocument, type BlogPostBlock, type BlogPostDocument, type BrandStyleguideColor, type BrandStyleguideFont, CLIENT_ENTITY_KEYS, CLIENT_ENTITY_PERMISSIONS, CLIENT_ENTITY_SCOPES, type CareersPageDocument, type CategoryDocument, type ClientDocument, type ClientEntityActions, type ClientEntityKey, type ClientEntityScope, type ClientMediaPlatformDocument, type ClientProjectDocument, type ClientProjectStatus, ClientProjectStatusOptions, type ClientReportDocument, type ClientStyleguideDocument, type ClientUserDocument, type ClientUserDocumentStatus, type ComponentBlockAnnouncementBar, type ComponentBlockBrandLogos, type ComponentBlockButtonGroup, type ComponentBlockContact, type ComponentBlockCtaLink, type ComponentBlockFaq, type ComponentBlockFullscreenContent, type ComponentBlockTextDetails, type ComponentBlockVideo, type ComponentBrandStyleguideColor, type ComponentBrandStyleguideFont, type ComponentFormDownload, type ComponentFormSelect, type ComponentOpenGraph, type ComponentSeoMeta, type ComponentSharedButton, type ComponentSharedLink, type ComponentSharedQuestionAnswer, type ComponentSharedRichTextBlock, type ComponentSlideContent, type ComponentSliderSettings, type ComponentSlideshow, type ComponentSlideshowSettings, type ComponentUtmOption, ERROR_MESSAGE_REGEX_DOMAIN, ERROR_MESSAGE_REGEX_PHONE, ERROR_MESSAGE_REGEX_UTM_VALUE, type FormDownload, type FormDownloadKeys, type FormSelect, type FormUID, InvalidClientTermMin, InvalidClientTermNumber, InvalidCompanyName, InvalidCompanyNameMaxLength, InvalidCsvFileType, InvalidDestinationUrl, InvalidFirstName, InvalidFirstNameMaxLength, InvalidFullName, InvalidFullNameMaxLength, InvalidInputRobot, InvalidInstrustryName, InvalidInstrustryNameMaxLength, InvalidLastName, InvalidLastNameMaxLength, InvalidListOfUrls, InvalidLongStringOrUndefined, InvalidPreferredName, InvalidPreferredNameMaxLength, InvalidProductInterestMaxLength, InvalidRangeValueOneToFive, InvalidRefPageMaxLength, InvalidResumeFileType, InvalidShortStringMax, InvalidUserMessage, InvalidUserMessageMaxLength, InvalidUserPhone, InvalidUserPhoneType, InvalidUserTitle, InvalidUserTitleMaxLength, InvalidUtmLink, IsValidBlocked, IsValidCaptchaToken, IsValidClientTerm, IsValidClientUserScope, IsValidClientUserScopes, IsValidCompanyName, IsValidCompanyNameRequired, IsValidConfirmed, IsValidCost, IsValidCsvFile, IsValidDateToday, IsValidDescription, IsValidDestinationUrl, IsValidFileReferenceId, IsValidFirstName, IsValidFullName, IsValidIndustryName, IsValidIsActive, IsValidIsSecure, IsValidLabel, IsValidLastName, IsValidLongString, IsValidLongStringOrUndefined, IsValidName, IsValidNumberOfEmployees, IsValidOrUndefinedBlocked, IsValidOrUndefinedConfirmed, IsValidOrUndefinedCost, IsValidOrUndefinedDescription, IsValidOrUndefinedIsActive, IsValidOrUndefinedIsSecure, IsValidOrUndefinedLabel, IsValidOrUndefinedName, IsValidOrUndefinedPassword, IsValidOrUndefinedProvider, IsValidOrUndefinedUrlDestination, IsValidOrUndefinedUrlDomain, IsValidOrUndefinedUrlFragment, IsValidOrUndefinedUrlPath, IsValidOrUndefinedUrlProtocol, IsValidOrUndefinedUrlQuery, IsValidOrUndefinedUrlUtmCampaign, IsValidOrUndefinedUrlUtmContent, IsValidOrUndefinedUrlUtmCreativeFormat, IsValidOrUndefinedUrlUtmId, IsValidOrUndefinedUrlUtmMedium, IsValidOrUndefinedUrlUtmSource, IsValidOrUndefinedUrlUtmTerm, IsValidOrUndefinedUserEmail, IsValidOrUndefinedUsername, IsValidOrUndefinedValue, IsValidPassword, IsValidPositiveInteger, IsValidPreferredName, IsValidProductInterest, IsValidProvider, IsValidRangeValueOneToFive, IsValidRefPage, IsValidReferenceDocumentId, IsValidReferenceId, IsValidResumeFile, IsValidShortString, IsValidShortStringOrUndefined, IsValidStringList, IsValidStringListOrUndefined, IsValidStringSepListOfUrls, IsValidStringSepListOfUrlsOrUndefined, IsValidUrl, IsValidUrlDestination, IsValidUrlDomain, IsValidUrlFragment, IsValidUrlList, IsValidUrlOrUndefined, IsValidUrlPath, IsValidUrlProtocol, IsValidUrlQuery, IsValidUrlUtmCampaign, IsValidUrlUtmContent, IsValidUrlUtmCreativeFormat, IsValidUrlUtmId, IsValidUrlUtmMedium, IsValidUrlUtmSource, IsValidUrlUtmTerm, IsValidUserConsent, IsValidUserEmail, IsValidUserMessage, IsValidUserPhone, IsValidUserPhoneRequired, IsValidUserRole, IsValidUserTitle, IsValidUserTitleRequired, IsValidUsername, IsValidUtmCampaignKeyName, IsValidUtmCampaignKeyNameOrUndefined, IsValidUtmLink, IsValidValue, type KeenSliderOrigin, type KeenSliderSliderSlides, LIMIT_BLOG_POST_PAGINATION_DEFAULT_SIZE, LIMIT_BLOG_POST_PAGINATION_MAX_SIZE, LIMIT_CATEGORIES_DEFAULT_SIZE, LIMIT_CATEGORIES_MAX_SIZE, LIMIT_CLIENT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_PAGINATION_MAX_SIZE, LIMIT_CLIENT_PROJECT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_PROJECT_PAGINATION_MAX_SIZE, LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE, LIMIT_CLIENT_STYLEGUIDE_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_STYLEGUIDE_PAGINATION_MAX_SIZE, LIMIT_CLIENT_USER_PAGINATION_DEFAULT_SIZE_LIMIT, LIMIT_CLIENT_USER_PAGINATION_MAX_SIZE_LIMIT, LIMIT_LONG_STRING_MAX_LENGTH, LIMIT_MAX_DESCRIPTION, LIMIT_MAX_DESTINATION, LIMIT_MAX_DOMAIN, LIMIT_MAX_EMAIL, LIMIT_MAX_FRAGMENT, LIMIT_MAX_PASSWORD, LIMIT_MAX_PATH, LIMIT_MAX_PROVIDER, LIMIT_MAX_QUERY, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MEDIUM_STRING_MAX_LENGTH, LIMIT_MIN_DESTINATION, LIMIT_MIN_DOMAIN, LIMIT_MIN_EMAIL, LIMIT_MIN_FRAGMENT, LIMIT_MIN_NAME, LIMIT_MIN_PASSWORD, LIMIT_MIN_PATH, LIMIT_MIN_QUERY, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, LIMIT_PAGINATION_DEFAULT_SIZE, LIMIT_PAGINATION_MAX_SIZE, LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_DEFAULT_SIZE, LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_MAX_SIZE, LIMIT_PRODUCT_PAGINATION_DEFAULT_SIZE, LIMIT_PRODUCT_PAGINATION_MAX_SIZE, LIMIT_REDIRECT_PAGINATION_DEFAULT_SIZE, LIMIT_REDIRECT_PAGINATION_MAX_SIZE, LIMIT_SHORT_STRING_MAX_LENGTH, LIMIT_TABLE_PAGINATION_DEFAULT_SIZE, LIMIT_TAGS_DEFAULT_SIZE, LIMIT_TAGS_MAX_SIZE, LIMIT_TEAM_MEMBER_PAGINATION_DEFAULT_SIZE, LIMIT_TEAM_MEMBER_PAGINATION_MAX_SIZE, LIMIT_TREND_PAGINATION_DEFAULT_SIZE, LIMIT_TREND_PAGINATION_MAX_SIZE, LIMIT_USER_PAGINATION_DEFAULT_SIZE, LIMIT_USER_PAGINATION_MAX_SIZE, LIMIT_UTM_TRACKING_LINK_PAGINATION_DEFAULT_SIZE, LIMIT_UTM_TRACKING_LINK_PAGINATION_MAX_SIZE, type LandingPageDocument, type LeadDocument, type MediaFormat, type MediaFormats, type MediaPlatformDocument, type MediaUploadDocument, type OpenGraph, type PermissionDocument, type PolicyPageDocument, type ProductDocument, type ProductHighlightDocument, QueryStrapiByDocumentId, QueryStrapiByEmail, QueryStrapiById, QueryStrapiByName, QueryStrapiByPhone, QueryStrapiBySlug, QueryStrapiPaginated, QueryStrapiPaginatedUrlRedirects, QueryStrapiSearchBlogPosts, QueryStrapiSearchBlogPostsBySlug, QueryStrapiSearchClientMediaPlatforms, QueryStrapiSearchClientProjects, QueryStrapiSearchClientReports, QueryStrapiSearchClientStyleguide, QueryStrapiSearchClients, QueryStrapiSearchMediaPlatforms, QueryStrapiSearchUtmTrackingLinks, QueryStrapiUrlRedirectsByFrom, QueryStrapiUsers, QueryStrapiUsersByIdentifier, REGEX_BRAND_COLOR_SLUG, REGEX_DOMAIN, REGEX_NANP_PHONE, REGEX_UTM_VALUE, type ResumeDocument, type RichTextBlock, type RichTextBlockChildren, type RoleDocument, SAuthConnectProviderConfirmation, SAuthConnectProviderRedirectSearch, SAuthRawAccessToken, SChangePassword, SConnectManyEntityRelation, type SConnectManyEntityRelationIn, type SConnectManyEntityRelationOut, SConnectOneEntityRelation, type SConnectOneEntityRelationIn, type SConnectOneEntityRelationOut, SCreateClientMediaPlatformDocument, SCreateClientUserDocument, SCreateLead, SCreateNewsletterSignup, SCreateResume, SCreateResumeInfo, SCreateUtmTrackingLinkDocument, type SCreateUtmTrackingLinkDocumentInput, SCreateUtmTrackingLinkParts, SDeleteClientMediaPlatformDocument, SDeleteClientUserDocument, SDeleteUtmTrackingLinkDocument, SDisconnectManyEntityRelation, type SDisconnectManyEntityRelationIn, type SDisconnectManyEntityRelationOut, SDisconnectOneEntityRelation, type SDisconnectOneEntityRelationIn, type SDisconnectOneEntityRelationOut, SEntityRelation, type SEntityRelationIn, type SEntityRelationOut, SEntityRelationPosition, SEntityRelationPositionAfter, SEntityRelationPositionBefore, SEntityRelationPositionEnd, type SEntityRelationPositionIn, type SEntityRelationPositionOut, SEntityRelationPositionStart, SForgotUserPassword, SFormCreateMultipleUtmTrackingLinkDocuments, SLoginUser, SQueryListClientUserDocuments, SReadClientMediaPlatformDocumentByDocumentId, SReadClientMediaPlatformDocumentById, SReadClientUserDocumentByDocumentId, SReadClientUserDocumentById, SReadUserAccountByDocumentId, SReadUserAccountById, SReadUserByDocumentId, SReadUserById, SReadUtmTrackingLinkDocumentByDocumentId, SReadUtmTrackingLinkDocumentByUrl, SRegisterUser, SRequestConfirmEmail, SResetUserPassword, SSetManyEntityRelation, type SSetManyEntityRelationIn, type SSetManyEntityRelationOut, SSetOneEntityRelation, type SSetOneEntityRelationIn, type SSetOneEntityRelationOut, SUpdateClientMediaPlatformDocument, SUpdateClientMediaPlatformDocumentRequest, SUpdateClientUserDocument, SUpdateClientUserDocumentRequest, SUpdateResumeInfo, SUpdateTrendsLikes, SUpdateUserAccount, SUpdateUserAccountFirstName, SUpdateUserAccountLastName, SUpdateUserAccountPreferredName, SUpdateUtmTrackingLinkDocument, SUpdateUtmTrackingLinkDocumentRequest, SUserToken, SUtmLinkBuilderPartCampaignDateOptions, type SUtmLinkBuilderPartCampaignDateValue, SUtmLinkBuilderTableForm, type SUtmLinkBuilderTableFormInput, SVerifyClientMediaPlatformDocument, SVerifyClientUserDocument, type SeoMeta, type SharedButton, type SharedLink, type SharedQuestionAnswer, type SharedRichTextBlock, SharpSpringSignUpToDownload, type SlideContent, type SlideType, type SliderSettings, type SliderSpacing, type Slideshow, type SlideshowMode, type SlideshowSettings, type StrapiAttributeErrorDetail, type StrapiAttributeErrorKey, type StrapiAttributeErrorResponse, type StrapiBgColorOptions, type StrapiDirection, type StrapiErrorDetail, type StrapiErrorResponse, type StrapiGapSizes, type StrapiIconName, type StrapiIconPosition, type StrapiLinkReferrerPolicy, type StrapiLinkRel, type StrapiLinkTarget, type StrapiLinkType, type StrapiListResponse, type StrapiPagination, type StrapiResponseMeta, type StrapiResponseMetaWithPagination, type StrapiSingleResponse, type StrapiTextColorOptions, type StrapiThemeOptions, type TagDocument, type TeamMemberDocument, type TeamPageDocument, type TrendDocument, type UrlRedirectDocument, type UrlRedirectQueryParams, type UrlRedirectStatusCode, type UserAccountDocument, type UserAuthorizationLoginResponse, type UserAuthorizationSuccessResponse, type UserDocument, type UtmClassificationKey, type UtmMetaPageDocument, type UtmOption, type UtmSourceKey, type UtmTrackingLinkDocument, ValidGcDesiredContentOptions, ValidGcServiceOptions, ValidGcVideoServiceOptions, ValidJobRoleGroup, ValidNumberOfEmployeeOptions, ValidRatingRange5, type WebSafeFont, type WebSafeFontDisplay, type WebSafeFontMono, type WebSafeFontSans, type WebSafeFontSerif, datePlusDays, dateToday, isValidationFailure, isValidationSuccess, omitUndefined, validateAndClean };
|
|
2072
|
+
export { type AuthorizedUserDocument, type BaseDocument, type BlockAnnouncementBar, type BlockBrandLogos, type BlockButtonGroup, type BlockContact, type BlockCtaLink, type BlockFaq, type BlockFullscreenContent, type BlockFullscreenContentType, type BlockTextDetails, type BlockVideoEmbed, type BlogPageDocument, type BlogPostBlock, type BlogPostDocument, type BrandStyleguideColor, type BrandStyleguideFont, CLIENT_ENTITY_KEYS, CLIENT_ENTITY_PERMISSIONS, CLIENT_ENTITY_SCOPES, type CareersPageDocument, type CategoryDocument, type ClientDocument, type ClientEntityActions, type ClientEntityKey, type ClientEntityScope, type ClientMediaPlatformDocument, type ClientProjectDocument, type ClientProjectStatus, ClientProjectStatusOptions, type ClientReportDocument, type ClientStyleguideDocument, type ClientUserDocument, type ClientUserDocumentStatus, type ComponentBlockAnnouncementBar, type ComponentBlockBrandLogos, type ComponentBlockButtonGroup, type ComponentBlockContact, type ComponentBlockCtaLink, type ComponentBlockFaq, type ComponentBlockFullscreenContent, type ComponentBlockTextDetails, type ComponentBlockVideo, type ComponentBrandStyleguideColor, type ComponentBrandStyleguideFont, type ComponentFormDownload, type ComponentFormSelect, type ComponentOpenGraph, type ComponentSeoMeta, type ComponentSharedButton, type ComponentSharedLink, type ComponentSharedQuestionAnswer, type ComponentSharedRichTextBlock, type ComponentSlideContent, type ComponentSliderSettings, type ComponentSlideshow, type ComponentSlideshowSettings, type ComponentUtmOption, ERROR_MESSAGE_REGEX_DOMAIN, ERROR_MESSAGE_REGEX_PHONE, ERROR_MESSAGE_REGEX_URL_SLUG, ERROR_MESSAGE_REGEX_UTM_VALUE, type FormDownload, type FormDownloadKeys, type FormSelect, type FormUID, InvalidClientTermMin, InvalidClientTermNumber, InvalidCompanyName, InvalidCompanyNameMaxLength, InvalidCsvFileType, InvalidDestinationUrl, InvalidFirstName, InvalidFirstNameMaxLength, InvalidFullName, InvalidFullNameMaxLength, InvalidInputRobot, InvalidInstrustryName, InvalidInstrustryNameMaxLength, InvalidLastName, InvalidLastNameMaxLength, InvalidListOfUrls, InvalidLongStringOrUndefined, InvalidPreferredName, InvalidPreferredNameMaxLength, InvalidProductInterestMaxLength, InvalidRangeValueOneToFive, InvalidRefPageMaxLength, InvalidResumeFileType, InvalidShortStringMax, InvalidUserMessage, InvalidUserMessageMaxLength, InvalidUserPhone, InvalidUserPhoneType, InvalidUserTitle, InvalidUserTitleMaxLength, InvalidUtmLink, IsValidBlocked, IsValidCaptchaToken, IsValidClientTerm, IsValidClientUserScope, IsValidClientUserScopes, IsValidCompanyName, IsValidCompanyNameRequired, IsValidConfirmed, IsValidCost, IsValidCsvFile, IsValidDateToday, IsValidDescription, IsValidDestinationUrl, IsValidFileReferenceId, IsValidFirstName, IsValidFullName, IsValidIndustryName, IsValidIsActive, IsValidIsSecure, IsValidLabel, IsValidLastName, IsValidLongString, IsValidLongStringOrUndefined, IsValidMediaFile, IsValidMediaFileList, IsValidName, IsValidNumberOfEmployees, IsValidOrUndefinedBlocked, IsValidOrUndefinedConfirmed, IsValidOrUndefinedCost, IsValidOrUndefinedDescription, IsValidOrUndefinedIsActive, IsValidOrUndefinedIsSecure, IsValidOrUndefinedLabel, IsValidOrUndefinedName, IsValidOrUndefinedPassword, IsValidOrUndefinedProvider, IsValidOrUndefinedUrlDestination, IsValidOrUndefinedUrlDomain, IsValidOrUndefinedUrlFragment, IsValidOrUndefinedUrlPath, IsValidOrUndefinedUrlProtocol, IsValidOrUndefinedUrlQuery, IsValidOrUndefinedUrlUtmCampaign, IsValidOrUndefinedUrlUtmContent, IsValidOrUndefinedUrlUtmCreativeFormat, IsValidOrUndefinedUrlUtmId, IsValidOrUndefinedUrlUtmMedium, IsValidOrUndefinedUrlUtmSource, IsValidOrUndefinedUrlUtmTerm, IsValidOrUndefinedUserEmail, IsValidOrUndefinedUsername, IsValidOrUndefinedValue, IsValidPassword, IsValidPositiveInteger, IsValidPreferredName, IsValidProductInterest, IsValidProvider, IsValidRangeValueOneToFive, IsValidRefPage, IsValidReferenceDocumentId, IsValidReferenceId, IsValidResumeFile, IsValidShortString, IsValidShortStringOrUndefined, IsValidSlug, IsValidSlugOrUndefined, IsValidStringList, IsValidStringListOrUndefined, IsValidStringSepListOfUrls, IsValidStringSepListOfUrlsOrUndefined, IsValidUrl, IsValidUrlDestination, IsValidUrlDomain, IsValidUrlFragment, IsValidUrlList, IsValidUrlOrUndefined, IsValidUrlPath, IsValidUrlProtocol, IsValidUrlQuery, IsValidUrlUtmCampaign, IsValidUrlUtmContent, IsValidUrlUtmCreativeFormat, IsValidUrlUtmId, IsValidUrlUtmMedium, IsValidUrlUtmSource, IsValidUrlUtmTerm, IsValidUserConsent, IsValidUserEmail, IsValidUserMessage, IsValidUserPhone, IsValidUserPhoneRequired, IsValidUserRole, IsValidUserTitle, IsValidUserTitleRequired, IsValidUsername, IsValidUtmCampaignKeyName, IsValidUtmCampaignKeyNameOrUndefined, IsValidUtmLink, IsValidValue, type KeenSliderOrigin, type KeenSliderSliderSlides, LIMIT_BLOG_POST_PAGINATION_DEFAULT_SIZE, LIMIT_BLOG_POST_PAGINATION_MAX_SIZE, LIMIT_CATEGORIES_DEFAULT_SIZE, LIMIT_CATEGORIES_MAX_SIZE, LIMIT_CLIENT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_PAGINATION_MAX_SIZE, LIMIT_CLIENT_PROJECT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_PROJECT_PAGINATION_MAX_SIZE, LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE, LIMIT_CLIENT_STYLEGUIDE_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_STYLEGUIDE_PAGINATION_MAX_SIZE, LIMIT_CLIENT_USER_PAGINATION_DEFAULT_SIZE_LIMIT, LIMIT_CLIENT_USER_PAGINATION_MAX_SIZE_LIMIT, LIMIT_LONG_STRING_MAX_LENGTH, LIMIT_MAX_DESCRIPTION, LIMIT_MAX_DESTINATION, LIMIT_MAX_DOMAIN, LIMIT_MAX_EMAIL, LIMIT_MAX_FRAGMENT, LIMIT_MAX_PASSWORD, LIMIT_MAX_PATH, LIMIT_MAX_PROVIDER, LIMIT_MAX_QUERY, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MEDIUM_STRING_MAX_LENGTH, LIMIT_MIN_DESTINATION, LIMIT_MIN_DOMAIN, LIMIT_MIN_EMAIL, LIMIT_MIN_FRAGMENT, LIMIT_MIN_NAME, LIMIT_MIN_PASSWORD, LIMIT_MIN_PATH, LIMIT_MIN_QUERY, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, LIMIT_PAGINATION_DEFAULT_SIZE, LIMIT_PAGINATION_MAX_SIZE, LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_DEFAULT_SIZE, LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_MAX_SIZE, LIMIT_PRODUCT_PAGINATION_DEFAULT_SIZE, LIMIT_PRODUCT_PAGINATION_MAX_SIZE, LIMIT_REDIRECT_PAGINATION_DEFAULT_SIZE, LIMIT_REDIRECT_PAGINATION_MAX_SIZE, LIMIT_SHORT_STRING_MAX_LENGTH, LIMIT_TABLE_PAGINATION_DEFAULT_SIZE, LIMIT_TAGS_DEFAULT_SIZE, LIMIT_TAGS_MAX_SIZE, LIMIT_TEAM_MEMBER_PAGINATION_DEFAULT_SIZE, LIMIT_TEAM_MEMBER_PAGINATION_MAX_SIZE, LIMIT_TREND_PAGINATION_DEFAULT_SIZE, LIMIT_TREND_PAGINATION_MAX_SIZE, LIMIT_USER_PAGINATION_DEFAULT_SIZE, LIMIT_USER_PAGINATION_MAX_SIZE, LIMIT_UTM_TRACKING_LINK_PAGINATION_DEFAULT_SIZE, LIMIT_UTM_TRACKING_LINK_PAGINATION_MAX_SIZE, type LandingPageDocument, type LeadDocument, MAX_FILE_SIZE, MAX_FILE_SIZE_LABEL, type MediaFormat, type MediaFormats, type MediaPlatformDocument, type MediaUploadDocument, type OpenGraph, type PermissionDocument, type PolicyPageDocument, type ProductDocument, type ProductHighlightDocument, QueryStrapiByDocumentId, QueryStrapiByEmail, QueryStrapiById, QueryStrapiByName, QueryStrapiByPhone, QueryStrapiBySlug, QueryStrapiPaginated, QueryStrapiPaginatedUrlRedirects, QueryStrapiSearchBlogPosts, QueryStrapiSearchBlogPostsBySlug, QueryStrapiSearchClientMediaPlatforms, QueryStrapiSearchClientProjects, QueryStrapiSearchClientReports, QueryStrapiSearchClientStyleguide, QueryStrapiSearchClients, QueryStrapiSearchMediaPlatforms, QueryStrapiSearchUtmTrackingLinks, QueryStrapiUrlRedirectsByFrom, QueryStrapiUsers, QueryStrapiUsersByIdentifier, REGEX_BRAND_COLOR_SLUG, REGEX_DOMAIN, REGEX_NANP_PHONE, REGEX_URL_SLUG, REGEX_UTM_VALUE, type ResumeDocument, type RichTextBlock, type RichTextBlockChildren, type RoleDocument, SAuthConnectProviderConfirmation, SAuthConnectProviderRedirectSearch, SAuthRawAccessToken, SChangePassword, SConnectManyEntityRelation, type SConnectManyEntityRelationIn, type SConnectManyEntityRelationOut, SConnectOneEntityRelation, type SConnectOneEntityRelationIn, type SConnectOneEntityRelationOut, SCreateClientMediaPlatformDocument, SCreateClientProjectDocument, SCreateClientReportDocument, SCreateClientUserDocument, SCreateLead, SCreateMediaPlatformDocument, SCreateMultipleStrapiMediaUploadDocument, SCreateNewsletterSignup, SCreateResume, SCreateResumeInfo, SCreateStrapiMediaUploadDocument, SCreateUtmTrackingLinkDocument, type SCreateUtmTrackingLinkDocumentInput, SCreateUtmTrackingLinkParts, SDisconnectManyEntityRelation, type SDisconnectManyEntityRelationIn, type SDisconnectManyEntityRelationOut, SDisconnectOneEntityRelation, type SDisconnectOneEntityRelationIn, type SDisconnectOneEntityRelationOut, SEntityRelation, type SEntityRelationIn, type SEntityRelationOut, SEntityRelationPosition, SEntityRelationPositionAfter, SEntityRelationPositionBefore, SEntityRelationPositionEnd, type SEntityRelationPositionIn, type SEntityRelationPositionOut, SEntityRelationPositionStart, SForgotUserPassword, SFormCreateMultipleUtmTrackingLinkDocuments, SLoginUser, SQueryListClientUserDocuments, SReadUserAccountByDocumentId, SReadUserAccountById, SReadUserByDocumentId, SReadUserById, SReadUtmTrackingLinkDocumentByUrl, SRegisterUser, SRequestConfirmEmail, SResetUserPassword, SSetManyEntityRelation, type SSetManyEntityRelationIn, type SSetManyEntityRelationOut, SSetOneEntityRelation, type SSetOneEntityRelationIn, type SSetOneEntityRelationOut, SUpdateClientMediaPlatformDocument, SUpdateClientMediaPlatformDocumentRequest, SUpdateClientProjectDocument, SUpdateClientProjectDocumentRequest, SUpdateClientReportDocument, SUpdateClientReportDocumentRequest, SUpdateClientUserDocument, SUpdateClientUserDocumentRequest, SUpdateMediaPlatformDocument, SUpdateMediaPlatformDocumentRequest, SUpdateResumeInfo, SUpdateStrapiMediaFileInfo, SUpdateTrendsLikes, SUpdateUserAccount, SUpdateUserAccountFirstName, SUpdateUserAccountLastName, SUpdateUserAccountPreferredName, SUpdateUtmTrackingLinkDocument, SUpdateUtmTrackingLinkDocumentRequest, SUserToken, SUtmLinkBuilderPartCampaignDateOptions, type SUtmLinkBuilderPartCampaignDateValue, SUtmLinkBuilderTableForm, type SUtmLinkBuilderTableFormInput, SVerifyClientMediaPlatformDocument, SVerifyClientUserDocument, type SeoMeta, type SharedButton, type SharedLink, type SharedQuestionAnswer, type SharedRichTextBlock, SharpSpringSignUpToDownload, type SlideContent, type SlideType, type SliderSettings, type SliderSpacing, type Slideshow, type SlideshowMode, type SlideshowSettings, type StrapiAttributeErrorDetail, type StrapiAttributeErrorKey, type StrapiAttributeErrorResponse, type StrapiBgColorOptions, type StrapiDirection, type StrapiErrorDetail, type StrapiErrorResponse, type StrapiGapSizes, type StrapiIconName, type StrapiIconPosition, type StrapiLinkReferrerPolicy, type StrapiLinkRel, type StrapiLinkTarget, type StrapiLinkType, type StrapiListResponse, type StrapiPagination, type StrapiResponseMeta, type StrapiResponseMetaWithPagination, type StrapiSingleResponse, type StrapiTextColorOptions, type StrapiThemeOptions, type TagDocument, type TeamMemberDocument, type TeamPageDocument, type TrendDocument, type UrlRedirectDocument, type UrlRedirectQueryParams, type UrlRedirectStatusCode, type UserAccountDocument, type UserAuthorizationLoginResponse, type UserAuthorizationSuccessResponse, type UserDocument, type UtmClassificationKey, type UtmMetaPageDocument, type UtmOption, type UtmSourceKey, type UtmTrackingLinkDocument, ValidGcDesiredContentOptions, ValidGcServiceOptions, ValidGcVideoServiceOptions, ValidJobRoleGroup, ValidNumberOfEmployeeOptions, ValidRatingRange5, type WebSafeFont, type WebSafeFontDisplay, type WebSafeFontMono, type WebSafeFontSans, type WebSafeFontSerif, datePlusDays, dateToday, isValidationFailure, isValidationSuccess, omitUndefined, validateAndClean };
|