controlresell 2.20.11 → 2.20.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/package.json +1 -1
  2. package/src/com/controlresell/api/responses/items/ItemActionStatusResponse.d.ts +10 -0
  3. package/src/com/controlresell/api/responses/items/ItemActionStatusResponse.d.ts.map +1 -0
  4. package/src/com/controlresell/api/responses/items/ItemActionStatusResponse.js +6 -0
  5. package/src/com/controlresell/api/responses/items/ItemActionStatusResponse.js.map +1 -0
  6. package/src/com/controlresell/api/responses/items/ItemActionStatusResponse.ts +7 -0
  7. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +1204 -0
  8. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
  9. package/src/com/controlresell/api/responses/items/ListedItem.d.ts +968 -0
  10. package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
  11. package/src/com/controlresell/api/responses/items/ListedItem.js +6 -1
  12. package/src/com/controlresell/api/responses/items/ListedItem.js.map +1 -1
  13. package/src/com/controlresell/api/responses/items/ListedItem.ts +6 -1
  14. package/src/com/controlresell/api/responses/items/ListedItemOrder.d.ts +732 -0
  15. package/src/com/controlresell/api/responses/items/ListedItemOrder.d.ts.map +1 -0
  16. package/src/com/controlresell/api/responses/items/ListedItemOrder.js +10 -0
  17. package/src/com/controlresell/api/responses/items/ListedItemOrder.js.map +1 -0
  18. package/src/com/controlresell/api/responses/items/ListedItemOrder.ts +11 -0
  19. package/src/com/controlresell/models/items/CreatedItems.d.ts +1208 -4
  20. package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
  21. package/src/com/controlresell/models/items/Item.d.ts +2 -2
  22. package/src/com/controlresell/models/items/ItemPayload.d.ts +2 -2
  23. package/src/com/controlresell/models/items/ItemUpdate.d.ts +1204 -0
  24. package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
  25. package/src/com/controlresell/models/items/UpdatedItem.d.ts +1208 -4
  26. package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
  27. package/src/com/controlresell/models/items/actions/ItemActionStatus.d.ts +4 -0
  28. package/src/com/controlresell/models/items/actions/ItemActionStatus.d.ts.map +1 -0
  29. package/src/com/controlresell/models/items/actions/ItemActionStatus.js +5 -0
  30. package/src/com/controlresell/models/items/actions/ItemActionStatus.js.map +1 -0
  31. package/src/com/controlresell/models/items/actions/ItemActionStatus.ts +6 -0
  32. package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +4 -4
  33. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +1448 -8
  34. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
  35. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +1204 -0
  36. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
  37. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +1204 -0
  38. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
  39. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +3230 -822
  40. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  41. package/src/index.d.ts +3 -4
  42. package/src/index.d.ts.map +1 -1
  43. package/src/index.js +3 -4
  44. package/src/index.js.map +1 -1
  45. package/src/index.ts +3 -4
  46. package/src/com/controlresell/models/platforms/metrics/DailyMetrics.d.ts +0 -16
  47. package/src/com/controlresell/models/platforms/metrics/DailyMetrics.d.ts.map +0 -1
  48. package/src/com/controlresell/models/platforms/metrics/DailyMetrics.js +0 -7
  49. package/src/com/controlresell/models/platforms/metrics/DailyMetrics.js.map +0 -1
  50. package/src/com/controlresell/models/platforms/metrics/DailyMetrics.ts +0 -8
  51. package/src/com/controlresell/models/platforms/metrics/HourlyMetrics.d.ts +0 -16
  52. package/src/com/controlresell/models/platforms/metrics/HourlyMetrics.d.ts.map +0 -1
  53. package/src/com/controlresell/models/platforms/metrics/HourlyMetrics.js +0 -7
  54. package/src/com/controlresell/models/platforms/metrics/HourlyMetrics.js.map +0 -1
  55. package/src/com/controlresell/models/platforms/metrics/HourlyMetrics.ts +0 -8
  56. package/src/com/controlresell/models/platforms/metrics/ItemMetricsResponse.d.ts +0 -62
  57. package/src/com/controlresell/models/platforms/metrics/ItemMetricsResponse.d.ts.map +0 -1
  58. package/src/com/controlresell/models/platforms/metrics/ItemMetricsResponse.js +0 -11
  59. package/src/com/controlresell/models/platforms/metrics/ItemMetricsResponse.js.map +0 -1
  60. package/src/com/controlresell/models/platforms/metrics/ItemMetricsResponse.ts +0 -12
  61. package/src/com/controlresell/models/platforms/metrics/ItemsMetricsResponse.d.ts +0 -96
  62. package/src/com/controlresell/models/platforms/metrics/ItemsMetricsResponse.d.ts.map +0 -1
  63. package/src/com/controlresell/models/platforms/metrics/ItemsMetricsResponse.js +0 -6
  64. package/src/com/controlresell/models/platforms/metrics/ItemsMetricsResponse.js.map +0 -1
  65. package/src/com/controlresell/models/platforms/metrics/ItemsMetricsResponse.ts +0 -7
@@ -172,6 +172,9 @@ export declare const ListedItemSchema: z.ZodObject<{
172
172
  }>, "many">>>;
173
173
  colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
174
174
  packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
175
+ materialIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
176
+ measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
177
+ measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
175
178
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
176
179
  itemId: z.ZodNumber;
177
180
  fieldId: z.ZodNumber;
@@ -2442,6 +2445,735 @@ export declare const ListedItemSchema: z.ZodObject<{
2442
2445
  createdAt: z.ZodDate;
2443
2446
  updatedAt: z.ZodDate;
2444
2447
  sourceInConversation: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["ORDER", "TRANSACTION", "DELETED", "UNKNOWN"]>>>>;
2448
+ order: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2449
+ transactionType: z.ZodEnum<["SINGLE_ITEM", "BUNDLE"]>;
2450
+ labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2451
+ id: z.ZodString;
2452
+ orderId: z.ZodString;
2453
+ fileId: z.ZodString;
2454
+ nonCroppedFileId: z.ZodString;
2455
+ originalFileId: z.ZodString;
2456
+ file: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2457
+ id: z.ZodString;
2458
+ userId: z.ZodNumber;
2459
+ path: z.ZodString;
2460
+ signedUrl: z.ZodString;
2461
+ createdAt: z.ZodDate;
2462
+ status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["PENDING", "CONFIRMED"]>>>;
2463
+ }, "strip", z.ZodTypeAny, {
2464
+ path: string;
2465
+ id: string;
2466
+ createdAt: Date;
2467
+ userId: number;
2468
+ signedUrl: string;
2469
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2470
+ }, {
2471
+ path: string;
2472
+ id: string;
2473
+ createdAt: Date;
2474
+ userId: number;
2475
+ signedUrl: string;
2476
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2477
+ }>>>;
2478
+ nonCroppedFile: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2479
+ id: z.ZodString;
2480
+ userId: z.ZodNumber;
2481
+ path: z.ZodString;
2482
+ signedUrl: z.ZodString;
2483
+ createdAt: z.ZodDate;
2484
+ status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["PENDING", "CONFIRMED"]>>>;
2485
+ }, "strip", z.ZodTypeAny, {
2486
+ path: string;
2487
+ id: string;
2488
+ createdAt: Date;
2489
+ userId: number;
2490
+ signedUrl: string;
2491
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2492
+ }, {
2493
+ path: string;
2494
+ id: string;
2495
+ createdAt: Date;
2496
+ userId: number;
2497
+ signedUrl: string;
2498
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2499
+ }>>>;
2500
+ originalFile: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2501
+ id: z.ZodString;
2502
+ userId: z.ZodNumber;
2503
+ path: z.ZodString;
2504
+ signedUrl: z.ZodString;
2505
+ createdAt: z.ZodDate;
2506
+ status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["PENDING", "CONFIRMED"]>>>;
2507
+ }, "strip", z.ZodTypeAny, {
2508
+ path: string;
2509
+ id: string;
2510
+ createdAt: Date;
2511
+ userId: number;
2512
+ signedUrl: string;
2513
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2514
+ }, {
2515
+ path: string;
2516
+ id: string;
2517
+ createdAt: Date;
2518
+ userId: number;
2519
+ signedUrl: string;
2520
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2521
+ }>>>;
2522
+ carrier: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["MONDIAL_RELAY", "MONDIAL_RELAY_2", "MONDIAL_RELAY_3", "MONDIAL_RELAY_4", "MONDIAL_RELAY_5", "UPS", "CHRONOPOST", "COLISSIMO", "RELAIS_COLIS", "VINTED_GO", "VINTED_GO_BE", "VINTED_VERIF", "B_POST", "VINTED_GO_IT", "DPD", "VINTED_GO_DIGITAL", "DHL", "DHL_ECONOMY", "UNKNOWN"]>>>>;
2523
+ }, "strip", z.ZodTypeAny, {
2524
+ id: string;
2525
+ fileId: string;
2526
+ orderId: string;
2527
+ nonCroppedFileId: string;
2528
+ originalFileId: string;
2529
+ originalFile?: {
2530
+ path: string;
2531
+ id: string;
2532
+ createdAt: Date;
2533
+ userId: number;
2534
+ signedUrl: string;
2535
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2536
+ } | null | undefined;
2537
+ carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "MONDIAL_RELAY_5" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | "DHL_ECONOMY" | null | undefined;
2538
+ file?: {
2539
+ path: string;
2540
+ id: string;
2541
+ createdAt: Date;
2542
+ userId: number;
2543
+ signedUrl: string;
2544
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2545
+ } | null | undefined;
2546
+ nonCroppedFile?: {
2547
+ path: string;
2548
+ id: string;
2549
+ createdAt: Date;
2550
+ userId: number;
2551
+ signedUrl: string;
2552
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2553
+ } | null | undefined;
2554
+ }, {
2555
+ id: string;
2556
+ fileId: string;
2557
+ orderId: string;
2558
+ nonCroppedFileId: string;
2559
+ originalFileId: string;
2560
+ originalFile?: {
2561
+ path: string;
2562
+ id: string;
2563
+ createdAt: Date;
2564
+ userId: number;
2565
+ signedUrl: string;
2566
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2567
+ } | null | undefined;
2568
+ carrier?: unknown;
2569
+ file?: {
2570
+ path: string;
2571
+ id: string;
2572
+ createdAt: Date;
2573
+ userId: number;
2574
+ signedUrl: string;
2575
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2576
+ } | null | undefined;
2577
+ nonCroppedFile?: {
2578
+ path: string;
2579
+ id: string;
2580
+ createdAt: Date;
2581
+ userId: number;
2582
+ signedUrl: string;
2583
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2584
+ } | null | undefined;
2585
+ }>, "many">>>;
2586
+ invoices: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2587
+ id: z.ZodString;
2588
+ invoiceNumber: z.ZodString;
2589
+ userId: z.ZodNumber;
2590
+ businessProfileId: z.ZodString;
2591
+ businessProfile: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2592
+ id: z.ZodString;
2593
+ userId: z.ZodNumber;
2594
+ businessName: z.ZodString;
2595
+ address: z.ZodString;
2596
+ siret: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2597
+ vatNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2598
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2599
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2600
+ logoFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2601
+ logo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2602
+ id: z.ZodString;
2603
+ userId: z.ZodNumber;
2604
+ path: z.ZodString;
2605
+ signedUrl: z.ZodString;
2606
+ createdAt: z.ZodDate;
2607
+ status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["PENDING", "CONFIRMED"]>>>;
2608
+ }, "strip", z.ZodTypeAny, {
2609
+ path: string;
2610
+ id: string;
2611
+ createdAt: Date;
2612
+ userId: number;
2613
+ signedUrl: string;
2614
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2615
+ }, {
2616
+ path: string;
2617
+ id: string;
2618
+ createdAt: Date;
2619
+ userId: number;
2620
+ signedUrl: string;
2621
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2622
+ }>>>;
2623
+ isActive: z.ZodBoolean;
2624
+ createdAt: z.ZodDate;
2625
+ updatedAt: z.ZodDate;
2626
+ }, "strip", z.ZodTypeAny, {
2627
+ id: string;
2628
+ createdAt: Date;
2629
+ userId: number;
2630
+ updatedAt: Date;
2631
+ businessName: string;
2632
+ address: string;
2633
+ isActive: boolean;
2634
+ email?: string | null | undefined;
2635
+ phone?: string | null | undefined;
2636
+ siret?: string | null | undefined;
2637
+ vatNumber?: string | null | undefined;
2638
+ logoFileId?: string | null | undefined;
2639
+ logo?: {
2640
+ path: string;
2641
+ id: string;
2642
+ createdAt: Date;
2643
+ userId: number;
2644
+ signedUrl: string;
2645
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2646
+ } | null | undefined;
2647
+ }, {
2648
+ id: string;
2649
+ createdAt: Date;
2650
+ userId: number;
2651
+ updatedAt: Date;
2652
+ businessName: string;
2653
+ address: string;
2654
+ isActive: boolean;
2655
+ email?: string | null | undefined;
2656
+ phone?: string | null | undefined;
2657
+ siret?: string | null | undefined;
2658
+ vatNumber?: string | null | undefined;
2659
+ logoFileId?: string | null | undefined;
2660
+ logo?: {
2661
+ path: string;
2662
+ id: string;
2663
+ createdAt: Date;
2664
+ userId: number;
2665
+ signedUrl: string;
2666
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2667
+ } | null | undefined;
2668
+ }>>>;
2669
+ customerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2670
+ customer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2671
+ id: z.ZodString;
2672
+ userId: z.ZodNumber;
2673
+ firstName: z.ZodString;
2674
+ lastName: z.ZodString;
2675
+ birthDate: z.ZodDate;
2676
+ email: z.ZodString;
2677
+ idNumber: z.ZodString;
2678
+ phone: z.ZodString;
2679
+ iban: z.ZodString;
2680
+ bic: z.ZodString;
2681
+ phoneVerified: z.ZodBoolean;
2682
+ addressLine1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2683
+ addressLine2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2684
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2685
+ postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2686
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2687
+ }, "strip", z.ZodTypeAny, {
2688
+ id: string;
2689
+ userId: number;
2690
+ firstName: string;
2691
+ lastName: string;
2692
+ birthDate: Date;
2693
+ email: string;
2694
+ idNumber: string;
2695
+ phone: string;
2696
+ iban: string;
2697
+ bic: string;
2698
+ phoneVerified: boolean;
2699
+ addressLine1?: string | null | undefined;
2700
+ addressLine2?: string | null | undefined;
2701
+ city?: string | null | undefined;
2702
+ postalCode?: string | null | undefined;
2703
+ country?: string | null | undefined;
2704
+ }, {
2705
+ id: string;
2706
+ userId: number;
2707
+ firstName: string;
2708
+ lastName: string;
2709
+ birthDate: Date;
2710
+ email: string;
2711
+ idNumber: string;
2712
+ phone: string;
2713
+ iban: string;
2714
+ bic: string;
2715
+ phoneVerified: boolean;
2716
+ addressLine1?: string | null | undefined;
2717
+ addressLine2?: string | null | undefined;
2718
+ city?: string | null | undefined;
2719
+ postalCode?: string | null | undefined;
2720
+ country?: string | null | undefined;
2721
+ }>>>;
2722
+ orderId: z.ZodString;
2723
+ fileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2724
+ file: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2725
+ id: z.ZodString;
2726
+ userId: z.ZodNumber;
2727
+ path: z.ZodString;
2728
+ signedUrl: z.ZodString;
2729
+ createdAt: z.ZodDate;
2730
+ status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["PENDING", "CONFIRMED"]>>>;
2731
+ }, "strip", z.ZodTypeAny, {
2732
+ path: string;
2733
+ id: string;
2734
+ createdAt: Date;
2735
+ userId: number;
2736
+ signedUrl: string;
2737
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2738
+ }, {
2739
+ path: string;
2740
+ id: string;
2741
+ createdAt: Date;
2742
+ userId: number;
2743
+ signedUrl: string;
2744
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2745
+ }>>>;
2746
+ type: z.ZodEnum<["PURCHASE", "SALE"]>;
2747
+ status: z.ZodString;
2748
+ issueDate: z.ZodDate;
2749
+ dueDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2750
+ subtotal: z.ZodNumber;
2751
+ vatRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2752
+ vatAmount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2753
+ total: z.ZodNumber;
2754
+ currency: z.ZodString;
2755
+ notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2756
+ lineItems: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2757
+ id: z.ZodNumber;
2758
+ invoiceId: z.ZodString;
2759
+ itemOnPlatformId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2760
+ description: z.ZodString;
2761
+ quantity: z.ZodNumber;
2762
+ unitPrice: z.ZodNumber;
2763
+ vatRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2764
+ total: z.ZodNumber;
2765
+ createdAt: z.ZodDate;
2766
+ }, "strip", z.ZodTypeAny, {
2767
+ description: string;
2768
+ id: number;
2769
+ createdAt: Date;
2770
+ invoiceId: string;
2771
+ quantity: number;
2772
+ unitPrice: number;
2773
+ total: number;
2774
+ itemOnPlatformId?: string | null | undefined;
2775
+ vatRate?: number | null | undefined;
2776
+ }, {
2777
+ description: string;
2778
+ id: number;
2779
+ createdAt: Date;
2780
+ invoiceId: string;
2781
+ quantity: number;
2782
+ unitPrice: number;
2783
+ total: number;
2784
+ itemOnPlatformId?: string | null | undefined;
2785
+ vatRate?: number | null | undefined;
2786
+ }>, "many">>>;
2787
+ createdAt: z.ZodDate;
2788
+ updatedAt: z.ZodDate;
2789
+ }, "strip", z.ZodTypeAny, {
2790
+ type: "SALE" | "PURCHASE";
2791
+ status: string;
2792
+ id: string;
2793
+ createdAt: Date;
2794
+ userId: number;
2795
+ currency: string;
2796
+ orderId: string;
2797
+ updatedAt: Date;
2798
+ total: number;
2799
+ invoiceNumber: string;
2800
+ businessProfileId: string;
2801
+ issueDate: Date;
2802
+ subtotal: number;
2803
+ fileId?: string | null | undefined;
2804
+ file?: {
2805
+ path: string;
2806
+ id: string;
2807
+ createdAt: Date;
2808
+ userId: number;
2809
+ signedUrl: string;
2810
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2811
+ } | null | undefined;
2812
+ vatRate?: number | null | undefined;
2813
+ businessProfile?: {
2814
+ id: string;
2815
+ createdAt: Date;
2816
+ userId: number;
2817
+ updatedAt: Date;
2818
+ businessName: string;
2819
+ address: string;
2820
+ isActive: boolean;
2821
+ email?: string | null | undefined;
2822
+ phone?: string | null | undefined;
2823
+ siret?: string | null | undefined;
2824
+ vatNumber?: string | null | undefined;
2825
+ logoFileId?: string | null | undefined;
2826
+ logo?: {
2827
+ path: string;
2828
+ id: string;
2829
+ createdAt: Date;
2830
+ userId: number;
2831
+ signedUrl: string;
2832
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2833
+ } | null | undefined;
2834
+ } | null | undefined;
2835
+ customerId?: string | null | undefined;
2836
+ customer?: {
2837
+ id: string;
2838
+ userId: number;
2839
+ firstName: string;
2840
+ lastName: string;
2841
+ birthDate: Date;
2842
+ email: string;
2843
+ idNumber: string;
2844
+ phone: string;
2845
+ iban: string;
2846
+ bic: string;
2847
+ phoneVerified: boolean;
2848
+ addressLine1?: string | null | undefined;
2849
+ addressLine2?: string | null | undefined;
2850
+ city?: string | null | undefined;
2851
+ postalCode?: string | null | undefined;
2852
+ country?: string | null | undefined;
2853
+ } | null | undefined;
2854
+ dueDate?: Date | null | undefined;
2855
+ vatAmount?: number | null | undefined;
2856
+ notes?: string | null | undefined;
2857
+ lineItems?: {
2858
+ description: string;
2859
+ id: number;
2860
+ createdAt: Date;
2861
+ invoiceId: string;
2862
+ quantity: number;
2863
+ unitPrice: number;
2864
+ total: number;
2865
+ itemOnPlatformId?: string | null | undefined;
2866
+ vatRate?: number | null | undefined;
2867
+ }[] | null | undefined;
2868
+ }, {
2869
+ type: "SALE" | "PURCHASE";
2870
+ status: string;
2871
+ id: string;
2872
+ createdAt: Date;
2873
+ userId: number;
2874
+ currency: string;
2875
+ orderId: string;
2876
+ updatedAt: Date;
2877
+ total: number;
2878
+ invoiceNumber: string;
2879
+ businessProfileId: string;
2880
+ issueDate: Date;
2881
+ subtotal: number;
2882
+ fileId?: string | null | undefined;
2883
+ file?: {
2884
+ path: string;
2885
+ id: string;
2886
+ createdAt: Date;
2887
+ userId: number;
2888
+ signedUrl: string;
2889
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2890
+ } | null | undefined;
2891
+ vatRate?: number | null | undefined;
2892
+ businessProfile?: {
2893
+ id: string;
2894
+ createdAt: Date;
2895
+ userId: number;
2896
+ updatedAt: Date;
2897
+ businessName: string;
2898
+ address: string;
2899
+ isActive: boolean;
2900
+ email?: string | null | undefined;
2901
+ phone?: string | null | undefined;
2902
+ siret?: string | null | undefined;
2903
+ vatNumber?: string | null | undefined;
2904
+ logoFileId?: string | null | undefined;
2905
+ logo?: {
2906
+ path: string;
2907
+ id: string;
2908
+ createdAt: Date;
2909
+ userId: number;
2910
+ signedUrl: string;
2911
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2912
+ } | null | undefined;
2913
+ } | null | undefined;
2914
+ customerId?: string | null | undefined;
2915
+ customer?: {
2916
+ id: string;
2917
+ userId: number;
2918
+ firstName: string;
2919
+ lastName: string;
2920
+ birthDate: Date;
2921
+ email: string;
2922
+ idNumber: string;
2923
+ phone: string;
2924
+ iban: string;
2925
+ bic: string;
2926
+ phoneVerified: boolean;
2927
+ addressLine1?: string | null | undefined;
2928
+ addressLine2?: string | null | undefined;
2929
+ city?: string | null | undefined;
2930
+ postalCode?: string | null | undefined;
2931
+ country?: string | null | undefined;
2932
+ } | null | undefined;
2933
+ dueDate?: Date | null | undefined;
2934
+ vatAmount?: number | null | undefined;
2935
+ notes?: string | null | undefined;
2936
+ lineItems?: {
2937
+ description: string;
2938
+ id: number;
2939
+ createdAt: Date;
2940
+ invoiceId: string;
2941
+ quantity: number;
2942
+ unitPrice: number;
2943
+ total: number;
2944
+ itemOnPlatformId?: string | null | undefined;
2945
+ vatRate?: number | null | undefined;
2946
+ }[] | null | undefined;
2947
+ }>, "many">>>;
2948
+ }, "strip", z.ZodTypeAny, {
2949
+ transactionType: "SINGLE_ITEM" | "BUNDLE";
2950
+ labels?: {
2951
+ id: string;
2952
+ fileId: string;
2953
+ orderId: string;
2954
+ nonCroppedFileId: string;
2955
+ originalFileId: string;
2956
+ originalFile?: {
2957
+ path: string;
2958
+ id: string;
2959
+ createdAt: Date;
2960
+ userId: number;
2961
+ signedUrl: string;
2962
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2963
+ } | null | undefined;
2964
+ carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "MONDIAL_RELAY_5" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | "DHL_ECONOMY" | null | undefined;
2965
+ file?: {
2966
+ path: string;
2967
+ id: string;
2968
+ createdAt: Date;
2969
+ userId: number;
2970
+ signedUrl: string;
2971
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2972
+ } | null | undefined;
2973
+ nonCroppedFile?: {
2974
+ path: string;
2975
+ id: string;
2976
+ createdAt: Date;
2977
+ userId: number;
2978
+ signedUrl: string;
2979
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
2980
+ } | null | undefined;
2981
+ }[] | null | undefined;
2982
+ invoices?: {
2983
+ type: "SALE" | "PURCHASE";
2984
+ status: string;
2985
+ id: string;
2986
+ createdAt: Date;
2987
+ userId: number;
2988
+ currency: string;
2989
+ orderId: string;
2990
+ updatedAt: Date;
2991
+ total: number;
2992
+ invoiceNumber: string;
2993
+ businessProfileId: string;
2994
+ issueDate: Date;
2995
+ subtotal: number;
2996
+ fileId?: string | null | undefined;
2997
+ file?: {
2998
+ path: string;
2999
+ id: string;
3000
+ createdAt: Date;
3001
+ userId: number;
3002
+ signedUrl: string;
3003
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
3004
+ } | null | undefined;
3005
+ vatRate?: number | null | undefined;
3006
+ businessProfile?: {
3007
+ id: string;
3008
+ createdAt: Date;
3009
+ userId: number;
3010
+ updatedAt: Date;
3011
+ businessName: string;
3012
+ address: string;
3013
+ isActive: boolean;
3014
+ email?: string | null | undefined;
3015
+ phone?: string | null | undefined;
3016
+ siret?: string | null | undefined;
3017
+ vatNumber?: string | null | undefined;
3018
+ logoFileId?: string | null | undefined;
3019
+ logo?: {
3020
+ path: string;
3021
+ id: string;
3022
+ createdAt: Date;
3023
+ userId: number;
3024
+ signedUrl: string;
3025
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
3026
+ } | null | undefined;
3027
+ } | null | undefined;
3028
+ customerId?: string | null | undefined;
3029
+ customer?: {
3030
+ id: string;
3031
+ userId: number;
3032
+ firstName: string;
3033
+ lastName: string;
3034
+ birthDate: Date;
3035
+ email: string;
3036
+ idNumber: string;
3037
+ phone: string;
3038
+ iban: string;
3039
+ bic: string;
3040
+ phoneVerified: boolean;
3041
+ addressLine1?: string | null | undefined;
3042
+ addressLine2?: string | null | undefined;
3043
+ city?: string | null | undefined;
3044
+ postalCode?: string | null | undefined;
3045
+ country?: string | null | undefined;
3046
+ } | null | undefined;
3047
+ dueDate?: Date | null | undefined;
3048
+ vatAmount?: number | null | undefined;
3049
+ notes?: string | null | undefined;
3050
+ lineItems?: {
3051
+ description: string;
3052
+ id: number;
3053
+ createdAt: Date;
3054
+ invoiceId: string;
3055
+ quantity: number;
3056
+ unitPrice: number;
3057
+ total: number;
3058
+ itemOnPlatformId?: string | null | undefined;
3059
+ vatRate?: number | null | undefined;
3060
+ }[] | null | undefined;
3061
+ }[] | null | undefined;
3062
+ }, {
3063
+ transactionType: "SINGLE_ITEM" | "BUNDLE";
3064
+ labels?: {
3065
+ id: string;
3066
+ fileId: string;
3067
+ orderId: string;
3068
+ nonCroppedFileId: string;
3069
+ originalFileId: string;
3070
+ originalFile?: {
3071
+ path: string;
3072
+ id: string;
3073
+ createdAt: Date;
3074
+ userId: number;
3075
+ signedUrl: string;
3076
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
3077
+ } | null | undefined;
3078
+ carrier?: unknown;
3079
+ file?: {
3080
+ path: string;
3081
+ id: string;
3082
+ createdAt: Date;
3083
+ userId: number;
3084
+ signedUrl: string;
3085
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
3086
+ } | null | undefined;
3087
+ nonCroppedFile?: {
3088
+ path: string;
3089
+ id: string;
3090
+ createdAt: Date;
3091
+ userId: number;
3092
+ signedUrl: string;
3093
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
3094
+ } | null | undefined;
3095
+ }[] | null | undefined;
3096
+ invoices?: {
3097
+ type: "SALE" | "PURCHASE";
3098
+ status: string;
3099
+ id: string;
3100
+ createdAt: Date;
3101
+ userId: number;
3102
+ currency: string;
3103
+ orderId: string;
3104
+ updatedAt: Date;
3105
+ total: number;
3106
+ invoiceNumber: string;
3107
+ businessProfileId: string;
3108
+ issueDate: Date;
3109
+ subtotal: number;
3110
+ fileId?: string | null | undefined;
3111
+ file?: {
3112
+ path: string;
3113
+ id: string;
3114
+ createdAt: Date;
3115
+ userId: number;
3116
+ signedUrl: string;
3117
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
3118
+ } | null | undefined;
3119
+ vatRate?: number | null | undefined;
3120
+ businessProfile?: {
3121
+ id: string;
3122
+ createdAt: Date;
3123
+ userId: number;
3124
+ updatedAt: Date;
3125
+ businessName: string;
3126
+ address: string;
3127
+ isActive: boolean;
3128
+ email?: string | null | undefined;
3129
+ phone?: string | null | undefined;
3130
+ siret?: string | null | undefined;
3131
+ vatNumber?: string | null | undefined;
3132
+ logoFileId?: string | null | undefined;
3133
+ logo?: {
3134
+ path: string;
3135
+ id: string;
3136
+ createdAt: Date;
3137
+ userId: number;
3138
+ signedUrl: string;
3139
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
3140
+ } | null | undefined;
3141
+ } | null | undefined;
3142
+ customerId?: string | null | undefined;
3143
+ customer?: {
3144
+ id: string;
3145
+ userId: number;
3146
+ firstName: string;
3147
+ lastName: string;
3148
+ birthDate: Date;
3149
+ email: string;
3150
+ idNumber: string;
3151
+ phone: string;
3152
+ iban: string;
3153
+ bic: string;
3154
+ phoneVerified: boolean;
3155
+ addressLine1?: string | null | undefined;
3156
+ addressLine2?: string | null | undefined;
3157
+ city?: string | null | undefined;
3158
+ postalCode?: string | null | undefined;
3159
+ country?: string | null | undefined;
3160
+ } | null | undefined;
3161
+ dueDate?: Date | null | undefined;
3162
+ vatAmount?: number | null | undefined;
3163
+ notes?: string | null | undefined;
3164
+ lineItems?: {
3165
+ description: string;
3166
+ id: number;
3167
+ createdAt: Date;
3168
+ invoiceId: string;
3169
+ quantity: number;
3170
+ unitPrice: number;
3171
+ total: number;
3172
+ itemOnPlatformId?: string | null | undefined;
3173
+ vatRate?: number | null | undefined;
3174
+ }[] | null | undefined;
3175
+ }[] | null | undefined;
3176
+ }>>>;
2445
3177
  }, "strip", z.ZodTypeAny, {
2446
3178
  actions: {
2447
3179
  perAccount: Record<string, ("REPUBLISH" | "UNKNOWN" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE" | "UPDATE_CANCEL")[]>;
@@ -2474,6 +3206,8 @@ export declare const ListedItemSchema: z.ZodObject<{
2474
3206
  colorIds?: number[] | null | undefined;
2475
3207
  packageSizeId?: number | null | undefined;
2476
3208
  state?: number | null | undefined;
3209
+ measurementLength?: number | null | undefined;
3210
+ measurementWidth?: number | null | undefined;
2477
3211
  labels?: {
2478
3212
  itemId: number;
2479
3213
  labelId: number;
@@ -2560,6 +3294,7 @@ export declare const ListedItemSchema: z.ZodObject<{
2560
3294
  sellingPrice?: number | null | undefined;
2561
3295
  sellingPlaceId?: number | null | undefined;
2562
3296
  feesSum?: number | null | undefined;
3297
+ materialIds?: number[] | null | undefined;
2563
3298
  enumValues?: {
2564
3299
  id: string;
2565
3300
  createdAt: Date;
@@ -2819,6 +3554,121 @@ export declare const ListedItemSchema: z.ZodObject<{
2819
3554
  targetHistoryId?: string | null | undefined;
2820
3555
  } | null | undefined;
2821
3556
  sourceInConversation?: "UNKNOWN" | "DELETED" | "ORDER" | "TRANSACTION" | null | undefined;
3557
+ order?: {
3558
+ transactionType: "SINGLE_ITEM" | "BUNDLE";
3559
+ labels?: {
3560
+ id: string;
3561
+ fileId: string;
3562
+ orderId: string;
3563
+ nonCroppedFileId: string;
3564
+ originalFileId: string;
3565
+ originalFile?: {
3566
+ path: string;
3567
+ id: string;
3568
+ createdAt: Date;
3569
+ userId: number;
3570
+ signedUrl: string;
3571
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
3572
+ } | null | undefined;
3573
+ carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "MONDIAL_RELAY_5" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | "DHL_ECONOMY" | null | undefined;
3574
+ file?: {
3575
+ path: string;
3576
+ id: string;
3577
+ createdAt: Date;
3578
+ userId: number;
3579
+ signedUrl: string;
3580
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
3581
+ } | null | undefined;
3582
+ nonCroppedFile?: {
3583
+ path: string;
3584
+ id: string;
3585
+ createdAt: Date;
3586
+ userId: number;
3587
+ signedUrl: string;
3588
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
3589
+ } | null | undefined;
3590
+ }[] | null | undefined;
3591
+ invoices?: {
3592
+ type: "SALE" | "PURCHASE";
3593
+ status: string;
3594
+ id: string;
3595
+ createdAt: Date;
3596
+ userId: number;
3597
+ currency: string;
3598
+ orderId: string;
3599
+ updatedAt: Date;
3600
+ total: number;
3601
+ invoiceNumber: string;
3602
+ businessProfileId: string;
3603
+ issueDate: Date;
3604
+ subtotal: number;
3605
+ fileId?: string | null | undefined;
3606
+ file?: {
3607
+ path: string;
3608
+ id: string;
3609
+ createdAt: Date;
3610
+ userId: number;
3611
+ signedUrl: string;
3612
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
3613
+ } | null | undefined;
3614
+ vatRate?: number | null | undefined;
3615
+ businessProfile?: {
3616
+ id: string;
3617
+ createdAt: Date;
3618
+ userId: number;
3619
+ updatedAt: Date;
3620
+ businessName: string;
3621
+ address: string;
3622
+ isActive: boolean;
3623
+ email?: string | null | undefined;
3624
+ phone?: string | null | undefined;
3625
+ siret?: string | null | undefined;
3626
+ vatNumber?: string | null | undefined;
3627
+ logoFileId?: string | null | undefined;
3628
+ logo?: {
3629
+ path: string;
3630
+ id: string;
3631
+ createdAt: Date;
3632
+ userId: number;
3633
+ signedUrl: string;
3634
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
3635
+ } | null | undefined;
3636
+ } | null | undefined;
3637
+ customerId?: string | null | undefined;
3638
+ customer?: {
3639
+ id: string;
3640
+ userId: number;
3641
+ firstName: string;
3642
+ lastName: string;
3643
+ birthDate: Date;
3644
+ email: string;
3645
+ idNumber: string;
3646
+ phone: string;
3647
+ iban: string;
3648
+ bic: string;
3649
+ phoneVerified: boolean;
3650
+ addressLine1?: string | null | undefined;
3651
+ addressLine2?: string | null | undefined;
3652
+ city?: string | null | undefined;
3653
+ postalCode?: string | null | undefined;
3654
+ country?: string | null | undefined;
3655
+ } | null | undefined;
3656
+ dueDate?: Date | null | undefined;
3657
+ vatAmount?: number | null | undefined;
3658
+ notes?: string | null | undefined;
3659
+ lineItems?: {
3660
+ description: string;
3661
+ id: number;
3662
+ createdAt: Date;
3663
+ invoiceId: string;
3664
+ quantity: number;
3665
+ unitPrice: number;
3666
+ total: number;
3667
+ itemOnPlatformId?: string | null | undefined;
3668
+ vatRate?: number | null | undefined;
3669
+ }[] | null | undefined;
3670
+ }[] | null | undefined;
3671
+ } | null | undefined;
2822
3672
  }, {
2823
3673
  actions: {
2824
3674
  perAccount: Record<string, unknown[]>;
@@ -2851,6 +3701,8 @@ export declare const ListedItemSchema: z.ZodObject<{
2851
3701
  colorIds?: number[] | null | undefined;
2852
3702
  packageSizeId?: number | null | undefined;
2853
3703
  state?: number | null | undefined;
3704
+ measurementLength?: number | null | undefined;
3705
+ measurementWidth?: number | null | undefined;
2854
3706
  labels?: {
2855
3707
  itemId: number;
2856
3708
  labelId: number;
@@ -2937,6 +3789,7 @@ export declare const ListedItemSchema: z.ZodObject<{
2937
3789
  sellingPrice?: number | null | undefined;
2938
3790
  sellingPlaceId?: number | null | undefined;
2939
3791
  feesSum?: number | null | undefined;
3792
+ materialIds?: number[] | null | undefined;
2940
3793
  enumValues?: {
2941
3794
  id: string;
2942
3795
  createdAt: Date;
@@ -3196,6 +4049,121 @@ export declare const ListedItemSchema: z.ZodObject<{
3196
4049
  targetHistoryId?: string | null | undefined;
3197
4050
  } | null | undefined;
3198
4051
  sourceInConversation?: unknown;
4052
+ order?: {
4053
+ transactionType: "SINGLE_ITEM" | "BUNDLE";
4054
+ labels?: {
4055
+ id: string;
4056
+ fileId: string;
4057
+ orderId: string;
4058
+ nonCroppedFileId: string;
4059
+ originalFileId: string;
4060
+ originalFile?: {
4061
+ path: string;
4062
+ id: string;
4063
+ createdAt: Date;
4064
+ userId: number;
4065
+ signedUrl: string;
4066
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
4067
+ } | null | undefined;
4068
+ carrier?: unknown;
4069
+ file?: {
4070
+ path: string;
4071
+ id: string;
4072
+ createdAt: Date;
4073
+ userId: number;
4074
+ signedUrl: string;
4075
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
4076
+ } | null | undefined;
4077
+ nonCroppedFile?: {
4078
+ path: string;
4079
+ id: string;
4080
+ createdAt: Date;
4081
+ userId: number;
4082
+ signedUrl: string;
4083
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
4084
+ } | null | undefined;
4085
+ }[] | null | undefined;
4086
+ invoices?: {
4087
+ type: "SALE" | "PURCHASE";
4088
+ status: string;
4089
+ id: string;
4090
+ createdAt: Date;
4091
+ userId: number;
4092
+ currency: string;
4093
+ orderId: string;
4094
+ updatedAt: Date;
4095
+ total: number;
4096
+ invoiceNumber: string;
4097
+ businessProfileId: string;
4098
+ issueDate: Date;
4099
+ subtotal: number;
4100
+ fileId?: string | null | undefined;
4101
+ file?: {
4102
+ path: string;
4103
+ id: string;
4104
+ createdAt: Date;
4105
+ userId: number;
4106
+ signedUrl: string;
4107
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
4108
+ } | null | undefined;
4109
+ vatRate?: number | null | undefined;
4110
+ businessProfile?: {
4111
+ id: string;
4112
+ createdAt: Date;
4113
+ userId: number;
4114
+ updatedAt: Date;
4115
+ businessName: string;
4116
+ address: string;
4117
+ isActive: boolean;
4118
+ email?: string | null | undefined;
4119
+ phone?: string | null | undefined;
4120
+ siret?: string | null | undefined;
4121
+ vatNumber?: string | null | undefined;
4122
+ logoFileId?: string | null | undefined;
4123
+ logo?: {
4124
+ path: string;
4125
+ id: string;
4126
+ createdAt: Date;
4127
+ userId: number;
4128
+ signedUrl: string;
4129
+ status?: "PENDING" | "CONFIRMED" | null | undefined;
4130
+ } | null | undefined;
4131
+ } | null | undefined;
4132
+ customerId?: string | null | undefined;
4133
+ customer?: {
4134
+ id: string;
4135
+ userId: number;
4136
+ firstName: string;
4137
+ lastName: string;
4138
+ birthDate: Date;
4139
+ email: string;
4140
+ idNumber: string;
4141
+ phone: string;
4142
+ iban: string;
4143
+ bic: string;
4144
+ phoneVerified: boolean;
4145
+ addressLine1?: string | null | undefined;
4146
+ addressLine2?: string | null | undefined;
4147
+ city?: string | null | undefined;
4148
+ postalCode?: string | null | undefined;
4149
+ country?: string | null | undefined;
4150
+ } | null | undefined;
4151
+ dueDate?: Date | null | undefined;
4152
+ vatAmount?: number | null | undefined;
4153
+ notes?: string | null | undefined;
4154
+ lineItems?: {
4155
+ description: string;
4156
+ id: number;
4157
+ createdAt: Date;
4158
+ invoiceId: string;
4159
+ quantity: number;
4160
+ unitPrice: number;
4161
+ total: number;
4162
+ itemOnPlatformId?: string | null | undefined;
4163
+ vatRate?: number | null | undefined;
4164
+ }[] | null | undefined;
4165
+ }[] | null | undefined;
4166
+ } | null | undefined;
3199
4167
  }>;
3200
4168
  export type ListedItem = z.infer<typeof ListedItemSchema>;
3201
4169
  //# sourceMappingURL=ListedItem.d.ts.map