Socket
Socket
Sign inDemoInstall

@process-engine/logging_api_contracts

Package Overview
Dependencies
1
Maintainers
10
Versions
104
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4-428846bd-b7

10

dist/ilogging_api.d.ts

@@ -10,12 +10,2 @@ import { IIdentity } from '@essential-projects/iam_contracts';

/**
* Retrieves the logs for a specific Correlation.
* @async
* @param identity The identity of the requesting user.
* @param correlationId The ID of the Correlation for which to retrieve
* the logs.
* If not set, all logs will be returned.
* @returns A list of log entries.
*/
readLogForCorrelation(identity: IIdentity, correlationId: string): Promise<Array<LogEntry>>;
/**
* Retrieves the logs for a specific ProcessModel of a given Correlation.

@@ -22,0 +12,0 @@ * @async

@@ -9,11 +9,2 @@ import { LogEntry } from './log_entry';

/**
* Retrieves the logs for a specific Correlation.
* @async
* @param correlationId The ID of the Correlation for which to retrieve
* the logs.
* If not set, all logs will be returned.
* @returns A list of log entries.
*/
readLogForCorrelation(correlationId: string): Promise<Array<LogEntry>>;
/**
* Retrieves the logs for a specific ProcessModel of a given Correlation.

@@ -20,0 +11,0 @@ * @async

2

package.json
{
"name": "@process-engine/logging_api_contracts",
"version": "0.1.3",
"version": "0.1.4-428846bd-b7",
"description": "the api-package for process-engine logging",

@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js",

@@ -13,13 +13,2 @@ import {IIdentity} from '@essential-projects/iam_contracts';

/**
* Retrieves the logs for a specific Correlation.
* @async
* @param identity The identity of the requesting user.
* @param correlationId The ID of the Correlation for which to retrieve
* the logs.
* If not set, all logs will be returned.
* @returns A list of log entries.
*/
readLogForCorrelation(identity: IIdentity, correlationId: string): Promise<Array<LogEntry>>;
/**
* Retrieves the logs for a specific ProcessModel of a given Correlation.

@@ -26,0 +15,0 @@ * @async

@@ -11,12 +11,2 @@ import {LogEntry} from './log_entry';

/**
* Retrieves the logs for a specific Correlation.
* @async
* @param correlationId The ID of the Correlation for which to retrieve
* the logs.
* If not set, all logs will be returned.
* @returns A list of log entries.
*/
readLogForCorrelation(correlationId: string): Promise<Array<LogEntry>>;
/**
* Retrieves the logs for a specific ProcessModel of a given Correlation.

@@ -23,0 +13,0 @@ * @async

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc