controlresell 2.9.5 → 2.9.7

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 (82) hide show
  1. package/package.json +1 -1
  2. package/src/com/controlresell/api/requests/items/cancel/CancelRequest.d.ts +16 -0
  3. package/src/com/controlresell/api/requests/items/cancel/CancelRequest.d.ts.map +1 -0
  4. package/src/com/controlresell/api/requests/items/cancel/CancelRequest.js +8 -0
  5. package/src/com/controlresell/api/requests/items/cancel/CancelRequest.js.map +1 -0
  6. package/src/com/controlresell/api/requests/items/cancel/CancelRequest.ts +9 -0
  7. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.d.ts +4 -0
  8. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.d.ts.map +1 -0
  9. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.js +5 -0
  10. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.js.map +1 -0
  11. package/src/com/controlresell/api/requests/items/cancel/CancelRequestAction.ts +6 -0
  12. package/src/com/controlresell/api/requests/items/publish/PublishRequest.d.ts +3 -0
  13. package/src/com/controlresell/api/requests/items/publish/PublishRequest.d.ts.map +1 -1
  14. package/src/com/controlresell/api/requests/items/publish/PublishRequest.js +1 -0
  15. package/src/com/controlresell/api/requests/items/publish/PublishRequest.js.map +1 -1
  16. package/src/com/controlresell/api/requests/items/publish/PublishRequest.ts +1 -0
  17. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts +3 -0
  18. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts.map +1 -1
  19. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js +1 -0
  20. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -1
  21. package/src/com/controlresell/api/requests/items/republish/RepublishRequest.ts +1 -0
  22. package/src/com/controlresell/api/responses/items/ItemAction.d.ts +1 -1
  23. package/src/com/controlresell/api/responses/items/ItemAction.d.ts.map +1 -1
  24. package/src/com/controlresell/api/responses/items/ItemAction.js +1 -1
  25. package/src/com/controlresell/api/responses/items/ItemAction.js.map +1 -1
  26. package/src/com/controlresell/api/responses/items/ItemAction.ts +1 -1
  27. package/src/com/controlresell/api/responses/items/ItemActions.d.ts +10 -0
  28. package/src/com/controlresell/api/responses/items/ItemActions.d.ts.map +1 -0
  29. package/src/com/controlresell/api/responses/items/ItemActions.js +6 -0
  30. package/src/com/controlresell/api/responses/items/ItemActions.js.map +1 -0
  31. package/src/com/controlresell/api/responses/items/ItemActions.ts +7 -0
  32. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +451 -5
  33. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
  34. package/src/com/controlresell/api/responses/items/ListedItem.d.ts +373 -3
  35. package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
  36. package/src/com/controlresell/api/responses/items/ListedItem.js +2 -2
  37. package/src/com/controlresell/api/responses/items/ListedItem.js.map +1 -1
  38. package/src/com/controlresell/api/responses/items/ListedItem.ts +2 -2
  39. package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts +2 -2
  40. package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +3005 -293
  41. package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
  42. package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +3039 -327
  43. package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts.map +1 -1
  44. package/src/com/controlresell/inventory/models/items/Item.d.ts +2379 -139
  45. package/src/com/controlresell/inventory/models/items/Item.d.ts.map +1 -1
  46. package/src/com/controlresell/inventory/models/items/Item.js +1 -0
  47. package/src/com/controlresell/inventory/models/items/Item.js.map +1 -1
  48. package/src/com/controlresell/inventory/models/items/Item.ts +1 -0
  49. package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +3039 -327
  50. package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
  51. package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +3039 -327
  52. package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -1
  53. package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +288 -0
  54. package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
  55. package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +288 -0
  56. package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts.map +1 -1
  57. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +436 -0
  58. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
  59. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.js +13 -1
  60. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.js.map +1 -1
  61. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.ts +17 -1
  62. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.d.ts +10 -0
  63. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.d.ts.map +1 -0
  64. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.js +6 -0
  65. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.js.map +1 -0
  66. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.ts +7 -0
  67. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +136 -0
  68. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.d.ts.map +1 -0
  69. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.js +9 -0
  70. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.js.map +1 -0
  71. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.ts +10 -0
  72. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +3704 -520
  73. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
  74. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +3005 -293
  75. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
  76. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +8404 -2980
  77. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  78. package/src/index.d.ts +5 -0
  79. package/src/index.d.ts.map +1 -1
  80. package/src/index.js +5 -0
  81. package/src/index.js.map +1 -1
  82. package/src/index.ts +5 -0
