controlresell 2.9.6 → 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 (51) 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 +864 -0
  19. package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
  20. package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +864 -0
  21. package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -1
  22. package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +288 -0
  23. package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
  24. package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +288 -0
  25. package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts.map +1 -1
  26. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +436 -0
  27. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
  28. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.js +13 -1
  29. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.js.map +1 -1
  30. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.ts +17 -1
  31. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.d.ts +10 -0
  32. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.d.ts.map +1 -0
  33. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.js +6 -0
  34. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.js.map +1 -0
  35. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatedPayload.ts +7 -0
  36. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +136 -0
  37. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.d.ts.map +1 -0
  38. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.js +9 -0
  39. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.js.map +1 -0
  40. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.ts +10 -0
  41. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +1008 -0
  42. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
  43. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +864 -0
  44. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
  45. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +1728 -0
  46. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  47. package/src/index.d.ts +2 -0
  48. package/src/index.d.ts.map +1 -1
  49. package/src/index.js +2 -0
  50. package/src/index.js.map +1 -1
  51. package/src/index.ts +2 -0
@@ -2051,6 +2051,222 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2051
2051
  error?: string | null | undefined;
2052
2052
  }[] | null | undefined;
2053
2053
  };
2054
+ }>, z.ZodObject<{
2055
+ data: z.ZodObject<{
2056
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
2057
+ }, "strip", z.ZodTypeAny, {
2058
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2059
+ }, {
2060
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2061
+ }>;
2062
+ type: z.ZodLiteral<"UPDATED">;
2063
+ }, "strip", z.ZodTypeAny, {
2064
+ type: "UPDATED";
2065
+ data: {
2066
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2067
+ };
2068
+ }, {
2069
+ type: "UPDATED";
2070
+ data: {
2071
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2072
+ };
2073
+ }>, z.ZodObject<{
2074
+ data: z.ZodObject<{
2075
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
2076
+ post: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2077
+ brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2078
+ catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2079
+ catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2080
+ colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2081
+ colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
2082
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2083
+ measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2084
+ measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2085
+ packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2086
+ photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2087
+ price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2088
+ currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2089
+ size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2090
+ sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2091
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2092
+ statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2093
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2094
+ isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2095
+ isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2096
+ availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2097
+ material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
2098
+ manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2099
+ labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2100
+ }, "strip", z.ZodTypeAny, {
2101
+ status?: string | null | undefined;
2102
+ price?: number | null | undefined;
2103
+ currency?: string | null | undefined;
2104
+ brand?: string | null | undefined;
2105
+ catalog?: string | null | undefined;
2106
+ catalogId?: number | null | undefined;
2107
+ colors?: string[] | null | undefined;
2108
+ colorIds?: number[] | null | undefined;
2109
+ description?: string | null | undefined;
2110
+ measurementLength?: number | null | undefined;
2111
+ measurementWidth?: number | null | undefined;
2112
+ packageSizeId?: number | null | undefined;
2113
+ photoUrls?: string[] | null | undefined;
2114
+ size?: string | null | undefined;
2115
+ sizeId?: number | null | undefined;
2116
+ statusId?: number | null | undefined;
2117
+ title?: string | null | undefined;
2118
+ isDraft?: boolean | null | undefined;
2119
+ isArchived?: boolean | null | undefined;
2120
+ availableQuantity?: number | null | undefined;
2121
+ material?: number[] | null | undefined;
2122
+ manufacturerLabelling?: string | null | undefined;
2123
+ labels?: string[] | null | undefined;
2124
+ }, {
2125
+ status?: string | null | undefined;
2126
+ price?: number | null | undefined;
2127
+ currency?: string | null | undefined;
2128
+ brand?: string | null | undefined;
2129
+ catalog?: string | null | undefined;
2130
+ catalogId?: number | null | undefined;
2131
+ colors?: string[] | null | undefined;
2132
+ colorIds?: number[] | null | undefined;
2133
+ description?: string | null | undefined;
2134
+ measurementLength?: number | null | undefined;
2135
+ measurementWidth?: number | null | undefined;
2136
+ packageSizeId?: number | null | undefined;
2137
+ photoUrls?: string[] | null | undefined;
2138
+ size?: string | null | undefined;
2139
+ sizeId?: number | null | undefined;
2140
+ statusId?: number | null | undefined;
2141
+ title?: string | null | undefined;
2142
+ isDraft?: boolean | null | undefined;
2143
+ isArchived?: boolean | null | undefined;
2144
+ availableQuantity?: number | null | undefined;
2145
+ material?: number[] | null | undefined;
2146
+ manufacturerLabelling?: string | null | undefined;
2147
+ labels?: string[] | null | undefined;
2148
+ }>>>;
2149
+ targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2150
+ }, "strip", z.ZodTypeAny, {
2151
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2152
+ post?: {
2153
+ status?: string | null | undefined;
2154
+ price?: number | null | undefined;
2155
+ currency?: string | null | undefined;
2156
+ brand?: string | null | undefined;
2157
+ catalog?: string | null | undefined;
2158
+ catalogId?: number | null | undefined;
2159
+ colors?: string[] | null | undefined;
2160
+ colorIds?: number[] | null | undefined;
2161
+ description?: string | null | undefined;
2162
+ measurementLength?: number | null | undefined;
2163
+ measurementWidth?: number | null | undefined;
2164
+ packageSizeId?: number | null | undefined;
2165
+ photoUrls?: string[] | null | undefined;
2166
+ size?: string | null | undefined;
2167
+ sizeId?: number | null | undefined;
2168
+ statusId?: number | null | undefined;
2169
+ title?: string | null | undefined;
2170
+ isDraft?: boolean | null | undefined;
2171
+ isArchived?: boolean | null | undefined;
2172
+ availableQuantity?: number | null | undefined;
2173
+ material?: number[] | null | undefined;
2174
+ manufacturerLabelling?: string | null | undefined;
2175
+ labels?: string[] | null | undefined;
2176
+ } | null | undefined;
2177
+ targetDate?: Date | null | undefined;
2178
+ }, {
2179
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2180
+ post?: {
2181
+ status?: string | null | undefined;
2182
+ price?: number | null | undefined;
2183
+ currency?: string | null | undefined;
2184
+ brand?: string | null | undefined;
2185
+ catalog?: string | null | undefined;
2186
+ catalogId?: number | null | undefined;
2187
+ colors?: string[] | null | undefined;
2188
+ colorIds?: number[] | null | undefined;
2189
+ description?: string | null | undefined;
2190
+ measurementLength?: number | null | undefined;
2191
+ measurementWidth?: number | null | undefined;
2192
+ packageSizeId?: number | null | undefined;
2193
+ photoUrls?: string[] | null | undefined;
2194
+ size?: string | null | undefined;
2195
+ sizeId?: number | null | undefined;
2196
+ statusId?: number | null | undefined;
2197
+ title?: string | null | undefined;
2198
+ isDraft?: boolean | null | undefined;
2199
+ isArchived?: boolean | null | undefined;
2200
+ availableQuantity?: number | null | undefined;
2201
+ material?: number[] | null | undefined;
2202
+ manufacturerLabelling?: string | null | undefined;
2203
+ labels?: string[] | null | undefined;
2204
+ } | null | undefined;
2205
+ targetDate?: Date | null | undefined;
2206
+ }>;
2207
+ type: z.ZodLiteral<"UPDATING">;
2208
+ }, "strip", z.ZodTypeAny, {
2209
+ type: "UPDATING";
2210
+ data: {
2211
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2212
+ post?: {
2213
+ status?: string | null | undefined;
2214
+ price?: number | null | undefined;
2215
+ currency?: string | null | undefined;
2216
+ brand?: string | null | undefined;
2217
+ catalog?: string | null | undefined;
2218
+ catalogId?: number | null | undefined;
2219
+ colors?: string[] | null | undefined;
2220
+ colorIds?: number[] | null | undefined;
2221
+ description?: string | null | undefined;
2222
+ measurementLength?: number | null | undefined;
2223
+ measurementWidth?: number | null | undefined;
2224
+ packageSizeId?: number | null | undefined;
2225
+ photoUrls?: string[] | null | undefined;
2226
+ size?: string | null | undefined;
2227
+ sizeId?: number | null | undefined;
2228
+ statusId?: number | null | undefined;
2229
+ title?: string | null | undefined;
2230
+ isDraft?: boolean | null | undefined;
2231
+ isArchived?: boolean | null | undefined;
2232
+ availableQuantity?: number | null | undefined;
2233
+ material?: number[] | null | undefined;
2234
+ manufacturerLabelling?: string | null | undefined;
2235
+ labels?: string[] | null | undefined;
2236
+ } | null | undefined;
2237
+ targetDate?: Date | null | undefined;
2238
+ };
2239
+ }, {
2240
+ type: "UPDATING";
2241
+ data: {
2242
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2243
+ post?: {
2244
+ status?: string | null | undefined;
2245
+ price?: number | null | undefined;
2246
+ currency?: string | null | undefined;
2247
+ brand?: string | null | undefined;
2248
+ catalog?: string | null | undefined;
2249
+ catalogId?: number | null | undefined;
2250
+ colors?: string[] | null | undefined;
2251
+ colorIds?: number[] | null | undefined;
2252
+ description?: string | null | undefined;
2253
+ measurementLength?: number | null | undefined;
2254
+ measurementWidth?: number | null | undefined;
2255
+ packageSizeId?: number | null | undefined;
2256
+ photoUrls?: string[] | null | undefined;
2257
+ size?: string | null | undefined;
2258
+ sizeId?: number | null | undefined;
2259
+ statusId?: number | null | undefined;
2260
+ title?: string | null | undefined;
2261
+ isDraft?: boolean | null | undefined;
2262
+ isArchived?: boolean | null | undefined;
2263
+ availableQuantity?: number | null | undefined;
2264
+ material?: number[] | null | undefined;
2265
+ manufacturerLabelling?: string | null | undefined;
2266
+ labels?: string[] | null | undefined;
2267
+ } | null | undefined;
2268
+ targetDate?: Date | null | undefined;
2269
+ };
2054
2270
  }>]>>>;
2055
2271
  createdAt: z.ZodDate;
2056
2272
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
@@ -2215,6 +2431,42 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2215
2431
  error?: string | null | undefined;
2216
2432
  }[] | null | undefined;
2217
2433
  };
2434
+ } | {
2435
+ type: "UPDATED";
2436
+ data: {
2437
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2438
+ };
2439
+ } | {
2440
+ type: "UPDATING";
2441
+ data: {
2442
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2443
+ post?: {
2444
+ status?: string | null | undefined;
2445
+ price?: number | null | undefined;
2446
+ currency?: string | null | undefined;
2447
+ brand?: string | null | undefined;
2448
+ catalog?: string | null | undefined;
2449
+ catalogId?: number | null | undefined;
2450
+ colors?: string[] | null | undefined;
2451
+ colorIds?: number[] | null | undefined;
2452
+ description?: string | null | undefined;
2453
+ measurementLength?: number | null | undefined;
2454
+ measurementWidth?: number | null | undefined;
2455
+ packageSizeId?: number | null | undefined;
2456
+ photoUrls?: string[] | null | undefined;
2457
+ size?: string | null | undefined;
2458
+ sizeId?: number | null | undefined;
2459
+ statusId?: number | null | undefined;
2460
+ title?: string | null | undefined;
2461
+ isDraft?: boolean | null | undefined;
2462
+ isArchived?: boolean | null | undefined;
2463
+ availableQuantity?: number | null | undefined;
2464
+ material?: number[] | null | undefined;
2465
+ manufacturerLabelling?: string | null | undefined;
2466
+ labels?: string[] | null | undefined;
2467
+ } | null | undefined;
2468
+ targetDate?: Date | null | undefined;
2469
+ };
2218
2470
  } | null | undefined;
2219
2471
  accountId?: string | null | undefined;
2220
2472
  requestId?: string | null | undefined;
@@ -2378,6 +2630,42 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2378
2630
  error?: string | null | undefined;
2379
2631
  }[] | null | undefined;
2380
2632
  };
2633
+ } | {
2634
+ type: "UPDATED";
2635
+ data: {
2636
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2637
+ };
2638
+ } | {
2639
+ type: "UPDATING";
2640
+ data: {
2641
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
2642
+ post?: {
2643
+ status?: string | null | undefined;
2644
+ price?: number | null | undefined;
2645
+ currency?: string | null | undefined;
2646
+ brand?: string | null | undefined;
2647
+ catalog?: string | null | undefined;
2648
+ catalogId?: number | null | undefined;
2649
+ colors?: string[] | null | undefined;
2650
+ colorIds?: number[] | null | undefined;
2651
+ description?: string | null | undefined;
2652
+ measurementLength?: number | null | undefined;
2653
+ measurementWidth?: number | null | undefined;
2654
+ packageSizeId?: number | null | undefined;
2655
+ photoUrls?: string[] | null | undefined;
2656
+ size?: string | null | undefined;
2657
+ sizeId?: number | null | undefined;
2658
+ statusId?: number | null | undefined;
2659
+ title?: string | null | undefined;
2660
+ isDraft?: boolean | null | undefined;
2661
+ isArchived?: boolean | null | undefined;
2662
+ availableQuantity?: number | null | undefined;
2663
+ material?: number[] | null | undefined;
2664
+ manufacturerLabelling?: string | null | undefined;
2665
+ labels?: string[] | null | undefined;
2666
+ } | null | undefined;
2667
+ targetDate?: Date | null | undefined;
2668
+ };
2381
2669
  } | null | undefined;
2382
2670
  accountId?: string | null | undefined;
2383
2671
  requestId?: string | null | undefined;
@@ -3365,6 +3653,222 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3365
3653
  error?: string | null | undefined;
3366
3654
  }[] | null | undefined;
3367
3655
  };
3656
+ }>, z.ZodObject<{
3657
+ data: z.ZodObject<{
3658
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
3659
+ }, "strip", z.ZodTypeAny, {
3660
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3661
+ }, {
3662
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3663
+ }>;
3664
+ type: z.ZodLiteral<"UPDATED">;
3665
+ }, "strip", z.ZodTypeAny, {
3666
+ type: "UPDATED";
3667
+ data: {
3668
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3669
+ };
3670
+ }, {
3671
+ type: "UPDATED";
3672
+ data: {
3673
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3674
+ };
3675
+ }>, z.ZodObject<{
3676
+ data: z.ZodObject<{
3677
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
3678
+ post: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3679
+ brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3680
+ catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3681
+ catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3682
+ colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3683
+ colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
3684
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3685
+ measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3686
+ measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3687
+ packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3688
+ photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3689
+ price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3690
+ currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3691
+ size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3692
+ sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3693
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3694
+ statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3695
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3696
+ isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3697
+ isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3698
+ availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3699
+ material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
3700
+ manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3701
+ labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3702
+ }, "strip", z.ZodTypeAny, {
3703
+ status?: string | null | undefined;
3704
+ price?: number | null | undefined;
3705
+ currency?: string | null | undefined;
3706
+ brand?: string | null | undefined;
3707
+ catalog?: string | null | undefined;
3708
+ catalogId?: number | null | undefined;
3709
+ colors?: string[] | null | undefined;
3710
+ colorIds?: number[] | null | undefined;
3711
+ description?: string | null | undefined;
3712
+ measurementLength?: number | null | undefined;
3713
+ measurementWidth?: number | null | undefined;
3714
+ packageSizeId?: number | null | undefined;
3715
+ photoUrls?: string[] | null | undefined;
3716
+ size?: string | null | undefined;
3717
+ sizeId?: number | null | undefined;
3718
+ statusId?: number | null | undefined;
3719
+ title?: string | null | undefined;
3720
+ isDraft?: boolean | null | undefined;
3721
+ isArchived?: boolean | null | undefined;
3722
+ availableQuantity?: number | null | undefined;
3723
+ material?: number[] | null | undefined;
3724
+ manufacturerLabelling?: string | null | undefined;
3725
+ labels?: string[] | null | undefined;
3726
+ }, {
3727
+ status?: string | null | undefined;
3728
+ price?: number | null | undefined;
3729
+ currency?: string | null | undefined;
3730
+ brand?: string | null | undefined;
3731
+ catalog?: string | null | undefined;
3732
+ catalogId?: number | null | undefined;
3733
+ colors?: string[] | null | undefined;
3734
+ colorIds?: number[] | null | undefined;
3735
+ description?: string | null | undefined;
3736
+ measurementLength?: number | null | undefined;
3737
+ measurementWidth?: number | null | undefined;
3738
+ packageSizeId?: number | null | undefined;
3739
+ photoUrls?: string[] | null | undefined;
3740
+ size?: string | null | undefined;
3741
+ sizeId?: number | null | undefined;
3742
+ statusId?: number | null | undefined;
3743
+ title?: string | null | undefined;
3744
+ isDraft?: boolean | null | undefined;
3745
+ isArchived?: boolean | null | undefined;
3746
+ availableQuantity?: number | null | undefined;
3747
+ material?: number[] | null | undefined;
3748
+ manufacturerLabelling?: string | null | undefined;
3749
+ labels?: string[] | null | undefined;
3750
+ }>>>;
3751
+ targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
3752
+ }, "strip", z.ZodTypeAny, {
3753
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3754
+ post?: {
3755
+ status?: string | null | undefined;
3756
+ price?: number | null | undefined;
3757
+ currency?: string | null | undefined;
3758
+ brand?: string | null | undefined;
3759
+ catalog?: string | null | undefined;
3760
+ catalogId?: number | null | undefined;
3761
+ colors?: string[] | null | undefined;
3762
+ colorIds?: number[] | null | undefined;
3763
+ description?: string | null | undefined;
3764
+ measurementLength?: number | null | undefined;
3765
+ measurementWidth?: number | null | undefined;
3766
+ packageSizeId?: number | null | undefined;
3767
+ photoUrls?: string[] | null | undefined;
3768
+ size?: string | null | undefined;
3769
+ sizeId?: number | null | undefined;
3770
+ statusId?: number | null | undefined;
3771
+ title?: string | null | undefined;
3772
+ isDraft?: boolean | null | undefined;
3773
+ isArchived?: boolean | null | undefined;
3774
+ availableQuantity?: number | null | undefined;
3775
+ material?: number[] | null | undefined;
3776
+ manufacturerLabelling?: string | null | undefined;
3777
+ labels?: string[] | null | undefined;
3778
+ } | null | undefined;
3779
+ targetDate?: Date | null | undefined;
3780
+ }, {
3781
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3782
+ post?: {
3783
+ status?: string | null | undefined;
3784
+ price?: number | null | undefined;
3785
+ currency?: string | null | undefined;
3786
+ brand?: string | null | undefined;
3787
+ catalog?: string | null | undefined;
3788
+ catalogId?: number | null | undefined;
3789
+ colors?: string[] | null | undefined;
3790
+ colorIds?: number[] | null | undefined;
3791
+ description?: string | null | undefined;
3792
+ measurementLength?: number | null | undefined;
3793
+ measurementWidth?: number | null | undefined;
3794
+ packageSizeId?: number | null | undefined;
3795
+ photoUrls?: string[] | null | undefined;
3796
+ size?: string | null | undefined;
3797
+ sizeId?: number | null | undefined;
3798
+ statusId?: number | null | undefined;
3799
+ title?: string | null | undefined;
3800
+ isDraft?: boolean | null | undefined;
3801
+ isArchived?: boolean | null | undefined;
3802
+ availableQuantity?: number | null | undefined;
3803
+ material?: number[] | null | undefined;
3804
+ manufacturerLabelling?: string | null | undefined;
3805
+ labels?: string[] | null | undefined;
3806
+ } | null | undefined;
3807
+ targetDate?: Date | null | undefined;
3808
+ }>;
3809
+ type: z.ZodLiteral<"UPDATING">;
3810
+ }, "strip", z.ZodTypeAny, {
3811
+ type: "UPDATING";
3812
+ data: {
3813
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3814
+ post?: {
3815
+ status?: string | null | undefined;
3816
+ price?: number | null | undefined;
3817
+ currency?: string | null | undefined;
3818
+ brand?: string | null | undefined;
3819
+ catalog?: string | null | undefined;
3820
+ catalogId?: number | null | undefined;
3821
+ colors?: string[] | null | undefined;
3822
+ colorIds?: number[] | null | undefined;
3823
+ description?: string | null | undefined;
3824
+ measurementLength?: number | null | undefined;
3825
+ measurementWidth?: number | null | undefined;
3826
+ packageSizeId?: number | null | undefined;
3827
+ photoUrls?: string[] | null | undefined;
3828
+ size?: string | null | undefined;
3829
+ sizeId?: number | null | undefined;
3830
+ statusId?: number | null | undefined;
3831
+ title?: string | null | undefined;
3832
+ isDraft?: boolean | null | undefined;
3833
+ isArchived?: boolean | null | undefined;
3834
+ availableQuantity?: number | null | undefined;
3835
+ material?: number[] | null | undefined;
3836
+ manufacturerLabelling?: string | null | undefined;
3837
+ labels?: string[] | null | undefined;
3838
+ } | null | undefined;
3839
+ targetDate?: Date | null | undefined;
3840
+ };
3841
+ }, {
3842
+ type: "UPDATING";
3843
+ data: {
3844
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
3845
+ post?: {
3846
+ status?: string | null | undefined;
3847
+ price?: number | null | undefined;
3848
+ currency?: string | null | undefined;
3849
+ brand?: string | null | undefined;
3850
+ catalog?: string | null | undefined;
3851
+ catalogId?: number | null | undefined;
3852
+ colors?: string[] | null | undefined;
3853
+ colorIds?: number[] | null | undefined;
3854
+ description?: string | null | undefined;
3855
+ measurementLength?: number | null | undefined;
3856
+ measurementWidth?: number | null | undefined;
3857
+ packageSizeId?: number | null | undefined;
3858
+ photoUrls?: string[] | null | undefined;
3859
+ size?: string | null | undefined;
3860
+ sizeId?: number | null | undefined;
3861
+ statusId?: number | null | undefined;
3862
+ title?: string | null | undefined;
3863
+ isDraft?: boolean | null | undefined;
3864
+ isArchived?: boolean | null | undefined;
3865
+ availableQuantity?: number | null | undefined;
3866
+ material?: number[] | null | undefined;
3867
+ manufacturerLabelling?: string | null | undefined;
3868
+ labels?: string[] | null | undefined;
3869
+ } | null | undefined;
3870
+ targetDate?: Date | null | undefined;
3871
+ };
3368
3872
  }>]>>>;
