controlresell 2.12.2 → 2.12.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 (248) hide show
  1. package/package.json +1 -1
  2. package/src/com/controlresell/api/requests/subscriptions/ChangeSubscriptionPlanRequest.d.ts +25 -0
  3. package/src/com/controlresell/api/requests/subscriptions/ChangeSubscriptionPlanRequest.d.ts.map +1 -0
  4. package/src/com/controlresell/api/requests/subscriptions/ChangeSubscriptionPlanRequest.js +6 -0
  5. package/src/com/controlresell/api/requests/subscriptions/ChangeSubscriptionPlanRequest.js.map +1 -0
  6. package/src/com/controlresell/api/requests/subscriptions/ChangeSubscriptionPlanRequest.ts +7 -0
  7. package/src/com/controlresell/api/responses/invoices/ListInvoicesResponse.d.ts +50 -50
  8. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +36 -36
  9. package/src/com/controlresell/api/responses/items/ListedItem.d.ts +30 -30
  10. package/src/com/controlresell/auth/models/preferences/CreatePreferencePayload.d.ts +2 -2
  11. package/src/com/controlresell/auth/models/preferences/Preference.d.ts +2 -2
  12. package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +4 -4
  13. package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +6 -6
  14. package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +6 -6
  15. package/src/com/controlresell/inbox/models/conversations/Conversation.d.ts +10 -10
  16. package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +6 -6
  17. package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.d.ts +24 -24
  18. package/src/com/controlresell/inbox/models/conversations/UserConversations.d.ts +14 -14
  19. package/src/com/controlresell/inbox/models/messages/ConversationMessage.d.ts +6 -6
  20. package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.d.ts +2 -2
  21. package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.d.ts +2 -2
  22. package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.d.ts +10 -10
  23. package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.d.ts +2 -2
  24. package/src/com/controlresell/inbox/models/offers/ConversationMessageOffer.d.ts +2 -2
  25. package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.d.ts +2 -2
  26. package/src/com/controlresell/inbox/models/offers/NegotiationParameters.d.ts +2 -2
  27. package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.d.ts +30 -30
  28. package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +72 -72
  29. package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +72 -72
  30. package/src/com/controlresell/inventory/models/items/Item.d.ts +60 -60
  31. package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts +3 -3
  32. package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js +1 -1
  33. package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js.map +1 -1
  34. package/src/com/controlresell/inventory/models/items/ItemFiltersContext.ts +1 -1
  35. package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +36 -36
  36. package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +72 -72
  37. package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +24 -24
  38. package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +24 -24
  39. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +36 -36
  40. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +4 -4
  41. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +4 -4
  42. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +4 -4
  43. package/src/com/controlresell/inventory/models/metadata/favorites/CreateFavoriteMetadataPayload.d.ts +2 -2
  44. package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadata.d.ts +2 -2
  45. package/src/com/controlresell/inventory/models/metadata/sizes/SizeGroup.d.ts +2 -2
  46. package/src/com/controlresell/inventory/models/metadata/sizes/SizeRoot.d.ts +4 -4
  47. package/src/com/controlresell/models/business/BusinessProfile.d.ts +2 -2
  48. package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -5
  49. package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -5
  50. package/src/com/controlresell/models/invoices/Invoice.d.ts +28 -28
  51. package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts +4 -4
  52. package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts +4 -4
  53. package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts +8 -8
  54. package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.d.ts +2 -2
  55. package/src/com/controlresell/models/platforms/orders/Order.d.ts +4 -4
  56. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +4 -4
  57. package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +4 -4
  58. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +161 -161
  59. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +138 -138
  60. package/src/com/controlresell/models/subscriptions/Price.d.ts +13 -0
  61. package/src/com/controlresell/models/subscriptions/Price.d.ts.map +1 -0
  62. package/src/com/controlresell/models/subscriptions/Price.js +6 -0
  63. package/src/com/controlresell/models/subscriptions/Price.js.map +1 -0
  64. package/src/com/controlresell/models/subscriptions/Price.ts +7 -0
  65. package/src/com/controlresell/models/subscriptions/UserLimitCounter.d.ts +20 -2
  66. package/src/com/controlresell/models/subscriptions/UserLimitCounter.d.ts.map +1 -1
  67. package/src/com/controlresell/models/subscriptions/UserLimitCounter.js +3 -1
  68. package/src/com/controlresell/models/subscriptions/UserLimitCounter.js.map +1 -1
  69. package/src/com/controlresell/models/subscriptions/UserLimitCounter.ts +3 -1
  70. package/src/com/controlresell/models/subscriptions/UserLimitFlag.d.ts +10 -0
  71. package/src/com/controlresell/models/subscriptions/UserLimitFlag.d.ts.map +1 -0
  72. package/src/com/controlresell/models/subscriptions/UserLimitFlag.js +5 -0
  73. package/src/com/controlresell/models/subscriptions/UserLimitFlag.js.map +1 -0
  74. package/src/com/controlresell/models/subscriptions/UserLimitFlag.ts +6 -0
  75. package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +301 -3
  76. package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -1
  77. package/src/com/controlresell/models/subscriptions/UserLimits.js +9 -1
  78. package/src/com/controlresell/models/subscriptions/UserLimits.js.map +1 -1
  79. package/src/com/controlresell/models/subscriptions/UserLimits.ts +9 -1
  80. package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +6 -6
  81. package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +476 -0
  82. package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts.map +1 -0
  83. package/src/com/controlresell/models/users/ws/UserLimitsUpdate.js +7 -0
  84. package/src/com/controlresell/models/users/ws/UserLimitsUpdate.js.map +1 -0
  85. package/src/com/controlresell/models/users/ws/UserLimitsUpdate.ts +8 -0
  86. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +954 -142
  87. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  88. package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +8 -8
  89. package/src/index.d.ts +4 -31
  90. package/src/index.d.ts.map +1 -1
  91. package/src/index.js +4 -31
  92. package/src/index.js.map +1 -1
  93. package/src/index.ts +4 -31
  94. package/src/com/controlresell/platforms/models/BatchUpsertPlatformBrandsPayload.d.ts +0 -43
  95. package/src/com/controlresell/platforms/models/BatchUpsertPlatformBrandsPayload.d.ts.map +0 -1
  96. package/src/com/controlresell/platforms/models/BatchUpsertPlatformBrandsPayload.js +0 -8
  97. package/src/com/controlresell/platforms/models/BatchUpsertPlatformBrandsPayload.js.map +0 -1
  98. package/src/com/controlresell/platforms/models/BatchUpsertPlatformBrandsPayload.ts +0 -9
  99. package/src/com/controlresell/platforms/models/BatchUpsertPlatformCategoriesPayload.d.ts +0 -53
  100. package/src/com/controlresell/platforms/models/BatchUpsertPlatformCategoriesPayload.d.ts.map +0 -1
  101. package/src/com/controlresell/platforms/models/BatchUpsertPlatformCategoriesPayload.js +0 -8
  102. package/src/com/controlresell/platforms/models/BatchUpsertPlatformCategoriesPayload.js.map +0 -1
  103. package/src/com/controlresell/platforms/models/BatchUpsertPlatformCategoriesPayload.ts +0 -9
  104. package/src/com/controlresell/platforms/models/BatchUpsertPlatformEnumsPayload.d.ts +0 -48
  105. package/src/com/controlresell/platforms/models/BatchUpsertPlatformEnumsPayload.d.ts.map +0 -1
  106. package/src/com/controlresell/platforms/models/BatchUpsertPlatformEnumsPayload.js +0 -8
  107. package/src/com/controlresell/platforms/models/BatchUpsertPlatformEnumsPayload.js.map +0 -1
  108. package/src/com/controlresell/platforms/models/BatchUpsertPlatformEnumsPayload.ts +0 -9
  109. package/src/com/controlresell/platforms/models/BatchUpsertPlatformSizesPayload.d.ts +0 -58
  110. package/src/com/controlresell/platforms/models/BatchUpsertPlatformSizesPayload.d.ts.map +0 -1
  111. package/src/com/controlresell/platforms/models/BatchUpsertPlatformSizesPayload.js +0 -8
  112. package/src/com/controlresell/platforms/models/BatchUpsertPlatformSizesPayload.js.map +0 -1
  113. package/src/com/controlresell/platforms/models/BatchUpsertPlatformSizesPayload.ts +0 -9
  114. package/src/com/controlresell/platforms/models/BrandMapping.d.ts +0 -37
  115. package/src/com/controlresell/platforms/models/BrandMapping.d.ts.map +0 -1
  116. package/src/com/controlresell/platforms/models/BrandMapping.js +0 -16
  117. package/src/com/controlresell/platforms/models/BrandMapping.js.map +0 -1
  118. package/src/com/controlresell/platforms/models/BrandMapping.ts +0 -17
  119. package/src/com/controlresell/platforms/models/CategoryMapping.d.ts +0 -37
  120. package/src/com/controlresell/platforms/models/CategoryMapping.d.ts.map +0 -1
  121. package/src/com/controlresell/platforms/models/CategoryMapping.js +0 -16
  122. package/src/com/controlresell/platforms/models/CategoryMapping.js.map +0 -1
  123. package/src/com/controlresell/platforms/models/CategoryMapping.ts +0 -17
  124. package/src/com/controlresell/platforms/models/CreateBrandMappingPayload.d.ts +0 -22
  125. package/src/com/controlresell/platforms/models/CreateBrandMappingPayload.d.ts.map +0 -1
  126. package/src/com/controlresell/platforms/models/CreateBrandMappingPayload.js +0 -11
  127. package/src/com/controlresell/platforms/models/CreateBrandMappingPayload.js.map +0 -1
  128. package/src/com/controlresell/platforms/models/CreateBrandMappingPayload.ts +0 -12
  129. package/src/com/controlresell/platforms/models/CreateCategoryMappingPayload.d.ts +0 -22
  130. package/src/com/controlresell/platforms/models/CreateCategoryMappingPayload.d.ts.map +0 -1
  131. package/src/com/controlresell/platforms/models/CreateCategoryMappingPayload.js +0 -11
  132. package/src/com/controlresell/platforms/models/CreateCategoryMappingPayload.js.map +0 -1
  133. package/src/com/controlresell/platforms/models/CreateCategoryMappingPayload.ts +0 -12
  134. package/src/com/controlresell/platforms/models/CreateEnumMappingPayload.d.ts +0 -25
  135. package/src/com/controlresell/platforms/models/CreateEnumMappingPayload.d.ts.map +0 -1
  136. package/src/com/controlresell/platforms/models/CreateEnumMappingPayload.js +0 -13
  137. package/src/com/controlresell/platforms/models/CreateEnumMappingPayload.js.map +0 -1
  138. package/src/com/controlresell/platforms/models/CreateEnumMappingPayload.ts +0 -14
  139. package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.d.ts +0 -43
  140. package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.d.ts.map +0 -1
  141. package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.js +0 -16
  142. package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.js.map +0 -1
  143. package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.ts +0 -17
  144. package/src/com/controlresell/platforms/models/CreateSizeMappingPayload.d.ts +0 -25
  145. package/src/com/controlresell/platforms/models/CreateSizeMappingPayload.d.ts.map +0 -1
  146. package/src/com/controlresell/platforms/models/CreateSizeMappingPayload.js +0 -12
  147. package/src/com/controlresell/platforms/models/CreateSizeMappingPayload.js.map +0 -1
  148. package/src/com/controlresell/platforms/models/CreateSizeMappingPayload.ts +0 -13
  149. package/src/com/controlresell/platforms/models/EnumMapping.d.ts +0 -40
  150. package/src/com/controlresell/platforms/models/EnumMapping.d.ts.map +0 -1
  151. package/src/com/controlresell/platforms/models/EnumMapping.js +0 -18
  152. package/src/com/controlresell/platforms/models/EnumMapping.js.map +0 -1
  153. package/src/com/controlresell/platforms/models/EnumMapping.ts +0 -19
  154. package/src/com/controlresell/platforms/models/ItemListingForPlatform.d.ts +0 -52
  155. package/src/com/controlresell/platforms/models/ItemListingForPlatform.d.ts.map +0 -1
  156. package/src/com/controlresell/platforms/models/ItemListingForPlatform.js +0 -19
  157. package/src/com/controlresell/platforms/models/ItemListingForPlatform.js.map +0 -1
  158. package/src/com/controlresell/platforms/models/ItemListingForPlatform.ts +0 -20
  159. package/src/com/controlresell/platforms/models/MappingMethod.d.ts +0 -4
  160. package/src/com/controlresell/platforms/models/MappingMethod.d.ts.map +0 -1
  161. package/src/com/controlresell/platforms/models/MappingMethod.js +0 -5
  162. package/src/com/controlresell/platforms/models/MappingMethod.js.map +0 -1
  163. package/src/com/controlresell/platforms/models/MappingMethod.ts +0 -6
  164. package/src/com/controlresell/platforms/models/MaterialMapping.d.ts +0 -40
  165. package/src/com/controlresell/platforms/models/MaterialMapping.d.ts.map +0 -1
  166. package/src/com/controlresell/platforms/models/MaterialMapping.js +0 -17
  167. package/src/com/controlresell/platforms/models/MaterialMapping.js.map +0 -1
  168. package/src/com/controlresell/platforms/models/MaterialMapping.ts +0 -18
  169. package/src/com/controlresell/platforms/models/PlatformBrand.d.ts +0 -28
  170. package/src/com/controlresell/platforms/models/PlatformBrand.d.ts.map +0 -1
  171. package/src/com/controlresell/platforms/models/PlatformBrand.js +0 -12
  172. package/src/com/controlresell/platforms/models/PlatformBrand.js.map +0 -1
  173. package/src/com/controlresell/platforms/models/PlatformBrand.ts +0 -13
  174. package/src/com/controlresell/platforms/models/PlatformBrandPayload.d.ts +0 -22
  175. package/src/com/controlresell/platforms/models/PlatformBrandPayload.d.ts.map +0 -1
  176. package/src/com/controlresell/platforms/models/PlatformBrandPayload.js +0 -9
  177. package/src/com/controlresell/platforms/models/PlatformBrandPayload.js.map +0 -1
  178. package/src/com/controlresell/platforms/models/PlatformBrandPayload.ts +0 -11
  179. package/src/com/controlresell/platforms/models/PlatformCategory.d.ts +0 -34
  180. package/src/com/controlresell/platforms/models/PlatformCategory.d.ts.map +0 -1
  181. package/src/com/controlresell/platforms/models/PlatformCategory.js +0 -14
  182. package/src/com/controlresell/platforms/models/PlatformCategory.js.map +0 -1
  183. package/src/com/controlresell/platforms/models/PlatformCategory.ts +0 -15
  184. package/src/com/controlresell/platforms/models/PlatformCategoryPayload.d.ts +0 -28
  185. package/src/com/controlresell/platforms/models/PlatformCategoryPayload.d.ts.map +0 -1
  186. package/src/com/controlresell/platforms/models/PlatformCategoryPayload.js +0 -11
  187. package/src/com/controlresell/platforms/models/PlatformCategoryPayload.js.map +0 -1
  188. package/src/com/controlresell/platforms/models/PlatformCategoryPayload.ts +0 -13
  189. package/src/com/controlresell/platforms/models/PlatformEnum.d.ts +0 -31
  190. package/src/com/controlresell/platforms/models/PlatformEnum.d.ts.map +0 -1
  191. package/src/com/controlresell/platforms/models/PlatformEnum.js +0 -14
  192. package/src/com/controlresell/platforms/models/PlatformEnum.js.map +0 -1
  193. package/src/com/controlresell/platforms/models/PlatformEnum.ts +0 -15
  194. package/src/com/controlresell/platforms/models/PlatformEnumPayload.d.ts +0 -25
  195. package/src/com/controlresell/platforms/models/PlatformEnumPayload.d.ts.map +0 -1
  196. package/src/com/controlresell/platforms/models/PlatformEnumPayload.js +0 -11
  197. package/src/com/controlresell/platforms/models/PlatformEnumPayload.js.map +0 -1
  198. package/src/com/controlresell/platforms/models/PlatformEnumPayload.ts +0 -13
  199. package/src/com/controlresell/platforms/models/PlatformEnumType.d.ts +0 -4
  200. package/src/com/controlresell/platforms/models/PlatformEnumType.d.ts.map +0 -1
  201. package/src/com/controlresell/platforms/models/PlatformEnumType.js +0 -5
  202. package/src/com/controlresell/platforms/models/PlatformEnumType.js.map +0 -1
  203. package/src/com/controlresell/platforms/models/PlatformEnumType.ts +0 -6
  204. package/src/com/controlresell/platforms/models/PlatformMaterial.d.ts +0 -31
  205. package/src/com/controlresell/platforms/models/PlatformMaterial.d.ts.map +0 -1
  206. package/src/com/controlresell/platforms/models/PlatformMaterial.js +0 -13
  207. package/src/com/controlresell/platforms/models/PlatformMaterial.js.map +0 -1
  208. package/src/com/controlresell/platforms/models/PlatformMaterial.ts +0 -14
  209. package/src/com/controlresell/platforms/models/PlatformSize.d.ts +0 -37
  210. package/src/com/controlresell/platforms/models/PlatformSize.d.ts.map +0 -1
  211. package/src/com/controlresell/platforms/models/PlatformSize.js +0 -15
  212. package/src/com/controlresell/platforms/models/PlatformSize.js.map +0 -1
  213. package/src/com/controlresell/platforms/models/PlatformSize.ts +0 -16
  214. package/src/com/controlresell/platforms/models/PlatformSizePayload.d.ts +0 -31
  215. package/src/com/controlresell/platforms/models/PlatformSizePayload.d.ts.map +0 -1
  216. package/src/com/controlresell/platforms/models/PlatformSizePayload.js +0 -12
  217. package/src/com/controlresell/platforms/models/PlatformSizePayload.js.map +0 -1
  218. package/src/com/controlresell/platforms/models/PlatformSizePayload.ts +0 -14
  219. package/src/com/controlresell/platforms/models/SizeMapping.d.ts +0 -40
  220. package/src/com/controlresell/platforms/models/SizeMapping.d.ts.map +0 -1
  221. package/src/com/controlresell/platforms/models/SizeMapping.js +0 -17
  222. package/src/com/controlresell/platforms/models/SizeMapping.js.map +0 -1
  223. package/src/com/controlresell/platforms/models/SizeMapping.ts +0 -18
  224. package/src/com/controlresell/platforms/models/UpdateBrandMappingPayload.d.ts +0 -16
  225. package/src/com/controlresell/platforms/models/UpdateBrandMappingPayload.d.ts.map +0 -1
  226. package/src/com/controlresell/platforms/models/UpdateBrandMappingPayload.js +0 -7
  227. package/src/com/controlresell/platforms/models/UpdateBrandMappingPayload.js.map +0 -1
  228. package/src/com/controlresell/platforms/models/UpdateBrandMappingPayload.ts +0 -9
  229. package/src/com/controlresell/platforms/models/UpdateCategoryMappingPayload.d.ts +0 -16
  230. package/src/com/controlresell/platforms/models/UpdateCategoryMappingPayload.d.ts.map +0 -1
  231. package/src/com/controlresell/platforms/models/UpdateCategoryMappingPayload.js +0 -7
  232. package/src/com/controlresell/platforms/models/UpdateCategoryMappingPayload.js.map +0 -1
  233. package/src/com/controlresell/platforms/models/UpdateCategoryMappingPayload.ts +0 -9
  234. package/src/com/controlresell/platforms/models/UpdateEnumMappingPayload.d.ts +0 -16
  235. package/src/com/controlresell/platforms/models/UpdateEnumMappingPayload.d.ts.map +0 -1
  236. package/src/com/controlresell/platforms/models/UpdateEnumMappingPayload.js +0 -7
  237. package/src/com/controlresell/platforms/models/UpdateEnumMappingPayload.js.map +0 -1
  238. package/src/com/controlresell/platforms/models/UpdateEnumMappingPayload.ts +0 -9
  239. package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.d.ts +0 -37
  240. package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.d.ts.map +0 -1
  241. package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.js +0 -14
  242. package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.js.map +0 -1
  243. package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.ts +0 -15
  244. package/src/com/controlresell/platforms/models/UpdateSizeMappingPayload.d.ts +0 -16
  245. package/src/com/controlresell/platforms/models/UpdateSizeMappingPayload.d.ts.map +0 -1
  246. package/src/com/controlresell/platforms/models/UpdateSizeMappingPayload.js +0 -7
  247. package/src/com/controlresell/platforms/models/UpdateSizeMappingPayload.js.map +0 -1
  248. package/src/com/controlresell/platforms/models/UpdateSizeMappingPayload.ts +0 -9
