@atlas-engine/admin_domain.contracts
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -8,5 +8,6 @@ define(["require", "exports"], function (require, exports) { | ||
class CronjobEvent { | ||
constructor(subscription, startEventId, cronjob) { | ||
constructor(subscription, startEventId, processModelId, cronjob) { | ||
this.subscription = subscription; | ||
this.startEventId = startEventId; | ||
this.processModelId = processModelId; | ||
this.cronjob = cronjob; | ||
@@ -22,3 +23,3 @@ } | ||
this.processDefinitionId = processDefinitionId; | ||
this.cronjobs = cronjobs; | ||
this.cronjobs = cronjobs.map((entry) => new CronjobEvent(entry.subscription, entry.startEventId, entry.processModelId, entry.cronjob)); | ||
} | ||
@@ -25,0 +26,0 @@ } |
@@ -7,5 +7,6 @@ "use strict"; | ||
class CronjobEvent { | ||
constructor(subscription, startEventId, cronjob) { | ||
constructor(subscription, startEventId, processModelId, cronjob) { | ||
this.subscription = subscription; | ||
this.startEventId = startEventId; | ||
this.processModelId = processModelId; | ||
this.cronjob = cronjob; | ||
@@ -21,3 +22,3 @@ } | ||
this.processDefinitionId = processDefinitionId; | ||
this.cronjobs = cronjobs; | ||
this.cronjobs = cronjobs.map((entry) => new CronjobEvent(entry.subscription, entry.startEventId, entry.processModelId, entry.cronjob)); | ||
} | ||
@@ -24,0 +25,0 @@ } |
@@ -8,4 +8,5 @@ import { Subscription } from '@atlas-engine/event_aggregator_contracts'; | ||
readonly startEventId: string; | ||
readonly processModelId: string; | ||
readonly cronjob: string; | ||
constructor(subscription: Subscription, startEventId: string, cronjob: string); | ||
constructor(subscription: Subscription, startEventId: string, processModelId: string, cronjob: string); | ||
} | ||
@@ -12,0 +13,0 @@ /** |
{ | ||
"name": "@atlas-engine/admin_domain.contracts", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Contains the contracts for accessing the AtlasEngine's public admin domain.", | ||
@@ -25,8 +25,8 @@ "main": "dist/commonjs/index.js", | ||
"devDependencies": { | ||
"@atlas-engine/ci_tools": "^2.5.1", | ||
"@atlas-engine/eslint-config": "^1.0.0", | ||
"@atlas-engine/event_aggregator_contracts": "^1.0.0", | ||
"@atlas-engine/eslint-config": "^1.0.0", | ||
"@atlas-engine/http_contracts": "^1.0.0", | ||
"@atlas-engine/iam.contracts": "^0.1.0", | ||
"@atlas-engine/process_model": "^0.1.0", | ||
"@process-engine/ci_tools": "^2.2.0", | ||
"@types/express": "^4.16.0", | ||
@@ -33,0 +33,0 @@ "@types/node": "^12.11.7", |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
382832
6591
1