controlresell 2.9.6 → 2.9.8

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 (60) hide show
  1. package/package.json +1 -1
  2. package/src/com/controlresell/api/responses/items/ItemAction.d.ts +1 -1
  3. package/src/com/controlresell/api/responses/items/ItemAction.d.ts.map +1 -1
  4. package/src/com/controlresell/api/responses/items/ItemAction.js +1 -1
  5. package/src/com/controlresell/api/responses/items/ItemAction.js.map +1 -1
  6. package/src/com/controlresell/api/responses/items/ItemAction.ts +1 -1
  7. package/src/com/controlresell/api/responses/items/ItemActions.d.ts +3 -3
  8. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +439 -7
  9. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
  10. package/src/com/controlresell/api/responses/items/ListedItem.d.ts +365 -5
  11. package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
  12. package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +864 -0
  13. package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
  14. package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +864 -0
  15. package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts.map +1 -1
  16. package/src/com/controlresell/inventory/models/items/Item.d.ts +720 -0
  17. package/src/com/controlresell/inventory/models/items/Item.d.ts.map +1 -1
  18. package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +755 -2271
  19. package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
  20. package/src/com/controlresell/inventory/models/items/ItemUpdate.js +2 -2
  21. package/src/com/controlresell/inventory/models/items/ItemUpdate.js.map +1 -1
  22. package/src/com/controlresell/inventory/models/items/ItemUpdate.ts +2 -2
  23. package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +864 -0
  24. package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -1
  25. package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +288 -0
  26. package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
  27. package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +288 -0
  28. package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts.map +1 -1
  29. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +436 -0
  30. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
  31. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.js +13 -1
  32. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.js.map +1 -1
  33. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.ts +17 -1
  34. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.d.ts +10 -0
  35. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.d.ts.map +1 -0
  36. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.js +6 -0
  37. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.js.map +1 -0
  38. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.ts +7 -0
  39. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +136 -0
  40. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.d.ts.map +1 -0
  41. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.js +9 -0
  42. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.js.map +1 -0
  43. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.ts +10 -0
  44. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +990 -2794
  45. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
  46. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +708 -2224
  47. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
  48. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.js +2 -2
  49. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.js.map +1 -1
  50. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.ts +2 -2
  51. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +2924 -5956
  52. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  53. package/src/com/controlresell/models/users/ws/UserWsPayload.js +2 -2
  54. package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
  55. package/src/com/controlresell/models/users/ws/UserWsPayload.ts +2 -2
  56. package/src/index.d.ts +2 -0
  57. package/src/index.d.ts.map +1 -1
  58. package/src/index.js +2 -0
  59. package/src/index.js.map +1 -1
  60. package/src/index.ts +2 -0
@@ -1369,6 +1369,222 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1369
1369
  error?: string | null | undefined;
1370
1370
  }[] | null | undefined;
1371
1371
  };
1372
+ }>, z.ZodObject<{
1373
+ data: z.ZodObject<{
1374
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
1375
+ }, "strip", z.ZodTypeAny, {
1376
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1377
+ }, {
1378
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1379
+ }>;
1380
+ type: z.ZodLiteral<"UPDATED">;
1381
+ }, "strip", z.ZodTypeAny, {
1382
+ type: "UPDATED";
1383
+ data: {
1384
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1385
+ };
1386
+ }, {
1387
+ type: "UPDATED";
1388
+ data: {
1389
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1390
+ };
1391
+ }>, z.ZodObject<{
1392
+ data: z.ZodObject<{
1393
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
1394
+ post: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1395
+ brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1396
+ catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1397
+ catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1398
+ colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1399
+ colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
1400
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1401
+ measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1402
+ measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1403
+ packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1404
+ photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1405
+ price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1406
+ currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1407
+ size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1408
+ sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1409
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1410
+ statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1411
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1412
+ isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1413
+ isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1414
+ availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1415
+ material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
1416
+ manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1417
+ labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1418
+ }, "strip", z.ZodTypeAny, {
1419
+ status?: string | null | undefined;
1420
+ price?: number | null | undefined;
1421
+ currency?: string | null | undefined;
1422
+ brand?: string | null | undefined;
1423
+ catalog?: string | null | undefined;
1424
+ catalogId?: number | null | undefined;
1425
+ colors?: string[] | null | undefined;
1426
+ colorIds?: number[] | null | undefined;
1427
+ description?: string | null | undefined;
1428
+ measurementLength?: number | null | undefined;
1429
+ measurementWidth?: number | null | undefined;
1430
+ packageSizeId?: number | null | undefined;
1431
+ photoUrls?: string[] | null | undefined;
1432
+ size?: string | null | undefined;
1433
+ sizeId?: number | null | undefined;
1434
+ statusId?: number | null | undefined;
1435
+ title?: string | null | undefined;
1436
+ isDraft?: boolean | null | undefined;
1437
+ isArchived?: boolean | null | undefined;
1438
+ availableQuantity?: number | null | undefined;
1439
+ material?: number[] | null | undefined;
1440
+ manufacturerLabelling?: string | null | undefined;
1441
+ labels?: string[] | null | undefined;
1442
+ }, {
1443
+ status?: string | null | undefined;
1444
+ price?: number | null | undefined;
1445
+ currency?: string | null | undefined;
1446
+ brand?: string | null | undefined;
1447
+ catalog?: string | null | undefined;
1448
+ catalogId?: number | null | undefined;
1449
+ colors?: string[] | null | undefined;
1450
+ colorIds?: number[] | null | undefined;
1451
+ description?: string | null | undefined;
1452
+ measurementLength?: number | null | undefined;
1453
+ measurementWidth?: number | null | undefined;
1454
+ packageSizeId?: number | null | undefined;
1455
+ photoUrls?: string[] | null | undefined;
1456
+ size?: string | null | undefined;
1457
+ sizeId?: number | null | undefined;
1458
+ statusId?: number | null | undefined;
1459
+ title?: string | null | undefined;
1460
+ isDraft?: boolean | null | undefined;
1461
+ isArchived?: boolean | null | undefined;
1462
+ availableQuantity?: number | null | undefined;
1463
+ material?: number[] | null | undefined;
1464
+ manufacturerLabelling?: string | null | undefined;
1465
+ labels?: string[] | null | undefined;
1466
+ }>>>;
1467
+ targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1468
+ }, "strip", z.ZodTypeAny, {
1469
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1470
+ post?: {
1471
+ status?: string | null | undefined;
1472
+ price?: number | null | undefined;
1473
+ currency?: string | null | undefined;
1474
+ brand?: string | null | undefined;
1475
+ catalog?: string | null | undefined;
1476
+ catalogId?: number | null | undefined;
1477
+ colors?: string[] | null | undefined;
1478
+ colorIds?: number[] | null | undefined;
1479
+ description?: string | null | undefined;
1480
+ measurementLength?: number | null | undefined;
1481
+ measurementWidth?: number | null | undefined;
1482
+ packageSizeId?: number | null | undefined;
1483
+ photoUrls?: string[] | null | undefined;
1484
+ size?: string | null | undefined;
1485
+ sizeId?: number | null | undefined;
1486
+ statusId?: number | null | undefined;
1487
+ title?: string | null | undefined;
1488
+ isDraft?: boolean | null | undefined;
1489
+ isArchived?: boolean | null | undefined;
1490
+ availableQuantity?: number | null | undefined;
1491
+ material?: number[] | null | undefined;
1492
+ manufacturerLabelling?: string | null | undefined;
1493
+ labels?: string[] | null | undefined;
1494
+ } | null | undefined;
1495
+ targetDate?: Date | null | undefined;
1496
+ }, {
1497
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1498
+ post?: {
1499
+ status?: string | null | undefined;
1500
+ price?: number | null | undefined;
1501
+ currency?: string | null | undefined;
1502
+ brand?: string | null | undefined;
1503
+ catalog?: string | null | undefined;
1504
+ catalogId?: number | null | undefined;
1505
+ colors?: string[] | null | undefined;
1506
+ colorIds?: number[] | null | undefined;
1507
+ description?: string | null | undefined;
1508
+ measurementLength?: number | null | undefined;
1509
+ measurementWidth?: number | null | undefined;
1510
+ packageSizeId?: number | null | undefined;
1511
+ photoUrls?: string[] | null | undefined;
1512
+ size?: string | null | undefined;
1513
+ sizeId?: number | null | undefined;
1514
+ statusId?: number | null | undefined;
1515
+ title?: string | null | undefined;
1516
+ isDraft?: boolean | null | undefined;
1517
+ isArchived?: boolean | null | undefined;
1518
+ availableQuantity?: number | null | undefined;
1519
+ material?: number[] | null | undefined;
1520
+ manufacturerLabelling?: string | null | undefined;
1521
+ labels?: string[] | null | undefined;
1522
+ } | null | undefined;
1523
+ targetDate?: Date | null | undefined;
1524
+ }>;
1525
+ type: z.ZodLiteral<"UPDATING">;
1526
+ }, "strip", z.ZodTypeAny, {
1527
+ type: "UPDATING";
1528
+ data: {
1529
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1530
+ post?: {
1531
+ status?: string | null | undefined;
1532
+ price?: number | null | undefined;
1533
+ currency?: string | null | undefined;
1534
+ brand?: string | null | undefined;
1535
+ catalog?: string | null | undefined;
1536
+ catalogId?: number | null | undefined;
1537
+ colors?: string[] | null | undefined;
1538
+ colorIds?: number[] | null | undefined;
1539
+ description?: string | null | undefined;
1540
+ measurementLength?: number | null | undefined;
1541
+ measurementWidth?: number | null | undefined;
1542
+ packageSizeId?: number | null | undefined;
1543
+ photoUrls?: string[] | null | undefined;
1544
+ size?: string | null | undefined;
1545
+ sizeId?: number | null | undefined;
1546
+ statusId?: number | null | undefined;
1547
+ title?: string | null | undefined;
1548
+ isDraft?: boolean | null | undefined;
1549
+ isArchived?: boolean | null | undefined;
1550
+ availableQuantity?: number | null | undefined;
1551
+ material?: number[] | null | undefined;
1552
+ manufacturerLabelling?: string | null | undefined;
1553
+ labels?: string[] | null | undefined;
1554
+ } | null | undefined;
1555
+ targetDate?: Date | null | undefined;
1556
+ };
1557
+ }, {
1558
+ type: "UPDATING";
1559
+ data: {
1560
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1561
+ post?: {
1562
+ status?: string | null | undefined;
1563
+ price?: number | null | undefined;
1564
+ currency?: string | null | undefined;
1565
+ brand?: string | null | undefined;
1566
+ catalog?: string | null | undefined;
1567
+ catalogId?: number | null | undefined;
1568
+ colors?: string[] | null | undefined;
1569
+ colorIds?: number[] | null | undefined;
1570
+ description?: string | null | undefined;
1571
+ measurementLength?: number | null | undefined;
1572
+ measurementWidth?: number | null | undefined;
1573
+ packageSizeId?: number | null | undefined;
1574
+ photoUrls?: string[] | null | undefined;
1575
+ size?: string | null | undefined;
1576
+ sizeId?: number | null | undefined;
1577
+ statusId?: number | null | undefined;
1578
+ title?: string | null | undefined;
1579
+ isDraft?: boolean | null | undefined;
1580
+ isArchived?: boolean | null | undefined;
1581
+ availableQuantity?: number | null | undefined;
1582
+ material?: number[] | null | undefined;
1583
+ manufacturerLabelling?: string | null | undefined;
1584
+ labels?: string[] | null | undefined;
1585
+ } | null | undefined;
1586
+ targetDate?: Date | null | undefined;
1587
+ };
1372
1588
  }>]>>>;
1373
1589
  createdAt: z.ZodDate;
1374
1590
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
@@ -1533,6 +1749,42 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1533
1749
  error?: string | null | undefined;
1534
1750
  }[] | null | undefined;
1535
1751
  };
1752
+ } | {
1753
+ type: "UPDATED";
1754
+ data: {
1755
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1756
+ };
1757
+ } | {
1758
+ type: "UPDATING";
1759
+ data: {
1760
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1761
+ post?: {
1762
+ status?: string | null | undefined;
1763
+ price?: number | null | undefined;
1764
+ currency?: string | null | undefined;
1765
+ brand?: string | null | undefined;
1766
+ catalog?: string | null | undefined;
1767
+ catalogId?: number | null | undefined;
1768
+ colors?: string[] | null | undefined;
1769
+ colorIds?: number[] | null | undefined;
1770
+ description?: string | null | undefined;
1771
+ measurementLength?: number | null | undefined;
1772
+ measurementWidth?: number | null | undefined;
1773
+ packageSizeId?: number | null | undefined;
1774
+ photoUrls?: string[] | null | undefined;
1775
+ size?: string | null | undefined;
1776
+ sizeId?: number | null | undefined;
1777
+ statusId?: number | null | undefined;
1778
+ title?: string | null | undefined;
1779
+ isDraft?: boolean | null | undefined;
1780
+ isArchived?: boolean | null | undefined;
1781
+ availableQuantity?: number | null | undefined;
1782
+ material?: number[] | null | undefined;
1783
+ manufacturerLabelling?: string | null | undefined;
1784
+ labels?: string[] | null | undefined;
1785
+ } | null | undefined;
1786
+ targetDate?: Date | null | undefined;
1787
+ };
1536
1788
  } | null | undefined;
1537
1789
  accountId?: string | null | undefined;
1538
1790
  requestId?: string | null | undefined;
@@ -1696,6 +1948,42 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
1696
1948
  error?: string | null | undefined;
1697
1949
  }[] | null | undefined;
1698
1950
  };
1951
+ } | {
1952
+ type: "UPDATED";
1953
+ data: {
1954
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1955
+ };
1956
+ } | {
1957
+ type: "UPDATING";
1958
+ data: {
1959
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1960
+ post?: {
1961
+ status?: string | null | undefined;
1962
+ price?: number | null | undefined;
1963
+ currency?: string | null | undefined;
1964
+ brand?: string | null | undefined;
1965
+ catalog?: string | null | undefined;
1966
+ catalogId?: number | null | undefined;
1967
+ colors?: string[] | null | undefined;
1968
+ colorIds?: number[] | null | undefined;
1969
+ description?: string | null | undefined;
1970
+ measurementLength?: number | null | undefined;
1971
+ measurementWidth?: number | null | undefined;
1972
+ packageSizeId?: number | null | undefined;
1973
+ photoUrls?: string[] | null | undefined;
1974
+ size?: string | null | undefined;
1975
+ sizeId?: number | null | undefined;
1976
+ statusId?: number | null | undefined;
1977
+ title?: string | null | undefined;
1978
+ isDraft?: boolean | null | undefined;
1979
+ isArchived?: boolean | null | undefined;
1980
+ availableQuantity?: number | null | undefined;
1981
+ material?: number[] | null | undefined;
1982
+ manufacturerLabelling?: string | null | undefined;
1983
+ labels?: string[] | null | undefined;
1984
+ } | null | undefined;
1985
+ targetDate?: Date | null | undefined;
1986
+ };
1699
1987
  } | null | undefined;
1700
1988
  accountId?: string | null | undefined;
1701
1989
  requestId?: string | null | undefined;
@@ -2683,6 +2971,222 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2683
2971
  error?: string | null | undefined;
2684
2972
  }[] | null | undefined;
2685
2973
  };
