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
@@ -225,7 +225,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
225
225
  } | null | undefined;
226
226
  index?: number | null | undefined;
227
227
  }>, "many">>>;
228
- preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
228
+ preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["EXTERNAL", "FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
229
229
  preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
230
230
  preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
231
231
  }, "strip", z.ZodTypeAny, {
@@ -257,7 +257,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
257
257
  } | null | undefined;
258
258
  index?: number | null | undefined;
259
259
  }[] | null | undefined;
260
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
260
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
261
261
  preferenceCaseId?: string | null | undefined;
262
262
  preferenceVariantId?: string | null | undefined;
263
263
  conversationUserId?: string | null | undefined;
@@ -304,7 +304,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
304
304
  } | null | undefined;
305
305
  index?: number | null | undefined;
306
306
  }[] | null | undefined;
307
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
307
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
308
308
  preferenceCaseId?: string | null | undefined;
309
309
  preferenceVariantId?: string | null | undefined;
310
310
  conversationUserId?: string | null | undefined;
@@ -470,7 +470,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
470
470
  } | null | undefined;
471
471
  index?: number | null | undefined;
472
472
  }[] | null | undefined;
473
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
473
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
474
474
  preferenceCaseId?: string | null | undefined;
475
475
  preferenceVariantId?: string | null | undefined;
476
476
  conversationUserId?: string | null | undefined;
@@ -568,7 +568,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
568
568
  } | null | undefined;
569
569
  index?: number | null | undefined;
570
570
  }[] | null | undefined;
571
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
571
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
572
572
  preferenceCaseId?: string | null | undefined;
573
573
  preferenceVariantId?: string | null | undefined;
574
574
  conversationUserId?: string | null | undefined;
@@ -706,7 +706,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
706
706
  } | null | undefined;
707
707
  index?: number | null | undefined;
708
708
  }>, "many">>>;
709
- preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
709
+ preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["EXTERNAL", "FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
710
710
  preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
711
711
  preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
712
712
  }, "strip", z.ZodTypeAny, {
@@ -738,7 +738,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
738
738
  } | null | undefined;
739
739
  index?: number | null | undefined;
740
740
  }[] | null | undefined;
741
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
741
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
742
742
  preferenceCaseId?: string | null | undefined;
743
743
  preferenceVariantId?: string | null | undefined;
744
744
  conversationUserId?: string | null | undefined;
@@ -785,7 +785,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
785
785
  } | null | undefined;
786
786
  index?: number | null | undefined;
787
787
  }[] | null | undefined;
788
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
788
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
789
789
  preferenceCaseId?: string | null | undefined;
790
790
  preferenceVariantId?: string | null | undefined;
791
791
  conversationUserId?: string | null | undefined;
@@ -886,7 +886,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
886
886
  } | null | undefined;
887
887
  index?: number | null | undefined;
888
888
  }[] | null | undefined;
889
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
889
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
890
890
  preferenceCaseId?: string | null | undefined;
891
891
  preferenceVariantId?: string | null | undefined;
892
892
  conversationUserId?: string | null | undefined;
@@ -935,7 +935,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
935
935
  } | null | undefined;
936
936
  index?: number | null | undefined;
937
937
  }[] | null | undefined;
938
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
938
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
939
939
  preferenceCaseId?: string | null | undefined;
940
940
  preferenceVariantId?: string | null | undefined;
941
941
  conversationUserId?: string | null | undefined;
@@ -1035,7 +1035,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
1035
1035
  } | null | undefined;
1036
1036
  index?: number | null | undefined;
1037
1037
  }[] | null | undefined;
1038
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
1038
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
1039
1039
  preferenceCaseId?: string | null | undefined;
1040
1040
  preferenceVariantId?: string | null | undefined;
1041
1041
  conversationUserId?: string | null | undefined;
@@ -1084,7 +1084,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
1084
1084
  } | null | undefined;
1085
1085
  index?: number | null | undefined;
1086
1086
  }[] | null | undefined;
1087
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
1087
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
1088
1088
  preferenceCaseId?: string | null | undefined;
1089
1089
  preferenceVariantId?: string | null | undefined;
1090
1090
  conversationUserId?: string | null | undefined;
@@ -1303,7 +1303,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1303
1303
  lastHistory: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1304
1304
  id: z.ZodString;
1305
1305
  itemId: z.ZodNumber;
1306
- 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"]>;
1306
+ 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"]>;
1307
1307
  data: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1308
1308
  data: z.ZodObject<{
1309
1309
  targetItemHistoryId: z.ZodString;
@@ -2586,149 +2586,73 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2586
2586
  }>, z.ZodObject<{
2587
2587
  data: z.ZodObject<{
2588
2588
  platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2589
- post: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2590
- brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2591
- catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2592
- catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2593
- colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2594
- colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
2595
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2596
- measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2597
- measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2598
- packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2599
- photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2600
- price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2601
- currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2602
- size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2603
- sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2604
- status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2605
- statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2606
- title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2607
- isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2608
- isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2609
- isHidden: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2610
- isDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2611
- isUnisex: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2612
- availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2613
- material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
2614
- manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2615
- labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2589
+ payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2590
+ priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2591
+ type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
2592
+ value: z.ZodNumber;
2593
+ roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
2594
+ roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2595
+ negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
2596
+ maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2597
+ }, "strip", z.ZodTypeAny, {
2598
+ value: number;
2599
+ type: "PERCENTAGE" | "ABSOLUTE";
2600
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2601
+ roundStep?: number | null | undefined;
2602
+ negotiationProfile?: "AUTO" | null | undefined;
2603
+ maxRounds?: number | null | undefined;
2604
+ }, {
2605
+ value: number;
2606
+ type: "PERCENTAGE" | "ABSOLUTE";
2607
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2608
+ roundStep?: number | null | undefined;
2609
+ negotiationProfile?: "AUTO" | null | undefined;
2610
+ maxRounds?: number | null | undefined;
2611
+ }>>>;
2616
2612
  }, "strip", z.ZodTypeAny, {
2617
- status?: string | null | undefined;
2618
- title?: string | null | undefined;
2619
- description?: string | null | undefined;
2620
- brand?: string | null | undefined;
2621
- statusId?: number | null | undefined;
2622
- sizeId?: number | null | undefined;
2623
- colorIds?: number[] | null | undefined;
2624
- packageSizeId?: number | null | undefined;
2625
- price?: number | null | undefined;
2626
- currency?: string | null | undefined;
2627
- catalog?: string | null | undefined;
2628
- catalogId?: number | null | undefined;
2629
- colors?: string[] | null | undefined;
2630
- measurementLength?: number | null | undefined;
2631
- measurementWidth?: number | null | undefined;
2632
- photoUrls?: string[] | null | undefined;
2633
- size?: string | null | undefined;
2634
- isDraft?: boolean | null | undefined;
2635
- isArchived?: boolean | null | undefined;
2636
- isUnisex?: boolean | null | undefined;
2637
- availableQuantity?: number | null | undefined;
2638
- material?: number[] | null | undefined;
2639
- manufacturerLabelling?: string | null | undefined;
2640
- labels?: string[] | null | undefined;
2641
- isHidden?: boolean | null | undefined;
2642
- isDeleted?: boolean | null | undefined;
2613
+ priceDropPayload?: {
2614
+ value: number;
2615
+ type: "PERCENTAGE" | "ABSOLUTE";
2616
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2617
+ roundStep?: number | null | undefined;
2618
+ negotiationProfile?: "AUTO" | null | undefined;
2619
+ maxRounds?: number | null | undefined;
2620
+ } | null | undefined;
2643
2621
  }, {
2644
- status?: string | null | undefined;
2645
- title?: string | null | undefined;
2646
- description?: string | null | undefined;
2647
- brand?: string | null | undefined;
2648
- statusId?: number | null | undefined;
2649
- sizeId?: number | null | undefined;
2650
- colorIds?: number[] | null | undefined;
2651
- packageSizeId?: number | null | undefined;
2652
- price?: number | null | undefined;
2653
- currency?: string | null | undefined;
2654
- catalog?: string | null | undefined;
2655
- catalogId?: number | null | undefined;
2656
- colors?: string[] | null | undefined;
2657
- measurementLength?: number | null | undefined;
2658
- measurementWidth?: number | null | undefined;
2659
- photoUrls?: string[] | null | undefined;
2660
- size?: string | null | undefined;
2661
- isDraft?: boolean | null | undefined;
2662
- isArchived?: boolean | null | undefined;
2663
- isUnisex?: boolean | null | undefined;
2664
- availableQuantity?: number | null | undefined;
2665
- material?: number[] | null | undefined;
2666
- manufacturerLabelling?: string | null | undefined;
2667
- labels?: string[] | null | undefined;
2668
- isHidden?: boolean | null | undefined;
2669
- isDeleted?: boolean | null | undefined;
2622
+ priceDropPayload?: {
2623
+ value: number;
2624
+ type: "PERCENTAGE" | "ABSOLUTE";
2625
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2626
+ roundStep?: number | null | undefined;
2627
+ negotiationProfile?: "AUTO" | null | undefined;
2628
+ maxRounds?: number | null | undefined;
2629
+ } | null | undefined;
2670
2630
  }>>>;