3369
3873
  createdAt: z.ZodDate;
3370
3874
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
@@ -3529,6 +4033,42 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3529
4033
  error?: string | null | undefined;
3530
4034
  }[] | null | undefined;
3531
4035
  };
4036
+ } | {
4037
+ type: "UPDATED";
4038
+ data: {
4039
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4040
+ };
4041
+ } | {
4042
+ type: "UPDATING";
4043
+ data: {
4044
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4045
+ post?: {
4046
+ status?: string | null | undefined;
4047
+ price?: number | null | undefined;
4048
+ currency?: string | null | undefined;
4049
+ brand?: string | null | undefined;
4050
+ catalog?: string | null | undefined;
4051
+ catalogId?: number | null | undefined;
4052
+ colors?: string[] | null | undefined;
4053
+ colorIds?: number[] | null | undefined;
4054
+ description?: string | null | undefined;
4055
+ measurementLength?: number | null | undefined;
4056
+ measurementWidth?: number | null | undefined;
4057
+ packageSizeId?: number | null | undefined;
4058
+ photoUrls?: string[] | null | undefined;
4059
+ size?: string | null | undefined;
4060
+ sizeId?: number | null | undefined;
4061
+ statusId?: number | null | undefined;
4062
+ title?: string | null | undefined;
4063
+ isDraft?: boolean | null | undefined;
4064
+ isArchived?: boolean | null | undefined;
4065
+ availableQuantity?: number | null | undefined;
4066
+ material?: number[] | null | undefined;
4067
+ manufacturerLabelling?: string | null | undefined;
4068
+ labels?: string[] | null | undefined;
4069
+ } | null | undefined;
4070
+ targetDate?: Date | null | undefined;
4071
+ };
3532
4072
  } | null | undefined;
3533
4073
  accountId?: string | null | undefined;
3534
4074
  requestId?: string | null | undefined;
@@ -3692,6 +4232,42 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3692
4232
  error?: string | null | undefined;
3693
4233
  }[] | null | undefined;
3694
4234
  };
4235
+ } | {
4236
+ type: "UPDATED";
4237
+ data: {
4238
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4239
+ };
4240
+ } | {
4241
+ type: "UPDATING";
4242
+ data: {
4243
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4244
+ post?: {
4245
+ status?: string | null | undefined;
4246
+ price?: number | null | undefined;
4247
+ currency?: string | null | undefined;
4248
+ brand?: string | null | undefined;
4249
+ catalog?: string | null | undefined;
4250
+ catalogId?: number | null | undefined;
4251
+ colors?: string[] | null | undefined;
4252
+ colorIds?: number[] | null | undefined;
4253
+ description?: string | null | undefined;
4254
+ measurementLength?: number | null | undefined;
4255
+ measurementWidth?: number | null | undefined;
4256
+ packageSizeId?: number | null | undefined;
4257
+ photoUrls?: string[] | null | undefined;
4258
+ size?: string | null | undefined;
4259
+ sizeId?: number | null | undefined;
4260
+ statusId?: number | null | undefined;
4261
+ title?: string | null | undefined;
4262
+ isDraft?: boolean | null | undefined;
4263
+ isArchived?: boolean | null | undefined;
4264
+ availableQuantity?: number | null | undefined;
4265
+ material?: number[] | null | undefined;
4266
+ manufacturerLabelling?: string | null | undefined;
4267
+ labels?: string[] | null | undefined;
4268
+ } | null | undefined;
4269
+ targetDate?: Date | null | undefined;
4270
+ };
3695
4271
  } | null | undefined;
3696
4272
  accountId?: string | null | undefined;
3697
4273
  requestId?: string | null | undefined;
@@ -3948,6 +4524,42 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3948
4524
  error?: string | null | undefined;
3949
4525
  }[] | null | undefined;
3950
4526
  };
4527
+ } | {
4528
+ type: "UPDATED";
4529
+ data: {
4530
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4531
+ };
4532
+ } | {
4533
+ type: "UPDATING";
4534
+ data: {
4535
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4536
+ post?: {
4537
+ status?: string | null | undefined;
4538
+ price?: number | null | undefined;
4539
+ currency?: string | null | undefined;
4540
+ brand?: string | null | undefined;
4541
+ catalog?: string | null | undefined;
4542
+ catalogId?: number | null | undefined;
4543
+ colors?: string[] | null | undefined;
4544
+ colorIds?: number[] | null | undefined;
4545
+ description?: string | null | undefined;
4546
+ measurementLength?: number | null | undefined;
4547
+ measurementWidth?: number | null | undefined;
4548
+ packageSizeId?: number | null | undefined;
4549
+ photoUrls?: string[] | null | undefined;
4550
+ size?: string | null | undefined;
4551
+ sizeId?: number | null | undefined;
4552
+ statusId?: number | null | undefined;
4553
+ title?: string | null | undefined;
4554
+ isDraft?: boolean | null | undefined;
4555
+ isArchived?: boolean | null | undefined;
4556
+ availableQuantity?: number | null | undefined;
4557
+ material?: number[] | null | undefined;
4558
+ manufacturerLabelling?: string | null | undefined;
4559
+ labels?: string[] | null | undefined;
4560
+ } | null | undefined;
4561
+ targetDate?: Date | null | undefined;
4562
+ };
3951
4563
  } | null | undefined;
3952
4564
  accountId?: string | null | undefined;
3953
4565
  requestId?: string | null | undefined;
@@ -4142,6 +4754,42 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4142
4754
  error?: string | null | undefined;
4143
4755
  }[] | null | undefined;
4144
4756
  };
4757
+ } | {
4758
+ type: "UPDATED";
4759
+ data: {
4760
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4761
+ };
4762
+ } | {
4763
+ type: "UPDATING";
4764
+ data: {
4765
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
4766
+ post?: {
4767
+ status?: string | null | undefined;
4768
+ price?: number | null | undefined;
4769
+ currency?: string | null | undefined;
4770
+ brand?: string | null | undefined;
4771
+ catalog?: string | null | undefined;
4772
+ catalogId?: number | null | undefined;
4773
+ colors?: string[] | null | undefined;
4774
+ colorIds?: number[] | null | undefined;
4775
+ description?: string | null | undefined;
4776
+ measurementLength?: number | null | undefined;
4777
+ measurementWidth?: number | null | undefined;
4778
+ packageSizeId?: number | null | undefined;
4779
+ photoUrls?: string[] | null | undefined;
4780
+ size?: string | null | undefined;
4781
+ sizeId?: number | null | undefined;
4782
+ statusId?: number | null | undefined;
4783
+ title?: string | null | undefined;
4784
+ isDraft?: boolean | null | undefined;
4785
+ isArchived?: boolean | null | undefined;
4786
+ availableQuantity?: number | null | undefined;
4787
+ material?: number[] | null | undefined;
4788
+ manufacturerLabelling?: string | null | undefined;
4789
+ labels?: string[] | null | undefined;
4790
+ } | null | undefined;
4791
+ targetDate?: Date | null | undefined;
4792
+ };
4145
4793
  } | null | undefined;
4146
4794
  accountId?: string | null | undefined;
4147
4795
  requestId?: string | null | undefined;
@@ -4396,6 +5044,42 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4396
5044
  error?: string | null | undefined;
4397
5045
  }[] | null | undefined;
4398
5046
  };
