controlresell 2.25.8 → 2.25.9

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 (115) hide show
  1. package/package.json +1 -1
  2. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +14 -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 +10 -0
  5. package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
  6. package/src/com/controlresell/api/responses/items/ListedItem.js +3 -1
  7. package/src/com/controlresell/api/responses/items/ListedItem.js.map +1 -1
  8. package/src/com/controlresell/api/responses/items/ListedItem.ts +3 -1
  9. package/src/com/controlresell/models/conversations/Conversation.d.ts +5 -0
  10. package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
  11. package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +5 -0
  12. package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
  13. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +7 -0
  14. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
  15. package/src/com/controlresell/models/conversations/UserConversations.d.ts +7 -0
  16. package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
  17. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +5 -0
  18. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts.map +1 -1
  19. package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +7 -0
  20. package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map +1 -1
  21. package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +7 -0
  22. package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts.map +1 -1
  23. package/src/com/controlresell/models/conversations/messages/variables/PreferenceVariable.d.ts +3 -3
  24. package/src/com/controlresell/models/conversations/messages/variables/PreferenceVariableName.d.ts +1 -1
  25. package/src/com/controlresell/models/conversations/messages/variables/PreferenceVariableName.d.ts.map +1 -1
  26. package/src/com/controlresell/models/conversations/messages/variables/PreferenceVariableName.js +1 -1
  27. package/src/com/controlresell/models/conversations/messages/variables/PreferenceVariableName.js.map +1 -1
  28. package/src/com/controlresell/models/conversations/messages/variables/PreferenceVariableName.ts +1 -1
  29. package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +5 -0
  30. package/src/com/controlresell/models/filters/PreferenceFilter.d.ts.map +1 -1
  31. package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -0
  32. package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
  33. package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -0
  34. package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts.map +1 -1
  35. package/src/com/controlresell/models/items/CreatedItems.d.ts +28 -0
  36. package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
  37. package/src/com/controlresell/models/items/Item.d.ts +10 -0
  38. package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
  39. package/src/com/controlresell/models/items/Item.js +3 -1
  40. package/src/com/controlresell/models/items/Item.js.map +1 -1
  41. package/src/com/controlresell/models/items/Item.ts +3 -1
  42. package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -0
  43. package/src/com/controlresell/models/items/ItemFiltersContext.d.ts.map +1 -1
  44. package/src/com/controlresell/models/items/ItemFiltersContext.js +1 -0
  45. package/src/com/controlresell/models/items/ItemFiltersContext.js.map +1 -1
  46. package/src/com/controlresell/models/items/ItemFiltersContext.ts +1 -0
  47. package/src/com/controlresell/models/items/ItemPurchasePriceUpdate.d.ts +13 -0
  48. package/src/com/controlresell/models/items/ItemPurchasePriceUpdate.d.ts.map +1 -0
  49. package/src/com/controlresell/models/items/ItemPurchasePriceUpdate.js +6 -0
  50. package/src/com/controlresell/models/items/ItemPurchasePriceUpdate.js.map +1 -0
  51. package/src/com/controlresell/models/items/ItemPurchasePriceUpdate.ts +7 -0
  52. package/src/com/controlresell/models/items/ItemUpdate.d.ts +14 -0
  53. package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
  54. package/src/com/controlresell/models/items/ItemsPurchasePricePayload.d.ts +25 -0
  55. package/src/com/controlresell/models/items/ItemsPurchasePricePayload.d.ts.map +1 -0
  56. package/src/com/controlresell/models/items/ItemsPurchasePricePayload.js +6 -0
  57. package/src/com/controlresell/models/items/ItemsPurchasePricePayload.js.map +1 -0
  58. package/src/com/controlresell/models/items/ItemsPurchasePricePayload.ts +7 -0
  59. package/src/com/controlresell/models/items/ItemsPurchasePriceResult.d.ts +10 -0
  60. package/src/com/controlresell/models/items/ItemsPurchasePriceResult.d.ts.map +1 -0
  61. package/src/com/controlresell/models/items/ItemsPurchasePriceResult.js +5 -0
  62. package/src/com/controlresell/models/items/ItemsPurchasePriceResult.js.map +1 -0
  63. package/src/com/controlresell/models/items/ItemsPurchasePriceResult.ts +6 -0
  64. package/src/com/controlresell/models/items/UpdatedItem.d.ts +28 -0
  65. package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
  66. package/src/com/controlresell/models/items/analysis/ItemAnalysisStatus.d.ts +4 -0
  67. package/src/com/controlresell/models/items/analysis/ItemAnalysisStatus.d.ts.map +1 -0
  68. package/src/com/controlresell/models/items/analysis/ItemAnalysisStatus.js +5 -0
  69. package/src/com/controlresell/models/items/analysis/ItemAnalysisStatus.js.map +1 -0
  70. package/src/com/controlresell/models/items/analysis/ItemAnalysisStatus.ts +6 -0
  71. package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts +14 -0
  72. package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts.map +1 -1
  73. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -0
  74. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
  75. package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -0
  76. package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
  77. package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +14 -0
  78. package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts.map +1 -1
  79. package/src/com/controlresell/models/platforms/orders/Order.d.ts +9 -0
  80. package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
  81. package/src/com/controlresell/models/platforms/orders/OrderLabelBlockedReason.d.ts +1 -1
  82. package/src/com/controlresell/models/platforms/orders/OrderLabelBlockedReason.d.ts.map +1 -1
  83. package/src/com/controlresell/models/platforms/orders/OrderLabelBlockedReason.js +1 -1
  84. package/src/com/controlresell/models/platforms/orders/OrderLabelBlockedReason.js.map +1 -1
  85. package/src/com/controlresell/models/platforms/orders/OrderLabelBlockedReason.ts +1 -1
  86. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -0
  87. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts.map +1 -1
  88. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +36 -5
  89. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
  90. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +7 -0
  91. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts.map +1 -1
  92. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +28 -3
  93. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
  94. package/src/com/controlresell/models/transactions/Transaction.d.ts +9 -0
  95. package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
  96. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -0
  97. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
  98. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +25 -0
  99. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
  100. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -0
  101. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
  102. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -0
  103. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
  104. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -0
  105. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts.map +1 -1
  106. package/src/com/controlresell/models/users/platforms/UserOnPlatform.js +2 -1
  107. package/src/com/controlresell/models/users/platforms/UserOnPlatform.js.map +1 -1
  108. package/src/com/controlresell/models/users/platforms/UserOnPlatform.ts +2 -1
  109. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +70 -0
  110. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  111. package/src/index.d.ts +4 -0
  112. package/src/index.d.ts.map +1 -1
  113. package/src/index.js +4 -0
  114. package/src/index.js.map +1 -1
  115. package/src/index.ts +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "controlresell",
