@joeygrable94/utm-src-pub-validators 0.0.56 → 0.0.57

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
@@ -4707,40 +4707,36 @@ declare const SUserAuthorizationSuccessResponse: v.ObjectSchema<{
4707
4707
  type SUserAuthorizationSuccessResponse = v.InferOutput<typeof SUserAuthorizationSuccessResponse>;
4708
4708
 
4709
4709
  declare const SCampaignIdDocumentWithRelations: v.ObjectSchema<{
4710
- readonly SBaseCampaignIdDocument: v.ObjectSchema<{
4711
- 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">]>;
4710
+ readonly group: v.OptionalSchema<v.ObjectSchema<{
4712
4711
  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">]>;
4713
4712
  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: - _ .">]>;
4714
4713
  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>;
4715
4714
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4716
- }, undefined>;
4717
- readonly SCampaignIdRelationsDocument: v.ObjectSchema<{
4718
- readonly group: v.OptionalSchema<v.ObjectSchema<{
4719
- 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">]>;
4720
- 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: - _ .">]>;
4721
- 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>;
4722
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4723
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4724
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4725
- readonly id: v.NumberSchema<undefined>;
4726
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4727
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4728
- readonly createdAt: v.StringSchema<undefined>;
4729
- readonly updatedAt: v.StringSchema<undefined>;
4730
- }, undefined>, undefined>;
4731
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4732
- 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: - _ .">]>;
4733
- 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">]>;
4734
- readonly confirmed: v.BooleanSchema<undefined>;
4735
- readonly blocked: v.BooleanSchema<undefined>;
4736
- readonly provider: v.LiteralSchema<"local", undefined>;
4737
- readonly id: v.NumberSchema<undefined>;
4738
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4739
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4740
- readonly createdAt: v.StringSchema<undefined>;
4741
- readonly updatedAt: v.StringSchema<undefined>;
4742
- }, undefined>, undefined>;
4743
- }, undefined>;
4715
+ readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4716
+ readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4717
+ readonly id: v.NumberSchema<undefined>;
4718
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4719
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4720
+ readonly createdAt: v.StringSchema<undefined>;
4721
+ readonly updatedAt: v.StringSchema<undefined>;
4722
+ }, undefined>, undefined>;
4723
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4724
+ 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: - _ .">]>;
4725
+ 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">]>;
4726
+ readonly confirmed: v.BooleanSchema<undefined>;
4727
+ readonly blocked: v.BooleanSchema<undefined>;
4728
+ readonly provider: v.LiteralSchema<"local", undefined>;
4729
+ readonly id: v.NumberSchema<undefined>;
4730
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4731
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4732
+ readonly createdAt: v.StringSchema<undefined>;
4733
+ readonly updatedAt: v.StringSchema<undefined>;
4734
+ }, undefined>, undefined>;
4735
+ 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">]>;
4736
+ 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">]>;
4737
+ 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: - _ .">]>;
4738
+ 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>;
4739
+ readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4744
4740
  readonly id: v.NumberSchema<undefined>;
4745
4741
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4746
4742
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4749,39 +4745,35 @@ declare const SCampaignIdDocumentWithRelations: v.ObjectSchema<{
4749
4745
  }, undefined>;
4750
4746
  type SCampaignIdDocumentWithRelations = v.InferOutput<typeof SCampaignIdDocumentWithRelations>;
