controlresell 2.9.8 → 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 +26 -0
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
- 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 +37 -7
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +31 -5
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- 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 +52 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- 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
|
@@ -534,6 +534,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
534
534
|
manufacturerLabelling?: string | null | undefined;
|
|
535
535
|
labels?: string[] | null | undefined;
|
|
536
536
|
}>;
|
|
537
|
+
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
538
|
+
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
537
539
|
}, "strip", z.ZodTypeAny, {
|
|
538
540
|
platformId: string;
|
|
539
541
|
post: {
|
|
@@ -563,6 +565,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
563
565
|
};
|
|
564
566
|
createdAt?: Date | null | undefined;
|
|
565
567
|
platformUrl?: string | null | undefined;
|
|
568
|
+
viewsCount?: number | null | undefined;
|
|
569
|
+
favoritesCount?: number | null | undefined;
|
|
566
570
|
}, {
|
|
567
571
|
platformId: string;
|
|
568
572
|
post: {
|
|
@@ -592,6 +596,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
592
596
|
};
|
|
593
597
|
createdAt?: Date | null | undefined;
|
|
594
598
|
platformUrl?: string | null | undefined;
|
|
599
|
+
viewsCount?: number | null | undefined;
|
|
600
|
+
favoritesCount?: number | null | undefined;
|
|
595
601
|
}>;
|
|
596
602
|
}, "strip", z.ZodTypeAny, {
|
|
597
603
|
post: {
|
|
@@ -623,6 +629,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
623
629
|
};
|
|
624
630
|
createdAt?: Date | null | undefined;
|
|
625
631
|
platformUrl?: string | null | undefined;
|
|
632
|
+
viewsCount?: number | null | undefined;
|
|
633
|
+
favoritesCount?: number | null | undefined;
|
|
626
634
|
};
|
|
627
635
|
}, {
|
|
628
636
|
post: {
|
|
@@ -654,6 +662,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
654
662
|
};
|
|
655
663
|
createdAt?: Date | null | undefined;
|
|
656
664
|
platformUrl?: string | null | undefined;
|
|
665
|
+
viewsCount?: number | null | undefined;
|
|
666
|
+
favoritesCount?: number | null | undefined;
|
|
657
667
|
};
|
|
658
668
|
}>;
|
|
659
669
|
type: z.ZodLiteral<"IMPORTED">;
|
|
@@ -689,6 +699,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
689
699
|
};
|
|
690
700
|
createdAt?: Date | null | undefined;
|
|
691
701
|
platformUrl?: string | null | undefined;
|
|
702
|
+
viewsCount?: number | null | undefined;
|
|
703
|
+
favoritesCount?: number | null | undefined;
|
|
692
704
|
};
|
|
693
705
|
};
|
|
694
706
|
}, {
|
|
@@ -723,6 +735,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
723
735
|
};
|
|
724
736
|
createdAt?: Date | null | undefined;
|
|
725
737
|
platformUrl?: string | null | undefined;
|
|
738
|
+
viewsCount?: number | null | undefined;
|
|
739
|
+
favoritesCount?: number | null | undefined;
|
|
726
740
|
};
|
|
727
741
|
};
|
|
728
742
|
}>, z.ZodObject<{
|
|
@@ -1389,6 +1403,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1389
1403
|
};
|
|
1390
1404
|
createdAt?: Date | null | undefined;
|
|
1391
1405
|
platformUrl?: string | null | undefined;
|
|
1406
|
+
viewsCount?: number | null | undefined;
|
|
1407
|
+
favoritesCount?: number | null | undefined;
|
|
1392
1408
|
};
|
|
1393
1409
|
};
|
|
1394
1410
|
} | {
|
|
@@ -1588,6 +1604,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1588
1604
|
};
|
|
1589
1605
|
createdAt?: Date | null | undefined;
|
|
1590
1606
|
platformUrl?: string | null | undefined;
|
|
1607
|
+
viewsCount?: number | null | undefined;
|
|
1608
|
+
favoritesCount?: number | null | undefined;
|
|
1591
1609
|
};
|
|
1592
1610
|
};
|
|
1593
1611
|
} | {
|
|
@@ -2136,6 +2154,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2136
2154
|
manufacturerLabelling?: string | null | undefined;
|
|
2137
2155
|
labels?: string[] | null | undefined;
|
|
2138
2156
|
}>;
|
|
2157
|
+
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2158
|
+
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2139
2159
|
}, "strip", z.ZodTypeAny, {
|
|
2140
2160
|
platformId: string;
|
|
2141
2161
|
post: {
|
|
@@ -2165,6 +2185,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2165
2185
|
};
|
|
2166
2186
|
createdAt?: Date | null | undefined;
|
|
2167
2187
|
platformUrl?: string | null | undefined;
|
|
2188
|
+
viewsCount?: number | null | undefined;
|
|
2189
|
+
favoritesCount?: number | null | undefined;
|
|
2168
2190
|
}, {
|
|
2169
2191
|
platformId: string;
|
|
2170
2192
|
post: {
|
|
@@ -2194,6 +2216,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2194
2216
|
};
|
|
2195
2217
|
createdAt?: Date | null | undefined;
|
|
2196
2218
|
platformUrl?: string | null | undefined;
|
|
2219
|
+
viewsCount?: number | null | undefined;
|
|
2220
|
+
favoritesCount?: number | null | undefined;
|
|
2197
2221
|
}>;
|
|
2198
2222
|
}, "strip", z.ZodTypeAny, {
|
|
2199
2223
|
post: {
|
|
@@ -2225,6 +2249,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2225
2249
|
};
|
|
2226
2250
|
createdAt?: Date | null | undefined;
|
|
2227
2251
|
platformUrl?: string | null | undefined;
|
|
2252
|
+
viewsCount?: number | null | undefined;
|
|
2253
|
+
favoritesCount?: number | null | undefined;
|
|
2228
2254
|
};
|
|
2229
2255
|
}, {
|
|
2230
2256
|
post: {
|
|
@@ -2256,6 +2282,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2256
2282
|
};
|
|
2257
2283
|
createdAt?: Date | null | undefined;
|
|
2258
2284
|
platformUrl?: string | null | undefined;
|
|
2285
|
+
viewsCount?: number | null | undefined;
|
|
2286
|
+
favoritesCount?: number | null | undefined;
|
|
2259
2287
|
};
|
|
2260
2288
|
}>;
|
|
2261
2289
|
type: z.ZodLiteral<"IMPORTED">;
|
|
@@ -2291,6 +2319,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2291
2319
|
};
|
|
2292
2320
|
createdAt?: Date | null | undefined;
|
|
2293
2321
|
platformUrl?: string | null | undefined;
|
|
2322
|
+
viewsCount?: number | null | undefined;
|
|
2323
|
+
favoritesCount?: number | null | undefined;
|
|
2294
2324
|
};
|
|
2295
2325
|
};
|
|
2296
2326
|
}, {
|
|
@@ -2325,6 +2355,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2325
2355
|
};
|
|
2326
2356
|
createdAt?: Date | null | undefined;
|
|
2327
2357
|
platformUrl?: string | null | undefined;
|
|
2358
|
+
viewsCount?: number | null | undefined;
|
|
2359
|
+
favoritesCount?: number | null | undefined;
|
|
2328
2360
|
};
|
|
2329
2361
|
};
|
|
2330
2362
|
}>, z.ZodObject<{
|
|
@@ -2991,6 +3023,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2991
3023
|
};
|
|
2992
3024
|
createdAt?: Date | null | undefined;
|
|
2993
3025
|
platformUrl?: string | null | undefined;
|
|
3026
|
+
viewsCount?: number | null | undefined;
|
|
3027
|
+
favoritesCount?: number | null | undefined;
|
|
2994
3028
|
};
|
|
2995
3029
|
};
|
|
2996
3030
|
} | {
|
|
@@ -3190,6 +3224,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3190
3224
|
};
|
|
3191
3225
|
createdAt?: Date | null | undefined;
|
|
3192
3226
|
platformUrl?: string | null | undefined;
|
|
3227
|
+
viewsCount?: number | null | undefined;
|
|
3228
|
+
favoritesCount?: number | null | undefined;
|
|
3193
3229
|
};
|
|
3194
3230
|
};
|
|
3195
3231
|
} | {
|
|
@@ -3482,6 +3518,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3482
3518
|
};
|
|
3483
3519
|
createdAt?: Date | null | undefined;
|
|
3484
3520
|
platformUrl?: string | null | undefined;
|
|
3521
|
+
viewsCount?: number | null | undefined;
|
|
3522
|
+
favoritesCount?: number | null | undefined;
|
|
3485
3523
|
};
|
|
3486
3524
|
};
|
|
3487
3525
|
} | {
|
|
@@ -3712,6 +3750,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3712
3750
|
};
|
|
3713
3751
|
createdAt?: Date | null | undefined;
|
|
3714
3752
|
platformUrl?: string | null | undefined;
|
|
3753
|
+
viewsCount?: number | null | undefined;
|
|
3754
|
+
favoritesCount?: number | null | undefined;
|
|
3715
3755
|
};
|
|
3716
3756
|
};
|
|
3717
3757
|
} | {
|
|
@@ -4002,6 +4042,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4002
4042
|
};
|
|
4003
4043
|
createdAt?: Date | null | undefined;
|
|
4004
4044
|
platformUrl?: string | null | undefined;
|
|
4045
|
+
viewsCount?: number | null | undefined;
|
|
4046
|
+
favoritesCount?: number | null | undefined;
|
|
4005
4047
|
};
|
|
4006
4048
|
};
|
|
4007
4049
|
} | {
|
|
@@ -4232,6 +4274,8 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4232
4274
|
};
|
|
4233
4275
|
createdAt?: Date | null | undefined;
|
|
4234
4276
|
platformUrl?: string | null | undefined;
|
|
4277
|
+
viewsCount?: number | null | undefined;
|
|
4278
|
+
favoritesCount?: number | null | undefined;
|
|
4235
4279
|
};
|
|
4236
4280
|
};
|
|
4237
4281
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["Item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAUrB,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["Item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAUrB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuCrB,CAAA;AACF,MAAM,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAA"}
|
|
@@ -493,6 +493,8 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
493
493
|
manufacturerLabelling?: string | null | undefined;
|
|
494
494
|
labels?: string[] | null | undefined;
|
|
495
495
|
}>;
|
|
496
|
+
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
497
|
+
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
496
498
|
}, "strip", z.ZodTypeAny, {
|
|
497
499
|
platformId: string;
|
|
498
500
|
post: {
|
|
@@ -522,6 +524,8 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
522
524
|
};
|
|
523
525
|
createdAt?: Date | null | undefined;
|
|
524
526
|
platformUrl?: string | null | undefined;
|
|
527
|
+
viewsCount?: number | null | undefined;
|
|
528
|
+
favoritesCount?: number | null | undefined;
|
|
525
529
|
}, {
|
|
526
530
|
platformId: string;
|
|
527
531
|
post: {
|
|
@@ -551,6 +555,8 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
551
555
|
};
|
|
552
556
|
createdAt?: Date | null | undefined;
|
|
553
557
|
platformUrl?: string | null | undefined;
|
|
558
|
+
viewsCount?: number | null | undefined;
|
|
559
|
+
favoritesCount?: number | null | undefined;
|
|
554
560
|
}>;
|
|
555
561
|
}, "strip", z.ZodTypeAny, {
|
|
556
562
|
post: {
|
|
@@ -582,6 +588,8 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
582
588
|
};
|
|
583
589
|
createdAt?: Date | null | undefined;
|
|
584
590
|
platformUrl?: string | null | undefined;
|
|
591
|
+
viewsCount?: number | null | undefined;
|
|
592
|
+
favoritesCount?: number | null | undefined;
|
|
585
593
|
};
|
|
586
594
|
}, {
|
|
587
595
|
post: {
|
|
@@ -613,6 +621,8 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
613
621
|
};
|
|
614
622
|
createdAt?: Date | null | undefined;
|
|
615
623
|
platformUrl?: string | null | undefined;
|
|
624
|
+
viewsCount?: number | null | undefined;
|
|
625
|
+
favoritesCount?: number | null | undefined;
|
|
616
626
|
};
|
|
617
627
|
}>;
|
|
618
628
|
type: z.ZodLiteral<"IMPORTED">;
|
|
@@ -648,6 +658,8 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
648
658
|
};
|
|
649
659
|
createdAt?: Date | null | undefined;
|
|
650
660
|
platformUrl?: string | null | undefined;
|
|
661
|
+
viewsCount?: number | null | undefined;
|
|
662
|
+
favoritesCount?: number | null | undefined;
|
|
651
663
|
};
|
|
652
664
|
};
|
|
653
665
|
}, {
|
|
@@ -682,6 +694,8 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
682
694
|
};
|
|
683
695
|
createdAt?: Date | null | undefined;
|
|
684
696
|
platformUrl?: string | null | undefined;
|
|
697
|
+
viewsCount?: number | null | undefined;
|
|
698
|
+
favoritesCount?: number | null | undefined;
|
|
685
699
|
};
|
|
686
700
|
};
|
|
687
701
|
}>, z.ZodObject<{
|
|
@@ -1348,6 +1362,8 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1348
1362
|
};
|
|
1349
1363
|
createdAt?: Date | null | undefined;
|
|
1350
1364
|
platformUrl?: string | null | undefined;
|
|
1365
|
+
viewsCount?: number | null | undefined;
|
|
1366
|
+
favoritesCount?: number | null | undefined;
|
|
1351
1367
|
};
|
|
1352
1368
|
};
|
|
1353
1369
|
} | {
|
|
@@ -1547,6 +1563,8 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1547
1563
|
};
|
|
1548
1564
|
createdAt?: Date | null | undefined;
|
|
1549
1565
|
platformUrl?: string | null | undefined;
|
|
1566
|
+
viewsCount?: number | null | undefined;
|
|
1567
|
+
favoritesCount?: number | null | undefined;
|
|
1550
1568
|
};
|
|
1551
1569
|
};
|
|
1552
1570
|
} | {
|
|
@@ -1952,6 +1970,8 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1952
1970
|
};
|
|
1953
1971
|
createdAt?: Date | null | undefined;
|
|
1954
1972
|
platformUrl?: string | null | undefined;
|
|
1973
|
+
viewsCount?: number | null | undefined;
|
|
1974
|
+
favoritesCount?: number | null | undefined;
|
|
1955
1975
|
};
|
|
1956
1976
|
};
|
|
1957
1977
|
} | {
|
|
@@ -2256,6 +2276,8 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2256
2276
|
};
|
|
2257
2277
|
createdAt?: Date | null | undefined;
|
|
2258
2278
|
platformUrl?: string | null | undefined;
|
|
2279
|
+
viewsCount?: number | null | undefined;
|
|
2280
|
+
favoritesCount?: number | null | undefined;
|
|
2259
2281
|
};
|
|
2260
2282
|
};
|
|
2261
2283
|
} | {
|
|
@@ -2564,6 +2586,8 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2564
2586
|
};
|
|
2565
2587
|
createdAt?: Date | null | undefined;
|
|
2566
2588
|
platformUrl?: string | null | undefined;
|
|
2589
|
+
viewsCount?: number | null | undefined;
|
|
2590
|
+
favoritesCount?: number | null | undefined;
|
|
2567
2591
|
};
|
|
2568
2592
|
};
|
|
2569
2593
|
} | {
|
|
@@ -2872,6 +2896,8 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2872
2896
|
};
|
|
2873
2897
|
createdAt?: Date | null | undefined;
|
|
2874
2898
|
platformUrl?: string | null | undefined;
|
|
2899
|
+
viewsCount?: number | null | undefined;
|
|
2900
|
+
favoritesCount?: number | null | undefined;
|
|
2875
2901
|
};
|
|
2876
2902
|
};
|
|
2877
2903
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemUpdate.d.ts","sourceRoot":"","sources":["ItemUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"ItemUpdate.d.ts","sourceRoot":"","sources":["ItemUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
|
|
@@ -535,6 +535,8 @@ export declare const UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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 UpdatedItemSchema: 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":"UpdatedItem.d.ts","sourceRoot":"","sources":["UpdatedItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"UpdatedItem.d.ts","sourceRoot":"","sources":["UpdatedItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
|