2974
+ }>, z.ZodObject<{
2975
+ data: z.ZodObject<{
2976
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
2977
+ }, "strip", z.ZodTypeAny, {
2978
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2979
+ }, {
2980
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2981
+ }>;
2982
+ type: z.ZodLiteral<"UPDATED">;
2983
+ }, "strip", z.ZodTypeAny, {
2984
+ type: "UPDATED";
2985
+ data: {
2986
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2987
+ };
2988
+ }, {
2989
+ type: "UPDATED";
2990
+ data: {
2991
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2992
+ };
2993
+ }>, z.ZodObject<{
2994
+ data: z.ZodObject<{
2995
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
2996
+ post: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2997
+ brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2998
+ catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2999
+ catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3000
+ colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3001
+ colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
3002
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3003
+ measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3004
+ measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3005
+ packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3006
+ photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3007
+ price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3008
+ currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3009
+ size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3010
+ sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3011
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3012
+ statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3013
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3014
+ isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3015
+ isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3016
+ availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3017
+ material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
3018
+ manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3019
+ labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3020
+ }, "strip", z.ZodTypeAny, {
3021
+ status?: string | null | undefined;
3022
+ price?: number | null | undefined;
3023
+ currency?: string | null | undefined;
3024
+ brand?: string | null | undefined;
3025
+ catalog?: string | null | undefined;
3026
+ catalogId?: number | null | undefined;
3027
+ colors?: string[] | null | undefined;
3028
+ colorIds?: number[] | null | undefined;
3029
+ description?: string | null | undefined;
3030
+ measurementLength?: number | null | undefined;
3031
+ measurementWidth?: number | null | undefined;
3032
+ packageSizeId?: number | null | undefined;
3033
+ photoUrls?: string[] | null | undefined;
3034
+ size?: string | null | undefined;
3035
+ sizeId?: number | null | undefined;
3036
+ statusId?: number | null | undefined;
3037
+ title?: string | null | undefined;
3038
+ isDraft?: boolean | null | undefined;
3039
+ isArchived?: boolean | null | undefined;
3040
+ availableQuantity?: number | null | undefined;
3041
+ material?: number[] | null | undefined;
3042
+ manufacturerLabelling?: string | null | undefined;
3043
+ labels?: string[] | null | undefined;
3044
+ }, {
3045
+ status?: string | null | undefined;
3046
+ price?: number | null | undefined;
3047
+ currency?: string | null | undefined;
3048
+ brand?: string | null | undefined;
3049
+ catalog?: string | null | undefined;
3050
+ catalogId?: number | null | undefined;
3051
+ colors?: string[] | null | undefined;
3052
+ colorIds?: number[] | null | undefined;
3053
+ description?: string | null | undefined;
3054
+ measurementLength?: number | null | undefined;
3055
+ measurementWidth?: number | null | undefined;
3056
+ packageSizeId?: number | null | undefined;
3057
+ photoUrls?: string[] | null | undefined;
3058
+ size?: string | null | undefined;
3059
+ sizeId?: number | null | undefined;
3060
+ statusId?: number | null | undefined;
3061
+ title?: string | null | undefined;
3062
+ isDraft?: boolean | null | undefined;
3063
+ isArchived?: boolean | null | undefined;
3064
+ availableQuantity?: number | null | undefined;
3065
+ material?: number[] | null | undefined;
3066
+ manufacturerLabelling?: string | null | undefined;
3067
+ labels?: string[] | null | undefined;
3068
+ }>>>;
3069
+ targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
3070
+ }, "strip", z.ZodTypeAny, {
3071
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3072
+ post?: {
3073
+ status?: string | null | undefined;
3074
+ price?: number | null | undefined;
3075
+ currency?: string | null | undefined;
3076
+ brand?: string | null | undefined;
3077
+ catalog?: string | null | undefined;
3078
+ catalogId?: number | null | undefined;
3079
+ colors?: string[] | null | undefined;
3080
+ colorIds?: number[] | null | undefined;
3081
+ description?: string | null | undefined;
3082
+ measurementLength?: number | null | undefined;
3083
+ measurementWidth?: number | null | undefined;
3084
+ packageSizeId?: number | null | undefined;
3085
+ photoUrls?: string[] | null | undefined;
3086
+ size?: string | null | undefined;
3087
+ sizeId?: number | null | undefined;
3088
+ statusId?: number | null | undefined;
3089
+ title?: string | null | undefined;
3090
+ isDraft?: boolean | null | undefined;
3091
+ isArchived?: boolean | null | undefined;
3092
+ availableQuantity?: number | null | undefined;
3093
+ material?: number[] | null | undefined;
3094
+ manufacturerLabelling?: string | null | undefined;
3095
+ labels?: string[] | null | undefined;
3096
+ } | null | undefined;
3097
+ targetDate?: Date | null | undefined;
3098
+ }, {
3099
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3100
+ post?: {
3101
+ status?: string | null | undefined;
3102
+ price?: number | null | undefined;
3103
+ currency?: string | null | undefined;
3104
+ brand?: string | null | undefined;
3105
+ catalog?: string | null | undefined;
3106
+ catalogId?: number | null | undefined;
3107
+ colors?: string[] | null | undefined;
3108
+ colorIds?: number[] | null | undefined;
3109
+ description?: string | null | undefined;
3110
+ measurementLength?: number | null | undefined;
3111
+ measurementWidth?: number | null | undefined;
3112
+ packageSizeId?: number | null | undefined;
3113
+ photoUrls?: string[] | null | undefined;
3114
+ size?: string | null | undefined;
3115
+ sizeId?: number | null | undefined;
3116
+ statusId?: number | null | undefined;
3117
+ title?: string | null | undefined;
3118
+ isDraft?: boolean | null | undefined;
3119
+ isArchived?: boolean | null | undefined;
3120
+ availableQuantity?: number | null | undefined;
3121
+ material?: number[] | null | undefined;
3122
+ manufacturerLabelling?: string | null | undefined;
3123
+ labels?: string[] | null | undefined;
3124
+ } | null | undefined;
3125
+ targetDate?: Date | null | undefined;
3126
+ }>;
3127
+ type: z.ZodLiteral<"UPDATING">;
3128
+ }, "strip", z.ZodTypeAny, {
3129
+ type: "UPDATING";
3130
+ data: {
3131
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3132
+ post?: {
3133
+ status?: string | null | undefined;
3134
+ price?: number | null | undefined;
3135
+ currency?: string | null | undefined;
3136
+ brand?: string | null | undefined;
3137
+ catalog?: string | null | undefined;
3138
+ catalogId?: number | null | undefined;
3139
+ colors?: string[] | null | undefined;
3140
+ colorIds?: number[] | null | undefined;
3141
+ description?: string | null | undefined;
3142
+ measurementLength?: number | null | undefined;
3143
+ measurementWidth?: number | null | undefined;
3144
+ packageSizeId?: number | null | undefined;
3145
+ photoUrls?: string[] | null | undefined;
3146
+ size?: string | null | undefined;
3147
+ sizeId?: number | null | undefined;
3148
+ statusId?: number | null | undefined;
3149
+ title?: string | null | undefined;
3150
+ isDraft?: boolean | null | undefined;
3151
+ isArchived?: boolean | null | undefined;
3152
+ availableQuantity?: number | null | undefined;
3153
+ material?: number[] | null | undefined;
3154
+ manufacturerLabelling?: string | null | undefined;
3155
+ labels?: string[] | null | undefined;
3156
+ } | null | undefined;
3157
+ targetDate?: Date | null | undefined;
3158
+ };
3159
+ }, {
3160
+ type: "UPDATING";
3161
+ data: {
3162
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3163
+ post?: {
3164
+ status?: string | null | undefined;
3165
+ price?: number | null | undefined;
3166
+ currency?: string | null | undefined;
3167
+ brand?: string | null | undefined;
3168
+ catalog?: string | null | undefined;
3169
+ catalogId?: number | null | undefined;
3170
+ colors?: string[] | null | undefined;
3171
+ colorIds?: number[] | null | undefined;
3172
+ description?: string | null | undefined;
3173
+ measurementLength?: number | null | undefined;
3174
+ measurementWidth?: number | null | undefined;
3175
+ packageSizeId?: number | null | undefined;
3176
+ photoUrls?: string[] | null | undefined;
3177
+ size?: string | null | undefined;
3178
+ sizeId?: number | null | undefined;
3179
+ statusId?: number | null | undefined;
3180
+ title?: string | null | undefined;
3181
+ isDraft?: boolean | null | undefined;
3182
+ isArchived?: boolean | null | undefined;
3183
+ availableQuantity?: number | null | undefined;
3184
+ material?: number[] | null | undefined;
3185
+ manufacturerLabelling?: string | null | undefined;
3186
+ labels?: string[] | null | undefined;
3187
+ } | null | undefined;
3188
+ targetDate?: Date | null | undefined;
3189
+ };
2686
3190
  }>]>>>;
