appscode-api-js-client
Advanced tools
Comparing version 1.0.22 to 1.0.23
@@ -12,3 +12,3 @@ // Code generated by protoc-gen-grpc-js-client | ||
function metadataListRegions(p, conf) { | ||
path = '/cloud/v1beta1/metadata/' + p['provider'] + '/regions' | ||
path = '/cloud/v1beta1/metadata/providers/' + p['provider'] + '/regions' | ||
delete p['provider'] | ||
@@ -19,3 +19,3 @@ return xhr(path, 'GET', conf, p); | ||
function metadataListZones(p, conf) { | ||
path = '/cloud/v1beta1/metadata/' + p['provider'] + '/regions/' + p['region'] + '/zones' | ||
path = '/cloud/v1beta1/metadata/providers/' + p['provider'] + '/regions/' + p['region'] + '/zones' | ||
delete p['provider'] | ||
@@ -22,0 +22,0 @@ delete p['region'] |
{ | ||
"name": "appscode-api-js-client", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "AppsCode API JavaScript Client", | ||
@@ -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
121621