controlresell 2.16.3 → 2.16.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 (112) hide show
  1. package/package.json +1 -1
  2. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +84 -0
  3. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
  4. package/src/com/controlresell/api/responses/items/ListedItem.d.ts +68 -0
  5. package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
  6. package/src/com/controlresell/models/conversations/Conversation.d.ts +67 -0
  7. package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
  8. package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.d.ts +34 -0
  9. package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.d.ts.map +1 -0
  10. package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.js +9 -0
  11. package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.js.map +1 -0
  12. package/src/com/controlresell/models/conversations/ConversationOnPlatformSendMessageRequest.ts +10 -0
  13. package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +52 -0
  14. package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
  15. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +104 -0
  16. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
  17. package/src/com/controlresell/models/conversations/UserConversations.d.ts +89 -0
  18. package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
  19. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +52 -0
  20. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts.map +1 -1
  21. package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +68 -0
  22. package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map +1 -1
  23. package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +68 -0
  24. package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts.map +1 -1
  25. package/src/com/controlresell/models/conversations/messages/ConversationMessage.d.ts +9 -0
  26. package/src/com/controlresell/models/conversations/messages/ConversationMessage.d.ts.map +1 -1
  27. package/src/com/controlresell/models/conversations/messages/ConversationMessage.js +5 -1
  28. package/src/com/controlresell/models/conversations/messages/ConversationMessage.js.map +1 -1
  29. package/src/com/controlresell/models/conversations/messages/ConversationMessage.ts +5 -1
  30. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.d.ts +4 -0
  31. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.d.ts.map +1 -0
  32. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.js +5 -0
  33. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.js.map +1 -0
  34. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.ts +6 -0
  35. package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.d.ts +12 -3
  36. package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.d.ts.map +1 -1
  37. package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.js +6 -2
  38. package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.js.map +1 -1
  39. package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.ts +6 -2
  40. package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.d.ts +12 -3
  41. package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.d.ts.map +1 -1
  42. package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.js +6 -3
  43. package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.js.map +1 -1
  44. package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.ts +6 -3
  45. package/src/com/controlresell/models/conversations/messages/PaginatedConversationMessages.d.ts +15 -0
  46. package/src/com/controlresell/models/conversations/messages/PaginatedConversationMessages.d.ts.map +1 -1
  47. package/src/com/controlresell/models/conversations/messages/UpdateConversationMessagePayload.d.ts +0 -3
  48. package/src/com/controlresell/models/conversations/messages/UpdateConversationMessagePayload.d.ts.map +1 -1
  49. package/src/com/controlresell/models/conversations/messages/UpdateConversationMessagePayload.js +0 -2
  50. package/src/com/controlresell/models/conversations/messages/UpdateConversationMessagePayload.js.map +1 -1
  51. package/src/com/controlresell/models/conversations/messages/UpdateConversationMessagePayload.ts +0 -2
  52. package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.d.ts +9 -3
  53. package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.d.ts.map +1 -1
  54. package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.js +5 -2
  55. package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.js.map +1 -1
  56. package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.ts +5 -2
  57. package/src/com/controlresell/models/conversations/offers/OfferUpdate.d.ts +13 -0
  58. package/src/com/controlresell/models/conversations/offers/OfferUpdate.d.ts.map +1 -0
  59. package/src/com/controlresell/models/conversations/offers/OfferUpdate.js +6 -0
  60. package/src/com/controlresell/models/conversations/offers/OfferUpdate.js.map +1 -0
  61. package/src/com/controlresell/models/conversations/offers/OfferUpdate.ts +7 -0
  62. package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +52 -0
  63. package/src/com/controlresell/models/filters/PreferenceFilter.d.ts.map +1 -1
  64. package/src/com/controlresell/models/items/CreatedItems.d.ts +84 -0
  65. package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
  66. package/src/com/controlresell/models/items/Item.d.ts +68 -0
  67. package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
  68. package/src/com/controlresell/models/items/ItemUpdate.d.ts +84 -0
  69. package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
  70. package/src/com/controlresell/models/items/UpdatedItem.d.ts +84 -0
  71. package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
  72. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +52 -0
  73. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
  74. package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +52 -0
  75. package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
  76. package/src/com/controlresell/models/platforms/orders/Order.d.ts +84 -0
  77. package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
  78. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +52 -0
  79. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts.map +1 -1
  80. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +216 -0
  81. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
  82. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +68 -0
  83. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts.map +1 -1
  84. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +184 -0
  85. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
  86. package/src/com/controlresell/models/transactions/Transaction.d.ts +84 -0
  87. package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
  88. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +68 -0
  89. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
  90. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +184 -0
  91. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
  92. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +52 -0
  93. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
  94. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +52 -0
  95. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
  96. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +3 -0
  97. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts.map +1 -1
  98. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.js +2 -1
  99. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.js.map +1 -1
  100. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.ts +2 -1
  101. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +36 -0
  102. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts.map +1 -1
  103. package/src/com/controlresell/models/users/platforms/UserOnPlatform.js +4 -1
  104. package/src/com/controlresell/models/users/platforms/UserOnPlatform.js.map +1 -1
  105. package/src/com/controlresell/models/users/platforms/UserOnPlatform.ts +4 -1
  106. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +376 -0
  107. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  108. package/src/index.d.ts +3 -0
  109. package/src/index.d.ts.map +1 -1
  110. package/src/index.js +3 -0
  111. package/src/index.js.map +1 -1
  112. package/src/index.ts +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "controlresell",