4751
4747
  declare const SCampaignPhaseDocumentWithRelations: v.ObjectSchema<{
4752
- readonly SBaseCampaignPhaseDocument: v.ObjectSchema<{
4748
+ readonly group: v.OptionalSchema<v.ObjectSchema<{
4753
4749
  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">]>;
4754
4750
  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: - _ .">]>;
4755
4751
  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>;
4756
4752
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4757
- }, undefined>;
4758
- readonly SCampaignPhaseRelationsDocument: v.ObjectSchema<{
4759
- readonly group: v.OptionalSchema<v.ObjectSchema<{
4760
- 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">]>;
4761
- 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: - _ .">]>;
4762
- 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>;
4763
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4764
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4765
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4766
- readonly id: v.NumberSchema<undefined>;
4767
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4768
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4769
- readonly createdAt: v.StringSchema<undefined>;
4770
- readonly updatedAt: v.StringSchema<undefined>;
4771
- }, undefined>, undefined>;
4772
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4773
- 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: - _ .">]>;
4774
- 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">]>;
4775
- readonly confirmed: v.BooleanSchema<undefined>;
4776
- readonly blocked: v.BooleanSchema<undefined>;
4777
- readonly provider: v.LiteralSchema<"local", undefined>;
4778
- readonly id: v.NumberSchema<undefined>;
4779
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4780
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4781
- readonly createdAt: v.StringSchema<undefined>;
4782
- readonly updatedAt: v.StringSchema<undefined>;
4783
- }, undefined>, undefined>;
4784
- }, undefined>;
4753
+ readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4754
+ readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4755
+ readonly id: v.NumberSchema<undefined>;
4756
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4757
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4758
+ readonly createdAt: v.StringSchema<undefined>;
4759
+ readonly updatedAt: v.StringSchema<undefined>;
4760
+ }, undefined>, undefined>;
4761
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4762
+ 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: - _ .">]>;
4763
+ 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">]>;
4764
+ readonly confirmed: v.BooleanSchema<undefined>;
4765
+ readonly blocked: v.BooleanSchema<undefined>;
4766
+ readonly provider: v.LiteralSchema<"local", undefined>;
4767
+ readonly id: v.NumberSchema<undefined>;
4768
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4769
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4770
+ readonly createdAt: v.StringSchema<undefined>;
4771
+ readonly updatedAt: v.StringSchema<undefined>;
4772
+ }, undefined>, undefined>;
4773
+ 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">]>;
4774
+ 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: - _ .">]>;
4775
+ 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>;
4776
+ readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4785
4777
  readonly id: v.NumberSchema<undefined>;
4786
4778
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4787
4779
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4790,39 +4782,35 @@ declare const SCampaignPhaseDocumentWithRelations: v.ObjectSchema<{
4790
4782
  }, undefined>;
4791
4783
  type SCampaignPhaseDocumentWithRelations = v.InferOutput<typeof SCampaignPhaseDocumentWithRelations>;
4792
4784
  declare const SCampaignProductDocumentWithRelations: v.ObjectSchema<{
4793
- readonly SBaseCampaignProductDocument: v.ObjectSchema<{
4785
+ readonly group: v.OptionalSchema<v.ObjectSchema<{
4794
4786
  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">]>;
4795
4787
  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: - _ .">]>;
4796
4788
  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>;
4797
4789
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4798
- }, undefined>;
4799
- readonly SCampaignProductRelationsDocument: v.ObjectSchema<{
4800
- readonly group: v.OptionalSchema<v.ObjectSchema<{
4801
- 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">]>;
4802
- 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: - _ .">]>;
4803
- 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>;
4804
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4805
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4806
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4807
- readonly id: v.NumberSchema<undefined>;
4808
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4809
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4810
- readonly createdAt: v.StringSchema<undefined>;
4811
- readonly updatedAt: v.StringSchema<undefined>;
4812
- }, undefined>, undefined>;
4813
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4814
- 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: - _ .">]>;
4815
- 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">]>;
4816
- readonly confirmed: v.BooleanSchema<undefined>;
4817
- readonly blocked: v.BooleanSchema<undefined>;
4818
- readonly provider: v.LiteralSchema<"local", undefined>;
4819
- readonly id: v.NumberSchema<undefined>;
4820
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4821
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4822
- readonly createdAt: v.StringSchema<undefined>;
4823
- readonly updatedAt: v.StringSchema<undefined>;
4824
- }, undefined>, undefined>;
4825
- }, undefined>;
4790
+ readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4791
+ readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4792
+ readonly id: v.NumberSchema<undefined>;
4793
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4794
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4795
+ readonly createdAt: v.StringSchema<undefined>;
4796
+ readonly updatedAt: v.StringSchema<undefined>;
4797
+ }, undefined>, undefined>;
4798
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4799
+ 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: - _ .">]>;
4800
+ 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">]>;
4801
+ readonly confirmed: v.BooleanSchema<undefined>;
4802
+ readonly blocked: v.BooleanSchema<undefined>;
4803
+ readonly provider: v.LiteralSchema<"local", undefined>;
4804
+ readonly id: v.NumberSchema<undefined>;
4805
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4806
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4807
+ readonly createdAt: v.StringSchema<undefined>;
4808
+ readonly updatedAt: v.StringSchema<undefined>;
4809
+ }, undefined>, undefined>;
4810
+ 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">]>;
4811
+ 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: - _ .">]>;
4812
+ 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>;
4813
+ readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4826
4814
  readonly id: v.NumberSchema<undefined>;
