@balena/event-log
Advanced tools
Comparing version 5.0.2 to 5.1.0-add-organizaton-events-0bde6b0355594c77256dbf95b6cb935b2f67dee6
@@ -25,2 +25,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
publicKey: ['create', 'delete'], | ||
organization: ['create', 'edit', 'delete'], | ||
organizationMember: ['add', 'edit', 'delete'], | ||
team: ['create', 'edit', 'delete'], | ||
teamMember: ['add', 'edit', 'delete'], | ||
teamApplication: ['add', 'edit', 'delete'], | ||
application: [ | ||
@@ -27,0 +32,0 @@ 'create', |
@@ -7,5 +7,5 @@ # Change Log | ||
## 5.0.2 - 2020-12-08 | ||
## 5.1.0 - 2020-12-09 | ||
* Add GH CODEOWNERS to the repo [Thodoris Greasidis] | ||
* Add organization team and member main events [JSReds] | ||
@@ -12,0 +12,0 @@ ## 5.0.1 - 2020-12-08 |
{ | ||
"name": "@balena/event-log", | ||
"version": "5.0.2", | ||
"version": "5.1.0-add-organizaton-events-0bde6b0355594c77256dbf95b6cb935b2f67dee6", | ||
"description": "Balena events logging util", | ||
@@ -5,0 +5,0 @@ "main": "build/balena-event-log.js", |
@@ -26,2 +26,8 @@ // tslint:disable-next-line:no-namespace | ||
interface IHaveAddEditDelete { | ||
add: TrackFunction; | ||
edit: TrackFunction; | ||
delete: TrackFunction; | ||
} | ||
interface BalenaEventLog { | ||
@@ -76,2 +82,7 @@ userId: number | null; | ||
}; | ||
organization: IHaveCreateEditDelete; | ||
organizationMember: IHaveAddEditDelete; | ||
team: IHaveCreateEditDelete; | ||
teamMember: IHaveAddEditDelete; | ||
teamApplication: IHaveAddEditDelete; | ||
application: { | ||
@@ -78,0 +89,0 @@ create: TrackFunction; |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37082
569
1