2671
2631
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2672
2632
  }, "strip", z.ZodTypeAny, {
2673
2633
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2674
- post?: {
2675
- status?: string | null | undefined;
2676
- title?: string | null | undefined;
2677
- description?: string | null | undefined;
2678
- brand?: string | null | undefined;
2679
- statusId?: number | null | undefined;
2680
- sizeId?: number | null | undefined;
2681
- colorIds?: number[] | null | undefined;
2682
- packageSizeId?: number | null | undefined;
2683
- price?: number | null | undefined;
2684
- currency?: string | null | undefined;
2685
- catalog?: string | null | undefined;
2686
- catalogId?: number | null | undefined;
2687
- colors?: string[] | null | undefined;
2688
- measurementLength?: number | null | undefined;
2689
- measurementWidth?: number | null | undefined;
2690
- photoUrls?: string[] | null | undefined;
2691
- size?: string | null | undefined;
2692
- isDraft?: boolean | null | undefined;
2693
- isArchived?: boolean | null | undefined;
2694
- isUnisex?: boolean | null | undefined;
2695
- availableQuantity?: number | null | undefined;
2696
- material?: number[] | null | undefined;
2697
- manufacturerLabelling?: string | null | undefined;
2698
- labels?: string[] | null | undefined;
2699
- isHidden?: boolean | null | undefined;
2700
- isDeleted?: boolean | null | undefined;
2634
+ payload?: {
2635
+ priceDropPayload?: {
2636
+ value: number;
2637
+ type: "PERCENTAGE" | "ABSOLUTE";
2638
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2639
+ roundStep?: number | null | undefined;
2640
+ negotiationProfile?: "AUTO" | null | undefined;
2641
+ maxRounds?: number | null | undefined;
2642
+ } | null | undefined;
2701
2643
  } | null | undefined;
2702
2644
  targetDate?: Date | null | undefined;
2703
2645
  }, {
2704
2646
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2705
- post?: {
2706
- status?: string | null | undefined;
2707
- title?: string | null | undefined;
2708
- description?: string | null | undefined;
2709
- brand?: string | null | undefined;
2710
- statusId?: number | null | undefined;
2711
- sizeId?: number | null | undefined;
2712
- colorIds?: number[] | null | undefined;
2713
- packageSizeId?: number | null | undefined;
2714
- price?: number | null | undefined;
2715
- currency?: string | null | undefined;
2716
- catalog?: string | null | undefined;
2717
- catalogId?: number | null | undefined;
2718
- colors?: string[] | null | undefined;
2719
- measurementLength?: number | null | undefined;
2720
- measurementWidth?: number | null | undefined;
2721
- photoUrls?: string[] | null | undefined;
2722
- size?: string | null | undefined;
2723
- isDraft?: boolean | null | undefined;
2724
- isArchived?: boolean | null | undefined;
2725
- isUnisex?: boolean | null | undefined;
2726
- availableQuantity?: number | null | undefined;
2727
- material?: number[] | null | undefined;
2728
- manufacturerLabelling?: string | null | undefined;
2729
- labels?: string[] | null | undefined;
2730
- isHidden?: boolean | null | undefined;
2731
- isDeleted?: boolean | null | undefined;
2647
+ payload?: {
2648
+ priceDropPayload?: {
2649
+ value: number;
2650
+ type: "PERCENTAGE" | "ABSOLUTE";
2651
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2652
+ roundStep?: number | null | undefined;
2653
+ negotiationProfile?: "AUTO" | null | undefined;
2654
+ maxRounds?: number | null | undefined;
2655
+ } | null | undefined;
2732
2656
  } | null | undefined;
2733
2657
  targetDate?: Date | null | undefined;
2734
2658
  }>;
@@ -2737,33 +2661,15 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2737
2661
  type: "UPDATING";
2738
2662
  data: {
2739
2663
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2740
- post?: {
2741
- status?: string | null | undefined;
2742
- title?: string | null | undefined;
2743
- description?: string | null | undefined;
2744
- brand?: string | null | undefined;
2745
- statusId?: number | null | undefined;
2746
- sizeId?: number | null | undefined;
2747
- colorIds?: number[] | null | undefined;
2748
- packageSizeId?: number | null | undefined;
2749
- price?: number | null | undefined;
2750
- currency?: string | null | undefined;
2751
- catalog?: string | null | undefined;
2752
- catalogId?: number | null | undefined;
2753
- colors?: string[] | null | undefined;
2754
- measurementLength?: number | null | undefined;
2755
- measurementWidth?: number | null | undefined;
2756
- photoUrls?: string[] | null | undefined;
2757
- size?: string | null | undefined;
2758
- isDraft?: boolean | null | undefined;
2759
- isArchived?: boolean | null | undefined;
2760
- isUnisex?: boolean | null | undefined;
2761
- availableQuantity?: number | null | undefined;
2762
- material?: number[] | null | undefined;
2763
- manufacturerLabelling?: string | null | undefined;
2764
- labels?: string[] | null | undefined;
2765
- isHidden?: boolean | null | undefined;
2766
- isDeleted?: boolean | null | undefined;
2664
+ payload?: {
2665
+ priceDropPayload?: {
2666
+ value: number;
2667
+ type: "PERCENTAGE" | "ABSOLUTE";
2668
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2669
+ roundStep?: number | null | undefined;
2670
+ negotiationProfile?: "AUTO" | null | undefined;
2671
+ maxRounds?: number | null | undefined;
2672
+ } | null | undefined;
2767
2673
  } | null | undefined;
2768
2674
  targetDate?: Date | null | undefined;
2769
2675
  };
@@ -2771,33 +2677,15 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2771
2677
  type: "UPDATING";
2772
2678
  data: {
2773
2679
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2774
- post?: {
2775
- status?: string | null | undefined;
2776
- title?: string | null | undefined;
2777
- description?: string | null | undefined;
2778
- brand?: string | null | undefined;
2779
- statusId?: number | null | undefined;
2780
- sizeId?: number | null | undefined;
2781
- colorIds?: number[] | null | undefined;
2782
- packageSizeId?: number | null | undefined;
2783
- price?: number | null | undefined;
2784
- currency?: string | null | undefined;
2785
- catalog?: string | null | undefined;
2786
- catalogId?: number | null | undefined;
2787
- colors?: string[] | null | undefined;
2788
- measurementLength?: number | null | undefined;
2789
- measurementWidth?: number | null | undefined;
2790
- photoUrls?: string[] | null | undefined;
2791
- size?: string | null | undefined;
2792
- isDraft?: boolean | null | undefined;
2793
- isArchived?: boolean | null | undefined;
2794
- isUnisex?: boolean | null | undefined;
2795
- availableQuantity?: number | null | undefined;
2796
- material?: number[] | null | undefined;
2797
- manufacturerLabelling?: string | null | undefined;
2798
- labels?: string[] | null | undefined;
2799
- isHidden?: boolean | null | undefined;
2800
- isDeleted?: boolean | null | undefined;
2680
+ payload?: {
2681
+ priceDropPayload?: {
2682
+ value: number;
2683
+ type: "PERCENTAGE" | "ABSOLUTE";
2684
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2685
+ roundStep?: number | null | undefined;
2686
+ negotiationProfile?: "AUTO" | null | undefined;
2687
+ maxRounds?: number | null | undefined;
2688
+ } | null | undefined;
2801
2689
  } | null | undefined;
2802
2690
  targetDate?: Date | null | undefined;
2803
2691
  };
@@ -2808,7 +2696,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2808
2696
  requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2809
2697
  targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2810
2698
  }, "strip", z.ZodTypeAny, {
2811
- 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";
2699
+ 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";
2812
2700
  id: string;
2813
2701
  createdAt: Date;
2814
2702
  itemId: number;
@@ -3025,33 +2913,15 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3025
2913
  type: "UPDATING";
3026
2914
  data: {
3027
2915
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3028
- post?: {
3029
- status?: string | null | undefined;
3030
- title?: string | null | undefined;
3031
- description?: string | null | undefined;
3032
- brand?: string | null | undefined;
3033
- statusId?: number | null | undefined;
3034
- sizeId?: number | null | undefined;
3035
- colorIds?: number[] | null | undefined;
3036
- packageSizeId?: number | null | undefined;
3037
- price?: number | null | undefined;
3038
- currency?: string | null | undefined;
3039
- catalog?: string | null | undefined;
3040
- catalogId?: number | null | undefined;
3041
- colors?: string[] | null | undefined;
3042
- measurementLength?: number | null | undefined;
3043
- measurementWidth?: number | null | undefined;
3044
- photoUrls?: string[] | null | undefined;
3045
- size?: string | null | undefined;
3046
- isDraft?: boolean | null | undefined;
3047
- isArchived?: boolean | null | undefined;
3048
- isUnisex?: boolean | null | undefined;
3049
- availableQuantity?: number | null | undefined;
3050
- material?: number[] | null | undefined;
3051
- manufacturerLabelling?: string | null | undefined;
3052
- labels?: string[] | null | undefined;
3053
- isHidden?: boolean | null | undefined;
3054
- isDeleted?: boolean | null | undefined;
2916
+ payload?: {
2917
+ priceDropPayload?: {
2918
+ value: number;
2919
+ type: "PERCENTAGE" | "ABSOLUTE";
2920
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
2921
+ roundStep?: number | null | undefined;
2922
+ negotiationProfile?: "AUTO" | null | undefined;
2923
+ maxRounds?: number | null | undefined;
2924
+ } | null | undefined;
3055
2925
  } | null | undefined;
3056
2926
  targetDate?: Date | null | undefined;
3057
2927
  };
@@ -3061,7 +2931,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3061
2931
  requestId?: string | null | undefined;
3062
2932
  targetHistoryId?: string | null | undefined;
3063
2933
  }, {
3064
- 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";
2934
+ 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";
3065
2935
  id: string;
3066
2936
  createdAt: Date;
3067
2937
  itemId: number;
@@ -3278,33 +3148,15 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3278
3148
  type: "UPDATING";
3279
3149
  data: {
3280
3150
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3281
- post?: {
3282
- status?: string | null | undefined;
3283
- title?: string | null | undefined;
3284
- description?: string | null | undefined;
3285
- brand?: string | null | undefined;
3286
- statusId?: number | null | undefined;
3287
- sizeId?: number | null | undefined;
3288
- colorIds?: number[] | null | undefined;
3289
- packageSizeId?: number | null | undefined;
3290
- price?: number | null | undefined;
3291
- currency?: string | null | undefined;
3292
- catalog?: string | null | undefined;
3293
- catalogId?: number | null | undefined;
3294
- colors?: string[] | null | undefined;
3295
- measurementLength?: number | null | undefined;
3296
- measurementWidth?: number | null | undefined;
3297
- photoUrls?: string[] | null | undefined;
3298
- size?: string | null | undefined;
3299
- isDraft?: boolean | null | undefined;
3300
- isArchived?: boolean | null | undefined;
3301
- isUnisex?: boolean | null | undefined;
3302
- availableQuantity?: number | null | undefined;
3303
- material?: number[] | null | undefined;
3304
- manufacturerLabelling?: string | null | undefined;
3305
- labels?: string[] | null | undefined;
3306
- isHidden?: boolean | null | undefined;
3307
- isDeleted?: boolean | null | undefined;
3151
+ payload?: {
3152
+ priceDropPayload?: {
3153
+ value: number;
3154
+ type: "PERCENTAGE" | "ABSOLUTE";
3155
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
3156
+ roundStep?: number | null | undefined;
3157
+ negotiationProfile?: "AUTO" | null | undefined;
3158
+ maxRounds?: number | null | undefined;
3159
+ } | null | undefined;
3308
3160
  } | null | undefined;
3309
3161
  targetDate?: Date | null | undefined;
3310
3162
  };
@@ -3619,7 +3471,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3619
3471
  sellingPlaceId?: number | null | undefined;
3620
3472
  feesSum?: number | null | undefined;
3621
3473
  lastHistory?: {
3622
- 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";
3474
+ 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";
3623
3475
  id: string;
3624
3476
  createdAt: Date;
3625
3477
  itemId: number;
@@ -3836,33 +3688,15 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3836
3688
  type: "UPDATING";
3837
3689
  data: {
3838
3690
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3839
- post?: {
3840
- status?: string | null | undefined;
3841
- title?: string | null | undefined;
3842
- description?: string | null | undefined;
3843
- brand?: string | null | undefined;
3844
- statusId?: number | null | undefined;
3845
- sizeId?: number | null | undefined;
3846
- colorIds?: number[] | null | undefined;
3847
- packageSizeId?: number | null | undefined;
3848
- price?: number | null | undefined;
3849
- currency?: string | null | undefined;
3850
- catalog?: string | null | undefined;
3851
- catalogId?: number | null | undefined;
3852
- colors?: string[] | null | undefined;
3853
- measurementLength?: number | null | undefined;
3854
- measurementWidth?: number | null | undefined;
3855
- photoUrls?: string[] | null | undefined;
3856
- size?: string | null | undefined;
3857
- isDraft?: boolean | null | undefined;
3858
- isArchived?: boolean | null | undefined;
3859
- isUnisex?: boolean | null | undefined;
3860
- availableQuantity?: number | null | undefined;
3861
- material?: number[] | null | undefined;
3862
- manufacturerLabelling?: string | null | undefined;
3863
- labels?: string[] | null | undefined;
3864
- isHidden?: boolean | null | undefined;
3865
- isDeleted?: boolean | null | undefined;
3691
+ payload?: {
3692
+ priceDropPayload?: {
3693
+ value: number;
3694
+ type: "PERCENTAGE" | "ABSOLUTE";
3695
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
3696
+ roundStep?: number | null | undefined;
3697
+ negotiationProfile?: "AUTO" | null | undefined;
3698
+ maxRounds?: number | null | undefined;
3699
+ } | null | undefined;
3866
3700
  } | null | undefined;
3867
3701
  targetDate?: Date | null | undefined;
3868
3702
  };
@@ -3987,7 +3821,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3987
3821
  sellingPlaceId?: number | null | undefined;
3988
3822
  feesSum?: number | null | undefined;
3989
3823
  lastHistory?: {
3990
- 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";
3824
+ 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";
3991
3825
  id: string;
3992
3826
  createdAt: Date;
3993
3827
  itemId: number;
@@ -4204,33 +4038,15 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4204
4038
  type: "UPDATING";
4205
4039
  data: {
4206
4040
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4207
- post?: {
4208
- status?: string | null | undefined;
4209
- title?: string | null | undefined;
4210
- description?: string | null | undefined;
4211
- brand?: string | null | undefined;
4212
- statusId?: number | null | undefined;
4213
- sizeId?: number | null | undefined;
4214
- colorIds?: number[] | null | undefined;
4215
- packageSizeId?: number | null | undefined;
4216
- price?: number | null | undefined;
4217
- currency?: string | null | undefined;
4218
- catalog?: string | null | undefined;
4219
- catalogId?: number | null | undefined;
4220
- colors?: string[] | null | undefined;
4221
- measurementLength?: number | null | undefined;
4222
- measurementWidth?: number | null | undefined;
4223
- photoUrls?: string[] | null | undefined;
4224
- size?: string | null | undefined;
4225
- isDraft?: boolean | null | undefined;
4226
- isArchived?: boolean | null | undefined;
4227
- isUnisex?: boolean | null | undefined;
4228
- availableQuantity?: number | null | undefined;
4229
- material?: number[] | null | undefined;
4230
- manufacturerLabelling?: string | null | undefined;
4231
- labels?: string[] | null | undefined;
4232
- isHidden?: boolean | null | undefined;
4233
- isDeleted?: boolean | null | undefined;
4041
+ payload?: {
4042
+ priceDropPayload?: {
4043
+ value: number;
4044
+ type: "PERCENTAGE" | "ABSOLUTE";
4045
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
4046
+ roundStep?: number | null | undefined;
4047
+ negotiationProfile?: "AUTO" | null | undefined;
4048
+ maxRounds?: number | null | undefined;
4049
+ } | null | undefined;
4234
4050
  } | null | undefined;
4235
4051
  targetDate?: Date | null | undefined;
4236
4052
  };
@@ -4360,7 +4176,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4360
4176
  sellingPlaceId?: number | null | undefined;
4361
4177
  feesSum?: number | null | undefined;
4362
4178
  lastHistory?: {
4363
- 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";
4179
+ 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";
4364
4180
  id: string;
4365
4181
  createdAt: Date;
4366
4182
  itemId: number;
@@ -4577,33 +4393,15 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4577
4393
  type: "UPDATING";
4578
4394
  data: {
4579
4395
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4580
- post?: {
4581
- status?: string | null | undefined;
4582
- title?: string | null | undefined;
4583
- description?: string | null | undefined;
4584
- brand?: string | null | undefined;
4585
- statusId?: number | null | undefined;
4586
- sizeId?: number | null | undefined;
4587
- colorIds?: number[] | null | undefined;
4588
- packageSizeId?: number | null | undefined;
4589
- price?: number | null | undefined;
4590
- currency?: string | null | undefined;
4591
- catalog?: string | null | undefined;
4592
- catalogId?: number | null | undefined;
4593
- colors?: string[] | null | undefined;
4594
- measurementLength?: number | null | undefined;
4595
- measurementWidth?: number | null | undefined;
4596
- photoUrls?: string[] | null | undefined;
4597
- size?: string | null | undefined;
4598
- isDraft?: boolean | null | undefined;
4599
- isArchived?: boolean | null | undefined;
4600
- isUnisex?: boolean | null | undefined;
4601
- availableQuantity?: number | null | undefined;
4602
- material?: number[] | null | undefined;
4603
- manufacturerLabelling?: string | null | undefined;
4604
- labels?: string[] | null | undefined;
4605
- isHidden?: boolean | null | undefined;
4606
- isDeleted?: boolean | null | undefined;
4396
+ payload?: {
4397
+ priceDropPayload?: {
4398
+ value: number;
4399
+ type: "PERCENTAGE" | "ABSOLUTE";
4400
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
4401
+ roundStep?: number | null | undefined;
4402
+ negotiationProfile?: "AUTO" | null | undefined;
4403
+ maxRounds?: number | null | undefined;
4404
+ } | null | undefined;
4607
4405
  } | null | undefined;
4608
4406
  targetDate?: Date | null | undefined;
4609
4407
  };
@@ -4732,7 +4530,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4732
4530
  sellingPlaceId?: number | null | undefined;
4733
4531
  feesSum?: number | null | undefined;
4734
4532
  lastHistory?: {
4735
- 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";
4533
+ 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";
4736
4534
  id: string;
4737
4535
  createdAt: Date;
4738
4536
  itemId: number;
@@ -4949,33 +4747,15 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4949
4747
  type: "UPDATING";
4950
4748
  data: {
4951
4749
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4952
- post?: {
4953
- status?: string | null | undefined;
4954
- title?: string | null | undefined;
4955
- description?: string | null | undefined;
4956
- brand?: string | null | undefined;
4957
- statusId?: number | null | undefined;
4958
- sizeId?: number | null | undefined;
4959
- colorIds?: number[] | null | undefined;
4960
- packageSizeId?: number | null | undefined;
4961
- price?: number | null | undefined;
4962
- currency?: string | null | undefined;
4963
- catalog?: string | null | undefined;
4964
- catalogId?: number | null | undefined;
4965
- colors?: string[] | null | undefined;
4966
- measurementLength?: number | null | undefined;
4967
- measurementWidth?: number | null | undefined;
4968
- photoUrls?: string[] | null | undefined;
4969
- size?: string | null | undefined;
4970
- isDraft?: boolean | null | undefined;
4971
- isArchived?: boolean | null | undefined;
4972
- isUnisex?: boolean | null | undefined;
4973
- availableQuantity?: number | null | undefined;
4974
- material?: number[] | null | undefined;
4975
- manufacturerLabelling?: string | null | undefined;
4976
- labels?: string[] | null | undefined;
4977
- isHidden?: boolean | null | undefined;
4978
- isDeleted?: boolean | null | undefined;
4750
+ payload?: {
4751
+ priceDropPayload?: {
4752
+ value: number;
4753
+ type: "PERCENTAGE" | "ABSOLUTE";
4754
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
4755
+ roundStep?: number | null | undefined;
4756
+ negotiationProfile?: "AUTO" | null | undefined;
4757
+ maxRounds?: number | null | undefined;
4758
+ } | null | undefined;
4979
4759
  } | null | undefined;
4980
4760
  targetDate?: Date | null | undefined;
4981
4761
  };
@@ -5883,27 +5663,27 @@ export declare const UserWsPayloadResourceUpdatedSchema: z.ZodObject<{
5883
5663
  };
5884
5664
  }>, z.ZodObject<{
5885
5665
  historyType: z.ZodObject<{
5886
- type: z.ZodOptional<z.ZodNullable<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"]>>>;
5666
+ type: z.ZodOptional<z.ZodNullable<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"]>>>;
5887
5667
  count: z.ZodNumber;
5888
5668
  }, "strip", z.ZodTypeAny, {
5889
5669
  count: number;
5890
- 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" | null | undefined;
5670
+ 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" | null | undefined;
5891
5671
  }, {
5892
5672
  count: number;
5893
- 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" | null | undefined;
5673
+ 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" | null | undefined;
5894
5674
  }>;
5895
5675
  type: z.ZodLiteral<"HISTORY_TYPE">;
5896
5676
  }, "strip", z.ZodTypeAny, {
5897
5677
  type: "HISTORY_TYPE";
5898
5678
  historyType: {
5899
5679
  count: number;
5900
- 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" | null | undefined;
5680
+ 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" | null | undefined;
5901
5681
  };
5902
5682
  }, {
5903
5683
  type: "HISTORY_TYPE";
5904
5684
  historyType: {
5905
5685
  count: number;
5906
- 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" | null | undefined;
5686
+ 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" | null | undefined;
5907
5687
  };
5908
5688
  }>, z.ZodObject<{
5909
5689
  label: z.ZodObject<{
@@ -6121,7 +5901,7 @@ export declare const UserWsPayloadResourceUpdatedSchema: z.ZodObject<{
6121
5901
  type: "HISTORY_TYPE";
6122
5902
  historyType: {
6123
5903
  count: number;
6124
- 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" | null | undefined;
5904
+ 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" | null | undefined;
6125
5905
  };
6126
5906
  } | {
6127
5907
  type: "LABEL";
@@ -6205,7 +5985,7 @@ export declare const UserWsPayloadResourceUpdatedSchema: z.ZodObject<{
6205
5985
  type: "HISTORY_TYPE";
6206
5986
  historyType: {
6207
5987
  count: number;
6208
- 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" | null | undefined;
5988
+ 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" | null | undefined;
6209
5989
  };
6210
5990
  } | {
6211
5991
  type: "LABEL";
@@ -6516,7 +6296,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6516
6296
  } | null | undefined;
6517
6297
  index?: number | null | undefined;
6518
6298
  }>, "many">>>;
6519
- preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
6299
+ preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["EXTERNAL", "FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
6520
6300
  preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6521
6301
  preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6522
6302
  }, "strip", z.ZodTypeAny, {
@@ -6548,7 +6328,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6548
6328
  } | null | undefined;
6549
6329
  index?: number | null | undefined;
6550
6330
  }[] | null | undefined;
6551
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
6331
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
6552
6332
  preferenceCaseId?: string | null | undefined;
6553
6333
  preferenceVariantId?: string | null | undefined;
6554
6334
  conversationUserId?: string | null | undefined;
@@ -6595,7 +6375,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6595
6375
  } | null | undefined;
6596
6376
  index?: number | null | undefined;
6597
6377
  }[] | null | undefined;
6598
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
6378
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
6599
6379
  preferenceCaseId?: string | null | undefined;
6600
6380
  preferenceVariantId?: string | null | undefined;
6601
6381
  conversationUserId?: string | null | undefined;
@@ -6761,7 +6541,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6761
6541
  } | null | undefined;
6762
6542
  index?: number | null | undefined;
6763
6543
  }[] | null | undefined;
6764
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
6544
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
6765
6545
  preferenceCaseId?: string | null | undefined;
6766
6546
  preferenceVariantId?: string | null | undefined;
6767
6547
  conversationUserId?: string | null | undefined;
@@ -6859,7 +6639,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6859
6639
  } | null | undefined;
6860
6640
  index?: number | null | undefined;
6861
6641
  }[] | null | undefined;
6862
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
6642
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
6863
6643
  preferenceCaseId?: string | null | undefined;
6864
6644
  preferenceVariantId?: string | null | undefined;
6865
6645
  conversationUserId?: string | null | undefined;
@@ -6997,7 +6777,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6997
6777
  } | null | undefined;
6998
6778
  index?: number | null | undefined;
6999
6779
  }>, "many">>>;
7000
- preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
6780
+ preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["EXTERNAL", "FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
7001
6781
  preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7002
6782
  preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7003
6783
  }, "strip", z.ZodTypeAny, {
@@ -7029,7 +6809,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7029
6809
  } | null | undefined;
7030
6810
  index?: number | null | undefined;
7031
6811
  }[] | null | undefined;
7032
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
6812
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
7033
6813
  preferenceCaseId?: string | null | undefined;
7034
6814
  preferenceVariantId?: string | null | undefined;
7035
6815
  conversationUserId?: string | null | undefined;
@@ -7076,7 +6856,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7076
6856
  } | null | undefined;
7077
6857
  index?: number | null | undefined;
7078
6858
  }[] | null | undefined;
7079
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
6859
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
7080
6860
  preferenceCaseId?: string | null | undefined;
7081
6861
  preferenceVariantId?: string | null | undefined;
7082
6862
  conversationUserId?: string | null | undefined;
@@ -7177,7 +6957,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7177
6957
  } | null | undefined;
7178
6958
  index?: number | null | undefined;
7179
6959
  }[] | null | undefined;
7180
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
6960
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
7181
6961
  preferenceCaseId?: string | null | undefined;
7182
6962
  preferenceVariantId?: string | null | undefined;
7183
6963
  conversationUserId?: string | null | undefined;
@@ -7226,7 +7006,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7226
7006
  } | null | undefined;
