@wix/auto_sdk_pricing-plans_orders 1.0.71 → 1.0.72
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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +9 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +9 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +9 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +9 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1484,6 +1484,7 @@ interface SetSubmissionResponse {
|
|
|
1484
1484
|
/** Order with submission id */
|
|
1485
1485
|
order?: Order;
|
|
1486
1486
|
}
|
|
1487
|
+
/** @docsIgnore */
|
|
1487
1488
|
type CreateOnlineOrderApplicationErrors = {
|
|
1488
1489
|
code?: 'MEMBER_REQUIRED';
|
|
1489
1490
|
description?: string;
|
|
@@ -1561,6 +1562,7 @@ type CreateOnlineOrderApplicationErrors = {
|
|
|
1561
1562
|
description?: string;
|
|
1562
1563
|
data?: Record<string, any>;
|
|
1563
1564
|
};
|
|
1565
|
+
/** @docsIgnore */
|
|
1564
1566
|
type CreateOnlineOrderValidationErrors = {
|
|
1565
1567
|
ruleName?: 'UNKNOWN_ORDER_METHOD';
|
|
1566
1568
|
} | {
|
|
@@ -1568,6 +1570,7 @@ type CreateOnlineOrderValidationErrors = {
|
|
|
1568
1570
|
} | {
|
|
1569
1571
|
ruleName?: 'invalid_sort_field';
|
|
1570
1572
|
};
|
|
1573
|
+
/** @docsIgnore */
|
|
1571
1574
|
type CreateOfflineOrderApplicationErrors = {
|
|
1572
1575
|
code?: 'PRICING_PLANS_NOT_INSTALLED';
|
|
1573
1576
|
description?: string;
|
|
@@ -1621,11 +1624,13 @@ type CreateOfflineOrderApplicationErrors = {
|
|
|
1621
1624
|
description?: string;
|
|
1622
1625
|
data?: Record<string, any>;
|
|
1623
1626
|
};
|
|
1627
|
+
/** @docsIgnore */
|
|
1624
1628
|
type CreateOfflineOrderValidationErrors = {
|
|
1625
1629
|
ruleName?: 'MEMBER_DOESNT_EXIST';
|
|
1626
1630
|
} | {
|
|
1627
1631
|
ruleName?: 'invalid_sort_field';
|
|
1628
1632
|
};
|
|
1633
|
+
/** @docsIgnore */
|
|
1629
1634
|
type GetOnlineOrderPreviewApplicationErrors = {
|
|
1630
1635
|
code?: 'PRICING_PLANS_NOT_INSTALLED';
|
|
1631
1636
|
description?: string;
|
|
@@ -1675,9 +1680,11 @@ type GetOnlineOrderPreviewApplicationErrors = {
|
|
|
1675
1680
|
description?: string;
|
|
1676
1681
|
data?: Record<string, any>;
|
|
1677
1682
|
};
|
|
1683
|
+
/** @docsIgnore */
|
|
1678
1684
|
type GetOnlineOrderPreviewValidationErrors = {
|
|
1679
1685
|
ruleName?: 'invalid_sort_field';
|
|
1680
1686
|
};
|
|
1687
|
+
/** @docsIgnore */
|
|
1681
1688
|
type GetOfflineOrderPreviewApplicationErrors = {
|
|
1682
1689
|
code?: 'PRICING_PLANS_NOT_INSTALLED';
|
|
1683
1690
|
description?: string;
|
|
@@ -1727,9 +1734,11 @@ type GetOfflineOrderPreviewApplicationErrors = {
|
|
|
1727
1734
|
description?: string;
|
|
1728
1735
|
data?: Record<string, any>;
|
|
1729
1736
|
};
|
|
1737
|
+
/** @docsIgnore */
|
|
1730
1738
|
type GetOfflineOrderPreviewValidationErrors = {
|
|
1731
1739
|
ruleName?: 'invalid_sort_field';
|
|
1732
1740
|
};
|
|
1741
|
+
/** @docsIgnore */
|
|
1733
1742
|
type GetPricePreviewApplicationErrors = {
|
|
1734
1743
|
code?: 'ERROR_COUPON_IS_DISABLED';
|
|
1735
1744
|
description?: string;
|