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.
Files changed (95) hide show
  1. package/package.json +1 -1
  2. package/src/com/controlresell/api/requests/items/cancel/CancelRequest.d.ts +3 -3
  3. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.d.ts +1 -1
  4. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.d.ts.map +1 -1
  5. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.js +1 -1
  6. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.js.map +1 -1
  7. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.ts +1 -1
  8. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts +2 -5
  9. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts.map +1 -1
  10. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js +0 -1
  11. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -1
  12. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.ts +0 -1
  13. package/src/com/controlresell/api/requests/items/update/UpdateRequest.d.ts +159 -0
  14. package/src/com/controlresell/api/requests/items/update/UpdateRequest.d.ts.map +1 -0
  15. package/src/com/controlresell/api/requests/items/update/UpdateRequest.js +10 -0
  16. package/src/com/controlresell/api/requests/items/update/UpdateRequest.js.map +1 -0
  17. package/src/com/controlresell/api/requests/items/update/UpdateRequest.ts +11 -0
  18. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +136 -356
  19. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
  20. package/src/com/controlresell/api/responses/items/ListedItem.d.ts +116 -300
  21. package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
  22. package/src/com/controlresell/models/conversations/Conversation.d.ts +5 -5
  23. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +12 -12
  24. package/src/com/controlresell/models/conversations/UserConversations.d.ts +7 -7
  25. package/src/com/controlresell/models/conversations/messages/ConversationMessage.d.ts +3 -3
  26. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.d.ts +1 -1
  27. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.d.ts.map +1 -1
  28. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.js +1 -1
  29. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.js.map +1 -1
  30. package/src/com/controlresell/models/conversations/messages/ConversationMessagePreferenceType.ts +1 -1
  31. package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.d.ts +3 -3
  32. package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.d.ts +3 -3
  33. package/src/com/controlresell/models/conversations/messages/PaginatedConversationMessages.d.ts +5 -5
  34. package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.d.ts +3 -3
  35. package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.d.ts +3 -0
  36. package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.d.ts.map +1 -1
  37. package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.js +1 -0
  38. package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.js.map +1 -1
  39. package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.ts +1 -0
  40. package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -5
  41. package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -5
  42. package/src/com/controlresell/models/items/CreatedItems.d.ts +272 -712
  43. package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
  44. package/src/com/controlresell/models/items/Item.d.ts +232 -600
  45. package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
  46. package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -3
  47. package/src/com/controlresell/models/items/ItemUpdate.d.ts +136 -356
  48. package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
  49. package/src/com/controlresell/models/items/ItemUpdatePayload.d.ts +45 -0
  50. package/src/com/controlresell/models/items/ItemUpdatePayload.d.ts.map +1 -0
  51. package/src/com/controlresell/models/items/ItemUpdatePayload.js +6 -0
  52. package/src/com/controlresell/models/items/ItemUpdatePayload.js.map +1 -0
  53. package/src/com/controlresell/models/items/ItemUpdatePayload.ts +7 -0
  54. package/src/com/controlresell/models/items/UpdatedItem.d.ts +272 -712
  55. package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
  56. package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +96 -244
  57. package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
  58. package/src/com/controlresell/models/items/history/ItemHistory.d.ts +96 -244
  59. package/src/com/controlresell/models/items/history/ItemHistory.d.ts.map +1 -1
  60. package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +150 -374
  61. package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
  62. package/src/com/controlresell/models/items/history/ItemHistoryType.d.ts +1 -1
  63. package/src/com/controlresell/models/items/history/ItemHistoryType.d.ts.map +1 -1
  64. package/src/com/controlresell/models/items/history/ItemHistoryType.js +1 -1
  65. package/src/com/controlresell/models/items/history/ItemHistoryType.js.map +1 -1
  66. package/src/com/controlresell/models/items/history/ItemHistoryType.ts +1 -1
  67. package/src/com/controlresell/models/items/history/ItemHistoryTypeWithCount.d.ts +3 -3
  68. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +57 -133
  69. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts.map +1 -1
  70. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.js +2 -2
  71. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.js.map +1 -1
  72. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.ts +2 -1
  73. package/src/com/controlresell/models/notifications/CreateNotificationPreferencePayload.d.ts +3 -3
  74. package/src/com/controlresell/models/notifications/NotificationPreference.d.ts +3 -3
  75. package/src/com/controlresell/models/notifications/NotificationType.d.ts +1 -1
  76. package/src/com/controlresell/models/notifications/NotificationType.d.ts.map +1 -1
  77. package/src/com/controlresell/models/notifications/NotificationType.js +1 -1
  78. package/src/com/controlresell/models/notifications/NotificationType.js.map +1 -1
  79. package/src/com/controlresell/models/notifications/NotificationType.ts +1 -1
  80. package/src/com/controlresell/models/notifications/UpdateNotificationPreferencePayload.d.ts +3 -3
  81. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +156 -412
  82. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
  83. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +136 -356
  84. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
  85. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +136 -356
  86. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
  87. package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +7 -7
  88. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +310 -750
  89. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  90. package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +10 -10
  91. package/src/index.d.ts +2 -0
  92. package/src/index.d.ts.map +1 -1
  93. package/src/index.js +2 -0
  94. package/src/index.js.map +1 -1
  95. 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
