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

appscode-api-js-client

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.30 to 1.0.31

20

apis/certificate/v1beta1/certificate.gw.js

@@ -22,7 +22,2 @@ // Code generated by protoc-gen-grpc-js-client

function certificatesCreate(p, conf) {
path = '/certificate/v1beta1/certificates'
return xhr(path, 'POST', conf, null, p);
}
function certificatesObtain(p, conf) {

@@ -40,14 +35,2 @@ path = '/certificate/v1beta1/certificates/' + p['name'] + '/actions/obtain'

function certificatesRenew(p, conf) {
path = '/certificate/v1beta1/certificates/' + p['uid'] + '/actions/renew'
delete p['uid']
return xhr(path, 'POST', conf, p);
}
function certificatesRevoke(p, conf) {
path = '/certificate/v1beta1/certificates/' + p['uid'] + '/actions/revoke'
delete p['uid']
return xhr(path, 'PUT', conf, p);
}
function certificatesDeploy(p, conf) {

@@ -63,7 +46,4 @@ path = '/certificate/v1beta1/certificates/' + p['uid'] + '/actions/deploy'

describe: certificatesDescribe,
create: certificatesCreate,
obtain: certificatesObtain,
delete: certificatesDelete,
renew: certificatesRenew,
revoke: certificatesRevoke,
deploy: certificatesDeploy

@@ -70,0 +50,0 @@ }

2

index.js

@@ -24,4 +24,2 @@ // Code generated by ./hack/browserify.py

require('./apis/billing/v1beta1/subscription.gw.js'),
require('./apis/certificate/v1beta1/acmeuser.gw.js'),
require('./apis/certificate/v1beta1/ca.gw.js'),
require('./apis/certificate/v1beta1/certificate.gw.js'),

@@ -28,0 +26,0 @@ require('./apis/ci/v1beta1/agent.gw.js'),

2

package.json
{
"name": "appscode-api-js-client",
"version": "1.0.30",
"version": "1.0.31",
"description": "AppsCode API JavaScript Client",

@@ -5,0 +5,0 @@ "main": "index.js",

{
"definitions": {
"v1beta1CertificateCreateRequest": {
"properties": {
"account_phid": {
"type": "string"
},
"bundle": {
"type": "boolean"
},
"common_name": {
"type": "string"
},
"issue_private_cert": {
"type": "boolean"
},
"key_data": {
"type": "string"
},
"name": {
"maxLength": 63,
"pattern": "^[a-z0-9](?:[a-z0-9\\-]{0,61}[a-z0-9])?$",
"type": "string"
},
"sans": {
"items": {
"type": "string"
},
"type": "array"
},
"subject_info": {
"$ref": "#/definitions/v1beta1SubjectInfo"
}
},
"type": "object"
},
"v1beta1CertificateDeleteRequest": {

@@ -94,52 +60,4 @@ "properties": {

"type": "object"
},
"v1beta1CertificateRenewRequest": {
"properties": {
"account_phid": {
"type": "string"
},
"name": {
"maxLength": 63,
"pattern": "^[a-z0-9](?:[a-z0-9\\-]{0,61}[a-z0-9])?$",
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"v1beta1CertificateRevokeRequest": {
"properties": {
"account_phid": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"v1beta1SubjectInfo": {
"description": "A Name contains the SubjectInfo fields.",
"properties": {
"C": {
"type": "string"
},
"L": {
"type": "string"
},
"O": {
"type": "string"
},
"OU": {
"type": "string"
},
"ST": {
"type": "string"
}
},
"type": "object"
}
}
}

@@ -243,13 +243,2 @@ {

},
"v1beta1DNSCheckRequest": {
"properties": {
"domain": {
"type": "string"
},
"key_auth": {
"type": "string"
}
},
"type": "object"
},
"v1beta1DataBucketDeleteRequest": {

@@ -274,5 +263,2 @@ "properties": {

},
"purchase_phid": {
"type": "string"
},
"uid": {

@@ -279,0 +265,0 @@ "type": "string"

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