controlresell 2.18.2 → 2.18.4

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.
Files changed (95) hide show
  1. package/package.json +1 -1
  2. package/src/com/controlresell/api/requests/items/cancel/CancelRequest.d.ts +3 -3
  3. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.d.ts +1 -1
  4. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.d.ts.map +1 -1
  5. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.js +1 -1
  6. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.js.map +1 -1
  7. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.ts +1 -1
  8. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts +2 -5
  9. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts.map +1 -1
  10. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js +0 -1
  11. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -1
  12. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.ts +0 -1
  13. package/src/com/controlresell/api/requests/items/update/UpdateRequest.d.ts +159 -0
  14. package/src/com/controlresell/api/requests/items/update/UpdateRequest.d.ts.map +1 -0
  15. package/src/com/controlresell/api/requests/items/update/UpdateRequest.js +10 -0
  16. package/src/com/controlresell/api/requests/items/update/UpdateRequest.js.map +1 -0
  17. package/src/com/controlresell/api/requests/items/update/UpdateRequest.ts +11 -0
  18. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +136 -356
  19. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
  20. package/src/com/controlresell/api/responses/items/ListedItem.d.ts +116 -300
  21. package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
  22. package/src/com/controlresell/models/conversations/Conversation.d.ts +5 -5
  23. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +12 -12
  24. package/src/com/controlresell/models/conversations/UserConversations.d.ts +7 -7
  25. package/src/com/controlresell/models/conversations/messages/ConversationMessage.d.ts +3 -3
  26. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.d.ts +1 -1
  27. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.d.ts.map +1 -1
  28. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.js +1 -1
  29. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.js.map +1 -1
  30. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.ts +1 -1
  31. package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.d.ts +3 -3
  32. package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.d.ts +3 -3
  33. package/src/com/controlresell/models/conversations/messages/PaginatedConversationMessages.d.ts +5 -5
  34. package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.d.ts +3 -3
  35. package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.d.ts +3 -0
  36. package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.d.ts.map +1 -1
  37. package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.js +1 -0
  38. package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.js.map +1 -1
  39. package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.ts +1 -0
  40. package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -5
  41. package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -5
  42. package/src/com/controlresell/models/items/CreatedItems.d.ts +272 -712
  43. package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
  44. package/src/com/controlresell/models/items/Item.d.ts +232 -600
  45. package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
  46. package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -3
  47. package/src/com/controlresell/models/items/ItemUpdate.d.ts +136 -356
  48. package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
  49. package/src/com/controlresell/models/items/ItemUpdatePayload.d.ts +45 -0
  50. package/src/com/controlresell/models/items/ItemUpdatePayload.d.ts.map +1 -0
  51. package/src/com/controlresell/models/items/ItemUpdatePayload.js +6 -0
  52. package/src/com/controlresell/models/items/ItemUpdatePayload.js.map +1 -0
  53. package/src/com/controlresell/models/items/ItemUpdatePayload.ts +7 -0
  54. package/src/com/controlresell/models/items/UpdatedItem.d.ts +272 -712
  55. package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
  56. package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +96 -244
  57. package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
  58. package/src/com/controlresell/models/items/history/ItemHistory.d.ts +96 -244
  59. package/src/com/controlresell/models/items/history/ItemHistory.d.ts.map +1 -1
  60. package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +150 -374
  61. package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
  62. package/src/com/controlresell/models/items/history/ItemHistoryType.d.ts +1 -1
  63. package/src/com/controlresell/models/items/history/ItemHistoryType.d.ts.map +1 -1
  64. package/src/com/controlresell/models/items/history/ItemHistoryType.js +1 -1
  65. package/src/com/controlresell/models/items/history/ItemHistoryType.js.map +1 -1
  66. package/src/com/controlresell/models/items/history/ItemHistoryType.ts +1 -1
  67. package/src/com/controlresell/models/items/history/ItemHistoryTypeWithCount.d.ts +3 -3
  68. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +57 -133
  69. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts.map +1 -1
  70. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.js +2 -2
  71. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.js.map +1 -1
  72. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.ts +2 -1
  73. package/src/com/controlresell/models/notifications/CreateNotificationPreferencePayload.d.ts +3 -3
  74. package/src/com/controlresell/models/notifications/NotificationPreference.d.ts +3 -3
  75. package/src/com/controlresell/models/notifications/NotificationType.d.ts +1 -1
  76. package/src/com/controlresell/models/notifications/NotificationType.d.ts.map +1 -1
  77. package/src/com/controlresell/models/notifications/NotificationType.js +1 -1
  78. package/src/com/controlresell/models/notifications/NotificationType.js.map +1 -1
  79. package/src/com/controlresell/models/notifications/NotificationType.ts +1 -1
  80. package/src/com/controlresell/models/notifications/UpdateNotificationPreferencePayload.d.ts +3 -3
  81. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +156 -412
  82. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
  83. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +136 -356
  84. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
  85. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +136 -356
  86. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
  87. package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +7 -7
  88. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +310 -750
  89. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  90. package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +10 -10
  91. package/src/index.d.ts +2 -0
  92. package/src/index.d.ts.map +1 -1
  93. package/src/index.js +2 -0
  94. package/src/index.js.map +1 -1
  95. package/src/index.ts +2 -0