3
- "version": "2.25.8",
3
+ "version": "2.25.9",
4
4
  "description": "Auto-generated zod project from Kotlin using zodable",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -2392,6 +2392,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2392
2392
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2393
2393
  restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2394
2394
  walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2395
+ phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2395
2396
  }, "strip", z.ZodTypeAny, {
2396
2397
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
2397
2398
  name: string;
@@ -2422,6 +2423,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2422
2423
  } | null | undefined;
2423
2424
  cooldownEndsAt?: Date | null | undefined;
2424
2425
  walletActivationRequiredAt?: Date | null | undefined;
2426
+ phoneNumberRequiredAt?: Date | null | undefined;
2425
2427
  }, {
2426
2428
  name: string;
2427
2429
  userId: number;
@@ -2452,6 +2454,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2452
2454
  } | null | undefined;
2453
2455
  cooldownEndsAt?: Date | null | undefined;
2454
2456
  walletActivationRequiredAt?: Date | null | undefined;
2457
+ phoneNumberRequiredAt?: Date | null | undefined;
2455
2458
  }>>>;
2456
2459
  conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2457
2460
  viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2506,6 +2509,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2506
2509
  } | null | undefined;
2507
2510
  cooldownEndsAt?: Date | null | undefined;
2508
2511
  walletActivationRequiredAt?: Date | null | undefined;
2512
+ phoneNumberRequiredAt?: Date | null | undefined;
2509
2513
  } | null | undefined;
2510
2514
  orderStatus?: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_IN_PROGRESS" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "FAILED_TO_ORDER_SHIPPING_LABEL" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "RECEIVED_AT_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER" | "VERIFICATION_FAILED" | "ORDER_DISPUTE_RESOLVED" | null | undefined;
2511
2515
  orderType?: "SALE" | "PURCHASE" | null | undefined;
@@ -2555,6 +2559,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2555
2559
  } | null | undefined;
2556
2560
  cooldownEndsAt?: Date | null | undefined;
2557
2561
  walletActivationRequiredAt?: Date | null | undefined;
2562
+ phoneNumberRequiredAt?: Date | null | undefined;
2558
2563
  } | null | undefined;
2559
2564
  orderStatus?: unknown;
2560
2565
  orderType?: "SALE" | "PURCHASE" | null | undefined;
@@ -3298,6 +3303,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3298
3303
  }[] | null | undefined;
3299
3304
  }[] | null | undefined;
3300
3305
  }>>>;
3306
+ analysisStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<["PENDING", "COMPLETED", "FAILED"]>>>;
3301
3307
  }, "strip", z.ZodTypeAny, {
3302
3308
  actions: {
3303
3309
  perAccount: Record<string, ("REPUBLISH" | "UNKNOWN" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE" | "UPDATE_CANCEL" | "BOOST")[]>;
@@ -3397,6 +3403,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3397
3403
  } | null | undefined;
3398
3404
  cooldownEndsAt?: Date | null | undefined;
3399
3405
  walletActivationRequiredAt?: Date | null | undefined;
3406
+ phoneNumberRequiredAt?: Date | null | undefined;
3400
3407
  } | null | undefined;
3401
3408
  orderStatus?: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_IN_PROGRESS" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "FAILED_TO_ORDER_SHIPPING_LABEL" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "RECEIVED_AT_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER" | "VERIFICATION_FAILED" | "ORDER_DISPUTE_RESOLVED" | null | undefined;
3402
3409
  orderType?: "SALE" | "PURCHASE" | null | undefined;
@@ -3812,6 +3819,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3812
3819
  }[] | null | undefined;
3813
3820
  }[] | null | undefined;
3814
3821
  } | null | undefined;
3822
+ analysisStatus?: "PENDING" | "COMPLETED" | "FAILED" | null | undefined;
3815
3823
  }, {
3816
3824
  actions: {
3817
3825
  perAccount: Record<string, unknown[]>;
@@ -3911,6 +3919,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3911
3919
  } | null | undefined;
3912
3920
  cooldownEndsAt?: Date | null | undefined;
3913
3921
  walletActivationRequiredAt?: Date | null | undefined;
3922
+ phoneNumberRequiredAt?: Date | null | undefined;
3914
3923
  } | null | undefined;
3915
3924
  orderStatus?: unknown;
3916
3925
  orderType?: "SALE" | "PURCHASE" | null | undefined;
@@ -4326,6 +4335,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4326
4335
  }[] | null | undefined;
4327
4336
  }[] | null | undefined;
4328
4337
  } | null | undefined;
4338
+ analysisStatus?: "PENDING" | "COMPLETED" | "FAILED" | null | undefined;
4329
4339
  }>, "many">;
4330
4340
  currentPage: z.ZodNumber;
4331
4341
  totalPages: z.ZodNumber;
@@ -4430,6 +4440,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4430
4440
  } | null | undefined;
4431
4441
  cooldownEndsAt?: Date | null | undefined;
4432
4442
  walletActivationRequiredAt?: Date | null | undefined;
4443
+ phoneNumberRequiredAt?: Date | null | undefined;
4433
4444
  } | null | undefined;
4434
4445
  orderStatus?: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_IN_PROGRESS" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "FAILED_TO_ORDER_SHIPPING_LABEL" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "RECEIVED_AT_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER" | "VERIFICATION_FAILED" | "ORDER_DISPUTE_RESOLVED" | null | undefined;
4435
4446
  orderType?: "SALE" | "PURCHASE" | null | undefined;
@@ -4845,6 +4856,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4845
4856
  }[] | null | undefined;
4846
4857
  }[] | null | undefined;
4847
4858
  } | null | undefined;
4859
+ analysisStatus?: "PENDING" | "COMPLETED" | "FAILED" | null | undefined;
4848
4860
  }[];
4849
4861
  currentPage: number;
4850
4862
  totalPages: number;
@@ -4950,6 +4962,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4950
4962
  } | null | undefined;
4951
4963
  cooldownEndsAt?: Date | null | undefined;
4952
4964
  walletActivationRequiredAt?: Date | null | undefined;
4965
+ phoneNumberRequiredAt?: Date | null | undefined;
4953
4966
  } | null | undefined;
4954
4967
  orderStatus?: unknown;
4955
4968
  orderType?: "SALE" | "PURCHASE" | null | undefined;
@@ -5365,6 +5378,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
5365
5378
  }[] | null | undefined;
5366
5379
  }[] | null | undefined;