3
- "version": "2.16.3",
3
+ "version": "2.16.4",
4
4
  "description": "Auto-generated zod project from Kotlin using guimauvedigital/zodable",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -1781,6 +1781,26 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1781
1781
  favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1782
1782
  ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1783
1783
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1784
+ profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1785
+ profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1786
+ id: z.ZodString;
1787
+ userId: z.ZodNumber;
1788
+ path: z.ZodString;
1789
+ signedUrl: z.ZodString;
1790
+ createdAt: z.ZodDate;
1791
+ }, "strip", z.ZodTypeAny, {
1792
+ path: string;
1793
+ id: string;
1794
+ createdAt: Date;
1795
+ userId: number;
1796
+ signedUrl: string;
1797
+ }, {
1798
+ path: string;
1799
+ id: string;
1800
+ createdAt: Date;
1801
+ userId: number;
1802
+ signedUrl: string;
1803
+ }>>>;
1784
1804
  }, "strip", z.ZodTypeAny, {
1785
1805
  status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
1786
1806
  name: string;
@@ -1795,6 +1815,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1795
1815
  favoritesMaxDelay?: number | null | undefined;
1796
1816
  ordersMaxDelay?: number | null | undefined;
1797
1817
  conversationsMaxDelay?: number | null | undefined;
1818
+ profilePictureFileId?: string | null | undefined;
1819
+ profilePicture?: {
1820
+ path: string;
1821
+ id: string;
1822
+ createdAt: Date;
1823
+ userId: number;
1824
+ signedUrl: string;
1825
+ } | null | undefined;
1798
1826
  }, {
1799
1827
  status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
1800
1828
  name: string;
@@ -1809,6 +1837,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1809
1837
  favoritesMaxDelay?: number | null | undefined;
1810
1838
  ordersMaxDelay?: number | null | undefined;
1811
1839
  conversationsMaxDelay?: number | null | undefined;
1840
+ profilePictureFileId?: string | null | undefined;
1841
+ profilePicture?: {
1842
+ path: string;
1843
+ id: string;
1844
+ createdAt: Date;
1845
+ userId: number;
1846
+ signedUrl: string;
1847
+ } | null | undefined;
1812
1848
  }>>>;
1813
1849
  conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1814
1850
  viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1841,6 +1877,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1841
1877
  favoritesMaxDelay?: number | null | undefined;
1842
1878
  ordersMaxDelay?: number | null | undefined;
1843
1879
  conversationsMaxDelay?: number | null | undefined;
1880
+ profilePictureFileId?: string | null | undefined;
1881
+ profilePicture?: {
1882
+ path: string;
1883
+ id: string;
1884
+ createdAt: Date;
1885
+ userId: number;
1886
+ signedUrl: string;
1887
+ } | null | undefined;
1844
1888
  } | null | undefined;
