@codat/files
Advanced tools
Comparing version 0.19.0 to 0.20.0
@@ -113,2 +113,3 @@ "use strict"; | ||
queryParams = utils.serializeQueryParams(req); | ||
headers["Accept"] = "application/octet-stream"; | ||
headers["user-agent"] = "speakeasy-sdk/".concat(this._language, " ").concat(this._sdkVersion, " ").concat(this._genVersion); | ||
@@ -170,2 +171,3 @@ retryConfig = retries; | ||
headers = __assign({}, config === null || config === void 0 ? void 0 : config.headers); | ||
headers["Accept"] = "application/json"; | ||
headers["user-agent"] = "speakeasy-sdk/".concat(this._language, " ").concat(this._sdkVersion, " ").concat(this._genVersion); | ||
@@ -235,2 +237,3 @@ retryConfig = retries; | ||
headers = __assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers); | ||
headers["Accept"] = "*/*"; | ||
headers["user-agent"] = "speakeasy-sdk/".concat(this._language, " ").concat(this._sdkVersion, " ").concat(this._genVersion); | ||
@@ -237,0 +240,0 @@ retryConfig = retries; |
@@ -61,4 +61,4 @@ "use strict"; | ||
this._language = "typescript"; | ||
this._sdkVersion = "0.19.0"; | ||
this._genVersion = "2.30.0"; | ||
this._sdkVersion = "0.20.0"; | ||
this._genVersion = "2.31.0"; | ||
this._serverURL = (_a = props === null || props === void 0 ? void 0 : props.serverURL) !== null && _a !== void 0 ? _a : exports.ServerList[0]; | ||
@@ -65,0 +65,0 @@ this._defaultClient = |
{ | ||
"name": "@codat/files", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"author": "Speakeasy", | ||
@@ -5,0 +5,0 @@ "scripts": { |
109482
2490