@aurigma/ng-storefront-api-client 2.50.1 → 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/aurigma-ng-storefront-api-client.metadata.json +1 -1
- package/bundles/aurigma-ng-storefront-api-client.umd.js +1 -0
- package/bundles/aurigma-ng-storefront-api-client.umd.js.map +1 -1
- package/bundles/aurigma-ng-storefront-api-client.umd.min.js +1 -1
- package/bundles/aurigma-ng-storefront-api-client.umd.min.js.map +1 -1
- package/esm2015/aurigma-ng-storefront-api-client.js +1 -1
- package/esm2015/lib/storefront-api-client.js +2 -1
- package/esm2015/lib/storefront.module.js +1 -1
- package/esm2015/public-api.js +1 -1
- package/fesm2015/aurigma-ng-storefront-api-client.js +1 -0
- package/fesm2015/aurigma-ng-storefront-api-client.js.map +1 -1
- package/lib/storefront-api-client.d.ts +2 -1
- package/package.json +1 -1
|
@@ -1269,7 +1269,8 @@ export declare enum RenderHiResScenarioOutputFormat {
|
|
|
1269
1269
|
Pdf = "Pdf",
|
|
1270
1270
|
Jpeg = "Jpeg",
|
|
1271
1271
|
Png = "Png",
|
|
1272
|
-
Tiff = "Tiff"
|
|
1272
|
+
Tiff = "Tiff",
|
|
1273
|
+
Bmp = "Bmp"
|
|
1273
1274
|
}
|
|
1274
1275
|
export declare enum RenderHiResScenarioOutputColorSpace {
|
|
1275
1276
|
Rgb = "Rgb",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurigma/ng-storefront-api-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.51.1",
|
|
4
4
|
"license": "SEE LICENSE IN License.md",
|
|
5
5
|
"description": "Angular API Client for Storefront API service of Customer's Canvas web-to-print system.",
|
|
6
6
|
"author": "Aurigma Inc <info@aurigma.com> (https://customerscanvas.com)",
|