appscode-api-js-client
Advanced tools
Comparing version 1.0.51 to 1.0.52
@@ -26,2 +26,7 @@ // Code generated by protoc-gen-grpc-js-client | ||
function authenticationCSRFToken(p, conf) { | ||
path = '/auth/v1beta1/csrf-token' | ||
return xhr(path, 'GET', conf, p); | ||
} | ||
var services = { | ||
@@ -31,3 +36,4 @@ authentication: { | ||
logout: authenticationLogout, | ||
token: authenticationToken | ||
token: authenticationToken, | ||
cSRFToken: authenticationCSRFToken | ||
} | ||
@@ -34,0 +40,0 @@ }; |
{ | ||
"name": "appscode-api-js-client", | ||
"version": "1.0.51", | ||
"version": "1.0.52", | ||
"description": "AppsCode API JavaScript Client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
{ | ||
"definitions": { | ||
"dtypesVoidRequest": { | ||
"description": "Void Requests and response to use with other types.", | ||
"type": "object" | ||
}, | ||
"v1beta1LoginRequest": { | ||
@@ -4,0 +8,0 @@ "properties": { |
@@ -218,4 +218,3 @@ { | ||
"type": "string" | ||
}, | ||
"type": "object" | ||
} | ||
}, | ||
@@ -222,0 +221,0 @@ "namespace": { |
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
100491
3358