controlresell 2.4.9 → 2.4.12
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 +2 -2
- package/src/com/controlresell/models/items/CreatedItems.d.ts +42 -0
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +34 -0
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemsWithFilters.d.ts +42 -0
- package/src/com/controlresell/models/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +42 -0
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +26 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +33 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/conversations/Conversation.d.ts +26 -0
- package/src/com/controlresell/models/platforms/conversations/Conversation.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/conversations/ConversationOnPlatformUpdateRequest.d.ts +35 -0
- package/src/com/controlresell/models/platforms/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/conversations/UserConversations.d.ts +34 -0
- package/src/com/controlresell/models/platforms/conversations/UserConversations.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/conversations/messages/offers/ConversationOfferRequest.d.ts +6 -0
- package/src/com/controlresell/models/platforms/conversations/messages/offers/ConversationOfferRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/conversations/messages/offers/ConversationOfferRequest.js +4 -1
- package/src/com/controlresell/models/platforms/conversations/messages/offers/ConversationOfferRequest.js.map +1 -1
- package/src/com/controlresell/models/platforms/conversations/messages/offers/ConversationOfferRequest.ts +4 -1
- package/src/com/controlresell/models/platforms/favorites/Favorite.d.ts +60 -0
- package/src/com/controlresell/models/platforms/favorites/Favorite.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/favorites/FavoriteOnPlatformUpdateRequest.d.ts +37 -0
- package/src/com/controlresell/models/platforms/favorites/FavoriteOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +42 -0
- package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +26 -0
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +34 -0
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +92 -0
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/transactions/Transaction.d.ts +42 -0
- package/src/com/controlresell/models/platforms/transactions/Transaction.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/transactions/items/ItemInTransaction.d.ts +34 -0
- package/src/com/controlresell/models/platforms/transactions/items/ItemInTransaction.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/transactions/items/TransactionWithItems.d.ts +92 -0
- package/src/com/controlresell/models/platforms/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/Preference.d.ts +79 -0
- package/src/com/controlresell/models/preferences/Preference.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/PreferenceFilter.d.ts +68 -0
- package/src/com/controlresell/models/preferences/PreferenceFilter.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/PreferenceWithCase.d.ts +237 -0
- package/src/com/controlresell/models/preferences/PreferenceWithCase.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/PreferenceWithChildren.d.ts +168 -0
- package/src/com/controlresell/models/preferences/PreferenceWithChildren.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/cases/CreatePreferenceCasePayload.d.ts +69 -0
- package/src/com/controlresell/models/preferences/cases/CreatePreferenceCasePayload.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/cases/PartialPreferenceCasePayload.d.ts +69 -0
- package/src/com/controlresell/models/preferences/cases/PartialPreferenceCasePayload.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/cases/PreferenceCase.d.ts +69 -0
- package/src/com/controlresell/models/preferences/cases/PreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/payloads/actions/PreferenceActionPayload.d.ts +29 -0
- package/src/com/controlresell/models/preferences/payloads/actions/PreferenceActionPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts +40 -0
- package/src/com/controlresell/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js +7 -1
- package/src/com/controlresell/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js.map +1 -1
- package/src/com/controlresell/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.ts +8 -0
- package/src/com/controlresell/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +39 -0
- package/src/com/controlresell/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/payloads/texts/PreferenceTextsPayload.d.ts +10 -0
- package/src/com/controlresell/models/preferences/payloads/texts/PreferenceTextsPayload.d.ts.map +1 -0
- package/src/com/controlresell/models/preferences/payloads/texts/PreferenceTextsPayload.js +8 -0
- package/src/com/controlresell/models/preferences/payloads/texts/PreferenceTextsPayload.js.map +1 -0
- package/src/com/controlresell/models/preferences/payloads/texts/PreferenceTextsPayload.ts +6 -0
- package/src/com/controlresell/models/preferences/queue/PreferenceNextActionPayload.d.ts +306 -0
- package/src/com/controlresell/models/preferences/queue/PreferenceNextActionPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +59 -0
- package/src/com/controlresell/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/variants/PreferenceCaseVariant.d.ts +59 -0
- package/src/com/controlresell/models/preferences/variants/PreferenceCaseVariant.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +98 -0
- package/src/com/controlresell/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +59 -0
- package/src/com/controlresell/models/preferences/variants/PreferenceCaseVariantPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +26 -0
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +26 -0
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +18 -0
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js +3 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.ts +3 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +68 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- 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/src/com/controlresell/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts
CHANGED
|
@@ -71,6 +71,25 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
71
71
|
data: {
|
|
72
72
|
text: string;
|
|
73
73
|
};
|
|
74
|
+
}>, z.ZodObject<{
|
|
75
|
+
data: z.ZodObject<{
|
|
76
|
+
texts: z.ZodArray<z.ZodString, "many">;
|
|
77
|
+
}, "strip", z.ZodTypeAny, {
|
|
78
|
+
texts: string[];
|
|
79
|
+
}, {
|
|
80
|
+
texts: string[];
|
|
81
|
+
}>;
|
|
82
|
+
type: z.ZodLiteral<"TEXTS">;
|
|
83
|
+
}, "strip", z.ZodTypeAny, {
|
|
84
|
+
type: "TEXTS";
|
|
85
|
+
data: {
|
|
86
|
+
texts: string[];
|
|
87
|
+
};
|
|
88
|
+
}, {
|
|
89
|
+
type: "TEXTS";
|
|
90
|
+
data: {
|
|
91
|
+
texts: string[];
|
|
92
|
+
};
|
|
74
93
|
}>, z.ZodObject<{
|
|
75
94
|
data: z.ZodObject<{
|
|
76
95
|
seconds: z.ZodNumber;
|
|
@@ -110,6 +129,11 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
110
129
|
data: {
|
|
111
130
|
text: string;
|
|
112
131
|
};
|
|
132
|
+
} | {
|
|
133
|
+
type: "TEXTS";
|
|
134
|
+
data: {
|
|
135
|
+
texts: string[];
|
|
136
|
+
};
|
|
113
137
|
} | {
|
|
114
138
|
type: "WAIT";
|
|
115
139
|
data: {
|
|
@@ -136,6 +160,11 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
136
160
|
data: {
|
|
137
161
|
text: string;
|
|
138
162
|
};
|
|
163
|
+
} | {
|
|
164
|
+
type: "TEXTS";
|
|
165
|
+
data: {
|
|
166
|
+
texts: string[];
|
|
167
|
+
};
|
|
139
168
|
} | {
|
|
140
169
|
type: "WAIT";
|
|
141
170
|
data: {
|
|
@@ -164,6 +193,11 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
164
193
|
data: {
|
|
165
194
|
text: string;
|
|
166
195
|
};
|
|
196
|
+
} | {
|
|
197
|
+
type: "TEXTS";
|
|
198
|
+
data: {
|
|
199
|
+
texts: string[];
|
|
200
|
+
};
|
|
167
201
|
} | {
|
|
168
202
|
type: "WAIT";
|
|
169
203
|
data: {
|
|
@@ -192,6 +226,11 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
192
226
|
data: {
|
|
193
227
|
text: string;
|
|
194
228
|
};
|
|
229
|
+
} | {
|
|
230
|
+
type: "TEXTS";
|
|
231
|
+
data: {
|
|
232
|
+
texts: string[];
|
|
233
|
+
};
|
|
195
234
|
} | {
|
|
196
235
|
type: "WAIT";
|
|
197
236
|
data: {
|
|
@@ -224,6 +263,11 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
224
263
|
data: {
|
|
225
264
|
text: string;
|
|
226
265
|
};
|
|
266
|
+
} | {
|
|
267
|
+
type: "TEXTS";
|
|
268
|
+
data: {
|
|
269
|
+
texts: string[];
|
|
270
|
+
};
|
|
227
271
|
} | {
|
|
228
272
|
type: "WAIT";
|
|
229
273
|
data: {
|
|
@@ -255,6 +299,11 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
255
299
|
data: {
|
|
256
300
|
text: string;
|
|
257
301
|
};
|
|
302
|
+
} | {
|
|
303
|
+
type: "TEXTS";
|
|
304
|
+
data: {
|
|
305
|
+
texts: string[];
|
|
306
|
+
};
|
|
258
307
|
} | {
|
|
259
308
|
type: "WAIT";
|
|
260
309
|
data: {
|
|
@@ -472,6 +521,11 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
472
521
|
data: {
|
|
473
522
|
text: string;
|
|
474
523
|
};
|
|
524
|
+
} | {
|
|
525
|
+
type: "TEXTS";
|
|
526
|
+
data: {
|
|
527
|
+
texts: string[];
|
|
528
|
+
};
|
|
475
529
|
} | {
|
|
476
530
|
type: "WAIT";
|
|
477
531
|
data: {
|
|
@@ -548,6 +602,11 @@ export declare const PartialPreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
548
602
|
data: {
|
|
549
603
|
text: string;
|
|
550
604
|
};
|
|
605
|
+
} | {
|
|
606
|
+
type: "TEXTS";
|
|
607
|
+
data: {
|
|
608
|
+
texts: string[];
|
|
609
|
+
};
|
|
551
610
|
} | {
|
|
552
611
|
type: "WAIT";
|
|
553
612
|
data: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PartialPreferenceCaseVariantPayload.d.ts","sourceRoot":"","sources":["PartialPreferenceCaseVariantPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,yCAAyC
|
|
1
|
+
{"version":3,"file":"PartialPreferenceCaseVariantPayload.d.ts","sourceRoot":"","sources":["PartialPreferenceCaseVariantPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIpD,CAAA;AACF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAA"}
|
|
@@ -73,6 +73,25 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
73
73
|
data: {
|
|
74
74
|
text: string;
|
|
75
75
|
};
|
|
76
|
+
}>, z.ZodObject<{
|
|
77
|
+
data: z.ZodObject<{
|
|
78
|
+
texts: z.ZodArray<z.ZodString, "many">;
|
|
79
|
+
}, "strip", z.ZodTypeAny, {
|
|
80
|
+
texts: string[];
|
|
81
|
+
}, {
|
|
82
|
+
texts: string[];
|
|
83
|
+
}>;
|
|
84
|
+
type: z.ZodLiteral<"TEXTS">;
|
|
85
|
+
}, "strip", z.ZodTypeAny, {
|
|
86
|
+
type: "TEXTS";
|
|
87
|
+
data: {
|
|
88
|
+
texts: string[];
|
|
89
|
+
};
|
|
90
|
+
}, {
|
|
91
|
+
type: "TEXTS";
|
|
92
|
+
data: {
|
|
93
|
+
texts: string[];
|
|
94
|
+
};
|
|
76
95
|
}>, z.ZodObject<{
|
|
77
96
|
data: z.ZodObject<{
|
|
78
97
|
seconds: z.ZodNumber;
|
|
@@ -112,6 +131,11 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
112
131
|
data: {
|
|
113
132
|
text: string;
|
|
114
133
|
};
|
|
134
|
+
} | {
|
|
135
|
+
type: "TEXTS";
|
|
136
|
+
data: {
|
|
137
|
+
texts: string[];
|
|
138
|
+
};
|
|
115
139
|
} | {
|
|
116
140
|
type: "WAIT";
|
|
117
141
|
data: {
|
|
@@ -138,6 +162,11 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
138
162
|
data: {
|
|
139
163
|
text: string;
|
|
140
164
|
};
|
|
165
|
+
} | {
|
|
166
|
+
type: "TEXTS";
|
|
167
|
+
data: {
|
|
168
|
+
texts: string[];
|
|
169
|
+
};
|
|
141
170
|
} | {
|
|
142
171
|
type: "WAIT";
|
|
143
172
|
data: {
|
|
@@ -166,6 +195,11 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
166
195
|
data: {
|
|
167
196
|
text: string;
|
|
168
197
|
};
|
|
198
|
+
} | {
|
|
199
|
+
type: "TEXTS";
|
|
200
|
+
data: {
|
|
201
|
+
texts: string[];
|
|
202
|
+
};
|
|
169
203
|
} | {
|
|
170
204
|
type: "WAIT";
|
|
171
205
|
data: {
|
|
@@ -194,6 +228,11 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
194
228
|
data: {
|
|
195
229
|
text: string;
|
|
196
230
|
};
|
|
231
|
+
} | {
|
|
232
|
+
type: "TEXTS";
|
|
233
|
+
data: {
|
|
234
|
+
texts: string[];
|
|
235
|
+
};
|
|
197
236
|
} | {
|
|
198
237
|
type: "WAIT";
|
|
199
238
|
data: {
|
|
@@ -226,6 +265,11 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
226
265
|
data: {
|
|
227
266
|
text: string;
|
|
228
267
|
};
|
|
268
|
+
} | {
|
|
269
|
+
type: "TEXTS";
|
|
270
|
+
data: {
|
|
271
|
+
texts: string[];
|
|
272
|
+
};
|
|
229
273
|
} | {
|
|
230
274
|
type: "WAIT";
|
|
231
275
|
data: {
|
|
@@ -257,6 +301,11 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
257
301
|
data: {
|
|
258
302
|
text: string;
|
|
259
303
|
};
|
|
304
|
+
} | {
|
|
305
|
+
type: "TEXTS";
|
|
306
|
+
data: {
|
|
307
|
+
texts: string[];
|
|
308
|
+
};
|
|
260
309
|
} | {
|
|
261
310
|
type: "WAIT";
|
|
262
311
|
data: {
|
|
@@ -475,6 +524,11 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
475
524
|
data: {
|
|
476
525
|
text: string;
|
|
477
526
|
};
|
|
527
|
+
} | {
|
|
528
|
+
type: "TEXTS";
|
|
529
|
+
data: {
|
|
530
|
+
texts: string[];
|
|
531
|
+
};
|
|
478
532
|
} | {
|
|
479
533
|
type: "WAIT";
|
|
480
534
|
data: {
|
|
@@ -553,6 +607,11 @@ export declare const PreferenceCaseVariantSchema: z.ZodObject<{
|
|
|
553
607
|
data: {
|
|
554
608
|
text: string;
|
|
555
609
|
};
|
|
610
|
+
} | {
|
|
611
|
+
type: "TEXTS";
|
|
612
|
+
data: {
|
|
613
|
+
texts: string[];
|
|
614
|
+
};
|
|
556
615
|
} | {
|
|
557
616
|
type: "WAIT";
|
|
558
617
|
data: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferenceCaseVariant.d.ts","sourceRoot":"","sources":["PreferenceCaseVariant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"PreferenceCaseVariant.d.ts","sourceRoot":"","sources":["PreferenceCaseVariant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMtC,CAAA;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAA"}
|
package/src/com/controlresell/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts
CHANGED
|
@@ -68,6 +68,25 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
68
68
|
data: {
|
|
69
69
|
text: string;
|
|
70
70
|
};
|
|
71
|
+
}>, z.ZodObject<{
|
|
72
|
+
data: z.ZodObject<{
|
|
73
|
+
texts: z.ZodArray<z.ZodString, "many">;
|
|
74
|
+
}, "strip", z.ZodTypeAny, {
|
|
75
|
+
texts: string[];
|
|
76
|
+
}, {
|
|
77
|
+
texts: string[];
|
|
78
|
+
}>;
|
|
79
|
+
type: z.ZodLiteral<"TEXTS">;
|
|
80
|
+
}, "strip", z.ZodTypeAny, {
|
|
81
|
+
type: "TEXTS";
|
|
82
|
+
data: {
|
|
83
|
+
texts: string[];
|
|
84
|
+
};
|
|
85
|
+
}, {
|
|
86
|
+
type: "TEXTS";
|
|
87
|
+
data: {
|
|
88
|
+
texts: string[];
|
|
89
|
+
};
|
|
71
90
|
}>, z.ZodObject<{
|
|
72
91
|
data: z.ZodObject<{
|
|
73
92
|
seconds: z.ZodNumber;
|
|
@@ -107,6 +126,11 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
107
126
|
data: {
|
|
108
127
|
text: string;
|
|
109
128
|
};
|
|
129
|
+
} | {
|
|
130
|
+
type: "TEXTS";
|
|
131
|
+
data: {
|
|
132
|
+
texts: string[];
|
|
133
|
+
};
|
|
110
134
|
} | {
|
|
111
135
|
type: "WAIT";
|
|
112
136
|
data: {
|
|
@@ -133,6 +157,11 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
133
157
|
data: {
|
|
134
158
|
text: string;
|
|
135
159
|
};
|
|
160
|
+
} | {
|
|
161
|
+
type: "TEXTS";
|
|
162
|
+
data: {
|
|
163
|
+
texts: string[];
|
|
164
|
+
};
|
|
136
165
|
} | {
|
|
137
166
|
type: "WAIT";
|
|
138
167
|
data: {
|
|
@@ -161,6 +190,11 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
161
190
|
data: {
|
|
162
191
|
text: string;
|
|
163
192
|
};
|
|
193
|
+
} | {
|
|
194
|
+
type: "TEXTS";
|
|
195
|
+
data: {
|
|
196
|
+
texts: string[];
|
|
197
|
+
};
|
|
164
198
|
} | {
|
|
165
199
|
type: "WAIT";
|
|
166
200
|
data: {
|
|
@@ -189,6 +223,11 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
189
223
|
data: {
|
|
190
224
|
text: string;
|
|
191
225
|
};
|
|
226
|
+
} | {
|
|
227
|
+
type: "TEXTS";
|
|
228
|
+
data: {
|
|
229
|
+
texts: string[];
|
|
230
|
+
};
|
|
192
231
|
} | {
|
|
193
232
|
type: "WAIT";
|
|
194
233
|
data: {
|
|
@@ -221,6 +260,11 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
221
260
|
data: {
|
|
222
261
|
text: string;
|
|
223
262
|
};
|
|
263
|
+
} | {
|
|
264
|
+
type: "TEXTS";
|
|
265
|
+
data: {
|
|
266
|
+
texts: string[];
|
|
267
|
+
};
|
|
224
268
|
} | {
|
|
225
269
|
type: "WAIT";
|
|
226
270
|
data: {
|
|
@@ -252,6 +296,11 @@ export declare const PreferenceCaseVariantDecodedPayloadActionsSchema: z.ZodObje
|
|
|
252
296
|
data: {
|
|
253
297
|
text: string;
|
|
254
298
|
};
|
|
299
|
+
} | {
|
|
300
|
+
type: "TEXTS";
|
|
301
|
+
data: {
|
|
302
|
+
texts: string[];
|
|
303
|
+
};
|
|
255
304
|
} | {
|
|
256
305
|
type: "WAIT";
|
|
257
306
|
data: {
|
|
@@ -526,6 +575,25 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
526
575
|
data: {
|
|
527
576
|
text: string;
|
|
528
577
|
};
|
|
578
|
+
}>, z.ZodObject<{
|
|
579
|
+
data: z.ZodObject<{
|
|
580
|
+
texts: z.ZodArray<z.ZodString, "many">;
|
|
581
|
+
}, "strip", z.ZodTypeAny, {
|
|
582
|
+
texts: string[];
|
|
583
|
+
}, {
|
|
584
|
+
texts: string[];
|
|
585
|
+
}>;
|
|
586
|
+
type: z.ZodLiteral<"TEXTS">;
|
|
587
|
+
}, "strip", z.ZodTypeAny, {
|
|
588
|
+
type: "TEXTS";
|
|
589
|
+
data: {
|
|
590
|
+
texts: string[];
|
|
591
|
+
};
|
|
592
|
+
}, {
|
|
593
|
+
type: "TEXTS";
|
|
594
|
+
data: {
|
|
595
|
+
texts: string[];
|
|
596
|
+
};
|
|
529
597
|
}>, z.ZodObject<{
|
|
530
598
|
data: z.ZodObject<{
|
|
531
599
|
seconds: z.ZodNumber;
|
|
@@ -565,6 +633,11 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
565
633
|
data: {
|
|
566
634
|
text: string;
|
|
567
635
|
};
|
|
636
|
+
} | {
|
|
637
|
+
type: "TEXTS";
|
|
638
|
+
data: {
|
|
639
|
+
texts: string[];
|
|
640
|
+
};
|
|
568
641
|
} | {
|
|
569
642
|
type: "WAIT";
|
|
570
643
|
data: {
|
|
@@ -591,6 +664,11 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
591
664
|
data: {
|
|
592
665
|
text: string;
|
|
593
666
|
};
|
|
667
|
+
} | {
|
|
668
|
+
type: "TEXTS";
|
|
669
|
+
data: {
|
|
670
|
+
texts: string[];
|
|
671
|
+
};
|
|
594
672
|
} | {
|
|
595
673
|
type: "WAIT";
|
|
596
674
|
data: {
|
|
@@ -619,6 +697,11 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
619
697
|
data: {
|
|
620
698
|
text: string;
|
|
621
699
|
};
|
|
700
|
+
} | {
|
|
701
|
+
type: "TEXTS";
|
|
702
|
+
data: {
|
|
703
|
+
texts: string[];
|
|
704
|
+
};
|
|
622
705
|
} | {
|
|
623
706
|
type: "WAIT";
|
|
624
707
|
data: {
|
|
@@ -647,6 +730,11 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
647
730
|
data: {
|
|
648
731
|
text: string;
|
|
649
732
|
};
|
|
733
|
+
} | {
|
|
734
|
+
type: "TEXTS";
|
|
735
|
+
data: {
|
|
736
|
+
texts: string[];
|
|
737
|
+
};
|
|
650
738
|
} | {
|
|
651
739
|
type: "WAIT";
|
|
652
740
|
data: {
|
|
@@ -679,6 +767,11 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
679
767
|
data: {
|
|
680
768
|
text: string;
|
|
681
769
|
};
|
|
770
|
+
} | {
|
|
771
|
+
type: "TEXTS";
|
|
772
|
+
data: {
|
|
773
|
+
texts: string[];
|
|
774
|
+
};
|
|
682
775
|
} | {
|
|
683
776
|
type: "WAIT";
|
|
684
777
|
data: {
|
|
@@ -710,6 +803,11 @@ export declare const PreferenceCaseVariantDecodedPayloadSchema: z.ZodDiscriminat
|
|
|
710
803
|
data: {
|
|
711
804
|
text: string;
|
|
712
805
|
};
|
|
806
|
+
} | {
|
|
807
|
+
type: "TEXTS";
|
|
808
|
+
data: {
|
|
809
|
+
texts: string[];
|
|
810
|
+
};
|
|
713
811
|
} | {
|
|
714
812
|
type: "WAIT";
|
|
715
813
|
data: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferenceCaseVariantDecodedPayload.d.ts","sourceRoot":"","sources":["PreferenceCaseVariantDecodedPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAOrB,eAAO,MAAM,gDAAgD
|
|
1
|
+
{"version":3,"file":"PreferenceCaseVariantDecodedPayload.d.ts","sourceRoot":"","sources":["PreferenceCaseVariantDecodedPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAOrB,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG3D,CAAA;AACF,MAAM,MAAM,0CAA0C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gDAAgD,CAAC,CAAA;AAEzH,eAAO,MAAM,8CAA8C;;;;;;EAEzD,CAAA;AACF,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8CAA8C,CAAC,CAAA;AAErH,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGxD,CAAA;AACF,MAAM,MAAM,uCAAuC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6CAA6C,CAAC,CAAA;AAEnH,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGzD,CAAA;AACF,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8CAA8C,CAAC,CAAA;AAErH,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;EAGxD,CAAA;AACF,MAAM,MAAM,uCAAuC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6CAA6C,CAAC,CAAA;AAEnH,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG1D,CAAA;AACF,MAAM,MAAM,yCAAyC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+CAA+C,CAAC,CAAA;AAEvH,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAOpD,CAAA;AACF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAA"}
|
|
@@ -71,6 +71,25 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
71
71
|
data: {
|
|
72
72
|
text: string;
|
|
73
73
|
};
|
|
74
|
+
}>, z.ZodObject<{
|
|
75
|
+
data: z.ZodObject<{
|
|
76
|
+
texts: z.ZodArray<z.ZodString, "many">;
|
|
77
|
+
}, "strip", z.ZodTypeAny, {
|
|
78
|
+
texts: string[];
|
|
79
|
+
}, {
|
|
80
|
+
texts: string[];
|
|
81
|
+
}>;
|
|
82
|
+
type: z.ZodLiteral<"TEXTS">;
|
|
83
|
+
}, "strip", z.ZodTypeAny, {
|
|
84
|
+
type: "TEXTS";
|
|
85
|
+
data: {
|
|
86
|
+
texts: string[];
|
|
87
|
+
};
|
|
88
|
+
}, {
|
|
89
|
+
type: "TEXTS";
|
|
90
|
+
data: {
|
|
91
|
+
texts: string[];
|
|
92
|
+
};
|
|
74
93
|
}>, z.ZodObject<{
|
|
75
94
|
data: z.ZodObject<{
|
|
76
95
|
seconds: z.ZodNumber;
|
|
@@ -110,6 +129,11 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
110
129
|
data: {
|
|
111
130
|
text: string;
|
|
112
131
|
};
|
|
132
|
+
} | {
|
|
133
|
+
type: "TEXTS";
|
|
134
|
+
data: {
|
|
135
|
+
texts: string[];
|
|
136
|
+
};
|
|
113
137
|
} | {
|
|
114
138
|
type: "WAIT";
|
|
115
139
|
data: {
|
|
@@ -136,6 +160,11 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
136
160
|
data: {
|
|
137
161
|
text: string;
|
|
138
162
|
};
|
|
163
|
+
} | {
|
|
164
|
+
type: "TEXTS";
|
|
165
|
+
data: {
|
|
166
|
+
texts: string[];
|
|
167
|
+
};
|
|
139
168
|
} | {
|
|
140
169
|
type: "WAIT";
|
|
141
170
|
data: {
|
|
@@ -164,6 +193,11 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
164
193
|
data: {
|
|
165
194
|
text: string;
|
|
166
195
|
};
|
|
196
|
+
} | {
|
|
197
|
+
type: "TEXTS";
|
|
198
|
+
data: {
|
|
199
|
+
texts: string[];
|
|
200
|
+
};
|
|
167
201
|
} | {
|
|
168
202
|
type: "WAIT";
|
|
169
203
|
data: {
|
|
@@ -192,6 +226,11 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
192
226
|
data: {
|
|
193
227
|
text: string;
|
|
194
228
|
};
|
|
229
|
+
} | {
|
|
230
|
+
type: "TEXTS";
|
|
231
|
+
data: {
|
|
232
|
+
texts: string[];
|
|
233
|
+
};
|
|
195
234
|
} | {
|
|
196
235
|
type: "WAIT";
|
|
197
236
|
data: {
|
|
@@ -224,6 +263,11 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
224
263
|
data: {
|
|
225
264
|
text: string;
|
|
226
265
|
};
|
|
266
|
+
} | {
|
|
267
|
+
type: "TEXTS";
|
|
268
|
+
data: {
|
|
269
|
+
texts: string[];
|
|
270
|
+
};
|
|
227
271
|
} | {
|
|
228
272
|
type: "WAIT";
|
|
229
273
|
data: {
|
|
@@ -255,6 +299,11 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
255
299
|
data: {
|
|
256
300
|
text: string;
|
|
257
301
|
};
|
|
302
|
+
} | {
|
|
303
|
+
type: "TEXTS";
|
|
304
|
+
data: {
|
|
305
|
+
texts: string[];
|
|
306
|
+
};
|
|
258
307
|
} | {
|
|
259
308
|
type: "WAIT";
|
|
260
309
|
data: {
|
|
@@ -472,6 +521,11 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
472
521
|
data: {
|
|
473
522
|
text: string;
|
|
474
523
|
};
|
|
524
|
+
} | {
|
|
525
|
+
type: "TEXTS";
|
|
526
|
+
data: {
|
|
527
|
+
texts: string[];
|
|
528
|
+
};
|
|
475
529
|
} | {
|
|
476
530
|
type: "WAIT";
|
|
477
531
|
data: {
|
|
@@ -548,6 +602,11 @@ export declare const PreferenceCaseVariantPayloadSchema: z.ZodObject<{
|
|
|
548
602
|
data: {
|
|
549
603
|
text: string;
|
|
550
604
|
};
|
|
605
|
+
} | {
|
|
606
|
+
type: "TEXTS";
|
|
607
|
+
data: {
|
|
608
|
+
texts: string[];
|
|
609
|
+
};
|
|
551
610
|
} | {
|
|
552
611
|
type: "WAIT";
|
|
553
612
|
data: {
|
package/src/com/controlresell/models/preferences/variants/PreferenceCaseVariantPayload.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreferenceCaseVariantPayload.d.ts","sourceRoot":"","sources":["PreferenceCaseVariantPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,kCAAkC
|
|
1
|
+
{"version":3,"file":"PreferenceCaseVariantPayload.d.ts","sourceRoot":"","sources":["PreferenceCaseVariantPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI7C,CAAA;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAA"}
|
|
@@ -7,12 +7,26 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
7
7
|
name: z.ZodString;
|
|
8
8
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
9
|
status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "ERROR"]>;
|
|
10
|
+
night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11
|
+
startsAt: z.ZodDate;
|
|
12
|
+
endsAt: z.ZodDate;
|
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
startsAt: Date;
|
|
15
|
+
endsAt: Date;
|
|
16
|
+
}, {
|
|
17
|
+
startsAt: Date;
|
|
18
|
+
endsAt: Date;
|
|
19
|
+
}>>>;
|
|
10
20
|
}, "strip", z.ZodTypeAny, {
|
|
11
21
|
status: "ERROR" | "CONNECTED" | "DISCONNECTED";
|
|
12
22
|
userId: string | number;
|
|
13
23
|
name: string;
|
|
14
24
|
platform: "VINTED" | "SHOPIFY";
|
|
15
25
|
accountId: string;
|
|
26
|
+
night?: {
|
|
27
|
+
startsAt: Date;
|
|
28
|
+
endsAt: Date;
|
|
29
|
+
} | null | undefined;
|
|
16
30
|
locale?: string | null | undefined;
|
|
17
31
|
}, {
|
|
18
32
|
status: "ERROR" | "CONNECTED" | "DISCONNECTED";
|
|
@@ -20,6 +34,10 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
20
34
|
name: string;
|
|
21
35
|
platform: "VINTED" | "SHOPIFY";
|
|
22
36
|
accountId: string;
|
|
37
|
+
night?: {
|
|
38
|
+
startsAt: Date;
|
|
39
|
+
endsAt: Date;
|
|
40
|
+
} | null | undefined;
|
|
23
41
|
locale?: string | null | undefined;
|
|
24
42
|
}>;
|
|
25
43
|
otp: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -31,6 +49,10 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
31
49
|
name: string;
|
|
32
50
|
platform: "VINTED" | "SHOPIFY";
|
|
33
51
|
accountId: string;
|
|
52
|
+
night?: {
|
|
53
|
+
startsAt: Date;
|
|
54
|
+
endsAt: Date;
|
|
55
|
+
} | null | undefined;
|
|
34
56
|
locale?: string | null | undefined;
|
|
35
57
|
};
|
|
36
58
|
error?: string | null | undefined;
|
|
@@ -42,6 +64,10 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
42
64
|
name: string;
|
|
43
65
|
platform: "VINTED" | "SHOPIFY";
|
|
44
66
|
accountId: string;
|
|
67
|
+
night?: {
|
|
68
|
+
startsAt: Date;
|
|
69
|
+
endsAt: Date;
|
|
70
|
+
} | null | undefined;
|
|
45
71
|
locale?: string | null | undefined;
|
|
46
72
|
};
|
|
47
73
|
error?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlatformAuthRequest.d.ts","sourceRoot":"","sources":["PlatformAuthRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"PlatformAuthRequest.d.ts","sourceRoot":"","sources":["PlatformAuthRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIpC,CAAA;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAA"}
|