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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "controlresell",
3
- "version": "2.9.6",
3
+ "version": "2.9.8",
4
4
  "description": "Auto-generated zod project from Kotlin using guimauvedigital/zodable",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -1,4 +1,4 @@
1
1
  import { z } from "zod";
2
- export declare const ItemActionSchema: z.ZodEnum<["PUBLISH", "REPUBLISH"]>;
2
+ export declare const ItemActionSchema: z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE"]>;
3
3
  export type ItemAction = z.infer<typeof ItemActionSchema>;
4
4
  //# sourceMappingURL=ItemAction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ItemAction.d.ts","sourceRoot":"","sources":["ItemAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,gBAAgB,qCAE3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
1
+ {"version":3,"file":"ItemAction.d.ts","sourceRoot":"","sources":["ItemAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,gBAAgB,qFAE3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { z } from "zod";
2
2
  export const ItemActionSchema = z.enum([
3
- "PUBLISH", "REPUBLISH"
3
+ "PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE"
4
4
  ]);
5
5
  //# sourceMappingURL=ItemAction.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ItemAction.js","sourceRoot":"","sources":["ItemAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,IAAI,CAAC;IACnC,SAAS,EAAE,WAAW;CACzB,CAAC,CAAA"}
1
+ {"version":3,"file":"ItemAction.js","sourceRoot":"","sources":["ItemAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,IAAI,CAAC;IACnC,SAAS,EAAE,gBAAgB,EAAE,WAAW,EAAE,kBAAkB,EAAE,QAAQ;CACzE,CAAC,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import {z} from "zod"
2
2
 
3
3
  export const ItemActionSchema = z.enum([
4
- "PUBLISH", "REPUBLISH"
4
+ "PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE"
5
5
  ])
6
6
  export type ItemAction = z.infer<typeof ItemActionSchema>
@@ -1,10 +1,10 @@
1
1
  import { z } from "zod";
2
2
  export declare const ItemActionsSchema: z.ZodObject<{
3
- perAccount: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodEnum<["PUBLISH", "REPUBLISH"]>, "many">>;
3
+ perAccount: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE"]>, "many">>;
4
4
  }, "strip", z.ZodTypeAny, {
5
- perAccount: Record<string, ("REPUBLISH" | "PUBLISH")[]>;
5
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
6
6
  }, {
7
- perAccount: Record<string, ("REPUBLISH" | "PUBLISH")[]>;
7
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
8
8
  }>;
9
9
  export type ItemActions = z.infer<typeof ItemActionsSchema>;
10
10
  //# sourceMappingURL=ItemActions.d.ts.map
@@ -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;
@@ -1498,11 +1786,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1498
1786
  favoritesCount?: number | null | undefined;
1499
1787
  }>, "many">>>;
1500
1788
  actions: z.ZodObject<{
1501
- perAccount: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodEnum<["PUBLISH", "REPUBLISH"]>, "many">>;
1789
+ perAccount: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE"]>, "many">>;
1502
1790
  }, "strip", z.ZodTypeAny, {
1503
- perAccount: Record<string, ("REPUBLISH" | "PUBLISH")[]>;
1791
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
1504
1792
  }, {
1505
- perAccount: Record<string, ("REPUBLISH" | "PUBLISH")[]>;
1793
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
1506
1794
  }>;
1507
1795
  createdAt: z.ZodDate;
1508
1796
  updatedAt: z.ZodDate;
@@ -1514,7 +1802,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1514
1802
  createdAt: Date;
1515
1803
  sold: boolean;
1516
1804
  actions: {
1517
- perAccount: Record<string, ("REPUBLISH" | "PUBLISH")[]>;
1805
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
1518
1806
  };
1519
1807
  state?: number | null | undefined;
1520
1808
  colorIds?: number[] | null | undefined;
@@ -1739,6 +2027,42 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1739
2027
  error?: string | null | undefined;
1740
2028
  }[] | null | undefined;
1741
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
+ };
1742
2066
  } | null | undefined;
1743
2067
  accountId?: string | null | undefined;
1744
2068
  requestId?: string | null | undefined;
@@ -1782,7 +2106,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1782
2106
  createdAt: Date;
1783
2107
  sold: boolean;
1784
2108
  actions: {
1785
- perAccount: Record<string, ("REPUBLISH" | "PUBLISH")[]>;
2109
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
1786
2110
  };
1787
2111
  state?: number | null | undefined;
1788
2112
  colorIds?: number[] | null | undefined;
@@ -2007,6 +2331,42 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2007
2331
  error?: string | null | undefined;
2008
2332
  }[] | null | undefined;
2009
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
+ };
2010
2370
  } | null | undefined;
2011
2371
  accountId?: string | null | undefined;
2012
2372
  requestId?: string | null | undefined;
@@ -2055,7 +2415,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2055
2415
  createdAt: Date;
2056
2416
  sold: boolean;
2057
2417
  actions: {
2058
- perAccount: Record<string, ("REPUBLISH" | "PUBLISH")[]>;
2418
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
2059
2419
  };
2060
2420
  state?: number | null | undefined;
2061
2421
  colorIds?: number[] | null | undefined;
@@ -2280,6 +2640,42 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2280
2640
  error?: string | null | undefined;
2281
2641
  }[] | null | undefined;
2282
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
+ };
2283
2679
  } | null | undefined;
2284
2680
  accountId?: string | null | undefined;
2285
2681
  requestId?: string | null | undefined;
@@ -2329,7 +2725,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2329
2725
  createdAt: Date;
2330
2726
  sold: boolean;
2331
2727
  actions: {
2332
- perAccount: Record<string, ("REPUBLISH" | "PUBLISH")[]>;
2728
+ perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
2333
2729
  };
2334
2730
  state?: number | null | undefined;
2335
2731
  colorIds?: number[] | null | undefined;
@@ -2554,6 +2950,42 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2554
2950
  error?: string | null | undefined;
2555
2951
  }[] | null | undefined;
2556
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
+ };
2557
2989
  } | null | undefined;
2558
2990
  accountId?: string | null | undefined;
2559
2991
  requestId?: string | null | undefined;
@@ -1 +1 @@
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"}
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"}