@@ -191,7 +191,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
191
191
  lastHistory: z.ZodOptional<z.ZodNullable<z.ZodObject<{
192
192
  id: z.ZodString;
193
193
  itemId: z.ZodNumber;
194
- type: z.ZodEnum<["IMPORTED", "ARCHIVED", "UNARCHIVED", "PUBLISHED", "FAILED_TO_PUBLISH", "SCHEDULED_RETRY", "REPUBLISHING_RETRY", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "IMAGE_PROCESSING_DONE", "REPUBLISHED", "REPUBLISH_CANCELED", "UPDATING", "UPDATED", "UPDATE_CANCELED", "CANCELED", "DISPUTE", "DELETING", "DELETED", "TO_BE_SENT", "IN_TRANSIT", "BUYER_PAID", "DELIVERED", "RECEIVED", "FINALIZED", "RETURN", "REFUND", "LIFECYCLE_STARTED", "LIFECYCLE_COMPLETED", "LIFECYCLE_CANCELED"]>;
194
+ type: z.ZodEnum<["IMPORTED", "ARCHIVED", "UNARCHIVED", "PUBLISHED", "FAILED_TO_PUBLISH", "SCHEDULED_RETRY", "REPUBLISHING_RETRY", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "IMAGE_PROCESSING_DONE", "REPUBLISHED", "REPUBLISH_CANCELED", "UPDATING", "UPDATED", "UPDATE_CANCELED", "FAILED_TO_UPDATE", "CANCELED", "DISPUTE", "DELETING", "DELETED", "DELETE_CANCELED", "FAILED_TO_DELETE", "TO_BE_SENT", "IN_TRANSIT", "BUYER_PAID", "DELIVERED", "RECEIVED", "FINALIZED", "RETURN", "REFUND", "LIFECYCLE_STARTED", "LIFECYCLE_COMPLETED", "LIFECYCLE_CANCELED"]>;
195
195
  data: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
196
196
  data: z.ZodObject<{
197
197
  targetItemHistoryId: z.ZodString;
@@ -1474,149 +1474,73 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1474
1474
  }>, z.ZodObject<{
1475
1475
  data: z.ZodObject<{
1476
1476
  platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1477
- post: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1478
- brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1479
- catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1480
- catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1481
- colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1482
- colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
1483
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1484
- measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1485
- measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1486
- packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1487
- photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1488
- price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1489
- currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1490
- size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1491
- sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1492
- status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1493
- statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1494
- title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1495
- isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1496
- isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1497
- isHidden: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1498
- isDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1499
- isUnisex: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1500
- availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1501
- material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
1502
- manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1503
- labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1477
+ payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1478
+ priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1479
+ type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
1480
+ value: z.ZodNumber;
1481
+ roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
1482
+ roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1483
+ negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
1484
+ maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1485
+ }, "strip", z.ZodTypeAny, {
1486
+ value: number;
1487
+ type: "PERCENTAGE" | "ABSOLUTE";
1488
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1489
+ roundStep?: number | null | undefined;
1490
+ negotiationProfile?: "AUTO" | null | undefined;
1491
+ maxRounds?: number | null | undefined;
1492
+ }, {
1493
+ value: number;
1494
+ type: "PERCENTAGE" | "ABSOLUTE";
1495
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1496
+ roundStep?: number | null | undefined;
1497
+ negotiationProfile?: "AUTO" | null | undefined;
1498
+ maxRounds?: number | null | undefined;
1499
+ }>>>;
1504
1500
  }, "strip", z.ZodTypeAny, {
1505
- status?: string | null | undefined;
1506
- title?: string | null | undefined;
1507
- description?: string | null | undefined;
1508
- brand?: string | null | undefined;
1509
- statusId?: number | null | undefined;
1510
- sizeId?: number | null | undefined;
1511
- colorIds?: number[] | null | undefined;
1512
- packageSizeId?: number | null | undefined;
1513
- price?: number | null | undefined;
1514
- currency?: string | null | undefined;
1515
- catalog?: string | null | undefined;
1516
- catalogId?: number | null | undefined;
1517
- colors?: string[] | null | undefined;
1518
- measurementLength?: number | null | undefined;
1519
- measurementWidth?: number | null | undefined;
1520
- photoUrls?: string[] | null | undefined;
1521
- size?: string | null | undefined;
1522
- isDraft?: boolean | null | undefined;
1523
- isArchived?: boolean | null | undefined;
1524
- isUnisex?: boolean | null | undefined;
1525
- availableQuantity?: number | null | undefined;
1526
- material?: number[] | null | undefined;
1527
- manufacturerLabelling?: string | null | undefined;
1528
- labels?: string[] | null | undefined;
1529
- isHidden?: boolean | null | undefined;
1530
- isDeleted?: boolean | null | undefined;
1501
+ priceDropPayload?: {
1502
+ value: number;
1503
+ type: "PERCENTAGE" | "ABSOLUTE";
1504
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1505
+ roundStep?: number | null | undefined;
1506
+ negotiationProfile?: "AUTO" | null | undefined;
1507
+ maxRounds?: number | null | undefined;
1508
+ } | null | undefined;
1531
1509
  }, {
1532
- status?: string | null | undefined;
1533
- title?: string | null | undefined;
1534
- description?: string | null | undefined;
1535
- brand?: string | null | undefined;
1536
- statusId?: number | null | undefined;
1537
- sizeId?: number | null | undefined;
1538
- colorIds?: number[] | null | undefined;
1539
- packageSizeId?: number | null | undefined;
1540
- price?: number | null | undefined;
1541
- currency?: string | null | undefined;
1542
- catalog?: string | null | undefined;
1543
- catalogId?: number | null | undefined;
1544
- colors?: string[] | null | undefined;
1545
- measurementLength?: number | null | undefined;
1546
- measurementWidth?: number | null | undefined;
1547
- photoUrls?: string[] | null | undefined;
1548
- size?: string | null | undefined;
1549
- isDraft?: boolean | null | undefined;
1550
- isArchived?: boolean | null | undefined;
1551
- isUnisex?: boolean | null | undefined;
1552
- availableQuantity?: number | null | undefined;
1553
- material?: number[] | null | undefined;
1554
- manufacturerLabelling?: string | null | undefined;
1555
- labels?: string[] | null | undefined;
1556
- isHidden?: boolean | null | undefined;
1557
- isDeleted?: boolean | null | undefined;
1510
+ priceDropPayload?: {
1511
+ value: number;
1512
+ type: "PERCENTAGE" | "ABSOLUTE";
1513
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1514
+ roundStep?: number | null | undefined;
1515
+ negotiationProfile?: "AUTO" | null | undefined;
1516
+ maxRounds?: number | null | undefined;
1517
+ } | null | undefined;
1558
1518
  }>>>;
1559
1519
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1560
1520
  }, "strip", z.ZodTypeAny, {
1561
1521
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1562
- post?: {
1563
- status?: string | null | undefined;
1564
- title?: string | null | undefined;
1565
- description?: string | null | undefined;
1566
- brand?: string | null | undefined;
1567
- statusId?: number | null | undefined;
1568
- sizeId?: number | null | undefined;
1569
- colorIds?: number[] | null | undefined;
1570
- packageSizeId?: number | null | undefined;
1571
- price?: number | null | undefined;
1572
- currency?: string | null | undefined;
1573
- catalog?: string | null | undefined;
1574
- catalogId?: number | null | undefined;
1575
- colors?: string[] | null | undefined;
1576
- measurementLength?: number | null | undefined;
1577
- measurementWidth?: number | null | undefined;
1578
- photoUrls?: string[] | null | undefined;
1579
- size?: string | null | undefined;
1580
- isDraft?: boolean | null | undefined;
1581
- isArchived?: boolean | null | undefined;
1582
- isUnisex?: boolean | null | undefined;
1583
- availableQuantity?: number | null | undefined;
1584
- material?: number[] | null | undefined;
1585
- manufacturerLabelling?: string | null | undefined;
1586
- labels?: string[] | null | undefined;
1587
- isHidden?: boolean | null | undefined;
1588
- isDeleted?: boolean | null | undefined;
1522
+ payload?: {
1523
+ priceDropPayload?: {
1524
+ value: number;
1525
+ type: "PERCENTAGE" | "ABSOLUTE";
1526
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1527
+ roundStep?: number | null | undefined;
1528
+ negotiationProfile?: "AUTO" | null | undefined;
1529
+ maxRounds?: number | null | undefined;
1530
+ } | null | undefined;
1589
1531
  } | null | undefined;
1590
1532
  targetDate?: Date | null | undefined;
1591
1533
  }, {
1592
1534
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1593
- post?: {
1594
- status?: string | null | undefined;
1595
- title?: string | null | undefined;
1596
- description?: string | null | undefined;
1597
- brand?: string | null | undefined;
1598
- statusId?: number | null | undefined;
1599
- sizeId?: number | null | undefined;
1600
- colorIds?: number[] | null | undefined;
1601
- packageSizeId?: number | null | undefined;
1602
- price?: number | null | undefined;
1603
- currency?: string | null | undefined;
1604
- catalog?: string | null | undefined;
1605
- catalogId?: number | null | undefined;
1606
- colors?: string[] | null | undefined;
1607
- measurementLength?: number | null | undefined;
1608
- measurementWidth?: number | null | undefined;
1609
- photoUrls?: string[] | null | undefined;
1610
- size?: string | null | undefined;
1611
- isDraft?: boolean | null | undefined;
1612
- isArchived?: boolean | null | undefined;
1613
- isUnisex?: boolean | null | undefined;
1614
- availableQuantity?: number | null | undefined;
1615
- material?: number[] | null | undefined;
1616
- manufacturerLabelling?: string | null | undefined;
1617
- labels?: string[] | null | undefined;
1618
- isHidden?: boolean | null | undefined;
1619
- isDeleted?: boolean | null | undefined;
1535
+ payload?: {
1536
+ priceDropPayload?: {
1537
+ value: number;
1538
+ type: "PERCENTAGE" | "ABSOLUTE";
1539
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1540
+ roundStep?: number | null | undefined;
1541
+ negotiationProfile?: "AUTO" | null | undefined;
1542
+ maxRounds?: number | null | undefined;
1543
+ } | null | undefined;
1620
1544
  } | null | undefined;
1621
1545
  targetDate?: Date | null | undefined;
1622
1546
  }>;
@@ -1625,33 +1549,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1625
1549
  type: "UPDATING";
1626
1550
  data: {
1627
1551
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1628
- post?: {
1629
- status?: string | null | undefined;
1630
- title?: string | null | undefined;
1631
- description?: string | null | undefined;
1632
- brand?: string | null | undefined;
1633
- statusId?: number | null | undefined;
1634
- sizeId?: number | null | undefined;
1635
- colorIds?: number[] | null | undefined;
1636
- packageSizeId?: number | null | undefined;
1637
- price?: number | null | undefined;
1638
- currency?: string | null | undefined;
1639
- catalog?: string | null | undefined;
1640
- catalogId?: number | null | undefined;
1641
- colors?: string[] | null | undefined;
1642
- measurementLength?: number | null | undefined;
1643
- measurementWidth?: number | null | undefined;
1644
- photoUrls?: string[] | null | undefined;
1645
- size?: string | null | undefined;
1646
- isDraft?: boolean | null | undefined;
1647
- isArchived?: boolean | null | undefined;
1648
- isUnisex?: boolean | null | undefined;
1649
- availableQuantity?: number | null | undefined;
1650
- material?: number[] | null | undefined;
1651
- manufacturerLabelling?: string | null | undefined;
1652
- labels?: string[] | null | undefined;
1653
- isHidden?: boolean | null | undefined;
1654
- isDeleted?: boolean | null | undefined;
1552
+ payload?: {
1553
+ priceDropPayload?: {
1554
+ value: number;
1555
+ type: "PERCENTAGE" | "ABSOLUTE";
1556
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1557
+ roundStep?: number | null | undefined;
1558
+ negotiationProfile?: "AUTO" | null | undefined;
1559
+ maxRounds?: number | null | undefined;
1560
+ } | null | undefined;
1655
1561
  } | null | undefined;
1656
1562
  targetDate?: Date | null | undefined;
1657
1563
  };
@@ -1659,33 +1565,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1659
1565
  type: "UPDATING";
1660
1566
  data: {
1661
1567
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1662
- post?: {
1663
- status?: string | null | undefined;
1664
- title?: string | null | undefined;
1665
- description?: string | null | undefined;
1666
- brand?: string | null | undefined;
1667
- statusId?: number | null | undefined;
1668
- sizeId?: number | null | undefined;
1669
- colorIds?: number[] | null | undefined;
1670
- packageSizeId?: number | null | undefined;
1671
- price?: number | null | undefined;
1672
- currency?: string | null | undefined;
1673
- catalog?: string | null | undefined;
1674
- catalogId?: number | null | undefined;
1675
- colors?: string[] | null | undefined;
1676
- measurementLength?: number | null | undefined;
1677
- measurementWidth?: number | null | undefined;
1678
- photoUrls?: string[] | null | undefined;
1679
- size?: string | null | undefined;
1680
- isDraft?: boolean | null | undefined;
1681
- isArchived?: boolean | null | undefined;
1682
- isUnisex?: boolean | null | undefined;
1683
- availableQuantity?: number | null | undefined;
1684
- material?: number[] | null | undefined;
1685
- manufacturerLabelling?: string | null | undefined;
1686
- labels?: string[] | null | undefined;
1687
- isHidden?: boolean | null | undefined;
1688
- isDeleted?: boolean | null | undefined;
1568
+ payload?: {
1569
+ priceDropPayload?: {
1570
+ value: number;
1571
+ type: "PERCENTAGE" | "ABSOLUTE";
1572
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1573
+ roundStep?: number | null | undefined;
1574
+ negotiationProfile?: "AUTO" | null | undefined;
1575
+ maxRounds?: number | null | undefined;
1576
+ } | null | undefined;
1689
1577
  } | null | undefined;
1690
1578
  targetDate?: Date | null | undefined;
1691
1579
  };
@@ -1696,7 +1584,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1696
1584
  requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1697
1585
  targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1698
1586
  }, "strip", z.ZodTypeAny, {
1699
- type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
1587
+ type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "FAILED_TO_UPDATE" | "DISPUTE" | "DELETED" | "DELETE_CANCELED" | "FAILED_TO_DELETE" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
1700
1588
  id: string;
1701
1589
  createdAt: Date;
1702
1590
  itemId: number;
@@ -1913,33 +1801,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1913
1801
  type: "UPDATING";
1914
1802
  data: {
1915
1803
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1916
- post?: {
1917
- status?: string | null | undefined;
1918
- title?: string | null | undefined;
1919
- description?: string | null | undefined;
1920
- brand?: string | null | undefined;
1921
- statusId?: number | null | undefined;
1922
- sizeId?: number | null | undefined;
1923
- colorIds?: number[] | null | undefined;
1924
- packageSizeId?: number | null | undefined;
1925
- price?: number | null | undefined;
1926
- currency?: string | null | undefined;
1927
- catalog?: string | null | undefined;
1928
- catalogId?: number | null | undefined;
1929
- colors?: string[] | null | undefined;
1930
- measurementLength?: number | null | undefined;
1931
- measurementWidth?: number | null | undefined;
1932
- photoUrls?: string[] | null | undefined;
1933
- size?: string | null | undefined;
1934
- isDraft?: boolean | null | undefined;
1935
- isArchived?: boolean | null | undefined;
1936
- isUnisex?: boolean | null | undefined;
1937
- availableQuantity?: number | null | undefined;
1938
- material?: number[] | null | undefined;
1939
- manufacturerLabelling?: string | null | undefined;
1940
- labels?: string[] | null | undefined;
1941
- isHidden?: boolean | null | undefined;
1942
- isDeleted?: boolean | null | undefined;
1804
+ payload?: {
1805
+ priceDropPayload?: {
1806
+ value: number;
1807
+ type: "PERCENTAGE" | "ABSOLUTE";
1808
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1809
+ roundStep?: number | null | undefined;
1810
+ negotiationProfile?: "AUTO" | null | undefined;
1811
+ maxRounds?: number | null | undefined;
1812
+ } | null | undefined;
1943
1813
  } | null | undefined;
1944
1814
  targetDate?: Date | null | undefined;
1945
1815
  };
@@ -1949,7 +1819,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1949
1819
  requestId?: string | null | undefined;
1950
1820
  targetHistoryId?: string | null | undefined;
1951
1821
  }, {
1952
- type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
1822
+ type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "FAILED_TO_UPDATE" | "DISPUTE" | "DELETED" | "DELETE_CANCELED" | "FAILED_TO_DELETE" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
1953
1823
  id: string;
1954
1824
  createdAt: Date;
1955
1825
  itemId: number;
@@ -2166,33 +2036,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2166
2036
  type: "UPDATING";
2167
2037
  data: {
2168
2038
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2169
- post?: {
2170
- status?: string | null | undefined;
2171
- title?: string | null | undefined;
2172
- description?: string | null | undefined;
2173
- brand?: string | null | undefined;
2174
- statusId?: number | null | undefined;
2175
- sizeId?: number | null | undefined;
2176
- colorIds?: number[] | null | undefined;
2177
- packageSizeId?: number | null | undefined;
2178
- price?: number | null | undefined;
2179
- currency?: string | null | undefined;
2180
- catalog?: string | null | undefined;
2181
- catalogId?: number | null | undefined;
2182
- colors?: string[] | null | undefined;
2183
- measurementLength?: number | null | undefined;
2184
- measurementWidth?: number | null | undefined;
2185
- photoUrls?: string[] | null | undefined;
2186
- size?: string | null | undefined;
2187
- isDraft?: boolean | null | undefined;
2188
- isArchived?: boolean | null | undefined;
2189
- isUnisex?: boolean | null | undefined;
2190
- availableQuantity?: number | null | undefined;
2191
- material?: number[] | null | undefined;
2192
- manufacturerLabelling?: string | null | undefined;
2193
- labels?: string[] | null | undefined;
2194
- isHidden?: boolean | null | undefined;
2195
- isDeleted?: boolean | null | undefined;
2039
+ payload?: {
2040
+ priceDropPayload?: {
2041
+ value: number;
2042
+ type: "PERCENTAGE" | "ABSOLUTE";
2043
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2044
+ roundStep?: number | null | undefined;
2045
+ negotiationProfile?: "AUTO" | null | undefined;
2046
+ maxRounds?: number | null | undefined;
2047
+ } | null | undefined;
2196
2048
  } | null | undefined;
2197
2049
  targetDate?: Date | null | undefined;
2198
2050
  };
@@ -2507,7 +2359,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2507
2359
  sellingPlaceId?: number | null | undefined;
2508
2360
  feesSum?: number | null | undefined;
2509
2361
  lastHistory?: {
2510
- type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
2362
+ type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "FAILED_TO_UPDATE" | "DISPUTE" | "DELETED" | "DELETE_CANCELED" | "FAILED_TO_DELETE" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
2511
2363
  id: string;
2512
2364
  createdAt: Date;
2513
2365
  itemId: number;
@@ -2724,33 +2576,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2724
2576
  type: "UPDATING";
2725
2577
  data: {
2726
2578
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2727
- post?: {
2728
- status?: string | null | undefined;
2729
- title?: string | null | undefined;
2730
- description?: string | null | undefined;
2731
- brand?: string | null | undefined;
2732
- statusId?: number | null | undefined;
2733
- sizeId?: number | null | undefined;
2734
- colorIds?: number[] | null | undefined;
2735
- packageSizeId?: number | null | undefined;
2736
- price?: number | null | undefined;
2737
- currency?: string | null | undefined;
2738
- catalog?: string | null | undefined;
2739
- catalogId?: number | null | undefined;
2740
- colors?: string[] | null | undefined;
2741
- measurementLength?: number | null | undefined;
2742
- measurementWidth?: number | null | undefined;
2743
- photoUrls?: string[] | null | undefined;
2744
- size?: string | null | undefined;
2745
- isDraft?: boolean | null | undefined;
2746
- isArchived?: boolean | null | undefined;
2747
- isUnisex?: boolean | null | undefined;
2748
- availableQuantity?: number | null | undefined;
2749
- material?: number[] | null | undefined;
2750
- manufacturerLabelling?: string | null | undefined;
2751
- labels?: string[] | null | undefined;
2752
- isHidden?: boolean | null | undefined;
2753
- isDeleted?: boolean | null | undefined;
2579
+ payload?: {
2580
+ priceDropPayload?: {
2581
+ value: number;
2582
+ type: "PERCENTAGE" | "ABSOLUTE";
2583
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2584
+ roundStep?: number | null | undefined;
2585
+ negotiationProfile?: "AUTO" | null | undefined;
2586
+ maxRounds?: number | null | undefined;
2587
+ } | null | undefined;
2754
2588
  } | null | undefined;
2755
2589
  targetDate?: Date | null | undefined;
2756
2590
  };
@@ -2875,7 +2709,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2875
2709
  sellingPlaceId?: number | null | undefined;
2876
2710
  feesSum?: number | null | undefined;
2877
2711
  lastHistory?: {
2878
- type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
2712
+ type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "FAILED_TO_UPDATE" | "DISPUTE" | "DELETED" | "DELETE_CANCELED" | "FAILED_TO_DELETE" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
2879
2713
  id: string;
2880
2714
  createdAt: Date;
2881
2715
  itemId: number;
@@ -3092,33 +2926,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3092
2926
  type: "UPDATING";
3093
2927
  data: {
3094
2928
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3095
- post?: {
3096
- status?: string | null | undefined;
3097
- title?: string | null | undefined;
3098
- description?: string | null | undefined;
3099
- brand?: string | null | undefined;
3100
- statusId?: number | null | undefined;
3101
- sizeId?: number | null | undefined;
3102
- colorIds?: number[] | null | undefined;
3103
- packageSizeId?: number | null | undefined;
3104
- price?: number | null | undefined;
3105
- currency?: string | null | undefined;
3106
- catalog?: string | null | undefined;
3107
- catalogId?: number | null | undefined;
3108
- colors?: string[] | null | undefined;
3109
- measurementLength?: number | null | undefined;
3110
- measurementWidth?: number | null | undefined;
3111
- photoUrls?: string[] | null | undefined;
3112
- size?: string | null | undefined;
3113
- isDraft?: boolean | null | undefined;
3114
- isArchived?: boolean | null | undefined;
3115
- isUnisex?: boolean | null | undefined;
3116
- availableQuantity?: number | null | undefined;
3117
- material?: number[] | null | undefined;
3118
- manufacturerLabelling?: string | null | undefined;
3119
- labels?: string[] | null | undefined;
3120
- isHidden?: boolean | null | undefined;
3121
- isDeleted?: boolean | null | undefined;
2929
+ payload?: {
2930
+ priceDropPayload?: {
2931
+ value: number;
2932
+ type: "PERCENTAGE" | "ABSOLUTE";
2933
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2934
+ roundStep?: number | null | undefined;
2935
+ negotiationProfile?: "AUTO" | null | undefined;
2936
+ maxRounds?: number | null | undefined;
2937
+ } | null | undefined;
3122
2938
  } | null | undefined;
3123
2939
  targetDate?: Date | null | undefined;
3124
2940
  };
@@ -3248,7 +3064,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3248
3064
  sellingPlaceId?: number | null | undefined;
3249
3065
  feesSum?: number | null | undefined;
3250
3066
  lastHistory?: {
3251
- type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
3067
+ type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "FAILED_TO_UPDATE" | "DISPUTE" | "DELETED" | "DELETE_CANCELED" | "FAILED_TO_DELETE" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
3252
3068
  id: string;
3253
3069
  createdAt: Date;
3254
3070
  itemId: number;
@@ -3465,33 +3281,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3465
3281
  type: "UPDATING";
3466
3282
  data: {
3467
3283
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3468
- post?: {
3469
- status?: string | null | undefined;
3470
- title?: string | null | undefined;
3471
- description?: string | null | undefined;
3472
- brand?: string | null | undefined;
3473
- statusId?: number | null | undefined;
3474
- sizeId?: number | null | undefined;
3475
- colorIds?: number[] | null | undefined;
3476
- packageSizeId?: number | null | undefined;
3477
- price?: number | null | undefined;
3478
- currency?: string | null | undefined;
3479
- catalog?: string | null | undefined;
3480
- catalogId?: number | null | undefined;
3481
- colors?: string[] | null | undefined;
3482
- measurementLength?: number | null | undefined;
3483
- measurementWidth?: number | null | undefined;
3484
- photoUrls?: string[] | null | undefined;
3485
- size?: string | null | undefined;
3486
- isDraft?: boolean | null | undefined;
3487
- isArchived?: boolean | null | undefined;
3488
- isUnisex?: boolean | null | undefined;
3489
- availableQuantity?: number | null | undefined;
3490
- material?: number[] | null | undefined;
3491
- manufacturerLabelling?: string | null | undefined;
3492
- labels?: string[] | null | undefined;
3493
- isHidden?: boolean | null | undefined;
3494
- isDeleted?: boolean | null | undefined;
3284
+ payload?: {
3285
+ priceDropPayload?: {
3286
+ value: number;
3287
+ type: "PERCENTAGE" | "ABSOLUTE";
3288
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
3289
+ roundStep?: number | null | undefined;
3290
+ negotiationProfile?: "AUTO" | null | undefined;
3291
+ maxRounds?: number | null | undefined;
3292
+ } | null | undefined;
3495
3293
  } | null | undefined;
3496
3294
  targetDate?: Date | null | undefined;
3497
3295
  };
@@ -3622,7 +3420,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3622
3420
  sellingPlaceId?: number | null | undefined;
3623
3421
  feesSum?: number | null | undefined;
3624
3422
  lastHistory?: {
3625
- type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
3423
+ type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "FAILED_TO_UPDATE" | "DISPUTE" | "DELETED" | "DELETE_CANCELED" | "FAILED_TO_DELETE" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
3626
3424
  id: string;
3627
3425
  createdAt: Date;
3628
3426
  itemId: number;
@@ -3839,33 +3637,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3839
3637
  type: "UPDATING";
3840
3638
  data: {
3841
3639
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3842
- post?: {
3843
- status?: string | null | undefined;
3844
- title?: string | null | undefined;
3845
- description?: string | null | undefined;
3846
- brand?: string | null | undefined;
3847
- statusId?: number | null | undefined;
3848
- sizeId?: number | null | undefined;
3849
- colorIds?: number[] | null | undefined;
3850
- packageSizeId?: number | null | undefined;
3851
- price?: number | null | undefined;
3852
- currency?: string | null | undefined;
3853
- catalog?: string | null | undefined;
3854
- catalogId?: number | null | undefined;
3855
- colors?: string[] | null | undefined;
3856
- measurementLength?: number | null | undefined;
3857
- measurementWidth?: number | null | undefined;
3858
- photoUrls?: string[] | null | undefined;
3859
- size?: string | null | undefined;
3860
- isDraft?: boolean | null | undefined;
3861
- isArchived?: boolean | null | undefined;
3862
- isUnisex?: boolean | null | undefined;
3863
- availableQuantity?: number | null | undefined;
3864
- material?: number[] | null | undefined;
3865
- manufacturerLabelling?: string | null | undefined;
3866
- labels?: string[] | null | undefined;
3867
- isHidden?: boolean | null | undefined;
3868
- isDeleted?: boolean | null | undefined;
3640
+ payload?: {
3641
+ priceDropPayload?: {
3642
+ value: number;
3643
+ type: "PERCENTAGE" | "ABSOLUTE";
3644
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
3645
+ roundStep?: number | null | undefined;
3646
+ negotiationProfile?: "AUTO" | null | undefined;
3647
+ maxRounds?: number | null | undefined;
3648
+ } | null | undefined;
3869
3649
  } | null | undefined;
3870
3650
  targetDate?: Date | null | undefined;
3871
3651
  };