@joeygrable94/utm-src-pub-validators 0.0.97 → 0.0.99

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.d.cts CHANGED
@@ -296,220 +296,10 @@ declare const SUtmLinkBuilderPartUrlDestinations: v.SchemaWithPipe<readonly [v.A
296
296
  }[], 10, "You can provide up to 10 destination URLs.">]>;
297
297
  type SUtmLinkBuilderPartUrlDestinations = v.InferOutput<typeof SUtmLinkBuilderPartUrlDestinations>;
298
298
  type SUtmLinkBuilderPartSourcesInput = v.InferInput<typeof SUtmLinkBuilderPartSources>;
299
- declare const SUtmLinkBuilderPartSources: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
300
- readonly group: v.OptionalSchema<v.ObjectSchema<{
301
- readonly label: 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">]>;
302
- readonly value: 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: - _ .">]>;
303
- readonly description: 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>;
304
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
305
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
306
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
307
- readonly id: v.NumberSchema<undefined>;
308
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
309
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
310
- readonly createdAt: v.StringSchema<undefined>;
311
- readonly updatedAt: v.StringSchema<undefined>;
312
- }, undefined>, undefined>;
313
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
314
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
315
- 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">]>;
316
- readonly confirmed: v.BooleanSchema<undefined>;
317
- readonly blocked: v.BooleanSchema<undefined>;
318
- readonly provider: v.LiteralSchema<"local", undefined>;
319
- readonly id: v.NumberSchema<undefined>;
320
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
321
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
322
- readonly createdAt: v.StringSchema<undefined>;
323
- readonly updatedAt: v.StringSchema<undefined>;
324
- }, undefined>, undefined>;
325
- readonly label: 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">]>;
326
- readonly value: 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: - _ .">]>;
327
- readonly description: 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>;
328
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
329
- readonly id: v.NumberSchema<undefined>;
330
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
331
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
332
- readonly createdAt: v.StringSchema<undefined>;
333
- readonly updatedAt: v.StringSchema<undefined>;
334
- }, undefined>, undefined>, v.MinLengthAction<{
335
- group?: {
336
- label: string;
337
- value: string;
338
- description: string | null;
339
- is_active: boolean;
340
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
341
- apply_value_as: "prefix" | "suffix";
342
- id: number;
343
- documentId: string;
344
- publishedAt?: string | undefined;
345
- createdAt: string;
346
- updatedAt: string;
347
- } | undefined;
348
- creator?: {
349
- username: string;
350
- email: string;
351
- confirmed: boolean;
352
- blocked: boolean;
353
- provider: "local";
354
- id: number;
355
- documentId: string;
356
- publishedAt?: string | undefined;
357
- createdAt: string;
358
- updatedAt: string;
359
- } | undefined;
360
- label: string;
361
- value: string;
362
- description: string | null;
363
- is_active: boolean;
364
- id: number;
365
- documentId: string;
366
- publishedAt?: string | undefined;
367
- createdAt: string;
368
- updatedAt: string;
369
- }[], 1, "Please select at least one source.">, v.MaxLengthAction<{
370
- group?: {
371
- label: string;
372
- value: string;
373
- description: string | null;
374
- is_active: boolean;
375
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
376
- apply_value_as: "prefix" | "suffix";
377
- id: number;
378
- documentId: string;
379
- publishedAt?: string | undefined;
380
- createdAt: string;
381
- updatedAt: string;
382
- } | undefined;
383
- creator?: {
384
- username: string;
385
- email: string;
386
- confirmed: boolean;
387
- blocked: boolean;
388
- provider: "local";
389
- id: number;
390
- documentId: string;
391
- publishedAt?: string | undefined;
392
- createdAt: string;
393
- updatedAt: string;
394
- } | undefined;
395
- label: string;
396
- value: string;
397
- description: string | null;
398
- is_active: boolean;
399
- id: number;
400
- documentId: string;
401
- publishedAt?: string | undefined;
402
- createdAt: string;
403
- updatedAt: string;
404
- }[], 10, "You can select up to 10 sources.">]>;
299
+ declare const SUtmLinkBuilderPartSources: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MinLengthAction<string[], 1, "Please select at least one source.">, v.MaxLengthAction<string[], 10, "You can select up to 10 sources.">]>;
405
300
  type SUtmLinkBuilderPartSources = v.InferOutput<typeof SUtmLinkBuilderPartSources>;
406
301
  type SUtmLinkBuilderPartMediumsInput = v.InferInput<typeof SUtmLinkBuilderPartMediums>;
407
- declare const SUtmLinkBuilderPartMediums: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
408
- readonly group: v.OptionalSchema<v.ObjectSchema<{
409
- readonly label: 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">]>;
410
- readonly value: 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: - _ .">]>;
411
- readonly description: 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>;
412
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
413
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
414
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
415
- readonly id: v.NumberSchema<undefined>;
416
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
417
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
418
- readonly createdAt: v.StringSchema<undefined>;
419
- readonly updatedAt: v.StringSchema<undefined>;
420
- }, undefined>, undefined>;
421
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
422
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
423
- 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">]>;
424
- readonly confirmed: v.BooleanSchema<undefined>;
425
- readonly blocked: v.BooleanSchema<undefined>;
426
- readonly provider: v.LiteralSchema<"local", undefined>;
427
- readonly id: v.NumberSchema<undefined>;
428
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
429
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
430
- readonly createdAt: v.StringSchema<undefined>;
431
- readonly updatedAt: v.StringSchema<undefined>;
432
- }, undefined>, undefined>;
433
- readonly label: 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">]>;
434
- readonly value: 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: - _ .">]>;
435
- readonly description: 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>;
436
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
437
- readonly id: v.NumberSchema<undefined>;
438
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
439
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
440
- readonly createdAt: v.StringSchema<undefined>;
441
- readonly updatedAt: v.StringSchema<undefined>;
442
- }, undefined>, undefined>, v.MinLengthAction<{
443
- group?: {
444
- label: string;
445
- value: string;
446
- description: string | null;
447
- is_active: boolean;
448
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
449
- apply_value_as: "prefix" | "suffix";
450
- id: number;
451
- documentId: string;
452
- publishedAt?: string | undefined;
453
- createdAt: string;
454
- updatedAt: string;
455
- } | undefined;
456
- creator?: {
457
- username: string;
458
- email: string;
459
- confirmed: boolean;
460
- blocked: boolean;
461
- provider: "local";
462
- id: number;
463
- documentId: string;
464
- publishedAt?: string | undefined;
465
- createdAt: string;
466
- updatedAt: string;
467
- } | undefined;
468
- label: string;
469
- value: string;
470
- description: string | null;
471
- is_active: boolean;
472
- id: number;
473
- documentId: string;
474
- publishedAt?: string | undefined;
475
- createdAt: string;
476
- updatedAt: string;
477
- }[], 1, "Please select at least one medium.">, v.MaxLengthAction<{
478
- group?: {
479
- label: string;
480
- value: string;
481
- description: string | null;
482
- is_active: boolean;
483
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
484
- apply_value_as: "prefix" | "suffix";
485
- id: number;
486
- documentId: string;
487
- publishedAt?: string | undefined;
488
- createdAt: string;
489
- updatedAt: string;
490
- } | undefined;
491
- creator?: {
492
- username: string;
493
- email: string;
494
- confirmed: boolean;
495
- blocked: boolean;
496
- provider: "local";
497
- id: number;
498
- documentId: string;
499
- publishedAt?: string | undefined;
500
- createdAt: string;
501
- updatedAt: string;
502
- } | undefined;
503
- label: string;
504
- value: string;
505
- description: string | null;
506
- is_active: boolean;
507
- id: number;
508
- documentId: string;
509
- publishedAt?: string | undefined;
510
- createdAt: string;
511
- updatedAt: string;
512
- }[], 10, "You can select up to 10 mediums.">]>;
302
+ declare const SUtmLinkBuilderPartMediums: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MinLengthAction<string[], 1, "Please select at least one medium.">, v.MaxLengthAction<string[], 10, "You can select up to 10 mediums.">]>;
513
303
  type SUtmLinkBuilderPartMediums = v.InferOutput<typeof SUtmLinkBuilderPartMediums>;
514
304
  declare const SUtmLinkBuilderPartCampaignDateFormatOptions: readonly ["no date", "annually", "quarterly", "monthly", "on a specific date"];
515
305
  type SUtmLinkBuilderPartCampaignDateFormatInput = v.InferInput<typeof SUtmLinkBuilderPartCampaignDateFormat>;
@@ -547,373 +337,23 @@ declare const SUtmLinkBuilderPartCampaignDateObject: v.ObjectSchema<{
547
337
  }, undefined>;
548
338
  type SUtmLinkBuilderPartCampaignDateObject = v.InferOutput<typeof SUtmLinkBuilderPartCampaignDateObject>;
549
339
  type SUtmLinkBuilderPartCampaignPhaseInput = v.InferInput<typeof SUtmLinkBuilderPartCampaignPhase>;
550
- declare const SUtmLinkBuilderPartCampaignPhase: v.OptionalSchema<v.ObjectSchema<{
551
- readonly group: v.OptionalSchema<v.ObjectSchema<{
552
- readonly label: 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">]>;
553
- readonly value: 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: - _ .">]>;
554
- readonly description: 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>;
555
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
556
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
557
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
558
- readonly id: v.NumberSchema<undefined>;
559
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
560
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
561
- readonly createdAt: v.StringSchema<undefined>;
562
- readonly updatedAt: v.StringSchema<undefined>;
563
- }, undefined>, undefined>;
564
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
565
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
566
- 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">]>;
567
- readonly confirmed: v.BooleanSchema<undefined>;
568
- readonly blocked: v.BooleanSchema<undefined>;
569
- readonly provider: v.LiteralSchema<"local", undefined>;
570
- readonly id: v.NumberSchema<undefined>;
571
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
572
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
573
- readonly createdAt: v.StringSchema<undefined>;
574
- readonly updatedAt: v.StringSchema<undefined>;
575
- }, undefined>, undefined>;
576
- readonly label: 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">]>;
577
- readonly value: 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: - _ .">]>;
578
- readonly description: 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>;
579
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
580
- readonly id: v.NumberSchema<undefined>;
581
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
582
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
583
- readonly createdAt: v.StringSchema<undefined>;
584
- readonly updatedAt: v.StringSchema<undefined>;
585
- }, undefined>, undefined>;
340
+ declare const SUtmLinkBuilderPartCampaignPhase: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
586
341
  type SUtmLinkBuilderPartCampaignPhase = v.InferOutput<typeof SUtmLinkBuilderPartCampaignPhase>;
587
342
  type SUtmLinkBuilderPartCampaignProductInput = v.InferInput<typeof SUtmLinkBuilderPartCampaignProduct>;
588
- declare const SUtmLinkBuilderPartCampaignProduct: v.OptionalSchema<v.ObjectSchema<{
589
- readonly group: v.OptionalSchema<v.ObjectSchema<{
590
- readonly label: 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">]>;
591
- readonly value: 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: - _ .">]>;
592
- readonly description: 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>;
593
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
594
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
595
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
596
- readonly id: v.NumberSchema<undefined>;
597
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
598
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
599
- readonly createdAt: v.StringSchema<undefined>;
600
- readonly updatedAt: v.StringSchema<undefined>;
601
- }, undefined>, undefined>;
602
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
603
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
604
- 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">]>;
605
- readonly confirmed: v.BooleanSchema<undefined>;
606
- readonly blocked: v.BooleanSchema<undefined>;
607
- readonly provider: v.LiteralSchema<"local", undefined>;
608
- readonly id: v.NumberSchema<undefined>;
609
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
610
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
611
- readonly createdAt: v.StringSchema<undefined>;
612
- readonly updatedAt: v.StringSchema<undefined>;
613
- }, undefined>, undefined>;
614
- readonly label: 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">]>;
615
- readonly value: 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: - _ .">]>;
616
- readonly description: 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>;
617
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
618
- readonly id: v.NumberSchema<undefined>;
619
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
620
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
621
- readonly createdAt: v.StringSchema<undefined>;
622
- readonly updatedAt: v.StringSchema<undefined>;
623
- }, undefined>, undefined>;
343
+ declare const SUtmLinkBuilderPartCampaignProduct: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
624
344
  type SUtmLinkBuilderPartCampaignProduct = v.InferOutput<typeof SUtmLinkBuilderPartCampaignProduct>;
625
345
  type SUtmLinkBuilderPartCampaignTargetingInput = v.InferInput<typeof SUtmLinkBuilderPartCampaignTargeting>;
626
- declare const SUtmLinkBuilderPartCampaignTargeting: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
627
- readonly group: v.OptionalSchema<v.ObjectSchema<{
628
- readonly label: 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">]>;
629
- readonly value: 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: - _ .">]>;
630
- readonly description: 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>;
631
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
632
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
633
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
634
- readonly id: v.NumberSchema<undefined>;
635
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
636
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
637
- readonly createdAt: v.StringSchema<undefined>;
638
- readonly updatedAt: v.StringSchema<undefined>;
639
- }, undefined>, undefined>;
640
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
641
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
642
- 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">]>;
643
- readonly confirmed: v.BooleanSchema<undefined>;
644
- readonly blocked: v.BooleanSchema<undefined>;
645
- readonly provider: v.LiteralSchema<"local", undefined>;
646
- readonly id: v.NumberSchema<undefined>;
647
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
648
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
649
- readonly createdAt: v.StringSchema<undefined>;
650
- readonly updatedAt: v.StringSchema<undefined>;
651
- }, undefined>, undefined>;
652
- readonly label: 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">]>;
653
- readonly value: 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: - _ .">]>;
654
- readonly description: 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>;
655
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
656
- readonly id: v.NumberSchema<undefined>;
657
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
658
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
659
- readonly createdAt: v.StringSchema<undefined>;
660
- readonly updatedAt: v.StringSchema<undefined>;
661
- }, undefined>, undefined>, v.MaxLengthAction<{
662
- group?: {
663
- label: string;
664
- value: string;
665
- description: string | null;
666
- is_active: boolean;
667
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
668
- apply_value_as: "prefix" | "suffix";
669
- id: number;
670
- documentId: string;
671
- publishedAt?: string | undefined;
672
- createdAt: string;
673
- updatedAt: string;
674
- } | undefined;
675
- creator?: {
676
- username: string;
677
- email: string;
678
- confirmed: boolean;
679
- blocked: boolean;
680
- provider: "local";
681
- id: number;
682
- documentId: string;
683
- publishedAt?: string | undefined;
684
- createdAt: string;
685
- updatedAt: string;
686
- } | undefined;
687
- label: string;
688
- value: string;
689
- description: string | null;
690
- is_active: boolean;
691
- id: number;
692
- documentId: string;
693
- publishedAt?: string | undefined;
694
- createdAt: string;
695
- updatedAt: string;
696
- }[], 10, "You can select up to 10 targeting audiences.">]>, undefined>;
346
+ declare const SUtmLinkBuilderPartCampaignTargeting: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MaxLengthAction<string[], 10, "You can select up to 10 targeting audiences.">]>, undefined>;
697
347
  type SUtmLinkBuilderPartCampaignTargeting = v.InferOutput<typeof SUtmLinkBuilderPartCampaignTargeting>;
698
348
  type SUtmLinkBuilderPartCampaignKeyInput = v.InferInput<typeof SUtmLinkBuilderPartCampaignKey>;
699
- declare const SUtmLinkBuilderPartCampaignKey: v.OptionalSchema<v.ObjectSchema<{
700
- readonly group: v.OptionalSchema<v.ObjectSchema<{
701
- readonly label: 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">]>;
702
- readonly value: 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: - _ .">]>;
703
- readonly description: 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>;
704
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
705
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
706
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
707
- readonly id: v.NumberSchema<undefined>;
708
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
709
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
710
- readonly createdAt: v.StringSchema<undefined>;
711
- readonly updatedAt: v.StringSchema<undefined>;
712
- }, undefined>, undefined>;
713
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
714
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
715
- 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">]>;
716
- readonly confirmed: v.BooleanSchema<undefined>;
717
- readonly blocked: v.BooleanSchema<undefined>;
718
- readonly provider: v.LiteralSchema<"local", undefined>;
719
- readonly id: v.NumberSchema<undefined>;
720
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
721
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
722
- readonly createdAt: v.StringSchema<undefined>;
723
- readonly updatedAt: v.StringSchema<undefined>;
724
- }, undefined>, undefined>;
725
- readonly label: 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">]>;
726
- readonly value: 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: - _ .">]>;
727
- readonly description: 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>;
728
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
729
- readonly id: v.NumberSchema<undefined>;
730
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
731
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
732
- readonly createdAt: v.StringSchema<undefined>;
733
- readonly updatedAt: v.StringSchema<undefined>;
734
- }, undefined>, undefined>;
349
+ declare const SUtmLinkBuilderPartCampaignKey: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
735
350
  type SUtmLinkBuilderPartCampaignKey = v.InferOutput<typeof SUtmLinkBuilderPartCampaignKey>;
736
351
  type SUtmLinkBuilderPartCampaignObjectInput = v.InferInput<typeof SUtmLinkBuilderPartCampaignObject>;
737
352
  declare const SUtmLinkBuilderPartCampaignObject: v.ObjectSchema<{
738
- readonly campaign_phase: v.OptionalSchema<v.ObjectSchema<{
739
- readonly group: v.OptionalSchema<v.ObjectSchema<{
740
- readonly label: 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">]>;
741
- readonly value: 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: - _ .">]>;
742
- readonly description: 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>;
743
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
744
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
745
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
746
- readonly id: v.NumberSchema<undefined>;
747
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
748
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
749
- readonly createdAt: v.StringSchema<undefined>;
750
- readonly updatedAt: v.StringSchema<undefined>;
751
- }, undefined>, undefined>;
752
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
753
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
754
- 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">]>;
755
- readonly confirmed: v.BooleanSchema<undefined>;
756
- readonly blocked: v.BooleanSchema<undefined>;
757
- readonly provider: v.LiteralSchema<"local", undefined>;
758
- readonly id: v.NumberSchema<undefined>;
759
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
760
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
761
- readonly createdAt: v.StringSchema<undefined>;
762
- readonly updatedAt: v.StringSchema<undefined>;
763
- }, undefined>, undefined>;
764
- readonly label: 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">]>;
765
- readonly value: 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: - _ .">]>;
766
- readonly description: 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>;
767
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
768
- readonly id: v.NumberSchema<undefined>;
769
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
770
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
771
- readonly createdAt: v.StringSchema<undefined>;
772
- readonly updatedAt: v.StringSchema<undefined>;
773
- }, undefined>, undefined>;
774
- readonly campaign_product: v.OptionalSchema<v.ObjectSchema<{
775
- readonly group: v.OptionalSchema<v.ObjectSchema<{
776
- readonly label: 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">]>;
777
- readonly value: 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: - _ .">]>;
778
- readonly description: 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>;
779
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
780
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
781
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
782
- readonly id: v.NumberSchema<undefined>;
783
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
784
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
785
- readonly createdAt: v.StringSchema<undefined>;
786
- readonly updatedAt: v.StringSchema<undefined>;
787
- }, undefined>, undefined>;
788
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
789
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
790
- 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">]>;
791
- readonly confirmed: v.BooleanSchema<undefined>;
792
- readonly blocked: v.BooleanSchema<undefined>;
793
- readonly provider: v.LiteralSchema<"local", undefined>;
794
- readonly id: v.NumberSchema<undefined>;
795
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
796
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
797
- readonly createdAt: v.StringSchema<undefined>;
798
- readonly updatedAt: v.StringSchema<undefined>;
799
- }, undefined>, undefined>;
800
- readonly label: 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">]>;
801
- readonly value: 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: - _ .">]>;
802
- readonly description: 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>;
803
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
804
- readonly id: v.NumberSchema<undefined>;
805
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
806
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
807
- readonly createdAt: v.StringSchema<undefined>;
808
- readonly updatedAt: v.StringSchema<undefined>;
809
- }, undefined>, undefined>;
810
- readonly campaign_targeting: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
811
- readonly group: v.OptionalSchema<v.ObjectSchema<{
812
- readonly label: 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">]>;
813
- readonly value: 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: - _ .">]>;
814
- readonly description: 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>;
815
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
816
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
817
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
818
- readonly id: v.NumberSchema<undefined>;
819
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
820
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
821
- readonly createdAt: v.StringSchema<undefined>;
822
- readonly updatedAt: v.StringSchema<undefined>;
823
- }, undefined>, undefined>;
824
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
825
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
826
- 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">]>;
827
- readonly confirmed: v.BooleanSchema<undefined>;
828
- readonly blocked: v.BooleanSchema<undefined>;
829
- readonly provider: v.LiteralSchema<"local", undefined>;
830
- readonly id: v.NumberSchema<undefined>;
831
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
832
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
833
- readonly createdAt: v.StringSchema<undefined>;
834
- readonly updatedAt: v.StringSchema<undefined>;
835
- }, undefined>, undefined>;
836
- readonly label: 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">]>;
837
- readonly value: 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: - _ .">]>;
838
- readonly description: 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>;
839
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
840
- readonly id: v.NumberSchema<undefined>;
841
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
842
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
843
- readonly createdAt: v.StringSchema<undefined>;
844
- readonly updatedAt: v.StringSchema<undefined>;
845
- }, undefined>, undefined>, v.MaxLengthAction<{
846
- group?: {
847
- label: string;
848
- value: string;
849
- description: string | null;
850
- is_active: boolean;
851
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
852
- apply_value_as: "prefix" | "suffix";
853
- id: number;
854
- documentId: string;
855
- publishedAt?: string | undefined;
856
- createdAt: string;
857
- updatedAt: string;
858
- } | undefined;
859
- creator?: {
860
- username: string;
861
- email: string;
862
- confirmed: boolean;
863
- blocked: boolean;
864
- provider: "local";
865
- id: number;
866
- documentId: string;
867
- publishedAt?: string | undefined;
868
- createdAt: string;
869
- updatedAt: string;
870
- } | undefined;
871
- label: string;
872
- value: string;
873
- description: string | null;
874
- is_active: boolean;
875
- id: number;
876
- documentId: string;
877
- publishedAt?: string | undefined;
878
- createdAt: string;
879
- updatedAt: string;
880
- }[], 10, "You can select up to 10 targeting audiences.">]>, undefined>;
881
- readonly campaign_key: v.OptionalSchema<v.ObjectSchema<{
882
- readonly group: v.OptionalSchema<v.ObjectSchema<{
883
- readonly label: 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">]>;
884
- readonly value: 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: - _ .">]>;
885
- readonly description: 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>;
886
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
887
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
888
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
889
- readonly id: v.NumberSchema<undefined>;
890
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
891
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
892
- readonly createdAt: v.StringSchema<undefined>;
893
- readonly updatedAt: v.StringSchema<undefined>;
894
- }, undefined>, undefined>;
895
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
896
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
897
- 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">]>;
898
- readonly confirmed: v.BooleanSchema<undefined>;
899
- readonly blocked: v.BooleanSchema<undefined>;
900
- readonly provider: v.LiteralSchema<"local", undefined>;
901
- readonly id: v.NumberSchema<undefined>;
902
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
903
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
904
- readonly createdAt: v.StringSchema<undefined>;
905
- readonly updatedAt: v.StringSchema<undefined>;
906
- }, undefined>, undefined>;
907
- readonly label: 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">]>;
908
- readonly value: 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: - _ .">]>;
909
- readonly description: 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>;
910
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
911
- readonly id: v.NumberSchema<undefined>;
912
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
913
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
914
- readonly createdAt: v.StringSchema<undefined>;
915
- readonly updatedAt: v.StringSchema<undefined>;
916
- }, undefined>, undefined>;
353
+ readonly campaign_phase: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
354
+ readonly campaign_product: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
355
+ readonly campaign_targeting: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MaxLengthAction<string[], 10, "You can select up to 10 targeting audiences.">]>, undefined>;
356
+ readonly campaign_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
917
357
  readonly campaign_date: v.ObjectSchema<{
918
358
  readonly format: v.PicklistSchema<readonly ["no date", "annually", "quarterly", "monthly", "on a specific date"], "Please select a valid campaign date format.">;
919
359
  readonly value: v.ObjectSchema<{
@@ -927,185 +367,10 @@ declare const SUtmLinkBuilderPartCampaignObject: v.ObjectSchema<{
927
367
  type SUtmLinkBuilderPartCampaignObject = v.InferOutput<typeof SUtmLinkBuilderPartCampaignObject>;
928
368
  type SUtmLinkBuilderPartCampaignsInput = v.InferInput<typeof SUtmLinkBuilderPartCampaigns>;
929
369
  declare const SUtmLinkBuilderPartCampaigns: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
930
- readonly campaign_phase: v.OptionalSchema<v.ObjectSchema<{
931
- readonly group: v.OptionalSchema<v.ObjectSchema<{
932
- readonly label: 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">]>;
933
- readonly value: 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: - _ .">]>;
934
- readonly description: 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>;
935
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
936
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
937
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
938
- readonly id: v.NumberSchema<undefined>;
939
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
940
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
941
- readonly createdAt: v.StringSchema<undefined>;
942
- readonly updatedAt: v.StringSchema<undefined>;
943
- }, undefined>, undefined>;
944
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
945
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
946
- 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">]>;
947
- readonly confirmed: v.BooleanSchema<undefined>;
948
- readonly blocked: v.BooleanSchema<undefined>;
949
- readonly provider: v.LiteralSchema<"local", undefined>;
950
- readonly id: v.NumberSchema<undefined>;
951
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
952
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
953
- readonly createdAt: v.StringSchema<undefined>;
954
- readonly updatedAt: v.StringSchema<undefined>;
955
- }, undefined>, undefined>;
956
- readonly label: 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">]>;
957
- readonly value: 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: - _ .">]>;
958
- readonly description: 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>;
959
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
960
- readonly id: v.NumberSchema<undefined>;
961
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
962
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
963
- readonly createdAt: v.StringSchema<undefined>;
964
- readonly updatedAt: v.StringSchema<undefined>;
965
- }, undefined>, undefined>;
966
- readonly campaign_product: v.OptionalSchema<v.ObjectSchema<{
967
- readonly group: v.OptionalSchema<v.ObjectSchema<{
968
- readonly label: 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">]>;
969
- readonly value: 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: - _ .">]>;
970
- readonly description: 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>;
971
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
972
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
973
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
974
- readonly id: v.NumberSchema<undefined>;
975
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
976
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
977
- readonly createdAt: v.StringSchema<undefined>;
978
- readonly updatedAt: v.StringSchema<undefined>;
979
- }, undefined>, undefined>;
980
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
981
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
982
- 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">]>;
983
- readonly confirmed: v.BooleanSchema<undefined>;
984
- readonly blocked: v.BooleanSchema<undefined>;
985
- readonly provider: v.LiteralSchema<"local", undefined>;
986
- readonly id: v.NumberSchema<undefined>;
987
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
988
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
989
- readonly createdAt: v.StringSchema<undefined>;
990
- readonly updatedAt: v.StringSchema<undefined>;
991
- }, undefined>, undefined>;
992
- readonly label: 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">]>;
993
- readonly value: 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: - _ .">]>;
994
- readonly description: 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>;
995
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
996
- readonly id: v.NumberSchema<undefined>;
997
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
998
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
999
- readonly createdAt: v.StringSchema<undefined>;
1000
- readonly updatedAt: v.StringSchema<undefined>;
1001
- }, undefined>, undefined>;
1002
- readonly campaign_targeting: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1003
- readonly group: v.OptionalSchema<v.ObjectSchema<{
1004
- readonly label: 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">]>;
1005
- readonly value: 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: - _ .">]>;
1006
- readonly description: 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>;
1007
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1008
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
1009
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
1010
- readonly id: v.NumberSchema<undefined>;
1011
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1012
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1013
- readonly createdAt: v.StringSchema<undefined>;
1014
- readonly updatedAt: v.StringSchema<undefined>;
1015
- }, undefined>, undefined>;
1016
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
1017
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
1018
- 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">]>;
1019
- readonly confirmed: v.BooleanSchema<undefined>;
1020
- readonly blocked: v.BooleanSchema<undefined>;
1021
- readonly provider: v.LiteralSchema<"local", undefined>;
1022
- readonly id: v.NumberSchema<undefined>;
1023
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1024
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1025
- readonly createdAt: v.StringSchema<undefined>;
1026
- readonly updatedAt: v.StringSchema<undefined>;
1027
- }, undefined>, undefined>;
1028
- readonly label: 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">]>;
1029
- readonly value: 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: - _ .">]>;
1030
- readonly description: 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>;
1031
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1032
- readonly id: v.NumberSchema<undefined>;
1033
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1034
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1035
- readonly createdAt: v.StringSchema<undefined>;
1036
- readonly updatedAt: v.StringSchema<undefined>;
1037
- }, undefined>, undefined>, v.MaxLengthAction<{
1038
- group?: {
1039
- label: string;
1040
- value: string;
1041
- description: string | null;
1042
- is_active: boolean;
1043
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1044
- apply_value_as: "prefix" | "suffix";
1045
- id: number;
1046
- documentId: string;
1047
- publishedAt?: string | undefined;
1048
- createdAt: string;
1049
- updatedAt: string;
1050
- } | undefined;
1051
- creator?: {
1052
- username: string;
1053
- email: string;
1054
- confirmed: boolean;
1055
- blocked: boolean;
1056
- provider: "local";
1057
- id: number;
1058
- documentId: string;
1059
- publishedAt?: string | undefined;
1060
- createdAt: string;
1061
- updatedAt: string;
1062
- } | undefined;
1063
- label: string;
1064
- value: string;
1065
- description: string | null;
1066
- is_active: boolean;
1067
- id: number;
1068
- documentId: string;
1069
- publishedAt?: string | undefined;
1070
- createdAt: string;
1071
- updatedAt: string;
1072
- }[], 10, "You can select up to 10 targeting audiences.">]>, undefined>;
1073
- readonly campaign_key: v.OptionalSchema<v.ObjectSchema<{
1074
- readonly group: v.OptionalSchema<v.ObjectSchema<{
1075
- readonly label: 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">]>;
1076
- readonly value: 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: - _ .">]>;
1077
- readonly description: 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>;
1078
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1079
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
1080
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
1081
- readonly id: v.NumberSchema<undefined>;
1082
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1083
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1084
- readonly createdAt: v.StringSchema<undefined>;
1085
- readonly updatedAt: v.StringSchema<undefined>;
1086
- }, undefined>, undefined>;
1087
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
1088
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
1089
- 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">]>;
1090
- readonly confirmed: v.BooleanSchema<undefined>;
1091
- readonly blocked: v.BooleanSchema<undefined>;
1092
- readonly provider: v.LiteralSchema<"local", undefined>;
1093
- readonly id: v.NumberSchema<undefined>;
1094
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1095
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1096
- readonly createdAt: v.StringSchema<undefined>;
1097
- readonly updatedAt: v.StringSchema<undefined>;
1098
- }, undefined>, undefined>;
1099
- readonly label: 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">]>;
1100
- readonly value: 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: - _ .">]>;
1101
- readonly description: 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>;
1102
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1103
- readonly id: v.NumberSchema<undefined>;
1104
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1105
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1106
- readonly createdAt: v.StringSchema<undefined>;
1107
- readonly updatedAt: v.StringSchema<undefined>;
1108
- }, undefined>, undefined>;
370
+ readonly campaign_phase: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
371
+ readonly campaign_product: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
372
+ readonly campaign_targeting: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MaxLengthAction<string[], 10, "You can select up to 10 targeting audiences.">]>, undefined>;
373
+ readonly campaign_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
1109
374
  readonly campaign_date: v.ObjectSchema<{
1110
375
  readonly format: v.PicklistSchema<readonly ["no date", "annually", "quarterly", "monthly", "on a specific date"], "Please select a valid campaign date format.">;
1111
376
  readonly value: v.ObjectSchema<{
@@ -1116,150 +381,10 @@ declare const SUtmLinkBuilderPartCampaigns: v.SchemaWithPipe<readonly [v.ArraySc
1116
381
  }, undefined>;
1117
382
  }, undefined>;
1118
383
  }, undefined>, undefined>, v.MinLengthAction<{
1119
- campaign_phase?: {
1120
- group?: {
1121
- label: string;
1122
- value: string;
1123
- description: string | null;
1124
- is_active: boolean;
1125
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1126
- apply_value_as: "prefix" | "suffix";
1127
- id: number;
1128
- documentId: string;
1129
- publishedAt?: string | undefined;
1130
- createdAt: string;
1131
- updatedAt: string;
1132
- } | undefined;
1133
- creator?: {
1134
- username: string;
1135
- email: string;
1136
- confirmed: boolean;
1137
- blocked: boolean;
1138
- provider: "local";
1139
- id: number;
1140
- documentId: string;
1141
- publishedAt?: string | undefined;
1142
- createdAt: string;
1143
- updatedAt: string;
1144
- } | undefined;
1145
- label: string;
1146
- value: string;
1147
- description: string | null;
1148
- is_active: boolean;
1149
- id: number;
1150
- documentId: string;
1151
- publishedAt?: string | undefined;
1152
- createdAt: string;
1153
- updatedAt: string;
1154
- } | undefined;
1155
- campaign_product?: {
1156
- group?: {
1157
- label: string;
1158
- value: string;
1159
- description: string | null;
1160
- is_active: boolean;
1161
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1162
- apply_value_as: "prefix" | "suffix";
1163
- id: number;
1164
- documentId: string;
1165
- publishedAt?: string | undefined;
1166
- createdAt: string;
1167
- updatedAt: string;
1168
- } | undefined;
1169
- creator?: {
1170
- username: string;
1171
- email: string;
1172
- confirmed: boolean;
1173
- blocked: boolean;
1174
- provider: "local";
1175
- id: number;
1176
- documentId: string;
1177
- publishedAt?: string | undefined;
1178
- createdAt: string;
1179
- updatedAt: string;
1180
- } | undefined;
1181
- label: string;
1182
- value: string;
1183
- description: string | null;
1184
- is_active: boolean;
1185
- id: number;
1186
- documentId: string;
1187
- publishedAt?: string | undefined;
1188
- createdAt: string;
1189
- updatedAt: string;
1190
- } | undefined;
1191
- campaign_targeting?: {
1192
- group?: {
1193
- label: string;
1194
- value: string;
1195
- description: string | null;
1196
- is_active: boolean;
1197
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1198
- apply_value_as: "prefix" | "suffix";
1199
- id: number;
1200
- documentId: string;
1201
- publishedAt?: string | undefined;
1202
- createdAt: string;
1203
- updatedAt: string;
1204
- } | undefined;
1205
- creator?: {
1206
- username: string;
1207
- email: string;
1208
- confirmed: boolean;
1209
- blocked: boolean;
1210
- provider: "local";
1211
- id: number;
1212
- documentId: string;
1213
- publishedAt?: string | undefined;
1214
- createdAt: string;
1215
- updatedAt: string;
1216
- } | undefined;
1217
- label: string;
1218
- value: string;
1219
- description: string | null;
1220
- is_active: boolean;
1221
- id: number;
1222
- documentId: string;
1223
- publishedAt?: string | undefined;
1224
- createdAt: string;
1225
- updatedAt: string;
1226
- }[] | undefined;
1227
- campaign_key?: {
1228
- group?: {
1229
- label: string;
1230
- value: string;
1231
- description: string | null;
1232
- is_active: boolean;
1233
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1234
- apply_value_as: "prefix" | "suffix";
1235
- id: number;
1236
- documentId: string;
1237
- publishedAt?: string | undefined;
1238
- createdAt: string;
1239
- updatedAt: string;
1240
- } | undefined;
1241
- creator?: {
1242
- username: string;
1243
- email: string;
1244
- confirmed: boolean;
1245
- blocked: boolean;
1246
- provider: "local";
1247
- id: number;
1248
- documentId: string;
1249
- publishedAt?: string | undefined;
1250
- createdAt: string;
1251
- updatedAt: string;
1252
- } | undefined;
1253
- label: string;
1254
- value: string;
1255
- description: string | null;
1256
- is_active: boolean;
1257
- id: number;
1258
- documentId: string;
1259
- publishedAt?: string | undefined;
1260
- createdAt: string;
1261
- updatedAt: string;
1262
- } | undefined;
384
+ campaign_phase?: string | undefined;
385
+ campaign_product?: string | undefined;
386
+ campaign_targeting?: string[] | undefined;
387
+ campaign_key?: string | undefined;
1263
388
  campaign_date: {
1264
389
  format: "no date" | "annually" | "quarterly" | "monthly" | "on a specific date";
1265
390
  value: {
@@ -1270,150 +395,10 @@ declare const SUtmLinkBuilderPartCampaigns: v.SchemaWithPipe<readonly [v.ArraySc
1270
395
  };
1271
396
  };
1272
397
  }[], 1, "Please provide at least one campaign.">, v.MaxLengthAction<{
1273
- campaign_phase?: {
1274
- group?: {
1275
- label: string;
1276
- value: string;
1277
- description: string | null;
1278
- is_active: boolean;
1279
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1280
- apply_value_as: "prefix" | "suffix";
1281
- id: number;
1282
- documentId: string;
1283
- publishedAt?: string | undefined;
1284
- createdAt: string;
1285
- updatedAt: string;
1286
- } | undefined;
1287
- creator?: {
1288
- username: string;
1289
- email: string;
1290
- confirmed: boolean;
1291
- blocked: boolean;
1292
- provider: "local";
1293
- id: number;
1294
- documentId: string;
1295
- publishedAt?: string | undefined;
1296
- createdAt: string;
1297
- updatedAt: string;
1298
- } | undefined;
1299
- label: string;
1300
- value: string;
1301
- description: string | null;
1302
- is_active: boolean;
1303
- id: number;
1304
- documentId: string;
1305
- publishedAt?: string | undefined;
1306
- createdAt: string;
1307
- updatedAt: string;
1308
- } | undefined;
1309
- campaign_product?: {
1310
- group?: {
1311
- label: string;
1312
- value: string;
1313
- description: string | null;
1314
- is_active: boolean;
1315
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1316
- apply_value_as: "prefix" | "suffix";
1317
- id: number;
1318
- documentId: string;
1319
- publishedAt?: string | undefined;
1320
- createdAt: string;
1321
- updatedAt: string;
1322
- } | undefined;
1323
- creator?: {
1324
- username: string;
1325
- email: string;
1326
- confirmed: boolean;
1327
- blocked: boolean;
1328
- provider: "local";
1329
- id: number;
1330
- documentId: string;
1331
- publishedAt?: string | undefined;
1332
- createdAt: string;
1333
- updatedAt: string;
1334
- } | undefined;
1335
- label: string;
1336
- value: string;
1337
- description: string | null;
1338
- is_active: boolean;
1339
- id: number;
1340
- documentId: string;
1341
- publishedAt?: string | undefined;
1342
- createdAt: string;
1343
- updatedAt: string;
1344
- } | undefined;
1345
- campaign_targeting?: {
1346
- group?: {
1347
- label: string;
1348
- value: string;
1349
- description: string | null;
1350
- is_active: boolean;
1351
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1352
- apply_value_as: "prefix" | "suffix";
1353
- id: number;
1354
- documentId: string;
1355
- publishedAt?: string | undefined;
1356
- createdAt: string;
1357
- updatedAt: string;
1358
- } | undefined;
1359
- creator?: {
1360
- username: string;
1361
- email: string;
1362
- confirmed: boolean;
1363
- blocked: boolean;
1364
- provider: "local";
1365
- id: number;
1366
- documentId: string;
1367
- publishedAt?: string | undefined;
1368
- createdAt: string;
1369
- updatedAt: string;
1370
- } | undefined;
1371
- label: string;
1372
- value: string;
1373
- description: string | null;
1374
- is_active: boolean;
1375
- id: number;
1376
- documentId: string;
1377
- publishedAt?: string | undefined;
1378
- createdAt: string;
1379
- updatedAt: string;
1380
- }[] | undefined;
1381
- campaign_key?: {
1382
- group?: {
1383
- label: string;
1384
- value: string;
1385
- description: string | null;
1386
- is_active: boolean;
1387
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1388
- apply_value_as: "prefix" | "suffix";
1389
- id: number;
1390
- documentId: string;
1391
- publishedAt?: string | undefined;
1392
- createdAt: string;
1393
- updatedAt: string;
1394
- } | undefined;
1395
- creator?: {
1396
- username: string;
1397
- email: string;
1398
- confirmed: boolean;
1399
- blocked: boolean;
1400
- provider: "local";
1401
- id: number;
1402
- documentId: string;
1403
- publishedAt?: string | undefined;
1404
- createdAt: string;
1405
- updatedAt: string;
1406
- } | undefined;
1407
- label: string;
1408
- value: string;
1409
- description: string | null;
1410
- is_active: boolean;
1411
- id: number;
1412
- documentId: string;
1413
- publishedAt?: string | undefined;
1414
- createdAt: string;
1415
- updatedAt: string;
1416
- } | undefined;
398
+ campaign_phase?: string | undefined;
399
+ campaign_product?: string | undefined;
400
+ campaign_targeting?: string[] | undefined;
401
+ campaign_key?: string | undefined;
1417
402
  campaign_date: {
1418
403
  format: "no date" | "annually" | "quarterly" | "monthly" | "on a specific date";
1419
404
  value: {
@@ -1424,597 +409,36 @@ declare const SUtmLinkBuilderPartCampaigns: v.SchemaWithPipe<readonly [v.ArraySc
1424
409
  };
1425
410
  };
1426
411
  }[], 10, "You can provide up to 10 campaigns.">]>;
1427
- type SUtmLinkBuilderPartCampaigns = v.InferOutput<typeof SUtmLinkBuilderPartCampaigns>;
1428
- type SUtmLinkBuilderPartContentsInput = v.InferInput<typeof SUtmLinkBuilderPartContents>;
1429
- declare const SUtmLinkBuilderPartContents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1430
- readonly group: v.OptionalSchema<v.ObjectSchema<{
1431
- readonly label: 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">]>;
1432
- readonly value: 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: - _ .">]>;
1433
- readonly description: 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>;
1434
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1435
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
1436
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
1437
- readonly id: v.NumberSchema<undefined>;
1438
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1439
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1440
- readonly createdAt: v.StringSchema<undefined>;
1441
- readonly updatedAt: v.StringSchema<undefined>;
1442
- }, undefined>, undefined>;
1443
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
1444
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
1445
- 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">]>;
1446
- readonly confirmed: v.BooleanSchema<undefined>;
1447
- readonly blocked: v.BooleanSchema<undefined>;
1448
- readonly provider: v.LiteralSchema<"local", undefined>;
1449
- readonly id: v.NumberSchema<undefined>;
1450
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1451
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1452
- readonly createdAt: v.StringSchema<undefined>;
1453
- readonly updatedAt: v.StringSchema<undefined>;
1454
- }, undefined>, undefined>;
1455
- readonly label: 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">]>;
1456
- readonly value: 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: - _ .">]>;
1457
- readonly description: 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>;
1458
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1459
- readonly id: v.NumberSchema<undefined>;
1460
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1461
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1462
- readonly createdAt: v.StringSchema<undefined>;
1463
- readonly updatedAt: v.StringSchema<undefined>;
1464
- }, undefined>, undefined>, v.MaxLengthAction<{
1465
- group?: {
1466
- label: string;
1467
- value: string;
1468
- description: string | null;
1469
- is_active: boolean;
1470
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1471
- apply_value_as: "prefix" | "suffix";
1472
- id: number;
1473
- documentId: string;
1474
- publishedAt?: string | undefined;
1475
- createdAt: string;
1476
- updatedAt: string;
1477
- } | undefined;
1478
- creator?: {
1479
- username: string;
1480
- email: string;
1481
- confirmed: boolean;
1482
- blocked: boolean;
1483
- provider: "local";
1484
- id: number;
1485
- documentId: string;
1486
- publishedAt?: string | undefined;
1487
- createdAt: string;
1488
- updatedAt: string;
1489
- } | undefined;
1490
- label: string;
1491
- value: string;
1492
- description: string | null;
1493
- is_active: boolean;
1494
- id: number;
1495
- documentId: string;
1496
- publishedAt?: string | undefined;
1497
- createdAt: string;
1498
- updatedAt: string;
1499
- }[], 10, "You can select up to 10 contents.">]>, undefined>;
1500
- type SUtmLinkBuilderPartContents = v.InferOutput<typeof SUtmLinkBuilderPartContents>;
1501
- type SUtmLinkBuilderPartCreativeFormatValueInput = v.InferInput<typeof SUtmLinkBuilderPartCreativeFormatValue>;
1502
- declare const SUtmLinkBuilderPartCreativeFormatValue: v.OptionalSchema<v.ObjectSchema<{
1503
- readonly group: v.OptionalSchema<v.ObjectSchema<{
1504
- readonly label: 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">]>;
1505
- readonly value: 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: - _ .">]>;
1506
- readonly description: 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>;
1507
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1508
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
1509
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
1510
- readonly id: v.NumberSchema<undefined>;
1511
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1512
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1513
- readonly createdAt: v.StringSchema<undefined>;
1514
- readonly updatedAt: v.StringSchema<undefined>;
1515
- }, undefined>, undefined>;
1516
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
1517
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
1518
- 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">]>;
1519
- readonly confirmed: v.BooleanSchema<undefined>;
1520
- readonly blocked: v.BooleanSchema<undefined>;
1521
- readonly provider: v.LiteralSchema<"local", undefined>;
1522
- readonly id: v.NumberSchema<undefined>;
1523
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1524
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1525
- readonly createdAt: v.StringSchema<undefined>;
1526
- readonly updatedAt: v.StringSchema<undefined>;
1527
- }, undefined>, undefined>;
1528
- readonly label: 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">]>;
1529
- readonly value: 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: - _ .">]>;
1530
- readonly description: 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>;
1531
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1532
- readonly id: v.NumberSchema<undefined>;
1533
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1534
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1535
- readonly createdAt: v.StringSchema<undefined>;
1536
- readonly updatedAt: v.StringSchema<undefined>;
1537
- }, undefined>, undefined>;
1538
- type SUtmLinkBuilderPartCreativeFormatValue = v.InferOutput<typeof SUtmLinkBuilderPartCreativeFormatValue>;
1539
- type SUtmLinkBuilderPartCreativeFormatVariantValueInput = v.InferInput<typeof SUtmLinkBuilderPartCreativeFormatVariantValue>;
1540
- declare const SUtmLinkBuilderPartCreativeFormatVariantValue: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1541
- readonly group: v.OptionalSchema<v.ObjectSchema<{
1542
- readonly label: 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">]>;
1543
- readonly value: 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: - _ .">]>;
1544
- readonly description: 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>;
1545
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1546
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
1547
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
1548
- readonly id: v.NumberSchema<undefined>;
1549
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1550
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1551
- readonly createdAt: v.StringSchema<undefined>;
1552
- readonly updatedAt: v.StringSchema<undefined>;
1553
- }, undefined>, undefined>;
1554
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
1555
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
1556
- 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">]>;
1557
- readonly confirmed: v.BooleanSchema<undefined>;
1558
- readonly blocked: v.BooleanSchema<undefined>;
1559
- readonly provider: v.LiteralSchema<"local", undefined>;
1560
- readonly id: v.NumberSchema<undefined>;
1561
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1562
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1563
- readonly createdAt: v.StringSchema<undefined>;
1564
- readonly updatedAt: v.StringSchema<undefined>;
1565
- }, undefined>, undefined>;
1566
- readonly label: 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">]>;
1567
- readonly value: 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: - _ .">]>;
1568
- readonly description: 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>;
1569
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1570
- readonly id: v.NumberSchema<undefined>;
1571
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1572
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1573
- readonly createdAt: v.StringSchema<undefined>;
1574
- readonly updatedAt: v.StringSchema<undefined>;
1575
- }, undefined>, undefined>, v.MaxLengthAction<{
1576
- group?: {
1577
- label: string;
1578
- value: string;
1579
- description: string | null;
1580
- is_active: boolean;
1581
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1582
- apply_value_as: "prefix" | "suffix";
1583
- id: number;
1584
- documentId: string;
1585
- publishedAt?: string | undefined;
1586
- createdAt: string;
1587
- updatedAt: string;
1588
- } | undefined;
1589
- creator?: {
1590
- username: string;
1591
- email: string;
1592
- confirmed: boolean;
1593
- blocked: boolean;
1594
- provider: "local";
1595
- id: number;
1596
- documentId: string;
1597
- publishedAt?: string | undefined;
1598
- createdAt: string;
1599
- updatedAt: string;
1600
- } | undefined;
1601
- label: string;
1602
- value: string;
1603
- description: string | null;
1604
- is_active: boolean;
1605
- id: number;
1606
- documentId: string;
1607
- publishedAt?: string | undefined;
1608
- createdAt: string;
1609
- updatedAt: string;
1610
- }[], 10, "You can select up to 10 creative format variations.">]>, undefined>;
1611
- type SUtmLinkBuilderPartCreativeFormatVariantValue = v.InferOutput<typeof SUtmLinkBuilderPartCreativeFormatVariantValue>;
1612
- type SUtmLinkBuilderPartCreativeFormatObjectInput = v.InferInput<typeof SUtmLinkBuilderPartCreativeFormatObject>;
1613
- declare const SUtmLinkBuilderPartCreativeFormatObject: v.ObjectSchema<{
1614
- readonly creative_format: v.OptionalSchema<v.ObjectSchema<{
1615
- readonly group: v.OptionalSchema<v.ObjectSchema<{
1616
- readonly label: 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">]>;
1617
- readonly value: 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: - _ .">]>;
1618
- readonly description: 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>;
1619
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1620
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
1621
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
1622
- readonly id: v.NumberSchema<undefined>;
1623
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1624
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1625
- readonly createdAt: v.StringSchema<undefined>;
1626
- readonly updatedAt: v.StringSchema<undefined>;
1627
- }, undefined>, undefined>;
1628
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
1629
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
1630
- 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">]>;
1631
- readonly confirmed: v.BooleanSchema<undefined>;
1632
- readonly blocked: v.BooleanSchema<undefined>;
1633
- readonly provider: v.LiteralSchema<"local", undefined>;
1634
- readonly id: v.NumberSchema<undefined>;
1635
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1636
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1637
- readonly createdAt: v.StringSchema<undefined>;
1638
- readonly updatedAt: v.StringSchema<undefined>;
1639
- }, undefined>, undefined>;
1640
- readonly label: 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">]>;
1641
- readonly value: 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: - _ .">]>;
1642
- readonly description: 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>;
1643
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1644
- readonly id: v.NumberSchema<undefined>;
1645
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1646
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1647
- readonly createdAt: v.StringSchema<undefined>;
1648
- readonly updatedAt: v.StringSchema<undefined>;
1649
- }, undefined>, undefined>;
1650
- readonly creative_format_variants: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1651
- readonly group: v.OptionalSchema<v.ObjectSchema<{
1652
- readonly label: 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">]>;
1653
- readonly value: 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: - _ .">]>;
1654
- readonly description: 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>;
1655
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1656
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
1657
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
1658
- readonly id: v.NumberSchema<undefined>;
1659
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1660
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1661
- readonly createdAt: v.StringSchema<undefined>;
1662
- readonly updatedAt: v.StringSchema<undefined>;
1663
- }, undefined>, undefined>;
1664
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
1665
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
1666
- 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">]>;
1667
- readonly confirmed: v.BooleanSchema<undefined>;
1668
- readonly blocked: v.BooleanSchema<undefined>;
1669
- readonly provider: v.LiteralSchema<"local", undefined>;
1670
- readonly id: v.NumberSchema<undefined>;
1671
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1672
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1673
- readonly createdAt: v.StringSchema<undefined>;
1674
- readonly updatedAt: v.StringSchema<undefined>;
1675
- }, undefined>, undefined>;
1676
- readonly label: 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">]>;
1677
- readonly value: 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: - _ .">]>;
1678
- readonly description: 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>;
1679
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1680
- readonly id: v.NumberSchema<undefined>;
1681
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1682
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1683
- readonly createdAt: v.StringSchema<undefined>;
1684
- readonly updatedAt: v.StringSchema<undefined>;
1685
- }, undefined>, undefined>, v.MaxLengthAction<{
1686
- group?: {
1687
- label: string;
1688
- value: string;
1689
- description: string | null;
1690
- is_active: boolean;
1691
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1692
- apply_value_as: "prefix" | "suffix";
1693
- id: number;
1694
- documentId: string;
1695
- publishedAt?: string | undefined;
1696
- createdAt: string;
1697
- updatedAt: string;
1698
- } | undefined;
1699
- creator?: {
1700
- username: string;
1701
- email: string;
1702
- confirmed: boolean;
1703
- blocked: boolean;
1704
- provider: "local";
1705
- id: number;
1706
- documentId: string;
1707
- publishedAt?: string | undefined;
1708
- createdAt: string;
1709
- updatedAt: string;
1710
- } | undefined;
1711
- label: string;
1712
- value: string;
1713
- description: string | null;
1714
- is_active: boolean;
1715
- id: number;
1716
- documentId: string;
1717
- publishedAt?: string | undefined;
1718
- createdAt: string;
1719
- updatedAt: string;
1720
- }[], 10, "You can select up to 10 creative format variations.">]>, undefined>;
1721
- }, undefined>;
1722
- type SUtmLinkBuilderPartCreativeFormatObject = v.InferOutput<typeof SUtmLinkBuilderPartCreativeFormatObject>;
1723
- type SUtmLinkBuilderPartCreativeFormatsInput = v.InferInput<typeof SUtmLinkBuilderPartCreativeFormats>;
1724
- declare const SUtmLinkBuilderPartCreativeFormats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1725
- readonly creative_format: v.OptionalSchema<v.ObjectSchema<{
1726
- readonly group: v.OptionalSchema<v.ObjectSchema<{
1727
- readonly label: 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">]>;
1728
- readonly value: 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: - _ .">]>;
1729
- readonly description: 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>;
1730
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1731
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
1732
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
1733
- readonly id: v.NumberSchema<undefined>;
1734
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1735
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1736
- readonly createdAt: v.StringSchema<undefined>;
1737
- readonly updatedAt: v.StringSchema<undefined>;
1738
- }, undefined>, undefined>;
1739
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
1740
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
1741
- 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">]>;
1742
- readonly confirmed: v.BooleanSchema<undefined>;
1743
- readonly blocked: v.BooleanSchema<undefined>;
1744
- readonly provider: v.LiteralSchema<"local", undefined>;
1745
- readonly id: v.NumberSchema<undefined>;
1746
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1747
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1748
- readonly createdAt: v.StringSchema<undefined>;
1749
- readonly updatedAt: v.StringSchema<undefined>;
1750
- }, undefined>, undefined>;
1751
- readonly label: 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">]>;
1752
- readonly value: 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: - _ .">]>;
1753
- readonly description: 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>;
1754
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1755
- readonly id: v.NumberSchema<undefined>;
1756
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1757
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1758
- readonly createdAt: v.StringSchema<undefined>;
1759
- readonly updatedAt: v.StringSchema<undefined>;
1760
- }, undefined>, undefined>;
1761
- readonly creative_format_variants: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1762
- readonly group: v.OptionalSchema<v.ObjectSchema<{
1763
- readonly label: 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">]>;
1764
- readonly value: 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: - _ .">]>;
1765
- readonly description: 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>;
1766
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1767
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
1768
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
1769
- readonly id: v.NumberSchema<undefined>;
1770
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1771
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1772
- readonly createdAt: v.StringSchema<undefined>;
1773
- readonly updatedAt: v.StringSchema<undefined>;
1774
- }, undefined>, undefined>;
1775
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
1776
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
1777
- 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">]>;
1778
- readonly confirmed: v.BooleanSchema<undefined>;
1779
- readonly blocked: v.BooleanSchema<undefined>;
1780
- readonly provider: v.LiteralSchema<"local", undefined>;
1781
- readonly id: v.NumberSchema<undefined>;
1782
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1783
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1784
- readonly createdAt: v.StringSchema<undefined>;
1785
- readonly updatedAt: v.StringSchema<undefined>;
1786
- }, undefined>, undefined>;
1787
- readonly label: 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">]>;
1788
- readonly value: 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: - _ .">]>;
1789
- readonly description: 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>;
1790
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1791
- readonly id: v.NumberSchema<undefined>;
1792
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1793
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1794
- readonly createdAt: v.StringSchema<undefined>;
1795
- readonly updatedAt: v.StringSchema<undefined>;
1796
- }, undefined>, undefined>, v.MaxLengthAction<{
1797
- group?: {
1798
- label: string;
1799
- value: string;
1800
- description: string | null;
1801
- is_active: boolean;
1802
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1803
- apply_value_as: "prefix" | "suffix";
1804
- id: number;
1805
- documentId: string;
1806
- publishedAt?: string | undefined;
1807
- createdAt: string;
1808
- updatedAt: string;
1809
- } | undefined;
1810
- creator?: {
1811
- username: string;
1812
- email: string;
1813
- confirmed: boolean;
1814
- blocked: boolean;
1815
- provider: "local";
1816
- id: number;
1817
- documentId: string;
1818
- publishedAt?: string | undefined;
1819
- createdAt: string;
1820
- updatedAt: string;
1821
- } | undefined;
1822
- label: string;
1823
- value: string;
1824
- description: string | null;
1825
- is_active: boolean;
1826
- id: number;
1827
- documentId: string;
1828
- publishedAt?: string | undefined;
1829
- createdAt: string;
1830
- updatedAt: string;
1831
- }[], 10, "You can select up to 10 creative format variations.">]>, undefined>;
412
+ type SUtmLinkBuilderPartCampaigns = v.InferOutput<typeof SUtmLinkBuilderPartCampaigns>;
413
+ type SUtmLinkBuilderPartContentsInput = v.InferInput<typeof SUtmLinkBuilderPartContents>;
414
+ declare const SUtmLinkBuilderPartContents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MaxLengthAction<string[], 10, "You can select up to 10 contents.">]>, undefined>;
415
+ type SUtmLinkBuilderPartContents = v.InferOutput<typeof SUtmLinkBuilderPartContents>;
416
+ type SUtmLinkBuilderPartCreativeFormatValueInput = v.InferInput<typeof SUtmLinkBuilderPartCreativeFormatValue>;
417
+ declare const SUtmLinkBuilderPartCreativeFormatValue: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
418
+ type SUtmLinkBuilderPartCreativeFormatValue = v.InferOutput<typeof SUtmLinkBuilderPartCreativeFormatValue>;
419
+ type SUtmLinkBuilderPartCreativeFormatVariantValueInput = v.InferInput<typeof SUtmLinkBuilderPartCreativeFormatVariantValue>;
420
+ declare const SUtmLinkBuilderPartCreativeFormatVariantValue: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MaxLengthAction<string[], 10, "You can select up to 10 creative format variations.">]>, undefined>;
421
+ type SUtmLinkBuilderPartCreativeFormatVariantValue = v.InferOutput<typeof SUtmLinkBuilderPartCreativeFormatVariantValue>;
422
+ type SUtmLinkBuilderPartCreativeFormatObjectInput = v.InferInput<typeof SUtmLinkBuilderPartCreativeFormatObject>;
423
+ declare const SUtmLinkBuilderPartCreativeFormatObject: v.ObjectSchema<{
424
+ readonly creative_format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
425
+ readonly creative_format_variants: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MaxLengthAction<string[], 10, "You can select up to 10 creative format variations.">]>, undefined>;
426
+ }, undefined>;
427
+ type SUtmLinkBuilderPartCreativeFormatObject = v.InferOutput<typeof SUtmLinkBuilderPartCreativeFormatObject>;
428
+ type SUtmLinkBuilderPartCreativeFormatsInput = v.InferInput<typeof SUtmLinkBuilderPartCreativeFormats>;
429
+ declare const SUtmLinkBuilderPartCreativeFormats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
430
+ readonly creative_format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
431
+ readonly creative_format_variants: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MaxLengthAction<string[], 10, "You can select up to 10 creative format variations.">]>, undefined>;
1832
432
  }, undefined>, undefined>, v.MaxLengthAction<{
1833
- creative_format?: {
1834
- group?: {
1835
- label: string;
1836
- value: string;
1837
- description: string | null;
1838
- is_active: boolean;
1839
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1840
- apply_value_as: "prefix" | "suffix";
1841
- id: number;
1842
- documentId: string;
1843
- publishedAt?: string | undefined;
1844
- createdAt: string;
1845
- updatedAt: string;
1846
- } | undefined;
1847
- creator?: {
1848
- username: string;
1849
- email: string;
1850
- confirmed: boolean;
1851
- blocked: boolean;
1852
- provider: "local";
1853
- id: number;
1854
- documentId: string;
1855
- publishedAt?: string | undefined;
1856
- createdAt: string;
1857
- updatedAt: string;
1858
- } | undefined;
1859
- label: string;
1860
- value: string;
1861
- description: string | null;
1862
- is_active: boolean;
1863
- id: number;
1864
- documentId: string;
1865
- publishedAt?: string | undefined;
1866
- createdAt: string;
1867
- updatedAt: string;
1868
- } | undefined;
1869
- creative_format_variants?: {
1870
- group?: {
1871
- label: string;
1872
- value: string;
1873
- description: string | null;
1874
- is_active: boolean;
1875
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1876
- apply_value_as: "prefix" | "suffix";
1877
- id: number;
1878
- documentId: string;
1879
- publishedAt?: string | undefined;
1880
- createdAt: string;
1881
- updatedAt: string;
1882
- } | undefined;
1883
- creator?: {
1884
- username: string;
1885
- email: string;
1886
- confirmed: boolean;
1887
- blocked: boolean;
1888
- provider: "local";
1889
- id: number;
1890
- documentId: string;
1891
- publishedAt?: string | undefined;
1892
- createdAt: string;
1893
- updatedAt: string;
1894
- } | undefined;
1895
- label: string;
1896
- value: string;
1897
- description: string | null;
1898
- is_active: boolean;
1899
- id: number;
1900
- documentId: string;
1901
- publishedAt?: string | undefined;
1902
- createdAt: string;
1903
- updatedAt: string;
1904
- }[] | undefined;
433
+ creative_format?: string | undefined;
434
+ creative_format_variants?: string[] | undefined;
1905
435
  }[], 10, "You can select up to 10 creative formats.">]>, undefined>;