5047
+ } | {
5048
+ type: "UPDATED";
5049
+ data: {
5050
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5051
+ };
5052
+ } | {
5053
+ type: "UPDATING";
5054
+ data: {
5055
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5056
+ post?: {
5057
+ status?: string | null | undefined;
5058
+ price?: number | null | undefined;
5059
+ currency?: string | null | undefined;
5060
+ brand?: string | null | undefined;
5061
+ catalog?: string | null | undefined;
5062
+ catalogId?: number | null | undefined;
5063
+ colors?: string[] | null | undefined;
5064
+ colorIds?: number[] | null | undefined;
5065
+ description?: string | null | undefined;
5066
+ measurementLength?: number | null | undefined;
5067
+ measurementWidth?: number | null | undefined;
5068
+ packageSizeId?: number | null | undefined;
5069
+ photoUrls?: string[] | null | undefined;
5070
+ size?: string | null | undefined;
5071
+ sizeId?: number | null | undefined;
5072
+ statusId?: number | null | undefined;
5073
+ title?: string | null | undefined;
5074
+ isDraft?: boolean | null | undefined;
5075
+ isArchived?: boolean | null | undefined;
5076
+ availableQuantity?: number | null | undefined;
5077
+ material?: number[] | null | undefined;
5078
+ manufacturerLabelling?: string | null | undefined;
5079
+ labels?: string[] | null | undefined;
5080
+ } | null | undefined;
5081
+ targetDate?: Date | null | undefined;
5082
+ };
4399
5083
  } | null | undefined;
4400
5084
  accountId?: string | null | undefined;
4401
5085
  requestId?: string | null | undefined;
@@ -4590,6 +5274,42 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4590
5274
  error?: string | null | undefined;
4591
5275
  }[] | null | undefined;
4592
5276
  };
5277
+ } | {
5278
+ type: "UPDATED";
5279
+ data: {
5280
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5281
+ };
5282
+ } | {
5283
+ type: "UPDATING";
5284
+ data: {
5285
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5286
+ post?: {
5287
+ status?: string | null | undefined;
5288
+ price?: number | null | undefined;
5289
+ currency?: string | null | undefined;
5290
+ brand?: string | null | undefined;
5291
+ catalog?: string | null | undefined;
5292
+ catalogId?: number | null | undefined;
5293
+ colors?: string[] | null | undefined;
5294
+ colorIds?: number[] | null | undefined;
5295
+ description?: string | null | undefined;
5296
+ measurementLength?: number | null | undefined;
5297
+ measurementWidth?: number | null | undefined;
5298
+ packageSizeId?: number | null | undefined;
5299
+ photoUrls?: string[] | null | undefined;
5300
+ size?: string | null | undefined;
5301
+ sizeId?: number | null | undefined;
5302
+ statusId?: number | null | undefined;
5303
+ title?: string | null | undefined;
5304
+ isDraft?: boolean | null | undefined;
5305
+ isArchived?: boolean | null | undefined;
5306
+ availableQuantity?: number | null | undefined;
5307
+ material?: number[] | null | undefined;
5308
+ manufacturerLabelling?: string | null | undefined;
5309
+ labels?: string[] | null | undefined;
5310
+ } | null | undefined;
5311
+ targetDate?: Date | null | undefined;
5312
+ };
4593
5313
  } | null | undefined;
4594
5314
  accountId?: string | null | undefined;
4595
5315
  requestId?: string | null | undefined;
@@ -4849,6 +5569,42 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4849
5569
  error?: string | null | undefined;
4850
5570
  }[] | null | undefined;
4851
5571
  };
5572
+ } | {
5573
+ type: "UPDATED";
5574
+ data: {
5575
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5576
+ };
5577
+ } | {
5578
+ type: "UPDATING";
5579
+ data: {
5580
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5581
+ post?: {
5582
+ status?: string | null | undefined;
5583
+ price?: number | null | undefined;
5584
+ currency?: string | null | undefined;
5585
+ brand?: string | null | undefined;
5586
+ catalog?: string | null | undefined;
5587
+ catalogId?: number | null | undefined;
5588
+ colors?: string[] | null | undefined;
5589
+ colorIds?: number[] | null | undefined;
5590
+ description?: string | null | undefined;
5591
+ measurementLength?: number | null | undefined;
5592
+ measurementWidth?: number | null | undefined;
5593
+ packageSizeId?: number | null | undefined;
5594
+ photoUrls?: string[] | null | undefined;
5595
+ size?: string | null | undefined;
5596
+ sizeId?: number | null | undefined;
5597
+ statusId?: number | null | undefined;
5598
+ title?: string | null | undefined;
5599
+ isDraft?: boolean | null | undefined;
5600
+ isArchived?: boolean | null | undefined;
5601
+ availableQuantity?: number | null | undefined;
5602
+ material?: number[] | null | undefined;
5603
+ manufacturerLabelling?: string | null | undefined;
5604
+ labels?: string[] | null | undefined;
5605
+ } | null | undefined;
5606
+ targetDate?: Date | null | undefined;
5607
+ };
4852
5608
  } | null | undefined;
4853
5609
  accountId?: string | null | undefined;
4854
5610
  requestId?: string | null | undefined;
@@ -5043,6 +5799,42 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5043
5799
  error?: string | null | undefined;
5044
5800
  }[] | null | undefined;
5045
5801
  };
5802
+ } | {
5803
+ type: "UPDATED";
5804
+ data: {
5805
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5806
+ };
5807
+ } | {
5808
+ type: "UPDATING";
5809
+ data: {
5810
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
5811
+ post?: {
5812
+ status?: string | null | undefined;
5813
+ price?: number | null | undefined;
5814
+ currency?: string | null | undefined;
5815
+ brand?: string | null | undefined;
5816
+ catalog?: string | null | undefined;
5817
+ catalogId?: number | null | undefined;
5818
+ colors?: string[] | null | undefined;
5819
+ colorIds?: number[] | null | undefined;
5820
+ description?: string | null | undefined;
5821
+ measurementLength?: number | null | undefined;
5822
+ measurementWidth?: number | null | undefined;
5823
+ packageSizeId?: number | null | undefined;
5824
+ photoUrls?: string[] | null | undefined;
5825
+ size?: string | null | undefined;
5826
+ sizeId?: number | null | undefined;
5827
+ statusId?: number | null | undefined;
5828
+ title?: string | null | undefined;
5829
+ isDraft?: boolean | null | undefined;
5830
+ isArchived?: boolean | null | undefined;
5831
+ availableQuantity?: number | null | undefined;
5832
+ material?: number[] | null | undefined;
5833
+ manufacturerLabelling?: string | null | undefined;
5834
+ labels?: string[] | null | undefined;
5835
+ } | null | undefined;
5836
+ targetDate?: Date | null | undefined;
5837
+ };
5046
5838
  } | null | undefined;
5047
5839
  accountId?: string | null | undefined;
5048
5840
  requestId?: string | null | undefined;
@@ -5301,6 +6093,42 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5301
6093
  error?: string | null | undefined;
5302
6094
  }[] | null | undefined;
5303
6095
  };
6096
+ } | {
6097
+ type: "UPDATED";
6098
+ data: {
6099
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
6100
+ };
6101
+ } | {
6102
+ type: "UPDATING";
6103
+ data: {
6104
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
6105
+ post?: {
6106
+ status?: string | null | undefined;
6107
+ price?: number | null | undefined;
6108
+ currency?: string | null | undefined;
6109
+ brand?: string | null | undefined;
6110
+ catalog?: string | null | undefined;
6111
+ catalogId?: number | null | undefined;
6112
+ colors?: string[] | null | undefined;
6113
+ colorIds?: number[] | null | undefined;
6114
+ description?: string | null | undefined;
6115
+ measurementLength?: number | null | undefined;
6116
+ measurementWidth?: number | null | undefined;
6117
+ packageSizeId?: number | null | undefined;
6118
+ photoUrls?: string[] | null | undefined;
6119
+ size?: string | null | undefined;
6120
+ sizeId?: number | null | undefined;
6121
+ statusId?: number | null | undefined;
6122
+ title?: string | null | undefined;
6123
+ isDraft?: boolean | null | undefined;
6124
+ isArchived?: boolean | null | undefined;
6125
+ availableQuantity?: number | null | undefined;
6126
+ material?: number[] | null | undefined;
6127
+ manufacturerLabelling?: string | null | undefined;
6128
+ labels?: string[] | null | undefined;
6129
+ } | null | undefined;
6130
+ targetDate?: Date | null | undefined;
6131
+ };
5304
6132
  } | null | undefined;
5305
6133
  accountId?: string | null | undefined;
5306
6134
  requestId?: string | null | undefined;
@@ -5495,6 +6323,42 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5495
6323
  error?: string | null | undefined;
5496
6324
  }[] | null | undefined;
5497
6325
  };
6326
+ } | {
6327
+ type: "UPDATED";
6328
+ data: {
6329
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
6330
+ };
6331
+ } | {
6332
+ type: "UPDATING";
6333
+ data: {
6334
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
6335
+ post?: {
6336
+ status?: string | null | undefined;
6337
+ price?: number | null | undefined;
6338
+ currency?: string | null | undefined;
6339
+ brand?: string | null | undefined;
6340
+ catalog?: string | null | undefined;
6341
+ catalogId?: number | null | undefined;
6342
+ colors?: string[] | null | undefined;
6343
+ colorIds?: number[] | null | undefined;
6344
+ description?: string | null | undefined;
6345
+ measurementLength?: number | null | undefined;
6346
+ measurementWidth?: number | null | undefined;
6347
+ packageSizeId?: number | null | undefined;
6348
+ photoUrls?: string[] | null | undefined;
6349
+ size?: string | null | undefined;
6350
+ sizeId?: number | null | undefined;
6351
+ statusId?: number | null | undefined;
6352
+ title?: string | null | undefined;
6353
+ isDraft?: boolean | null | undefined;
6354
+ isArchived?: boolean | null | undefined;
6355
+ availableQuantity?: number | null | undefined;
6356
+ material?: number[] | null | undefined;
6357
+ manufacturerLabelling?: string | null | undefined;
6358
+ labels?: string[] | null | undefined;
6359
+ } | null | undefined;
6360
+ targetDate?: Date | null | undefined;
6361
+ };
5498
6362
  } | null | undefined;
