controlresell 2.8.2 → 2.8.4
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 +3 -3
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +15 -5
- package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +15 -5
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +482 -3
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.js +2 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.js.map +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.ts +2 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +974 -6
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.js +2 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.ts +2 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +674 -0
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts.map +1 -0
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.js +67 -0
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.js.map +1 -0
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.ts +85 -0
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +3 -1
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "controlresell",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.4",
|
|
4
4
|
"main": "src/index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"controlresell-auth": "^0.0.6",
|
|
21
21
|
"controlresell-connector": "^0.6.9",
|
|
22
|
-
"controlresell-inbox": "^0.0.
|
|
23
|
-
"controlresell-inventory": "^0.0.
|
|
22
|
+
"controlresell-inbox": "^0.0.10",
|
|
23
|
+
"controlresell-inventory": "^0.0.14",
|
|
24
24
|
"controlresell-storage": "^0.0.1",
|
|
25
25
|
"zod": "^3.25.76",
|
|
26
26
|
"zodable-idschema": "^1.0.0"
|
|
@@ -64,7 +64,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
64
64
|
second?: Date | null | undefined;
|
|
65
65
|
}>>>;
|
|
66
66
|
searchQuery: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
|
-
lastHistoryType: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["IMPORTED", "ARCHIVED", "UNARCHIVED", "PUBLISHED", "FAILED_TO_PUBLISH", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "REPUBLISHED", "UPDATING", "UPDATED", "DELETED", "TO_BE_SENT", "IN_TRANSIT", "BUYER_PAID", "DELIVERED", "RECEIVED", "FINALIZED", "RETURN", "REFUND"]
|
|
67
|
+
lastHistoryType: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodEnum<["IMPORTED", "ARCHIVED", "UNARCHIVED", "PUBLISHED", "FAILED_TO_PUBLISH", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "REPUBLISHED", "UPDATING", "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
70
|
isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -104,7 +104,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
104
104
|
second?: Date | null | undefined;
|
|
105
105
|
} | null | undefined;
|
|
106
106
|
searchQuery?: string | null | undefined;
|
|
107
|
-
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
107
|
+
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | null | undefined)[] | null | undefined;
|
|
108
108
|
readyToPublish?: boolean | null | undefined;
|
|
109
109
|
toBeSent?: boolean | null | undefined;
|
|
110
110
|
accountIds?: string[] | null | undefined;
|
|
@@ -142,7 +142,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
142
142
|
second?: Date | null | undefined;
|
|
143
143
|
} | null | undefined;
|
|
144
144
|
searchQuery?: string | null | undefined;
|
|
145
|
-
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
145
|
+
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | null | undefined)[] | null | undefined;
|
|
146
146
|
readyToPublish?: boolean | null | undefined;
|
|
147
147
|
toBeSent?: boolean | null | undefined;
|
|
148
148
|
accountIds?: string[] | null | undefined;
|
|
@@ -151,14 +151,20 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
151
151
|
accountIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
152
152
|
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["VINTED", "SHOPIFY"]>, "many">>>;
|
|
153
153
|
hasNewMessages: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
154
|
+
isImportant: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
155
|
+
isPinned: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
154
156
|
}, "strip", z.ZodTypeAny, {
|
|
155
157
|
platforms?: ("VINTED" | "SHOPIFY")[] | null | undefined;
|
|
156
158
|
accountIds?: string[] | null | undefined;
|
|
159
|
+
isPinned?: boolean | null | undefined;
|
|
157
160
|
hasNewMessages?: boolean | null | undefined;
|
|
161
|
+
isImportant?: boolean | null | undefined;
|
|
158
162
|
}, {
|
|
159
163
|
platforms?: ("VINTED" | "SHOPIFY")[] | null | undefined;
|
|
160
164
|
accountIds?: string[] | null | undefined;
|
|
165
|
+
isPinned?: boolean | null | undefined;
|
|
161
166
|
hasNewMessages?: boolean | null | undefined;
|
|
167
|
+
isImportant?: boolean | null | undefined;
|
|
162
168
|
}>>>;
|
|
163
169
|
}, "strip", z.ZodTypeAny, {
|
|
164
170
|
id: string;
|
|
@@ -197,7 +203,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
197
203
|
second?: Date | null | undefined;
|
|
198
204
|
} | null | undefined;
|
|
199
205
|
searchQuery?: string | null | undefined;
|
|
200
|
-
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
206
|
+
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | null | undefined)[] | null | undefined;
|
|
201
207
|
readyToPublish?: boolean | null | undefined;
|
|
202
208
|
toBeSent?: boolean | null | undefined;
|
|
203
209
|
accountIds?: string[] | null | undefined;
|
|
@@ -205,7 +211,9 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
205
211
|
platformFilters?: {
|
|
206
212
|
platforms?: ("VINTED" | "SHOPIFY")[] | null | undefined;
|
|
207
213
|
accountIds?: string[] | null | undefined;
|
|
214
|
+
isPinned?: boolean | null | undefined;
|
|
208
215
|
hasNewMessages?: boolean | null | undefined;
|
|
216
|
+
isImportant?: boolean | null | undefined;
|
|
209
217
|
} | null | undefined;
|
|
210
218
|
}, {
|
|
211
219
|
id: string;
|
|
@@ -244,7 +252,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
244
252
|
second?: Date | null | undefined;
|
|
245
253
|
} | null | undefined;
|
|
246
254
|
searchQuery?: string | null | undefined;
|
|
247
|
-
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
255
|
+
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | null | undefined)[] | null | undefined;
|
|
248
256
|
readyToPublish?: boolean | null | undefined;
|
|
249
257
|
toBeSent?: boolean | null | undefined;
|
|
250
258
|
accountIds?: string[] | null | undefined;
|
|
@@ -252,7 +260,9 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
252
260
|
platformFilters?: {
|
|
253
261
|
platforms?: ("VINTED" | "SHOPIFY")[] | null | undefined;
|
|
254
262
|
accountIds?: string[] | null | undefined;
|
|
263
|
+
isPinned?: boolean | null | undefined;
|
|
255
264
|
hasNewMessages?: boolean | null | undefined;
|
|
265
|
+
isImportant?: boolean | null | undefined;
|
|
256
266
|
} | null | undefined;
|
|
257
267
|
}>;
|
|
258
268
|
export type SavedFilters = z.infer<typeof SavedFiltersSchema>;
|
|
@@ -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"}
|
|
@@ -62,7 +62,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
62
62
|
second?: Date | null | undefined;
|
|
63
63
|
}>>>;
|
|
64
64
|
searchQuery: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
|
-
lastHistoryType: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["IMPORTED", "ARCHIVED", "UNARCHIVED", "PUBLISHED", "FAILED_TO_PUBLISH", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "REPUBLISHED", "UPDATING", "UPDATED", "DELETED", "TO_BE_SENT", "IN_TRANSIT", "BUYER_PAID", "DELIVERED", "RECEIVED", "FINALIZED", "RETURN", "REFUND"]
|
|
65
|
+
lastHistoryType: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodEnum<["IMPORTED", "ARCHIVED", "UNARCHIVED", "PUBLISHED", "FAILED_TO_PUBLISH", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "REPUBLISHED", "UPDATING", "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
68
|
isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -102,7 +102,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
102
102
|
second?: Date | null | undefined;
|
|
103
103
|
} | null | undefined;
|
|
104
104
|
searchQuery?: string | null | undefined;
|
|
105
|
-
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
105
|
+
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | null | undefined)[] | null | undefined;
|
|
106
106
|
readyToPublish?: boolean | null | undefined;
|
|
107
107
|
toBeSent?: boolean | null | undefined;
|
|
108
108
|
accountIds?: string[] | null | undefined;
|
|
@@ -140,7 +140,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
140
140
|
second?: Date | null | undefined;
|
|
141
141
|
} | null | undefined;
|
|
142
142
|
searchQuery?: string | null | undefined;
|
|
143
|
-
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
143
|
+
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | null | undefined)[] | null | undefined;
|
|
144
144
|
readyToPublish?: boolean | null | undefined;
|
|
145
145
|
toBeSent?: boolean | null | undefined;
|
|
146
146
|
accountIds?: string[] | null | undefined;
|
|
@@ -149,14 +149,20 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
149
149
|
accountIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
150
150
|
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["VINTED", "SHOPIFY"]>, "many">>>;
|
|
151
151
|
hasNewMessages: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
152
|
+
isImportant: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
153
|
+
isPinned: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
152
154
|
}, "strip", z.ZodTypeAny, {
|
|
153
155
|
platforms?: ("VINTED" | "SHOPIFY")[] | null | undefined;
|
|
154
156
|
accountIds?: string[] | null | undefined;
|
|
157
|
+
isPinned?: boolean | null | undefined;
|
|
155
158
|
hasNewMessages?: boolean | null | undefined;
|
|
159
|
+
isImportant?: boolean | null | undefined;
|
|
156
160
|
}, {
|
|
157
161
|
platforms?: ("VINTED" | "SHOPIFY")[] | null | undefined;
|
|
158
162
|
accountIds?: string[] | null | undefined;
|
|
163
|
+
isPinned?: boolean | null | undefined;
|
|
159
164
|
hasNewMessages?: boolean | null | undefined;
|
|
165
|
+
isImportant?: boolean | null | undefined;
|
|
160
166
|
}>>>;
|
|
161
167
|
}, "strip", z.ZodTypeAny, {
|
|
162
168
|
itemFilters?: {
|
|
@@ -193,7 +199,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
193
199
|
second?: Date | null | undefined;
|
|
194
200
|
} | null | undefined;
|
|
195
201
|
searchQuery?: string | null | undefined;
|
|
196
|
-
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
202
|
+
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | null | undefined)[] | null | undefined;
|
|
197
203
|
readyToPublish?: boolean | null | undefined;
|
|
198
204
|
toBeSent?: boolean | null | undefined;
|
|
199
205
|
accountIds?: string[] | null | undefined;
|
|
@@ -201,7 +207,9 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
201
207
|
platformFilters?: {
|
|
202
208
|
platforms?: ("VINTED" | "SHOPIFY")[] | null | undefined;
|
|
203
209
|
accountIds?: string[] | null | undefined;
|
|
210
|
+
isPinned?: boolean | null | undefined;
|
|
204
211
|
hasNewMessages?: boolean | null | undefined;
|
|
212
|
+
isImportant?: boolean | null | undefined;
|
|
205
213
|
} | null | undefined;
|
|
206
214
|
}, {
|
|
207
215
|
itemFilters?: {
|
|
@@ -238,7 +246,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
238
246
|
second?: Date | null | undefined;
|
|
239
247
|
} | null | undefined;
|
|
240
248
|
searchQuery?: string | null | undefined;
|
|
241
|
-
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND")[] | null | undefined;
|
|
249
|
+
lastHistoryType?: ("IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "REPUBLISHED" | "UPDATING" | "UPDATED" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | null | undefined)[] | null | undefined;
|
|
242
250
|
readyToPublish?: boolean | null | undefined;
|
|
243
251
|
toBeSent?: boolean | null | undefined;
|
|
244
252
|
accountIds?: string[] | null | undefined;
|
|
@@ -246,7 +254,9 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
246
254
|
platformFilters?: {
|
|
247
255
|
platforms?: ("VINTED" | "SHOPIFY")[] | null | undefined;
|
|
248
256
|
accountIds?: string[] | null | undefined;
|
|
257
|
+
isPinned?: boolean | null | undefined;
|
|
249
258
|
hasNewMessages?: boolean | null | undefined;
|
|
259
|
+
isImportant?: boolean | null | undefined;
|
|
250
260
|
} | null | undefined;
|
|
251
261
|
}>;
|
|
252
262
|
export type SavedFiltersPayload = z.infer<typeof SavedFiltersPayloadSchema>;
|
|
@@ -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"}
|