1845
1889
  }, {
1846
1890
  status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
@@ -1870,6 +1914,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1870
1914
  favoritesMaxDelay?: number | null | undefined;
1871
1915
  ordersMaxDelay?: number | null | undefined;
1872
1916
  conversationsMaxDelay?: number | null | undefined;
1917
+ profilePictureFileId?: string | null | undefined;
1918
+ profilePicture?: {
1919
+ path: string;
1920
+ id: string;
1921
+ createdAt: Date;
1922
+ userId: number;
1923
+ signedUrl: string;
1924
+ } | null | undefined;
1873
1925
  } | null | undefined;
1874
1926
  }>, "many">>>;
1875
1927
  actions: z.ZodObject<{
@@ -1955,6 +2007,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1955
2007
  favoritesMaxDelay?: number | null | undefined;
1956
2008
  ordersMaxDelay?: number | null | undefined;
1957
2009
  conversationsMaxDelay?: number | null | undefined;
2010
+ profilePictureFileId?: string | null | undefined;
2011
+ profilePicture?: {
2012
+ path: string;
2013
+ id: string;
2014
+ createdAt: Date;
2015
+ userId: number;
2016
+ signedUrl: string;
2017
+ } | null | undefined;
1958
2018
  } | null | undefined;
1959
2019
  }[] | null | undefined;
1960
2020
  brandId?: number | null | undefined;
@@ -2270,6 +2330,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2270
2330
  favoritesMaxDelay?: number | null | undefined;
2271
2331
  ordersMaxDelay?: number | null | undefined;
2272
2332
  conversationsMaxDelay?: number | null | undefined;
2333
+ profilePictureFileId?: string | null | undefined;
2334
+ profilePicture?: {
2335
+ path: string;
2336
+ id: string;
2337
+ createdAt: Date;
2338
+ userId: number;
2339
+ signedUrl: string;
2340
+ } | null | undefined;
2273
2341
  } | null | undefined;
2274
2342
  }[] | null | undefined;
2275
2343
  brandId?: number | null | undefined;
@@ -2590,6 +2658,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2590
2658
  favoritesMaxDelay?: number | null | undefined;
2591
2659
  ordersMaxDelay?: number | null | undefined;
2592
2660
  conversationsMaxDelay?: number | null | undefined;
2661
+ profilePictureFileId?: string | null | undefined;
2662
+ profilePicture?: {
2663
+ path: string;
2664
+ id: string;
2665
+ createdAt: Date;
2666
+ userId: number;
2667
+ signedUrl: string;
2668
+ } | null | undefined;
2593
2669
  } | null | undefined;
2594
2670
  }[] | null | undefined;
2595
2671
  brandId?: number | null | undefined;
@@ -2911,6 +2987,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2911
2987
  favoritesMaxDelay?: number | null | undefined;
2912
2988
  ordersMaxDelay?: number | null | undefined;
2913
2989
  conversationsMaxDelay?: number | null | undefined;
2990
+ profilePictureFileId?: string | null | undefined;
2991
+ profilePicture?: {
2992
+ path: string;
2993
+ id: string;
2994
+ createdAt: Date;
2995
+ userId: number;
2996
+ signedUrl: string;
2997
+ } | null | undefined;
2914
2998
  } | null | undefined;
2915
2999
  }[] | null | undefined;
2916
3000
  brandId?: number | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
