controlresell 2.8.51 → 2.8.53

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 (203) hide show
  1. package/package.json +9 -10
  2. package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.d.ts +1 -1
  3. package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.js +2 -2
  4. package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.js.map +1 -1
  5. package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.ts +2 -2
  6. package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.d.ts +2 -2
  7. package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.d.ts +6 -6
  8. package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishRequest.d.ts +23 -71
  9. package/src/com/controlresell/api/requests/items/publish/PublishRequest.d.ts.map +1 -0
  10. package/src/com/controlresell/api/requests/items/publish/PublishRequest.js +11 -0
  11. package/src/com/controlresell/api/requests/items/publish/PublishRequest.js.map +1 -0
  12. package/src/com/controlresell/api/requests/items/publish/PublishRequest.ts +9 -0
  13. package/src/com/controlresell/{inventory/models/items/requests/PublishRequestItem.d.ts → api/requests/items/publish/PublishRequestItems.d.ts} +19 -19
  14. package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.d.ts.map +1 -0
  15. package/src/com/controlresell/{inventory/models/items/requests/PublishRequestItem.js → api/requests/items/publish/PublishRequestItems.js} +3 -3
  16. package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.js.map +1 -0
  17. package/src/com/controlresell/{inventory/models/items/requests/PublishRequestItem.ts → api/requests/items/publish/PublishRequestItems.ts} +2 -2
  18. package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.d.ts +2 -2
  19. package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.d.ts +88 -88
  20. package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.js +5 -5
  21. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -0
  22. package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.ts +5 -5
  23. package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.d.ts +28 -0
  24. package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.d.ts.map +1 -0
  25. package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.js +10 -0
  26. package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.js.map +1 -0
  27. package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.ts +8 -0
  28. package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.d.ts +13 -0
  29. package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.d.ts.map +1 -0
  30. package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.js +9 -0
  31. package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.js.map +1 -0
  32. package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.ts +7 -0
  33. package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.d.ts +22 -0
  34. package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.d.ts.map +1 -0
  35. package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.js +12 -0
  36. package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.js.map +1 -0
  37. package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.ts +10 -0
  38. package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.d.ts +28 -0
  39. package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.d.ts.map +1 -0
  40. package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.js +14 -0
  41. package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.js.map +1 -0
  42. package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.ts +12 -0
  43. package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.d.ts +34 -0
  44. package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.d.ts.map +1 -0
  45. package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js +16 -0
  46. package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js.map +1 -0
  47. package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.ts +14 -0
  48. package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.d.ts +10 -0
  49. package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.d.ts.map +1 -0
  50. package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.js +8 -0
  51. package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.js.map +1 -0
  52. package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.ts +6 -0
  53. package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts +76 -0
  54. package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts.map +1 -0
  55. package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js +11 -0
  56. package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js.map +1 -0
  57. package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.ts +9 -0
  58. package/src/com/controlresell/auth/models/preferences/Preference.d.ts +20 -20
  59. package/src/com/controlresell/auth/models/preferences/PreferenceFilter.d.ts +4 -4
  60. package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +56 -56
  61. package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +46 -46
  62. package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +14 -14
  63. package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +12 -12
  64. package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +14 -14
  65. package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.d.ts +8 -8
  66. package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.d.ts +2 -2
  67. package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.d.ts +4 -4
  68. package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +6 -6
  69. package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +68 -68
  70. package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +10 -10
  71. package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +10 -10
  72. package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +16 -16
  73. package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +10 -10
  74. package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +2 -2
  75. package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.d.ts +2 -2
  76. package/src/com/controlresell/inbox/models/conversations/Conversation.d.ts +6 -6
  77. package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +10 -10
  78. package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.d.ts +10 -10
  79. package/src/com/controlresell/inbox/models/conversations/UserConversations.d.ts +10 -10
  80. package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.d.ts +4 -4
  81. package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.d.ts +6 -6
  82. package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.d.ts +6 -6
  83. package/src/com/controlresell/inbox/models/transactions/Transaction.d.ts +18 -18
  84. package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.d.ts +10 -10
  85. package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +148 -170
  86. package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
  87. package/src/com/controlresell/inventory/models/fees/Fee.d.ts +4 -4
  88. package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +126 -148
  89. package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts.map +1 -1
  90. package/src/com/controlresell/inventory/models/items/Item.d.ts +90 -108
  91. package/src/com/controlresell/inventory/models/items/Item.d.ts.map +1 -1
  92. package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts +39 -0
  93. package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts.map +1 -1
  94. package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js +4 -1
  95. package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js.map +1 -1
  96. package/src/com/controlresell/inventory/models/items/ItemFiltersContext.ts +4 -1
  97. package/src/com/controlresell/inventory/models/items/ItemPayload.d.ts +2 -2
  98. package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +122 -144
  99. package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
  100. package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts +122 -144
  101. package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts.map +1 -1
  102. package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +126 -148
  103. package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -1
  104. package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +42 -56
  105. package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
  106. package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +44 -58
  107. package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts.map +1 -1
  108. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +56 -76
  109. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
  110. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js +2 -2
  111. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js.map +1 -1
  112. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.ts +2 -2
  113. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +4 -10
  114. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.d.ts.map +1 -1
  115. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js +1 -3
  116. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js.map +1 -1
  117. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.ts +1 -3
  118. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +10 -10
  119. package/src/com/controlresell/inventory/models/items/{history/data/RepublishImageVariation.d.ts → images/ImageVariation.d.ts} +3 -3
  120. package/src/com/controlresell/inventory/models/items/images/ImageVariation.d.ts.map +1 -0
  121. package/src/com/controlresell/inventory/models/items/{history/data/RepublishImageVariation.js → images/ImageVariation.js} +3 -3
  122. package/src/com/controlresell/inventory/models/items/images/ImageVariation.js.map +1 -0
  123. package/src/com/controlresell/inventory/models/items/{history/data/RepublishImageVariation.ts → images/ImageVariation.ts} +2 -2
  124. package/src/com/controlresell/inventory/models/items/labels/ItemLabel.d.ts +4 -4
  125. package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.d.ts +6 -6
  126. package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +4 -4
  127. package/src/com/controlresell/inventory/models/metadata/brands/Brand.d.ts +2 -2
  128. package/src/com/controlresell/inventory/models/metadata/labels/Label.d.ts +2 -2
  129. package/src/com/controlresell/inventory/models/metadata/places/Place.d.ts +2 -2
  130. package/src/com/controlresell/models/filters/SavedFilters.d.ts +57 -0
  131. package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
  132. package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +57 -0
  133. package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts.map +1 -1
  134. package/src/com/controlresell/models/platforms/orders/Order.d.ts +55 -55
  135. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +4 -4
  136. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +349 -375
  137. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
  138. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +10 -10
  139. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +245 -267
  140. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
  141. package/src/com/controlresell/models/users/User.d.ts +2 -2
  142. package/src/com/controlresell/models/users/fields/Field.d.ts +2 -2
  143. package/src/com/controlresell/models/users/fields/FieldsWithData.d.ts +4 -4
  144. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +4 -4
  145. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +4 -4
  146. package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +18 -18
  147. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +300 -344
  148. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  149. package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +24 -24
  150. package/src/com/controlresell/notify/models/notifications/NotificationPreference.d.ts +2 -2
  151. package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts +28 -0
  152. package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts.map +1 -0
  153. package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js +14 -0
  154. package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js.map +1 -0
  155. package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.ts +12 -0
  156. package/src/com/controlresell/subscriptions/models/SubscriptionHistory.d.ts +40 -0
  157. package/src/com/controlresell/subscriptions/models/SubscriptionHistory.d.ts.map +1 -0
  158. package/src/com/controlresell/subscriptions/models/SubscriptionHistory.js +18 -0
  159. package/src/com/controlresell/subscriptions/models/SubscriptionHistory.js.map +1 -0
  160. package/src/com/controlresell/subscriptions/models/SubscriptionHistory.ts +16 -0
  161. package/src/index.d.ts +17 -11
  162. package/src/index.d.ts.map +1 -1
  163. package/src/index.js +40 -28
  164. package/src/index.js.map +1 -1
  165. package/src/index.ts +17 -11
  166. package/src/com/controlresell/inventory/models/items/history/data/RepublishImageVariation.d.ts.map +0 -1
  167. package/src/com/controlresell/inventory/models/items/history/data/RepublishImageVariation.js.map +0 -1
  168. package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.d.ts +0 -19
  169. package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.d.ts.map +0 -1
  170. package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.js +0 -11
  171. package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.js.map +0 -1
  172. package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.ts +0 -9
  173. package/src/com/controlresell/inventory/models/items/requests/PublishRequest.d.ts.map +0 -1
  174. package/src/com/controlresell/inventory/models/items/requests/PublishRequest.js +0 -18
  175. package/src/com/controlresell/inventory/models/items/requests/PublishRequest.js.map +0 -1
  176. package/src/com/controlresell/inventory/models/items/requests/PublishRequest.ts +0 -16
  177. package/src/com/controlresell/inventory/models/items/requests/PublishRequestItem.d.ts.map +0 -1
  178. package/src/com/controlresell/inventory/models/items/requests/PublishRequestItem.js.map +0 -1
  179. package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.d.ts +0 -225
  180. package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.d.ts.map +0 -1
  181. package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.js +0 -13
  182. package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.js.map +0 -1
  183. package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.ts +0 -11
  184. package/src/com/controlresell/inventory/models/items/requests/RepublishRequest.js.map +0 -1
  185. package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.d.ts +0 -305
  186. package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.d.ts.map +0 -1
  187. package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.js +0 -12
  188. package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.js.map +0 -1
  189. package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.ts +0 -10
  190. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.d.ts.map +0 -0
  191. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.d.ts.map +0 -0
  192. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.js +0 -0
  193. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.js.map +0 -0
  194. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.ts +0 -0
  195. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.d.ts.map +0 -0
  196. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.js +0 -0
  197. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.js.map +0 -0
  198. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.ts +0 -0
  199. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.d.ts.map +0 -0
  200. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.js +0 -0
  201. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.js.map +0 -0
  202. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.ts +0 -0
  203. /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.d.ts.map +0 -0
