controlresell 2.24.7 → 2.25.1
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/requests/items/boost/BoostRequest.d.ts +19 -0
- package/src/com/controlresell/api/requests/items/boost/BoostRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/items/boost/BoostRequest.js +8 -0
- package/src/com/controlresell/api/requests/items/boost/BoostRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/items/boost/BoostRequest.ts +9 -0
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts +222 -0
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemAction.d.ts +1 -1
- package/src/com/controlresell/api/responses/items/ItemAction.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemAction.js +1 -1
- package/src/com/controlresell/api/responses/items/ItemAction.js.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemAction.ts +1 -1
- package/src/com/controlresell/api/responses/items/ItemActions.d.ts +2 -2
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +71 -12
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +57 -8
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/Conversation.d.ts +11 -11
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +27 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +26 -26
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +15 -15
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.d.ts +7 -7
- package/src/com/controlresell/models/conversations/messages/ConversationMessageStatus.d.ts +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessageStatus.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessageStatus.js +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessageStatus.js.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessageStatus.ts +1 -1
- package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.d.ts +4 -4
- package/src/com/controlresell/models/conversations/messages/PaginatedConversationMessages.d.ts +11 -11
- package/src/com/controlresell/models/conversations/messages/UpdateConversationMessagePayload.d.ts +4 -4
- package/src/com/controlresell/models/conversations/messages/history/ConversationMessageStatusHistory.d.ts +2 -2
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +3 -3
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/CreatedItems.d.ts +187 -24
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +96 -8
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +2 -2
- package/src/com/controlresell/models/items/ItemPayload.d.ts +2 -2
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +71 -12
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +187 -24
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts +71 -12
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +35 -2
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +35 -2
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +54 -0
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryType.d.ts +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryType.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryType.js +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryType.js.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryType.ts +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryTypeWithCount.d.ts +2 -2
- package/src/com/controlresell/models/items/history/data/ItemHistoryImportedPayload.d.ts +21 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryImportedPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +6 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.js +3 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.js.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.ts +3 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +21 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/UpdateItemOnPlatformPayload.d.ts +6 -0
- package/src/com/controlresell/models/items/platforms/UpdateItemOnPlatformPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/UpdateItemOnPlatformPayload.js +3 -1
- package/src/com/controlresell/models/items/platforms/UpdateItemOnPlatformPayload.js.map +1 -1
- package/src/com/controlresell/models/items/platforms/UpdateItemOnPlatformPayload.ts +3 -1
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +131 -12
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +14 -0
- package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +107 -16
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +10 -0
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +89 -12
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/Transaction.d.ts +14 -0
- package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +10 -0
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +89 -12
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +4 -4
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +344 -108
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +6 -6
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "controlresell",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.25.1",
|
|
4
4
|
"description": "Auto-generated zod project from Kotlin using zodable",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"typescript": "^5.9.3"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"controlresell-connector": "^1.5.
|
|
21
|
+
"controlresell-connector": "^1.5.14",
|
|
22
22
|
"zod": "^3.25.76",
|
|
23
23
|
"zodable-kotlin-primitives": "^1.0.0"
|
|
24
24
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const BoostRequestSchema: z.ZodObject<{
|
|
3
|
+
itemIds: z.ZodArray<z.ZodNumber, "many">;
|
|
4
|
+
accountIds: z.ZodArray<z.ZodString, "many">;
|
|
5
|
+
durationDays: z.ZodNumber;
|
|
6
|
+
international: z.ZodBoolean;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
durationDays: number;
|
|
9
|
+
international: boolean;
|
|
10
|
+
itemIds: number[];
|
|
11
|
+
accountIds: string[];
|
|
12
|
+
}, {
|
|
13
|
+
durationDays: number;
|
|
14
|
+
international: boolean;
|
|
15
|
+
itemIds: number[];
|
|
16
|
+
accountIds: string[];
|
|
17
|
+
}>;
|
|
18
|
+
export type BoostRequest = z.infer<typeof BoostRequestSchema>;
|
|
19
|
+
//# sourceMappingURL=BoostRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BoostRequest.d.ts","sourceRoot":"","sources":["BoostRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;EAK7B,CAAA;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BoostRequest.js","sourceRoot":"","sources":["BoostRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC5B,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;IACtC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,aAAa,EAAE,CAAC,CAAC,OAAO,EAAE;CAC7B,CAAC,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import {z} from "zod"
|
|
2
|
+
|
|
3
|
+
export const BoostRequestSchema = z.object({
|
|
4
|
+
itemIds: z.array(z.number()),
|
|
5
|
+
accountIds: z.array(z.string().uuid()),
|
|
6
|
+
durationDays: z.number().int(),
|
|
7
|
+
international: z.boolean()
|
|
8
|
+
})
|
|
9
|
+
export type BoostRequest = z.infer<typeof BoostRequestSchema>
|
|
@@ -318,6 +318,40 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
318
318
|
offerStatus?: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED" | null | undefined;
|
|
319
319
|
} | null | undefined;
|
|
320
320
|
};
|
|
321
|
+
}>, z.ZodObject<{
|
|
322
|
+
payload: z.ZodObject<{
|
|
323
|
+
accountId: z.ZodString;
|
|
324
|
+
messageId: z.ZodString;
|
|
325
|
+
conversationId: z.ZodString;
|
|
326
|
+
platformMessageId: z.ZodString;
|
|
327
|
+
}, "strip", z.ZodTypeAny, {
|
|
328
|
+
accountId: string;
|
|
329
|
+
conversationId: string;
|
|
330
|
+
messageId: string;
|
|
331
|
+
platformMessageId: string;
|
|
332
|
+
}, {
|
|
333
|
+
accountId: string;
|
|
334
|
+
conversationId: string;
|
|
335
|
+
messageId: string;
|
|
336
|
+
platformMessageId: string;
|
|
337
|
+
}>;
|
|
338
|
+
type: z.ZodLiteral<"CONVERSATIONS_MESSAGES_DELETE">;
|
|
339
|
+
}, "strip", z.ZodTypeAny, {
|
|
340
|
+
type: "CONVERSATIONS_MESSAGES_DELETE";
|
|
341
|
+
payload: {
|
|
342
|
+
accountId: string;
|
|
343
|
+
conversationId: string;
|
|
344
|
+
messageId: string;
|
|
345
|
+
platformMessageId: string;
|
|
346
|
+
};
|
|
347
|
+
}, {
|
|
348
|
+
type: "CONVERSATIONS_MESSAGES_DELETE";
|
|
349
|
+
payload: {
|
|
350
|
+
accountId: string;
|
|
351
|
+
conversationId: string;
|
|
352
|
+
messageId: string;
|
|
353
|
+
platformMessageId: string;
|
|
354
|
+
};
|
|
321
355
|
}>, z.ZodObject<{
|
|
322
356
|
payload: z.ZodObject<{
|
|
323
357
|
accountId: z.ZodString;
|
|
@@ -570,6 +604,50 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
570
604
|
offset?: string | null | undefined;
|
|
571
605
|
fetchAll?: boolean | null | undefined;
|
|
572
606
|
};
|
|
607
|
+
}>, z.ZodObject<{
|
|
608
|
+
payload: z.ZodObject<{
|
|
609
|
+
accountId: z.ZodString;
|
|
610
|
+
itemId: z.ZodNumber;
|
|
611
|
+
platformId: z.ZodString;
|
|
612
|
+
durationDays: z.ZodNumber;
|
|
613
|
+
international: z.ZodBoolean;
|
|
614
|
+
nextHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
615
|
+
}, "strip", z.ZodTypeAny, {
|
|
616
|
+
accountId: string;
|
|
617
|
+
itemId: number;
|
|
618
|
+
platformId: string;
|
|
619
|
+
durationDays: number;
|
|
620
|
+
international: boolean;
|
|
621
|
+
nextHistoryId?: string | null | undefined;
|
|
622
|
+
}, {
|
|
623
|
+
accountId: string;
|
|
624
|
+
itemId: number;
|
|
625
|
+
platformId: string;
|
|
626
|
+
durationDays: number;
|
|
627
|
+
international: boolean;
|
|
628
|
+
nextHistoryId?: string | null | undefined;
|
|
629
|
+
}>;
|
|
630
|
+
type: z.ZodLiteral<"POSTS_BOOST">;
|
|
631
|
+
}, "strip", z.ZodTypeAny, {
|
|
632
|
+
type: "POSTS_BOOST";
|
|
633
|
+
payload: {
|
|
634
|
+
accountId: string;
|
|
635
|
+
itemId: number;
|
|
636
|
+
platformId: string;
|
|
637
|
+
durationDays: number;
|
|
638
|
+
international: boolean;
|
|
639
|
+
nextHistoryId?: string | null | undefined;
|
|
640
|
+
};
|
|
641
|
+
}, {
|
|
642
|
+
type: "POSTS_BOOST";
|
|
643
|
+
payload: {
|
|
644
|
+
accountId: string;
|
|
645
|
+
itemId: number;
|
|
646
|
+
platformId: string;
|
|
647
|
+
durationDays: number;
|
|
648
|
+
international: boolean;
|
|
649
|
+
nextHistoryId?: string | null | undefined;
|
|
650
|
+
};
|
|
573
651
|
}>, z.ZodObject<{
|
|
574
652
|
payload: z.ZodObject<{
|
|
575
653
|
accountId: z.ZodString;
|
|
@@ -629,6 +707,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
629
707
|
fieldKey: string;
|
|
630
708
|
}>, "many">>>;
|
|
631
709
|
hasAiGeneratedPictures: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
710
|
+
sku: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
711
|
+
boostedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
712
|
+
boostedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
632
713
|
}, "strip", z.ZodTypeAny, {
|
|
633
714
|
status: string;
|
|
634
715
|
title: string;
|
|
@@ -669,6 +750,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
669
750
|
fieldKey: string;
|
|
670
751
|
}[] | null | undefined;
|
|
671
752
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
753
|
+
sku?: string | null | undefined;
|
|
754
|
+
boostedAt?: Date | null | undefined;
|
|
755
|
+
boostedUntil?: Date | null | undefined;
|
|
672
756
|
}, {
|
|
673
757
|
status: string;
|
|
674
758
|
title: string;
|
|
@@ -709,6 +793,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
709
793
|
fieldKey: string;
|
|
710
794
|
}[] | null | undefined;
|
|
711
795
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
796
|
+
sku?: string | null | undefined;
|
|
797
|
+
boostedAt?: Date | null | undefined;
|
|
798
|
+
boostedUntil?: Date | null | undefined;
|
|
712
799
|
}>;
|
|
713
800
|
}, "strip", z.ZodTypeAny, {
|
|
714
801
|
accountId: string;
|
|
@@ -754,6 +841,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
754
841
|
fieldKey: string;
|
|
755
842
|
}[] | null | undefined;
|
|
756
843
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
844
|
+
sku?: string | null | undefined;
|
|
845
|
+
boostedAt?: Date | null | undefined;
|
|
846
|
+
boostedUntil?: Date | null | undefined;
|
|
757
847
|
};
|
|
758
848
|
}, {
|
|
759
849
|
accountId: string;
|
|
@@ -799,6 +889,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
799
889
|
fieldKey: string;
|
|
800
890
|
}[] | null | undefined;
|
|
801
891
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
892
|
+
sku?: string | null | undefined;
|
|
893
|
+
boostedAt?: Date | null | undefined;
|
|
894
|
+
boostedUntil?: Date | null | undefined;
|
|
802
895
|
};
|
|
803
896
|
}>;
|
|
804
897
|
type: z.ZodLiteral<"POSTS_COMPLETION">;
|
|
@@ -848,6 +941,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
848
941
|
fieldKey: string;
|
|
849
942
|
}[] | null | undefined;
|
|
850
943
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
944
|
+
sku?: string | null | undefined;
|
|
945
|
+
boostedAt?: Date | null | undefined;
|
|
946
|
+
boostedUntil?: Date | null | undefined;
|
|
851
947
|
};
|
|
852
948
|
};
|
|
853
949
|
}, {
|
|
@@ -896,6 +992,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
896
992
|
fieldKey: string;
|
|
897
993
|
}[] | null | undefined;
|
|
898
994
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
995
|
+
sku?: string | null | undefined;
|
|
996
|
+
boostedAt?: Date | null | undefined;
|
|
997
|
+
boostedUntil?: Date | null | undefined;
|
|
899
998
|
};
|
|
900
999
|
};
|
|
901
1000
|
}>, z.ZodObject<{
|
|
@@ -956,6 +1055,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
956
1055
|
fieldKey: string;
|
|
957
1056
|
}>, "many">>>;
|
|
958
1057
|
hasAiGeneratedPictures: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1058
|
+
sku: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1059
|
+
boostedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1060
|
+
boostedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
959
1061
|
}, "strip", z.ZodTypeAny, {
|
|
960
1062
|
status: string;
|
|
961
1063
|
title: string;
|
|
@@ -996,6 +1098,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
996
1098
|
fieldKey: string;
|
|
997
1099
|
}[] | null | undefined;
|
|
998
1100
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1101
|
+
sku?: string | null | undefined;
|
|
1102
|
+
boostedAt?: Date | null | undefined;
|
|
1103
|
+
boostedUntil?: Date | null | undefined;
|
|
999
1104
|
}, {
|
|
1000
1105
|
status: string;
|
|
1001
1106
|
title: string;
|
|
@@ -1036,6 +1141,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1036
1141
|
fieldKey: string;
|
|
1037
1142
|
}[] | null | undefined;
|
|
1038
1143
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1144
|
+
sku?: string | null | undefined;
|
|
1145
|
+
boostedAt?: Date | null | undefined;
|
|
1146
|
+
boostedUntil?: Date | null | undefined;
|
|
1039
1147
|
}>;
|
|
1040
1148
|
nextHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1041
1149
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1081,6 +1189,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1081
1189
|
fieldKey: string;
|
|
1082
1190
|
}[] | null | undefined;
|
|
1083
1191
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1192
|
+
sku?: string | null | undefined;
|
|
1193
|
+
boostedAt?: Date | null | undefined;
|
|
1194
|
+
boostedUntil?: Date | null | undefined;
|
|
1084
1195
|
};
|
|
1085
1196
|
nextHistoryId?: string | null | undefined;
|
|
1086
1197
|
}, {
|
|
@@ -1126,6 +1237,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1126
1237
|
fieldKey: string;
|
|
1127
1238
|
}[] | null | undefined;
|
|
1128
1239
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1240
|
+
sku?: string | null | undefined;
|
|
1241
|
+
boostedAt?: Date | null | undefined;
|
|
1242
|
+
boostedUntil?: Date | null | undefined;
|
|
1129
1243
|
};
|
|
1130
1244
|
nextHistoryId?: string | null | undefined;
|
|
1131
1245
|
}>;
|
|
@@ -1175,6 +1289,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1175
1289
|
fieldKey: string;
|
|
1176
1290
|
}[] | null | undefined;
|
|
1177
1291
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1292
|
+
sku?: string | null | undefined;
|
|
1293
|
+
boostedAt?: Date | null | undefined;
|
|
1294
|
+
boostedUntil?: Date | null | undefined;
|
|
1178
1295
|
};
|
|
1179
1296
|
nextHistoryId?: string | null | undefined;
|
|
1180
1297
|
};
|
|
@@ -1223,6 +1340,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1223
1340
|
fieldKey: string;
|
|
1224
1341
|
}[] | null | undefined;
|
|
1225
1342
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1343
|
+
sku?: string | null | undefined;
|
|
1344
|
+
boostedAt?: Date | null | undefined;
|
|
1345
|
+
boostedUntil?: Date | null | undefined;
|
|
1226
1346
|
};
|
|
1227
1347
|
nextHistoryId?: string | null | undefined;
|
|
1228
1348
|
};
|
|
@@ -1392,6 +1512,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1392
1512
|
fieldKey: string;
|
|
1393
1513
|
}>, "many">>>;
|
|
1394
1514
|
hasAiGeneratedPictures: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1515
|
+
sku: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1516
|
+
boostedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1517
|
+
boostedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1395
1518
|
}, "strip", z.ZodTypeAny, {
|
|
1396
1519
|
status: string;
|
|
1397
1520
|
title: string;
|
|
@@ -1432,6 +1555,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1432
1555
|
fieldKey: string;
|
|
1433
1556
|
}[] | null | undefined;
|
|
1434
1557
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1558
|
+
sku?: string | null | undefined;
|
|
1559
|
+
boostedAt?: Date | null | undefined;
|
|
1560
|
+
boostedUntil?: Date | null | undefined;
|
|
1435
1561
|
}, {
|
|
1436
1562
|
status: string;
|
|
1437
1563
|
title: string;
|
|
@@ -1472,6 +1598,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1472
1598
|
fieldKey: string;
|
|
1473
1599
|
}[] | null | undefined;
|
|
1474
1600
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1601
|
+
sku?: string | null | undefined;
|
|
1602
|
+
boostedAt?: Date | null | undefined;
|
|
1603
|
+
boostedUntil?: Date | null | undefined;
|
|
1475
1604
|
}>;
|
|
1476
1605
|
nextHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1477
1606
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1518,6 +1647,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1518
1647
|
fieldKey: string;
|
|
1519
1648
|
}[] | null | undefined;
|
|
1520
1649
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1650
|
+
sku?: string | null | undefined;
|
|
1651
|
+
boostedAt?: Date | null | undefined;
|
|
1652
|
+
boostedUntil?: Date | null | undefined;
|
|
1521
1653
|
};
|
|
1522
1654
|
nextHistoryId?: string | null | undefined;
|
|
1523
1655
|
}, {
|
|
@@ -1564,6 +1696,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1564
1696
|
fieldKey: string;
|
|
1565
1697
|
}[] | null | undefined;
|
|
1566
1698
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1699
|
+
sku?: string | null | undefined;
|
|
1700
|
+
boostedAt?: Date | null | undefined;
|
|
1701
|
+
boostedUntil?: Date | null | undefined;
|
|
1567
1702
|
};
|
|
1568
1703
|
nextHistoryId?: string | null | undefined;
|
|
1569
1704
|
}>;
|
|
@@ -1614,6 +1749,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1614
1749
|
fieldKey: string;
|
|
1615
1750
|
}[] | null | undefined;
|
|
1616
1751
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1752
|
+
sku?: string | null | undefined;
|
|
1753
|
+
boostedAt?: Date | null | undefined;
|
|
1754
|
+
boostedUntil?: Date | null | undefined;
|
|
1617
1755
|
};
|
|
1618
1756
|
nextHistoryId?: string | null | undefined;
|
|
1619
1757
|
};
|
|
@@ -1663,6 +1801,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1663
1801
|
fieldKey: string;
|
|
1664
1802
|
}[] | null | undefined;
|
|
1665
1803
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1804
|
+
sku?: string | null | undefined;
|
|
1805
|
+
boostedAt?: Date | null | undefined;
|
|
1806
|
+
boostedUntil?: Date | null | undefined;
|
|
1666
1807
|
};
|
|
1667
1808
|
nextHistoryId?: string | null | undefined;
|
|
1668
1809
|
};
|
|
@@ -1756,6 +1897,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1756
1897
|
fieldKey: string;
|
|
1757
1898
|
}>, "many">>>;
|
|
1758
1899
|
hasAiGeneratedPictures: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1900
|
+
sku: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1901
|
+
boostedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1902
|
+
boostedUntil: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1759
1903
|
}, "strip", z.ZodTypeAny, {
|
|
1760
1904
|
status?: string | null | undefined;
|
|
1761
1905
|
title?: string | null | undefined;
|
|
@@ -1796,6 +1940,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1796
1940
|
fieldKey: string;
|
|
1797
1941
|
}[] | null | undefined;
|
|
1798
1942
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1943
|
+
sku?: string | null | undefined;
|
|
1944
|
+
boostedAt?: Date | null | undefined;
|
|
1945
|
+
boostedUntil?: Date | null | undefined;
|
|
1799
1946
|
isHidden?: boolean | null | undefined;
|
|
1800
1947
|
isDeleted?: boolean | null | undefined;
|
|
1801
1948
|
}, {
|
|
@@ -1838,6 +1985,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1838
1985
|
fieldKey: string;
|
|
1839
1986
|
}[] | null | undefined;
|
|
1840
1987
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
1988
|
+
sku?: string | null | undefined;
|
|
1989
|
+
boostedAt?: Date | null | undefined;
|
|
1990
|
+
boostedUntil?: Date | null | undefined;
|
|
1841
1991
|
isHidden?: boolean | null | undefined;
|
|
1842
1992
|
isDeleted?: boolean | null | undefined;
|
|
1843
1993
|
}>;
|
|
@@ -1886,6 +2036,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1886
2036
|
fieldKey: string;
|
|
1887
2037
|
}[] | null | undefined;
|
|
1888
2038
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
2039
|
+
sku?: string | null | undefined;
|
|
2040
|
+
boostedAt?: Date | null | undefined;
|
|
2041
|
+
boostedUntil?: Date | null | undefined;
|
|
1889
2042
|
isHidden?: boolean | null | undefined;
|
|
1890
2043
|
isDeleted?: boolean | null | undefined;
|
|
1891
2044
|
};
|
|
@@ -1934,6 +2087,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1934
2087
|
fieldKey: string;
|
|
1935
2088
|
}[] | null | undefined;
|
|
1936
2089
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
2090
|
+
sku?: string | null | undefined;
|
|
2091
|
+
boostedAt?: Date | null | undefined;
|
|
2092
|
+
boostedUntil?: Date | null | undefined;
|
|
1937
2093
|
isHidden?: boolean | null | undefined;
|
|
1938
2094
|
isDeleted?: boolean | null | undefined;
|
|
1939
2095
|
};
|
|
@@ -1986,6 +2142,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1986
2142
|
fieldKey: string;
|
|
1987
2143
|
}[] | null | undefined;
|
|
1988
2144
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
2145
|
+
sku?: string | null | undefined;
|
|
2146
|
+
boostedAt?: Date | null | undefined;
|
|
2147
|
+
boostedUntil?: Date | null | undefined;
|
|
1989
2148
|
isHidden?: boolean | null | undefined;
|
|
1990
2149
|
isDeleted?: boolean | null | undefined;
|
|
1991
2150
|
};
|
|
@@ -2037,6 +2196,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2037
2196
|
fieldKey: string;
|
|
2038
2197
|
}[] | null | undefined;
|
|
2039
2198
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
2199
|
+
sku?: string | null | undefined;
|
|
2200
|
+
boostedAt?: Date | null | undefined;
|
|
2201
|
+
boostedUntil?: Date | null | undefined;
|
|
2040
2202
|
isHidden?: boolean | null | undefined;
|
|
2041
2203
|
isDeleted?: boolean | null | undefined;
|
|
2042
2204
|
};
|
|
@@ -2141,6 +2303,14 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2141
2303
|
offerStatus?: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED" | null | undefined;
|
|
2142
2304
|
} | null | undefined;
|
|
2143
2305
|
};
|
|
2306
|
+
} | {
|
|
2307
|
+
type: "CONVERSATIONS_MESSAGES_DELETE";
|
|
2308
|
+
payload: {
|
|
2309
|
+
accountId: string;
|
|
2310
|
+
conversationId: string;
|
|
2311
|
+
messageId: string;
|
|
2312
|
+
platformMessageId: string;
|
|
2313
|
+
};
|
|
2144
2314
|
} | {
|
|
2145
2315
|
type: "CONVERSATIONS_OFFERS_CREATE";
|
|
2146
2316
|
payload: {
|
|
@@ -2195,6 +2365,16 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2195
2365
|
offset?: string | null | undefined;
|
|
2196
2366
|
fetchAll?: boolean | null | undefined;
|
|
2197
2367
|
};
|
|
2368
|
+
} | {
|
|
2369
|
+
type: "POSTS_BOOST";
|
|
2370
|
+
payload: {
|
|
2371
|
+
accountId: string;
|
|
2372
|
+
itemId: number;
|
|
2373
|
+
platformId: string;
|
|
2374
|
+
durationDays: number;
|
|
2375
|
+
international: boolean;
|
|
2376
|
+
nextHistoryId?: string | null | undefined;
|
|
2377
|
+
};
|
|
2198
2378
|
} | {
|
|
2199
2379
|
type: "POSTS_COMPLETION";
|
|
2200
2380
|
payload: {
|
|
@@ -2241,6 +2421,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2241
2421
|
fieldKey: string;
|
|
2242
2422
|
}[] | null | undefined;
|
|
2243
2423
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
2424
|
+
sku?: string | null | undefined;
|
|
2425
|
+
boostedAt?: Date | null | undefined;
|
|
2426
|
+
boostedUntil?: Date | null | undefined;
|
|
2244
2427
|
};
|
|
2245
2428
|
};
|
|
2246
2429
|
} | {
|
|
@@ -2288,6 +2471,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2288
2471
|
fieldKey: string;
|
|
2289
2472
|
}[] | null | undefined;
|
|
2290
2473
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
2474
|
+
sku?: string | null | undefined;
|
|
2475
|
+
boostedAt?: Date | null | undefined;
|
|
2476
|
+
boostedUntil?: Date | null | undefined;
|
|
2291
2477
|
};
|
|
2292
2478
|
nextHistoryId?: string | null | undefined;
|
|
2293
2479
|
};
|
|
@@ -2362,6 +2548,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2362
2548
|
fieldKey: string;
|
|
2363
2549
|
}[] | null | undefined;
|
|
2364
2550
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
2551
|
+
sku?: string | null | undefined;
|
|
2552
|
+
boostedAt?: Date | null | undefined;
|
|
2553
|
+
boostedUntil?: Date | null | undefined;
|
|
2365
2554
|
};
|
|
2366
2555
|
nextHistoryId?: string | null | undefined;
|
|
2367
2556
|
};
|
|
@@ -2418,6 +2607,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2418
2607
|
fieldKey: string;
|
|
2419
2608
|
}[] | null | undefined;
|
|
2420
2609
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
2610
|
+
sku?: string | null | undefined;
|
|
2611
|
+
boostedAt?: Date | null | undefined;
|
|
2612
|
+
boostedUntil?: Date | null | undefined;
|
|
2421
2613
|
isHidden?: boolean | null | undefined;
|
|
2422
2614
|
isDeleted?: boolean | null | undefined;
|
|
2423
2615
|
};
|
|
@@ -2508,6 +2700,14 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2508
2700
|
offerStatus?: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED" | null | undefined;
|
|
2509
2701
|
} | null | undefined;
|
|
2510
2702
|
};
|
|
2703
|
+
} | {
|
|
2704
|
+
type: "CONVERSATIONS_MESSAGES_DELETE";
|
|
2705
|
+
payload: {
|
|
2706
|
+
accountId: string;
|
|
2707
|
+
conversationId: string;
|
|
2708
|
+
messageId: string;
|
|
2709
|
+
platformMessageId: string;
|
|
2710
|
+
};
|
|
2511
2711
|
} | {
|
|
2512
2712
|
type: "CONVERSATIONS_OFFERS_CREATE";
|
|
2513
2713
|
payload: {
|
|
@@ -2562,6 +2762,16 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2562
2762
|
offset?: string | null | undefined;
|
|
2563
2763
|
fetchAll?: boolean | null | undefined;
|
|
2564
2764
|
};
|
|
2765
|
+
} | {
|
|
2766
|
+
type: "POSTS_BOOST";
|
|
2767
|
+
payload: {
|
|
2768
|
+
accountId: string;
|
|
2769
|
+
itemId: number;
|
|
2770
|
+
platformId: string;
|
|
2771
|
+
durationDays: number;
|
|
2772
|
+
international: boolean;
|
|
2773
|
+
nextHistoryId?: string | null | undefined;
|
|
2774
|
+
};
|
|
2565
2775
|
} | {
|
|
2566
2776
|
type: "POSTS_COMPLETION";
|
|
2567
2777
|
payload: {
|
|
@@ -2608,6 +2818,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2608
2818
|
fieldKey: string;
|
|
2609
2819
|
}[] | null | undefined;
|
|
2610
2820
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
2821
|
+
sku?: string | null | undefined;
|
|
2822
|
+
boostedAt?: Date | null | undefined;
|
|
2823
|
+
boostedUntil?: Date | null | undefined;
|
|
2611
2824
|
};
|
|
2612
2825
|
};
|
|
2613
2826
|
} | {
|
|
@@ -2655,6 +2868,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2655
2868
|
fieldKey: string;
|
|
2656
2869
|
}[] | null | undefined;
|
|
2657
2870
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
2871
|
+
sku?: string | null | undefined;
|
|
2872
|
+
boostedAt?: Date | null | undefined;
|
|
2873
|
+
boostedUntil?: Date | null | undefined;
|
|
2658
2874
|
};
|
|
2659
2875
|
nextHistoryId?: string | null | undefined;
|
|
2660
2876
|
};
|
|
@@ -2729,6 +2945,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2729
2945
|
fieldKey: string;
|
|
2730
2946
|
}[] | null | undefined;
|
|
2731
2947
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
2948
|
+
sku?: string | null | undefined;
|
|
2949
|
+
boostedAt?: Date | null | undefined;
|
|
2950
|
+
boostedUntil?: Date | null | undefined;
|
|
2732
2951
|
};
|
|
2733
2952
|
nextHistoryId?: string | null | undefined;
|
|
2734
2953
|
};
|
|
@@ -2785,6 +3004,9 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2785
3004
|
fieldKey: string;
|
|
2786
3005
|
}[] | null | undefined;
|
|
2787
3006
|
hasAiGeneratedPictures?: boolean | null | undefined;
|
|
3007
|
+
sku?: string | null | undefined;
|
|
3008
|
+
boostedAt?: Date | null | undefined;
|
|
3009
|
+
boostedUntil?: Date | null | undefined;
|
|
2788
3010
|
isHidden?: boolean | null | undefined;
|
|
2789
3011
|
isDeleted?: boolean | null | undefined;
|
|
2790
3012
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageStreamResponse.d.ts","sourceRoot":"","sources":["MessageStreamResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"MessageStreamResponse.d.ts","sourceRoot":"","sources":["MessageStreamResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEtC,CAAA;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const ItemActionSchema: z.ZodCatch<z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE", "UPDATE_CANCEL", "UNKNOWN"]>>;
|
|
2
|
+
export declare const ItemActionSchema: z.ZodCatch<z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE", "UPDATE_CANCEL", "BOOST", "UNKNOWN"]>>;
|
|
3
3
|
export type ItemAction = z.infer<typeof ItemActionSchema>;
|
|
4
4
|
//# sourceMappingURL=ItemAction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemAction.d.ts","sourceRoot":"","sources":["ItemAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ItemAction.d.ts","sourceRoot":"","sources":["ItemAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,gBAAgB,sIAEV,CAAA;AACnB,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export const ItemActionSchema = z.enum([
|
|
3
|
-
"PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE", "UPDATE_CANCEL", "UNKNOWN"
|
|
3
|
+
"PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE", "UPDATE_CANCEL", "BOOST", "UNKNOWN"
|
|
4
4
|
]).catch("UNKNOWN");
|
|
5
5
|
//# sourceMappingURL=ItemAction.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemAction.js","sourceRoot":"","sources":["ItemAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,IAAI,CAAC;IACnC,SAAS,EAAE,gBAAgB,EAAE,WAAW,EAAE,kBAAkB,EAAE,QAAQ,EAAE,eAAe,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"ItemAction.js","sourceRoot":"","sources":["ItemAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,IAAI,CAAC;IACnC,SAAS,EAAE,gBAAgB,EAAE,WAAW,EAAE,kBAAkB,EAAE,QAAQ,EAAE,eAAe,EAAE,OAAO,EAAE,SAAS;CAC9G,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {z} from "zod"
|
|
2
2
|
|
|
3
3
|
export const ItemActionSchema = z.enum([
|
|
4
|
-
"PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE", "UPDATE_CANCEL", "UNKNOWN"
|
|
4
|
+
"PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE", "UPDATE_CANCEL", "BOOST", "UNKNOWN"
|
|
5
5
|
]).catch("UNKNOWN")
|
|
6
6
|
export type ItemAction = z.infer<typeof ItemActionSchema>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const ItemActionsSchema: z.ZodObject<{
|
|
3
|
-
perAccount: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCatch<z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE", "UPDATE_CANCEL", "UNKNOWN"]>>, "many">>;
|
|
3
|
+
perAccount: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCatch<z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE", "UPDATE_CANCEL", "BOOST", "UNKNOWN"]>>, "many">>;
|
|
4
4
|
}, "strip", z.ZodTypeAny, {
|
|
5
|
-
perAccount: Record<string, ("REPUBLISH" | "UNKNOWN" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE" | "UPDATE_CANCEL")[]>;
|
|
5
|
+
perAccount: Record<string, ("REPUBLISH" | "UNKNOWN" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE" | "UPDATE_CANCEL" | "BOOST")[]>;
|
|
6
6
|
}, {
|
|
7
7
|
perAccount: Record<string, unknown[]>;
|
|
8
8
|
}>;
|