@glidevvr/storage-payload-types-pkg 1.0.171 → 1.0.173

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 +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glidevvr/storage-payload-types-pkg",
3
- "version": "1.0.171",
3
+ "version": "1.0.173",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -337,7 +337,7 @@ export interface Tenant {
337
337
  */
338
338
  googleApiBrowserKey?: string | null;
339
339
  /**
340
- * The Server key is responsible for server side communcations with the Google APIs, and may be restricted by IP addresss.
340
+ * The Server key is responsible for server side communcations with the Google APIs, and may be restricted by IP address.
341
341
  */
342
342
  googleApiServerKey?: string | null;
343
343
  /**
@@ -612,7 +612,10 @@ export interface Post {
612
612
  indexable?: boolean | null;
613
613
  };
614
614
  slug: string;
615
- author?: (string | null) | User;
615
+ /**
616
+ * Optional author name for the blog post
617
+ */
618
+ author?: string | null;
616
619
  publishedAt?: string | null;
617
620
  /**
618
621
  * Images should have a horizontal aspect ratio and be at least 1280px wide.