1
+ {"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
@@ -1778,6 +1778,26 @@ export declare const ListedItemSchema: z.ZodObject<{
1778
1778
  favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1779
1779
  ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1780
1780
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1781
+ profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1782
+ profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1783
+ id: z.ZodString;
1784
+ userId: z.ZodNumber;
1785
+ path: z.ZodString;
1786
+ signedUrl: z.ZodString;
1787
+ createdAt: z.ZodDate;
1788
+ }, "strip", z.ZodTypeAny, {
1789
+ path: string;
1790
+ id: string;
1791
+ createdAt: Date;
1792
+ userId: number;
1793
+ signedUrl: string;
1794
+ }, {
1795
+ path: string;
1796
+ id: string;
1797
+ createdAt: Date;
1798
+ userId: number;
1799
+ signedUrl: string;
1800
+ }>>>;
1781
1801
  }, "strip", z.ZodTypeAny, {
1782
1802
  status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
1783
1803
  name: string;
@@ -1792,6 +1812,14 @@ export declare const ListedItemSchema: z.ZodObject<{
1792
1812
  favoritesMaxDelay?: number | null | undefined;
1793
1813
  ordersMaxDelay?: number | null | undefined;
1794
1814
  conversationsMaxDelay?: number | null | undefined;
1815
+ profilePictureFileId?: string | null | undefined;
1816
+ profilePicture?: {
1817
+ path: string;
1818
+ id: string;
1819
+ createdAt: Date;
1820
+ userId: number;
1821
+ signedUrl: string;
1822
+ } | null | undefined;
1795
1823
  }, {
1796
1824
  status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
1797
1825
  name: string;
@@ -1806,6 +1834,14 @@ export declare const ListedItemSchema: z.ZodObject<{
1806
1834
  favoritesMaxDelay?: number | null | undefined;
1807
1835
  ordersMaxDelay?: number | null | undefined;
1808
1836
  conversationsMaxDelay?: number | null | undefined;
1837
+ profilePictureFileId?: string | null | undefined;
1838
+ profilePicture?: {
1839
+ path: string;
1840
+ id: string;
1841
+ createdAt: Date;
1842
+ userId: number;
1843
+ signedUrl: string;
1844
+ } | null | undefined;
1809
1845
  }>>>;
1810
1846
  conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1811
1847
  viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1838,6 +1874,14 @@ export declare const ListedItemSchema: z.ZodObject<{
1838
1874
  favoritesMaxDelay?: number | null | undefined;
1839
1875
  ordersMaxDelay?: number | null | undefined;
1840
1876
  conversationsMaxDelay?: number | null | undefined;
1877
+ profilePictureFileId?: string | null | undefined;
1878
+ profilePicture?: {
1879
+ path: string;
1880
+ id: string;
1881
+ createdAt: Date;
1882
+ userId: number;
1883
+ signedUrl: string;
1884
+ } | null | undefined;
1841
1885
  } | null | undefined;
1842
1886
  }, {
1843
1887
  status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
@@ -1867,6 +1911,14 @@ export declare const ListedItemSchema: z.ZodObject<{
1867
1911
  favoritesMaxDelay?: number | null | undefined;
1868
1912
  ordersMaxDelay?: number | null | undefined;
1869
1913
  conversationsMaxDelay?: number | null | undefined;
1914
+ profilePictureFileId?: string | null | undefined;
1915
+ profilePicture?: {
1916
+ path: string;
1917
+ id: string;
1918
+ createdAt: Date;
1919
+ userId: number;
1920
+ signedUrl: string;
1921
+ } | null | undefined;
1870
1922
  } | null | undefined;
1871
1923
  }>, "many">>>;
1872
1924
  actions: z.ZodObject<{
@@ -1952,6 +2004,14 @@ export declare const ListedItemSchema: z.ZodObject<{
1952
2004
  favoritesMaxDelay?: number | null | undefined;
1953
2005
  ordersMaxDelay?: number | null | undefined;
1954
2006
  conversationsMaxDelay?: number | null | undefined;
2007
+ profilePictureFileId?: string | null | undefined;
2008
+ profilePicture?: {
2009
+ path: string;
2010
+ id: string;
2011
+ createdAt: Date;
2012
+ userId: number;
2013
+ signedUrl: string;
2014
+ } | null | undefined;
1955
2015
  } | null | undefined;
1956
2016
  }[] | null | undefined;
1957
2017
  brandId?: number | null | undefined;
@@ -2267,6 +2327,14 @@ export declare const ListedItemSchema: z.ZodObject<{
2267
2327
  favoritesMaxDelay?: number | null | undefined;
2268
2328
  ordersMaxDelay?: number | null | undefined;
2269
2329
  conversationsMaxDelay?: number | null | undefined;
2330
+ profilePictureFileId?: string | null | undefined;
2331
+ profilePicture?: {
2332
+ path: string;
2333
+ id: string;
2334
+ createdAt: Date;
2335
+ userId: number;
2336
+ signedUrl: string;
2337
+ } | null | undefined;
2270
2338
  } | null | undefined;
2271
2339
  }[] | null | undefined;
2272
2340
  brandId?: number | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"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"}
