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
@@ -1 +1 @@
1
- {"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
1
+ {"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
@@ -188,7 +188,7 @@ export declare const ListedItemSchema: z.ZodObject<{
188
188
  lastHistory: z.ZodOptional<z.ZodNullable<z.ZodObject<{
189
189
  id: z.ZodString;
190
190
  itemId: z.ZodNumber;
191
- 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"]>;
191
+ 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"]>;
192
192
  data: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
193
193
  data: z.ZodObject<{
194
194
  targetItemHistoryId: z.ZodString;
@@ -1471,149 +1471,73 @@ export declare const ListedItemSchema: z.ZodObject<{
1471
1471
  }>, z.ZodObject<{
1472
1472
  data: z.ZodObject<{
1473
1473
  platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1474
- post: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1475
- brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1476
- catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1477
- catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1478
- colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1479
- colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
1480
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1481
- measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1482
- measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1483
- packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1484
- photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1485
- price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1486
- currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1487
- size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1488
- sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1489
- status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1490
- statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1491
- title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1492
- isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1493
- isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1494
- isHidden: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1495
- isDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1496
- isUnisex: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1497
- availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1498
- material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
1499
- manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1500
- labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1474
+ payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1475
+ priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1476
+ type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
1477
+ value: z.ZodNumber;
1478
+ roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
1479
+ roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1480
+ negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
1481
+ maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1482
+ }, "strip", z.ZodTypeAny, {
1483
+ value: number;
1484
+ type: "PERCENTAGE" | "ABSOLUTE";
1485
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1486
+ roundStep?: number | null | undefined;
1487
+ negotiationProfile?: "AUTO" | null | undefined;
1488
+ maxRounds?: number | null | undefined;
1489
+ }, {
1490
+ value: number;
1491
+ type: "PERCENTAGE" | "ABSOLUTE";
1492
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1493
+ roundStep?: number | null | undefined;
1494
+ negotiationProfile?: "AUTO" | null | undefined;
1495
+ maxRounds?: number | null | undefined;
1496
+ }>>>;
1501
1497
  }, "strip", z.ZodTypeAny, {
1502
- status?: string | null | undefined;
1503
- title?: string | null | undefined;
1504
- description?: string | null | undefined;
1505
- brand?: string | null | undefined;
1506
- statusId?: number | null | undefined;
1507
- sizeId?: number | null | undefined;
1508
- colorIds?: number[] | null | undefined;
1509
- packageSizeId?: number | null | undefined;
1510
- price?: number | null | undefined;
1511
- currency?: string | null | undefined;
1512
- catalog?: string | null | undefined;
1513
- catalogId?: number | null | undefined;
1514
- colors?: string[] | null | undefined;
1515
- measurementLength?: number | null | undefined;
1516
- measurementWidth?: number | null | undefined;
1517
- photoUrls?: string[] | null | undefined;
1518
- size?: string | null | undefined;
1519
- isDraft?: boolean | null | undefined;
1520
- isArchived?: boolean | null | undefined;
1521
- isUnisex?: boolean | null | undefined;
1522
- availableQuantity?: number | null | undefined;
1523
- material?: number[] | null | undefined;
1524
- manufacturerLabelling?: string | null | undefined;
1525
- labels?: string[] | null | undefined;
1526
- isHidden?: boolean | null | undefined;
1527
- isDeleted?: boolean | null | undefined;
1498
+ priceDropPayload?: {
1499
+ value: number;
1500
+ type: "PERCENTAGE" | "ABSOLUTE";
1501
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1502
+ roundStep?: number | null | undefined;
1503
+ negotiationProfile?: "AUTO" | null | undefined;
1504
+ maxRounds?: number | null | undefined;
1505
+ } | null | undefined;
1528
1506
  }, {
1529
- status?: string | null | undefined;
1530
- title?: string | null | undefined;
1531
- description?: string | null | undefined;
1532
- brand?: string | null | undefined;
1533
- statusId?: number | null | undefined;
1534
- sizeId?: number | null | undefined;
1535
- colorIds?: number[] | null | undefined;
1536
- packageSizeId?: number | null | undefined;
1537
- price?: number | null | undefined;
1538
- currency?: string | null | undefined;
1539
- catalog?: string | null | undefined;
1540
- catalogId?: number | null | undefined;
1541
- colors?: string[] | null | undefined;
1542
- measurementLength?: number | null | undefined;
1543
- measurementWidth?: number | null | undefined;
1544
- photoUrls?: string[] | null | undefined;
1545
- size?: string | null | undefined;
1546
- isDraft?: boolean | null | undefined;
1547
- isArchived?: boolean | null | undefined;
1548
- isUnisex?: boolean | null | undefined;
1549
- availableQuantity?: number | null | undefined;
1550
- material?: number[] | null | undefined;
1551
- manufacturerLabelling?: string | null | undefined;
1552
- labels?: string[] | null | undefined;
1553
- isHidden?: boolean | null | undefined;
1554
- isDeleted?: boolean | null | undefined;
1507
+ priceDropPayload?: {
1508
+ value: number;
1509
+ type: "PERCENTAGE" | "ABSOLUTE";
1510
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1511
+ roundStep?: number | null | undefined;
1512
+ negotiationProfile?: "AUTO" | null | undefined;
1513
+ maxRounds?: number | null | undefined;
1514
+ } | null | undefined;
1555
1515
  }>>>;
1556
1516
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1557
1517
  }, "strip", z.ZodTypeAny, {
1558
1518
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1559
- post?: {
1560
- status?: string | null | undefined;
1561
- title?: string | null | undefined;
1562
- description?: string | null | undefined;
1563
- brand?: string | null | undefined;
1564
- statusId?: number | null | undefined;
1565
- sizeId?: number | null | undefined;
1566
- colorIds?: number[] | null | undefined;
1567
- packageSizeId?: number | null | undefined;
1568
- price?: number | null | undefined;
1569
- currency?: string | null | undefined;
1570
- catalog?: string | null | undefined;
1571
- catalogId?: number | null | undefined;
1572
- colors?: string[] | null | undefined;
1573
- measurementLength?: number | null | undefined;
1574
- measurementWidth?: number | null | undefined;
1575
- photoUrls?: string[] | null | undefined;
1576
- size?: string | null | undefined;
1577
- isDraft?: boolean | null | undefined;
1578
- isArchived?: boolean | null | undefined;
1579
- isUnisex?: boolean | null | undefined;
1580
- availableQuantity?: number | null | undefined;
1581
- material?: number[] | null | undefined;
1582
- manufacturerLabelling?: string | null | undefined;
1583
- labels?: string[] | null | undefined;
1584
- isHidden?: boolean | null | undefined;
1585
- isDeleted?: boolean | null | undefined;
1519
+ payload?: {
1520
+ priceDropPayload?: {
1521
+ value: number;
1522
+ type: "PERCENTAGE" | "ABSOLUTE";
1523
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1524
+ roundStep?: number | null | undefined;
1525
+ negotiationProfile?: "AUTO" | null | undefined;
1526
+ maxRounds?: number | null | undefined;
1527
+ } | null | undefined;
1586
1528
  } | null | undefined;
1587
1529
  targetDate?: Date | null | undefined;
1588
1530
  }, {
1589
1531
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1590
- post?: {
1591
- status?: string | null | undefined;
1592
- title?: string | null | undefined;
1593
- description?: string | null | undefined;
1594
- brand?: string | null | undefined;
1595
- statusId?: number | null | undefined;
1596
- sizeId?: number | null | undefined;
1597
- colorIds?: number[] | null | undefined;
1598
- packageSizeId?: number | null | undefined;
1599
- price?: number | null | undefined;
1600
- currency?: string | null | undefined;
1601
- catalog?: string | null | undefined;
1602
- catalogId?: number | null | undefined;
1603
- colors?: string[] | null | undefined;
1604
- measurementLength?: number | null | undefined;
1605
- measurementWidth?: number | null | undefined;
1606
- photoUrls?: string[] | null | undefined;
1607
- size?: string | null | undefined;
1608
- isDraft?: boolean | null | undefined;
1609
- isArchived?: boolean | null | undefined;
1610
- isUnisex?: boolean | null | undefined;
1611
- availableQuantity?: number | null | undefined;
1612
- material?: number[] | null | undefined;
1613
- manufacturerLabelling?: string | null | undefined;
1614
- labels?: string[] | null | undefined;
1615
- isHidden?: boolean | null | undefined;
1616
- isDeleted?: boolean | null | undefined;
1532
+ payload?: {
1533
+ priceDropPayload?: {
1534
+ value: number;
1535
+ type: "PERCENTAGE" | "ABSOLUTE";
1536
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1537
+ roundStep?: number | null | undefined;
1538
+ negotiationProfile?: "AUTO" | null | undefined;
1539
+ maxRounds?: number | null | undefined;
1540
+ } | null | undefined;
1617
1541
  } | null | undefined;
1618
1542
  targetDate?: Date | null | undefined;
1619
1543
  }>;
@@ -1622,33 +1546,15 @@ export declare const ListedItemSchema: z.ZodObject<{
1622
1546
  type: "UPDATING";
1623
1547
  data: {
1624
1548
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1625
- post?: {
1626
- status?: string | null | undefined;
1627
- title?: string | null | undefined;
1628
- description?: string | null | undefined;
1629
- brand?: string | null | undefined;
1630
- statusId?: number | null | undefined;
1631
- sizeId?: number | null | undefined;
1632
- colorIds?: number[] | null | undefined;
1633
- packageSizeId?: number | null | undefined;
1634
- price?: number | null | undefined;
1635
- currency?: string | null | undefined;
1636
- catalog?: string | null | undefined;
1637
- catalogId?: number | null | undefined;
1638
- colors?: string[] | null | undefined;
1639
- measurementLength?: number | null | undefined;
1640
- measurementWidth?: number | null | undefined;
1641
- photoUrls?: string[] | null | undefined;
1642
- size?: string | null | undefined;
1643
- isDraft?: boolean | null | undefined;
1644
- isArchived?: boolean | null | undefined;
1645
- isUnisex?: boolean | null | undefined;
1646
- availableQuantity?: number | null | undefined;
1647
- material?: number[] | null | undefined;
1648
- manufacturerLabelling?: string | null | undefined;
1649
- labels?: string[] | null | undefined;
1650
- isHidden?: boolean | null | undefined;
1651
- isDeleted?: boolean | null | undefined;
1549
+ payload?: {
1550
+ priceDropPayload?: {
1551
+ value: number;
1552
+ type: "PERCENTAGE" | "ABSOLUTE";
1553
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1554
+ roundStep?: number | null | undefined;
1555
+ negotiationProfile?: "AUTO" | null | undefined;
1556
+ maxRounds?: number | null | undefined;
1557
+ } | null | undefined;
1652
1558
  } | null | undefined;
1653
1559
  targetDate?: Date | null | undefined;
1654
1560
  };
@@ -1656,33 +1562,15 @@ export declare const ListedItemSchema: z.ZodObject<{
1656
1562
  type: "UPDATING";
1657
1563
  data: {
1658
1564
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1659
- post?: {
1660
- status?: string | null | undefined;
1661
- title?: string | null | undefined;
1662
- description?: string | null | undefined;
1663
- brand?: string | null | undefined;
1664
- statusId?: number | null | undefined;
1665
- sizeId?: number | null | undefined;
1666
- colorIds?: number[] | null | undefined;
1667
- packageSizeId?: number | null | undefined;
1668
- price?: number | null | undefined;
1669
- currency?: string | null | undefined;
1670
- catalog?: string | null | undefined;
1671
- catalogId?: number | null | undefined;
1672
- colors?: string[] | null | undefined;
1673
- measurementLength?: number | null | undefined;
1674
- measurementWidth?: number | null | undefined;
1675
- photoUrls?: string[] | null | undefined;
1676
- size?: string | null | undefined;
1677
- isDraft?: boolean | null | undefined;
1678
- isArchived?: boolean | null | undefined;
1679
- isUnisex?: boolean | null | undefined;
1680
- availableQuantity?: number | null | undefined;
1681
- material?: number[] | null | undefined;
1682
- manufacturerLabelling?: string | null | undefined;
1683
- labels?: string[] | null | undefined;
1684
- isHidden?: boolean | null | undefined;
1685
- isDeleted?: boolean | null | undefined;
1565
+ payload?: {
1566
+ priceDropPayload?: {
1567
+ value: number;
1568
+ type: "PERCENTAGE" | "ABSOLUTE";
1569
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1570
+ roundStep?: number | null | undefined;
1571
+ negotiationProfile?: "AUTO" | null | undefined;
1572
+ maxRounds?: number | null | undefined;
1573
+ } | null | undefined;
1686
1574
  } | null | undefined;
1687
1575
  targetDate?: Date | null | undefined;
1688
1576
  };
@@ -1693,7 +1581,7 @@ export declare const ListedItemSchema: z.ZodObject<{
1693
1581
  requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1694
1582
  targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1695
1583
  }, "strip", z.ZodTypeAny, {
1696
- 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";
1584
+ 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";
1697
1585
  id: string;
1698
1586
  createdAt: Date;
1699
1587
  itemId: number;
@@ -1910,33 +1798,15 @@ export declare const ListedItemSchema: z.ZodObject<{
1910
1798
  type: "UPDATING";
1911
1799
  data: {
1912
1800
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1913
- post?: {
1914
- status?: string | null | undefined;
1915
- title?: string | null | undefined;
1916
- description?: string | null | undefined;
1917
- brand?: string | null | undefined;
1918
- statusId?: number | null | undefined;
1919
- sizeId?: number | null | undefined;
1920
- colorIds?: number[] | null | undefined;
1921
- packageSizeId?: number | null | undefined;
1922
- price?: number | null | undefined;
1923
- currency?: string | null | undefined;
1924
- catalog?: string | null | undefined;
1925
- catalogId?: number | null | undefined;
1926
- colors?: string[] | null | undefined;
1927
- measurementLength?: number | null | undefined;
1928
- measurementWidth?: number | null | undefined;
1929
- photoUrls?: string[] | null | undefined;
1930
- size?: string | null | undefined;
1931
- isDraft?: boolean | null | undefined;
1932
- isArchived?: boolean | null | undefined;
1933
- isUnisex?: boolean | null | undefined;
1934
- availableQuantity?: number | null | undefined;
1935
- material?: number[] | null | undefined;
1936
- manufacturerLabelling?: string | null | undefined;
1937
- labels?: string[] | null | undefined;
1938
- isHidden?: boolean | null | undefined;
1939
- isDeleted?: boolean | null | undefined;
1801
+ payload?: {
1802
+ priceDropPayload?: {
1803
+ value: number;
1804
+ type: "PERCENTAGE" | "ABSOLUTE";
1805
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
1806
+ roundStep?: number | null | undefined;
1807
+ negotiationProfile?: "AUTO" | null | undefined;
1808
+ maxRounds?: number | null | undefined;
1809
+ } | null | undefined;
1940
1810
  } | null | undefined;
1941
1811
  targetDate?: Date | null | undefined;
1942
1812
  };
@@ -1946,7 +1816,7 @@ export declare const ListedItemSchema: z.ZodObject<{
1946
1816
  requestId?: string | null | undefined;
1947
1817
  targetHistoryId?: string | null | undefined;
1948
1818
  }, {
1949
- 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";
1819
+ 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";
1950
1820
  id: string;
1951
1821
  createdAt: Date;
1952
1822
  itemId: number;
@@ -2163,33 +2033,15 @@ export declare const ListedItemSchema: z.ZodObject<{
2163
2033
  type: "UPDATING";
2164
2034
  data: {
2165
2035
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2166
- post?: {
2167
- status?: string | null | undefined;
2168
- title?: string | null | undefined;
2169
- description?: string | null | undefined;
2170
- brand?: string | null | undefined;
2171
- statusId?: number | null | undefined;
2172
- sizeId?: number | null | undefined;
2173
- colorIds?: number[] | null | undefined;
2174
- packageSizeId?: number | null | undefined;
2175
- price?: number | null | undefined;
2176
- currency?: string | null | undefined;
2177
- catalog?: string | null | undefined;
2178
- catalogId?: number | null | undefined;
2179
- colors?: string[] | null | undefined;
2180
- measurementLength?: number | null | undefined;
2181
- measurementWidth?: number | null | undefined;
2182
- photoUrls?: string[] | null | undefined;
2183
- size?: string | null | undefined;
2184
- isDraft?: boolean | null | undefined;
2185
- isArchived?: boolean | null | undefined;
2186
- isUnisex?: boolean | null | undefined;
2187
- availableQuantity?: number | null | undefined;
2188
- material?: number[] | null | undefined;
2189
- manufacturerLabelling?: string | null | undefined;
2190
- labels?: string[] | null | undefined;
2191
- isHidden?: boolean | null | undefined;
2192
- isDeleted?: boolean | null | undefined;
2036
+ payload?: {
2037
+ priceDropPayload?: {
2038
+ value: number;
2039
+ type: "PERCENTAGE" | "ABSOLUTE";
2040
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2041
+ roundStep?: number | null | undefined;
2042
+ negotiationProfile?: "AUTO" | null | undefined;
2043
+ maxRounds?: number | null | undefined;
2044
+ } | null | undefined;
2193
2045
  } | null | undefined;
2194
2046
  targetDate?: Date | null | undefined;
2195
2047
  };
@@ -2504,7 +2356,7 @@ export declare const ListedItemSchema: z.ZodObject<{
2504
2356
  sellingPlaceId?: number | null | undefined;
2505
2357
  feesSum?: number | null | undefined;
2506
2358
  lastHistory?: {
2507
- 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";
2359
+ 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";
2508
2360
  id: string;
2509
2361
  createdAt: Date;
2510
2362
  itemId: number;
@@ -2721,33 +2573,15 @@ export declare const ListedItemSchema: z.ZodObject<{
2721
2573
  type: "UPDATING";
2722
2574
  data: {
2723
2575
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2724
- post?: {
2725
- status?: string | null | undefined;
2726
- title?: string | null | undefined;
2727
- description?: string | null | undefined;
2728
- brand?: string | null | undefined;
2729
- statusId?: number | null | undefined;
2730
- sizeId?: number | null | undefined;
2731
- colorIds?: number[] | null | undefined;
2732
- packageSizeId?: number | null | undefined;
2733
- price?: number | null | undefined;
2734
- currency?: string | null | undefined;
2735
- catalog?: string | null | undefined;
2736
- catalogId?: number | null | undefined;
2737
- colors?: string[] | null | undefined;
2738
- measurementLength?: number | null | undefined;
2739
- measurementWidth?: number | null | undefined;
2740
- photoUrls?: string[] | null | undefined;
2741
- size?: string | null | undefined;
2742
- isDraft?: boolean | null | undefined;
2743
- isArchived?: boolean | null | undefined;
2744
- isUnisex?: boolean | null | undefined;
2745
- availableQuantity?: number | null | undefined;
2746
- material?: number[] | null | undefined;
2747
- manufacturerLabelling?: string | null | undefined;
2748
- labels?: string[] | null | undefined;
2749
- isHidden?: boolean | null | undefined;
2750
- isDeleted?: boolean | null | undefined;
2576
+ payload?: {
2577
+ priceDropPayload?: {
2578
+ value: number;
2579
+ type: "PERCENTAGE" | "ABSOLUTE";
2580
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2581
+ roundStep?: number | null | undefined;
2582
+ negotiationProfile?: "AUTO" | null | undefined;
2583
+ maxRounds?: number | null | undefined;
2584
+ } | null | undefined;
2751
2585
  } | null | undefined;
2752
2586
  targetDate?: Date | null | undefined;
2753
2587
  };
@@ -2872,7 +2706,7 @@ export declare const ListedItemSchema: z.ZodObject<{
2872
2706
  sellingPlaceId?: number | null | undefined;
2873
2707
  feesSum?: number | null | undefined;
2874
2708
  lastHistory?: {
2875
- 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";
2709
+ 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";
2876
2710
  id: string;
2877
2711
  createdAt: Date;
2878
2712
  itemId: number;
@@ -3089,33 +2923,15 @@ export declare const ListedItemSchema: z.ZodObject<{
3089
2923
  type: "UPDATING";
3090
2924
  data: {
3091
2925
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3092
- post?: {
3093
- status?: string | null | undefined;
3094
- title?: string | null | undefined;
3095
- description?: string | null | undefined;
3096
- brand?: string | null | undefined;
3097
- statusId?: number | null | undefined;
3098
- sizeId?: number | null | undefined;
3099
- colorIds?: number[] | null | undefined;
3100
- packageSizeId?: number | null | undefined;
3101
- price?: number | null | undefined;
3102
- currency?: string | null | undefined;
3103
- catalog?: string | null | undefined;
3104
- catalogId?: number | null | undefined;
3105
- colors?: string[] | null | undefined;
3106
- measurementLength?: number | null | undefined;
3107
- measurementWidth?: number | null | undefined;
3108
- photoUrls?: string[] | null | undefined;
3109
- size?: string | null | undefined;
3110
- isDraft?: boolean | null | undefined;
3111
- isArchived?: boolean | null | undefined;
3112
- isUnisex?: boolean | null | undefined;
3113
- availableQuantity?: number | null | undefined;
3114
- material?: number[] | null | undefined;
3115
- manufacturerLabelling?: string | null | undefined;
3116
- labels?: string[] | null | undefined;
3117
- isHidden?: boolean | null | undefined;
3118
- isDeleted?: boolean | null | undefined;
2926
+ payload?: {
2927
+ priceDropPayload?: {
2928
+ value: number;
2929
+ type: "PERCENTAGE" | "ABSOLUTE";
2930
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2931
+ roundStep?: number | null | undefined;
2932
+ negotiationProfile?: "AUTO" | null | undefined;
2933
+ maxRounds?: number | null | undefined;
2934
+ } | null | undefined;
3119
2935
  } | null | undefined;
3120
2936
  targetDate?: Date | null | undefined;
3121
2937
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AASrB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgC3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
1
+ {"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AASrB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgC3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
@@ -213,7 +213,7 @@ export declare const ConversationSchema: z.ZodObject<{
213
213
  } | null | undefined;
214
214
  index?: number | null | undefined;
215
215
  }>, "many">>>;
216
- preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
216
+ preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["EXTERNAL", "FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
217
217
  preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
218
218
  preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
219
219
  }, "strip", z.ZodTypeAny, {
@@ -245,7 +245,7 @@ export declare const ConversationSchema: z.ZodObject<{
245
245
  } | null | undefined;
246
246
  index?: number | null | undefined;
247
247
  }[] | null | undefined;
248
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
248
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
249
249
  preferenceCaseId?: string | null | undefined;
250
250
  preferenceVariantId?: string | null | undefined;
251
251
  conversationUserId?: string | null | undefined;
@@ -292,7 +292,7 @@ export declare const ConversationSchema: z.ZodObject<{
292
292
  } | null | undefined;
293
293
  index?: number | null | undefined;
294
294
  }[] | null | undefined;
295
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
295
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
296
296
  preferenceCaseId?: string | null | undefined;
297
297
  preferenceVariantId?: string | null | undefined;
298
298
  conversationUserId?: string | null | undefined;
@@ -458,7 +458,7 @@ export declare const ConversationSchema: z.ZodObject<{
458
458
  } | null | undefined;
459
459
  index?: number | null | undefined;
460
460
  }[] | null | undefined;
461
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
461
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
462
462
  preferenceCaseId?: string | null | undefined;
463
463
  preferenceVariantId?: string | null | undefined;
464
464
  conversationUserId?: string | null | undefined;
@@ -556,7 +556,7 @@ export declare const ConversationSchema: z.ZodObject<{
556
556
  } | null | undefined;
557
557
  index?: number | null | undefined;
558
558
  }[] | null | undefined;
559
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
559
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
560
560
  preferenceCaseId?: string | null | undefined;
561
561
  preferenceVariantId?: string | null | undefined;
562
562
  conversationUserId?: string | null | undefined;