controlresell 2.16.3 → 2.16.6

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 (147) 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 -5
  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 -12
  16. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
  17. package/src/com/controlresell/models/conversations/UserConversations.d.ts +89 -7
  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 -3
  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 -3
  28. package/src/com/controlresell/models/conversations/messages/ConversationMessage.js.map +1 -1
  29. package/src/com/controlresell/models/conversations/messages/ConversationMessage.ts +5 -3
  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 -6
  36. package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.d.ts.map +1 -1
  37. package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.js +5 -3
  38. package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.js.map +1 -1
  39. package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.ts +5 -3
  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 -5
  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 -6
  53. package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.d.ts.map +1 -1
  54. package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.js +4 -3
  55. package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.js.map +1 -1
  56. package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.ts +4 -3
  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/orders/preferences/CreateOrderLabelPreferencePayload.d.ts +13 -0
  77. package/src/com/controlresell/models/orders/preferences/CreateOrderLabelPreferencePayload.d.ts.map +1 -0
  78. package/src/com/controlresell/models/orders/preferences/CreateOrderLabelPreferencePayload.js +8 -0
  79. package/src/com/controlresell/models/orders/preferences/CreateOrderLabelPreferencePayload.js.map +1 -0
  80. package/src/com/controlresell/models/orders/preferences/CreateOrderLabelPreferencePayload.ts +9 -0
  81. package/src/com/controlresell/models/orders/preferences/OrderLabelPreference.d.ts +22 -0
  82. package/src/com/controlresell/models/orders/preferences/OrderLabelPreference.d.ts.map +1 -0
  83. package/src/com/controlresell/models/orders/preferences/OrderLabelPreference.js +11 -0
  84. package/src/com/controlresell/models/orders/preferences/OrderLabelPreference.js.map +1 -0
  85. package/src/com/controlresell/models/orders/preferences/OrderLabelPreference.ts +12 -0
  86. package/src/com/controlresell/models/orders/preferences/OrderLabelPreferenceDropOffType.d.ts +4 -0
  87. package/src/com/controlresell/models/orders/preferences/OrderLabelPreferenceDropOffType.d.ts.map +1 -0
  88. package/src/com/controlresell/models/orders/preferences/OrderLabelPreferenceDropOffType.js +5 -0
  89. package/src/com/controlresell/models/orders/preferences/OrderLabelPreferenceDropOffType.js.map +1 -0
  90. package/src/com/controlresell/models/orders/preferences/OrderLabelPreferenceDropOffType.ts +6 -0
  91. package/src/com/controlresell/models/orders/preferences/OrderLabelPreferenceTitleType.d.ts +4 -0
  92. package/src/com/controlresell/models/orders/preferences/OrderLabelPreferenceTitleType.d.ts.map +1 -0
  93. package/src/com/controlresell/models/orders/preferences/OrderLabelPreferenceTitleType.js +5 -0
  94. package/src/com/controlresell/models/orders/preferences/OrderLabelPreferenceTitleType.js.map +1 -0
  95. package/src/com/controlresell/models/orders/preferences/OrderLabelPreferenceTitleType.ts +6 -0
  96. package/src/com/controlresell/models/orders/preferences/UpdateOrderLabelPreferencePayload.d.ts +13 -0
  97. package/src/com/controlresell/models/orders/preferences/UpdateOrderLabelPreferencePayload.d.ts.map +1 -0
  98. package/src/com/controlresell/models/orders/preferences/UpdateOrderLabelPreferencePayload.js +8 -0
  99. package/src/com/controlresell/models/orders/preferences/UpdateOrderLabelPreferencePayload.js.map +1 -0
  100. package/src/com/controlresell/models/orders/preferences/UpdateOrderLabelPreferencePayload.ts +9 -0
  101. package/src/com/controlresell/models/platforms/orders/Order.d.ts +84 -0
  102. package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
  103. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +52 -0
  104. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts.map +1 -1
  105. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +216 -0
  106. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
  107. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +68 -0
  108. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts.map +1 -1
  109. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +184 -0
  110. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
  111. package/src/com/controlresell/models/transactions/Transaction.d.ts +84 -0
  112. package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
  113. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +68 -0
  114. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
  115. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +184 -0
  116. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
  117. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +52 -0
  118. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
  119. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +52 -0
  120. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
  121. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +3 -0
  122. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts.map +1 -1
  123. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.js +2 -1
  124. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.js.map +1 -1
  125. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.ts +2 -1
  126. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +36 -0
  127. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts.map +1 -1
  128. package/src/com/controlresell/models/users/platforms/UserOnPlatform.js +4 -1
  129. package/src/com/controlresell/models/users/platforms/UserOnPlatform.js.map +1 -1
  130. package/src/com/controlresell/models/users/platforms/UserOnPlatform.ts +4 -1
  131. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +376 -24
  132. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  133. package/src/index.d.ts +8 -2
  134. package/src/index.d.ts.map +1 -1
  135. package/src/index.js +8 -2
  136. package/src/index.js.map +1 -1
  137. package/src/index.ts +8 -2
  138. package/src/com/controlresell/models/conversations/messages/summary/ConversationSummary.d.ts +0 -119
  139. package/src/com/controlresell/models/conversations/messages/summary/ConversationSummary.d.ts.map +0 -1
  140. package/src/com/controlresell/models/conversations/messages/summary/ConversationSummary.js +0 -9
  141. package/src/com/controlresell/models/conversations/messages/summary/ConversationSummary.js.map +0 -1
  142. package/src/com/controlresell/models/conversations/messages/summary/ConversationSummary.ts +0 -10
  143. package/src/com/controlresell/models/conversations/messages/summary/ConversationSummaryBreakdown.d.ts +0 -19
  144. package/src/com/controlresell/models/conversations/messages/summary/ConversationSummaryBreakdown.d.ts.map +0 -1
  145. package/src/com/controlresell/models/conversations/messages/summary/ConversationSummaryBreakdown.js +0 -8
  146. package/src/com/controlresell/models/conversations/messages/summary/ConversationSummaryBreakdown.js.map +0 -1
  147. package/src/com/controlresell/models/conversations/messages/summary/ConversationSummaryBreakdown.ts +0 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "controlresell",
