@aurigma/axios-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.
@@ -2005,6 +2005,8 @@ export interface ProductVariantResourceDto {
2005
2005
  export interface ProductVariantDesignDto {
2006
2006
  /** Product variant identifier. */
2007
2007
  productVariantId?: number;
2008
+ /** Product variant unique identifier. */
2009
+ productVariantUID?: string | null;
2008
2010
  /** Product version identifier. */
2009
2011
  productVersionId?: number;
2010
2012
  /** Product identifier. */
@@ -2059,6 +2061,8 @@ export declare enum SurfaceUsageType {
2059
2061
  export interface ProductVariantMockupDto {
2060
2062
  /** Product variant identifier. */
2061
2063
  productVariantId?: number;
2064
+ /** Product variant unique identifier. */
2065
+ productVariantUID?: string | null;
2062
2066
  /** Product version identifier. */
2063
2067
  productVersionId?: number;
2064
2068
  /** Product identifier. */
@@ -2093,6 +2097,8 @@ export interface PagedOfProductVariantMockupDto {
2093
2097
  export interface ProductVariantDocumentDto {
2094
2098
  /** Product variant identifier. */
2095
2099
  productVariantId?: number;
2100
+ /** Product variant unique identifier. */
2101
+ productVariantUID?: string | null;
2096
2102
  /** Product version identifier. */
2097
2103
  productVersionId?: number;
2098
2104
  /** Product identifier. */