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
|
@@ -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"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import { IdSchema } from "zodable-idschema";
|
|
3
|
-
import {
|
|
3
|
+
import { ListedItemSchema } from "../../../api/responses/items/ListedItem";
|
|
4
4
|
export const ItemUpdateSchema = z.object({
|
|
5
5
|
userId: IdSchema,
|
|
6
|
-
item:
|
|
6
|
+
item: ListedItemSchema,
|
|
7
7
|
deleted: z.boolean().nullish()
|
|
8
8
|
});
|
|
9
9
|
//# sourceMappingURL=ItemUpdate.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemUpdate.js","sourceRoot":"","sources":["ItemUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,QAAQ,EAAC,MAAM,kBAAkB,CAAA;AACzC,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"ItemUpdate.js","sourceRoot":"","sources":["ItemUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,QAAQ,EAAC,MAAM,kBAAkB,CAAA;AACzC,OAAO,EAAC,gBAAgB,EAAC,MAAM,yCAAyC,CAAA;AAExE,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,gBAAgB;IACtB,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE;CACjC,CAAC,CAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {z} from "zod"
|
|
2
2
|
import {IdSchema} from "zodable-idschema"
|
|
3
|
-
import {
|
|
3
|
+
import {ListedItemSchema} from "../../../api/responses/items/ListedItem"
|
|
4
4
|
|
|
5
5
|
export const ItemUpdateSchema = z.object({
|
|
6
6
|
userId: IdSchema,
|
|
7
|
-
item:
|
|
7
|
+
item: ListedItemSchema,
|
|
8
8
|
deleted: z.boolean().nullish()
|
|
9
9
|
})
|
|
10
10
|
export type ItemUpdate = z.infer<typeof ItemUpdateSchema>
|
|
@@ -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"}
|
|
@@ -308,6 +308,8 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
308
308
|
manufacturerLabelling?: string | null | undefined;
|
|
309
309
|
labels?: string[] | null | undefined;
|
|
310
310
|
}>;
|
|
311
|
+
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
312
|
+
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
311
313
|
}, "strip", z.ZodTypeAny, {
|
|
312
314
|
platformId: string;
|
|
313
315
|
post: {
|
|
@@ -337,6 +339,8 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
337
339
|
};
|
|
338
340
|
createdAt?: Date | null | undefined;
|
|
339
341
|
platformUrl?: string | null | undefined;
|
|
342
|
+
viewsCount?: number | null | undefined;
|
|
343
|
+
favoritesCount?: number | null | undefined;
|
|
340
344
|
}, {
|
|
341
345
|
platformId: string;
|
|
342
346
|
post: {
|
|
@@ -366,6 +370,8 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
366
370
|
};
|
|
367
371
|
createdAt?: Date | null | undefined;
|
|
368
372
|
platformUrl?: string | null | undefined;
|
|
373
|
+
viewsCount?: number | null | undefined;
|
|
374
|
+
favoritesCount?: number | null | undefined;
|
|
369
375
|
}>;
|
|
370
376
|
}, "strip", z.ZodTypeAny, {
|
|
371
377
|
post: {
|
|
@@ -397,6 +403,8 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
397
403
|
};
|
|
398
404
|
createdAt?: Date | null | undefined;
|
|
399
405
|
platformUrl?: string | null | undefined;
|
|
406
|
+
viewsCount?: number | null | undefined;
|
|
407
|
+
favoritesCount?: number | null | undefined;
|
|
400
408
|
};
|
|
401
409
|
}, {
|
|
402
410
|
post: {
|
|
@@ -428,6 +436,8 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
428
436
|
};
|
|
429
437
|
createdAt?: Date | null | undefined;
|
|
430
438
|
platformUrl?: string | null | undefined;
|
|
439
|
+
viewsCount?: number | null | undefined;
|
|
440
|
+
favoritesCount?: number | null | undefined;
|
|
431
441
|
};
|
|
432
442
|
}>;
|
|
433
443
|
type: z.ZodLiteral<"IMPORTED">;
|
|
@@ -463,6 +473,8 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
463
473
|
};
|
|
464
474
|
createdAt?: Date | null | undefined;
|
|
465
475
|
platformUrl?: string | null | undefined;
|
|
476
|
+
viewsCount?: number | null | undefined;
|
|
477
|
+
favoritesCount?: number | null | undefined;
|
|
466
478
|
};
|
|
467
479
|
};
|
|
468
480
|
}, {
|
|
@@ -497,6 +509,8 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
497
509
|
};
|
|
498
510
|
createdAt?: Date | null | undefined;
|
|
499
511
|
platformUrl?: string | null | undefined;
|
|
512
|
+
viewsCount?: number | null | undefined;
|
|
513
|
+
favoritesCount?: number | null | undefined;
|
|
500
514
|
};
|
|
501
515
|
};
|
|
502
516
|
}>, z.ZodObject<{
|
|
@@ -1158,6 +1172,8 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1158
1172
|
};
|
|
1159
1173
|
createdAt?: Date | null | undefined;
|
|
1160
1174
|
platformUrl?: string | null | undefined;
|
|
1175
|
+
viewsCount?: number | null | undefined;
|
|
1176
|
+
favoritesCount?: number | null | undefined;
|
|
1161
1177
|
};
|
|
1162
1178
|
};
|
|
1163
1179
|
} | {
|
|
@@ -1353,6 +1369,8 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1353
1369
|
};
|
|
1354
1370
|
createdAt?: Date | null | undefined;
|
|
1355
1371
|
platformUrl?: string | null | undefined;
|
|
1372
|
+
viewsCount?: number | null | undefined;
|
|
1373
|
+
favoritesCount?: number | null | undefined;
|
|
1356
1374
|
};
|
|
1357
1375
|
};
|
|
1358
1376
|
} | {
|
package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateItemHistoryPayload.d.ts","sourceRoot":"","sources":["CreateItemHistoryPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"CreateItemHistoryPayload.d.ts","sourceRoot":"","sources":["CreateItemHistoryPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKzC,CAAA;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA"}
|
|
@@ -310,6 +310,8 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
310
310
|
manufacturerLabelling?: string | null | undefined;
|
|
311
311
|
labels?: string[] | null | undefined;
|
|
312
312
|
}>;
|
|
313
|
+
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
314
|
+
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
313
315
|
}, "strip", z.ZodTypeAny, {
|
|
314
316
|
platformId: string;
|
|
315
317
|
post: {
|
|
@@ -339,6 +341,8 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
339
341
|
};
|
|
340
342
|
createdAt?: Date | null | undefined;
|
|
341
343
|
platformUrl?: string | null | undefined;
|
|
344
|
+
viewsCount?: number | null | undefined;
|
|
345
|
+
favoritesCount?: number | null | undefined;
|
|
342
346
|
}, {
|
|
343
347
|
platformId: string;
|
|
344
348
|
post: {
|
|
@@ -368,6 +372,8 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
368
372
|
};
|
|
369
373
|
createdAt?: Date | null | undefined;
|
|
370
374
|
platformUrl?: string | null | undefined;
|
|
375
|
+
viewsCount?: number | null | undefined;
|
|
376
|
+
favoritesCount?: number | null | undefined;
|
|
371
377
|
}>;
|
|
372
378
|
}, "strip", z.ZodTypeAny, {
|
|
373
379
|
post: {
|
|
@@ -399,6 +405,8 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
399
405
|
};
|
|
400
406
|
createdAt?: Date | null | undefined;
|
|
401
407
|
platformUrl?: string | null | undefined;
|
|
408
|
+
viewsCount?: number | null | undefined;
|
|
409
|
+
favoritesCount?: number | null | undefined;
|
|
402
410
|
};
|
|
403
411
|
}, {
|
|
404
412
|
post: {
|
|
@@ -430,6 +438,8 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
430
438
|
};
|
|
431
439
|
createdAt?: Date | null | undefined;
|
|
432
440
|
platformUrl?: string | null | undefined;
|
|
441
|
+
viewsCount?: number | null | undefined;
|
|
442
|
+
favoritesCount?: number | null | undefined;
|
|
433
443
|
};
|
|
434
444
|
}>;
|
|
435
445
|
type: z.ZodLiteral<"IMPORTED">;
|
|
@@ -465,6 +475,8 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
465
475
|
};
|
|
466
476
|
createdAt?: Date | null | undefined;
|
|
467
477
|
platformUrl?: string | null | undefined;
|
|
478
|
+
viewsCount?: number | null | undefined;
|
|
479
|
+
favoritesCount?: number | null | undefined;
|
|
468
480
|
};
|
|
469
481
|
};
|
|
470
482
|
}, {
|
|
@@ -499,6 +511,8 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
499
511
|
};
|
|
500
512
|
createdAt?: Date | null | undefined;
|
|
501
513
|
platformUrl?: string | null | undefined;
|
|
514
|
+
viewsCount?: number | null | undefined;
|
|
515
|
+
favoritesCount?: number | null | undefined;
|
|
502
516
|
};
|
|
503
517
|
};
|
|
504
518
|
}>, z.ZodObject<{
|
|
@@ -1165,6 +1179,8 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1165
1179
|
};
|
|
1166
1180
|
createdAt?: Date | null | undefined;
|
|
1167
1181
|
platformUrl?: string | null | undefined;
|
|
1182
|
+
viewsCount?: number | null | undefined;
|
|
1183
|
+
favoritesCount?: number | null | undefined;
|
|
1168
1184
|
};
|
|
1169
1185
|
};
|
|
1170
1186
|
} | {
|
|
@@ -1364,6 +1380,8 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1364
1380
|
};
|
|
1365
1381
|
createdAt?: Date | null | undefined;
|
|
1366
1382
|
platformUrl?: string | null | undefined;
|
|
1383
|
+
viewsCount?: number | null | undefined;
|
|
1384
|
+
favoritesCount?: number | null | undefined;
|
|
1367
1385
|
};
|
|
1368
1386
|
};
|
|
1369
1387
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemHistory.d.ts","sourceRoot":"","sources":["ItemHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"ItemHistory.d.ts","sourceRoot":"","sources":["ItemHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
|
|
@@ -318,6 +318,8 @@ export declare const ItemHistoryDecodedPayloadImportedSchema: z.ZodObject<{
|
|
|
318
318
|
manufacturerLabelling?: string | null | undefined;
|
|
319
319
|
labels?: string[] | null | undefined;
|
|
320
320
|
}>;
|
|
321
|
+
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
322
|
+
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
321
323
|
}, "strip", z.ZodTypeAny, {
|
|
322
324
|
platformId: string;
|
|
323
325
|
post: {
|
|
@@ -347,6 +349,8 @@ export declare const ItemHistoryDecodedPayloadImportedSchema: z.ZodObject<{
|
|
|
347
349
|
};
|
|
348
350
|
createdAt?: Date | null | undefined;
|
|
349
351
|
platformUrl?: string | null | undefined;
|
|
352
|
+
viewsCount?: number | null | undefined;
|
|
353
|
+
favoritesCount?: number | null | undefined;
|
|
350
354
|
}, {
|
|
351
355
|
platformId: string;
|
|
352
356
|
post: {
|
|
@@ -376,6 +380,8 @@ export declare const ItemHistoryDecodedPayloadImportedSchema: z.ZodObject<{
|
|
|
376
380
|
};
|
|
377
381
|
createdAt?: Date | null | undefined;
|
|
378
382
|
platformUrl?: string | null | undefined;
|
|
383
|
+
viewsCount?: number | null | undefined;
|
|
384
|
+
favoritesCount?: number | null | undefined;
|
|
379
385
|
}>;
|
|
380
386
|
}, "strip", z.ZodTypeAny, {
|
|
381
387
|
post: {
|
|
@@ -407,6 +413,8 @@ export declare const ItemHistoryDecodedPayloadImportedSchema: z.ZodObject<{
|
|
|
407
413
|
};
|
|
408
414
|
createdAt?: Date | null | undefined;
|
|
409
415
|
platformUrl?: string | null | undefined;
|
|
416
|
+
viewsCount?: number | null | undefined;
|
|
417
|
+
favoritesCount?: number | null | undefined;
|
|
410
418
|
};
|
|
411
419
|
}, {
|
|
412
420
|
post: {
|
|
@@ -438,6 +446,8 @@ export declare const ItemHistoryDecodedPayloadImportedSchema: z.ZodObject<{
|
|
|
438
446
|
};
|
|
439
447
|
createdAt?: Date | null | undefined;
|
|
440
448
|
platformUrl?: string | null | undefined;
|
|
449
|
+
viewsCount?: number | null | undefined;
|
|
450
|
+
favoritesCount?: number | null | undefined;
|
|
441
451
|
};
|
|
442
452
|
}>;
|
|
443
453
|
type: z.ZodLiteral<"IMPORTED">;
|
|
@@ -473,6 +483,8 @@ export declare const ItemHistoryDecodedPayloadImportedSchema: z.ZodObject<{
|
|
|
473
483
|
};
|
|
474
484
|
createdAt?: Date | null | undefined;
|
|
475
485
|
platformUrl?: string | null | undefined;
|
|
486
|
+
viewsCount?: number | null | undefined;
|
|
487
|
+
favoritesCount?: number | null | undefined;
|
|
476
488
|
};
|
|
477
489
|
};
|
|
478
490
|
}, {
|
|
@@ -507,6 +519,8 @@ export declare const ItemHistoryDecodedPayloadImportedSchema: z.ZodObject<{
|
|
|
507
519
|
};
|
|
508
520
|
createdAt?: Date | null | undefined;
|
|
509
521
|
platformUrl?: string | null | undefined;
|
|
522
|
+
viewsCount?: number | null | undefined;
|
|
523
|
+
favoritesCount?: number | null | undefined;
|
|
510
524
|
};
|
|
511
525
|
};
|
|
512
526
|
}>;
|
|
@@ -1410,6 +1424,8 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1410
1424
|
manufacturerLabelling?: string | null | undefined;
|
|
1411
1425
|
labels?: string[] | null | undefined;
|
|
1412
1426
|
}>;
|
|
1427
|
+
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1428
|
+
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1413
1429
|
}, "strip", z.ZodTypeAny, {
|
|
1414
1430
|
platformId: string;
|
|
1415
1431
|
post: {
|
|
@@ -1439,6 +1455,8 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1439
1455
|
};
|
|
1440
1456
|
createdAt?: Date | null | undefined;
|
|
1441
1457
|
platformUrl?: string | null | undefined;
|
|
1458
|
+
viewsCount?: number | null | undefined;
|
|
1459
|
+
favoritesCount?: number | null | undefined;
|
|
1442
1460
|
}, {
|
|
1443
1461
|
platformId: string;
|
|
1444
1462
|
post: {
|
|
@@ -1468,6 +1486,8 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1468
1486
|
};
|
|
1469
1487
|
createdAt?: Date | null | undefined;
|
|
1470
1488
|
platformUrl?: string | null | undefined;
|
|
1489
|
+
viewsCount?: number | null | undefined;
|
|
1490
|
+
favoritesCount?: number | null | undefined;
|
|
1471
1491
|
}>;
|
|
1472
1492
|
}, "strip", z.ZodTypeAny, {
|
|
1473
1493
|
post: {
|
|
@@ -1499,6 +1519,8 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1499
1519
|
};
|
|
1500
1520
|
createdAt?: Date | null | undefined;
|
|
1501
1521
|
platformUrl?: string | null | undefined;
|
|
1522
|
+
viewsCount?: number | null | undefined;
|
|
1523
|
+
favoritesCount?: number | null | undefined;
|
|
1502
1524
|
};
|
|
1503
1525
|
}, {
|
|
1504
1526
|
post: {
|
|
@@ -1530,6 +1552,8 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1530
1552
|
};
|
|
1531
1553
|
createdAt?: Date | null | undefined;
|
|
1532
1554
|
platformUrl?: string | null | undefined;
|
|
1555
|
+
viewsCount?: number | null | undefined;
|
|
1556
|
+
favoritesCount?: number | null | undefined;
|
|
1533
1557
|
};
|
|
1534
1558
|
}>;
|
|
1535
1559
|
type: z.ZodLiteral<"IMPORTED">;
|
|
@@ -1565,6 +1589,8 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1565
1589
|
};
|
|
1566
1590
|
createdAt?: Date | null | undefined;
|
|
1567
1591
|
platformUrl?: string | null | undefined;
|
|
1592
|
+
viewsCount?: number | null | undefined;
|
|
1593
|
+
favoritesCount?: number | null | undefined;
|
|
1568
1594
|
};
|
|
1569
1595
|
};
|
|
1570
1596
|
}, {
|
|
@@ -1599,6 +1625,8 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1599
1625
|
};
|
|
1600
1626
|
createdAt?: Date | null | undefined;
|
|
1601
1627
|
platformUrl?: string | null | undefined;
|
|
1628
|
+
viewsCount?: number | null | undefined;
|
|
1629
|
+
favoritesCount?: number | null | undefined;
|
|
1602
1630
|
};
|
|
1603
1631
|
};
|
|
1604
1632
|
}>, z.ZodObject<{
|
package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemHistoryDecodedPayload.d.ts","sourceRoot":"","sources":["ItemHistoryDecodedPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAiBrB,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;EAGxD,CAAA;AACF,MAAM,MAAM,uCAAuC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6CAA6C,CAAC,CAAA;AAEnH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGnD,CAAA;AACF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAA;AAEzG,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGnD,CAAA;AACF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAA;AAEzG,eAAO,MAAM,oCAAoC;;;;;;EAE/C,CAAA;AACF,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAA;AAEjG,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGzD,CAAA;AACF,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8CAA8C,CAAC,CAAA;AAErH,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG7D,CAAA;AACF,MAAM,MAAM,4CAA4C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kDAAkD,CAAC,CAAA;AAE7H,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"ItemHistoryDecodedPayload.d.ts","sourceRoot":"","sources":["ItemHistoryDecodedPayload.ts"],"names":[],"mappings":"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"}
|