@glidevvr/storage-payload-types-pkg 1.0.330 → 1.0.331

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/payload-types.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glidevvr/storage-payload-types-pkg",
3
- "version": "1.0.330",
3
+ "version": "1.0.331",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -839,6 +839,7 @@ export interface Facility {
839
839
  */
840
840
  additionalUnitSourceInfo?: string | null;
841
841
  allowedCategories: string[];
842
+ categoryOrder?: string[];
842
843
  allowedFeatures: string[];
843
844
  /**
844
845
  * Drag to prioritize - the first listed will have the highest priority. The default sorting is Available (desc), Area (asc), Width (asc), Display Rate (asc).
@@ -3666,6 +3667,7 @@ export interface FacilitiesSelect<T extends boolean = true> {
3666
3667
  softReservationAppExternalUrl?: T;
3667
3668
  additionalUnitSourceInfo?: T;
3668
3669
  allowedCategories?: T;
3670
+ categoryOrder?: T;
3669
3671
  allowedFeatures?: T;
3670
3672
  sort?: T;
3671
3673
  groupBy?: T;