@joeygrable94/utm-src-pub-validators 0.0.102 → 0.0.104

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.ts CHANGED
@@ -439,6 +439,7 @@ declare const SQueryListTrackingLinkDocuments: v.ObjectSchema<{
439
439
  type SQueryListTrackingLinkDocuments = v.InferOutput<typeof SQueryListTrackingLinkDocuments>;
440
440
  declare const SCreateTrackingLinkDocument: v.ObjectSchema<{
441
441
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
442
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
442
443
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
443
444
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>;
444
445
  readonly destination: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>;
@@ -459,6 +460,7 @@ type SCreateTrackingLinkDocument = v.InferOutput<typeof SCreateTrackingLinkDocum
459
460
  declare const SCreateMultipleTrackingLinkDocuments: v.ObjectSchema<{
460
461
  readonly tracking_links: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
461
462
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
463
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
462
464
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
463
465
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>;
464
466
  readonly destination: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>;
@@ -476,6 +478,7 @@ declare const SCreateMultipleTrackingLinkDocuments: v.ObjectSchema<{
476
478
  readonly utm_id: 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: - _ .">]>;
477
479
  }, undefined>, undefined>, v.MinLengthAction<{
478
480
  group: string;
481
+ creator: string;
479
482
  is_active: boolean;
480
483
  value: string;
481
484
  destination: string;
@@ -498,6 +501,7 @@ declare const SCreatePreviewTrackingLinkDocument: v.ObjectSchema<{
498
501
  readonly is_duplicate: v.BooleanSchema<undefined>;
499
502
  readonly is_saved: v.BooleanSchema<undefined>;
500
503
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
504
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
501
505
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
502
506
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>;
503
507
  readonly destination: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>;
@@ -520,6 +524,7 @@ declare const SCreatePreviewMultipleTrackingLinkDocuments: v.ObjectSchema<{
520
524
  readonly is_duplicate: v.BooleanSchema<undefined>;
521
525
  readonly is_saved: v.BooleanSchema<undefined>;
522
526
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
527
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
523
528
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
524
529
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>;
525
530
  readonly destination: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>;
@@ -539,6 +544,7 @@ declare const SCreatePreviewMultipleTrackingLinkDocuments: v.ObjectSchema<{
539
544
  is_duplicate: boolean;
540
545
  is_saved: boolean;
541
546
  group: string;
547
+ creator: string;
542
548
  is_active: boolean;
543
549
  value: string;
544
550
  destination: string;
@@ -698,6 +704,7 @@ declare const SQueryListUserAccountDocuments: v.ObjectSchema<{
698
704
  }, undefined>;
699
705
  type SQueryListUserAccountDocuments = v.InferOutput<typeof SQueryListUserAccountDocuments>;
700
706
  declare const SCreateUserAccountDocument: v.ObjectSchema<{
707
+ readonly user: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
701
708
  readonly customer_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a customer ID">, v.TrimAction, v.MaxLengthAction<string, 255, "the customer ID is too long, it must be 255 characters or less">]>, undefined>;
702
709
  readonly subscription_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a subscription ID">, v.TrimAction, v.MaxLengthAction<string, 255, "the subscription ID is too long, it must be 255 characters or less">]>, undefined>;
703
710
  readonly subscription_status: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a subscription status">, v.TrimAction, v.PicklistSchema<readonly ["incomplete", "incomplete_expired", "trialing", "active", "past_due", "canceled", "unpaid", "paused"], undefined>]>;
@@ -731,6 +738,7 @@ declare const SQueryListUserLimitationDocuments: v.ObjectSchema<{
731
738
  }, undefined>;
732
739
  type SQueryListUserLimitationDocuments = v.InferOutput<typeof SQueryListUserLimitationDocuments>;
733
740
  declare const SCreateUserLimitationsDocument: v.ObjectSchema<{
741
+ readonly user: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
734
742
  readonly limit_groups: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, "the user limitation number must be a positive number">]>, 0>;
735
743
  readonly limit_group_users: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, "the user limitation number must be a positive number">]>, 0>;
736
744
  readonly limit_websites: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, "the user limitation number must be a positive number">]>, 0>;
@@ -863,6 +871,7 @@ declare const SQueryListCampaignIdDocuments: v.ObjectSchema<{
863
871
  type SQueryListCampaignIdDocuments = v.InferOutput<typeof SQueryListCampaignIdDocuments>;
864
872
  declare const SCreateCampaignIdDocument: v.ObjectSchema<{
865
873
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
874
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
866
875
  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">]>;
867
876
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
868
877
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
@@ -873,6 +882,7 @@ type SCreateCampaignIdDocument = v.InferOutput<typeof SCreateCampaignIdDocument>
873
882
  declare const SCreateMultipleCampaignIdDocuments: v.ObjectSchema<{
874
883
  readonly campaign_ids: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
875
884
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
885
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
876
886
  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">]>;
877
887
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
878
888
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
@@ -880,6 +890,7 @@ declare const SCreateMultipleCampaignIdDocuments: v.ObjectSchema<{
880
890
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
881
891
  }, undefined>, undefined>, v.MinLengthAction<{
882
892
  group: string;
893
+ creator: string;
883
894
  cost: number;
884
895
  label: string;
885
896
  value: string;
@@ -900,7 +911,7 @@ declare const SUpdateAsCreatorCampaignIdDocument: v.ObjectSchema<{
900
911
  readonly cost: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<"please enter a cost value">, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000000, "your campaign cost exceeds our $1 million dollar limit, please contact us for enterprise solutions">]>, undefined>;
901
912
  readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>, undefined>;
902
913
  readonly value: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
903
- 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>;
914
+ readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>, undefined>;
904
915
  readonly is_active: v.OptionalSchema<v.BooleanSchema<"isActive must be a boolean">, undefined>;
905
916
  }, undefined>;
906
917
  type SUpdateAsCreatorCampaignIdDocument = v.InferOutput<typeof SUpdateAsCreatorCampaignIdDocument>;
@@ -910,14 +921,14 @@ declare const SUpdateAsCreatorCampaignIdDocumentRequest: v.ObjectSchema<{
910
921
  readonly cost: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<"please enter a cost value">, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000000, "your campaign cost exceeds our $1 million dollar limit, please contact us for enterprise solutions">]>, undefined>;
911
922
  readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>, undefined>;
912
923
  readonly value: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
913
- 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>;
924
+ readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>, undefined>;
914
925
  readonly is_active: v.OptionalSchema<v.BooleanSchema<"isActive must be a boolean">, undefined>;
915
926
  }, undefined>;
916
927
  }, undefined>;
917
928
  type SUpdateAsCreatorCampaignIdDocumentRequest = v.InferOutput<typeof SUpdateAsCreatorCampaignIdDocumentRequest>;
918
929
  declare const SUpdateAsInvitedCampaignIdDocument: v.ObjectSchema<{
919
930
  readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>, undefined>;
920
- 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>;
931
+ readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>, undefined>;
921
932
  readonly is_active: v.OptionalSchema<v.BooleanSchema<"isActive must be a boolean">, undefined>;
922
933
  }, undefined>;
923
934
  type SUpdateAsInvitedCampaignIdDocument = v.InferOutput<typeof SUpdateAsInvitedCampaignIdDocument>;
@@ -925,7 +936,7 @@ declare const SUpdateAsInvitedCampaignIdDocumentRequest: v.ObjectSchema<{
925
936
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
926
937
  readonly data: v.ObjectSchema<{
927
938
  readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>, undefined>;
928
- 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>;
939
+ readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>, undefined>;
929
940
  readonly is_active: v.OptionalSchema<v.BooleanSchema<"isActive must be a boolean">, undefined>;
930
941
  }, undefined>;
931
942
  }, undefined>;
@@ -934,11 +945,11 @@ declare const SUpdateCampaignIdDocumentRequest: v.UnionSchema<[v.ObjectSchema<{
934
945
  readonly cost: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<"please enter a cost value">, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000000, "your campaign cost exceeds our $1 million dollar limit, please contact us for enterprise solutions">]>, undefined>;
935
946
  readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>, undefined>;
936
947
  readonly value: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
937
- 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>;
948
+ readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>, undefined>;
938
949
  readonly is_active: v.OptionalSchema<v.BooleanSchema<"isActive must be a boolean">, undefined>;
939
950
  }, undefined>, v.ObjectSchema<{
940
951
  readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>, undefined>;
941
- 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>;
952
+ readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>, undefined>;
942
953
  readonly is_active: v.OptionalSchema<v.BooleanSchema<"isActive must be a boolean">, undefined>;
943
954
  }, undefined>], undefined>;
944
955
  type SUpdateCampaignIdDocumentRequest = v.InferOutput<typeof SUpdateCampaignIdDocumentRequest>;
@@ -975,6 +986,7 @@ declare const SQueryListCampaignKeyDocuments: v.ObjectSchema<{
975
986
  type SQueryListCampaignKeyDocuments = v.InferOutput<typeof SQueryListCampaignKeyDocuments>;
976
987
  declare const SCreateCampaignKeyDocument: v.ObjectSchema<{
977
988
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
989
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
978
990
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
979
991
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
980
992
  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>;
@@ -984,12 +996,14 @@ type SCreateCampaignKeyDocument = v.InferOutput<typeof SCreateCampaignKeyDocumen
984
996
  declare const SCreateMultipleCampaignKeyDocuments: v.ObjectSchema<{
985
997
  readonly campaign_keys: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
986
998
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
999
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
987
1000
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
988
1001
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
989
1002
  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>;
990
1003
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
991
1004
  }, undefined>, undefined>, v.MinLengthAction<{
992
1005
  group: string;
1006
+ creator: string;
993
1007
  label: string;
994
1008
  value: string;
995
1009
  description: string | null;
@@ -1081,6 +1095,7 @@ declare const SQueryListCampaignPhaseDocuments: v.ObjectSchema<{
1081
1095
  type SQueryListCampaignPhaseDocuments = v.InferOutput<typeof SQueryListCampaignPhaseDocuments>;
1082
1096
  declare const SCreateCampaignPhaseDocument: v.ObjectSchema<{
1083
1097
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1098
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1084
1099
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1085
1100
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1086
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>;
@@ -1090,12 +1105,14 @@ type SCreateCampaignPhaseDocument = v.InferOutput<typeof SCreateCampaignPhaseDoc
1090
1105
  declare const SCreateMultipleCampaignPhaseDocuments: v.ObjectSchema<{
1091
1106
  readonly campaign_phases: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1092
1107
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1108
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1093
1109
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1094
1110
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1095
1111
  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>;
1096
1112
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1097
1113
  }, undefined>, undefined>, v.MinLengthAction<{
1098
1114
  group: string;
1115
+ creator: string;
1099
1116
  label: string;
1100
1117
  value: string;
1101
1118
  description: string | null;
@@ -1187,6 +1204,7 @@ declare const SQueryListCampaignProductDocuments: v.ObjectSchema<{
1187
1204
  type SQueryListCampaignProductDocuments = v.InferOutput<typeof SQueryListCampaignProductDocuments>;
1188
1205
  declare const SCreateCampaignProductDocument: v.ObjectSchema<{
1189
1206
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1207
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1190
1208
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1191
1209
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1192
1210
  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>;
@@ -1196,12 +1214,14 @@ type SCreateCampaignProductDocument = v.InferOutput<typeof SCreateCampaignProduc
1196
1214
  declare const SCreateMultipleCampaignProductDocuments: v.ObjectSchema<{
1197
1215
  readonly campaign_products: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1198
1216
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1217
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1199
1218
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1200
1219
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1201
1220
  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>;
1202
1221
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1203
1222
  }, undefined>, undefined>, v.MinLengthAction<{
1204
1223
  group: string;
1224
+ creator: string;
1205
1225
  label: string;
1206
1226
  value: string;
1207
1227
  description: string | null;
@@ -1293,6 +1313,7 @@ declare const SQueryListCampaignTargetDocuments: v.ObjectSchema<{
1293
1313
  type SQueryListCampaignTargetDocuments = v.InferOutput<typeof SQueryListCampaignTargetDocuments>;
1294
1314
  declare const SCreateCampaignTargetDocument: v.ObjectSchema<{
1295
1315
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1316
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1296
1317
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1297
1318
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1298
1319
  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>;
@@ -1302,12 +1323,14 @@ type SCreateCampaignTargetDocument = v.InferOutput<typeof SCreateCampaignTargetD
1302
1323
  declare const SCreateMultipleCampaignTargetDocuments: v.ObjectSchema<{
1303
1324
  readonly campaign_targets: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1304
1325
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1326
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1305
1327
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1306
1328
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1307
1329
  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>;
1308
1330
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1309
1331
  }, undefined>, undefined>, v.MinLengthAction<{
1310
1332
  group: string;
1333
+ creator: string;
1311
1334
  label: string;
1312
1335
  value: string;
1313
1336
  description: string | null;
@@ -1399,6 +1422,7 @@ declare const SQueryListContentDocuments: v.ObjectSchema<{
1399
1422
  type SQueryListContentDocuments = v.InferOutput<typeof SQueryListContentDocuments>;
1400
1423
  declare const SCreateContentDocument: v.ObjectSchema<{
1401
1424
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1425
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1402
1426
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1403
1427
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1404
1428
  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>;
@@ -1408,12 +1432,14 @@ type SCreateContentDocument = v.InferOutput<typeof SCreateContentDocument>;
1408
1432
  declare const SCreateMultipleContentDocuments: v.ObjectSchema<{
1409
1433
  readonly contents: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1410
1434
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1435
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1411
1436
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1412
1437
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1413
1438
  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>;
1414
1439
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1415
1440
  }, undefined>, undefined>, v.MinLengthAction<{
1416
1441
  group: string;
1442
+ creator: string;
1417
1443
  label: string;
1418
1444
  value: string;
1419
1445
  description: string | null;
@@ -1505,6 +1531,7 @@ declare const SQueryListCreativeFormatVariantDocuments: v.ObjectSchema<{
1505
1531
  type SQueryListCreativeFormatVariantDocuments = v.InferOutput<typeof SQueryListCreativeFormatVariantDocuments>;
1506
1532
  declare const SCreateCreativeFormatVariantDocument: v.ObjectSchema<{
1507
1533
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1534
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1508
1535
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1509
1536
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1510
1537
  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>;
@@ -1514,12 +1541,14 @@ type SCreateCreativeFormatVariantDocument = v.InferOutput<typeof SCreateCreative
1514
1541
  declare const SCreateMultipleCreativeFormatVariantDocuments: v.ObjectSchema<{
1515
1542
  readonly creative_format_variants: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1516
1543
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1544
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1517
1545
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1518
1546
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1519
1547
  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>;
1520
1548
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1521
1549
  }, undefined>, undefined>, v.MinLengthAction<{
1522
1550
  group: string;
1551
+ creator: string;
1523
1552
  label: string;
1524
1553
  value: string;
1525
1554
  description: string | null;
@@ -1611,6 +1640,7 @@ declare const SQueryListCreativeFormatDocuments: v.ObjectSchema<{
1611
1640
  type SQueryListCreativeFormatDocuments = v.InferOutput<typeof SQueryListCreativeFormatDocuments>;
1612
1641
  declare const SCreateCreativeFormatDocument: v.ObjectSchema<{
1613
1642
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1643
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1614
1644
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1615
1645
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1616
1646
  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>;
@@ -1620,12 +1650,14 @@ type SCreateCreativeFormatDocument = v.InferOutput<typeof SCreateCreativeFormatD
1620
1650
  declare const SCreateMultipleCreativeFormatDocuments: v.ObjectSchema<{
1621
1651
  readonly creative_formats: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1622
1652
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1653
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1623
1654
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1624
1655
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1625
1656
  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>;
1626
1657
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1627
1658
  }, undefined>, undefined>, v.MinLengthAction<{
1628
1659
  group: string;
1660
+ creator: string;
1629
1661
  label: string;
1630
1662
  value: string;
1631
1663
  description: string | null;
@@ -1717,6 +1749,7 @@ declare const SQueryListMediumDocuments: v.ObjectSchema<{
1717
1749
  type SQueryListMediumDocuments = v.InferOutput<typeof SQueryListMediumDocuments>;
1718
1750
  declare const SCreateMediumDocument: v.ObjectSchema<{
1719
1751
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1752
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1720
1753
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1721
1754
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1722
1755
  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>;
@@ -1726,12 +1759,14 @@ type SCreateMediumDocument = v.InferOutput<typeof SCreateMediumDocument>;
1726
1759
  declare const SCreateMultipleMediumDocuments: v.ObjectSchema<{
1727
1760
  readonly mediums: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1728
1761
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1762
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1729
1763
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1730
1764
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1731
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>;
1732
1766
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1733
1767
  }, undefined>, undefined>, v.MinLengthAction<{
1734
1768
  group: string;
1769
+ creator: string;
1735
1770
  label: string;
1736
1771
  value: string;
1737
1772
  description: string | null;
@@ -1823,6 +1858,7 @@ declare const SQueryListSourceDocuments: v.ObjectSchema<{
1823
1858
  type SQueryListSourceDocuments = v.InferOutput<typeof SQueryListSourceDocuments>;
1824
1859
  declare const SCreateSourceDocument: v.ObjectSchema<{
1825
1860
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1861
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1826
1862
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1827
1863
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1828
1864
  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>;
@@ -1832,12 +1868,14 @@ type SCreateSourceDocument = v.InferOutput<typeof SCreateSourceDocument>;
1832
1868
  declare const SCreateMultipleSourceDocuments: v.ObjectSchema<{
1833
1869
  readonly sources: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1834
1870
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1871
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1835
1872
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1836
1873
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1837
1874
  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>;
1838
1875
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1839
1876
  }, undefined>, undefined>, v.MinLengthAction<{
1840
1877
  group: string;
1878
+ creator: string;
1841
1879
  label: string;
1842
1880
  value: string;
1843
1881
  description: string | null;
@@ -1929,6 +1967,7 @@ declare const SQueryListTermDocuments: v.ObjectSchema<{
1929
1967
  type SQueryListTermDocuments = v.InferOutput<typeof SQueryListTermDocuments>;
1930
1968
  declare const SCreateTermDocument: v.ObjectSchema<{
1931
1969
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1970
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1932
1971
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1933
1972
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1934
1973
  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>;
@@ -1938,12 +1977,14 @@ type SCreateTermDocument = v.InferOutput<typeof SCreateTermDocument>;
1938
1977
  declare const SCreateMultipleTermDocuments: v.ObjectSchema<{
1939
1978
  readonly terms: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1940
1979
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1980
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1941
1981
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 2, "the label is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1942
1982
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 2, "the value is too short, it must be at least 2 characters">, v.MaxLengthAction<string, 64, "the value is too long, it must be 64 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1943
1983
  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>;
1944
1984
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1945
1985
  }, undefined>, undefined>, v.MinLengthAction<{
1946
1986
  group: string;
1987
+ creator: string;
1947
1988
  label: string;
1948
1989
  value: string;
1949
1990
  description: string | null;
@@ -2035,6 +2076,7 @@ declare const SQueryListWebsiteDocuments: v.ObjectSchema<{
2035
2076
  type SQueryListWebsiteDocuments = v.InferOutput<typeof SQueryListWebsiteDocuments>;
2036
2077
  declare const SCreateWebsiteDocument: v.ObjectSchema<{
2037
2078
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2079
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2038
2080
  readonly domain: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a domain">, v.TrimAction, v.MinLengthAction<string, 3, "the domain is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 253, "the domain is too long, it must be 253 characters or less">, v.RegexAction<string, "please provide a valid domain name">]>;
2039
2081
  readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>, undefined>;
2040
2082
  readonly is_secure: v.BooleanSchema<"isSecure must be a boolean">;
@@ -2044,12 +2086,14 @@ type SCreateWebsiteDocument = v.InferOutput<typeof SCreateWebsiteDocument>;
2044
2086
  declare const SCreateMultipleWebsiteDocuments: v.ObjectSchema<{
2045
2087
  readonly websites: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
2046
2088
  readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2089
+ readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2047
2090
  readonly domain: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a domain">, v.TrimAction, v.MinLengthAction<string, 3, "the domain is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 253, "the domain is too long, it must be 253 characters or less">, v.RegexAction<string, "please provide a valid domain name">]>;
2048
2091
  readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>, undefined>;
2049
2092
  readonly is_secure: v.BooleanSchema<"isSecure must be a boolean">;
2050
2093
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2051
2094
  }, undefined>, undefined>, v.MinLengthAction<{
2052
2095
  group: string;
2096
+ creator: string;
2053
2097
  domain: string;
2054
2098
  description?: string | null | undefined;
2055
2099
  is_secure: boolean;
package/dist/index.js CHANGED
@@ -1339,6 +1339,7 @@ var SQueryListTrackingLinkDocuments = v12.object({
1339
1339
  });
1340
1340
  var SCreateTrackingLinkDocument = v12.object({
1341
1341
  group: IsValidReferenceDocumentId,
1342
+ creator: IsValidReferenceDocumentId,
1342
1343
  is_active: IsValidIsActive,
1343
1344
  value: IsValidUrlDestination,
1344
1345
  destination: IsValidUrlDestination,
@@ -1452,6 +1453,7 @@ var SQueryListUserAccountDocuments = v12.object({
1452
1453
  trial_period_end_before: IsValidOrUndefinedTrialPeriodEnd
1453
1454
  });
1454
1455
  var SCreateUserAccountDocument = v12.object({
1456
+ user: IsValidReferenceDocumentId,
1455
1457
  customer_id: IsValidOrUndefinedCustomerId,
1456
1458
  subscription_id: IsValidOrUndefinedSubscriptionId,
1457
1459
  subscription_status: IsValidSubscriptionStatus,
@@ -1489,6 +1491,7 @@ var SQueryListUserLimitationDocuments = v12.object({
1489
1491
  )
1490
1492
  });
1491
1493
  var SCreateUserLimitationsDocument = v12.object({
1494
+ user: IsValidReferenceDocumentId,
1492
1495
  limit_groups: IsValidUserLimitationNumberFallback,
1493
1496
  limit_group_users: IsValidUserLimitationNumberFallback,
1494
1497
  limit_websites: IsValidUserLimitationNumberFallback,
@@ -1652,6 +1655,7 @@ var SQueryListCampaignIdDocuments = v12.object({
1652
1655
  });
1653
1656
  var SCreateCampaignIdDocument = v12.object({
1654
1657
  group: IsValidReferenceDocumentId,
1658
+ creator: IsValidReferenceDocumentId,
1655
1659
  cost: IsValidCost,
1656
1660
  label: IsValidLabel,
1657
1661
  value: IsValidValue,
@@ -1674,7 +1678,7 @@ var SUpdateAsCreatorCampaignIdDocument = v12.object({
1674
1678
  cost: IsValidOrUndefinedCost,
1675
1679
  label: IsValidOrUndefinedLabel,
1676
1680
  value: IsValidOrUndefinedValue,
1677
- description: IsValidDescription,
1681
+ description: IsValidOrUndefinedDescription,
1678
1682
  is_active: IsValidOrUndefinedIsActive
1679
1683
  });
1680
1684
  var SUpdateAsCreatorCampaignIdDocumentRequest = v12.object({
@@ -1683,7 +1687,7 @@ var SUpdateAsCreatorCampaignIdDocumentRequest = v12.object({
1683
1687
  });
1684
1688
  var SUpdateAsInvitedCampaignIdDocument = v12.object({
1685
1689
  label: IsValidOrUndefinedLabel,
1686
- description: IsValidDescription,
1690
+ description: IsValidOrUndefinedDescription,
1687
1691
  is_active: IsValidOrUndefinedIsActive
1688
1692
  });
1689
1693
  var SUpdateAsInvitedCampaignIdDocumentRequest = v12.object({
@@ -1733,6 +1737,7 @@ var SQueryListCampaignKeyDocuments = v12.object({
1733
1737
  });
1734
1738
  var SCreateCampaignKeyDocument = v12.object({
1735
1739
  group: IsValidReferenceDocumentId,
1740
+ creator: IsValidReferenceDocumentId,
1736
1741
  label: IsValidLabel,
1737
1742
  value: IsValidValue,
1738
1743
  description: IsValidDescription,
@@ -1812,6 +1817,7 @@ var SQueryListCampaignPhaseDocuments = v12.object({
1812
1817
  });
1813
1818
  var SCreateCampaignPhaseDocument = v12.object({
1814
1819
  group: IsValidReferenceDocumentId,
1820
+ creator: IsValidReferenceDocumentId,
1815
1821
  label: IsValidLabel,
1816
1822
  value: IsValidValue,
1817
1823
  description: IsValidDescription,
@@ -1891,6 +1897,7 @@ var SQueryListCampaignProductDocuments = v12.object({
1891
1897
  });
1892
1898
  var SCreateCampaignProductDocument = v12.object({
1893
1899
  group: IsValidReferenceDocumentId,
1900
+ creator: IsValidReferenceDocumentId,
1894
1901
  label: IsValidLabel,
1895
1902
  value: IsValidValue,
1896
1903
  description: IsValidDescription,
@@ -1970,6 +1977,7 @@ var SQueryListCampaignTargetDocuments = v12.object({
1970
1977
  });
1971
1978
  var SCreateCampaignTargetDocument = v12.object({
1972
1979
  group: IsValidReferenceDocumentId,
1980
+ creator: IsValidReferenceDocumentId,
1973
1981
  label: IsValidLabel,
1974
1982
  value: IsValidValue,
1975
1983
  description: IsValidDescription,
@@ -2049,6 +2057,7 @@ var SQueryListContentDocuments = v12.object({
2049
2057
  });
2050
2058
  var SCreateContentDocument = v12.object({
2051
2059
  group: IsValidReferenceDocumentId,
2060
+ creator: IsValidReferenceDocumentId,
2052
2061
  label: IsValidLabel,
2053
2062
  value: IsValidValue,
2054
2063
  description: IsValidDescription,
@@ -2128,6 +2137,7 @@ var SQueryListCreativeFormatVariantDocuments = v12.object({
2128
2137
  });
2129
2138
  var SCreateCreativeFormatVariantDocument = v12.object({
2130
2139
  group: IsValidReferenceDocumentId,
2140
+ creator: IsValidReferenceDocumentId,
2131
2141
  label: IsValidLabel,
2132
2142
  value: IsValidValue,
2133
2143
  description: IsValidDescription,
@@ -2207,6 +2217,7 @@ var SQueryListCreativeFormatDocuments = v12.object({
2207
2217
  });
2208
2218
  var SCreateCreativeFormatDocument = v12.object({
2209
2219
  group: IsValidReferenceDocumentId,
2220
+ creator: IsValidReferenceDocumentId,
2210
2221
  label: IsValidLabel,
2211
2222
  value: IsValidValue,
2212
2223
  description: IsValidDescription,
@@ -2286,6 +2297,7 @@ var SQueryListMediumDocuments = v12.object({
2286
2297
  });
2287
2298
  var SCreateMediumDocument = v12.object({
2288
2299
  group: IsValidReferenceDocumentId,
2300
+ creator: IsValidReferenceDocumentId,
2289
2301
  label: IsValidLabel,
2290
2302
  value: IsValidValue,
2291
2303
  description: IsValidDescription,
@@ -2365,6 +2377,7 @@ var SQueryListSourceDocuments = v12.object({
2365
2377
  });
2366
2378
  var SCreateSourceDocument = v12.object({
2367
2379
  group: IsValidReferenceDocumentId,
2380
+ creator: IsValidReferenceDocumentId,
2368
2381
  label: IsValidLabel,
2369
2382
  value: IsValidValue,
2370
2383
  description: IsValidDescription,
@@ -2444,6 +2457,7 @@ var SQueryListTermDocuments = v12.object({
2444
2457
  });
2445
2458
  var SCreateTermDocument = v12.object({
2446
2459
  group: IsValidReferenceDocumentId,
2460
+ creator: IsValidReferenceDocumentId,
2447
2461
  label: IsValidLabel,
2448
2462
  value: IsValidValue,
2449
2463
  description: IsValidDescription,
@@ -2523,6 +2537,7 @@ var SQueryListWebsiteDocuments = v12.object({
2523
2537
  });
2524
2538
  var SCreateWebsiteDocument = v12.object({
2525
2539
  group: IsValidReferenceDocumentId,
2540
+ creator: IsValidReferenceDocumentId,
2526
2541
  domain: IsValidUrlDomain,
2527
2542
  description: IsValidOrUndefinedDescription,
2528
2543
  is_secure: IsValidIsSecure,