4827
4815
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4828
4816
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4831,39 +4819,35 @@ declare const SCampaignProductDocumentWithRelations: v.ObjectSchema<{
4831
4819
  }, undefined>;
4832
4820
  type SCampaignProductDocumentWithRelations = v.InferOutput<typeof SCampaignProductDocumentWithRelations>;
4833
4821
  declare const SCampaignTargetDocumentWithRelations: v.ObjectSchema<{
4834
- readonly SBaseCampaignTargetDocument: v.ObjectSchema<{
4822
+ readonly group: v.OptionalSchema<v.ObjectSchema<{
4835
4823
  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">]>;
4836
4824
  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: - _ .">]>;
4837
4825
  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>;
4838
4826
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4839
- }, undefined>;
4840
- readonly SCampaignTargetRelationsDocument: v.ObjectSchema<{
4841
- readonly group: v.OptionalSchema<v.ObjectSchema<{
4842
- 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">]>;
4843
- 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: - _ .">]>;
4844
- 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>;
4845
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4846
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4847
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4848
- readonly id: v.NumberSchema<undefined>;
4849
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4850
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4851
- readonly createdAt: v.StringSchema<undefined>;
4852
- readonly updatedAt: v.StringSchema<undefined>;
4853
- }, undefined>, undefined>;
4854
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4855
- 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: - _ .">]>;
4856
- 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">]>;
4857
- readonly confirmed: v.BooleanSchema<undefined>;
4858
- readonly blocked: v.BooleanSchema<undefined>;
4859
- readonly provider: v.LiteralSchema<"local", undefined>;
4860
- readonly id: v.NumberSchema<undefined>;
4861
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4862
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4863
- readonly createdAt: v.StringSchema<undefined>;
4864
- readonly updatedAt: v.StringSchema<undefined>;
4865
- }, undefined>, undefined>;
4866
- }, undefined>;
4827
+ readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4828
+ readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4829
+ readonly id: v.NumberSchema<undefined>;
4830
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4831
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4832
+ readonly createdAt: v.StringSchema<undefined>;
4833
+ readonly updatedAt: v.StringSchema<undefined>;
4834
+ }, undefined>, undefined>;
4835
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4836
+ 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: - _ .">]>;
4837
+ 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">]>;
4838
+ readonly confirmed: v.BooleanSchema<undefined>;
4839
+ readonly blocked: v.BooleanSchema<undefined>;
4840
+ readonly provider: v.LiteralSchema<"local", undefined>;
4841
+ readonly id: v.NumberSchema<undefined>;
4842
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4843
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4844
+ readonly createdAt: v.StringSchema<undefined>;
4845
+ readonly updatedAt: v.StringSchema<undefined>;
4846
+ }, undefined>, undefined>;
4847
+ 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">]>;
4848
+ 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: - _ .">]>;
4849
+ 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>;
4850
+ readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4867
4851
  readonly id: v.NumberSchema<undefined>;
4868
4852
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4869
4853
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4872,39 +4856,35 @@ declare const SCampaignTargetDocumentWithRelations: v.ObjectSchema<{
4872
4856
  }, undefined>;
4873
4857
  type SCampaignTargetDocumentWithRelations = v.InferOutput<typeof SCampaignTargetDocumentWithRelations>;
