@glidevvr/storage-payload-types-pkg 1.0.298 → 1.0.300

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 +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glidevvr/storage-payload-types-pkg",
3
- "version": "1.0.298",
3
+ "version": "1.0.300",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -1163,7 +1163,7 @@ export interface Tenant {
1163
1163
  */
1164
1164
  showCompanyInfoInFooter?: boolean | null;
1165
1165
  /**
1166
- * The environment of the VaporTable, TenantPay, Rental Funnel, and Storage Essentials API (facilities, hours, categories, etc.)
1166
+ * The environment of the UnitTable, TenantPay, Rental Funnel, and Storage Essentials API (facilities, hours, categories, etc.)
1167
1167
  */
1168
1168
  environment: 'production' | 'staging' | 'qa' | 'local';
1169
1169
  seCompanyId: number;