@aurigma/axios-storefront-api-client 2.49.9 → 2.51.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/storefront-api-client.d.ts +2 -1
- package/dist/cjs/storefront-api-client.js +1 -0
- package/dist/cjs/storefront-api-client.js.map +1 -1
- package/dist/esm/storefront-api-client.d.ts +2 -1
- package/dist/esm/storefront-api-client.js +1 -0
- package/dist/esm/storefront-api-client.js.map +1 -1
- package/package.json +1 -1
|
@@ -1266,7 +1266,8 @@ export declare enum RenderHiResScenarioOutputFormat {
|
|
|
1266
1266
|
Pdf = "Pdf",
|
|
1267
1267
|
Jpeg = "Jpeg",
|
|
1268
1268
|
Png = "Png",
|
|
1269
|
-
Tiff = "Tiff"
|
|
1269
|
+
Tiff = "Tiff",
|
|
1270
|
+
Bmp = "Bmp"
|
|
1270
1271
|
}
|
|
1271
1272
|
export declare enum RenderHiResScenarioOutputColorSpace {
|
|
1272
1273
|
Rgb = "Rgb",
|
|
@@ -3883,6 +3883,7 @@ var RenderHiResScenarioOutputFormat;
|
|
|
3883
3883
|
RenderHiResScenarioOutputFormat["Jpeg"] = "Jpeg";
|
|
3884
3884
|
RenderHiResScenarioOutputFormat["Png"] = "Png";
|
|
3885
3885
|
RenderHiResScenarioOutputFormat["Tiff"] = "Tiff";
|
|
3886
|
+
RenderHiResScenarioOutputFormat["Bmp"] = "Bmp";
|
|
3886
3887
|
})(RenderHiResScenarioOutputFormat = exports.RenderHiResScenarioOutputFormat || (exports.RenderHiResScenarioOutputFormat = {}));
|
|
3887
3888
|
var RenderHiResScenarioOutputColorSpace;
|
|
3888
3889
|
(function (RenderHiResScenarioOutputColorSpace) {
|