7227
7007
  index?: number | null | undefined;
7228
7008
  }[] | null | undefined;
7229
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
7009
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
7230
7010
  preferenceCaseId?: string | null | undefined;
7231
7011
  preferenceVariantId?: string | null | undefined;
7232
7012
  conversationUserId?: string | null | undefined;
@@ -7326,7 +7106,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7326
7106
  } | null | undefined;
7327
7107
  index?: number | null | undefined;
7328
7108
  }[] | null | undefined;
7329
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
7109
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
7330
7110
  preferenceCaseId?: string | null | undefined;
7331
7111
  preferenceVariantId?: string | null | undefined;
7332
7112
  conversationUserId?: string | null | undefined;
@@ -7375,7 +7155,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7375
7155
  } | null | undefined;
7376
7156
  index?: number | null | undefined;
7377
7157
  }[] | null | undefined;
7378
- preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
7158
+ preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
7379
7159
  preferenceCaseId?: string | null | undefined;
7380
7160
  preferenceVariantId?: string | null | undefined;
7381
7161
  conversationUserId?: string | null | undefined;
@@ -7590,7 +7370,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7590
7370
  lastHistory: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7591
7371
  id: z.ZodString;
7592
7372
  itemId: z.ZodNumber;
7593
- 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"]>;
7373
+ 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"]>;
7594
7374
  data: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
