@getcommunity/gc-validators 0.0.72 → 0.0.73
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 +4 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +19 -27
- package/dist/index.d.ts +19 -27
- package/dist/index.js +5 -11
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -907,9 +907,9 @@ var QueryStrapiSearchClientStyleguide = v5__namespace.object({
|
|
|
907
907
|
size: v5__namespace.fallback(
|
|
908
908
|
v5__namespace.optional(
|
|
909
909
|
v5__namespace.pipe(v5__namespace.number(), v5__namespace.minValue(1), v5__namespace.maxValue(LIMIT_CLIENT_PAGINATION_MAX_SIZE)),
|
|
910
|
-
|
|
910
|
+
LIMIT_PAGINATION_DEFAULT_SIZE
|
|
911
911
|
),
|
|
912
|
-
|
|
912
|
+
LIMIT_PAGINATION_DEFAULT_SIZE
|
|
913
913
|
),
|
|
914
914
|
title: v5__namespace.optional(IsValidShortString),
|
|
915
915
|
is_active: v5__namespace.optional(v5__namespace.boolean()),
|
|
@@ -1013,9 +1013,9 @@ var QueryStrapiSearchMediaPlatforms = v5__namespace.object({
|
|
|
1013
1013
|
size: v5__namespace.fallback(
|
|
1014
1014
|
v5__namespace.optional(
|
|
1015
1015
|
v5__namespace.pipe(v5__namespace.number(), v5__namespace.minValue(1), v5__namespace.maxValue(LIMIT_PAGINATION_MAX_SIZE)),
|
|
1016
|
-
|
|
1016
|
+
LIMIT_TABLE_PAGINATION_DEFAULT_SIZE
|
|
1017
1017
|
),
|
|
1018
|
-
|
|
1018
|
+
LIMIT_TABLE_PAGINATION_DEFAULT_SIZE
|
|
1019
1019
|
),
|
|
1020
1020
|
title: v5__namespace.optional(IsValidShortString),
|
|
1021
1021
|
slug: v5__namespace.optional(IsValidShortString)
|
|
@@ -1299,12 +1299,6 @@ var QueryStrapiUsersByIdentifier = v5__namespace.object({
|
|
|
1299
1299
|
LIMIT_USER_PAGINATION_DEFAULT_SIZE
|
|
1300
1300
|
)
|
|
1301
1301
|
});
|
|
1302
|
-
var SReadUserById = v5__namespace.object({
|
|
1303
|
-
id: IsValidReferenceId
|
|
1304
|
-
});
|
|
1305
|
-
var SReadUserByDocumentId = v5__namespace.object({
|
|
1306
|
-
documentId: IsValidReferenceDocumentId
|
|
1307
|
-
});
|
|
1308
1302
|
var SUtmLinkBuilderPartCampaignDateOptions = [
|
|
1309
1303
|
"annually",
|
|
1310
1304
|
"quarterly",
|
|
@@ -1917,8 +1911,6 @@ exports.SLoginUser = SLoginUser;
|
|
|
1917
1911
|
exports.SQueryListClientUserDocuments = SQueryListClientUserDocuments;
|
|
1918
1912
|
exports.SReadUserAccountByDocumentId = SReadUserAccountByDocumentId;
|
|
1919
1913
|
exports.SReadUserAccountById = SReadUserAccountById;
|
|
1920
|
-
exports.SReadUserByDocumentId = SReadUserByDocumentId;
|
|
1921
|
-
exports.SReadUserById = SReadUserById;
|
|
1922
1914
|
exports.SReadUtmTrackingLinkDocumentByUrl = SReadUtmTrackingLinkDocumentByUrl;
|
|
1923
1915
|
exports.SRegisterUser = SRegisterUser;
|
|
1924
1916
|
exports.SRequestConfirmEmail = SRequestConfirmEmail;
|