@@ -1043,6 +1043,222 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1043
1043
  error?: string | null | undefined;
1044
1044
  }[] | null | undefined;
1045
1045
  };
1046
+ }>, z.ZodObject<{
1047
+ data: z.ZodObject<{
1048
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
1049
+ }, "strip", z.ZodTypeAny, {
1050
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1051
+ }, {
1052
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1053
+ }>;
1054
+ type: z.ZodLiteral<"UPDATED">;
1055
+ }, "strip", z.ZodTypeAny, {
1056
+ type: "UPDATED";
1057
+ data: {
1058
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1059
+ };
1060
+ }, {
1061
+ type: "UPDATED";
1062
+ data: {
1063
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1064
+ };
1065
+ }>, z.ZodObject<{
1066
+ data: z.ZodObject<{
1067
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
1068
+ post: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1069
+ brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1070
+ catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1071
+ catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1072
+ colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1073
+ colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
1074
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1075
+ measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1076
+ measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1077
+ packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1078
+ photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1079
+ price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1080
+ currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1081
+ size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1082
+ sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1083
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1084
+ statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1085
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1086
+ isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1087
+ isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1088
+ availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1089
+ material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
1090
+ manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1091
+ labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1092
+ }, "strip", z.ZodTypeAny, {
1093
+ status?: string | null | undefined;
1094
+ price?: number | null | undefined;
1095
+ currency?: string | null | undefined;
1096
+ brand?: string | null | undefined;
1097
+ catalog?: string | null | undefined;
1098
+ catalogId?: number | null | undefined;
1099
+ colors?: string[] | null | undefined;
1100
+ colorIds?: number[] | null | undefined;
1101
+ description?: string | null | undefined;
1102
+ measurementLength?: number | null | undefined;
1103
+ measurementWidth?: number | null | undefined;
1104
+ packageSizeId?: number | null | undefined;
1105
+ photoUrls?: string[] | null | undefined;
1106
+ size?: string | null | undefined;
1107
+ sizeId?: number | null | undefined;
1108
+ statusId?: number | null | undefined;
1109
+ title?: string | null | undefined;
1110
+ isDraft?: boolean | null | undefined;
1111
+ isArchived?: boolean | null | undefined;
1112
+ availableQuantity?: number | null | undefined;
1113
+ material?: number[] | null | undefined;
1114
+ manufacturerLabelling?: string | null | undefined;
1115
+ labels?: string[] | null | undefined;
1116
+ }, {
1117
+ status?: string | null | undefined;
1118
+ price?: number | null | undefined;
1119
+ currency?: string | null | undefined;
1120
+ brand?: string | null | undefined;
1121
+ catalog?: string | null | undefined;
1122
+ catalogId?: number | null | undefined;
1123
+ colors?: string[] | null | undefined;
1124
+ colorIds?: number[] | null | undefined;
1125
+ description?: string | null | undefined;
1126
+ measurementLength?: number | null | undefined;
1127
+ measurementWidth?: number | null | undefined;
1128
+ packageSizeId?: number | null | undefined;
1129
+ photoUrls?: string[] | null | undefined;
1130
+ size?: string | null | undefined;
1131
+ sizeId?: number | null | undefined;
1132
+ statusId?: number | null | undefined;
1133
+ title?: string | null | undefined;
1134
+ isDraft?: boolean | null | undefined;
1135
+ isArchived?: boolean | null | undefined;
1136
+ availableQuantity?: number | null | undefined;
1137
+ material?: number[] | null | undefined;
1138
+ manufacturerLabelling?: string | null | undefined;
1139
+ labels?: string[] | null | undefined;
1140
+ }>>>;
1141
+ targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1142
+ }, "strip", z.ZodTypeAny, {
1143
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1144
+ post?: {
1145
+ status?: string | null | undefined;
1146
+ price?: number | null | undefined;
1147
+ currency?: string | null | undefined;
1148
+ brand?: string | null | undefined;
1149
+ catalog?: string | null | undefined;
1150
+ catalogId?: number | null | undefined;
1151
+ colors?: string[] | null | undefined;
1152
+ colorIds?: number[] | null | undefined;
1153
+ description?: string | null | undefined;
1154
+ measurementLength?: number | null | undefined;
1155
+ measurementWidth?: number | null | undefined;
1156
+ packageSizeId?: number | null | undefined;
1157
+ photoUrls?: string[] | null | undefined;
1158
+ size?: string | null | undefined;
1159
+ sizeId?: number | null | undefined;
1160
+ statusId?: number | null | undefined;
1161
+ title?: string | null | undefined;
1162
+ isDraft?: boolean | null | undefined;
1163
+ isArchived?: boolean | null | undefined;
1164
+ availableQuantity?: number | null | undefined;
1165
+ material?: number[] | null | undefined;
1166
+ manufacturerLabelling?: string | null | undefined;
1167
+ labels?: string[] | null | undefined;
1168
+ } | null | undefined;
1169
+ targetDate?: Date | null | undefined;
1170
+ }, {
1171
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1172
+ post?: {
1173
+ status?: string | null | undefined;
1174
+ price?: number | null | undefined;
1175
+ currency?: string | null | undefined;
1176
+ brand?: string | null | undefined;
1177
+ catalog?: string | null | undefined;
1178
+ catalogId?: number | null | undefined;
1179
+ colors?: string[] | null | undefined;
1180
+ colorIds?: number[] | null | undefined;
1181
+ description?: string | null | undefined;
1182
+ measurementLength?: number | null | undefined;
1183
+ measurementWidth?: number | null | undefined;
1184
+ packageSizeId?: number | null | undefined;
1185
+ photoUrls?: string[] | null | undefined;
1186
+ size?: string | null | undefined;
1187
+ sizeId?: number | null | undefined;
1188
+ statusId?: number | null | undefined;
1189
+ title?: string | null | undefined;
1190
+ isDraft?: boolean | null | undefined;
1191
+ isArchived?: boolean | null | undefined;
1192
+ availableQuantity?: number | null | undefined;
1193
+ material?: number[] | null | undefined;
1194
+ manufacturerLabelling?: string | null | undefined;
1195
+ labels?: string[] | null | undefined;
1196
+ } | null | undefined;
1197
+ targetDate?: Date | null | undefined;
1198
+ }>;
1199
+ type: z.ZodLiteral<"UPDATING">;
1200
+ }, "strip", z.ZodTypeAny, {
1201
+ type: "UPDATING";
1202
+ data: {
1203
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1204
+ post?: {
1205
+ status?: string | null | undefined;
1206
+ price?: number | null | undefined;
1207
+ currency?: string | null | undefined;
1208
+ brand?: string | null | undefined;
1209
+ catalog?: string | null | undefined;
1210
+ catalogId?: number | null | undefined;
1211
+ colors?: string[] | null | undefined;
1212
+ colorIds?: number[] | null | undefined;
1213
+ description?: string | null | undefined;
1214
+ measurementLength?: number | null | undefined;
1215
+ measurementWidth?: number | null | undefined;
1216
+ packageSizeId?: number | null | undefined;
1217
+ photoUrls?: string[] | null | undefined;
1218
+ size?: string | null | undefined;
1219
+ sizeId?: number | null | undefined;
1220
+ statusId?: number | null | undefined;
1221
+ title?: string | null | undefined;
1222
+ isDraft?: boolean | null | undefined;
1223
+ isArchived?: boolean | null | undefined;
1224
+ availableQuantity?: number | null | undefined;
1225
+ material?: number[] | null | undefined;
1226
+ manufacturerLabelling?: string | null | undefined;
1227
+ labels?: string[] | null | undefined;
1228
+ } | null | undefined;
1229
+ targetDate?: Date | null | undefined;
1230
+ };
1231
+ }, {
1232
+ type: "UPDATING";
1233
+ data: {
1234
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1235
+ post?: {
1236
+ status?: string | null | undefined;
1237
+ price?: number | null | undefined;
1238
+ currency?: string | null | undefined;
1239
+ brand?: string | null | undefined;
1240
+ catalog?: string | null | undefined;
1241
+ catalogId?: number | null | undefined;
1242
+ colors?: string[] | null | undefined;
1243
+ colorIds?: number[] | null | undefined;
1244
+ description?: string | null | undefined;
1245
+ measurementLength?: number | null | undefined;
1246
+ measurementWidth?: number | null | undefined;
1247
+ packageSizeId?: number | null | undefined;
1248
+ photoUrls?: string[] | null | undefined;
1249
+ size?: string | null | undefined;
1250
+ sizeId?: number | null | undefined;
1251
+ statusId?: number | null | undefined;
1252
+ title?: string | null | undefined;
1253
+ isDraft?: boolean | null | undefined;
1254
+ isArchived?: boolean | null | undefined;
1255
+ availableQuantity?: number | null | undefined;
1256
+ material?: number[] | null | undefined;
1257
+ manufacturerLabelling?: string | null | undefined;
1258
+ labels?: string[] | null | undefined;
1259
+ } | null | undefined;
1260
+ targetDate?: Date | null | undefined;
1261
+ };
1046
1262
  }>]>>>;
1047
1263
  createdAt: z.ZodDate;
1048
1264
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
@@ -1207,6 +1423,42 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1207
1423
  error?: string | null | undefined;
1208
1424
  }[] | null | undefined;
1209
1425
  };
1426
+ } | {
1427
+ type: "UPDATED";
1428
+ data: {
1429
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1430
+ };
1431
+ } | {
1432
+ type: "UPDATING";
1433
+ data: {
1434
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1435
+ post?: {
1436
+ status?: string | null | undefined;
1437
+ price?: number | null | undefined;
1438
+ currency?: string | null | undefined;
1439
+ brand?: string | null | undefined;
1440
+ catalog?: string | null | undefined;
1441
+ catalogId?: number | null | undefined;
1442
+ colors?: string[] | null | undefined;
1443
+ colorIds?: number[] | null | undefined;
1444
+ description?: string | null | undefined;
1445
+ measurementLength?: number | null | undefined;
1446
+ measurementWidth?: number | null | undefined;
1447
+ packageSizeId?: number | null | undefined;
1448
+ photoUrls?: string[] | null | undefined;
1449
+ size?: string | null | undefined;
1450
+ sizeId?: number | null | undefined;
1451
+ statusId?: number | null | undefined;
1452
+ title?: string | null | undefined;
1453
+ isDraft?: boolean | null | undefined;
1454
+ isArchived?: boolean | null | undefined;
1455
+ availableQuantity?: number | null | undefined;
1456
+ material?: number[] | null | undefined;
1457
+ manufacturerLabelling?: string | null | undefined;
1458
+ labels?: string[] | null | undefined;
1459
+ } | null | undefined;
1460
+ targetDate?: Date | null | undefined;
1461
+ };
1210
1462
  } | null | undefined;
1211
1463
  accountId?: string | null | undefined;
1212
1464
  requestId?: string | null | undefined;
@@ -1370,6 +1622,42 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1370
1622
  error?: string | null | undefined;
1371
1623
  }[] | null | undefined;
1372
1624
  };
1625
+ } | {
1626
+ type: "UPDATED";
1627
+ data: {
1628
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1629
+ };
1630
+ } | {
1631
+ type: "UPDATING";
1632
+ data: {
1633
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
1634
+ post?: {
1635
+ status?: string | null | undefined;
1636
+ price?: number | null | undefined;
1637
+ currency?: string | null | undefined;
1638
+ brand?: string | null | undefined;
1639
+ catalog?: string | null | undefined;
1640
+ catalogId?: number | null | undefined;
1641
+ colors?: string[] | null | undefined;
1642
+ colorIds?: number[] | null | undefined;
1643
+ description?: string | null | undefined;
1644
+ measurementLength?: number | null | undefined;
1645
+ measurementWidth?: number | null | undefined;
1646
+ packageSizeId?: number | null | undefined;
1647
+ photoUrls?: string[] | null | undefined;
1648
+ size?: string | null | undefined;
1649
+ sizeId?: number | null | undefined;
1650
+ statusId?: number | null | undefined;
1651
+ title?: string | null | undefined;
1652
+ isDraft?: boolean | null | undefined;
1653
+ isArchived?: boolean | null | undefined;
1654
+ availableQuantity?: number | null | undefined;
1655
+ material?: number[] | null | undefined;
1656
+ manufacturerLabelling?: string | null | undefined;
1657
+ labels?: string[] | null | undefined;
1658
+ } | null | undefined;
1659
+ targetDate?: Date | null | undefined;
1660
+ };
1373
1661
  } | null | undefined;
1374
1662
  accountId?: string | null | undefined;
1375
1663
  requestId?: string | null | undefined;
@@ -1497,7 +1785,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1497
1785
  viewsCount?: number | null | undefined;
1498
1786
  favoritesCount?: number | null | undefined;
1499
1787
  }>, "many">>>;
1500
- actions: z.ZodArray<z.ZodEnum<["PUBLISH", "REPUBLISH"]>, "many">;
1788
+ actions: z.ZodObject<{
1789
+ perAccount: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE"]>, "many">>;
1790
+ }, "strip", z.ZodTypeAny, {
1791
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
1792
+ }, {
1793
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
1794
+ }>;
1501
1795
  createdAt: z.ZodDate;
