Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

appscode-onebox-js-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appscode-onebox-js-client - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

apis/billing/v1beta1/clienttoken.gw.js

4

apis/app/v1beta1/app.gw.js

@@ -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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc