appscode-api-js-client
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -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 @@ } |
@@ -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'), |
{ | ||
"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" |
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
116881
84
4088