@workerbase/sdk
Advanced tools
Comparing version 0.1.20 to 0.1.21
@@ -69,3 +69,3 @@ "use strict"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, doRequest_1.doRequest(spec._api, spec.basePath + "/as-json/" + id, {}, process.env.MEDIA_SERVICE_HOST)]; | ||
case 0: return [4 /*yield*/, doRequest_1.doRequest(spec._api, spec.basePath + "/" + id + "/meta", {}, process.env.MEDIA_SERVICE_HOST)]; | ||
case 1: | ||
@@ -72,0 +72,0 @@ data = (_a.sent()).data; |
@@ -7,4 +7,3 @@ export interface MediaBase { | ||
contentType: string; | ||
fileBase64: string; | ||
filename: string; | ||
} |
{ | ||
"name": "@workerbase/sdk", | ||
"version": "0.1.20", | ||
"version": "0.1.21", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
94678
1517