controlresell 2.18.2 → 2.18.4
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 +3 -3
- package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.d.ts +1 -1
- package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.d.ts.map +1 -1
- package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.js +1 -1
- package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.js.map +1 -1
- package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.ts +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts +2 -5
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js +0 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.ts +0 -1
- package/src/com/controlresell/api/requests/items/update/UpdateRequest.d.ts +159 -0
- package/src/com/controlresell/api/requests/items/update/UpdateRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/items/update/UpdateRequest.js +10 -0
- package/src/com/controlresell/api/requests/items/update/UpdateRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/items/update/UpdateRequest.ts +11 -0
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +136 -356
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +116 -300
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/Conversation.d.ts +5 -5
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +12 -12
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +7 -7
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.d.ts +3 -3
- package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.d.ts +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.js +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.js.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.ts +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.d.ts +3 -3
- package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.d.ts +3 -3
- package/src/com/controlresell/models/conversations/messages/PaginatedConversationMessages.d.ts +5 -5
- package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.d.ts +3 -3
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.d.ts +3 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.js +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.js.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.ts +1 -0
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -5
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -5
- package/src/com/controlresell/models/items/CreatedItems.d.ts +272 -712
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +232 -600
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +136 -356
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemUpdatePayload.d.ts +45 -0
- package/src/com/controlresell/models/items/ItemUpdatePayload.d.ts.map +1 -0
- package/src/com/controlresell/models/items/ItemUpdatePayload.js +6 -0
- package/src/com/controlresell/models/items/ItemUpdatePayload.js.map +1 -0
- package/src/com/controlresell/models/items/ItemUpdatePayload.ts +7 -0
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +272 -712
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +96 -244
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +96 -244
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +150 -374
- 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 +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +57 -133
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.js +2 -2
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.js.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.ts +2 -1
- package/src/com/controlresell/models/notifications/CreateNotificationPreferencePayload.d.ts +3 -3
- package/src/com/controlresell/models/notifications/NotificationPreference.d.ts +3 -3
- package/src/com/controlresell/models/notifications/NotificationType.d.ts +1 -1
- package/src/com/controlresell/models/notifications/NotificationType.d.ts.map +1 -1
- package/src/com/controlresell/models/notifications/NotificationType.js +1 -1
- package/src/com/controlresell/models/notifications/NotificationType.js.map +1 -1
- package/src/com/controlresell/models/notifications/NotificationType.ts +1 -1
- package/src/com/controlresell/models/notifications/UpdateNotificationPreferencePayload.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +156 -412
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +136 -356
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +136 -356
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +7 -7
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +310 -750
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +10 -10
- package/src/index.d.ts +2 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +2 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +2 -0
|
@@ -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"}
|
|
@@ -188,7 +188,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
188
188
|
lastHistory: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
189
189
|
id: z.ZodString;
|
|
190
190
|
itemId: z.ZodNumber;
|
|
191
|
-
type: z.ZodEnum<["IMPORTED", "ARCHIVED", "UNARCHIVED", "PUBLISHED", "FAILED_TO_PUBLISH", "SCHEDULED_RETRY", "REPUBLISHING_RETRY", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "IMAGE_PROCESSING_DONE", "REPUBLISHED", "REPUBLISH_CANCELED", "UPDATING", "UPDATED", "UPDATE_CANCELED", "CANCELED", "DISPUTE", "DELETING", "DELETED", "TO_BE_SENT", "IN_TRANSIT", "BUYER_PAID", "DELIVERED", "RECEIVED", "FINALIZED", "RETURN", "REFUND", "LIFECYCLE_STARTED", "LIFECYCLE_COMPLETED", "LIFECYCLE_CANCELED"]>;
|
|
191
|
+
type: z.ZodEnum<["IMPORTED", "ARCHIVED", "UNARCHIVED", "PUBLISHED", "FAILED_TO_PUBLISH", "SCHEDULED_RETRY", "REPUBLISHING_RETRY", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "IMAGE_PROCESSING_DONE", "REPUBLISHED", "REPUBLISH_CANCELED", "UPDATING", "UPDATED", "UPDATE_CANCELED", "FAILED_TO_UPDATE", "CANCELED", "DISPUTE", "DELETING", "DELETED", "DELETE_CANCELED", "FAILED_TO_DELETE", "TO_BE_SENT", "IN_TRANSIT", "BUYER_PAID", "DELIVERED", "RECEIVED", "FINALIZED", "RETURN", "REFUND", "LIFECYCLE_STARTED", "LIFECYCLE_COMPLETED", "LIFECYCLE_CANCELED"]>;
|
|
192
192
|
data: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
193
193
|
data: z.ZodObject<{
|
|
194
194
|
targetItemHistoryId: z.ZodString;
|
|
@@ -1471,149 +1471,73 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1471
1471
|
}>, z.ZodObject<{
|
|
1472
1472
|
data: z.ZodObject<{
|
|
1473
1473
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1498
|
-
material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
1499
|
-
manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1500
|
-
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1474
|
+
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1475
|
+
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1476
|
+
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
1477
|
+
value: z.ZodNumber;
|
|
1478
|
+
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1479
|
+
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1480
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1481
|
+
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1482
|
+
}, "strip", z.ZodTypeAny, {
|
|
1483
|
+
value: number;
|
|
1484
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1485
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1486
|
+
roundStep?: number | null | undefined;
|
|
1487
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1488
|
+
maxRounds?: number | null | undefined;
|
|
1489
|
+
}, {
|
|
1490
|
+
value: number;
|
|
1491
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1492
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1493
|
+
roundStep?: number | null | undefined;
|
|
1494
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1495
|
+
maxRounds?: number | null | undefined;
|
|
1496
|
+
}>>>;
|
|
1501
1497
|
}, "strip", z.ZodTypeAny, {
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
price?: number | null | undefined;
|
|
1511
|
-
currency?: string | null | undefined;
|
|
1512
|
-
catalog?: string | null | undefined;
|
|
1513
|
-
catalogId?: number | null | undefined;
|
|
1514
|
-
colors?: string[] | null | undefined;
|
|
1515
|
-
measurementLength?: number | null | undefined;
|
|
1516
|
-
measurementWidth?: number | null | undefined;
|
|
1517
|
-
photoUrls?: string[] | null | undefined;
|
|
1518
|
-
size?: string | null | undefined;
|
|
1519
|
-
isDraft?: boolean | null | undefined;
|
|
1520
|
-
isArchived?: boolean | null | undefined;
|
|
1521
|
-
isUnisex?: boolean | null | undefined;
|
|
1522
|
-
availableQuantity?: number | null | undefined;
|
|
1523
|
-
material?: number[] | null | undefined;
|
|
1524
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1525
|
-
labels?: string[] | null | undefined;
|
|
1526
|
-
isHidden?: boolean | null | undefined;
|
|
1527
|
-
isDeleted?: boolean | null | undefined;
|
|
1498
|
+
priceDropPayload?: {
|
|
1499
|
+
value: number;
|
|
1500
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1501
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1502
|
+
roundStep?: number | null | undefined;
|
|
1503
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1504
|
+
maxRounds?: number | null | undefined;
|
|
1505
|
+
} | null | undefined;
|
|
1528
1506
|
}, {
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
price?: number | null | undefined;
|
|
1538
|
-
currency?: string | null | undefined;
|
|
1539
|
-
catalog?: string | null | undefined;
|
|
1540
|
-
catalogId?: number | null | undefined;
|
|
1541
|
-
colors?: string[] | null | undefined;
|
|
1542
|
-
measurementLength?: number | null | undefined;
|
|
1543
|
-
measurementWidth?: number | null | undefined;
|
|
1544
|
-
photoUrls?: string[] | null | undefined;
|
|
1545
|
-
size?: string | null | undefined;
|
|
1546
|
-
isDraft?: boolean | null | undefined;
|
|
1547
|
-
isArchived?: boolean | null | undefined;
|
|
1548
|
-
isUnisex?: boolean | null | undefined;
|
|
1549
|
-
availableQuantity?: number | null | undefined;
|
|
1550
|
-
material?: number[] | null | undefined;
|
|
1551
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1552
|
-
labels?: string[] | null | undefined;
|
|
1553
|
-
isHidden?: boolean | null | undefined;
|
|
1554
|
-
isDeleted?: boolean | null | undefined;
|
|
1507
|
+
priceDropPayload?: {
|
|
1508
|
+
value: number;
|
|
1509
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1510
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1511
|
+
roundStep?: number | null | undefined;
|
|
1512
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1513
|
+
maxRounds?: number | null | undefined;
|
|
1514
|
+
} | null | undefined;
|
|
1555
1515
|
}>>>;
|
|
1556
1516
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1557
1517
|
}, "strip", z.ZodTypeAny, {
|
|
1558
1518
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
price?: number | null | undefined;
|
|
1569
|
-
currency?: string | null | undefined;
|
|
1570
|
-
catalog?: string | null | undefined;
|
|
1571
|
-
catalogId?: number | null | undefined;
|
|
1572
|
-
colors?: string[] | null | undefined;
|
|
1573
|
-
measurementLength?: number | null | undefined;
|
|
1574
|
-
measurementWidth?: number | null | undefined;
|
|
1575
|
-
photoUrls?: string[] | null | undefined;
|
|
1576
|
-
size?: string | null | undefined;
|
|
1577
|
-
isDraft?: boolean | null | undefined;
|
|
1578
|
-
isArchived?: boolean | null | undefined;
|
|
1579
|
-
isUnisex?: boolean | null | undefined;
|
|
1580
|
-
availableQuantity?: number | null | undefined;
|
|
1581
|
-
material?: number[] | null | undefined;
|
|
1582
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1583
|
-
labels?: string[] | null | undefined;
|
|
1584
|
-
isHidden?: boolean | null | undefined;
|
|
1585
|
-
isDeleted?: boolean | null | undefined;
|
|
1519
|
+
payload?: {
|
|
1520
|
+
priceDropPayload?: {
|
|
1521
|
+
value: number;
|
|
1522
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1523
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1524
|
+
roundStep?: number | null | undefined;
|
|
1525
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1526
|
+
maxRounds?: number | null | undefined;
|
|
1527
|
+
} | null | undefined;
|
|
1586
1528
|
} | null | undefined;
|
|
1587
1529
|
targetDate?: Date | null | undefined;
|
|
1588
1530
|
}, {
|
|
1589
1531
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
price?: number | null | undefined;
|
|
1600
|
-
currency?: string | null | undefined;
|
|
1601
|
-
catalog?: string | null | undefined;
|
|
1602
|
-
catalogId?: number | null | undefined;
|
|
1603
|
-
colors?: string[] | null | undefined;
|
|
1604
|
-
measurementLength?: number | null | undefined;
|
|
1605
|
-
measurementWidth?: number | null | undefined;
|
|
1606
|
-
photoUrls?: string[] | null | undefined;
|
|
1607
|
-
size?: string | null | undefined;
|
|
1608
|
-
isDraft?: boolean | null | undefined;
|
|
1609
|
-
isArchived?: boolean | null | undefined;
|
|
1610
|
-
isUnisex?: boolean | null | undefined;
|
|
1611
|
-
availableQuantity?: number | null | undefined;
|
|
1612
|
-
material?: number[] | null | undefined;
|
|
1613
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1614
|
-
labels?: string[] | null | undefined;
|
|
1615
|
-
isHidden?: boolean | null | undefined;
|
|
1616
|
-
isDeleted?: boolean | null | undefined;
|
|
1532
|
+
payload?: {
|
|
1533
|
+
priceDropPayload?: {
|
|
1534
|
+
value: number;
|
|
1535
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1536
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1537
|
+
roundStep?: number | null | undefined;
|
|
1538
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1539
|
+
maxRounds?: number | null | undefined;
|
|
1540
|
+
} | null | undefined;
|
|
1617
1541
|
} | null | undefined;
|
|
1618
1542
|
targetDate?: Date | null | undefined;
|
|
1619
1543
|
}>;
|
|
@@ -1622,33 +1546,15 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1622
1546
|
type: "UPDATING";
|
|
1623
1547
|
data: {
|
|
1624
1548
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
price?: number | null | undefined;
|
|
1635
|
-
currency?: string | null | undefined;
|
|
1636
|
-
catalog?: string | null | undefined;
|
|
1637
|
-
catalogId?: number | null | undefined;
|
|
1638
|
-
colors?: string[] | null | undefined;
|
|
1639
|
-
measurementLength?: number | null | undefined;
|
|
1640
|
-
measurementWidth?: number | null | undefined;
|
|
1641
|
-
photoUrls?: string[] | null | undefined;
|
|
1642
|
-
size?: string | null | undefined;
|
|
1643
|
-
isDraft?: boolean | null | undefined;
|
|
1644
|
-
isArchived?: boolean | null | undefined;
|
|
1645
|
-
isUnisex?: boolean | null | undefined;
|
|
1646
|
-
availableQuantity?: number | null | undefined;
|
|
1647
|
-
material?: number[] | null | undefined;
|
|
1648
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1649
|
-
labels?: string[] | null | undefined;
|
|
1650
|
-
isHidden?: boolean | null | undefined;
|
|
1651
|
-
isDeleted?: boolean | null | undefined;
|
|
1549
|
+
payload?: {
|
|
1550
|
+
priceDropPayload?: {
|
|
1551
|
+
value: number;
|
|
1552
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1553
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1554
|
+
roundStep?: number | null | undefined;
|
|
1555
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1556
|
+
maxRounds?: number | null | undefined;
|
|
1557
|
+
} | null | undefined;
|
|
1652
1558
|
} | null | undefined;
|
|
1653
1559
|
targetDate?: Date | null | undefined;
|
|
1654
1560
|
};
|
|
@@ -1656,33 +1562,15 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1656
1562
|
type: "UPDATING";
|
|
1657
1563
|
data: {
|
|
1658
1564
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
price?: number | null | undefined;
|
|
1669
|
-
currency?: string | null | undefined;
|
|
1670
|
-
catalog?: string | null | undefined;
|
|
1671
|
-
catalogId?: number | null | undefined;
|
|
1672
|
-
colors?: string[] | null | undefined;
|
|
1673
|
-
measurementLength?: number | null | undefined;
|
|
1674
|
-
measurementWidth?: number | null | undefined;
|
|
1675
|
-
photoUrls?: string[] | null | undefined;
|
|
1676
|
-
size?: string | null | undefined;
|
|
1677
|
-
isDraft?: boolean | null | undefined;
|
|
1678
|
-
isArchived?: boolean | null | undefined;
|
|
1679
|
-
isUnisex?: boolean | null | undefined;
|
|
1680
|
-
availableQuantity?: number | null | undefined;
|
|
1681
|
-
material?: number[] | null | undefined;
|
|
1682
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1683
|
-
labels?: string[] | null | undefined;
|
|
1684
|
-
isHidden?: boolean | null | undefined;
|
|
1685
|
-
isDeleted?: boolean | null | undefined;
|
|
1565
|
+
payload?: {
|
|
1566
|
+
priceDropPayload?: {
|
|
1567
|
+
value: number;
|
|
1568
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1569
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1570
|
+
roundStep?: number | null | undefined;
|
|
1571
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1572
|
+
maxRounds?: number | null | undefined;
|
|
1573
|
+
} | null | undefined;
|
|
1686
1574
|
} | null | undefined;
|
|
1687
1575
|
targetDate?: Date | null | undefined;
|
|
1688
1576
|
};
|
|
@@ -1693,7 +1581,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1693
1581
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1694
1582
|
targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1695
1583
|
}, "strip", z.ZodTypeAny, {
|
|
1696
|
-
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1584
|
+
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "FAILED_TO_UPDATE" | "DISPUTE" | "DELETED" | "DELETE_CANCELED" | "FAILED_TO_DELETE" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1697
1585
|
id: string;
|
|
1698
1586
|
createdAt: Date;
|
|
1699
1587
|
itemId: number;
|
|
@@ -1910,33 +1798,15 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1910
1798
|
type: "UPDATING";
|
|
1911
1799
|
data: {
|
|
1912
1800
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
price?: number | null | undefined;
|
|
1923
|
-
currency?: string | null | undefined;
|
|
1924
|
-
catalog?: string | null | undefined;
|
|
1925
|
-
catalogId?: number | null | undefined;
|
|
1926
|
-
colors?: string[] | null | undefined;
|
|
1927
|
-
measurementLength?: number | null | undefined;
|
|
1928
|
-
measurementWidth?: number | null | undefined;
|
|
1929
|
-
photoUrls?: string[] | null | undefined;
|
|
1930
|
-
size?: string | null | undefined;
|
|
1931
|
-
isDraft?: boolean | null | undefined;
|
|
1932
|
-
isArchived?: boolean | null | undefined;
|
|
1933
|
-
isUnisex?: boolean | null | undefined;
|
|
1934
|
-
availableQuantity?: number | null | undefined;
|
|
1935
|
-
material?: number[] | null | undefined;
|
|
1936
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1937
|
-
labels?: string[] | null | undefined;
|
|
1938
|
-
isHidden?: boolean | null | undefined;
|
|
1939
|
-
isDeleted?: boolean | null | undefined;
|
|
1801
|
+
payload?: {
|
|
1802
|
+
priceDropPayload?: {
|
|
1803
|
+
value: number;
|
|
1804
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1805
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1806
|
+
roundStep?: number | null | undefined;
|
|
1807
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1808
|
+
maxRounds?: number | null | undefined;
|
|
1809
|
+
} | null | undefined;
|
|
1940
1810
|
} | null | undefined;
|
|
1941
1811
|
targetDate?: Date | null | undefined;
|
|
1942
1812
|
};
|
|
@@ -1946,7 +1816,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
1946
1816
|
requestId?: string | null | undefined;
|
|
1947
1817
|
targetHistoryId?: string | null | undefined;
|
|
1948
1818
|
}, {
|
|
1949
|
-
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1819
|
+
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "FAILED_TO_UPDATE" | "DISPUTE" | "DELETED" | "DELETE_CANCELED" | "FAILED_TO_DELETE" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1950
1820
|
id: string;
|
|
1951
1821
|
createdAt: Date;
|
|
1952
1822
|
itemId: number;
|
|
@@ -2163,33 +2033,15 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2163
2033
|
type: "UPDATING";
|
|
2164
2034
|
data: {
|
|
2165
2035
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
price?: number | null | undefined;
|
|
2176
|
-
currency?: string | null | undefined;
|
|
2177
|
-
catalog?: string | null | undefined;
|
|
2178
|
-
catalogId?: number | null | undefined;
|
|
2179
|
-
colors?: string[] | null | undefined;
|
|
2180
|
-
measurementLength?: number | null | undefined;
|
|
2181
|
-
measurementWidth?: number | null | undefined;
|
|
2182
|
-
photoUrls?: string[] | null | undefined;
|
|
2183
|
-
size?: string | null | undefined;
|
|
2184
|
-
isDraft?: boolean | null | undefined;
|
|
2185
|
-
isArchived?: boolean | null | undefined;
|
|
2186
|
-
isUnisex?: boolean | null | undefined;
|
|
2187
|
-
availableQuantity?: number | null | undefined;
|
|
2188
|
-
material?: number[] | null | undefined;
|
|
2189
|
-
manufacturerLabelling?: string | null | undefined;
|
|
2190
|
-
labels?: string[] | null | undefined;
|
|
2191
|
-
isHidden?: boolean | null | undefined;
|
|
2192
|
-
isDeleted?: boolean | null | undefined;
|
|
2036
|
+
payload?: {
|
|
2037
|
+
priceDropPayload?: {
|
|
2038
|
+
value: number;
|
|
2039
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2040
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2041
|
+
roundStep?: number | null | undefined;
|
|
2042
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2043
|
+
maxRounds?: number | null | undefined;
|
|
2044
|
+
} | null | undefined;
|
|
2193
2045
|
} | null | undefined;
|
|
2194
2046
|
targetDate?: Date | null | undefined;
|
|
2195
2047
|
};
|
|
@@ -2504,7 +2356,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2504
2356
|
sellingPlaceId?: number | null | undefined;
|
|
2505
2357
|
feesSum?: number | null | undefined;
|
|
2506
2358
|
lastHistory?: {
|
|
2507
|
-
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
2359
|
+
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "FAILED_TO_UPDATE" | "DISPUTE" | "DELETED" | "DELETE_CANCELED" | "FAILED_TO_DELETE" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
2508
2360
|
id: string;
|
|
2509
2361
|
createdAt: Date;
|
|
2510
2362
|
itemId: number;
|
|
@@ -2721,33 +2573,15 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2721
2573
|
type: "UPDATING";
|
|
2722
2574
|
data: {
|
|
2723
2575
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
price?: number | null | undefined;
|
|
2734
|
-
currency?: string | null | undefined;
|
|
2735
|
-
catalog?: string | null | undefined;
|
|
2736
|
-
catalogId?: number | null | undefined;
|
|
2737
|
-
colors?: string[] | null | undefined;
|
|
2738
|
-
measurementLength?: number | null | undefined;
|
|
2739
|
-
measurementWidth?: number | null | undefined;
|
|
2740
|
-
photoUrls?: string[] | null | undefined;
|
|
2741
|
-
size?: string | null | undefined;
|
|
2742
|
-
isDraft?: boolean | null | undefined;
|
|
2743
|
-
isArchived?: boolean | null | undefined;
|
|
2744
|
-
isUnisex?: boolean | null | undefined;
|
|
2745
|
-
availableQuantity?: number | null | undefined;
|
|
2746
|
-
material?: number[] | null | undefined;
|
|
2747
|
-
manufacturerLabelling?: string | null | undefined;
|
|
2748
|
-
labels?: string[] | null | undefined;
|
|
2749
|
-
isHidden?: boolean | null | undefined;
|
|
2750
|
-
isDeleted?: boolean | null | undefined;
|
|
2576
|
+
payload?: {
|
|
2577
|
+
priceDropPayload?: {
|
|
2578
|
+
value: number;
|
|
2579
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2580
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2581
|
+
roundStep?: number | null | undefined;
|
|
2582
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2583
|
+
maxRounds?: number | null | undefined;
|
|
2584
|
+
} | null | undefined;
|
|
2751
2585
|
} | null | undefined;
|
|
2752
2586
|
targetDate?: Date | null | undefined;
|
|
2753
2587
|
};
|
|
@@ -2872,7 +2706,7 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
2872
2706
|
sellingPlaceId?: number | null | undefined;
|
|
2873
2707
|
feesSum?: number | null | undefined;
|
|
2874
2708
|
lastHistory?: {
|
|
2875
|
-
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
2709
|
+
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "FAILED_TO_UPDATE" | "DISPUTE" | "DELETED" | "DELETE_CANCELED" | "FAILED_TO_DELETE" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
2876
2710
|
id: string;
|
|
2877
2711
|
createdAt: Date;
|
|
2878
2712
|
itemId: number;
|
|
@@ -3089,33 +2923,15 @@ export declare const ListedItemSchema: z.ZodObject<{
|
|
|
3089
2923
|
type: "UPDATING";
|
|
3090
2924
|
data: {
|
|
3091
2925
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
price?: number | null | undefined;
|
|
3102
|
-
currency?: string | null | undefined;
|
|
3103
|
-
catalog?: string | null | undefined;
|
|
3104
|
-
catalogId?: number | null | undefined;
|
|
3105
|
-
colors?: string[] | null | undefined;
|
|
3106
|
-
measurementLength?: number | null | undefined;
|
|
3107
|
-
measurementWidth?: number | null | undefined;
|
|
3108
|
-
photoUrls?: string[] | null | undefined;
|
|
3109
|
-
size?: string | null | undefined;
|
|
3110
|
-
isDraft?: boolean | null | undefined;
|
|
3111
|
-
isArchived?: boolean | null | undefined;
|
|
3112
|
-
isUnisex?: boolean | null | undefined;
|
|
3113
|
-
availableQuantity?: number | null | undefined;
|
|
3114
|
-
material?: number[] | null | undefined;
|
|
3115
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3116
|
-
labels?: string[] | null | undefined;
|
|
3117
|
-
isHidden?: boolean | null | undefined;
|
|
3118
|
-
isDeleted?: boolean | null | undefined;
|
|
2926
|
+
payload?: {
|
|
2927
|
+
priceDropPayload?: {
|
|
2928
|
+
value: number;
|
|
2929
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2930
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2931
|
+
roundStep?: number | null | undefined;
|
|
2932
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2933
|
+
maxRounds?: number | null | undefined;
|
|
2934
|
+
} | null | undefined;
|
|
3119
2935
|
} | null | undefined;
|
|
3120
2936
|
targetDate?: Date | null | undefined;
|
|
3121
2937
|
};
|
|
@@ -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":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AASrB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgC3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
|
|
@@ -213,7 +213,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
213
213
|
} | null | undefined;
|
|
214
214
|
index?: number | null | undefined;
|
|
215
215
|
}>, "many">>>;
|
|
216
|
-
preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
|
|
216
|
+
preferenceType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["EXTERNAL", "FAVORITES", "NEGOTIATION", "QUESTIONS", "AUTOMATIC_REMINDER", "BUYER_PAID", "ORDER_DELIVERED", "ITEM_NO_LONGER_AVAILABLE"]>>>;
|
|
217
217
|
preferenceCaseId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
218
218
|
preferenceVariantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
219
219
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -245,7 +245,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
245
245
|
} | null | undefined;
|
|
246
246
|
index?: number | null | undefined;
|
|
247
247
|
}[] | null | undefined;
|
|
248
|
-
preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
248
|
+
preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
249
249
|
preferenceCaseId?: string | null | undefined;
|
|
250
250
|
preferenceVariantId?: string | null | undefined;
|
|
251
251
|
conversationUserId?: string | null | undefined;
|
|
@@ -292,7 +292,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
292
292
|
} | null | undefined;
|
|
293
293
|
index?: number | null | undefined;
|
|
294
294
|
}[] | null | undefined;
|
|
295
|
-
preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
295
|
+
preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
296
296
|
preferenceCaseId?: string | null | undefined;
|
|
297
297
|
preferenceVariantId?: string | null | undefined;
|
|
298
298
|
conversationUserId?: string | null | undefined;
|
|
@@ -458,7 +458,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
458
458
|
} | null | undefined;
|
|
459
459
|
index?: number | null | undefined;
|
|
460
460
|
}[] | null | undefined;
|
|
461
|
-
preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
461
|
+
preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
462
462
|
preferenceCaseId?: string | null | undefined;
|
|
463
463
|
preferenceVariantId?: string | null | undefined;
|
|
464
464
|
conversationUserId?: string | null | undefined;
|
|
@@ -556,7 +556,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
556
556
|
} | null | undefined;
|
|
557
557
|
index?: number | null | undefined;
|
|
558
558
|
}[] | null | undefined;
|
|
559
|
-
preferenceType?: "QUESTIONS" | "BUYER_PAID" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
559
|
+
preferenceType?: "QUESTIONS" | "BUYER_PAID" | "EXTERNAL" | "FAVORITES" | "NEGOTIATION" | "AUTOMATIC_REMINDER" | "ORDER_DELIVERED" | "ITEM_NO_LONGER_AVAILABLE" | null | undefined;
|
|
560
560
|
preferenceCaseId?: string | null | undefined;
|
|
561
561
|
preferenceVariantId?: string | null | undefined;
|
|
562
562
|
conversationUserId?: string | null | undefined;
|