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
|
@@ -214,7 +214,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
214
214
|
lastHistory: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
215
215
|
id: z.ZodString;
|
|
216
216
|
itemId: z.ZodNumber;
|
|
217
|
-
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"]>;
|
|
217
|
+
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"]>;
|
|
218
218
|
data: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
219
219
|
data: z.ZodObject<{
|
|
220
220
|
targetItemHistoryId: z.ZodString;
|
|
@@ -1497,149 +1497,73 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1497
1497
|
}>, z.ZodObject<{
|
|
1498
1498
|
data: z.ZodObject<{
|
|
1499
1499
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1524
|
-
material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
1525
|
-
manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1526
|
-
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1500
|
+
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1501
|
+
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1502
|
+
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
1503
|
+
value: z.ZodNumber;
|
|
1504
|
+
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1505
|
+
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1506
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1507
|
+
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1508
|
+
}, "strip", z.ZodTypeAny, {
|
|
1509
|
+
value: number;
|
|
1510
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1511
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1512
|
+
roundStep?: number | null | undefined;
|
|
1513
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1514
|
+
maxRounds?: number | null | undefined;
|
|
1515
|
+
}, {
|
|
1516
|
+
value: number;
|
|
1517
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1518
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1519
|
+
roundStep?: number | null | undefined;
|
|
1520
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1521
|
+
maxRounds?: number | null | undefined;
|
|
1522
|
+
}>>>;
|
|
1527
1523
|
}, "strip", z.ZodTypeAny, {
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
price?: number | null | undefined;
|
|
1537
|
-
currency?: string | null | undefined;
|
|
1538
|
-
catalog?: string | null | undefined;
|
|
1539
|
-
catalogId?: number | null | undefined;
|
|
1540
|
-
colors?: string[] | null | undefined;
|
|
1541
|
-
measurementLength?: number | null | undefined;
|
|
1542
|
-
measurementWidth?: number | null | undefined;
|
|
1543
|
-
photoUrls?: string[] | null | undefined;
|
|
1544
|
-
size?: string | null | undefined;
|
|
1545
|
-
isDraft?: boolean | null | undefined;
|
|
1546
|
-
isArchived?: boolean | null | undefined;
|
|
1547
|
-
isUnisex?: boolean | null | undefined;
|
|
1548
|
-
availableQuantity?: number | null | undefined;
|
|
1549
|
-
material?: number[] | null | undefined;
|
|
1550
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1551
|
-
labels?: string[] | null | undefined;
|
|
1552
|
-
isHidden?: boolean | null | undefined;
|
|
1553
|
-
isDeleted?: boolean | null | undefined;
|
|
1524
|
+
priceDropPayload?: {
|
|
1525
|
+
value: number;
|
|
1526
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1527
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1528
|
+
roundStep?: number | null | undefined;
|
|
1529
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1530
|
+
maxRounds?: number | null | undefined;
|
|
1531
|
+
} | null | undefined;
|
|
1554
1532
|
}, {
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
price?: number | null | undefined;
|
|
1564
|
-
currency?: string | null | undefined;
|
|
1565
|
-
catalog?: string | null | undefined;
|
|
1566
|
-
catalogId?: number | null | undefined;
|
|
1567
|
-
colors?: string[] | null | undefined;
|
|
1568
|
-
measurementLength?: number | null | undefined;
|
|
1569
|
-
measurementWidth?: number | null | undefined;
|
|
1570
|
-
photoUrls?: string[] | null | undefined;
|
|
1571
|
-
size?: string | null | undefined;
|
|
1572
|
-
isDraft?: boolean | null | undefined;
|
|
1573
|
-
isArchived?: boolean | null | undefined;
|
|
1574
|
-
isUnisex?: boolean | null | undefined;
|
|
1575
|
-
availableQuantity?: number | null | undefined;
|
|
1576
|
-
material?: number[] | null | undefined;
|
|
1577
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1578
|
-
labels?: string[] | null | undefined;
|
|
1579
|
-
isHidden?: boolean | null | undefined;
|
|
1580
|
-
isDeleted?: boolean | null | undefined;
|
|
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;
|
|
1581
1541
|
}>>>;
|
|
1582
1542
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1583
1543
|
}, "strip", z.ZodTypeAny, {
|
|
1584
1544
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
price?: number | null | undefined;
|
|
1595
|
-
currency?: string | null | undefined;
|
|
1596
|
-
catalog?: string | null | undefined;
|
|
1597
|
-
catalogId?: number | null | undefined;
|
|
1598
|
-
colors?: string[] | null | undefined;
|
|
1599
|
-
measurementLength?: number | null | undefined;
|
|
1600
|
-
measurementWidth?: number | null | undefined;
|
|
1601
|
-
photoUrls?: string[] | null | undefined;
|
|
1602
|
-
size?: string | null | undefined;
|
|
1603
|
-
isDraft?: boolean | null | undefined;
|
|
1604
|
-
isArchived?: boolean | null | undefined;
|
|
1605
|
-
isUnisex?: boolean | null | undefined;
|
|
1606
|
-
availableQuantity?: number | null | undefined;
|
|
1607
|
-
material?: number[] | null | undefined;
|
|
1608
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1609
|
-
labels?: string[] | null | undefined;
|
|
1610
|
-
isHidden?: boolean | null | undefined;
|
|
1611
|
-
isDeleted?: boolean | null | undefined;
|
|
1545
|
+
payload?: {
|
|
1546
|
+
priceDropPayload?: {
|
|
1547
|
+
value: number;
|
|
1548
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1549
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1550
|
+
roundStep?: number | null | undefined;
|
|
1551
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1552
|
+
maxRounds?: number | null | undefined;
|
|
1553
|
+
} | null | undefined;
|
|
1612
1554
|
} | null | undefined;
|
|
1613
1555
|
targetDate?: Date | null | undefined;
|
|
1614
1556
|
}, {
|
|
1615
1557
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
price?: number | null | undefined;
|
|
1626
|
-
currency?: string | null | undefined;
|
|
1627
|
-
catalog?: string | null | undefined;
|
|
1628
|
-
catalogId?: number | null | undefined;
|
|
1629
|
-
colors?: string[] | null | undefined;
|
|
1630
|
-
measurementLength?: number | null | undefined;
|
|
1631
|
-
measurementWidth?: number | null | undefined;
|
|
1632
|
-
photoUrls?: string[] | null | undefined;
|
|
1633
|
-
size?: string | null | undefined;
|
|
1634
|
-
isDraft?: boolean | null | undefined;
|
|
1635
|
-
isArchived?: boolean | null | undefined;
|
|
1636
|
-
isUnisex?: boolean | null | undefined;
|
|
1637
|
-
availableQuantity?: number | null | undefined;
|
|
1638
|
-
material?: number[] | null | undefined;
|
|
1639
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1640
|
-
labels?: string[] | null | undefined;
|
|
1641
|
-
isHidden?: boolean | null | undefined;
|
|
1642
|
-
isDeleted?: boolean | null | undefined;
|
|
1558
|
+
payload?: {
|
|
1559
|
+
priceDropPayload?: {
|
|
1560
|
+
value: number;
|
|
1561
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1562
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1563
|
+
roundStep?: number | null | undefined;
|
|
1564
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1565
|
+
maxRounds?: number | null | undefined;
|
|
1566
|
+
} | null | undefined;
|
|
1643
1567
|
} | null | undefined;
|
|
1644
1568
|
targetDate?: Date | null | undefined;
|
|
1645
1569
|
}>;
|
|
@@ -1648,33 +1572,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1648
1572
|
type: "UPDATING";
|
|
1649
1573
|
data: {
|
|
1650
1574
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
price?: number | null | undefined;
|
|
1661
|
-
currency?: string | null | undefined;
|
|
1662
|
-
catalog?: string | null | undefined;
|
|
1663
|
-
catalogId?: number | null | undefined;
|
|
1664
|
-
colors?: string[] | null | undefined;
|
|
1665
|
-
measurementLength?: number | null | undefined;
|
|
1666
|
-
measurementWidth?: number | null | undefined;
|
|
1667
|
-
photoUrls?: string[] | null | undefined;
|
|
1668
|
-
size?: string | null | undefined;
|
|
1669
|
-
isDraft?: boolean | null | undefined;
|
|
1670
|
-
isArchived?: boolean | null | undefined;
|
|
1671
|
-
isUnisex?: boolean | null | undefined;
|
|
1672
|
-
availableQuantity?: number | null | undefined;
|
|
1673
|
-
material?: number[] | null | undefined;
|
|
1674
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1675
|
-
labels?: string[] | null | undefined;
|
|
1676
|
-
isHidden?: boolean | null | undefined;
|
|
1677
|
-
isDeleted?: boolean | null | undefined;
|
|
1575
|
+
payload?: {
|
|
1576
|
+
priceDropPayload?: {
|
|
1577
|
+
value: number;
|
|
1578
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1579
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1580
|
+
roundStep?: number | null | undefined;
|
|
1581
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1582
|
+
maxRounds?: number | null | undefined;
|
|
1583
|
+
} | null | undefined;
|
|
1678
1584
|
} | null | undefined;
|
|
1679
1585
|
targetDate?: Date | null | undefined;
|
|
1680
1586
|
};
|
|
@@ -1682,33 +1588,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1682
1588
|
type: "UPDATING";
|
|
1683
1589
|
data: {
|
|
1684
1590
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
price?: number | null | undefined;
|
|
1695
|
-
currency?: string | null | undefined;
|
|
1696
|
-
catalog?: string | null | undefined;
|
|
1697
|
-
catalogId?: number | null | undefined;
|
|
1698
|
-
colors?: string[] | null | undefined;
|
|
1699
|
-
measurementLength?: number | null | undefined;
|
|
1700
|
-
measurementWidth?: number | null | undefined;
|
|
1701
|
-
photoUrls?: string[] | null | undefined;
|
|
1702
|
-
size?: string | null | undefined;
|
|
1703
|
-
isDraft?: boolean | null | undefined;
|
|
1704
|
-
isArchived?: boolean | null | undefined;
|
|
1705
|
-
isUnisex?: boolean | null | undefined;
|
|
1706
|
-
availableQuantity?: number | null | undefined;
|
|
1707
|
-
material?: number[] | null | undefined;
|
|
1708
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1709
|
-
labels?: string[] | null | undefined;
|
|
1710
|
-
isHidden?: boolean | null | undefined;
|
|
1711
|
-
isDeleted?: boolean | null | undefined;
|
|
1591
|
+
payload?: {
|
|
1592
|
+
priceDropPayload?: {
|
|
1593
|
+
value: number;
|
|
1594
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1595
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1596
|
+
roundStep?: number | null | undefined;
|
|
1597
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1598
|
+
maxRounds?: number | null | undefined;
|
|
1599
|
+
} | null | undefined;
|
|
1712
1600
|
} | null | undefined;
|
|
1713
1601
|
targetDate?: Date | null | undefined;
|
|
1714
1602
|
};
|
|
@@ -1719,7 +1607,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1719
1607
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1720
1608
|
targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1721
1609
|
}, "strip", z.ZodTypeAny, {
|
|
1722
|
-
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";
|
|
1610
|
+
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";
|
|
1723
1611
|
id: string;
|
|
1724
1612
|
createdAt: Date;
|
|
1725
1613
|
itemId: number;
|
|
@@ -1936,33 +1824,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1936
1824
|
type: "UPDATING";
|
|
1937
1825
|
data: {
|
|
1938
1826
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
price?: number | null | undefined;
|
|
1949
|
-
currency?: string | null | undefined;
|
|
1950
|
-
catalog?: string | null | undefined;
|
|
1951
|
-
catalogId?: number | null | undefined;
|
|
1952
|
-
colors?: string[] | null | undefined;
|
|
1953
|
-
measurementLength?: number | null | undefined;
|
|
1954
|
-
measurementWidth?: number | null | undefined;
|
|
1955
|
-
photoUrls?: string[] | null | undefined;
|
|
1956
|
-
size?: string | null | undefined;
|
|
1957
|
-
isDraft?: boolean | null | undefined;
|
|
1958
|
-
isArchived?: boolean | null | undefined;
|
|
1959
|
-
isUnisex?: boolean | null | undefined;
|
|
1960
|
-
availableQuantity?: number | null | undefined;
|
|
1961
|
-
material?: number[] | null | undefined;
|
|
1962
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1963
|
-
labels?: string[] | null | undefined;
|
|
1964
|
-
isHidden?: boolean | null | undefined;
|
|
1965
|
-
isDeleted?: boolean | null | undefined;
|
|
1827
|
+
payload?: {
|
|
1828
|
+
priceDropPayload?: {
|
|
1829
|
+
value: number;
|
|
1830
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1831
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1832
|
+
roundStep?: number | null | undefined;
|
|
1833
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1834
|
+
maxRounds?: number | null | undefined;
|
|
1835
|
+
} | null | undefined;
|
|
1966
1836
|
} | null | undefined;
|
|
1967
1837
|
targetDate?: Date | null | undefined;
|
|
1968
1838
|
};
|
|
@@ -1972,7 +1842,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1972
1842
|
requestId?: string | null | undefined;
|
|
1973
1843
|
targetHistoryId?: string | null | undefined;
|
|
1974
1844
|
}, {
|
|
1975
|
-
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";
|
|
1845
|
+
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";
|
|
1976
1846
|
id: string;
|
|
1977
1847
|
createdAt: Date;
|
|
1978
1848
|
itemId: number;
|
|
@@ -2189,33 +2059,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2189
2059
|
type: "UPDATING";
|
|
2190
2060
|
data: {
|
|
2191
2061
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
price?: number | null | undefined;
|
|
2202
|
-
currency?: string | null | undefined;
|
|
2203
|
-
catalog?: string | null | undefined;
|
|
2204
|
-
catalogId?: number | null | undefined;
|
|
2205
|
-
colors?: string[] | null | undefined;
|
|
2206
|
-
measurementLength?: number | null | undefined;
|
|
2207
|
-
measurementWidth?: number | null | undefined;
|
|
2208
|
-
photoUrls?: string[] | null | undefined;
|
|
2209
|
-
size?: string | null | undefined;
|
|
2210
|
-
isDraft?: boolean | null | undefined;
|
|
2211
|
-
isArchived?: boolean | null | undefined;
|
|
2212
|
-
isUnisex?: boolean | null | undefined;
|
|
2213
|
-
availableQuantity?: number | null | undefined;
|
|
2214
|
-
material?: number[] | null | undefined;
|
|
2215
|
-
manufacturerLabelling?: string | null | undefined;
|
|
2216
|
-
labels?: string[] | null | undefined;
|
|
2217
|
-
isHidden?: boolean | null | undefined;
|
|
2218
|
-
isDeleted?: boolean | null | undefined;
|
|
2062
|
+
payload?: {
|
|
2063
|
+
priceDropPayload?: {
|
|
2064
|
+
value: number;
|
|
2065
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2066
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2067
|
+
roundStep?: number | null | undefined;
|
|
2068
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2069
|
+
maxRounds?: number | null | undefined;
|
|
2070
|
+
} | null | undefined;
|
|
2219
2071
|
} | null | undefined;
|
|
2220
2072
|
targetDate?: Date | null | undefined;
|
|
2221
2073
|
};
|
|
@@ -2409,7 +2261,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2409
2261
|
history: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2410
2262
|
id: z.ZodString;
|
|
2411
2263
|
itemId: z.ZodNumber;
|
|
2412
|
-
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"]>;
|
|
2264
|
+
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"]>;
|
|
2413
2265
|
data: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2414
2266
|
data: z.ZodObject<{
|
|
2415
2267
|
targetItemHistoryId: z.ZodString;
|
|
@@ -3692,149 +3544,73 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3692
3544
|
}>, z.ZodObject<{
|
|
3693
3545
|
data: z.ZodObject<{
|
|
3694
3546
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3719
|
-
material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
3720
|
-
manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3721
|
-
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3547
|
+
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3548
|
+
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3549
|
+
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
3550
|
+
value: z.ZodNumber;
|
|
3551
|
+
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
3552
|
+
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3553
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
3554
|
+
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3555
|
+
}, "strip", z.ZodTypeAny, {
|
|
3556
|
+
value: number;
|
|
3557
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3558
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3559
|
+
roundStep?: number | null | undefined;
|
|
3560
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3561
|
+
maxRounds?: number | null | undefined;
|
|
3562
|
+
}, {
|
|
3563
|
+
value: number;
|
|
3564
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3565
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3566
|
+
roundStep?: number | null | undefined;
|
|
3567
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3568
|
+
maxRounds?: number | null | undefined;
|
|
3569
|
+
}>>>;
|
|
3722
3570
|
}, "strip", z.ZodTypeAny, {
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
price?: number | null | undefined;
|
|
3732
|
-
currency?: string | null | undefined;
|
|
3733
|
-
catalog?: string | null | undefined;
|
|
3734
|
-
catalogId?: number | null | undefined;
|
|
3735
|
-
colors?: string[] | null | undefined;
|
|
3736
|
-
measurementLength?: number | null | undefined;
|
|
3737
|
-
measurementWidth?: number | null | undefined;
|
|
3738
|
-
photoUrls?: string[] | null | undefined;
|
|
3739
|
-
size?: string | null | undefined;
|
|
3740
|
-
isDraft?: boolean | null | undefined;
|
|
3741
|
-
isArchived?: boolean | null | undefined;
|
|
3742
|
-
isUnisex?: boolean | null | undefined;
|
|
3743
|
-
availableQuantity?: number | null | undefined;
|
|
3744
|
-
material?: number[] | null | undefined;
|
|
3745
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3746
|
-
labels?: string[] | null | undefined;
|
|
3747
|
-
isHidden?: boolean | null | undefined;
|
|
3748
|
-
isDeleted?: boolean | null | undefined;
|
|
3571
|
+
priceDropPayload?: {
|
|
3572
|
+
value: number;
|
|
3573
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3574
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3575
|
+
roundStep?: number | null | undefined;
|
|
3576
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3577
|
+
maxRounds?: number | null | undefined;
|
|
3578
|
+
} | null | undefined;
|
|
3749
3579
|
}, {
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
price?: number | null | undefined;
|
|
3759
|
-
currency?: string | null | undefined;
|
|
3760
|
-
catalog?: string | null | undefined;
|
|
3761
|
-
catalogId?: number | null | undefined;
|
|
3762
|
-
colors?: string[] | null | undefined;
|
|
3763
|
-
measurementLength?: number | null | undefined;
|
|
3764
|
-
measurementWidth?: number | null | undefined;
|
|
3765
|
-
photoUrls?: string[] | null | undefined;
|
|
3766
|
-
size?: string | null | undefined;
|
|
3767
|
-
isDraft?: boolean | null | undefined;
|
|
3768
|
-
isArchived?: boolean | null | undefined;
|
|
3769
|
-
isUnisex?: boolean | null | undefined;
|
|
3770
|
-
availableQuantity?: number | null | undefined;
|
|
3771
|
-
material?: number[] | null | undefined;
|
|
3772
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3773
|
-
labels?: string[] | null | undefined;
|
|
3774
|
-
isHidden?: boolean | null | undefined;
|
|
3775
|
-
isDeleted?: boolean | null | undefined;
|
|
3580
|
+
priceDropPayload?: {
|
|
3581
|
+
value: number;
|
|
3582
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3583
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3584
|
+
roundStep?: number | null | undefined;
|
|
3585
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3586
|
+
maxRounds?: number | null | undefined;
|
|
3587
|
+
} | null | undefined;
|
|
3776
3588
|
}>>>;
|
|
3777
3589
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
3778
3590
|
}, "strip", z.ZodTypeAny, {
|
|
3779
3591
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
price?: number | null | undefined;
|
|
3790
|
-
currency?: string | null | undefined;
|
|
3791
|
-
catalog?: string | null | undefined;
|
|
3792
|
-
catalogId?: number | null | undefined;
|
|
3793
|
-
colors?: string[] | null | undefined;
|
|
3794
|
-
measurementLength?: number | null | undefined;
|
|
3795
|
-
measurementWidth?: number | null | undefined;
|
|
3796
|
-
photoUrls?: string[] | null | undefined;
|
|
3797
|
-
size?: string | null | undefined;
|
|
3798
|
-
isDraft?: boolean | null | undefined;
|
|
3799
|
-
isArchived?: boolean | null | undefined;
|
|
3800
|
-
isUnisex?: boolean | null | undefined;
|
|
3801
|
-
availableQuantity?: number | null | undefined;
|
|
3802
|
-
material?: number[] | null | undefined;
|
|
3803
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3804
|
-
labels?: string[] | null | undefined;
|
|
3805
|
-
isHidden?: boolean | null | undefined;
|
|
3806
|
-
isDeleted?: boolean | null | undefined;
|
|
3592
|
+
payload?: {
|
|
3593
|
+
priceDropPayload?: {
|
|
3594
|
+
value: number;
|
|
3595
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3596
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3597
|
+
roundStep?: number | null | undefined;
|
|
3598
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3599
|
+
maxRounds?: number | null | undefined;
|
|
3600
|
+
} | null | undefined;
|
|
3807
3601
|
} | null | undefined;
|
|
3808
3602
|
targetDate?: Date | null | undefined;
|
|
3809
3603
|
}, {
|
|
3810
3604
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
price?: number | null | undefined;
|
|
3821
|
-
currency?: string | null | undefined;
|
|
3822
|
-
catalog?: string | null | undefined;
|
|
3823
|
-
catalogId?: number | null | undefined;
|
|
3824
|
-
colors?: string[] | null | undefined;
|
|
3825
|
-
measurementLength?: number | null | undefined;
|
|
3826
|
-
measurementWidth?: number | null | undefined;
|
|
3827
|
-
photoUrls?: string[] | null | undefined;
|
|
3828
|
-
size?: string | null | undefined;
|
|
3829
|
-
isDraft?: boolean | null | undefined;
|
|
3830
|
-
isArchived?: boolean | null | undefined;
|
|
3831
|
-
isUnisex?: boolean | null | undefined;
|
|
3832
|
-
availableQuantity?: number | null | undefined;
|
|
3833
|
-
material?: number[] | null | undefined;
|
|
3834
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3835
|
-
labels?: string[] | null | undefined;
|
|
3836
|
-
isHidden?: boolean | null | undefined;
|
|
3837
|
-
isDeleted?: boolean | null | undefined;
|
|
3605
|
+
payload?: {
|
|
3606
|
+
priceDropPayload?: {
|
|
3607
|
+
value: number;
|
|
3608
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3609
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3610
|
+
roundStep?: number | null | undefined;
|
|
3611
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3612
|
+
maxRounds?: number | null | undefined;
|
|
3613
|
+
} | null | undefined;
|
|
3838
3614
|
} | null | undefined;
|
|
3839
3615
|
targetDate?: Date | null | undefined;
|
|
3840
3616
|
}>;
|
|
@@ -3843,33 +3619,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3843
3619
|
type: "UPDATING";
|
|
3844
3620
|
data: {
|
|
3845
3621
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
price?: number | null | undefined;
|
|
3856
|
-
currency?: string | null | undefined;
|
|
3857
|
-
catalog?: string | null | undefined;
|
|
3858
|
-
catalogId?: number | null | undefined;
|
|
3859
|
-
colors?: string[] | null | undefined;
|
|
3860
|
-
measurementLength?: number | null | undefined;
|
|
3861
|
-
measurementWidth?: number | null | undefined;
|
|
3862
|
-
photoUrls?: string[] | null | undefined;
|
|
3863
|
-
size?: string | null | undefined;
|
|
3864
|
-
isDraft?: boolean | null | undefined;
|
|
3865
|
-
isArchived?: boolean | null | undefined;
|
|
3866
|
-
isUnisex?: boolean | null | undefined;
|
|
3867
|
-
availableQuantity?: number | null | undefined;
|
|
3868
|
-
material?: number[] | null | undefined;
|
|
3869
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3870
|
-
labels?: string[] | null | undefined;
|
|
3871
|
-
isHidden?: boolean | null | undefined;
|
|
3872
|
-
isDeleted?: boolean | null | undefined;
|
|
3622
|
+
payload?: {
|
|
3623
|
+
priceDropPayload?: {
|
|
3624
|
+
value: number;
|
|
3625
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3626
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3627
|
+
roundStep?: number | null | undefined;
|
|
3628
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3629
|
+
maxRounds?: number | null | undefined;
|
|
3630
|
+
} | null | undefined;
|
|
3873
3631
|
} | null | undefined;
|
|
3874
3632
|
targetDate?: Date | null | undefined;
|
|
3875
3633
|
};
|
|
@@ -3877,33 +3635,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3877
3635
|
type: "UPDATING";
|
|
3878
3636
|
data: {
|
|
3879
3637
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
price?: number | null | undefined;
|
|
3890
|
-
currency?: string | null | undefined;
|
|
3891
|
-
catalog?: string | null | undefined;
|
|
3892
|
-
catalogId?: number | null | undefined;
|
|
3893
|
-
colors?: string[] | null | undefined;
|
|
3894
|
-
measurementLength?: number | null | undefined;
|
|
3895
|
-
measurementWidth?: number | null | undefined;
|
|
3896
|
-
photoUrls?: string[] | null | undefined;
|
|
3897
|
-
size?: string | null | undefined;
|
|
3898
|
-
isDraft?: boolean | null | undefined;
|
|
3899
|
-
isArchived?: boolean | null | undefined;
|
|
3900
|
-
isUnisex?: boolean | null | undefined;
|
|
3901
|
-
availableQuantity?: number | null | undefined;
|
|
3902
|
-
material?: number[] | null | undefined;
|
|
3903
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3904
|
-
labels?: string[] | null | undefined;
|
|
3905
|
-
isHidden?: boolean | null | undefined;
|
|
3906
|
-
isDeleted?: boolean | null | undefined;
|
|
3638
|
+
payload?: {
|
|
3639
|
+
priceDropPayload?: {
|
|
3640
|
+
value: number;
|
|
3641
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3642
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3643
|
+
roundStep?: number | null | undefined;
|
|
3644
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3645
|
+
maxRounds?: number | null | undefined;
|
|
3646
|
+
} | null | undefined;
|
|
3907
3647
|
} | null | undefined;
|
|
3908
3648
|
targetDate?: Date | null | undefined;
|
|
3909
3649
|
};
|
|
@@ -3914,7 +3654,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3914
3654
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3915
3655
|
targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3916
3656
|
}, "strip", z.ZodTypeAny, {
|
|
3917
|
-
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";
|
|
3657
|
+
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";
|
|
3918
3658
|
id: string;
|
|
3919
3659
|
createdAt: Date;
|
|
3920
3660
|
itemId: number;
|
|
@@ -4131,33 +3871,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4131
3871
|
type: "UPDATING";
|
|
4132
3872
|
data: {
|
|
4133
3873
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
price?: number | null | undefined;
|
|
4144
|
-
currency?: string | null | undefined;
|
|
4145
|
-
catalog?: string | null | undefined;
|
|
4146
|
-
catalogId?: number | null | undefined;
|
|
4147
|
-
colors?: string[] | null | undefined;
|
|
4148
|
-
measurementLength?: number | null | undefined;
|
|
4149
|
-
measurementWidth?: number | null | undefined;
|
|
4150
|
-
photoUrls?: string[] | null | undefined;
|
|
4151
|
-
size?: string | null | undefined;
|
|
4152
|
-
isDraft?: boolean | null | undefined;
|
|
4153
|
-
isArchived?: boolean | null | undefined;
|
|
4154
|
-
isUnisex?: boolean | null | undefined;
|
|
4155
|
-
availableQuantity?: number | null | undefined;
|
|
4156
|
-
material?: number[] | null | undefined;
|
|
4157
|
-
manufacturerLabelling?: string | null | undefined;
|
|
4158
|
-
labels?: string[] | null | undefined;
|
|
4159
|
-
isHidden?: boolean | null | undefined;
|
|
4160
|
-
isDeleted?: boolean | null | undefined;
|
|
3874
|
+
payload?: {
|
|
3875
|
+
priceDropPayload?: {
|
|
3876
|
+
value: number;
|
|
3877
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3878
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3879
|
+
roundStep?: number | null | undefined;
|
|
3880
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3881
|
+
maxRounds?: number | null | undefined;
|
|
3882
|
+
} | null | undefined;
|
|
4161
3883
|
} | null | undefined;
|
|
4162
3884
|
targetDate?: Date | null | undefined;
|
|
4163
3885
|
};
|
|
@@ -4167,7 +3889,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4167
3889
|
requestId?: string | null | undefined;
|
|
4168
3890
|
targetHistoryId?: string | null | undefined;
|
|
4169
3891
|
}, {
|
|
4170
|
-
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";
|
|
3892
|
+
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";
|
|
4171
3893
|
id: string;
|
|
4172
3894
|
createdAt: Date;
|
|
4173
3895
|
itemId: number;
|
|
@@ -4384,33 +4106,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4384
4106
|
type: "UPDATING";
|
|
4385
4107
|
data: {
|
|
4386
4108
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
price?: number | null | undefined;
|
|
4397
|
-
currency?: string | null | undefined;
|
|
4398
|
-
catalog?: string | null | undefined;
|
|
4399
|
-
catalogId?: number | null | undefined;
|
|
4400
|
-
colors?: string[] | null | undefined;
|
|
4401
|
-
measurementLength?: number | null | undefined;
|
|
4402
|
-
measurementWidth?: number | null | undefined;
|
|
4403
|
-
photoUrls?: string[] | null | undefined;
|
|
4404
|
-
size?: string | null | undefined;
|
|
4405
|
-
isDraft?: boolean | null | undefined;
|
|
4406
|
-
isArchived?: boolean | null | undefined;
|
|
4407
|
-
isUnisex?: boolean | null | undefined;
|
|
4408
|
-
availableQuantity?: number | null | undefined;
|
|
4409
|
-
material?: number[] | null | undefined;
|
|
4410
|
-
manufacturerLabelling?: string | null | undefined;
|
|
4411
|
-
labels?: string[] | null | undefined;
|
|
4412
|
-
isHidden?: boolean | null | undefined;
|
|
4413
|
-
isDeleted?: boolean | null | undefined;
|
|
4109
|
+
payload?: {
|
|
4110
|
+
priceDropPayload?: {
|
|
4111
|
+
value: number;
|
|
4112
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4113
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4114
|
+
roundStep?: number | null | undefined;
|
|
4115
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4116
|
+
maxRounds?: number | null | undefined;
|
|
4117
|
+
} | null | undefined;
|
|
4414
4118
|
} | null | undefined;
|
|
4415
4119
|
targetDate?: Date | null | undefined;
|
|
4416
4120
|
};
|
|
@@ -4536,7 +4240,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4536
4240
|
sellingPlaceId?: number | null | undefined;
|
|
4537
4241
|
feesSum?: number | null | undefined;
|
|
4538
4242
|
lastHistory?: {
|
|
4539
|
-
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";
|
|
4243
|
+
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";
|
|
4540
4244
|
id: string;
|
|
4541
4245
|
createdAt: Date;
|
|
4542
4246
|
itemId: number;
|
|
@@ -4753,33 +4457,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4753
4457
|
type: "UPDATING";
|
|
4754
4458
|
data: {
|
|
4755
4459
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4756
|
-
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
|
|
4765
|
-
price?: number | null | undefined;
|
|
4766
|
-
currency?: string | null | undefined;
|
|
4767
|
-
catalog?: string | null | undefined;
|
|
4768
|
-
catalogId?: number | null | undefined;
|
|
4769
|
-
colors?: string[] | null | undefined;
|
|
4770
|
-
measurementLength?: number | null | undefined;
|
|
4771
|
-
measurementWidth?: number | null | undefined;
|
|
4772
|
-
photoUrls?: string[] | null | undefined;
|
|
4773
|
-
size?: string | null | undefined;
|
|
4774
|
-
isDraft?: boolean | null | undefined;
|
|
4775
|
-
isArchived?: boolean | null | undefined;
|
|
4776
|
-
isUnisex?: boolean | null | undefined;
|
|
4777
|
-
availableQuantity?: number | null | undefined;
|
|
4778
|
-
material?: number[] | null | undefined;
|
|
4779
|
-
manufacturerLabelling?: string | null | undefined;
|
|
4780
|
-
labels?: string[] | null | undefined;
|
|
4781
|
-
isHidden?: boolean | null | undefined;
|
|
4782
|
-
isDeleted?: boolean | null | undefined;
|
|
4460
|
+
payload?: {
|
|
4461
|
+
priceDropPayload?: {
|
|
4462
|
+
value: number;
|
|
4463
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4464
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4465
|
+
roundStep?: number | null | undefined;
|
|
4466
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4467
|
+
maxRounds?: number | null | undefined;
|
|
4468
|
+
} | null | undefined;
|
|
4783
4469
|
} | null | undefined;
|
|
4784
4470
|
targetDate?: Date | null | undefined;
|
|
4785
4471
|
};
|
|
@@ -4799,7 +4485,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4799
4485
|
enumValue: string;
|
|
4800
4486
|
}[] | null | undefined;
|
|
4801
4487
|
history?: {
|
|
4802
|
-
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";
|
|
4488
|
+
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";
|
|
4803
4489
|
id: string;
|
|
4804
4490
|
createdAt: Date;
|
|
4805
4491
|
itemId: number;
|
|
@@ -5016,33 +4702,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5016
4702
|
type: "UPDATING";
|
|
5017
4703
|
data: {
|
|
5018
4704
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
price?: number | null | undefined;
|
|
5029
|
-
currency?: string | null | undefined;
|
|
5030
|
-
catalog?: string | null | undefined;
|
|
5031
|
-
catalogId?: number | null | undefined;
|
|
5032
|
-
colors?: string[] | null | undefined;
|
|
5033
|
-
measurementLength?: number | null | undefined;
|
|
5034
|
-
measurementWidth?: number | null | undefined;
|
|
5035
|
-
photoUrls?: string[] | null | undefined;
|
|
5036
|
-
size?: string | null | undefined;
|
|
5037
|
-
isDraft?: boolean | null | undefined;
|
|
5038
|
-
isArchived?: boolean | null | undefined;
|
|
5039
|
-
isUnisex?: boolean | null | undefined;
|
|
5040
|
-
availableQuantity?: number | null | undefined;
|
|
5041
|
-
material?: number[] | null | undefined;
|
|
5042
|
-
manufacturerLabelling?: string | null | undefined;
|
|
5043
|
-
labels?: string[] | null | undefined;
|
|
5044
|
-
isHidden?: boolean | null | undefined;
|
|
5045
|
-
isDeleted?: boolean | null | undefined;
|
|
4705
|
+
payload?: {
|
|
4706
|
+
priceDropPayload?: {
|
|
4707
|
+
value: number;
|
|
4708
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4709
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4710
|
+
roundStep?: number | null | undefined;
|
|
4711
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4712
|
+
maxRounds?: number | null | undefined;
|
|
4713
|
+
} | null | undefined;
|
|
5046
4714
|
} | null | undefined;
|
|
5047
4715
|
targetDate?: Date | null | undefined;
|
|
5048
4716
|
};
|
|
@@ -5166,7 +4834,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5166
4834
|
sellingPlaceId?: number | null | undefined;
|
|
5167
4835
|
feesSum?: number | null | undefined;
|
|
5168
4836
|
lastHistory?: {
|
|
5169
|
-
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";
|
|
4837
|
+
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";
|
|
5170
4838
|
id: string;
|
|
5171
4839
|
createdAt: Date;
|
|
5172
4840
|
itemId: number;
|
|
@@ -5383,33 +5051,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5383
5051
|
type: "UPDATING";
|
|
5384
5052
|
data: {
|
|
5385
5053
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
price?: number | null | undefined;
|
|
5396
|
-
currency?: string | null | undefined;
|
|
5397
|
-
catalog?: string | null | undefined;
|
|
5398
|
-
catalogId?: number | null | undefined;
|
|
5399
|
-
colors?: string[] | null | undefined;
|
|
5400
|
-
measurementLength?: number | null | undefined;
|
|
5401
|
-
measurementWidth?: number | null | undefined;
|
|
5402
|
-
photoUrls?: string[] | null | undefined;
|
|
5403
|
-
size?: string | null | undefined;
|
|
5404
|
-
isDraft?: boolean | null | undefined;
|
|
5405
|
-
isArchived?: boolean | null | undefined;
|
|
5406
|
-
isUnisex?: boolean | null | undefined;
|
|
5407
|
-
availableQuantity?: number | null | undefined;
|
|
5408
|
-
material?: number[] | null | undefined;
|
|
5409
|
-
manufacturerLabelling?: string | null | undefined;
|
|
5410
|
-
labels?: string[] | null | undefined;
|
|
5411
|
-
isHidden?: boolean | null | undefined;
|
|
5412
|
-
isDeleted?: boolean | null | undefined;
|
|
5054
|
+
payload?: {
|
|
5055
|
+
priceDropPayload?: {
|
|
5056
|
+
value: number;
|
|
5057
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5058
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5059
|
+
roundStep?: number | null | undefined;
|
|
5060
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5061
|
+
maxRounds?: number | null | undefined;
|
|
5062
|
+
} | null | undefined;
|
|
5413
5063
|
} | null | undefined;
|
|
5414
5064
|
targetDate?: Date | null | undefined;
|
|
5415
5065
|
};
|
|
@@ -5429,7 +5079,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5429
5079
|
enumValue: string;
|
|
5430
5080
|
}[] | null | undefined;
|
|
5431
5081
|
history?: {
|
|
5432
|
-
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";
|
|
5082
|
+
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";
|
|
5433
5083
|
id: string;
|
|
5434
5084
|
createdAt: Date;
|
|
5435
5085
|
itemId: number;
|
|
@@ -5646,33 +5296,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5646
5296
|
type: "UPDATING";
|
|
5647
5297
|
data: {
|
|
5648
5298
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5649
|
-
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
|
|
5656
|
-
|
|
5657
|
-
|
|
5658
|
-
price?: number | null | undefined;
|
|
5659
|
-
currency?: string | null | undefined;
|
|
5660
|
-
catalog?: string | null | undefined;
|
|
5661
|
-
catalogId?: number | null | undefined;
|
|
5662
|
-
colors?: string[] | null | undefined;
|
|
5663
|
-
measurementLength?: number | null | undefined;
|
|
5664
|
-
measurementWidth?: number | null | undefined;
|
|
5665
|
-
photoUrls?: string[] | null | undefined;
|
|
5666
|
-
size?: string | null | undefined;
|
|
5667
|
-
isDraft?: boolean | null | undefined;
|
|
5668
|
-
isArchived?: boolean | null | undefined;
|
|
5669
|
-
isUnisex?: boolean | null | undefined;
|
|
5670
|
-
availableQuantity?: number | null | undefined;
|
|
5671
|
-
material?: number[] | null | undefined;
|
|
5672
|
-
manufacturerLabelling?: string | null | undefined;
|
|
5673
|
-
labels?: string[] | null | undefined;
|
|
5674
|
-
isHidden?: boolean | null | undefined;
|
|
5675
|
-
isDeleted?: boolean | null | undefined;
|
|
5299
|
+
payload?: {
|
|
5300
|
+
priceDropPayload?: {
|
|
5301
|
+
value: number;
|
|
5302
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5303
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5304
|
+
roundStep?: number | null | undefined;
|
|
5305
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5306
|
+
maxRounds?: number | null | undefined;
|
|
5307
|
+
} | null | undefined;
|
|
5676
5308
|
} | null | undefined;
|
|
5677
5309
|
targetDate?: Date | null | undefined;
|
|
5678
5310
|
};
|
|
@@ -5823,7 +5455,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5823
5455
|
sellingPlaceId?: number | null | undefined;
|
|
5824
5456
|
feesSum?: number | null | undefined;
|
|
5825
5457
|
lastHistory?: {
|
|
5826
|
-
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";
|
|
5458
|
+
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";
|
|
5827
5459
|
id: string;
|
|
5828
5460
|
createdAt: Date;
|
|
5829
5461
|
itemId: number;
|
|
@@ -6040,33 +5672,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
6040
5672
|
type: "UPDATING";
|
|
6041
5673
|
data: {
|
|
6042
5674
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6043
|
-
|
|
6044
|
-
|
|
6045
|
-
|
|
6046
|
-
|
|
6047
|
-
|
|
6048
|
-
|
|
6049
|
-
|
|
6050
|
-
|
|
6051
|
-
|
|
6052
|
-
price?: number | null | undefined;
|
|
6053
|
-
currency?: string | null | undefined;
|
|
6054
|
-
catalog?: string | null | undefined;
|
|
6055
|
-
catalogId?: number | null | undefined;
|
|
6056
|
-
colors?: string[] | null | undefined;
|
|
6057
|
-
measurementLength?: number | null | undefined;
|
|
6058
|
-
measurementWidth?: number | null | undefined;
|
|
6059
|
-
photoUrls?: string[] | null | undefined;
|
|
6060
|
-
size?: string | null | undefined;
|
|
6061
|
-
isDraft?: boolean | null | undefined;
|
|
6062
|
-
isArchived?: boolean | null | undefined;
|
|
6063
|
-
isUnisex?: boolean | null | undefined;
|
|
6064
|
-
availableQuantity?: number | null | undefined;
|
|
6065
|
-
material?: number[] | null | undefined;
|
|
6066
|
-
manufacturerLabelling?: string | null | undefined;
|
|
6067
|
-
labels?: string[] | null | undefined;
|
|
6068
|
-
isHidden?: boolean | null | undefined;
|
|
6069
|
-
isDeleted?: boolean | null | undefined;
|
|
5675
|
+
payload?: {
|
|
5676
|
+
priceDropPayload?: {
|
|
5677
|
+
value: number;
|
|
5678
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5679
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5680
|
+
roundStep?: number | null | undefined;
|
|
5681
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5682
|
+
maxRounds?: number | null | undefined;
|
|
5683
|
+
} | null | undefined;
|
|
6070
5684
|
} | null | undefined;
|
|
6071
5685
|
targetDate?: Date | null | undefined;
|
|
6072
5686
|
};
|
|
@@ -6086,7 +5700,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
6086
5700
|
enumValue: string;
|
|
6087
5701
|
}[] | null | undefined;
|
|
6088
5702
|
history?: {
|
|
6089
|
-
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";
|
|
5703
|
+
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";
|
|
6090
5704
|
id: string;
|
|
6091
5705
|
createdAt: Date;
|
|
6092
5706
|
itemId: number;
|
|
@@ -6303,33 +5917,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
6303
5917
|
type: "UPDATING";
|
|
6304
5918
|
data: {
|
|
6305
5919
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6306
|
-
|
|
6307
|
-
|
|
6308
|
-
|
|
6309
|
-
|
|
6310
|
-
|
|
6311
|
-
|
|
6312
|
-
|
|
6313
|
-
|
|
6314
|
-
|
|
6315
|
-
price?: number | null | undefined;
|
|
6316
|
-
currency?: string | null | undefined;
|
|
6317
|
-
catalog?: string | null | undefined;
|
|
6318
|
-
catalogId?: number | null | undefined;
|
|
6319
|
-
colors?: string[] | null | undefined;
|
|
6320
|
-
measurementLength?: number | null | undefined;
|
|
6321
|
-
measurementWidth?: number | null | undefined;
|
|
6322
|
-
photoUrls?: string[] | null | undefined;
|
|
6323
|
-
size?: string | null | undefined;
|
|
6324
|
-
isDraft?: boolean | null | undefined;
|
|
6325
|
-
isArchived?: boolean | null | undefined;
|
|
6326
|
-
isUnisex?: boolean | null | undefined;
|
|
6327
|
-
availableQuantity?: number | null | undefined;
|
|
6328
|
-
material?: number[] | null | undefined;
|
|
6329
|
-
manufacturerLabelling?: string | null | undefined;
|
|
6330
|
-
labels?: string[] | null | undefined;
|
|
6331
|
-
isHidden?: boolean | null | undefined;
|
|
6332
|
-
isDeleted?: boolean | null | undefined;
|
|
5920
|
+
payload?: {
|
|
5921
|
+
priceDropPayload?: {
|
|
5922
|
+
value: number;
|
|
5923
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
5924
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
5925
|
+
roundStep?: number | null | undefined;
|
|
5926
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
5927
|
+
maxRounds?: number | null | undefined;
|
|
5928
|
+
} | null | undefined;
|
|
6333
5929
|
} | null | undefined;
|
|
6334
5930
|
targetDate?: Date | null | undefined;
|
|
6335
5931
|
};
|
|
@@ -6464,7 +6060,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
6464
6060
|
sellingPlaceId?: number | null | undefined;
|
|
6465
6061
|
feesSum?: number | null | undefined;
|
|
6466
6062
|
lastHistory?: {
|
|
6467
|
-
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";
|
|
6063
|
+
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";
|
|
6468
6064
|
id: string;
|
|
6469
6065
|
createdAt: Date;
|
|
6470
6066
|
itemId: number;
|
|
@@ -6681,33 +6277,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
6681
6277
|
type: "UPDATING";
|
|
6682
6278
|
data: {
|
|
6683
6279
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6684
|
-
|
|
6685
|
-
|
|
6686
|
-
|
|
6687
|
-
|
|
6688
|
-
|
|
6689
|
-
|
|
6690
|
-
|
|
6691
|
-
|
|
6692
|
-
|
|
6693
|
-
price?: number | null | undefined;
|
|
6694
|
-
currency?: string | null | undefined;
|
|
6695
|
-
catalog?: string | null | undefined;
|
|
6696
|
-
catalogId?: number | null | undefined;
|
|
6697
|
-
colors?: string[] | null | undefined;
|
|
6698
|
-
measurementLength?: number | null | undefined;
|
|
6699
|
-
measurementWidth?: number | null | undefined;
|
|
6700
|
-
photoUrls?: string[] | null | undefined;
|
|
6701
|
-
size?: string | null | undefined;
|
|
6702
|
-
isDraft?: boolean | null | undefined;
|
|
6703
|
-
isArchived?: boolean | null | undefined;
|
|
6704
|
-
isUnisex?: boolean | null | undefined;
|
|
6705
|
-
availableQuantity?: number | null | undefined;
|
|
6706
|
-
material?: number[] | null | undefined;
|
|
6707
|
-
manufacturerLabelling?: string | null | undefined;
|
|
6708
|
-
labels?: string[] | null | undefined;
|
|
6709
|
-
isHidden?: boolean | null | undefined;
|
|
6710
|
-
isDeleted?: boolean | null | undefined;
|
|
6280
|
+
payload?: {
|
|
6281
|
+
priceDropPayload?: {
|
|
6282
|
+
value: number;
|
|
6283
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
6284
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
6285
|
+
roundStep?: number | null | undefined;
|
|
6286
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
6287
|
+
maxRounds?: number | null | undefined;
|
|
6288
|
+
} | null | undefined;
|
|
6711
6289
|
} | null | undefined;
|
|
6712
6290
|
targetDate?: Date | null | undefined;
|
|
6713
6291
|
};
|
|
@@ -6727,7 +6305,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
6727
6305
|
enumValue: string;
|
|
6728
6306
|
}[] | null | undefined;
|
|
6729
6307
|
history?: {
|
|
6730
|
-
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";
|
|
6308
|
+
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";
|
|
6731
6309
|
id: string;
|
|
6732
6310
|
createdAt: Date;
|
|
6733
6311
|
itemId: number;
|
|
@@ -6944,33 +6522,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
6944
6522
|
type: "UPDATING";
|
|
6945
6523
|
data: {
|
|
6946
6524
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6947
|
-
|
|
6948
|
-
|
|
6949
|
-
|
|
6950
|
-
|
|
6951
|
-
|
|
6952
|
-
|
|
6953
|
-
|
|
6954
|
-
|
|
6955
|
-
|
|
6956
|
-
price?: number | null | undefined;
|
|
6957
|
-
currency?: string | null | undefined;
|
|
6958
|
-
catalog?: string | null | undefined;
|
|
6959
|
-
catalogId?: number | null | undefined;
|
|
6960
|
-
colors?: string[] | null | undefined;
|
|
6961
|
-
measurementLength?: number | null | undefined;
|
|
6962
|
-
measurementWidth?: number | null | undefined;
|
|
6963
|
-
photoUrls?: string[] | null | undefined;
|
|
6964
|
-
size?: string | null | undefined;
|
|
6965
|
-
isDraft?: boolean | null | undefined;
|
|
6966
|
-
isArchived?: boolean | null | undefined;
|
|
6967
|
-
isUnisex?: boolean | null | undefined;
|
|
6968
|
-
availableQuantity?: number | null | undefined;
|
|
6969
|
-
material?: number[] | null | undefined;
|
|
6970
|
-
manufacturerLabelling?: string | null | undefined;
|
|
6971
|
-
labels?: string[] | null | undefined;
|
|
6972
|
-
isHidden?: boolean | null | undefined;
|
|
6973
|
-
isDeleted?: boolean | null | undefined;
|
|
6525
|
+
payload?: {
|
|
6526
|
+
priceDropPayload?: {
|
|
6527
|
+
value: number;
|
|
6528
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
6529
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
6530
|
+
roundStep?: number | null | undefined;
|
|
6531
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
6532
|
+
maxRounds?: number | null | undefined;
|
|
6533
|
+
} | null | undefined;
|
|
6974
6534
|
} | null | undefined;
|
|
6975
6535
|
targetDate?: Date | null | undefined;
|
|
6976
6536
|
};
|