@@ -28,8 +28,8 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
28
28
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
29
29
  }, "strip", z.ZodTypeAny, {
30
30
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
31
- name: string;
32
31
  userId: string | number;
32
+ name: string;
33
33
  platform: "ETSY" | "SHOPIFY" | "VINTED";
34
34
  accountId: string;
35
35
  locale?: string | null | undefined;
@@ -42,8 +42,8 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
42
42
  conversationsMaxDelay?: number | null | undefined;
43
43
  }, {
44
44
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
45
- name: string;
46
45
  userId: string | number;
46
+ name: string;
47
47
  platform: "ETSY" | "SHOPIFY" | "VINTED";
48
48
  accountId: string;
49
49
  locale?: string | null | undefined;
@@ -320,14 +320,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
320
320
  isPinned: z.ZodBoolean;
321
321
  }, "strip", z.ZodTypeAny, {
322
322
  id: string;
323
- accountId: string;
324
323
  updatedAt: Date;
324
+ accountId: string;
325
325
  platformConversationId: string;
326
326
  isPinned: boolean;
327
327
  account?: {
328
328
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
329
- name: string;
330
329
  userId: string | number;
330
+ name: string;
331
331
  platform: "ETSY" | "SHOPIFY" | "VINTED";
332
332
  accountId: string;
333
333
  locale?: string | null | undefined;
@@ -403,14 +403,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
403
403
  lastRead?: Date | null | undefined;
404
404
  }, {
405
405
  id: string;
406
- accountId: string;
407
406
  updatedAt: Date;
407
+ accountId: string;
408
408
  platformConversationId: string;
409
409
  isPinned: boolean;
410
410
  account?: {
411
411
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
412
- name: string;
413
412
  userId: string | number;
413
+ name: string;
414
414
  platform: "ETSY" | "SHOPIFY" | "VINTED";
415
415
  accountId: string;
416
416
  locale?: string | null | undefined;
@@ -689,14 +689,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
689
689
  userId: string | number;
690
690
  conversation: {
691
691
  id: string;
692
- accountId: string;
693
692
  updatedAt: Date;
693
+ accountId: string;
694
694
  platformConversationId: string;
695
695
  isPinned: boolean;
696
696
  account?: {
697
697
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
698
- name: string;
699
698
  userId: string | number;
699
+ name: string;
700
700
  platform: "ETSY" | "SHOPIFY" | "VINTED";
701
701
  accountId: string;
702
702
  locale?: string | null | undefined;
@@ -819,14 +819,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
819
819
  userId: string | number;
820
820
  conversation: {
821
821
  id: string;
822
- accountId: string;
823
822
  updatedAt: Date;
823
+ accountId: string;
824
824
  platformConversationId: string;
825
825
  isPinned: boolean;
826
826
  account?: {
827
827
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
828
- name: string;
829
828
  userId: string | number;
829
+ name: string;
830
830
  platform: "ETSY" | "SHOPIFY" | "VINTED";
831
831
  accountId: string;
832
832
  locale?: string | null | undefined;
@@ -39,8 +39,8 @@ export declare const UserConversationsSchema: z.ZodObject<{
39
39
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
40
40
  }, "strip", z.ZodTypeAny, {
41
41
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
42
- name: string;
43
42
  userId: string | number;
43
+ name: string;
44
44
  platform: "ETSY" | "SHOPIFY" | "VINTED";
45
45
  accountId: string;
46
46
  locale?: string | null | undefined;
@@ -53,8 +53,8 @@ export declare const UserConversationsSchema: z.ZodObject<{
53
53
  conversationsMaxDelay?: number | null | undefined;
54
54
  }, {
55
55
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
56
- name: string;
57
56
  userId: string | number;
57
+ name: string;
58
58
  platform: "ETSY" | "SHOPIFY" | "VINTED";
59
59
  accountId: string;
60
60
  locale?: string | null | undefined;
@@ -331,14 +331,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
331
331
  isPinned: z.ZodBoolean;
332
332
  }, "strip", z.ZodTypeAny, {
333
333
  id: string;
334
- accountId: string;
335
334
  updatedAt: Date;
335
+ accountId: string;
336
336
  platformConversationId: string;
337
337
  isPinned: boolean;
338
338
  account?: {
339
339
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
340
- name: string;
341
340
  userId: string | number;
341
+ name: string;
342
342
  platform: "ETSY" | "SHOPIFY" | "VINTED";
343
343
  accountId: string;
344
344
  locale?: string | null | undefined;
@@ -414,14 +414,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
414
414
  lastRead?: Date | null | undefined;
415
415
  }, {
416
416
  id: string;
417
- accountId: string;
418
417
  updatedAt: Date;
418
+ accountId: string;
419
419
  platformConversationId: string;
420
420
  isPinned: boolean;
421
421
  account?: {
422
422
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
423
- name: string;
424
423
  userId: string | number;
424
+ name: string;
425
425
  platform: "ETSY" | "SHOPIFY" | "VINTED";
426
426
  accountId: string;
427
427
  locale?: string | null | undefined;
@@ -507,14 +507,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
507
507
  };
508
508
  rows: {
509
509
  id: string;
510
- accountId: string;
511
510
  updatedAt: Date;
511
+ accountId: string;
512
512
  platformConversationId: string;
513
513
  isPinned: boolean;
514
514
  account?: {
515
515
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
516
- name: string;
517
516
  userId: string | number;
517
+ name: string;
518
518
  platform: "ETSY" | "SHOPIFY" | "VINTED";
519
519
  accountId: string;
520
520
  locale?: string | null | undefined;
@@ -600,14 +600,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
600
600
  };
601
601
  rows: {
602
602
  id: string;
603
- accountId: string;
604
603
  updatedAt: Date;
604
+ accountId: string;
605
605
  platformConversationId: string;
606
606
  isPinned: boolean;
607
607
  account?: {
608
608
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
609
- name: string;
610
609
  userId: string | number;
610
+ name: string;
611
611
  platform: "ETSY" | "SHOPIFY" | "VINTED";
612
612
  accountId: string;
613
613
  locale?: string | null | undefined;
@@ -30,8 +30,8 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
30
30
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
31
31
  }, "strip", z.ZodTypeAny, {
32
32
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
33
- name: string;
34
33
  userId: string | number;
34
+ name: string;
35
35
  platform: "ETSY" | "SHOPIFY" | "VINTED";
36
36
  accountId: string;
37
37
  locale?: string | null | undefined;
@@ -44,8 +44,8 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
44
44
  conversationsMaxDelay?: number | null | undefined;
45
45
  }, {
46
46
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
47
- name: string;
48
47
  userId: string | number;
48
+ name: string;
49
49
  platform: "ETSY" | "SHOPIFY" | "VINTED";
50
50
  accountId: string;
51
51
  locale?: string | null | undefined;
@@ -68,8 +68,8 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
68
68
  rateLimited: boolean;
69
69
  account?: {
70
70
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
71
- name: string;
72
71
  userId: string | number;
72
+ name: string;
73
73
  platform: "ETSY" | "SHOPIFY" | "VINTED";
74
74
  accountId: string;
75
75
  locale?: string | null | undefined;
@@ -92,8 +92,8 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
92
92
  rateLimited: boolean;
93
93
  account?: {
94
94
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
95
- name: string;
96
95
  userId: string | number;
96
+ name: string;
97
97
  platform: "ETSY" | "SHOPIFY" | "VINTED";
98
98
  accountId: string;
99
99
  locale?: string | null | undefined;
@@ -31,8 +31,8 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
31
31
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
32
32
  }, "strip", z.ZodTypeAny, {
33
33
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
34
- name: string;
35
34
  userId: string | number;
35
+ name: string;
36
36
  platform: "ETSY" | "SHOPIFY" | "VINTED";
37
37
  accountId: string;
38
38
  locale?: string | null | undefined;
@@ -45,8 +45,8 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
45
45
  conversationsMaxDelay?: number | null | undefined;
46
46
  }, {
47
47
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
48
- name: string;
49
48
  userId: string | number;
49
+ name: string;
50
50
  platform: "ETSY" | "SHOPIFY" | "VINTED";
51
51
  accountId: string;
52
52
  locale?: string | null | undefined;
@@ -69,8 +69,8 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
69
69
  rateLimited: boolean;
70
70
  account?: {
71
71
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
72
- name: string;
73
72
  userId: string | number;
73
+ name: string;
74
74
  platform: "ETSY" | "SHOPIFY" | "VINTED";
75
75
  accountId: string;
76
76
  locale?: string | null | undefined;
@@ -93,8 +93,8 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
93
93
  rateLimited: boolean;
94
94
  account?: {
95
95
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
96
- name: string;
97
96
  userId: string | number;
97
+ name: string;
98
98
  platform: "ETSY" | "SHOPIFY" | "VINTED";
99
99
  accountId: string;
100
100
  locale?: string | null | undefined;
@@ -119,8 +119,8 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
119
119
  rateLimited: boolean;
120
120
  account?: {
121
121
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
122
- name: string;
123
122
  userId: string | number;
123
+ name: string;
124
124
  platform: "ETSY" | "SHOPIFY" | "VINTED";
125
125
  accountId: string;
126
126
  locale?: string | null | undefined;
@@ -145,8 +145,8 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
145
145
  rateLimited: boolean;
146
146
  account?: {
147
147
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
148
- name: string;
149
148
  userId: string | number;
149
+ name: string;
150
150
  platform: "ETSY" | "SHOPIFY" | "VINTED";
151
151
  accountId: string;
152
152
  locale?: string | null | undefined;
@@ -31,8 +31,8 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
31
31
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
32
32
  }, "strip", z.ZodTypeAny, {
33
33
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
34
- name: string;
35
34
  userId: string | number;
35
+ name: string;
36
36
  platform: "ETSY" | "SHOPIFY" | "VINTED";
37
37
  accountId: string;
38
38
  locale?: string | null | undefined;
@@ -45,8 +45,8 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
45
45
  conversationsMaxDelay?: number | null | undefined;
46
46
  }, {
47
47
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
48
- name: string;
49
48
  userId: string | number;
49
+ name: string;
50
50
  platform: "ETSY" | "SHOPIFY" | "VINTED";
51
51
  accountId: string;
52
52
  locale?: string | null | undefined;
@@ -69,8 +69,8 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
69
69
  rateLimited: boolean;
70
70
  account?: {
71
71
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
72
- name: string;
73
72
  userId: string | number;
73
+ name: string;
74
74
  platform: "ETSY" | "SHOPIFY" | "VINTED";
75
75
  accountId: string;
76
76
  locale?: string | null | undefined;
@@ -93,8 +93,8 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
93
93
  rateLimited: boolean;
94
94
  account?: {
95
95
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
96
- name: string;
97
96
  userId: string | number;
97
+ name: string;
98
98
  platform: "ETSY" | "SHOPIFY" | "VINTED";
99
99
  accountId: string;
100
100
  locale?: string | null | undefined;
@@ -119,8 +119,8 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
119
119
  rateLimited: boolean;
120
120
  account?: {
121
121
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
122
- name: string;
123
122
  userId: string | number;
123
+ name: string;
124
124
  platform: "ETSY" | "SHOPIFY" | "VINTED";
125
125
  accountId: string;
126
126
  locale?: string | null | undefined;
@@ -145,8 +145,8 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
145
145
  rateLimited: boolean;
146
146
  account?: {
147
147
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
148
- name: string;
149
148
  userId: string | number;
149
+ name: string;
150
150
  platform: "ETSY" | "SHOPIFY" | "VINTED";
151
151
  accountId: string;
152
152
  locale?: string | null | undefined;
@@ -43,8 +43,8 @@ export declare const TransactionSchema: z.ZodObject<{
43
43
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
44
44
  }, "strip", z.ZodTypeAny, {
45
45
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
46
- name: string;
47
46
  userId: string | number;
47
+ name: string;
48
48
  platform: "ETSY" | "SHOPIFY" | "VINTED";
49
49
  accountId: string;
50
50
  locale?: string | null | undefined;
@@ -57,8 +57,8 @@ export declare const TransactionSchema: z.ZodObject<{
57
57
  conversationsMaxDelay?: number | null | undefined;
58
58
  }, {
59
59
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
60
- name: string;
61
60
  userId: string | number;
61
+ name: string;
62
62
  platform: "ETSY" | "SHOPIFY" | "VINTED";
63
63
  accountId: string;
64
64
  locale?: string | null | undefined;
@@ -77,11 +77,11 @@ export declare const TransactionSchema: z.ZodObject<{
77
77
  status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
78
78
  id: string;
79
79
  createdAt: Date;
80
+ updatedAt: Date;
80
81
  accountId: string;
81
82
  itemId: string | number;
82
83
  platformId: string;
83
84
  platformUrl: string;
84
- updatedAt: Date;
85
85
  platformPrice: number;
86
86
  publishedAt: Date;
87
87
  favoritesCount?: number | null | undefined;
@@ -89,8 +89,8 @@ export declare const TransactionSchema: z.ZodObject<{
89
89
  conversationId?: string | null | undefined;
90
90
  account?: {
91
91
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
92
- name: string;
93
92
  userId: string | number;
93
+ name: string;
94
94
  platform: "ETSY" | "SHOPIFY" | "VINTED";
95
95
  accountId: string;
96
96
  locale?: string | null | undefined;
@@ -106,11 +106,11 @@ export declare const TransactionSchema: z.ZodObject<{
106
106
  status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
107
107
  id: string;
108
108
  createdAt: Date;
109
+ updatedAt: Date;
109
110
  accountId: string;
110
111
  itemId: string | number;
111
112
  platformId: string;
112
113
  platformUrl: string;
113
- updatedAt: Date;
114
114
  platformPrice: number;
115
115
  publishedAt: Date;
116
116
  favoritesCount?: number | null | undefined;
@@ -118,8 +118,8 @@ export declare const TransactionSchema: z.ZodObject<{
118
118
  conversationId?: string | null | undefined;
119
119
  account?: {
120
120
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
121
- name: string;
122
121
  userId: string | number;
122
+ name: string;
123
123
  platform: "ETSY" | "SHOPIFY" | "VINTED";
124
124
  accountId: string;
125
125
  locale?: string | null | undefined;
@@ -139,11 +139,11 @@ export declare const TransactionSchema: z.ZodObject<{
139
139
  status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
140
140
  id: string;
141
141
  createdAt: Date;
142
+ updatedAt: Date;
142
143
  accountId: string;
143
144
  itemId: string | number;
144
145
  platformId: string;
145
146
  platformUrl: string;
146
- updatedAt: Date;
147
147
  platformPrice: number;
148
148
  publishedAt: Date;
149
149
  favoritesCount?: number | null | undefined;
@@ -151,8 +151,8 @@ export declare const TransactionSchema: z.ZodObject<{
151
151
  conversationId?: string | null | undefined;
152
152
  account?: {
153
153
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
154
- name: string;
155
154
  userId: string | number;
155
+ name: string;
156
156
  platform: "ETSY" | "SHOPIFY" | "VINTED";
157
157
  accountId: string;
158
158
  locale?: string | null | undefined;
@@ -172,11 +172,11 @@ export declare const TransactionSchema: z.ZodObject<{
172
172
  status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
173
173
  id: string;
174
174
  createdAt: Date;
175
+ updatedAt: Date;
175
176
  accountId: string;
176
177
  itemId: string | number;
177
178
  platformId: string;
178
179
  platformUrl: string;
179
- updatedAt: Date;
180
180
  platformPrice: number;
181
181
  publishedAt: Date;
182
182
  favoritesCount?: number | null | undefined;
@@ -184,8 +184,8 @@ export declare const TransactionSchema: z.ZodObject<{
184
184
  conversationId?: string | null | undefined;
185
185
  account?: {
186
186
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
187
- name: string;
188
187
  userId: string | number;
188
+ name: string;
189
189
  platform: "ETSY" | "SHOPIFY" | "VINTED";
190
190
  accountId: string;
191
191
  locale?: string | null | undefined;
@@ -203,8 +203,6 @@ export declare const TransactionSchema: z.ZodObject<{
203
203
  id: string;
204
204
  accountId: string;
205
205
  platformTransactionId: string;
206
- conversationId?: string | null | undefined;
207
- shipmentId?: string | null | undefined;
208
206
  items?: {
209
207
  transactionId: string;
210
208
  itemOnPlatformId: string;
@@ -212,11 +210,11 @@ export declare const TransactionSchema: z.ZodObject<{
212
210
  status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
213
211
  id: string;
214
212
  createdAt: Date;
213
+ updatedAt: Date;
215
214
  accountId: string;
216
215
  itemId: string | number;
217
216
  platformId: string;
218
217
  platformUrl: string;
219
- updatedAt: Date;
220
218
  platformPrice: number;
221
219
  publishedAt: Date;
222
220
  favoritesCount?: number | null | undefined;
@@ -224,8 +222,8 @@ export declare const TransactionSchema: z.ZodObject<{
224
222
  conversationId?: string | null | undefined;
225
223
  account?: {
226
224
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
227
- name: string;
228
225
  userId: string | number;
226
+ name: string;
229
227
  platform: "ETSY" | "SHOPIFY" | "VINTED";
230
228
  accountId: string;
231
229
  locale?: string | null | undefined;
@@ -239,14 +237,14 @@ export declare const TransactionSchema: z.ZodObject<{
239
237
  } | null | undefined;
240
238
  } | null | undefined;
241
239
  }[] | null | undefined;
240
+ conversationId?: string | null | undefined;
241
+ shipmentId?: string | null | undefined;
242
242
  buyerPlatformId?: string | null | undefined;
243
243
  sellerPlatformId?: string | null | undefined;
244
244
  }, {
245
245
  id: string;
246
246
  accountId: string;
247
247
  platformTransactionId: string;
248
- conversationId?: string | null | undefined;
249
- shipmentId?: string | null | undefined;
250
248
  items?: {
251
249
  transactionId: string;
252
250
  itemOnPlatformId: string;
@@ -254,11 +252,11 @@ export declare const TransactionSchema: z.ZodObject<{
254
252
  status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
255
253
  id: string;
256
254
  createdAt: Date;
255
+ updatedAt: Date;
257
256
  accountId: string;
258
257
  itemId: string | number;
259
258
  platformId: string;
260
259
  platformUrl: string;
261
- updatedAt: Date;
262
260
  platformPrice: number;
263
261
  publishedAt: Date;
264
262
  favoritesCount?: number | null | undefined;
@@ -266,8 +264,8 @@ export declare const TransactionSchema: z.ZodObject<{
266
264
  conversationId?: string | null | undefined;
267
265
  account?: {
268
266
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
269
- name: string;
270
267
  userId: string | number;
268
+ name: string;
271
269
  platform: "ETSY" | "SHOPIFY" | "VINTED";
272
270
  accountId: string;
273
271
  locale?: string | null | undefined;
@@ -281,6 +279,8 @@ export declare const TransactionSchema: z.ZodObject<{
281
279
  } | null | undefined;
282
280
  } | null | undefined;
283
281
  }[] | null | undefined;
282
+ conversationId?: string | null | undefined;
283
+ shipmentId?: string | null | undefined;
284
284
  buyerPlatformId?: string | null | undefined;
285
285
  sellerPlatformId?: string | null | undefined;
286
286
  }>;
@@ -35,8 +35,8 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
35
35
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
36
36
  }, "strip", z.ZodTypeAny, {
37
37
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
38
- name: string;
39
38
  userId: string | number;
39
+ name: string;
40
40
  platform: "ETSY" | "SHOPIFY" | "VINTED";
41
41
  accountId: string;
42
42
  locale?: string | null | undefined;
@@ -49,8 +49,8 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
49
49
  conversationsMaxDelay?: number | null | undefined;
50
50
  }, {
51
51
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
52
- name: string;
53
52
  userId: string | number;
53
+ name: string;
54
54
  platform: "ETSY" | "SHOPIFY" | "VINTED";
55
55
  accountId: string;
56
56
  locale?: string | null | undefined;
@@ -69,11 +69,11 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
69
69
  status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
70
70
  id: string;
71
71
  createdAt: Date;
72
+ updatedAt: Date;
72
73
  accountId: string;
73
74
  itemId: string | number;
74
75
  platformId: string;
75
76
  platformUrl: string;
76
- updatedAt: Date;
77
77
  platformPrice: number;
78
78
  publishedAt: Date;
79
79
  favoritesCount?: number | null | undefined;
@@ -81,8 +81,8 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
81
81
  conversationId?: string | null | undefined;
82
82
  account?: {
83
83
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
84
- name: string;
85
84
  userId: string | number;
85
+ name: string;
86
86
  platform: "ETSY" | "SHOPIFY" | "VINTED";
87
87
  accountId: string;
88
88
  locale?: string | null | undefined;
@@ -98,11 +98,11 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
98
98
  status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
99
99
  id: string;
100
100
  createdAt: Date;
101
+ updatedAt: Date;
101
102
  accountId: string;
102
103
  itemId: string | number;
103
104
  platformId: string;
104
105
  platformUrl: string;
105
- updatedAt: Date;
106
106
  platformPrice: number;
107
107
  publishedAt: Date;
108
108
  favoritesCount?: number | null | undefined;
@@ -110,8 +110,8 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
110
110
  conversationId?: string | null | undefined;
111
111
  account?: {
112
112
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
113
- name: string;
114
113
  userId: string | number;
114
+ name: string;
115
115
  platform: "ETSY" | "SHOPIFY" | "VINTED";
116
116
  accountId: string;
117
117
  locale?: string | null | undefined;
@@ -131,11 +131,11 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
131
131
  status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
132
132
  id: string;
133
133
  createdAt: Date;
134
+ updatedAt: Date;
134
135
  accountId: string;
135
136
  itemId: string | number;
136
137
  platformId: string;
137
138
  platformUrl: string;
138
- updatedAt: Date;
139
139
  platformPrice: number;
140
140
  publishedAt: Date;
141
141
  favoritesCount?: number | null | undefined;
@@ -143,8 +143,8 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
143
143
  conversationId?: string | null | undefined;
144
144
  account?: {
145
145
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
146
- name: string;
147
146
  userId: string | number;
147
+ name: string;
148
148
  platform: "ETSY" | "SHOPIFY" | "VINTED";
149
149
  accountId: string;
150
150
  locale?: string | null | undefined;
@@ -164,11 +164,11 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
164
164
  status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
165
165
  id: string;
166
166
  createdAt: Date;
167
+ updatedAt: Date;
167
168
  accountId: string;
168
169
  itemId: string | number;
169
170
  platformId: string;
170
171
  platformUrl: string;
171
- updatedAt: Date;
172
172
  platformPrice: number;
173
173
  publishedAt: Date;
174
174
  favoritesCount?: number | null | undefined;
@@ -176,8 +176,8 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
176
176
  conversationId?: string | null | undefined;
177
177
  account?: {
178
178
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
179
- name: string;
180
179
  userId: string | number;
180
+ name: string;
181
181
  platform: "ETSY" | "SHOPIFY" | "VINTED";
182
182
  accountId: string;
183
183
  locale?: string | null | undefined;