controlresell 2.9.7 → 2.10.0
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 +2 -2
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +26 -0
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +22 -0
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts +6 -6
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js +2 -2
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.ts +2 -2
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +21 -7
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.d.ts +14 -0
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.d.ts.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +52 -0
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +52 -0
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/Item.d.ts +44 -0
- package/src/com/controlresell/inventory/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +351 -2705
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemUpdate.js +2 -2
- package/src/com/controlresell/inventory/models/items/ItemUpdate.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemUpdate.ts +2 -2
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +52 -0
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +18 -0
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +18 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +28 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.d.ts +10 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +10 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.d.ts +4 -4
- package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts +5 -5
- package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +681 -3463
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +255 -2609
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.js +2 -2
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.ts +2 -2
- package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.d.ts +4 -4
- package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.d.ts +4 -4
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.d.ts +13 -0
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.d.ts.map +1 -0
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.js +6 -0
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.js.map +1 -0
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.ts +7 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +43 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.js +7 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.js.map +1 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.ts +8 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +2309 -7017
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.js +2 -2
- package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.ts +2 -2
- package/src/index.d.ts +8 -7
- package/src/index.d.ts.map +1 -1
- package/src/index.js +8 -7
- package/src/index.js.map +1 -1
- package/src/index.ts +8 -7
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts +0 -128
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts.map +0 -1
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js +0 -14
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js.map +0 -1
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.ts +0 -15
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.d.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.d.ts.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.js +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.js.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.d.ts.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.js +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.js.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.d.ts.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.js +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.js.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.d.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.d.ts.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.js +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.js.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.d.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.d.ts.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.js +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.js.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.d.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.d.ts.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.js +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.js.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.ts +0 -0
|
@@ -820,6 +820,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
820
820
|
manufacturerLabelling?: string | null | undefined;
|
|
821
821
|
labels?: string[] | null | undefined;
|
|
822
822
|
}>;
|
|
823
|
+
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
824
|
+
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
823
825
|
}, "strip", z.ZodTypeAny, {
|
|
824
826
|
platformId: string;
|
|
825
827
|
post: {
|
|
@@ -849,6 +851,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
849
851
|
};
|
|
850
852
|
createdAt?: Date | null | undefined;
|
|
851
853
|
platformUrl?: string | null | undefined;
|
|
854
|
+
viewsCount?: number | null | undefined;
|
|
855
|
+
favoritesCount?: number | null | undefined;
|
|
852
856
|
}, {
|
|
853
857
|
platformId: string;
|
|
854
858
|
post: {
|
|
@@ -878,6 +882,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
878
882
|
};
|
|
879
883
|
createdAt?: Date | null | undefined;
|
|
880
884
|
platformUrl?: string | null | undefined;
|
|
885
|
+
viewsCount?: number | null | undefined;
|
|
886
|
+
favoritesCount?: number | null | undefined;
|
|
881
887
|
}>;
|
|
882
888
|
}, "strip", z.ZodTypeAny, {
|
|
883
889
|
post: {
|
|
@@ -909,6 +915,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
909
915
|
};
|
|
910
916
|
createdAt?: Date | null | undefined;
|
|
911
917
|
platformUrl?: string | null | undefined;
|
|
918
|
+
viewsCount?: number | null | undefined;
|
|
919
|
+
favoritesCount?: number | null | undefined;
|
|
912
920
|
};
|
|
913
921
|
}, {
|
|
914
922
|
post: {
|
|
@@ -940,6 +948,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
940
948
|
};
|
|
941
949
|
createdAt?: Date | null | undefined;
|
|
942
950
|
platformUrl?: string | null | undefined;
|
|
951
|
+
viewsCount?: number | null | undefined;
|
|
952
|
+
favoritesCount?: number | null | undefined;
|
|
943
953
|
};
|
|
944
954
|
}>;
|
|
945
955
|
type: z.ZodLiteral<"IMPORTED">;
|
|
@@ -975,6 +985,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
975
985
|
};
|
|
976
986
|
createdAt?: Date | null | undefined;
|
|
977
987
|
platformUrl?: string | null | undefined;
|
|
988
|
+
viewsCount?: number | null | undefined;
|
|
989
|
+
favoritesCount?: number | null | undefined;
|
|
978
990
|
};
|
|
979
991
|
};
|
|
980
992
|
}, {
|
|
@@ -1009,6 +1021,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1009
1021
|
};
|
|
1010
1022
|
createdAt?: Date | null | undefined;
|
|
1011
1023
|
platformUrl?: string | null | undefined;
|
|
1024
|
+
viewsCount?: number | null | undefined;
|
|
1025
|
+
favoritesCount?: number | null | undefined;
|
|
1012
1026
|
};
|
|
1013
1027
|
};
|
|
1014
1028
|
}>, z.ZodObject<{
|
|
@@ -1675,6 +1689,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1675
1689
|
};
|
|
1676
1690
|
createdAt?: Date | null | undefined;
|
|
1677
1691
|
platformUrl?: string | null | undefined;
|
|
1692
|
+
viewsCount?: number | null | undefined;
|
|
1693
|
+
favoritesCount?: number | null | undefined;
|
|
1678
1694
|
};
|
|
1679
1695
|
};
|
|
1680
1696
|
} | {
|
|
@@ -1874,6 +1890,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1874
1890
|
};
|
|
1875
1891
|
createdAt?: Date | null | undefined;
|
|
1876
1892
|
platformUrl?: string | null | undefined;
|
|
1893
|
+
viewsCount?: number | null | undefined;
|
|
1894
|
+
favoritesCount?: number | null | undefined;
|
|
1877
1895
|
};
|
|
1878
1896
|
};
|
|
1879
1897
|
} | {
|
|
@@ -2422,6 +2440,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2422
2440
|
manufacturerLabelling?: string | null | undefined;
|
|
2423
2441
|
labels?: string[] | null | undefined;
|
|
2424
2442
|
}>;
|
|
2443
|
+
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2444
|
+
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2425
2445
|
}, "strip", z.ZodTypeAny, {
|
|
2426
2446
|
platformId: string;
|
|
2427
2447
|
post: {
|
|
@@ -2451,6 +2471,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2451
2471
|
};
|
|
2452
2472
|
createdAt?: Date | null | undefined;
|
|
2453
2473
|
platformUrl?: string | null | undefined;
|
|
2474
|
+
viewsCount?: number | null | undefined;
|
|
2475
|
+
favoritesCount?: number | null | undefined;
|
|
2454
2476
|
}, {
|
|
2455
2477
|
platformId: string;
|
|
2456
2478
|
post: {
|
|
@@ -2480,6 +2502,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2480
2502
|
};
|
|
2481
2503
|
createdAt?: Date | null | undefined;
|
|
2482
2504
|
platformUrl?: string | null | undefined;
|
|
2505
|
+
viewsCount?: number | null | undefined;
|
|
2506
|
+
favoritesCount?: number | null | undefined;
|
|
2483
2507
|
}>;
|
|
2484
2508
|
}, "strip", z.ZodTypeAny, {
|
|
2485
2509
|
post: {
|
|
@@ -2511,6 +2535,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2511
2535
|
};
|
|
2512
2536
|
createdAt?: Date | null | undefined;
|
|
2513
2537
|
platformUrl?: string | null | undefined;
|
|
2538
|
+
viewsCount?: number | null | undefined;
|
|
2539
|
+
favoritesCount?: number | null | undefined;
|
|
2514
2540
|
};
|
|
2515
2541
|
}, {
|
|
2516
2542
|
post: {
|
|
@@ -2542,6 +2568,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2542
2568
|
};
|
|
2543
2569
|
createdAt?: Date | null | undefined;
|
|
2544
2570
|
platformUrl?: string | null | undefined;
|
|
2571
|
+
viewsCount?: number | null | undefined;
|
|
2572
|
+
favoritesCount?: number | null | undefined;
|
|
2545
2573
|
};
|
|
2546
2574
|
}>;
|
|
2547
2575
|
type: z.ZodLiteral<"IMPORTED">;
|
|
@@ -2577,6 +2605,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2577
2605
|
};
|
|
2578
2606
|
createdAt?: Date | null | undefined;
|
|
2579
2607
|
platformUrl?: string | null | undefined;
|
|
2608
|
+
viewsCount?: number | null | undefined;
|
|
2609
|
+
favoritesCount?: number | null | undefined;
|
|
2580
2610
|
};
|
|
2581
2611
|
};
|
|
2582
2612
|
}, {
|
|
@@ -2611,6 +2641,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2611
2641
|
};
|
|
2612
2642
|
createdAt?: Date | null | undefined;
|
|
2613
2643
|
platformUrl?: string | null | undefined;
|
|
2644
|
+
viewsCount?: number | null | undefined;
|
|
2645
|
+
favoritesCount?: number | null | undefined;
|
|
2614
2646
|
};
|
|
2615
2647
|
};
|
|
2616
2648
|
}>, z.ZodObject<{
|
|
@@ -3277,6 +3309,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3277
3309
|
};
|
|
3278
3310
|
createdAt?: Date | null | undefined;
|
|
3279
3311
|
platformUrl?: string | null | undefined;
|
|
3312
|
+
viewsCount?: number | null | undefined;
|
|
3313
|
+
favoritesCount?: number | null | undefined;
|
|
3280
3314
|
};
|
|
3281
3315
|
};
|
|
3282
3316
|
} | {
|
|
@@ -3476,6 +3510,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3476
3510
|
};
|
|
3477
3511
|
createdAt?: Date | null | undefined;
|
|
3478
3512
|
platformUrl?: string | null | undefined;
|
|
3513
|
+
viewsCount?: number | null | undefined;
|
|
3514
|
+
favoritesCount?: number | null | undefined;
|
|
3479
3515
|
};
|
|
3480
3516
|
};
|
|
3481
3517
|
} | {
|
|
@@ -3768,6 +3804,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3768
3804
|
};
|
|
3769
3805
|
createdAt?: Date | null | undefined;
|
|
3770
3806
|
platformUrl?: string | null | undefined;
|
|
3807
|
+
viewsCount?: number | null | undefined;
|
|
3808
|
+
favoritesCount?: number | null | undefined;
|
|
3771
3809
|
};
|
|
3772
3810
|
};
|
|
3773
3811
|
} | {
|
|
@@ -3998,6 +4036,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3998
4036
|
};
|
|
3999
4037
|
createdAt?: Date | null | undefined;
|
|
4000
4038
|
platformUrl?: string | null | undefined;
|
|
4039
|
+
viewsCount?: number | null | undefined;
|
|
4040
|
+
favoritesCount?: number | null | undefined;
|
|
4001
4041
|
};
|
|
4002
4042
|
};
|
|
4003
4043
|
} | {
|
|
@@ -4288,6 +4328,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
4288
4328
|
};
|
|
4289
4329
|
createdAt?: Date | null | undefined;
|
|
4290
4330
|
platformUrl?: string | null | undefined;
|
|
4331
|
+
viewsCount?: number | null | undefined;
|
|
4332
|
+
favoritesCount?: number | null | undefined;
|
|
4291
4333
|
};
|
|
4292
4334
|
};
|
|
4293
4335
|
} | {
|
|
@@ -4518,6 +4560,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
4518
4560
|
};
|
|
4519
4561
|
createdAt?: Date | null | undefined;
|
|
4520
4562
|
platformUrl?: string | null | undefined;
|
|
4563
|
+
viewsCount?: number | null | undefined;
|
|
4564
|
+
favoritesCount?: number | null | undefined;
|
|
4521
4565
|
};
|
|
4522
4566
|
};
|
|
4523
4567
|
} | {
|
|
@@ -4810,6 +4854,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
4810
4854
|
};
|
|
4811
4855
|
createdAt?: Date | null | undefined;
|
|
4812
4856
|
platformUrl?: string | null | undefined;
|
|
4857
|
+
viewsCount?: number | null | undefined;
|
|
4858
|
+
favoritesCount?: number | null | undefined;
|
|
4813
4859
|
};
|
|
4814
4860
|
};
|
|
4815
4861
|
} | {
|
|
@@ -5040,6 +5086,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
5040
5086
|
};
|
|
5041
5087
|
createdAt?: Date | null | undefined;
|
|
5042
5088
|
platformUrl?: string | null | undefined;
|
|
5089
|
+
viewsCount?: number | null | undefined;
|
|
5090
|
+
favoritesCount?: number | null | undefined;
|
|
5043
5091
|
};
|
|
5044
5092
|
};
|
|
5045
5093
|
} | {
|
|
@@ -5375,6 +5423,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
5375
5423
|
};
|
|
5376
5424
|
createdAt?: Date | null | undefined;
|
|
5377
5425
|
platformUrl?: string | null | undefined;
|
|
5426
|
+
viewsCount?: number | null | undefined;
|
|
5427
|
+
favoritesCount?: number | null | undefined;
|
|
5378
5428
|
};
|
|
5379
5429
|
};
|
|
5380
5430
|
} | {
|
|
@@ -5605,6 +5655,8 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
5605
5655
|
};
|
|
5606
5656
|
createdAt?: Date | null | undefined;
|
|
5607
5657
|
platformUrl?: string | null | undefined;
|
|
5658
|
+
viewsCount?: number | null | undefined;
|
|
5659
|
+
favoritesCount?: number | null | undefined;
|
|
5608
5660
|
};
|
|
5609
5661
|
};
|
|
5610
5662
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionWithItems.d.ts","sourceRoot":"","sources":["TransactionWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"TransactionWithItems.d.ts","sourceRoot":"","sources":["TransactionWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGrC,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA"}
|
|
@@ -535,6 +535,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
535
535
|
manufacturerLabelling?: string | null | undefined;
|
|
536
536
|
labels?: string[] | null | undefined;
|
|
537
537
|
}>;
|
|
538
|
+
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
539
|
+
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
538
540
|
}, "strip", z.ZodTypeAny, {
|
|
539
541
|
platformId: string;
|
|
540
542
|
post: {
|
|
@@ -564,6 +566,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
564
566
|
};
|
|
565
567
|
createdAt?: Date | null | undefined;
|
|
566
568
|
platformUrl?: string | null | undefined;
|
|
569
|
+
viewsCount?: number | null | undefined;
|
|
570
|
+
favoritesCount?: number | null | undefined;
|
|
567
571
|
}, {
|
|
568
572
|
platformId: string;
|
|
569
573
|
post: {
|
|
@@ -593,6 +597,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
593
597
|
};
|
|
594
598
|
createdAt?: Date | null | undefined;
|
|
595
599
|
platformUrl?: string | null | undefined;
|
|
600
|
+
viewsCount?: number | null | undefined;
|
|
601
|
+
favoritesCount?: number | null | undefined;
|
|
596
602
|
}>;
|
|
597
603
|
}, "strip", z.ZodTypeAny, {
|
|
598
604
|
post: {
|
|
@@ -624,6 +630,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
624
630
|
};
|
|
625
631
|
createdAt?: Date | null | undefined;
|
|
626
632
|
platformUrl?: string | null | undefined;
|
|
633
|
+
viewsCount?: number | null | undefined;
|
|
634
|
+
favoritesCount?: number | null | undefined;
|
|
627
635
|
};
|
|
628
636
|
}, {
|
|
629
637
|
post: {
|
|
@@ -655,6 +663,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
655
663
|
};
|
|
656
664
|
createdAt?: Date | null | undefined;
|
|
657
665
|
platformUrl?: string | null | undefined;
|
|
666
|
+
viewsCount?: number | null | undefined;
|
|
667
|
+
favoritesCount?: number | null | undefined;
|
|
658
668
|
};
|
|
659
669
|
}>;
|
|
660
670
|
type: z.ZodLiteral<"IMPORTED">;
|
|
@@ -690,6 +700,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
690
700
|
};
|
|
691
701
|
createdAt?: Date | null | undefined;
|
|
692
702
|
platformUrl?: string | null | undefined;
|
|
703
|
+
viewsCount?: number | null | undefined;
|
|
704
|
+
favoritesCount?: number | null | undefined;
|
|
693
705
|
};
|
|
694
706
|
};
|
|
695
707
|
}, {
|
|
@@ -724,6 +736,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
724
736
|
};
|
|
725
737
|
createdAt?: Date | null | undefined;
|
|
726
738
|
platformUrl?: string | null | undefined;
|
|
739
|
+
viewsCount?: number | null | undefined;
|
|
740
|
+
favoritesCount?: number | null | undefined;
|
|
727
741
|
};
|
|
728
742
|
};
|
|
729
743
|
}>, z.ZodObject<{
|
|
@@ -1390,6 +1404,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1390
1404
|
};
|
|
1391
1405
|
createdAt?: Date | null | undefined;
|
|
1392
1406
|
platformUrl?: string | null | undefined;
|
|
1407
|
+
viewsCount?: number | null | undefined;
|
|
1408
|
+
favoritesCount?: number | null | undefined;
|
|
1393
1409
|
};
|
|
1394
1410
|
};
|
|
1395
1411
|
} | {
|
|
@@ -1589,6 +1605,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1589
1605
|
};
|
|
1590
1606
|
createdAt?: Date | null | undefined;
|
|
1591
1607
|
platformUrl?: string | null | undefined;
|
|
1608
|
+
viewsCount?: number | null | undefined;
|
|
1609
|
+
favoritesCount?: number | null | undefined;
|
|
1592
1610
|
};
|
|
1593
1611
|
};
|
|
1594
1612
|
} | {
|
|
@@ -2137,6 +2155,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2137
2155
|
manufacturerLabelling?: string | null | undefined;
|
|
2138
2156
|
labels?: string[] | null | undefined;
|
|
2139
2157
|
}>;
|
|
2158
|
+
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2159
|
+
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2140
2160
|
}, "strip", z.ZodTypeAny, {
|
|
2141
2161
|
platformId: string;
|
|
2142
2162
|
post: {
|
|
@@ -2166,6 +2186,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2166
2186
|
};
|
|
2167
2187
|
createdAt?: Date | null | undefined;
|
|
2168
2188
|
platformUrl?: string | null | undefined;
|
|
2189
|
+
viewsCount?: number | null | undefined;
|
|
2190
|
+
favoritesCount?: number | null | undefined;
|
|
2169
2191
|
}, {
|
|
2170
2192
|
platformId: string;
|
|
2171
2193
|
post: {
|
|
@@ -2195,6 +2217,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2195
2217
|
};
|
|
2196
2218
|
createdAt?: Date | null | undefined;
|
|
2197
2219
|
platformUrl?: string | null | undefined;
|
|
2220
|
+
viewsCount?: number | null | undefined;
|
|
2221
|
+
favoritesCount?: number | null | undefined;
|
|
2198
2222
|
}>;
|
|
2199
2223
|
}, "strip", z.ZodTypeAny, {
|
|
2200
2224
|
post: {
|
|
@@ -2226,6 +2250,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2226
2250
|
};
|
|
2227
2251
|
createdAt?: Date | null | undefined;
|
|
2228
2252
|
platformUrl?: string | null | undefined;
|
|
2253
|
+
viewsCount?: number | null | undefined;
|
|
2254
|
+
favoritesCount?: number | null | undefined;
|
|
2229
2255
|
};
|
|
2230
2256
|
}, {
|
|
2231
2257
|
post: {
|
|
@@ -2257,6 +2283,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2257
2283
|
};
|
|
2258
2284
|
createdAt?: Date | null | undefined;
|
|
2259
2285
|
platformUrl?: string | null | undefined;
|
|
2286
|
+
viewsCount?: number | null | undefined;
|
|
2287
|
+
favoritesCount?: number | null | undefined;
|
|
2260
2288
|
};
|
|
2261
2289
|
}>;
|
|
2262
2290
|
type: z.ZodLiteral<"IMPORTED">;
|
|
@@ -2292,6 +2320,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2292
2320
|
};
|
|
2293
2321
|
createdAt?: Date | null | undefined;
|
|
2294
2322
|
platformUrl?: string | null | undefined;
|
|
2323
|
+
viewsCount?: number | null | undefined;
|
|
2324
|
+
favoritesCount?: number | null | undefined;
|
|
2295
2325
|
};
|
|
2296
2326
|
};
|
|
2297
2327
|
}, {
|
|
@@ -2326,6 +2356,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2326
2356
|
};
|
|
2327
2357
|
createdAt?: Date | null | undefined;
|
|
2328
2358
|
platformUrl?: string | null | undefined;
|
|
2359
|
+
viewsCount?: number | null | undefined;
|
|
2360
|
+
favoritesCount?: number | null | undefined;
|
|
2329
2361
|
};
|
|
2330
2362
|
};
|
|
2331
2363
|
}>, z.ZodObject<{
|
|
@@ -2992,6 +3024,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2992
3024
|
};
|
|
2993
3025
|
createdAt?: Date | null | undefined;
|
|
2994
3026
|
platformUrl?: string | null | undefined;
|
|
3027
|
+
viewsCount?: number | null | undefined;
|
|
3028
|
+
favoritesCount?: number | null | undefined;
|
|
2995
3029
|
};
|
|
2996
3030
|
};
|
|
2997
3031
|
} | {
|
|
@@ -3191,6 +3225,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3191
3225
|
};
|
|
3192
3226
|
createdAt?: Date | null | undefined;
|
|
3193
3227
|
platformUrl?: string | null | undefined;
|
|
3228
|
+
viewsCount?: number | null | undefined;
|
|
3229
|
+
favoritesCount?: number | null | undefined;
|
|
3194
3230
|
};
|
|
3195
3231
|
};
|
|
3196
3232
|
} | {
|
|
@@ -3483,6 +3519,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3483
3519
|
};
|
|
3484
3520
|
createdAt?: Date | null | undefined;
|
|
3485
3521
|
platformUrl?: string | null | undefined;
|
|
3522
|
+
viewsCount?: number | null | undefined;
|
|
3523
|
+
favoritesCount?: number | null | undefined;
|
|
3486
3524
|
};
|
|
3487
3525
|
};
|
|
3488
3526
|
} | {
|
|
@@ -3713,6 +3751,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3713
3751
|
};
|
|
3714
3752
|
createdAt?: Date | null | undefined;
|
|
3715
3753
|
platformUrl?: string | null | undefined;
|
|
3754
|
+
viewsCount?: number | null | undefined;
|
|
3755
|
+
favoritesCount?: number | null | undefined;
|
|
3716
3756
|
};
|
|
3717
3757
|
};
|
|
3718
3758
|
} | {
|
|
@@ -4003,6 +4043,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4003
4043
|
};
|
|
4004
4044
|
createdAt?: Date | null | undefined;
|
|
4005
4045
|
platformUrl?: string | null | undefined;
|
|
4046
|
+
viewsCount?: number | null | undefined;
|
|
4047
|
+
favoritesCount?: number | null | undefined;
|
|
4006
4048
|
};
|
|
4007
4049
|
};
|
|
4008
4050
|
} | {
|
|
@@ -4233,6 +4275,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4233
4275
|
};
|
|
4234
4276
|
createdAt?: Date | null | undefined;
|
|
4235
4277
|
platformUrl?: string | null | undefined;
|
|
4278
|
+
viewsCount?: number | null | undefined;
|
|
4279
|
+
favoritesCount?: number | null | undefined;
|
|
4236
4280
|
};
|
|
4237
4281
|
};
|
|
4238
4282
|
} | {
|
|
@@ -4550,6 +4594,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4550
4594
|
};
|
|
4551
4595
|
createdAt?: Date | null | undefined;
|
|
4552
4596
|
platformUrl?: string | null | undefined;
|
|
4597
|
+
viewsCount?: number | null | undefined;
|
|
4598
|
+
favoritesCount?: number | null | undefined;
|
|
4553
4599
|
};
|
|
4554
4600
|
};
|
|
4555
4601
|
} | {
|
|
@@ -4780,6 +4826,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4780
4826
|
};
|
|
4781
4827
|
createdAt?: Date | null | undefined;
|
|
4782
4828
|
platformUrl?: string | null | undefined;
|
|
4829
|
+
viewsCount?: number | null | undefined;
|
|
4830
|
+
favoritesCount?: number | null | undefined;
|
|
4783
4831
|
};
|
|
4784
4832
|
};
|
|
4785
4833
|
} | {
|
|
@@ -5081,6 +5129,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5081
5129
|
};
|
|
5082
5130
|
createdAt?: Date | null | undefined;
|
|
5083
5131
|
platformUrl?: string | null | undefined;
|
|
5132
|
+
viewsCount?: number | null | undefined;
|
|
5133
|
+
favoritesCount?: number | null | undefined;
|
|
5084
5134
|
};
|
|
5085
5135
|
};
|
|
5086
5136
|
} | {
|
|
@@ -5311,6 +5361,8 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5311
5361
|
};
|
|
5312
5362
|
createdAt?: Date | null | undefined;
|
|
5313
5363
|
platformUrl?: string | null | undefined;
|
|
5364
|
+
viewsCount?: number | null | undefined;
|
|
5365
|
+
favoritesCount?: number | null | undefined;
|
|
5314
5366
|
};
|
|
5315
5367
|
};
|
|
5316
5368
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreatedItems.d.ts","sourceRoot":"","sources":["CreatedItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"CreatedItems.d.ts","sourceRoot":"","sources":["CreatedItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG7B,CAAA;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
|