1906
436
  type SUtmLinkBuilderPartCreativeFormats = v.InferOutput<typeof SUtmLinkBuilderPartCreativeFormats>;
1907
437
  type SUtmLinkBuilderPartTermsInput = v.InferInput<typeof SUtmLinkBuilderPartTerms>;
1908
- declare const SUtmLinkBuilderPartTerms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1909
- readonly group: v.OptionalSchema<v.ObjectSchema<{
1910
- readonly label: 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">]>;
1911
- readonly value: 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: - _ .">]>;
1912
- readonly description: 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>;
1913
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1914
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
1915
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
1916
- readonly id: v.NumberSchema<undefined>;
1917
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1918
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1919
- readonly createdAt: v.StringSchema<undefined>;
1920
- readonly updatedAt: v.StringSchema<undefined>;
1921
- }, undefined>, undefined>;
1922
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
1923
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
1924
- 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">]>;
1925
- readonly confirmed: v.BooleanSchema<undefined>;
1926
- readonly blocked: v.BooleanSchema<undefined>;
1927
- readonly provider: v.LiteralSchema<"local", undefined>;
1928
- readonly id: v.NumberSchema<undefined>;
1929
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1930
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1931
- readonly createdAt: v.StringSchema<undefined>;
1932
- readonly updatedAt: v.StringSchema<undefined>;
1933
- }, undefined>, undefined>;
1934
- readonly label: 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">]>;
1935
- readonly value: 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: - _ .">]>;
1936
- readonly description: 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>;
1937
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1938
- readonly id: v.NumberSchema<undefined>;
1939
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1940
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1941
- readonly createdAt: v.StringSchema<undefined>;
1942
- readonly updatedAt: v.StringSchema<undefined>;
1943
- }, undefined>, undefined>, v.MaxLengthAction<{
1944
- group?: {
1945
- label: string;
1946
- value: string;
1947
- description: string | null;
1948
- is_active: boolean;
1949
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
1950
- apply_value_as: "prefix" | "suffix";
1951
- id: number;
1952
- documentId: string;
1953
- publishedAt?: string | undefined;
1954
- createdAt: string;
1955
- updatedAt: string;
1956
- } | undefined;
1957
- creator?: {
1958
- username: string;
1959
- email: string;
1960
- confirmed: boolean;
1961
- blocked: boolean;
1962
- provider: "local";
1963
- id: number;
1964
- documentId: string;
1965
- publishedAt?: string | undefined;
1966
- createdAt: string;
1967
- updatedAt: string;
1968
- } | undefined;
1969
- label: string;
1970
- value: string;
1971
- description: string | null;
1972
- is_active: boolean;
1973
- id: number;
1974
- documentId: string;
1975
- publishedAt?: string | undefined;
1976
- createdAt: string;
1977
- updatedAt: string;
1978
- }[], 10, "You can select up to 10 terms.">]>, undefined>;
438
+ declare const SUtmLinkBuilderPartTerms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MaxLengthAction<string[], 10, "You can select up to 10 terms.">]>, undefined>;
1979
439
  type SUtmLinkBuilderPartTerms = v.InferOutput<typeof SUtmLinkBuilderPartTerms>;
