@swimlane/connector-interfaces
Advanced tools
Comparing version 1.8.5-rc5 to 1.8.5-rc6
@@ -17,3 +17,4 @@ /** | ||
assetsManifest = "io.swimlane.connector.assets.", | ||
sensorsManifest = "io.swimlane.connector.sensors." | ||
sensorsManifest = "io.swimlane.connector.sensors.", | ||
transformationsManifest = "io.swimlane.connector.transformations." | ||
} |
@@ -23,3 +23,4 @@ "use strict"; | ||
ConnectorContainerImageAnnotationPrefix["sensorsManifest"] = "io.swimlane.connector.sensors."; | ||
ConnectorContainerImageAnnotationPrefix["transformationsManifest"] = "io.swimlane.connector.transformations."; | ||
})(ConnectorContainerImageAnnotationPrefix = exports.ConnectorContainerImageAnnotationPrefix || (exports.ConnectorContainerImageAnnotationPrefix = {})); | ||
//# sourceMappingURL=connector-container-image-annotation.js.map |
/// <reference types="node" /> | ||
import { ConnectorActionManifest, ConnectorAssetManifest, ConnectorManifest, ConnectorSensorManifest } from './manifest/connector'; | ||
import { ConnectorActionManifest, ConnectorAssetManifest, ConnectorManifest, ConnectorSensorManifest, TransformationFunctionManifest } from './manifest'; | ||
export interface Connector { | ||
@@ -28,2 +28,6 @@ /** | ||
sensors: Record<string, ConnectorSensorManifest>; | ||
/** | ||
* {@link TransformationFunctionManifest} by name | ||
*/ | ||
transformations: Record<string, TransformationFunctionManifest>; | ||
} | ||
@@ -59,2 +63,6 @@ export interface RawConnectorSource<T> { | ||
sensors: Record<string, string>; | ||
/** | ||
* {@link TransformationFunctionManifest} in yaml by source name (i.e. container image label or filename) | ||
*/ | ||
transformations: Record<string, string>; | ||
} |
/** | ||
* @format spdxId | ||
* @maxLength 50 | ||
* @minLength 1 | ||
*/ | ||
@@ -9,2 +10,3 @@ export declare type SpdxIdString = string; | ||
* @maxLength 255 | ||
* @minLength 1 | ||
*/ | ||
@@ -11,0 +13,0 @@ export declare type UriString = string; |
@@ -6,3 +6,3 @@ import { ManifestLike } from '../Manifest'; | ||
* @inheritDoc | ||
* @pattern ^action\/\d+$ | ||
* @pattern ^(native-)?action\/\d+$ | ||
*/ | ||
@@ -9,0 +9,0 @@ schema: string; |
export * from './connector'; | ||
export * from './transformation'; | ||
export * from './Manifest'; | ||
export * from './parse-manifest-schema'; |
@@ -14,4 +14,5 @@ "use strict"; | ||
__exportStar(require("./connector"), exports); | ||
__exportStar(require("./transformation"), exports); | ||
__exportStar(require("./Manifest"), exports); | ||
__exportStar(require("./parse-manifest-schema"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@swimlane/connector-interfaces", | ||
"version": "1.8.5-rc5", | ||
"version": "1.8.5-rc6", | ||
"description": "Contains all the Connector interfaces required by external projects.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
Sorry, the diff of this file is not supported yet
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
74623
56
1025
1