@rockset/client
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -13,2 +13,3 @@ import * as api from './codegen/api'; | ||
queryLambdas: api.QueryLambdasApi; | ||
sources: api.SourcesApi; | ||
views: api.ViewsApi; | ||
@@ -15,0 +16,0 @@ virtualInstances: api.VirtualInstancesApi; |
@@ -73,3 +73,3 @@ "use strict"; | ||
case 0: | ||
newOptions = __assign(__assign({}, options), { headers: __assign(__assign({}, options.headers), { Authorization: "ApiKey " + apikey, 'User-Agent': "Rockset Node SDK/" + version_1.version }) }); | ||
newOptions = __assign(__assign({}, options), { headers: __assign(__assign({ 'User-Agent': "Rockset Node SDK/" + version_1.version }, options.headers), { Authorization: "ApiKey " + apikey }) }); | ||
if (!customFetch) return [3 /*break*/, 2]; | ||
@@ -147,2 +147,3 @@ return [4 /*yield*/, customFetch(url, newOptions)]; | ||
queryLambdas: new api.QueryLambdasApi({}, host, queryFetch), | ||
sources: new api.SourcesApi({}, host, authFetch), | ||
views: new api.ViewsApi({}, host, authFetch), | ||
@@ -149,0 +150,0 @@ virtualInstances: new api.VirtualInstancesApi({}, host, authFetch), |
@@ -293,3 +293,3 @@ "use strict"; | ||
expect(error).toMatchObject({ | ||
message: 'Query Lambda "myFakeQuery" not found in workspace "commons.fake.workspace".', | ||
message: 'Query Lambda "myFakeQuery" (version "not_a_version") not found in workspace "commons.fake.workspace".', | ||
type: 'NOTFOUND', | ||
@@ -296,0 +296,0 @@ line: null, |
@@ -1,1 +0,1 @@ | ||
export declare const version = "0.9.1"; | ||
export declare const version = "0.9.2"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
// generated by genversion | ||
exports.version = '0.9.1'; | ||
exports.version = '0.9.2'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@rockset/client", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"main": "dist/index.js", | ||
@@ -67,3 +67,3 @@ "description": "Client for querying Rockset and interacting with the Rockset API.", | ||
}, | ||
"gitHead": "143cb5b0436b84d977f95cc5d2aea03c7c249922" | ||
"gitHead": "4c0324a5f73ab4875ecff4ebfe48348dc2dbfe09" | ||
} |
@@ -340,3 +340,3 @@ # @rockset/client | ||
auto_suspend_seconds: 3600, | ||
mount_refresh_interval_seconds: 3600, | ||
mount_type: "LIVE" | ||
}) | ||
@@ -343,0 +343,0 @@ .then(console.log) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1108307
21095
293