controlresell 2.25.2 → 2.25.3
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/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 +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/ItemUpdate.d.ts +23 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- 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/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 +11 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.js +5 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.js.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.ts +5 -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/ItemListingPreview.d.ts +23 -0
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +23 -0
- package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
- 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 +64 -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 +17 -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 +52 -0
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/Transaction.d.ts +23 -0
- package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +17 -0
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +52 -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 +106 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -2390,6 +2390,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2390
2390
|
}>>>;
|
|
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
|
+
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2393
2394
|
}, "strip", z.ZodTypeAny, {
|
|
2394
2395
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
2395
2396
|
name: string;
|
|
@@ -2418,6 +2419,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2418
2419
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2419
2420
|
} | null | undefined;
|
|
2420
2421
|
cooldownEndsAt?: Date | null | undefined;
|
|
2422
|
+
restrictedUntil?: Date | null | undefined;
|
|
2421
2423
|
}, {
|
|
2422
2424
|
name: string;
|
|
2423
2425
|
userId: number;
|
|
@@ -2446,12 +2448,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2446
2448
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2447
2449
|
} | null | undefined;
|
|
2448
2450
|
cooldownEndsAt?: Date | null | undefined;
|
|
2451
|
+
restrictedUntil?: Date | null | undefined;
|
|
2449
2452
|
}>>>;
|
|
2450
2453
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2451
2454
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2452
2455
|
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2453
2456
|
boostedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2454
2457
|
boostedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2458
|
+
orderStatus: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["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", "UNKNOWN"]>>>>;
|
|
2459
|
+
orderType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["PURCHASE", "SALE"]>>>;
|
|
2455
2460
|
}, "strip", z.ZodTypeAny, {
|
|
2456
2461
|
status: "UNKNOWN" | "ERROR" | "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
2457
2462
|
id: string;
|
|
@@ -2496,7 +2501,10 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2496
2501
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2497
2502
|
} | null | undefined;
|
|
2498
2503
|
cooldownEndsAt?: Date | null | undefined;
|
|
2504
|
+
restrictedUntil?: Date | null | undefined;
|
|
2499
2505
|
} | null | undefined;
|
|
2506
|
+
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
|
+
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
2500
2508
|
}, {
|
|
2501
2509
|
id: string;
|
|
2502
2510
|
createdAt: Date;
|
|
@@ -2541,7 +2549,10 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2541
2549
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2542
2550
|
} | null | undefined;
|
|
2543
2551
|
cooldownEndsAt?: Date | null | undefined;
|
|
2552
|
+
restrictedUntil?: Date | null | undefined;
|
|
2544
2553
|
} | null | undefined;
|
|
2554
|
+
orderStatus?: unknown;
|
|
2555
|
+
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
2545
2556
|
}>, "many">>>;
|
|
2546
2557
|
actions: z.ZodObject<{
|
|
2547
2558
|
perAccount: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCatch<z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE", "UPDATE_CANCEL", "BOOST", "UNKNOWN"]>>, "many">>;
|
|
@@ -3379,7 +3390,10 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3379
3390
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3380
3391
|
} | null | undefined;
|
|
3381
3392
|
cooldownEndsAt?: Date | null | undefined;
|
|
3393
|
+
restrictedUntil?: Date | null | undefined;
|
|
3382
3394
|
} | null | undefined;
|
|
3395
|
+
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
|
+
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
3383
3397
|
}[] | null | undefined;
|
|
3384
3398
|
brandId?: number | null | undefined;
|
|
3385
3399
|
estimatedPrice?: number | null | undefined;
|
|
@@ -3889,7 +3903,10 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3889
3903
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3890
3904
|
} | null | undefined;
|
|
3891
3905
|
cooldownEndsAt?: Date | null | undefined;
|
|
3906
|
+
restrictedUntil?: Date | null | undefined;
|
|
3892
3907
|
} | null | undefined;
|
|
3908
|
+
orderStatus?: unknown;
|
|
3909
|
+
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
3893
3910
|
}[] | null | undefined;
|
|
3894
3911
|
brandId?: number | null | undefined;
|
|
3895
3912
|
estimatedPrice?: number | null | undefined;
|
|
@@ -4404,7 +4421,10 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4404
4421
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4405
4422
|
} | null | undefined;
|
|
4406
4423
|
cooldownEndsAt?: Date | null | undefined;
|
|
4424
|
+
restrictedUntil?: Date | null | undefined;
|
|
4407
4425
|
} | null | undefined;
|
|
4426
|
+
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
|
+
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
4408
4428
|
}[] | null | undefined;
|
|
4409
4429
|
brandId?: number | null | undefined;
|
|
4410
4430
|
estimatedPrice?: number | null | undefined;
|
|
@@ -4920,7 +4940,10 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4920
4940
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4921
4941
|
} | null | undefined;
|
|
4922
4942
|
cooldownEndsAt?: Date | null | undefined;
|
|
4943
|
+
restrictedUntil?: Date | null | undefined;
|
|
4923
4944
|
} | null | undefined;
|
|
4945
|
+
orderStatus?: unknown;
|
|
4946
|
+
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
4924
4947
|
}[] | null | undefined;
|
|
4925
4948
|
brandId?: number | null | undefined;
|
|
4926
4949
|
estimatedPrice?: number | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB
|
|
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"}
|
|
@@ -2387,6 +2387,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2387
2387
|
}>>>;
|
|
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
|
+
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2390
2391
|
}, "strip", z.ZodTypeAny, {
|
|
2391
2392
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
2392
2393
|
name: string;
|
|
@@ -2415,6 +2416,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2415
2416
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2416
2417
|
} | null | undefined;
|
|
2417
2418
|
cooldownEndsAt?: Date | null | undefined;
|
|
2419
|
+
restrictedUntil?: Date | null | undefined;
|
|
2418
2420
|
}, {
|
|
2419
2421
|
name: string;
|
|
2420
2422
|
userId: number;
|
|
@@ -2443,12 +2445,15 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2443
2445
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2444
2446
|
} | null | undefined;
|
|
2445
2447
|
cooldownEndsAt?: Date | null | undefined;
|
|
2448
|
+
restrictedUntil?: Date | null | undefined;
|
|
2446
2449
|
}>>>;
|
|
2447
2450
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2448
2451
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2449
2452
|
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2450
2453
|
boostedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2451
2454
|
boostedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2455
|
+
orderStatus: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["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", "UNKNOWN"]>>>>;
|
|
2456
|
+
orderType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["PURCHASE", "SALE"]>>>;
|
|
2452
2457
|
}, "strip", z.ZodTypeAny, {
|
|
2453
2458
|
status: "UNKNOWN" | "ERROR" | "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
2454
2459
|
id: string;
|
|
@@ -2493,7 +2498,10 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2493
2498
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2494
2499
|
} | null | undefined;
|
|
2495
2500
|
cooldownEndsAt?: Date | null | undefined;
|
|
2501
|
+
restrictedUntil?: Date | null | undefined;
|
|
2496
2502
|
} | null | undefined;
|
|
2503
|
+
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
|
+
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
2497
2505
|
}, {
|
|
2498
2506
|
id: string;
|
|
2499
2507
|
createdAt: Date;
|
|
@@ -2538,7 +2546,10 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2538
2546
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2539
2547
|
} | null | undefined;
|
|
2540
2548
|
cooldownEndsAt?: Date | null | undefined;
|
|
2549
|
+
restrictedUntil?: Date | null | undefined;
|
|
2541
2550
|
} | null | undefined;
|
|
2551
|
+
orderStatus?: unknown;
|
|
2552
|
+
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
2542
2553
|
}>, "many">>>;
|
|
2543
2554
|
actions: z.ZodObject<{
|
|
2544
2555
|
perAccount: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCatch<z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE", "UPDATE_CANCEL", "BOOST", "UNKNOWN"]>>, "many">>;
|
|
@@ -3376,7 +3387,10 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
3376
3387
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3377
3388
|
} | null | undefined;
|
|
3378
3389
|
cooldownEndsAt?: Date | null | undefined;
|
|
3390
|
+
restrictedUntil?: Date | null | undefined;
|
|
3379
3391
|
} | null | undefined;
|
|
3392
|
+
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
|
+
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
3380
3394
|
}[] | null | undefined;
|
|
3381
3395
|
brandId?: number | null | undefined;
|
|
3382
3396
|
estimatedPrice?: number | null | undefined;
|
|
@@ -3886,7 +3900,10 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
3886
3900
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3887
3901
|
} | null | undefined;
|
|
3888
3902
|
cooldownEndsAt?: Date | null | undefined;
|
|
3903
|
+
restrictedUntil?: Date | null | undefined;
|
|
3889
3904
|
} | null | undefined;
|
|
3905
|
+
orderStatus?: unknown;
|
|
3906
|
+
orderType?: "SALE" | "PURCHASE" | null | undefined;
|
|
3890
3907
|
}[] | null | undefined;
|
|
3891
3908
|
brandId?: number | null | undefined;
|
|
3892
3909
|
estimatedPrice?: number | 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"}
|
|
@@ -53,6 +53,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
53
53
|
}>>>;
|
|
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
|
+
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
56
57
|
}, "strip", z.ZodTypeAny, {
|
|
57
58
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
58
59
|
name: string;
|
|
@@ -81,6 +82,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
81
82
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
82
83
|
} | null | undefined;
|
|
83
84
|
cooldownEndsAt?: Date | null | undefined;
|
|
85
|
+
restrictedUntil?: Date | null | undefined;
|
|
84
86
|
}, {
|
|
85
87
|
name: string;
|
|
86
88
|
userId: number;
|
|
@@ -109,6 +111,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
109
111
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
110
112
|
} | null | undefined;
|
|
111
113
|
cooldownEndsAt?: Date | null | undefined;
|
|
114
|
+
restrictedUntil?: Date | null | undefined;
|
|
112
115
|
}>>>;
|
|
113
116
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
114
117
|
id: z.ZodString;
|
|
@@ -482,6 +485,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
482
485
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
483
486
|
} | null | undefined;
|
|
484
487
|
cooldownEndsAt?: Date | null | undefined;
|
|
488
|
+
restrictedUntil?: Date | null | undefined;
|
|
485
489
|
} | null | undefined;
|
|
486
490
|
lastRead?: Date | null | undefined;
|
|
487
491
|
lastMessage?: {
|
|
@@ -595,6 +599,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
595
599
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
596
600
|
} | null | undefined;
|
|
597
601
|
cooldownEndsAt?: Date | null | undefined;
|
|
602
|
+
restrictedUntil?: Date | null | undefined;
|
|
598
603
|
} | null | undefined;
|
|
599
604
|
lastRead?: Date | null | undefined;
|
|
600
605
|
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"}
|
|
@@ -876,6 +876,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
876
876
|
}>>>;
|
|
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
|
+
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
879
880
|
}, "strip", z.ZodTypeAny, {
|
|
880
881
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
881
882
|
name: string;
|
|
@@ -904,6 +905,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
904
905
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
905
906
|
} | null | undefined;
|
|
906
907
|
cooldownEndsAt?: Date | null | undefined;
|
|
908
|
+
restrictedUntil?: Date | null | undefined;
|
|
907
909
|
}, {
|
|
908
910
|
name: string;
|
|
909
911
|
userId: number;
|
|
@@ -932,6 +934,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
932
934
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
933
935
|
} | null | undefined;
|
|
934
936
|
cooldownEndsAt?: Date | null | undefined;
|
|
937
|
+
restrictedUntil?: Date | null | undefined;
|
|
935
938
|
}>;
|
|
936
939
|
}, "strip", z.ZodTypeAny, {
|
|
937
940
|
conversation: {
|
|
@@ -1110,6 +1113,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1110
1113
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1111
1114
|
} | null | undefined;
|
|
1112
1115
|
cooldownEndsAt?: Date | null | undefined;
|
|
1116
|
+
restrictedUntil?: Date | null | undefined;
|
|
1113
1117
|
};
|
|
1114
1118
|
}, {
|
|
1115
1119
|
conversation: {
|
|
@@ -1288,6 +1292,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1288
1292
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1289
1293
|
} | null | undefined;
|
|
1290
1294
|
cooldownEndsAt?: Date | null | undefined;
|
|
1295
|
+
restrictedUntil?: Date | null | undefined;
|
|
1291
1296
|
};
|
|
1292
1297
|
}>;
|
|
1293
1298
|
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"}
|
|
@@ -55,6 +55,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
55
55
|
}>>>;
|
|
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
|
+
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
58
59
|
}, "strip", z.ZodTypeAny, {
|
|
59
60
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
60
61
|
name: string;
|
|
@@ -83,6 +84,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
83
84
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
84
85
|
} | null | undefined;
|
|
85
86
|
cooldownEndsAt?: Date | null | undefined;
|
|
87
|
+
restrictedUntil?: Date | null | undefined;
|
|
86
88
|
}, {
|
|
87
89
|
name: string;
|
|
88
90
|
userId: number;
|
|
@@ -111,6 +113,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
111
113
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
112
114
|
} | null | undefined;
|
|
113
115
|
cooldownEndsAt?: Date | null | undefined;
|
|
116
|
+
restrictedUntil?: Date | null | undefined;
|
|
114
117
|
}>>>;
|
|
115
118
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
116
119
|
id: z.ZodString;
|
|
@@ -484,6 +487,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
484
487
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
485
488
|
} | null | undefined;
|
|
486
489
|
cooldownEndsAt?: Date | null | undefined;
|
|
490
|
+
restrictedUntil?: Date | null | undefined;
|
|
487
491
|
} | null | undefined;
|
|
488
492
|
lastRead?: Date | null | undefined;
|
|
489
493
|
lastMessage?: {
|
|
@@ -597,6 +601,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
597
601
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
598
602
|
} | null | undefined;
|
|
599
603
|
cooldownEndsAt?: Date | null | undefined;
|
|
604
|
+
restrictedUntil?: Date | null | undefined;
|
|
600
605
|
} | null | undefined;
|
|
601
606
|
lastRead?: Date | null | undefined;
|
|
602
607
|
lastMessage?: {
|
|
@@ -932,6 +937,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
932
937
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
933
938
|
} | null | undefined;
|
|
934
939
|
cooldownEndsAt?: Date | null | undefined;
|
|
940
|
+
restrictedUntil?: Date | null | undefined;
|
|
935
941
|
} | null | undefined;
|
|
936
942
|
lastRead?: Date | null | undefined;
|
|
937
943
|
lastMessage?: {
|
|
@@ -1097,6 +1103,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
1097
1103
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
1098
1104
|
} | null | undefined;
|
|
1099
1105
|
cooldownEndsAt?: Date | null | undefined;
|
|
1106
|
+
restrictedUntil?: Date | null | undefined;
|
|
1100
1107
|
} | null | undefined;
|
|
1101
1108
|
lastRead?: Date | null | undefined;
|
|
1102
1109
|
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"}
|
|
@@ -66,6 +66,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
66
66
|
}>>>;
|
|
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
|
+
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
69
70
|
}, "strip", z.ZodTypeAny, {
|
|
70
71
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
71
72
|
name: string;
|
|
@@ -94,6 +95,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
94
95
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
95
96
|
} | null | undefined;
|
|
96
97
|
cooldownEndsAt?: Date | null | undefined;
|
|
98
|
+
restrictedUntil?: Date | null | undefined;
|
|
97
99
|
}, {
|
|
98
100
|
name: string;
|
|
99
101
|
userId: number;
|
|
@@ -122,6 +124,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
122
124
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
123
125
|
} | null | undefined;
|
|
124
126
|
cooldownEndsAt?: Date | null | undefined;
|
|
127
|
+
restrictedUntil?: Date | null | undefined;
|
|
125
128
|
}>>>;
|
|
126
129
|
lastMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
127
130
|
id: z.ZodString;
|
|
@@ -495,6 +498,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
495
498
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
496
499
|
} | null | undefined;
|
|
497
500
|
cooldownEndsAt?: Date | null | undefined;
|
|
501
|
+
restrictedUntil?: Date | null | undefined;
|
|
498
502
|
} | null | undefined;
|
|
499
503
|
lastRead?: Date | null | undefined;
|
|
500
504
|
lastMessage?: {
|
|
@@ -608,6 +612,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
608
612
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
609
613
|
} | null | undefined;
|
|
610
614
|
cooldownEndsAt?: Date | null | undefined;
|
|
615
|
+
restrictedUntil?: Date | null | undefined;
|
|
611
616
|
} | null | undefined;
|
|
612
617
|
lastRead?: Date | null | undefined;
|
|
613
618
|
lastMessage?: {
|
|
@@ -726,6 +731,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
726
731
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
727
732
|
} | null | undefined;
|
|
728
733
|
cooldownEndsAt?: Date | null | undefined;
|
|
734
|
+
restrictedUntil?: Date | null | undefined;
|
|
729
735
|
} | null | undefined;
|
|
730
736
|
lastRead?: Date | null | undefined;
|
|
731
737
|
lastMessage?: {
|
|
@@ -849,6 +855,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
849
855
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
850
856
|
} | null | undefined;
|
|
851
857
|
cooldownEndsAt?: Date | null | undefined;
|
|
858
|
+
restrictedUntil?: Date | null | undefined;
|
|
852
859
|
} | null | undefined;
|
|
853
860
|
lastRead?: Date | null | undefined;
|
|
854
861
|
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"}
|
|
@@ -57,6 +57,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
57
57
|
}>>>;
|
|
58
58
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
59
59
|
cooldownEndsAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
60
|
+
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
60
61
|
}, "strip", z.ZodTypeAny, {
|
|
61
62
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
62
63
|
name: string;
|
|
@@ -85,6 +86,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
85
86
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
86
87
|
} | null | undefined;
|
|
87
88
|
cooldownEndsAt?: Date | null | undefined;
|
|
89
|
+
restrictedUntil?: Date | null | undefined;
|
|
88
90
|
}, {
|
|
89
91
|
name: string;
|
|
90
92
|
userId: number;
|
|
@@ -113,6 +115,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
113
115
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
114
116
|
} | null | undefined;
|
|
115
117
|
cooldownEndsAt?: Date | null | undefined;
|
|
118
|
+
restrictedUntil?: Date | null | undefined;
|
|
116
119
|
}>>>;
|
|
117
120
|
}, "strip", z.ZodTypeAny, {
|
|
118
121
|
id: string;
|
|
@@ -151,6 +154,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
151
154
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
152
155
|
} | null | undefined;
|
|
153
156
|
cooldownEndsAt?: Date | null | undefined;
|
|
157
|
+
restrictedUntil?: Date | null | undefined;
|
|
154
158
|
} | null | undefined;
|
|
155
159
|
sentAt?: Date | null | undefined;
|
|
156
160
|
}, {
|
|
@@ -190,6 +194,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
190
194
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
191
195
|
} | null | undefined;
|
|
192
196
|
cooldownEndsAt?: Date | null | undefined;
|
|
197
|
+
restrictedUntil?: Date | null | undefined;
|
|
193
198
|
} | null | undefined;
|
|
194
199
|
sentAt?: Date | null | undefined;
|
|
195
200
|
}>;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWrC,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
|
@@ -58,6 +58,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
58
58
|
}>>>;
|
|
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
|
+
restrictedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
61
62
|
}, "strip", z.ZodTypeAny, {
|
|
62
63
|
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
63
64
|
name: string;
|
|
@@ -86,6 +87,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
86
87
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
87
88
|
} | null | undefined;
|
|
88
89
|
cooldownEndsAt?: Date | null | undefined;
|
|
90
|
+
restrictedUntil?: Date | null | undefined;
|
|
89
91
|
}, {
|
|
90
92
|
name: string;
|
|
91
93
|
userId: number;
|
|
@@ -114,6 +116,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
114
116
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
115
117
|
} | null | undefined;
|
|
116
118
|
cooldownEndsAt?: Date | null | undefined;
|
|
119
|
+
restrictedUntil?: Date | null | undefined;
|
|
117
120
|
}>>>;
|
|
118
121
|
}, "strip", z.ZodTypeAny, {
|
|
119
122
|
id: string;
|
|
@@ -152,6 +155,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
152
155
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
153
156
|
} | null | undefined;
|
|
154
157
|
cooldownEndsAt?: Date | null | undefined;
|
|
158
|
+
restrictedUntil?: Date | null | undefined;
|
|
155
159
|
} | null | undefined;
|
|
156
160
|
sentAt?: Date | null | undefined;
|
|
157
161
|
}, {
|
|
@@ -191,6 +195,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
191
195
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
192
196
|
} | null | undefined;
|
|
193
197
|
cooldownEndsAt?: Date | null | undefined;
|
|
198
|
+
restrictedUntil?: Date | null | undefined;
|
|
194
199
|
} | null | undefined;
|
|
195
200
|
sentAt?: Date | null | undefined;
|
|
196
201
|
}>, "many">;
|
|
@@ -232,6 +237,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
232
237
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
233
238
|
} | null | undefined;
|
|
234
239
|
cooldownEndsAt?: Date | null | undefined;
|
|
240
|
+
restrictedUntil?: Date | null | undefined;
|
|
235
241
|
} | null | undefined;
|
|
236
242
|
sentAt?: Date | null | undefined;
|
|
237
243
|
}[];
|
|
@@ -273,6 +279,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
273
279
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
274
280
|
} | null | undefined;
|
|
275
281
|
cooldownEndsAt?: Date | null | undefined;
|
|
282
|
+
restrictedUntil?: Date | null | undefined;
|
|
276
283
|
} | null | undefined;
|
|
277
284
|
sentAt?: Date | null | undefined;
|
|
278
285
|
}[];
|
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"}
|