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
@@ -563,11 +563,11 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
563
563
  autoFixable: z.ZodBoolean;
564
564
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
565
565
  }, "strip", z.ZodTypeAny, {
566
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
566
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
567
567
  autoFixable: boolean;
568
568
  error?: string | null | undefined;
569
569
  }, {
570
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
570
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
571
571
  autoFixable: boolean;
572
572
  error?: string | null | undefined;
573
573
  }>, "many">>>;
@@ -577,7 +577,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
577
577
  accountId?: string | null | undefined;
578
578
  reason?: string | null | undefined;
579
579
  fields?: {
580
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
580
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
581
581
  autoFixable: boolean;
582
582
  error?: string | null | undefined;
583
583
  }[] | null | undefined;
@@ -587,7 +587,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
587
587
  accountId?: string | null | undefined;
588
588
  reason?: string | null | undefined;
589
589
  fields?: {
590
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
590
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
591
591
  autoFixable: boolean;
592
592
  error?: string | null | undefined;
593
593
  }[] | null | undefined;
@@ -601,7 +601,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
601
601
  accountId?: string | null | undefined;
602
602
  reason?: string | null | undefined;
603
603
  fields?: {
604
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
604
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
605
605
  autoFixable: boolean;
606
606
  error?: string | null | undefined;
607
607
  }[] | null | undefined;
@@ -614,7 +614,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
614
614
  accountId?: string | null | undefined;
615
615
  reason?: string | null | undefined;
616
616
  fields?: {
617
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
617
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
618
618
  autoFixable: boolean;
619
619
  error?: string | null | undefined;
620
620
  }[] | null | undefined;
@@ -1142,11 +1142,11 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1142
1142
  autoFixable: z.ZodBoolean;
1143
1143
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1144
1144
  }, "strip", z.ZodTypeAny, {
1145
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1145
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1146
1146
  autoFixable: boolean;
1147
1147
  error?: string | null | undefined;
1148
1148
  }, {
1149
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1149
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1150
1150
  autoFixable: boolean;
1151
1151
  error?: string | null | undefined;
1152
1152
  }>, "many">>>;
@@ -1176,7 +1176,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1176
1176
  previousHistoryId: string;
1177
1177
  originalFailureDate: Date;
1178
1178
  fields?: {
1179
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1179
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1180
1180
  autoFixable: boolean;
1181
1181
  error?: string | null | undefined;
1182
1182
  }[] | null | undefined;
@@ -1194,7 +1194,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1194
1194
  previousHistoryId: string;
1195
1195
  originalFailureDate: Date;
1196
1196
  fields?: {
1197
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1197
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1198
1198
  autoFixable: boolean;
1199
1199
  error?: string | null | undefined;
1200
1200
  }[] | null | undefined;
@@ -1216,7 +1216,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1216
1216
  previousHistoryId: string;
1217
1217
  originalFailureDate: Date;
1218
1218
  fields?: {
1219
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1219
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1220
1220
  autoFixable: boolean;
1221
1221
  error?: string | null | undefined;
1222
1222
  }[] | null | undefined;
@@ -1237,7 +1237,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1237
1237
  previousHistoryId: string;
1238
1238
  originalFailureDate: Date;
1239
1239
  fields?: {
1240
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1240
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1241
1241
  autoFixable: boolean;
1242
1242
  error?: string | null | undefined;
1243
1243
  }[] | null | undefined;
@@ -1285,11 +1285,11 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1285
1285
  autoFixable: z.ZodBoolean;
1286
1286
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1287
1287
  }, "strip", z.ZodTypeAny, {
1288
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1288
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1289
1289
  autoFixable: boolean;
1290
1290
  error?: string | null | undefined;
1291
1291
  }, {
1292
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1292
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1293
1293
  autoFixable: boolean;
1294
1294
  error?: string | null | undefined;
1295
1295
  }>, "many">>>;
@@ -1300,7 +1300,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1300
1300
  previousHistoryId: string;
1301
1301
  originalFailureDate: Date;
1302
1302
  fields?: {
1303
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1303
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1304
1304
  autoFixable: boolean;
1305
1305
  error?: string | null | undefined;
1306
1306
  }[] | null | undefined;
@@ -1311,7 +1311,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1311
1311
  previousHistoryId: string;
1312
1312
  originalFailureDate: Date;
1313
1313
  fields?: {
1314
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1314
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1315
1315
  autoFixable: boolean;
1316
1316
  error?: string | null | undefined;
1317
1317
  }[] | null | undefined;
