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
|
@@ -1313,149 +1313,73 @@ export type ItemHistoryDecodedPayloadUpdated = z.infer<typeof ItemHistoryDecoded
|
|
|
1313
1313
|
export declare const ItemHistoryDecodedPayloadUpdatingSchema: z.ZodObject<{
|
|
1314
1314
|
data: z.ZodObject<{
|
|
1315
1315
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1340
|
-
material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
1341
|
-
manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1342
|
-
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1316
|
+
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1317
|
+
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1318
|
+
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
1319
|
+
value: z.ZodNumber;
|
|
1320
|
+
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1321
|
+
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1322
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1323
|
+
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1324
|
+
}, "strip", z.ZodTypeAny, {
|
|
1325
|
+
value: number;
|
|
1326
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1327
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1328
|
+
roundStep?: number | null | undefined;
|
|
1329
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1330
|
+
maxRounds?: number | null | undefined;
|
|
1331
|
+
}, {
|
|
1332
|
+
value: number;
|
|
1333
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1334
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1335
|
+
roundStep?: number | null | undefined;
|
|
1336
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1337
|
+
maxRounds?: number | null | undefined;
|
|
1338
|
+
}>>>;
|
|
1343
1339
|
}, "strip", z.ZodTypeAny, {
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
price?: number | null | undefined;
|
|
1353
|
-
currency?: string | null | undefined;
|
|
1354
|
-
catalog?: string | null | undefined;
|
|
1355
|
-
catalogId?: number | null | undefined;
|
|
1356
|
-
colors?: string[] | null | undefined;
|
|
1357
|
-
measurementLength?: number | null | undefined;
|
|
1358
|
-
measurementWidth?: number | null | undefined;
|
|
1359
|
-
photoUrls?: string[] | null | undefined;
|
|
1360
|
-
size?: string | null | undefined;
|
|
1361
|
-
isDraft?: boolean | null | undefined;
|
|
1362
|
-
isArchived?: boolean | null | undefined;
|
|
1363
|
-
isUnisex?: boolean | null | undefined;
|
|
1364
|
-
availableQuantity?: number | null | undefined;
|
|
1365
|
-
material?: number[] | null | undefined;
|
|
1366
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1367
|
-
labels?: string[] | null | undefined;
|
|
1368
|
-
isHidden?: boolean | null | undefined;
|
|
1369
|
-
isDeleted?: boolean | null | undefined;
|
|
1340
|
+
priceDropPayload?: {
|
|
1341
|
+
value: number;
|
|
1342
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1343
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1344
|
+
roundStep?: number | null | undefined;
|
|
1345
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1346
|
+
maxRounds?: number | null | undefined;
|
|
1347
|
+
} | null | undefined;
|
|
1370
1348
|
}, {
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
price?: number | null | undefined;
|
|
1380
|
-
currency?: string | null | undefined;
|
|
1381
|
-
catalog?: string | null | undefined;
|
|
1382
|
-
catalogId?: number | null | undefined;
|
|
1383
|
-
colors?: string[] | null | undefined;
|
|
1384
|
-
measurementLength?: number | null | undefined;
|
|
1385
|
-
measurementWidth?: number | null | undefined;
|
|
1386
|
-
photoUrls?: string[] | null | undefined;
|
|
1387
|
-
size?: string | null | undefined;
|
|
1388
|
-
isDraft?: boolean | null | undefined;
|
|
1389
|
-
isArchived?: boolean | null | undefined;
|
|
1390
|
-
isUnisex?: boolean | null | undefined;
|
|
1391
|
-
availableQuantity?: number | null | undefined;
|
|
1392
|
-
material?: number[] | null | undefined;
|
|
1393
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1394
|
-
labels?: string[] | null | undefined;
|
|
1395
|
-
isHidden?: boolean | null | undefined;
|
|
1396
|
-
isDeleted?: boolean | null | undefined;
|
|
1349
|
+
priceDropPayload?: {
|
|
1350
|
+
value: number;
|
|
1351
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1352
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1353
|
+
roundStep?: number | null | undefined;
|
|
1354
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1355
|
+
maxRounds?: number | null | undefined;
|
|
1356
|
+
} | null | undefined;
|
|
1397
1357
|
}>>>;
|
|
1398
1358
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1399
1359
|
}, "strip", z.ZodTypeAny, {
|
|
1400
1360
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
price?: number | null | undefined;
|
|
1411
|
-
currency?: string | null | undefined;
|
|
1412
|
-
catalog?: string | null | undefined;
|
|
1413
|
-
catalogId?: number | null | undefined;
|
|
1414
|
-
colors?: string[] | null | undefined;
|
|
1415
|
-
measurementLength?: number | null | undefined;
|
|
1416
|
-
measurementWidth?: number | null | undefined;
|
|
1417
|
-
photoUrls?: string[] | null | undefined;
|
|
1418
|
-
size?: string | null | undefined;
|
|
1419
|
-
isDraft?: boolean | null | undefined;
|
|
1420
|
-
isArchived?: boolean | null | undefined;
|
|
1421
|
-
isUnisex?: boolean | null | undefined;
|
|
1422
|
-
availableQuantity?: number | null | undefined;
|
|
1423
|
-
material?: number[] | null | undefined;
|
|
1424
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1425
|
-
labels?: string[] | null | undefined;
|
|
1426
|
-
isHidden?: boolean | null | undefined;
|
|
1427
|
-
isDeleted?: boolean | null | undefined;
|
|
1361
|
+
payload?: {
|
|
1362
|
+
priceDropPayload?: {
|
|
1363
|
+
value: number;
|
|
1364
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1365
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1366
|
+
roundStep?: number | null | undefined;
|
|
1367
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1368
|
+
maxRounds?: number | null | undefined;
|
|
1369
|
+
} | null | undefined;
|
|
1428
1370
|
} | null | undefined;
|
|
1429
1371
|
targetDate?: Date | null | undefined;
|
|
1430
1372
|
}, {
|
|
1431
1373
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
price?: number | null | undefined;
|
|
1442
|
-
currency?: string | null | undefined;
|
|
1443
|
-
catalog?: string | null | undefined;
|
|
1444
|
-
catalogId?: number | null | undefined;
|
|
1445
|
-
colors?: string[] | null | undefined;
|
|
1446
|
-
measurementLength?: number | null | undefined;
|
|
1447
|
-
measurementWidth?: number | null | undefined;
|
|
1448
|
-
photoUrls?: string[] | null | undefined;
|
|
1449
|
-
size?: string | null | undefined;
|
|
1450
|
-
isDraft?: boolean | null | undefined;
|
|
1451
|
-
isArchived?: boolean | null | undefined;
|
|
1452
|
-
isUnisex?: boolean | null | undefined;
|
|
1453
|
-
availableQuantity?: number | null | undefined;
|
|
1454
|
-
material?: number[] | null | undefined;
|
|
1455
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1456
|
-
labels?: string[] | null | undefined;
|
|
1457
|
-
isHidden?: boolean | null | undefined;
|
|
1458
|
-
isDeleted?: boolean | null | undefined;
|
|
1374
|
+
payload?: {
|
|
1375
|
+
priceDropPayload?: {
|
|
1376
|
+
value: number;
|
|
1377
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1378
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1379
|
+
roundStep?: number | null | undefined;
|
|
1380
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1381
|
+
maxRounds?: number | null | undefined;
|
|
1382
|
+
} | null | undefined;
|
|
1459
1383
|
} | null | undefined;
|
|
1460
1384
|
targetDate?: Date | null | undefined;
|
|
1461
1385
|
}>;
|
|
@@ -1464,33 +1388,15 @@ export declare const ItemHistoryDecodedPayloadUpdatingSchema: z.ZodObject<{
|
|
|
1464
1388
|
type: "UPDATING";
|
|
1465
1389
|
data: {
|
|
1466
1390
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
price?: number | null | undefined;
|
|
1477
|
-
currency?: string | null | undefined;
|
|
1478
|
-
catalog?: string | null | undefined;
|
|
1479
|
-
catalogId?: number | null | undefined;
|
|
1480
|
-
colors?: string[] | null | undefined;
|
|
1481
|
-
measurementLength?: number | null | undefined;
|
|
1482
|
-
measurementWidth?: number | null | undefined;
|
|
1483
|
-
photoUrls?: string[] | null | undefined;
|
|
1484
|
-
size?: string | null | undefined;
|
|
1485
|
-
isDraft?: boolean | null | undefined;
|
|
1486
|
-
isArchived?: boolean | null | undefined;
|
|
1487
|
-
isUnisex?: boolean | null | undefined;
|
|
1488
|
-
availableQuantity?: number | null | undefined;
|
|
1489
|
-
material?: number[] | null | undefined;
|
|
1490
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1491
|
-
labels?: string[] | null | undefined;
|
|
1492
|
-
isHidden?: boolean | null | undefined;
|
|
1493
|
-
isDeleted?: boolean | null | undefined;
|
|
1391
|
+
payload?: {
|
|
1392
|
+
priceDropPayload?: {
|
|
1393
|
+
value: number;
|
|
1394
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1395
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1396
|
+
roundStep?: number | null | undefined;
|
|
1397
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1398
|
+
maxRounds?: number | null | undefined;
|
|
1399
|
+
} | null | undefined;
|
|
1494
1400
|
} | null | undefined;
|
|
1495
1401
|
targetDate?: Date | null | undefined;
|
|
1496
1402
|
};
|
|
@@ -1498,33 +1404,15 @@ export declare const ItemHistoryDecodedPayloadUpdatingSchema: z.ZodObject<{
|
|
|
1498
1404
|
type: "UPDATING";
|
|
1499
1405
|
data: {
|
|
1500
1406
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
price?: number | null | undefined;
|
|
1511
|
-
currency?: string | null | undefined;
|
|
1512
|
-
catalog?: string | null | undefined;
|
|
1513
|
-
catalogId?: number | null | undefined;
|
|
1514
|
-
colors?: string[] | null | undefined;
|
|
1515
|
-
measurementLength?: number | null | undefined;
|
|
1516
|
-
measurementWidth?: number | null | undefined;
|
|
1517
|
-
photoUrls?: string[] | null | undefined;
|
|
1518
|
-
size?: string | null | undefined;
|
|
1519
|
-
isDraft?: boolean | null | undefined;
|
|
1520
|
-
isArchived?: boolean | null | undefined;
|
|
1521
|
-
isUnisex?: boolean | null | undefined;
|
|
1522
|
-
availableQuantity?: number | null | undefined;
|
|
1523
|
-
material?: number[] | null | undefined;
|
|
1524
|
-
manufacturerLabelling?: string | null | undefined;
|
|
1525
|
-
labels?: string[] | null | undefined;
|
|
1526
|
-
isHidden?: boolean | null | undefined;
|
|
1527
|
-
isDeleted?: boolean | null | undefined;
|
|
1407
|
+
payload?: {
|
|
1408
|
+
priceDropPayload?: {
|
|
1409
|
+
value: number;
|
|
1410
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1411
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1412
|
+
roundStep?: number | null | undefined;
|
|
1413
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1414
|
+
maxRounds?: number | null | undefined;
|
|
1415
|
+
} | null | undefined;
|
|
1528
1416
|
} | null | undefined;
|
|
1529
1417
|
targetDate?: Date | null | undefined;
|
|
1530
1418
|
};
|
|
@@ -2812,149 +2700,73 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
2812
2700
|
}>, z.ZodObject<{
|
|
2813
2701
|
data: z.ZodObject<{
|
|
2814
2702
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2839
|
-
material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
2840
|
-
manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2841
|
-
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2703
|
+
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2704
|
+
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2705
|
+
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
2706
|
+
value: z.ZodNumber;
|
|
2707
|
+
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
2708
|
+
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2709
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
2710
|
+
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2711
|
+
}, "strip", z.ZodTypeAny, {
|
|
2712
|
+
value: number;
|
|
2713
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2714
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2715
|
+
roundStep?: number | null | undefined;
|
|
2716
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2717
|
+
maxRounds?: number | null | undefined;
|
|
2718
|
+
}, {
|
|
2719
|
+
value: number;
|
|
2720
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2721
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2722
|
+
roundStep?: number | null | undefined;
|
|
2723
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2724
|
+
maxRounds?: number | null | undefined;
|
|
2725
|
+
}>>>;
|
|
2842
2726
|
}, "strip", z.ZodTypeAny, {
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
price?: number | null | undefined;
|
|
2852
|
-
currency?: string | null | undefined;
|
|
2853
|
-
catalog?: string | null | undefined;
|
|
2854
|
-
catalogId?: number | null | undefined;
|
|
2855
|
-
colors?: string[] | null | undefined;
|
|
2856
|
-
measurementLength?: number | null | undefined;
|
|
2857
|
-
measurementWidth?: number | null | undefined;
|
|
2858
|
-
photoUrls?: string[] | null | undefined;
|
|
2859
|
-
size?: string | null | undefined;
|
|
2860
|
-
isDraft?: boolean | null | undefined;
|
|
2861
|
-
isArchived?: boolean | null | undefined;
|
|
2862
|
-
isUnisex?: boolean | null | undefined;
|
|
2863
|
-
availableQuantity?: number | null | undefined;
|
|
2864
|
-
material?: number[] | null | undefined;
|
|
2865
|
-
manufacturerLabelling?: string | null | undefined;
|
|
2866
|
-
labels?: string[] | null | undefined;
|
|
2867
|
-
isHidden?: boolean | null | undefined;
|
|
2868
|
-
isDeleted?: boolean | null | undefined;
|
|
2727
|
+
priceDropPayload?: {
|
|
2728
|
+
value: number;
|
|
2729
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2730
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2731
|
+
roundStep?: number | null | undefined;
|
|
2732
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2733
|
+
maxRounds?: number | null | undefined;
|
|
2734
|
+
} | null | undefined;
|
|
2869
2735
|
}, {
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
price?: number | null | undefined;
|
|
2879
|
-
currency?: string | null | undefined;
|
|
2880
|
-
catalog?: string | null | undefined;
|
|
2881
|
-
catalogId?: number | null | undefined;
|
|
2882
|
-
colors?: string[] | null | undefined;
|
|
2883
|
-
measurementLength?: number | null | undefined;
|
|
2884
|
-
measurementWidth?: number | null | undefined;
|
|
2885
|
-
photoUrls?: string[] | null | undefined;
|
|
2886
|
-
size?: string | null | undefined;
|
|
2887
|
-
isDraft?: boolean | null | undefined;
|
|
2888
|
-
isArchived?: boolean | null | undefined;
|
|
2889
|
-
isUnisex?: boolean | null | undefined;
|
|
2890
|
-
availableQuantity?: number | null | undefined;
|
|
2891
|
-
material?: number[] | null | undefined;
|
|
2892
|
-
manufacturerLabelling?: string | null | undefined;
|
|
2893
|
-
labels?: string[] | null | undefined;
|
|
2894
|
-
isHidden?: boolean | null | undefined;
|
|
2895
|
-
isDeleted?: boolean | null | undefined;
|
|
2736
|
+
priceDropPayload?: {
|
|
2737
|
+
value: number;
|
|
2738
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2739
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2740
|
+
roundStep?: number | null | undefined;
|
|
2741
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2742
|
+
maxRounds?: number | null | undefined;
|
|
2743
|
+
} | null | undefined;
|
|
2896
2744
|
}>>>;
|
|
2897
2745
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2898
2746
|
}, "strip", z.ZodTypeAny, {
|
|
2899
2747
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
price?: number | null | undefined;
|
|
2910
|
-
currency?: string | null | undefined;
|
|
2911
|
-
catalog?: string | null | undefined;
|
|
2912
|
-
catalogId?: number | null | undefined;
|
|
2913
|
-
colors?: string[] | null | undefined;
|
|
2914
|
-
measurementLength?: number | null | undefined;
|
|
2915
|
-
measurementWidth?: number | null | undefined;
|
|
2916
|
-
photoUrls?: string[] | null | undefined;
|
|
2917
|
-
size?: string | null | undefined;
|
|
2918
|
-
isDraft?: boolean | null | undefined;
|
|
2919
|
-
isArchived?: boolean | null | undefined;
|
|
2920
|
-
isUnisex?: boolean | null | undefined;
|
|
2921
|
-
availableQuantity?: number | null | undefined;
|
|
2922
|
-
material?: number[] | null | undefined;
|
|
2923
|
-
manufacturerLabelling?: string | null | undefined;
|
|
2924
|
-
labels?: string[] | null | undefined;
|
|
2925
|
-
isHidden?: boolean | null | undefined;
|
|
2926
|
-
isDeleted?: boolean | null | undefined;
|
|
2748
|
+
payload?: {
|
|
2749
|
+
priceDropPayload?: {
|
|
2750
|
+
value: number;
|
|
2751
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2752
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2753
|
+
roundStep?: number | null | undefined;
|
|
2754
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2755
|
+
maxRounds?: number | null | undefined;
|
|
2756
|
+
} | null | undefined;
|
|
2927
2757
|
} | null | undefined;
|
|
2928
2758
|
targetDate?: Date | null | undefined;
|
|
2929
2759
|
}, {
|
|
2930
2760
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
price?: number | null | undefined;
|
|
2941
|
-
currency?: string | null | undefined;
|
|
2942
|
-
catalog?: string | null | undefined;
|
|
2943
|
-
catalogId?: number | null | undefined;
|
|
2944
|
-
colors?: string[] | null | undefined;
|
|
2945
|
-
measurementLength?: number | null | undefined;
|
|
2946
|
-
measurementWidth?: number | null | undefined;
|
|
2947
|
-
photoUrls?: string[] | null | undefined;
|
|
2948
|
-
size?: string | null | undefined;
|
|
2949
|
-
isDraft?: boolean | null | undefined;
|
|
2950
|
-
isArchived?: boolean | null | undefined;
|
|
2951
|
-
isUnisex?: boolean | null | undefined;
|
|
2952
|
-
availableQuantity?: number | null | undefined;
|
|
2953
|
-
material?: number[] | null | undefined;
|
|
2954
|
-
manufacturerLabelling?: string | null | undefined;
|
|
2955
|
-
labels?: string[] | null | undefined;
|
|
2956
|
-
isHidden?: boolean | null | undefined;
|
|
2957
|
-
isDeleted?: boolean | null | undefined;
|
|
2761
|
+
payload?: {
|
|
2762
|
+
priceDropPayload?: {
|
|
2763
|
+
value: number;
|
|
2764
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2765
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2766
|
+
roundStep?: number | null | undefined;
|
|
2767
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2768
|
+
maxRounds?: number | null | undefined;
|
|
2769
|
+
} | null | undefined;
|
|
2958
2770
|
} | null | undefined;
|
|
2959
2771
|
targetDate?: Date | null | undefined;
|
|
2960
2772
|
}>;
|
|
@@ -2963,33 +2775,15 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
2963
2775
|
type: "UPDATING";
|
|
2964
2776
|
data: {
|
|
2965
2777
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
price?: number | null | undefined;
|
|
2976
|
-
currency?: string | null | undefined;
|
|
2977
|
-
catalog?: string | null | undefined;
|
|
2978
|
-
catalogId?: number | null | undefined;
|
|
2979
|
-
colors?: string[] | null | undefined;
|
|
2980
|
-
measurementLength?: number | null | undefined;
|
|
2981
|
-
measurementWidth?: number | null | undefined;
|
|
2982
|
-
photoUrls?: string[] | null | undefined;
|
|
2983
|
-
size?: string | null | undefined;
|
|
2984
|
-
isDraft?: boolean | null | undefined;
|
|
2985
|
-
isArchived?: boolean | null | undefined;
|
|
2986
|
-
isUnisex?: boolean | null | undefined;
|
|
2987
|
-
availableQuantity?: number | null | undefined;
|
|
2988
|
-
material?: number[] | null | undefined;
|
|
2989
|
-
manufacturerLabelling?: string | null | undefined;
|
|
2990
|
-
labels?: string[] | null | undefined;
|
|
2991
|
-
isHidden?: boolean | null | undefined;
|
|
2992
|
-
isDeleted?: boolean | null | undefined;
|
|
2778
|
+
payload?: {
|
|
2779
|
+
priceDropPayload?: {
|
|
2780
|
+
value: number;
|
|
2781
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2782
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2783
|
+
roundStep?: number | null | undefined;
|
|
2784
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2785
|
+
maxRounds?: number | null | undefined;
|
|
2786
|
+
} | null | undefined;
|
|
2993
2787
|
} | null | undefined;
|
|
2994
2788
|
targetDate?: Date | null | undefined;
|
|
2995
2789
|
};
|
|
@@ -2997,33 +2791,15 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
2997
2791
|
type: "UPDATING";
|
|
2998
2792
|
data: {
|
|
2999
2793
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
price?: number | null | undefined;
|
|
3010
|
-
currency?: string | null | undefined;
|
|
3011
|
-
catalog?: string | null | undefined;
|
|
3012
|
-
catalogId?: number | null | undefined;
|
|
3013
|
-
colors?: string[] | null | undefined;
|
|
3014
|
-
measurementLength?: number | null | undefined;
|
|
3015
|
-
measurementWidth?: number | null | undefined;
|
|
3016
|
-
photoUrls?: string[] | null | undefined;
|
|
3017
|
-
size?: string | null | undefined;
|
|
3018
|
-
isDraft?: boolean | null | undefined;
|
|
3019
|
-
isArchived?: boolean | null | undefined;
|
|
3020
|
-
isUnisex?: boolean | null | undefined;
|
|
3021
|
-
availableQuantity?: number | null | undefined;
|
|
3022
|
-
material?: number[] | null | undefined;
|
|
3023
|
-
manufacturerLabelling?: string | null | undefined;
|
|
3024
|
-
labels?: string[] | null | undefined;
|
|
3025
|
-
isHidden?: boolean | null | undefined;
|
|
3026
|
-
isDeleted?: boolean | null | undefined;
|
|
2794
|
+
payload?: {
|
|
2795
|
+
priceDropPayload?: {
|
|
2796
|
+
value: number;
|
|
2797
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2798
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2799
|
+
roundStep?: number | null | undefined;
|
|
2800
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2801
|
+
maxRounds?: number | null | undefined;
|
|
2802
|
+
} | null | undefined;
|
|
3027
2803
|
} | null | undefined;
|
|
3028
2804
|
targetDate?: Date | null | undefined;
|
|
3029
2805
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemHistoryDecodedPayload.d.ts","sourceRoot":"","sources":["ItemHistoryDecodedPayload.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ItemHistoryDecodedPayload.d.ts","sourceRoot":"","sources":["ItemHistoryDecodedPayload.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const ItemHistoryTypeSchema: 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"]>;
|
|
2
|
+
export declare const ItemHistoryTypeSchema: 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"]>;
|
|
3
3
|
export type ItemHistoryType = z.infer<typeof ItemHistoryTypeSchema>;
|
|
4
4
|
//# sourceMappingURL=ItemHistoryType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemHistoryType.d.ts","sourceRoot":"","sources":["ItemHistoryType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"ItemHistoryType.d.ts","sourceRoot":"","sources":["ItemHistoryType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,qBAAqB,siBAEhC,CAAA;AACF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA"}
|