@kl1/contracts 1.0.25 → 1.0.27
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/dist/index.js +1673 -1458
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1669 -1458
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +399 -0
- package/dist/src/activity-log/index.d.ts.map +1 -0
- package/dist/src/activity-log/schema.d.ts +369 -0
- package/dist/src/activity-log/schema.d.ts.map +1 -0
- package/dist/src/activity-log/validation.d.ts +2 -0
- package/dist/src/activity-log/validation.d.ts.map +1 -0
- package/dist/src/attribute/index.d.ts +108 -108
- package/dist/src/attribute/schema.d.ts +24 -24
- package/dist/src/attribute-option/schema.d.ts +9 -9
- package/dist/src/base-contract.d.ts +9 -9
- package/dist/src/call-log/schema.d.ts +9 -9
- package/dist/src/category/index.d.ts +42 -42
- package/dist/src/category/schema.d.ts +9 -9
- package/dist/src/channel/index.d.ts +218 -32
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/channel/schema.d.ts +9 -9
- package/dist/src/chat/index.d.ts +5335 -5335
- package/dist/src/chat/schema.d.ts +877 -877
- package/dist/src/chat/validation.d.ts +1009 -1009
- package/dist/src/comment/index.d.ts +4688 -0
- package/dist/src/comment/index.d.ts.map +1 -0
- package/dist/src/comment/schema.d.ts +1257 -0
- package/dist/src/comment/schema.d.ts.map +1 -0
- package/dist/src/comment/validation.d.ts +38 -0
- package/dist/src/comment/validation.d.ts.map +1 -0
- package/dist/src/company/index.d.ts +296 -293
- package/dist/src/company/index.d.ts.map +1 -1
- package/dist/src/company/schema.d.ts +191 -54
- package/dist/src/company/schema.d.ts.map +1 -1
- package/dist/src/company/validation.d.ts +162 -162
- package/dist/src/contact/index.d.ts +1213 -1213
- package/dist/src/contact/schema.d.ts +201 -201
- package/dist/src/contact/validation.d.ts +997 -997
- package/dist/src/contact-email/schema.d.ts +9 -9
- package/dist/src/contact-phone/schema.d.ts +9 -9
- package/dist/src/contract.d.ts +14189 -8798
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field/schema.d.ts +9 -9
- package/dist/src/custom-field-upload/schema.d.ts +9 -9
- package/dist/src/cx-log/index.d.ts +621 -621
- package/dist/src/cx-log/schema.d.ts +564 -564
- package/dist/src/dashboard/index.d.ts +24 -20
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +125 -0
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/evaluate-form/schema.d.ts +9 -9
- package/dist/src/group/schema.d.ts +9 -9
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/log-form/schema.d.ts +9 -9
- package/dist/src/mail/mail-contract.d.ts +21 -21
- package/dist/src/mail/room-contract.d.ts +21 -21
- package/dist/src/mail/schemas/room.schema.d.ts +15 -15
- package/dist/src/messenger/index.d.ts +1226 -1096
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/messenger/validation.d.ts +108 -1
- package/dist/src/messenger/validation.d.ts.map +1 -1
- package/dist/src/tag/index.d.ts +45 -45
- package/dist/src/tag/schema.d.ts +9 -9
- package/dist/src/tag-group/schema.d.ts +9 -9
- package/dist/src/telephony-agent-presence-status/index.d.ts +93 -93
- package/dist/src/telephony-agent-presence-status/schema.d.ts +33 -33
- package/dist/src/telephony-cdr/schema.d.ts +9 -9
- package/dist/src/telephony-live-queue-call/schema.d.ts +9 -9
- package/dist/src/telephony-queue-call-count/schema.d.ts +9 -9
- package/dist/src/tenant/schema.d.ts +9 -9
- package/dist/src/ticket/index.d.ts +570 -570
- package/dist/src/ticket/schema.d.ts +135 -135
- package/dist/src/upload/schema.d.ts +9 -9
- package/dist/src/user-presence-status-log/index.d.ts +36 -36
- package/dist/src/user-presence-status-log/schema.d.ts +39 -39
- package/dist/src/widget/index.d.ts +78 -78
- package/dist/src/widget/schema.d.ts +9 -9
- package/dist/src/wrap-up-form/index.d.ts +96 -96
- package/dist/src/wrap-up-form/schema.d.ts +24 -24
- package/package.json +4 -10
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts +0 -216
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -72,24 +72,24 @@ export declare const userPresenceStatusLogContract: {
|
|
72
72
|
telephonySignature: string | null;
|
73
73
|
} | undefined;
|
74
74
|
};
|
75
|
-
createdAt:
|
76
|
-
updatedAt:
|
77
|
-
deletedAt:
|
75
|
+
createdAt: string;
|
76
|
+
updatedAt: string;
|
77
|
+
deletedAt: string | null;
|
78
78
|
previousPresenceStatus: {
|
79
79
|
id: string;
|
80
80
|
description: string;
|
81
81
|
status: string;
|
82
|
-
createdAt:
|
83
|
-
updatedAt:
|
84
|
-
deletedAt:
|
82
|
+
createdAt: string;
|
83
|
+
updatedAt: string;
|
84
|
+
deletedAt: string | null;
|
85
85
|
};
|
86
86
|
newPresenceStatus: {
|
87
87
|
id: string;
|
88
88
|
description: string;
|
89
89
|
status: string;
|
90
|
-
createdAt:
|
91
|
-
updatedAt:
|
92
|
-
deletedAt:
|
90
|
+
createdAt: string;
|
91
|
+
updatedAt: string;
|
92
|
+
deletedAt: string | null;
|
93
93
|
};
|
94
94
|
}, z.ZodTypeDef, {
|
95
95
|
reason: string;
|
@@ -137,24 +137,24 @@ export declare const userPresenceStatusLogContract: {
|
|
137
137
|
telephonySignature: string | null;
|
138
138
|
} | undefined;
|
139
139
|
};
|
140
|
-
createdAt:
|
141
|
-
updatedAt:
|
142
|
-
deletedAt:
|
140
|
+
createdAt: string;
|
141
|
+
updatedAt: string;
|
142
|
+
deletedAt: string | null;
|
143
143
|
previousPresenceStatus: {
|
144
144
|
id: string;
|
145
145
|
description: string;
|
146
146
|
status: string;
|
147
|
-
createdAt:
|
148
|
-
updatedAt:
|
149
|
-
deletedAt:
|
147
|
+
createdAt: string;
|
148
|
+
updatedAt: string;
|
149
|
+
deletedAt: string | null;
|
150
150
|
};
|
151
151
|
newPresenceStatus: {
|
152
152
|
id: string;
|
153
153
|
description: string;
|
154
154
|
status: string;
|
155
|
-
createdAt:
|
156
|
-
updatedAt:
|
157
|
-
deletedAt:
|
155
|
+
createdAt: string;
|
156
|
+
updatedAt: string;
|
157
|
+
deletedAt: string | null;
|
158
158
|
};
|
159
159
|
}>, "many">;
|
160
160
|
}, "strip", z.ZodTypeAny, {
|
@@ -204,24 +204,24 @@ export declare const userPresenceStatusLogContract: {
|
|
204
204
|
telephonySignature: string | null;
|
205
205
|
} | undefined;
|
206
206
|
};
|
207
|
-
createdAt:
|
208
|
-
updatedAt:
|
209
|
-
deletedAt:
|
207
|
+
createdAt: string;
|
208
|
+
updatedAt: string;
|
209
|
+
deletedAt: string | null;
|
210
210
|
previousPresenceStatus: {
|
211
211
|
id: string;
|
212
212
|
description: string;
|
213
213
|
status: string;
|
214
|
-
createdAt:
|
215
|
-
updatedAt:
|
216
|
-
deletedAt:
|
214
|
+
createdAt: string;
|
215
|
+
updatedAt: string;
|
216
|
+
deletedAt: string | null;
|
217
217
|
};
|
218
218
|
newPresenceStatus: {
|
219
219
|
id: string;
|
220
220
|
description: string;
|
221
221
|
status: string;
|
222
|
-
createdAt:
|
223
|
-
updatedAt:
|
224
|
-
deletedAt:
|
222
|
+
createdAt: string;
|
223
|
+
updatedAt: string;
|
224
|
+
deletedAt: string | null;
|
225
225
|
};
|
226
226
|
}[];
|
227
227
|
total: number;
|
@@ -275,24 +275,24 @@ export declare const userPresenceStatusLogContract: {
|
|
275
275
|
telephonySignature: string | null;
|
276
276
|
} | undefined;
|
277
277
|
};
|
278
|
-
createdAt:
|
279
|
-
updatedAt:
|
280
|
-
deletedAt:
|
278
|
+
createdAt: string;
|
279
|
+
updatedAt: string;
|
280
|
+
deletedAt: string | null;
|
281
281
|
previousPresenceStatus: {
|
282
282
|
id: string;
|
283
283
|
description: string;
|
284
284
|
status: string;
|
285
|
-
createdAt:
|
286
|
-
updatedAt:
|
287
|
-
deletedAt:
|
285
|
+
createdAt: string;
|
286
|
+
updatedAt: string;
|
287
|
+
deletedAt: string | null;
|
288
288
|
};
|
289
289
|
newPresenceStatus: {
|
290
290
|
id: string;
|
291
291
|
description: string;
|
292
292
|
status: string;
|
293
|
-
createdAt:
|
294
|
-
updatedAt:
|
295
|
-
deletedAt:
|
293
|
+
createdAt: string;
|
294
|
+
updatedAt: string;
|
295
|
+
deletedAt: string | null;
|
296
296
|
};
|
297
297
|
}[];
|
298
298
|
total: number;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const UserPresenceStatusLogSchema: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
|
-
createdAt: z.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodString;
|
5
|
+
updatedAt: z.ZodString;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
7
7
|
user: z.ZodObject<{
|
8
8
|
id: z.ZodString;
|
9
9
|
createdAt: z.ZodDate;
|
@@ -205,47 +205,47 @@ export declare const UserPresenceStatusLogSchema: z.ZodObject<{
|
|
205
205
|
}>;
|
206
206
|
previousPresenceStatus: z.ZodObject<{
|
207
207
|
id: z.ZodString;
|
208
|
-
createdAt: z.
|
209
|
-
updatedAt: z.
|
210
|
-
deletedAt: z.ZodNullable<z.
|
208
|
+
createdAt: z.ZodString;
|
209
|
+
updatedAt: z.ZodString;
|
210
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
211
211
|
status: z.ZodString;
|
212
212
|
description: z.ZodString;
|
213
213
|
}, "strip", z.ZodTypeAny, {
|
214
214
|
id: string;
|
215
215
|
description: string;
|
216
216
|
status: string;
|
217
|
-
createdAt:
|
218
|
-
updatedAt:
|
219
|
-
deletedAt:
|
217
|
+
createdAt: string;
|
218
|
+
updatedAt: string;
|
219
|
+
deletedAt: string | null;
|
220
220
|
}, {
|
221
221
|
id: string;
|
222
222
|
description: string;
|
223
223
|
status: string;
|
224
|
-
createdAt:
|
225
|
-
updatedAt:
|
226
|
-
deletedAt:
|
224
|
+
createdAt: string;
|
225
|
+
updatedAt: string;
|
226
|
+
deletedAt: string | null;
|
227
227
|
}>;
|
228
228
|
newPresenceStatus: z.ZodObject<{
|
229
229
|
id: z.ZodString;
|
230
|
-
createdAt: z.
|
231
|
-
updatedAt: z.
|
232
|
-
deletedAt: z.ZodNullable<z.
|
230
|
+
createdAt: z.ZodString;
|
231
|
+
updatedAt: z.ZodString;
|
232
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
233
233
|
status: z.ZodString;
|
234
234
|
description: z.ZodString;
|
235
235
|
}, "strip", z.ZodTypeAny, {
|
236
236
|
id: string;
|
237
237
|
description: string;
|
238
238
|
status: string;
|
239
|
-
createdAt:
|
240
|
-
updatedAt:
|
241
|
-
deletedAt:
|
239
|
+
createdAt: string;
|
240
|
+
updatedAt: string;
|
241
|
+
deletedAt: string | null;
|
242
242
|
}, {
|
243
243
|
id: string;
|
244
244
|
description: string;
|
245
245
|
status: string;
|
246
|
-
createdAt:
|
247
|
-
updatedAt:
|
248
|
-
deletedAt:
|
246
|
+
createdAt: string;
|
247
|
+
updatedAt: string;
|
248
|
+
deletedAt: string | null;
|
249
249
|
}>;
|
250
250
|
reason: z.ZodString;
|
251
251
|
}, "strip", z.ZodTypeAny, {
|
@@ -294,24 +294,24 @@ export declare const UserPresenceStatusLogSchema: z.ZodObject<{
|
|
294
294
|
telephonySignature: string | null;
|
295
295
|
} | undefined;
|
296
296
|
};
|
297
|
-
createdAt:
|
298
|
-
updatedAt:
|
299
|
-
deletedAt:
|
297
|
+
createdAt: string;
|
298
|
+
updatedAt: string;
|
299
|
+
deletedAt: string | null;
|
300
300
|
previousPresenceStatus: {
|
301
301
|
id: string;
|
302
302
|
description: string;
|
303
303
|
status: string;
|
304
|
-
createdAt:
|
305
|
-
updatedAt:
|
306
|
-
deletedAt:
|
304
|
+
createdAt: string;
|
305
|
+
updatedAt: string;
|
306
|
+
deletedAt: string | null;
|
307
307
|
};
|
308
308
|
newPresenceStatus: {
|
309
309
|
id: string;
|
310
310
|
description: string;
|
311
311
|
status: string;
|
312
|
-
createdAt:
|
313
|
-
updatedAt:
|
314
|
-
deletedAt:
|
312
|
+
createdAt: string;
|
313
|
+
updatedAt: string;
|
314
|
+
deletedAt: string | null;
|
315
315
|
};
|
316
316
|
}, {
|
317
317
|
reason: string;
|
@@ -359,24 +359,24 @@ export declare const UserPresenceStatusLogSchema: z.ZodObject<{
|
|
359
359
|
telephonySignature: string | null;
|
360
360
|
} | undefined;
|
361
361
|
};
|
362
|
-
createdAt:
|
363
|
-
updatedAt:
|
364
|
-
deletedAt:
|
362
|
+
createdAt: string;
|
363
|
+
updatedAt: string;
|
364
|
+
deletedAt: string | null;
|
365
365
|
previousPresenceStatus: {
|
366
366
|
id: string;
|
367
367
|
description: string;
|
368
368
|
status: string;
|
369
|
-
createdAt:
|
370
|
-
updatedAt:
|
371
|
-
deletedAt:
|
369
|
+
createdAt: string;
|
370
|
+
updatedAt: string;
|
371
|
+
deletedAt: string | null;
|
372
372
|
};
|
373
373
|
newPresenceStatus: {
|
374
374
|
id: string;
|
375
375
|
description: string;
|
376
376
|
status: string;
|
377
|
-
createdAt:
|
378
|
-
updatedAt:
|
379
|
-
deletedAt:
|
377
|
+
createdAt: string;
|
378
|
+
updatedAt: string;
|
379
|
+
deletedAt: string | null;
|
380
380
|
};
|
381
381
|
}>;
|
382
382
|
//# sourceMappingURL=schema.d.ts.map
|
@@ -42,9 +42,9 @@ export declare const widgetContract: {
|
|
42
42
|
requestId: z.ZodString;
|
43
43
|
widget: z.ZodObject<{
|
44
44
|
id: z.ZodString;
|
45
|
-
createdAt: z.
|
46
|
-
updatedAt: z.
|
47
|
-
deletedAt: z.ZodNullable<z.
|
45
|
+
createdAt: z.ZodString;
|
46
|
+
updatedAt: z.ZodString;
|
47
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
48
48
|
name: z.ZodString;
|
49
49
|
description: z.ZodNullable<z.ZodString>;
|
50
50
|
position: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"menu">, z.ZodLiteral<"ticket_detail">, z.ZodLiteral<"contact_detail">]>>;
|
@@ -62,9 +62,9 @@ export declare const widgetContract: {
|
|
62
62
|
name: string;
|
63
63
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
64
64
|
description: string | null;
|
65
|
-
createdAt:
|
66
|
-
updatedAt:
|
67
|
-
deletedAt:
|
65
|
+
createdAt: string;
|
66
|
+
updatedAt: string;
|
67
|
+
deletedAt: string | null;
|
68
68
|
fields: {
|
69
69
|
data: string[];
|
70
70
|
};
|
@@ -74,9 +74,9 @@ export declare const widgetContract: {
|
|
74
74
|
name: string;
|
75
75
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
76
76
|
description: string | null;
|
77
|
-
createdAt:
|
78
|
-
updatedAt:
|
79
|
-
deletedAt:
|
77
|
+
createdAt: string;
|
78
|
+
updatedAt: string;
|
79
|
+
deletedAt: string | null;
|
80
80
|
fields: {
|
81
81
|
data: string[];
|
82
82
|
};
|
@@ -89,9 +89,9 @@ export declare const widgetContract: {
|
|
89
89
|
name: string;
|
90
90
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
91
91
|
description: string | null;
|
92
|
-
createdAt:
|
93
|
-
updatedAt:
|
94
|
-
deletedAt:
|
92
|
+
createdAt: string;
|
93
|
+
updatedAt: string;
|
94
|
+
deletedAt: string | null;
|
95
95
|
fields: {
|
96
96
|
data: string[];
|
97
97
|
};
|
@@ -104,9 +104,9 @@ export declare const widgetContract: {
|
|
104
104
|
name: string;
|
105
105
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
106
106
|
description: string | null;
|
107
|
-
createdAt:
|
108
|
-
updatedAt:
|
109
|
-
deletedAt:
|
107
|
+
createdAt: string;
|
108
|
+
updatedAt: string;
|
109
|
+
deletedAt: string | null;
|
110
110
|
fields: {
|
111
111
|
data: string[];
|
112
112
|
};
|
@@ -186,9 +186,9 @@ export declare const widgetContract: {
|
|
186
186
|
name: string;
|
187
187
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
188
188
|
description: string | null;
|
189
|
-
createdAt:
|
190
|
-
updatedAt:
|
191
|
-
deletedAt:
|
189
|
+
createdAt: string;
|
190
|
+
updatedAt: string;
|
191
|
+
deletedAt: string | null;
|
192
192
|
fields: {
|
193
193
|
data: string[];
|
194
194
|
};
|
@@ -198,9 +198,9 @@ export declare const widgetContract: {
|
|
198
198
|
name: string;
|
199
199
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
200
200
|
description: string | null;
|
201
|
-
createdAt:
|
202
|
-
updatedAt:
|
203
|
-
deletedAt:
|
201
|
+
createdAt: string;
|
202
|
+
updatedAt: string;
|
203
|
+
deletedAt: string | null;
|
204
204
|
fields: {
|
205
205
|
data: string[];
|
206
206
|
};
|
@@ -212,9 +212,9 @@ export declare const widgetContract: {
|
|
212
212
|
name: string;
|
213
213
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
214
214
|
description: string | null;
|
215
|
-
createdAt:
|
216
|
-
updatedAt:
|
217
|
-
deletedAt:
|
215
|
+
createdAt: string;
|
216
|
+
updatedAt: string;
|
217
|
+
deletedAt: string | null;
|
218
218
|
fields: {
|
219
219
|
data: string[];
|
220
220
|
};
|
@@ -230,9 +230,9 @@ export declare const widgetContract: {
|
|
230
230
|
name: string;
|
231
231
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
232
232
|
description: string | null;
|
233
|
-
createdAt:
|
234
|
-
updatedAt:
|
235
|
-
deletedAt:
|
233
|
+
createdAt: string;
|
234
|
+
updatedAt: string;
|
235
|
+
deletedAt: string | null;
|
236
236
|
fields: {
|
237
237
|
data: string[];
|
238
238
|
};
|
@@ -294,9 +294,9 @@ export declare const widgetContract: {
|
|
294
294
|
responses: {
|
295
295
|
200: z.ZodArray<z.ZodObject<{
|
296
296
|
id: z.ZodString;
|
297
|
-
createdAt: z.
|
298
|
-
updatedAt: z.
|
299
|
-
deletedAt: z.ZodNullable<z.
|
297
|
+
createdAt: z.ZodString;
|
298
|
+
updatedAt: z.ZodString;
|
299
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
300
300
|
name: z.ZodString;
|
301
301
|
description: z.ZodNullable<z.ZodString>;
|
302
302
|
position: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"menu">, z.ZodLiteral<"ticket_detail">, z.ZodLiteral<"contact_detail">]>>;
|
@@ -314,9 +314,9 @@ export declare const widgetContract: {
|
|
314
314
|
name: string;
|
315
315
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
316
316
|
description: string | null;
|
317
|
-
createdAt:
|
318
|
-
updatedAt:
|
319
|
-
deletedAt:
|
317
|
+
createdAt: string;
|
318
|
+
updatedAt: string;
|
319
|
+
deletedAt: string | null;
|
320
320
|
fields: {
|
321
321
|
data: string[];
|
322
322
|
};
|
@@ -326,9 +326,9 @@ export declare const widgetContract: {
|
|
326
326
|
name: string;
|
327
327
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
328
328
|
description: string | null;
|
329
|
-
createdAt:
|
330
|
-
updatedAt:
|
331
|
-
deletedAt:
|
329
|
+
createdAt: string;
|
330
|
+
updatedAt: string;
|
331
|
+
deletedAt: string | null;
|
332
332
|
fields: {
|
333
333
|
data: string[];
|
334
334
|
};
|
@@ -385,9 +385,9 @@ export declare const widgetContract: {
|
|
385
385
|
responses: {
|
386
386
|
200: z.ZodArray<z.ZodObject<{
|
387
387
|
id: z.ZodString;
|
388
|
-
createdAt: z.
|
389
|
-
updatedAt: z.
|
390
|
-
deletedAt: z.ZodNullable<z.
|
388
|
+
createdAt: z.ZodString;
|
389
|
+
updatedAt: z.ZodString;
|
390
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
391
391
|
name: z.ZodString;
|
392
392
|
description: z.ZodNullable<z.ZodString>;
|
393
393
|
position: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"menu">, z.ZodLiteral<"ticket_detail">, z.ZodLiteral<"contact_detail">]>>;
|
@@ -405,9 +405,9 @@ export declare const widgetContract: {
|
|
405
405
|
name: string;
|
406
406
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
407
407
|
description: string | null;
|
408
|
-
createdAt:
|
409
|
-
updatedAt:
|
410
|
-
deletedAt:
|
408
|
+
createdAt: string;
|
409
|
+
updatedAt: string;
|
410
|
+
deletedAt: string | null;
|
411
411
|
fields: {
|
412
412
|
data: string[];
|
413
413
|
};
|
@@ -417,9 +417,9 @@ export declare const widgetContract: {
|
|
417
417
|
name: string;
|
418
418
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
419
419
|
description: string | null;
|
420
|
-
createdAt:
|
421
|
-
updatedAt:
|
422
|
-
deletedAt:
|
420
|
+
createdAt: string;
|
421
|
+
updatedAt: string;
|
422
|
+
deletedAt: string | null;
|
423
423
|
fields: {
|
424
424
|
data: string[];
|
425
425
|
};
|
@@ -476,9 +476,9 @@ export declare const widgetContract: {
|
|
476
476
|
responses: {
|
477
477
|
200: z.ZodArray<z.ZodObject<{
|
478
478
|
id: z.ZodString;
|
479
|
-
createdAt: z.
|
480
|
-
updatedAt: z.
|
481
|
-
deletedAt: z.ZodNullable<z.
|
479
|
+
createdAt: z.ZodString;
|
480
|
+
updatedAt: z.ZodString;
|
481
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
482
482
|
name: z.ZodString;
|
483
483
|
description: z.ZodNullable<z.ZodString>;
|
484
484
|
position: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"menu">, z.ZodLiteral<"ticket_detail">, z.ZodLiteral<"contact_detail">]>>;
|
@@ -496,9 +496,9 @@ export declare const widgetContract: {
|
|
496
496
|
name: string;
|
497
497
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
498
498
|
description: string | null;
|
499
|
-
createdAt:
|
500
|
-
updatedAt:
|
501
|
-
deletedAt:
|
499
|
+
createdAt: string;
|
500
|
+
updatedAt: string;
|
501
|
+
deletedAt: string | null;
|
502
502
|
fields: {
|
503
503
|
data: string[];
|
504
504
|
};
|
@@ -508,9 +508,9 @@ export declare const widgetContract: {
|
|
508
508
|
name: string;
|
509
509
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
510
510
|
description: string | null;
|
511
|
-
createdAt:
|
512
|
-
updatedAt:
|
513
|
-
deletedAt:
|
511
|
+
createdAt: string;
|
512
|
+
updatedAt: string;
|
513
|
+
deletedAt: string | null;
|
514
514
|
fields: {
|
515
515
|
data: string[];
|
516
516
|
};
|
@@ -574,9 +574,9 @@ export declare const widgetContract: {
|
|
574
574
|
responses: {
|
575
575
|
200: z.ZodObject<{
|
576
576
|
id: z.ZodString;
|
577
|
-
createdAt: z.
|
578
|
-
updatedAt: z.
|
579
|
-
deletedAt: z.ZodNullable<z.
|
577
|
+
createdAt: z.ZodString;
|
578
|
+
updatedAt: z.ZodString;
|
579
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
580
580
|
name: z.ZodString;
|
581
581
|
description: z.ZodNullable<z.ZodString>;
|
582
582
|
position: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"menu">, z.ZodLiteral<"ticket_detail">, z.ZodLiteral<"contact_detail">]>>;
|
@@ -594,9 +594,9 @@ export declare const widgetContract: {
|
|
594
594
|
name: string;
|
595
595
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
596
596
|
description: string | null;
|
597
|
-
createdAt:
|
598
|
-
updatedAt:
|
599
|
-
deletedAt:
|
597
|
+
createdAt: string;
|
598
|
+
updatedAt: string;
|
599
|
+
deletedAt: string | null;
|
600
600
|
fields: {
|
601
601
|
data: string[];
|
602
602
|
};
|
@@ -606,9 +606,9 @@ export declare const widgetContract: {
|
|
606
606
|
name: string;
|
607
607
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
608
608
|
description: string | null;
|
609
|
-
createdAt:
|
610
|
-
updatedAt:
|
611
|
-
deletedAt:
|
609
|
+
createdAt: string;
|
610
|
+
updatedAt: string;
|
611
|
+
deletedAt: string | null;
|
612
612
|
fields: {
|
613
613
|
data: string[];
|
614
614
|
};
|
@@ -703,9 +703,9 @@ export declare const widgetContract: {
|
|
703
703
|
requestId: z.ZodString;
|
704
704
|
widget: z.ZodObject<{
|
705
705
|
id: z.ZodString;
|
706
|
-
createdAt: z.
|
707
|
-
updatedAt: z.
|
708
|
-
deletedAt: z.ZodNullable<z.
|
706
|
+
createdAt: z.ZodString;
|
707
|
+
updatedAt: z.ZodString;
|
708
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
709
709
|
name: z.ZodString;
|
710
710
|
description: z.ZodNullable<z.ZodString>;
|
711
711
|
position: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"menu">, z.ZodLiteral<"ticket_detail">, z.ZodLiteral<"contact_detail">]>>;
|
@@ -723,9 +723,9 @@ export declare const widgetContract: {
|
|
723
723
|
name: string;
|
724
724
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
725
725
|
description: string | null;
|
726
|
-
createdAt:
|
727
|
-
updatedAt:
|
728
|
-
deletedAt:
|
726
|
+
createdAt: string;
|
727
|
+
updatedAt: string;
|
728
|
+
deletedAt: string | null;
|
729
729
|
fields: {
|
730
730
|
data: string[];
|
731
731
|
};
|
@@ -735,9 +735,9 @@ export declare const widgetContract: {
|
|
735
735
|
name: string;
|
736
736
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
737
737
|
description: string | null;
|
738
|
-
createdAt:
|
739
|
-
updatedAt:
|
740
|
-
deletedAt:
|
738
|
+
createdAt: string;
|
739
|
+
updatedAt: string;
|
740
|
+
deletedAt: string | null;
|
741
741
|
fields: {
|
742
742
|
data: string[];
|
743
743
|
};
|
@@ -750,9 +750,9 @@ export declare const widgetContract: {
|
|
750
750
|
name: string;
|
751
751
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
752
752
|
description: string | null;
|
753
|
-
createdAt:
|
754
|
-
updatedAt:
|
755
|
-
deletedAt:
|
753
|
+
createdAt: string;
|
754
|
+
updatedAt: string;
|
755
|
+
deletedAt: string | null;
|
756
756
|
fields: {
|
757
757
|
data: string[];
|
758
758
|
};
|
@@ -765,9 +765,9 @@ export declare const widgetContract: {
|
|
765
765
|
name: string;
|
766
766
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
767
767
|
description: string | null;
|
768
|
-
createdAt:
|
769
|
-
updatedAt:
|
770
|
-
deletedAt:
|
768
|
+
createdAt: string;
|
769
|
+
updatedAt: string;
|
770
|
+
deletedAt: string | null;
|
771
771
|
fields: {
|
772
772
|
data: string[];
|
773
773
|
};
|
@@ -2,9 +2,9 @@ import z from 'zod';
|
|
2
2
|
export declare const WidgetPositionSchema: z.ZodUnion<[z.ZodLiteral<"menu">, z.ZodLiteral<"ticket_detail">, z.ZodLiteral<"contact_detail">]>;
|
3
3
|
export declare const WidgetSchema: z.ZodObject<{
|
4
4
|
id: z.ZodString;
|
5
|
-
createdAt: z.
|
6
|
-
updatedAt: z.
|
7
|
-
deletedAt: z.ZodNullable<z.
|
5
|
+
createdAt: z.ZodString;
|
6
|
+
updatedAt: z.ZodString;
|
7
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
8
8
|
name: z.ZodString;
|
9
9
|
description: z.ZodNullable<z.ZodString>;
|
10
10
|
position: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"menu">, z.ZodLiteral<"ticket_detail">, z.ZodLiteral<"contact_detail">]>>;
|
@@ -22,9 +22,9 @@ export declare const WidgetSchema: z.ZodObject<{
|
|
22
22
|
name: string;
|
23
23
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
24
24
|
description: string | null;
|
25
|
-
createdAt:
|
26
|
-
updatedAt:
|
27
|
-
deletedAt:
|
25
|
+
createdAt: string;
|
26
|
+
updatedAt: string;
|
27
|
+
deletedAt: string | null;
|
28
28
|
fields: {
|
29
29
|
data: string[];
|
30
30
|
};
|
@@ -34,9 +34,9 @@ export declare const WidgetSchema: z.ZodObject<{
|
|
34
34
|
name: string;
|
35
35
|
position: "menu" | "ticket_detail" | "contact_detail" | null;
|
36
36
|
description: string | null;
|
37
|
-
createdAt:
|
38
|
-
updatedAt:
|
39
|
-
deletedAt:
|
37
|
+
createdAt: string;
|
38
|
+
updatedAt: string;
|
39
|
+
deletedAt: string | null;
|
40
40
|
fields: {
|
41
41
|
data: string[];
|
42
42
|
};
|