@getcommunity/gc-validators 0.0.213 → 0.0.214
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/{chunk-JULLUORM.cjs → chunk-AFCN5IYK.cjs} +7 -7
- package/dist/{chunk-JULLUORM.cjs.map → chunk-AFCN5IYK.cjs.map} +1 -1
- package/dist/{chunk-Q6TCMSOO.js → chunk-FZQDB4NR.js} +6 -6
- package/dist/{chunk-Q6TCMSOO.js.map → chunk-FZQDB4NR.js.map} +1 -1
- package/dist/{monday-workspace.document-C3MD5or8.d.cts → comment.document-HT6qJLh5.d.cts} +7 -6
- package/dist/{monday-workspace.document-Cg5L2bfK.d.ts → comment.document-xCsfHOer.d.ts} +7 -6
- package/dist/index.cjs +225 -225
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/permissions.d.cts +1 -1
- package/dist/permissions.d.ts +1 -1
- package/dist/schemas.cjs +225 -225
- package/dist/schemas.d.cts +5 -5
- package/dist/schemas.d.ts +5 -5
- package/dist/schemas.js +1 -1
- package/dist/types.d.cts +2 -2
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1457,7 +1457,7 @@ var MondayWorkspaceSortKeys = [
|
|
|
1457
1457
|
"createdAt",
|
|
1458
1458
|
"updatedAt"
|
|
1459
1459
|
];
|
|
1460
|
-
var
|
|
1460
|
+
var QuerySortMondayWorkspaces = v35__namespace.optional(
|
|
1461
1461
|
v35__namespace.pipe(
|
|
1462
1462
|
v35__namespace.array(
|
|
1463
1463
|
v35__namespace.picklist(
|
|
@@ -1467,13 +1467,13 @@ var QuerySortMondayWorkspace = v35__namespace.optional(
|
|
|
1467
1467
|
v35__namespace.maxLength(MondayWorkspaceSortKeys.length)
|
|
1468
1468
|
)
|
|
1469
1469
|
);
|
|
1470
|
-
var
|
|
1470
|
+
var QueryStrapiSearchMondayWorkspaces = v35__namespace.object({
|
|
1471
1471
|
page: VPage(),
|
|
1472
1472
|
size: VSize(chunk57PRSDKM_cjs.LIMIT_MONDAY_WORKSPACE_PAGINATION_MAX_SIZE),
|
|
1473
1473
|
clients: v35__namespace.optional(v35__namespace.pipe(v35__namespace.array(VStringShort()), v35__namespace.minLength(chunk57PRSDKM_cjs.LIMIT_MIN_VALUE))),
|
|
1474
1474
|
title: v35__namespace.optional(VStringMax()),
|
|
1475
1475
|
workspace_id: v35__namespace.optional(VStringMax()),
|
|
1476
|
-
sort:
|
|
1476
|
+
sort: QuerySortMondayWorkspaces
|
|
1477
1477
|
});
|
|
1478
1478
|
var SCreateMondayWorkspaceDocument = v35__namespace.object({
|
|
1479
1479
|
clients: v35__namespace.pipe(v35__namespace.array(VStringShort()), v35__namespace.minLength(chunk57PRSDKM_cjs.LIMIT_MIN_VALUE)),
|
|
@@ -2657,7 +2657,7 @@ exports.QuerySortGCFlyTourSnaps = QuerySortGCFlyTourSnaps;
|
|
|
2657
2657
|
exports.QuerySortGCFlyTours = QuerySortGCFlyTours;
|
|
2658
2658
|
exports.QuerySortMediaContentType = QuerySortMediaContentType;
|
|
2659
2659
|
exports.QuerySortMediaPlatforms = QuerySortMediaPlatforms;
|
|
2660
|
-
exports.
|
|
2660
|
+
exports.QuerySortMondayWorkspaces = QuerySortMondayWorkspaces;
|
|
2661
2661
|
exports.QuerySortStrapiComments = QuerySortStrapiComments;
|
|
2662
2662
|
exports.QuerySortTags = QuerySortTags;
|
|
2663
2663
|
exports.QuerySortTeamMembers = QuerySortTeamMembers;
|
|
@@ -2690,7 +2690,7 @@ exports.QueryStrapiSearchGCFlyTourSnaps = QueryStrapiSearchGCFlyTourSnaps;
|
|
|
2690
2690
|
exports.QueryStrapiSearchGCFlyTours = QueryStrapiSearchGCFlyTours;
|
|
2691
2691
|
exports.QueryStrapiSearchMediaContentTypes = QueryStrapiSearchMediaContentTypes;
|
|
2692
2692
|
exports.QueryStrapiSearchMediaPlatforms = QueryStrapiSearchMediaPlatforms;
|
|
2693
|
-
exports.
|
|
2693
|
+
exports.QueryStrapiSearchMondayWorkspaces = QueryStrapiSearchMondayWorkspaces;
|
|
2694
2694
|
exports.QueryStrapiSearchTags = QueryStrapiSearchTags;
|
|
2695
2695
|
exports.QueryStrapiSearchTeamMembers = QueryStrapiSearchTeamMembers;
|
|
2696
2696
|
exports.QueryStrapiSearchTeamworkProjectHealth = QueryStrapiSearchTeamworkProjectHealth;
|
|
@@ -2845,5 +2845,5 @@ exports.VStringUrlNoUtm = VStringUrlNoUtm;
|
|
|
2845
2845
|
exports.VStringUrlNullable = VStringUrlNullable;
|
|
2846
2846
|
exports.VStringUrlUtm = VStringUrlUtm;
|
|
2847
2847
|
exports.checkIsValidUrlList = checkIsValidUrlList;
|
|
2848
|
-
//# sourceMappingURL=chunk-
|
|
2849
|
-
//# sourceMappingURL=chunk-
|
|
2848
|
+
//# sourceMappingURL=chunk-AFCN5IYK.cjs.map
|
|
2849
|
+
//# sourceMappingURL=chunk-AFCN5IYK.cjs.map
|