2687
3191
  createdAt: z.ZodDate;
2688
3192
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
@@ -2847,6 +3351,42 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
2847
3351
  error?: string | null | undefined;
2848
3352
  }[] | null | undefined;
2849
3353
  };
3354
+ } | {
3355
+ type: "UPDATED";
3356
+ data: {
3357
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3358
+ };
3359
+ } | {
3360
+ type: "UPDATING";
3361
+ data: {
3362
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3363
+ post?: {
3364
+ status?: string | null | undefined;
3365
+ price?: number | null | undefined;
3366
+ currency?: string | null | undefined;
3367
+ brand?: string | null | undefined;
3368
+ catalog?: string | null | undefined;
3369
+ catalogId?: number | null | undefined;
3370
+ colors?: string[] | null | undefined;
3371
+ colorIds?: number[] | null | undefined;
3372
+ description?: string | null | undefined;
3373
+ measurementLength?: number | null | undefined;
3374
+ measurementWidth?: number | null | undefined;
3375
+ packageSizeId?: number | null | undefined;
3376
+ photoUrls?: string[] | null | undefined;
3377
+ size?: string | null | undefined;
3378
+ sizeId?: number | null | undefined;
3379
+ statusId?: number | null | undefined;
3380
+ title?: string | null | undefined;
3381
+ isDraft?: boolean | null | undefined;
3382
+ isArchived?: boolean | null | undefined;
3383
+ availableQuantity?: number | null | undefined;
3384
+ material?: number[] | null | undefined;
3385
+ manufacturerLabelling?: string | null | undefined;
3386
+ labels?: string[] | null | undefined;
3387
+ } | null | undefined;
3388
+ targetDate?: Date | null | undefined;
3389
+ };
2850
3390
  } | null | undefined;
2851
3391
  accountId?: string | null | undefined;
2852
3392
  requestId?: string | null | undefined;
@@ -3010,6 +3550,42 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3010
3550
  error?: string | null | undefined;
