@aurigma/ng-storefront-api-client 2.57.1 → 2.58.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.
@@ -1623,6 +1623,8 @@ export interface ProductSummaryOptionValueDto {
1623
1623
  id?: number;
1624
1624
  /** Option value identifying tag. */
1625
1625
  tag?: string | null;
1626
+ /** Product option value UID. */
1627
+ uid?: string | null;
1626
1628
  /** Option value title. */
1627
1629
  title?: string | null;
1628
1630
  /** Option value value. */
@@ -1642,6 +1644,8 @@ export interface ProductSummaryOptionDto {
1642
1644
  id?: number;
1643
1645
  /** Option identifying tag. */
1644
1646
  tag?: string | null;
1647
+ /** Product option UID. */
1648
+ uid?: string | null;
1645
1649
  /** Option title. */
1646
1650
  title?: string | null;
1647
1651
  /** Option description. */
@@ -1874,6 +1878,8 @@ export interface ProductOptionValueDto {
1874
1878
  isDefault?: boolean;
1875
1879
  /** Product option value identifying tag. */
1876
1880
  tag?: string | null;
1881
+ /** Product option value UID. */
1882
+ uid?: string | null;
1877
1883
  /** Product option value description for 'Simple' option type. */
1878
1884
  simpleOptionValue?: SimpleOptionValue | null;
1879
1885
  /** Product option value description. */
@@ -1903,6 +1909,8 @@ export interface ProductOptionDto {
1903
1909
  sortIndex?: number;
1904
1910
  /** Product option identifying tag. */
1905
1911
  tag?: string | null;
1912
+ /** Product option UID. */
1913
+ uid?: string | null;
1906
1914
  /** Specifies if the option is used for design binding. */
1907
1915
  useForDesignBinding?: boolean;
1908
1916
  /** Specifies if the option is used for mockup binding. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurigma/ng-storefront-api-client",
3
- "version": "2.57.1",
3
+ "version": "2.58.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)",