5499
6363
  accountId?: string | null | undefined;
5500
6364
  requestId?: string | null | undefined;
@@ -8348,6 +9212,222 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8348
9212
  error?: string | null | undefined;
8349
9213
  }[] | null | undefined;
8350
9214
  };
9215
+ }>, z.ZodObject<{
9216
+ data: z.ZodObject<{
9217
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
9218
+ }, "strip", z.ZodTypeAny, {
9219
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
9220
+ }, {
9221
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
9222
+ }>;
9223
+ type: z.ZodLiteral<"UPDATED">;
9224
+ }, "strip", z.ZodTypeAny, {
9225
+ type: "UPDATED";
9226
+ data: {
9227
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
9228
+ };
9229
+ }, {
9230
+ type: "UPDATED";
9231
+ data: {
9232
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
9233
+ };
9234
+ }>, z.ZodObject<{
9235
+ data: z.ZodObject<{
9236
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
9237
+ post: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9238
+ brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9239
+ catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9240
+ catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9241
+ colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
9242
+ colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
9243
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9244
+ measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9245
+ measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9246
+ packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9247
+ photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
9248
+ price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9249
+ currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9250
+ size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9251
+ sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9252
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9253
+ statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9254
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9255
+ isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9256
+ isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9257
+ availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9258
+ material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
9259
+ manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9260
+ labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
9261
+ }, "strip", z.ZodTypeAny, {
9262
+ status?: string | null | undefined;
9263
+ price?: number | null | undefined;
9264
+ currency?: string | null | undefined;
9265
+ brand?: string | null | undefined;
9266
+ catalog?: string | null | undefined;
9267
+ catalogId?: number | null | undefined;
9268
+ colors?: string[] | null | undefined;
9269
+ colorIds?: number[] | null | undefined;
9270
+ description?: string | null | undefined;
9271
+ measurementLength?: number | null | undefined;
9272
+ measurementWidth?: number | null | undefined;
9273
+ packageSizeId?: number | null | undefined;
9274
+ photoUrls?: string[] | null | undefined;
9275
+ size?: string | null | undefined;
9276
+ sizeId?: number | null | undefined;
9277
+ statusId?: number | null | undefined;
9278
+ title?: string | null | undefined;
9279
+ isDraft?: boolean | null | undefined;
9280
+ isArchived?: boolean | null | undefined;
9281
+ availableQuantity?: number | null | undefined;
9282
+ material?: number[] | null | undefined;
9283
+ manufacturerLabelling?: string | null | undefined;
9284
+ labels?: string[] | null | undefined;
9285
+ }, {
9286
+ status?: string | null | undefined;
9287
+ price?: number | null | undefined;
9288
+ currency?: string | null | undefined;
9289
+ brand?: string | null | undefined;
9290
+ catalog?: string | null | undefined;
9291
+ catalogId?: number | null | undefined;
9292
+ colors?: string[] | null | undefined;
9293
+ colorIds?: number[] | null | undefined;
9294
+ description?: string | null | undefined;
9295
+ measurementLength?: number | null | undefined;
9296
+ measurementWidth?: number | null | undefined;
9297
+ packageSizeId?: number | null | undefined;
9298
+ photoUrls?: string[] | null | undefined;
9299
+ size?: string | null | undefined;
9300
+ sizeId?: number | null | undefined;
9301
+ statusId?: number | null | undefined;
9302
+ title?: string | null | undefined;
9303
+ isDraft?: boolean | null | undefined;
9304
+ isArchived?: boolean | null | undefined;
9305
+ availableQuantity?: number | null | undefined;
9306
+ material?: number[] | null | undefined;
9307
+ manufacturerLabelling?: string | null | undefined;
9308
+ labels?: string[] | null | undefined;
9309
+ }>>>;
9310
+ targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
9311
+ }, "strip", z.ZodTypeAny, {
9312
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
9313
+ post?: {
9314
+ status?: string | null | undefined;
9315
+ price?: number | null | undefined;
9316
+ currency?: string | null | undefined;
9317
+ brand?: string | null | undefined;
9318
+ catalog?: string | null | undefined;
9319
+ catalogId?: number | null | undefined;
9320
+ colors?: string[] | null | undefined;
9321
+ colorIds?: number[] | null | undefined;
9322
+ description?: string | null | undefined;
9323
+ measurementLength?: number | null | undefined;
9324
+ measurementWidth?: number | null | undefined;
9325
+ packageSizeId?: number | null | undefined;
9326
+ photoUrls?: string[] | null | undefined;
9327
+ size?: string | null | undefined;
9328
+ sizeId?: number | null | undefined;
9329
+ statusId?: number | null | undefined;
9330
+ title?: string | null | undefined;
9331
+ isDraft?: boolean | null | undefined;
9332
+ isArchived?: boolean | null | undefined;
9333
+ availableQuantity?: number | null | undefined;
9334
+ material?: number[] | null | undefined;
9335
+ manufacturerLabelling?: string | null | undefined;
9336
+ labels?: string[] | null | undefined;
9337
+ } | null | undefined;
9338
+ targetDate?: Date | null | undefined;
9339
+ }, {
9340
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
9341
+ post?: {
9342
+ status?: string | null | undefined;
9343
+ price?: number | null | undefined;
9344
+ currency?: string | null | undefined;
9345
+ brand?: string | null | undefined;
9346
+ catalog?: string | null | undefined;
9347
+ catalogId?: number | null | undefined;
9348
+ colors?: string[] | null | undefined;
9349
+ colorIds?: number[] | null | undefined;
9350
+ description?: string | null | undefined;
9351
+ measurementLength?: number | null | undefined;
9352
+ measurementWidth?: number | null | undefined;
9353
+ packageSizeId?: number | null | undefined;
9354
+ photoUrls?: string[] | null | undefined;
9355
+ size?: string | null | undefined;
9356
+ sizeId?: number | null | undefined;
9357
+ statusId?: number | null | undefined;
9358
+ title?: string | null | undefined;
9359
+ isDraft?: boolean | null | undefined;
9360
+ isArchived?: boolean | null | undefined;
9361
+ availableQuantity?: number | null | undefined;
9362
+ material?: number[] | null | undefined;
9363
+ manufacturerLabelling?: string | null | undefined;
9364
+ labels?: string[] | null | undefined;
9365
+ } | null | undefined;
9366
+ targetDate?: Date | null | undefined;
9367
+ }>;
9368
+ type: z.ZodLiteral<"UPDATING">;
9369
+ }, "strip", z.ZodTypeAny, {
9370
+ type: "UPDATING";
9371
+ data: {
9372
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
9373
+ post?: {
9374
+ status?: string | null | undefined;
9375
+ price?: number | null | undefined;
9376
+ currency?: string | null | undefined;
9377
+ brand?: string | null | undefined;
9378
+ catalog?: string | null | undefined;
9379
+ catalogId?: number | null | undefined;
9380
+ colors?: string[] | null | undefined;
9381
+ colorIds?: number[] | null | undefined;
9382
+ description?: string | null | undefined;
9383
+ measurementLength?: number | null | undefined;
9384
+ measurementWidth?: number | null | undefined;
9385
+ packageSizeId?: number | null | undefined;
9386
+ photoUrls?: string[] | null | undefined;
9387
+ size?: string | null | undefined;
9388
+ sizeId?: number | null | undefined;
9389
+ statusId?: number | null | undefined;
9390
+ title?: string | null | undefined;
9391
+ isDraft?: boolean | null | undefined;
9392
+ isArchived?: boolean | null | undefined;
9393
+ availableQuantity?: number | null | undefined;
9394
+ material?: number[] | null | undefined;
9395
+ manufacturerLabelling?: string | null | undefined;
9396
+ labels?: string[] | null | undefined;
9397
+ } | null | undefined;
9398
+ targetDate?: Date | null | undefined;
9399
+ };
9400
+ }, {
9401
+ type: "UPDATING";
9402
+ data: {
9403
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
9404
+ post?: {
9405
+ status?: string | null | undefined;
9406
+ price?: number | null | undefined;
9407
+ currency?: string | null | undefined;
9408
+ brand?: string | null | undefined;
9409
+ catalog?: string | null | undefined;
9410
+ catalogId?: number | null | undefined;
9411
+ colors?: string[] | null | undefined;
9412
+ colorIds?: number[] | null | undefined;
9413
+ description?: string | null | undefined;
9414
+ measurementLength?: number | null | undefined;
9415
+ measurementWidth?: number | null | undefined;
9416
+ packageSizeId?: number | null | undefined;
9417
+ photoUrls?: string[] | null | undefined;
9418
+ size?: string | null | undefined;
9419
+ sizeId?: number | null | undefined;
9420
+ statusId?: number | null | undefined;
9421
+ title?: string | null | undefined;
9422
+ isDraft?: boolean | null | undefined;
9423
+ isArchived?: boolean | null | undefined;
9424
+ availableQuantity?: number | null | undefined;
9425
+ material?: number[] | null | undefined;
9426
+ manufacturerLabelling?: string | null | undefined;
9427
+ labels?: string[] | null | undefined;
9428
+ } | null | undefined;
9429
+ targetDate?: Date | null | undefined;
9430
+ };
8351
9431
  }>]>>>;
8352
9432
  createdAt: z.ZodDate;
8353
9433
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
@@ -8512,6 +9592,42 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8512
9592
  error?: string | null | undefined;
8513
9593
  }[] | null | undefined;
8514
9594
  };