5367
5380
  } | null | undefined;
5381
+ analysisStatus?: "PENDING" | "COMPLETED" | "FAILED" | null | undefined;
5368
5382
  }[];
5369
5383
  currentPage: number;
5370
5384
  totalPages: number;
@@ -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"}
@@ -2389,6 +2389,7 @@ export declare const ListedItemSchema: z.ZodObject<{
2389
2389
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2390
2390
  restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2391
2391
  walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2392
+ phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2392
2393
  }, "strip", z.ZodTypeAny, {
2393
2394
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
2394
2395
  name: string;
@@ -2419,6 +2420,7 @@ export declare const ListedItemSchema: z.ZodObject<{
2419
2420
  } | null | undefined;
2420
2421
  cooldownEndsAt?: Date | null | undefined;
2421
2422
  walletActivationRequiredAt?: Date | null | undefined;
2423
+ phoneNumberRequiredAt?: Date | null | undefined;
2422
2424
  }, {
2423
2425
  name: string;
2424
2426
  userId: number;
@@ -2449,6 +2451,7 @@ export declare const ListedItemSchema: z.ZodObject<{
2449
2451
  } | null | undefined;
2450
2452
  cooldownEndsAt?: Date | null | undefined;
2451
2453
  walletActivationRequiredAt?: Date | null | undefined;
2454
+ phoneNumberRequiredAt?: Date | null | undefined;
2452
2455
  }>>>;
2453
2456
  conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2454
2457
  viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2503,6 +2506,7 @@ export declare const ListedItemSchema: z.ZodObject<{
2503
2506
  } | null | undefined;
2504
2507
  cooldownEndsAt?: Date | null | undefined;
2505
2508
  walletActivationRequiredAt?: Date | null | undefined;
2509
+ phoneNumberRequiredAt?: Date | null | undefined;
2506
2510
  } | null | undefined;
2507
2511
  orderStatus?: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_IN_PROGRESS" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "FAILED_TO_ORDER_SHIPPING_LABEL" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "RECEIVED_AT_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER" | "VERIFICATION_FAILED" | "ORDER_DISPUTE_RESOLVED" | null | undefined;
2508
2512
  orderType?: "SALE" | "PURCHASE" | null | undefined;
@@ -2552,6 +2556,7 @@ export declare const ListedItemSchema: z.ZodObject<{
2552
2556
  } | null | undefined;
2553
2557
  cooldownEndsAt?: Date | null | undefined;
2554
2558
  walletActivationRequiredAt?: Date | null | undefined;
2559
+ phoneNumberRequiredAt?: Date | null | undefined;
2555
2560
  } | null | undefined;
2556
2561
  orderStatus?: unknown;
2557
2562
  orderType?: "SALE" | "PURCHASE" | null | undefined;
@@ -3295,6 +3300,7 @@ export declare const ListedItemSchema: z.ZodObject<{
3295
3300
  }[] | null | undefined;
3296
3301
  }[] | null | undefined;
3297
3302
  }>>>;
3303
+ analysisStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<["PENDING", "COMPLETED", "FAILED"]>>>;
3298
3304
  }, "strip", z.ZodTypeAny, {
3299
3305
  actions: {
3300
3306
  perAccount: Record<string, ("REPUBLISH" | "UNKNOWN" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE" | "UPDATE_CANCEL" | "BOOST")[]>;
@@ -3394,6 +3400,7 @@ export declare const ListedItemSchema: z.ZodObject<{
3394
3400
  } | null | undefined;
3395
3401
  cooldownEndsAt?: Date | null | undefined;
3396
3402
  walletActivationRequiredAt?: Date | null | undefined;
3403
+ phoneNumberRequiredAt?: Date | null | undefined;
3397
3404
  } | null | undefined;
3398
3405
  orderStatus?: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_IN_PROGRESS" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "FAILED_TO_ORDER_SHIPPING_LABEL" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "RECEIVED_AT_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER" | "VERIFICATION_FAILED" | "ORDER_DISPUTE_RESOLVED" | null | undefined;
3399
3406
  orderType?: "SALE" | "PURCHASE" | null | undefined;
@@ -3809,6 +3816,7 @@ export declare const ListedItemSchema: z.ZodObject<{
3809
3816
  }[] | null | undefined;
3810
3817
  }[] | null | undefined;
3811
3818
  } | null | undefined;
3819
+ analysisStatus?: "PENDING" | "COMPLETED" | "FAILED" | null | undefined;
3812
3820
  }, {
3813
3821
  actions: {
3814
3822
  perAccount: Record<string, unknown[]>;
@@ -3908,6 +3916,7 @@ export declare const ListedItemSchema: z.ZodObject<{
3908
3916
  } | null | undefined;
3909
3917
  cooldownEndsAt?: Date | null | undefined;
3910
3918
  walletActivationRequiredAt?: Date | null | undefined;
3919
+ phoneNumberRequiredAt?: Date | null | undefined;
3911
3920
  } | null | undefined;
3912
3921
  orderStatus?: unknown;
3913
3922
  orderType?: "SALE" | "PURCHASE" | null | undefined;
@@ -4323,6 +4332,7 @@ export declare const ListedItemSchema: z.ZodObject<{
4323
4332
  }[] | null | undefined;
4324
4333
  }[] | null | undefined;
4325
4334
  } | null | undefined;
4335
+ analysisStatus?: "PENDING" | "COMPLETED" | "FAILED" | null | undefined;
4326
4336
  }>;
4327
4337
  export type ListedItem = z.infer<typeof ListedItemSchema>;
4328
4338
  //# sourceMappingURL=ListedItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAarB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuC3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
1
+ {"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAcrB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwC3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
@@ -10,6 +10,7 @@ import { ItemOnPlatformSchema } from "../../../models/items/platforms/ItemOnPlat
10
10
  import { ItemActionsSchema } from "./ItemActions";
11
11
  import { ItemSourceInConversationSchema } from "../../../models/items/ItemSourceInConversation";
12
12
  import { ListedItemOrderSchema } from "./ListedItemOrder";
13
+ import { ItemAnalysisStatusSchema } from "../../../models/items/analysis/ItemAnalysisStatus";
13
14
  export const ListedItemSchema = z.object({
14
15
  id: z.number(),
15
16
  userId: z.number(),
@@ -48,6 +49,7 @@ export const ListedItemSchema = z.object({
48
49
  createdAt: z.coerce.date(),
49
50
  updatedAt: z.coerce.date(),
50
51
  sourceInConversation: ItemSourceInConversationSchema.nullish(),
51
- order: ListedItemOrderSchema.nullish()
52
+ order: ListedItemOrderSchema.nullish(),
53
+ analysisStatus: ItemAnalysisStatusSchema.nullish()
52
54
  });
53
55
  //# sourceMappingURL=ListedItem.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListedItem.js","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ListedItem.js","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"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"}
@@ -10,6 +10,7 @@ import {ItemOnPlatformSchema} from "../../../models/items/platforms/ItemOnPlatfo
10
10
  import {ItemActionsSchema} from "./ItemActions"
11
11
  import {ItemSourceInConversationSchema} from "../../../models/items/ItemSourceInConversation"
12
12
  import {ListedItemOrderSchema} from "./ListedItemOrder"
13
+ import {ItemAnalysisStatusSchema} from "../../../models/items/analysis/ItemAnalysisStatus"
13
14
 
14
15
  export const ListedItemSchema = z.object({
15
16
  id: z.number(),
@@ -49,6 +50,7 @@ export const ListedItemSchema = z.object({
49
50
  createdAt: z.coerce.date(),
50
51
  updatedAt: z.coerce.date(),
51
52
  sourceInConversation: ItemSourceInConversationSchema.nullish(),
52
- order: ListedItemOrderSchema.nullish()
53
+ order: ListedItemOrderSchema.nullish(),
54
+ analysisStatus: ItemAnalysisStatusSchema.nullish()
53
55
  })
54
56
  export type ListedItem = z.infer<typeof ListedItemSchema>
@@ -55,6 +55,7 @@ export declare const ConversationSchema: z.ZodObject<{
55
55
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
56
56
  restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
57
57
  walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
58
+ phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
58
59
  }, "strip", z.ZodTypeAny, {
59
60
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
60
61
  name: string;
@@ -85,6 +86,7 @@ export declare const ConversationSchema: z.ZodObject<{
85
86
  } | null | undefined;
86
87
  cooldownEndsAt?: Date | null | undefined;
87
88
  walletActivationRequiredAt?: Date | null | undefined;
89
+ phoneNumberRequiredAt?: Date | null | undefined;
88
90
  }, {
89
91
  name: string;
90
92
  userId: number;
@@ -115,6 +117,7 @@ export declare const ConversationSchema: z.ZodObject<{
115
117
  } | null | undefined;
116
118
  cooldownEndsAt?: Date | null | undefined;
117
119
  walletActivationRequiredAt?: Date | null | undefined;
120
+ phoneNumberRequiredAt?: Date | null | undefined;
118
121
  }>>>;
119
122
  lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
120
123
  id: z.ZodString;
@@ -490,6 +493,7 @@ export declare const ConversationSchema: z.ZodObject<{
490
493
  } | null | undefined;
491
494
  cooldownEndsAt?: Date | null | undefined;
492
495
  walletActivationRequiredAt?: Date | null | undefined;
496
+ phoneNumberRequiredAt?: Date | null | undefined;
493
497
  } | null | undefined;
494
498
  lastRead?: Date | null | undefined;
495
499
  lastMessage?: {
@@ -605,6 +609,7 @@ export declare const ConversationSchema: z.ZodObject<{
605
609
  } | null | undefined;
606
610
  cooldownEndsAt?: Date | null | undefined;
607
611
  walletActivationRequiredAt?: Date | null | undefined;
612
+ phoneNumberRequiredAt?: Date | null | undefined;
608
613
  } | null | undefined;
609
614
  lastRead?: Date | null | undefined;
610
615
  lastMessage?: {
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAa7B,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAa7B,CAAA;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
@@ -878,6 +878,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
878
878
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
879
879
  restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
880
880
  walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
881
+ phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
881
882
  }, "strip", z.ZodTypeAny, {
882
883
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
883
884
  name: string;
@@ -908,6 +909,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
908
909
  } | null | undefined;
909
910
  cooldownEndsAt?: Date | null | undefined;
910
911
  walletActivationRequiredAt?: Date | null | undefined;
912
+ phoneNumberRequiredAt?: Date | null | undefined;
911
913
  }, {
912
914
  name: string;
913
915
  userId: number;
@@ -938,6 +940,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
938
940
  } | null | undefined;
939
941
  cooldownEndsAt?: Date | null | undefined;
940
942
  walletActivationRequiredAt?: Date | null | undefined;
943
+ phoneNumberRequiredAt?: Date | null | undefined;
941
944
  }>;
942
945
  }, "strip", z.ZodTypeAny, {
943
946
  conversation: {
@@ -1118,6 +1121,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
1118
1121
  } | null | undefined;
1119
1122
  cooldownEndsAt?: Date | null | undefined;
1120
1123
  walletActivationRequiredAt?: Date | null | undefined;
1124
+ phoneNumberRequiredAt?: Date | null | undefined;
1121
1125
  };
1122
1126
  }, {
1123
1127
  conversation: {
@@ -1298,6 +1302,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
1298
1302
  } | null | undefined;
1299
1303
  cooldownEndsAt?: Date | null | undefined;
1300
1304
  walletActivationRequiredAt?: Date | null | undefined;
1305
+ phoneNumberRequiredAt?: Date | null | undefined;
1301
1306
  };