@@ -1326,7 +1326,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1326
1326
  previousHistoryId: string;
1327
1327
  originalFailureDate: Date;
1328
1328
  fields?: {
1329
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1329
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1330
1330
  autoFixable: boolean;
1331
1331
  error?: string | null | undefined;
1332
1332
  }[] | null | undefined;
@@ -1340,7 +1340,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1340
1340
  previousHistoryId: string;
1341
1341
  originalFailureDate: Date;
1342
1342
  fields?: {
1343
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1343
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1344
1344
  autoFixable: boolean;
1345
1345
  error?: string | null | undefined;
1346
1346
  }[] | null | undefined;
@@ -1600,7 +1600,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1600
1600
  accountId?: string | null | undefined;
1601
1601
  reason?: string | null | undefined;
1602
1602
  fields?: {
1603
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1603
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1604
1604
  autoFixable: boolean;
1605
1605
  error?: string | null | undefined;
1606
1606
  }[] | null | undefined;
@@ -1697,7 +1697,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1697
1697
  previousHistoryId: string;
1698
1698
  originalFailureDate: Date;
1699
1699
  fields?: {
1700
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1700
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1701
1701
  autoFixable: boolean;
1702
1702
  error?: string | null | undefined;
1703
1703
  }[] | null | undefined;
@@ -1724,7 +1724,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1724
1724
  previousHistoryId: string;
1725
1725
  originalFailureDate: Date;
1726
1726
  fields?: {
1727
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1727
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1728
1728
  autoFixable: boolean;
1729
1729
  error?: string | null | undefined;
1730
1730
  }[] | null | undefined;
@@ -1802,7 +1802,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1802
1802
  accountId?: string | null | undefined;
1803
1803
  reason?: string | null | undefined;
1804
1804
  fields?: {
1805
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1805
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1806
1806
  autoFixable: boolean;
1807
1807
  error?: string | null | undefined;
1808
1808
  }[] | null | undefined;
@@ -1899,7 +1899,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1899
1899
  previousHistoryId: string;
1900
1900
  originalFailureDate: Date;
1901
1901
  fields?: {
1902
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1902
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1903
1903
  autoFixable: boolean;
1904
1904
  error?: string | null | undefined;
1905
1905
  }[] | null | undefined;
@@ -1926,7 +1926,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1926
1926
  previousHistoryId: string;
1927
1927
  originalFailureDate: Date;
1928
1928
  fields?: {
1929
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1929
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
1930
1930
  autoFixable: boolean;
1931
1931
  error?: string | null | undefined;
1932
1932
  }[] | null | undefined;
@@ -2190,11 +2190,11 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2190
2190
  autoFixable: z.ZodBoolean;
2191
2191
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2192
2192
  }, "strip", z.ZodTypeAny, {
2193
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2193
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2194
2194
  autoFixable: boolean;
2195
2195
  error?: string | null | undefined;
2196
2196
  }, {
2197
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2197
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2198
2198
  autoFixable: boolean;
2199
2199
  error?: string | null | undefined;
2200
2200
  }>, "many">>>;
@@ -2204,7 +2204,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2204
2204
  accountId?: string | null | undefined;
2205
2205
  reason?: string | null | undefined;
2206
2206
  fields?: {
2207
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2207
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2208
2208
  autoFixable: boolean;
2209
2209
  error?: string | null | undefined;
2210
2210
  }[] | null | undefined;
@@ -2214,7 +2214,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2214
2214
  accountId?: string | null | undefined;
2215
2215
  reason?: string | null | undefined;
2216
2216
  fields?: {
2217
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2217
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2218
2218
  autoFixable: boolean;
2219
2219
  error?: string | null | undefined;
2220
2220
  }[] | null | undefined;
@@ -2228,7 +2228,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2228
2228
  accountId?: string | null | undefined;
2229
2229
  reason?: string | null | undefined;
2230
2230
  fields?: {
2231
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2231
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2232
2232
  autoFixable: boolean;
2233
2233
  error?: string | null | undefined;
2234
2234
  }[] | null | undefined;
@@ -2241,7 +2241,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2241
2241
  accountId?: string | null | undefined;
2242
2242
  reason?: string | null | undefined;
2243
2243
  fields?: {
2244
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2244
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2245
2245
  autoFixable: boolean;
2246
2246
  error?: string | null | undefined;
2247
2247
  }[] | null | undefined;