4874
4858
  declare const SCampaignKeyDocumentWithRelations: v.ObjectSchema<{
4875
- readonly SBaseCampaignKeyDocument: v.ObjectSchema<{
4859
+ readonly group: v.OptionalSchema<v.ObjectSchema<{
4876
4860
  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">]>;
4877
4861
  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: - _ .">]>;
4878
4862
  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>;
4879
4863
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4880
- }, undefined>;
4881
- readonly SCampaignKeyRelationsDocument: v.ObjectSchema<{
4882
- readonly group: v.OptionalSchema<v.ObjectSchema<{
4883
- 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">]>;
4884
- 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: - _ .">]>;
4885
- 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>;
4886
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4887
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4888
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4889
- readonly id: v.NumberSchema<undefined>;
4890
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4891
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4892
- readonly createdAt: v.StringSchema<undefined>;
4893
- readonly updatedAt: v.StringSchema<undefined>;
4894
- }, undefined>, undefined>;
4895
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4896
- 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: - _ .">]>;
4897
- 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">]>;
4898
- readonly confirmed: v.BooleanSchema<undefined>;
4899
- readonly blocked: v.BooleanSchema<undefined>;
4900
- readonly provider: v.LiteralSchema<"local", undefined>;
4901
- readonly id: v.NumberSchema<undefined>;
4902
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4903
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4904
- readonly createdAt: v.StringSchema<undefined>;
4905
- readonly updatedAt: v.StringSchema<undefined>;
4906
- }, undefined>, undefined>;
4907
- }, undefined>;
4864
+ readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4865
+ readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4866
+ readonly id: v.NumberSchema<undefined>;
4867
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4868
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4869
+ readonly createdAt: v.StringSchema<undefined>;
4870
+ readonly updatedAt: v.StringSchema<undefined>;
4871
+ }, undefined>, undefined>;
4872
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4873
+ 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: - _ .">]>;
4874
+ 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">]>;
4875
+ readonly confirmed: v.BooleanSchema<undefined>;
4876
+ readonly blocked: v.BooleanSchema<undefined>;
4877
+ readonly provider: v.LiteralSchema<"local", undefined>;
4878
+ readonly id: v.NumberSchema<undefined>;
4879
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4880
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4881
+ readonly createdAt: v.StringSchema<undefined>;
4882
+ readonly updatedAt: v.StringSchema<undefined>;
4883
+ }, undefined>, undefined>;
4884
+ 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">]>;
4885
+ 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: - _ .">]>;
4886
+ 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>;
4887
+ readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4908
4888
  readonly id: v.NumberSchema<undefined>;
4909
4889
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4910
4890
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4913,39 +4893,35 @@ declare const SCampaignKeyDocumentWithRelations: v.ObjectSchema<{
4913
4893
  }, undefined>;
4914
4894
  type SCampaignKeyDocumentWithRelations = v.InferOutput<typeof SCampaignKeyDocumentWithRelations>;
