@glidevvr/storage-payload-types-pkg 1.0.226 → 1.0.227

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 +0 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glidevvr/storage-payload-types-pkg",
3
- "version": "1.0.226",
3
+ "version": "1.0.227",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -333,10 +333,6 @@ export interface Tenant {
333
333
  * Search radius in miles from the geographic center of the entered zip code or city/state. Facilities within the searched city or zip code will always be returned, even if outside this radius.
334
334
  */
335
335
  searchRadius: '10' | '15' | '20' | '25' | '30';
336
- /**
337
- * Show the company name and address in the footer
338
- */
339
- showCompanyInfoInFooter?: boolean | null;
340
336
  /**
341
337
  * The environment of the VaporTable, TenantPay, Rental Funnel, and Storage Essentials API (facilities, hours, categories, etc.)
342
338
  */
@@ -3433,7 +3429,6 @@ export interface TenantsSelect<T extends boolean = true> {
3433
3429
  paymentSystem?: T;
3434
3430
  siteWideNotice?: T;
3435
3431
  searchRadius?: T;
3436
- showCompanyInfoInFooter?: T;
3437
3432
  environment?: T;
3438
3433
  seCompanyId?: T;
3439
3434
  seApiKey?: T;