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