appscode-onebox-js-client
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -12,3 +12,3 @@ // Code generated by protoc-gen-grpc-js-client | ||
function appProducts(p, conf) { | ||
path = '/onebox/v1beta1/apps/products' | ||
path = '/onebox/apps/v1beta1/apps/products' | ||
return xhr(path, 'GET', conf, p); | ||
@@ -18,3 +18,3 @@ } | ||
function appDownloadURL(p, conf) { | ||
path = '/onebox/v1beta1/apps/download-url' | ||
path = '/onebox/apps/v1beta1/download-url' | ||
return xhr(path, 'GET', conf, p); | ||
@@ -21,0 +21,0 @@ } |
@@ -12,3 +12,3 @@ // Code generated by protoc-gen-grpc-js-client | ||
function conduitWhoAmI(p, conf) { | ||
path = '/onebox/v1beta1/conduit/whoami' | ||
path = '/onebox/conduit/v1beta1/whoami' | ||
return xhr(path, 'GET', conf, p); | ||
@@ -15,0 +15,0 @@ } |
@@ -17,3 +17,3 @@ // Code generated by protoc-gen-grpc-js-client | ||
function licensesCreate(p, conf) { | ||
path = '/onebox/v1beta1/licenses' | ||
path = '/onebox/licenses/v1beta1' | ||
return xhr(path, 'POST', conf, null, p); | ||
@@ -23,3 +23,3 @@ } | ||
function licensesUpdate(p, conf) { | ||
path = '/onebox/v1beta1/licenses/' + p['serial'] | ||
path = '/onebox/licenses/v1beta1/' + p['serial'] | ||
delete p['serial'] | ||
@@ -30,3 +30,3 @@ return xhr(path, 'PUT', conf, null, p); | ||
function licensesDescribe(p, conf) { | ||
path = '/onebox/v1beta1/licenses/' + p['serial'] | ||
path = '/onebox/licenses/v1beta1/' + p['serial'] | ||
delete p['serial'] | ||
@@ -37,3 +37,3 @@ return xhr(path, 'GET', conf, p); | ||
function licensesVerify(p, conf) { | ||
path = '/onebox/v1beta1/licenses/verify' | ||
path = '/onebox/licenses/v1beta1/verify' | ||
return xhr(path, 'POST', conf, null, p); | ||
@@ -40,0 +40,0 @@ } |
@@ -12,2 +12,3 @@ // Code generated by ./hack/browserify.py | ||
require('./apis/app/v1beta1/app.gw.js'), | ||
require('./apis/billing/v1beta1/clienttoken.gw.js'), | ||
require('./apis/conduit/v1beta1/conduit.gw.js'), | ||
@@ -14,0 +15,0 @@ require('./apis/license/v1beta1/license.gw.js') |
{ | ||
"name": "appscode-onebox-js-client", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "AppsCode Onebox API JavaScript Client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,6 +5,11 @@ { | ||
"properties": { | ||
"query": { | ||
"certificate": { | ||
"type": "string" | ||
}, | ||
"type": { | ||
} | ||
}, | ||
"type": "object" | ||
}, | ||
"v1beta1DownloadUrlRequest": { | ||
"properties": { | ||
"certificate": { | ||
"type": "string" | ||
@@ -11,0 +16,0 @@ } |
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
8637
14
199