@glidevvr/storage-payload-types-pkg 1.0.175 → 1.0.176

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.175",
3
+ "version": "1.0.176",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -336,10 +336,6 @@ export interface Tenant {
336
336
  * The Browser key is responsible for client side communications with the Google APIs, and should be restricted by domain.
337
337
  */
338
338
  googleApiBrowserKey?: string | null;
339
- /**
340
- * The Server key is responsible for server side communcations with the Google APIs, and may be restricted by IP address.
341
- */
342
- googleApiServerKey?: string | null;
343
339
  /**
344
340
  * The Cloudfront Distribution ID is used to invalidate the Cloudfront distribution when a new version of the website is deployed.
345
341
  */
@@ -3071,7 +3067,6 @@ export interface TenantsSelect<T extends boolean = true> {
3071
3067
  seCompanyId?: T;
3072
3068
  seApiKey?: T;
3073
3069
  googleApiBrowserKey?: T;
3074
- googleApiServerKey?: T;
3075
3070
  cloudfrontDistributionId?: T;
3076
3071
  domain?: T;
3077
3072
  gtmId?: T;