7595
7375
  data: z.ZodObject<{
7596
7376
  targetItemHistoryId: z.ZodString;
@@ -8873,149 +8653,73 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8873
8653
  }>, z.ZodObject<{
8874
8654
  data: z.ZodObject<{
8875
8655
  platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
8876
- post: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8877
- brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8878
- catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8879
- catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8880
- colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
8881
- colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
8882
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8883
- measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8884
- measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8885
- packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8886
- photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
8887
- price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8888
- currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8889
- size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8890
- sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8891
- status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8892
- statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8893
- title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8894
- isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
8895
- isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
8896
- isHidden: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
8897
- isDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
8898
- isUnisex: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
8899
- availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8900
- material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
8901
- manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8902
- labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
8656
+ payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8657
+ priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8658
+ type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
8659
+ value: z.ZodNumber;
8660
+ roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
8661
+ roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8662
+ negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
8663
+ maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8664
+ }, "strip", z.ZodTypeAny, {
8665
+ value: number;
8666
+ type: "PERCENTAGE" | "ABSOLUTE";
8667
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
8668
+ roundStep?: number | null | undefined;
8669
+ negotiationProfile?: "AUTO" | null | undefined;
8670
+ maxRounds?: number | null | undefined;
8671
+ }, {
8672
+ value: number;
8673
+ type: "PERCENTAGE" | "ABSOLUTE";
8674
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
8675
+ roundStep?: number | null | undefined;
8676
+ negotiationProfile?: "AUTO" | null | undefined;
8677
+ maxRounds?: number | null | undefined;
8678
+ }>>>;
8903
8679
  }, "strip", z.ZodTypeAny, {
8904
- status?: string | null | undefined;
8905
- title?: string | null | undefined;
8906
- description?: string | null | undefined;
8907
- brand?: string | null | undefined;
8908
- statusId?: number | null | undefined;
8909
- sizeId?: number | null | undefined;
8910
- colorIds?: number[] | null | undefined;
8911
- packageSizeId?: number | null | undefined;
8912
- price?: number | null | undefined;
8913
- currency?: string | null | undefined;
8914
- catalog?: string | null | undefined;
8915
- catalogId?: number | null | undefined;
8916
- colors?: string[] | null | undefined;
8917
- measurementLength?: number | null | undefined;
8918
- measurementWidth?: number | null | undefined;
8919
- photoUrls?: string[] | null | undefined;
8920
- size?: string | null | undefined;
8921
- isDraft?: boolean | null | undefined;
8922
- isArchived?: boolean | null | undefined;
8923
- isUnisex?: boolean | null | undefined;
8924
- availableQuantity?: number | null | undefined;
8925
- material?: number[] | null | undefined;
8926
- manufacturerLabelling?: string | null | undefined;
8927
- labels?: string[] | null | undefined;
8928
- isHidden?: boolean | null | undefined;
8929
- isDeleted?: boolean | null | undefined;
8680
+ priceDropPayload?: {
8681
+ value: number;
8682
+ type: "PERCENTAGE" | "ABSOLUTE";
8683
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
8684
+ roundStep?: number | null | undefined;
8685
+ negotiationProfile?: "AUTO" | null | undefined;
8686
+ maxRounds?: number | null | undefined;
8687
+ } | null | undefined;
8930
8688
  }, {
8931
- status?: string | null | undefined;
8932
- title?: string | null | undefined;
8933
- description?: string | null | undefined;
8934
- brand?: string | null | undefined;
8935
- statusId?: number | null | undefined;
8936
- sizeId?: number | null | undefined;
8937
- colorIds?: number[] | null | undefined;
8938
- packageSizeId?: number | null | undefined;
8939
- price?: number | null | undefined;
8940
- currency?: string | null | undefined;
8941
- catalog?: string | null | undefined;
8942
- catalogId?: number | null | undefined;
8943
- colors?: string[] | null | undefined;
8944
- measurementLength?: number | null | undefined;
8945
- measurementWidth?: number | null | undefined;
8946
- photoUrls?: string[] | null | undefined;
8947
- size?: string | null | undefined;
8948
- isDraft?: boolean | null | undefined;
8949
- isArchived?: boolean | null | undefined;
8950
- isUnisex?: boolean | null | undefined;
8951
- availableQuantity?: number | null | undefined;
8952
- material?: number[] | null | undefined;
8953
- manufacturerLabelling?: string | null | undefined;
8954
- labels?: string[] | null | undefined;
8955
- isHidden?: boolean | null | undefined;
8956
- isDeleted?: boolean | null | undefined;
8689
+ priceDropPayload?: {
8690
+ value: number;
8691
+ type: "PERCENTAGE" | "ABSOLUTE";
8692
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
8693
+ roundStep?: number | null | undefined;
8694
+ negotiationProfile?: "AUTO" | null | undefined;
8695
+ maxRounds?: number | null | undefined;
8696
+ } | null | undefined;
8957
8697
  }>>>;
