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
|
@@ -191,7 +191,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
191
191
|
lastHistory: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
192
192
|
id: z.ZodString;
|
|
193
193
|
itemId: z.ZodNumber;
|
|
194
|
-
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"]>;
|
|
194
|
+
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"]>;
|
|
195
195
|
data: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
196
196
|
data: z.ZodObject<{
|
|
197
197
|
targetItemHistoryId: z.ZodString;
|
|
@@ -1474,149 +1474,73 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1474
1474
|
}>, z.ZodObject<{
|
|
1475
1475
|
data: z.ZodObject<{
|
|
1476
1476
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1501
|
-
material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
1502
|
-
manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1503
|
-
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1477
|
+
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1478
|
+
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1479
|
+
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
1480
|
+
value: z.ZodNumber;
|
|
1481
|
+
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1482
|
+
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1483
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1484
|
+
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1485
|
+
}, "strip", z.ZodTypeAny, {
|
|
1486
|
+
value: number;
|
|
1487
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1488
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1489
|
+
roundStep?: number | null | undefined;
|
|
1490
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1491
|
+
maxRounds?: number | null | undefined;
|
|
1492
|
+
}, {
|
|
1493
|
+
value: number;
|
|
1494
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1495
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1496
|
+
roundStep?: number | null | undefined;
|
|
1497
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1498
|
+
maxRounds?: number | null | undefined;
|
|
1499
|
+
}>>>;
|
|
1504
1500
|
}, "strip", z.ZodTypeAny, {
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
price?: number | null | undefined;
|
|
1514
|
-
currency?: string | null | undefined;
|
|
1515
|
-
catalog?: string | null | undefined;
|
|
1516
|
-
catalogId?: number | null | undefined;
|
|
1517
|
-
colors?: string[] | null | undefined;
|
|
1518
|
-
measurementLength?: number | null | undefined;
|
|
1519
|
-
measurementWidth?: number | null | undefined;
|
|
1520
|
-
photoUrls?: string[] | null | undefined;
|
|
1521
|
-
size?: string | null | undefined;
|
|
1522
|
-
isDraft?: boolean | null | undefined;
|
|
1523
|
-
isArchived?: boolean | null | undefined;
|
|
1524
|
-
isUnisex?: boolean | null | undefined;
|
|
1525
|
-
availableQuantity?: number | null | undefined;
|
|
1526
|
-
material?: number[] | null | undefined;
|
|
1527
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1528
|
-
labels?: string[] | null | undefined;
|
|
1529
|
-
isHidden?: boolean | null | undefined;
|
|
1530
|
-
isDeleted?: boolean | null | undefined;
|
|
1501
|
+
priceDropPayload?: {
|
|
1502
|
+
value: number;
|
|
1503
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1504
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1505
|
+
roundStep?: number | null | undefined;
|
|
1506
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1507
|
+
maxRounds?: number | null | undefined;
|
|
1508
|
+
} | null | undefined;
|
|
1531
1509
|
}, {
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
price?: number | null | undefined;
|
|
1541
|
-
currency?: string | null | undefined;
|
|
1542
|
-
catalog?: string | null | undefined;
|
|
1543
|
-
catalogId?: number | null | undefined;
|
|
1544
|
-
colors?: string[] | null | undefined;
|
|
1545
|
-
measurementLength?: number | null | undefined;
|
|
1546
|
-
measurementWidth?: number | null | undefined;
|
|
1547
|
-
photoUrls?: string[] | null | undefined;
|
|
1548
|
-
size?: string | null | undefined;
|
|
1549
|
-
isDraft?: boolean | null | undefined;
|
|
1550
|
-
isArchived?: boolean | null | undefined;
|
|
1551
|
-
isUnisex?: boolean | null | undefined;
|
|
1552
|
-
availableQuantity?: number | null | undefined;
|
|
1553
|
-
material?: number[] | null | undefined;
|
|
1554
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1555
|
-
labels?: string[] | null | undefined;
|
|
1556
|
-
isHidden?: boolean | null | undefined;
|
|
1557
|
-
isDeleted?: boolean | null | undefined;
|
|
1510
|
+
priceDropPayload?: {
|
|
1511
|
+
value: number;
|
|
1512
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1513
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1514
|
+
roundStep?: number | null | undefined;
|
|
1515
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1516
|
+
maxRounds?: number | null | undefined;
|
|
1517
|
+
} | null | undefined;
|
|
1558
1518
|
}>>>;
|
|
1559
1519
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1560
1520
|
}, "strip", z.ZodTypeAny, {
|
|
1561
1521
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
price?: number | null | undefined;
|
|
1572
|
-
currency?: string | null | undefined;
|
|
1573
|
-
catalog?: string | null | undefined;
|
|
1574
|
-
catalogId?: number | null | undefined;
|
|
1575
|
-
colors?: string[] | null | undefined;
|
|
1576
|
-
measurementLength?: number | null | undefined;
|
|
1577
|
-
measurementWidth?: number | null | undefined;
|
|
1578
|
-
photoUrls?: string[] | null | undefined;
|
|
1579
|
-
size?: string | null | undefined;
|
|
1580
|
-
isDraft?: boolean | null | undefined;
|
|
1581
|
-
isArchived?: boolean | null | undefined;
|
|
1582
|
-
isUnisex?: boolean | null | undefined;
|
|
1583
|
-
availableQuantity?: number | null | undefined;
|
|
1584
|
-
material?: number[] | null | undefined;
|
|
1585
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1586
|
-
labels?: string[] | null | undefined;
|
|
1587
|
-
isHidden?: boolean | null | undefined;
|
|
1588
|
-
isDeleted?: boolean | null | undefined;
|
|
1522
|
+
payload?: {
|
|
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;
|
|
1589
1531
|
} | null | undefined;
|
|
1590
1532
|
targetDate?: Date | null | undefined;
|
|
1591
1533
|
}, {
|
|
1592
1534
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
price?: number | null | undefined;
|
|
1603
|
-
currency?: string | null | undefined;
|
|
1604
|
-
catalog?: string | null | undefined;
|
|
1605
|
-
catalogId?: number | null | undefined;
|
|
1606
|
-
colors?: string[] | null | undefined;
|
|
1607
|
-
measurementLength?: number | null | undefined;
|
|
1608
|
-
measurementWidth?: number | null | undefined;
|
|
1609
|
-
photoUrls?: string[] | null | undefined;
|
|
1610
|
-
size?: string | null | undefined;
|
|
1611
|
-
isDraft?: boolean | null | undefined;
|
|
1612
|
-
isArchived?: boolean | null | undefined;
|
|
1613
|
-
isUnisex?: boolean | null | undefined;
|
|
1614
|
-
availableQuantity?: number | null | undefined;
|
|
1615
|
-
material?: number[] | null | undefined;
|
|
1616
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1617
|
-
labels?: string[] | null | undefined;
|
|
1618
|
-
isHidden?: boolean | null | undefined;
|
|
1619
|
-
isDeleted?: boolean | null | undefined;
|
|
1535
|
+
payload?: {
|
|
1536
|
+
priceDropPayload?: {
|
|
1537
|
+
value: number;
|
|
1538
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1539
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1540
|
+
roundStep?: number | null | undefined;
|
|
1541
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1542
|
+
maxRounds?: number | null | undefined;
|
|
1543
|
+
} | null | undefined;
|
|
1620
1544
|
} | null | undefined;
|
|
1621
1545
|
targetDate?: Date | null | undefined;
|
|
1622
1546
|
}>;
|
|
@@ -1625,33 +1549,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1625
1549
|
type: "UPDATING";
|
|
1626
1550
|
data: {
|
|
1627
1551
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
price?: number | null | undefined;
|
|
1638
|
-
currency?: string | null | undefined;
|
|
1639
|
-
catalog?: string | null | undefined;
|
|
1640
|
-
catalogId?: number | null | undefined;
|
|
1641
|
-
colors?: string[] | null | undefined;
|
|
1642
|
-
measurementLength?: number | null | undefined;
|
|
1643
|
-
measurementWidth?: number | null | undefined;
|
|
1644
|
-
photoUrls?: string[] | null | undefined;
|
|
1645
|
-
size?: string | null | undefined;
|
|
1646
|
-
isDraft?: boolean | null | undefined;
|
|
1647
|
-
isArchived?: boolean | null | undefined;
|
|
1648
|
-
isUnisex?: boolean | null | undefined;
|
|
1649
|
-
availableQuantity?: number | null | undefined;
|
|
1650
|
-
material?: number[] | null | undefined;
|
|
1651
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1652
|
-
labels?: string[] | null | undefined;
|
|
1653
|
-
isHidden?: boolean | null | undefined;
|
|
1654
|
-
isDeleted?: boolean | null | undefined;
|
|
1552
|
+
payload?: {
|
|
1553
|
+
priceDropPayload?: {
|
|
1554
|
+
value: number;
|
|
1555
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1556
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1557
|
+
roundStep?: number | null | undefined;
|
|
1558
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1559
|
+
maxRounds?: number | null | undefined;
|
|
1560
|
+
} | null | undefined;
|
|
1655
1561
|
} | null | undefined;
|
|
1656
1562
|
targetDate?: Date | null | undefined;
|
|
1657
1563
|
};
|
|
@@ -1659,33 +1565,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1659
1565
|
type: "UPDATING";
|
|
1660
1566
|
data: {
|
|
1661
1567
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
price?: number | null | undefined;
|
|
1672
|
-
currency?: string | null | undefined;
|
|
1673
|
-
catalog?: string | null | undefined;
|
|
1674
|
-
catalogId?: number | null | undefined;
|
|
1675
|
-
colors?: string[] | null | undefined;
|
|
1676
|
-
measurementLength?: number | null | undefined;
|
|
1677
|
-
measurementWidth?: number | null | undefined;
|
|
1678
|
-
photoUrls?: string[] | null | undefined;
|
|
1679
|
-
size?: string | null | undefined;
|
|
1680
|
-
isDraft?: boolean | null | undefined;
|
|
1681
|
-
isArchived?: boolean | null | undefined;
|
|
1682
|
-
isUnisex?: boolean | null | undefined;
|
|
1683
|
-
availableQuantity?: number | null | undefined;
|
|
1684
|
-
material?: number[] | null | undefined;
|
|
1685
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1686
|
-
labels?: string[] | null | undefined;
|
|
1687
|
-
isHidden?: boolean | null | undefined;
|
|
1688
|
-
isDeleted?: boolean | null | undefined;
|
|
1568
|
+
payload?: {
|
|
1569
|
+
priceDropPayload?: {
|
|
1570
|
+
value: number;
|
|
1571
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1572
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1573
|
+
roundStep?: number | null | undefined;
|
|
1574
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1575
|
+
maxRounds?: number | null | undefined;
|
|
1576
|
+
} | null | undefined;
|
|
1689
1577
|
} | null | undefined;
|
|
1690
1578
|
targetDate?: Date | null | undefined;
|
|
1691
1579
|
};
|
|
@@ -1696,7 +1584,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1696
1584
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1697
1585
|
targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1698
1586
|
}, "strip", z.ZodTypeAny, {
|
|
1699
|
-
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";
|
|
1587
|
+
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";
|
|
1700
1588
|
id: string;
|
|
1701
1589
|
createdAt: Date;
|
|
1702
1590
|
itemId: number;
|
|
@@ -1913,33 +1801,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1913
1801
|
type: "UPDATING";
|
|
1914
1802
|
data: {
|
|
1915
1803
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
price?: number | null | undefined;
|
|
1926
|
-
currency?: string | null | undefined;
|
|
1927
|
-
catalog?: string | null | undefined;
|
|
1928
|
-
catalogId?: number | null | undefined;
|
|
1929
|
-
colors?: string[] | null | undefined;
|
|
1930
|
-
measurementLength?: number | null | undefined;
|
|
1931
|
-
measurementWidth?: number | null | undefined;
|
|
1932
|
-
photoUrls?: string[] | null | undefined;
|
|
1933
|
-
size?: string | null | undefined;
|
|
1934
|
-
isDraft?: boolean | null | undefined;
|
|
1935
|
-
isArchived?: boolean | null | undefined;
|
|
1936
|
-
isUnisex?: boolean | null | undefined;
|
|
1937
|
-
availableQuantity?: number | null | undefined;
|
|
1938
|
-
material?: number[] | null | undefined;
|
|
1939
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1940
|
-
labels?: string[] | null | undefined;
|
|
1941
|
-
isHidden?: boolean | null | undefined;
|
|
1942
|
-
isDeleted?: boolean | null | undefined;
|
|
1804
|
+
payload?: {
|
|
1805
|
+
priceDropPayload?: {
|
|
1806
|
+
value: number;
|
|
1807
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1808
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1809
|
+
roundStep?: number | null | undefined;
|
|
1810
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1811
|
+
maxRounds?: number | null | undefined;
|
|
1812
|
+
} | null | undefined;
|
|
1943
1813
|
} | null | undefined;
|
|
1944
1814
|
targetDate?: Date | null | undefined;
|
|
1945
1815
|
};
|
|
@@ -1949,7 +1819,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1949
1819
|
requestId?: string | null | undefined;
|
|
1950
1820
|
targetHistoryId?: string | null | undefined;
|
|
1951
1821
|
}, {
|
|
1952
|
-
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";
|
|
1822
|
+
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";
|
|
1953
1823
|
id: string;
|
|
1954
1824
|
createdAt: Date;
|
|
1955
1825
|
itemId: number;
|
|
@@ -2166,33 +2036,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2166
2036
|
type: "UPDATING";
|
|
2167
2037
|
data: {
|
|
2168
2038
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
price?: number | null | undefined;
|
|
2179
|
-
currency?: string | null | undefined;
|
|
2180
|
-
catalog?: string | null | undefined;
|
|
2181
|
-
catalogId?: number | null | undefined;
|
|
2182
|
-
colors?: string[] | null | undefined;
|
|
2183
|
-
measurementLength?: number | null | undefined;
|
|
2184
|
-
measurementWidth?: number | null | undefined;
|
|
2185
|
-
photoUrls?: string[] | null | undefined;
|
|
2186
|
-
size?: string | null | undefined;
|
|
2187
|
-
isDraft?: boolean | null | undefined;
|
|
2188
|
-
isArchived?: boolean | null | undefined;
|
|
2189
|
-
isUnisex?: boolean | null | undefined;
|
|
2190
|
-
availableQuantity?: number | null | undefined;
|
|
2191
|
-
material?: number[] | null | undefined;
|
|
2192
|
-
manufacturerLabelling?: string | null | undefined;
|
|
2193
|
-
labels?: string[] | null | undefined;
|
|
2194
|
-
isHidden?: boolean | null | undefined;
|
|
2195
|
-
isDeleted?: boolean | null | undefined;
|
|
2039
|
+
payload?: {
|
|
2040
|
+
priceDropPayload?: {
|
|
2041
|
+
value: number;
|
|
2042
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2043
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2044
|
+
roundStep?: number | null | undefined;
|
|
2045
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2046
|
+
maxRounds?: number | null | undefined;
|
|
2047
|
+
} | null | undefined;
|
|
2196
2048
|
} | null | undefined;
|
|
2197
2049
|
targetDate?: Date | null | undefined;
|
|
2198
2050
|
};
|
|
@@ -2507,7 +2359,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2507
2359
|
sellingPlaceId?: number | null | undefined;
|
|
2508
2360
|
feesSum?: number | null | undefined;
|
|
2509
2361
|
lastHistory?: {
|
|
2510
|
-
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";
|
|
2362
|
+
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";
|
|
2511
2363
|
id: string;
|
|
2512
2364
|
createdAt: Date;
|
|
2513
2365
|
itemId: number;
|
|
@@ -2724,33 +2576,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2724
2576
|
type: "UPDATING";
|
|
2725
2577
|
data: {
|
|
2726
2578
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
price?: number | null | undefined;
|
|
2737
|
-
currency?: string | null | undefined;
|
|
2738
|
-
catalog?: string | null | undefined;
|
|
2739
|
-
catalogId?: number | null | undefined;
|
|
2740
|
-
colors?: string[] | null | undefined;
|
|
2741
|
-
measurementLength?: number | null | undefined;
|
|
2742
|
-
measurementWidth?: number | null | undefined;
|
|
2743
|
-
photoUrls?: string[] | null | undefined;
|
|
2744
|
-
size?: string | null | undefined;
|
|
2745
|
-
isDraft?: boolean | null | undefined;
|
|
2746
|
-
isArchived?: boolean | null | undefined;
|
|
2747
|
-
isUnisex?: boolean | null | undefined;
|
|
2748
|
-
availableQuantity?: number | null | undefined;
|
|
2749
|
-
material?: number[] | null | undefined;
|
|
2750
|
-
manufacturerLabelling?: string | null | undefined;
|
|
2751
|
-
labels?: string[] | null | undefined;
|
|
2752
|
-
isHidden?: boolean | null | undefined;
|
|
2753
|
-
isDeleted?: boolean | null | undefined;
|
|
2579
|
+
payload?: {
|
|
2580
|
+
priceDropPayload?: {
|
|
2581
|
+
value: number;
|
|
2582
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2583
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2584
|
+
roundStep?: number | null | undefined;
|
|
2585
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2586
|
+
maxRounds?: number | null | undefined;
|
|
2587
|
+
} | null | undefined;
|
|
2754
2588
|
} | null | undefined;
|
|
2755
2589
|
targetDate?: Date | null | undefined;
|
|
2756
2590
|
};
|
|
@@ -2875,7 +2709,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2875
2709
|
sellingPlaceId?: number | null | undefined;
|
|
2876
2710
|
feesSum?: number | null | undefined;
|
|
2877
2711
|
lastHistory?: {
|
|
2878
|
-
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";
|
|
2712
|
+
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";
|
|
2879
2713
|
id: string;
|
|
2880
2714
|
createdAt: Date;
|
|
2881
2715
|
itemId: number;
|
|
@@ -3092,33 +2926,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3092
2926
|
type: "UPDATING";
|
|
3093
2927
|
data: {
|
|
3094
2928
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
price?: number | null | undefined;
|
|
3105
|
-
currency?: string | null | undefined;
|
|
3106
|
-
catalog?: string | null | undefined;
|
|
3107
|
-
catalogId?: number | null | undefined;
|
|
3108
|
-
colors?: string[] | null | undefined;
|
|
3109
|
-
measurementLength?: number | null | undefined;
|
|
3110
|
-
measurementWidth?: number | null | undefined;
|
|
3111
|
-
photoUrls?: string[] | null | undefined;
|
|
3112
|
-
size?: string | null | undefined;
|
|
3113
|
-
isDraft?: boolean | null | undefined;
|
|
3114
|
-
isArchived?: boolean | null | undefined;
|
|
3115
|
-
isUnisex?: boolean | null | undefined;
|
|
3116
|
-
availableQuantity?: number | null | undefined;
|
|
3117
|
-
material?: number[] | null | undefined;
|
|
3118
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3119
|
-
labels?: string[] | null | undefined;
|
|
3120
|
-
isHidden?: boolean | null | undefined;
|
|
3121
|
-
isDeleted?: boolean | null | undefined;
|
|
2929
|
+
payload?: {
|
|
2930
|
+
priceDropPayload?: {
|
|
2931
|
+
value: number;
|
|
2932
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2933
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2934
|
+
roundStep?: number | null | undefined;
|
|
2935
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2936
|
+
maxRounds?: number | null | undefined;
|
|
2937
|
+
} | null | undefined;
|
|
3122
2938
|
} | null | undefined;
|
|
3123
2939
|
targetDate?: Date | null | undefined;
|
|
3124
2940
|
};
|
|
@@ -3248,7 +3064,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3248
3064
|
sellingPlaceId?: number | null | undefined;
|
|
3249
3065
|
feesSum?: number | null | undefined;
|
|
3250
3066
|
lastHistory?: {
|
|
3251
|
-
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";
|
|
3067
|
+
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";
|
|
3252
3068
|
id: string;
|
|
3253
3069
|
createdAt: Date;
|
|
3254
3070
|
itemId: number;
|
|
@@ -3465,33 +3281,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3465
3281
|
type: "UPDATING";
|
|
3466
3282
|
data: {
|
|
3467
3283
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
price?: number | null | undefined;
|
|
3478
|
-
currency?: string | null | undefined;
|
|
3479
|
-
catalog?: string | null | undefined;
|
|
3480
|
-
catalogId?: number | null | undefined;
|
|
3481
|
-
colors?: string[] | null | undefined;
|
|
3482
|
-
measurementLength?: number | null | undefined;
|
|
3483
|
-
measurementWidth?: number | null | undefined;
|
|
3484
|
-
photoUrls?: string[] | null | undefined;
|
|
3485
|
-
size?: string | null | undefined;
|
|
3486
|
-
isDraft?: boolean | null | undefined;
|
|
3487
|
-
isArchived?: boolean | null | undefined;
|
|
3488
|
-
isUnisex?: boolean | null | undefined;
|
|
3489
|
-
availableQuantity?: number | null | undefined;
|
|
3490
|
-
material?: number[] | null | undefined;
|
|
3491
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3492
|
-
labels?: string[] | null | undefined;
|
|
3493
|
-
isHidden?: boolean | null | undefined;
|
|
3494
|
-
isDeleted?: boolean | null | undefined;
|
|
3284
|
+
payload?: {
|
|
3285
|
+
priceDropPayload?: {
|
|
3286
|
+
value: number;
|
|
3287
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3288
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3289
|
+
roundStep?: number | null | undefined;
|
|
3290
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3291
|
+
maxRounds?: number | null | undefined;
|
|
3292
|
+
} | null | undefined;
|
|
3495
3293
|
} | null | undefined;
|
|
3496
3294
|
targetDate?: Date | null | undefined;
|
|
3497
3295
|
};
|
|
@@ -3622,7 +3420,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3622
3420
|
sellingPlaceId?: number | null | undefined;
|
|
3623
3421
|
feesSum?: number | null | undefined;
|
|
3624
3422
|
lastHistory?: {
|
|
3625
|
-
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";
|
|
3423
|
+
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";
|
|
3626
3424
|
id: string;
|
|
3627
3425
|
createdAt: Date;
|
|
3628
3426
|
itemId: number;
|
|
@@ -3839,33 +3637,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3839
3637
|
type: "UPDATING";
|
|
3840
3638
|
data: {
|
|
3841
3639
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
price?: number | null | undefined;
|
|
3852
|
-
currency?: string | null | undefined;
|
|
3853
|
-
catalog?: string | null | undefined;
|
|
3854
|
-
catalogId?: number | null | undefined;
|
|
3855
|
-
colors?: string[] | null | undefined;
|
|
3856
|
-
measurementLength?: number | null | undefined;
|
|
3857
|
-
measurementWidth?: number | null | undefined;
|
|
3858
|
-
photoUrls?: string[] | null | undefined;
|
|
3859
|
-
size?: string | null | undefined;
|
|
3860
|
-
isDraft?: boolean | null | undefined;
|
|
3861
|
-
isArchived?: boolean | null | undefined;
|
|
3862
|
-
isUnisex?: boolean | null | undefined;
|
|
3863
|
-
availableQuantity?: number | null | undefined;
|
|
3864
|
-
material?: number[] | null | undefined;
|
|
3865
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3866
|
-
labels?: string[] | null | undefined;
|
|
3867
|
-
isHidden?: boolean | null | undefined;
|
|
3868
|
-
isDeleted?: boolean | null | undefined;
|
|
3640
|
+
payload?: {
|
|
3641
|
+
priceDropPayload?: {
|
|
3642
|
+
value: number;
|
|
3643
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3644
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3645
|
+
roundStep?: number | null | undefined;
|
|
3646
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3647
|
+
maxRounds?: number | null | undefined;
|
|
3648
|
+
} | null | undefined;
|
|
3869
3649
|
} | null | undefined;
|
|
3870
3650
|
targetDate?: Date | null | undefined;
|
|
3871
3651
|
};
|