@joeygrable94/utm-src-pub-validators 0.0.50 → 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.cjs +1071 -968
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +329 -351
- package/dist/index.d.ts +329 -351
- package/dist/index.js +1070 -967
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
|
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
|
|
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
|
|
2176
|
+
}, undefined>, undefined>;
|
|
2177
2177
|
}, undefined>;
|
|
2178
2178
|
|
|
2179
2179
|
declare const SBaseRoleDocument: v.ObjectSchema<{
|
|
@@ -2188,15 +2188,13 @@ type SRoleDocumentOut = v.InferOutput<typeof SRoleDocument>;
|
|
|
2188
2188
|
type SRoleRelationsDocumentIn = v.InferInput<typeof SRoleRelationsDocument>;
|
|
2189
2189
|
type SRoleRelationsDocumentOut = v.InferOutput<typeof SRoleRelationsDocument>;
|
|
2190
2190
|
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
}
|
|
2198
|
-
|
|
2199
|
-
type SBaseDocumentOut = v.InferOutput<typeof SBaseDocument>;
|
|
2191
|
+
type SBaseDocument = {
|
|
2192
|
+
id: number;
|
|
2193
|
+
documentId: string;
|
|
2194
|
+
publishedAt?: string | null;
|
|
2195
|
+
createdAt: string;
|
|
2196
|
+
updatedAt: string;
|
|
2197
|
+
};
|
|
2200
2198
|
|
|
2201
2199
|
type MediaFormat = {
|
|
2202
2200
|
ext: string;
|
|
@@ -2216,7 +2214,7 @@ type MediaFormats = {
|
|
|
2216
2214
|
medium?: MediaFormat;
|
|
2217
2215
|
thumbnail?: MediaFormat;
|
|
2218
2216
|
};
|
|
2219
|
-
type MediaUploadDocument =
|
|
2217
|
+
type MediaUploadDocument = SBaseDocument & {
|
|
2220
2218
|
name: string;
|
|
2221
2219
|
alternativeText: string | null;
|
|
2222
2220
|
caption: string | null;
|
|
@@ -2383,18 +2381,6 @@ declare const STrackingLinkDocument: v.ObjectSchema<{
|
|
|
2383
2381
|
}, undefined>;
|
|
2384
2382
|
|
|
2385
2383
|
declare const STrackingLinkRelationsDocument: v.ObjectSchema<{
|
|
2386
|
-
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
2387
|
-
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: - _ .">]>;
|
|
2388
|
-
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">]>;
|
|
2389
|
-
readonly confirmed: v.BooleanSchema<undefined>;
|
|
2390
|
-
readonly blocked: v.BooleanSchema<undefined>;
|
|
2391
|
-
readonly provider: v.LiteralSchema<"local", undefined>;
|
|
2392
|
-
readonly id: v.NumberSchema<undefined>;
|
|
2393
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2394
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2395
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
2396
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
2397
|
-
}, undefined>, undefined>;
|
|
2398
2384
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
2399
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">]>;
|
|
2400
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: - _ .">]>;
|
|
@@ -2408,6 +2394,18 @@ declare const STrackingLinkRelationsDocument: v.ObjectSchema<{
|
|
|
2408
2394
|
readonly createdAt: v.StringSchema<undefined>;
|
|
2409
2395
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
2410
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>;
|
|
2411
2409
|
}, undefined>;
|
|
2412
2410
|
|
|
2413
2411
|
declare const SBaseTrackingLinkDocument: v.ObjectSchema<{
|
|
@@ -2654,11 +2652,11 @@ declare const SUserRelationMediums: v.ObjectSchema<{
|
|
|
2654
2652
|
}, undefined>;
|
|
2655
2653
|
declare const SUserRelationCampaignIds: v.ObjectSchema<{
|
|
2656
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">]>;
|
|
2657
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">]>;
|
|
2658
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: - _ .">]>;
|
|
2659
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>;
|
|
2660
2659
|
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
2661
|
-
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">]>;
|
|
2662
2660
|
readonly id: v.NumberSchema<undefined>;
|
|
2663
2661
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2664
2662
|
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -2836,11 +2834,11 @@ declare const SUserRelationsDocument: v.ObjectSchema<{
|
|
|
2836
2834
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
2837
2835
|
}, undefined>, undefined>, undefined>;
|
|
2838
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">]>;
|
|
2839
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">]>;
|
|
2840
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: - _ .">]>;
|
|
2841
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>;
|
|
2842
2841
|
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
2843
|
-
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">]>;
|
|
2844
2842
|
readonly id: v.NumberSchema<undefined>;
|
|
2845
2843
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2846
2844
|
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -2914,7 +2912,18 @@ declare const SUserRelationsDocument: v.ObjectSchema<{
|
|
|
2914
2912
|
readonly createdAt: v.StringSchema<undefined>;
|
|
2915
2913
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
2916
2914
|
}, undefined>, undefined>, undefined>;
|
|
2917
|
-
readonly
|
|
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<{
|
|
2918
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">]>;
|
|
2919
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: - _ .">]>;
|
|
2920
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>;
|
|
@@ -2926,17 +2935,6 @@ declare const SUserRelationsDocument: v.ObjectSchema<{
|
|
|
2926
2935
|
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2927
2936
|
readonly createdAt: v.StringSchema<undefined>;
|
|
2928
2937
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
2929
|
-
}, undefined>, undefined>, undefined>;
|
|
2930
|
-
readonly role: v.OptionalSchema<v.ObjectSchema<{
|
|
2931
|
-
readonly type: v.StringSchema<undefined>;
|
|
2932
|
-
readonly name: v.StringSchema<undefined>;
|
|
2933
|
-
readonly locale: v.StringSchema<undefined>;
|
|
2934
|
-
readonly description: v.StringSchema<undefined>;
|
|
2935
|
-
readonly id: v.NumberSchema<undefined>;
|
|
2936
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2937
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2938
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
2939
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
2940
2938
|
}, undefined>, undefined>;
|
|
2941
2939
|
}, undefined>;
|
|
2942
2940
|
|
|
@@ -3070,11 +3068,11 @@ type SUserLimitationsRelationsDocumentIn = v.InferInput<typeof SUserLimitationsR
|
|
|
3070
3068
|
type SUserLimitationsRelationsDocumentOut = v.InferOutput<typeof SUserLimitationsRelationsDocument>;
|
|
3071
3069
|
|
|
3072
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">]>;
|
|
3073
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">]>;
|
|
3074
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: - _ .">]>;
|
|
3075
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>;
|
|
3076
3075
|
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
3077
|
-
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">]>;
|
|
3078
3076
|
readonly id: v.NumberSchema<undefined>;
|
|
3079
3077
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3080
3078
|
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -3182,18 +3180,6 @@ declare const STermDocument: v.ObjectSchema<{
|
|
|
3182
3180
|
}, undefined>;
|
|
3183
3181
|
|
|
3184
3182
|
declare const SCampaignIdRelationsDocument: v.ObjectSchema<{
|
|
3185
|
-
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
3186
|
-
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: - _ .">]>;
|
|
3187
|
-
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">]>;
|
|
3188
|
-
readonly confirmed: v.BooleanSchema<undefined>;
|
|
3189
|
-
readonly blocked: v.BooleanSchema<undefined>;
|
|
3190
|
-
readonly provider: v.LiteralSchema<"local", undefined>;
|
|
3191
|
-
readonly id: v.NumberSchema<undefined>;
|
|
3192
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3193
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3194
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
3195
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
3196
|
-
}, undefined>, undefined>;
|
|
3197
3183
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
3198
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">]>;
|
|
3199
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: - _ .">]>;
|
|
@@ -3207,8 +3193,6 @@ declare const SCampaignIdRelationsDocument: v.ObjectSchema<{
|
|
|
3207
3193
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3208
3194
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3209
3195
|
}, undefined>, undefined>;
|
|
3210
|
-
}, undefined>;
|
|
3211
|
-
declare const SCampaignPhaseRelationsDocument: v.ObjectSchema<{
|
|
3212
3196
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
3213
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: - _ .">]>;
|
|
3214
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">]>;
|
|
@@ -3221,6 +3205,8 @@ declare const SCampaignPhaseRelationsDocument: v.ObjectSchema<{
|
|
|
3221
3205
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3222
3206
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3223
3207
|
}, undefined>, undefined>;
|
|
3208
|
+
}, undefined>;
|
|
3209
|
+
declare const SCampaignPhaseRelationsDocument: v.ObjectSchema<{
|
|
3224
3210
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
3225
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">]>;
|
|
3226
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: - _ .">]>;
|
|
@@ -3234,8 +3220,6 @@ declare const SCampaignPhaseRelationsDocument: v.ObjectSchema<{
|
|
|
3234
3220
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3235
3221
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3236
3222
|
}, undefined>, undefined>;
|
|
3237
|
-
}, undefined>;
|
|
3238
|
-
declare const SCampaignProductRelationsDocument: v.ObjectSchema<{
|
|
3239
3223
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
3240
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: - _ .">]>;
|
|
3241
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">]>;
|
|
@@ -3248,6 +3232,8 @@ declare const SCampaignProductRelationsDocument: v.ObjectSchema<{
|
|
|
3248
3232
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3249
3233
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3250
3234
|
}, undefined>, undefined>;
|
|
3235
|
+
}, undefined>;
|
|
3236
|
+
declare const SCampaignProductRelationsDocument: v.ObjectSchema<{
|
|
3251
3237
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
3252
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">]>;
|
|
3253
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: - _ .">]>;
|
|
@@ -3261,8 +3247,6 @@ declare const SCampaignProductRelationsDocument: v.ObjectSchema<{
|
|
|
3261
3247
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3262
3248
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3263
3249
|
}, undefined>, undefined>;
|
|
3264
|
-
}, undefined>;
|
|
3265
|
-
declare const SCampaignKeyRelationsDocument: v.ObjectSchema<{
|
|
3266
3250
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
3267
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: - _ .">]>;
|
|
3268
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">]>;
|
|
@@ -3275,6 +3259,8 @@ declare const SCampaignKeyRelationsDocument: v.ObjectSchema<{
|
|
|
3275
3259
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3276
3260
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3277
3261
|
}, undefined>, undefined>;
|
|
3262
|
+
}, undefined>;
|
|
3263
|
+
declare const SCampaignKeyRelationsDocument: v.ObjectSchema<{
|
|
3278
3264
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
3279
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">]>;
|
|
3280
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: - _ .">]>;
|
|
@@ -3288,8 +3274,6 @@ declare const SCampaignKeyRelationsDocument: v.ObjectSchema<{
|
|
|
3288
3274
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3289
3275
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3290
3276
|
}, undefined>, undefined>;
|
|
3291
|
-
}, undefined>;
|
|
3292
|
-
declare const SSourceRelationsDocument: v.ObjectSchema<{
|
|
3293
3277
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
3294
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: - _ .">]>;
|
|
3295
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">]>;
|
|
@@ -3302,6 +3286,8 @@ declare const SSourceRelationsDocument: v.ObjectSchema<{
|
|
|
3302
3286
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3303
3287
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3304
3288
|
}, undefined>, undefined>;
|
|
3289
|
+
}, undefined>;
|
|
3290
|
+
declare const SSourceRelationsDocument: v.ObjectSchema<{
|
|
3305
3291
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
3306
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">]>;
|
|
3307
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: - _ .">]>;
|
|
@@ -3315,8 +3301,6 @@ declare const SSourceRelationsDocument: v.ObjectSchema<{
|
|
|
3315
3301
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3316
3302
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3317
3303
|
}, undefined>, undefined>;
|
|
3318
|
-
}, undefined>;
|
|
3319
|
-
declare const SMediumRelationsDocument: v.ObjectSchema<{
|
|
3320
3304
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
3321
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: - _ .">]>;
|
|
3322
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">]>;
|
|
@@ -3329,6 +3313,8 @@ declare const SMediumRelationsDocument: v.ObjectSchema<{
|
|
|
3329
3313
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3330
3314
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3331
3315
|
}, undefined>, undefined>;
|
|
3316
|
+
}, undefined>;
|
|
3317
|
+
declare const SMediumRelationsDocument: v.ObjectSchema<{
|
|
3332
3318
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
3333
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">]>;
|
|
3334
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: - _ .">]>;
|
|
@@ -3342,8 +3328,6 @@ declare const SMediumRelationsDocument: v.ObjectSchema<{
|
|
|
3342
3328
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3343
3329
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3344
3330
|
}, undefined>, undefined>;
|
|
3345
|
-
}, undefined>;
|
|
3346
|
-
declare const SContentRelationsDocument: v.ObjectSchema<{
|
|
3347
3331
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
3348
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: - _ .">]>;
|
|
3349
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">]>;
|
|
@@ -3356,6 +3340,8 @@ declare const SContentRelationsDocument: v.ObjectSchema<{
|
|
|
3356
3340
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3357
3341
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3358
3342
|
}, undefined>, undefined>;
|
|
3343
|
+
}, undefined>;
|
|
3344
|
+
declare const SContentRelationsDocument: v.ObjectSchema<{
|
|
3359
3345
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
3360
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">]>;
|
|
3361
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: - _ .">]>;
|
|
@@ -3369,8 +3355,6 @@ declare const SContentRelationsDocument: v.ObjectSchema<{
|
|
|
3369
3355
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3370
3356
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3371
3357
|
}, undefined>, undefined>;
|
|
3372
|
-
}, undefined>;
|
|
3373
|
-
declare const SCreativeFormatRelationsDocument: v.ObjectSchema<{
|
|
3374
3358
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
3375
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: - _ .">]>;
|
|
3376
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">]>;
|
|
@@ -3383,6 +3367,8 @@ declare const SCreativeFormatRelationsDocument: v.ObjectSchema<{
|
|
|
3383
3367
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3384
3368
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3385
3369
|
}, undefined>, undefined>;
|
|
3370
|
+
}, undefined>;
|
|
3371
|
+
declare const SCreativeFormatRelationsDocument: v.ObjectSchema<{
|
|
3386
3372
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
3387
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">]>;
|
|
3388
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: - _ .">]>;
|
|
@@ -3396,8 +3382,6 @@ declare const SCreativeFormatRelationsDocument: v.ObjectSchema<{
|
|
|
3396
3382
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3397
3383
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3398
3384
|
}, undefined>, undefined>;
|
|
3399
|
-
}, undefined>;
|
|
3400
|
-
declare const SCreativeFormatVariantRelationsDocument: v.ObjectSchema<{
|
|
3401
3385
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
3402
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: - _ .">]>;
|
|
3403
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">]>;
|
|
@@ -3410,6 +3394,8 @@ declare const SCreativeFormatVariantRelationsDocument: v.ObjectSchema<{
|
|
|
3410
3394
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3411
3395
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3412
3396
|
}, undefined>, undefined>;
|
|
3397
|
+
}, undefined>;
|
|
3398
|
+
declare const SCreativeFormatVariantRelationsDocument: v.ObjectSchema<{
|
|
3413
3399
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
3414
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">]>;
|
|
3415
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: - _ .">]>;
|
|
@@ -3423,8 +3409,6 @@ declare const SCreativeFormatVariantRelationsDocument: v.ObjectSchema<{
|
|
|
3423
3409
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3424
3410
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3425
3411
|
}, undefined>, undefined>;
|
|
3426
|
-
}, undefined>;
|
|
3427
|
-
declare const STermRelationsDocument: v.ObjectSchema<{
|
|
3428
3412
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
3429
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: - _ .">]>;
|
|
3430
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">]>;
|
|
@@ -3437,6 +3421,8 @@ declare const STermRelationsDocument: v.ObjectSchema<{
|
|
|
3437
3421
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3438
3422
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3439
3423
|
}, undefined>, undefined>;
|
|
3424
|
+
}, undefined>;
|
|
3425
|
+
declare const STermRelationsDocument: v.ObjectSchema<{
|
|
3440
3426
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
3441
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">]>;
|
|
3442
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: - _ .">]>;
|
|
@@ -3450,14 +3436,26 @@ declare const STermRelationsDocument: v.ObjectSchema<{
|
|
|
3450
3436
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3451
3437
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3452
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>;
|
|
3453
3451
|
}, undefined>;
|
|
3454
3452
|
|
|
3455
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">]>;
|
|
3456
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">]>;
|
|
3457
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: - _ .">]>;
|
|
3458
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>;
|
|
3459
3458
|
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
3460
|
-
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">]>;
|
|
3461
3459
|
}, undefined>;
|
|
3462
3460
|
declare const SBaseCampaignPhaseDocument: v.ObjectSchema<{
|
|
3463
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">]>;
|
|
@@ -3568,18 +3566,6 @@ declare const SWebsiteDocument: v.ObjectSchema<{
|
|
|
3568
3566
|
}, undefined>;
|
|
3569
3567
|
|
|
3570
3568
|
declare const SWebsiteRelationsDocument: v.ObjectSchema<{
|
|
3571
|
-
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
3572
|
-
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: - _ .">]>;
|
|
3573
|
-
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">]>;
|
|
3574
|
-
readonly confirmed: v.BooleanSchema<undefined>;
|
|
3575
|
-
readonly blocked: v.BooleanSchema<undefined>;
|
|
3576
|
-
readonly provider: v.LiteralSchema<"local", undefined>;
|
|
3577
|
-
readonly id: v.NumberSchema<undefined>;
|
|
3578
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3579
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3580
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
3581
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
3582
|
-
}, undefined>, undefined>;
|
|
3583
3569
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
3584
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">]>;
|
|
3585
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: - _ .">]>;
|
|
@@ -3593,6 +3579,18 @@ declare const SWebsiteRelationsDocument: v.ObjectSchema<{
|
|
|
3593
3579
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3594
3580
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3595
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>;
|
|
3596
3594
|
}, undefined>;
|
|
3597
3595
|
|
|
3598
3596
|
declare const SBaseWebsiteDocument: v.ObjectSchema<{
|
|
@@ -3608,6 +3606,18 @@ type SWebsiteRelationsDocumentIn = v.InferInput<typeof SWebsiteRelationsDocument
|
|
|
3608
3606
|
type SWebsiteRelationsDocumentOut = v.InferOutput<typeof SWebsiteRelationsDocument>;
|
|
3609
3607
|
|
|
3610
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>;
|
|
3611
3621
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
3612
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">]>;
|
|
3613
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: - _ .">]>;
|
|
@@ -3621,7 +3631,16 @@ declare const SGroupUserDocumentWithRelations: v.ObjectSchema<{
|
|
|
3621
3631
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3622
3632
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3623
3633
|
}, undefined>, undefined>;
|
|
3624
|
-
readonly
|
|
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<{
|
|
3625
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: - _ .">]>;
|
|
3626
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">]>;
|
|
3627
3646
|
readonly confirmed: v.BooleanSchema<undefined>;
|
|
@@ -3632,16 +3651,7 @@ declare const SGroupUserDocumentWithRelations: v.ObjectSchema<{
|
|
|
3632
3651
|
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3633
3652
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3634
3653
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3635
|
-
}, undefined
|
|
3636
|
-
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">]>;
|
|
3637
|
-
readonly id: v.NumberSchema<undefined>;
|
|
3638
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3639
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3640
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
3641
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
3642
|
-
}, undefined>;
|
|
3643
|
-
type SGroupUserDocumentWithRelations = v.InferOutput<typeof SGroupUserDocumentWithRelations>;
|
|
3644
|
-
declare const SGroupUserDocumentReqRelations: v.ObjectSchema<{
|
|
3654
|
+
}, undefined>;
|
|
3645
3655
|
readonly group: v.ObjectSchema<{
|
|
3646
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">]>;
|
|
3647
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: - _ .">]>;
|
|
@@ -3655,18 +3665,6 @@ declare const SGroupUserDocumentReqRelations: v.ObjectSchema<{
|
|
|
3655
3665
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3656
3666
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3657
3667
|
}, undefined>;
|
|
3658
|
-
readonly user: v.ObjectSchema<{
|
|
3659
|
-
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: - _ .">]>;
|
|
3660
|
-
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">]>;
|
|
3661
|
-
readonly confirmed: v.BooleanSchema<undefined>;
|
|
3662
|
-
readonly blocked: v.BooleanSchema<undefined>;
|
|
3663
|
-
readonly provider: v.LiteralSchema<"local", undefined>;
|
|
3664
|
-
readonly id: v.NumberSchema<undefined>;
|
|
3665
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3666
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3667
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
3668
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
3669
|
-
}, undefined>;
|
|
3670
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">]>;
|
|
3671
3669
|
readonly id: v.NumberSchema<undefined>;
|
|
3672
3670
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
@@ -3750,11 +3748,11 @@ declare const SGroupDocumentWithRelations: v.ObjectSchema<{
|
|
|
3750
3748
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3751
3749
|
}, undefined>, undefined>, undefined>;
|
|
3752
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">]>;
|
|
3753
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">]>;
|
|
3754
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: - _ .">]>;
|
|
3755
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>;
|
|
3756
3755
|
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
3757
|
-
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">]>;
|
|
3758
3756
|
readonly id: v.NumberSchema<undefined>;
|
|
3759
3757
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3760
3758
|
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -3854,7 +3852,7 @@ declare const SGroupDocumentWithRelations: v.ObjectSchema<{
|
|
|
3854
3852
|
type SGroupDocumentWithRelations = v.InferOutput<typeof SGroupDocumentWithRelations>;
|
|
3855
3853
|
|
|
3856
3854
|
declare const SRoleDocumentWithRelations: v.ObjectSchema<{
|
|
3857
|
-
readonly
|
|
3855
|
+
readonly user: v.OptionalSchema<v.ObjectSchema<{
|
|
3858
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: - _ .">]>;
|
|
3859
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">]>;
|
|
3860
3858
|
readonly confirmed: v.BooleanSchema<undefined>;
|
|
@@ -3865,7 +3863,7 @@ declare const SRoleDocumentWithRelations: v.ObjectSchema<{
|
|
|
3865
3863
|
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3866
3864
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3867
3865
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3868
|
-
}, undefined>, undefined
|
|
3866
|
+
}, undefined>, undefined>;
|
|
3869
3867
|
readonly type: v.StringSchema<undefined>;
|
|
3870
3868
|
readonly name: v.StringSchema<undefined>;
|
|
3871
3869
|
readonly locale: v.StringSchema<undefined>;
|
|
@@ -3879,18 +3877,6 @@ declare const SRoleDocumentWithRelations: v.ObjectSchema<{
|
|
|
3879
3877
|
type SRoleDocumentWithRelations = v.InferOutput<typeof SRoleDocumentWithRelations>;
|
|
3880
3878
|
|
|
3881
3879
|
declare const STrackingLinkDocumentWithRelations: v.ObjectSchema<{
|
|
3882
|
-
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
3883
|
-
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: - _ .">]>;
|
|
3884
|
-
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">]>;
|
|
3885
|
-
readonly confirmed: v.BooleanSchema<undefined>;
|
|
3886
|
-
readonly blocked: v.BooleanSchema<undefined>;
|
|
3887
|
-
readonly provider: v.LiteralSchema<"local", undefined>;
|
|
3888
|
-
readonly id: v.NumberSchema<undefined>;
|
|
3889
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3890
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3891
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
3892
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
3893
|
-
}, undefined>, undefined>;
|
|
3894
3880
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
3895
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">]>;
|
|
3896
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: - _ .">]>;
|
|
@@ -3904,11 +3890,23 @@ declare const STrackingLinkDocumentWithRelations: v.ObjectSchema<{
|
|
|
3904
3890
|
readonly createdAt: v.StringSchema<undefined>;
|
|
3905
3891
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
3906
3892
|
}, undefined>, undefined>;
|
|
3907
|
-
readonly
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
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
|
+
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
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
|
+
readonly protocol: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.PicklistSchema<readonly ["http", "https"], "please provide a valid url protocol">]>;
|
|
3908
|
+
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">]>;
|
|
3909
|
+
readonly path: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url path">, v.TrimAction, v.MinLengthAction<string, 1, "the url path is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2038, "the url path is too long, it must be 2038 characters or less">]>, undefined>;
|
|
3912
3910
|
readonly query: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url query">, v.TrimAction, v.MinLengthAction<string, 1, "the url query is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2038, "the url query is too long, it must be 2038 characters or less">]>, undefined>;
|
|
3913
3911
|
readonly fragment: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url hash/fragment">, v.TrimAction, v.MinLengthAction<string, 1, "the url hash/fragment is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2038, "the url hash/fragment is too long, it must be 2038 characters or less">]>, undefined>;
|
|
3914
3912
|
readonly utm_source: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_source is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2026, "the utm_source is too long, it must be 2026 characters or less">, v.RegexAction<string, "utm_source can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
@@ -4093,11 +4091,11 @@ declare const SUserDocumentWithRelations: v.ObjectSchema<{
|
|
|
4093
4091
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4094
4092
|
}, undefined>, undefined>, undefined>;
|
|
4095
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">]>;
|
|
4096
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">]>;
|
|
4097
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: - _ .">]>;
|
|
4098
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>;
|
|
4099
4098
|
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4100
|
-
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">]>;
|
|
4101
4099
|
readonly id: v.NumberSchema<undefined>;
|
|
4102
4100
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4103
4101
|
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -4171,7 +4169,18 @@ declare const SUserDocumentWithRelations: v.ObjectSchema<{
|
|
|
4171
4169
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4172
4170
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4173
4171
|
}, undefined>, undefined>, undefined>;
|
|
4174
|
-
readonly
|
|
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<{
|
|
4175
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">]>;
|
|
4176
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: - _ .">]>;
|
|
4177
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>;
|
|
@@ -4183,17 +4192,6 @@ declare const SUserDocumentWithRelations: v.ObjectSchema<{
|
|
|
4183
4192
|
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4184
4193
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4185
4194
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4186
|
-
}, undefined>, undefined>, undefined>;
|
|
4187
|
-
readonly role: v.OptionalSchema<v.ObjectSchema<{
|
|
4188
|
-
readonly type: v.StringSchema<undefined>;
|
|
4189
|
-
readonly name: v.StringSchema<undefined>;
|
|
4190
|
-
readonly locale: v.StringSchema<undefined>;
|
|
4191
|
-
readonly description: v.StringSchema<undefined>;
|
|
4192
|
-
readonly id: v.NumberSchema<undefined>;
|
|
4193
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4194
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4195
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
4196
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
4197
4195
|
}, undefined>, undefined>;
|
|
4198
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: - _ .">]>;
|
|
4199
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">]>;
|
|
@@ -4312,33 +4310,19 @@ declare const SUserAuthorizationSuccessResponse: v.ObjectSchema<{
|
|
|
4312
4310
|
type SUserAuthorizationSuccessResponse = v.InferOutput<typeof SUserAuthorizationSuccessResponse>;
|
|
4313
4311
|
|
|
4314
4312
|
declare const SCampaignIdDocumentWithRelations: v.ObjectSchema<{
|
|
4315
|
-
readonly
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
4321
|
-
}, undefined>;
|
|
4313
|
+
readonly id: v.NumberSchema<undefined>;
|
|
4314
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4315
|
+
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4316
|
+
readonly createdAt: v.StringSchema<undefined>;
|
|
4317
|
+
readonly updatedAt: v.StringSchema<undefined>;
|
|
4322
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">]>;
|
|
4323
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">]>;
|
|
4324
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: - _ .">]>;
|
|
4325
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>;
|
|
4326
4323
|
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4327
|
-
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">]>;
|
|
4328
4324
|
}, undefined>;
|
|
4329
4325
|
readonly SCampaignIdRelationsDocument: v.ObjectSchema<{
|
|
4330
|
-
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
4331
|
-
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: - _ .">]>;
|
|
4332
|
-
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">]>;
|
|
4333
|
-
readonly confirmed: v.BooleanSchema<undefined>;
|
|
4334
|
-
readonly blocked: v.BooleanSchema<undefined>;
|
|
4335
|
-
readonly provider: v.LiteralSchema<"local", undefined>;
|
|
4336
|
-
readonly id: v.NumberSchema<undefined>;
|
|
4337
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4338
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4339
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
4340
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
4341
|
-
}, undefined>, undefined>;
|
|
4342
4326
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
4343
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">]>;
|
|
4344
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: - _ .">]>;
|
|
@@ -4352,24 +4336,6 @@ declare const SCampaignIdDocumentWithRelations: v.ObjectSchema<{
|
|
|
4352
4336
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4353
4337
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4354
4338
|
}, undefined>, undefined>;
|
|
4355
|
-
}, undefined>;
|
|
4356
|
-
}, undefined>;
|
|
4357
|
-
type SCampaignIdDocumentWithRelations = v.InferOutput<typeof SCampaignIdDocumentWithRelations>;
|
|
4358
|
-
declare const SCampaignKeyDocumentWithRelations: v.ObjectSchema<{
|
|
4359
|
-
readonly SBaseDocument: v.ObjectSchema<{
|
|
4360
|
-
readonly id: v.NumberSchema<undefined>;
|
|
4361
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4362
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4363
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
4364
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
4365
|
-
}, undefined>;
|
|
4366
|
-
readonly SBaseCampaignKeyDocument: v.ObjectSchema<{
|
|
4367
|
-
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">]>;
|
|
4368
|
-
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: - _ .">]>;
|
|
4369
|
-
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>;
|
|
4370
|
-
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4371
|
-
}, undefined>;
|
|
4372
|
-
readonly SCampaignKeyRelationsDocument: v.ObjectSchema<{
|
|
4373
4339
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
4374
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: - _ .">]>;
|
|
4375
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">]>;
|
|
@@ -4382,6 +4348,22 @@ declare const SCampaignKeyDocumentWithRelations: v.ObjectSchema<{
|
|
|
4382
4348
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4383
4349
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4384
4350
|
}, undefined>, undefined>;
|
|
4351
|
+
}, undefined>;
|
|
4352
|
+
}, undefined>;
|
|
4353
|
+
type SCampaignIdDocumentWithRelations = v.InferOutput<typeof SCampaignIdDocumentWithRelations>;
|
|
4354
|
+
declare const SCampaignKeyDocumentWithRelations: v.ObjectSchema<{
|
|
4355
|
+
readonly id: v.NumberSchema<undefined>;
|
|
4356
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4357
|
+
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4358
|
+
readonly createdAt: v.StringSchema<undefined>;
|
|
4359
|
+
readonly updatedAt: v.StringSchema<undefined>;
|
|
4360
|
+
readonly SBaseCampaignKeyDocument: v.ObjectSchema<{
|
|
4361
|
+
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">]>;
|
|
4362
|
+
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: - _ .">]>;
|
|
4363
|
+
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>;
|
|
4364
|
+
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4365
|
+
}, undefined>;
|
|
4366
|
+
readonly SCampaignKeyRelationsDocument: v.ObjectSchema<{
|
|
4385
4367
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
4386
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">]>;
|
|
4387
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: - _ .">]>;
|
|
@@ -4395,24 +4377,6 @@ declare const SCampaignKeyDocumentWithRelations: v.ObjectSchema<{
|
|
|
4395
4377
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4396
4378
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4397
4379
|
}, undefined>, undefined>;
|
|
4398
|
-
}, undefined>;
|
|
4399
|
-
}, undefined>;
|
|
4400
|
-
type SCampaignKeyDocumentWithRelations = v.InferOutput<typeof SCampaignKeyDocumentWithRelations>;
|
|
4401
|
-
declare const SCampaignPhaseDocumentWithRelations: v.ObjectSchema<{
|
|
4402
|
-
readonly SBaseDocument: v.ObjectSchema<{
|
|
4403
|
-
readonly id: v.NumberSchema<undefined>;
|
|
4404
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4405
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4406
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
4407
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
4408
|
-
}, undefined>;
|
|
4409
|
-
readonly SBaseCampaignPhaseDocument: v.ObjectSchema<{
|
|
4410
|
-
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">]>;
|
|
4411
|
-
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: - _ .">]>;
|
|
4412
|
-
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>;
|
|
4413
|
-
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4414
|
-
}, undefined>;
|
|
4415
|
-
readonly SCampaignPhaseRelationsDocument: v.ObjectSchema<{
|
|
4416
4380
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
4417
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: - _ .">]>;
|
|
4418
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">]>;
|
|
@@ -4425,6 +4389,22 @@ declare const SCampaignPhaseDocumentWithRelations: v.ObjectSchema<{
|
|
|
4425
4389
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4426
4390
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4427
4391
|
}, undefined>, undefined>;
|
|
4392
|
+
}, undefined>;
|
|
4393
|
+
}, undefined>;
|
|
4394
|
+
type SCampaignKeyDocumentWithRelations = v.InferOutput<typeof SCampaignKeyDocumentWithRelations>;
|
|
4395
|
+
declare const SCampaignPhaseDocumentWithRelations: v.ObjectSchema<{
|
|
4396
|
+
readonly id: v.NumberSchema<undefined>;
|
|
4397
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4398
|
+
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4399
|
+
readonly createdAt: v.StringSchema<undefined>;
|
|
4400
|
+
readonly updatedAt: v.StringSchema<undefined>;
|
|
4401
|
+
readonly SBaseCampaignPhaseDocument: v.ObjectSchema<{
|
|
4402
|
+
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">]>;
|
|
4403
|
+
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: - _ .">]>;
|
|
4404
|
+
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>;
|
|
4405
|
+
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4406
|
+
}, undefined>;
|
|
4407
|
+
readonly SCampaignPhaseRelationsDocument: v.ObjectSchema<{
|
|
4428
4408
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
4429
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">]>;
|
|
4430
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: - _ .">]>;
|
|
@@ -4438,24 +4418,6 @@ declare const SCampaignPhaseDocumentWithRelations: v.ObjectSchema<{
|
|
|
4438
4418
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4439
4419
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4440
4420
|
}, undefined>, undefined>;
|
|
4441
|
-
}, undefined>;
|
|
4442
|
-
}, undefined>;
|
|
4443
|
-
type SCampaignPhaseDocumentWithRelations = v.InferOutput<typeof SCampaignPhaseDocumentWithRelations>;
|
|
4444
|
-
declare const SCampaignProductDocumentWithRelations: v.ObjectSchema<{
|
|
4445
|
-
readonly SBaseDocument: v.ObjectSchema<{
|
|
4446
|
-
readonly id: v.NumberSchema<undefined>;
|
|
4447
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4448
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4449
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
4450
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
4451
|
-
}, undefined>;
|
|
4452
|
-
readonly SBaseCampaignProductDocument: v.ObjectSchema<{
|
|
4453
|
-
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">]>;
|
|
4454
|
-
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: - _ .">]>;
|
|
4455
|
-
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>;
|
|
4456
|
-
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4457
|
-
}, undefined>;
|
|
4458
|
-
readonly SCampaignProductRelationsDocument: v.ObjectSchema<{
|
|
4459
4421
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
4460
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: - _ .">]>;
|
|
4461
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">]>;
|
|
@@ -4468,6 +4430,22 @@ declare const SCampaignProductDocumentWithRelations: v.ObjectSchema<{
|
|
|
4468
4430
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4469
4431
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4470
4432
|
}, undefined>, undefined>;
|
|
4433
|
+
}, undefined>;
|
|
4434
|
+
}, undefined>;
|
|
4435
|
+
type SCampaignPhaseDocumentWithRelations = v.InferOutput<typeof SCampaignPhaseDocumentWithRelations>;
|
|
4436
|
+
declare const SCampaignProductDocumentWithRelations: v.ObjectSchema<{
|
|
4437
|
+
readonly id: v.NumberSchema<undefined>;
|
|
4438
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4439
|
+
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4440
|
+
readonly createdAt: v.StringSchema<undefined>;
|
|
4441
|
+
readonly updatedAt: v.StringSchema<undefined>;
|
|
4442
|
+
readonly SBaseCampaignProductDocument: v.ObjectSchema<{
|
|
4443
|
+
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">]>;
|
|
4444
|
+
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: - _ .">]>;
|
|
4445
|
+
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>;
|
|
4446
|
+
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4447
|
+
}, undefined>;
|
|
4448
|
+
readonly SCampaignProductRelationsDocument: v.ObjectSchema<{
|
|
4471
4449
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
4472
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">]>;
|
|
4473
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: - _ .">]>;
|
|
@@ -4481,24 +4459,6 @@ declare const SCampaignProductDocumentWithRelations: v.ObjectSchema<{
|
|
|
4481
4459
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4482
4460
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4483
4461
|
}, undefined>, undefined>;
|
|
4484
|
-
}, undefined>;
|
|
4485
|
-
}, undefined>;
|
|
4486
|
-
type SCampaignProductDocumentWithRelations = v.InferOutput<typeof SCampaignProductDocumentWithRelations>;
|
|
4487
|
-
declare const SSourceDocumentWithRelations: v.ObjectSchema<{
|
|
4488
|
-
readonly SBaseDocument: v.ObjectSchema<{
|
|
4489
|
-
readonly id: v.NumberSchema<undefined>;
|
|
4490
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4491
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4492
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
4493
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
4494
|
-
}, undefined>;
|
|
4495
|
-
readonly SBaseSourceDocument: v.ObjectSchema<{
|
|
4496
|
-
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">]>;
|
|
4497
|
-
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: - _ .">]>;
|
|
4498
|
-
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>;
|
|
4499
|
-
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4500
|
-
}, undefined>;
|
|
4501
|
-
readonly SSourceRelationsDocument: v.ObjectSchema<{
|
|
4502
4462
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
4503
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: - _ .">]>;
|
|
4504
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">]>;
|
|
@@ -4511,6 +4471,22 @@ declare const SSourceDocumentWithRelations: v.ObjectSchema<{
|
|
|
4511
4471
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4512
4472
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4513
4473
|
}, undefined>, undefined>;
|
|
4474
|
+
}, undefined>;
|
|
4475
|
+
}, undefined>;
|
|
4476
|
+
type SCampaignProductDocumentWithRelations = v.InferOutput<typeof SCampaignProductDocumentWithRelations>;
|
|
4477
|
+
declare const SSourceDocumentWithRelations: v.ObjectSchema<{
|
|
4478
|
+
readonly id: v.NumberSchema<undefined>;
|
|
4479
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4480
|
+
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4481
|
+
readonly createdAt: v.StringSchema<undefined>;
|
|
4482
|
+
readonly updatedAt: v.StringSchema<undefined>;
|
|
4483
|
+
readonly SBaseSourceDocument: v.ObjectSchema<{
|
|
4484
|
+
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">]>;
|
|
4485
|
+
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: - _ .">]>;
|
|
4486
|
+
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>;
|
|
4487
|
+
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4488
|
+
}, undefined>;
|
|
4489
|
+
readonly SSourceRelationsDocument: v.ObjectSchema<{
|
|
4514
4490
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
4515
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">]>;
|
|
4516
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: - _ .">]>;
|
|
@@ -4524,24 +4500,6 @@ declare const SSourceDocumentWithRelations: v.ObjectSchema<{
|
|
|
4524
4500
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4525
4501
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4526
4502
|
}, undefined>, undefined>;
|
|
4527
|
-
}, undefined>;
|
|
4528
|
-
}, undefined>;
|
|
4529
|
-
type SSourceDocumentWithRelations = v.InferOutput<typeof SSourceDocumentWithRelations>;
|
|
4530
|
-
declare const SMediumDocumentWithRelations: v.ObjectSchema<{
|
|
4531
|
-
readonly SBaseDocument: v.ObjectSchema<{
|
|
4532
|
-
readonly id: v.NumberSchema<undefined>;
|
|
4533
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4534
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4535
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
4536
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
4537
|
-
}, undefined>;
|
|
4538
|
-
readonly SBaseMediumDocument: v.ObjectSchema<{
|
|
4539
|
-
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">]>;
|
|
4540
|
-
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: - _ .">]>;
|
|
4541
|
-
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>;
|
|
4542
|
-
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4543
|
-
}, undefined>;
|
|
4544
|
-
readonly SMediumRelationsDocument: v.ObjectSchema<{
|
|
4545
4503
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
4546
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: - _ .">]>;
|
|
4547
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">]>;
|
|
@@ -4554,6 +4512,22 @@ declare const SMediumDocumentWithRelations: v.ObjectSchema<{
|
|
|
4554
4512
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4555
4513
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4556
4514
|
}, undefined>, undefined>;
|
|
4515
|
+
}, undefined>;
|
|
4516
|
+
}, undefined>;
|
|
4517
|
+
type SSourceDocumentWithRelations = v.InferOutput<typeof SSourceDocumentWithRelations>;
|
|
4518
|
+
declare const SMediumDocumentWithRelations: v.ObjectSchema<{
|
|
4519
|
+
readonly id: v.NumberSchema<undefined>;
|
|
4520
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4521
|
+
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4522
|
+
readonly createdAt: v.StringSchema<undefined>;
|
|
4523
|
+
readonly updatedAt: v.StringSchema<undefined>;
|
|
4524
|
+
readonly SBaseMediumDocument: v.ObjectSchema<{
|
|
4525
|
+
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">]>;
|
|
4526
|
+
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: - _ .">]>;
|
|
4527
|
+
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>;
|
|
4528
|
+
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4529
|
+
}, undefined>;
|
|
4530
|
+
readonly SMediumRelationsDocument: v.ObjectSchema<{
|
|
4557
4531
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
4558
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">]>;
|
|
4559
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: - _ .">]>;
|
|
@@ -4567,24 +4541,6 @@ declare const SMediumDocumentWithRelations: v.ObjectSchema<{
|
|
|
4567
4541
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4568
4542
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4569
4543
|
}, undefined>, undefined>;
|
|
4570
|
-
}, undefined>;
|
|
4571
|
-
}, undefined>;
|
|
4572
|
-
type SMediumDocumentWithRelations = v.InferOutput<typeof SMediumDocumentWithRelations>;
|
|
4573
|
-
declare const SContentDocumentWithRelations: v.ObjectSchema<{
|
|
4574
|
-
readonly SBaseDocument: v.ObjectSchema<{
|
|
4575
|
-
readonly id: v.NumberSchema<undefined>;
|
|
4576
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4577
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4578
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
4579
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
4580
|
-
}, undefined>;
|
|
4581
|
-
readonly SBaseContentDocument: v.ObjectSchema<{
|
|
4582
|
-
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">]>;
|
|
4583
|
-
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: - _ .">]>;
|
|
4584
|
-
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>;
|
|
4585
|
-
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4586
|
-
}, undefined>;
|
|
4587
|
-
readonly SContentRelationsDocument: v.ObjectSchema<{
|
|
4588
4544
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
4589
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: - _ .">]>;
|
|
4590
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">]>;
|
|
@@ -4597,6 +4553,22 @@ declare const SContentDocumentWithRelations: v.ObjectSchema<{
|
|
|
4597
4553
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4598
4554
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4599
4555
|
}, undefined>, undefined>;
|
|
4556
|
+
}, undefined>;
|
|
4557
|
+
}, undefined>;
|
|
4558
|
+
type SMediumDocumentWithRelations = v.InferOutput<typeof SMediumDocumentWithRelations>;
|
|
4559
|
+
declare const SContentDocumentWithRelations: v.ObjectSchema<{
|
|
4560
|
+
readonly id: v.NumberSchema<undefined>;
|
|
4561
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4562
|
+
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4563
|
+
readonly createdAt: v.StringSchema<undefined>;
|
|
4564
|
+
readonly updatedAt: v.StringSchema<undefined>;
|
|
4565
|
+
readonly SBaseContentDocument: v.ObjectSchema<{
|
|
4566
|
+
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">]>;
|
|
4567
|
+
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: - _ .">]>;
|
|
4568
|
+
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>;
|
|
4569
|
+
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4570
|
+
}, undefined>;
|
|
4571
|
+
readonly SContentRelationsDocument: v.ObjectSchema<{
|
|
4600
4572
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
4601
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">]>;
|
|
4602
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: - _ .">]>;
|
|
@@ -4610,24 +4582,6 @@ declare const SContentDocumentWithRelations: v.ObjectSchema<{
|
|
|
4610
4582
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4611
4583
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4612
4584
|
}, undefined>, undefined>;
|
|
4613
|
-
}, undefined>;
|
|
4614
|
-
}, undefined>;
|
|
4615
|
-
type SContentDocumentWithRelations = v.InferOutput<typeof SContentDocumentWithRelations>;
|
|
4616
|
-
declare const SCreativeFormatDocumentWithRelations: v.ObjectSchema<{
|
|
4617
|
-
readonly SBaseDocument: v.ObjectSchema<{
|
|
4618
|
-
readonly id: v.NumberSchema<undefined>;
|
|
4619
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4620
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4621
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
4622
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
4623
|
-
}, undefined>;
|
|
4624
|
-
readonly SBaseCreativeFormatDocument: v.ObjectSchema<{
|
|
4625
|
-
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">]>;
|
|
4626
|
-
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: - _ .">]>;
|
|
4627
|
-
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>;
|
|
4628
|
-
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4629
|
-
}, undefined>;
|
|
4630
|
-
readonly SCreativeFormatRelationsDocument: v.ObjectSchema<{
|
|
4631
4585
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
4632
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: - _ .">]>;
|
|
4633
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">]>;
|
|
@@ -4640,6 +4594,22 @@ declare const SCreativeFormatDocumentWithRelations: v.ObjectSchema<{
|
|
|
4640
4594
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4641
4595
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4642
4596
|
}, undefined>, undefined>;
|
|
4597
|
+
}, undefined>;
|
|
4598
|
+
}, undefined>;
|
|
4599
|
+
type SContentDocumentWithRelations = v.InferOutput<typeof SContentDocumentWithRelations>;
|
|
4600
|
+
declare const SCreativeFormatDocumentWithRelations: v.ObjectSchema<{
|
|
4601
|
+
readonly id: v.NumberSchema<undefined>;
|
|
4602
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4603
|
+
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4604
|
+
readonly createdAt: v.StringSchema<undefined>;
|
|
4605
|
+
readonly updatedAt: v.StringSchema<undefined>;
|
|
4606
|
+
readonly SBaseCreativeFormatDocument: v.ObjectSchema<{
|
|
4607
|
+
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">]>;
|
|
4608
|
+
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: - _ .">]>;
|
|
4609
|
+
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>;
|
|
4610
|
+
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4611
|
+
}, undefined>;
|
|
4612
|
+
readonly SCreativeFormatRelationsDocument: v.ObjectSchema<{
|
|
4643
4613
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
4644
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">]>;
|
|
4645
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: - _ .">]>;
|
|
@@ -4653,24 +4623,6 @@ declare const SCreativeFormatDocumentWithRelations: v.ObjectSchema<{
|
|
|
4653
4623
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4654
4624
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4655
4625
|
}, undefined>, undefined>;
|
|
4656
|
-
}, undefined>;
|
|
4657
|
-
}, undefined>;
|
|
4658
|
-
type SCreativeFormatDocumentWithRelations = v.InferOutput<typeof SCreativeFormatDocumentWithRelations>;
|
|
4659
|
-
declare const SCreativeFormatVariantDocumentWithRelations: v.ObjectSchema<{
|
|
4660
|
-
readonly SBaseDocument: v.ObjectSchema<{
|
|
4661
|
-
readonly id: v.NumberSchema<undefined>;
|
|
4662
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4663
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4664
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
4665
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
4666
|
-
}, undefined>;
|
|
4667
|
-
readonly SBaseCreativeFormatVariantDocument: v.ObjectSchema<{
|
|
4668
|
-
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">]>;
|
|
4669
|
-
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: - _ .">]>;
|
|
4670
|
-
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>;
|
|
4671
|
-
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4672
|
-
}, undefined>;
|
|
4673
|
-
readonly SCreativeFormatVariantRelationsDocument: v.ObjectSchema<{
|
|
4674
4626
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
4675
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: - _ .">]>;
|
|
4676
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">]>;
|
|
@@ -4683,6 +4635,22 @@ declare const SCreativeFormatVariantDocumentWithRelations: v.ObjectSchema<{
|
|
|
4683
4635
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4684
4636
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4685
4637
|
}, undefined>, undefined>;
|
|
4638
|
+
}, undefined>;
|
|
4639
|
+
}, undefined>;
|
|
4640
|
+
type SCreativeFormatDocumentWithRelations = v.InferOutput<typeof SCreativeFormatDocumentWithRelations>;
|
|
4641
|
+
declare const SCreativeFormatVariantDocumentWithRelations: v.ObjectSchema<{
|
|
4642
|
+
readonly id: v.NumberSchema<undefined>;
|
|
4643
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4644
|
+
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4645
|
+
readonly createdAt: v.StringSchema<undefined>;
|
|
4646
|
+
readonly updatedAt: v.StringSchema<undefined>;
|
|
4647
|
+
readonly SBaseCreativeFormatVariantDocument: v.ObjectSchema<{
|
|
4648
|
+
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">]>;
|
|
4649
|
+
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: - _ .">]>;
|
|
4650
|
+
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>;
|
|
4651
|
+
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4652
|
+
}, undefined>;
|
|
4653
|
+
readonly SCreativeFormatVariantRelationsDocument: v.ObjectSchema<{
|
|
4686
4654
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
4687
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">]>;
|
|
4688
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: - _ .">]>;
|
|
@@ -4696,24 +4664,6 @@ declare const SCreativeFormatVariantDocumentWithRelations: v.ObjectSchema<{
|
|
|
4696
4664
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4697
4665
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4698
4666
|
}, undefined>, undefined>;
|
|
4699
|
-
}, undefined>;
|
|
4700
|
-
}, undefined>;
|
|
4701
|
-
type SCreativeFormatVariantDocumentWithRelations = v.InferOutput<typeof SCreativeFormatVariantDocumentWithRelations>;
|
|
4702
|
-
declare const STermDocumentWithRelations: v.ObjectSchema<{
|
|
4703
|
-
readonly SBaseDocument: v.ObjectSchema<{
|
|
4704
|
-
readonly id: v.NumberSchema<undefined>;
|
|
4705
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4706
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4707
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
4708
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
4709
|
-
}, undefined>;
|
|
4710
|
-
readonly SBaseTermDocument: v.ObjectSchema<{
|
|
4711
|
-
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
|
|
4712
|
-
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
4713
|
-
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>;
|
|
4714
|
-
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4715
|
-
}, undefined>;
|
|
4716
|
-
readonly STermRelationsDocument: v.ObjectSchema<{
|
|
4717
4667
|
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
4718
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: - _ .">]>;
|
|
4719
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">]>;
|
|
@@ -4726,6 +4676,22 @@ declare const STermDocumentWithRelations: v.ObjectSchema<{
|
|
|
4726
4676
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4727
4677
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4728
4678
|
}, undefined>, undefined>;
|
|
4679
|
+
}, undefined>;
|
|
4680
|
+
}, undefined>;
|
|
4681
|
+
type SCreativeFormatVariantDocumentWithRelations = v.InferOutput<typeof SCreativeFormatVariantDocumentWithRelations>;
|
|
4682
|
+
declare const STermDocumentWithRelations: v.ObjectSchema<{
|
|
4683
|
+
readonly id: v.NumberSchema<undefined>;
|
|
4684
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4685
|
+
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4686
|
+
readonly createdAt: v.StringSchema<undefined>;
|
|
4687
|
+
readonly updatedAt: v.StringSchema<undefined>;
|
|
4688
|
+
readonly SBaseTermDocument: v.ObjectSchema<{
|
|
4689
|
+
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">]>;
|
|
4690
|
+
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: - _ .">]>;
|
|
4691
|
+
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>;
|
|
4692
|
+
readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
|
|
4693
|
+
}, undefined>;
|
|
4694
|
+
readonly STermRelationsDocument: v.ObjectSchema<{
|
|
4729
4695
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
4730
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">]>;
|
|
4731
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: - _ .">]>;
|
|
@@ -4739,23 +4705,23 @@ declare const STermDocumentWithRelations: v.ObjectSchema<{
|
|
|
4739
4705
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4740
4706
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4741
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>;
|
|
4742
4720
|
}, undefined>;
|
|
4743
4721
|
}, undefined>;
|
|
4744
4722
|
type STermDocumentWithRelations = v.InferOutput<typeof STermDocumentWithRelations>;
|
|
4745
4723
|
|
|
4746
4724
|
declare const SWebsiteDocumentWithRelations: v.ObjectSchema<{
|
|
4747
|
-
readonly creator: v.OptionalSchema<v.ObjectSchema<{
|
|
4748
|
-
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: - _ .">]>;
|
|
4749
|
-
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">]>;
|
|
4750
|
-
readonly confirmed: v.BooleanSchema<undefined>;
|
|
4751
|
-
readonly blocked: v.BooleanSchema<undefined>;
|
|
4752
|
-
readonly provider: v.LiteralSchema<"local", undefined>;
|
|
4753
|
-
readonly id: v.NumberSchema<undefined>;
|
|
4754
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4755
|
-
readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4756
|
-
readonly createdAt: v.StringSchema<undefined>;
|
|
4757
|
-
readonly updatedAt: v.StringSchema<undefined>;
|
|
4758
|
-
}, undefined>, undefined>;
|
|
4759
4725
|
readonly group: v.OptionalSchema<v.ObjectSchema<{
|
|
4760
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">]>;
|
|
4761
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: - _ .">]>;
|
|
@@ -4769,6 +4735,18 @@ declare const SWebsiteDocumentWithRelations: v.ObjectSchema<{
|
|
|
4769
4735
|
readonly createdAt: v.StringSchema<undefined>;
|
|
4770
4736
|
readonly updatedAt: v.StringSchema<undefined>;
|
|
4771
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>;
|
|
4772
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">]>;
|
|
4773
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>;
|
|
4774
4752
|
readonly is_secure: v.BooleanSchema<"isSecure must be a boolean">;
|