4915
4895
  declare const SSourceDocumentWithRelations: v.ObjectSchema<{
4916
- readonly SBaseSourceDocument: v.ObjectSchema<{
4896
+ readonly group: v.OptionalSchema<v.ObjectSchema<{
4917
4897
  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">]>;
4918
4898
  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: - _ .">]>;
4919
4899
  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>;
4920
4900
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4921
- }, undefined>;
4922
- readonly SSourceRelationsDocument: v.ObjectSchema<{
4923
- readonly group: v.OptionalSchema<v.ObjectSchema<{
4924
- 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">]>;
4925
- 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: - _ .">]>;
4926
- 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>;
4927
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4928
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4929
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4930
- readonly id: v.NumberSchema<undefined>;
4931
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4932
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4933
- readonly createdAt: v.StringSchema<undefined>;
4934
- readonly updatedAt: v.StringSchema<undefined>;
4935
- }, undefined>, undefined>;
4936
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4937
- 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: - _ .">]>;
4938
- 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">]>;
4939
- readonly confirmed: v.BooleanSchema<undefined>;
4940
- readonly blocked: v.BooleanSchema<undefined>;
4941
- readonly provider: v.LiteralSchema<"local", undefined>;
4942
- readonly id: v.NumberSchema<undefined>;
4943
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4944
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4945
- readonly createdAt: v.StringSchema<undefined>;
4946
- readonly updatedAt: v.StringSchema<undefined>;
4947
- }, undefined>, undefined>;
4948
- }, undefined>;
4901
+ readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4902
+ readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4903
+ readonly id: v.NumberSchema<undefined>;
4904
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4905
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4906
+ readonly createdAt: v.StringSchema<undefined>;
4907
+ readonly updatedAt: v.StringSchema<undefined>;
4908
+ }, undefined>, undefined>;
4909
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4910
+ 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: - _ .">]>;
4911
+ 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">]>;
4912
+ readonly confirmed: v.BooleanSchema<undefined>;
4913
+ readonly blocked: v.BooleanSchema<undefined>;
4914
+ readonly provider: v.LiteralSchema<"local", undefined>;
4915
+ readonly id: v.NumberSchema<undefined>;
4916
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4917
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4918
+ readonly createdAt: v.StringSchema<undefined>;
4919
+ readonly updatedAt: v.StringSchema<undefined>;
4920
+ }, undefined>, undefined>;
4921
+ 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">]>;
4922
+ 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: - _ .">]>;
4923
+ 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>;
4924
+ readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4949
4925
  readonly id: v.NumberSchema<undefined>;
4950
4926
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4951
4927
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4954,39 +4930,35 @@ declare const SSourceDocumentWithRelations: v.ObjectSchema<{
4954
4930
  }, undefined>;
4955
4931
  type SSourceDocumentWithRelations = v.InferOutput<typeof SSourceDocumentWithRelations>;
4956
4932
  declare const SMediumDocumentWithRelations: v.ObjectSchema<{
4957
- readonly SBaseMediumDocument: v.ObjectSchema<{
4933
+ readonly group: v.OptionalSchema<v.ObjectSchema<{
4958
4934
  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">]>;
4959
4935
  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: - _ .">]>;
4960
4936
  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>;
4961
4937
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4962
- }, undefined>;
4963
- readonly SMediumRelationsDocument: v.ObjectSchema<{
4964
- readonly group: v.OptionalSchema<v.ObjectSchema<{
4965
- 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">]>;
4966
- 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: - _ .">]>;
4967
- 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>;
4968
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4969
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4970
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4971
- readonly id: v.NumberSchema<undefined>;
4972
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4973
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4974
- readonly createdAt: v.StringSchema<undefined>;
4975
- readonly updatedAt: v.StringSchema<undefined>;
4976
- }, undefined>, undefined>;
4977
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4978
- 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: - _ .">]>;
4979
- 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">]>;
4980
- readonly confirmed: v.BooleanSchema<undefined>;
4981
- readonly blocked: v.BooleanSchema<undefined>;
4982
- readonly provider: v.LiteralSchema<"local", undefined>;
4983
- readonly id: v.NumberSchema<undefined>;
4984
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4985
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4986
- readonly createdAt: v.StringSchema<undefined>;
4987
- readonly updatedAt: v.StringSchema<undefined>;
4988
- }, undefined>, undefined>;
4989
- }, undefined>;
4938
+ readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4939
+ readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4940
+ readonly id: v.NumberSchema<undefined>;
4941
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4942
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4943
+ readonly createdAt: v.StringSchema<undefined>;
4944
+ readonly updatedAt: v.StringSchema<undefined>;
4945
+ }, undefined>, undefined>;
4946
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4947
+ 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: - _ .">]>;
4948
+ 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">]>;
4949
+ readonly confirmed: v.BooleanSchema<undefined>;
4950
+ readonly blocked: v.BooleanSchema<undefined>;
4951
+ readonly provider: v.LiteralSchema<"local", undefined>;
4952
+ readonly id: v.NumberSchema<undefined>;
4953
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4954
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4955
+ readonly createdAt: v.StringSchema<undefined>;
4956
+ readonly updatedAt: v.StringSchema<undefined>;
4957
+ }, undefined>, undefined>;
4958
+ 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">]>;
4959
+ 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: - _ .">]>;
4960
+ 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>;
4961
+ readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4990
4962
  readonly id: v.NumberSchema<undefined>;