1980
440
  type SUtmLinkBuilderPartCampaignIdInput = v.InferInput<typeof SUtmLinkBuilderPartCampaignId>;
1981
- declare const SUtmLinkBuilderPartCampaignId: v.OptionalSchema<v.ObjectSchema<{
1982
- readonly group: v.OptionalSchema<v.ObjectSchema<{
1983
- readonly label: 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">]>;
1984
- readonly value: 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: - _ .">]>;
1985
- readonly description: 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>;
1986
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1987
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
1988
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
1989
- readonly id: v.NumberSchema<undefined>;
1990
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1991
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1992
- readonly createdAt: v.StringSchema<undefined>;
1993
- readonly updatedAt: v.StringSchema<undefined>;
1994
- }, undefined>, undefined>;
1995
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
1996
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
1997
- 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">]>;
1998
- readonly confirmed: v.BooleanSchema<undefined>;
1999
- readonly blocked: v.BooleanSchema<undefined>;
2000
- readonly provider: v.LiteralSchema<"local", undefined>;
2001
- readonly id: v.NumberSchema<undefined>;
2002
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2003
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2004
- readonly createdAt: v.StringSchema<undefined>;
2005
- readonly updatedAt: v.StringSchema<undefined>;
2006
- }, undefined>, undefined>;
2007
- readonly cost: 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 enterprise solutions">]>;
2008
- readonly label: 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">]>;
2009
- readonly value: 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: - _ .">]>;
2010
- readonly description: 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>;
2011
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2012
- readonly id: v.NumberSchema<undefined>;
2013
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2014
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2015
- readonly createdAt: v.StringSchema<undefined>;
2016
- readonly updatedAt: v.StringSchema<undefined>;
2017
- }, undefined>, undefined>;
441
+ declare const SUtmLinkBuilderPartCampaignId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
2018
442
  type SUtmLinkBuilderPartCampaignId = v.InferOutput<typeof SUtmLinkBuilderPartCampaignId>;
2019
443
  type SUtmLinkBuilderTableFormInput = v.InferInput<typeof SUtmLinkBuilderTableForm>;
2020
444
  declare const SUtmLinkBuilderTableForm: v.ObjectSchema<{
@@ -2026,398 +450,13 @@ declare const SUtmLinkBuilderTableForm: v.ObjectSchema<{
2026
450
  }[], 1, "Please provide at least one destination URL.">, v.MaxLengthAction<{
2027
451
  url: string;
2028
452
  }[], 10, "You can provide up to 10 destination URLs.">]>;
2029
- readonly sources: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
2030
- readonly group: v.OptionalSchema<v.ObjectSchema<{
2031
- readonly label: 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">]>;
2032
- readonly value: 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: - _ .">]>;
2033
- readonly description: 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>;
2034
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2035
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
2036
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
2037
- readonly id: v.NumberSchema<undefined>;
2038
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2039
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2040
- readonly createdAt: v.StringSchema<undefined>;
2041
- readonly updatedAt: v.StringSchema<undefined>;
2042
- }, undefined>, undefined>;
2043
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
2044
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
2045
- 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">]>;
2046
- readonly confirmed: v.BooleanSchema<undefined>;
2047
- readonly blocked: v.BooleanSchema<undefined>;
2048
- readonly provider: v.LiteralSchema<"local", undefined>;
2049
- readonly id: v.NumberSchema<undefined>;
2050
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2051
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2052
- readonly createdAt: v.StringSchema<undefined>;
2053
- readonly updatedAt: v.StringSchema<undefined>;
2054
- }, undefined>, undefined>;
2055
- readonly label: 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">]>;
2056
- readonly value: 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: - _ .">]>;
2057
- readonly description: 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>;
2058
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2059
- readonly id: v.NumberSchema<undefined>;
2060
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2061
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2062
- readonly createdAt: v.StringSchema<undefined>;
2063
- readonly updatedAt: v.StringSchema<undefined>;
2064
- }, undefined>, undefined>, v.MinLengthAction<{
2065
- group?: {
2066
- label: string;
2067
- value: string;
2068
- description: string | null;
2069
- is_active: boolean;
2070
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2071
- apply_value_as: "prefix" | "suffix";
2072
- id: number;
2073
- documentId: string;
2074
- publishedAt?: string | undefined;
2075
- createdAt: string;
2076
- updatedAt: string;
2077
- } | undefined;
2078
- creator?: {
2079
- username: string;
2080
- email: string;
2081
- confirmed: boolean;
2082
- blocked: boolean;
2083
- provider: "local";
2084
- id: number;
2085
- documentId: string;
2086
- publishedAt?: string | undefined;
2087
- createdAt: string;
2088
- updatedAt: string;
2089
- } | undefined;
2090
- label: string;
2091
- value: string;
2092
- description: string | null;
2093
- is_active: boolean;
2094
- id: number;
2095
- documentId: string;
2096
- publishedAt?: string | undefined;
2097
- createdAt: string;
2098
- updatedAt: string;
2099
- }[], 1, "Please select at least one source.">, v.MaxLengthAction<{
2100
- group?: {
2101
- label: string;
2102
- value: string;
2103
- description: string | null;
2104
- is_active: boolean;
2105
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2106
- apply_value_as: "prefix" | "suffix";
2107
- id: number;
2108
- documentId: string;
2109
- publishedAt?: string | undefined;
2110
- createdAt: string;
2111
- updatedAt: string;
2112
- } | undefined;
2113
- creator?: {
2114
- username: string;
2115
- email: string;
2116
- confirmed: boolean;
2117
- blocked: boolean;
2118
- provider: "local";
2119
- id: number;
2120
- documentId: string;
2121
- publishedAt?: string | undefined;
2122
- createdAt: string;
2123
- updatedAt: string;
2124
- } | undefined;
2125
- label: string;
2126
- value: string;
2127
- description: string | null;
2128
- is_active: boolean;
2129
- id: number;
2130
- documentId: string;
2131
- publishedAt?: string | undefined;
2132
- createdAt: string;
2133
- updatedAt: string;
2134
- }[], 10, "You can select up to 10 sources.">]>;
2135
- readonly mediums: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
2136
- readonly group: v.OptionalSchema<v.ObjectSchema<{
2137
- readonly label: 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">]>;
2138
- readonly value: 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: - _ .">]>;
2139
- readonly description: 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>;
2140
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2141
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
2142
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
2143
- readonly id: v.NumberSchema<undefined>;
2144
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2145
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2146
- readonly createdAt: v.StringSchema<undefined>;
2147
- readonly updatedAt: v.StringSchema<undefined>;
2148
- }, undefined>, undefined>;
2149
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
2150
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
2151
- 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">]>;
2152
- readonly confirmed: v.BooleanSchema<undefined>;
2153
- readonly blocked: v.BooleanSchema<undefined>;
2154
- readonly provider: v.LiteralSchema<"local", undefined>;
2155
- readonly id: v.NumberSchema<undefined>;
2156
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2157
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2158
- readonly createdAt: v.StringSchema<undefined>;
2159
- readonly updatedAt: v.StringSchema<undefined>;
2160
- }, undefined>, undefined>;
2161
- readonly label: 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">]>;
2162
- readonly value: 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: - _ .">]>;
2163
- readonly description: 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>;
2164
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2165
- readonly id: v.NumberSchema<undefined>;
2166
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2167
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2168
- readonly createdAt: v.StringSchema<undefined>;
2169
- readonly updatedAt: v.StringSchema<undefined>;
2170
- }, undefined>, undefined>, v.MinLengthAction<{
2171
- group?: {
2172
- label: string;
2173
- value: string;
2174
- description: string | null;
2175
- is_active: boolean;
2176
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2177
- apply_value_as: "prefix" | "suffix";
2178
- id: number;
2179
- documentId: string;
2180
- publishedAt?: string | undefined;
2181
- createdAt: string;
2182
- updatedAt: string;
2183
- } | undefined;
2184
- creator?: {
2185
- username: string;
2186
- email: string;
2187
- confirmed: boolean;
2188
- blocked: boolean;
2189
- provider: "local";
2190
- id: number;
2191
- documentId: string;
2192
- publishedAt?: string | undefined;
2193
- createdAt: string;
2194
- updatedAt: string;
2195
- } | undefined;
2196
- label: string;
2197
- value: string;
2198
- description: string | null;
2199
- is_active: boolean;
2200
- id: number;
2201
- documentId: string;
2202
- publishedAt?: string | undefined;
2203
- createdAt: string;
2204
- updatedAt: string;
2205
- }[], 1, "Please select at least one medium.">, v.MaxLengthAction<{
2206
- group?: {
2207
- label: string;
2208
- value: string;
2209
- description: string | null;
2210
- is_active: boolean;
2211
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2212
- apply_value_as: "prefix" | "suffix";
2213
- id: number;
2214
- documentId: string;
2215
- publishedAt?: string | undefined;
2216
- createdAt: string;
2217
- updatedAt: string;
2218
- } | undefined;
2219
- creator?: {
2220
- username: string;
2221
- email: string;
2222
- confirmed: boolean;
2223
- blocked: boolean;
2224
- provider: "local";
2225
- id: number;
2226
- documentId: string;
2227
- publishedAt?: string | undefined;
2228
- createdAt: string;
2229
- updatedAt: string;
2230
- } | undefined;
2231
- label: string;
2232
- value: string;
2233
- description: string | null;
2234
- is_active: boolean;
2235
- id: number;
2236
- documentId: string;
2237
- publishedAt?: string | undefined;
2238
- createdAt: string;
2239
- updatedAt: string;
2240
- }[], 10, "You can select up to 10 mediums.">]>;
453
+ readonly sources: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MinLengthAction<string[], 1, "Please select at least one source.">, v.MaxLengthAction<string[], 10, "You can select up to 10 sources.">]>;
454
+ readonly mediums: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MinLengthAction<string[], 1, "Please select at least one medium.">, v.MaxLengthAction<string[], 10, "You can select up to 10 mediums.">]>;
2241
455
  readonly campaigns: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
