@wix/auto_sdk_ecom_local-delivery-options 1.0.24 → 1.0.25
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 +2 -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 +2 -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 +2 -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 +2 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -630,11 +630,13 @@ declare enum WebhookIdentityType {
|
|
|
630
630
|
}
|
|
631
631
|
/** @enumType */
|
|
632
632
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
633
|
+
/** @docsIgnore */
|
|
633
634
|
type CreateLocalDeliveryOptionApplicationErrors = {
|
|
634
635
|
code?: 'LIMIT_OF_OPTIONS_PER_EXTERNAL_ID_EXCEEDED';
|
|
635
636
|
description?: string;
|
|
636
637
|
data?: Record<string, any>;
|
|
637
638
|
};
|
|
639
|
+
/** @docsIgnore */
|
|
638
640
|
type BulkCreateLocalDeliveryOptionApplicationErrors = {
|
|
639
641
|
code?: 'LIMIT_OF_OPTIONS_PER_DELIVERY_REGION_EXCEEDED';
|
|
640
642
|
description?: string;
|