@@ -2769,11 +2769,11 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2769
2769
  autoFixable: z.ZodBoolean;
2770
2770
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2771
2771
  }, "strip", z.ZodTypeAny, {
2772
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2772
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2773
2773
  autoFixable: boolean;
2774
2774
  error?: string | null | undefined;
2775
2775
  }, {
2776
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2776
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2777
2777
  autoFixable: boolean;
2778
2778
  error?: string | null | undefined;
2779
2779
  }>, "many">>>;
@@ -2803,7 +2803,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2803
2803
  previousHistoryId: string;
2804
2804
  originalFailureDate: Date;
2805
2805
  fields?: {
2806
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2806
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2807
2807
  autoFixable: boolean;
2808
2808
  error?: string | null | undefined;
2809
2809
  }[] | null | undefined;
@@ -2821,7 +2821,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2821
2821
  previousHistoryId: string;
2822
2822
  originalFailureDate: Date;
2823
2823
  fields?: {
2824
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2824
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2825
2825
  autoFixable: boolean;
2826
2826
  error?: string | null | undefined;
2827
2827
  }[] | null | undefined;
@@ -2843,7 +2843,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2843
2843
  previousHistoryId: string;
2844
2844
  originalFailureDate: Date;
2845
2845
  fields?: {
2846
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2846
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2847
2847
  autoFixable: boolean;
2848
2848
  error?: string | null | undefined;
2849
2849
  }[] | null | undefined;
@@ -2864,7 +2864,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2864
2864
  previousHistoryId: string;
2865
2865
  originalFailureDate: Date;
2866
2866
  fields?: {
2867
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2867
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2868
2868
  autoFixable: boolean;
2869
2869
  error?: string | null | undefined;
2870
2870
  }[] | null | undefined;
@@ -2912,11 +2912,11 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2912
2912
  autoFixable: z.ZodBoolean;
2913
2913
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2914
2914
  }, "strip", z.ZodTypeAny, {
2915
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2915
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2916
2916
  autoFixable: boolean;
2917
2917
  error?: string | null | undefined;
2918
2918
  }, {
2919
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2919
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2920
2920
  autoFixable: boolean;
2921
2921
  error?: string | null | undefined;
2922
2922
  }>, "many">>>;
@@ -2927,7 +2927,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2927
2927
  previousHistoryId: string;
2928
2928
  originalFailureDate: Date;
2929
2929
  fields?: {
2930
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2930
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2931
2931
  autoFixable: boolean;
2932
2932
  error?: string | null | undefined;
2933
2933
  }[] | null | undefined;
@@ -2938,7 +2938,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2938
2938
  previousHistoryId: string;
2939
2939
  originalFailureDate: Date;
2940
2940
  fields?: {
2941
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2941
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2942
2942
  autoFixable: boolean;
2943
2943
  error?: string | null | undefined;
2944
2944
  }[] | null | undefined;
@@ -2953,7 +2953,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2953
2953
  previousHistoryId: string;
2954
2954
  originalFailureDate: Date;
2955
2955
  fields?: {
2956
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2956
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2957
2957
  autoFixable: boolean;
2958
2958
  error?: string | null | undefined;
2959
2959
  }[] | null | undefined;
@@ -2967,7 +2967,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2967
2967
  previousHistoryId: string;
2968
2968
  originalFailureDate: Date;
2969
2969
  fields?: {
2970
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2970
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
2971
2971
  autoFixable: boolean;
2972
2972
  error?: string | null | undefined;
2973
2973
  }[] | null | undefined;
@@ -3227,7 +3227,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3227
3227
  accountId?: string | null | undefined;
3228
3228
  reason?: string | null | undefined;
3229
3229
  fields?: {
3230
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3230
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3231
3231
  autoFixable: boolean;
3232
3232
  error?: string | null | undefined;
3233
3233
  }[] | null | undefined;
@@ -3324,7 +3324,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3324
3324
  previousHistoryId: string;
3325
3325
  originalFailureDate: Date;
3326
3326
  fields?: {
3327
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3327
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3328
3328
  autoFixable: boolean;
3329
3329
  error?: string | null | undefined;
3330
3330
  }[] | null | undefined;
@@ -3351,7 +3351,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3351
3351
  previousHistoryId: string;
3352
3352
  originalFailureDate: Date;
3353
3353
  fields?: {
3354
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3354
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3355
3355
  autoFixable: boolean;
3356
3356
  error?: string | null | undefined;
3357
3357
  }[] | null | undefined;
