@rhoas/kafka-instance-sdk
Advanced tools
Comparing version 0.12.0 to 0.12.1
{ | ||
"name": "@rhoas/kafka-instance-sdk", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "RHOAS Kafka Instance Adminstration SDK", | ||
@@ -30,5 +30,5 @@ "author": "Red Hat Developers", | ||
"devDependencies": { | ||
"@types/node": "14.17.6", | ||
"@types/node": "14.17.7", | ||
"typescript": "4.3.5" | ||
} | ||
} |
@@ -22,2 +22,3 @@ /* tslint:disable */ | ||
*/ | ||
export enum AclFilterAny { | ||
@@ -24,0 +25,0 @@ Any = 'ANY' |
@@ -22,2 +22,3 @@ /* tslint:disable */ | ||
*/ | ||
export enum AclOperation { | ||
@@ -24,0 +25,0 @@ All = 'ALL', |
@@ -22,2 +22,3 @@ /* tslint:disable */ | ||
*/ | ||
export enum AclPatternTypeFilterOneOf { | ||
@@ -24,0 +25,0 @@ Match = 'MATCH' |
@@ -22,2 +22,3 @@ /* tslint:disable */ | ||
*/ | ||
export enum AclPatternType { | ||
@@ -24,0 +25,0 @@ Literal = 'LITERAL', |
@@ -22,2 +22,3 @@ /* tslint:disable */ | ||
*/ | ||
export enum AclPermissionType { | ||
@@ -24,0 +25,0 @@ Allow = 'ALLOW', |
@@ -22,2 +22,3 @@ /* tslint:disable */ | ||
*/ | ||
export enum AclResourceType { | ||
@@ -24,0 +25,0 @@ Group = 'GROUP', |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
301710
0