2242
- readonly campaign_phase: v.OptionalSchema<v.ObjectSchema<{
2243
- readonly group: v.OptionalSchema<v.ObjectSchema<{
2244
- readonly label: 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">]>;
2245
- readonly value: 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: - _ .">]>;
2246
- readonly description: 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>;
2247
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2248
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
2249
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
2250
- readonly id: v.NumberSchema<undefined>;
2251
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2252
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2253
- readonly createdAt: v.StringSchema<undefined>;
2254
- readonly updatedAt: v.StringSchema<undefined>;
2255
- }, undefined>, undefined>;
2256
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
2257
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
2258
- 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">]>;
2259
- readonly confirmed: v.BooleanSchema<undefined>;
2260
- readonly blocked: v.BooleanSchema<undefined>;
2261
- readonly provider: v.LiteralSchema<"local", undefined>;
2262
- readonly id: v.NumberSchema<undefined>;
2263
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2264
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2265
- readonly createdAt: v.StringSchema<undefined>;
2266
- readonly updatedAt: v.StringSchema<undefined>;
2267
- }, undefined>, undefined>;
2268
- readonly label: 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">]>;
2269
- readonly value: 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: - _ .">]>;
2270
- readonly description: 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>;
2271
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2272
- readonly id: v.NumberSchema<undefined>;
2273
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2274
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2275
- readonly createdAt: v.StringSchema<undefined>;
2276
- readonly updatedAt: v.StringSchema<undefined>;
2277
- }, undefined>, undefined>;
2278
- readonly campaign_product: v.OptionalSchema<v.ObjectSchema<{
2279
- readonly group: v.OptionalSchema<v.ObjectSchema<{
2280
- readonly label: 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">]>;
2281
- readonly value: 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: - _ .">]>;
2282
- readonly description: 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>;
2283
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2284
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
2285
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
2286
- readonly id: v.NumberSchema<undefined>;
2287
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2288
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2289
- readonly createdAt: v.StringSchema<undefined>;
2290
- readonly updatedAt: v.StringSchema<undefined>;
2291
- }, undefined>, undefined>;
2292
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
2293
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
2294
- 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">]>;
2295
- readonly confirmed: v.BooleanSchema<undefined>;
2296
- readonly blocked: v.BooleanSchema<undefined>;
2297
- readonly provider: v.LiteralSchema<"local", undefined>;
2298
- readonly id: v.NumberSchema<undefined>;
2299
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2300
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2301
- readonly createdAt: v.StringSchema<undefined>;
2302
- readonly updatedAt: v.StringSchema<undefined>;
2303
- }, undefined>, undefined>;
2304
- readonly label: 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">]>;
2305
- readonly value: 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: - _ .">]>;
2306
- readonly description: 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>;
2307
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2308
- readonly id: v.NumberSchema<undefined>;
2309
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2310
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2311
- readonly createdAt: v.StringSchema<undefined>;
2312
- readonly updatedAt: v.StringSchema<undefined>;
2313
- }, undefined>, undefined>;
2314
- readonly campaign_targeting: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
2315
- readonly group: v.OptionalSchema<v.ObjectSchema<{
2316
- readonly label: 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">]>;
2317
- readonly value: 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: - _ .">]>;
2318
- readonly description: 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>;
2319
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2320
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
2321
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
2322
- readonly id: v.NumberSchema<undefined>;
2323
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2324
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2325
- readonly createdAt: v.StringSchema<undefined>;
2326
- readonly updatedAt: v.StringSchema<undefined>;
2327
- }, undefined>, undefined>;
2328
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
2329
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
2330
- 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">]>;
2331
- readonly confirmed: v.BooleanSchema<undefined>;
2332
- readonly blocked: v.BooleanSchema<undefined>;
2333
- readonly provider: v.LiteralSchema<"local", undefined>;
2334
- readonly id: v.NumberSchema<undefined>;
2335
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2336
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2337
- readonly createdAt: v.StringSchema<undefined>;
2338
- readonly updatedAt: v.StringSchema<undefined>;
2339
- }, undefined>, undefined>;
2340
- readonly label: 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">]>;
2341
- readonly value: 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: - _ .">]>;
2342
- readonly description: 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>;
2343
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2344
- readonly id: v.NumberSchema<undefined>;
2345
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2346
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2347
- readonly createdAt: v.StringSchema<undefined>;
2348
- readonly updatedAt: v.StringSchema<undefined>;
2349
- }, undefined>, undefined>, v.MaxLengthAction<{
2350
- group?: {
2351
- label: string;
2352
- value: string;
2353
- description: string | null;
2354
- is_active: boolean;
2355
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2356
- apply_value_as: "prefix" | "suffix";
2357
- id: number;
2358
- documentId: string;
2359
- publishedAt?: string | undefined;
2360
- createdAt: string;
2361
- updatedAt: string;
2362
- } | undefined;
2363
- creator?: {
2364
- username: string;
2365
- email: string;
2366
- confirmed: boolean;
2367
- blocked: boolean;
2368
- provider: "local";
2369
- id: number;
2370
- documentId: string;
2371
- publishedAt?: string | undefined;
2372
- createdAt: string;
2373
- updatedAt: string;
2374
- } | undefined;
2375
- label: string;
2376
- value: string;
2377
- description: string | null;
2378
- is_active: boolean;
2379
- id: number;
2380
- documentId: string;
2381
- publishedAt?: string | undefined;
2382
- createdAt: string;
2383
- updatedAt: string;
2384
- }[], 10, "You can select up to 10 targeting audiences.">]>, undefined>;
2385
- readonly campaign_key: v.OptionalSchema<v.ObjectSchema<{
2386
- readonly group: v.OptionalSchema<v.ObjectSchema<{
2387
- readonly label: 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">]>;
2388
- readonly value: 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: - _ .">]>;
2389
- readonly description: 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>;
2390
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2391
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
2392
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
2393
- readonly id: v.NumberSchema<undefined>;
2394
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2395
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2396
- readonly createdAt: v.StringSchema<undefined>;
2397
- readonly updatedAt: v.StringSchema<undefined>;
2398
- }, undefined>, undefined>;
2399
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
2400
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
2401
- 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">]>;
2402
- readonly confirmed: v.BooleanSchema<undefined>;
2403
- readonly blocked: v.BooleanSchema<undefined>;
2404
- readonly provider: v.LiteralSchema<"local", undefined>;
2405
- readonly id: v.NumberSchema<undefined>;
2406
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2407
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2408
- readonly createdAt: v.StringSchema<undefined>;
2409
- readonly updatedAt: v.StringSchema<undefined>;
2410
- }, undefined>, undefined>;
2411
- readonly label: 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">]>;
2412
- readonly value: 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: - _ .">]>;
2413
- readonly description: 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>;
2414
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2415
- readonly id: v.NumberSchema<undefined>;
2416
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2417
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2418
- readonly createdAt: v.StringSchema<undefined>;
2419
- readonly updatedAt: v.StringSchema<undefined>;
2420
- }, undefined>, undefined>;
456
+ readonly campaign_phase: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
457
+ readonly campaign_product: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
458
+ readonly campaign_targeting: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MaxLengthAction<string[], 10, "You can select up to 10 targeting audiences.">]>, undefined>;
459
+ readonly campaign_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
2421
460
  readonly campaign_date: v.ObjectSchema<{
2422
461
  readonly format: v.PicklistSchema<readonly ["no date", "annually", "quarterly", "monthly", "on a specific date"], "Please select a valid campaign date format.">;
2423
462
  readonly value: v.ObjectSchema<{
@@ -2428,150 +467,10 @@ declare const SUtmLinkBuilderTableForm: v.ObjectSchema<{
2428
467
  }, undefined>;
2429
468
  }, undefined>;
2430
469
  }, undefined>, undefined>, v.MinLengthAction<{
2431
- campaign_phase?: {
2432
- group?: {
2433
- label: string;
2434
- value: string;
2435
- description: string | null;
2436
- is_active: boolean;
2437
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2438
- apply_value_as: "prefix" | "suffix";
2439
- id: number;
2440
- documentId: string;
2441
- publishedAt?: string | undefined;
2442
- createdAt: string;
2443
- updatedAt: string;
2444
- } | undefined;
2445
- creator?: {
2446
- username: string;
2447
- email: string;
2448
- confirmed: boolean;
2449
- blocked: boolean;
2450
- provider: "local";
2451
- id: number;
2452
- documentId: string;
2453
- publishedAt?: string | undefined;
2454
- createdAt: string;
2455
- updatedAt: string;
2456
- } | undefined;
2457
- label: string;
2458
- value: string;
2459
- description: string | null;
2460
- is_active: boolean;
2461
- id: number;
2462
- documentId: string;
2463
- publishedAt?: string | undefined;
2464
- createdAt: string;
2465
- updatedAt: string;
2466
- } | undefined;
2467
- campaign_product?: {
2468
- group?: {
2469
- label: string;
2470
- value: string;
2471
- description: string | null;
2472
- is_active: boolean;
2473
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2474
- apply_value_as: "prefix" | "suffix";
2475
- id: number;
2476
- documentId: string;
2477
- publishedAt?: string | undefined;
2478
- createdAt: string;
2479
- updatedAt: string;
2480
- } | undefined;
2481
- creator?: {
2482
- username: string;
2483
- email: string;
2484
- confirmed: boolean;
2485
- blocked: boolean;
2486
- provider: "local";
2487
- id: number;
2488
- documentId: string;
2489
- publishedAt?: string | undefined;
2490
- createdAt: string;
2491
- updatedAt: string;
2492
- } | undefined;
2493
- label: string;
2494
- value: string;
2495
- description: string | null;
2496
- is_active: boolean;
2497
- id: number;
2498
- documentId: string;
2499
- publishedAt?: string | undefined;
2500
- createdAt: string;
2501
- updatedAt: string;
2502
- } | undefined;
2503
- campaign_targeting?: {
2504
- group?: {
2505
- label: string;
2506
- value: string;
2507
- description: string | null;
2508
- is_active: boolean;
2509
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2510
- apply_value_as: "prefix" | "suffix";
2511
- id: number;
2512
- documentId: string;
2513
- publishedAt?: string | undefined;
2514
- createdAt: string;
2515
- updatedAt: string;
2516
- } | undefined;
2517
- creator?: {
2518
- username: string;
2519
- email: string;
2520
- confirmed: boolean;
2521
- blocked: boolean;
2522
- provider: "local";
2523
- id: number;
2524
- documentId: string;
2525
- publishedAt?: string | undefined;
2526
- createdAt: string;
2527
- updatedAt: string;
2528
- } | undefined;
2529
- label: string;
2530
- value: string;
2531
- description: string | null;
2532
- is_active: boolean;
2533
- id: number;
2534
- documentId: string;
2535
- publishedAt?: string | undefined;
2536
- createdAt: string;
2537
- updatedAt: string;
2538
- }[] | undefined;
2539
- campaign_key?: {
2540
- group?: {
2541
- label: string;
2542
- value: string;
2543
- description: string | null;
2544
- is_active: boolean;
2545
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2546
- apply_value_as: "prefix" | "suffix";
2547
- id: number;
2548
- documentId: string;
2549
- publishedAt?: string | undefined;
2550
- createdAt: string;
2551
- updatedAt: string;
2552
- } | undefined;
2553
- creator?: {
2554
- username: string;
2555
- email: string;
2556
- confirmed: boolean;
2557
- blocked: boolean;
2558
- provider: "local";
2559
- id: number;
2560
- documentId: string;
2561
- publishedAt?: string | undefined;
2562
- createdAt: string;
2563
- updatedAt: string;
2564
- } | undefined;
2565
- label: string;
2566
- value: string;
2567
- description: string | null;
2568
- is_active: boolean;
2569
- id: number;
2570
- documentId: string;
2571
- publishedAt?: string | undefined;
2572
- createdAt: string;
2573
- updatedAt: string;
2574
- } | undefined;
470
+ campaign_phase?: string | undefined;
471
+ campaign_product?: string | undefined;
472
+ campaign_targeting?: string[] | undefined;
473
+ campaign_key?: string | undefined;
2575
474
  campaign_date: {
2576
475
  format: "no date" | "annually" | "quarterly" | "monthly" | "on a specific date";
2577
476
  value: {
@@ -2582,150 +481,10 @@ declare const SUtmLinkBuilderTableForm: v.ObjectSchema<{
2582
481
  };
2583
482
  };
2584
483
  }[], 1, "Please provide at least one campaign.">, v.MaxLengthAction<{
2585
- campaign_phase?: {
2586
- group?: {
2587
- label: string;
2588
- value: string;
2589
- description: string | null;
2590
- is_active: boolean;
2591
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2592
- apply_value_as: "prefix" | "suffix";
2593
- id: number;
2594
- documentId: string;
2595
- publishedAt?: string | undefined;
2596
- createdAt: string;
2597
- updatedAt: string;
2598
- } | undefined;
2599
- creator?: {
2600
- username: string;
2601
- email: string;
2602
- confirmed: boolean;
2603
- blocked: boolean;
2604
- provider: "local";
2605
- id: number;
2606
- documentId: string;
2607
- publishedAt?: string | undefined;
2608
- createdAt: string;
2609
- updatedAt: string;
2610
- } | undefined;
2611
- label: string;
2612
- value: string;
2613
- description: string | null;
2614
- is_active: boolean;
2615
- id: number;
2616
- documentId: string;
2617
- publishedAt?: string | undefined;
2618
- createdAt: string;
2619
- updatedAt: string;
2620
- } | undefined;
2621
- campaign_product?: {
2622
- group?: {
2623
- label: string;
2624
- value: string;
2625
- description: string | null;
2626
- is_active: boolean;
2627
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2628
- apply_value_as: "prefix" | "suffix";
2629
- id: number;
2630
- documentId: string;
2631
- publishedAt?: string | undefined;
2632
- createdAt: string;
2633
- updatedAt: string;
2634
- } | undefined;
2635
- creator?: {
2636
- username: string;
2637
- email: string;
2638
- confirmed: boolean;
2639
- blocked: boolean;
2640
- provider: "local";
2641
- id: number;
2642
- documentId: string;
2643
- publishedAt?: string | undefined;
2644
- createdAt: string;
2645
- updatedAt: string;
2646
- } | undefined;
2647
- label: string;
2648
- value: string;
2649
- description: string | null;
2650
- is_active: boolean;
2651
- id: number;
2652
- documentId: string;
2653
- publishedAt?: string | undefined;
2654
- createdAt: string;
2655
- updatedAt: string;
2656
- } | undefined;
2657
- campaign_targeting?: {
2658
- group?: {
2659
- label: string;
2660
- value: string;
2661
- description: string | null;
2662
- is_active: boolean;
2663
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2664
- apply_value_as: "prefix" | "suffix";
2665
- id: number;
2666
- documentId: string;
2667
- publishedAt?: string | undefined;
2668
- createdAt: string;
2669
- updatedAt: string;
2670
- } | undefined;
2671
- creator?: {
2672
- username: string;
2673
- email: string;
2674
- confirmed: boolean;
2675
- blocked: boolean;
2676
- provider: "local";
2677
- id: number;
2678
- documentId: string;
2679
- publishedAt?: string | undefined;
2680
- createdAt: string;
2681
- updatedAt: string;
2682
- } | undefined;
2683
- label: string;
2684
- value: string;
2685
- description: string | null;
2686
- is_active: boolean;
2687
- id: number;
2688
- documentId: string;
2689
- publishedAt?: string | undefined;
2690
- createdAt: string;
2691
- updatedAt: string;
2692
- }[] | undefined;
2693
- campaign_key?: {
2694
- group?: {
2695
- label: string;
2696
- value: string;
2697
- description: string | null;
2698
- is_active: boolean;
2699
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2700
- apply_value_as: "prefix" | "suffix";
2701
- id: number;
2702
- documentId: string;
2703
- publishedAt?: string | undefined;
2704
- createdAt: string;
2705
- updatedAt: string;
2706
- } | undefined;
2707
- creator?: {
2708
- username: string;
2709
- email: string;
2710
- confirmed: boolean;
2711
- blocked: boolean;
2712
- provider: "local";
2713
- id: number;
2714
- documentId: string;
2715
- publishedAt?: string | undefined;
2716
- createdAt: string;
2717
- updatedAt: string;
2718
- } | undefined;
2719
- label: string;
2720
- value: string;
2721
- description: string | null;
2722
- is_active: boolean;
2723
- id: number;
2724
- documentId: string;
2725
- publishedAt?: string | undefined;
2726
- createdAt: string;
2727
- updatedAt: string;
2728
- } | undefined;
484
+ campaign_phase?: string | undefined;
485
+ campaign_product?: string | undefined;
486
+ campaign_targeting?: string[] | undefined;
487
+ campaign_key?: string | undefined;
2729
488
  campaign_date: {
2730
489
  format: "no date" | "annually" | "quarterly" | "monthly" | "on a specific date";
2731
490
  value: {
@@ -2736,367 +495,16 @@ declare const SUtmLinkBuilderTableForm: v.ObjectSchema<{
2736
495
  };
2737
496
  };
2738
497
  }[], 10, "You can provide up to 10 campaigns.">]>;
2739
- readonly contents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
2740
- readonly group: v.OptionalSchema<v.ObjectSchema<{
2741
- readonly label: 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">]>;
2742
- readonly value: 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: - _ .">]>;
2743
- readonly description: 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>;
2744
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2745
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
2746
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
2747
- readonly id: v.NumberSchema<undefined>;
2748
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2749
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2750
- readonly createdAt: v.StringSchema<undefined>;
2751
- readonly updatedAt: v.StringSchema<undefined>;
2752
- }, undefined>, undefined>;
2753
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
2754
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
2755
- 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">]>;
2756
- readonly confirmed: v.BooleanSchema<undefined>;
2757
- readonly blocked: v.BooleanSchema<undefined>;
2758
- readonly provider: v.LiteralSchema<"local", undefined>;
2759
- readonly id: v.NumberSchema<undefined>;
2760
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2761
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2762
- readonly createdAt: v.StringSchema<undefined>;
2763
- readonly updatedAt: v.StringSchema<undefined>;
2764
- }, undefined>, undefined>;
2765
- readonly label: 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">]>;
2766
- readonly value: 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: - _ .">]>;
2767
- readonly description: 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>;
2768
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2769
- readonly id: v.NumberSchema<undefined>;
2770
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2771
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2772
- readonly createdAt: v.StringSchema<undefined>;
2773
- readonly updatedAt: v.StringSchema<undefined>;
2774
- }, undefined>, undefined>, v.MaxLengthAction<{
2775
- group?: {
2776
- label: string;
2777
- value: string;
2778
- description: string | null;
2779
- is_active: boolean;
2780
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2781
- apply_value_as: "prefix" | "suffix";
2782
- id: number;
2783
- documentId: string;
2784
- publishedAt?: string | undefined;
2785
- createdAt: string;
2786
- updatedAt: string;
2787
- } | undefined;
2788
- creator?: {
2789
- username: string;
2790
- email: string;
2791
- confirmed: boolean;
2792
- blocked: boolean;
2793
- provider: "local";
2794
- id: number;
2795
- documentId: string;
2796
- publishedAt?: string | undefined;
2797
- createdAt: string;
2798
- updatedAt: string;
2799
- } | undefined;
2800
- label: string;
2801
- value: string;
2802
- description: string | null;
2803
- is_active: boolean;
2804
- id: number;
2805
- documentId: string;
2806
- publishedAt?: string | undefined;
2807
- createdAt: string;
2808
- updatedAt: string;
2809
- }[], 10, "You can select up to 10 contents.">]>, undefined>;
498
+ readonly contents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MaxLengthAction<string[], 10, "You can select up to 10 contents.">]>, undefined>;
2810
499
  readonly creative_formats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
2811
- readonly creative_format: v.OptionalSchema<v.ObjectSchema<{
2812
- readonly group: v.OptionalSchema<v.ObjectSchema<{
2813
- readonly label: 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">]>;
2814
- readonly value: 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: - _ .">]>;
2815
- readonly description: 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>;
2816
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2817
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
2818
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
2819
- readonly id: v.NumberSchema<undefined>;
2820
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2821
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2822
- readonly createdAt: v.StringSchema<undefined>;
2823
- readonly updatedAt: v.StringSchema<undefined>;
2824
- }, undefined>, undefined>;
2825
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
2826
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
2827
- 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">]>;
2828
- readonly confirmed: v.BooleanSchema<undefined>;
2829
- readonly blocked: v.BooleanSchema<undefined>;
2830
- readonly provider: v.LiteralSchema<"local", undefined>;
2831
- readonly id: v.NumberSchema<undefined>;
2832
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2833
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2834
- readonly createdAt: v.StringSchema<undefined>;
2835
- readonly updatedAt: v.StringSchema<undefined>;
2836
- }, undefined>, undefined>;
2837
- readonly label: 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">]>;
2838
- readonly value: 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: - _ .">]>;
2839
- readonly description: 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>;
2840
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2841
- readonly id: v.NumberSchema<undefined>;
2842
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2843
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2844
- readonly createdAt: v.StringSchema<undefined>;
2845
- readonly updatedAt: v.StringSchema<undefined>;
2846
- }, undefined>, undefined>;
2847
- readonly creative_format_variants: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
2848
- readonly group: v.OptionalSchema<v.ObjectSchema<{
2849
- readonly label: 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">]>;
2850
- readonly value: 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: - _ .">]>;
2851
- readonly description: 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>;
2852
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2853
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
2854
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
2855
- readonly id: v.NumberSchema<undefined>;
2856
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2857
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2858
- readonly createdAt: v.StringSchema<undefined>;
2859
- readonly updatedAt: v.StringSchema<undefined>;
2860
- }, undefined>, undefined>;
2861
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
2862
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
2863
- 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">]>;
2864
- readonly confirmed: v.BooleanSchema<undefined>;
2865
- readonly blocked: v.BooleanSchema<undefined>;
2866
- readonly provider: v.LiteralSchema<"local", undefined>;
2867
- readonly id: v.NumberSchema<undefined>;
2868
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2869
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2870
- readonly createdAt: v.StringSchema<undefined>;
2871
- readonly updatedAt: v.StringSchema<undefined>;
2872
- }, undefined>, undefined>;
2873
- readonly label: 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">]>;
2874
- readonly value: 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: - _ .">]>;
2875
- readonly description: 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>;
2876
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2877
- readonly id: v.NumberSchema<undefined>;
2878
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2879
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2880
- readonly createdAt: v.StringSchema<undefined>;
2881
- readonly updatedAt: v.StringSchema<undefined>;
2882
- }, undefined>, undefined>, v.MaxLengthAction<{
2883
- group?: {
2884
- label: string;
2885
- value: string;
2886
- description: string | null;
2887
- is_active: boolean;
2888
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2889
- apply_value_as: "prefix" | "suffix";
2890
- id: number;
2891
- documentId: string;
2892
- publishedAt?: string | undefined;
2893
- createdAt: string;
2894
- updatedAt: string;
2895
- } | undefined;
2896
- creator?: {
2897
- username: string;
2898
- email: string;
2899
- confirmed: boolean;
2900
- blocked: boolean;
2901
- provider: "local";
2902
- id: number;
2903
- documentId: string;
2904
- publishedAt?: string | undefined;
2905
- createdAt: string;
2906
- updatedAt: string;
2907
- } | undefined;
2908
- label: string;
2909
- value: string;
2910
- description: string | null;
2911
- is_active: boolean;
2912
- id: number;
2913
- documentId: string;
2914
- publishedAt?: string | undefined;
2915
- createdAt: string;
2916
- updatedAt: string;
2917
- }[], 10, "You can select up to 10 creative format variations.">]>, undefined>;
500
+ readonly creative_format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
501
+ readonly creative_format_variants: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MaxLengthAction<string[], 10, "You can select up to 10 creative format variations.">]>, undefined>;
2918
502
  }, undefined>, undefined>, v.MaxLengthAction<{
2919
- creative_format?: {
2920
- group?: {
2921
- label: string;
2922
- value: string;
2923
- description: string | null;
2924
- is_active: boolean;
2925
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2926
- apply_value_as: "prefix" | "suffix";
2927
- id: number;
2928
- documentId: string;
2929
- publishedAt?: string | undefined;
2930
- createdAt: string;
2931
- updatedAt: string;
2932
- } | undefined;
2933
- creator?: {
2934
- username: string;
2935
- email: string;
2936
- confirmed: boolean;
2937
- blocked: boolean;
2938
- provider: "local";
2939
- id: number;
2940
- documentId: string;
2941
- publishedAt?: string | undefined;
2942
- createdAt: string;
2943
- updatedAt: string;
2944
- } | undefined;
2945
- label: string;
2946
- value: string;
2947
- description: string | null;
2948
- is_active: boolean;
2949
- id: number;
2950
- documentId: string;
2951
- publishedAt?: string | undefined;
2952
- createdAt: string;
2953
- updatedAt: string;
2954
- } | undefined;
2955
- creative_format_variants?: {
2956
- group?: {
2957
- label: string;
2958
- value: string;
2959
- description: string | null;
2960
- is_active: boolean;
2961
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
2962
- apply_value_as: "prefix" | "suffix";
2963
- id: number;
2964
- documentId: string;
2965
- publishedAt?: string | undefined;
2966
- createdAt: string;
2967
- updatedAt: string;
2968
- } | undefined;
2969
- creator?: {
2970
- username: string;
2971
- email: string;
2972
- confirmed: boolean;
2973
- blocked: boolean;
2974
- provider: "local";
2975
- id: number;
2976
- documentId: string;
2977
- publishedAt?: string | undefined;
2978
- createdAt: string;
2979
- updatedAt: string;
2980
- } | undefined;
2981
- label: string;
2982
- value: string;
2983
- description: string | null;
2984
- is_active: boolean;
2985
- id: number;
2986
- documentId: string;
2987
- publishedAt?: string | undefined;
2988
- createdAt: string;
2989
- updatedAt: string;
2990
- }[] | undefined;
503
+ creative_format?: string | undefined;
504
+ creative_format_variants?: string[] | undefined;
2991
505
  }[], 10, "You can select up to 10 creative formats.">]>, undefined>;
