@atlas-engine/admin_domain.contracts
Advanced tools
Comparing version 1.0.0-feature-a26763-k8is91e9 to 1.0.0-feature-bcf421-k98xgcfj
@@ -215,142 +215,2 @@ define(["require", "exports"], function (require, exports) { | ||
queryTokenHistory: '/tokens/history/query', | ||
// Notifiaction | ||
/* | ||
* Waits for the CronjobCreated notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobCreated: '/notifications/long_polling/onCronjobCreated', | ||
/* | ||
* Waits for the CronjobExecute notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobExecuted: '/notifications/long_polling/onCronjobExecuted', | ||
/* | ||
* Waits for the CronjobStopped notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobStopped: '/notifications/long_polling/onCronjobStopped', | ||
/* | ||
* Waits for the CronjobUpdated notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobUpdated: '/notifications/long_polling/onCronjobUpdated', | ||
/* | ||
* Waits for the CronjobRemoved notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobRemoved: '/notifications/long_polling/onCronjobRemoved', | ||
/* | ||
* Waits for the ProcessDeploye notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessDeployed: '/notifications/long_polling/onProcessDeployed', | ||
/* | ||
* Waits for the ProcessUndeplo notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessUndeployed: '/notifications/long_polling/onProcessUndeployed', | ||
/* | ||
* Waits for the ProcessStarted notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessStarted: '/notifications/long_polling/onProcessStarted', | ||
/* | ||
* Waits for the __ notification and turns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessEnded: '/notifications/long_polling/onProcessEnded', | ||
/* | ||
* Waits for the ProcessTermina notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessTerminated: '/notifications/long_polling/onProcessTerminated', | ||
/* | ||
* Waits for the __ notification and turns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessError: '/notifications/long_polling/onProcessError', | ||
/* | ||
* Waits for the ActivityReache notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onActivityReached: '/notifications/long_polling/onActivityReached', | ||
/* | ||
* Waits for the ActivityFinish notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onActivityFinished: '/notifications/long_polling/onActivityFinished', | ||
/* | ||
* Waits for the EmptyActivityW notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onEmptyActivityWaiting: '/notifications/long_polling/onEmptyActivityWaiting', | ||
/* | ||
* Waits for the EmptyActivityF notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onEmptyActivityFinished: '/notifications/long_polling/onEmptyActivityFinished', | ||
/* | ||
* Waits for the ManualTaskWait notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onManualTaskWaiting: '/notifications/long_polling/onManualTaskWaiting', | ||
/* | ||
* Waits for the ManualTaskFini notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onManualTaskFinished: '/notifications/long_polling/onManualTaskFinished', | ||
/* | ||
* Waits for the UserTaskWaitin notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onUserTaskWaiting: '/notifications/long_polling/onUserTaskWaiting', | ||
/* | ||
* Waits for the UserTaskFinish notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onUserTaskFinished: '/notifications/long_polling/onUserTaskFinished', | ||
/* | ||
* Waits for the BoundaryEventT notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onBoundaryEventTriggered: '/notifications/long_polling/onBoundaryEventTriggered', | ||
/* | ||
* Waits for the IntermediateTh notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onIntermediateThrowEventTriggered: '/notifications/long_polling/onIntermediateThrowEventTriggered', | ||
/* | ||
* Waits for the IntermediateCa notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onIntermediateCatchEventReached: '/notifications/long_polling/onIntermediateCatchEventReached', | ||
/* | ||
* | ||
* Waits for the notification and returns the result | ||
* @tag Notification | ||
* @method get | ||
* */ | ||
onIntermediateCatchEventFinished: '/notifications/long_polling/onIntermediateCatchEventFinished', | ||
}; | ||
@@ -357,0 +217,0 @@ exports.restSettings = { |
@@ -214,142 +214,2 @@ "use strict"; | ||
queryTokenHistory: '/tokens/history/query', | ||
// Notifiaction | ||
/* | ||
* Waits for the CronjobCreated notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobCreated: '/notifications/long_polling/onCronjobCreated', | ||
/* | ||
* Waits for the CronjobExecute notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobExecuted: '/notifications/long_polling/onCronjobExecuted', | ||
/* | ||
* Waits for the CronjobStopped notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobStopped: '/notifications/long_polling/onCronjobStopped', | ||
/* | ||
* Waits for the CronjobUpdated notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobUpdated: '/notifications/long_polling/onCronjobUpdated', | ||
/* | ||
* Waits for the CronjobRemoved notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobRemoved: '/notifications/long_polling/onCronjobRemoved', | ||
/* | ||
* Waits for the ProcessDeploye notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessDeployed: '/notifications/long_polling/onProcessDeployed', | ||
/* | ||
* Waits for the ProcessUndeplo notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessUndeployed: '/notifications/long_polling/onProcessUndeployed', | ||
/* | ||
* Waits for the ProcessStarted notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessStarted: '/notifications/long_polling/onProcessStarted', | ||
/* | ||
* Waits for the __ notification and turns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessEnded: '/notifications/long_polling/onProcessEnded', | ||
/* | ||
* Waits for the ProcessTermina notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessTerminated: '/notifications/long_polling/onProcessTerminated', | ||
/* | ||
* Waits for the __ notification and turns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessError: '/notifications/long_polling/onProcessError', | ||
/* | ||
* Waits for the ActivityReache notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onActivityReached: '/notifications/long_polling/onActivityReached', | ||
/* | ||
* Waits for the ActivityFinish notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onActivityFinished: '/notifications/long_polling/onActivityFinished', | ||
/* | ||
* Waits for the EmptyActivityW notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onEmptyActivityWaiting: '/notifications/long_polling/onEmptyActivityWaiting', | ||
/* | ||
* Waits for the EmptyActivityF notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onEmptyActivityFinished: '/notifications/long_polling/onEmptyActivityFinished', | ||
/* | ||
* Waits for the ManualTaskWait notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onManualTaskWaiting: '/notifications/long_polling/onManualTaskWaiting', | ||
/* | ||
* Waits for the ManualTaskFini notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onManualTaskFinished: '/notifications/long_polling/onManualTaskFinished', | ||
/* | ||
* Waits for the UserTaskWaitin notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onUserTaskWaiting: '/notifications/long_polling/onUserTaskWaiting', | ||
/* | ||
* Waits for the UserTaskFinish notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onUserTaskFinished: '/notifications/long_polling/onUserTaskFinished', | ||
/* | ||
* Waits for the BoundaryEventT notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onBoundaryEventTriggered: '/notifications/long_polling/onBoundaryEventTriggered', | ||
/* | ||
* Waits for the IntermediateTh notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onIntermediateThrowEventTriggered: '/notifications/long_polling/onIntermediateThrowEventTriggered', | ||
/* | ||
* Waits for the IntermediateCa notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onIntermediateCatchEventReached: '/notifications/long_polling/onIntermediateCatchEventReached', | ||
/* | ||
* | ||
* Waits for the notification and returns the result | ||
* @tag Notification | ||
* @method get | ||
* */ | ||
onIntermediateCatchEventFinished: '/notifications/long_polling/onIntermediateCatchEventFinished', | ||
}; | ||
@@ -356,0 +216,0 @@ exports.restSettings = { |
@@ -6,3 +6,2 @@ import * as appInfoController from './iapplication_info_http_controller'; | ||
import * as loggingHttpController from './ilogging_http_controller'; | ||
import * as notificationLongPollingController from './inotification_long_polling_controller'; | ||
import * as processDefinitionHttpController from './iprocess_definition_http_controller'; | ||
@@ -18,3 +17,2 @@ import * as processInstanceHttpController from './iprocess_instance_http_controller'; | ||
export import ILoggingHttpController = loggingHttpController.ILoggingHttpController; | ||
export import INotificationLongPollingController = notificationLongPollingController.INotificationLongPollingController; | ||
export import IProcessDefinitionHttpController = processDefinitionHttpController.IProcessDefinitionHttpController; | ||
@@ -21,0 +19,0 @@ export import IProcessInstanceHttpController = processInstanceHttpController.IProcessInstanceHttpController; |
@@ -44,27 +44,4 @@ export declare const restSettings: { | ||
queryTokenHistory: string; | ||
onCronjobCreated: string; | ||
onCronjobExecuted: string; | ||
onCronjobStopped: string; | ||
onCronjobUpdated: string; | ||
onCronjobRemoved: string; | ||
onProcessDeployed: string; | ||
onProcessUndeployed: string; | ||
onProcessStarted: string; | ||
onProcessEnded: string; | ||
onProcessTerminated: string; | ||
onProcessError: string; | ||
onActivityReached: string; | ||
onActivityFinished: string; | ||
onEmptyActivityWaiting: string; | ||
onEmptyActivityFinished: string; | ||
onManualTaskWaiting: string; | ||
onManualTaskFinished: string; | ||
onUserTaskWaiting: string; | ||
onUserTaskFinished: string; | ||
onBoundaryEventTriggered: string; | ||
onIntermediateThrowEventTriggered: string; | ||
onIntermediateCatchEventReached: string; | ||
onIntermediateCatchEventFinished: string; | ||
}; | ||
baseRoute: string; | ||
}; |
{ | ||
"name": "@atlas-engine/admin_domain.contracts", | ||
"version": "1.0.0-feature-a26763-k8is91e9", | ||
"version": "1.0.0-feature-bcf421-k98xgcfj", | ||
"description": "Contains the contracts for accessing the AtlasEngine's public admin domain.", | ||
@@ -25,15 +25,15 @@ "main": "dist/commonjs/index.js", | ||
"devDependencies": { | ||
"@atlas-engine/eslint-config": "^1.0.0", | ||
"@atlas-engine/event_aggregator_contracts": "^1.0.0", | ||
"@atlas-engine/http_contracts": "^1.0.0", | ||
"@atlas-engine/iam.contracts": "^1.0.0", | ||
"@atlas-engine/process_model": "^1.0.0", | ||
"@process-engine/ci_tools": "^3.0.0", | ||
"@types/express": "^4.16.0", | ||
"@types/node": "^12.11.7", | ||
"@types/socket.io": "^2.1.4", | ||
"@types/socket.io-client": "^1.4.32", | ||
"eslint": "^6.6.0", | ||
"express": "^4.16.4", | ||
"typescript": "^3.7.2" | ||
"@atlas-engine/eslint-config": "1.0.0", | ||
"@atlas-engine/event_aggregator_contracts": "feature~pin_dependencies", | ||
"@atlas-engine/http_contracts": "feature~pin_dependencies", | ||
"@atlas-engine/iam.contracts": "feature~pin_dependencies", | ||
"@atlas-engine/process_model": "feature~pin_dependencies", | ||
"@process-engine/ci_tools": "3.0.0", | ||
"@types/express": "4.17.6", | ||
"@types/node": "12.11.7", | ||
"@types/socket.io": "2.1.4", | ||
"@types/socket.io-client": "1.4.32", | ||
"eslint": "6.8.0", | ||
"express": "4.17.1", | ||
"typescript": "3.8.3" | ||
}, | ||
@@ -40,0 +40,0 @@ "scripts": { |
@@ -228,166 +228,2 @@ const params = { | ||
queryTokenHistory: '/tokens/history/query', | ||
// Notifiaction | ||
/* | ||
* Waits for the CronjobCreated notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobCreated: '/notifications/long_polling/onCronjobCreated', | ||
/* | ||
* Waits for the CronjobExecute notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobExecuted: '/notifications/long_polling/onCronjobExecuted', | ||
/* | ||
* Waits for the CronjobStopped notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobStopped: '/notifications/long_polling/onCronjobStopped', | ||
/* | ||
* Waits for the CronjobUpdated notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobUpdated: '/notifications/long_polling/onCronjobUpdated', | ||
/* | ||
* Waits for the CronjobRemoved notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onCronjobRemoved: '/notifications/long_polling/onCronjobRemoved', | ||
/* | ||
* Waits for the ProcessDeploye notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessDeployed: '/notifications/long_polling/onProcessDeployed', | ||
/* | ||
* Waits for the ProcessUndeplo notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessUndeployed: '/notifications/long_polling/onProcessUndeployed', | ||
/* | ||
* Waits for the ProcessStarted notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessStarted: '/notifications/long_polling/onProcessStarted', | ||
/* | ||
* Waits for the __ notification and turns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessEnded: '/notifications/long_polling/onProcessEnded', | ||
/* | ||
* Waits for the ProcessTermina notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessTerminated: '/notifications/long_polling/onProcessTerminated', | ||
/* | ||
* Waits for the __ notification and turns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onProcessError: '/notifications/long_polling/onProcessError', | ||
/* | ||
* Waits for the ActivityReache notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onActivityReached: '/notifications/long_polling/onActivityReached', | ||
/* | ||
* Waits for the ActivityFinish notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onActivityFinished: '/notifications/long_polling/onActivityFinished', | ||
/* | ||
* Waits for the EmptyActivityW notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onEmptyActivityWaiting: '/notifications/long_polling/onEmptyActivityWaiting', | ||
/* | ||
* Waits for the EmptyActivityF notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onEmptyActivityFinished: '/notifications/long_polling/onEmptyActivityFinished', | ||
/* | ||
* Waits for the ManualTaskWait notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onManualTaskWaiting: '/notifications/long_polling/onManualTaskWaiting', | ||
/* | ||
* Waits for the ManualTaskFini notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onManualTaskFinished: '/notifications/long_polling/onManualTaskFinished', | ||
/* | ||
* Waits for the UserTaskWaitin notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onUserTaskWaiting: '/notifications/long_polling/onUserTaskWaiting', | ||
/* | ||
* Waits for the UserTaskFinish notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onUserTaskFinished: '/notifications/long_polling/onUserTaskFinished', | ||
/* | ||
* Waits for the BoundaryEventT notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onBoundaryEventTriggered: '/notifications/long_polling/onBoundaryEventTriggered', | ||
/* | ||
* Waits for the IntermediateTh notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onIntermediateThrowEventTriggered: '/notifications/long_polling/onIntermediateThrowEventTriggered', | ||
/* | ||
* Waits for the IntermediateCa notification and returns the result | ||
*@tag Notification | ||
*@method get | ||
*/ | ||
onIntermediateCatchEventReached: '/notifications/long_polling/onIntermediateCatchEventReached', | ||
/* | ||
* | ||
* Waits for the notification and returns the result | ||
* @tag Notification | ||
* @method get | ||
* */ | ||
onIntermediateCatchEventFinished: '/notifications/long_polling/onIntermediateCatchEventFinished', | ||
}; | ||
@@ -394,0 +230,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
388256
549
6683