1502
1796
  updatedAt: z.ZodDate;
1503
1797
  }, "strip", z.ZodTypeAny, {
@@ -1507,7 +1801,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1507
1801
  name: string;
1508
1802
  createdAt: Date;
1509
1803
  sold: boolean;
1510
- actions: ("REPUBLISH" | "PUBLISH")[];
1804
+ actions: {
1805
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
1806
+ };
1511
1807
  state?: number | null | undefined;
1512
1808
  colorIds?: number[] | null | undefined;
1513
1809
  description?: string | null | undefined;
@@ -1731,6 +2027,42 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1731
2027
  error?: string | null | undefined;
1732
2028
  }[] | null | undefined;
1733
2029
  };
2030
+ } | {
2031
+ type: "UPDATED";
2032
+ data: {
2033
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2034
+ };
2035
+ } | {
2036
+ type: "UPDATING";
2037
+ data: {
2038
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2039
+ post?: {
2040
+ status?: string | null | undefined;
2041
+ price?: number | null | undefined;
2042
+ currency?: string | null | undefined;
2043
+ brand?: string | null | undefined;
2044
+ catalog?: string | null | undefined;
2045
+ catalogId?: number | null | undefined;
2046
+ colors?: string[] | null | undefined;
2047
+ colorIds?: number[] | null | undefined;
2048
+ description?: string | null | undefined;
2049
+ measurementLength?: number | null | undefined;
2050
+ measurementWidth?: number | null | undefined;
2051
+ packageSizeId?: number | null | undefined;
2052
+ photoUrls?: string[] | null | undefined;
2053
+ size?: string | null | undefined;
2054
+ sizeId?: number | null | undefined;
2055
+ statusId?: number | null | undefined;
2056
+ title?: string | null | undefined;
2057
+ isDraft?: boolean | null | undefined;
2058
+ isArchived?: boolean | null | undefined;
2059
+ availableQuantity?: number | null | undefined;
2060
+ material?: number[] | null | undefined;
2061
+ manufacturerLabelling?: string | null | undefined;
2062
+ labels?: string[] | null | undefined;
2063
+ } | null | undefined;
2064
+ targetDate?: Date | null | undefined;
2065
+ };
1734
2066
  } | null | undefined;
1735
2067
  accountId?: string | null | undefined;
1736
2068
  requestId?: string | null | undefined;
@@ -1773,7 +2105,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1773
2105
  name: string;
1774
2106
  createdAt: Date;
1775
2107
  sold: boolean;
1776
- actions: ("REPUBLISH" | "PUBLISH")[];
2108
+ actions: {
2109
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
2110
+ };
1777
2111
  state?: number | null | undefined;
1778
2112
  colorIds?: number[] | null | undefined;
1779
2113
  description?: string | null | undefined;
@@ -1997,6 +2331,42 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1997
2331
  error?: string | null | undefined;
1998
2332
  }[] | null | undefined;
1999
2333
  };
2334
+ } | {
2335
+ type: "UPDATED";
2336
+ data: {
2337
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2338
+ };
2339
+ } | {
2340
+ type: "UPDATING";
2341
+ data: {
2342
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2343
+ post?: {
2344
+ status?: string | null | undefined;
2345
+ price?: number | null | undefined;
2346
+ currency?: string | null | undefined;
2347
+ brand?: string | null | undefined;
2348
+ catalog?: string | null | undefined;
2349
+ catalogId?: number | null | undefined;
2350
+ colors?: string[] | null | undefined;
2351
+ colorIds?: number[] | null | undefined;
2352
+ description?: string | null | undefined;
2353
+ measurementLength?: number | null | undefined;
2354
+ measurementWidth?: number | null | undefined;
2355
+ packageSizeId?: number | null | undefined;
2356
+ photoUrls?: string[] | null | undefined;
2357
+ size?: string | null | undefined;
2358
+ sizeId?: number | null | undefined;
2359
+ statusId?: number | null | undefined;
2360
+ title?: string | null | undefined;
2361
+ isDraft?: boolean | null | undefined;
2362
+ isArchived?: boolean | null | undefined;
2363
+ availableQuantity?: number | null | undefined;
2364
+ material?: number[] | null | undefined;
2365
+ manufacturerLabelling?: string | null | undefined;
2366
+ labels?: string[] | null | undefined;
2367
+ } | null | undefined;
2368
+ targetDate?: Date | null | undefined;
2369
+ };
2000
2370
  } | null | undefined;
2001
2371
  accountId?: string | null | undefined;