3011
3551
  }[] | null | undefined;
3012
3552
  };
3553
+ } | {
3554
+ type: "UPDATED";
3555
+ data: {
3556
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3557
+ };
3558
+ } | {
3559
+ type: "UPDATING";
3560
+ data: {
3561
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3562
+ post?: {
3563
+ status?: string | null | undefined;
3564
+ price?: number | null | undefined;
3565
+ currency?: string | null | undefined;
3566
+ brand?: string | null | undefined;
3567
+ catalog?: string | null | undefined;
3568
+ catalogId?: number | null | undefined;
3569
+ colors?: string[] | null | undefined;
3570
+ colorIds?: number[] | null | undefined;
3571
+ description?: string | null | undefined;
3572
+ measurementLength?: number | null | undefined;
3573
+ measurementWidth?: number | null | undefined;
3574
+ packageSizeId?: number | null | undefined;
3575
+ photoUrls?: string[] | null | undefined;
3576
+ size?: string | null | undefined;
3577
+ sizeId?: number | null | undefined;
3578
+ statusId?: number | null | undefined;
3579
+ title?: string | null | undefined;
3580
+ isDraft?: boolean | null | undefined;
3581
+ isArchived?: boolean | null | undefined;
3582
+ availableQuantity?: number | null | undefined;
3583
+ material?: number[] | null | undefined;
3584
+ manufacturerLabelling?: string | null | undefined;
3585
+ labels?: string[] | null | undefined;
3586
+ } | null | undefined;
3587
+ targetDate?: Date | null | undefined;
3588
+ };
3013
3589
  } | null | undefined;
3014
3590
  accountId?: string | null | undefined;
3015
3591
  requestId?: string | null | undefined;
@@ -3266,6 +3842,42 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3266
3842
  error?: string | null | undefined;
3267
3843
  }[] | null | undefined;
3268
3844
  };
3845
+ } | {
3846
+ type: "UPDATED";
3847
+ data: {
3848
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3849
+ };
3850
+ } | {
3851
+ type: "UPDATING";
3852
+ data: {
3853
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3854
+ post?: {
3855
+ status?: string | null | undefined;
3856
+ price?: number | null | undefined;
3857
+ currency?: string | null | undefined;
3858
+ brand?: string | null | undefined;
3859
+ catalog?: string | null | undefined;
3860
+ catalogId?: number | null | undefined;
3861
+ colors?: string[] | null | undefined;
3862
+ colorIds?: number[] | null | undefined;
3863
+ description?: string | null | undefined;
3864
+ measurementLength?: number | null | undefined;
3865
+ measurementWidth?: number | null | undefined;
3866
+ packageSizeId?: number | null | undefined;
3867
+ photoUrls?: string[] | null | undefined;
3868
+ size?: string | null | undefined;
3869
+ sizeId?: number | null | undefined;
3870
+ statusId?: number | null | undefined;
3871
+ title?: string | null | undefined;
3872
+ isDraft?: boolean | null | undefined;
3873
+ isArchived?: boolean | null | undefined;
3874
+ availableQuantity?: number | null | undefined;
3875
+ material?: number[] | null | undefined;
3876
+ manufacturerLabelling?: string | null | undefined;
3877
+ labels?: string[] | null | undefined;
3878
+ } | null | undefined;
3879
+ targetDate?: Date | null | undefined;
3880
+ };
3269
3881
  } | null | undefined;
3270
3882
  accountId?: string | null | undefined;
3271
3883
  requestId?: string | null | undefined;
@@ -3460,6 +4072,42 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3460
4072
  error?: string | null | undefined;
3461
4073
  }[] | null | undefined;
3462
4074
  };
4075
+ } | {
4076
+ type: "UPDATED";
4077
+ data: {
4078
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4079
+ };
4080
+ } | {
4081
+ type: "UPDATING";
4082
+ data: {
4083
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4084
+ post?: {
4085
+ status?: string | null | undefined;
4086
+ price?: number | null | undefined;
4087
+ currency?: string | null | undefined;
4088
+ brand?: string | null | undefined;
4089
+ catalog?: string | null | undefined;
4090
+ catalogId?: number | null | undefined;
4091
+ colors?: string[] | null | undefined;
4092
+ colorIds?: number[] | null | undefined;
4093
+ description?: string | null | undefined;
4094
+ measurementLength?: number | null | undefined;
4095
+ measurementWidth?: number | null | undefined;
4096
+ packageSizeId?: number | null | undefined;
4097
+ photoUrls?: string[] | null | undefined;
4098
+ size?: string | null | undefined;
4099
+ sizeId?: number | null | undefined;
4100
+ statusId?: number | null | undefined;
4101
+ title?: string | null | undefined;
4102
+ isDraft?: boolean | null | undefined;
4103
+ isArchived?: boolean | null | undefined;
4104
+ availableQuantity?: number | null | undefined;
4105
+ material?: number[] | null | undefined;
4106
+ manufacturerLabelling?: string | null | undefined;
4107
+ labels?: string[] | null | undefined;
4108
+ } | null | undefined;
4109
+ targetDate?: Date | null | undefined;
4110
+ };
3463
4111
  } | null | undefined;
3464
4112
  accountId?: string | null | undefined;
3465
4113
  requestId?: string | null | undefined;
