@wix/auto_sdk_ecom_draft-orders 1.0.61 → 1.0.62
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 +4 -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 +4 -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 +38 -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 +38 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -4214,6 +4214,10 @@ type AddLineItemsToDraftOrderApplicationErrors = {
|
|
|
4214
4214
|
code?: 'SUBSCRIPTION_ITEM_UNSUPPORTED';
|
|
4215
4215
|
description?: string;
|
|
4216
4216
|
data?: Record<string, any>;
|
|
4217
|
+
} | {
|
|
4218
|
+
code?: 'DUPLICATED_EXTERNAL_LINE_ITEM_ID';
|
|
4219
|
+
description?: string;
|
|
4220
|
+
data?: Record<string, any>;
|
|
4217
4221
|
};
|
|
4218
4222
|
/** @docsIgnore */
|
|
4219
4223
|
type UpdateLineItemsApplicationErrors = {
|