4991
4963
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4992
4964
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4995,39 +4967,35 @@ declare const SMediumDocumentWithRelations: v.ObjectSchema<{
4995
4967
  }, undefined>;
4996
4968
  type SMediumDocumentWithRelations = v.InferOutput<typeof SMediumDocumentWithRelations>;
4997
4969
  declare const SContentDocumentWithRelations: v.ObjectSchema<{
4998
- readonly SBaseContentDocument: v.ObjectSchema<{
4970
+ readonly group: v.OptionalSchema<v.ObjectSchema<{
4999
4971
  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">]>;
5000
4972
  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: - _ .">]>;
5001
4973
  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>;
5002
4974
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
5003
- }, undefined>;
5004
- readonly SContentRelationsDocument: v.ObjectSchema<{
5005
- readonly group: v.OptionalSchema<v.ObjectSchema<{
5006
- 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">]>;
5007
- 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: - _ .">]>;
5008
- 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>;
5009
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
5010
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
5011
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
5012
- readonly id: v.NumberSchema<undefined>;
5013
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5014
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5015
- readonly createdAt: v.StringSchema<undefined>;
5016
- readonly updatedAt: v.StringSchema<undefined>;
5017
- }, undefined>, undefined>;
5018
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
5019
- 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: - _ .">]>;
5020
- 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">]>;
5021
- readonly confirmed: v.BooleanSchema<undefined>;
5022
- readonly blocked: v.BooleanSchema<undefined>;
5023
- readonly provider: v.LiteralSchema<"local", undefined>;
5024
- readonly id: v.NumberSchema<undefined>;
5025
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5026
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5027
- readonly createdAt: v.StringSchema<undefined>;
5028
- readonly updatedAt: v.StringSchema<undefined>;
5029
- }, undefined>, undefined>;
5030
- }, undefined>;
4975
+ readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4976
+ readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4977
+ readonly id: v.NumberSchema<undefined>;
4978
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4979
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4980
+ readonly createdAt: v.StringSchema<undefined>;
4981
+ readonly updatedAt: v.StringSchema<undefined>;
4982
+ }, undefined>, undefined>;
4983
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4984
+ 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: - _ .">]>;
4985
+ 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">]>;
4986
+ readonly confirmed: v.BooleanSchema<undefined>;
4987
+ readonly blocked: v.BooleanSchema<undefined>;
4988
+ readonly provider: v.LiteralSchema<"local", undefined>;
4989
+ readonly id: v.NumberSchema<undefined>;
4990
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4991
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4992
+ readonly createdAt: v.StringSchema<undefined>;
4993
+ readonly updatedAt: v.StringSchema<undefined>;
4994
+ }, undefined>, undefined>;
4995
+ 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">]>;
4996
+ 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: - _ .">]>;
4997
+ 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>;
4998
+ readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
5031
4999
  readonly id: v.NumberSchema<undefined>;
5032
5000
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5033
5001
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5036,39 +5004,35 @@ declare const SContentDocumentWithRelations: v.ObjectSchema<{
5036
5004
  }, undefined>;
5037
5005
  type SContentDocumentWithRelations = v.InferOutput<typeof SContentDocumentWithRelations>;
