@cloudquery/plugin-config-ui-connector
Advanced tools
Comparing version 0.0.2 to 0.0.4
@@ -11,3 +11,12 @@ /** | ||
init: { | ||
initialValues: Record<string, any>; | ||
initialValues: { | ||
migrateMode: string | undefined; | ||
secrets: Array<{ | ||
name: string; | ||
value: string; | ||
}>; | ||
spec: Record<string, any> | undefined; | ||
tables: string[] | undefined; | ||
writeMode: string | undefined; | ||
} | undefined; | ||
}; | ||
@@ -118,3 +127,12 @@ /** | ||
validation_passed: { | ||
values: Record<string, any>; | ||
values: { | ||
migrateMode?: string; | ||
secrets: Array<{ | ||
name: string; | ||
value: string; | ||
}>; | ||
spec: Record<string, any>; | ||
tables?: string[]; | ||
writeMode?: string; | ||
}; | ||
}; | ||
@@ -125,3 +143,9 @@ /** | ||
validation_failed: { | ||
errors: Record<string, any>; | ||
errors: Partial<{ | ||
migrateMode: string; | ||
secrets: string; | ||
spec: string; | ||
tables: string; | ||
writeMode: string; | ||
}>; | ||
}; | ||
@@ -128,0 +152,0 @@ /** |
{ | ||
"name": "@cloudquery/plugin-config-ui-connector", | ||
"description": "Plugin configuration UI connector for CloudQuery Cloud App", | ||
"version": "0.0.2", | ||
"version": "0.0.4", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.js", |
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
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
28460
164
0