controlresell 2.4.6 → 2.4.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.
- package/package.json +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -0
- package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -0
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -0
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.js +2 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.js.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.ts +2 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +6 -6
- package/src/com/controlresell/models/platforms/conversations/ConversationOnPlatformUpdateRequest.d.ts +8 -8
- package/src/com/controlresell/models/platforms/favorites/FavoriteOnPlatformUpdateRequest.d.ts +10 -10
package/package.json
CHANGED
|
@@ -67,6 +67,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
67
67
|
lastHistoryType: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["IMPORTED", "PUBLISHED", "FAILED_TO_PUBLISH", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "REPUBLISHED", "UPDATED", "DELETED", "TO_BE_SENT", "IN_TRANSIT", "BUYER_PAID", "DELIVERED", "RECEIVED", "FINALIZED", "RETURN", "REFUND"]>, "many">>>;
|
|
68
68
|
readyToPublish: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
69
69
|
toBeSent: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
70
|
+
isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
70
71
|
}, "strip", z.ZodTypeAny, {
|
|
71
72
|
sort?: "MOST_RECENT" | "OLDEST" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
72
73
|
sold?: boolean | null | undefined;
|
|
@@ -102,6 +103,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
102
103
|
lastHistoryType?: ("IMPORTED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
103
104
|
readyToPublish?: boolean | null | undefined;
|
|
104
105
|
toBeSent?: boolean | null | undefined;
|
|
106
|
+
isDraft?: boolean | null | undefined;
|
|
105
107
|
}, {
|
|
106
108
|
sort?: "MOST_RECENT" | "OLDEST" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
107
109
|
sold?: boolean | null | undefined;
|
|
@@ -137,6 +139,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
137
139
|
lastHistoryType?: ("IMPORTED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
138
140
|
readyToPublish?: boolean | null | undefined;
|
|
139
141
|
toBeSent?: boolean | null | undefined;
|
|
142
|
+
isDraft?: boolean | null | undefined;
|
|
140
143
|
}>>>;
|
|
141
144
|
platformFilters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
142
145
|
accountIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
@@ -186,6 +189,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
186
189
|
lastHistoryType?: ("IMPORTED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
187
190
|
readyToPublish?: boolean | null | undefined;
|
|
188
191
|
toBeSent?: boolean | null | undefined;
|
|
192
|
+
isDraft?: boolean | null | undefined;
|
|
189
193
|
} | null | undefined;
|
|
190
194
|
platformFilters?: {
|
|
191
195
|
accountIds?: string[] | null | undefined;
|
|
@@ -229,6 +233,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
229
233
|
lastHistoryType?: ("IMPORTED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
230
234
|
readyToPublish?: boolean | null | undefined;
|
|
231
235
|
toBeSent?: boolean | null | undefined;
|
|
236
|
+
isDraft?: boolean | null | undefined;
|
|
232
237
|
} | null | undefined;
|
|
233
238
|
platformFilters?: {
|
|
234
239
|
accountIds?: string[] | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SavedFilters.d.ts","sourceRoot":"","sources":["SavedFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"SavedFilters.d.ts","sourceRoot":"","sources":["SavedFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK7B,CAAA;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
|
|
@@ -65,6 +65,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
65
65
|
lastHistoryType: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["IMPORTED", "PUBLISHED", "FAILED_TO_PUBLISH", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "REPUBLISHED", "UPDATED", "DELETED", "TO_BE_SENT", "IN_TRANSIT", "BUYER_PAID", "DELIVERED", "RECEIVED", "FINALIZED", "RETURN", "REFUND"]>, "many">>>;
|
|
66
66
|
readyToPublish: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
67
67
|
toBeSent: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
68
|
+
isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
68
69
|
}, "strip", z.ZodTypeAny, {
|
|
69
70
|
sort?: "MOST_RECENT" | "OLDEST" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
70
71
|
sold?: boolean | null | undefined;
|
|
@@ -100,6 +101,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
100
101
|
lastHistoryType?: ("IMPORTED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
101
102
|
readyToPublish?: boolean | null | undefined;
|
|
102
103
|
toBeSent?: boolean | null | undefined;
|
|
104
|
+
isDraft?: boolean | null | undefined;
|
|
103
105
|
}, {
|
|
104
106
|
sort?: "MOST_RECENT" | "OLDEST" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
105
107
|
sold?: boolean | null | undefined;
|
|
@@ -135,6 +137,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
135
137
|
lastHistoryType?: ("IMPORTED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
136
138
|
readyToPublish?: boolean | null | undefined;
|
|
137
139
|
toBeSent?: boolean | null | undefined;
|
|
140
|
+
isDraft?: boolean | null | undefined;
|
|
138
141
|
}>>>;
|
|
139
142
|
platformFilters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
140
143
|
accountIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
@@ -182,6 +185,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
182
185
|
lastHistoryType?: ("IMPORTED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
183
186
|
readyToPublish?: boolean | null | undefined;
|
|
184
187
|
toBeSent?: boolean | null | undefined;
|
|
188
|
+
isDraft?: boolean | null | undefined;
|
|
185
189
|
} | null | undefined;
|
|
186
190
|
platformFilters?: {
|
|
187
191
|
accountIds?: string[] | null | undefined;
|
|
@@ -223,6 +227,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
223
227
|
lastHistoryType?: ("IMPORTED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
224
228
|
readyToPublish?: boolean | null | undefined;
|
|
225
229
|
toBeSent?: boolean | null | undefined;
|
|
230
|
+
isDraft?: boolean | null | undefined;
|
|
226
231
|
} | null | undefined;
|
|
227
232
|
platformFilters?: {
|
|
228
233
|
accountIds?: string[] | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SavedFiltersPayload.d.ts","sourceRoot":"","sources":["SavedFiltersPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"SavedFiltersPayload.d.ts","sourceRoot":"","sources":["SavedFiltersPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpC,CAAA;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAA"}
|
|
@@ -64,6 +64,7 @@ export declare const ItemFiltersContextSchema: z.ZodObject<{
|
|
|
64
64
|
lastHistoryType: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["IMPORTED", "PUBLISHED", "FAILED_TO_PUBLISH", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "REPUBLISHED", "UPDATED", "DELETED", "TO_BE_SENT", "IN_TRANSIT", "BUYER_PAID", "DELIVERED", "RECEIVED", "FINALIZED", "RETURN", "REFUND"]>, "many">>>;
|
|
65
65
|
readyToPublish: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
66
66
|
toBeSent: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
67
|
+
isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
67
68
|
}, "strip", z.ZodTypeAny, {
|
|
68
69
|
sort?: "MOST_RECENT" | "OLDEST" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
69
70
|
sold?: boolean | null | undefined;
|
|
@@ -99,6 +100,7 @@ export declare const ItemFiltersContextSchema: z.ZodObject<{
|
|
|
99
100
|
lastHistoryType?: ("IMPORTED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
100
101
|
readyToPublish?: boolean | null | undefined;
|
|
101
102
|
toBeSent?: boolean | null | undefined;
|
|
103
|
+
isDraft?: boolean | null | undefined;
|
|
102
104
|
}, {
|
|
103
105
|
sort?: "MOST_RECENT" | "OLDEST" | "HIGHEST_PRICE" | "LOWEST_PRICE" | null | undefined;
|
|
104
106
|
sold?: boolean | null | undefined;
|
|
@@ -134,6 +136,7 @@ export declare const ItemFiltersContextSchema: z.ZodObject<{
|
|
|
134
136
|
lastHistoryType?: ("IMPORTED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
135
137
|
readyToPublish?: boolean | null | undefined;
|
|
136
138
|
toBeSent?: boolean | null | undefined;
|
|
139
|
+
isDraft?: boolean | null | undefined;
|
|
137
140
|
}>;
|
|
138
141
|
export type ItemFiltersContext = z.infer<typeof ItemFiltersContextSchema>;
|
|
139
142
|
//# sourceMappingURL=ItemFiltersContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemFiltersContext.d.ts","sourceRoot":"","sources":["ItemFiltersContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"ItemFiltersContext.d.ts","sourceRoot":"","sources":["ItemFiltersContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBnC,CAAA;AACF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA"}
|
|
@@ -24,6 +24,7 @@ exports.ItemFiltersContextSchema = zod_1.z.object({
|
|
|
24
24
|
searchQuery: zod_1.z.string().nullish(),
|
|
25
25
|
lastHistoryType: zod_1.z.array(ItemHistoryType_1.ItemHistoryTypeSchema).nullish(),
|
|
26
26
|
readyToPublish: zod_1.z.boolean().nullish(),
|
|
27
|
-
toBeSent: zod_1.z.boolean().nullish()
|
|
27
|
+
toBeSent: zod_1.z.boolean().nullish(),
|
|
28
|
+
isDraft: zod_1.z.boolean().nullish()
|
|
28
29
|
});
|
|
29
30
|
//# sourceMappingURL=ItemFiltersContext.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemFiltersContext.js","sourceRoot":"","sources":["ItemFiltersContext.ts"],"names":[],"mappings":";;;AAAA,6BAAqB;AACrB,yCAAyC;AACzC,yEAA0D;AAC1D,+DAA+D;AAElD,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,IAAI,EAAE,yBAAc,CAAC,OAAO,EAAE;IAC9B,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE;IAC3B,YAAY,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IAC3C,QAAQ,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IACvC,GAAG,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IAClC,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IACtC,QAAQ,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IACvC,gBAAgB,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IAC/C,eAAe,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IAC9C,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IACrC,cAAc,EAAE,IAAA,4CAAgB,EAAC,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACtF,aAAa,EAAE,IAAA,4CAAgB,EAAC,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACrF,eAAe,EAAE,IAAA,4CAAgB,EAAC,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACvF,aAAa,EAAE,IAAA,4CAAgB,EAAC,OAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,EAAE,OAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IAC/F,YAAY,EAAE,IAAA,4CAAgB,EAAC,OAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,EAAE,OAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IAC9F,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IACjC,eAAe,EAAE,OAAC,CAAC,KAAK,CAAC,uCAAqB,CAAC,CAAC,OAAO,EAAE;IACzD,cAAc,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE;IACrC,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"ItemFiltersContext.js","sourceRoot":"","sources":["ItemFiltersContext.ts"],"names":[],"mappings":";;;AAAA,6BAAqB;AACrB,yCAAyC;AACzC,yEAA0D;AAC1D,+DAA+D;AAElD,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,IAAI,EAAE,yBAAc,CAAC,OAAO,EAAE;IAC9B,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE;IAC3B,YAAY,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IAC3C,QAAQ,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IACvC,GAAG,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IAClC,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IACtC,QAAQ,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IACvC,gBAAgB,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IAC/C,eAAe,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IAC9C,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;IACrC,cAAc,EAAE,IAAA,4CAAgB,EAAC,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACtF,aAAa,EAAE,IAAA,4CAAgB,EAAC,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACrF,eAAe,EAAE,IAAA,4CAAgB,EAAC,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACvF,aAAa,EAAE,IAAA,4CAAgB,EAAC,OAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,EAAE,OAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IAC/F,YAAY,EAAE,IAAA,4CAAgB,EAAC,OAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,EAAE,OAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IAC9F,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;IACjC,eAAe,EAAE,OAAC,CAAC,KAAK,CAAC,uCAAqB,CAAC,CAAC,OAAO,EAAE;IACzD,cAAc,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE;IACrC,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE;IAC/B,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE;CACjC,CAAC,CAAA"}
|
|
@@ -22,6 +22,7 @@ export const ItemFiltersContextSchema = z.object({
|
|
|
22
22
|
searchQuery: z.string().nullish(),
|
|
23
23
|
lastHistoryType: z.array(ItemHistoryTypeSchema).nullish(),
|
|
24
24
|
readyToPublish: z.boolean().nullish(),
|
|
25
|
-
toBeSent: z.boolean().nullish()
|
|
25
|
+
toBeSent: z.boolean().nullish(),
|
|
26
|
+
isDraft: z.boolean().nullish()
|
|
26
27
|
})
|
|
27
28
|
export type ItemFiltersContext = z.infer<typeof ItemFiltersContextSchema>
|
|
@@ -33,6 +33,7 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
33
33
|
colors?: string[] | null | undefined;
|
|
34
34
|
description?: string | null | undefined;
|
|
35
35
|
price?: number | null | undefined;
|
|
36
|
+
isDraft?: boolean | null | undefined;
|
|
36
37
|
brand?: string | null | undefined;
|
|
37
38
|
catalog?: string | null | undefined;
|
|
38
39
|
catalogId?: number | null | undefined;
|
|
@@ -44,7 +45,6 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
44
45
|
size?: string | null | undefined;
|
|
45
46
|
sizeId?: number | null | undefined;
|
|
46
47
|
statusId?: number | null | undefined;
|
|
47
|
-
isDraft?: boolean | null | undefined;
|
|
48
48
|
isArchived?: boolean | null | undefined;
|
|
49
49
|
availableQuantity?: number | null | undefined;
|
|
50
50
|
material?: number[] | null | undefined;
|
|
@@ -56,6 +56,7 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
56
56
|
colors?: string[] | null | undefined;
|
|
57
57
|
description?: string | null | undefined;
|
|
58
58
|
price?: number | null | undefined;
|
|
59
|
+
isDraft?: boolean | null | undefined;
|
|
59
60
|
brand?: string | null | undefined;
|
|
60
61
|
catalog?: string | null | undefined;
|
|
61
62
|
catalogId?: number | null | undefined;
|
|
@@ -67,7 +68,6 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
67
68
|
size?: string | null | undefined;
|
|
68
69
|
sizeId?: number | null | undefined;
|
|
69
70
|
statusId?: number | null | undefined;
|
|
70
|
-
isDraft?: boolean | null | undefined;
|
|
71
71
|
isArchived?: boolean | null | undefined;
|
|
72
72
|
availableQuantity?: number | null | undefined;
|
|
73
73
|
material?: number[] | null | undefined;
|
|
@@ -82,6 +82,7 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
82
82
|
colors?: string[] | null | undefined;
|
|
83
83
|
description?: string | null | undefined;
|
|
84
84
|
price?: number | null | undefined;
|
|
85
|
+
isDraft?: boolean | null | undefined;
|
|
85
86
|
brand?: string | null | undefined;
|
|
86
87
|
catalog?: string | null | undefined;
|
|
87
88
|
catalogId?: number | null | undefined;
|
|
@@ -93,7 +94,6 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
93
94
|
size?: string | null | undefined;
|
|
94
95
|
sizeId?: number | null | undefined;
|
|
95
96
|
statusId?: number | null | undefined;
|
|
96
|
-
isDraft?: boolean | null | undefined;
|
|
97
97
|
isArchived?: boolean | null | undefined;
|
|
98
98
|
availableQuantity?: number | null | undefined;
|
|
99
99
|
material?: number[] | null | undefined;
|
|
@@ -110,6 +110,7 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
110
110
|
colors?: string[] | null | undefined;
|
|
111
111
|
description?: string | null | undefined;
|
|
112
112
|
price?: number | null | undefined;
|
|
113
|
+
isDraft?: boolean | null | undefined;
|
|
113
114
|
brand?: string | null | undefined;
|
|
114
115
|
catalog?: string | null | undefined;
|
|
115
116
|
catalogId?: number | null | undefined;
|
|
@@ -121,7 +122,6 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
121
122
|
size?: string | null | undefined;
|
|
122
123
|
sizeId?: number | null | undefined;
|
|
123
124
|
statusId?: number | null | undefined;
|
|
124
|
-
isDraft?: boolean | null | undefined;
|
|
125
125
|
isArchived?: boolean | null | undefined;
|
|
126
126
|
availableQuantity?: number | null | undefined;
|
|
127
127
|
material?: number[] | null | undefined;
|
|
@@ -170,6 +170,7 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
170
170
|
colors?: string[] | null | undefined;
|
|
171
171
|
description?: string | null | undefined;
|
|
172
172
|
price?: number | null | undefined;
|
|
173
|
+
isDraft?: boolean | null | undefined;
|
|
173
174
|
brand?: string | null | undefined;
|
|
174
175
|
catalog?: string | null | undefined;
|
|
175
176
|
catalogId?: number | null | undefined;
|
|
@@ -181,7 +182,6 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
181
182
|
size?: string | null | undefined;
|
|
182
183
|
sizeId?: number | null | undefined;
|
|
183
184
|
statusId?: number | null | undefined;
|
|
184
|
-
isDraft?: boolean | null | undefined;
|
|
185
185
|
isArchived?: boolean | null | undefined;
|
|
186
186
|
availableQuantity?: number | null | undefined;
|
|
187
187
|
material?: number[] | null | undefined;
|
|
@@ -208,6 +208,7 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
208
208
|
colors?: string[] | null | undefined;
|
|
209
209
|
description?: string | null | undefined;
|
|
210
210
|
price?: number | null | undefined;
|
|
211
|
+
isDraft?: boolean | null | undefined;
|
|
211
212
|
brand?: string | null | undefined;
|
|
212
213
|
catalog?: string | null | undefined;
|
|
213
214
|
catalogId?: number | null | undefined;
|
|
@@ -219,7 +220,6 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
219
220
|
size?: string | null | undefined;
|
|
220
221
|
sizeId?: number | null | undefined;
|
|
221
222
|
statusId?: number | null | undefined;
|
|
222
|
-
isDraft?: boolean | null | undefined;
|
|
223
223
|
isArchived?: boolean | null | undefined;
|
|
224
224
|
availableQuantity?: number | null | undefined;
|
|
225
225
|
material?: number[] | null | undefined;
|
|
@@ -188,6 +188,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
188
188
|
colors?: string[] | null | undefined;
|
|
189
189
|
description?: string | null | undefined;
|
|
190
190
|
price?: number | null | undefined;
|
|
191
|
+
isDraft?: boolean | null | undefined;
|
|
191
192
|
brand?: string | null | undefined;
|
|
192
193
|
catalog?: string | null | undefined;
|
|
193
194
|
catalogId?: number | null | undefined;
|
|
@@ -199,7 +200,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
199
200
|
size?: string | null | undefined;
|
|
200
201
|
sizeId?: number | null | undefined;
|
|
201
202
|
statusId?: number | null | undefined;
|
|
202
|
-
isDraft?: boolean | null | undefined;
|
|
203
203
|
isArchived?: boolean | null | undefined;
|
|
204
204
|
availableQuantity?: number | null | undefined;
|
|
205
205
|
material?: number[] | null | undefined;
|
|
@@ -211,6 +211,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
211
211
|
colors?: string[] | null | undefined;
|
|
212
212
|
description?: string | null | undefined;
|
|
213
213
|
price?: number | null | undefined;
|
|
214
|
+
isDraft?: boolean | null | undefined;
|
|
214
215
|
brand?: string | null | undefined;
|
|
215
216
|
catalog?: string | null | undefined;
|
|
216
217
|
catalogId?: number | null | undefined;
|
|
@@ -222,7 +223,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
222
223
|
size?: string | null | undefined;
|
|
223
224
|
sizeId?: number | null | undefined;
|
|
224
225
|
statusId?: number | null | undefined;
|
|
225
|
-
isDraft?: boolean | null | undefined;
|
|
226
226
|
isArchived?: boolean | null | undefined;
|
|
227
227
|
availableQuantity?: number | null | undefined;
|
|
228
228
|
material?: number[] | null | undefined;
|
|
@@ -237,6 +237,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
237
237
|
colors?: string[] | null | undefined;
|
|
238
238
|
description?: string | null | undefined;
|
|
239
239
|
price?: number | null | undefined;
|
|
240
|
+
isDraft?: boolean | null | undefined;
|
|
240
241
|
brand?: string | null | undefined;
|
|
241
242
|
catalog?: string | null | undefined;
|
|
242
243
|
catalogId?: number | null | undefined;
|
|
@@ -248,7 +249,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
248
249
|
size?: string | null | undefined;
|
|
249
250
|
sizeId?: number | null | undefined;
|
|
250
251
|
statusId?: number | null | undefined;
|
|
251
|
-
isDraft?: boolean | null | undefined;
|
|
252
252
|
isArchived?: boolean | null | undefined;
|
|
253
253
|
availableQuantity?: number | null | undefined;
|
|
254
254
|
material?: number[] | null | undefined;
|
|
@@ -265,6 +265,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
265
265
|
colors?: string[] | null | undefined;
|
|
266
266
|
description?: string | null | undefined;
|
|
267
267
|
price?: number | null | undefined;
|
|
268
|
+
isDraft?: boolean | null | undefined;
|
|
268
269
|
brand?: string | null | undefined;
|
|
269
270
|
catalog?: string | null | undefined;
|
|
270
271
|
catalogId?: number | null | undefined;
|
|
@@ -276,7 +277,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
276
277
|
size?: string | null | undefined;
|
|
277
278
|
sizeId?: number | null | undefined;
|
|
278
279
|
statusId?: number | null | undefined;
|
|
279
|
-
isDraft?: boolean | null | undefined;
|
|
280
280
|
isArchived?: boolean | null | undefined;
|
|
281
281
|
availableQuantity?: number | null | undefined;
|
|
282
282
|
material?: number[] | null | undefined;
|
|
@@ -428,6 +428,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
428
428
|
colors?: string[] | null | undefined;
|
|
429
429
|
description?: string | null | undefined;
|
|
430
430
|
price?: number | null | undefined;
|
|
431
|
+
isDraft?: boolean | null | undefined;
|
|
431
432
|
brand?: string | null | undefined;
|
|
432
433
|
catalog?: string | null | undefined;
|
|
433
434
|
catalogId?: number | null | undefined;
|
|
@@ -439,7 +440,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
439
440
|
size?: string | null | undefined;
|
|
440
441
|
sizeId?: number | null | undefined;
|
|
441
442
|
statusId?: number | null | undefined;
|
|
442
|
-
isDraft?: boolean | null | undefined;
|
|
443
443
|
isArchived?: boolean | null | undefined;
|
|
444
444
|
availableQuantity?: number | null | undefined;
|
|
445
445
|
material?: number[] | null | undefined;
|
|
@@ -537,6 +537,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
537
537
|
colors?: string[] | null | undefined;
|
|
538
538
|
description?: string | null | undefined;
|
|
539
539
|
price?: number | null | undefined;
|
|
540
|
+
isDraft?: boolean | null | undefined;
|
|
540
541
|
brand?: string | null | undefined;
|
|
541
542
|
catalog?: string | null | undefined;
|
|
542
543
|
catalogId?: number | null | undefined;
|
|
@@ -548,7 +549,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
548
549
|
size?: string | null | undefined;
|
|
549
550
|
sizeId?: number | null | undefined;
|
|
550
551
|
statusId?: number | null | undefined;
|
|
551
|
-
isDraft?: boolean | null | undefined;
|
|
552
552
|
isArchived?: boolean | null | undefined;
|
|
553
553
|
availableQuantity?: number | null | undefined;
|
|
554
554
|
material?: number[] | null | undefined;
|
|
@@ -678,6 +678,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
678
678
|
colors?: string[] | null | undefined;
|
|
679
679
|
description?: string | null | undefined;
|
|
680
680
|
price?: number | null | undefined;
|
|
681
|
+
isDraft?: boolean | null | undefined;
|
|
681
682
|
brand?: string | null | undefined;
|
|
682
683
|
catalog?: string | null | undefined;
|
|
683
684
|
catalogId?: number | null | undefined;
|
|
@@ -689,7 +690,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
689
690
|
size?: string | null | undefined;
|
|
690
691
|
sizeId?: number | null | undefined;
|
|
691
692
|
statusId?: number | null | undefined;
|
|
692
|
-
isDraft?: boolean | null | undefined;
|
|
693
693
|
isArchived?: boolean | null | undefined;
|
|
694
694
|
availableQuantity?: number | null | undefined;
|
|
695
695
|
material?: number[] | null | undefined;
|
|
@@ -797,6 +797,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
797
797
|
colors?: string[] | null | undefined;
|
|
798
798
|
description?: string | null | undefined;
|
|
799
799
|
price?: number | null | undefined;
|
|
800
|
+
isDraft?: boolean | null | undefined;
|
|
800
801
|
brand?: string | null | undefined;
|
|
801
802
|
catalog?: string | null | undefined;
|
|
802
803
|
catalogId?: number | null | undefined;
|
|
@@ -808,7 +809,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
808
809
|
size?: string | null | undefined;
|
|
809
810
|
sizeId?: number | null | undefined;
|
|
810
811
|
statusId?: number | null | undefined;
|
|
811
|
-
isDraft?: boolean | null | undefined;
|
|
812
812
|
isArchived?: boolean | null | undefined;
|
|
813
813
|
availableQuantity?: number | null | undefined;
|
|
814
814
|
material?: number[] | null | undefined;
|
package/src/com/controlresell/models/platforms/favorites/FavoriteOnPlatformUpdateRequest.d.ts
CHANGED
|
@@ -191,6 +191,7 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
191
191
|
colors?: string[] | null | undefined;
|
|
192
192
|
description?: string | null | undefined;
|
|
193
193
|
price?: number | null | undefined;
|
|
194
|
+
isDraft?: boolean | null | undefined;
|
|
194
195
|
brand?: string | null | undefined;
|
|
195
196
|
catalog?: string | null | undefined;
|
|
196
197
|
catalogId?: number | null | undefined;
|
|
@@ -202,7 +203,6 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
202
203
|
size?: string | null | undefined;
|
|
203
204
|
sizeId?: number | null | undefined;
|
|
204
205
|
statusId?: number | null | undefined;
|
|
205
|
-
isDraft?: boolean | null | undefined;
|
|
206
206
|
isArchived?: boolean | null | undefined;
|
|
207
207
|
availableQuantity?: number | null | undefined;
|
|
208
208
|
material?: number[] | null | undefined;
|
|
@@ -214,6 +214,7 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
214
214
|
colors?: string[] | null | undefined;
|
|
215
215
|
description?: string | null | undefined;
|
|
216
216
|
price?: number | null | undefined;
|
|
217
|
+
isDraft?: boolean | null | undefined;
|
|
217
218
|
brand?: string | null | undefined;
|
|
218
219
|
catalog?: string | null | undefined;
|
|
219
220
|
catalogId?: number | null | undefined;
|
|
@@ -225,7 +226,6 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
225
226
|
size?: string | null | undefined;
|
|
226
227
|
sizeId?: number | null | undefined;
|
|
227
228
|
statusId?: number | null | undefined;
|
|
228
|
-
isDraft?: boolean | null | undefined;
|
|
229
229
|
isArchived?: boolean | null | undefined;
|
|
230
230
|
availableQuantity?: number | null | undefined;
|
|
231
231
|
material?: number[] | null | undefined;
|
|
@@ -240,6 +240,7 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
240
240
|
colors?: string[] | null | undefined;
|
|
241
241
|
description?: string | null | undefined;
|
|
242
242
|
price?: number | null | undefined;
|
|
243
|
+
isDraft?: boolean | null | undefined;
|
|
243
244
|
brand?: string | null | undefined;
|
|
244
245
|
catalog?: string | null | undefined;
|
|
245
246
|
catalogId?: number | null | undefined;
|
|
@@ -251,7 +252,6 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
251
252
|
size?: string | null | undefined;
|
|
252
253
|
sizeId?: number | null | undefined;
|
|
253
254
|
statusId?: number | null | undefined;
|
|
254
|
-
isDraft?: boolean | null | undefined;
|
|
255
255
|
isArchived?: boolean | null | undefined;
|
|
256
256
|
availableQuantity?: number | null | undefined;
|
|
257
257
|
material?: number[] | null | undefined;
|
|
@@ -268,6 +268,7 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
268
268
|
colors?: string[] | null | undefined;
|
|
269
269
|
description?: string | null | undefined;
|
|
270
270
|
price?: number | null | undefined;
|
|
271
|
+
isDraft?: boolean | null | undefined;
|
|
271
272
|
brand?: string | null | undefined;
|
|
272
273
|
catalog?: string | null | undefined;
|
|
273
274
|
catalogId?: number | null | undefined;
|
|
@@ -279,7 +280,6 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
279
280
|
size?: string | null | undefined;
|
|
280
281
|
sizeId?: number | null | undefined;
|
|
281
282
|
statusId?: number | null | undefined;
|
|
282
|
-
isDraft?: boolean | null | undefined;
|
|
283
283
|
isArchived?: boolean | null | undefined;
|
|
284
284
|
availableQuantity?: number | null | undefined;
|
|
285
285
|
material?: number[] | null | undefined;
|
|
@@ -431,6 +431,7 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
431
431
|
colors?: string[] | null | undefined;
|
|
432
432
|
description?: string | null | undefined;
|
|
433
433
|
price?: number | null | undefined;
|
|
434
|
+
isDraft?: boolean | null | undefined;
|
|
434
435
|
brand?: string | null | undefined;
|
|
435
436
|
catalog?: string | null | undefined;
|
|
436
437
|
catalogId?: number | null | undefined;
|
|
@@ -442,7 +443,6 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
442
443
|
size?: string | null | undefined;
|
|
443
444
|
sizeId?: number | null | undefined;
|
|
444
445
|
statusId?: number | null | undefined;
|
|
445
|
-
isDraft?: boolean | null | undefined;
|
|
446
446
|
isArchived?: boolean | null | undefined;
|
|
447
447
|
availableQuantity?: number | null | undefined;
|
|
448
448
|
material?: number[] | null | undefined;
|
|
@@ -540,6 +540,7 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
540
540
|
colors?: string[] | null | undefined;
|
|
541
541
|
description?: string | null | undefined;
|
|
542
542
|
price?: number | null | undefined;
|
|
543
|
+
isDraft?: boolean | null | undefined;
|
|
543
544
|
brand?: string | null | undefined;
|
|
544
545
|
catalog?: string | null | undefined;
|
|
545
546
|
catalogId?: number | null | undefined;
|
|
@@ -551,7 +552,6 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
551
552
|
size?: string | null | undefined;
|
|
552
553
|
sizeId?: number | null | undefined;
|
|
553
554
|
statusId?: number | null | undefined;
|
|
554
|
-
isDraft?: boolean | null | undefined;
|
|
555
555
|
isArchived?: boolean | null | undefined;
|
|
556
556
|
availableQuantity?: number | null | undefined;
|
|
557
557
|
material?: number[] | null | undefined;
|
|
@@ -653,6 +653,7 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
653
653
|
colors?: string[] | null | undefined;
|
|
654
654
|
description?: string | null | undefined;
|
|
655
655
|
price?: number | null | undefined;
|
|
656
|
+
isDraft?: boolean | null | undefined;
|
|
656
657
|
brand?: string | null | undefined;
|
|
657
658
|
catalog?: string | null | undefined;
|
|
658
659
|
catalogId?: number | null | undefined;
|
|
@@ -664,7 +665,6 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
664
665
|
size?: string | null | undefined;
|
|
665
666
|
sizeId?: number | null | undefined;
|
|
666
667
|
statusId?: number | null | undefined;
|
|
667
|
-
isDraft?: boolean | null | undefined;
|
|
668
668
|
isArchived?: boolean | null | undefined;
|
|
669
669
|
availableQuantity?: number | null | undefined;
|
|
670
670
|
material?: number[] | null | undefined;
|
|
@@ -766,6 +766,7 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
766
766
|
colors?: string[] | null | undefined;
|
|
767
767
|
description?: string | null | undefined;
|
|
768
768
|
price?: number | null | undefined;
|
|
769
|
+
isDraft?: boolean | null | undefined;
|
|
769
770
|
brand?: string | null | undefined;
|
|
770
771
|
catalog?: string | null | undefined;
|
|
771
772
|
catalogId?: number | null | undefined;
|
|
@@ -777,7 +778,6 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
777
778
|
size?: string | null | undefined;
|
|
778
779
|
sizeId?: number | null | undefined;
|
|
779
780
|
statusId?: number | null | undefined;
|
|
780
|
-
isDraft?: boolean | null | undefined;
|
|
781
781
|
isArchived?: boolean | null | undefined;
|
|
782
782
|
availableQuantity?: number | null | undefined;
|
|
783
783
|
material?: number[] | null | undefined;
|
|
@@ -911,6 +911,7 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
911
911
|
colors?: string[] | null | undefined;
|
|
912
912
|
description?: string | null | undefined;
|
|
913
913
|
price?: number | null | undefined;
|
|
914
|
+
isDraft?: boolean | null | undefined;
|
|
914
915
|
brand?: string | null | undefined;
|
|
915
916
|
catalog?: string | null | undefined;
|
|
916
917
|
catalogId?: number | null | undefined;
|
|
@@ -922,7 +923,6 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
922
923
|
size?: string | null | undefined;
|
|
923
924
|
sizeId?: number | null | undefined;
|
|
924
925
|
statusId?: number | null | undefined;
|
|
925
|
-
isDraft?: boolean | null | undefined;
|
|
926
926
|
isArchived?: boolean | null | undefined;
|
|
927
927
|
availableQuantity?: number | null | undefined;
|
|
928
928
|
material?: number[] | null | undefined;
|
|
@@ -1034,6 +1034,7 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1034
1034
|
colors?: string[] | null | undefined;
|
|
1035
1035
|
description?: string | null | undefined;
|
|
1036
1036
|
price?: number | null | undefined;
|
|
1037
|
+
isDraft?: boolean | null | undefined;
|
|
1037
1038
|
brand?: string | null | undefined;
|
|
1038
1039
|
catalog?: string | null | undefined;
|
|
1039
1040
|
catalogId?: number | null | undefined;
|
|
@@ -1045,7 +1046,6 @@ export declare const FavoriteOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1045
1046
|
size?: string | null | undefined;
|
|
1046
1047
|
sizeId?: number | null | undefined;
|
|
1047
1048
|
statusId?: number | null | undefined;
|
|
1048
|
-
isDraft?: boolean | null | undefined;
|
|
1049
1049
|
isArchived?: boolean | null | undefined;
|
|
1050
1050
|
availableQuantity?: number | null | undefined;
|
|
1051
1051
|
material?: number[] | null | undefined;
|