@@ -3429,7 +3429,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3429
3429
  accountId?: string | null | undefined;
3430
3430
  reason?: string | null | undefined;
3431
3431
  fields?: {
3432
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3432
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3433
3433
  autoFixable: boolean;
3434
3434
  error?: string | null | undefined;
3435
3435
  }[] | null | undefined;
@@ -3526,7 +3526,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3526
3526
  previousHistoryId: string;
3527
3527
  originalFailureDate: Date;
3528
3528
  fields?: {
3529
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3529
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3530
3530
  autoFixable: boolean;
3531
3531
  error?: string | null | undefined;
3532
3532
  }[] | null | undefined;
@@ -3553,7 +3553,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3553
3553
  previousHistoryId: string;
3554
3554
  originalFailureDate: Date;
3555
3555
  fields?: {
3556
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3556
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3557
3557
  autoFixable: boolean;
3558
3558
  error?: string | null | undefined;
3559
3559
  }[] | null | undefined;
@@ -3705,7 +3705,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3705
3705
  accountId?: string | null | undefined;
3706
3706
  reason?: string | null | undefined;
3707
3707
  fields?: {
3708
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3708
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3709
3709
  autoFixable: boolean;
3710
3710
  error?: string | null | undefined;
3711
3711
  }[] | null | undefined;
@@ -3802,7 +3802,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3802
3802
  previousHistoryId: string;
3803
3803
  originalFailureDate: Date;
3804
3804
  fields?: {
3805
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3805
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3806
3806
  autoFixable: boolean;
3807
3807
  error?: string | null | undefined;
3808
3808
  }[] | null | undefined;
@@ -3829,7 +3829,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3829
3829
  previousHistoryId: string;
3830
3830
  originalFailureDate: Date;
3831
3831
  fields?: {
3832
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3832
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3833
3833
  autoFixable: boolean;
3834
3834
  error?: string | null | undefined;
3835
3835
  }[] | null | undefined;
@@ -3938,7 +3938,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3938
3938
  accountId?: string | null | undefined;
3939
3939
  reason?: string | null | undefined;
3940
3940
  fields?: {
3941
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3941
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
3942
3942
  autoFixable: boolean;
3943
3943
  error?: string | null | undefined;
3944
3944
  }[] | null | undefined;
@@ -4035,7 +4035,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4035
4035
  previousHistoryId: string;
4036
4036
  originalFailureDate: Date;
4037
4037
  fields?: {
4038
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4038
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4039
4039
  autoFixable: boolean;
4040
4040
  error?: string | null | undefined;
4041
4041
  }[] | null | undefined;
@@ -4062,7 +4062,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4062
4062
  previousHistoryId: string;
4063
4063
  originalFailureDate: Date;
4064
4064
  fields?: {
4065
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4065
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4066
4066
  autoFixable: boolean;
4067
4067
  error?: string | null | undefined;
4068
4068
  }[] | null | undefined;
@@ -4212,7 +4212,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4212
4212
  accountId?: string | null | undefined;
4213
4213
  reason?: string | null | undefined;
4214
4214
  fields?: {
4215
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4215
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4216
4216
  autoFixable: boolean;
4217
4217
  error?: string | null | undefined;
4218
4218
  }[] | null | undefined;
@@ -4309,7 +4309,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4309
4309
  previousHistoryId: string;
4310
4310
  originalFailureDate: Date;
4311
4311
  fields?: {
4312
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4312
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4313
4313
  autoFixable: boolean;
4314
4314
  error?: string | null | undefined;
4315
4315
  }[] | null | undefined;
@@ -4336,7 +4336,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4336
4336
  previousHistoryId: string;
4337
4337
  originalFailureDate: Date;
4338
4338
  fields?: {
4339
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4339
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4340
4340
  autoFixable: boolean;
4341
4341
  error?: string | null | undefined;
4342
4342
  }[] | null | undefined;
@@ -4445,7 +4445,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4445
4445
  accountId?: string | null | undefined;
4446
4446
  reason?: string | null | undefined;
4447
4447
  fields?: {
4448
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4448
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4449
4449
  autoFixable: boolean;
4450
4450
  error?: string | null | undefined;
4451
4451
  }[] | null | undefined;
@@ -4542,7 +4542,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4542
4542
  previousHistoryId: string;
4543
4543
  originalFailureDate: Date;