3
- "version": "2.16.3",
3
+ "version": "2.16.6",
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":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AASrB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgC3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
@@ -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;
@@ -79,7 +115,6 @@ export declare const ConversationSchema: z.ZodObject<{
79
115
  messageId: string;
80
116
  requestId?: string | null | undefined;
81
117
  }>, "many">>>;
82
- associatedPreferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["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"]>>>;
83
118
  body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
84
119
  createdAt: z.ZodDate;
85
120
  offer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -166,6 +201,9 @@ export declare const ConversationSchema: z.ZodObject<{
166
201
  } | null | undefined;
167
202
  index?: number | null | undefined;
168
203
  }>, "many">>>;
204
+ preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
205
+ preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
206
+ preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
169
207
  }, "strip", z.ZodTypeAny, {
170
208
  type: "MESSAGE" | "STATUS_MESSAGE" | "ACTION_MESSAGE" | "OFFER_REQUEST_MESSAGE" | "OFFER_MESSAGE";
171
209
  status: "CANCELED" | "SCHEDULED" | "NEEDS_VALIDATION" | "SENDING" | "FAILED_TO_SEND" | "SENT" | "SEEN";
@@ -194,7 +232,9 @@ export declare const ConversationSchema: z.ZodObject<{
194
232
  } | null | undefined;
195
233
  index?: number | null | undefined;
196
234
  }[] | null | undefined;
197
- 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;
235
+ preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
236
+ preferenceCaseId?: string | null | undefined;
237
+ preferenceVariantId?: string | null | undefined;
198
238
  conversationUserId?: string | null | undefined;
199
239
  platformMessageId?: string | null | undefined;
200
240
  statusHistory?: {
@@ -237,7 +277,9 @@ export declare const ConversationSchema: z.ZodObject<{
237
277
  } | null | undefined;
238
278
  index?: number | null | undefined;
239
279
  }[] | null | undefined;
240
- 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;
280
+ preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
281
+ preferenceCaseId?: string | null | undefined;
282
+ preferenceVariantId?: string | null | undefined;
241
283
  conversationUserId?: string | null | undefined;
242
284
  platformMessageId?: string | null | undefined;
243
285
  statusHistory?: {
@@ -353,6 +395,14 @@ export declare const ConversationSchema: z.ZodObject<{
353
395
  favoritesMaxDelay?: number | null | undefined;
354
396
  ordersMaxDelay?: number | null | undefined;
355
397
  conversationsMaxDelay?: number | null | undefined;
398
+ profilePictureFileId?: string | null | undefined;
399
+ profilePicture?: {
400
+ path: string;
401
+ id: string;
402
+ createdAt: Date;
403
+ userId: number;
404
+ signedUrl: string;
405
+ } | null | undefined;
356
406
  } | null | undefined;
357
407
  lastRead?: Date | null | undefined;
358
408
  lastMessage?: {
@@ -383,7 +433,9 @@ export declare const ConversationSchema: z.ZodObject<{
383
433
  } | null | undefined;
384
434
  index?: number | null | undefined;
385
435
  }[] | null | undefined;
386
- 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;
436
+ preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
437
+ preferenceCaseId?: string | null | undefined;
438
+ preferenceVariantId?: string | null | undefined;
387
439
  conversationUserId?: string | null | undefined;
388
440
  platformMessageId?: string | null | undefined;
389
441
  statusHistory?: {
@@ -436,6 +488,14 @@ export declare const ConversationSchema: z.ZodObject<{
436
488
  favoritesMaxDelay?: number | null | undefined;
437
489
  ordersMaxDelay?: number | null | undefined;
438
490
  conversationsMaxDelay?: number | null | undefined;
491
+ profilePictureFileId?: string | null | undefined;
492
+ profilePicture?: {
493
+ path: string;
494
+ id: string;
495
+ createdAt: Date;
496
+ userId: number;
497
+ signedUrl: string;
498
+ } | null | undefined;
439
499
  } | null | undefined;
440
500
  lastRead?: Date | null | undefined;
441
501
  lastMessage?: {
@@ -466,7 +526,9 @@ export declare const ConversationSchema: z.ZodObject<{
466
526
  } | null | undefined;
467
527
  index?: number | null | undefined;
468
528
  }[] | null | undefined;
469
- 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;
529
+ preferenceType?: "NEGOTIATION" | "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
530
+ preferenceCaseId?: string | null | undefined;
531
+ preferenceVariantId?: string | null | undefined;
470
532
  conversationUserId?: string | null | undefined;
471
533
  platformMessageId?: string | null | undefined;
472
534
  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"}