9595
+ } | {
9596
+ type: "UPDATED";
9597
+ data: {
9598
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
9599
+ };
9600
+ } | {
9601
+ type: "UPDATING";
9602
+ data: {
9603
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
9604
+ post?: {
9605
+ status?: string | null | undefined;
9606
+ price?: number | null | undefined;
9607
+ currency?: string | null | undefined;
9608
+ brand?: string | null | undefined;
9609
+ catalog?: string | null | undefined;
9610
+ catalogId?: number | null | undefined;
9611
+ colors?: string[] | null | undefined;
9612
+ colorIds?: number[] | null | undefined;
9613
+ description?: string | null | undefined;
9614
+ measurementLength?: number | null | undefined;
9615
+ measurementWidth?: number | null | undefined;
9616
+ packageSizeId?: number | null | undefined;
9617
+ photoUrls?: string[] | null | undefined;
9618
+ size?: string | null | undefined;
9619
+ sizeId?: number | null | undefined;
9620
+ statusId?: number | null | undefined;
9621
+ title?: string | null | undefined;
9622
+ isDraft?: boolean | null | undefined;
9623
+ isArchived?: boolean | null | undefined;
9624
+ availableQuantity?: number | null | undefined;
9625
+ material?: number[] | null | undefined;
9626
+ manufacturerLabelling?: string | null | undefined;
9627
+ labels?: string[] | null | undefined;
9628
+ } | null | undefined;
9629
+ targetDate?: Date | null | undefined;
9630
+ };
8515
9631
  } | null | undefined;
8516
9632
  accountId?: string | null | undefined;
8517
9633
  requestId?: string | null | undefined;
@@ -8675,6 +9791,42 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8675
9791
  error?: string | null | undefined;
8676
9792
  }[] | null | undefined;
8677
9793
  };
9794
+ } | {
9795
+ type: "UPDATED";
9796
+ data: {
9797
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
9798
+ };
9799
+ } | {
9800
+ type: "UPDATING";
9801
+ data: {
9802
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
9803
+ post?: {
9804
+ status?: string | null | undefined;
9805
+ price?: number | null | undefined;
9806
+ currency?: string | null | undefined;
9807
+ brand?: string | null | undefined;
9808
+ catalog?: string | null | undefined;
9809
+ catalogId?: number | null | undefined;
9810
+ colors?: string[] | null | undefined;
9811
+ colorIds?: number[] | null | undefined;
9812
+ description?: string | null | undefined;
9813
+ measurementLength?: number | null | undefined;
9814
+ measurementWidth?: number | null | undefined;
9815
+ packageSizeId?: number | null | undefined;
9816
+ photoUrls?: string[] | null | undefined;
9817
+ size?: string | null | undefined;
9818
+ sizeId?: number | null | undefined;
9819
+ statusId?: number | null | undefined;
9820
+ title?: string | null | undefined;
9821
+ isDraft?: boolean | null | undefined;
9822
+ isArchived?: boolean | null | undefined;
9823
+ availableQuantity?: number | null | undefined;
9824
+ material?: number[] | null | undefined;
9825
+ manufacturerLabelling?: string | null | undefined;
9826
+ labels?: string[] | null | undefined;
9827
+ } | null | undefined;
9828
+ targetDate?: Date | null | undefined;
9829
+ };
8678
9830
  } | null | undefined;
8679
9831
  accountId?: string | null | undefined;
8680
9832
  requestId?: string | null | undefined;
@@ -9662,6 +10814,222 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9662
10814
  error?: string | null | undefined;
9663
10815
  }[] | null | undefined;
9664
10816
  };
10817
+ }>, z.ZodObject<{
10818
+ data: z.ZodObject<{
10819
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
10820
+ }, "strip", z.ZodTypeAny, {
10821
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
10822
+ }, {
10823
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
10824
+ }>;
10825
+ type: z.ZodLiteral<"UPDATED">;
10826
+ }, "strip", z.ZodTypeAny, {
10827
+ type: "UPDATED";
10828
+ data: {
10829
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
10830
+ };
10831
+ }, {
10832
+ type: "UPDATED";
10833
+ data: {
10834
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
10835
+ };
10836
+ }>, z.ZodObject<{
10837
+ data: z.ZodObject<{
10838
+ platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
10839
+ post: z.ZodOptional<z.ZodNullable<z.ZodObject<{
10840
+ brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10841
+ catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10842
+ catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
10843
+ colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
10844
+ colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
10845
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10846
+ measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
10847
+ measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
10848
+ packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
10849
+ photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
10850
+ price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
10851
+ currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10852
+ size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10853
+ sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
10854
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10855
+ statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
10856
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10857
+ isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
10858
+ isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
10859
+ availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
10860
+ material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
10861
+ manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10862
+ labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
10863
+ }, "strip", z.ZodTypeAny, {
10864
+ status?: string | null | undefined;
10865
+ price?: number | null | undefined;
10866
+ currency?: string | null | undefined;
10867
+ brand?: string | null | undefined;
10868
+ catalog?: string | null | undefined;
10869
+ catalogId?: number | null | undefined;
10870
+ colors?: string[] | null | undefined;
10871
+ colorIds?: number[] | null | undefined;
10872
+ description?: string | null | undefined;
10873
+ measurementLength?: number | null | undefined;
10874
+ measurementWidth?: number | null | undefined;
10875
+ packageSizeId?: number | null | undefined;
10876
+ photoUrls?: string[] | null | undefined;
10877
+ size?: string | null | undefined;
10878
+ sizeId?: number | null | undefined;
10879
+ statusId?: number | null | undefined;
10880
+ title?: string | null | undefined;
10881
+ isDraft?: boolean | null | undefined;
10882
+ isArchived?: boolean | null | undefined;
10883
+ availableQuantity?: number | null | undefined;
10884
+ material?: number[] | null | undefined;
10885
+ manufacturerLabelling?: string | null | undefined;
10886
+ labels?: string[] | null | undefined;
10887
+ }, {
10888
+ status?: string | null | undefined;
10889
+ price?: number | null | undefined;
10890
+ currency?: string | null | undefined;
10891
+ brand?: string | null | undefined;
10892
+ catalog?: string | null | undefined;
10893
+ catalogId?: number | null | undefined;
10894
+ colors?: string[] | null | undefined;
10895
+ colorIds?: number[] | null | undefined;
10896
+ description?: string | null | undefined;
10897
+ measurementLength?: number | null | undefined;
10898
+ measurementWidth?: number | null | undefined;
10899
+ packageSizeId?: number | null | undefined;
10900
+ photoUrls?: string[] | null | undefined;
10901
+ size?: string | null | undefined;
10902
+ sizeId?: number | null | undefined;
10903
+ statusId?: number | null | undefined;
10904
+ title?: string | null | undefined;
10905
+ isDraft?: boolean | null | undefined;
10906
+ isArchived?: boolean | null | undefined;
10907
+ availableQuantity?: number | null | undefined;
10908
+ material?: number[] | null | undefined;
10909
+ manufacturerLabelling?: string | null | undefined;
10910
+ labels?: string[] | null | undefined;
10911
+ }>>>;
10912
+ targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
10913
+ }, "strip", z.ZodTypeAny, {
10914
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
10915
+ post?: {
10916
+ status?: string | null | undefined;
10917
+ price?: number | null | undefined;
10918
+ currency?: string | null | undefined;
10919
+ brand?: string | null | undefined;
10920
+ catalog?: string | null | undefined;
10921
+ catalogId?: number | null | undefined;
10922
+ colors?: string[] | null | undefined;
10923
+ colorIds?: number[] | null | undefined;
10924
+ description?: string | null | undefined;
10925
+ measurementLength?: number | null | undefined;
10926
+ measurementWidth?: number | null | undefined;
10927
+ packageSizeId?: number | null | undefined;
10928
+ photoUrls?: string[] | null | undefined;
10929
+ size?: string | null | undefined;
10930
+ sizeId?: number | null | undefined;
10931
+ statusId?: number | null | undefined;
10932
+ title?: string | null | undefined;
10933
+ isDraft?: boolean | null | undefined;
10934
+ isArchived?: boolean | null | undefined;
10935
+ availableQuantity?: number | null | undefined;
10936
+ material?: number[] | null | undefined;
10937
+ manufacturerLabelling?: string | null | undefined;
10938
+ labels?: string[] | null | undefined;
10939
+ } | null | undefined;
10940
+ targetDate?: Date | null | undefined;
10941
+ }, {
10942
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
10943
+ post?: {
10944
+ status?: string | null | undefined;
10945
+ price?: number | null | undefined;
10946
+ currency?: string | null | undefined;
10947
+ brand?: string | null | undefined;
10948
+ catalog?: string | null | undefined;
10949
+ catalogId?: number | null | undefined;
10950
+ colors?: string[] | null | undefined;
10951
+ colorIds?: number[] | null | undefined;
10952
+ description?: string | null | undefined;
10953
+ measurementLength?: number | null | undefined;
10954
+ measurementWidth?: number | null | undefined;
10955
+ packageSizeId?: number | null | undefined;
10956
+ photoUrls?: string[] | null | undefined;
10957
+ size?: string | null | undefined;
10958
+ sizeId?: number | null | undefined;
10959
+ statusId?: number | null | undefined;
10960
+ title?: string | null | undefined;
10961
+ isDraft?: boolean | null | undefined;
10962
+ isArchived?: boolean | null | undefined;
10963
+ availableQuantity?: number | null | undefined;
10964
+ material?: number[] | null | undefined;
10965
+ manufacturerLabelling?: string | null | undefined;
10966
+ labels?: string[] | null | undefined;
10967
+ } | null | undefined;
10968
+ targetDate?: Date | null | undefined;
10969
+ }>;
10970
+ type: z.ZodLiteral<"UPDATING">;
10971
+ }, "strip", z.ZodTypeAny, {
10972
+ type: "UPDATING";
10973
+ data: {
10974
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
10975
+ post?: {
10976
+ status?: string | null | undefined;
10977
+ price?: number | null | undefined;
10978
+ currency?: string | null | undefined;
10979
+ brand?: string | null | undefined;
10980
+ catalog?: string | null | undefined;
10981
+ catalogId?: number | null | undefined;
10982
+ colors?: string[] | null | undefined;
10983
+ colorIds?: number[] | null | undefined;
10984
+ description?: string | null | undefined;
10985
+ measurementLength?: number | null | undefined;
10986
+ measurementWidth?: number | null | undefined;
10987
+ packageSizeId?: number | null | undefined;
10988
+ photoUrls?: string[] | null | undefined;
10989
+ size?: string | null | undefined;
10990
+ sizeId?: number | null | undefined;
10991
+ statusId?: number | null | undefined;
10992
+ title?: string | null | undefined;
10993
+ isDraft?: boolean | null | undefined;
10994
+ isArchived?: boolean | null | undefined;
10995
+ availableQuantity?: number | null | undefined;
10996
+ material?: number[] | null | undefined;
10997
+ manufacturerLabelling?: string | null | undefined;
10998
+ labels?: string[] | null | undefined;
10999
+ } | null | undefined;
11000
+ targetDate?: Date | null | undefined;
11001
+ };
11002
+ }, {
11003
+ type: "UPDATING";
11004
+ data: {
11005
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
11006
+ post?: {
11007
+ status?: string | null | undefined;
11008
+ price?: number | null | undefined;
11009
+ currency?: string | null | undefined;
11010
+ brand?: string | null | undefined;
11011
+ catalog?: string | null | undefined;
11012
+ catalogId?: number | null | undefined;
11013
+ colors?: string[] | null | undefined;
11014
+ colorIds?: number[] | null | undefined;
11015
+ description?: string | null | undefined;
11016
+ measurementLength?: number | null | undefined;
11017
+ measurementWidth?: number | null | undefined;
11018
+ packageSizeId?: number | null | undefined;
11019
+ photoUrls?: string[] | null | undefined;
11020
+ size?: string | null | undefined;
11021
+ sizeId?: number | null | undefined;
11022
+ statusId?: number | null | undefined;
11023
+ title?: string | null | undefined;
11024
+ isDraft?: boolean | null | undefined;
11025
+ isArchived?: boolean | null | undefined;
11026
+ availableQuantity?: number | null | undefined;
11027
+ material?: number[] | null | undefined;
11028
+ manufacturerLabelling?: string | null | undefined;
11029
+ labels?: string[] | null | undefined;
11030
+ } | null | undefined;
11031
+ targetDate?: Date | null | undefined;
11032
+ };
9665
11033
  }>]>>>;