- post: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1317
- brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1318
- catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1319
- catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1320
- colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1321
- colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
1322
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1323
- measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1324
- measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1325
- packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1326
- photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1327
- price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1328
- currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1329
- size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1330
- sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1331
- status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1332
- statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1333
- title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1334
- isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1335
- isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1336
- isHidden: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1337
- isDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1338
- isUnisex: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
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
- status?: string | null | undefined;
1345
- title?: string | null | undefined;
1346
- description?: string | null | undefined;
1347
- brand?: string | null | undefined;
1348
- statusId?: number | null | undefined;
1349
- sizeId?: number | null | undefined;
1350
- colorIds?: number[] | null | undefined;
1351
- packageSizeId?: number | null | undefined;
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
- status?: string | null | undefined;
1372
- title?: string | null | undefined;
1373
- description?: string | null | undefined;
1374
- brand?: string | null | undefined;
1375
- statusId?: number | null | undefined;
1376
- sizeId?: number | null | undefined;
1377
- colorIds?: number[] | null | undefined;
1378
- packageSizeId?: number | null | undefined;
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
- post?: {
1402
- status?: string | null | undefined;
1403
- title?: string | null | undefined;
1404
- description?: string | null | undefined;
1405
- brand?: string | null | undefined;
1406
- statusId?: number | null | undefined;
1407
- sizeId?: number | null | undefined;
1408
- colorIds?: number[] | null | undefined;
1409
- packageSizeId?: number | null | undefined;
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
- post?: {
1433
- status?: string | null | undefined;
1434
- title?: string | null | undefined;
1435
- description?: string | null | undefined;
1436
- brand?: string | null | undefined;
1437
- statusId?: number | null | undefined;
1438
- sizeId?: number | null | undefined;
1439
- colorIds?: number[] | null | undefined;
1440
- packageSizeId?: number | null | undefined;
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
- post?: {
1468
- status?: string | null | undefined;
1469
- title?: string | null | undefined;
1470
- description?: string | null | undefined;
1471
- brand?: string | null | undefined;
1472
- statusId?: number | null | undefined;
1473
- sizeId?: number | null | undefined;
1474
- colorIds?: number[] | null | undefined;
1475
- packageSizeId?: number | null | undefined;
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
- post?: {
1502
- status?: string | null | undefined;
1503
- title?: string | null | undefined;
1504
- description?: string | null | undefined;
1505
- brand?: string | null | undefined;
1506
- statusId?: number | null | undefined;
1507
- sizeId?: number | null | undefined;
1508
- colorIds?: number[] | null | undefined;
1509
- packageSizeId?: number | null | undefined;
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
- post: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2816
- brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2817
- catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2818
- catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2819
- colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2820
- colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
2821
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2822
- measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2823
- measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2824
- packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2825
- photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2826
- price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2827
- currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2828
- size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2829
- sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2830
- status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2831
- statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2832
- title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2833
- isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2834
- isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2835
- isHidden: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2836
- isDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2837
- isUnisex: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
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
- status?: string | null | undefined;
2844
- title?: string | null | undefined;
2845
- description?: string | null | undefined;
2846
- brand?: string | null | undefined;
2847
- statusId?: number | null | undefined;
2848
- sizeId?: number | null | undefined;
2849
- colorIds?: number[] | null | undefined;
2850
- packageSizeId?: number | null | undefined;
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
- status?: string | null | undefined;
2871
- title?: string | null | undefined;
2872
- description?: string | null | undefined;
2873
- brand?: string | null | undefined;
2874
- statusId?: number | null | undefined;
2875
- sizeId?: number | null | undefined;
2876
- colorIds?: number[] | null | undefined;
2877
- packageSizeId?: number | null | undefined;
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
- post?: {
2901
- status?: string | null | undefined;
2902
- title?: string | null | undefined;
2903
- description?: string | null | undefined;
2904
- brand?: string | null | undefined;
2905
- statusId?: number | null | undefined;
2906
- sizeId?: number | null | undefined;
2907
- colorIds?: number[] | null | undefined;
2908
- packageSizeId?: number | null | undefined;
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
- post?: {
2932
- status?: string | null | undefined;
2933
- title?: string | null | undefined;
2934
- description?: string | null | undefined;
2935
- brand?: string | null | undefined;
2936
- statusId?: number | null | undefined;
2937
- sizeId?: number | null | undefined;
2938
- colorIds?: number[] | null | undefined;
2939
- packageSizeId?: number | null | undefined;
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
- post?: {
2967
- status?: string | null | undefined;
2968
- title?: string | null | undefined;
2969
- description?: string | null | undefined;
2970
- brand?: string | null | undefined;
2971
- statusId?: number | null | undefined;
2972
- sizeId?: number | null | undefined;
2973
- colorIds?: number[] | null | undefined;
2974
- packageSizeId?: number | null | undefined;
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
- post?: {
3001
- status?: string | null | undefined;
3002
- title?: string | null | undefined;
3003
- description?: string | null | undefined;
3004
- brand?: string | null | undefined;
3005
- statusId?: number | null | undefined;
3006
- sizeId?: number | null | undefined;
3007
- colorIds?: number[] | null | undefined;
3008
- packageSizeId?: number | null | undefined;
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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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkB1C,CAAA;AACF,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAA"}
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,2eAEhC,CAAA;AACF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA"}
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"}