@wix/auto_sdk_ecom_delivery-profile 1.0.55 → 1.0.57

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;
@@ -1405,6 +1408,7 @@ declare enum WebhookIdentityType {
1405
1408
  }
1406
1409
  /** @enumType */
1407
1410
  type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
1411
+ /** @docsIgnore */
1408
1412
  type CreateDeliveryProfileApplicationErrors = {
1409
1413
  code?: 'DESTINATIONS_COLLISION';
1410
1414
  description?: string;
@@ -1426,9 +1430,11 @@ type CreateDeliveryProfileApplicationErrors = {
1426
1430
  description?: string;
1427
1431
  data?: Record<string, any>;
1428
1432
  };
1433
+ /** @docsIgnore */
1429
1434
  type CreateDeliveryProfileValidationErrors = {
1430
1435
  ruleName?: 'DESTINATION_NOT_SUPPORTED';
1431
1436
  };
1437
+ /** @docsIgnore */
1432
1438
  type UpdateDeliveryProfileApplicationErrors = {
1433
1439
  code?: 'DELIVERY_REGION_CANNOT_BE_UPDATED';
1434
1440
  description?: string;
@@ -1438,6 +1444,7 @@ type UpdateDeliveryProfileApplicationErrors = {
1438
1444
  description?: string;
1439
1445
  data?: Record<string, any>;
1440
1446
  };
1447
+ /** @docsIgnore */
1441
1448
  type AddDeliveryRegionApplicationErrors = {
1442
1449
  code?: 'DELIVERY_PROFILE_NOT_FOUND';
1443
1450
  description?: string;
@@ -1459,11 +1466,13 @@ type AddDeliveryRegionApplicationErrors = {
1459
1466
  description?: string;
1460
1467
  data?: Record<string, any>;
1461
1468
  };
1469
+ /** @docsIgnore */
1462
1470
  type AddDeliveryRegionValidationErrors = {
1463
1471
  ruleName?: 'DELIVERY_REGION_NAME_ALREADY_EXISTS';
1464
1472
  } | {
1465
1473
  ruleName?: 'DESTINATION_NOT_SUPPORTED';
1466
1474
  };
1475
+ /** @docsIgnore */
1467
1476
  type UpdateDeliveryRegionApplicationErrors = {
1468
1477
  code?: 'DELIVERY_PROFILE_NOT_FOUND';
1469
1478
  description?: string;
@@ -1485,16 +1494,19 @@ type UpdateDeliveryRegionApplicationErrors = {
1485
1494
  description?: string;
1486
1495
  data?: Record<string, any>;
1487
1496
  };
1497
+ /** @docsIgnore */
1488
1498
  type UpdateDeliveryRegionValidationErrors = {
1489
1499
  ruleName?: 'DELIVERY_REGION_NAME_ALREADY_EXISTS';
1490
1500
  } | {
1491
1501
  ruleName?: 'DESTINATION_NOT_SUPPORTED';
1492
1502
  };
1503
+ /** @docsIgnore */
1493
1504
  type GetDeliveryProfileByDeliveryRegionIdApplicationErrors = {
1494
1505
  code?: 'DELIVERY_REGION_NOT_FOUND';
1495
1506
  description?: string;
1496
1507
  data?: Record<string, any>;
1497
1508
  };
1509
+ /** @docsIgnore */
1498
1510
  type RemoveDeliveryRegionApplicationErrors = {
1499
1511
  code?: 'DELIVERY_PROFILE_NOT_FOUND';
1500
1512
  description?: string;
@@ -1504,6 +1516,7 @@ type RemoveDeliveryRegionApplicationErrors = {
1504
1516
  description?: string;
1505
1517
  data?: Record<string, any>;
1506
1518
  };
1519
+ /** @docsIgnore */
1507
1520
  type AddDeliveryCarrierApplicationErrors = {
1508
1521
  code?: 'DELIVERY_REGION_NOT_FOUND';
1509
1522
  description?: string;
@@ -1525,14 +1538,17 @@ type AddDeliveryCarrierApplicationErrors = {
1525
1538
  description?: string;
1526
1539
  data?: Record<string, any>;
1527
1540
  };
1541
+ /** @docsIgnore */
1528
1542
  type AddDeliveryCarrierValidationErrors = {
1529
1543
  ruleName?: 'DELIVERY_CARRIER_MISSING_BACKUP_RATE';
1530
1544
  };
1545
+ /** @docsIgnore */
1531
1546
  type RemoveDeliveryCarrierApplicationErrors = {
1532
1547
  code?: 'DELIVERY_REGION_NOT_FOUND';
1533
1548
  description?: string;
1534
1549
  data?: Record<string, any>;
1535
1550
  };
1551
+ /** @docsIgnore */
1536
1552
  type UpdateDeliveryCarrierApplicationErrors = {
1537
1553
  code?: 'DELIVERY_REGION_NOT_FOUND';
1538
1554
  description?: string;
@@ -1554,6 +1570,7 @@ type UpdateDeliveryCarrierApplicationErrors = {
1554
1570
  description?: string;
1555
1571
  data?: Record<string, any>;
1556
1572
  };
1573
+ /** @docsIgnore */
1557
1574
  type ListDeliveryCarriersApplicationErrors = {
1558
1575
  code?: 'DELIVERY_CARRIER_NOT_FOUND';
1559
1576
  description?: string;
@@ -1563,6 +1580,7 @@ type ListDeliveryCarriersApplicationErrors = {
1563
1580
  description?: string;
1564
1581
  data?: Record<string, any>;
1565
1582
  };
1583
+ /** @docsIgnore */
1566
1584
  type UpdateCarrierSettingsApplicationErrors = {
1567
1585
  code?: 'DELIVERY_CARRIER_NOT_FOUND';
1568
1586
  description?: string;