Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aptly-as/types

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptly-as/types - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

3

core/permission.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc