@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.
@@ -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",
@@ -3870,6 +3870,7 @@ export var RenderHiResScenarioOutputFormat;
3870
3870
  RenderHiResScenarioOutputFormat["Jpeg"] = "Jpeg";
3871
3871
  RenderHiResScenarioOutputFormat["Png"] = "Png";
3872
3872
  RenderHiResScenarioOutputFormat["Tiff"] = "Tiff";
3873
+ RenderHiResScenarioOutputFormat["Bmp"] = "Bmp";
3873
3874
  })(RenderHiResScenarioOutputFormat || (RenderHiResScenarioOutputFormat = {}));
3874
3875
  export var RenderHiResScenarioOutputColorSpace;
3875
3876
  (function (RenderHiResScenarioOutputColorSpace) {