9666
11034
  createdAt: z.ZodDate;
9667
11035
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
@@ -9826,6 +11194,42 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9826
11194
  error?: string | null | undefined;
9827
11195
  }[] | null | undefined;
9828
11196
  };
11197
+ } | {
11198
+ type: "UPDATED";
11199
+ data: {
11200
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
11201
+ };
11202
+ } | {
11203
+ type: "UPDATING";
11204
+ data: {
11205
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
11206
+ post?: {
11207
+ status?: string | null | undefined;
11208
+ price?: number | null | undefined;
11209
+ currency?: string | null | undefined;
11210
+ brand?: string | null | undefined;
11211
+ catalog?: string | null | undefined;
11212
+ catalogId?: number | null | undefined;
11213
+ colors?: string[] | null | undefined;
11214
+ colorIds?: number[] | null | undefined;
11215
+ description?: string | null | undefined;
11216
+ measurementLength?: number | null | undefined;
11217
+ measurementWidth?: number | null | undefined;
11218
+ packageSizeId?: number | null | undefined;
11219
+ photoUrls?: string[] | null | undefined;
11220
+ size?: string | null | undefined;
11221
+ sizeId?: number | null | undefined;
11222
+ statusId?: number | null | undefined;
11223
+ title?: string | null | undefined;
11224
+ isDraft?: boolean | null | undefined;
11225
+ isArchived?: boolean | null | undefined;
11226
+ availableQuantity?: number | null | undefined;
11227
+ material?: number[] | null | undefined;
11228
+ manufacturerLabelling?: string | null | undefined;
11229
+ labels?: string[] | null | undefined;
11230
+ } | null | undefined;
11231
+ targetDate?: Date | null | undefined;
11232
+ };
9829
11233
  } | null | undefined;
9830
11234
  accountId?: string | null | undefined;
9831
11235
  requestId?: string | null | undefined;
@@ -9989,6 +11393,42 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9989
11393
  error?: string | null | undefined;
9990
11394
  }[] | null | undefined;
9991
11395
  };
11396
+ } | {
11397
+ type: "UPDATED";
11398
+ data: {
11399
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
11400
+ };
11401
+ } | {
11402
+ type: "UPDATING";
11403
+ data: {
11404
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
11405
+ post?: {
11406
+ status?: string | null | undefined;
11407
+ price?: number | null | undefined;
11408
+ currency?: string | null | undefined;
11409
+ brand?: string | null | undefined;
11410
+ catalog?: string | null | undefined;
11411
+ catalogId?: number | null | undefined;
11412
+ colors?: string[] | null | undefined;
11413
+ colorIds?: number[] | null | undefined;
11414
+ description?: string | null | undefined;
11415
+ measurementLength?: number | null | undefined;
11416
+ measurementWidth?: number | null | undefined;
11417
+ packageSizeId?: number | null | undefined;
11418
+ photoUrls?: string[] | null | undefined;
11419
+ size?: string | null | undefined;
11420
+ sizeId?: number | null | undefined;
11421
+ statusId?: number | null | undefined;
11422
+ title?: string | null | undefined;
11423
+ isDraft?: boolean | null | undefined;
11424
+ isArchived?: boolean | null | undefined;
11425
+ availableQuantity?: number | null | undefined;
11426
+ material?: number[] | null | undefined;
11427
+ manufacturerLabelling?: string | null | undefined;
11428
+ labels?: string[] | null | undefined;
11429
+ } | null | undefined;
11430
+ targetDate?: Date | null | undefined;
11431
+ };
9992
11432
  } | null | undefined;
9993
11433
  accountId?: string | null | undefined;
9994
11434
  requestId?: string | null | undefined;
@@ -10245,6 +11685,42 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10245
11685
  error?: string | null | undefined;
10246
11686
  }[] | null | undefined;
10247
11687
  };
11688
+ } | {
11689
+ type: "UPDATED";
11690
+ data: {
11691
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
11692
+ };
11693
+ } | {
11694
+ type: "UPDATING";
11695
+ data: {
11696
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
11697
+ post?: {
11698
+ status?: string | null | undefined;
11699
+ price?: number | null | undefined;
11700
+ currency?: string | null | undefined;
11701
+ brand?: string | null | undefined;
11702
+ catalog?: string | null | undefined;
11703
+ catalogId?: number | null | undefined;
11704
+ colors?: string[] | null | undefined;
11705
+ colorIds?: number[] | null | undefined;
11706
+ description?: string | null | undefined;
11707
+ measurementLength?: number | null | undefined;
11708
+ measurementWidth?: number | null | undefined;
11709
+ packageSizeId?: number | null | undefined;
11710
+ photoUrls?: string[] | null | undefined;
11711
+ size?: string | null | undefined;
11712
+ sizeId?: number | null | undefined;
11713
+ statusId?: number | null | undefined;
11714
+ title?: string | null | undefined;
11715
+ isDraft?: boolean | null | undefined;
11716
+ isArchived?: boolean | null | undefined;
11717
+ availableQuantity?: number | null | undefined;
11718
+ material?: number[] | null | undefined;
11719
+ manufacturerLabelling?: string | null | undefined;
11720
+ labels?: string[] | null | undefined;
11721
+ } | null | undefined;
11722
+ targetDate?: Date | null | undefined;
11723
+ };
10248
11724
  } | null | undefined;
10249
11725
  accountId?: string | null | undefined;
10250
11726
  requestId?: string | null | undefined;
@@ -10439,6 +11915,42 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10439
11915
  error?: string | null | undefined;
10440
11916
  }[] | null | undefined;
10441
11917
  };
11918
+ } | {
11919
+ type: "UPDATED";
11920
+ data: {
11921
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
11922
+ };
11923
+ } | {
11924
+ type: "UPDATING";
11925
+ data: {
11926
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
11927
+ post?: {
11928
+ status?: string | null | undefined;
11929
+ price?: number | null | undefined;
11930
+ currency?: string | null | undefined;
11931
+ brand?: string | null | undefined;
11932
+ catalog?: string | null | undefined;
11933
+ catalogId?: number | null | undefined;
11934
+ colors?: string[] | null | undefined;
11935
+ colorIds?: number[] | null | undefined;
11936
+ description?: string | null | undefined;
11937
+ measurementLength?: number | null | undefined;
11938
+ measurementWidth?: number | null | undefined;
11939
+ packageSizeId?: number | null | undefined;
11940
+ photoUrls?: string[] | null | undefined;
11941
+ size?: string | null | undefined;
11942
+ sizeId?: number | null | undefined;
11943
+ statusId?: number | null | undefined;
11944
+ title?: string | null | undefined;
11945
+ isDraft?: boolean | null | undefined;
11946
+ isArchived?: boolean | null | undefined;
11947
+ availableQuantity?: number | null | undefined;
11948
+ material?: number[] | null | undefined;
11949
+ manufacturerLabelling?: string | null | undefined;
11950
+ labels?: string[] | null | undefined;
11951
+ } | null | undefined;
11952
+ targetDate?: Date | null | undefined;
11953
+ };
10442
11954
  } | null | undefined;
10443
11955
  accountId?: string | null | undefined;
10444
11956
  requestId?: string | null | undefined;
@@ -10693,6 +12205,42 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10693
12205
  error?: string | null | undefined;
10694
12206
  }[] | null | undefined;
10695
12207
  };