2992
- readonly terms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
2993
- readonly group: v.OptionalSchema<v.ObjectSchema<{
2994
- readonly label: 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">]>;
2995
- readonly value: 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: - _ .">]>;
2996
- readonly description: 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>;
2997
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2998
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
2999
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
3000
- readonly id: v.NumberSchema<undefined>;
3001
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3002
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3003
- readonly createdAt: v.StringSchema<undefined>;
3004
- readonly updatedAt: v.StringSchema<undefined>;
3005
- }, undefined>, undefined>;
3006
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
3007
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
3008
- 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">]>;
3009
- readonly confirmed: v.BooleanSchema<undefined>;
3010
- readonly blocked: v.BooleanSchema<undefined>;
3011
- readonly provider: v.LiteralSchema<"local", undefined>;
3012
- readonly id: v.NumberSchema<undefined>;
3013
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3014
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3015
- readonly createdAt: v.StringSchema<undefined>;
3016
- readonly updatedAt: v.StringSchema<undefined>;
3017
- }, undefined>, undefined>;
3018
- readonly label: 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">]>;
3019
- readonly value: 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: - _ .">]>;
3020
- readonly description: 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>;
3021
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
3022
- readonly id: v.NumberSchema<undefined>;
3023
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3024
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3025
- readonly createdAt: v.StringSchema<undefined>;
3026
- readonly updatedAt: v.StringSchema<undefined>;
3027
- }, undefined>, undefined>, v.MaxLengthAction<{
3028
- group?: {
3029
- label: string;
3030
- value: string;
3031
- description: string | null;
3032
- is_active: boolean;
3033
- apply_value_to: "source" | "medium" | "campaign" | "content" | "creative" | "term" | "id";
3034
- apply_value_as: "prefix" | "suffix";
3035
- id: number;
3036
- documentId: string;
3037
- publishedAt?: string | undefined;
3038
- createdAt: string;
3039
- updatedAt: string;
3040
- } | undefined;
3041
- creator?: {
3042
- username: string;
3043
- email: string;
3044
- confirmed: boolean;
3045
- blocked: boolean;
3046
- provider: "local";
3047
- id: number;
3048
- documentId: string;
3049
- publishedAt?: string | undefined;
3050
- createdAt: string;
3051
- updatedAt: string;
3052
- } | undefined;
3053
- label: string;
3054
- value: string;
3055
- description: string | null;
3056
- is_active: boolean;
3057
- id: number;
3058
- documentId: string;
3059
- publishedAt?: string | undefined;
3060
- createdAt: string;
3061
- updatedAt: string;
3062
- }[], 10, "You can select up to 10 terms.">]>, undefined>;
3063
- readonly campaign_id: v.OptionalSchema<v.ObjectSchema<{
3064
- readonly group: v.OptionalSchema<v.ObjectSchema<{
3065
- readonly label: 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">]>;
3066
- readonly value: 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: - _ .">]>;
3067
- readonly description: 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>;
3068
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
3069
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
3070
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
3071
- readonly id: v.NumberSchema<undefined>;
3072
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3073
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3074
- readonly createdAt: v.StringSchema<undefined>;
3075
- readonly updatedAt: v.StringSchema<undefined>;
3076
- }, undefined>, undefined>;
3077
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
3078
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
3079
- 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">]>;
3080
- readonly confirmed: v.BooleanSchema<undefined>;
3081
- readonly blocked: v.BooleanSchema<undefined>;
3082
- readonly provider: v.LiteralSchema<"local", undefined>;
3083
- readonly id: v.NumberSchema<undefined>;
3084
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3085
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3086
- readonly createdAt: v.StringSchema<undefined>;
3087
- readonly updatedAt: v.StringSchema<undefined>;
3088
- }, undefined>, undefined>;
3089
- readonly cost: 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 enterprise solutions">]>;
3090
- readonly label: 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">]>;
3091
- readonly value: 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: - _ .">]>;
3092
- readonly description: 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>;
3093
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
3094
- readonly id: v.NumberSchema<undefined>;
3095
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3096
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3097
- readonly createdAt: v.StringSchema<undefined>;
3098
- readonly updatedAt: v.StringSchema<undefined>;
3099
- }, undefined>, undefined>;
506
+ readonly terms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MaxLengthAction<string[], 10, "You can select up to 10 terms.">]>, undefined>;
507
+ readonly campaign_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "this value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 200, "the value is too long, it must be 200 characters or less">, v.RegexAction<string, "value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
3100
508
  }, undefined>;
3101
509
  type SUtmLinkBuilderTableForm = v.InferOutput<typeof SUtmLinkBuilderTableForm>;
3102
510
 
@@ -3528,6 +936,15 @@ declare const SQueryListUserDocumentsByIdentifier: v.ObjectSchema<{
3528
936
  readonly size: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 10, undefined>, v.MaxValueAction<number, 10, undefined>]>, 10>, 10>;
3529
937
  }, undefined>;
3530
938
  type SQueryListUserDocumentsByIdentifier = v.InferOutput<typeof SQueryListUserDocumentsByIdentifier>;
939
+ declare const SCreateUserDocument: v.ObjectSchema<{
940
+ readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
941
+ 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">]>;
942
+ readonly password: v.SchemaWithPipe<readonly [v.StringSchema<"a password is required">, v.TrimAction, v.MinLengthAction<string, 8, "your password is too short, it must be at least 8 characters">, v.MaxLengthAction<string, 255, "your password is too long, it must be 255 characters or less">]>;
943
+ readonly blocked: v.BooleanSchema<"this value must be either true or false">;
944
+ readonly confirmed: v.BooleanSchema<"this value must be either true or false">;
945
+ readonly role: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
946
+ }, undefined>;
947
+ type SCreateUserDocument = v.InferOutput<typeof SCreateUserDocument>;
3531
948
  declare const SReadUserDocumentById: v.ObjectSchema<{
3532
949
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
3533
950
  }, undefined>;
@@ -3536,6 +953,15 @@ declare const SReadUserDocumentByDocumentId: v.ObjectSchema<{
3536
953
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3537
954
  }, undefined>;
3538
955
  type SReadUserDocumentByDocumentId = v.InferOutput<typeof SReadUserDocumentByDocumentId>;
956
+ declare const SUpdateUserDocument: v.ObjectSchema<{
957
+ readonly username: v.UndefinedableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
958
+ readonly email: v.UndefinedableSchema<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">]>, undefined>;
959
+ readonly password: v.UndefinedableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"a password is required">, v.TrimAction, v.MinLengthAction<string, 8, "your password is too short, it must be at least 8 characters">, v.MaxLengthAction<string, 255, "your password is too long, it must be 255 characters or less">]>, undefined>;
960
+ readonly blocked: v.UndefinedableSchema<v.BooleanSchema<"this value must be either true or false">, undefined>;
961
+ readonly confirmed: v.UndefinedableSchema<v.BooleanSchema<"this value must be either true or false">, undefined>;
962
+ readonly role: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>, undefined>;
963
+ }, undefined>;
964
+ type SUpdateUserDocument = v.InferOutput<typeof SUpdateUserDocument>;
3539
965
 
