@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.
- package/package.json +1 -1
- package/payload-types.ts +4 -0
package/package.json
CHANGED
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
|
/**
|