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

@atlas-engine/admin_domain.contracts

Package Overview
Dependencies
Maintainers
6
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlas-engine/admin_domain.contracts - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

5

dist/amd/messages/system_events/cronjob_event.js

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

3

dist/messages/system_events/cronjob_event.d.ts

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

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