3540
966
  declare const SQuerySortCampaignIdDocuments: v.OptionalSchema<v.ObjectSchema<{
3541
967
  readonly key: v.SchemaWithFallback<v.PicklistSchema<["id", "cost", "label", "value", "is_active", "createdAt", "updatedAt"], undefined>, "label">;
@@ -8731,4 +6157,4 @@ declare const IsValidOrUndefinedUrlUtmTerm: v.UndefinedableSchema<v.SchemaWithPi
8731
6157
  declare const IsValidUrlUtmId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, 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: - _ .">]>;
8732
6158
  declare const IsValidOrUndefinedUrlUtmId: v.UndefinedableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, 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>;
8733
6159
 
8734
- export { CAMPAIGN_ID_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_ID_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_KEY_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_KEY_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_PHASE_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_PHASE_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_PRODUCT_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_PRODUCT_PAGINATION_MAX_SIZE_LIMIT, CONTENT_PAGINATION_DEFAULT_SIZE_LIMIT, CONTENT_PAGINATION_MAX_SIZE_LIMIT, CREATIVE_FORMAT_PAGINATION_DEFAULT_SIZE_LIMIT, CREATIVE_FORMAT_PAGINATION_MAX_SIZE_LIMIT, CREATIVE_FORMAT_VARIANT_PAGINATION_DEFAULT_SIZE_LIMIT, CREATIVE_FORMAT_VARIANT_PAGINATION_MAX_SIZE_LIMIT, DEFAULT_CAMPAIGN_PHASES, DEFAULT_CONTENTS, DEFAULT_CREATIVE_FORMATS, DEFAULT_CREATIVE_FORMAT_VARIANTS, DEFAULT_MEDIUMS, DEFAULT_SOURCES, type DefaultCampaignPhaseKey, type DefaultCampaignPhaseValue, type DefaultContentKey, type DefaultContentValue, type DefaultCreativeFormatKey, type DefaultCreativeFormatValue, type DefaultCreativeFormatVariantKey, type DefaultCreativeFormatVariantValue, type DefaultMediumKey, type DefaultMediumValue, type DefaultSourceKey, type DefaultSourceValue, ERROR_MESSAGE_REGEX_DOMAIN, ERROR_MESSAGE_REGEX_VALUE, GROUP_ENTITY_KEYS, GROUP_ENTITY_PERMISSIONS, GROUP_ENTITY_SCOPES, GROUP_PAGINATION_DEFAULT_SIZE_LIMIT, GROUP_PAGINATION_MAX_SIZE_LIMIT, GROUP_USER_PAGINATION_DEFAULT_SIZE_LIMIT, GROUP_USER_PAGINATION_MAX_SIZE_LIMIT, GroupApplyValueAsOptions, GroupApplyValueToOptions, type GroupEntityActions, type GroupEntityKey, type GroupEntityScope, IsValidApplyValueAs, IsValidApplyValueTo, IsValidBlocked, IsValidConfirmed, IsValidCost, IsValidCurrentPeriodEnd, IsValidCurrentPeriodStart, IsValidCustomerId, IsValidDescription, IsValidEmail, IsValidGroupUserScopes, IsValidIsActive, IsValidIsBoolean, IsValidIsSecure, IsValidLabel, IsValidMinPage, IsValidName, IsValidOrUndefinedApplyValueAs, IsValidOrUndefinedApplyValueTo, IsValidOrUndefinedBlocked, IsValidOrUndefinedConfirmed, IsValidOrUndefinedCost, IsValidOrUndefinedCurrentPeriodEnd, IsValidOrUndefinedCurrentPeriodStart, IsValidOrUndefinedCustomerId, IsValidOrUndefinedDescription, IsValidOrUndefinedEmail, IsValidOrUndefinedIsActive, IsValidOrUndefinedIsBoolean, IsValidOrUndefinedIsSecure, IsValidOrUndefinedLabel, IsValidOrUndefinedName, IsValidOrUndefinedPassword, IsValidOrUndefinedPriceId, IsValidOrUndefinedProductId, IsValidOrUndefinedProvider, IsValidOrUndefinedSubscriptionId, IsValidOrUndefinedSubscriptionStatus, IsValidOrUndefinedTrialPeriodEnd, IsValidOrUndefinedUnitAmount, IsValidOrUndefinedUnitTermInMonths, IsValidOrUndefinedUrlDestination, IsValidOrUndefinedUrlDomain, IsValidOrUndefinedUrlFragment, IsValidOrUndefinedUrlPath, IsValidOrUndefinedUrlProtocol, IsValidOrUndefinedUrlQuery, IsValidOrUndefinedUrlUtmCampaign, IsValidOrUndefinedUrlUtmContent, IsValidOrUndefinedUrlUtmCreativeFormat, IsValidOrUndefinedUrlUtmId, IsValidOrUndefinedUrlUtmMedium, IsValidOrUndefinedUrlUtmPart, IsValidOrUndefinedUrlUtmSource, IsValidOrUndefinedUrlUtmTerm, IsValidOrUndefinedUserLimitationNumber, IsValidOrUndefinedUsername, IsValidOrUndefinedValue, IsValidPassword, IsValidPriceId, IsValidProductId, IsValidProvider, IsValidReferenceDocumentId, IsValidReferenceId, IsValidSubscriptionId, IsValidSubscriptionStatus, IsValidTrialPeriodEnd, IsValidUnitAmount, IsValidUnitTermInMonths, IsValidUrlDestination, IsValidUrlDomain, IsValidUrlFragment, IsValidUrlPath, IsValidUrlProtocol, IsValidUrlQuery, IsValidUrlUtmCampaign, IsValidUrlUtmContent, IsValidUrlUtmCreativeFormat, IsValidUrlUtmId, IsValidUrlUtmMedium, IsValidUrlUtmPart, IsValidUrlUtmSource, IsValidUrlUtmTerm, IsValidUserLimitationNumber, IsValidUserLimitationNumberFallback, IsValidUsername, IsValidValue, LIMIT_MAX_DESCRIPTION, LIMIT_MAX_DESTINATION, LIMIT_MAX_DOMAIN, LIMIT_MAX_EMAIL, LIMIT_MAX_FRAGMENT, LIMIT_MAX_LABEL, LIMIT_MAX_NAME, LIMIT_MAX_PASSWORD, LIMIT_MAX_PATH, LIMIT_MAX_PRICE_ID, LIMIT_MAX_PRODUCT_ID, LIMIT_MAX_PROVIDER, LIMIT_MAX_QUERY, LIMIT_MAX_STRIPE_ID, LIMIT_MAX_UNIT_TERM_IN_MONTHS, 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_PART, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MAX_VALUE, LIMIT_MIN_DESTINATION, LIMIT_MIN_DOMAIN, LIMIT_MIN_EMAIL, LIMIT_MIN_FRAGMENT, LIMIT_MIN_LABEL, LIMIT_MIN_NAME, LIMIT_MIN_PASSWORD, LIMIT_MIN_PATH, LIMIT_MIN_PRICE_ID, LIMIT_MIN_PRODUCT_ID, LIMIT_MIN_QUERY, LIMIT_MIN_UNIT_AMOUNT, LIMIT_MIN_UNIT_TERM_IN_MONTHS, 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_PART, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, MEDIUM_PAGINATION_DEFAULT_SIZE_LIMIT, MEDIUM_PAGINATION_MAX_SIZE_LIMIT, type MediaFormat, type MediaFormats, type MediaUploadDocument, type PriceDocument, type ProductDocument, REGEX_DOMAIN, REGEX_VALUE, SBaseCampaignIdDocument, SBaseCampaignKeyDocument, SBaseCampaignPhaseDocument, SBaseCampaignProductDocument, SBaseCampaignTargetDocument, SBaseContentDocument, SBaseCreativeFormatDocument, SBaseCreativeFormatVariantDocument, SBaseDocument, SBaseDocumentCreatedBy, SBaseGroupDocument, SBaseGroupUserDocument, SBaseMediumDocument, SBaseRoleDocument, SBaseSourceDocument, SBaseTermDocument, SBaseTrackingLinkDocument, SBaseUserAccountDocument, SBaseUserDocument, SBaseUserLimitationsDocument, SBaseWebsiteDocument, SCampaignIdDocument, type SCampaignIdDocumentIn, type SCampaignIdDocumentOut, SCampaignIdDocumentWithRelations, SCampaignIdRelationsDocument, type SCampaignIdRelationsDocumentIn, type SCampaignIdRelationsDocumentOut, SCampaignKeyDocument, type SCampaignKeyDocumentIn, type SCampaignKeyDocumentOut, SCampaignKeyDocumentWithRelations, SCampaignKeyRelationsDocument, type SCampaignKeyRelationsDocumentIn, type SCampaignKeyRelationsDocumentOut, SCampaignPhaseDocument, type SCampaignPhaseDocumentIn, type SCampaignPhaseDocumentOut, SCampaignPhaseDocumentWithRelations, SCampaignPhaseRelationsDocument, type SCampaignPhaseRelationsDocumentIn, type SCampaignPhaseRelationsDocumentOut, SCampaignProductDocument, type SCampaignProductDocumentIn, type SCampaignProductDocumentOut, SCampaignProductDocumentWithRelations, SCampaignProductRelationsDocument, type SCampaignProductRelationsDocumentIn, type SCampaignProductRelationsDocumentOut, SCampaignTargetDocument, type SCampaignTargetDocumentIn, type SCampaignTargetDocumentOut, SCampaignTargetDocumentWithRelations, SCampaignTargetRelationsDocument, type SCampaignTargetRelationsDocumentIn, type SCampaignTargetRelationsDocumentOut, SChangePassword, SContentDocument, type SContentDocumentIn, type SContentDocumentOut, SContentDocumentWithRelations, SContentRelationsDocument, type SContentRelationsDocumentIn, type SContentRelationsDocumentOut, SCreateCampaignIdDocument, SCreateCampaignKeyDocument, SCreateCampaignPhaseDocument, SCreateCampaignProductDocument, SCreateCampaignTargetDocument, SCreateContentDocument, SCreateCreativeFormatDocument, SCreateCreativeFormatVariantDocument, SCreateGroupDocument, SCreateGroupUserAssignMultipleUsers, SCreateGroupUserDocument, SCreateMediumDocument, SCreateMultipleCampaignIdDocuments, SCreateMultipleCampaignKeyDocuments, SCreateMultipleCampaignPhaseDocuments, SCreateMultipleCampaignProductDocuments, SCreateMultipleCampaignTargetDocuments, SCreateMultipleContentDocuments, SCreateMultipleCreativeFormatDocuments, SCreateMultipleCreativeFormatVariantDocuments, SCreateMultipleMediumDocuments, SCreateMultipleSourceDocuments, SCreateMultipleTermDocuments, SCreateMultipleTrackingLinkDocuments, SCreateMultipleWebsiteDocuments, SCreatePreviewMultipleTrackingLinkDocuments, SCreatePreviewTrackingLinkDocument, SCreateSourceDocument, SCreateTermDocument, SCreateTrackingLinkDocument, SCreateUserAccountDocument, SCreateUserLimitationsDocument, SCreateWebsiteDocument, SCreativeFormatDocument, type SCreativeFormatDocumentIn, type SCreativeFormatDocumentOut, SCreativeFormatDocumentWithRelations, SCreativeFormatRelationsDocument, type SCreativeFormatRelationsDocumentIn, type SCreativeFormatRelationsDocumentOut, SCreativeFormatVariantDocument, type SCreativeFormatVariantDocumentIn, type SCreativeFormatVariantDocumentOut, SCreativeFormatVariantDocumentWithRelations, SCreativeFormatVariantRelationsDocument, type SCreativeFormatVariantRelationsDocumentIn, type SCreativeFormatVariantRelationsDocumentOut, SDeleteCampaignIdDocument, SDeleteCampaignKeyDocument, SDeleteCampaignPhaseDocument, SDeleteCampaignProductDocument, SDeleteCampaignTargetDocument, SDeleteContentDocument, SDeleteCreativeFormatDocument, SDeleteCreativeFormatVariantDocument, SDeleteGroupDocument, SDeleteGroupUserDocument, SDeleteMediumDocument, SDeleteSourceDocument, SDeleteTermDocument, SDeleteTrackingLinkDocument, SDeleteWebsiteDocument, SForgotPasswordUserDocument, SGroupDocument, type SGroupDocumentIn, type SGroupDocumentOut, SGroupDocumentWithRelations, SGroupRelationAuthorizedUsers, SGroupRelationCampaignIds, SGroupRelationCampaignKeys, SGroupRelationCampaignPhases, SGroupRelationCampaignProducts, SGroupRelationContents, SGroupRelationCreativeFormatVariants, SGroupRelationCreativeFormats, SGroupRelationMediums, SGroupRelationSources, SGroupRelationTerms, SGroupRelationTrackingLinks, SGroupRelationWebsites, SGroupRelationsDocument, type SGroupRelationsDocumentIn, type SGroupRelationsDocumentOut, SGroupUserDocument, type SGroupUserDocumentIn, type SGroupUserDocumentOut, SGroupUserDocumentReqRelations, SGroupUserDocumentStatus, SGroupUserDocumentWithRelations, SGroupUserRelationsDocument, type SGroupUserRelationsDocumentIn, type SGroupUserRelationsDocumentOut, SGroupUserRelationsReqDocument, type SGroupUserRelationsReqDocumentIn, type SGroupUserRelationsReqDocumentOut, SLoginUserDocument, SMediumDocument, type SMediumDocumentIn, type SMediumDocumentOut, SMediumDocumentWithRelations, SMediumRelationsDocument, type SMediumRelationsDocumentIn, type SMediumRelationsDocumentOut, SOURCE_PAGINATION_DEFAULT_SIZE_LIMIT, SOURCE_PAGINATION_MAX_SIZE_LIMIT, SQueryListCampaignIdDocuments, SQueryListCampaignKeyDocuments, SQueryListCampaignPhaseDocuments, SQueryListCampaignProductDocuments, SQueryListCampaignTargetDocuments, SQueryListContentDocuments, SQueryListCreativeFormatDocuments, SQueryListCreativeFormatVariantDocuments, SQueryListGroupDocuments, SQueryListGroupUserDocuments, SQueryListMediumDocuments, SQueryListSourceDocuments, SQueryListTermDocuments, SQueryListTrackingLinkDocuments, SQueryListUserAccountDocuments, SQueryListUserDocuments, SQueryListUserDocumentsByIdentifier, SQueryListUserLimitationDocuments, SQueryListWebsiteDocuments, SQuerySortCampaignIdDocuments, SQuerySortCampaignKeyDocuments, SQuerySortCampaignPhaseDocuments, SQuerySortCampaignProductDocuments, SQuerySortCampaignTargetDocuments, SQuerySortContentDocuments, SQuerySortCreativeFormatDocuments, SQuerySortCreativeFormatVariantDocuments, SQuerySortGroupDocuments, SQuerySortMediumDocuments, SQuerySortSourceDocuments, SQuerySortTermDocuments, SQuerySortTrackingLinkDocuments, SQuerySortUserDocuments, SQuerySortWebsiteDocuments, SReadCampaignIdDocumentByDocumentId, SReadCampaignIdDocumentById, SReadCampaignKeyDocumentByDocumentId, SReadCampaignKeyDocumentById, SReadCampaignPhaseDocumentByDocumentId, SReadCampaignPhaseDocumentById, SReadCampaignProductDocumentByDocumentId, SReadCampaignProductDocumentById, SReadCampaignTargetDocumentByDocumentId, SReadCampaignTargetDocumentById, SReadContentDocumentByDocumentId, SReadContentDocumentById, SReadCreativeFormatDocumentByDocumentId, SReadCreativeFormatDocumentById, SReadCreativeFormatVariantDocumentByDocumentId, SReadCreativeFormatVariantDocumentById, SReadGroupDocumentByDocumentId, SReadGroupDocumentById, SReadGroupUserDocumentByDocumentId, SReadGroupUserDocumentById, SReadMediumDocumentByDocumentId, SReadMediumDocumentById, SReadSourceDocumentByDocumentId, SReadSourceDocumentById, SReadTermDocumentByDocumentId, SReadTermDocumentById, SReadTrackingLinkDocumentByDocumentId, SReadTrackingLinkDocumentById, SReadUserAccountDocumentByDocumentId, SReadUserAccountDocumentById, SReadUserDocumentByDocumentId, SReadUserDocumentById, SReadUserDocumentToken, SReadUserLimitationsDocumentByDocumentId, SReadUserLimitationsDocumentById, SReadWebsiteDocumentByDocumentId, SReadWebsiteDocumentById, SRegisterUserDocument, SRequestConfirmEmail, SResetPasswordUserDocument, SRoleDocument, type SRoleDocumentIn, type SRoleDocumentOut, SRoleDocumentWithRelations, SRoleRelationsDocument, type SRoleRelationsDocumentIn, type SRoleRelationsDocumentOut, SSourceDocument, type SSourceDocumentIn, type SSourceDocumentOut, SSourceDocumentWithRelations, SSourceRelationsDocument, type SSourceRelationsDocumentIn, type SSourceRelationsDocumentOut, SStripeCheckoutCreateSession, SStripeCheckoutLineItem, STRAPI_PAGINATION_DEFAULT_SIZE_LIMIT, STRAPI_PAGINATION_MAX_SIZE_LIMIT, STRAPI_PAGINATION_MIN_SIZE_LIMIT, STermDocument, type STermDocumentIn, type STermDocumentOut, STermDocumentWithRelations, STermRelationsDocument, type STermRelationsDocumentIn, type STermRelationsDocumentOut, STrackingLinkDocument, type STrackingLinkDocumentIn, type STrackingLinkDocumentOut, STrackingLinkDocumentWithRelations, STrackingLinkRelationsDocument, type STrackingLinkRelationsDocumentIn, type STrackingLinkRelationsDocumentOut, SUpdateAsCreatorCampaignIdDocument, SUpdateAsCreatorCampaignIdDocumentRequest, SUpdateAsCreatorCampaignKeyDocument, SUpdateAsCreatorCampaignKeyDocumentRequest, SUpdateAsCreatorCampaignPhaseDocument, SUpdateAsCreatorCampaignPhaseDocumentRequest, SUpdateAsCreatorCampaignProductDocument, SUpdateAsCreatorCampaignProductDocumentRequest, SUpdateAsCreatorCampaignTargetDocument, SUpdateAsCreatorCampaignTargetDocumentRequest, SUpdateAsCreatorContentDocument, SUpdateAsCreatorContentDocumentRequest, SUpdateAsCreatorCreativeFormatDocument, SUpdateAsCreatorCreativeFormatDocumentRequest, SUpdateAsCreatorCreativeFormatVariantDocument, SUpdateAsCreatorCreativeFormatVariantDocumentRequest, SUpdateAsCreatorGroupDocument, SUpdateAsCreatorGroupDocumentRequest, SUpdateAsCreatorMediumDocument, SUpdateAsCreatorMediumDocumentRequest, SUpdateAsCreatorSourceDocument, SUpdateAsCreatorSourceDocumentRequest, SUpdateAsCreatorTermDocument, SUpdateAsCreatorTermDocumentRequest, SUpdateAsCreatorTrackingLinkDocument, SUpdateAsCreatorTrackingLinkDocumentRequest, SUpdateAsCreatorWebsiteDocument, SUpdateAsCreatorWebsiteDocumentRequest, SUpdateAsInvitedCampaignIdDocument, SUpdateAsInvitedCampaignIdDocumentRequest, SUpdateAsInvitedCampaignKeyDocument, SUpdateAsInvitedCampaignKeyDocumentRequest, SUpdateAsInvitedCampaignPhaseDocument, SUpdateAsInvitedCampaignPhaseDocumentRequest, SUpdateAsInvitedCampaignProductDocument, SUpdateAsInvitedCampaignProductDocumentRequest, SUpdateAsInvitedCampaignTargetDocument, SUpdateAsInvitedCampaignTargetDocumentRequest, SUpdateAsInvitedContentDocument, SUpdateAsInvitedContentDocumentRequest, SUpdateAsInvitedCreativeFormatDocument, SUpdateAsInvitedCreativeFormatDocumentRequest, SUpdateAsInvitedCreativeFormatVariantDocument, SUpdateAsInvitedCreativeFormatVariantDocumentRequest, SUpdateAsInvitedGroupDocument, SUpdateAsInvitedGroupDocumentRequest, SUpdateAsInvitedMediumDocument, SUpdateAsInvitedMediumDocumentRequest, SUpdateAsInvitedSourceDocument, SUpdateAsInvitedSourceDocumentRequest, SUpdateAsInvitedTermDocument, SUpdateAsInvitedTermDocumentRequest, SUpdateAsInvitedTrackingLinkDocument, SUpdateAsInvitedTrackingLinkDocumentRequest, SUpdateAsInvitedWebsiteDocument, SUpdateAsInvitedWebsiteDocumentRequest, SUpdateCampaignIdDocumentRequest, SUpdateCampaignKeyDocumentRequest, SUpdateCampaignPhaseDocumentRequest, SUpdateCampaignProductDocumentRequest, SUpdateCampaignTargetDocumentRequest, SUpdateContentDocumentRequest, SUpdateCreativeFormatDocumentRequest, SUpdateCreativeFormatVariantDocumentRequest, SUpdateGroupDocumentRequest, SUpdateGroupUserDocument, SUpdateGroupUserDocumentRequest, SUpdateMediumDocumentRequest, SUpdateSourceDocumentRequest, SUpdateTermDocumentRequest, SUpdateTrackingLinkDocumentRequest, SUpdateUserAccountDocument, SUpdateUserLimitationsDocument, SUpdateWebsiteDocumentRequest, SUserAccountDocument, type SUserAccountDocumentIn, type SUserAccountDocumentOut, SUserAccountDocumentReqRelations, SUserAccountDocumentWithRelations, SUserAccountRelationsDocument, type SUserAccountRelationsDocumentIn, type SUserAccountRelationsDocumentOut, SUserAccountRelationsReqDocument, SUserAuthorizationSuccessResponse, SUserDocument, type SUserDocumentIn, type SUserDocumentOut, SUserDocumentWithAccountAndRoleRelations, SUserDocumentWithAccountRelations, SUserDocumentWithRelations, SUserLimitationsDocument, type SUserLimitationsDocumentIn, type SUserLimitationsDocumentOut, SUserLimitationsDocumentWithRelations, SUserLimitationsRelationsDocument, type SUserLimitationsRelationsDocumentIn, type SUserLimitationsRelationsDocumentOut, SUserRelationAccount, SUserRelationAuthorizedGroups, SUserRelationCampaignIds, SUserRelationCampaignKeys, SUserRelationCampaignPhases, SUserRelationCampaignProducts, SUserRelationContents, SUserRelationCreatedWebsites, SUserRelationCreativeFormatVariants, SUserRelationCreativeFormats, SUserRelationLimits, SUserRelationMediums, SUserRelationReqAccount, SUserRelationReqLimits, SUserRelationReqRole, SUserRelationRole, SUserRelationSources, SUserRelationTerms, SUserRelationTrackingLinks, SUserRelationsDocument, type SUserRelationsDocumentIn, type SUserRelationsDocumentOut, SUtmLinkBuilderPartCampaignDateFormat, type SUtmLinkBuilderPartCampaignDateFormatInput, SUtmLinkBuilderPartCampaignDateFormatOptions, SUtmLinkBuilderPartCampaignDateObject, type SUtmLinkBuilderPartCampaignDateObjectInput, SUtmLinkBuilderPartCampaignDateValue, SUtmLinkBuilderPartCampaignDateValueDay, type SUtmLinkBuilderPartCampaignDateValueDayInput, type SUtmLinkBuilderPartCampaignDateValueInput, SUtmLinkBuilderPartCampaignDateValueMonth, type SUtmLinkBuilderPartCampaignDateValueMonthInput, SUtmLinkBuilderPartCampaignDateValueQuarter, type SUtmLinkBuilderPartCampaignDateValueQuarterInput, SUtmLinkBuilderPartCampaignDateValueYear, type SUtmLinkBuilderPartCampaignDateValueYearInput, SUtmLinkBuilderPartCampaignId, type SUtmLinkBuilderPartCampaignIdInput, SUtmLinkBuilderPartCampaignKey, type SUtmLinkBuilderPartCampaignKeyInput, SUtmLinkBuilderPartCampaignObject, type SUtmLinkBuilderPartCampaignObjectInput, SUtmLinkBuilderPartCampaignPhase, type SUtmLinkBuilderPartCampaignPhaseInput, SUtmLinkBuilderPartCampaignProduct, type SUtmLinkBuilderPartCampaignProductInput, SUtmLinkBuilderPartCampaignTargeting, type SUtmLinkBuilderPartCampaignTargetingInput, SUtmLinkBuilderPartCampaigns, type SUtmLinkBuilderPartCampaignsInput, SUtmLinkBuilderPartContents, type SUtmLinkBuilderPartContentsInput, SUtmLinkBuilderPartCreativeFormatObject, type SUtmLinkBuilderPartCreativeFormatObjectInput, SUtmLinkBuilderPartCreativeFormatValue, type SUtmLinkBuilderPartCreativeFormatValueInput, SUtmLinkBuilderPartCreativeFormatVariantValue, type SUtmLinkBuilderPartCreativeFormatVariantValueInput, SUtmLinkBuilderPartCreativeFormats, type SUtmLinkBuilderPartCreativeFormatsInput, SUtmLinkBuilderPartMediums, type SUtmLinkBuilderPartMediumsInput, SUtmLinkBuilderPartSources, type SUtmLinkBuilderPartSourcesInput, SUtmLinkBuilderPartTerms, type SUtmLinkBuilderPartTermsInput, SUtmLinkBuilderPartUrlDestinations, type SUtmLinkBuilderPartUrlDestinationsInput, SUtmLinkBuilderPartUrlObject, type SUtmLinkBuilderPartUrlObjectInput, SUtmLinkBuilderTableForm, type SUtmLinkBuilderTableFormInput, SVerifyGroupUserDocument, SWebsiteDocument, type SWebsiteDocumentIn, type SWebsiteDocumentOut, SWebsiteDocumentWithRelations, SWebsiteRelationsDocument, type SWebsiteRelationsDocumentIn, type SWebsiteRelationsDocumentOut, type SeoMeta, type SeoOpenGraph, type StrapiAttributeErrorDetail, type StrapiAttributeErrorKey, type StrapiAttributeErrorResponse, type StrapiErrorDetail, type StrapiErrorKey, type StrapiErrorResponse, type StrapiErrorResult, type StrapiListResponse, type StrapiPagination, type StrapiResponseMeta, type StrapiResponseMetaWithPagination, type StrapiSingleResponse, type StripeCheckoutRedirectResponse, type StripeProductPricesResponse, type SubscriptionStatusValue, SubscriptionStatusValues, TERM_PAGINATION_DEFAULT_SIZE_LIMIT, TERM_PAGINATION_MAX_SIZE_LIMIT, TRACKING_LINK_PAGINATION_DEFAULT_SIZE_LIMIT, TRACKING_LINK_PAGINATION_MAX_SIZE_LIMIT, USER_ACCOUNT_PAGINATION_DEFAULT_SIZE_LIMIT, USER_ACCOUNT_PAGINATION_MAX_SIZE_LIMIT, USER_LIMITATION_PAGINATION_DEFAULT_SIZE_LIMIT, USER_LIMITATION_PAGINATION_MAX_SIZE_LIMIT, USER_PAGINATION_DEFAULT_SIZE_LIMIT, USER_PAGINATION_MAX_SIZE_LIMIT, type UrlProtocol, UrlProtocolOptions, WEBSITE_PAGINATION_DEFAULT_SIZE_LIMIT, WEBSITE_PAGINATION_MAX_SIZE_LIMIT, datePlusDays, dateToday, isStrapiAttributeError, isStrapiStandardError, isValidationFailure, isValidationSuccess, omitUndefined, validateAndClean };
6160
+ export { CAMPAIGN_ID_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_ID_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_KEY_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_KEY_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_PHASE_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_PHASE_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_PRODUCT_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_PRODUCT_PAGINATION_MAX_SIZE_LIMIT, CONTENT_PAGINATION_DEFAULT_SIZE_LIMIT, CONTENT_PAGINATION_MAX_SIZE_LIMIT, CREATIVE_FORMAT_PAGINATION_DEFAULT_SIZE_LIMIT, CREATIVE_FORMAT_PAGINATION_MAX_SIZE_LIMIT, CREATIVE_FORMAT_VARIANT_PAGINATION_DEFAULT_SIZE_LIMIT, CREATIVE_FORMAT_VARIANT_PAGINATION_MAX_SIZE_LIMIT, DEFAULT_CAMPAIGN_PHASES, DEFAULT_CONTENTS, DEFAULT_CREATIVE_FORMATS, DEFAULT_CREATIVE_FORMAT_VARIANTS, DEFAULT_MEDIUMS, DEFAULT_SOURCES, type DefaultCampaignPhaseKey, type DefaultCampaignPhaseValue, type DefaultContentKey, type DefaultContentValue, type DefaultCreativeFormatKey, type DefaultCreativeFormatValue, type DefaultCreativeFormatVariantKey, type DefaultCreativeFormatVariantValue, type DefaultMediumKey, type DefaultMediumValue, type DefaultSourceKey, type DefaultSourceValue, ERROR_MESSAGE_REGEX_DOMAIN, ERROR_MESSAGE_REGEX_VALUE, GROUP_ENTITY_KEYS, GROUP_ENTITY_PERMISSIONS, GROUP_ENTITY_SCOPES, GROUP_PAGINATION_DEFAULT_SIZE_LIMIT, GROUP_PAGINATION_MAX_SIZE_LIMIT, GROUP_USER_PAGINATION_DEFAULT_SIZE_LIMIT, GROUP_USER_PAGINATION_MAX_SIZE_LIMIT, GroupApplyValueAsOptions, GroupApplyValueToOptions, type GroupEntityActions, type GroupEntityKey, type GroupEntityScope, IsValidApplyValueAs, IsValidApplyValueTo, IsValidBlocked, IsValidConfirmed, IsValidCost, IsValidCurrentPeriodEnd, IsValidCurrentPeriodStart, IsValidCustomerId, IsValidDescription, IsValidEmail, IsValidGroupUserScopes, IsValidIsActive, IsValidIsBoolean, IsValidIsSecure, IsValidLabel, IsValidMinPage, IsValidName, IsValidOrUndefinedApplyValueAs, IsValidOrUndefinedApplyValueTo, IsValidOrUndefinedBlocked, IsValidOrUndefinedConfirmed, IsValidOrUndefinedCost, IsValidOrUndefinedCurrentPeriodEnd, IsValidOrUndefinedCurrentPeriodStart, IsValidOrUndefinedCustomerId, IsValidOrUndefinedDescription, IsValidOrUndefinedEmail, IsValidOrUndefinedIsActive, IsValidOrUndefinedIsBoolean, IsValidOrUndefinedIsSecure, IsValidOrUndefinedLabel, IsValidOrUndefinedName, IsValidOrUndefinedPassword, IsValidOrUndefinedPriceId, IsValidOrUndefinedProductId, IsValidOrUndefinedProvider, IsValidOrUndefinedSubscriptionId, IsValidOrUndefinedSubscriptionStatus, IsValidOrUndefinedTrialPeriodEnd, IsValidOrUndefinedUnitAmount, IsValidOrUndefinedUnitTermInMonths, IsValidOrUndefinedUrlDestination, IsValidOrUndefinedUrlDomain, IsValidOrUndefinedUrlFragment, IsValidOrUndefinedUrlPath, IsValidOrUndefinedUrlProtocol, IsValidOrUndefinedUrlQuery, IsValidOrUndefinedUrlUtmCampaign, IsValidOrUndefinedUrlUtmContent, IsValidOrUndefinedUrlUtmCreativeFormat, IsValidOrUndefinedUrlUtmId, IsValidOrUndefinedUrlUtmMedium, IsValidOrUndefinedUrlUtmPart, IsValidOrUndefinedUrlUtmSource, IsValidOrUndefinedUrlUtmTerm, IsValidOrUndefinedUserLimitationNumber, IsValidOrUndefinedUsername, IsValidOrUndefinedValue, IsValidPassword, IsValidPriceId, IsValidProductId, IsValidProvider, IsValidReferenceDocumentId, IsValidReferenceId, IsValidSubscriptionId, IsValidSubscriptionStatus, IsValidTrialPeriodEnd, IsValidUnitAmount, IsValidUnitTermInMonths, IsValidUrlDestination, IsValidUrlDomain, IsValidUrlFragment, IsValidUrlPath, IsValidUrlProtocol, IsValidUrlQuery, IsValidUrlUtmCampaign, IsValidUrlUtmContent, IsValidUrlUtmCreativeFormat, IsValidUrlUtmId, IsValidUrlUtmMedium, IsValidUrlUtmPart, IsValidUrlUtmSource, IsValidUrlUtmTerm, IsValidUserLimitationNumber, IsValidUserLimitationNumberFallback, IsValidUsername, IsValidValue, LIMIT_MAX_DESCRIPTION, LIMIT_MAX_DESTINATION, LIMIT_MAX_DOMAIN, LIMIT_MAX_EMAIL, LIMIT_MAX_FRAGMENT, LIMIT_MAX_LABEL, LIMIT_MAX_NAME, LIMIT_MAX_PASSWORD, LIMIT_MAX_PATH, LIMIT_MAX_PRICE_ID, LIMIT_MAX_PRODUCT_ID, LIMIT_MAX_PROVIDER, LIMIT_MAX_QUERY, LIMIT_MAX_STRIPE_ID, LIMIT_MAX_UNIT_TERM_IN_MONTHS, 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_PART, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MAX_VALUE, LIMIT_MIN_DESTINATION, LIMIT_MIN_DOMAIN, LIMIT_MIN_EMAIL, LIMIT_MIN_FRAGMENT, LIMIT_MIN_LABEL, LIMIT_MIN_NAME, LIMIT_MIN_PASSWORD, LIMIT_MIN_PATH, LIMIT_MIN_PRICE_ID, LIMIT_MIN_PRODUCT_ID, LIMIT_MIN_QUERY, LIMIT_MIN_UNIT_AMOUNT, LIMIT_MIN_UNIT_TERM_IN_MONTHS, 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_PART, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, MEDIUM_PAGINATION_DEFAULT_SIZE_LIMIT, MEDIUM_PAGINATION_MAX_SIZE_LIMIT, type MediaFormat, type MediaFormats, type MediaUploadDocument, type PriceDocument, type ProductDocument, REGEX_DOMAIN, REGEX_VALUE, SBaseCampaignIdDocument, SBaseCampaignKeyDocument, SBaseCampaignPhaseDocument, SBaseCampaignProductDocument, SBaseCampaignTargetDocument, SBaseContentDocument, SBaseCreativeFormatDocument, SBaseCreativeFormatVariantDocument, SBaseDocument, SBaseDocumentCreatedBy, SBaseGroupDocument, SBaseGroupUserDocument, SBaseMediumDocument, SBaseRoleDocument, SBaseSourceDocument, SBaseTermDocument, SBaseTrackingLinkDocument, SBaseUserAccountDocument, SBaseUserDocument, SBaseUserLimitationsDocument, SBaseWebsiteDocument, SCampaignIdDocument, type SCampaignIdDocumentIn, type SCampaignIdDocumentOut, SCampaignIdDocumentWithRelations, SCampaignIdRelationsDocument, type SCampaignIdRelationsDocumentIn, type SCampaignIdRelationsDocumentOut, SCampaignKeyDocument, type SCampaignKeyDocumentIn, type SCampaignKeyDocumentOut, SCampaignKeyDocumentWithRelations, SCampaignKeyRelationsDocument, type SCampaignKeyRelationsDocumentIn, type SCampaignKeyRelationsDocumentOut, SCampaignPhaseDocument, type SCampaignPhaseDocumentIn, type SCampaignPhaseDocumentOut, SCampaignPhaseDocumentWithRelations, SCampaignPhaseRelationsDocument, type SCampaignPhaseRelationsDocumentIn, type SCampaignPhaseRelationsDocumentOut, SCampaignProductDocument, type SCampaignProductDocumentIn, type SCampaignProductDocumentOut, SCampaignProductDocumentWithRelations, SCampaignProductRelationsDocument, type SCampaignProductRelationsDocumentIn, type SCampaignProductRelationsDocumentOut, SCampaignTargetDocument, type SCampaignTargetDocumentIn, type SCampaignTargetDocumentOut, SCampaignTargetDocumentWithRelations, SCampaignTargetRelationsDocument, type SCampaignTargetRelationsDocumentIn, type SCampaignTargetRelationsDocumentOut, SChangePassword, SContentDocument, type SContentDocumentIn, type SContentDocumentOut, SContentDocumentWithRelations, SContentRelationsDocument, type SContentRelationsDocumentIn, type SContentRelationsDocumentOut, SCreateCampaignIdDocument, SCreateCampaignKeyDocument, SCreateCampaignPhaseDocument, SCreateCampaignProductDocument, SCreateCampaignTargetDocument, SCreateContentDocument, SCreateCreativeFormatDocument, SCreateCreativeFormatVariantDocument, SCreateGroupDocument, SCreateGroupUserAssignMultipleUsers, SCreateGroupUserDocument, SCreateMediumDocument, SCreateMultipleCampaignIdDocuments, SCreateMultipleCampaignKeyDocuments, SCreateMultipleCampaignPhaseDocuments, SCreateMultipleCampaignProductDocuments, SCreateMultipleCampaignTargetDocuments, SCreateMultipleContentDocuments, SCreateMultipleCreativeFormatDocuments, SCreateMultipleCreativeFormatVariantDocuments, SCreateMultipleMediumDocuments, SCreateMultipleSourceDocuments, SCreateMultipleTermDocuments, SCreateMultipleTrackingLinkDocuments, SCreateMultipleWebsiteDocuments, SCreatePreviewMultipleTrackingLinkDocuments, SCreatePreviewTrackingLinkDocument, SCreateSourceDocument, SCreateTermDocument, SCreateTrackingLinkDocument, SCreateUserAccountDocument, SCreateUserDocument, SCreateUserLimitationsDocument, SCreateWebsiteDocument, SCreativeFormatDocument, type SCreativeFormatDocumentIn, type SCreativeFormatDocumentOut, SCreativeFormatDocumentWithRelations, SCreativeFormatRelationsDocument, type SCreativeFormatRelationsDocumentIn, type SCreativeFormatRelationsDocumentOut, SCreativeFormatVariantDocument, type SCreativeFormatVariantDocumentIn, type SCreativeFormatVariantDocumentOut, SCreativeFormatVariantDocumentWithRelations, SCreativeFormatVariantRelationsDocument, type SCreativeFormatVariantRelationsDocumentIn, type SCreativeFormatVariantRelationsDocumentOut, SDeleteCampaignIdDocument, SDeleteCampaignKeyDocument, SDeleteCampaignPhaseDocument, SDeleteCampaignProductDocument, SDeleteCampaignTargetDocument, SDeleteContentDocument, SDeleteCreativeFormatDocument, SDeleteCreativeFormatVariantDocument, SDeleteGroupDocument, SDeleteGroupUserDocument, SDeleteMediumDocument, SDeleteSourceDocument, SDeleteTermDocument, SDeleteTrackingLinkDocument, SDeleteWebsiteDocument, SForgotPasswordUserDocument, SGroupDocument, type SGroupDocumentIn, type SGroupDocumentOut, SGroupDocumentWithRelations, SGroupRelationAuthorizedUsers, SGroupRelationCampaignIds, SGroupRelationCampaignKeys, SGroupRelationCampaignPhases, SGroupRelationCampaignProducts, SGroupRelationContents, SGroupRelationCreativeFormatVariants, SGroupRelationCreativeFormats, SGroupRelationMediums, SGroupRelationSources, SGroupRelationTerms, SGroupRelationTrackingLinks, SGroupRelationWebsites, SGroupRelationsDocument, type SGroupRelationsDocumentIn, type SGroupRelationsDocumentOut, SGroupUserDocument, type SGroupUserDocumentIn, type SGroupUserDocumentOut, SGroupUserDocumentReqRelations, SGroupUserDocumentStatus, SGroupUserDocumentWithRelations, SGroupUserRelationsDocument, type SGroupUserRelationsDocumentIn, type SGroupUserRelationsDocumentOut, SGroupUserRelationsReqDocument, type SGroupUserRelationsReqDocumentIn, type SGroupUserRelationsReqDocumentOut, SLoginUserDocument, SMediumDocument, type SMediumDocumentIn, type SMediumDocumentOut, SMediumDocumentWithRelations, SMediumRelationsDocument, type SMediumRelationsDocumentIn, type SMediumRelationsDocumentOut, SOURCE_PAGINATION_DEFAULT_SIZE_LIMIT, SOURCE_PAGINATION_MAX_SIZE_LIMIT, SQueryListCampaignIdDocuments, SQueryListCampaignKeyDocuments, SQueryListCampaignPhaseDocuments, SQueryListCampaignProductDocuments, SQueryListCampaignTargetDocuments, SQueryListContentDocuments, SQueryListCreativeFormatDocuments, SQueryListCreativeFormatVariantDocuments, SQueryListGroupDocuments, SQueryListGroupUserDocuments, SQueryListMediumDocuments, SQueryListSourceDocuments, SQueryListTermDocuments, SQueryListTrackingLinkDocuments, SQueryListUserAccountDocuments, SQueryListUserDocuments, SQueryListUserDocumentsByIdentifier, SQueryListUserLimitationDocuments, SQueryListWebsiteDocuments, SQuerySortCampaignIdDocuments, SQuerySortCampaignKeyDocuments, SQuerySortCampaignPhaseDocuments, SQuerySortCampaignProductDocuments, SQuerySortCampaignTargetDocuments, SQuerySortContentDocuments, SQuerySortCreativeFormatDocuments, SQuerySortCreativeFormatVariantDocuments, SQuerySortGroupDocuments, SQuerySortMediumDocuments, SQuerySortSourceDocuments, SQuerySortTermDocuments, SQuerySortTrackingLinkDocuments, SQuerySortUserDocuments, SQuerySortWebsiteDocuments, SReadCampaignIdDocumentByDocumentId, SReadCampaignIdDocumentById, SReadCampaignKeyDocumentByDocumentId, SReadCampaignKeyDocumentById, SReadCampaignPhaseDocumentByDocumentId, SReadCampaignPhaseDocumentById, SReadCampaignProductDocumentByDocumentId, SReadCampaignProductDocumentById, SReadCampaignTargetDocumentByDocumentId, SReadCampaignTargetDocumentById, SReadContentDocumentByDocumentId, SReadContentDocumentById, SReadCreativeFormatDocumentByDocumentId, SReadCreativeFormatDocumentById, SReadCreativeFormatVariantDocumentByDocumentId, SReadCreativeFormatVariantDocumentById, SReadGroupDocumentByDocumentId, SReadGroupDocumentById, SReadGroupUserDocumentByDocumentId, SReadGroupUserDocumentById, SReadMediumDocumentByDocumentId, SReadMediumDocumentById, SReadSourceDocumentByDocumentId, SReadSourceDocumentById, SReadTermDocumentByDocumentId, SReadTermDocumentById, SReadTrackingLinkDocumentByDocumentId, SReadTrackingLinkDocumentById, SReadUserAccountDocumentByDocumentId, SReadUserAccountDocumentById, SReadUserDocumentByDocumentId, SReadUserDocumentById, SReadUserDocumentToken, SReadUserLimitationsDocumentByDocumentId, SReadUserLimitationsDocumentById, SReadWebsiteDocumentByDocumentId, SReadWebsiteDocumentById, SRegisterUserDocument, SRequestConfirmEmail, SResetPasswordUserDocument, SRoleDocument, type SRoleDocumentIn, type SRoleDocumentOut, SRoleDocumentWithRelations, SRoleRelationsDocument, type SRoleRelationsDocumentIn, type SRoleRelationsDocumentOut, SSourceDocument, type SSourceDocumentIn, type SSourceDocumentOut, SSourceDocumentWithRelations, SSourceRelationsDocument, type SSourceRelationsDocumentIn, type SSourceRelationsDocumentOut, SStripeCheckoutCreateSession, SStripeCheckoutLineItem, STRAPI_PAGINATION_DEFAULT_SIZE_LIMIT, STRAPI_PAGINATION_MAX_SIZE_LIMIT, STRAPI_PAGINATION_MIN_SIZE_LIMIT, STermDocument, type STermDocumentIn, type STermDocumentOut, STermDocumentWithRelations, STermRelationsDocument, type STermRelationsDocumentIn, type STermRelationsDocumentOut, STrackingLinkDocument, type STrackingLinkDocumentIn, type STrackingLinkDocumentOut, STrackingLinkDocumentWithRelations, STrackingLinkRelationsDocument, type STrackingLinkRelationsDocumentIn, type STrackingLinkRelationsDocumentOut, SUpdateAsCreatorCampaignIdDocument, SUpdateAsCreatorCampaignIdDocumentRequest, SUpdateAsCreatorCampaignKeyDocument, SUpdateAsCreatorCampaignKeyDocumentRequest, SUpdateAsCreatorCampaignPhaseDocument, SUpdateAsCreatorCampaignPhaseDocumentRequest, SUpdateAsCreatorCampaignProductDocument, SUpdateAsCreatorCampaignProductDocumentRequest, SUpdateAsCreatorCampaignTargetDocument, SUpdateAsCreatorCampaignTargetDocumentRequest, SUpdateAsCreatorContentDocument, SUpdateAsCreatorContentDocumentRequest, SUpdateAsCreatorCreativeFormatDocument, SUpdateAsCreatorCreativeFormatDocumentRequest, SUpdateAsCreatorCreativeFormatVariantDocument, SUpdateAsCreatorCreativeFormatVariantDocumentRequest, SUpdateAsCreatorGroupDocument, SUpdateAsCreatorGroupDocumentRequest, SUpdateAsCreatorMediumDocument, SUpdateAsCreatorMediumDocumentRequest, SUpdateAsCreatorSourceDocument, SUpdateAsCreatorSourceDocumentRequest, SUpdateAsCreatorTermDocument, SUpdateAsCreatorTermDocumentRequest, SUpdateAsCreatorTrackingLinkDocument, SUpdateAsCreatorTrackingLinkDocumentRequest, SUpdateAsCreatorWebsiteDocument, SUpdateAsCreatorWebsiteDocumentRequest, SUpdateAsInvitedCampaignIdDocument, SUpdateAsInvitedCampaignIdDocumentRequest, SUpdateAsInvitedCampaignKeyDocument, SUpdateAsInvitedCampaignKeyDocumentRequest, SUpdateAsInvitedCampaignPhaseDocument, SUpdateAsInvitedCampaignPhaseDocumentRequest, SUpdateAsInvitedCampaignProductDocument, SUpdateAsInvitedCampaignProductDocumentRequest, SUpdateAsInvitedCampaignTargetDocument, SUpdateAsInvitedCampaignTargetDocumentRequest, SUpdateAsInvitedContentDocument, SUpdateAsInvitedContentDocumentRequest, SUpdateAsInvitedCreativeFormatDocument, SUpdateAsInvitedCreativeFormatDocumentRequest, SUpdateAsInvitedCreativeFormatVariantDocument, SUpdateAsInvitedCreativeFormatVariantDocumentRequest, SUpdateAsInvitedGroupDocument, SUpdateAsInvitedGroupDocumentRequest, SUpdateAsInvitedMediumDocument, SUpdateAsInvitedMediumDocumentRequest, SUpdateAsInvitedSourceDocument, SUpdateAsInvitedSourceDocumentRequest, SUpdateAsInvitedTermDocument, SUpdateAsInvitedTermDocumentRequest, SUpdateAsInvitedTrackingLinkDocument, SUpdateAsInvitedTrackingLinkDocumentRequest, SUpdateAsInvitedWebsiteDocument, SUpdateAsInvitedWebsiteDocumentRequest, SUpdateCampaignIdDocumentRequest, SUpdateCampaignKeyDocumentRequest, SUpdateCampaignPhaseDocumentRequest, SUpdateCampaignProductDocumentRequest, SUpdateCampaignTargetDocumentRequest, SUpdateContentDocumentRequest, SUpdateCreativeFormatDocumentRequest, SUpdateCreativeFormatVariantDocumentRequest, SUpdateGroupDocumentRequest, SUpdateGroupUserDocument, SUpdateGroupUserDocumentRequest, SUpdateMediumDocumentRequest, SUpdateSourceDocumentRequest, SUpdateTermDocumentRequest, SUpdateTrackingLinkDocumentRequest, SUpdateUserAccountDocument, SUpdateUserDocument, SUpdateUserLimitationsDocument, SUpdateWebsiteDocumentRequest, SUserAccountDocument, type SUserAccountDocumentIn, type SUserAccountDocumentOut, SUserAccountDocumentReqRelations, SUserAccountDocumentWithRelations, SUserAccountRelationsDocument, type SUserAccountRelationsDocumentIn, type SUserAccountRelationsDocumentOut, SUserAccountRelationsReqDocument, SUserAuthorizationSuccessResponse, SUserDocument, type SUserDocumentIn, type SUserDocumentOut, SUserDocumentWithAccountAndRoleRelations, SUserDocumentWithAccountRelations, SUserDocumentWithRelations, SUserLimitationsDocument, type SUserLimitationsDocumentIn, type SUserLimitationsDocumentOut, SUserLimitationsDocumentWithRelations, SUserLimitationsRelationsDocument, type SUserLimitationsRelationsDocumentIn, type SUserLimitationsRelationsDocumentOut, SUserRelationAccount, SUserRelationAuthorizedGroups, SUserRelationCampaignIds, SUserRelationCampaignKeys, SUserRelationCampaignPhases, SUserRelationCampaignProducts, SUserRelationContents, SUserRelationCreatedWebsites, SUserRelationCreativeFormatVariants, SUserRelationCreativeFormats, SUserRelationLimits, SUserRelationMediums, SUserRelationReqAccount, SUserRelationReqLimits, SUserRelationReqRole, SUserRelationRole, SUserRelationSources, SUserRelationTerms, SUserRelationTrackingLinks, SUserRelationsDocument, type SUserRelationsDocumentIn, type SUserRelationsDocumentOut, SUtmLinkBuilderPartCampaignDateFormat, type SUtmLinkBuilderPartCampaignDateFormatInput, SUtmLinkBuilderPartCampaignDateFormatOptions, SUtmLinkBuilderPartCampaignDateObject, type SUtmLinkBuilderPartCampaignDateObjectInput, SUtmLinkBuilderPartCampaignDateValue, SUtmLinkBuilderPartCampaignDateValueDay, type SUtmLinkBuilderPartCampaignDateValueDayInput, type SUtmLinkBuilderPartCampaignDateValueInput, SUtmLinkBuilderPartCampaignDateValueMonth, type SUtmLinkBuilderPartCampaignDateValueMonthInput, SUtmLinkBuilderPartCampaignDateValueQuarter, type SUtmLinkBuilderPartCampaignDateValueQuarterInput, SUtmLinkBuilderPartCampaignDateValueYear, type SUtmLinkBuilderPartCampaignDateValueYearInput, SUtmLinkBuilderPartCampaignId, type SUtmLinkBuilderPartCampaignIdInput, SUtmLinkBuilderPartCampaignKey, type SUtmLinkBuilderPartCampaignKeyInput, SUtmLinkBuilderPartCampaignObject, type SUtmLinkBuilderPartCampaignObjectInput, SUtmLinkBuilderPartCampaignPhase, type SUtmLinkBuilderPartCampaignPhaseInput, SUtmLinkBuilderPartCampaignProduct, type SUtmLinkBuilderPartCampaignProductInput, SUtmLinkBuilderPartCampaignTargeting, type SUtmLinkBuilderPartCampaignTargetingInput, SUtmLinkBuilderPartCampaigns, type SUtmLinkBuilderPartCampaignsInput, SUtmLinkBuilderPartContents, type SUtmLinkBuilderPartContentsInput, SUtmLinkBuilderPartCreativeFormatObject, type SUtmLinkBuilderPartCreativeFormatObjectInput, SUtmLinkBuilderPartCreativeFormatValue, type SUtmLinkBuilderPartCreativeFormatValueInput, SUtmLinkBuilderPartCreativeFormatVariantValue, type SUtmLinkBuilderPartCreativeFormatVariantValueInput, SUtmLinkBuilderPartCreativeFormats, type SUtmLinkBuilderPartCreativeFormatsInput, SUtmLinkBuilderPartMediums, type SUtmLinkBuilderPartMediumsInput, SUtmLinkBuilderPartSources, type SUtmLinkBuilderPartSourcesInput, SUtmLinkBuilderPartTerms, type SUtmLinkBuilderPartTermsInput, SUtmLinkBuilderPartUrlDestinations, type SUtmLinkBuilderPartUrlDestinationsInput, SUtmLinkBuilderPartUrlObject, type SUtmLinkBuilderPartUrlObjectInput, SUtmLinkBuilderTableForm, type SUtmLinkBuilderTableFormInput, SVerifyGroupUserDocument, SWebsiteDocument, type SWebsiteDocumentIn, type SWebsiteDocumentOut, SWebsiteDocumentWithRelations, SWebsiteRelationsDocument, type SWebsiteRelationsDocumentIn, type SWebsiteRelationsDocumentOut, type SeoMeta, type SeoOpenGraph, type StrapiAttributeErrorDetail, type StrapiAttributeErrorKey, type StrapiAttributeErrorResponse, type StrapiErrorDetail, type StrapiErrorKey, type StrapiErrorResponse, type StrapiErrorResult, type StrapiListResponse, type StrapiPagination, type StrapiResponseMeta, type StrapiResponseMetaWithPagination, type StrapiSingleResponse, type StripeCheckoutRedirectResponse, type StripeProductPricesResponse, type SubscriptionStatusValue, SubscriptionStatusValues, TERM_PAGINATION_DEFAULT_SIZE_LIMIT, TERM_PAGINATION_MAX_SIZE_LIMIT, TRACKING_LINK_PAGINATION_DEFAULT_SIZE_LIMIT, TRACKING_LINK_PAGINATION_MAX_SIZE_LIMIT, USER_ACCOUNT_PAGINATION_DEFAULT_SIZE_LIMIT, USER_ACCOUNT_PAGINATION_MAX_SIZE_LIMIT, USER_LIMITATION_PAGINATION_DEFAULT_SIZE_LIMIT, USER_LIMITATION_PAGINATION_MAX_SIZE_LIMIT, USER_PAGINATION_DEFAULT_SIZE_LIMIT, USER_PAGINATION_MAX_SIZE_LIMIT, type UrlProtocol, UrlProtocolOptions, WEBSITE_PAGINATION_DEFAULT_SIZE_LIMIT, WEBSITE_PAGINATION_MAX_SIZE_LIMIT, datePlusDays, dateToday, isStrapiAttributeError, isStrapiStandardError, isValidationFailure, isValidationSuccess, omitUndefined, validateAndClean };