@aptly-as/types
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -6,4 +6,5 @@ export declare type AptlyOptionLabel = AptlyOptionLabelSchema<string, string>; | ||
created: DATE; | ||
organization: string; | ||
organization?: string; | ||
project?: string; | ||
archived?: boolean; | ||
} |
@@ -7,4 +7,5 @@ | ||
created: DATE; | ||
organization: string; | ||
organization?: string; | ||
project?: string; | ||
archived?: boolean; | ||
} |
{ | ||
"name": "@aptly-as/types", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Aptly types and enums", | ||
@@ -5,0 +5,0 @@ "main": "./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
106401
2906