@@ -3714,6 +4362,42 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3714
4362
  error?: string | null | undefined;
3715
4363
  }[] | null | undefined;
3716
4364
  };
4365
+ } | {
4366
+ type: "UPDATED";
4367
+ data: {
4368
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4369
+ };
4370
+ } | {
4371
+ type: "UPDATING";
4372
+ data: {
4373
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4374
+ post?: {
4375
+ status?: string | null | undefined;
4376
+ price?: number | null | undefined;
4377
+ currency?: string | null | undefined;
4378
+ brand?: string | null | undefined;
4379
+ catalog?: string | null | undefined;
4380
+ catalogId?: number | null | undefined;
4381
+ colors?: string[] | null | undefined;
4382
+ colorIds?: number[] | null | undefined;
4383
+ description?: string | null | undefined;
4384
+ measurementLength?: number | null | undefined;
4385
+ measurementWidth?: number | null | undefined;
4386
+ packageSizeId?: number | null | undefined;
4387
+ photoUrls?: string[] | null | undefined;
4388
+ size?: string | null | undefined;
4389
+ sizeId?: number | null | undefined;
4390
+ statusId?: number | null | undefined;
4391
+ title?: string | null | undefined;
4392
+ isDraft?: boolean | null | undefined;
4393
+ isArchived?: boolean | null | undefined;
4394
+ availableQuantity?: number | null | undefined;
4395
+ material?: number[] | null | undefined;
4396
+ manufacturerLabelling?: string | null | undefined;
4397
+ labels?: string[] | null | undefined;
4398
+ } | null | undefined;
4399
+ targetDate?: Date | null | undefined;
4400
+ };
3717
4401
  } | null | undefined;
3718
4402
  accountId?: string | null | undefined;
3719
4403
  requestId?: string | null | undefined;
@@ -3908,6 +4592,42 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
3908
4592
  error?: string | null | undefined;
3909
4593
  }[] | null | undefined;
3910
4594
  };
4595
+ } | {
4596
+ type: "UPDATED";
4597
+ data: {
4598
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4599
+ };
4600
+ } | {
4601
+ type: "UPDATING";
4602
+ data: {
4603
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4604
+ post?: {
4605
+ status?: string | null | undefined;
4606
+ price?: number | null | undefined;
4607
+ currency?: string | null | undefined;
4608
+ brand?: string | null | undefined;
4609
+ catalog?: string | null | undefined;
4610
+ catalogId?: number | null | undefined;
4611
+ colors?: string[] | null | undefined;
4612
+ colorIds?: number[] | null | undefined;
4613
+ description?: string | null | undefined;
4614
+ measurementLength?: number | null | undefined;
4615
+ measurementWidth?: number | null | undefined;
4616
+ packageSizeId?: number | null | undefined;
4617
+ photoUrls?: string[] | null | undefined;
4618
+ size?: string | null | undefined;
4619
+ sizeId?: number | null | undefined;
4620
+ statusId?: number | null | undefined;
4621
+ title?: string | null | undefined;
4622
+ isDraft?: boolean | null | undefined;
4623
+ isArchived?: boolean | null | undefined;
4624
+ availableQuantity?: number | null | undefined;
4625
+ material?: number[] | null | undefined;
4626
+ manufacturerLabelling?: string | null | undefined;
4627
+ labels?: string[] | null | undefined;
4628
+ } | null | undefined;
4629
+ targetDate?: Date | null | undefined;
4630
+ };
3911
4631
  } | null | undefined;
3912
4632
  accountId?: string | null | undefined;
3913
4633
  requestId?: string | null | undefined;
@@ -4164,6 +4884,42 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4164
4884
  error?: string | null | undefined;
4165
4885
  }[] | null | undefined;
4166
4886
  };
4887
+ } | {
4888
+ type: "UPDATED";
4889
+ data: {
4890
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4891
+ };
4892
+ } | {
4893
+ type: "UPDATING";
4894
+ data: {
4895
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4896
+ post?: {
4897
+ status?: string | null | undefined;
4898
+ price?: number | null | undefined;
4899
+ currency?: string | null | undefined;
4900
+ brand?: string | null | undefined;
4901
+ catalog?: string | null | undefined;
4902
+ catalogId?: number | null | undefined;
4903
+ colors?: string[] | null | undefined;
4904
+ colorIds?: number[] | null | undefined;
4905
+ description?: string | null | undefined;
4906
+ measurementLength?: number | null | undefined;
4907
+ measurementWidth?: number | null | undefined;
4908
+ packageSizeId?: number | null | undefined;
4909
+ photoUrls?: string[] | null | undefined;
4910
+ size?: string | null | undefined;
4911
+ sizeId?: number | null | undefined;
4912
+ statusId?: number | null | undefined;
4913
+ title?: string | null | undefined;
4914
+ isDraft?: boolean | null | undefined;
4915
+ isArchived?: boolean | null | undefined;
4916
+ availableQuantity?: number | null | undefined;
4917
+ material?: number[] | null | undefined;
4918
+ manufacturerLabelling?: string | null | undefined;
4919
+ labels?: string[] | null | undefined;
4920
+ } | null | undefined;
4921
+ targetDate?: Date | null | undefined;
4922
+ };
4167
4923
  } | null | undefined;
4168
4924
  accountId?: string | null | undefined;
4169
4925
  requestId?: string | null | undefined;