12208
+ } | {
12209
+ type: "UPDATED";
12210
+ data: {
12211
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
12212
+ };
12213
+ } | {
12214
+ type: "UPDATING";
12215
+ data: {
12216
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
12217
+ post?: {
12218
+ status?: string | null | undefined;
12219
+ price?: number | null | undefined;
12220
+ currency?: string | null | undefined;
12221
+ brand?: string | null | undefined;
12222
+ catalog?: string | null | undefined;
12223
+ catalogId?: number | null | undefined;
12224
+ colors?: string[] | null | undefined;
12225
+ colorIds?: number[] | null | undefined;
12226
+ description?: string | null | undefined;
12227
+ measurementLength?: number | null | undefined;
12228
+ measurementWidth?: number | null | undefined;
12229
+ packageSizeId?: number | null | undefined;
12230
+ photoUrls?: string[] | null | undefined;
12231
+ size?: string | null | undefined;
12232
+ sizeId?: number | null | undefined;
12233
+ statusId?: number | null | undefined;
12234
+ title?: string | null | undefined;
12235
+ isDraft?: boolean | null | undefined;
12236
+ isArchived?: boolean | null | undefined;
12237
+ availableQuantity?: number | null | undefined;
12238
+ material?: number[] | null | undefined;
12239
+ manufacturerLabelling?: string | null | undefined;
12240
+ labels?: string[] | null | undefined;
12241
+ } | null | undefined;
12242
+ targetDate?: Date | null | undefined;
12243
+ };
10696
12244
  } | null | undefined;
10697
12245
  accountId?: string | null | undefined;
10698
12246
  requestId?: string | null | undefined;
@@ -10887,6 +12435,42 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10887
12435
  error?: string | null | undefined;
10888
12436
  }[] | null | undefined;
10889
12437
  };
12438
+ } | {
12439
+ type: "UPDATED";
12440
+ data: {
12441
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
12442
+ };
12443
+ } | {
12444
+ type: "UPDATING";
12445
+ data: {
12446
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
12447
+ post?: {
12448
+ status?: string | null | undefined;
12449
+ price?: number | null | undefined;
12450
+ currency?: string | null | undefined;
12451
+ brand?: string | null | undefined;
12452
+ catalog?: string | null | undefined;
12453
+ catalogId?: number | null | undefined;
12454
+ colors?: string[] | null | undefined;
12455
+ colorIds?: number[] | null | undefined;
12456
+ description?: string | null | undefined;
12457
+ measurementLength?: number | null | undefined;
12458
+ measurementWidth?: number | null | undefined;
12459
+ packageSizeId?: number | null | undefined;
12460
+ photoUrls?: string[] | null | undefined;
12461
+ size?: string | null | undefined;
12462
+ sizeId?: number | null | undefined;
12463
+ statusId?: number | null | undefined;
12464
+ title?: string | null | undefined;
12465
+ isDraft?: boolean | null | undefined;
12466
+ isArchived?: boolean | null | undefined;
12467
+ availableQuantity?: number | null | undefined;
12468
+ material?: number[] | null | undefined;
12469
+ manufacturerLabelling?: string | null | undefined;
12470
+ labels?: string[] | null | undefined;
12471
+ } | null | undefined;
12472
+ targetDate?: Date | null | undefined;
12473
+ };
10890
12474
  } | null | undefined;
10891
12475
  accountId?: string | null | undefined;
10892
12476
  requestId?: string | null | undefined;
@@ -11146,6 +12730,42 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11146
12730
  error?: string | null | undefined;
11147
12731
  }[] | null | undefined;
11148
12732
  };
12733
+ } | {
12734
+ type: "UPDATED";
12735
+ data: {
12736
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
12737
+ };
12738
+ } | {
12739
+ type: "UPDATING";
12740
+ data: {
12741
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
12742
+ post?: {
12743
+ status?: string | null | undefined;
12744
+ price?: number | null | undefined;
12745
+ currency?: string | null | undefined;
12746
+ brand?: string | null | undefined;
12747
+ catalog?: string | null | undefined;
12748
+ catalogId?: number | null | undefined;
12749
+ colors?: string[] | null | undefined;
12750
+ colorIds?: number[] | null | undefined;
12751
+ description?: string | null | undefined;
12752
+ measurementLength?: number | null | undefined;
12753
+ measurementWidth?: number | null | undefined;
12754
+ packageSizeId?: number | null | undefined;
12755
+ photoUrls?: string[] | null | undefined;
12756
+ size?: string | null | undefined;
12757
+ sizeId?: number | null | undefined;
12758
+ statusId?: number | null | undefined;
12759
+ title?: string | null | undefined;
12760
+ isDraft?: boolean | null | undefined;
12761
+ isArchived?: boolean | null | undefined;
12762
+ availableQuantity?: number | null | undefined;
12763
+ material?: number[] | null | undefined;
12764
+ manufacturerLabelling?: string | null | undefined;
12765
+ labels?: string[] | null | undefined;
12766
+ } | null | undefined;
12767
+ targetDate?: Date | null | undefined;
12768
+ };
11149
12769
  } | null | undefined;
11150
12770
  accountId?: string | null | undefined;
11151
12771
  requestId?: string | null | undefined;
@@ -11340,6 +12960,42 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11340
12960
  error?: string | null | undefined;
11341
12961
  }[] | null | undefined;
11342
12962
  };
12963
+ } | {
12964
+ type: "UPDATED";
12965
+ data: {
12966
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
12967
+ };
12968
+ } | {
12969
+ type: "UPDATING";
12970
+ data: {
12971
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
12972
+ post?: {
12973
+ status?: string | null | undefined;
12974
+ price?: number | null | undefined;
12975
+ currency?: string | null | undefined;
12976
+ brand?: string | null | undefined;
12977
+ catalog?: string | null | undefined;
12978
+ catalogId?: number | null | undefined;
12979
+ colors?: string[] | null | undefined;
12980
+ colorIds?: number[] | null | undefined;
12981
+ description?: string | null | undefined;
12982
+ measurementLength?: number | null | undefined;
12983
+ measurementWidth?: number | null | undefined;
12984
+ packageSizeId?: number | null | undefined;
12985
+ photoUrls?: string[] | null | undefined;
12986
+ size?: string | null | undefined;
12987
+ sizeId?: number | null | undefined;
12988
+ statusId?: number | null | undefined;
12989
+ title?: string | null | undefined;
12990
+ isDraft?: boolean | null | undefined;
12991
+ isArchived?: boolean | null | undefined;
12992
+ availableQuantity?: number | null | undefined;
12993
+ material?: number[] | null | undefined;
12994
+ manufacturerLabelling?: string | null | undefined;
12995
+ labels?: string[] | null | undefined;
12996
+ } | null | undefined;
12997
+ targetDate?: Date | null | undefined;
12998
+ };
11343
12999
  } | null | undefined;
11344
13000
  accountId?: string | null | undefined;
11345
13001
  requestId?: string | null | undefined;
@@ -11598,6 +13254,42 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11598
13254
  error?: string | null | undefined;
11599
13255
  }[] | null | undefined;
11600
13256
  };
13257
+ } | {
13258
+ type: "UPDATED";
13259
+ data: {
13260
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
13261
+ };
13262
+ } | {
13263
+ type: "UPDATING";
13264
+ data: {
13265
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
13266
+ post?: {
13267
+ status?: string | null | undefined;
13268
+ price?: number | null | undefined;
13269
+ currency?: string | null | undefined;
13270
+ brand?: string | null | undefined;
13271
+ catalog?: string | null | undefined;
13272
+ catalogId?: number | null | undefined;
13273
+ colors?: string[] | null | undefined;
13274
+ colorIds?: number[] | null | undefined;
13275
+ description?: string | null | undefined;
13276
+ measurementLength?: number | null | undefined;
13277
+ measurementWidth?: number | null | undefined;
13278
+ packageSizeId?: number | null | undefined;
13279
+ photoUrls?: string[] | null | undefined;
13280
+ size?: string | null | undefined;
13281
+ sizeId?: number | null | undefined;
13282
+ statusId?: number | null | undefined;
13283
+ title?: string | null | undefined;
13284
+ isDraft?: boolean | null | undefined;
13285
+ isArchived?: boolean | null | undefined;
13286
+ availableQuantity?: number | null | undefined;
13287
+ material?: number[] | null | undefined;
13288
+ manufacturerLabelling?: string | null | undefined;
13289
+ labels?: string[] | null | undefined;
13290
+ } | null | undefined;
13291
+ targetDate?: Date | null | undefined;
13292
+ };
11601
13293
  } | null | undefined;
11602
13294
  accountId?: string | null | undefined;
11603
13295
  requestId?: string | null | undefined;
@@ -11792,6 +13484,42 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11792
13484
  error?: string | null | undefined;
11793
13485
  }[] | null | undefined;
11794
13486
  };
13487
+ } | {
13488
+ type: "UPDATED";
13489
+ data: {
13490
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
13491
+ };
13492
+ } | {
13493
+ type: "UPDATING";
13494
+ data: {
13495
+ platform: "ETSY" | "SHOPIFY" | "VINTED";
13496
+ post?: {
13497
+ status?: string | null | undefined;
13498
+ price?: number | null | undefined;
13499
+ currency?: string | null | undefined;
13500
+ brand?: string | null | undefined;
13501
+ catalog?: string | null | undefined;
13502
+ catalogId?: number | null | undefined;
13503
+ colors?: string[] | null | undefined;
13504
+ colorIds?: number[] | null | undefined;
13505
+ description?: string | null | undefined;
13506
+ measurementLength?: number | null | undefined;
13507
+ measurementWidth?: number | null | undefined;
13508
+ packageSizeId?: number | null | undefined;
13509
+ photoUrls?: string[] | null | undefined;
13510
+ size?: string | null | undefined;
13511
+ sizeId?: number | null | undefined;
13512
+ statusId?: number | null | undefined;
13513
+ title?: string | null | undefined;
13514
+ isDraft?: boolean | null | undefined;
13515
+ isArchived?: boolean | null | undefined;
13516
+ availableQuantity?: number | null | undefined;
13517
+ material?: number[] | null | undefined;
13518
+ manufacturerLabelling?: string | null | undefined;
13519
+ labels?: string[] | null | undefined;
13520
+ } | null | undefined;
13521
+ targetDate?: Date | null | undefined;
13522
+ };
11795
13523
  } | null | undefined;
11796
13524
  accountId?: string | null | undefined;
11797
13525
  requestId?: string | null | undefined;