8958
8698
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
8959
8699
  }, "strip", z.ZodTypeAny, {
8960
8700
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8961
- post?: {
8962
- status?: string | null | undefined;
8963
- title?: string | null | undefined;
8964
- description?: string | null | undefined;
8965
- brand?: string | null | undefined;
8966
- statusId?: number | null | undefined;
8967
- sizeId?: number | null | undefined;
8968
- colorIds?: number[] | null | undefined;
8969
- packageSizeId?: number | null | undefined;
8970
- price?: number | null | undefined;
8971
- currency?: string | null | undefined;
8972
- catalog?: string | null | undefined;
8973
- catalogId?: number | null | undefined;
8974
- colors?: string[] | null | undefined;
8975
- measurementLength?: number | null | undefined;
8976
- measurementWidth?: number | null | undefined;
8977
- photoUrls?: string[] | null | undefined;
8978
- size?: string | null | undefined;
8979
- isDraft?: boolean | null | undefined;
8980
- isArchived?: boolean | null | undefined;
8981
- isUnisex?: boolean | null | undefined;
8982
- availableQuantity?: number | null | undefined;
8983
- material?: number[] | null | undefined;
8984
- manufacturerLabelling?: string | null | undefined;
8985
- labels?: string[] | null | undefined;
8986
- isHidden?: boolean | null | undefined;
8987
- isDeleted?: boolean | null | undefined;
8701
+ payload?: {
8702
+ priceDropPayload?: {
8703
+ value: number;
8704
+ type: "PERCENTAGE" | "ABSOLUTE";
8705
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
8706
+ roundStep?: number | null | undefined;
8707
+ negotiationProfile?: "AUTO" | null | undefined;
8708
+ maxRounds?: number | null | undefined;
8709
+ } | null | undefined;
8988
8710
  } | null | undefined;
8989
8711
  targetDate?: Date | null | undefined;
8990
8712
  }, {
8991
8713
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8992
- post?: {
8993
- status?: string | null | undefined;
8994
- title?: string | null | undefined;
8995
- description?: string | null | undefined;
8996
- brand?: string | null | undefined;
8997
- statusId?: number | null | undefined;
8998
- sizeId?: number | null | undefined;
8999
- colorIds?: number[] | null | undefined;
9000
- packageSizeId?: number | null | undefined;
9001
- price?: number | null | undefined;
9002
- currency?: string | null | undefined;
9003
- catalog?: string | null | undefined;
9004
- catalogId?: number | null | undefined;
9005
- colors?: string[] | null | undefined;
9006
- measurementLength?: number | null | undefined;
9007
- measurementWidth?: number | null | undefined;
9008
- photoUrls?: string[] | null | undefined;
9009
- size?: string | null | undefined;
9010
- isDraft?: boolean | null | undefined;
9011
- isArchived?: boolean | null | undefined;
9012
- isUnisex?: boolean | null | undefined;
9013
- availableQuantity?: number | null | undefined;
9014
- material?: number[] | null | undefined;
9015
- manufacturerLabelling?: string | null | undefined;
9016
- labels?: string[] | null | undefined;
9017
- isHidden?: boolean | null | undefined;
9018
- isDeleted?: boolean | null | undefined;
8714
+ payload?: {
8715
+ priceDropPayload?: {
8716
+ value: number;
8717
+ type: "PERCENTAGE" | "ABSOLUTE";
8718
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
8719
+ roundStep?: number | null | undefined;
8720
+ negotiationProfile?: "AUTO" | null | undefined;
8721
+ maxRounds?: number | null | undefined;
8722
+ } | null | undefined;
9019
8723
  } | null | undefined;
9020
8724
  targetDate?: Date | null | undefined;
9021
8725
  }>;
@@ -9024,33 +8728,15 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9024
8728
  type: "UPDATING";
9025
8729
  data: {
9026
8730
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9027
- post?: {
9028
- status?: string | null | undefined;
9029
- title?: string | null | undefined;
9030
- description?: string | null | undefined;
9031
- brand?: string | null | undefined;
9032
- statusId?: number | null | undefined;
9033
- sizeId?: number | null | undefined;
9034
- colorIds?: number[] | null | undefined;
9035
- packageSizeId?: number | null | undefined;
9036
- price?: number | null | undefined;
9037
- currency?: string | null | undefined;
9038
- catalog?: string | null | undefined;
9039
- catalogId?: number | null | undefined;
9040
- colors?: string[] | null | undefined;
9041
- measurementLength?: number | null | undefined;
9042
- measurementWidth?: number | null | undefined;
9043
- photoUrls?: string[] | null | undefined;
9044
- size?: string | null | undefined;
9045
- isDraft?: boolean | null | undefined;
9046
- isArchived?: boolean | null | undefined;
9047
- isUnisex?: boolean | null | undefined;
9048
- availableQuantity?: number | null | undefined;
9049
- material?: number[] | null | undefined;
9050
- manufacturerLabelling?: string | null | undefined;
9051
- labels?: string[] | null | undefined;
9052
- isHidden?: boolean | null | undefined;
9053
- isDeleted?: boolean | null | undefined;
8731
+ payload?: {
8732
+ priceDropPayload?: {
8733
+ value: number;
8734
+ type: "PERCENTAGE" | "ABSOLUTE";
8735
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
8736
+ roundStep?: number | null | undefined;
8737
+ negotiationProfile?: "AUTO" | null | undefined;
8738
+ maxRounds?: number | null | undefined;
8739
+ } | null | undefined;
9054
8740
  } | null | undefined;
9055
8741
  targetDate?: Date | null | undefined;
9056
8742
  };
@@ -9058,33 +8744,15 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9058
8744
  type: "UPDATING";
9059
8745
  data: {
9060
8746
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9061
- post?: {
9062
- status?: string | null | undefined;
9063
- title?: string | null | undefined;
9064
- description?: string | null | undefined;
9065
- brand?: string | null | undefined;
9066
- statusId?: number | null | undefined;
9067
- sizeId?: number | null | undefined;
9068
- colorIds?: number[] | null | undefined;
9069
- packageSizeId?: number | null | undefined;
9070
- price?: number | null | undefined;
9071
- currency?: string | null | undefined;
9072
- catalog?: string | null | undefined;
9073
- catalogId?: number | null | undefined;
9074
- colors?: string[] | null | undefined;
9075
- measurementLength?: number | null | undefined;
9076
- measurementWidth?: number | null | undefined;
9077
- photoUrls?: string[] | null | undefined;
9078
- size?: string | null | undefined;
9079
- isDraft?: boolean | null | undefined;
9080
- isArchived?: boolean | null | undefined;
9081
- isUnisex?: boolean | null | undefined;
9082
- availableQuantity?: number | null | undefined;
9083
- material?: number[] | null | undefined;
9084
- manufacturerLabelling?: string | null | undefined;
9085
- labels?: string[] | null | undefined;
9086
- isHidden?: boolean | null | undefined;
9087
- isDeleted?: boolean | null | undefined;
8747
+ payload?: {
8748
+ priceDropPayload?: {
8749
+ value: number;
8750
+ type: "PERCENTAGE" | "ABSOLUTE";
8751
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
8752
+ roundStep?: number | null | undefined;
8753
+ negotiationProfile?: "AUTO" | null | undefined;
8754
+ maxRounds?: number | null | undefined;
8755
+ } | null | undefined;
9088
8756
  } | null | undefined;
9089
8757
  targetDate?: Date | null | undefined;
9090
8758
  };
@@ -9095,7 +8763,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9095
8763
  requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9096
8764
  targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9097
8765
  }, "strip", z.ZodTypeAny, {
9098
- 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";
8766
+ 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";
9099
8767
  id: string;
9100
8768
  createdAt: Date;
9101
8769
  itemId: number;
@@ -9312,33 +8980,15 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9312
8980
  type: "UPDATING";
9313
8981
  data: {
9314
8982
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9315
- post?: {
9316
- status?: string | null | undefined;
9317
- title?: string | null | undefined;
9318
- description?: string | null | undefined;
9319
- brand?: string | null | undefined;
9320
- statusId?: number | null | undefined;
9321
- sizeId?: number | null | undefined;
9322
- colorIds?: number[] | null | undefined;
9323
- packageSizeId?: number | null | undefined;
9324
- price?: number | null | undefined;
9325
- currency?: string | null | undefined;
9326
- catalog?: string | null | undefined;
9327
- catalogId?: number | null | undefined;
9328
- colors?: string[] | null | undefined;
9329
- measurementLength?: number | null | undefined;
9330
- measurementWidth?: number | null | undefined;
9331
- photoUrls?: string[] | null | undefined;
9332
- size?: string | null | undefined;
9333
- isDraft?: boolean | null | undefined;
9334
- isArchived?: boolean | null | undefined;
9335
- isUnisex?: boolean | null | undefined;
9336
- availableQuantity?: number | null | undefined;
9337
- material?: number[] | null | undefined;
9338
- manufacturerLabelling?: string | null | undefined;
9339
- labels?: string[] | null | undefined;
9340
- isHidden?: boolean | null | undefined;
9341
- isDeleted?: boolean | null | undefined;
8983
+ payload?: {
8984
+ priceDropPayload?: {
8985
+ value: number;
8986
+ type: "PERCENTAGE" | "ABSOLUTE";
8987
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
8988
+ roundStep?: number | null | undefined;
8989
+ negotiationProfile?: "AUTO" | null | undefined;
8990
+ maxRounds?: number | null | undefined;
8991
+ } | null | undefined;
9342
8992
  } | null | undefined;
9343
8993
  targetDate?: Date | null | undefined;
9344
8994
  };
@@ -9348,7 +8998,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9348
8998
  requestId?: string | null | undefined;
9349
8999
  targetHistoryId?: string | null | undefined;
9350
9000
  }, {
9351
- 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";
9001
+ 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";
9352
9002
  id: string;
9353
9003
  createdAt: Date;
9354
9004
  itemId: number;
@@ -9565,33 +9215,15 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9565
9215
  type: "UPDATING";
9566
9216
  data: {
9567
9217
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9568
- post?: {
9569
- status?: string | null | undefined;
9570
- title?: string | null | undefined;
9571
- description?: string | null | undefined;
9572
- brand?: string | null | undefined;
9573
- statusId?: number | null | undefined;
9574
- sizeId?: number | null | undefined;
9575
- colorIds?: number[] | null | undefined;
9576
- packageSizeId?: number | null | undefined;
9577
- price?: number | null | undefined;
9578
- currency?: string | null | undefined;
9579
- catalog?: string | null | undefined;
9580
- catalogId?: number | null | undefined;
9581
- colors?: string[] | null | undefined;
9582
- measurementLength?: number | null | undefined;
9583
- measurementWidth?: number | null | undefined;
9584
- photoUrls?: string[] | null | undefined;
9585
- size?: string | null | undefined;
9586
- isDraft?: boolean | null | undefined;
9587
- isArchived?: boolean | null | undefined;
9588
- isUnisex?: boolean | null | undefined;
9589
- availableQuantity?: number | null | undefined;
9590
- material?: number[] | null | undefined;
9591
- manufacturerLabelling?: string | null | undefined;
9592
- labels?: string[] | null | undefined;
9593
- isHidden?: boolean | null | undefined;
9594
- isDeleted?: boolean | null | undefined;
9218
+ payload?: {
9219
+ priceDropPayload?: {
9220
+ value: number;
9221
+ type: "PERCENTAGE" | "ABSOLUTE";
9222
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
9223
+ roundStep?: number | null | undefined;
9224
+ negotiationProfile?: "AUTO" | null | undefined;
9225
+ maxRounds?: number | null | undefined;
9226
+ } | null | undefined;
9595
9227
  } | null | undefined;
9596
9228
  targetDate?: Date | null | undefined;
9597
9229
  };
@@ -9906,7 +9538,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9906
9538
  sellingPlaceId?: number | null | undefined;
9907
9539
  feesSum?: number | null | undefined;
9908
9540
  lastHistory?: {
9909
- 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";
9541
+ 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";
9910
9542
  id: string;
9911
9543
  createdAt: Date;
9912
9544
  itemId: number;
@@ -10123,33 +9755,15 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10123
9755
  type: "UPDATING";
10124
9756
  data: {
10125
9757
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10126
- post?: {
10127
- status?: string | null | undefined;
10128
- title?: string | null | undefined;
10129
- description?: string | null | undefined;
10130
- brand?: string | null | undefined;
10131
- statusId?: number | null | undefined;
10132
- sizeId?: number | null | undefined;
10133
- colorIds?: number[] | null | undefined;
10134
- packageSizeId?: number | null | undefined;
10135
- price?: number | null | undefined;
10136
- currency?: string | null | undefined;
10137
- catalog?: string | null | undefined;
10138
- catalogId?: number | null | undefined;
10139
- colors?: string[] | null | undefined;
10140
- measurementLength?: number | null | undefined;
10141
- measurementWidth?: number | null | undefined;
10142
- photoUrls?: string[] | null | undefined;
10143
- size?: string | null | undefined;
10144
- isDraft?: boolean | null | undefined;
10145
- isArchived?: boolean | null | undefined;
10146
- isUnisex?: boolean | null | undefined;
10147
- availableQuantity?: number | null | undefined;
10148
- material?: number[] | null | undefined;
10149
- manufacturerLabelling?: string | null | undefined;
10150
- labels?: string[] | null | undefined;
10151
- isHidden?: boolean | null | undefined;
10152
- isDeleted?: boolean | null | undefined;
9758
+ payload?: {
9759
+ priceDropPayload?: {
9760
+ value: number;
9761
+ type: "PERCENTAGE" | "ABSOLUTE";
9762
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
9763
+ roundStep?: number | null | undefined;
9764
+ negotiationProfile?: "AUTO" | null | undefined;
9765
+ maxRounds?: number | null | undefined;
9766
+ } | null | undefined;
10153
9767
  } | null | undefined;
10154
9768
  targetDate?: Date | null | undefined;
10155
9769
  };
@@ -10274,7 +9888,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10274
9888
  sellingPlaceId?: number | null | undefined;
10275
9889
  feesSum?: number | null | undefined;
10276
9890
  lastHistory?: {
10277
- 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";
9891
+ 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";
10278
9892
  id: string;
10279
9893
  createdAt: Date;
10280
9894
  itemId: number;
@@ -10491,33 +10105,15 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10491
10105
  type: "UPDATING";
10492
10106
  data: {
10493
10107
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10494
- post?: {
10495
- status?: string | null | undefined;
10496
- title?: string | null | undefined;
10497
- description?: string | null | undefined;
10498
- brand?: string | null | undefined;
10499
- statusId?: number | null | undefined;
10500
- sizeId?: number | null | undefined;
10501
- colorIds?: number[] | null | undefined;
10502
- packageSizeId?: number | null | undefined;
10503
- price?: number | null | undefined;
10504
- currency?: string | null | undefined;
10505
- catalog?: string | null | undefined;
10506
- catalogId?: number | null | undefined;
10507
- colors?: string[] | null | undefined;
10508
- measurementLength?: number | null | undefined;
10509
- measurementWidth?: number | null | undefined;
10510
- photoUrls?: string[] | null | undefined;
10511
- size?: string | null | undefined;
10512
- isDraft?: boolean | null | undefined;
10513
- isArchived?: boolean | null | undefined;
10514
- isUnisex?: boolean | null | undefined;
10515
- availableQuantity?: number | null | undefined;
10516
- material?: number[] | null | undefined;
10517
- manufacturerLabelling?: string | null | undefined;
10518
- labels?: string[] | null | undefined;
10519
- isHidden?: boolean | null | undefined;
10520
- isDeleted?: boolean | null | undefined;
10108
+ payload?: {
10109
+ priceDropPayload?: {
10110
+ value: number;
10111
+ type: "PERCENTAGE" | "ABSOLUTE";
10112
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
10113
+ roundStep?: number | null | undefined;
10114
+ negotiationProfile?: "AUTO" | null | undefined;
10115
+ maxRounds?: number | null | undefined;
10116
+ } | null | undefined;
10521
10117
  } | null | undefined;
10522
10118
  targetDate?: Date | null | undefined;
10523
10119
  };
@@ -10647,7 +10243,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10647
10243
  sellingPlaceId?: number | null | undefined;
10648
10244
  feesSum?: number | null | undefined;
10649
10245
  lastHistory?: {
10650
- 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";
10246
+ 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";
10651
10247
  id: string;
10652
10248
  createdAt: Date;
10653
10249
  itemId: number;
@@ -10864,33 +10460,15 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10864
10460
  type: "UPDATING";
10865
10461
  data: {
10866
10462
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10867
- post?: {
10868
- status?: string | null | undefined;
10869
- title?: string | null | undefined;
10870
- description?: string | null | undefined;
10871
- brand?: string | null | undefined;
10872
- statusId?: number | null | undefined;
10873
- sizeId?: number | null | undefined;
10874
- colorIds?: number[] | null | undefined;
10875
- packageSizeId?: number | null | undefined;
10876
- price?: number | null | undefined;
10877
- currency?: string | null | undefined;
10878
- catalog?: string | null | undefined;
10879
- catalogId?: number | null | undefined;
10880
- colors?: string[] | null | undefined;
10881
- measurementLength?: number | null | undefined;
10882
- measurementWidth?: number | null | undefined;
10883
- photoUrls?: string[] | null | undefined;
10884
- size?: string | null | undefined;
10885
- isDraft?: boolean | null | undefined;
10886
- isArchived?: boolean | null | undefined;
10887
- isUnisex?: boolean | null | undefined;
10888
- availableQuantity?: number | null | undefined;
10889
- material?: number[] | null | undefined;
10890
- manufacturerLabelling?: string | null | undefined;
10891
- labels?: string[] | null | undefined;
10892
- isHidden?: boolean | null | undefined;
10893
- isDeleted?: boolean | null | undefined;
10463
+ payload?: {
10464
+ priceDropPayload?: {
10465
+ value: number;
10466
+ type: "PERCENTAGE" | "ABSOLUTE";
10467
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
10468
+ roundStep?: number | null | undefined;
10469
+ negotiationProfile?: "AUTO" | null | undefined;
10470
+ maxRounds?: number | null | undefined;
10471
+ } | null | undefined;
10894
10472
  } | null | undefined;
10895
10473
  targetDate?: Date | null | undefined;
10896
10474
  };
@@ -11019,7 +10597,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11019
10597
  sellingPlaceId?: number | null | undefined;
11020
10598
  feesSum?: number | null | undefined;
11021
10599
  lastHistory?: {
11022
- 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";
10600
+ 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";
11023
10601
  id: string;
11024
10602
  createdAt: Date;
11025
10603
  itemId: number;
@@ -11236,33 +10814,15 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11236
10814
  type: "UPDATING";
11237
10815
  data: {
11238
10816
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11239
- post?: {
11240
- status?: string | null | undefined;
11241
- title?: string | null | undefined;
11242
- description?: string | null | undefined;
11243
- brand?: string | null | undefined;
11244
- statusId?: number | null | undefined;
11245
- sizeId?: number | null | undefined;
11246
- colorIds?: number[] | null | undefined;
11247
- packageSizeId?: number | null | undefined;
11248
- price?: number | null | undefined;
11249
- currency?: string | null | undefined;
11250
- catalog?: string | null | undefined;
11251
- catalogId?: number | null | undefined;
11252
- colors?: string[] | null | undefined;
11253
- measurementLength?: number | null | undefined;
11254
- measurementWidth?: number | null | undefined;
11255
- photoUrls?: string[] | null | undefined;
11256
- size?: string | null | undefined;
11257
- isDraft?: boolean | null | undefined;
11258
- isArchived?: boolean | null | undefined;
11259
- isUnisex?: boolean | null | undefined;
11260
- availableQuantity?: number | null | undefined;
11261
- material?: number[] | null | undefined;
11262
- manufacturerLabelling?: string | null | undefined;
11263
- labels?: string[] | null | undefined;
11264
- isHidden?: boolean | null | undefined;
11265
- isDeleted?: boolean | null | undefined;
10817
+ payload?: {
10818
+ priceDropPayload?: {
10819
+ value: number;
10820
+ type: "PERCENTAGE" | "ABSOLUTE";
10821
+ roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
10822
+ roundStep?: number | null | undefined;
10823
+ negotiationProfile?: "AUTO" | null | undefined;
10824
+ maxRounds?: number | null | undefined;
10825
+ } | null | undefined;
11266
10826
  } | null | undefined;
11267
10827
  targetDate?: Date | null | undefined;
11268
10828
  };
@@ -12160,27 +11720,27 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
12160
11720
  };
12161
11721
  }>, z.ZodObject<{
12162
11722
  historyType: z.ZodObject<{
12163
- type: z.ZodOptional<z.ZodNullable<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"]>>>;
11723
+ type: z.ZodOptional<z.ZodNullable<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"]>>>;
12164
11724
  count: z.ZodNumber;
12165
11725
  }, "strip", z.ZodTypeAny, {
12166
11726
  count: number;
12167
- 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" | null | undefined;
11727
+ 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" | null | undefined;
12168
11728
  }, {
12169
11729
  count: number;
12170
- 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" | null | undefined;
11730
+ 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" | null | undefined;
12171
11731
  }>;
12172
11732
  type: z.ZodLiteral<"HISTORY_TYPE">;
12173
11733
  }, "strip", z.ZodTypeAny, {
12174
11734
  type: "HISTORY_TYPE";
12175
11735
  historyType: {
12176
11736
  count: number;
12177
- 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" | null | undefined;
11737
+ 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" | null | undefined;
12178
11738
  };
12179
11739
  }, {
12180
11740
  type: "HISTORY_TYPE";
12181
11741
  historyType: {
12182
11742
  count: number;
12183
- 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" | null | undefined;
11743
+ 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" | null | undefined;
12184
11744
  };
12185
11745
  }>, z.ZodObject<{
12186
11746
  label: z.ZodObject<{
@@ -12398,7 +11958,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
12398
11958
  type: "HISTORY_TYPE";
12399
11959
  historyType: {
12400
11960
  count: number;
12401
- 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" | null | undefined;
11961
+ 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" | null | undefined;
12402
11962
  };
12403
11963
  } | {
12404
11964
  type: "LABEL";
@@ -12482,7 +12042,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
12482
12042
  type: "HISTORY_TYPE";
12483
12043
  historyType: {
12484
12044
  count: number;
12485
- 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" | null | undefined;
12045
+ 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" | null | undefined;
12486
12046
  };
12487
12047
  } | {
12488
12048
  type: "LABEL";