@aptly-as/types
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -38,3 +38,3 @@ /** | ||
*/ | ||
export declare type AptlyPermissionOrganizationModels = 'testingAdmin' | 'admin' | 'content' | 'organizationContent' | 'reports' | 'support' | 'thirdParty' | 'default'; | ||
export declare type AptlyPermissionOrganizationModels = 'testingAdmin' | 'admin' | 'projectAdmin' | 'content' | 'organizationContent' | 'reports' | 'support' | 'thirdParty' | 'default'; | ||
export declare enum AptlyPermissionOrganizationModel { | ||
@@ -45,2 +45,3 @@ Admin = "admin", | ||
Default = "default", | ||
ProjectAdmin = "projectAdmin", | ||
TestingAdmin = "testingAdmin", | ||
@@ -47,0 +48,0 @@ Reports = "reports", |
@@ -34,2 +34,3 @@ "use strict"; | ||
AptlyPermissionOrganizationModel["Default"] = "default"; | ||
AptlyPermissionOrganizationModel["ProjectAdmin"] = "projectAdmin"; | ||
AptlyPermissionOrganizationModel["TestingAdmin"] = "testingAdmin"; | ||
@@ -36,0 +37,0 @@ AptlyPermissionOrganizationModel["Reports"] = "reports"; |
@@ -61,2 +61,3 @@ | ||
| 'admin' | ||
| 'projectAdmin' | ||
| 'content' | ||
@@ -74,2 +75,3 @@ | 'organizationContent' | ||
Default = 'default', | ||
ProjectAdmin = 'projectAdmin', | ||
TestingAdmin = 'testingAdmin', | ||
@@ -76,0 +78,0 @@ Reports = 'reports', |
{ | ||
"name": "@aptly-as/types", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Aptly types and enums", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
166250
4256