@appsemble/types
Advanced tools
Comparing version 0.30.1 to 0.30.2
{ | ||
"name": "@appsemble/types", | ||
"version": "0.30.1", | ||
"version": "0.30.2", | ||
"description": "TypeScript definitions reused within Appsemble internally", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -115,3 +115,3 @@ /** | ||
/** | ||
* The permission to create apps. | ||
* The permission to create apps in an organization | ||
*/ | ||
@@ -124,7 +124,7 @@ CreateApps = 2, | ||
/** | ||
* The permission to update apps. | ||
* The permission to update apps in an organization. | ||
*/ | ||
UpdateApps = 4, | ||
/** | ||
* The permission to delete apps. | ||
* The permission to delete apps in an organization. | ||
*/ | ||
@@ -253,15 +253,15 @@ DeleteApps = 5, | ||
/** | ||
* The permission to create organization invites, | ||
* The permission to create organization invites. | ||
*/ | ||
CreateOrganizationInvites = 36, | ||
/** | ||
* The permission to query organization invites, | ||
* The permission to query organization invites. | ||
*/ | ||
QueryOrganizationInvites = 37, | ||
/** | ||
* The permission to update organization invites, | ||
* The permission to update organization invites. | ||
*/ | ||
UpdateOrganizationInvites = 38, | ||
/** | ||
* The permission to delete organization invites, | ||
* The permission to delete organization invites. | ||
*/ | ||
@@ -268,0 +268,0 @@ DeleteOrganizationInvites = 39, |
@@ -117,3 +117,3 @@ /** | ||
/** | ||
* The permission to create apps. | ||
* The permission to create apps in an organization | ||
*/ | ||
@@ -126,7 +126,7 @@ OrganizationPermission[OrganizationPermission["CreateApps"] = 2] = "CreateApps"; | ||
/** | ||
* The permission to update apps. | ||
* The permission to update apps in an organization. | ||
*/ | ||
OrganizationPermission[OrganizationPermission["UpdateApps"] = 4] = "UpdateApps"; | ||
/** | ||
* The permission to delete apps. | ||
* The permission to delete apps in an organization. | ||
*/ | ||
@@ -255,15 +255,15 @@ OrganizationPermission[OrganizationPermission["DeleteApps"] = 5] = "DeleteApps"; | ||
/** | ||
* The permission to create organization invites, | ||
* The permission to create organization invites. | ||
*/ | ||
OrganizationPermission[OrganizationPermission["CreateOrganizationInvites"] = 36] = "CreateOrganizationInvites"; | ||
/** | ||
* The permission to query organization invites, | ||
* The permission to query organization invites. | ||
*/ | ||
OrganizationPermission[OrganizationPermission["QueryOrganizationInvites"] = 37] = "QueryOrganizationInvites"; | ||
/** | ||
* The permission to update organization invites, | ||
* The permission to update organization invites. | ||
*/ | ||
OrganizationPermission[OrganizationPermission["UpdateOrganizationInvites"] = 38] = "UpdateOrganizationInvites"; | ||
/** | ||
* The permission to delete organization invites, | ||
* The permission to delete organization invites. | ||
*/ | ||
@@ -270,0 +270,0 @@ OrganizationPermission[OrganizationPermission["DeleteOrganizationInvites"] = 39] = "DeleteOrganizationInvites"; |
@@ -1,2 +0,2 @@ | ||
# ![](https://gitlab.com/appsemble/appsemble/-/raw/0.30.1/config/assets/logo.svg) Appsemble Types | ||
# ![](https://gitlab.com/appsemble/appsemble/-/raw/0.30.2/config/assets/logo.svg) Appsemble Types | ||
@@ -6,3 +6,3 @@ > Reusable TypeScript types | ||
[![npm](https://img.shields.io/npm/v/@appsemble/types)](https://www.npmjs.com/package/@appsemble/types) | ||
[![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.30.1/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.30.1) | ||
[![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.30.2/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.30.2) | ||
[![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io) | ||
@@ -30,3 +30,3 @@ | ||
[LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.30.1/LICENSE.md) © | ||
[LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.30.2/LICENSE.md) © | ||
[Appsemble](https://appsemble.com) |
Sorry, the diff of this file is too big to display
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
133496
4096