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
|
@@ -213,7 +213,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
213
213
|
lastHistory: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
214
214
|
id: z.ZodString;
|
|
215
215
|
itemId: z.ZodNumber;
|
|
216
|
-
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"]>;
|
|
216
|
+
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"]>;
|
|
217
217
|
data: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
218
218
|
data: z.ZodObject<{
|
|
219
219
|
targetItemHistoryId: z.ZodString;
|
|
@@ -1496,149 +1496,73 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1496
1496
|
}>, z.ZodObject<{
|
|
1497
1497
|
data: z.ZodObject<{
|
|
1498
1498
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1523
|
-
material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
1524
|
-
manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1525
|
-
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1499
|
+
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1500
|
+
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1501
|
+
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
1502
|
+
value: z.ZodNumber;
|
|
1503
|
+
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1504
|
+
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1505
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1506
|
+
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1507
|
+
}, "strip", z.ZodTypeAny, {
|
|
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
|
+
}, {
|
|
1515
|
+
value: number;
|
|
1516
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1517
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1518
|
+
roundStep?: number | null | undefined;
|
|
1519
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1520
|
+
maxRounds?: number | null | undefined;
|
|
1521
|
+
}>>>;
|
|
1526
1522
|
}, "strip", z.ZodTypeAny, {
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
price?: number | null | undefined;
|
|
1536
|
-
currency?: string | null | undefined;
|
|
1537
|
-
catalog?: string | null | undefined;
|
|
1538
|
-
catalogId?: number | null | undefined;
|
|
1539
|
-
colors?: string[] | null | undefined;
|
|
1540
|
-
measurementLength?: number | null | undefined;
|
|
1541
|
-
measurementWidth?: number | null | undefined;
|
|
1542
|
-
photoUrls?: string[] | null | undefined;
|
|
1543
|
-
size?: string | null | undefined;
|
|
1544
|
-
isDraft?: boolean | null | undefined;
|
|
1545
|
-
isArchived?: boolean | null | undefined;
|
|
1546
|
-
isUnisex?: boolean | null | undefined;
|
|
1547
|
-
availableQuantity?: number | null | undefined;
|
|
1548
|
-
material?: number[] | null | undefined;
|
|
1549
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1550
|
-
labels?: string[] | null | undefined;
|
|
1551
|
-
isHidden?: boolean | null | undefined;
|
|
1552
|
-
isDeleted?: boolean | null | undefined;
|
|
1523
|
+
priceDropPayload?: {
|
|
1524
|
+
value: number;
|
|
1525
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1526
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1527
|
+
roundStep?: number | null | undefined;
|
|
1528
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1529
|
+
maxRounds?: number | null | undefined;
|
|
1530
|
+
} | null | undefined;
|
|
1553
1531
|
}, {
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
price?: number | null | undefined;
|
|
1563
|
-
currency?: string | null | undefined;
|
|
1564
|
-
catalog?: string | null | undefined;
|
|
1565
|
-
catalogId?: number | null | undefined;
|
|
1566
|
-
colors?: string[] | null | undefined;
|
|
1567
|
-
measurementLength?: number | null | undefined;
|
|
1568
|
-
measurementWidth?: number | null | undefined;
|
|
1569
|
-
photoUrls?: string[] | null | undefined;
|
|
1570
|
-
size?: string | null | undefined;
|
|
1571
|
-
isDraft?: boolean | null | undefined;
|
|
1572
|
-
isArchived?: boolean | null | undefined;
|
|
1573
|
-
isUnisex?: boolean | null | undefined;
|
|
1574
|
-
availableQuantity?: number | null | undefined;
|
|
1575
|
-
material?: number[] | null | undefined;
|
|
1576
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1577
|
-
labels?: string[] | null | undefined;
|
|
1578
|
-
isHidden?: boolean | null | undefined;
|
|
1579
|
-
isDeleted?: boolean | null | undefined;
|
|
1532
|
+
priceDropPayload?: {
|
|
1533
|
+
value: number;
|
|
1534
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1535
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1536
|
+
roundStep?: number | null | undefined;
|
|
1537
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1538
|
+
maxRounds?: number | null | undefined;
|
|
1539
|
+
} | null | undefined;
|
|
1580
1540
|
}>>>;
|
|
1581
1541
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1582
1542
|
}, "strip", z.ZodTypeAny, {
|
|
1583
1543
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
price?: number | null | undefined;
|
|
1594
|
-
currency?: string | null | undefined;
|
|
1595
|
-
catalog?: string | null | undefined;
|
|
1596
|
-
catalogId?: number | null | undefined;
|
|
1597
|
-
colors?: string[] | null | undefined;
|
|
1598
|
-
measurementLength?: number | null | undefined;
|
|
1599
|
-
measurementWidth?: number | null | undefined;
|
|
1600
|
-
photoUrls?: string[] | null | undefined;
|
|
1601
|
-
size?: string | null | undefined;
|
|
1602
|
-
isDraft?: boolean | null | undefined;
|
|
1603
|
-
isArchived?: boolean | null | undefined;
|
|
1604
|
-
isUnisex?: boolean | null | undefined;
|
|
1605
|
-
availableQuantity?: number | null | undefined;
|
|
1606
|
-
material?: number[] | null | undefined;
|
|
1607
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1608
|
-
labels?: string[] | null | undefined;
|
|
1609
|
-
isHidden?: boolean | null | undefined;
|
|
1610
|
-
isDeleted?: boolean | null | undefined;
|
|
1544
|
+
payload?: {
|
|
1545
|
+
priceDropPayload?: {
|
|
1546
|
+
value: number;
|
|
1547
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1548
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1549
|
+
roundStep?: number | null | undefined;
|
|
1550
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1551
|
+
maxRounds?: number | null | undefined;
|
|
1552
|
+
} | null | undefined;
|
|
1611
1553
|
} | null | undefined;
|
|
1612
1554
|
targetDate?: Date | null | undefined;
|
|
1613
1555
|
}, {
|
|
1614
1556
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
price?: number | null | undefined;
|
|
1625
|
-
currency?: string | null | undefined;
|
|
1626
|
-
catalog?: string | null | undefined;
|
|
1627
|
-
catalogId?: number | null | undefined;
|
|
1628
|
-
colors?: string[] | null | undefined;
|
|
1629
|
-
measurementLength?: number | null | undefined;
|
|
1630
|
-
measurementWidth?: number | null | undefined;
|
|
1631
|
-
photoUrls?: string[] | null | undefined;
|
|
1632
|
-
size?: string | null | undefined;
|
|
1633
|
-
isDraft?: boolean | null | undefined;
|
|
1634
|
-
isArchived?: boolean | null | undefined;
|
|
1635
|
-
isUnisex?: boolean | null | undefined;
|
|
1636
|
-
availableQuantity?: number | null | undefined;
|
|
1637
|
-
material?: number[] | null | undefined;
|
|
1638
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1639
|
-
labels?: string[] | null | undefined;
|
|
1640
|
-
isHidden?: boolean | null | undefined;
|
|
1641
|
-
isDeleted?: boolean | null | undefined;
|
|
1557
|
+
payload?: {
|
|
1558
|
+
priceDropPayload?: {
|
|
1559
|
+
value: number;
|
|
1560
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1561
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1562
|
+
roundStep?: number | null | undefined;
|
|
1563
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1564
|
+
maxRounds?: number | null | undefined;
|
|
1565
|
+
} | null | undefined;
|
|
1642
1566
|
} | null | undefined;
|
|
1643
1567
|
targetDate?: Date | null | undefined;
|
|
1644
1568
|
}>;
|
|
@@ -1647,33 +1571,15 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1647
1571
|
type: "UPDATING";
|
|
1648
1572
|
data: {
|
|
1649
1573
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
price?: number | null | undefined;
|
|
1660
|
-
currency?: string | null | undefined;
|
|
1661
|
-
catalog?: string | null | undefined;
|
|
1662
|
-
catalogId?: number | null | undefined;
|
|
1663
|
-
colors?: string[] | null | undefined;
|
|
1664
|
-
measurementLength?: number | null | undefined;
|
|
1665
|
-
measurementWidth?: number | null | undefined;
|
|
1666
|
-
photoUrls?: string[] | null | undefined;
|
|
1667
|
-
size?: string | null | undefined;
|
|
1668
|
-
isDraft?: boolean | null | undefined;
|
|
1669
|
-
isArchived?: boolean | null | undefined;
|
|
1670
|
-
isUnisex?: boolean | null | undefined;
|
|
1671
|
-
availableQuantity?: number | null | undefined;
|
|
1672
|
-
material?: number[] | null | undefined;
|
|
1673
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1674
|
-
labels?: string[] | null | undefined;
|
|
1675
|
-
isHidden?: boolean | null | undefined;
|
|
1676
|
-
isDeleted?: boolean | null | undefined;
|
|
1574
|
+
payload?: {
|
|
1575
|
+
priceDropPayload?: {
|
|
1576
|
+
value: number;
|
|
1577
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1578
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1579
|
+
roundStep?: number | null | undefined;
|
|
1580
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1581
|
+
maxRounds?: number | null | undefined;
|
|
1582
|
+
} | null | undefined;
|
|
1677
1583
|
} | null | undefined;
|
|
1678
1584
|
targetDate?: Date | null | undefined;
|
|
1679
1585
|
};
|
|
@@ -1681,33 +1587,15 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1681
1587
|
type: "UPDATING";
|
|
1682
1588
|
data: {
|
|
1683
1589
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
price?: number | null | undefined;
|
|
1694
|
-
currency?: string | null | undefined;
|
|
1695
|
-
catalog?: string | null | undefined;
|
|
1696
|
-
catalogId?: number | null | undefined;
|
|
1697
|
-
colors?: string[] | null | undefined;
|
|
1698
|
-
measurementLength?: number | null | undefined;
|
|
1699
|
-
measurementWidth?: number | null | undefined;
|
|
1700
|
-
photoUrls?: string[] | null | undefined;
|
|
1701
|
-
size?: string | null | undefined;
|
|
1702
|
-
isDraft?: boolean | null | undefined;
|
|
1703
|
-
isArchived?: boolean | null | undefined;
|
|
1704
|
-
isUnisex?: boolean | null | undefined;
|
|
1705
|
-
availableQuantity?: number | null | undefined;
|
|
1706
|
-
material?: number[] | null | undefined;
|
|
1707
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1708
|
-
labels?: string[] | null | undefined;
|
|
1709
|
-
isHidden?: boolean | null | undefined;
|
|
1710
|
-
isDeleted?: boolean | null | undefined;
|
|
1590
|
+
payload?: {
|
|
1591
|
+
priceDropPayload?: {
|
|
1592
|
+
value: number;
|
|
1593
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1594
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1595
|
+
roundStep?: number | null | undefined;
|
|
1596
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1597
|
+
maxRounds?: number | null | undefined;
|
|
1598
|
+
} | null | undefined;
|
|
1711
1599
|
} | null | undefined;
|
|
1712
1600
|
targetDate?: Date | null | undefined;
|
|
1713
1601
|
};
|
|
@@ -1718,7 +1606,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1718
1606
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1719
1607
|
targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1720
1608
|
}, "strip", z.ZodTypeAny, {
|
|
1721
|
-
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";
|
|
1609
|
+
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";
|
|
1722
1610
|
id: string;
|
|
1723
1611
|
createdAt: Date;
|
|
1724
1612
|
itemId: number;
|
|
@@ -1935,33 +1823,15 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1935
1823
|
type: "UPDATING";
|
|
1936
1824
|
data: {
|
|
1937
1825
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
price?: number | null | undefined;
|
|
1948
|
-
currency?: string | null | undefined;
|
|
1949
|
-
catalog?: string | null | undefined;
|
|
1950
|
-
catalogId?: number | null | undefined;
|
|
1951
|
-
colors?: string[] | null | undefined;
|
|
1952
|
-
measurementLength?: number | null | undefined;
|
|
1953
|
-
measurementWidth?: number | null | undefined;
|
|
1954
|
-
photoUrls?: string[] | null | undefined;
|
|
1955
|
-
size?: string | null | undefined;
|
|
1956
|
-
isDraft?: boolean | null | undefined;
|
|
1957
|
-
isArchived?: boolean | null | undefined;
|
|
1958
|
-
isUnisex?: boolean | null | undefined;
|
|
1959
|
-
availableQuantity?: number | null | undefined;
|
|
1960
|
-
material?: number[] | null | undefined;
|
|
1961
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1962
|
-
labels?: string[] | null | undefined;
|
|
1963
|
-
isHidden?: boolean | null | undefined;
|
|
1964
|
-
isDeleted?: boolean | null | undefined;
|
|
1826
|
+
payload?: {
|
|
1827
|
+
priceDropPayload?: {
|
|
1828
|
+
value: number;
|
|
1829
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1830
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1831
|
+
roundStep?: number | null | undefined;
|
|
1832
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1833
|
+
maxRounds?: number | null | undefined;
|
|
1834
|
+
} | null | undefined;
|
|
1965
1835
|
} | null | undefined;
|
|
1966
1836
|
targetDate?: Date | null | undefined;
|
|
1967
1837
|
};
|
|
@@ -1971,7 +1841,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1971
1841
|
requestId?: string | null | undefined;
|
|
1972
1842
|
targetHistoryId?: string | null | undefined;
|
|
1973
1843
|
}, {
|
|
1974
|
-
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";
|
|
1844
|
+
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";
|
|
1975
1845
|
id: string;
|
|
1976
1846
|
createdAt: Date;
|
|
1977
1847
|
itemId: number;
|
|
@@ -2188,33 +2058,15 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2188
2058
|
type: "UPDATING";
|
|
2189
2059
|
data: {
|
|
2190
2060
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
price?: number | null | undefined;
|
|
2201
|
-
currency?: string | null | undefined;
|
|
2202
|
-
catalog?: string | null | undefined;
|
|
2203
|
-
catalogId?: number | null | undefined;
|
|
2204
|
-
colors?: string[] | null | undefined;
|
|
2205
|
-
measurementLength?: number | null | undefined;
|
|
2206
|
-
measurementWidth?: number | null | undefined;
|
|
2207
|
-
photoUrls?: string[] | null | undefined;
|
|
2208
|
-
size?: string | null | undefined;
|
|
2209
|
-
isDraft?: boolean | null | undefined;
|
|
2210
|
-
isArchived?: boolean | null | undefined;
|
|
2211
|
-
isUnisex?: boolean | null | undefined;
|
|
2212
|
-
availableQuantity?: number | null | undefined;
|
|
2213
|
-
material?: number[] | null | undefined;
|
|
2214
|
-
manufacturerLabelling?: string | null | undefined;
|
|
2215
|
-
labels?: string[] | null | undefined;
|
|
2216
|
-
isHidden?: boolean | null | undefined;
|
|
2217
|
-
isDeleted?: boolean | null | undefined;
|
|
2061
|
+
payload?: {
|
|
2062
|
+
priceDropPayload?: {
|
|
2063
|
+
value: number;
|
|
2064
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2065
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2066
|
+
roundStep?: number | null | undefined;
|
|
2067
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2068
|
+
maxRounds?: number | null | undefined;
|
|
2069
|
+
} | null | undefined;
|
|
2218
2070
|
} | null | undefined;
|
|
2219
2071
|
targetDate?: Date | null | undefined;
|
|
2220
2072
|
};
|
|
@@ -2408,7 +2260,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2408
2260
|
history: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2409
2261
|
id: z.ZodString;
|
|
2410
2262
|
itemId: z.ZodNumber;
|
|
2411
|
-
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"]>;
|
|
2263
|
+
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"]>;
|
|
2412
2264
|
data: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2413
2265
|
data: z.ZodObject<{
|
|
2414
2266
|
targetItemHistoryId: z.ZodString;
|
|
@@ -3691,149 +3543,73 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3691
3543
|
}>, z.ZodObject<{
|
|
3692
3544
|
data: z.ZodObject<{
|
|
3693
3545
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3718
|
-
material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
3719
|
-
manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3720
|
-
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3546
|
+
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3547
|
+
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3548
|
+
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
3549
|
+
value: z.ZodNumber;
|
|
3550
|
+
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
3551
|
+
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3552
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
3553
|
+
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3554
|
+
}, "strip", z.ZodTypeAny, {
|
|
3555
|
+
value: number;
|
|
3556
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3557
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3558
|
+
roundStep?: number | null | undefined;
|
|
3559
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3560
|
+
maxRounds?: number | null | undefined;
|
|
3561
|
+
}, {
|
|
3562
|
+
value: number;
|
|
3563
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3564
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3565
|
+
roundStep?: number | null | undefined;
|
|
3566
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3567
|
+
maxRounds?: number | null | undefined;
|
|
3568
|
+
}>>>;
|
|
3721
3569
|
}, "strip", z.ZodTypeAny, {
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
price?: number | null | undefined;
|
|
3731
|
-
currency?: string | null | undefined;
|
|
3732
|
-
catalog?: string | null | undefined;
|
|
3733
|
-
catalogId?: number | null | undefined;
|
|
3734
|
-
colors?: string[] | null | undefined;
|
|
3735
|
-
measurementLength?: number | null | undefined;
|
|
3736
|
-
measurementWidth?: number | null | undefined;
|
|
3737
|
-
photoUrls?: string[] | null | undefined;
|
|
3738
|
-
size?: string | null | undefined;
|
|
3739
|
-
isDraft?: boolean | null | undefined;
|
|
3740
|
-
isArchived?: boolean | null | undefined;
|
|
3741
|
-
isUnisex?: boolean | null | undefined;
|
|
3742
|
-
availableQuantity?: number | null | undefined;
|
|
3743
|
-
material?: number[] | null | undefined;
|
|
3744
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3745
|
-
labels?: string[] | null | undefined;
|
|
3746
|
-
isHidden?: boolean | null | undefined;
|
|
3747
|
-
isDeleted?: boolean | null | undefined;
|
|
3570
|
+
priceDropPayload?: {
|
|
3571
|
+
value: number;
|
|
3572
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3573
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3574
|
+
roundStep?: number | null | undefined;
|
|
3575
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3576
|
+
maxRounds?: number | null | undefined;
|
|
3577
|
+
} | null | undefined;
|
|
3748
3578
|
}, {
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
price?: number | null | undefined;
|
|
3758
|
-
currency?: string | null | undefined;
|
|
3759
|
-
catalog?: string | null | undefined;
|
|
3760
|
-
catalogId?: number | null | undefined;
|
|
3761
|
-
colors?: string[] | null | undefined;
|
|
3762
|
-
measurementLength?: number | null | undefined;
|
|
3763
|
-
measurementWidth?: number | null | undefined;
|
|
3764
|
-
photoUrls?: string[] | null | undefined;
|
|
3765
|
-
size?: string | null | undefined;
|
|
3766
|
-
isDraft?: boolean | null | undefined;
|
|
3767
|
-
isArchived?: boolean | null | undefined;
|
|
3768
|
-
isUnisex?: boolean | null | undefined;
|
|
3769
|
-
availableQuantity?: number | null | undefined;
|
|
3770
|
-
material?: number[] | null | undefined;
|
|
3771
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3772
|
-
labels?: string[] | null | undefined;
|
|
3773
|
-
isHidden?: boolean | null | undefined;
|
|
3774
|
-
isDeleted?: boolean | null | undefined;
|
|
3579
|
+
priceDropPayload?: {
|
|
3580
|
+
value: number;
|
|
3581
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3582
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3583
|
+
roundStep?: number | null | undefined;
|
|
3584
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3585
|
+
maxRounds?: number | null | undefined;
|
|
3586
|
+
} | null | undefined;
|
|
3775
3587
|
}>>>;
|
|
3776
3588
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
3777
3589
|
}, "strip", z.ZodTypeAny, {
|
|
3778
3590
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
price?: number | null | undefined;
|
|
3789
|
-
currency?: string | null | undefined;
|
|
3790
|
-
catalog?: string | null | undefined;
|
|
3791
|
-
catalogId?: number | null | undefined;
|
|
3792
|
-
colors?: string[] | null | undefined;
|
|
3793
|
-
measurementLength?: number | null | undefined;
|
|
3794
|
-
measurementWidth?: number | null | undefined;
|
|
3795
|
-
photoUrls?: string[] | null | undefined;
|
|
3796
|
-
size?: string | null | undefined;
|
|
3797
|
-
isDraft?: boolean | null | undefined;
|
|
3798
|
-
isArchived?: boolean | null | undefined;
|
|
3799
|
-
isUnisex?: boolean | null | undefined;
|
|
3800
|
-
availableQuantity?: number | null | undefined;
|
|
3801
|
-
material?: number[] | null | undefined;
|
|
3802
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3803
|
-
labels?: string[] | null | undefined;
|
|
3804
|
-
isHidden?: boolean | null | undefined;
|
|
3805
|
-
isDeleted?: boolean | null | undefined;
|
|
3591
|
+
payload?: {
|
|
3592
|
+
priceDropPayload?: {
|
|
3593
|
+
value: number;
|
|
3594
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3595
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3596
|
+
roundStep?: number | null | undefined;
|
|
3597
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3598
|
+
maxRounds?: number | null | undefined;
|
|
3599
|
+
} | null | undefined;
|
|
3806
3600
|
} | null | undefined;
|
|
3807
3601
|
targetDate?: Date | null | undefined;
|
|
3808
3602
|
}, {
|
|
3809
3603
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
price?: number | null | undefined;
|
|
3820
|
-
currency?: string | null | undefined;
|
|
3821
|
-
catalog?: string | null | undefined;
|
|
3822
|
-
catalogId?: number | null | undefined;
|
|
3823
|
-
colors?: string[] | null | undefined;
|
|
3824
|
-
measurementLength?: number | null | undefined;
|
|
3825
|
-
measurementWidth?: number | null | undefined;
|
|
3826
|
-
photoUrls?: string[] | null | undefined;
|
|
3827
|
-
size?: string | null | undefined;
|
|
3828
|
-
isDraft?: boolean | null | undefined;
|
|
3829
|
-
isArchived?: boolean | null | undefined;
|
|
3830
|
-
isUnisex?: boolean | null | undefined;
|
|
3831
|
-
availableQuantity?: number | null | undefined;
|
|
3832
|
-
material?: number[] | null | undefined;
|
|
3833
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3834
|
-
labels?: string[] | null | undefined;
|
|
3835
|
-
isHidden?: boolean | null | undefined;
|
|
3836
|
-
isDeleted?: boolean | null | undefined;
|
|
3604
|
+
payload?: {
|
|
3605
|
+
priceDropPayload?: {
|
|
3606
|
+
value: number;
|
|
3607
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3608
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3609
|
+
roundStep?: number | null | undefined;
|
|
3610
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3611
|
+
maxRounds?: number | null | undefined;
|
|
3612
|
+
} | null | undefined;
|
|
3837
3613
|
} | null | undefined;
|
|
3838
3614
|
targetDate?: Date | null | undefined;
|
|
3839
3615
|
}>;
|
|
@@ -3842,33 +3618,15 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3842
3618
|
type: "UPDATING";
|
|
3843
3619
|
data: {
|
|
3844
3620
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
price?: number | null | undefined;
|
|
3855
|
-
currency?: string | null | undefined;
|
|
3856
|
-
catalog?: string | null | undefined;
|
|
3857
|
-
catalogId?: number | null | undefined;
|
|
3858
|
-
colors?: string[] | null | undefined;
|
|
3859
|
-
measurementLength?: number | null | undefined;
|
|
3860
|
-
measurementWidth?: number | null | undefined;
|
|
3861
|
-
photoUrls?: string[] | null | undefined;
|
|
3862
|
-
size?: string | null | undefined;
|
|
3863
|
-
isDraft?: boolean | null | undefined;
|
|
3864
|
-
isArchived?: boolean | null | undefined;
|
|
3865
|
-
isUnisex?: boolean | null | undefined;
|
|
3866
|
-
availableQuantity?: number | null | undefined;
|
|
3867
|
-
material?: number[] | null | undefined;
|
|
3868
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3869
|
-
labels?: string[] | null | undefined;
|
|
3870
|
-
isHidden?: boolean | null | undefined;
|
|
3871
|
-
isDeleted?: boolean | null | undefined;
|
|
3621
|
+
payload?: {
|
|
3622
|
+
priceDropPayload?: {
|
|
3623
|
+
value: number;
|
|
3624
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3625
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3626
|
+
roundStep?: number | null | undefined;
|
|
3627
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3628
|
+
maxRounds?: number | null | undefined;
|
|
3629
|
+
} | null | undefined;
|
|
3872
3630
|
} | null | undefined;
|
|
3873
3631
|
targetDate?: Date | null | undefined;
|
|
3874
3632
|
};
|
|
@@ -3876,33 +3634,15 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3876
3634
|
type: "UPDATING";
|
|
3877
3635
|
data: {
|
|
3878
3636
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
price?: number | null | undefined;
|
|
3889
|
-
currency?: string | null | undefined;
|
|
3890
|
-
catalog?: string | null | undefined;
|
|
3891
|
-
catalogId?: number | null | undefined;
|
|
3892
|
-
colors?: string[] | null | undefined;
|
|
3893
|
-
measurementLength?: number | null | undefined;
|
|
3894
|
-
measurementWidth?: number | null | undefined;
|
|
3895
|
-
photoUrls?: string[] | null | undefined;
|
|
3896
|
-
size?: string | null | undefined;
|
|
3897
|
-
isDraft?: boolean | null | undefined;
|
|
3898
|
-
isArchived?: boolean | null | undefined;
|
|
3899
|
-
isUnisex?: boolean | null | undefined;
|
|
3900
|
-
availableQuantity?: number | null | undefined;
|
|
3901
|
-
material?: number[] | null | undefined;
|
|
3902
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3903
|
-
labels?: string[] | null | undefined;
|
|
3904
|
-
isHidden?: boolean | null | undefined;
|
|
3905
|
-
isDeleted?: boolean | null | undefined;
|
|
3637
|
+
payload?: {
|
|
3638
|
+
priceDropPayload?: {
|
|
3639
|
+
value: number;
|
|
3640
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3641
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3642
|
+
roundStep?: number | null | undefined;
|
|
3643
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3644
|
+
maxRounds?: number | null | undefined;
|
|
3645
|
+
} | null | undefined;
|
|
3906
3646
|
} | null | undefined;
|
|
3907
3647
|
targetDate?: Date | null | undefined;
|
|
3908
3648
|
};
|
|
@@ -3913,7 +3653,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3913
3653
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3914
3654
|
targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3915
3655
|
}, "strip", z.ZodTypeAny, {
|
|
3916
|
-
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";
|
|
3656
|
+
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";
|
|
3917
3657
|
id: string;
|
|
3918
3658
|
createdAt: Date;
|
|
3919
3659
|
itemId: number;
|
|
@@ -4130,33 +3870,15 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4130
3870
|
type: "UPDATING";
|
|
4131
3871
|
data: {
|
|
4132
3872
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
price?: number | null | undefined;
|
|
4143
|
-
currency?: string | null | undefined;
|
|
4144
|
-
catalog?: string | null | undefined;
|
|
4145
|
-
catalogId?: number | null | undefined;
|
|
4146
|
-
colors?: string[] | null | undefined;
|
|
4147
|
-
measurementLength?: number | null | undefined;
|
|
4148
|
-
measurementWidth?: number | null | undefined;
|
|
4149
|
-
photoUrls?: string[] | null | undefined;
|
|
4150
|
-
size?: string | null | undefined;
|
|
4151
|
-
isDraft?: boolean | null | undefined;
|
|
4152
|
-
isArchived?: boolean | null | undefined;
|
|
4153
|
-
isUnisex?: boolean | null | undefined;
|
|
4154
|
-
availableQuantity?: number | null | undefined;
|
|
4155
|
-
material?: number[] | null | undefined;
|
|
4156
|
-
manufacturerLabelling?: string | null | undefined;
|
|
4157
|
-
labels?: string[] | null | undefined;
|
|
4158
|
-
isHidden?: boolean | null | undefined;
|
|
4159
|
-
isDeleted?: boolean | null | undefined;
|
|
3873
|
+
payload?: {
|
|
3874
|
+
priceDropPayload?: {
|
|
3875
|
+
value: number;
|
|
3876
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3877
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3878
|
+
roundStep?: number | null | undefined;
|
|
3879
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3880
|
+
maxRounds?: number | null | undefined;
|
|
3881
|
+
} | null | undefined;
|
|
4160
3882
|
} | null | undefined;
|
|
4161
3883
|
targetDate?: Date | null | undefined;
|
|
4162
3884
|
};
|
|
@@ -4166,7 +3888,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4166
3888
|
requestId?: string | null | undefined;
|
|
4167
3889
|
targetHistoryId?: string | null | undefined;
|
|
4168
3890
|
}, {
|
|
4169
|
-
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";
|
|
3891
|
+
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";
|
|
4170
3892
|
id: string;
|
|
4171
3893
|
createdAt: Date;
|
|
4172
3894
|
itemId: number;
|
|
@@ -4383,33 +4105,15 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4383
4105
|
type: "UPDATING";
|
|
4384
4106
|
data: {
|
|
4385
4107
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
price?: number | null | undefined;
|
|
4396
|
-
currency?: string | null | undefined;
|
|
4397
|
-
catalog?: string | null | undefined;
|
|
4398
|
-
catalogId?: number | null | undefined;
|
|
4399
|
-
colors?: string[] | null | undefined;
|
|
4400
|
-
measurementLength?: number | null | undefined;
|
|
4401
|
-
measurementWidth?: number | null | undefined;
|
|
4402
|
-
photoUrls?: string[] | null | undefined;
|
|
4403
|
-
size?: string | null | undefined;
|
|
4404
|
-
isDraft?: boolean | null | undefined;
|
|
4405
|
-
isArchived?: boolean | null | undefined;
|
|
4406
|
-
isUnisex?: boolean | null | undefined;
|
|
4407
|
-
availableQuantity?: number | null | undefined;
|
|
4408
|
-
material?: number[] | null | undefined;
|
|
4409
|
-
manufacturerLabelling?: string | null | undefined;
|
|
4410
|
-
labels?: string[] | null | undefined;
|
|
4411
|
-
isHidden?: boolean | null | undefined;
|
|
4412
|
-
isDeleted?: boolean | null | undefined;
|
|
4108
|
+
payload?: {
|
|
4109
|
+
priceDropPayload?: {
|
|
4110
|
+
value: number;
|
|
4111
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4112
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4113
|
+
roundStep?: number | null | undefined;
|
|
4114
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4115
|
+
maxRounds?: number | null | undefined;
|
|
4116
|
+
} | null | undefined;
|
|
4413
4117
|
} | null | undefined;
|
|
4414
4118
|
targetDate?: Date | null | undefined;
|
|
4415
4119
|
};
|
|
@@ -4535,7 +4239,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4535
4239
|
sellingPlaceId?: number | null | undefined;
|
|
4536
4240
|
feesSum?: number | null | undefined;
|
|
4537
4241
|
lastHistory?: {
|
|
4538
|
-
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";
|
|
4242
|
+
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";
|
|
4539
4243
|
id: string;
|
|
4540
4244
|
createdAt: Date;
|
|
4541
4245
|
itemId: number;
|
|
@@ -4752,33 +4456,15 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4752
4456
|
type: "UPDATING";
|
|
4753
4457
|
data: {
|
|
4754
4458
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
price?: number | null | undefined;
|
|
4765
|
-
currency?: string | null | undefined;
|
|
4766
|
-
catalog?: string | null | undefined;
|
|
4767
|
-
catalogId?: number | null | undefined;
|
|
4768
|
-
colors?: string[] | null | undefined;
|
|
4769
|
-
measurementLength?: number | null | undefined;
|
|
4770
|
-
measurementWidth?: number | null | undefined;
|
|
4771
|
-
photoUrls?: string[] | null | undefined;
|
|
4772
|
-
size?: string | null | undefined;
|
|
4773
|
-
isDraft?: boolean | null | undefined;
|
|
4774
|
-
isArchived?: boolean | null | undefined;
|
|
4775
|
-
isUnisex?: boolean | null | undefined;
|
|
4776
|
-
availableQuantity?: number | null | undefined;
|
|
4777
|
-
material?: number[] | null | undefined;
|
|
4778
|
-
manufacturerLabelling?: string | null | undefined;
|
|
4779
|
-
labels?: string[] | null | undefined;
|
|
4780
|
-
isHidden?: boolean | null | undefined;
|
|
4781
|
-
isDeleted?: boolean | null | undefined;
|
|
4459
|
+
payload?: {
|
|
4460
|
+
priceDropPayload?: {
|
|
4461
|
+
value: number;
|
|
4462
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4463
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4464
|
+
roundStep?: number | null | undefined;
|
|
4465
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4466
|
+
maxRounds?: number | null | undefined;
|
|
4467
|
+
} | null | undefined;
|
|
4782
4468
|
} | null | undefined;
|
|
4783
4469
|
targetDate?: Date | null | undefined;
|
|
4784
4470
|
};
|
|
@@ -4798,7 +4484,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4798
4484
|
enumValue: string;
|
|
4799
4485
|
}[] | null | undefined;
|
|
4800
4486
|
history?: {
|
|
4801
|
-
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";
|
|
4487
|
+
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";
|
|
4802
4488
|
id: string;
|
|
4803
4489
|
createdAt: Date;
|
|
4804
4490
|
itemId: number;
|
|
@@ -5015,33 +4701,15 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
5015
4701
|
type: "UPDATING";
|
|
5016
4702
|
data: {
|
|
5017
4703
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5018
|
-
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
price?: number | null | undefined;
|
|
5028
|
-
currency?: string | null | undefined;
|
|
5029
|
-
catalog?: string | null | undefined;
|
|
5030
|
-
catalogId?: number | null | undefined;
|
|
5031
|
-
colors?: string[] | null | undefined;
|
|
5032
|
-
measurementLength?: number | null | undefined;
|
|
5033
|
-
measurementWidth?: number | null | undefined;
|
|
5034
|
-
photoUrls?: string[] | null | undefined;
|
|
5035
|
-
size?: string | null | undefined;
|
|
5036
|
-
isDraft?: boolean | null | undefined;
|
|
5037
|
-
isArchived?: boolean | null | undefined;
|
|
5038
|
-
isUnisex?: boolean | null | undefined;
|
|
5039
|
-
availableQuantity?: number | null | undefined;
|
|
5040
|
-
material?: number[] | null | undefined;
|
|
5041
|
-
manufacturerLabelling?: string | null | undefined;
|
|
5042
|
-
labels?: string[] | null | undefined;
|
|
5043
|
-
isHidden?: boolean | null | undefined;
|
|
5044
|
-
isDeleted?: boolean | null | undefined;
|
|
4704
|
+
payload?: {
|
|
4705
|
+
priceDropPayload?: {
|
|
4706
|
+
value: number;
|
|
4707
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4708
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4709
|
+
roundStep?: number | null | undefined;
|
|
4710
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4711
|
+
maxRounds?: number | null | undefined;
|
|
4712
|
+
} | null | undefined;
|
|
5045
4713
|
} | null | undefined;
|
|
5046
4714
|
targetDate?: Date | null | undefined;
|
|
5047
4715
|
};
|
|
@@ -5165,7 +4833,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
5165
4833
|
sellingPlaceId?: number | null | undefined;
|
|
5166
4834
|
feesSum?: number | null | undefined;
|
|
5167
4835
|
lastHistory?: {
|
|
5168
|
-
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";
|
|
4836
|
+
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";
|
|
5169
4837
|
id: string;
|
|
5170
4838
|
createdAt: Date;
|
|
5171
4839
|
itemId: number;
|
|
@@ -5382,33 +5050,15 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
5382
5050
|
type: "UPDATING";
|
|
5383
5051
|
data: {
|
|
5384
5052
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
price?: number | null | undefined;
|
|
5395
|
-
currency?: string | null | undefined;
|
|
5396
|
-
catalog?: string | null | undefined;
|
|
5397
|
-
catalogId?: number | null | undefined;
|
|
5398
|
-
colors?: string[] | null | undefined;
|
|
5399
|
-
measurementLength?: number | null | undefined;
|
|
5400
|
-
measurementWidth?: number | null | undefined;
|
|
5401
|
-
photoUrls?: string[] | null | undefined;
|
|
5402
|
-
size?: string | null | undefined;
|
|
5403
|
-
isDraft?: boolean | null | undefined;
|
|
5404
|
-
isArchived?: boolean | null | undefined;
|
|
5405
|
-
isUnisex?: boolean | null | undefined;
|
|
5406
|
-
availableQuantity?: number | null | undefined;
|
|
5407
|
-
material?: number[] | null | undefined;
|
|
5408
|
-
manufacturerLabelling?: string | null | undefined;
|
|
5409
|
-
labels?: string[] | null | undefined;
|
|
5410
|
-
isHidden?: boolean | null | undefined;
|
|
5411
|
-
isDeleted?: boolean | null | undefined;
|
|
5053
|
+
payload?: {
|
|
5054
|
+
priceDropPayload?: {
|
|
5055
|
+
value: number;
|
|
5056
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5057
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5058
|
+
roundStep?: number | null | undefined;
|
|
5059
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5060
|
+
maxRounds?: number | null | undefined;
|
|
5061
|
+
} | null | undefined;
|
|
5412
5062
|
} | null | undefined;
|
|
5413
5063
|
targetDate?: Date | null | undefined;
|
|
5414
5064
|
};
|
|
@@ -5428,7 +5078,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
5428
5078
|
enumValue: string;
|
|
5429
5079
|
}[] | null | undefined;
|
|
5430
5080
|
history?: {
|
|
5431
|
-
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";
|
|
5081
|
+
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";
|
|
5432
5082
|
id: string;
|
|
5433
5083
|
createdAt: Date;
|
|
5434
5084
|
itemId: number;
|
|
@@ -5645,33 +5295,15 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
5645
5295
|
type: "UPDATING";
|
|
5646
5296
|
data: {
|
|
5647
5297
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5648
|
-
|
|
5649
|
-
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
|
|
5656
|
-
|
|
5657
|
-
price?: number | null | undefined;
|
|
5658
|
-
currency?: string | null | undefined;
|
|
5659
|
-
catalog?: string | null | undefined;
|
|
5660
|
-
catalogId?: number | null | undefined;
|
|
5661
|
-
colors?: string[] | null | undefined;
|
|
5662
|
-
measurementLength?: number | null | undefined;
|
|
5663
|
-
measurementWidth?: number | null | undefined;
|
|
5664
|
-
photoUrls?: string[] | null | undefined;
|
|
5665
|
-
size?: string | null | undefined;
|
|
5666
|
-
isDraft?: boolean | null | undefined;
|
|
5667
|
-
isArchived?: boolean | null | undefined;
|
|
5668
|
-
isUnisex?: boolean | null | undefined;
|
|
5669
|
-
availableQuantity?: number | null | undefined;
|
|
5670
|
-
material?: number[] | null | undefined;
|
|
5671
|
-
manufacturerLabelling?: string | null | undefined;
|
|
5672
|
-
labels?: string[] | null | undefined;
|
|
5673
|
-
isHidden?: boolean | null | undefined;
|
|
5674
|
-
isDeleted?: boolean | null | undefined;
|
|
5298
|
+
payload?: {
|
|
5299
|
+
priceDropPayload?: {
|
|
5300
|
+
value: number;
|
|
5301
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5302
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5303
|
+
roundStep?: number | null | undefined;
|
|
5304
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5305
|
+
maxRounds?: number | null | undefined;
|
|
5306
|
+
} | null | undefined;
|
|
5675
5307
|
} | null | undefined;
|
|
5676
5308
|
targetDate?: Date | null | undefined;
|
|
5677
5309
|
};
|