apigee-x-module
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -259,2 +259,3 @@ export interface ApigeeApiProducts { | ||
export interface ApiManagementInterface { | ||
getOrg(): Promise<string>; | ||
getApiProducts(): Promise<ApiProducts>; | ||
@@ -261,0 +262,0 @@ createApiProduct(apiProduct: ApiProduct): Promise<ApiProduct>; |
{ | ||
"name": "apigee-x-module", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Module for integrating with the Apigee X platform for TS/JS developer portal integrations.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/tyayers/apigee-x-module", |
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
65809
1355