5038
5006
  declare const SCreativeFormatDocumentWithRelations: v.ObjectSchema<{
5039
- readonly SBaseCreativeFormatDocument: v.ObjectSchema<{
5007
+ readonly group: v.OptionalSchema<v.ObjectSchema<{
5040
5008
  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">]>;
5041
5009
  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: - _ .">]>;
5042
5010
  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>;
5043
5011
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
5044
- }, undefined>;
5045
- readonly SCreativeFormatRelationsDocument: v.ObjectSchema<{
5046
- readonly group: v.OptionalSchema<v.ObjectSchema<{
5047
- 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">]>;
5048
- 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: - _ .">]>;
5049
- 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>;
5050
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
5051
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
5052
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
5053
- readonly id: v.NumberSchema<undefined>;
5054
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5055
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5056
- readonly createdAt: v.StringSchema<undefined>;
5057
- readonly updatedAt: v.StringSchema<undefined>;
5058
- }, undefined>, undefined>;
5059
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
5060
- 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: - _ .">]>;
5061
- 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">]>;
5062
- readonly confirmed: v.BooleanSchema<undefined>;
5063
- readonly blocked: v.BooleanSchema<undefined>;
5064
- readonly provider: v.LiteralSchema<"local", undefined>;
5065
- readonly id: v.NumberSchema<undefined>;
5066
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5067
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5068
- readonly createdAt: v.StringSchema<undefined>;
5069
- readonly updatedAt: v.StringSchema<undefined>;
5070
- }, undefined>, undefined>;
5071
- }, undefined>;
5012
+ readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
5013
+ readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
5014
+ readonly id: v.NumberSchema<undefined>;
5015
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5016
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5017
+ readonly createdAt: v.StringSchema<undefined>;
5018
+ readonly updatedAt: v.StringSchema<undefined>;
5019
+ }, undefined>, undefined>;
5020
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
5021
+ 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: - _ .">]>;
5022
+ 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">]>;
5023
+ readonly confirmed: v.BooleanSchema<undefined>;
5024
+ readonly blocked: v.BooleanSchema<undefined>;
5025
+ readonly provider: v.LiteralSchema<"local", undefined>;
5026
+ readonly id: v.NumberSchema<undefined>;
5027
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5028
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5029
+ readonly createdAt: v.StringSchema<undefined>;
5030
+ readonly updatedAt: v.StringSchema<undefined>;
5031
+ }, undefined>, undefined>;
5032
+ 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">]>;
5033
+ 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: - _ .">]>;
5034
+ 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>;
5035
+ readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
5072
5036
  readonly id: v.NumberSchema<undefined>;
5073
5037
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5074
5038
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5077,39 +5041,35 @@ declare const SCreativeFormatDocumentWithRelations: v.ObjectSchema<{
5077
5041
  }, undefined>;
5078
5042
  type SCreativeFormatDocumentWithRelations = v.InferOutput<typeof SCreativeFormatDocumentWithRelations>;
5079
5043
  declare const SCreativeFormatVariantDocumentWithRelations: v.ObjectSchema<{
5080
- readonly SBaseCreativeFormatVariantDocument: v.ObjectSchema<{
5044
+ readonly group: v.OptionalSchema<v.ObjectSchema<{
5081
5045
  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">]>;
5082
5046
  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: - _ .">]>;
5083
5047
  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>;
5084
5048
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
5085
- }, undefined>;
5086
- readonly SCreativeFormatVariantRelationsDocument: v.ObjectSchema<{
5087
- readonly group: v.OptionalSchema<v.ObjectSchema<{
5088
- 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">]>;
5089
- 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: - _ .">]>;
5090
- 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>;
5091
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
5092
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
5093
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
5094
- readonly id: v.NumberSchema<undefined>;
5095
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5096
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5097
- readonly createdAt: v.StringSchema<undefined>;
5098
- readonly updatedAt: v.StringSchema<undefined>;
5099
- }, undefined>, undefined>;
5100
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
5101
- 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: - _ .">]>;
5102
- 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">]>;
5103
- readonly confirmed: v.BooleanSchema<undefined>;
5104
- readonly blocked: v.BooleanSchema<undefined>;
5105
- readonly provider: v.LiteralSchema<"local", undefined>;
5106
- readonly id: v.NumberSchema<undefined>;
5107
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5108
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5109
- readonly createdAt: v.StringSchema<undefined>;
5110
- readonly updatedAt: v.StringSchema<undefined>;
5111
- }, undefined>, undefined>;
5112
- }, undefined>;
5049
+ readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
5050
+ readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
5051
+ readonly id: v.NumberSchema<undefined>;
5052
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5053
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5054
+ readonly createdAt: v.StringSchema<undefined>;
5055
+ readonly updatedAt: v.StringSchema<undefined>;
5056
+ }, undefined>, undefined>;
5057
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
5058
+ 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: - _ .">]>;
5059
+ 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">]>;
5060
+ readonly confirmed: v.BooleanSchema<undefined>;
5061
+ readonly blocked: v.BooleanSchema<undefined>;
5062
+ readonly provider: v.LiteralSchema<"local", undefined>;
5063
+ readonly id: v.NumberSchema<undefined>;
5064
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5065
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5066
+ readonly createdAt: v.StringSchema<undefined>;
5067
+ readonly updatedAt: v.StringSchema<undefined>;
5068
+ }, undefined>, undefined>;
5069
+ 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">]>;
5070
+ 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: - _ .">]>;
5071
+ 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>;
5072
+ readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
5113
5073
  readonly id: v.NumberSchema<undefined>;