1302
1307
  }>;
1303
1308
  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"}
@@ -57,6 +57,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
57
57
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
58
58
  restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
59
59
  walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
60
+ phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
60
61
  }, "strip", z.ZodTypeAny, {
61
62
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
62
63
  name: string;
@@ -87,6 +88,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
87
88
  } | null | undefined;
88
89
  cooldownEndsAt?: Date | null | undefined;
89
90
  walletActivationRequiredAt?: Date | null | undefined;
91
+ phoneNumberRequiredAt?: Date | null | undefined;
90
92
  }, {
91
93
  name: string;
92
94
  userId: number;
@@ -117,6 +119,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
117
119
  } | null | undefined;
118
120
  cooldownEndsAt?: Date | null | undefined;
119
121
  walletActivationRequiredAt?: Date | null | undefined;
122
+ phoneNumberRequiredAt?: Date | null | undefined;
120
123
  }>>>;
121
124
  lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
122
125
  id: z.ZodString;
@@ -492,6 +495,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
492
495
  } | null | undefined;
493
496
  cooldownEndsAt?: Date | null | undefined;
494
497
  walletActivationRequiredAt?: Date | null | undefined;
498
+ phoneNumberRequiredAt?: Date | null | undefined;
495
499
  } | null | undefined;
496
500
  lastRead?: Date | null | undefined;
497
501
  lastMessage?: {
@@ -607,6 +611,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
607
611
  } | null | undefined;
608
612
  cooldownEndsAt?: Date | null | undefined;
