@aurigma/ng-storefront-api-client 2.55.1 → 2.55.3

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.
@@ -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.55.1",
3
+ "version": "2.55.3",
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)",