@glidevvr/storage-payload-types-pkg 1.0.126 → 1.0.128

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.126",
3
+ "version": "1.0.128",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -389,7 +389,7 @@ export interface User {
389
389
  /**
390
390
  * Super Admin: Full system control over all organizations. Admin: Administrative access. User: Restricted access to organization data.
391
391
  */
392
- role: 'user' | 'partner-admin' | 'api-user' | 'super-admin';
392
+ role: 'user' | 'admin' | 'api-user' | 'super-admin';
393
393
  /**
394
394
  * Username must be unique and cannot contain spaces, uppercase letters, or special characters besides underscores, periods, and hyphens.
395
395
  */