@@ -24,6 +24,26 @@ export declare const ConversationSchema: z.ZodObject<{
24
24
  favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
25
25
  ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
26
26
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
27
+ profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
29
+ id: z.ZodString;
30
+ userId: z.ZodNumber;
31
+ path: z.ZodString;
32
+ signedUrl: z.ZodString;
33
+ createdAt: z.ZodDate;
34
+ }, "strip", z.ZodTypeAny, {
35
+ path: string;
36
+ id: string;
37
+ createdAt: Date;
38
+ userId: number;
39
+ signedUrl: string;
40
+ }, {
41
+ path: string;
42
+ id: string;
43
+ createdAt: Date;
44
+ userId: number;
45
+ signedUrl: string;
46
+ }>>>;
27
47
  }, "strip", z.ZodTypeAny, {
28
48
  status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
29
49
  name: string;
@@ -38,6 +58,14 @@ export declare const ConversationSchema: z.ZodObject<{
38
58
  favoritesMaxDelay?: number | null | undefined;
39
59
  ordersMaxDelay?: number | null | undefined;
40
60
  conversationsMaxDelay?: number | null | undefined;
61
+ profilePictureFileId?: string | null | undefined;
62
+ profilePicture?: {
63
+ path: string;
64
+ id: string;
65
+ createdAt: Date;
66
+ userId: number;
67
+ signedUrl: string;
68
+ } | null | undefined;
41
69
  }, {
42
70
  status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
43
71
  name: string;
@@ -52,6 +80,14 @@ export declare const ConversationSchema: z.ZodObject<{
52
80
  favoritesMaxDelay?: number | null | undefined;
53
81
  ordersMaxDelay?: number | null | undefined;
54
82
  conversationsMaxDelay?: number | null | undefined;
83
+ profilePictureFileId?: string | null | undefined;
84
+ profilePicture?: {
85
+ path: string;
86
+ id: string;
87
+ createdAt: Date;
88
+ userId: number;
89
+ signedUrl: string;
90
+ } | null | undefined;
55
91
  }>>>;
56
92
  lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
57
93
  id: z.ZodString;
@@ -166,6 +202,9 @@ export declare const ConversationSchema: z.ZodObject<{
166
202
  } | null | undefined;
167
203
  index?: number | null | undefined;
168
204
  }>, "many">>>;
205
+ preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
206
+ preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
207
+ preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
169
208
  }, "strip", z.ZodTypeAny, {
170
209
  type: "MESSAGE" | "STATUS_MESSAGE" | "ACTION_MESSAGE" | "OFFER_REQUEST_MESSAGE" | "OFFER_MESSAGE";
171
210
  status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
@@ -195,6 +234,9 @@ export declare const ConversationSchema: z.ZodObject<{
195
234
  index?: number | null | undefined;
196
235
  }[] | null | undefined;
197
236
  associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
237
+ preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
238
+ preferenceCaseId?: string | null | undefined;
239
+ preferenceVariantId?: string | null | undefined;
198
240
  conversationUserId?: string | null | undefined;
199
241
  platformMessageId?: string | null | undefined;
200
242
  statusHistory?: {
@@ -238,6 +280,9 @@ export declare const ConversationSchema: z.ZodObject<{
238
280
  index?: number | null | undefined;
239
281
  }[] | null | undefined;
240
282
  associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
283
+ preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
284
+ preferenceCaseId?: string | null | undefined;
285
+ preferenceVariantId?: string | null | undefined;
241
286
  conversationUserId?: string | null | undefined;
242
287
  platformMessageId?: string | null | undefined;
243
288
  statusHistory?: {
@@ -353,6 +398,14 @@ export declare const ConversationSchema: z.ZodObject<{
353
398
  favoritesMaxDelay?: number | null | undefined;
354
399
  ordersMaxDelay?: number | null | undefined;
355
400
  conversationsMaxDelay?: number | null | undefined;
401
+ profilePictureFileId?: string | null | undefined;
402
+ profilePicture?: {
403
+ path: string;
404
+ id: string;
405
+ createdAt: Date;
406
+ userId: number;
407
+ signedUrl: string;
408
+ } | null | undefined;
356
409
  } | null | undefined;
357
410
  lastRead?: Date | null | undefined;
358
411
  lastMessage?: {
@@ -384,6 +437,9 @@ export declare const ConversationSchema: z.ZodObject<{
384
437
  index?: number | null | undefined;
385
438
  }[] | null | undefined;
386
439
  associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
440
+ preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
441
+ preferenceCaseId?: string | null | undefined;
442
+ preferenceVariantId?: string | null | undefined;
387
443
  conversationUserId?: string | null | undefined;
388
444
  platformMessageId?: string | null | undefined;
389
445
  statusHistory?: {
@@ -436,6 +492,14 @@ export declare const ConversationSchema: z.ZodObject<{
436
492
  favoritesMaxDelay?: number | null | undefined;
437
493
  ordersMaxDelay?: number | null | undefined;
438
494
  conversationsMaxDelay?: number | null | undefined;
495
+ profilePictureFileId?: string | null | undefined;
496
+ profilePicture?: {
497
+ path: string;
498
+ id: string;
499
+ createdAt: Date;
500
+ userId: number;
501
+ signedUrl: string;
502
+ } | null | undefined;
439
503
  } | null | undefined;
440
504
  lastRead?: Date | null | undefined;
441
505
  lastMessage?: {
@@ -467,6 +531,9 @@ export declare const ConversationSchema: z.ZodObject<{
467
531
  index?: number | null | undefined;
468
532
  }[] | null | undefined;
469
533
  associatedPreferenceType?: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE" | null | undefined;
534
+ preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
535
+ preferenceCaseId?: string | null | undefined;
536
+ preferenceVariantId?: string | null | undefined;
470
537
  conversationUserId?: string | null | undefined;
471
538
  platformMessageId?: string | null | undefined;
472
539
  statusHistory?: {
@@ -1 +1 @@
1
- {"version":3,"file":"Conversation.d.ts","sourceRoot":"","sources":["Conversation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU7B,CAAA;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
1
+ {"version":3,"file":"Conversation.d.ts","sourceRoot":"","sources":["Conversation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU7B,CAAA;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
@@ -0,0 +1,34 @@
1
+ import { z } from "zod";
2
+ export declare const ConversationOnPlatformSendMessageRequestSchema: z.ZodObject<{
3
+ conversationId: z.ZodString;
4
+ accountId: z.ZodString;
5
+ messageIds: z.ZodArray<z.ZodString, "many">;
6
+ offerUpdates: z.ZodArray<z.ZodObject<{
7
+ offerId: z.ZodString;
8
+ accept: z.ZodBoolean;
9
+ }, "strip", z.ZodTypeAny, {
10
+ offerId: string;
11
+ accept: boolean;
12
+ }, {
13
+ offerId: string;
14
+ accept: boolean;
15
+ }>, "many">;
16
+ }, "strip", z.ZodTypeAny, {
17
+ accountId: string;
18
+ conversationId: string;
19
+ messageIds: string[];
20
+ offerUpdates: {
21
+ offerId: string;
22
+ accept: boolean;
23
+ }[];
24
+ }, {
25
+ accountId: string;
26
+ conversationId: string;
27
+ messageIds: string[];
28
+ offerUpdates: {
29
+ offerId: string;
30
+ accept: boolean;
31
+ }[];
32
+ }>;
33
+ export type ConversationOnPlatformSendMessageRequest = z.infer<typeof ConversationOnPlatformSendMessageRequestSchema>;
34
+ //# sourceMappingURL=ConversationOnPlatformSendMessageRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationOnPlatformSendMessageRequest.d.ts","sourceRoot":"","sources":["ConversationOnPlatformSendMessageRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKzD,CAAA;AACF,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8CAA8C,CAAC,CAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+ import { OfferUpdateSchema } from "./offers/OfferUpdate";
3
+ export const ConversationOnPlatformSendMessageRequestSchema = z.object({
4
+ conversationId: z.string().uuid(),
5
+ accountId: z.string().uuid(),
6
+ messageIds: z.array(z.string().uuid()),
7
+ offerUpdates: z.array(OfferUpdateSchema)
8
+ });
9
+ //# sourceMappingURL=ConversationOnPlatformSendMessageRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationOnPlatformSendMessageRequest.js","sourceRoot":"","sources":["ConversationOnPlatformSendMessageRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,iBAAiB,EAAC,MAAM,sBAAsB,CAAA;AAEtD,MAAM,CAAC,MAAM,8CAA8C,GAAG,CAAC,CAAC,MAAM,CAAC;IACnE,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACjC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5B,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;IACtC,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC;CAC3C,CAAC,CAAA"}
@@ -0,0 +1,10 @@
1
+ import {z} from "zod"
2
+ import {OfferUpdateSchema} from "./offers/OfferUpdate"
3
+
4
+ export const ConversationOnPlatformSendMessageRequestSchema = z.object({
5
+ conversationId: z.string().uuid(),
6
+ accountId: z.string().uuid(),
7
+ messageIds: z.array(z.string().uuid()),
8
+ offerUpdates: z.array(OfferUpdateSchema)
9
+ })
10
+ export type ConversationOnPlatformSendMessageRequest = z.infer<typeof ConversationOnPlatformSendMessageRequestSchema>
@@ -629,6 +629,26 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
629
629
  favoritesMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
630
630
  ordersMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
631
631
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
632
+ profilePictureFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
633
+ profilePicture: z.ZodOptional<z.ZodNullable<z.ZodObject<{
634
+ id: z.ZodString;
635
+ userId: z.ZodNumber;
636
+ path: z.ZodString;
637
+ signedUrl: z.ZodString;
638
+ createdAt: z.ZodDate;
639
+ }, "strip", z.ZodTypeAny, {
640
+ path: string;
641
+ id: string;
642
+ createdAt: Date;
643
+ userId: number;
644
+ signedUrl: string;
645
+ }, {
646
+ path: string;
647
+ id: string;
648
+ createdAt: Date;
649
+ userId: number;
650
+ signedUrl: string;
651
+ }>>>;
632
652
  }, "strip", z.ZodTypeAny, {
633
653
  status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
634
654
  name: string;
@@ -643,6 +663,14 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
643
663
  favoritesMaxDelay?: number | null | undefined;
644
664
  ordersMaxDelay?: number | null | undefined;
645
665
  conversationsMaxDelay?: number | null | undefined;
666
+ profilePictureFileId?: string | null | undefined;
667
+ profilePicture?: {
668
+ path: string;
669
+ id: string;
670
+ createdAt: Date;
671
+ userId: number;
672
+ signedUrl: string;
673
+ } | null | undefined;
646
674
  }, {
647
675
  status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
648
676
  name: string;
@@ -657,6 +685,14 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
657
685
  favoritesMaxDelay?: number | null | undefined;
658
686
  ordersMaxDelay?: number | null | undefined;
659
687
  conversationsMaxDelay?: number | null | undefined;
688
+ profilePictureFileId?: string | null | undefined;
689
+ profilePicture?: {
690
+ path: string;
691
+ id: string;
692
+ createdAt: Date;
693
+ userId: number;
694
+ signedUrl: string;
695
+ } | null | undefined;
660
696
  }>;
661
697
  }, "strip", z.ZodTypeAny, {
662
698
  conversation: {
@@ -788,6 +824,14 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
788
824
  favoritesMaxDelay?: number | null | undefined;
789
825
  ordersMaxDelay?: number | null | undefined;
790
826
  conversationsMaxDelay?: number | null | undefined;
827
+ profilePictureFileId?: string | null | undefined;
828
+ profilePicture?: {
829
+ path: string;
830
+ id: string;
831
+ createdAt: Date;
832
+ userId: number;
833
+ signedUrl: string;
834
+ } | null | undefined;
791
835
  };
792
836
  }, {
793
837
  conversation: {
@@ -919,6 +963,14 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
919
963
  favoritesMaxDelay?: number | null | undefined;
920
964
  ordersMaxDelay?: number | null | undefined;
921
965
  conversationsMaxDelay?: number | null | undefined;
966
+ profilePictureFileId?: string | null | undefined;
967
+ profilePicture?: {
968
+ path: string;
969
+ id: string;
970
+ createdAt: Date;
971
+ userId: number;
972
+ signedUrl: string;
973
+ } | null | undefined;
922
974
  };
923
975
  }>;
924
976
  export type ConversationOnPlatformUpdateRequest = z.infer<typeof ConversationOnPlatformUpdateRequestSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"ConversationOnPlatformUpdateRequest.d.ts","sourceRoot":"","sources":["ConversationOnPlatformUpdateRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpD,CAAA;AACF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAA"}
1
+ {"version":3,"file":"ConversationOnPlatformUpdateRequest.d.ts","sourceRoot":"","sources":["ConversationOnPlatformUpdateRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpD,CAAA;AACF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAA"}