@@ -4358,6 +5114,42 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4358
5114
  error?: string | null | undefined;
4359
5115
  }[] | null | undefined;
4360
5116
  };
5117
+ } | {
5118
+ type: "UPDATED";
5119
+ data: {
5120
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5121
+ };
5122
+ } | {
5123
+ type: "UPDATING";
5124
+ data: {
5125
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5126
+ post?: {
5127
+ status?: string | null | undefined;
5128
+ price?: number | null | undefined;
5129
+ currency?: string | null | undefined;
5130
+ brand?: string | null | undefined;
5131
+ catalog?: string | null | undefined;
5132
+ catalogId?: number | null | undefined;
5133
+ colors?: string[] | null | undefined;
5134
+ colorIds?: number[] | null | undefined;
5135
+ description?: string | null | undefined;
5136
+ measurementLength?: number | null | undefined;
5137
+ measurementWidth?: number | null | undefined;
5138
+ packageSizeId?: number | null | undefined;
5139
+ photoUrls?: string[] | null | undefined;
5140
+ size?: string | null | undefined;
5141
+ sizeId?: number | null | undefined;
5142
+ statusId?: number | null | undefined;
5143
+ title?: string | null | undefined;
5144
+ isDraft?: boolean | null | undefined;
5145
+ isArchived?: boolean | null | undefined;
5146
+ availableQuantity?: number | null | undefined;
5147
+ material?: number[] | null | undefined;
5148
+ manufacturerLabelling?: string | null | undefined;
5149
+ labels?: string[] | null | undefined;
5150
+ } | null | undefined;
5151
+ targetDate?: Date | null | undefined;
5152
+ };
4361
5153
  } | null | undefined;
4362
5154
  accountId?: string | null | undefined;
4363
5155
  requestId?: string | null | undefined;
@@ -4657,6 +5449,42 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4657
5449
  error?: string | null | undefined;
4658
5450
  }[] | null | undefined;
4659
5451
  };
5452
+ } | {
5453
+ type: "UPDATED";
5454
+ data: {
5455
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5456
+ };
5457
+ } | {
5458
+ type: "UPDATING";
5459
+ data: {
5460
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5461
+ post?: {
5462
+ status?: string | null | undefined;
5463
+ price?: number | null | undefined;
5464
+ currency?: string | null | undefined;
5465
+ brand?: string | null | undefined;
5466
+ catalog?: string | null | undefined;
5467
+ catalogId?: number | null | undefined;
5468
+ colors?: string[] | null | undefined;
5469
+ colorIds?: number[] | null | undefined;
5470
+ description?: string | null | undefined;
5471
+ measurementLength?: number | null | undefined;
5472
+ measurementWidth?: number | null | undefined;
5473
+ packageSizeId?: number | null | undefined;
5474
+ photoUrls?: string[] | null | undefined;
5475
+ size?: string | null | undefined;
5476
+ sizeId?: number | null | undefined;
5477
+ statusId?: number | null | undefined;
5478
+ title?: string | null | undefined;
5479
+ isDraft?: boolean | null | undefined;
5480
+ isArchived?: boolean | null | undefined;
5481
+ availableQuantity?: number | null | undefined;
5482
+ material?: number[] | null | undefined;
5483
+ manufacturerLabelling?: string | null | undefined;
5484
+ labels?: string[] | null | undefined;
5485
+ } | null | undefined;
5486
+ targetDate?: Date | null | undefined;
5487
+ };
4660
5488
  } | null | undefined;
4661
5489
  accountId?: string | null | undefined;
4662
5490
  requestId?: string | null | undefined;
@@ -4851,6 +5679,42 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
4851
5679
  error?: string | null | undefined;
4852
5680
  }[] | null | undefined;
4853
5681
  };
5682
+ } | {
5683
+ type: "UPDATED";
5684
+ data: {
5685
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5686
+ };
5687
+ } | {
5688
+ type: "UPDATING";
5689
+ data: {
5690
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5691
+ post?: {
5692
+ status?: string | null | undefined;
5693
+ price?: number | null | undefined;
5694
+ currency?: string | null | undefined;
5695
+ brand?: string | null | undefined;
5696
+ catalog?: string | null | undefined;
5697
+ catalogId?: number | null | undefined;
5698
+ colors?: string[] | null | undefined;
5699
+ colorIds?: number[] | null | undefined;
5700
+ description?: string | null | undefined;
5701
+ measurementLength?: number | null | undefined;
5702
+ measurementWidth?: number | null | undefined;
5703
+ packageSizeId?: number | null | undefined;
5704
+ photoUrls?: string[] | null | undefined;
5705
+ size?: string | null | undefined;
5706
+ sizeId?: number | null | undefined;
5707
+ statusId?: number | null | undefined;
5708
+ title?: string | null | undefined;
5709
+ isDraft?: boolean | null | undefined;
5710
+ isArchived?: boolean | null | undefined;
5711
+ availableQuantity?: number | null | undefined;
5712
+ material?: number[] | null | undefined;
5713
+ manufacturerLabelling?: string | null | undefined;
5714
+ labels?: string[] | null | undefined;
5715
+ } | null | undefined;
5716
+ targetDate?: Date | null | undefined;
5717
+ };
4854
5718
  } | null | undefined;
4855
5719
  accountId?: string | null | undefined;
4856
5720
  requestId?: string | null | undefined;