@getcommunity/gc-validators 0.0.318 → 0.0.319
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
//#region src/entities/gcflytour-snap-embed/constants.ts
|
|
3
|
-
const
|
|
3
|
+
const LIMIT_GCFLYTOUR_SNAP_EMBED_PAGINATION_DEFAULT_SIZE = 100;
|
|
4
4
|
//#endregion
|
|
5
|
-
exports.
|
|
5
|
+
exports.LIMIT_GCFLYTOUR_SNAP_EMBED_PAGINATION_DEFAULT_SIZE = LIMIT_GCFLYTOUR_SNAP_EMBED_PAGINATION_DEFAULT_SIZE;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
//#region src/entities/gcflytour-snap-embed/constants.d.ts
|
|
2
|
-
declare const
|
|
2
|
+
declare const LIMIT_GCFLYTOUR_SNAP_EMBED_PAGINATION_DEFAULT_SIZE = 100;
|
|
3
3
|
//#endregion
|
|
4
|
-
export {
|
|
4
|
+
export { LIMIT_GCFLYTOUR_SNAP_EMBED_PAGINATION_DEFAULT_SIZE };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
//#region src/entities/gcflytour-snap-embed/constants.d.ts
|
|
2
|
-
declare const
|
|
2
|
+
declare const LIMIT_GCFLYTOUR_SNAP_EMBED_PAGINATION_DEFAULT_SIZE = 100;
|
|
3
3
|
//#endregion
|
|
4
|
-
export {
|
|
4
|
+
export { LIMIT_GCFLYTOUR_SNAP_EMBED_PAGINATION_DEFAULT_SIZE };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
//#region src/entities/gcflytour-snap-embed/constants.ts
|
|
2
|
-
const
|
|
2
|
+
const LIMIT_GCFLYTOUR_SNAP_EMBED_PAGINATION_DEFAULT_SIZE = 100;
|
|
3
3
|
//#endregion
|
|
4
|
-
export {
|
|
4
|
+
export { LIMIT_GCFLYTOUR_SNAP_EMBED_PAGINATION_DEFAULT_SIZE };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getcommunity/gc-validators",
|
|
3
3
|
"description": "Schema Validator for GetCommunity web-stack types",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.319",
|
|
5
5
|
"author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
|
|
6
6
|
"contributors": [],
|
|
7
7
|
"type": "module",
|