609
613
  walletActivationRequiredAt?: Date | null | undefined;
614
+ phoneNumberRequiredAt?: Date | null | undefined;
610
615
  } | null | undefined;
611
616
  lastRead?: Date | null | undefined;
612
617
  lastMessage?: {
@@ -944,6 +949,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
944
949
  } | null | undefined;
945
950
  cooldownEndsAt?: Date | null | undefined;
946
951
  walletActivationRequiredAt?: Date | null | undefined;
952
+ phoneNumberRequiredAt?: Date | null | undefined;
947
953
  } | null | undefined;
948
954
  lastRead?: Date | null | undefined;
949
955
  lastMessage?: {
@@ -1111,6 +1117,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
1111
1117
  } | null | undefined;
1112
1118
  cooldownEndsAt?: Date | null | undefined;
1113
1119
  walletActivationRequiredAt?: Date | null | undefined;
1120
+ phoneNumberRequiredAt?: Date | null | undefined;
1114
1121
  } | null | undefined;
1115
1122
  lastRead?: Date | null | undefined;
1116
1123
  lastMessage?: {
@@ -1 +1 @@
1
- {"version":3,"file":"ConversationUpdate.d.ts","sourceRoot":"","sources":["ConversationUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAInC,CAAA;AACF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA"}
1
+ {"version":3,"file":"ConversationUpdate.d.ts","sourceRoot":"","sources":["ConversationUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAInC,CAAA;AACF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA"}
@@ -68,6 +68,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
68
68
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
69
69
  restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
70
70
  walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
71
+ phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
71
72
  }, "strip", z.ZodTypeAny, {
72
73
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
73
74
  name: string;
@@ -98,6 +99,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
98
99
  } | null | undefined;
99
100
  cooldownEndsAt?: Date | null | undefined;
100
101
  walletActivationRequiredAt?: Date | null | undefined;
102
+ phoneNumberRequiredAt?: Date | null | undefined;
101
103
  }, {
102
104
  name: string;
103
105
  userId: number;
@@ -128,6 +130,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
128
130
  } | null | undefined;
129
131
  cooldownEndsAt?: Date | null | undefined;
130
132
  walletActivationRequiredAt?: Date | null | undefined;
133
+ phoneNumberRequiredAt?: Date | null | undefined;
131
134
  }>>>;
132
135
  lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
133
136
  id: z.ZodString;
@@ -503,6 +506,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
503
506
  } | null | undefined;
504
507
  cooldownEndsAt?: Date | null | undefined;
505
508
  walletActivationRequiredAt?: Date | null | undefined;
509
+ phoneNumberRequiredAt?: Date | null | undefined;
506
510
  } | null | undefined;
507
511
  lastRead?: Date | null | undefined;
508
512
  lastMessage?: {
@@ -618,6 +622,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
618
622
  } | null | undefined;
619
623
  cooldownEndsAt?: Date | null | undefined;
620
624
  walletActivationRequiredAt?: Date | null | undefined;
625
+ phoneNumberRequiredAt?: Date | null | undefined;
621
626
  } | null | undefined;
622
627
  lastRead?: Date | null | undefined;
623
628
  lastMessage?: {
@@ -738,6 +743,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
738
743
  } | null | undefined;
739
744
  cooldownEndsAt?: Date | null | undefined;
740
745
  walletActivationRequiredAt?: Date | null | undefined;
746
+ phoneNumberRequiredAt?: Date | null | undefined;
741
747
  } | null | undefined;
742
748
  lastRead?: Date | null | undefined;
743
749
  lastMessage?: {
@@ -863,6 +869,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
863
869
  } | null | undefined;
864
870
  cooldownEndsAt?: Date | null | undefined;
865
871
  walletActivationRequiredAt?: Date | null | undefined;
872
+ phoneNumberRequiredAt?: Date | null | undefined;
866
873
  } | null | undefined;
867
874
  lastRead?: Date | null | undefined;
