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.39 to 1.0.40

9

apis/db/v1beta1/snapshot.gw.js

@@ -18,2 +18,10 @@ // Code generated by protoc-gen-grpc-js-client

function snapshotsDescribe(p, conf) {
path = '/kubernetes/v1beta1/clusters/' + p['cluster'] + '/databases/' + p['uid'] + '/snapshots/' + p['phid']
delete p['cluster']
delete p['uid']
delete p['phid']
return xhr(path, 'GET', conf, p);
}
function snapshotsBackupSchedule(p, conf) {

@@ -43,2 +51,3 @@ path = '/kubernetes/v1beta1/clusters/' + p['cluster'] + '/databases/' + p['uid'] + '/actions/schedule-backup'

list: snapshotsList,
describe: snapshotsDescribe,
backupSchedule: snapshotsBackupSchedule,

@@ -45,0 +54,0 @@ backupUnschedule: snapshotsBackupUnschedule,

2

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

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

@@ -48,2 +48,17 @@ {

},
"v1beta1SnapshotDescribeRequest": {
"properties": {
"cluster": {
"type": "string"
},
"phid": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"title": "Next Id: 4",
"type": "object"
},
"v1beta1SnapshotListRequest": {

@@ -50,0 +65,0 @@ "properties": {

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