controlresell 2.12.8 → 2.13.2
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 +1 -1
- package/src/com/controlresell/api/requests/items/cancel/CancelRequest.d.ts +2 -2
- package/src/com/controlresell/api/responses/invoices/ListInvoicesResponse.d.ts +9 -0
- package/src/com/controlresell/api/responses/invoices/ListInvoicesResponse.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemActions.d.ts +2 -2
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +13 -6
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +9 -4
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +12 -12
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +36 -36
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +26 -26
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +10 -10
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +10 -10
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +10 -10
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts +2 -2
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +4 -4
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +46 -46
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +8 -8
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +8 -8
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +12 -12
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +8 -8
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +394 -2815
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.js +2 -2
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.js.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.ts +2 -2
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +18 -4
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/Item.d.ts +12 -2
- package/src/com/controlresell/inventory/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemPayload.d.ts +2 -2
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +13 -6
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +18 -4
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +3 -0
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.js +2 -1
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.ts +2 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +3 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.js +2 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.ts +2 -1
- package/src/com/controlresell/models/discord/ConfirmDiscordLinkPayload.d.ts +10 -0
- package/src/com/controlresell/models/discord/ConfirmDiscordLinkPayload.d.ts.map +1 -0
- package/src/com/controlresell/models/discord/ConfirmDiscordLinkPayload.js +5 -0
- package/src/com/controlresell/models/discord/ConfirmDiscordLinkPayload.js.map +1 -0
- package/src/com/controlresell/models/discord/ConfirmDiscordLinkPayload.ts +6 -0
- package/src/com/controlresell/models/discord/DiscordLinkCodeResponse.d.ts +13 -0
- package/src/com/controlresell/models/discord/DiscordLinkCodeResponse.d.ts.map +1 -0
- package/src/com/controlresell/models/discord/DiscordLinkCodeResponse.js +6 -0
- package/src/com/controlresell/models/discord/DiscordLinkCodeResponse.js.map +1 -0
- package/src/com/controlresell/models/discord/DiscordLinkCodeResponse.ts +7 -0
- package/src/com/controlresell/models/discord/DiscordLinkCreatedEvent.d.ts +47 -0
- package/src/com/controlresell/models/discord/DiscordLinkCreatedEvent.d.ts.map +1 -0
- package/src/com/controlresell/models/discord/DiscordLinkCreatedEvent.js +11 -0
- package/src/com/controlresell/models/discord/DiscordLinkCreatedEvent.js.map +1 -0
- package/src/com/controlresell/models/discord/DiscordLinkCreatedEvent.ts +12 -0
- package/src/com/controlresell/models/discord/DiscordLinkDeletedEvent.d.ts +16 -0
- package/src/com/controlresell/models/discord/DiscordLinkDeletedEvent.d.ts.map +1 -0
- package/src/com/controlresell/models/discord/DiscordLinkDeletedEvent.js +7 -0
- package/src/com/controlresell/models/discord/DiscordLinkDeletedEvent.js.map +1 -0
- package/src/com/controlresell/models/discord/DiscordLinkDeletedEvent.ts +8 -0
- package/src/com/controlresell/models/discord/GenerateDiscordCodePayload.d.ts +13 -0
- package/src/com/controlresell/models/discord/GenerateDiscordCodePayload.d.ts.map +1 -0
- package/src/com/controlresell/models/discord/GenerateDiscordCodePayload.js +6 -0
- package/src/com/controlresell/models/discord/GenerateDiscordCodePayload.js.map +1 -0
- package/src/com/controlresell/models/discord/GenerateDiscordCodePayload.ts +7 -0
- package/src/com/controlresell/models/discord/UserDiscordLink.d.ts +22 -0
- package/src/com/controlresell/models/discord/UserDiscordLink.d.ts.map +1 -0
- package/src/com/controlresell/models/discord/UserDiscordLink.js +9 -0
- package/src/com/controlresell/models/discord/UserDiscordLink.js.map +1 -0
- package/src/com/controlresell/models/discord/UserDiscordLink.ts +10 -0
- package/src/com/controlresell/models/invoices/Invoice.d.ts +7 -0
- package/src/com/controlresell/models/invoices/Invoice.d.ts.map +1 -1
- package/src/com/controlresell/models/onboardingquiz/OnboardingQuizResponse.d.ts +25 -0
- package/src/com/controlresell/models/onboardingquiz/OnboardingQuizResponse.d.ts.map +1 -0
- package/src/com/controlresell/models/onboardingquiz/OnboardingQuizResponse.js +10 -0
- package/src/com/controlresell/models/onboardingquiz/OnboardingQuizResponse.js.map +1 -0
- package/src/com/controlresell/models/onboardingquiz/OnboardingQuizResponse.ts +11 -0
- package/src/com/controlresell/models/platforms/labels/CreateOrderLabelPayload.d.ts +3 -0
- package/src/com/controlresell/models/platforms/labels/CreateOrderLabelPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/labels/CreateOrderLabelPayload.js +3 -1
- package/src/com/controlresell/models/platforms/labels/CreateOrderLabelPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/labels/CreateOrderLabelPayload.ts +3 -1
- package/src/com/controlresell/models/platforms/labels/LabelCarrier.d.ts +4 -0
- package/src/com/controlresell/models/platforms/labels/LabelCarrier.d.ts.map +1 -0
- package/src/com/controlresell/models/platforms/labels/LabelCarrier.js +5 -0
- package/src/com/controlresell/models/platforms/labels/LabelCarrier.js.map +1 -0
- package/src/com/controlresell/models/platforms/labels/LabelCarrier.ts +6 -0
- package/src/com/controlresell/models/platforms/labels/OrderLabel.d.ts +3 -0
- package/src/com/controlresell/models/platforms/labels/OrderLabel.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/labels/OrderLabel.js +3 -1
- package/src/com/controlresell/models/platforms/labels/OrderLabel.js.map +1 -1
- package/src/com/controlresell/models/platforms/labels/OrderLabel.ts +3 -1
- package/src/com/controlresell/models/platforms/labels/UpdateOrderLabelPayload.d.ts +3 -0
- package/src/com/controlresell/models/platforms/labels/UpdateOrderLabelPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/labels/UpdateOrderLabelPayload.js +3 -1
- package/src/com/controlresell/models/platforms/labels/UpdateOrderLabelPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/labels/UpdateOrderLabelPayload.ts +3 -1
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +5 -0
- package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.d.ts +5 -0
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +26 -8
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +20 -6
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/subscriptions/ActiveLevel.d.ts +3 -0
- package/src/com/controlresell/models/subscriptions/ActiveLevel.d.ts.map +1 -1
- package/src/com/controlresell/models/subscriptions/ActiveLevel.js +2 -1
- package/src/com/controlresell/models/subscriptions/ActiveLevel.js.map +1 -1
- package/src/com/controlresell/models/subscriptions/ActiveLevel.ts +2 -1
- package/src/com/controlresell/models/subscriptions/SubscriptionChangedEvent.d.ts +44 -0
- package/src/com/controlresell/models/subscriptions/SubscriptionChangedEvent.d.ts.map +1 -0
- package/src/com/controlresell/models/subscriptions/SubscriptionChangedEvent.js +10 -0
- package/src/com/controlresell/models/subscriptions/SubscriptionChangedEvent.js.map +1 -0
- package/src/com/controlresell/models/subscriptions/SubscriptionChangedEvent.ts +11 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +5 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +7 -0
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +50 -12
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/index.d.ts +9 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +9 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +9 -0
package/package.json
CHANGED
|
@@ -6,11 +6,11 @@ export declare const CancelRequestSchema: z.ZodObject<{
|
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
itemIds: number[];
|
|
8
8
|
accountsId: string[];
|
|
9
|
-
action: "
|
|
9
|
+
action: "PUBLISH" | "REPUBLISH" | "UPDATE";
|
|
10
10
|
}, {
|
|
11
11
|
itemIds: number[];
|
|
12
12
|
accountsId: string[];
|
|
13
|
-
action: "
|
|
13
|
+
action: "PUBLISH" | "REPUBLISH" | "UPDATE";
|
|
14
14
|
}>;
|
|
15
15
|
export type CancelRequest = z.infer<typeof CancelRequestSchema>;
|
|
16
16
|
//# sourceMappingURL=CancelRequest.d.ts.map
|
|
@@ -399,6 +399,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
399
399
|
createdAt: Date;
|
|
400
400
|
signedUrl: string;
|
|
401
401
|
}>>>;
|
|
402
|
+
carrier: z.ZodOptional<z.ZodNullable<z.ZodEnum<["MONDIAL_RELAY", "MONDIAL_RELAY_2", "MONDIAL_RELAY_3", "MONDIAL_RELAY_4", "UPS", "CHRONOPOST", "COLISSIMO", "RELAIS_COLIS", "VINTED_GO", "VINTED_GO_BE", "VINTED_VERIF", "B_POST", "VINTED_GO_IT", "DPD", "VINTED_GO_DIGITAL", "DHL", "UNKNOWN"]>>>;
|
|
402
403
|
}, "strip", z.ZodTypeAny, {
|
|
403
404
|
id: string;
|
|
404
405
|
orderId: string;
|
|
@@ -419,6 +420,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
419
420
|
createdAt: Date;
|
|
420
421
|
signedUrl: string;
|
|
421
422
|
} | null | undefined;
|
|
423
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
422
424
|
nonCroppedFile?: {
|
|
423
425
|
path: string;
|
|
424
426
|
userId: string | number;
|
|
@@ -446,6 +448,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
446
448
|
createdAt: Date;
|
|
447
449
|
signedUrl: string;
|
|
448
450
|
} | null | undefined;
|
|
451
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
449
452
|
nonCroppedFile?: {
|
|
450
453
|
path: string;
|
|
451
454
|
userId: string | number;
|
|
@@ -571,6 +574,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
571
574
|
createdAt: Date;
|
|
572
575
|
signedUrl: string;
|
|
573
576
|
} | null | undefined;
|
|
577
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
574
578
|
nonCroppedFile?: {
|
|
575
579
|
path: string;
|
|
576
580
|
userId: string | number;
|
|
@@ -665,6 +669,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
665
669
|
createdAt: Date;
|
|
666
670
|
signedUrl: string;
|
|
667
671
|
} | null | undefined;
|
|
672
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
668
673
|
nonCroppedFile?: {
|
|
669
674
|
path: string;
|
|
670
675
|
userId: string | number;
|
|
@@ -837,6 +842,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
837
842
|
createdAt: Date;
|
|
838
843
|
signedUrl: string;
|
|
839
844
|
} | null | undefined;
|
|
845
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
840
846
|
nonCroppedFile?: {
|
|
841
847
|
path: string;
|
|
842
848
|
userId: string | number;
|
|
@@ -1009,6 +1015,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
1009
1015
|
createdAt: Date;
|
|
1010
1016
|
signedUrl: string;
|
|
1011
1017
|
} | null | undefined;
|
|
1018
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
1012
1019
|
nonCroppedFile?: {
|
|
1013
1020
|
path: string;
|
|
1014
1021
|
userId: string | number;
|
|
@@ -1186,6 +1193,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
1186
1193
|
createdAt: Date;
|
|
1187
1194
|
signedUrl: string;
|
|
1188
1195
|
} | null | undefined;
|
|
1196
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
1189
1197
|
nonCroppedFile?: {
|
|
1190
1198
|
path: string;
|
|
1191
1199
|
userId: string | number;
|
|
@@ -1364,6 +1372,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
1364
1372
|
createdAt: Date;
|
|
1365
1373
|
signedUrl: string;
|
|
1366
1374
|
} | null | undefined;
|
|
1375
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
1367
1376
|
nonCroppedFile?: {
|
|
1368
1377
|
path: string;
|
|
1369
1378
|
userId: string | number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListInvoicesResponse.d.ts","sourceRoot":"","sources":["ListInvoicesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"ListInvoicesResponse.d.ts","sourceRoot":"","sources":["ListInvoicesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMrC,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA"}
|
|
@@ -2,9 +2,9 @@ import { z } from "zod";
|
|
|
2
2
|
export declare const ItemActionsSchema: z.ZodObject<{
|
|
3
3
|
perAccount: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE"]>, "many">>;
|
|
4
4
|
}, "strip", z.ZodTypeAny, {
|
|
5
|
-
perAccount: Record<string, ("
|
|
5
|
+
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
6
6
|
}, {
|
|
7
|
-
perAccount: Record<string, ("
|
|
7
|
+
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
8
8
|
}>;
|
|
9
9
|
export type ItemActions = z.infer<typeof ItemActionsSchema>;
|
|
10
10
|
//# sourceMappingURL=ItemActions.d.ts.map
|
|
@@ -1314,6 +1314,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1314
1314
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1315
1315
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1316
1316
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1317
|
+
targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1317
1318
|
}, "strip", z.ZodTypeAny, {
|
|
1318
1319
|
type: "CANCELED" | "SCHEDULED" | "DELETED" | "ARCHIVED" | "DISPUTE" | "IMPORTED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DELETING" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1319
1320
|
id: string;
|
|
@@ -1521,6 +1522,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1521
1522
|
} | null | undefined;
|
|
1522
1523
|
requestId?: string | null | undefined;
|
|
1523
1524
|
targetDate?: Date | null | undefined;
|
|
1525
|
+
targetHistoryId?: string | null | undefined;
|
|
1524
1526
|
}, {
|
|
1525
1527
|
type: "CANCELED" | "SCHEDULED" | "DELETED" | "ARCHIVED" | "DISPUTE" | "IMPORTED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DELETING" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1526
1528
|
id: string;
|
|
@@ -1728,6 +1730,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1728
1730
|
} | null | undefined;
|
|
1729
1731
|
requestId?: string | null | undefined;
|
|
1730
1732
|
targetDate?: Date | null | undefined;
|
|
1733
|
+
targetHistoryId?: string | null | undefined;
|
|
1731
1734
|
}>>>;
|
|
1732
1735
|
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1733
1736
|
id: z.ZodString;
|
|
@@ -1854,9 +1857,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1854
1857
|
actions: z.ZodObject<{
|
|
1855
1858
|
perAccount: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE"]>, "many">>;
|
|
1856
1859
|
}, "strip", z.ZodTypeAny, {
|
|
1857
|
-
perAccount: Record<string, ("
|
|
1860
|
+
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
1858
1861
|
}, {
|
|
1859
|
-
perAccount: Record<string, ("
|
|
1862
|
+
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
1860
1863
|
}>;
|
|
1861
1864
|
createdAt: z.ZodDate;
|
|
1862
1865
|
updatedAt: z.ZodDate;
|
|
@@ -1868,7 +1871,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1868
1871
|
createdAt: Date;
|
|
1869
1872
|
sold: boolean;
|
|
1870
1873
|
actions: {
|
|
1871
|
-
perAccount: Record<string, ("
|
|
1874
|
+
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
1872
1875
|
};
|
|
1873
1876
|
state?: number | null | undefined;
|
|
1874
1877
|
colorIds?: number[] | null | undefined;
|
|
@@ -2141,6 +2144,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2141
2144
|
} | null | undefined;
|
|
2142
2145
|
requestId?: string | null | undefined;
|
|
2143
2146
|
targetDate?: Date | null | undefined;
|
|
2147
|
+
targetHistoryId?: string | null | undefined;
|
|
2144
2148
|
} | null | undefined;
|
|
2145
2149
|
platforms?: {
|
|
2146
2150
|
status: "PENDING" | "DRAFT" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR" | "DISPUTE";
|
|
@@ -2180,7 +2184,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2180
2184
|
createdAt: Date;
|
|
2181
2185
|
sold: boolean;
|
|
2182
2186
|
actions: {
|
|
2183
|
-
perAccount: Record<string, ("
|
|
2187
|
+
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
2184
2188
|
};
|
|
2185
2189
|
state?: number | null | undefined;
|
|
2186
2190
|
colorIds?: number[] | null | undefined;
|
|
@@ -2453,6 +2457,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2453
2457
|
} | null | undefined;
|
|
2454
2458
|
requestId?: string | null | undefined;
|
|
2455
2459
|
targetDate?: Date | null | undefined;
|
|
2460
|
+
targetHistoryId?: string | null | undefined;
|
|
2456
2461
|
} | null | undefined;
|
|
2457
2462
|
platforms?: {
|
|
2458
2463
|
status: "PENDING" | "DRAFT" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR" | "DISPUTE";
|
|
@@ -2497,7 +2502,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2497
2502
|
createdAt: Date;
|
|
2498
2503
|
sold: boolean;
|
|
2499
2504
|
actions: {
|
|
2500
|
-
perAccount: Record<string, ("
|
|
2505
|
+
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
2501
2506
|
};
|
|
2502
2507
|
state?: number | null | undefined;
|
|
2503
2508
|
colorIds?: number[] | null | undefined;
|
|
@@ -2770,6 +2775,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2770
2775
|
} | null | undefined;
|
|
2771
2776
|
requestId?: string | null | undefined;
|
|
2772
2777
|
targetDate?: Date | null | undefined;
|
|
2778
|
+
targetHistoryId?: string | null | undefined;
|
|
2773
2779
|
} | null | undefined;
|
|
2774
2780
|
platforms?: {
|
|
2775
2781
|
status: "PENDING" | "DRAFT" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR" | "DISPUTE";
|
|
@@ -2815,7 +2821,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2815
2821
|
createdAt: Date;
|
|
2816
2822
|
sold: boolean;
|
|
2817
2823
|
actions: {
|
|
2818
|
-
perAccount: Record<string, ("
|
|
2824
|
+
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
2819
2825
|
};
|
|
2820
2826
|
state?: number | null | undefined;
|
|
2821
2827
|
colorIds?: number[] | null | undefined;
|
|
@@ -3088,6 +3094,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3088
3094
|
} | null | undefined;
|
|
3089
3095
|
requestId?: string | null | undefined;
|
|
3090
3096
|
targetDate?: Date | null | undefined;
|
|
3097
|
+
targetHistoryId?: string | null | undefined;
|
|
3091
3098
|
} | null | undefined;
|
|
3092
3099
|
platforms?: {
|
|
3093
3100
|
status: "PENDING" | "DRAFT" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR" | "DISPUTE";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
|
|
@@ -1311,6 +1311,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1311
1311
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1312
1312
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1313
1313
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1314
|
+
targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1314
1315
|
}, "strip", z.ZodTypeAny, {
|
|
1315
1316
|
type: "CANCELED" | "SCHEDULED" | "DELETED" | "ARCHIVED" | "DISPUTE" | "IMPORTED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DELETING" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1316
1317
|
id: string;
|
|
@@ -1518,6 +1519,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1518
1519
|
} | null | undefined;
|
|
1519
1520
|
requestId?: string | null | undefined;
|
|
1520
1521
|
targetDate?: Date | null | undefined;
|
|
1522
|
+
targetHistoryId?: string | null | undefined;
|
|
1521
1523
|
}, {
|
|
1522
1524
|
type: "CANCELED" | "SCHEDULED" | "DELETED" | "ARCHIVED" | "DISPUTE" | "IMPORTED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DELETING" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1523
1525
|
id: string;
|
|
@@ -1725,6 +1727,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1725
1727
|
} | null | undefined;
|
|
1726
1728
|
requestId?: string | null | undefined;
|
|
1727
1729
|
targetDate?: Date | null | undefined;
|
|
1730
|
+
targetHistoryId?: string | null | undefined;
|
|
1728
1731
|
}>>>;
|
|
1729
1732
|
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1730
1733
|
id: z.ZodString;
|
|
@@ -1851,9 +1854,9 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1851
1854
|
actions: z.ZodObject<{
|
|
1852
1855
|
perAccount: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE"]>, "many">>;
|
|
1853
1856
|
}, "strip", z.ZodTypeAny, {
|
|
1854
|
-
perAccount: Record<string, ("
|
|
1857
|
+
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
1855
1858
|
}, {
|
|
1856
|
-
perAccount: Record<string, ("
|
|
1859
|
+
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
1857
1860
|
}>;
|
|
1858
1861
|
createdAt: z.ZodDate;
|
|
1859
1862
|
updatedAt: z.ZodDate;
|
|
@@ -1865,7 +1868,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1865
1868
|
createdAt: Date;
|
|
1866
1869
|
sold: boolean;
|
|
1867
1870
|
actions: {
|
|
1868
|
-
perAccount: Record<string, ("
|
|
1871
|
+
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
1869
1872
|
};
|
|
1870
1873
|
state?: number | null | undefined;
|
|
1871
1874
|
colorIds?: number[] | null | undefined;
|
|
@@ -2138,6 +2141,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2138
2141
|
} | null | undefined;
|
|
2139
2142
|
requestId?: string | null | undefined;
|
|
2140
2143
|
targetDate?: Date | null | undefined;
|
|
2144
|
+
targetHistoryId?: string | null | undefined;
|
|
2141
2145
|
} | null | undefined;
|
|
2142
2146
|
platforms?: {
|
|
2143
2147
|
status: "PENDING" | "DRAFT" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR" | "DISPUTE";
|
|
@@ -2177,7 +2181,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2177
2181
|
createdAt: Date;
|
|
2178
2182
|
sold: boolean;
|
|
2179
2183
|
actions: {
|
|
2180
|
-
perAccount: Record<string, ("
|
|
2184
|
+
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
2181
2185
|
};
|
|
2182
2186
|
state?: number | null | undefined;
|
|
2183
2187
|
colorIds?: number[] | null | undefined;
|
|
@@ -2450,6 +2454,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2450
2454
|
} | null | undefined;
|
|
2451
2455
|
requestId?: string | null | undefined;
|
|
2452
2456
|
targetDate?: Date | null | undefined;
|
|
2457
|
+
targetHistoryId?: string | null | undefined;
|
|
2453
2458
|
} | null | undefined;
|
|
2454
2459
|
platforms?: {
|
|
2455
2460
|
status: "PENDING" | "DRAFT" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR" | "DISPUTE";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AASrB,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"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"}
|
|
@@ -128,7 +128,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
128
128
|
}>]>;
|
|
129
129
|
mandatory: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
130
130
|
}, "strip", z.ZodTypeAny, {
|
|
131
|
-
type: "MESSAGE" | "
|
|
131
|
+
type: "MESSAGE" | "REPUBLISH" | "WAIT" | "PRICE_DROP" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
132
132
|
payload: {
|
|
133
133
|
type: "EMPTY";
|
|
134
134
|
} | {
|
|
@@ -159,7 +159,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
159
159
|
enabled: boolean;
|
|
160
160
|
mandatory?: boolean | null | undefined;
|
|
161
161
|
}, {
|
|
162
|
-
type: "MESSAGE" | "
|
|
162
|
+
type: "MESSAGE" | "REPUBLISH" | "WAIT" | "PRICE_DROP" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
163
163
|
payload: {
|
|
164
164
|
type: "EMPTY";
|
|
165
165
|
} | {
|
|
@@ -238,7 +238,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
238
238
|
resetPriceOnRepeat: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
239
239
|
}, "strip", z.ZodTypeAny, {
|
|
240
240
|
actions: {
|
|
241
|
-
type: "MESSAGE" | "
|
|
241
|
+
type: "MESSAGE" | "REPUBLISH" | "WAIT" | "PRICE_DROP" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
242
242
|
payload: {
|
|
243
243
|
type: "EMPTY";
|
|
244
244
|
} | {
|
|
@@ -287,7 +287,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
287
287
|
resetPriceOnRepeat?: boolean | null | undefined;
|
|
288
288
|
}, {
|
|
289
289
|
actions: {
|
|
290
|
-
type: "MESSAGE" | "
|
|
290
|
+
type: "MESSAGE" | "REPUBLISH" | "WAIT" | "PRICE_DROP" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
291
291
|
payload: {
|
|
292
292
|
type: "EMPTY";
|
|
293
293
|
} | {
|
|
@@ -340,7 +340,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
340
340
|
type: "ACTIONS";
|
|
341
341
|
data: {
|
|
342
342
|
actions: {
|
|
343
|
-
type: "MESSAGE" | "
|
|
343
|
+
type: "MESSAGE" | "REPUBLISH" | "WAIT" | "PRICE_DROP" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
344
344
|
payload: {
|
|
345
345
|
type: "EMPTY";
|
|
346
346
|
} | {
|
|
@@ -392,7 +392,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
392
392
|
type: "ACTIONS";
|
|
393
393
|
data: {
|
|
394
394
|
actions: {
|
|
395
|
-
type: "MESSAGE" | "
|
|
395
|
+
type: "MESSAGE" | "REPUBLISH" | "WAIT" | "PRICE_DROP" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
396
396
|
payload: {
|
|
397
397
|
type: "EMPTY";
|
|
398
398
|
} | {
|
|
@@ -781,7 +781,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
781
781
|
type: "ACTIONS";
|
|
782
782
|
data: {
|
|
783
783
|
actions: {
|
|
784
|
-
type: "MESSAGE" | "
|
|
784
|
+
type: "MESSAGE" | "REPUBLISH" | "WAIT" | "PRICE_DROP" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
785
785
|
payload: {
|
|
786
786
|
type: "EMPTY";
|
|
787
787
|
} | {
|
|
@@ -912,7 +912,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
912
912
|
type: "ACTIONS";
|
|
913
913
|
data: {
|
|
914
914
|
actions: {
|
|
915
|
-
type: "MESSAGE" | "
|
|
915
|
+
type: "MESSAGE" | "REPUBLISH" | "WAIT" | "PRICE_DROP" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
916
916
|
payload: {
|
|
917
917
|
type: "EMPTY";
|
|
918
918
|
} | {
|
|
@@ -1053,7 +1053,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1053
1053
|
type: "ACTIONS";
|
|
1054
1054
|
data: {
|
|
1055
1055
|
actions: {
|
|
1056
|
-
type: "MESSAGE" | "
|
|
1056
|
+
type: "MESSAGE" | "REPUBLISH" | "WAIT" | "PRICE_DROP" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
1057
1057
|
payload: {
|
|
1058
1058
|
type: "EMPTY";
|
|
1059
1059
|
} | {
|
|
@@ -1193,7 +1193,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1193
1193
|
type: "ACTIONS";
|
|
1194
1194
|
data: {
|
|
1195
1195
|
actions: {
|
|
1196
|
-
type: "MESSAGE" | "
|
|
1196
|
+
type: "MESSAGE" | "REPUBLISH" | "WAIT" | "PRICE_DROP" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
1197
1197
|
payload: {
|
|
1198
1198
|
type: "EMPTY";
|
|
1199
1199
|
} | {
|
|
@@ -1341,7 +1341,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1341
1341
|
type: "ACTIONS";
|
|
1342
1342
|
data: {
|
|
1343
1343
|
actions: {
|
|
1344
|
-
type: "MESSAGE" | "
|
|
1344
|
+
type: "MESSAGE" | "REPUBLISH" | "WAIT" | "PRICE_DROP" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
1345
1345
|
payload: {
|
|
1346
1346
|
type: "EMPTY";
|
|
1347
1347
|
} | {
|
|
@@ -1489,7 +1489,7 @@ export declare const PreferenceSchema: z.ZodObject<{
|
|
|
1489
1489
|
type: "ACTIONS";
|
|
1490
1490
|
data: {
|
|
1491
1491
|
actions: {
|
|
1492
|
-
type: "MESSAGE" | "
|
|
1492
|
+
type: "MESSAGE" | "REPUBLISH" | "WAIT" | "PRICE_DROP" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
1493
1493
|
payload: {
|
|
1494
1494
|
type: "EMPTY";
|
|
1495
1495
|
} | {
|