@joeygrable94/utm-src-pub-validators 0.0.51 → 0.0.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -467,11 +467,11 @@ declare const SUtmLinkBuilderTableForm: v.ObjectSchema<{
467
467
  }[] | undefined;
468
468
  }[], 10, "You can select up to 10 creative formats.">]>, undefined>;
469
469
  readonly id: v.OptionalSchema<v.ObjectSchema<{
470
+ 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">]>;
470
471
  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">]>;
471
472
  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: - _ .">]>;
472
473
  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>;
473
474
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
474
- 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">]>;
475
475
  readonly id: v.NumberSchema<undefined>;
476
476
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
477
477
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -1797,11 +1797,11 @@ declare const SGroupRelationMediums: v.ObjectSchema<{
1797
1797
  }, undefined>;
1798
1798
  declare const SGroupRelationCampaignIds: v.ObjectSchema<{
1799
1799
  readonly utm_ids: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
1800
+ 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">]>;
1800
1801
  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">]>;
1801
1802
  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: - _ .">]>;
1802
1803
  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>;
1803
1804
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1804
- 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">]>;
1805
1805
  readonly id: v.NumberSchema<undefined>;
1806
1806
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1807
1807
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -1969,11 +1969,11 @@ declare const SGroupRelationsDocument: v.ObjectSchema<{
1969
1969
  readonly updatedAt: v.StringSchema<undefined>;
1970
1970
  }, undefined>, undefined>, undefined>;
1971
1971
  readonly utm_ids: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
1972
+ 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">]>;
1972
1973
  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">]>;
1973
1974
  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: - _ .">]>;
1974
1975
  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>;
1975
1976
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1976
- 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">]>;
1977
1977
  readonly id: v.NumberSchema<undefined>;
1978
1978
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1979
1979
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -2084,6 +2084,18 @@ declare const SGroupUserDocument: v.ObjectSchema<{
2084
2084
  }, undefined>;
2085
2085
 
2086
2086
  declare const SGroupUserRelationsDocument: v.ObjectSchema<{
2087
+ readonly user: v.OptionalSchema<v.ObjectSchema<{
2088
+ 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: - _ .">]>;
2089
+ 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">]>;
2090
+ readonly confirmed: v.BooleanSchema<undefined>;
2091
+ readonly blocked: v.BooleanSchema<undefined>;
2092
+ readonly provider: v.LiteralSchema<"local", undefined>;
2093
+ readonly id: v.NumberSchema<undefined>;
2094
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2095
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2096
+ readonly createdAt: v.StringSchema<undefined>;
2097
+ readonly updatedAt: v.StringSchema<undefined>;
2098
+ }, undefined>, undefined>;
2087
2099
  readonly group: v.OptionalSchema<v.ObjectSchema<{
2088
2100
  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">]>;
2089
2101
  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: - _ .">]>;
@@ -2097,7 +2109,9 @@ declare const SGroupUserRelationsDocument: v.ObjectSchema<{
2097
2109
  readonly createdAt: v.StringSchema<undefined>;
2098
2110
  readonly updatedAt: v.StringSchema<undefined>;
2099
2111
  }, undefined>, undefined>;
2100
- readonly user: v.OptionalSchema<v.ObjectSchema<{
2112
+ }, undefined>;
2113
+ declare const SGroupUserRelationsReqDocument: v.ObjectSchema<{
2114
+ readonly user: v.ObjectSchema<{
2101
2115
  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: - _ .">]>;
2102
2116
  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">]>;
2103
2117
  readonly confirmed: v.BooleanSchema<undefined>;
@@ -2108,9 +2122,7 @@ declare const SGroupUserRelationsDocument: v.ObjectSchema<{
2108
2122
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2109
2123
  readonly createdAt: v.StringSchema<undefined>;
2110
2124
  readonly updatedAt: v.StringSchema<undefined>;
2111
- }, undefined>, undefined>;
2112
- }, undefined>;
2113
- declare const SGroupUserRelationsReqDocument: v.ObjectSchema<{
2125
+ }, undefined>;
2114
2126
  readonly group: v.ObjectSchema<{
2115
2127
  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">]>;
2116
2128
  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: - _ .">]>;
@@ -2124,18 +2136,6 @@ declare const SGroupUserRelationsReqDocument: v.ObjectSchema<{
2124
2136
  readonly createdAt: v.StringSchema<undefined>;
2125
2137
  readonly updatedAt: v.StringSchema<undefined>;
2126
2138
  }, undefined>;
2127
- readonly user: v.ObjectSchema<{
2128
- 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: - _ .">]>;
2129
- 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">]>;
2130
- readonly confirmed: v.BooleanSchema<undefined>;
2131
- readonly blocked: v.BooleanSchema<undefined>;
2132
- readonly provider: v.LiteralSchema<"local", undefined>;
2133
- readonly id: v.NumberSchema<undefined>;
2134
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2135
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2136
- readonly createdAt: v.StringSchema<undefined>;
2137
- readonly updatedAt: v.StringSchema<undefined>;
2138
- }, undefined>;
2139
2139
  }, undefined>;
2140
2140
 
2141
2141
  declare const SBaseGroupUserDocument: v.ObjectSchema<{
@@ -2162,7 +2162,7 @@ declare const SRoleDocument: v.ObjectSchema<{
2162
2162
  }, undefined>;
2163
2163
 
2164
2164
  declare const SRoleRelationsDocument: v.ObjectSchema<{
2165
- readonly users: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
2165
+ readonly user: v.OptionalSchema<v.ObjectSchema<{
2166
2166
  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: - _ .">]>;
2167
2167
  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">]>;
2168
2168
  readonly confirmed: v.BooleanSchema<undefined>;
@@ -2173,7 +2173,7 @@ declare const SRoleRelationsDocument: v.ObjectSchema<{
2173
2173
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2174
2174
  readonly createdAt: v.StringSchema<undefined>;
2175
2175
  readonly updatedAt: v.StringSchema<undefined>;
2176
- }, undefined>, undefined>, undefined>;
2176
+ }, undefined>, undefined>;
2177
2177
  }, undefined>;
2178
2178
 
2179
2179
  declare const SBaseRoleDocument: v.ObjectSchema<{
@@ -2381,18 +2381,6 @@ declare const STrackingLinkDocument: v.ObjectSchema<{
2381
2381
  }, undefined>;
2382
2382
 
2383
2383
  declare const STrackingLinkRelationsDocument: v.ObjectSchema<{
2384
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
2385
- 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: - _ .">]>;
2386
- 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">]>;
2387
- readonly confirmed: v.BooleanSchema<undefined>;
2388
- readonly blocked: v.BooleanSchema<undefined>;
2389
- readonly provider: v.LiteralSchema<"local", undefined>;
2390
- readonly id: v.NumberSchema<undefined>;
2391
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2392
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2393
- readonly createdAt: v.StringSchema<undefined>;
2394
- readonly updatedAt: v.StringSchema<undefined>;
2395
- }, undefined>, undefined>;
2396
2384
  readonly group: v.OptionalSchema<v.ObjectSchema<{
2397
2385
  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">]>;
2398
2386
  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: - _ .">]>;
@@ -2406,6 +2394,18 @@ declare const STrackingLinkRelationsDocument: v.ObjectSchema<{
2406
2394
  readonly createdAt: v.StringSchema<undefined>;
2407
2395
  readonly updatedAt: v.StringSchema<undefined>;
2408
2396
  }, undefined>, undefined>;
2397
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
2398
+ 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: - _ .">]>;
2399
+ 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">]>;
2400
+ readonly confirmed: v.BooleanSchema<undefined>;
2401
+ readonly blocked: v.BooleanSchema<undefined>;
2402
+ readonly provider: v.LiteralSchema<"local", undefined>;
2403
+ readonly id: v.NumberSchema<undefined>;
2404
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2405
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2406
+ readonly createdAt: v.StringSchema<undefined>;
2407
+ readonly updatedAt: v.StringSchema<undefined>;
2408
+ }, undefined>, undefined>;
2409
2409
  }, undefined>;
2410
2410
 
2411
2411
  declare const SBaseTrackingLinkDocument: v.ObjectSchema<{
@@ -2652,11 +2652,11 @@ declare const SUserRelationMediums: v.ObjectSchema<{
2652
2652
  }, undefined>;
2653
2653
  declare const SUserRelationCampaignIds: v.ObjectSchema<{
2654
2654
  readonly utm_ids: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
2655
+ 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">]>;
2655
2656
  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">]>;
2656
2657
  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: - _ .">]>;
2657
2658
  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>;
2658
2659
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2659
- 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">]>;
2660
2660
  readonly id: v.NumberSchema<undefined>;
2661
2661
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2662
2662
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -2834,11 +2834,11 @@ declare const SUserRelationsDocument: v.ObjectSchema<{
2834
2834
  readonly updatedAt: v.StringSchema<undefined>;
2835
2835
  }, undefined>, undefined>, undefined>;
2836
2836
  readonly utm_ids: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
2837
+ 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">]>;
2837
2838
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
2838
2839
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
2839
2840
  readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>;
2840
2841
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
2841
- 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">]>;
2842
2842
  readonly id: v.NumberSchema<undefined>;
2843
2843
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2844
2844
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -2912,7 +2912,18 @@ declare const SUserRelationsDocument: v.ObjectSchema<{
2912
2912
  readonly createdAt: v.StringSchema<undefined>;
2913
2913
  readonly updatedAt: v.StringSchema<undefined>;
2914
2914
  }, undefined>, undefined>, undefined>;
2915
- readonly groups: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
2915
+ readonly role: v.OptionalSchema<v.ObjectSchema<{
2916
+ readonly type: v.StringSchema<undefined>;
2917
+ readonly name: v.StringSchema<undefined>;
2918
+ readonly locale: v.StringSchema<undefined>;
2919
+ readonly description: v.StringSchema<undefined>;
2920
+ readonly id: v.NumberSchema<undefined>;
2921
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2922
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2923
+ readonly createdAt: v.StringSchema<undefined>;
2924
+ readonly updatedAt: v.StringSchema<undefined>;
2925
+ }, undefined>, undefined>;
2926
+ readonly group: v.OptionalSchema<v.ObjectSchema<{
2916
2927
  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">]>;
2917
2928
  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: - _ .">]>;
2918
2929
  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>;
@@ -2924,17 +2935,6 @@ declare const SUserRelationsDocument: v.ObjectSchema<{
2924
2935
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2925
2936
  readonly createdAt: v.StringSchema<undefined>;
2926
2937
  readonly updatedAt: v.StringSchema<undefined>;
2927
- }, undefined>, undefined>, undefined>;
2928
- readonly role: v.OptionalSchema<v.ObjectSchema<{
2929
- readonly type: v.StringSchema<undefined>;
2930
- readonly name: v.StringSchema<undefined>;
2931
- readonly locale: v.StringSchema<undefined>;
2932
- readonly description: v.StringSchema<undefined>;
2933
- readonly id: v.NumberSchema<undefined>;
2934
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
2935
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2936
- readonly createdAt: v.StringSchema<undefined>;
2937
- readonly updatedAt: v.StringSchema<undefined>;
2938
2938
  }, undefined>, undefined>;
2939
2939
  }, undefined>;
2940
2940
 
@@ -3068,11 +3068,11 @@ type SUserLimitationsRelationsDocumentIn = v.InferInput<typeof SUserLimitationsR
3068
3068
  type SUserLimitationsRelationsDocumentOut = v.InferOutput<typeof SUserLimitationsRelationsDocument>;
3069
3069
 
3070
3070
  declare const SCampaignIdDocument: v.ObjectSchema<{
3071
+ 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">]>;
3071
3072
  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">]>;
3072
3073
  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: - _ .">]>;
3073
3074
  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>;
3074
3075
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
3075
- 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">]>;
3076
3076
  readonly id: v.NumberSchema<undefined>;
3077
3077
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3078
3078
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -3180,18 +3180,6 @@ declare const STermDocument: v.ObjectSchema<{
3180
3180
  }, undefined>;
3181
3181
 
3182
3182
  declare const SCampaignIdRelationsDocument: v.ObjectSchema<{
3183
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
3184
- 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: - _ .">]>;
3185
- 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">]>;
3186
- readonly confirmed: v.BooleanSchema<undefined>;
3187
- readonly blocked: v.BooleanSchema<undefined>;
3188
- readonly provider: v.LiteralSchema<"local", undefined>;
3189
- readonly id: v.NumberSchema<undefined>;
3190
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3191
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3192
- readonly createdAt: v.StringSchema<undefined>;
3193
- readonly updatedAt: v.StringSchema<undefined>;
3194
- }, undefined>, undefined>;
3195
3183
  readonly group: v.OptionalSchema<v.ObjectSchema<{
3196
3184
  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">]>;
3197
3185
  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: - _ .">]>;
@@ -3205,8 +3193,6 @@ declare const SCampaignIdRelationsDocument: v.ObjectSchema<{
3205
3193
  readonly createdAt: v.StringSchema<undefined>;
3206
3194
  readonly updatedAt: v.StringSchema<undefined>;
3207
3195
  }, undefined>, undefined>;
3208
- }, undefined>;
3209
- declare const SCampaignPhaseRelationsDocument: v.ObjectSchema<{
3210
3196
  readonly creator: v.OptionalSchema<v.ObjectSchema<{
3211
3197
  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: - _ .">]>;
3212
3198
  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">]>;
@@ -3219,6 +3205,8 @@ declare const SCampaignPhaseRelationsDocument: v.ObjectSchema<{
3219
3205
  readonly createdAt: v.StringSchema<undefined>;
3220
3206
  readonly updatedAt: v.StringSchema<undefined>;
3221
3207
  }, undefined>, undefined>;
3208
+ }, undefined>;
3209
+ declare const SCampaignPhaseRelationsDocument: v.ObjectSchema<{
3222
3210
  readonly group: v.OptionalSchema<v.ObjectSchema<{
3223
3211
  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">]>;
3224
3212
  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: - _ .">]>;
@@ -3232,8 +3220,6 @@ declare const SCampaignPhaseRelationsDocument: v.ObjectSchema<{
3232
3220
  readonly createdAt: v.StringSchema<undefined>;
3233
3221
  readonly updatedAt: v.StringSchema<undefined>;
3234
3222
  }, undefined>, undefined>;
3235
- }, undefined>;
3236
- declare const SCampaignProductRelationsDocument: v.ObjectSchema<{
3237
3223
  readonly creator: v.OptionalSchema<v.ObjectSchema<{
3238
3224
  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: - _ .">]>;
3239
3225
  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">]>;
@@ -3246,6 +3232,8 @@ declare const SCampaignProductRelationsDocument: v.ObjectSchema<{
3246
3232
  readonly createdAt: v.StringSchema<undefined>;
3247
3233
  readonly updatedAt: v.StringSchema<undefined>;
3248
3234
  }, undefined>, undefined>;
3235
+ }, undefined>;
3236
+ declare const SCampaignProductRelationsDocument: v.ObjectSchema<{
3249
3237
  readonly group: v.OptionalSchema<v.ObjectSchema<{
3250
3238
  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">]>;
3251
3239
  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: - _ .">]>;
@@ -3259,8 +3247,6 @@ declare const SCampaignProductRelationsDocument: v.ObjectSchema<{
3259
3247
  readonly createdAt: v.StringSchema<undefined>;
3260
3248
  readonly updatedAt: v.StringSchema<undefined>;
3261
3249
  }, undefined>, undefined>;
3262
- }, undefined>;
3263
- declare const SCampaignKeyRelationsDocument: v.ObjectSchema<{
3264
3250
  readonly creator: v.OptionalSchema<v.ObjectSchema<{
3265
3251
  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: - _ .">]>;
3266
3252
  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">]>;
@@ -3273,6 +3259,8 @@ declare const SCampaignKeyRelationsDocument: v.ObjectSchema<{
3273
3259
  readonly createdAt: v.StringSchema<undefined>;
3274
3260
  readonly updatedAt: v.StringSchema<undefined>;
3275
3261
  }, undefined>, undefined>;
3262
+ }, undefined>;
3263
+ declare const SCampaignKeyRelationsDocument: v.ObjectSchema<{
3276
3264
  readonly group: v.OptionalSchema<v.ObjectSchema<{
3277
3265
  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">]>;
3278
3266
  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: - _ .">]>;
@@ -3286,8 +3274,6 @@ declare const SCampaignKeyRelationsDocument: v.ObjectSchema<{
3286
3274
  readonly createdAt: v.StringSchema<undefined>;
3287
3275
  readonly updatedAt: v.StringSchema<undefined>;
3288
3276
  }, undefined>, undefined>;
3289
- }, undefined>;
3290
- declare const SSourceRelationsDocument: v.ObjectSchema<{
3291
3277
  readonly creator: v.OptionalSchema<v.ObjectSchema<{
3292
3278
  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: - _ .">]>;
3293
3279
  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">]>;
@@ -3300,6 +3286,8 @@ declare const SSourceRelationsDocument: v.ObjectSchema<{
3300
3286
  readonly createdAt: v.StringSchema<undefined>;
3301
3287
  readonly updatedAt: v.StringSchema<undefined>;
3302
3288
  }, undefined>, undefined>;
3289
+ }, undefined>;
3290
+ declare const SSourceRelationsDocument: v.ObjectSchema<{
3303
3291
  readonly group: v.OptionalSchema<v.ObjectSchema<{
3304
3292
  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">]>;
3305
3293
  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: - _ .">]>;
@@ -3313,8 +3301,6 @@ declare const SSourceRelationsDocument: v.ObjectSchema<{
3313
3301
  readonly createdAt: v.StringSchema<undefined>;
3314
3302
  readonly updatedAt: v.StringSchema<undefined>;
3315
3303
  }, undefined>, undefined>;
3316
- }, undefined>;
3317
- declare const SMediumRelationsDocument: v.ObjectSchema<{
3318
3304
  readonly creator: v.OptionalSchema<v.ObjectSchema<{
3319
3305
  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: - _ .">]>;
3320
3306
  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">]>;
@@ -3327,6 +3313,8 @@ declare const SMediumRelationsDocument: v.ObjectSchema<{
3327
3313
  readonly createdAt: v.StringSchema<undefined>;
3328
3314
  readonly updatedAt: v.StringSchema<undefined>;
3329
3315
  }, undefined>, undefined>;
3316
+ }, undefined>;
3317
+ declare const SMediumRelationsDocument: v.ObjectSchema<{
3330
3318
  readonly group: v.OptionalSchema<v.ObjectSchema<{
3331
3319
  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">]>;
3332
3320
  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: - _ .">]>;
@@ -3340,8 +3328,6 @@ declare const SMediumRelationsDocument: v.ObjectSchema<{
3340
3328
  readonly createdAt: v.StringSchema<undefined>;
3341
3329
  readonly updatedAt: v.StringSchema<undefined>;
3342
3330
  }, undefined>, undefined>;
3343
- }, undefined>;
3344
- declare const SContentRelationsDocument: v.ObjectSchema<{
3345
3331
  readonly creator: v.OptionalSchema<v.ObjectSchema<{
3346
3332
  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: - _ .">]>;
3347
3333
  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">]>;
@@ -3354,6 +3340,8 @@ declare const SContentRelationsDocument: v.ObjectSchema<{
3354
3340
  readonly createdAt: v.StringSchema<undefined>;
3355
3341
  readonly updatedAt: v.StringSchema<undefined>;
3356
3342
  }, undefined>, undefined>;
3343
+ }, undefined>;
3344
+ declare const SContentRelationsDocument: v.ObjectSchema<{
3357
3345
  readonly group: v.OptionalSchema<v.ObjectSchema<{
3358
3346
  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">]>;
3359
3347
  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: - _ .">]>;
@@ -3367,8 +3355,6 @@ declare const SContentRelationsDocument: v.ObjectSchema<{
3367
3355
  readonly createdAt: v.StringSchema<undefined>;
3368
3356
  readonly updatedAt: v.StringSchema<undefined>;
3369
3357
  }, undefined>, undefined>;
3370
- }, undefined>;
3371
- declare const SCreativeFormatRelationsDocument: v.ObjectSchema<{
3372
3358
  readonly creator: v.OptionalSchema<v.ObjectSchema<{
3373
3359
  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: - _ .">]>;
3374
3360
  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">]>;
@@ -3381,6 +3367,8 @@ declare const SCreativeFormatRelationsDocument: v.ObjectSchema<{
3381
3367
  readonly createdAt: v.StringSchema<undefined>;
3382
3368
  readonly updatedAt: v.StringSchema<undefined>;
3383
3369
  }, undefined>, undefined>;
3370
+ }, undefined>;
3371
+ declare const SCreativeFormatRelationsDocument: v.ObjectSchema<{
3384
3372
  readonly group: v.OptionalSchema<v.ObjectSchema<{
3385
3373
  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">]>;
3386
3374
  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: - _ .">]>;
@@ -3394,8 +3382,6 @@ declare const SCreativeFormatRelationsDocument: v.ObjectSchema<{
3394
3382
  readonly createdAt: v.StringSchema<undefined>;
3395
3383
  readonly updatedAt: v.StringSchema<undefined>;
3396
3384
  }, undefined>, undefined>;
3397
- }, undefined>;
3398
- declare const SCreativeFormatVariantRelationsDocument: v.ObjectSchema<{
3399
3385
  readonly creator: v.OptionalSchema<v.ObjectSchema<{
3400
3386
  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: - _ .">]>;
3401
3387
  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">]>;
@@ -3408,6 +3394,8 @@ declare const SCreativeFormatVariantRelationsDocument: v.ObjectSchema<{
3408
3394
  readonly createdAt: v.StringSchema<undefined>;
3409
3395
  readonly updatedAt: v.StringSchema<undefined>;
3410
3396
  }, undefined>, undefined>;
3397
+ }, undefined>;
3398
+ declare const SCreativeFormatVariantRelationsDocument: v.ObjectSchema<{
3411
3399
  readonly group: v.OptionalSchema<v.ObjectSchema<{
3412
3400
  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">]>;
3413
3401
  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: - _ .">]>;
@@ -3421,8 +3409,6 @@ declare const SCreativeFormatVariantRelationsDocument: v.ObjectSchema<{
3421
3409
  readonly createdAt: v.StringSchema<undefined>;
3422
3410
  readonly updatedAt: v.StringSchema<undefined>;
3423
3411
  }, undefined>, undefined>;
3424
- }, undefined>;
3425
- declare const STermRelationsDocument: v.ObjectSchema<{
3426
3412
  readonly creator: v.OptionalSchema<v.ObjectSchema<{
3427
3413
  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: - _ .">]>;
3428
3414
  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">]>;
@@ -3435,6 +3421,8 @@ declare const STermRelationsDocument: v.ObjectSchema<{
3435
3421
  readonly createdAt: v.StringSchema<undefined>;
3436
3422
  readonly updatedAt: v.StringSchema<undefined>;
3437
3423
  }, undefined>, undefined>;
3424
+ }, undefined>;
3425
+ declare const STermRelationsDocument: v.ObjectSchema<{
3438
3426
  readonly group: v.OptionalSchema<v.ObjectSchema<{
3439
3427
  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">]>;
3440
3428
  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: - _ .">]>;
@@ -3448,14 +3436,26 @@ declare const STermRelationsDocument: v.ObjectSchema<{
3448
3436
  readonly createdAt: v.StringSchema<undefined>;
3449
3437
  readonly updatedAt: v.StringSchema<undefined>;
3450
3438
  }, undefined>, undefined>;
3439
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
3440
+ 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: - _ .">]>;
3441
+ 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">]>;
3442
+ readonly confirmed: v.BooleanSchema<undefined>;
3443
+ readonly blocked: v.BooleanSchema<undefined>;
3444
+ readonly provider: v.LiteralSchema<"local", undefined>;
3445
+ readonly id: v.NumberSchema<undefined>;
3446
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3447
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3448
+ readonly createdAt: v.StringSchema<undefined>;
3449
+ readonly updatedAt: v.StringSchema<undefined>;
3450
+ }, undefined>, undefined>;
3451
3451
  }, undefined>;
3452
3452
 
3453
3453
  declare const SBaseCampaignIdDocument: v.ObjectSchema<{
3454
+ 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">]>;
3454
3455
  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">]>;
3455
3456
  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: - _ .">]>;
3456
3457
  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>;
3457
3458
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
3458
- 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">]>;
3459
3459
  }, undefined>;
3460
3460
  declare const SBaseCampaignPhaseDocument: v.ObjectSchema<{
3461
3461
  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">]>;
@@ -3566,18 +3566,6 @@ declare const SWebsiteDocument: v.ObjectSchema<{
3566
3566
  }, undefined>;
3567
3567
 
3568
3568
  declare const SWebsiteRelationsDocument: v.ObjectSchema<{
3569
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
3570
- 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: - _ .">]>;
3571
- 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">]>;
3572
- readonly confirmed: v.BooleanSchema<undefined>;
3573
- readonly blocked: v.BooleanSchema<undefined>;
3574
- readonly provider: v.LiteralSchema<"local", undefined>;
3575
- readonly id: v.NumberSchema<undefined>;
3576
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3577
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3578
- readonly createdAt: v.StringSchema<undefined>;
3579
- readonly updatedAt: v.StringSchema<undefined>;
3580
- }, undefined>, undefined>;
3581
3569
  readonly group: v.OptionalSchema<v.ObjectSchema<{
3582
3570
  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">]>;
3583
3571
  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: - _ .">]>;
@@ -3591,6 +3579,18 @@ declare const SWebsiteRelationsDocument: v.ObjectSchema<{
3591
3579
  readonly createdAt: v.StringSchema<undefined>;
3592
3580
  readonly updatedAt: v.StringSchema<undefined>;
3593
3581
  }, undefined>, undefined>;
3582
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
3583
+ 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: - _ .">]>;
3584
+ 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">]>;
3585
+ readonly confirmed: v.BooleanSchema<undefined>;
3586
+ readonly blocked: v.BooleanSchema<undefined>;
3587
+ readonly provider: v.LiteralSchema<"local", undefined>;
3588
+ readonly id: v.NumberSchema<undefined>;
3589
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3590
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3591
+ readonly createdAt: v.StringSchema<undefined>;
3592
+ readonly updatedAt: v.StringSchema<undefined>;
3593
+ }, undefined>, undefined>;
3594
3594
  }, undefined>;
3595
3595
 
3596
3596
  declare const SBaseWebsiteDocument: v.ObjectSchema<{
@@ -3606,6 +3606,18 @@ type SWebsiteRelationsDocumentIn = v.InferInput<typeof SWebsiteRelationsDocument
3606
3606
  type SWebsiteRelationsDocumentOut = v.InferOutput<typeof SWebsiteRelationsDocument>;
3607
3607
 
3608
3608
  declare const SGroupUserDocumentWithRelations: v.ObjectSchema<{
3609
+ readonly user: v.OptionalSchema<v.ObjectSchema<{
3610
+ 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: - _ .">]>;
3611
+ 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">]>;
3612
+ readonly confirmed: v.BooleanSchema<undefined>;
3613
+ readonly blocked: v.BooleanSchema<undefined>;
3614
+ readonly provider: v.LiteralSchema<"local", undefined>;
3615
+ readonly id: v.NumberSchema<undefined>;
3616
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3617
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3618
+ readonly createdAt: v.StringSchema<undefined>;
3619
+ readonly updatedAt: v.StringSchema<undefined>;
3620
+ }, undefined>, undefined>;
3609
3621
  readonly group: v.OptionalSchema<v.ObjectSchema<{
3610
3622
  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">]>;
3611
3623
  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: - _ .">]>;
@@ -3619,7 +3631,16 @@ declare const SGroupUserDocumentWithRelations: v.ObjectSchema<{
3619
3631
  readonly createdAt: v.StringSchema<undefined>;
3620
3632
  readonly updatedAt: v.StringSchema<undefined>;
3621
3633
  }, undefined>, undefined>;
3622
- readonly user: v.OptionalSchema<v.ObjectSchema<{
3634
+ readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid scope">, v.PicklistSchema<GroupEntityScope[], "invalid group scope provided">]>, "please provide an array of scopes">, v.MinLengthAction<GroupEntityScope[], 1, "you must provide at least one scope">, v.MaxLengthAction<GroupEntityScope[], number, "you cannot provide more scopes than available">]>;
3635
+ readonly id: v.NumberSchema<undefined>;
3636
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3637
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3638
+ readonly createdAt: v.StringSchema<undefined>;
3639
+ readonly updatedAt: v.StringSchema<undefined>;
3640
+ }, undefined>;
3641
+ type SGroupUserDocumentWithRelations = v.InferOutput<typeof SGroupUserDocumentWithRelations>;
3642
+ declare const SGroupUserDocumentReqRelations: v.ObjectSchema<{
3643
+ readonly user: v.ObjectSchema<{
3623
3644
  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: - _ .">]>;
3624
3645
  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">]>;
3625
3646
  readonly confirmed: v.BooleanSchema<undefined>;
@@ -3630,16 +3651,7 @@ declare const SGroupUserDocumentWithRelations: v.ObjectSchema<{
3630
3651
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3631
3652
  readonly createdAt: v.StringSchema<undefined>;
3632
3653
  readonly updatedAt: v.StringSchema<undefined>;
3633
- }, undefined>, undefined>;
3634
- readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid scope">, v.PicklistSchema<GroupEntityScope[], "invalid group scope provided">]>, "please provide an array of scopes">, v.MinLengthAction<GroupEntityScope[], 1, "you must provide at least one scope">, v.MaxLengthAction<GroupEntityScope[], number, "you cannot provide more scopes than available">]>;
3635
- readonly id: v.NumberSchema<undefined>;
3636
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3637
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3638
- readonly createdAt: v.StringSchema<undefined>;
3639
- readonly updatedAt: v.StringSchema<undefined>;
3640
- }, undefined>;
3641
- type SGroupUserDocumentWithRelations = v.InferOutput<typeof SGroupUserDocumentWithRelations>;
3642
- declare const SGroupUserDocumentReqRelations: v.ObjectSchema<{
3654
+ }, undefined>;
3643
3655
  readonly group: v.ObjectSchema<{
3644
3656
  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">]>;
3645
3657
  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: - _ .">]>;
@@ -3653,18 +3665,6 @@ declare const SGroupUserDocumentReqRelations: v.ObjectSchema<{
3653
3665
  readonly createdAt: v.StringSchema<undefined>;
3654
3666
  readonly updatedAt: v.StringSchema<undefined>;
3655
3667
  }, undefined>;
3656
- readonly user: v.ObjectSchema<{
3657
- 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: - _ .">]>;
3658
- 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">]>;
3659
- readonly confirmed: v.BooleanSchema<undefined>;
3660
- readonly blocked: v.BooleanSchema<undefined>;
3661
- readonly provider: v.LiteralSchema<"local", undefined>;
3662
- readonly id: v.NumberSchema<undefined>;
3663
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3664
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3665
- readonly createdAt: v.StringSchema<undefined>;
3666
- readonly updatedAt: v.StringSchema<undefined>;
3667
- }, undefined>;
3668
3668
  readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid scope">, v.PicklistSchema<GroupEntityScope[], "invalid group scope provided">]>, "please provide an array of scopes">, v.MinLengthAction<GroupEntityScope[], 1, "you must provide at least one scope">, v.MaxLengthAction<GroupEntityScope[], number, "you cannot provide more scopes than available">]>;
3669
3669
  readonly id: v.NumberSchema<undefined>;
3670
3670
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -3748,11 +3748,11 @@ declare const SGroupDocumentWithRelations: v.ObjectSchema<{
3748
3748
  readonly updatedAt: v.StringSchema<undefined>;
3749
3749
  }, undefined>, undefined>, undefined>;
3750
3750
  readonly utm_ids: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
3751
+ 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">]>;
3751
3752
  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">]>;
3752
3753
  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: - _ .">]>;
3753
3754
  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>;
3754
3755
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
3755
- 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">]>;
3756
3756
  readonly id: v.NumberSchema<undefined>;
3757
3757
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3758
3758
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -3852,7 +3852,7 @@ declare const SGroupDocumentWithRelations: v.ObjectSchema<{
3852
3852
  type SGroupDocumentWithRelations = v.InferOutput<typeof SGroupDocumentWithRelations>;
3853
3853
 
3854
3854
  declare const SRoleDocumentWithRelations: v.ObjectSchema<{
3855
- readonly users: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
3855
+ readonly user: v.OptionalSchema<v.ObjectSchema<{
3856
3856
  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: - _ .">]>;
3857
3857
  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">]>;
3858
3858
  readonly confirmed: v.BooleanSchema<undefined>;
@@ -3863,7 +3863,7 @@ declare const SRoleDocumentWithRelations: v.ObjectSchema<{
3863
3863
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3864
3864
  readonly createdAt: v.StringSchema<undefined>;
3865
3865
  readonly updatedAt: v.StringSchema<undefined>;
3866
- }, undefined>, undefined>, undefined>;
3866
+ }, undefined>, undefined>;
3867
3867
  readonly type: v.StringSchema<undefined>;
3868
3868
  readonly name: v.StringSchema<undefined>;
3869
3869
  readonly locale: v.StringSchema<undefined>;
@@ -3877,18 +3877,6 @@ declare const SRoleDocumentWithRelations: v.ObjectSchema<{
3877
3877
  type SRoleDocumentWithRelations = v.InferOutput<typeof SRoleDocumentWithRelations>;
3878
3878
 
3879
3879
  declare const STrackingLinkDocumentWithRelations: v.ObjectSchema<{
3880
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
3881
- 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: - _ .">]>;
3882
- 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">]>;
3883
- readonly confirmed: v.BooleanSchema<undefined>;
3884
- readonly blocked: v.BooleanSchema<undefined>;
3885
- readonly provider: v.LiteralSchema<"local", undefined>;
3886
- readonly id: v.NumberSchema<undefined>;
3887
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3888
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3889
- readonly createdAt: v.StringSchema<undefined>;
3890
- readonly updatedAt: v.StringSchema<undefined>;
3891
- }, undefined>, undefined>;
3892
3880
  readonly group: v.OptionalSchema<v.ObjectSchema<{
3893
3881
  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">]>;
3894
3882
  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: - _ .">]>;
@@ -3902,6 +3890,18 @@ declare const STrackingLinkDocumentWithRelations: v.ObjectSchema<{
3902
3890
  readonly createdAt: v.StringSchema<undefined>;
3903
3891
  readonly updatedAt: v.StringSchema<undefined>;
3904
3892
  }, undefined>, undefined>;
3893
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
3894
+ 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: - _ .">]>;
3895
+ 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">]>;
3896
+ readonly confirmed: v.BooleanSchema<undefined>;
3897
+ readonly blocked: v.BooleanSchema<undefined>;
3898
+ readonly provider: v.LiteralSchema<"local", undefined>;
3899
+ readonly id: v.NumberSchema<undefined>;
3900
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
3901
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3902
+ readonly createdAt: v.StringSchema<undefined>;
3903
+ readonly updatedAt: v.StringSchema<undefined>;
3904
+ }, undefined>, undefined>;
3905
3905
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
3906
3906
  readonly destination: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>;
3907
3907
  readonly protocol: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.PicklistSchema<readonly ["http", "https"], "please provide a valid url protocol">]>;
@@ -4091,11 +4091,11 @@ declare const SUserDocumentWithRelations: v.ObjectSchema<{
4091
4091
  readonly updatedAt: v.StringSchema<undefined>;
4092
4092
  }, undefined>, undefined>, undefined>;
4093
4093
  readonly utm_ids: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
4094
+ 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">]>;
4094
4095
  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">]>;
4095
4096
  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: - _ .">]>;
4096
4097
  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>;
4097
4098
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4098
- 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">]>;
4099
4099
  readonly id: v.NumberSchema<undefined>;
4100
4100
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4101
4101
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4169,7 +4169,18 @@ declare const SUserDocumentWithRelations: v.ObjectSchema<{
4169
4169
  readonly createdAt: v.StringSchema<undefined>;
4170
4170
  readonly updatedAt: v.StringSchema<undefined>;
4171
4171
  }, undefined>, undefined>, undefined>;
4172
- readonly groups: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
4172
+ readonly role: v.OptionalSchema<v.ObjectSchema<{
4173
+ readonly type: v.StringSchema<undefined>;
4174
+ readonly name: v.StringSchema<undefined>;
4175
+ readonly locale: v.StringSchema<undefined>;
4176
+ readonly description: v.StringSchema<undefined>;
4177
+ readonly id: v.NumberSchema<undefined>;
4178
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4179
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4180
+ readonly createdAt: v.StringSchema<undefined>;
4181
+ readonly updatedAt: v.StringSchema<undefined>;
4182
+ }, undefined>, undefined>;
4183
+ readonly group: v.OptionalSchema<v.ObjectSchema<{
4173
4184
  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">]>;
4174
4185
  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: - _ .">]>;
4175
4186
  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>;
@@ -4181,17 +4192,6 @@ declare const SUserDocumentWithRelations: v.ObjectSchema<{
4181
4192
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4182
4193
  readonly createdAt: v.StringSchema<undefined>;
4183
4194
  readonly updatedAt: v.StringSchema<undefined>;
4184
- }, undefined>, undefined>, undefined>;
4185
- readonly role: v.OptionalSchema<v.ObjectSchema<{
4186
- readonly type: v.StringSchema<undefined>;
4187
- readonly name: v.StringSchema<undefined>;
4188
- readonly locale: v.StringSchema<undefined>;
4189
- readonly description: v.StringSchema<undefined>;
4190
- readonly id: v.NumberSchema<undefined>;
4191
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4192
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4193
- readonly createdAt: v.StringSchema<undefined>;
4194
- readonly updatedAt: v.StringSchema<undefined>;
4195
4195
  }, undefined>, undefined>;
4196
4196
  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: - _ .">]>;
4197
4197
  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">]>;
@@ -4316,25 +4316,13 @@ declare const SCampaignIdDocumentWithRelations: v.ObjectSchema<{
4316
4316
  readonly createdAt: v.StringSchema<undefined>;
4317
4317
  readonly updatedAt: v.StringSchema<undefined>;
4318
4318
  readonly SBaseCampaignIdDocument: v.ObjectSchema<{
4319
+ 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">]>;
4319
4320
  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">]>;
4320
4321
  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: - _ .">]>;
4321
4322
  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>;
4322
4323
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4323
- 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">]>;
4324
4324
  }, undefined>;
4325
4325
  readonly SCampaignIdRelationsDocument: v.ObjectSchema<{
4326
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4327
- 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: - _ .">]>;
4328
- 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">]>;
4329
- readonly confirmed: v.BooleanSchema<undefined>;
4330
- readonly blocked: v.BooleanSchema<undefined>;
4331
- readonly provider: v.LiteralSchema<"local", undefined>;
4332
- readonly id: v.NumberSchema<undefined>;
4333
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4334
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4335
- readonly createdAt: v.StringSchema<undefined>;
4336
- readonly updatedAt: v.StringSchema<undefined>;
4337
- }, undefined>, undefined>;
4338
4326
  readonly group: v.OptionalSchema<v.ObjectSchema<{
4339
4327
  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">]>;
4340
4328
  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: - _ .">]>;
@@ -4348,6 +4336,18 @@ declare const SCampaignIdDocumentWithRelations: v.ObjectSchema<{
4348
4336
  readonly createdAt: v.StringSchema<undefined>;
4349
4337
  readonly updatedAt: v.StringSchema<undefined>;
4350
4338
  }, undefined>, undefined>;
4339
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4340
+ 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: - _ .">]>;
4341
+ 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">]>;
4342
+ readonly confirmed: v.BooleanSchema<undefined>;
4343
+ readonly blocked: v.BooleanSchema<undefined>;
4344
+ readonly provider: v.LiteralSchema<"local", undefined>;
4345
+ readonly id: v.NumberSchema<undefined>;
4346
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4347
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4348
+ readonly createdAt: v.StringSchema<undefined>;
4349
+ readonly updatedAt: v.StringSchema<undefined>;
4350
+ }, undefined>, undefined>;
4351
4351
  }, undefined>;
4352
4352
  }, undefined>;
4353
4353
  type SCampaignIdDocumentWithRelations = v.InferOutput<typeof SCampaignIdDocumentWithRelations>;
@@ -4364,18 +4364,6 @@ declare const SCampaignKeyDocumentWithRelations: v.ObjectSchema<{
4364
4364
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4365
4365
  }, undefined>;
4366
4366
  readonly SCampaignKeyRelationsDocument: v.ObjectSchema<{
4367
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4368
- 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: - _ .">]>;
4369
- 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">]>;
4370
- readonly confirmed: v.BooleanSchema<undefined>;
4371
- readonly blocked: v.BooleanSchema<undefined>;
4372
- readonly provider: v.LiteralSchema<"local", undefined>;
4373
- readonly id: v.NumberSchema<undefined>;
4374
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4375
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4376
- readonly createdAt: v.StringSchema<undefined>;
4377
- readonly updatedAt: v.StringSchema<undefined>;
4378
- }, undefined>, undefined>;
4379
4367
  readonly group: v.OptionalSchema<v.ObjectSchema<{
4380
4368
  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">]>;
4381
4369
  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: - _ .">]>;
@@ -4389,6 +4377,18 @@ declare const SCampaignKeyDocumentWithRelations: v.ObjectSchema<{
4389
4377
  readonly createdAt: v.StringSchema<undefined>;
4390
4378
  readonly updatedAt: v.StringSchema<undefined>;
4391
4379
  }, undefined>, undefined>;
4380
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4381
+ 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: - _ .">]>;
4382
+ 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">]>;
4383
+ readonly confirmed: v.BooleanSchema<undefined>;
4384
+ readonly blocked: v.BooleanSchema<undefined>;
4385
+ readonly provider: v.LiteralSchema<"local", undefined>;
4386
+ readonly id: v.NumberSchema<undefined>;
4387
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4388
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4389
+ readonly createdAt: v.StringSchema<undefined>;
4390
+ readonly updatedAt: v.StringSchema<undefined>;
4391
+ }, undefined>, undefined>;
4392
4392
  }, undefined>;
4393
4393
  }, undefined>;
4394
4394
  type SCampaignKeyDocumentWithRelations = v.InferOutput<typeof SCampaignKeyDocumentWithRelations>;
@@ -4405,18 +4405,6 @@ declare const SCampaignPhaseDocumentWithRelations: v.ObjectSchema<{
4405
4405
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4406
4406
  }, undefined>;
4407
4407
  readonly SCampaignPhaseRelationsDocument: v.ObjectSchema<{
4408
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4409
- 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: - _ .">]>;
4410
- 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">]>;
4411
- readonly confirmed: v.BooleanSchema<undefined>;
4412
- readonly blocked: v.BooleanSchema<undefined>;
4413
- readonly provider: v.LiteralSchema<"local", undefined>;
4414
- readonly id: v.NumberSchema<undefined>;
4415
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4416
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4417
- readonly createdAt: v.StringSchema<undefined>;
4418
- readonly updatedAt: v.StringSchema<undefined>;
4419
- }, undefined>, undefined>;
4420
4408
  readonly group: v.OptionalSchema<v.ObjectSchema<{
4421
4409
  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">]>;
4422
4410
  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: - _ .">]>;
@@ -4430,6 +4418,18 @@ declare const SCampaignPhaseDocumentWithRelations: v.ObjectSchema<{
4430
4418
  readonly createdAt: v.StringSchema<undefined>;
4431
4419
  readonly updatedAt: v.StringSchema<undefined>;
4432
4420
  }, undefined>, undefined>;
4421
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4422
+ 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: - _ .">]>;
4423
+ 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">]>;
4424
+ readonly confirmed: v.BooleanSchema<undefined>;
4425
+ readonly blocked: v.BooleanSchema<undefined>;
4426
+ readonly provider: v.LiteralSchema<"local", undefined>;
4427
+ readonly id: v.NumberSchema<undefined>;
4428
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4429
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4430
+ readonly createdAt: v.StringSchema<undefined>;
4431
+ readonly updatedAt: v.StringSchema<undefined>;
4432
+ }, undefined>, undefined>;
4433
4433
  }, undefined>;
4434
4434
  }, undefined>;
4435
4435
  type SCampaignPhaseDocumentWithRelations = v.InferOutput<typeof SCampaignPhaseDocumentWithRelations>;
@@ -4446,18 +4446,6 @@ declare const SCampaignProductDocumentWithRelations: v.ObjectSchema<{
4446
4446
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4447
4447
  }, undefined>;
4448
4448
  readonly SCampaignProductRelationsDocument: v.ObjectSchema<{
4449
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4450
- 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: - _ .">]>;
4451
- 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">]>;
4452
- readonly confirmed: v.BooleanSchema<undefined>;
4453
- readonly blocked: v.BooleanSchema<undefined>;
4454
- readonly provider: v.LiteralSchema<"local", undefined>;
4455
- readonly id: v.NumberSchema<undefined>;
4456
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4457
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4458
- readonly createdAt: v.StringSchema<undefined>;
4459
- readonly updatedAt: v.StringSchema<undefined>;
4460
- }, undefined>, undefined>;
4461
4449
  readonly group: v.OptionalSchema<v.ObjectSchema<{
4462
4450
  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">]>;
4463
4451
  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: - _ .">]>;
@@ -4471,6 +4459,18 @@ declare const SCampaignProductDocumentWithRelations: v.ObjectSchema<{
4471
4459
  readonly createdAt: v.StringSchema<undefined>;
4472
4460
  readonly updatedAt: v.StringSchema<undefined>;
4473
4461
  }, undefined>, undefined>;
4462
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4463
+ 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: - _ .">]>;
4464
+ 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">]>;
4465
+ readonly confirmed: v.BooleanSchema<undefined>;
4466
+ readonly blocked: v.BooleanSchema<undefined>;
4467
+ readonly provider: v.LiteralSchema<"local", undefined>;
4468
+ readonly id: v.NumberSchema<undefined>;
4469
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4470
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4471
+ readonly createdAt: v.StringSchema<undefined>;
4472
+ readonly updatedAt: v.StringSchema<undefined>;
4473
+ }, undefined>, undefined>;
4474
4474
  }, undefined>;
4475
4475
  }, undefined>;
4476
4476
  type SCampaignProductDocumentWithRelations = v.InferOutput<typeof SCampaignProductDocumentWithRelations>;
@@ -4487,18 +4487,6 @@ declare const SSourceDocumentWithRelations: v.ObjectSchema<{
4487
4487
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4488
4488
  }, undefined>;
4489
4489
  readonly SSourceRelationsDocument: v.ObjectSchema<{
4490
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4491
- 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: - _ .">]>;
4492
- 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">]>;
4493
- readonly confirmed: v.BooleanSchema<undefined>;
4494
- readonly blocked: v.BooleanSchema<undefined>;
4495
- readonly provider: v.LiteralSchema<"local", undefined>;
4496
- readonly id: v.NumberSchema<undefined>;
4497
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4498
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4499
- readonly createdAt: v.StringSchema<undefined>;
4500
- readonly updatedAt: v.StringSchema<undefined>;
4501
- }, undefined>, undefined>;
4502
4490
  readonly group: v.OptionalSchema<v.ObjectSchema<{
4503
4491
  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">]>;
4504
4492
  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: - _ .">]>;
@@ -4512,6 +4500,18 @@ declare const SSourceDocumentWithRelations: v.ObjectSchema<{
4512
4500
  readonly createdAt: v.StringSchema<undefined>;
4513
4501
  readonly updatedAt: v.StringSchema<undefined>;
4514
4502
  }, undefined>, undefined>;
4503
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4504
+ 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: - _ .">]>;
4505
+ 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">]>;
4506
+ readonly confirmed: v.BooleanSchema<undefined>;
4507
+ readonly blocked: v.BooleanSchema<undefined>;
4508
+ readonly provider: v.LiteralSchema<"local", undefined>;
4509
+ readonly id: v.NumberSchema<undefined>;
4510
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4511
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4512
+ readonly createdAt: v.StringSchema<undefined>;
4513
+ readonly updatedAt: v.StringSchema<undefined>;
4514
+ }, undefined>, undefined>;
4515
4515
  }, undefined>;
4516
4516
  }, undefined>;
4517
4517
  type SSourceDocumentWithRelations = v.InferOutput<typeof SSourceDocumentWithRelations>;
@@ -4528,18 +4528,6 @@ declare const SMediumDocumentWithRelations: v.ObjectSchema<{
4528
4528
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4529
4529
  }, undefined>;
4530
4530
  readonly SMediumRelationsDocument: v.ObjectSchema<{
4531
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4532
- 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: - _ .">]>;
4533
- 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">]>;
4534
- readonly confirmed: v.BooleanSchema<undefined>;
4535
- readonly blocked: v.BooleanSchema<undefined>;
4536
- readonly provider: v.LiteralSchema<"local", undefined>;
4537
- readonly id: v.NumberSchema<undefined>;
4538
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4539
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4540
- readonly createdAt: v.StringSchema<undefined>;
4541
- readonly updatedAt: v.StringSchema<undefined>;
4542
- }, undefined>, undefined>;
4543
4531
  readonly group: v.OptionalSchema<v.ObjectSchema<{
4544
4532
  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">]>;
4545
4533
  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: - _ .">]>;
@@ -4553,6 +4541,18 @@ declare const SMediumDocumentWithRelations: v.ObjectSchema<{
4553
4541
  readonly createdAt: v.StringSchema<undefined>;
4554
4542
  readonly updatedAt: v.StringSchema<undefined>;
4555
4543
  }, undefined>, undefined>;
4544
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4545
+ 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: - _ .">]>;
4546
+ 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">]>;
4547
+ readonly confirmed: v.BooleanSchema<undefined>;
4548
+ readonly blocked: v.BooleanSchema<undefined>;
4549
+ readonly provider: v.LiteralSchema<"local", undefined>;
4550
+ readonly id: v.NumberSchema<undefined>;
4551
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4552
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4553
+ readonly createdAt: v.StringSchema<undefined>;
4554
+ readonly updatedAt: v.StringSchema<undefined>;
4555
+ }, undefined>, undefined>;
4556
4556
  }, undefined>;
4557
4557
  }, undefined>;
4558
4558
  type SMediumDocumentWithRelations = v.InferOutput<typeof SMediumDocumentWithRelations>;
@@ -4569,18 +4569,6 @@ declare const SContentDocumentWithRelations: v.ObjectSchema<{
4569
4569
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4570
4570
  }, undefined>;
4571
4571
  readonly SContentRelationsDocument: v.ObjectSchema<{
4572
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4573
- 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: - _ .">]>;
4574
- 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">]>;
4575
- readonly confirmed: v.BooleanSchema<undefined>;
4576
- readonly blocked: v.BooleanSchema<undefined>;
4577
- readonly provider: v.LiteralSchema<"local", undefined>;
4578
- readonly id: v.NumberSchema<undefined>;
4579
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4580
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4581
- readonly createdAt: v.StringSchema<undefined>;
4582
- readonly updatedAt: v.StringSchema<undefined>;
4583
- }, undefined>, undefined>;
4584
4572
  readonly group: v.OptionalSchema<v.ObjectSchema<{
4585
4573
  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">]>;
4586
4574
  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: - _ .">]>;
@@ -4594,6 +4582,18 @@ declare const SContentDocumentWithRelations: v.ObjectSchema<{
4594
4582
  readonly createdAt: v.StringSchema<undefined>;
4595
4583
  readonly updatedAt: v.StringSchema<undefined>;
4596
4584
  }, undefined>, undefined>;
4585
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4586
+ 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: - _ .">]>;
4587
+ 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">]>;
4588
+ readonly confirmed: v.BooleanSchema<undefined>;
4589
+ readonly blocked: v.BooleanSchema<undefined>;
4590
+ readonly provider: v.LiteralSchema<"local", undefined>;
4591
+ readonly id: v.NumberSchema<undefined>;
4592
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4593
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4594
+ readonly createdAt: v.StringSchema<undefined>;
4595
+ readonly updatedAt: v.StringSchema<undefined>;
4596
+ }, undefined>, undefined>;
4597
4597
  }, undefined>;
4598
4598
  }, undefined>;
4599
4599
  type SContentDocumentWithRelations = v.InferOutput<typeof SContentDocumentWithRelations>;
@@ -4610,18 +4610,6 @@ declare const SCreativeFormatDocumentWithRelations: v.ObjectSchema<{
4610
4610
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4611
4611
  }, undefined>;
4612
4612
  readonly SCreativeFormatRelationsDocument: v.ObjectSchema<{
4613
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4614
- 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: - _ .">]>;
4615
- 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">]>;
4616
- readonly confirmed: v.BooleanSchema<undefined>;
4617
- readonly blocked: v.BooleanSchema<undefined>;
4618
- readonly provider: v.LiteralSchema<"local", undefined>;
4619
- readonly id: v.NumberSchema<undefined>;
4620
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4621
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4622
- readonly createdAt: v.StringSchema<undefined>;
4623
- readonly updatedAt: v.StringSchema<undefined>;
4624
- }, undefined>, undefined>;
4625
4613
  readonly group: v.OptionalSchema<v.ObjectSchema<{
4626
4614
  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">]>;
4627
4615
  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: - _ .">]>;
@@ -4635,6 +4623,18 @@ declare const SCreativeFormatDocumentWithRelations: v.ObjectSchema<{
4635
4623
  readonly createdAt: v.StringSchema<undefined>;
4636
4624
  readonly updatedAt: v.StringSchema<undefined>;
4637
4625
  }, undefined>, undefined>;
4626
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4627
+ 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: - _ .">]>;
4628
+ 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">]>;
4629
+ readonly confirmed: v.BooleanSchema<undefined>;
4630
+ readonly blocked: v.BooleanSchema<undefined>;
4631
+ readonly provider: v.LiteralSchema<"local", undefined>;
4632
+ readonly id: v.NumberSchema<undefined>;
4633
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4634
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4635
+ readonly createdAt: v.StringSchema<undefined>;
4636
+ readonly updatedAt: v.StringSchema<undefined>;
4637
+ }, undefined>, undefined>;
4638
4638
  }, undefined>;
4639
4639
  }, undefined>;
4640
4640
  type SCreativeFormatDocumentWithRelations = v.InferOutput<typeof SCreativeFormatDocumentWithRelations>;
@@ -4651,18 +4651,6 @@ declare const SCreativeFormatVariantDocumentWithRelations: v.ObjectSchema<{
4651
4651
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4652
4652
  }, undefined>;
4653
4653
  readonly SCreativeFormatVariantRelationsDocument: v.ObjectSchema<{
4654
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4655
- 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: - _ .">]>;
4656
- 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">]>;
4657
- readonly confirmed: v.BooleanSchema<undefined>;
4658
- readonly blocked: v.BooleanSchema<undefined>;
4659
- readonly provider: v.LiteralSchema<"local", undefined>;
4660
- readonly id: v.NumberSchema<undefined>;
4661
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4662
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4663
- readonly createdAt: v.StringSchema<undefined>;
4664
- readonly updatedAt: v.StringSchema<undefined>;
4665
- }, undefined>, undefined>;
4666
4654
  readonly group: v.OptionalSchema<v.ObjectSchema<{
4667
4655
  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">]>;
4668
4656
  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: - _ .">]>;
@@ -4676,6 +4664,18 @@ declare const SCreativeFormatVariantDocumentWithRelations: v.ObjectSchema<{
4676
4664
  readonly createdAt: v.StringSchema<undefined>;
4677
4665
  readonly updatedAt: v.StringSchema<undefined>;
4678
4666
  }, undefined>, undefined>;
4667
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4668
+ 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: - _ .">]>;
4669
+ 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">]>;
4670
+ readonly confirmed: v.BooleanSchema<undefined>;
4671
+ readonly blocked: v.BooleanSchema<undefined>;
4672
+ readonly provider: v.LiteralSchema<"local", undefined>;
4673
+ readonly id: v.NumberSchema<undefined>;
4674
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4675
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4676
+ readonly createdAt: v.StringSchema<undefined>;
4677
+ readonly updatedAt: v.StringSchema<undefined>;
4678
+ }, undefined>, undefined>;
4679
4679
  }, undefined>;
4680
4680
  }, undefined>;
4681
4681
  type SCreativeFormatVariantDocumentWithRelations = v.InferOutput<typeof SCreativeFormatVariantDocumentWithRelations>;
@@ -4692,18 +4692,6 @@ declare const STermDocumentWithRelations: v.ObjectSchema<{
4692
4692
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4693
4693
  }, undefined>;
4694
4694
  readonly STermRelationsDocument: v.ObjectSchema<{
4695
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4696
- 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: - _ .">]>;
4697
- 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">]>;
4698
- readonly confirmed: v.BooleanSchema<undefined>;
4699
- readonly blocked: v.BooleanSchema<undefined>;
4700
- readonly provider: v.LiteralSchema<"local", undefined>;
4701
- readonly id: v.NumberSchema<undefined>;
4702
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4703
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4704
- readonly createdAt: v.StringSchema<undefined>;
4705
- readonly updatedAt: v.StringSchema<undefined>;
4706
- }, undefined>, undefined>;
4707
4695
  readonly group: v.OptionalSchema<v.ObjectSchema<{
4708
4696
  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">]>;
4709
4697
  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: - _ .">]>;
@@ -4717,23 +4705,23 @@ declare const STermDocumentWithRelations: v.ObjectSchema<{
4717
4705
  readonly createdAt: v.StringSchema<undefined>;
4718
4706
  readonly updatedAt: v.StringSchema<undefined>;
4719
4707
  }, undefined>, undefined>;
4708
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4709
+ 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: - _ .">]>;
4710
+ 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">]>;
4711
+ readonly confirmed: v.BooleanSchema<undefined>;
4712
+ readonly blocked: v.BooleanSchema<undefined>;
4713
+ readonly provider: v.LiteralSchema<"local", undefined>;
4714
+ readonly id: v.NumberSchema<undefined>;
4715
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4716
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4717
+ readonly createdAt: v.StringSchema<undefined>;
4718
+ readonly updatedAt: v.StringSchema<undefined>;
4719
+ }, undefined>, undefined>;
4720
4720
  }, undefined>;
4721
4721
  }, undefined>;
4722
4722
  type STermDocumentWithRelations = v.InferOutput<typeof STermDocumentWithRelations>;
4723
4723
 
4724
4724
  declare const SWebsiteDocumentWithRelations: v.ObjectSchema<{
4725
- readonly creator: v.OptionalSchema<v.ObjectSchema<{
4726
- 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: - _ .">]>;
4727
- 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">]>;
4728
- readonly confirmed: v.BooleanSchema<undefined>;
4729
- readonly blocked: v.BooleanSchema<undefined>;
4730
- readonly provider: v.LiteralSchema<"local", undefined>;
4731
- readonly id: v.NumberSchema<undefined>;
4732
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4733
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4734
- readonly createdAt: v.StringSchema<undefined>;
4735
- readonly updatedAt: v.StringSchema<undefined>;
4736
- }, undefined>, undefined>;
4737
4725
  readonly group: v.OptionalSchema<v.ObjectSchema<{
4738
4726
  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">]>;
4739
4727
  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: - _ .">]>;
@@ -4747,6 +4735,18 @@ declare const SWebsiteDocumentWithRelations: v.ObjectSchema<{
4747
4735
  readonly createdAt: v.StringSchema<undefined>;
4748
4736
  readonly updatedAt: v.StringSchema<undefined>;
4749
4737
  }, undefined>, undefined>;
4738
+ readonly creator: v.OptionalSchema<v.ObjectSchema<{
4739
+ 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: - _ .">]>;
4740
+ 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">]>;
4741
+ readonly confirmed: v.BooleanSchema<undefined>;
4742
+ readonly blocked: v.BooleanSchema<undefined>;
4743
+ readonly provider: v.LiteralSchema<"local", undefined>;
4744
+ readonly id: v.NumberSchema<undefined>;
4745
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4746
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4747
+ readonly createdAt: v.StringSchema<undefined>;
4748
+ readonly updatedAt: v.StringSchema<undefined>;
4749
+ }, undefined>, undefined>;
4750
4750
  readonly domain: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a domain">, v.TrimAction, v.MinLengthAction<string, 10, "the domain is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 253, "the domain is too long, it must be 253 characters or less">, v.RegexAction<string, "please provide a valid domain name">]>;
4751
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>;
4752
4752
  readonly is_secure: v.BooleanSchema<"isSecure must be a boolean">;