@wix/auto_sdk_ecom_delivery-profile 1.0.56 → 1.0.58

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.
@@ -405,7 +405,10 @@ interface CursorPaging {
405
405
  cursor?: string | null;
406
406
  }
407
407
  interface QueryDeliveryProfilesResponse {
408
- /** List of DeliveryProfiles. */
408
+ /**
409
+ * List of DeliveryProfiles.
410
+ * @maxSize 100
411
+ */
409
412
  deliveryProfiles?: DeliveryProfile[];
410
413
  /** Paging metadata */
411
414
  pagingMetadata?: CursorPagingMetadata;
@@ -1422,10 +1425,6 @@ type CreateDeliveryProfileApplicationErrors = {
1422
1425
  code?: 'DELIVERY_CARRIER_MISSING_BACKUP_RATE';
1423
1426
  description?: string;
1424
1427
  data?: Record<string, any>;
1425
- } | {
1426
- code?: 'DELIVERY_PROVIDER_PRECONDITIONS_NOT_MET';
1427
- description?: string;
1428
- data?: Record<string, any>;
1429
1428
  };
1430
1429
  /** @docsIgnore */
1431
1430
  type CreateDeliveryProfileValidationErrors = {
@@ -1458,10 +1457,6 @@ type AddDeliveryRegionApplicationErrors = {
1458
1457
  code?: 'DELIVERY_CARRIER_MISSING_BACKUP_RATE';
1459
1458
  description?: string;
1460
1459
  data?: Record<string, any>;
1461
- } | {
1462
- code?: 'DELIVERY_CARRIER_PRECONDITIONS_NOT_MET';
1463
- description?: string;
1464
- data?: Record<string, any>;
1465
1460
  };
1466
1461
  /** @docsIgnore */
1467
1462
  type AddDeliveryRegionValidationErrors = {
@@ -1482,10 +1477,6 @@ type UpdateDeliveryRegionApplicationErrors = {
1482
1477
  code?: 'DESTINATIONS_COLLISION';
1483
1478
  description?: string;
1484
1479
  data?: Record<string, any>;
1485
- } | {
1486
- code?: 'DELIVERY_CARRIER_PRECONDITIONS_NOT_MET';
1487
- description?: string;
1488
- data?: Record<string, any>;
1489
1480
  } | {
1490
1481
  code?: 'DELIVERY_CARRIER_CANNOT_BE_UPDATED';
1491
1482
  description?: string;
@@ -1526,10 +1517,6 @@ type AddDeliveryCarrierApplicationErrors = {
1526
1517
  code?: 'DELIVERY_CARRIER_MISSING_BACKUP_RATE';
1527
1518
  description?: string;
1528
1519
  data?: Record<string, any>;
1529
- } | {
1530
- code?: 'DELIVERY_CARRIER_PRECONDITIONS_NOT_MET';
1531
- description?: string;
1532
- data?: Record<string, any>;
1533
1520
  } | {
1534
1521
  code?: 'UNKNOWN_DELIVERY_CARRIER';
1535
1522
  description?: string;
@@ -1554,10 +1541,6 @@ type UpdateDeliveryCarrierApplicationErrors = {
1554
1541
  code?: 'DELIVERY_CARRIER_NOT_FOUND';
1555
1542
  description?: string;
1556
1543
  data?: Record<string, any>;
1557
- } | {
1558
- code?: 'DELIVERY_CARRIER_PRECONDITIONS_NOT_MET';
1559
- description?: string;
1560
- data?: Record<string, any>;
1561
1544
  } | {
1562
1545
  code?: 'UNKNOWN_DELIVERY_CARRIER';
1563
1546
  description?: string;