@prismatic-io/spectral
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -21,5 +21,5 @@ /** Represents a Trigger Payload, which is data passed into a Trigger to invoke an Integration execution. */ | ||
customer: { | ||
externalId: string; | ||
name: string; | ||
externalId: string | null; | ||
name: string | null; | ||
}; | ||
} |
{ | ||
"name": "@prismatic-io/spectral", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Utility library for building Prismatic components", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
100409