controlresell 2.25.6 → 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.
- package/package.json +1 -1
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +23 -0
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +17 -0
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.js +3 -1
- package/src/com/controlresell/api/responses/items/ListedItem.js.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.ts +3 -1
- package/src/com/controlresell/models/conversations/Conversation.d.ts +10 -0
- package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +10 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +14 -0
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +14 -0
- package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +10 -0
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +14 -0
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +14 -0
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/variables/PreferenceVariable.d.ts +3 -3
- package/src/com/controlresell/models/conversations/messages/variables/PreferenceVariableName.d.ts +1 -1
- package/src/com/controlresell/models/conversations/messages/variables/PreferenceVariableName.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/variables/PreferenceVariableName.js +1 -1
- package/src/com/controlresell/models/conversations/messages/variables/PreferenceVariableName.js.map +1 -1
- package/src/com/controlresell/models/conversations/messages/variables/PreferenceVariableName.ts +1 -1
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +10 -0
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -0
- package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -0
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/CreatedItems.d.ts +46 -0
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +17 -0
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.js +3 -1
- package/src/com/controlresell/models/items/Item.js.map +1 -1
- package/src/com/controlresell/models/items/Item.ts +3 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -0
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.js +1 -0
- package/src/com/controlresell/models/items/ItemFiltersContext.js.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.ts +1 -0
- package/src/com/controlresell/models/items/ItemPurchasePriceUpdate.d.ts +13 -0
- package/src/com/controlresell/models/items/ItemPurchasePriceUpdate.d.ts.map +1 -0
- package/src/com/controlresell/models/items/ItemPurchasePriceUpdate.js +6 -0
- package/src/com/controlresell/models/items/ItemPurchasePriceUpdate.js.map +1 -0
- package/src/com/controlresell/models/items/ItemPurchasePriceUpdate.ts +7 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +23 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemsPurchasePricePayload.d.ts +25 -0
- package/src/com/controlresell/models/items/ItemsPurchasePricePayload.d.ts.map +1 -0
- package/src/com/controlresell/models/items/ItemsPurchasePricePayload.js +6 -0
- package/src/com/controlresell/models/items/ItemsPurchasePricePayload.js.map +1 -0
- package/src/com/controlresell/models/items/ItemsPurchasePricePayload.ts +7 -0
- package/src/com/controlresell/models/items/ItemsPurchasePriceResult.d.ts +10 -0
- package/src/com/controlresell/models/items/ItemsPurchasePriceResult.d.ts.map +1 -0
- package/src/com/controlresell/models/items/ItemsPurchasePriceResult.js +5 -0
- package/src/com/controlresell/models/items/ItemsPurchasePriceResult.js.map +1 -0
- package/src/com/controlresell/models/items/ItemsPurchasePriceResult.ts +6 -0
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +46 -0
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/analysis/ItemAnalysisStatus.d.ts +4 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisStatus.d.ts.map +1 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisStatus.js +5 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisStatus.js.map +1 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisStatus.ts +6 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts +23 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +10 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +10 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoryFieldsPayload.d.ts +4 -4
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts +4 -4
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +23 -0
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/PlatformCategory.d.ts +3 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformCategory.d.ts.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/PlatformCategory.js +2 -1
- package/src/com/controlresell/models/metadata/platforms/PlatformCategory.js.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/PlatformCategory.ts +2 -1
- package/src/com/controlresell/models/metadata/platforms/PlatformCategoryFieldPayload.d.ts +2 -2
- package/src/com/controlresell/models/metadata/platforms/PlatformEnum.d.ts +2 -2
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumPayload.d.ts +2 -2
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +18 -0
- package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderLabelBlockedReason.d.ts +4 -0
- package/src/com/controlresell/models/platforms/orders/OrderLabelBlockedReason.d.ts.map +1 -0
- package/src/com/controlresell/models/platforms/orders/OrderLabelBlockedReason.js +5 -0
- package/src/com/controlresell/models/platforms/orders/OrderLabelBlockedReason.js.map +1 -0
- package/src/com/controlresell/models/platforms/orders/OrderLabelBlockedReason.ts +6 -0
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +10 -0
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +60 -0
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +14 -0
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +48 -0
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.js +3 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.ts +3 -1
- package/src/com/controlresell/models/transactions/Transaction.d.ts +18 -0
- package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +14 -0
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +45 -0
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +10 -0
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +10 -0
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +6 -0
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js +3 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.ts +3 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +120 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/index.d.ts +5 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +5 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +5 -0
package/package.json
CHANGED
|
@@ -2391,6 +2391,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2391
2391
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
2392
2392
|
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2393
2393
|
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2394
|
+
walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2395
|
+
phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2394
2396
|
}, "strip", z.ZodTypeAny, {
|
|
2395
2397
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
2396
2398
|
name: string;
|
|
@@ -2420,6 +2422,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2420
2422
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2421
2423
|
} | null | undefined;
|
|
2422
2424
|
cooldownEndsAt?: Date | null | undefined;
|
|
2425
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2426
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
2423
2427
|
}, {
|
|
2424
2428
|
name: string;
|
|
2425
2429
|
userId: number;
|
|
@@ -2449,6 +2453,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2449
2453
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2450
2454
|
} | null | undefined;
|
|
2451
2455
|
cooldownEndsAt?: Date | null | undefined;
|
|
2456
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2457
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
2452
2458
|
}>>>;
|
|
2453
2459
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2454
2460
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2502,6 +2508,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2502
2508
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2503
2509
|
} | null | undefined;
|
|
2504
2510
|
cooldownEndsAt?: Date | null | undefined;
|
|
2511
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2512
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
2505
2513
|
} | null | undefined;
|
|
2506
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;
|
|
2507
2515
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -2550,6 +2558,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2550
2558
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2551
2559
|
} | null | undefined;
|
|
2552
2560
|
cooldownEndsAt?: Date | null | undefined;
|
|
2561
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2562
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
2553
2563
|
} | null | undefined;
|
|
2554
2564
|
orderStatus?: unknown;
|
|
2555
2565
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -3293,6 +3303,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3293
3303
|
}[] | null | undefined;
|
|
3294
3304
|
}[] | null | undefined;
|
|
3295
3305
|
}>>>;
|
|
3306
|
+
analysisStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<["PENDING", "COMPLETED", "FAILED"]>>>;
|
|
3296
3307
|
}, "strip", z.ZodTypeAny, {
|
|
3297
3308
|
actions: {
|
|
3298
3309
|
perAccount: Record<string, ("REPUBLISH" | "UNKNOWN" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE" | "UPDATE_CANCEL" | "BOOST")[]>;
|
|
@@ -3391,6 +3402,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3391
3402
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3392
3403
|
} | null | undefined;
|
|
3393
3404
|
cooldownEndsAt?: Date | null | undefined;
|
|
3405
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
3406
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
3394
3407
|
} | null | undefined;
|
|
3395
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;
|
|
3396
3409
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -3806,6 +3819,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3806
3819
|
}[] | null | undefined;
|
|
3807
3820
|
}[] | null | undefined;
|
|
3808
3821
|
} | null | undefined;
|
|
3822
|
+
analysisStatus?: "PENDING" | "COMPLETED" | "FAILED" | null | undefined;
|
|
3809
3823
|
}, {
|
|
3810
3824
|
actions: {
|
|
3811
3825
|
perAccount: Record<string, unknown[]>;
|
|
@@ -3904,6 +3918,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3904
3918
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3905
3919
|
} | null | undefined;
|
|
3906
3920
|
cooldownEndsAt?: Date | null | undefined;
|
|
3921
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
3922
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
3907
3923
|
} | null | undefined;
|
|
3908
3924
|
orderStatus?: unknown;
|
|
3909
3925
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -4319,6 +4335,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4319
4335
|
}[] | null | undefined;
|
|
4320
4336
|
}[] | null | undefined;
|
|
4321
4337
|
} | null | undefined;
|
|
4338
|
+
analysisStatus?: "PENDING" | "COMPLETED" | "FAILED" | null | undefined;
|
|
4322
4339
|
}>, "many">;
|
|
4323
4340
|
currentPage: z.ZodNumber;
|
|
4324
4341
|
totalPages: z.ZodNumber;
|
|
@@ -4422,6 +4439,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4422
4439
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4423
4440
|
} | null | undefined;
|
|
4424
4441
|
cooldownEndsAt?: Date | null | undefined;
|
|
4442
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
4443
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
4425
4444
|
} | null | undefined;
|
|
4426
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;
|
|
4427
4446
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -4837,6 +4856,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4837
4856
|
}[] | null | undefined;
|
|
4838
4857
|
}[] | null | undefined;
|
|
4839
4858
|
} | null | undefined;
|
|
4859
|
+
analysisStatus?: "PENDING" | "COMPLETED" | "FAILED" | null | undefined;
|
|
4840
4860
|
}[];
|
|
4841
4861
|
currentPage: number;
|
|
4842
4862
|
totalPages: number;
|
|
@@ -4941,6 +4961,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4941
4961
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4942
4962
|
} | null | undefined;
|
|
4943
4963
|
cooldownEndsAt?: Date | null | undefined;
|
|
4964
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
4965
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
4944
4966
|
} | null | undefined;
|
|
4945
4967
|
orderStatus?: unknown;
|
|
4946
4968
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -5356,6 +5378,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
5356
5378
|
}[] | null | undefined;
|
|
5357
5379
|
}[] | null | undefined;
|
|
5358
5380
|
} | null | undefined;
|
|
5381
|
+
analysisStatus?: "PENDING" | "COMPLETED" | "FAILED" | null | undefined;
|
|
5359
5382
|
}[];
|
|
5360
5383
|
currentPage: number;
|
|
5361
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
|
|
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"}
|
|
@@ -2388,6 +2388,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2388
2388
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
2389
2389
|
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2390
2390
|
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2391
|
+
walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2392
|
+
phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2391
2393
|
}, "strip", z.ZodTypeAny, {
|
|
2392
2394
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
2393
2395
|
name: string;
|
|
@@ -2417,6 +2419,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2417
2419
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2418
2420
|
} | null | undefined;
|
|
2419
2421
|
cooldownEndsAt?: Date | null | undefined;
|
|
2422
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2423
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
2420
2424
|
}, {
|
|
2421
2425
|
name: string;
|
|
2422
2426
|
userId: number;
|
|
@@ -2446,6 +2450,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2446
2450
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2447
2451
|
} | null | undefined;
|
|
2448
2452
|
cooldownEndsAt?: Date | null | undefined;
|
|
2453
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2454
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
2449
2455
|
}>>>;
|
|
2450
2456
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2451
2457
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2499,6 +2505,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2499
2505
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2500
2506
|
} | null | undefined;
|
|
2501
2507
|
cooldownEndsAt?: Date | null | undefined;
|
|
2508
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2509
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
2502
2510
|
} | null | undefined;
|
|
2503
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;
|
|
2504
2512
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -2547,6 +2555,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2547
2555
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2548
2556
|
} | null | undefined;
|
|
2549
2557
|
cooldownEndsAt?: Date | null | undefined;
|
|
2558
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2559
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
2550
2560
|
} | null | undefined;
|
|
2551
2561
|
orderStatus?: unknown;
|
|
2552
2562
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -3290,6 +3300,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
3290
3300
|
}[] | null | undefined;
|
|
3291
3301
|
}[] | null | undefined;
|
|
3292
3302
|
}>>>;
|
|
3303
|
+
analysisStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<["PENDING", "COMPLETED", "FAILED"]>>>;
|
|
3293
3304
|
}, "strip", z.ZodTypeAny, {
|
|
3294
3305
|
actions: {
|
|
3295
3306
|
perAccount: Record<string, ("REPUBLISH" | "UNKNOWN" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE" | "UPDATE_CANCEL" | "BOOST")[]>;
|
|
@@ -3388,6 +3399,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
3388
3399
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3389
3400
|
} | null | undefined;
|
|
3390
3401
|
cooldownEndsAt?: Date | null | undefined;
|
|
3402
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
3403
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
3391
3404
|
} | null | undefined;
|
|
3392
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;
|
|
3393
3406
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -3803,6 +3816,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
3803
3816
|
}[] | null | undefined;
|
|
3804
3817
|
}[] | null | undefined;
|
|
3805
3818
|
} | null | undefined;
|
|
3819
|
+
analysisStatus?: "PENDING" | "COMPLETED" | "FAILED" | null | undefined;
|
|
3806
3820
|
}, {
|
|
3807
3821
|
actions: {
|
|
3808
3822
|
perAccount: Record<string, unknown[]>;
|
|
@@ -3901,6 +3915,8 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
3901
3915
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3902
3916
|
} | null | undefined;
|
|
3903
3917
|
cooldownEndsAt?: Date | null | undefined;
|
|
3918
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
3919
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
3904
3920
|
} | null | undefined;
|
|
3905
3921
|
orderStatus?: unknown;
|
|
3906
3922
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -4316,6 +4332,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
4316
4332
|
}[] | null | undefined;
|
|
4317
4333
|
}[] | null | undefined;
|
|
4318
4334
|
} | null | undefined;
|
|
4335
|
+
analysisStatus?: "PENDING" | "COMPLETED" | "FAILED" | null | undefined;
|
|
4319
4336
|
}>;
|
|
4320
4337
|
export type ListedItem = z.infer<typeof ListedItemSchema>;
|
|
4321
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;
|
|
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":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,cAAc,EAAC,MAAM,sCAAsC,CAAA;AACnE,OAAO,EAAC,SAAS,EAAC,MAAM,0BAA0B,CAAA;AAClD,OAAO,EAAC,eAAe,EAAC,MAAM,wCAAwC,CAAA;AACtE,OAAO,EAAC,eAAe,EAAC,MAAM,wCAAwC,CAAA;AACtE,OAAO,EAAC,mBAAmB,EAAC,MAAM,qCAAqC,CAAA;AACvE,OAAO,EAAC,4BAA4B,EAAC,MAAM,8CAA8C,CAAA;AACzF,OAAO,EAAC,iBAAiB,EAAC,MAAM,2CAA2C,CAAA;AAC3E,OAAO,EAAC,oBAAoB,EAAC,MAAM,gDAAgD,CAAA;AACnF,OAAO,EAAC,iBAAiB,EAAC,MAAM,eAAe,CAAA;AAC/C,OAAO,EAAC,8BAA8B,EAAC,MAAM,gDAAgD,CAAA;AAC7F,OAAO,EAAC,qBAAqB,EAAC,MAAM,mBAAmB,CAAA;
|
|
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>
|
|
@@ -54,6 +54,8 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
54
54
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
55
55
|
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
56
56
|
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
57
|
+
walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
58
|
+
phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
57
59
|
}, "strip", z.ZodTypeAny, {
|
|
58
60
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
59
61
|
name: string;
|
|
@@ -83,6 +85,8 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
83
85
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
84
86
|
} | null | undefined;
|
|
85
87
|
cooldownEndsAt?: Date | null | undefined;
|
|
88
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
89
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
86
90
|
}, {
|
|
87
91
|
name: string;
|
|
88
92
|
userId: number;
|
|
@@ -112,6 +116,8 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
112
116
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
113
117
|
} | null | undefined;
|
|
114
118
|
cooldownEndsAt?: Date | null | undefined;
|
|
119
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
120
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
115
121
|
}>>>;
|
|
116
122
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
117
123
|
id: z.ZodString;
|
|
@@ -486,6 +492,8 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
486
492
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
487
493
|
} | null | undefined;
|
|
488
494
|
cooldownEndsAt?: Date | null | undefined;
|
|
495
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
496
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
489
497
|
} | null | undefined;
|
|
490
498
|
lastRead?: Date | null | undefined;
|
|
491
499
|
lastMessage?: {
|
|
@@ -600,6 +608,8 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
600
608
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
601
609
|
} | null | undefined;
|
|
602
610
|
cooldownEndsAt?: Date | null | undefined;
|
|
611
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
612
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
603
613
|
} | null | undefined;
|
|
604
614
|
lastRead?: Date | null | undefined;
|
|
605
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
|
|
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"}
|
|
@@ -877,6 +877,8 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
877
877
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
878
878
|
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
879
879
|
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
880
|
+
walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
881
|
+
phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
880
882
|
}, "strip", z.ZodTypeAny, {
|
|
881
883
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
882
884
|
name: string;
|
|
@@ -906,6 +908,8 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
906
908
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
907
909
|
} | null | undefined;
|
|
908
910
|
cooldownEndsAt?: Date | null | undefined;
|
|
911
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
912
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
909
913
|
}, {
|
|
910
914
|
name: string;
|
|
911
915
|
userId: number;
|
|
@@ -935,6 +939,8 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
935
939
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
936
940
|
} | null | undefined;
|
|
937
941
|
cooldownEndsAt?: Date | null | undefined;
|
|
942
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
943
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
938
944
|
}>;
|
|
939
945
|
}, "strip", z.ZodTypeAny, {
|
|
940
946
|
conversation: {
|
|
@@ -1114,6 +1120,8 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1114
1120
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1115
1121
|
} | null | undefined;
|
|
1116
1122
|
cooldownEndsAt?: Date | null | undefined;
|
|
1123
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
1124
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
1117
1125
|
};
|
|
1118
1126
|
}, {
|
|
1119
1127
|
conversation: {
|
|
@@ -1293,6 +1301,8 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1293
1301
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1294
1302
|
} | null | undefined;
|
|
1295
1303
|
cooldownEndsAt?: Date | null | undefined;
|
|
1304
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
1305
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
1296
1306
|
};
|
|
1297
1307
|
}>;
|
|
1298
1308
|
export type ConversationOnPlatformUpdateRequest = z.infer<typeof ConversationOnPlatformUpdateRequestSchema>;
|
package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map
CHANGED
|
@@ -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
|
|
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"}
|
|
@@ -56,6 +56,8 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
56
56
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
57
57
|
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
58
58
|
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
59
|
+
walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
60
|
+
phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
59
61
|
}, "strip", z.ZodTypeAny, {
|
|
60
62
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
61
63
|
name: string;
|
|
@@ -85,6 +87,8 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
85
87
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
86
88
|
} | null | undefined;
|
|
87
89
|
cooldownEndsAt?: Date | null | undefined;
|
|
90
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
91
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
88
92
|
}, {
|
|
89
93
|
name: string;
|
|
90
94
|
userId: number;
|
|
@@ -114,6 +118,8 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
114
118
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
115
119
|
} | null | undefined;
|
|
116
120
|
cooldownEndsAt?: Date | null | undefined;
|
|
121
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
122
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
117
123
|
}>>>;
|
|
118
124
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
119
125
|
id: z.ZodString;
|
|
@@ -488,6 +494,8 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
488
494
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
489
495
|
} | null | undefined;
|
|
490
496
|
cooldownEndsAt?: Date | null | undefined;
|
|
497
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
498
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
491
499
|
} | null | undefined;
|
|
492
500
|
lastRead?: Date | null | undefined;
|
|
493
501
|
lastMessage?: {
|
|
@@ -602,6 +610,8 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
602
610
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
603
611
|
} | null | undefined;
|
|
604
612
|
cooldownEndsAt?: Date | null | undefined;
|
|
613
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
614
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
605
615
|
} | null | undefined;
|
|
606
616
|
lastRead?: Date | null | undefined;
|
|
607
617
|
lastMessage?: {
|
|
@@ -938,6 +948,8 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
938
948
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
939
949
|
} | null | undefined;
|
|
940
950
|
cooldownEndsAt?: Date | null | undefined;
|
|
951
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
952
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
941
953
|
} | null | undefined;
|
|
942
954
|
lastRead?: Date | null | undefined;
|
|
943
955
|
lastMessage?: {
|
|
@@ -1104,6 +1116,8 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
1104
1116
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1105
1117
|
} | null | undefined;
|
|
1106
1118
|
cooldownEndsAt?: Date | null | undefined;
|
|
1119
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
1120
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
1107
1121
|
} | null | undefined;
|
|
1108
1122
|
lastRead?: Date | null | undefined;
|
|
1109
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
|
|
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"}
|
|
@@ -67,6 +67,8 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
67
67
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
68
68
|
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
69
69
|
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
70
|
+
walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
71
|
+
phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
70
72
|
}, "strip", z.ZodTypeAny, {
|
|
71
73
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
72
74
|
name: string;
|
|
@@ -96,6 +98,8 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
96
98
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
97
99
|
} | null | undefined;
|
|
98
100
|
cooldownEndsAt?: Date | null | undefined;
|
|
101
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
102
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
99
103
|
}, {
|
|
100
104
|
name: string;
|
|
101
105
|
userId: number;
|
|
@@ -125,6 +129,8 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
125
129
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
126
130
|
} | null | undefined;
|
|
127
131
|
cooldownEndsAt?: Date | null | undefined;
|
|
132
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
133
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
128
134
|
}>>>;
|
|
129
135
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
130
136
|
id: z.ZodString;
|
|
@@ -499,6 +505,8 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
499
505
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
500
506
|
} | null | undefined;
|
|
501
507
|
cooldownEndsAt?: Date | null | undefined;
|
|
508
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
509
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
502
510
|
} | null | undefined;
|
|
503
511
|
lastRead?: Date | null | undefined;
|
|
504
512
|
lastMessage?: {
|
|
@@ -613,6 +621,8 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
613
621
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
614
622
|
} | null | undefined;
|
|
615
623
|
cooldownEndsAt?: Date | null | undefined;
|
|
624
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
625
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
616
626
|
} | null | undefined;
|
|
617
627
|
lastRead?: Date | null | undefined;
|
|
618
628
|
lastMessage?: {
|
|
@@ -732,6 +742,8 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
732
742
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
733
743
|
} | null | undefined;
|
|
734
744
|
cooldownEndsAt?: Date | null | undefined;
|
|
745
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
746
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
735
747
|
} | null | undefined;
|
|
736
748
|
lastRead?: Date | null | undefined;
|
|
737
749
|
lastMessage?: {
|
|
@@ -856,6 +868,8 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
856
868
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
857
869
|
} | null | undefined;
|
|
858
870
|
cooldownEndsAt?: Date | null | undefined;
|
|
871
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
872
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
859
873
|
} | null | undefined;
|
|
860
874
|
lastRead?: Date | null | undefined;
|
|
861
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
|
|
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"}
|
|
@@ -59,6 +59,8 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
59
59
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
60
60
|
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
61
61
|
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
62
|
+
walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
63
|
+
phoneNumberRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
62
64
|
}, "strip", z.ZodTypeAny, {
|
|
63
65
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
64
66
|
name: string;
|
|
@@ -88,6 +90,8 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
88
90
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
89
91
|
} | null | undefined;
|
|
90
92
|
cooldownEndsAt?: Date | null | undefined;
|
|
93
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
94
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
91
95
|
}, {
|
|
92
96
|
name: string;
|
|
93
97
|
userId: number;
|
|
@@ -117,6 +121,8 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
117
121
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
118
122
|
} | null | undefined;
|
|
119
123
|
cooldownEndsAt?: Date | null | undefined;
|
|
124
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
125
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
120
126
|
}>>>;
|
|
121
127
|
}, "strip", z.ZodTypeAny, {
|
|
122
128
|
id: string;
|
|
@@ -156,6 +162,8 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
156
162
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
157
163
|
} | null | undefined;
|
|
158
164
|
cooldownEndsAt?: Date | null | undefined;
|
|
165
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
166
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
159
167
|
} | null | undefined;
|
|
160
168
|
sentAt?: Date | null | undefined;
|
|
161
169
|
processedAt?: Date | null | undefined;
|
|
@@ -197,6 +205,8 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
197
205
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
198
206
|
} | null | undefined;
|
|
199
207
|
cooldownEndsAt?: Date | null | undefined;
|
|
208
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
209
|
+
phoneNumberRequiredAt?: Date | null | undefined;
|
|
200
210
|
} | null | undefined;
|
|
201
211
|
sentAt?: Date | null | undefined;
|
|
202
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
|
|
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"}
|