@wix/auto_sdk_ecom_delivery-profile 1.0.57 → 1.0.59
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 +1 -21
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -21
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1 -21
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +1 -21
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/package.json +2 -2
|
@@ -157,7 +157,7 @@ interface AdditionalCharge {
|
|
|
157
157
|
price?: string;
|
|
158
158
|
/**
|
|
159
159
|
* Cost of additional charge. For example, `12.5`.
|
|
160
|
-
* @
|
|
160
|
+
* @decimalValue options { gte:0, maxScale:6 }
|
|
161
161
|
*/
|
|
162
162
|
amount?: string;
|
|
163
163
|
}
|
|
@@ -1425,10 +1425,6 @@ type CreateDeliveryProfileApplicationErrors = {
|
|
|
1425
1425
|
code?: 'DELIVERY_CARRIER_MISSING_BACKUP_RATE';
|
|
1426
1426
|
description?: string;
|
|
1427
1427
|
data?: Record<string, any>;
|
|
1428
|
-
} | {
|
|
1429
|
-
code?: 'DELIVERY_PROVIDER_PRECONDITIONS_NOT_MET';
|
|
1430
|
-
description?: string;
|
|
1431
|
-
data?: Record<string, any>;
|
|
1432
1428
|
};
|
|
1433
1429
|
/** @docsIgnore */
|
|
1434
1430
|
type CreateDeliveryProfileValidationErrors = {
|
|
@@ -1461,10 +1457,6 @@ type AddDeliveryRegionApplicationErrors = {
|
|
|
1461
1457
|
code?: 'DELIVERY_CARRIER_MISSING_BACKUP_RATE';
|
|
1462
1458
|
description?: string;
|
|
1463
1459
|
data?: Record<string, any>;
|
|
1464
|
-
} | {
|
|
1465
|
-
code?: 'DELIVERY_CARRIER_PRECONDITIONS_NOT_MET';
|
|
1466
|
-
description?: string;
|
|
1467
|
-
data?: Record<string, any>;
|
|
1468
1460
|
};
|
|
1469
1461
|
/** @docsIgnore */
|
|
1470
1462
|
type AddDeliveryRegionValidationErrors = {
|
|
@@ -1485,10 +1477,6 @@ type UpdateDeliveryRegionApplicationErrors = {
|
|
|
1485
1477
|
code?: 'DESTINATIONS_COLLISION';
|
|
1486
1478
|
description?: string;
|
|
1487
1479
|
data?: Record<string, any>;
|
|
1488
|
-
} | {
|
|
1489
|
-
code?: 'DELIVERY_CARRIER_PRECONDITIONS_NOT_MET';
|
|
1490
|
-
description?: string;
|
|
1491
|
-
data?: Record<string, any>;
|
|
1492
1480
|
} | {
|
|
1493
1481
|
code?: 'DELIVERY_CARRIER_CANNOT_BE_UPDATED';
|
|
1494
1482
|
description?: string;
|
|
@@ -1529,10 +1517,6 @@ type AddDeliveryCarrierApplicationErrors = {
|
|
|
1529
1517
|
code?: 'DELIVERY_CARRIER_MISSING_BACKUP_RATE';
|
|
1530
1518
|
description?: string;
|
|
1531
1519
|
data?: Record<string, any>;
|
|
1532
|
-
} | {
|
|
1533
|
-
code?: 'DELIVERY_CARRIER_PRECONDITIONS_NOT_MET';
|
|
1534
|
-
description?: string;
|
|
1535
|
-
data?: Record<string, any>;
|
|
1536
1520
|
} | {
|
|
1537
1521
|
code?: 'UNKNOWN_DELIVERY_CARRIER';
|
|
1538
1522
|
description?: string;
|
|
@@ -1557,10 +1541,6 @@ type UpdateDeliveryCarrierApplicationErrors = {
|
|
|
1557
1541
|
code?: 'DELIVERY_CARRIER_NOT_FOUND';
|
|
1558
1542
|
description?: string;
|
|
1559
1543
|
data?: Record<string, any>;
|
|
1560
|
-
} | {
|
|
1561
|
-
code?: 'DELIVERY_CARRIER_PRECONDITIONS_NOT_MET';
|
|
1562
|
-
description?: string;
|
|
1563
|
-
data?: Record<string, any>;
|
|
1564
1544
|
} | {
|
|
1565
1545
|
code?: 'UNKNOWN_DELIVERY_CARRIER';
|
|
1566
1546
|
description?: string;
|