@aurigma/ng-storefront-api-client 2.55.1 → 2.56.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.map +1 -1
- package/bundles/aurigma-ng-storefront-api-client.umd.min.js.map +1 -1
- package/esm2015/lib/storefront-api-client.js +1 -1
- package/fesm2015/aurigma-ng-storefront-api-client.js.map +1 -1
- package/lib/storefront-api-client.d.ts +6 -0
- package/package.json +1 -1
|
@@ -2008,6 +2008,8 @@ export interface ProductVariantResourceDto {
|
|
|
2008
2008
|
export interface ProductVariantDesignDto {
|
|
2009
2009
|
/** Product variant identifier. */
|
|
2010
2010
|
productVariantId?: number;
|
|
2011
|
+
/** Product variant unique identifier. */
|
|
2012
|
+
productVariantUID?: string | null;
|
|
2011
2013
|
/** Product version identifier. */
|
|
2012
2014
|
productVersionId?: number;
|
|
2013
2015
|
/** Product identifier. */
|
|
@@ -2062,6 +2064,8 @@ export declare enum SurfaceUsageType {
|
|
|
2062
2064
|
export interface ProductVariantMockupDto {
|
|
2063
2065
|
/** Product variant identifier. */
|
|
2064
2066
|
productVariantId?: number;
|
|
2067
|
+
/** Product variant unique identifier. */
|
|
2068
|
+
productVariantUID?: string | null;
|
|
2065
2069
|
/** Product version identifier. */
|
|
2066
2070
|
productVersionId?: number;
|
|
2067
2071
|
/** Product identifier. */
|
|
@@ -2096,6 +2100,8 @@ export interface PagedOfProductVariantMockupDto {
|
|
|
2096
2100
|
export interface ProductVariantDocumentDto {
|
|
2097
2101
|
/** Product variant identifier. */
|
|
2098
2102
|
productVariantId?: number;
|
|
2103
|
+
/** Product variant unique identifier. */
|
|
2104
|
+
productVariantUID?: string | null;
|
|
2099
2105
|
/** Product version identifier. */
|
|
2100
2106
|
productVersionId?: number;
|
|
2101
2107
|
/** Product identifier. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurigma/ng-storefront-api-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.56.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)",
|