controlresell 2.25.6 → 2.25.8
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 +9 -0
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +7 -0
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/Conversation.d.ts +5 -0
- package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +5 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +7 -0
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +7 -0
- package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +5 -0
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +7 -0
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +7 -0
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +5 -0
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts.map +1 -1
- package/src/com/controlresell/models/items/CreatedItems.d.ts +18 -0
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +7 -0
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +9 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +18 -0
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts +9 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -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 +9 -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 +9 -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 +5 -0
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +29 -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 +7 -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 +23 -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 +9 -0
- package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -0
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +20 -0
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -0
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -0
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -0
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js +2 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.ts +2 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +50 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -0
package/package.json
CHANGED
|
@@ -2391,6 +2391,7 @@ 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>>;
|
|
2394
2395
|
}, "strip", z.ZodTypeAny, {
|
|
2395
2396
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
2396
2397
|
name: string;
|
|
@@ -2420,6 +2421,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2420
2421
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2421
2422
|
} | null | undefined;
|
|
2422
2423
|
cooldownEndsAt?: Date | null | undefined;
|
|
2424
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2423
2425
|
}, {
|
|
2424
2426
|
name: string;
|
|
2425
2427
|
userId: number;
|
|
@@ -2449,6 +2451,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2449
2451
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2450
2452
|
} | null | undefined;
|
|
2451
2453
|
cooldownEndsAt?: Date | null | undefined;
|
|
2454
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2452
2455
|
}>>>;
|
|
2453
2456
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2454
2457
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2502,6 +2505,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2502
2505
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2503
2506
|
} | null | undefined;
|
|
2504
2507
|
cooldownEndsAt?: Date | null | undefined;
|
|
2508
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2505
2509
|
} | null | undefined;
|
|
2506
2510
|
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
2511
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -2550,6 +2554,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2550
2554
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2551
2555
|
} | null | undefined;
|
|
2552
2556
|
cooldownEndsAt?: Date | null | undefined;
|
|
2557
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2553
2558
|
} | null | undefined;
|
|
2554
2559
|
orderStatus?: unknown;
|
|
2555
2560
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -3391,6 +3396,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3391
3396
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3392
3397
|
} | null | undefined;
|
|
3393
3398
|
cooldownEndsAt?: Date | null | undefined;
|
|
3399
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
3394
3400
|
} | null | undefined;
|
|
3395
3401
|
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
3402
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -3904,6 +3910,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3904
3910
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3905
3911
|
} | null | undefined;
|
|
3906
3912
|
cooldownEndsAt?: Date | null | undefined;
|
|
3913
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
3907
3914
|
} | null | undefined;
|
|
3908
3915
|
orderStatus?: unknown;
|
|
3909
3916
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -4422,6 +4429,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4422
4429
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4423
4430
|
} | null | undefined;
|
|
4424
4431
|
cooldownEndsAt?: Date | null | undefined;
|
|
4432
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
4425
4433
|
} | null | undefined;
|
|
4426
4434
|
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
4435
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -4941,6 +4949,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4941
4949
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4942
4950
|
} | null | undefined;
|
|
4943
4951
|
cooldownEndsAt?: Date | null | undefined;
|
|
4952
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
4944
4953
|
} | null | undefined;
|
|
4945
4954
|
orderStatus?: unknown;
|
|
4946
4955
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB
|
|
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,7 @@ 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>>;
|
|
2391
2392
|
}, "strip", z.ZodTypeAny, {
|
|
2392
2393
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
2393
2394
|
name: string;
|
|
@@ -2417,6 +2418,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2417
2418
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2418
2419
|
} | null | undefined;
|
|
2419
2420
|
cooldownEndsAt?: Date | null | undefined;
|
|
2421
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2420
2422
|
}, {
|
|
2421
2423
|
name: string;
|
|
2422
2424
|
userId: number;
|
|
@@ -2446,6 +2448,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2446
2448
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2447
2449
|
} | null | undefined;
|
|
2448
2450
|
cooldownEndsAt?: Date | null | undefined;
|
|
2451
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2449
2452
|
}>>>;
|
|
2450
2453
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2451
2454
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2499,6 +2502,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2499
2502
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2500
2503
|
} | null | undefined;
|
|
2501
2504
|
cooldownEndsAt?: Date | null | undefined;
|
|
2505
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2502
2506
|
} | null | undefined;
|
|
2503
2507
|
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
2508
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -2547,6 +2551,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2547
2551
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2548
2552
|
} | null | undefined;
|
|
2549
2553
|
cooldownEndsAt?: Date | null | undefined;
|
|
2554
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
2550
2555
|
} | null | undefined;
|
|
2551
2556
|
orderStatus?: unknown;
|
|
2552
2557
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -3388,6 +3393,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
3388
3393
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3389
3394
|
} | null | undefined;
|
|
3390
3395
|
cooldownEndsAt?: Date | null | undefined;
|
|
3396
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
3391
3397
|
} | null | undefined;
|
|
3392
3398
|
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
3399
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -3901,6 +3907,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
3901
3907
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3902
3908
|
} | null | undefined;
|
|
3903
3909
|
cooldownEndsAt?: Date | null | undefined;
|
|
3910
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
3904
3911
|
} | null | undefined;
|
|
3905
3912
|
orderStatus?: unknown;
|
|
3906
3913
|
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
@@ -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
|
|
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"}
|
|
@@ -54,6 +54,7 @@ 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>>;
|
|
57
58
|
}, "strip", z.ZodTypeAny, {
|
|
58
59
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
59
60
|
name: string;
|
|
@@ -83,6 +84,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
83
84
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
84
85
|
} | null | undefined;
|
|
85
86
|
cooldownEndsAt?: Date | null | undefined;
|
|
87
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
86
88
|
}, {
|
|
87
89
|
name: string;
|
|
88
90
|
userId: number;
|
|
@@ -112,6 +114,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
112
114
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
113
115
|
} | null | undefined;
|
|
114
116
|
cooldownEndsAt?: Date | null | undefined;
|
|
117
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
115
118
|
}>>>;
|
|
116
119
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
117
120
|
id: z.ZodString;
|
|
@@ -486,6 +489,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
486
489
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
487
490
|
} | null | undefined;
|
|
488
491
|
cooldownEndsAt?: Date | null | undefined;
|
|
492
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
489
493
|
} | null | undefined;
|
|
490
494
|
lastRead?: Date | null | undefined;
|
|
491
495
|
lastMessage?: {
|
|
@@ -600,6 +604,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
600
604
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
601
605
|
} | null | undefined;
|
|
602
606
|
cooldownEndsAt?: Date | null | undefined;
|
|
607
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
603
608
|
} | null | undefined;
|
|
604
609
|
lastRead?: Date | null | undefined;
|
|
605
610
|
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,7 @@ 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>>;
|
|
880
881
|
}, "strip", z.ZodTypeAny, {
|
|
881
882
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
882
883
|
name: string;
|
|
@@ -906,6 +907,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
906
907
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
907
908
|
} | null | undefined;
|
|
908
909
|
cooldownEndsAt?: Date | null | undefined;
|
|
910
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
909
911
|
}, {
|
|
910
912
|
name: string;
|
|
911
913
|
userId: number;
|
|
@@ -935,6 +937,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
935
937
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
936
938
|
} | null | undefined;
|
|
937
939
|
cooldownEndsAt?: Date | null | undefined;
|
|
940
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
938
941
|
}>;
|
|
939
942
|
}, "strip", z.ZodTypeAny, {
|
|
940
943
|
conversation: {
|
|
@@ -1114,6 +1117,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1114
1117
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1115
1118
|
} | null | undefined;
|
|
1116
1119
|
cooldownEndsAt?: Date | null | undefined;
|
|
1120
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
1117
1121
|
};
|
|
1118
1122
|
}, {
|
|
1119
1123
|
conversation: {
|
|
@@ -1293,6 +1297,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1293
1297
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1294
1298
|
} | null | undefined;
|
|
1295
1299
|
cooldownEndsAt?: Date | null | undefined;
|
|
1300
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
1296
1301
|
};
|
|
1297
1302
|
}>;
|
|
1298
1303
|
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,7 @@ 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>>;
|
|
59
60
|
}, "strip", z.ZodTypeAny, {
|
|
60
61
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
61
62
|
name: string;
|
|
@@ -85,6 +86,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
85
86
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
86
87
|
} | null | undefined;
|
|
87
88
|
cooldownEndsAt?: Date | null | undefined;
|
|
89
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
88
90
|
}, {
|
|
89
91
|
name: string;
|
|
90
92
|
userId: number;
|
|
@@ -114,6 +116,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
114
116
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
115
117
|
} | null | undefined;
|
|
116
118
|
cooldownEndsAt?: Date | null | undefined;
|
|
119
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
117
120
|
}>>>;
|
|
118
121
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
119
122
|
id: z.ZodString;
|
|
@@ -488,6 +491,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
488
491
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
489
492
|
} | null | undefined;
|
|
490
493
|
cooldownEndsAt?: Date | null | undefined;
|
|
494
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
491
495
|
} | null | undefined;
|
|
492
496
|
lastRead?: Date | null | undefined;
|
|
493
497
|
lastMessage?: {
|
|
@@ -602,6 +606,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
602
606
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
603
607
|
} | null | undefined;
|
|
604
608
|
cooldownEndsAt?: Date | null | undefined;
|
|
609
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
605
610
|
} | null | undefined;
|
|
606
611
|
lastRead?: Date | null | undefined;
|
|
607
612
|
lastMessage?: {
|
|
@@ -938,6 +943,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
938
943
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
939
944
|
} | null | undefined;
|
|
940
945
|
cooldownEndsAt?: Date | null | undefined;
|
|
946
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
941
947
|
} | null | undefined;
|
|
942
948
|
lastRead?: Date | null | undefined;
|
|
943
949
|
lastMessage?: {
|
|
@@ -1104,6 +1110,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
1104
1110
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1105
1111
|
} | null | undefined;
|
|
1106
1112
|
cooldownEndsAt?: Date | null | undefined;
|
|
1113
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
1107
1114
|
} | null | undefined;
|
|
1108
1115
|
lastRead?: Date | null | undefined;
|
|
1109
1116
|
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,7 @@ 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>>;
|
|
70
71
|
}, "strip", z.ZodTypeAny, {
|
|
71
72
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
72
73
|
name: string;
|
|
@@ -96,6 +97,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
96
97
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
97
98
|
} | null | undefined;
|
|
98
99
|
cooldownEndsAt?: Date | null | undefined;
|
|
100
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
99
101
|
}, {
|
|
100
102
|
name: string;
|
|
101
103
|
userId: number;
|
|
@@ -125,6 +127,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
125
127
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
126
128
|
} | null | undefined;
|
|
127
129
|
cooldownEndsAt?: Date | null | undefined;
|
|
130
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
128
131
|
}>>>;
|
|
129
132
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
130
133
|
id: z.ZodString;
|
|
@@ -499,6 +502,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
499
502
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
500
503
|
} | null | undefined;
|
|
501
504
|
cooldownEndsAt?: Date | null | undefined;
|
|
505
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
502
506
|
} | null | undefined;
|
|
503
507
|
lastRead?: Date | null | undefined;
|
|
504
508
|
lastMessage?: {
|
|
@@ -613,6 +617,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
613
617
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
614
618
|
} | null | undefined;
|
|
615
619
|
cooldownEndsAt?: Date | null | undefined;
|
|
620
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
616
621
|
} | null | undefined;
|
|
617
622
|
lastRead?: Date | null | undefined;
|
|
618
623
|
lastMessage?: {
|
|
@@ -732,6 +737,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
732
737
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
733
738
|
} | null | undefined;
|
|
734
739
|
cooldownEndsAt?: Date | null | undefined;
|
|
740
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
735
741
|
} | null | undefined;
|
|
736
742
|
lastRead?: Date | null | undefined;
|
|
737
743
|
lastMessage?: {
|
|
@@ -856,6 +862,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
856
862
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
857
863
|
} | null | undefined;
|
|
858
864
|
cooldownEndsAt?: Date | null | undefined;
|
|
865
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
859
866
|
} | null | undefined;
|
|
860
867
|
lastRead?: Date | null | undefined;
|
|
861
868
|
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,7 @@ 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>>;
|
|
62
63
|
}, "strip", z.ZodTypeAny, {
|
|
63
64
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
64
65
|
name: string;
|
|
@@ -88,6 +89,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
88
89
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
89
90
|
} | null | undefined;
|
|
90
91
|
cooldownEndsAt?: Date | null | undefined;
|
|
92
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
91
93
|
}, {
|
|
92
94
|
name: string;
|
|
93
95
|
userId: number;
|
|
@@ -117,6 +119,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
117
119
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
118
120
|
} | null | undefined;
|
|
119
121
|
cooldownEndsAt?: Date | null | undefined;
|
|
122
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
120
123
|
}>>>;
|
|
121
124
|
}, "strip", z.ZodTypeAny, {
|
|
122
125
|
id: string;
|
|
@@ -156,6 +159,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
156
159
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
157
160
|
} | null | undefined;
|
|
158
161
|
cooldownEndsAt?: Date | null | undefined;
|
|
162
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
159
163
|
} | null | undefined;
|
|
160
164
|
sentAt?: Date | null | undefined;
|
|
161
165
|
processedAt?: Date | null | undefined;
|
|
@@ -197,6 +201,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
197
201
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
198
202
|
} | null | undefined;
|
|
199
203
|
cooldownEndsAt?: Date | null | undefined;
|
|
204
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
200
205
|
} | null | undefined;
|
|
201
206
|
sentAt?: Date | null | undefined;
|
|
202
207
|
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"}
|
package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
60
60
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
61
61
|
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
62
62
|
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
63
|
+
walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
63
64
|
}, "strip", z.ZodTypeAny, {
|
|
64
65
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
65
66
|
name: string;
|
|
@@ -89,6 +90,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
89
90
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
90
91
|
} | null | undefined;
|
|
91
92
|
cooldownEndsAt?: Date | null | undefined;
|
|
93
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
92
94
|
}, {
|
|
93
95
|
name: string;
|
|
94
96
|
userId: number;
|
|
@@ -118,6 +120,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
118
120
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
119
121
|
} | null | undefined;
|
|
120
122
|
cooldownEndsAt?: Date | null | undefined;
|
|
123
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
121
124
|
}>>>;
|
|
122
125
|
}, "strip", z.ZodTypeAny, {
|
|
123
126
|
id: string;
|
|
@@ -157,6 +160,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
157
160
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
158
161
|
} | null | undefined;
|
|
159
162
|
cooldownEndsAt?: Date | null | undefined;
|
|
163
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
160
164
|
} | null | undefined;
|
|
161
165
|
sentAt?: Date | null | undefined;
|
|
162
166
|
processedAt?: Date | null | undefined;
|
|
@@ -198,6 +202,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
198
202
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
199
203
|
} | null | undefined;
|
|
200
204
|
cooldownEndsAt?: Date | null | undefined;
|
|
205
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
201
206
|
} | null | undefined;
|
|
202
207
|
sentAt?: Date | null | undefined;
|
|
203
208
|
processedAt?: Date | null | undefined;
|
|
@@ -241,6 +246,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
241
246
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
242
247
|
} | null | undefined;
|
|
243
248
|
cooldownEndsAt?: Date | null | undefined;
|
|
249
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
244
250
|
} | null | undefined;
|
|
245
251
|
sentAt?: Date | null | undefined;
|
|
246
252
|
processedAt?: Date | null | undefined;
|
|
@@ -284,6 +290,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
284
290
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
285
291
|
} | null | undefined;
|
|
286
292
|
cooldownEndsAt?: Date | null | undefined;
|
|
293
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
287
294
|
} | null | undefined;
|
|
288
295
|
sentAt?: Date | null | undefined;
|
|
289
296
|
processedAt?: Date | null | undefined;
|
package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReportRateLimitOnFavorites.d.ts","sourceRoot":"","sources":["ReportRateLimitOnFavorites.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"ReportRateLimitOnFavorites.d.ts","sourceRoot":"","sources":["ReportRateLimitOnFavorites.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE3C,CAAA;AACF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAA"}
|
|
@@ -60,6 +60,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
60
60
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
61
61
|
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
62
62
|
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
63
|
+
walletActivationRequiredAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
63
64
|
}, "strip", z.ZodTypeAny, {
|
|
64
65
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
65
66
|
name: string;
|
|
@@ -89,6 +90,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
89
90
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
90
91
|
} | null | undefined;
|
|
91
92
|
cooldownEndsAt?: Date | null | undefined;
|
|
93
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
92
94
|
}, {
|
|
93
95
|
name: string;
|
|
94
96
|
userId: number;
|
|
@@ -118,6 +120,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
118
120
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
119
121
|
} | null | undefined;
|
|
120
122
|
cooldownEndsAt?: Date | null | undefined;
|
|
123
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
121
124
|
}>>>;
|
|
122
125
|
}, "strip", z.ZodTypeAny, {
|
|
123
126
|
id: string;
|
|
@@ -157,6 +160,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
157
160
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
158
161
|
} | null | undefined;
|
|
159
162
|
cooldownEndsAt?: Date | null | undefined;
|
|
163
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
160
164
|
} | null | undefined;
|
|
161
165
|
sentAt?: Date | null | undefined;
|
|
162
166
|
processedAt?: Date | null | undefined;
|
|
@@ -198,6 +202,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
198
202
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
199
203
|
} | null | undefined;
|
|
200
204
|
cooldownEndsAt?: Date | null | undefined;
|
|
205
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
201
206
|
} | null | undefined;
|
|
202
207
|
sentAt?: Date | null | undefined;
|
|
203
208
|
processedAt?: Date | null | undefined;
|
|
@@ -241,6 +246,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
241
246
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
242
247
|
} | null | undefined;
|
|
243
248
|
cooldownEndsAt?: Date | null | undefined;
|
|
249
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
244
250
|
} | null | undefined;
|
|
245
251
|
sentAt?: Date | null | undefined;
|
|
246
252
|
processedAt?: Date | null | undefined;
|
|
@@ -284,6 +290,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
284
290
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
285
291
|
} | null | undefined;
|
|
286
292
|
cooldownEndsAt?: Date | null | undefined;
|
|
293
|
+
walletActivationRequiredAt?: Date | null | undefined;
|
|
287
294
|
} | null | undefined;
|
|
288
295
|
sentAt?: Date | null | undefined;
|
|
289
296
|
processedAt?: Date | null | undefined;
|
package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubmitFavoritesResponse.d.ts","sourceRoot":"","sources":["SubmitFavoritesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"SubmitFavoritesResponse.d.ts","sourceRoot":"","sources":["SubmitFavoritesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAExC,CAAA;AACF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAA"}
|