2002
2372
  requestId?: string | null | undefined;
@@ -2044,7 +2414,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2044
2414
  name: string;
2045
2415
  createdAt: Date;
2046
2416
  sold: boolean;
2047
- actions: ("REPUBLISH" | "PUBLISH")[];
2417
+ actions: {
2418
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
2419
+ };
2048
2420
  state?: number | null | undefined;
2049
2421
  colorIds?: number[] | null | undefined;
2050
2422
  description?: string | null | undefined;
@@ -2268,6 +2640,42 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2268
2640
  error?: string | null | undefined;
2269
2641
  }[] | null | undefined;
2270
2642
  };
2643
+ } | {
2644
+ type: "UPDATED";
2645
+ data: {
2646
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2647
+ };
2648
+ } | {
2649
+ type: "UPDATING";
2650
+ data: {
2651
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2652
+ post?: {
2653
+ status?: string | null | undefined;
2654
+ price?: number | null | undefined;
2655
+ currency?: string | null | undefined;
2656
+ brand?: string | null | undefined;
2657
+ catalog?: string | null | undefined;
2658
+ catalogId?: number | null | undefined;
2659
+ colors?: string[] | null | undefined;
2660
+ colorIds?: number[] | null | undefined;
2661
+ description?: string | null | undefined;
2662
+ measurementLength?: number | null | undefined;
2663
+ measurementWidth?: number | null | undefined;
2664
+ packageSizeId?: number | null | undefined;
2665
+ photoUrls?: string[] | null | undefined;
2666
+ size?: string | null | undefined;
2667
+ sizeId?: number | null | undefined;
2668
+ statusId?: number | null | undefined;
2669
+ title?: string | null | undefined;
2670
+ isDraft?: boolean | null | undefined;
2671
+ isArchived?: boolean | null | undefined;
2672
+ availableQuantity?: number | null | undefined;
2673
+ material?: number[] | null | undefined;
2674
+ manufacturerLabelling?: string | null | undefined;
2675
+ labels?: string[] | null | undefined;
2676
+ } | null | undefined;
2677
+ targetDate?: Date | null | undefined;
2678
+ };
2271
2679
  } | null | undefined;
2272
2680
  accountId?: string | null | undefined;
2273
2681
  requestId?: string | null | undefined;
@@ -2316,7 +2724,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2316
2724
  name: string;
2317
2725
  createdAt: Date;
2318
2726
  sold: boolean;
2319
- actions: ("REPUBLISH" | "PUBLISH")[];
2727
+ actions: {
2728
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
2729
+ };
2320
2730
  state?: number | null | undefined;
2321
2731
  colorIds?: number[] | null | undefined;
2322
2732
  description?: string | null | undefined;
@@ -2540,6 +2950,42 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2540
2950
  error?: string | null | undefined;
2541
2951
  }[] | null | undefined;
2542
2952
  };
2953
+ } | {
2954
+ type: "UPDATED";
2955
+ data: {
2956
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2957
+ };
2958
+ } | {
2959
+ type: "UPDATING";
2960
+ data: {
2961
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2962
+ post?: {
2963
+ status?: string | null | undefined;
2964
+ price?: number | null | undefined;
2965
+ currency?: string | null | undefined;
2966
+ brand?: string | null | undefined;
2967
+ catalog?: string | null | undefined;
2968
+ catalogId?: number | null | undefined;
2969
+ colors?: string[] | null | undefined;
2970
+ colorIds?: number[] | null | undefined;
2971
+ description?: string | null | undefined;
2972
+ measurementLength?: number | null | undefined;
2973
+ measurementWidth?: number | null | undefined;
2974
+ packageSizeId?: number | null | undefined;
2975
+ photoUrls?: string[] | null | undefined;
2976
+ size?: string | null | undefined;
2977
+ sizeId?: number | null | undefined;
2978
+ statusId?: number | null | undefined;
2979
+ title?: string | null | undefined;
2980
+ isDraft?: boolean | null | undefined;
2981
+ isArchived?: boolean | null | undefined;
2982
+ availableQuantity?: number | null | undefined;
2983
+ material?: number[] | null | undefined;
2984
+ manufacturerLabelling?: string | null | undefined;
2985
+ labels?: string[] | null | undefined;
2986
+ } | null | undefined;
2987
+ targetDate?: Date | null | undefined;
2988
+ };
2543
2989
  } | null | undefined;
2544
2990
  accountId?: string | null | undefined;
2545
2991
  requestId?: string | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}