diff --git a/types.go b/types.go index 332830934..b2b72c0f0 100644 --- a/types.go +++ b/types.go @@ -438,6 +438,8 @@ type LicenseApprovalStatusValue string const ( LicenseApproved LicenseApprovalStatusValue = "approved" LicenseBlacklisted LicenseApprovalStatusValue = "blacklisted" + LicenseAllowed LicenseApprovalStatusValue = "allowed" + LicenseDenied LicenseApprovalStatusValue = "denied" ) // LicenseApprovalStatus is a helper routine that allocates a new license