@@ -105,16 +105,16 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
105
105
  }, "strip", z.ZodTypeAny, {
106
106
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
107
107
  id: string;
108
- messageId: string;
109
108
  price: number;
109
+ messageId: string;
110
110
  originalPrice: number;
111
111
  transactionId?: string | null | undefined;
112
112
  platformOfferId?: string | null | undefined;
113
113
  }, {
114
114
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
115
115
  id: string;
116
- messageId: string;
117
116
  price: number;
117
+ messageId: string;
118
118
  originalPrice: number;
119
119
  transactionId?: string | null | undefined;
120
120
  platformOfferId?: string | null | undefined;
@@ -184,17 +184,17 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
184
184
  id: string;
185
185
  createdAt: Date;
186
186
  conversationId: string;
187
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
187
188
  body?: string | null | undefined;
188
189
  offer?: {
189
190
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
190
191
  id: string;
191
- messageId: string;
192
192
  price: number;
193
+ messageId: string;
193
194
  originalPrice: number;
194
195
  transactionId?: string | null | undefined;
195
196
  platformOfferId?: string | null | undefined;
196
197
  } | null | undefined;
197
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
198
198
  conversationUserId?: string | null | undefined;
199
199
  platformMessageId?: string | null | undefined;
200
200
  statusHistory?: {
@@ -227,17 +227,17 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
227
227
  id: string;
228
228
  createdAt: Date;
229
229
  conversationId: string;
230
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
230
231
  body?: string | null | undefined;
231
232
  offer?: {
232
233
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
233
234
  id: string;
234
- messageId: string;
235
235
  price: number;
236
+ messageId: string;
236
237
  originalPrice: number;
237
238
  transactionId?: string | null | undefined;
238
239
  platformOfferId?: string | null | undefined;
239
240
  } | null | undefined;
240
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
241
241
  conversationUserId?: string | null | undefined;
242
242
  platformMessageId?: string | null | undefined;
243
243
  statusHistory?: {
@@ -373,17 +373,17 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
373
373
  id: string;
374
374
  createdAt: Date;
375
375
  conversationId: string;
376
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
376
377
  body?: string | null | undefined;
377
378
  offer?: {
378
379
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
379
380
  id: string;
380
- messageId: string;
381
381
  price: number;
382
+ messageId: string;
382
383
  originalPrice: number;
383
384
  transactionId?: string | null | undefined;
384
385
  platformOfferId?: string | null | undefined;
385
386
  } | null | undefined;
386
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
387
387
  conversationUserId?: string | null | undefined;
388
388
  platformMessageId?: string | null | undefined;
389
389
  statusHistory?: {
@@ -456,17 +456,17 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
456
456
  id: string;
457
457
  createdAt: Date;
458
458
  conversationId: string;
459
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
459
460
  body?: string | null | undefined;
460
461
  offer?: {
461
462
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
462
463
  id: string;
463
- messageId: string;
464
464
  price: number;
465
+ messageId: string;
465
466
  originalPrice: number;
466
467
  transactionId?: string | null | undefined;
467
468
  platformOfferId?: string | null | undefined;
468
469
  } | null | undefined;
469
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
470
470
  conversationUserId?: string | null | undefined;
471
471
  platformMessageId?: string | null | undefined;
472
472
  statusHistory?: {
@@ -535,16 +535,16 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
535
535
  }, "strip", z.ZodTypeAny, {
536
536
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
537
537
  id: string;
538
- messageId: string;
539
538
  price: number;
539
+ messageId: string;
540
540
  originalPrice: number;
541
541
  transactionId?: string | null | undefined;
542
542
  platformOfferId?: string | null | undefined;
543
543
  }, {
544
544
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
545
545
  id: string;
546
- messageId: string;
547
546
  price: number;
547
+ messageId: string;
548
548
  originalPrice: number;
549
549
  transactionId?: string | null | undefined;
550
550
  platformOfferId?: string | null | undefined;
@@ -614,17 +614,17 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
614
614
  id: string;
615
615
  createdAt: Date;
616
616
  conversationId: string;
617
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
617
618
  body?: string | null | undefined;
618
619
  offer?: {
619
620
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
620
621
  id: string;
621
- messageId: string;
622
622
  price: number;
623
+ messageId: string;
623
624
  originalPrice: number;
624
625
  transactionId?: string | null | undefined;
625
626
  platformOfferId?: string | null | undefined;
626
627
  } | null | undefined;
627
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
628
628
  conversationUserId?: string | null | undefined;
629
629
  platformMessageId?: string | null | undefined;
630
630
  statusHistory?: {
@@ -657,17 +657,17 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
657
657
  id: string;
658
658
  createdAt: Date;
659
659
  conversationId: string;
660
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
660
661
  body?: string | null | undefined;
661
662
  offer?: {
662
663
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
663
664
  id: string;
664
- messageId: string;
665
665
  price: number;
666
+ messageId: string;
666
667
  originalPrice: number;
667
668
  transactionId?: string | null | undefined;
668
669
  platformOfferId?: string | null | undefined;
669
670
  } | null | undefined;
670
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
671
671
  conversationUserId?: string | null | undefined;
672
672
  platformMessageId?: string | null | undefined;
673
673
  statusHistory?: {
@@ -743,17 +743,17 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
743
743
  id: string;
744
744
  createdAt: Date;
745
745
  conversationId: string;
746
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
746
747
  body?: string | null | undefined;
747
748
  offer?: {
748
749
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
749
750
  id: string;
750
- messageId: string;
751
751
  price: number;
752
+ messageId: string;
752
753
  originalPrice: number;
753
754
  transactionId?: string | null | undefined;
754
755
  platformOfferId?: string | null | undefined;
755
756
  } | null | undefined;
756
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
757
757
  conversationUserId?: string | null | undefined;
758
758
  platformMessageId?: string | null | undefined;
759
759
  statusHistory?: {
@@ -788,17 +788,17 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
788
788
  id: string;
789
789
  createdAt: Date;
790
790
  conversationId: string;
791
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
791
792
  body?: string | null | undefined;
792
793
  offer?: {
793
794
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
794
795
  id: string;
795
- messageId: string;
796
796
  price: number;
797
+ messageId: string;
797
798
  originalPrice: number;
798
799
  transactionId?: string | null | undefined;
799
800
  platformOfferId?: string | null | undefined;
800
801
  } | null | undefined;
801
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
802
802
  conversationUserId?: string | null | undefined;
803
803
  platformMessageId?: string | null | undefined;
804
804
  statusHistory?: {
@@ -873,17 +873,17 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
873
873
  id: string;
874
874
  createdAt: Date;
875
875
  conversationId: string;
876
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
876
877
  body?: string | null | undefined;
877
878
  offer?: {
878
879
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
879
880
  id: string;
880
- messageId: string;
881
881
  price: number;
882
+ messageId: string;
882
883
  originalPrice: number;
883
884
  transactionId?: string | null | undefined;
884
885
  platformOfferId?: string | null | undefined;
885
886
  } | null | undefined;
886
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
887
887
  conversationUserId?: string | null | undefined;
888
888
  platformMessageId?: string | null | undefined;
889
889
  statusHistory?: {
@@ -918,17 +918,17 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
918
918
  id: string;
919
919
  createdAt: Date;
920
920
  conversationId: string;
921
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
921
922
  body?: string | null | undefined;
922
923
  offer?: {
923
924
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
924
925
  id: string;
925
- messageId: string;
926
926
  price: number;
927
+ messageId: string;
927
928
  originalPrice: number;
928
929
  transactionId?: string | null | undefined;
929
930
  platformOfferId?: string | null | undefined;
930
931
  } | null | undefined;
931
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
932
932
  conversationUserId?: string | null | undefined;
933
933
  platformMessageId?: string | null | undefined;
934
934
  statusHistory?: {
@@ -1245,11 +1245,11 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1245
1245
  autoFixable: z.ZodBoolean;
1246
1246
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1247
1247
  }, "strip", z.ZodTypeAny, {
1248
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1248
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1249
1249
  autoFixable: boolean;
1250
1250
  error?: string | null | undefined;
1251
1251
  }, {
1252
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1252
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1253
1253
  autoFixable: boolean;
1254
1254
  error?: string | null | undefined;
1255
1255
  }>, "many">>>;
@@ -1259,7 +1259,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1259
1259
  accountId?: string | null | undefined;
1260
1260
  reason?: string | null | undefined;
1261
1261
  fields?: {
1262
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1262
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1263
1263
  autoFixable: boolean;
1264
1264
  error?: string | null | undefined;
1265
1265
  }[] | null | undefined;
@@ -1269,7 +1269,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1269
1269
  accountId?: string | null | undefined;
1270
1270
  reason?: string | null | undefined;
1271
1271
  fields?: {
1272
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1272
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1273
1273
  autoFixable: boolean;
1274
1274
  error?: string | null | undefined;
1275
1275
  }[] | null | undefined;
@@ -1283,7 +1283,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1283
1283
  accountId?: string | null | undefined;
1284
1284
  reason?: string | null | undefined;
1285
1285
  fields?: {
1286
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1286
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1287
1287
  autoFixable: boolean;
1288
1288
  error?: string | null | undefined;
1289
1289
  }[] | null | undefined;
@@ -1296,7 +1296,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1296
1296
  accountId?: string | null | undefined;
1297
1297
  reason?: string | null | undefined;
1298
1298
  fields?: {
1299
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1299
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1300
1300
  autoFixable: boolean;
1301
1301
  error?: string | null | undefined;
1302
1302
  }[] | null | undefined;
@@ -1824,11 +1824,11 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1824
1824
  autoFixable: z.ZodBoolean;
1825
1825
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1826
1826
  }, "strip", z.ZodTypeAny, {
1827
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1827
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1828
1828
  autoFixable: boolean;
1829
1829
  error?: string | null | undefined;
1830
1830
  }, {
1831
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1831
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1832
1832
  autoFixable: boolean;
1833
1833
  error?: string | null | undefined;
1834
1834
  }>, "many">>>;
@@ -1858,7 +1858,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1858
1858
  previousHistoryId: string;
1859
1859
  originalFailureDate: Date;
1860
1860
  fields?: {
1861
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1861
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1862
1862
  autoFixable: boolean;
1863
1863
  error?: string | null | undefined;
1864
1864
  }[] | null | undefined;
@@ -1876,7 +1876,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1876
1876
  previousHistoryId: string;
1877
1877
  originalFailureDate: Date;
1878
1878
  fields?: {
1879
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1879
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1880
1880
  autoFixable: boolean;
1881
1881
  error?: string | null | undefined;
1882
1882
  }[] | null | undefined;
@@ -1898,7 +1898,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1898
1898
  previousHistoryId: string;
1899
1899
  originalFailureDate: Date;
1900
1900
  fields?: {
1901
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1901
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1902
1902
  autoFixable: boolean;
1903
1903
  error?: string | null | undefined;
1904
1904
  }[] | null | undefined;
@@ -1919,7 +1919,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1919
1919
  previousHistoryId: string;
1920
1920
  originalFailureDate: Date;
1921
1921
  fields?: {
1922
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1922
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1923
1923
  autoFixable: boolean;
1924
1924
  error?: string | null | undefined;
1925
1925
  }[] | null | undefined;
@@ -1967,11 +1967,11 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1967
1967
  autoFixable: z.ZodBoolean;
1968
1968
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1969
1969
  }, "strip", z.ZodTypeAny, {
1970
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1970
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1971
1971
  autoFixable: boolean;
1972
1972
  error?: string | null | undefined;
1973
1973
  }, {
1974
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1974
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1975
1975
  autoFixable: boolean;
1976
1976
  error?: string | null | undefined;
1977
1977
  }>, "many">>>;
@@ -1982,7 +1982,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1982
1982
  previousHistoryId: string;
1983
1983
  originalFailureDate: Date;
1984
1984
  fields?: {
1985
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1985
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1986
1986
  autoFixable: boolean;
1987
1987
  error?: string | null | undefined;
1988
1988
  }[] | null | undefined;
@@ -1993,7 +1993,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1993
1993
  previousHistoryId: string;
1994
1994
  originalFailureDate: Date;
1995
1995
  fields?: {
1996
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1996
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1997
1997
  autoFixable: boolean;
1998
1998
  error?: string | null | undefined;
1999
1999
  }[] | null | undefined;
@@ -2008,7 +2008,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2008
2008
  previousHistoryId: string;
2009
2009
  originalFailureDate: Date;
2010
2010
  fields?: {
2011
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2011
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2012
2012
  autoFixable: boolean;
2013
2013
  error?: string | null | undefined;
2014
2014
  }[] | null | undefined;
@@ -2022,7 +2022,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2022
2022
  previousHistoryId: string;
2023
2023
  originalFailureDate: Date;
2024
2024
  fields?: {
2025
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2025
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2026
2026
  autoFixable: boolean;
2027
2027
  error?: string | null | undefined;
2028
2028
  }[] | null | undefined;
@@ -2282,7 +2282,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2282
2282
  accountId?: string | null | undefined;
2283
2283
  reason?: string | null | undefined;
2284
2284
  fields?: {
2285
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2285
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2286
2286
  autoFixable: boolean;
2287
2287
  error?: string | null | undefined;
2288
2288
  }[] | null | undefined;
@@ -2379,7 +2379,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2379
2379
  previousHistoryId: string;
2380
2380
  originalFailureDate: Date;
2381
2381
  fields?: {
2382
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2382
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2383
2383
  autoFixable: boolean;
2384
2384
  error?: string | null | undefined;
2385
2385
  }[] | null | undefined;
@@ -2406,7 +2406,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2406
2406
  previousHistoryId: string;
2407
2407
  originalFailureDate: Date;
2408
2408
  fields?: {
2409
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2409
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2410
2410
  autoFixable: boolean;
2411
2411
  error?: string | null | undefined;
2412
2412
  }[] | null | undefined;
@@ -2484,7 +2484,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2484
2484
  accountId?: string | null | undefined;
2485
2485
  reason?: string | null | undefined;
2486
2486
  fields?: {
2487
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2487
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2488
2488
  autoFixable: boolean;
2489
2489
  error?: string | null | undefined;
2490
2490
  }[] | null | undefined;
@@ -2581,7 +2581,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2581
2581
  previousHistoryId: string;
2582
2582
  originalFailureDate: Date;
2583
2583
  fields?: {
2584
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2584
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2585
2585
  autoFixable: boolean;
2586
2586
  error?: string | null | undefined;
2587
2587
  }[] | null | undefined;
@@ -2608,7 +2608,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2608
2608
  previousHistoryId: string;
2609
2609
  originalFailureDate: Date;
2610
2610
  fields?: {
2611
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2611
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2612
2612
  autoFixable: boolean;
2613
2613
  error?: string | null | undefined;
2614
2614
  }[] | null | undefined;
@@ -2892,7 +2892,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2892
2892
  accountId?: string | null | undefined;
2893
2893
  reason?: string | null | undefined;
2894
2894
  fields?: {
2895
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2895
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2896
2896
  autoFixable: boolean;
2897
2897
  error?: string | null | undefined;
2898
2898
  }[] | null | undefined;
@@ -2989,7 +2989,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2989
2989
  previousHistoryId: string;
2990
2990
  originalFailureDate: Date;
2991
2991
  fields?: {
2992
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2992
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2993
2993
  autoFixable: boolean;
2994
2994
  error?: string | null | undefined;
2995
2995
  }[] | null | undefined;
@@ -3016,7 +3016,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3016
3016
  previousHistoryId: string;
3017
3017
  originalFailureDate: Date;
3018
3018
  fields?: {
3019
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3019
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3020
3020
  autoFixable: boolean;
3021
3021
  error?: string | null | undefined;
3022
3022
  }[] | null | undefined;
@@ -3199,7 +3199,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3199
3199
  accountId?: string | null | undefined;
3200
3200
  reason?: string | null | undefined;
3201
3201
  fields?: {
3202
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3202
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3203
3203
  autoFixable: boolean;
3204
3204
  error?: string | null | undefined;
3205
3205
  }[] | null | undefined;
@@ -3296,7 +3296,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3296
3296
  previousHistoryId: string;
3297
3297
  originalFailureDate: Date;
3298
3298
  fields?: {
3299
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3299
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3300
3300
  autoFixable: boolean;
3301
3301
  error?: string | null | undefined;
3302
3302
  }[] | null | undefined;
@@ -3323,7 +3323,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3323
3323
  previousHistoryId: string;
3324
3324
  originalFailureDate: Date;
3325
3325
  fields?: {
3326
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3326
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3327
3327
  autoFixable: boolean;
3328
3328
  error?: string | null | undefined;
3329
3329
  }[] | null | undefined;
@@ -3511,7 +3511,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3511
3511
  accountId?: string | null | undefined;
3512
3512
  reason?: string | null | undefined;
3513
3513
  fields?: {
3514
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3514
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3515
3515
  autoFixable: boolean;
3516
3516
  error?: string | null | undefined;
3517
3517
  }[] | null | undefined;
@@ -3608,7 +3608,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3608
3608
  previousHistoryId: string;
3609
3609
  originalFailureDate: Date;
3610
3610
  fields?: {
3611
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3611
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3612
3612
  autoFixable: boolean;
3613
3613
  error?: string | null | undefined;
3614
3614
  }[] | null | undefined;
@@ -3635,7 +3635,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3635
3635
  previousHistoryId: string;
3636
3636
  originalFailureDate: Date;
3637
3637
  fields?: {
3638
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3638
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3639
3639
  autoFixable: boolean;
3640
3640
  error?: string | null | undefined;
3641
3641
  }[] | null | undefined;
@@ -3822,7 +3822,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3822
3822
  accountId?: string | null | undefined;
3823
3823
  reason?: string | null | undefined;
3824
3824
  fields?: {
3825
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3825
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3826
3826
  autoFixable: boolean;
3827
3827
  error?: string | null | undefined;
3828
3828
  }[] | null | undefined;
@@ -3919,7 +3919,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3919
3919
  previousHistoryId: string;
3920
3920
  originalFailureDate: Date;
3921
3921
  fields?: {
3922
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3922
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3923
3923
  autoFixable: boolean;
3924
3924
  error?: string | null | undefined;
3925
3925
  }[] | null | undefined;
@@ -3946,7 +3946,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3946
3946
  previousHistoryId: string;
3947
3947
  originalFailureDate: Date;
3948
3948
  fields?: {
3949
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3949
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3950
3950
  autoFixable: boolean;
3951
3951
  error?: string | null | undefined;
3952
3952
  }[] | null | undefined;
@@ -4030,40 +4030,338 @@ export declare const UserWsPayloadLimitsSchema: z.ZodObject<{
4030
4030
  platformsCount: z.ZodObject<{
4031
4031
  used: z.ZodNumber;
4032
4032
  allowed: z.ZodNumber;
4033
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4034
+ amount: z.ZodNumber;
4035
+ currency: z.ZodString;
4036
+ }, "strip", z.ZodTypeAny, {
4037
+ currency: string;
4038
+ amount: number;
4039
+ }, {
4040
+ currency: string;
4041
+ amount: number;
4042
+ }>>>;
4033
4043
  }, "strip", z.ZodTypeAny, {
4044
+ allowed: number;
4045
+ used: number;
4046
+ pricePerExtraUnit?: {
4047
+ currency: string;
4048
+ amount: number;
4049
+ } | null | undefined;
4050
+ }, {
4051
+ allowed: number;
4034
4052
  used: number;
4053
+ pricePerExtraUnit?: {
4054
+ currency: string;
4055
+ amount: number;
4056
+ } | null | undefined;
4057
+ }>;
4058
+ accountsCount: z.ZodObject<{
4059
+ used: z.ZodNumber;
4060
+ allowed: z.ZodNumber;
4061
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4062
+ amount: z.ZodNumber;
4063
+ currency: z.ZodString;
4064
+ }, "strip", z.ZodTypeAny, {
4065
+ currency: string;
4066
+ amount: number;
4067
+ }, {
4068
+ currency: string;
4069
+ amount: number;
4070
+ }>>>;
4071
+ }, "strip", z.ZodTypeAny, {
4072
+ allowed: number;
4073
+ used: number;
4074
+ pricePerExtraUnit?: {
4075
+ currency: string;
4076
+ amount: number;
4077
+ } | null | undefined;
4078
+ }, {
4079
+ allowed: number;
4080
+ used: number;
4081
+ pricePerExtraUnit?: {
4082
+ currency: string;
4083
+ amount: number;
4084
+ } | null | undefined;
4085
+ }>;
4086
+ aiListingsCount: z.ZodObject<{
4087
+ used: z.ZodNumber;
4088
+ allowed: z.ZodNumber;
4089
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4090
+ amount: z.ZodNumber;
4091
+ currency: z.ZodString;
4092
+ }, "strip", z.ZodTypeAny, {
4093
+ currency: string;
4094
+ amount: number;
4095
+ }, {
4096
+ currency: string;
4097
+ amount: number;
4098
+ }>>>;
4099
+ }, "strip", z.ZodTypeAny, {
4035
4100
  allowed: number;
4101
+ used: number;
4102
+ pricePerExtraUnit?: {
4103
+ currency: string;
4104
+ amount: number;
4105
+ } | null | undefined;
4036
4106
  }, {
4107
+ allowed: number;
4108
+ used: number;
4109
+ pricePerExtraUnit?: {
4110
+ currency: string;
4111
+ amount: number;
4112
+ } | null | undefined;
4113
+ }>;
4114
+ aiMessagesCount: z.ZodObject<{
4115
+ used: z.ZodNumber;
4116
+ allowed: z.ZodNumber;
4117
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4118
+ amount: z.ZodNumber;
4119
+ currency: z.ZodString;
4120
+ }, "strip", z.ZodTypeAny, {
4121
+ currency: string;
4122
+ amount: number;
4123
+ }, {
4124
+ currency: string;
4125
+ amount: number;
4126
+ }>>>;
4127
+ }, "strip", z.ZodTypeAny, {
4128
+ allowed: number;
4037
4129
  used: number;
4130
+ pricePerExtraUnit?: {
4131
+ currency: string;
4132
+ amount: number;
4133
+ } | null | undefined;
4134
+ }, {
4038
4135
  allowed: number;
4136
+ used: number;
4137
+ pricePerExtraUnit?: {
4138
+ currency: string;
4139
+ amount: number;
4140
+ } | null | undefined;
4039
4141
  }>;
4040
- accountsCount: z.ZodObject<{
4142
+ aiOffersCount: z.ZodObject<{
4041
4143
  used: z.ZodNumber;
4042
4144
  allowed: z.ZodNumber;
4145
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4146
+ amount: z.ZodNumber;
4147
+ currency: z.ZodString;
4148
+ }, "strip", z.ZodTypeAny, {
4149
+ currency: string;
4150
+ amount: number;
4151
+ }, {
4152
+ currency: string;
4153
+ amount: number;
4154
+ }>>>;
4043
4155
  }, "strip", z.ZodTypeAny, {
4156
+ allowed: number;
4044
4157
  used: number;
4158
+ pricePerExtraUnit?: {
4159
+ currency: string;
4160
+ amount: number;
4161
+ } | null | undefined;
4162
+ }, {
4045
4163
  allowed: number;
4164
+ used: number;
4165
+ pricePerExtraUnit?: {
4166
+ currency: string;
4167
+ amount: number;
4168
+ } | null | undefined;
4169
+ }>;
4170
+ republishCount: z.ZodObject<{
4171
+ used: z.ZodNumber;
4172
+ allowed: z.ZodNumber;
4173
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4174
+ amount: z.ZodNumber;
4175
+ currency: z.ZodString;
4176
+ }, "strip", z.ZodTypeAny, {
4177
+ currency: string;
4178
+ amount: number;
4179
+ }, {
4180
+ currency: string;
4181
+ amount: number;
4182
+ }>>>;
4183
+ }, "strip", z.ZodTypeAny, {
4184
+ allowed: number;
4185
+ used: number;
4186
+ pricePerExtraUnit?: {
4187
+ currency: string;
4188
+ amount: number;
4189
+ } | null | undefined;
4046
4190
  }, {
4191
+ allowed: number;
4047
4192
  used: number;
4193
+ pricePerExtraUnit?: {
4194
+ currency: string;
4195
+ amount: number;
4196
+ } | null | undefined;
4197
+ }>;
4198
+ messagesToFavoritesCount: z.ZodObject<{
4199
+ used: z.ZodNumber;
4200
+ allowed: z.ZodNumber;
4201
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4202
+ amount: z.ZodNumber;
4203
+ currency: z.ZodString;
4204
+ }, "strip", z.ZodTypeAny, {
4205
+ currency: string;
4206
+ amount: number;
4207
+ }, {
4208
+ currency: string;
4209
+ amount: number;
4210
+ }>>>;
4211
+ }, "strip", z.ZodTypeAny, {
4048
4212
  allowed: number;
4213
+ used: number;
4214
+ pricePerExtraUnit?: {
4215
+ currency: string;
4216
+ amount: number;
4217
+ } | null | undefined;
4218
+ }, {
4219
+ allowed: number;
4220
+ used: number;
4221
+ pricePerExtraUnit?: {
4222
+ currency: string;
4223
+ amount: number;
4224
+ } | null | undefined;
4225
+ }>;
4226
+ lifecycleFlag: z.ZodObject<{
4227
+ allowed: z.ZodBoolean;
4228
+ }, "strip", z.ZodTypeAny, {
4229
+ allowed: boolean;
4230
+ }, {
4231
+ allowed: boolean;
4232
+ }>;
4233
+ messagingFlag: z.ZodObject<{
4234
+ allowed: z.ZodBoolean;
4235
+ }, "strip", z.ZodTypeAny, {
4236
+ allowed: boolean;
4237
+ }, {
4238
+ allowed: boolean;
4049
4239
  }>;
4050
4240
  }, "strip", z.ZodTypeAny, {
4051
4241
  platformsCount: {
4052
- used: number;
4053
4242
  allowed: number;
4243
+ used: number;
4244
+ pricePerExtraUnit?: {
4245
+ currency: string;
4246
+ amount: number;
4247
+ } | null | undefined;
4054
4248
  };
4055
4249
  accountsCount: {
4250
+ allowed: number;
4251
+ used: number;
4252
+ pricePerExtraUnit?: {
4253
+ currency: string;
4254
+ amount: number;
4255
+ } | null | undefined;
4256
+ };
4257
+ aiListingsCount: {
4258
+ allowed: number;
4056
4259
  used: number;
4260
+ pricePerExtraUnit?: {
4261
+ currency: string;
4262
+ amount: number;
4263
+ } | null | undefined;
4264
+ };
4265
+ aiMessagesCount: {
4266
+ allowed: number;
4267
+ used: number;
4268
+ pricePerExtraUnit?: {
4269
+ currency: string;
4270
+ amount: number;
4271
+ } | null | undefined;
4272
+ };
4273
+ aiOffersCount: {
4274
+ allowed: number;
4275
+ used: number;
4276
+ pricePerExtraUnit?: {
4277
+ currency: string;
4278
+ amount: number;
4279
+ } | null | undefined;
4280
+ };
4281
+ republishCount: {
4057
4282
  allowed: number;
4283
+ used: number;
4284
+ pricePerExtraUnit?: {
4285
+ currency: string;
4286
+ amount: number;
4287
+ } | null | undefined;
4288
+ };
4289
+ messagesToFavoritesCount: {
4290
+ allowed: number;
4291
+ used: number;
4292
+ pricePerExtraUnit?: {
4293
+ currency: string;
4294
+ amount: number;
4295
+ } | null | undefined;
4296
+ };
4297
+ lifecycleFlag: {
4298
+ allowed: boolean;
4299
+ };
4300
+ messagingFlag: {
4301
+ allowed: boolean;
4058
4302
  };
4059
4303
  }, {
4060
4304
  platformsCount: {
4061
- used: number;
4062
4305
  allowed: number;
4306
+ used: number;
4307
+ pricePerExtraUnit?: {
4308
+ currency: string;
4309
+ amount: number;
4310
+ } | null | undefined;
4063
4311
  };
4064
4312
  accountsCount: {
4313
+ allowed: number;
4065
4314
  used: number;
4315
+ pricePerExtraUnit?: {
4316
+ currency: string;
4317
+ amount: number;
4318
+ } | null | undefined;
4319
+ };
4320
+ aiListingsCount: {
4321
+ allowed: number;
4322
+ used: number;
4323
+ pricePerExtraUnit?: {
4324
+ currency: string;
4325
+ amount: number;
4326
+ } | null | undefined;
4327
+ };
4328
+ aiMessagesCount: {
4066
4329
  allowed: number;
4330
+ used: number;
4331
+ pricePerExtraUnit?: {
4332
+ currency: string;
4333
+ amount: number;
4334
+ } | null | undefined;
4335
+ };
4336
+ aiOffersCount: {
4337
+ allowed: number;
4338
+ used: number;
4339
+ pricePerExtraUnit?: {
4340
+ currency: string;
4341
+ amount: number;
4342
+ } | null | undefined;
4343
+ };
4344
+ republishCount: {
4345
+ allowed: number;
4346
+ used: number;
4347
+ pricePerExtraUnit?: {
4348
+ currency: string;
4349
+ amount: number;
4350
+ } | null | undefined;
4351
+ };
4352
+ messagesToFavoritesCount: {
4353
+ allowed: number;
4354
+ used: number;
4355
+ pricePerExtraUnit?: {
4356
+ currency: string;
4357
+ amount: number;
4358
+ } | null | undefined;
4359
+ };
4360
+ lifecycleFlag: {
4361
+ allowed: boolean;
4362
+ };
4363
+ messagingFlag: {
4364
+ allowed: boolean;
4067
4365
  };
4068
4366
  }>;
4069
4367
  type: z.ZodLiteral<"LIMITS">;
@@ -4071,24 +4369,132 @@ export declare const UserWsPayloadLimitsSchema: z.ZodObject<{
4071
4369
  type: "LIMITS";
4072
4370
  data: {
4073
4371
  platformsCount: {
4074
- used: number;
4075
4372
  allowed: number;
4373
+ used: number;
4374
+ pricePerExtraUnit?: {
4375
+ currency: string;
4376
+ amount: number;
4377
+ } | null | undefined;
4076
4378
  };
4077
4379
  accountsCount: {
4380
+ allowed: number;
4381
+ used: number;
4382
+ pricePerExtraUnit?: {
4383
+ currency: string;
4384
+ amount: number;
4385
+ } | null | undefined;
4386
+ };
4387
+ aiListingsCount: {
4388
+ allowed: number;
4389
+ used: number;
4390
+ pricePerExtraUnit?: {
4391
+ currency: string;
4392
+ amount: number;
4393
+ } | null | undefined;
4394
+ };
4395
+ aiMessagesCount: {
4396
+ allowed: number;
4397
+ used: number;
4398
+ pricePerExtraUnit?: {
4399
+ currency: string;
4400
+ amount: number;
4401
+ } | null | undefined;
4402
+ };
4403
+ aiOffersCount: {
4404
+ allowed: number;
4405
+ used: number;
4406
+ pricePerExtraUnit?: {
4407
+ currency: string;
4408
+ amount: number;
4409
+ } | null | undefined;
4410
+ };
4411
+ republishCount: {
4412
+ allowed: number;
4078
4413
  used: number;
4414
+ pricePerExtraUnit?: {
4415
+ currency: string;
4416
+ amount: number;
4417
+ } | null | undefined;
4418
+ };
4419
+ messagesToFavoritesCount: {
4079
4420
  allowed: number;
4421
+ used: number;
4422
+ pricePerExtraUnit?: {
4423
+ currency: string;
4424
+ amount: number;
4425
+ } | null | undefined;
4426
+ };
4427
+ lifecycleFlag: {
4428
+ allowed: boolean;
4429
+ };
4430
+ messagingFlag: {
4431
+ allowed: boolean;
4080
4432
  };
4081
4433
  };
4082
4434
  }, {
4083
4435
  type: "LIMITS";
4084
4436
  data: {
4085
4437
  platformsCount: {
4086
- used: number;
4087
4438
  allowed: number;
4439
+ used: number;
4440
+ pricePerExtraUnit?: {
4441
+ currency: string;
4442
+ amount: number;
4443
+ } | null | undefined;
4088
4444
  };
4089
4445
  accountsCount: {
4446
+ allowed: number;
4447
+ used: number;
4448
+ pricePerExtraUnit?: {
4449
+ currency: string;
4450
+ amount: number;
4451
+ } | null | undefined;
4452
+ };
4453
+ aiListingsCount: {
4454
+ allowed: number;
4090
4455
  used: number;
4456
+ pricePerExtraUnit?: {
4457
+ currency: string;
4458
+ amount: number;
4459
+ } | null | undefined;
4460
+ };
4461
+ aiMessagesCount: {
4091
4462
  allowed: number;
4463
+ used: number;
4464
+ pricePerExtraUnit?: {
4465
+ currency: string;
4466
+ amount: number;
4467
+ } | null | undefined;
4468
+ };
4469
+ aiOffersCount: {
4470
+ allowed: number;
4471
+ used: number;
4472
+ pricePerExtraUnit?: {
4473
+ currency: string;
4474
+ amount: number;
4475
+ } | null | undefined;
4476
+ };
4477
+ republishCount: {
4478
+ allowed: number;
4479
+ used: number;
4480
+ pricePerExtraUnit?: {
4481
+ currency: string;
4482
+ amount: number;
4483
+ } | null | undefined;
4484
+ };
4485
+ messagesToFavoritesCount: {
4486
+ allowed: number;
4487
+ used: number;
4488
+ pricePerExtraUnit?: {
4489
+ currency: string;
4490
+ amount: number;
4491
+ } | null | undefined;
4492
+ };
4493
+ lifecycleFlag: {
4494
+ allowed: boolean;
4495
+ };
4496
+ messagingFlag: {
4497
+ allowed: boolean;
4092
4498
  };
4093
4499
  };
4094
4500
  }>;
@@ -4409,13 +4815,13 @@ export declare const UserWsPayloadResourceUpdatedSchema: z.ZodObject<{
4409
4815
  userId: z.ZodNumber;
4410
4816
  isSuggestion: z.ZodBoolean;
4411
4817
  }, "strip", z.ZodTypeAny, {
4412
- type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "CONDITION" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE";
4818
+ type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
4413
4819
  userId: number;
4414
4820
  resourceId: number;
4415
4821
  isSuggestion: boolean;
4416
4822
  value?: number | null | undefined;
4417
4823
  }, {
4418
- type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "CONDITION" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE";
4824
+ type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
4419
4825
  userId: number;
4420
4826
  resourceId: number;
4421
4827
  isSuggestion: boolean;
@@ -4425,7 +4831,7 @@ export declare const UserWsPayloadResourceUpdatedSchema: z.ZodObject<{
4425
4831
  }, "strip", z.ZodTypeAny, {
4426
4832
  type: "FAVORITE";
4427
4833
  favorite: {
4428
- type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "CONDITION" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE";
4834
+ type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
4429
4835
  userId: number;
4430
4836
  resourceId: number;
4431
4837
  isSuggestion: boolean;
@@ -4434,7 +4840,7 @@ export declare const UserWsPayloadResourceUpdatedSchema: z.ZodObject<{
4434
4840
  }, {
4435
4841
  type: "FAVORITE";
4436
4842
  favorite: {
4437
- type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "CONDITION" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE";
4843
+ type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
4438
4844
  userId: number;
4439
4845
  resourceId: number;
4440
4846
  isSuggestion: boolean;
@@ -4669,7 +5075,7 @@ export declare const UserWsPayloadResourceUpdatedSchema: z.ZodObject<{
4669
5075
  } | {
4670
5076
  type: "FAVORITE";
4671
5077
  favorite: {
4672
- type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "CONDITION" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE";
5078
+ type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
4673
5079
  userId: number;
4674
5080
  resourceId: number;
4675
5081
  isSuggestion: boolean;
@@ -4752,7 +5158,7 @@ export declare const UserWsPayloadResourceUpdatedSchema: z.ZodObject<{
4752
5158
  } | {
4753
5159
  type: "FAVORITE";
4754
5160
  favorite: {
4755
- type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "CONDITION" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE";
5161
+ type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
4756
5162
  userId: number;
4757
5163
  resourceId: number;
4758
5164
  isSuggestion: boolean;
@@ -4953,16 +5359,16 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
4953
5359
  }, "strip", z.ZodTypeAny, {
4954
5360
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
4955
5361
  id: string;
4956
- messageId: string;
4957
5362
  price: number;
5363
+ messageId: string;
4958
5364
  originalPrice: number;
4959
5365
  transactionId?: string | null | undefined;
4960
5366
  platformOfferId?: string | null | undefined;
4961
5367
  }, {
4962
5368
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
4963
5369
  id: string;
4964
- messageId: string;
4965
5370
  price: number;
5371
+ messageId: string;
4966
5372
  originalPrice: number;
4967
5373
  transactionId?: string | null | undefined;
4968
5374
  platformOfferId?: string | null | undefined;
@@ -5032,17 +5438,17 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
5032
5438
  id: string;
5033
5439
  createdAt: Date;
5034
5440
  conversationId: string;
5441
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5035
5442
  body?: string | null | undefined;
5036
5443
  offer?: {
5037
5444
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
5038
5445
  id: string;
5039
- messageId: string;
5040
5446
  price: number;
5447
+ messageId: string;
5041
5448
  originalPrice: number;
5042
5449
  transactionId?: string | null | undefined;
5043
5450
  platformOfferId?: string | null | undefined;
5044
5451
  } | null | undefined;
5045
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5046
5452
  conversationUserId?: string | null | undefined;
5047
5453
  platformMessageId?: string | null | undefined;
5048
5454
  statusHistory?: {
@@ -5075,17 +5481,17 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
5075
5481
  id: string;
5076
5482
  createdAt: Date;
5077
5483
  conversationId: string;
5484
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5078
5485
  body?: string | null | undefined;
5079
5486
  offer?: {
5080
5487
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
5081
5488
  id: string;
5082
- messageId: string;
5083
5489
  price: number;
5490
+ messageId: string;
5084
5491
  originalPrice: number;
5085
5492
  transactionId?: string | null | undefined;
5086
5493
  platformOfferId?: string | null | undefined;
5087
5494
  } | null | undefined;
5088
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5089
5495
  conversationUserId?: string | null | undefined;
5090
5496
  platformMessageId?: string | null | undefined;
5091
5497
  statusHistory?: {
@@ -5221,17 +5627,17 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
5221
5627
  id: string;
5222
5628
  createdAt: Date;
5223
5629
  conversationId: string;
5630
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5224
5631
  body?: string | null | undefined;
5225
5632
  offer?: {
5226
5633
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
5227
5634
  id: string;
5228
- messageId: string;
5229
5635
  price: number;
5636
+ messageId: string;
5230
5637
  originalPrice: number;
5231
5638
  transactionId?: string | null | undefined;
5232
5639
  platformOfferId?: string | null | undefined;
5233
5640
  } | null | undefined;
5234
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5235
5641
  conversationUserId?: string | null | undefined;
5236
5642
  platformMessageId?: string | null | undefined;
5237
5643
  statusHistory?: {
@@ -5304,17 +5710,17 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
5304
5710
  id: string;
5305
5711
  createdAt: Date;
5306
5712
  conversationId: string;
5713
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5307
5714
  body?: string | null | undefined;
5308
5715
  offer?: {
5309
5716
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
5310
5717
  id: string;
5311
- messageId: string;
5312
5718
  price: number;
5719
+ messageId: string;
5313
5720
  originalPrice: number;
5314
5721
  transactionId?: string | null | undefined;
5315
5722
  platformOfferId?: string | null | undefined;
5316
5723
  } | null | undefined;
5317
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5318
5724
  conversationUserId?: string | null | undefined;
5319
5725
  platformMessageId?: string | null | undefined;
5320
5726
  statusHistory?: {
@@ -5383,16 +5789,16 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
5383
5789
  }, "strip", z.ZodTypeAny, {
5384
5790
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
5385
5791
  id: string;
5386
- messageId: string;
5387
5792
  price: number;
5793
+ messageId: string;
5388
5794
  originalPrice: number;
5389
5795
  transactionId?: string | null | undefined;
5390
5796
  platformOfferId?: string | null | undefined;
5391
5797
  }, {
5392
5798
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
5393
5799
  id: string;
5394
- messageId: string;
5395
5800
  price: number;
5801
+ messageId: string;
5396
5802
  originalPrice: number;
5397
5803
  transactionId?: string | null | undefined;
5398
5804
  platformOfferId?: string | null | undefined;
@@ -5462,17 +5868,17 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
5462
5868
  id: string;
5463
5869
  createdAt: Date;
5464
5870
  conversationId: string;
5871
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5465
5872
  body?: string | null | undefined;
5466
5873
  offer?: {
5467
5874
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
5468
5875
  id: string;
5469
- messageId: string;
5470
5876
  price: number;
5877
+ messageId: string;
5471
5878
  originalPrice: number;
5472
5879
  transactionId?: string | null | undefined;
5473
5880
  platformOfferId?: string | null | undefined;
5474
5881
  } | null | undefined;
5475
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5476
5882
  conversationUserId?: string | null | undefined;
5477
5883
  platformMessageId?: string | null | undefined;
5478
5884
  statusHistory?: {
@@ -5505,17 +5911,17 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
5505
5911
  id: string;
5506
5912
  createdAt: Date;
5507
5913
  conversationId: string;
5914
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5508
5915
  body?: string | null | undefined;
5509
5916
  offer?: {
5510
5917
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
5511
5918
  id: string;
5512
- messageId: string;
5513
5919
  price: number;
5920
+ messageId: string;
5514
5921
  originalPrice: number;
5515
5922
  transactionId?: string | null | undefined;
5516
5923
  platformOfferId?: string | null | undefined;
5517
5924
  } | null | undefined;
5518
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5519
5925
  conversationUserId?: string | null | undefined;
5520
5926
  platformMessageId?: string | null | undefined;
5521
5927
  statusHistory?: {
@@ -5591,17 +5997,17 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
5591
5997
  id: string;
5592
5998
  createdAt: Date;
5593
5999
  conversationId: string;
6000
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5594
6001
  body?: string | null | undefined;
5595
6002
  offer?: {
5596
6003
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
5597
6004
  id: string;
5598
- messageId: string;
5599
6005
  price: number;
6006
+ messageId: string;
5600
6007
  originalPrice: number;
5601
6008
  transactionId?: string | null | undefined;
5602
6009
  platformOfferId?: string | null | undefined;
5603
6010
  } | null | undefined;
5604
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5605
6011
  conversationUserId?: string | null | undefined;
5606
6012
  platformMessageId?: string | null | undefined;
5607
6013
  statusHistory?: {
@@ -5636,17 +6042,17 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
5636
6042
  id: string;
5637
6043
  createdAt: Date;
5638
6044
  conversationId: string;
6045
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5639
6046
  body?: string | null | undefined;
5640
6047
  offer?: {
5641
6048
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
5642
6049
  id: string;
5643
- messageId: string;
5644
6050
  price: number;
6051
+ messageId: string;
5645
6052
  originalPrice: number;
5646
6053
  transactionId?: string | null | undefined;
5647
6054
  platformOfferId?: string | null | undefined;
5648
6055
  } | null | undefined;
5649
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5650
6056
  conversationUserId?: string | null | undefined;
5651
6057
  platformMessageId?: string | null | undefined;
5652
6058
  statusHistory?: {
@@ -5721,17 +6127,17 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
5721
6127
  id: string;
5722
6128
  createdAt: Date;
5723
6129
  conversationId: string;
6130
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5724
6131
  body?: string | null | undefined;
5725
6132
  offer?: {
5726
6133
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
5727
6134
  id: string;
5728
- messageId: string;
5729
6135
  price: number;
6136
+ messageId: string;
5730
6137
  originalPrice: number;
5731
6138
  transactionId?: string | null | undefined;
5732
6139
  platformOfferId?: string | null | undefined;
5733
6140
  } | null | undefined;
5734
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5735
6141
  conversationUserId?: string | null | undefined;
5736
6142
  platformMessageId?: string | null | undefined;
5737
6143
  statusHistory?: {
@@ -5766,17 +6172,17 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
5766
6172
  id: string;
5767
6173
  createdAt: Date;
5768
6174
  conversationId: string;
6175
+ associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5769
6176
  body?: string | null | undefined;
5770
6177
  offer?: {
5771
6178
  status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
5772
6179
  id: string;
5773
- messageId: string;
5774
6180
  price: number;
6181
+ messageId: string;
5775
6182
  originalPrice: number;
5776
6183
  transactionId?: string | null | undefined;
5777
6184
  platformOfferId?: string | null | undefined;
5778
6185
  } | null | undefined;
5779
- associatedPreferenceType?: "TITLE" | "DESCRIPTION" | "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
5780
6186
  conversationUserId?: string | null | undefined;
5781
6187
  platformMessageId?: string | null | undefined;
5782
6188
  statusHistory?: {
@@ -6089,11 +6495,11 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6089
6495
  autoFixable: z.ZodBoolean;
6090
6496
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6091
6497
  }, "strip", z.ZodTypeAny, {
6092
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6498
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6093
6499
  autoFixable: boolean;
6094
6500
  error?: string | null | undefined;
6095
6501
  }, {
6096
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6502
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6097
6503
  autoFixable: boolean;
6098
6504
  error?: string | null | undefined;
6099
6505
  }>, "many">>>;
@@ -6103,7 +6509,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6103
6509
  accountId?: string | null | undefined;
6104
6510
  reason?: string | null | undefined;
6105
6511
  fields?: {
6106
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6512
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6107
6513
  autoFixable: boolean;
6108
6514
  error?: string | null | undefined;
6109
6515
  }[] | null | undefined;
@@ -6113,7 +6519,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6113
6519
  accountId?: string | null | undefined;
6114
6520
  reason?: string | null | undefined;
6115
6521
  fields?: {
6116
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6522
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6117
6523
  autoFixable: boolean;
6118
6524
  error?: string | null | undefined;
6119
6525
  }[] | null | undefined;
@@ -6127,7 +6533,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6127
6533
  accountId?: string | null | undefined;
6128
6534
  reason?: string | null | undefined;
6129
6535
  fields?: {
6130
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6536
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6131
6537
  autoFixable: boolean;
6132
6538
  error?: string | null | undefined;
6133
6539
  }[] | null | undefined;
@@ -6140,7 +6546,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6140
6546
  accountId?: string | null | undefined;
6141
6547
  reason?: string | null | undefined;
6142
6548
  fields?: {
6143
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6549
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6144
6550
  autoFixable: boolean;
6145
6551
  error?: string | null | undefined;
6146
6552
  }[] | null | undefined;
@@ -6668,11 +7074,11 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6668
7074
  autoFixable: z.ZodBoolean;
6669
7075
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6670
7076
  }, "strip", z.ZodTypeAny, {
6671
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7077
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6672
7078
  autoFixable: boolean;
6673
7079
  error?: string | null | undefined;
6674
7080
  }, {
6675
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7081
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6676
7082
  autoFixable: boolean;
6677
7083
  error?: string | null | undefined;
6678
7084
  }>, "many">>>;
@@ -6702,7 +7108,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6702
7108
  previousHistoryId: string;
6703
7109
  originalFailureDate: Date;
6704
7110
  fields?: {
6705
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7111
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6706
7112
  autoFixable: boolean;
6707
7113
  error?: string | null | undefined;
6708
7114
  }[] | null | undefined;
@@ -6720,7 +7126,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6720
7126
  previousHistoryId: string;
6721
7127
  originalFailureDate: Date;
6722
7128
  fields?: {
6723
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7129
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6724
7130
  autoFixable: boolean;
6725
7131
  error?: string | null | undefined;
6726
7132
  }[] | null | undefined;
@@ -6742,7 +7148,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6742
7148
  previousHistoryId: string;
6743
7149
  originalFailureDate: Date;
6744
7150
  fields?: {
6745
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7151
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6746
7152
  autoFixable: boolean;
6747
7153
  error?: string | null | undefined;
6748
7154
  }[] | null | undefined;
@@ -6763,7 +7169,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6763
7169
  previousHistoryId: string;
6764
7170
  originalFailureDate: Date;
6765
7171
  fields?: {
6766
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7172
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6767
7173
  autoFixable: boolean;
6768
7174
  error?: string | null | undefined;
6769
7175
  }[] | null | undefined;
@@ -6811,11 +7217,11 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6811
7217
  autoFixable: z.ZodBoolean;
6812
7218
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6813
7219
  }, "strip", z.ZodTypeAny, {
6814
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7220
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6815
7221
  autoFixable: boolean;
6816
7222
  error?: string | null | undefined;
6817
7223
  }, {
6818
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7224
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6819
7225
  autoFixable: boolean;
6820
7226
  error?: string | null | undefined;
6821
7227
  }>, "many">>>;
@@ -6826,7 +7232,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6826
7232
  previousHistoryId: string;
6827
7233
  originalFailureDate: Date;
6828
7234
  fields?: {
6829
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7235
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6830
7236
  autoFixable: boolean;
6831
7237
  error?: string | null | undefined;
6832
7238
  }[] | null | undefined;
@@ -6837,7 +7243,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6837
7243
  previousHistoryId: string;
6838
7244
  originalFailureDate: Date;
6839
7245
  fields?: {
6840
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7246
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6841
7247
  autoFixable: boolean;
6842
7248
  error?: string | null | undefined;
6843
7249
  }[] | null | undefined;
@@ -6852,7 +7258,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6852
7258
  previousHistoryId: string;
6853
7259
  originalFailureDate: Date;
6854
7260
  fields?: {
6855
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7261
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6856
7262
  autoFixable: boolean;
6857
7263
  error?: string | null | undefined;
6858
7264
  }[] | null | undefined;
@@ -6866,7 +7272,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
6866
7272
  previousHistoryId: string;
6867
7273
  originalFailureDate: Date;
6868
7274
  fields?: {
6869
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7275
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
6870
7276
  autoFixable: boolean;
6871
7277
  error?: string | null | undefined;
6872
7278
  }[] | null | undefined;
@@ -7126,7 +7532,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7126
7532
  accountId?: string | null | undefined;
7127
7533
  reason?: string | null | undefined;
7128
7534
  fields?: {
7129
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7535
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7130
7536
  autoFixable: boolean;
7131
7537
  error?: string | null | undefined;
7132
7538
  }[] | null | undefined;
@@ -7223,7 +7629,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7223
7629
  previousHistoryId: string;
7224
7630
  originalFailureDate: Date;
7225
7631
  fields?: {
7226
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7632
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7227
7633
  autoFixable: boolean;
7228
7634
  error?: string | null | undefined;
7229
7635
  }[] | null | undefined;
@@ -7250,7 +7656,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7250
7656
  previousHistoryId: string;
7251
7657
  originalFailureDate: Date;
7252
7658
  fields?: {
7253
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7659
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7254
7660
  autoFixable: boolean;
7255
7661
  error?: string | null | undefined;
7256
7662
  }[] | null | undefined;
@@ -7328,7 +7734,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7328
7734
  accountId?: string | null | undefined;
7329
7735
  reason?: string | null | undefined;
7330
7736
  fields?: {
7331
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7737
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7332
7738
  autoFixable: boolean;
7333
7739
  error?: string | null | undefined;
7334
7740
  }[] | null | undefined;
@@ -7425,7 +7831,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7425
7831
  previousHistoryId: string;
7426
7832
  originalFailureDate: Date;
7427
7833
  fields?: {
7428
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7834
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7429
7835
  autoFixable: boolean;
7430
7836
  error?: string | null | undefined;
7431
7837
  }[] | null | undefined;
@@ -7452,7 +7858,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7452
7858
  previousHistoryId: string;
7453
7859
  originalFailureDate: Date;
7454
7860
  fields?: {
7455
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7861
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7456
7862
  autoFixable: boolean;
7457
7863
  error?: string | null | undefined;
7458
7864
  }[] | null | undefined;
@@ -7736,7 +8142,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7736
8142
  accountId?: string | null | undefined;
7737
8143
  reason?: string | null | undefined;
7738
8144
  fields?: {
7739
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8145
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7740
8146
  autoFixable: boolean;
7741
8147
  error?: string | null | undefined;
7742
8148
  }[] | null | undefined;
@@ -7833,7 +8239,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7833
8239
  previousHistoryId: string;
7834
8240
  originalFailureDate: Date;
7835
8241
  fields?: {
7836
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8242
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7837
8243
  autoFixable: boolean;
7838
8244
  error?: string | null | undefined;
7839
8245
  }[] | null | undefined;
@@ -7860,7 +8266,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7860
8266
  previousHistoryId: string;
7861
8267
  originalFailureDate: Date;
7862
8268
  fields?: {
7863
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8269
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
7864
8270
  autoFixable: boolean;
7865
8271
  error?: string | null | undefined;
7866
8272
  }[] | null | undefined;
@@ -8043,7 +8449,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8043
8449
  accountId?: string | null | undefined;
8044
8450
  reason?: string | null | undefined;
8045
8451
  fields?: {
8046
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8452
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8047
8453
  autoFixable: boolean;
8048
8454
  error?: string | null | undefined;
8049
8455
  }[] | null | undefined;
@@ -8140,7 +8546,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8140
8546
  previousHistoryId: string;
8141
8547
  originalFailureDate: Date;
8142
8548
  fields?: {
8143
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8549
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8144
8550
  autoFixable: boolean;
8145
8551
  error?: string | null | undefined;
8146
8552
  }[] | null | undefined;
@@ -8167,7 +8573,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8167
8573
  previousHistoryId: string;
8168
8574
  originalFailureDate: Date;
8169
8575
  fields?: {
8170
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8576
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8171
8577
  autoFixable: boolean;
8172
8578
  error?: string | null | undefined;
8173
8579
  }[] | null | undefined;
@@ -8355,7 +8761,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8355
8761
  accountId?: string | null | undefined;
8356
8762
  reason?: string | null | undefined;
8357
8763
  fields?: {
8358
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8764
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8359
8765
  autoFixable: boolean;
8360
8766
  error?: string | null | undefined;
8361
8767
  }[] | null | undefined;
@@ -8452,7 +8858,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8452
8858
  previousHistoryId: string;
8453
8859
  originalFailureDate: Date;
8454
8860
  fields?: {
8455
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8861
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8456
8862
  autoFixable: boolean;
8457
8863
  error?: string | null | undefined;
8458
8864
  }[] | null | undefined;
@@ -8479,7 +8885,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8479
8885
  previousHistoryId: string;
8480
8886
  originalFailureDate: Date;
8481
8887
  fields?: {
8482
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8888
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8483
8889
  autoFixable: boolean;
8484
8890
  error?: string | null | undefined;
8485
8891
  }[] | null | undefined;
@@ -8666,7 +9072,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8666
9072
  accountId?: string | null | undefined;
8667
9073
  reason?: string | null | undefined;
8668
9074
  fields?: {
8669
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
9075
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8670
9076
  autoFixable: boolean;
8671
9077
  error?: string | null | undefined;
8672
9078
  }[] | null | undefined;
@@ -8763,7 +9169,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8763
9169
  previousHistoryId: string;
8764
9170
  originalFailureDate: Date;
8765
9171
  fields?: {
8766
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
9172
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8767
9173
  autoFixable: boolean;
8768
9174
  error?: string | null | undefined;
8769
9175
  }[] | null | undefined;
@@ -8790,7 +9196,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8790
9196
  previousHistoryId: string;
8791
9197
  originalFailureDate: Date;
8792
9198
  fields?: {
8793
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
9199
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
8794
9200
  autoFixable: boolean;
8795
9201
  error?: string | null | undefined;
8796
9202
  }[] | null | undefined;
@@ -8872,40 +9278,338 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8872
9278
  platformsCount: z.ZodObject<{
8873
9279
  used: z.ZodNumber;
8874
9280
  allowed: z.ZodNumber;
9281
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9282
+ amount: z.ZodNumber;
9283
+ currency: z.ZodString;
9284
+ }, "strip", z.ZodTypeAny, {
9285
+ currency: string;
9286
+ amount: number;
9287
+ }, {
9288
+ currency: string;
9289
+ amount: number;
9290
+ }>>>;
8875
9291
  }, "strip", z.ZodTypeAny, {
9292
+ allowed: number;
9293
+ used: number;
9294
+ pricePerExtraUnit?: {
9295
+ currency: string;
9296
+ amount: number;
9297
+ } | null | undefined;
9298
+ }, {
9299
+ allowed: number;
8876
9300
  used: number;
9301
+ pricePerExtraUnit?: {
9302
+ currency: string;
9303
+ amount: number;
9304
+ } | null | undefined;
9305
+ }>;
9306
+ accountsCount: z.ZodObject<{
9307
+ used: z.ZodNumber;
9308
+ allowed: z.ZodNumber;
9309
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9310
+ amount: z.ZodNumber;
9311
+ currency: z.ZodString;
9312
+ }, "strip", z.ZodTypeAny, {
9313
+ currency: string;
9314
+ amount: number;
9315
+ }, {
9316
+ currency: string;
9317
+ amount: number;
9318
+ }>>>;
9319
+ }, "strip", z.ZodTypeAny, {
9320
+ allowed: number;
9321
+ used: number;
9322
+ pricePerExtraUnit?: {
9323
+ currency: string;
9324
+ amount: number;
9325
+ } | null | undefined;
9326
+ }, {
9327
+ allowed: number;
9328
+ used: number;
9329
+ pricePerExtraUnit?: {
9330
+ currency: string;
9331
+ amount: number;
9332
+ } | null | undefined;
9333
+ }>;
9334
+ aiListingsCount: z.ZodObject<{
9335
+ used: z.ZodNumber;
9336
+ allowed: z.ZodNumber;
9337
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9338
+ amount: z.ZodNumber;
9339
+ currency: z.ZodString;
9340
+ }, "strip", z.ZodTypeAny, {
9341
+ currency: string;
9342
+ amount: number;
9343
+ }, {
9344
+ currency: string;
9345
+ amount: number;
9346
+ }>>>;
9347
+ }, "strip", z.ZodTypeAny, {
8877
9348
  allowed: number;
9349
+ used: number;
9350
+ pricePerExtraUnit?: {
9351
+ currency: string;
9352
+ amount: number;
9353
+ } | null | undefined;
8878
9354
  }, {
9355
+ allowed: number;
9356
+ used: number;
9357
+ pricePerExtraUnit?: {
9358
+ currency: string;
9359
+ amount: number;
9360
+ } | null | undefined;
9361
+ }>;
9362
+ aiMessagesCount: z.ZodObject<{
9363
+ used: z.ZodNumber;
9364
+ allowed: z.ZodNumber;
9365
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9366
+ amount: z.ZodNumber;
9367
+ currency: z.ZodString;
9368
+ }, "strip", z.ZodTypeAny, {
9369
+ currency: string;
9370
+ amount: number;
9371
+ }, {
9372
+ currency: string;
9373
+ amount: number;
9374
+ }>>>;
9375
+ }, "strip", z.ZodTypeAny, {
9376
+ allowed: number;
8879
9377
  used: number;
9378
+ pricePerExtraUnit?: {
9379
+ currency: string;
9380
+ amount: number;
9381
+ } | null | undefined;
9382
+ }, {
8880
9383
  allowed: number;
9384
+ used: number;
9385
+ pricePerExtraUnit?: {
9386
+ currency: string;
9387
+ amount: number;
9388
+ } | null | undefined;
8881
9389
  }>;
8882
- accountsCount: z.ZodObject<{
9390
+ aiOffersCount: z.ZodObject<{
8883
9391
  used: z.ZodNumber;
8884
9392
  allowed: z.ZodNumber;
9393
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9394
+ amount: z.ZodNumber;
9395
+ currency: z.ZodString;
9396
+ }, "strip", z.ZodTypeAny, {
9397
+ currency: string;
9398
+ amount: number;
9399
+ }, {
9400
+ currency: string;
9401
+ amount: number;
9402
+ }>>>;
8885
9403
  }, "strip", z.ZodTypeAny, {
9404
+ allowed: number;
8886
9405
  used: number;
9406
+ pricePerExtraUnit?: {
9407
+ currency: string;
9408
+ amount: number;
9409
+ } | null | undefined;
9410
+ }, {
8887
9411
  allowed: number;
9412
+ used: number;
9413
+ pricePerExtraUnit?: {
9414
+ currency: string;
9415
+ amount: number;
9416
+ } | null | undefined;
9417
+ }>;
9418
+ republishCount: z.ZodObject<{
9419
+ used: z.ZodNumber;
9420
+ allowed: z.ZodNumber;
9421
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9422
+ amount: z.ZodNumber;
9423
+ currency: z.ZodString;
9424
+ }, "strip", z.ZodTypeAny, {
9425
+ currency: string;
9426
+ amount: number;
9427
+ }, {
9428
+ currency: string;
9429
+ amount: number;
9430
+ }>>>;
9431
+ }, "strip", z.ZodTypeAny, {
9432
+ allowed: number;
9433
+ used: number;
9434
+ pricePerExtraUnit?: {
9435
+ currency: string;
9436
+ amount: number;
9437
+ } | null | undefined;
8888
9438
  }, {
9439
+ allowed: number;
8889
9440
  used: number;
9441
+ pricePerExtraUnit?: {
9442
+ currency: string;
9443
+ amount: number;
9444
+ } | null | undefined;
9445
+ }>;
9446
+ messagesToFavoritesCount: z.ZodObject<{
9447
+ used: z.ZodNumber;
9448
+ allowed: z.ZodNumber;
9449
+ pricePerExtraUnit: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9450
+ amount: z.ZodNumber;
9451
+ currency: z.ZodString;
9452
+ }, "strip", z.ZodTypeAny, {
9453
+ currency: string;
9454
+ amount: number;
9455
+ }, {
9456
+ currency: string;
9457
+ amount: number;
9458
+ }>>>;
9459
+ }, "strip", z.ZodTypeAny, {
8890
9460
  allowed: number;
9461
+ used: number;
9462
+ pricePerExtraUnit?: {
9463
+ currency: string;
9464
+ amount: number;
9465
+ } | null | undefined;
9466
+ }, {
9467
+ allowed: number;
9468
+ used: number;
9469
+ pricePerExtraUnit?: {
9470
+ currency: string;
9471
+ amount: number;
9472
+ } | null | undefined;
9473
+ }>;
9474
+ lifecycleFlag: z.ZodObject<{
9475
+ allowed: z.ZodBoolean;
9476
+ }, "strip", z.ZodTypeAny, {
9477
+ allowed: boolean;
9478
+ }, {
9479
+ allowed: boolean;
9480
+ }>;
9481
+ messagingFlag: z.ZodObject<{
9482
+ allowed: z.ZodBoolean;
9483
+ }, "strip", z.ZodTypeAny, {
9484
+ allowed: boolean;
9485
+ }, {
9486
+ allowed: boolean;
8891
9487
  }>;
8892
9488
  }, "strip", z.ZodTypeAny, {
8893
9489
  platformsCount: {
8894
- used: number;
8895
9490
  allowed: number;
9491
+ used: number;
9492
+ pricePerExtraUnit?: {
9493
+ currency: string;
9494
+ amount: number;
9495
+ } | null | undefined;
8896
9496
  };
8897
9497
  accountsCount: {
9498
+ allowed: number;
9499
+ used: number;
9500
+ pricePerExtraUnit?: {
9501
+ currency: string;
9502
+ amount: number;
9503
+ } | null | undefined;
9504
+ };
9505
+ aiListingsCount: {
9506
+ allowed: number;
8898
9507
  used: number;
9508
+ pricePerExtraUnit?: {
9509
+ currency: string;
9510
+ amount: number;
9511
+ } | null | undefined;
9512
+ };
9513
+ aiMessagesCount: {
9514
+ allowed: number;
9515
+ used: number;
9516
+ pricePerExtraUnit?: {
9517
+ currency: string;
9518
+ amount: number;
9519
+ } | null | undefined;
9520
+ };
9521
+ aiOffersCount: {
9522
+ allowed: number;
9523
+ used: number;
9524
+ pricePerExtraUnit?: {
9525
+ currency: string;
9526
+ amount: number;
9527
+ } | null | undefined;
9528
+ };
9529
+ republishCount: {
8899
9530
  allowed: number;
9531
+ used: number;
9532
+ pricePerExtraUnit?: {
9533
+ currency: string;
9534
+ amount: number;
9535
+ } | null | undefined;
9536
+ };
9537
+ messagesToFavoritesCount: {
9538
+ allowed: number;
9539
+ used: number;
9540
+ pricePerExtraUnit?: {
9541
+ currency: string;
9542
+ amount: number;
9543
+ } | null | undefined;
9544
+ };
9545
+ lifecycleFlag: {
9546
+ allowed: boolean;
9547
+ };
9548
+ messagingFlag: {
9549
+ allowed: boolean;
8900
9550
  };
8901
9551
  }, {
8902
9552
  platformsCount: {
8903
- used: number;
8904
9553
  allowed: number;
9554
+ used: number;
9555
+ pricePerExtraUnit?: {
9556
+ currency: string;
9557
+ amount: number;
9558
+ } | null | undefined;
8905
9559
  };
8906
9560
  accountsCount: {
9561
+ allowed: number;
8907
9562
  used: number;
9563
+ pricePerExtraUnit?: {
9564
+ currency: string;
9565
+ amount: number;
9566
+ } | null | undefined;
9567
+ };
9568
+ aiListingsCount: {
9569
+ allowed: number;
9570
+ used: number;
9571
+ pricePerExtraUnit?: {
9572
+ currency: string;
9573
+ amount: number;
9574
+ } | null | undefined;
9575
+ };
9576
+ aiMessagesCount: {
8908
9577
  allowed: number;
9578
+ used: number;
9579
+ pricePerExtraUnit?: {
9580
+ currency: string;
9581
+ amount: number;
9582
+ } | null | undefined;
9583
+ };
9584
+ aiOffersCount: {
9585
+ allowed: number;
9586
+ used: number;
9587
+ pricePerExtraUnit?: {
9588
+ currency: string;
9589
+ amount: number;
9590
+ } | null | undefined;
9591
+ };
9592
+ republishCount: {
9593
+ allowed: number;
9594
+ used: number;
9595
+ pricePerExtraUnit?: {
9596
+ currency: string;
9597
+ amount: number;
9598
+ } | null | undefined;
9599
+ };
9600
+ messagesToFavoritesCount: {
9601
+ allowed: number;
9602
+ used: number;
9603
+ pricePerExtraUnit?: {
9604
+ currency: string;
9605
+ amount: number;
9606
+ } | null | undefined;
9607
+ };
9608
+ lifecycleFlag: {
9609
+ allowed: boolean;
9610
+ };
9611
+ messagingFlag: {
9612
+ allowed: boolean;
8909
9613
  };
8910
9614
  }>;
8911
9615
  type: z.ZodLiteral<"LIMITS">;
@@ -8913,24 +9617,132 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8913
9617
  type: "LIMITS";
8914
9618
  data: {
8915
9619
  platformsCount: {
8916
- used: number;
8917
9620
  allowed: number;
9621
+ used: number;
9622
+ pricePerExtraUnit?: {
9623
+ currency: string;
9624
+ amount: number;
9625
+ } | null | undefined;
8918
9626
  };
8919
9627
  accountsCount: {
9628
+ allowed: number;
9629
+ used: number;
9630
+ pricePerExtraUnit?: {
9631
+ currency: string;
9632
+ amount: number;
9633
+ } | null | undefined;
9634
+ };
9635
+ aiListingsCount: {
9636
+ allowed: number;
9637
+ used: number;
9638
+ pricePerExtraUnit?: {
9639
+ currency: string;
9640
+ amount: number;
9641
+ } | null | undefined;
9642
+ };
9643
+ aiMessagesCount: {
9644
+ allowed: number;
9645
+ used: number;
9646
+ pricePerExtraUnit?: {
9647
+ currency: string;
9648
+ amount: number;
9649
+ } | null | undefined;
9650
+ };
9651
+ aiOffersCount: {
9652
+ allowed: number;
9653
+ used: number;
9654
+ pricePerExtraUnit?: {
9655
+ currency: string;
9656
+ amount: number;
9657
+ } | null | undefined;
9658
+ };
9659
+ republishCount: {
9660
+ allowed: number;
8920
9661
  used: number;
9662
+ pricePerExtraUnit?: {
9663
+ currency: string;
9664
+ amount: number;
9665
+ } | null | undefined;
9666
+ };
9667
+ messagesToFavoritesCount: {
8921
9668
  allowed: number;
9669
+ used: number;
9670
+ pricePerExtraUnit?: {
9671
+ currency: string;
9672
+ amount: number;
9673
+ } | null | undefined;
9674
+ };
9675
+ lifecycleFlag: {
9676
+ allowed: boolean;
9677
+ };
9678
+ messagingFlag: {
9679
+ allowed: boolean;
8922
9680
  };
8923
9681
  };
8924
9682
  }, {
8925
9683
  type: "LIMITS";
8926
9684
  data: {
8927
9685
  platformsCount: {
8928
- used: number;
8929
9686
  allowed: number;
9687
+ used: number;
9688
+ pricePerExtraUnit?: {
9689
+ currency: string;
9690
+ amount: number;
9691
+ } | null | undefined;
8930
9692
  };
8931
9693
  accountsCount: {
9694
+ allowed: number;
9695
+ used: number;
9696
+ pricePerExtraUnit?: {
9697
+ currency: string;
9698
+ amount: number;
9699
+ } | null | undefined;
9700
+ };
9701
+ aiListingsCount: {
9702
+ allowed: number;
8932
9703
  used: number;
9704
+ pricePerExtraUnit?: {
9705
+ currency: string;
9706
+ amount: number;
9707
+ } | null | undefined;
9708
+ };
9709
+ aiMessagesCount: {
8933
9710
  allowed: number;
9711
+ used: number;
9712
+ pricePerExtraUnit?: {
9713
+ currency: string;
9714
+ amount: number;
9715
+ } | null | undefined;
9716
+ };
9717
+ aiOffersCount: {
9718
+ allowed: number;
9719
+ used: number;
9720
+ pricePerExtraUnit?: {
9721
+ currency: string;
9722
+ amount: number;
9723
+ } | null | undefined;
9724
+ };
9725
+ republishCount: {
9726
+ allowed: number;
9727
+ used: number;
9728
+ pricePerExtraUnit?: {
9729
+ currency: string;
9730
+ amount: number;
9731
+ } | null | undefined;
9732
+ };
9733
+ messagesToFavoritesCount: {
9734
+ allowed: number;
9735
+ used: number;
9736
+ pricePerExtraUnit?: {
9737
+ currency: string;
9738
+ amount: number;
9739
+ } | null | undefined;
9740
+ };
9741
+ lifecycleFlag: {
9742
+ allowed: boolean;
9743
+ };
9744
+ messagingFlag: {
9745
+ allowed: boolean;
8934
9746
  };
8935
9747
  };
8936
9748
  }>, z.ZodObject<{
@@ -9243,13 +10055,13 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9243
10055
  userId: z.ZodNumber;
9244
10056
  isSuggestion: z.ZodBoolean;
9245
10057
  }, "strip", z.ZodTypeAny, {
9246
- type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "CONDITION" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE";
10058
+ type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
9247
10059
  userId: number;
9248
10060
  resourceId: number;
9249
10061
  isSuggestion: boolean;
9250
10062
  value?: number | null | undefined;
9251
10063
  }, {
9252
- type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "CONDITION" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE";
10064
+ type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
9253
10065
  userId: number;
9254
10066
  resourceId: number;
9255
10067
  isSuggestion: boolean;
@@ -9259,7 +10071,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9259
10071
  }, "strip", z.ZodTypeAny, {
9260
10072
  type: "FAVORITE";
9261
10073
  favorite: {
9262
- type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "CONDITION" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE";
10074
+ type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
9263
10075
  userId: number;
9264
10076
  resourceId: number;
9265
10077
  isSuggestion: boolean;
@@ -9268,7 +10080,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9268
10080
  }, {
9269
10081
  type: "FAVORITE";
9270
10082
  favorite: {
9271
- type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "CONDITION" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE";
10083
+ type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
9272
10084
  userId: number;
9273
10085
  resourceId: number;
9274
10086
  isSuggestion: boolean;
@@ -9503,7 +10315,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9503
10315
  } | {
9504
10316
  type: "FAVORITE";
9505
10317
  favorite: {
9506
- type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "CONDITION" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE";
10318
+ type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
9507
10319
  userId: number;
9508
10320
  resourceId: number;
9509
10321
  isSuggestion: boolean;
@@ -9586,7 +10398,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9586
10398
  } | {
9587
10399
  type: "FAVORITE";
9588
10400
  favorite: {
9589
- type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "CONDITION" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE";
10401
+ type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
9590
10402
  userId: number;
9591
10403
  resourceId: number;
9592
10404
  isSuggestion: boolean;