4544
4544
  fields?: {
4545
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4545
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4546
4546
  autoFixable: boolean;
4547
4547
  error?: string | null | undefined;
4548
4548
  }[] | null | undefined;
@@ -4569,7 +4569,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4569
4569
  previousHistoryId: string;
4570
4570
  originalFailureDate: Date;
4571
4571
  fields?: {
4572
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4572
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4573
4573
  autoFixable: boolean;
4574
4574
  error?: string | null | undefined;
4575
4575
  }[] | null | undefined;
@@ -4721,7 +4721,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4721
4721
  accountId?: string | null | undefined;
4722
4722
  reason?: string | null | undefined;
4723
4723
  fields?: {
4724
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4724
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4725
4725
  autoFixable: boolean;
4726
4726
  error?: string | null | undefined;
4727
4727
  }[] | null | undefined;
@@ -4818,7 +4818,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4818
4818
  previousHistoryId: string;
4819
4819
  originalFailureDate: Date;
4820
4820
  fields?: {
4821
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4821
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4822
4822
  autoFixable: boolean;
4823
4823
  error?: string | null | undefined;
4824
4824
  }[] | null | undefined;
@@ -4845,7 +4845,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4845
4845
  previousHistoryId: string;
4846
4846
  originalFailureDate: Date;
4847
4847
  fields?: {
4848
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4848
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4849
4849
  autoFixable: boolean;
4850
4850
  error?: string | null | undefined;
4851
4851
  }[] | null | undefined;
@@ -4954,7 +4954,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4954
4954
  accountId?: string | null | undefined;
4955
4955
  reason?: string | null | undefined;
4956
4956
  fields?: {
4957
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4957
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
4958
4958
  autoFixable: boolean;
4959
4959
  error?: string | null | undefined;
4960
4960
  }[] | null | undefined;
@@ -5051,7 +5051,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
5051
5051
  previousHistoryId: string;
5052
5052
  originalFailureDate: Date;
5053
5053
  fields?: {
5054
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5054
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5055
5055
  autoFixable: boolean;
5056
5056
  error?: string | null | undefined;
5057
5057
  }[] | null | undefined;
@@ -5078,7 +5078,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
5078
5078
  previousHistoryId: string;
5079
5079
  originalFailureDate: Date;
5080
5080
  fields?: {
5081
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5081
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5082
5082
  autoFixable: boolean;
5083
5083
  error?: string | null | undefined;
5084
5084
  }[] | null | undefined;
@@ -5273,7 +5273,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
5273
5273
  accountId?: string | null | undefined;
5274
5274
  reason?: string | null | undefined;
5275
5275
  fields?: {
5276
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5276
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5277
5277
  autoFixable: boolean;
5278
5278
  error?: string | null | undefined;
5279
5279
  }[] | null | undefined;
@@ -5370,7 +5370,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
5370
5370
  previousHistoryId: string;
5371
5371
  originalFailureDate: Date;
5372
5372
  fields?: {
5373
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5373
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5374
5374
  autoFixable: boolean;
5375
5375
  error?: string | null | undefined;
5376
5376
  }[] | null | undefined;
@@ -5397,7 +5397,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
5397
5397
  previousHistoryId: string;
5398
5398
  originalFailureDate: Date;
5399
5399
  fields?: {
5400
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5400
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5401
5401
  autoFixable: boolean;
5402
5402
  error?: string | null | undefined;
5403
5403
  }[] | null | undefined;
@@ -5506,7 +5506,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
5506
5506
  accountId?: string | null | undefined;
5507
5507
  reason?: string | null | undefined;
5508
5508
  fields?: {
5509
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5509
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5510
5510
  autoFixable: boolean;
5511
5511
  error?: string | null | undefined;
5512
5512
  }[] | null | undefined;
@@ -5603,7 +5603,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
5603
5603
  previousHistoryId: string;
5604
5604
  originalFailureDate: Date;
5605
5605
  fields?: {
5606
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5606
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5607
5607
  autoFixable: boolean;
5608
5608
  error?: string | null | undefined;
5609
5609
  }[] | null | undefined;
@@ -5630,7 +5630,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
5630
5630
  previousHistoryId: string;
5631
5631
  originalFailureDate: Date;
5632
5632
  fields?: {
5633
- field: "UNKNOWN" | "TITLE" | "DESCRIPTION" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5633
+ field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
5634
5634
  autoFixable: boolean;
5635
5635
  error?: string | null | undefined;
5636
5636
  }[] | null | undefined;