@glidevvr/storage-payload-types-pkg 1.0.259 → 1.0.260

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 +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glidevvr/storage-payload-types-pkg",
3
- "version": "1.0.259",
3
+ "version": "1.0.260",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -3973,6 +3973,10 @@ export interface UnitsTableBlock {
3973
3973
  * If you need values mapped to the url, pass them in using the dot notation and the app will "translate".
3974
3974
  */
3975
3975
  softReservationAppExternalUrl?: string | null;
3976
+ /**
3977
+ * Additional unit parameters not provided by default from the unitGroup API. Please use comma to separate each new field.
3978
+ */
3979
+ additionalUnitSourceInfo?: string | null;
3976
3980
  allowedCategories: string[];
3977
3981
  allowedFeatures: string[];
3978
3982
  /**