@jitsu/types
Advanced tools
Comparing version 0.9.0-alpha.171 to 0.9.0
{ | ||
"name": "@jitsu/types", | ||
"version": "0.9.0-alpha.171", | ||
"version": "0.9.0", | ||
"author": "Jitsu Dev Team <dev@jitsu.com>", | ||
@@ -5,0 +5,0 @@ "description": "Types for Jitsu (👉 https://jitsu.com)", |
@@ -32,3 +32,3 @@ /** | ||
config: Config | ||
) => Promise<StreamInstance<StreamConfig>[]>; | ||
) => Promise<StreamPrototype<StreamConfig>[]>; | ||
@@ -108,3 +108,3 @@ /** | ||
declare type StreamInstance<StreamConfig = Record<string, any>> = { | ||
declare type StreamPrototype<StreamConfig = Record<string, any>> = { | ||
type: string; | ||
@@ -111,0 +111,0 @@ supportedModes: ["full_sync"] | ["incremental"] | ["full_sync", "incremental"]; |
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
23258