5114
5074
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5115
5075
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5118,39 +5078,35 @@ declare const SCreativeFormatVariantDocumentWithRelations: v.ObjectSchema<{
5118
5078
  }, undefined>;
5119
5079
  type SCreativeFormatVariantDocumentWithRelations = v.InferOutput<typeof SCreativeFormatVariantDocumentWithRelations>;
5120
5080
  declare const STermDocumentWithRelations: v.ObjectSchema<{
5121
- readonly SBaseTermDocument: v.ObjectSchema<{
5081
+ readonly group: v.OptionalSchema<v.ObjectSchema<{
5122
5082
  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">]>;
5123
5083
  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: - _ .">]>;
5124
5084
  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>;
5125
5085
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
5126
- }, undefined>;
5127
- readonly STermRelationsDocument: v.ObjectSchema<{
5128
- readonly group: v.OptionalSchema<v.ObjectSchema<{
5129
- 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">]>;
5130
- 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: - _ .">]>;
5131
- 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>;
5132
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
5133
- readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
5134
- readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
5135
- readonly id: v.NumberSchema<undefined>;
5136
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5137
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5138
- readonly createdAt: v.StringSchema<undefined>;
5139
- readonly updatedAt: v.StringSchema<undefined>;
5140
- }, undefined>, undefined>;
5141
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
5142
- 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: - _ .">]>;
5143
- 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">]>;
5144
- readonly confirmed: v.BooleanSchema<undefined>;
5145
- readonly blocked: v.BooleanSchema<undefined>;
5146
- readonly provider: v.LiteralSchema<"local", undefined>;
5147
- readonly id: v.NumberSchema<undefined>;
5148
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5149
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5150
- readonly createdAt: v.StringSchema<undefined>;
5151
- readonly updatedAt: v.StringSchema<undefined>;
5152
- }, undefined>, undefined>;
5153
- }, undefined>;
5086
+ readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
5087
+ readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
5088
+ readonly id: v.NumberSchema<undefined>;
5089
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5090
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5091
+ readonly createdAt: v.StringSchema<undefined>;
5092
+ readonly updatedAt: v.StringSchema<undefined>;
5093
+ }, undefined>, undefined>;
5094
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
5095
+ 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: - _ .">]>;
5096
+ 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">]>;
5097
+ readonly confirmed: v.BooleanSchema<undefined>;
5098
+ readonly blocked: v.BooleanSchema<undefined>;
5099
+ readonly provider: v.LiteralSchema<"local", undefined>;
5100
+ readonly id: v.NumberSchema<undefined>;
5101
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5102
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5103
+ readonly createdAt: v.StringSchema<undefined>;
5104
+ readonly updatedAt: v.StringSchema<undefined>;
5105
+ }, undefined>, undefined>;
5106
+ 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">]>;
5107
+ 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: - _ .">]>;
5108
+ 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>;
5109
+ readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
5154
5110
  readonly id: v.NumberSchema<undefined>;
5155
5111
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5156
5112
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;