868
875
  lastMessage?: {
@@ -1 +1 @@
1
- {"version":3,"file":"UserConversations.d.ts","sourceRoot":"","sources":["UserConversations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA"}
1
+ {"version":3,"file":"UserConversations.d.ts","sourceRoot":"","sources":["UserConversations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA"}
@@ -60,6 +60,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
60
60
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
61
61
  restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
62
62
  walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
63
+ phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
63
64
  }, "strip", z.ZodTypeAny, {
64
65
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
65
66
  name: string;
@@ -90,6 +91,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
90
91
  } | null | undefined;
91
92
  cooldownEndsAt?: Date | null | undefined;
92
93
  walletActivationRequiredAt?: Date | null | undefined;
94
+ phoneNumberRequiredAt?: Date | null | undefined;
93
95
  }, {
94
96
  name: string;
95
97
  userId: number;
@@ -120,6 +122,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
120
122
  } | null | undefined;
121
123
  cooldownEndsAt?: Date | null | undefined;
122
124
  walletActivationRequiredAt?: Date | null | undefined;
125
+ phoneNumberRequiredAt?: Date | null | undefined;
123
126
  }>>>;
124
127
  }, "strip", z.ZodTypeAny, {
125
128
  id: string;
@@ -160,6 +163,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
160
163
  } | null | undefined;
161
164
  cooldownEndsAt?: Date | null | undefined;
162
165
  walletActivationRequiredAt?: Date | null | undefined;
166
+ phoneNumberRequiredAt?: Date | null | undefined;
163
167
  } | null | undefined;
164
168
  sentAt?: Date | null | undefined;
165
169
  processedAt?: Date | null | undefined;
@@ -202,6 +206,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
202
206
  } | null | undefined;
203
207
  cooldownEndsAt?: Date | null | undefined;
204
208
  walletActivationRequiredAt?: Date | null | undefined;
209
+ phoneNumberRequiredAt?: Date | null | undefined;
205
210
  } | null | undefined;
206
211
  sentAt?: Date | null | undefined;
207
212
  processedAt?: Date | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"ConversationFavorite.d.ts","sourceRoot":"","sources":["ConversationFavorite.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYrC,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA"}
1
+ {"version":3,"file":"ConversationFavorite.d.ts","sourceRoot":"","sources":["ConversationFavorite.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYrC,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA"}
@@ -61,6 +61,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
61
61
  cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
62
62
  restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
63
63
  walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
64
+ phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
64
65
  }, "strip", z.ZodTypeAny, {
65
66
  status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
66
67
  name: string;
@@ -91,6 +92,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
91
92
  } | null | undefined;
92
93
  cooldownEndsAt?: Date | null | undefined;
93
94
  walletActivationRequiredAt?: Date | null | undefined;
95
+ phoneNumberRequiredAt?: Date | null | undefined;
94
96
  }, {
95
97
  name: string;
96
98
  userId: number;
@@ -121,6 +123,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
121
123
  } | null | undefined;
122
124
  cooldownEndsAt?: Date | null | undefined;
123
125
  walletActivationRequiredAt?: Date | null | undefined;
126
+ phoneNumberRequiredAt?: Date | null | undefined;
124
127
  }>>>;
125
128
  }, "strip", z.ZodTypeAny, {
126
129
  id: string;
@@ -161,6 +164,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
161
164
  } | null | undefined;
162
165
  cooldownEndsAt?: Date | null | undefined;
163
166
  walletActivationRequiredAt?: Date | null | undefined;
167
+ phoneNumberRequiredAt?: Date | null | undefined;
164
168
  } | null | undefined;
165
169
  sentAt?: Date | null | undefined;
166
170
  processedAt?: Date | null | undefined;
@@ -203,6 +207,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
203
207
  } | null | undefined;
204
208
  cooldownEndsAt?: Date | null | undefined;
205
209
  walletActivationRequiredAt?: Date | null | undefined;
210
+ phoneNumberRequiredAt?: Date | null | undefined;
206
211
  } | null | undefined;
207
212
  sentAt?: Date | null | undefined;
208
213
  processedAt?: Date | null | undefined;
@@ -247,6 +252,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
247
252
  } | null | undefined;
248
253
  cooldownEndsAt?: Date | null | undefined;
249
254
  walletActivationRequiredAt?: Date | null | undefined;
255
+ phoneNumberRequiredAt?: Date | null | undefined;
250
256
  } | null | undefined;
251
257
  sentAt?: Date | null | undefined;
252
258
  processedAt?: Date | null | undefined;
@@ -291,6 +297,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
291
297
  } | null | undefined;
292
298
  cooldownEndsAt?: Date | null | undefined;
293
299
  walletActivationRequiredAt?: Date | null | undefined;
300
+ phoneNumberRequiredAt?: Date | null | undefined;
294
301
  } | null | undefined;
295
302
  sentAt?: Date | null | undefined;
296
303
  processedAt?: Date | null | undefined;