@kl1/contracts 0.0.0-prod-testing
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 +7761 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +7692 -0
- package/dist/index.mjs.map +1 -0
- package/dist/src/activity-log/index.d.ts +406 -0
- package/dist/src/activity-log/index.d.ts.map +1 -0
- package/dist/src/activity-log/schema.d.ts +376 -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 +973 -0
- package/dist/src/attribute/index.d.ts.map +1 -0
- package/dist/src/attribute/schema.d.ts +130 -0
- package/dist/src/attribute/schema.d.ts.map +1 -0
- package/dist/src/attribute/validation.d.ts +128 -0
- package/dist/src/attribute/validation.d.ts.map +1 -0
- package/dist/src/attribute-option/schema.d.ts +33 -0
- package/dist/src/attribute-option/schema.d.ts.map +1 -0
- package/dist/src/auth/index.d.ts +595 -0
- package/dist/src/auth/index.d.ts.map +1 -0
- package/dist/src/aws/index.d.ts +177 -0
- package/dist/src/aws/index.d.ts.map +1 -0
- package/dist/src/aws/validation.d.ts +58 -0
- package/dist/src/aws/validation.d.ts.map +1 -0
- package/dist/src/base-contract.d.ts +123 -0
- package/dist/src/base-contract.d.ts.map +1 -0
- package/dist/src/botpress/index.d.ts +547 -0
- package/dist/src/botpress/index.d.ts.map +1 -0
- package/dist/src/botpress/schema.d.ts +81 -0
- package/dist/src/botpress/schema.d.ts.map +1 -0
- package/dist/src/botpress/validation.d.ts +229 -0
- package/dist/src/botpress/validation.d.ts.map +1 -0
- package/dist/src/business-calendar/index.d.ts +820 -0
- package/dist/src/business-calendar/index.d.ts.map +1 -0
- package/dist/src/business-calendar/schema.d.ts +180 -0
- package/dist/src/business-calendar/schema.d.ts.map +1 -0
- package/dist/src/business-calendar/validation.d.ts +210 -0
- package/dist/src/business-calendar/validation.d.ts.map +1 -0
- package/dist/src/call-log/index.d.ts +4 -0
- package/dist/src/call-log/index.d.ts.map +1 -0
- package/dist/src/call-log/schema.d.ts +57 -0
- package/dist/src/call-log/schema.d.ts.map +1 -0
- package/dist/src/call-log/validation.d.ts +24 -0
- package/dist/src/call-log/validation.d.ts.map +1 -0
- package/dist/src/category/index.d.ts +797 -0
- package/dist/src/category/index.d.ts.map +1 -0
- package/dist/src/category/schema.d.ts +116 -0
- package/dist/src/category/schema.d.ts.map +1 -0
- package/dist/src/category/validation.d.ts +42 -0
- package/dist/src/category/validation.d.ts.map +1 -0
- package/dist/src/channel/index.d.ts +5751 -0
- package/dist/src/channel/index.d.ts.map +1 -0
- package/dist/src/channel/schema.d.ts +400 -0
- package/dist/src/channel/schema.d.ts.map +1 -0
- package/dist/src/channel/validation.d.ts +153 -0
- package/dist/src/channel/validation.d.ts.map +1 -0
- package/dist/src/chat/index.d.ts +52481 -0
- package/dist/src/chat/index.d.ts.map +1 -0
- package/dist/src/chat/schema.d.ts +10848 -0
- package/dist/src/chat/schema.d.ts.map +1 -0
- package/dist/src/chat/validation.d.ts +14033 -0
- package/dist/src/chat/validation.d.ts.map +1 -0
- package/dist/src/comment/index.d.ts +13617 -0
- package/dist/src/comment/index.d.ts.map +1 -0
- package/dist/src/comment/schema.d.ts +3872 -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 +1726 -0
- package/dist/src/company/index.d.ts.map +1 -0
- package/dist/src/company/schema.d.ts +352 -0
- package/dist/src/company/schema.d.ts.map +1 -0
- package/dist/src/company/validation.d.ts +812 -0
- package/dist/src/company/validation.d.ts.map +1 -0
- package/dist/src/contact/index.d.ts +8915 -0
- package/dist/src/contact/index.d.ts.map +1 -0
- package/dist/src/contact/schema.d.ts +1166 -0
- package/dist/src/contact/schema.d.ts.map +1 -0
- package/dist/src/contact/validation.d.ts +5252 -0
- package/dist/src/contact/validation.d.ts.map +1 -0
- package/dist/src/contact-email/schema.d.ts +27 -0
- package/dist/src/contact-email/schema.d.ts.map +1 -0
- package/dist/src/contact-phone/schema.d.ts +27 -0
- package/dist/src/contact-phone/schema.d.ts.map +1 -0
- package/dist/src/contract.d.ts +151960 -0
- package/dist/src/contract.d.ts.map +1 -0
- package/dist/src/contract2.d.ts +2 -0
- package/dist/src/contract2.d.ts.map +1 -0
- package/dist/src/custom-field/index.d.ts +4 -0
- package/dist/src/custom-field/index.d.ts.map +1 -0
- package/dist/src/custom-field/schema.d.ts +36 -0
- package/dist/src/custom-field/schema.d.ts.map +1 -0
- package/dist/src/custom-field/validation.d.ts +15 -0
- package/dist/src/custom-field/validation.d.ts.map +1 -0
- package/dist/src/custom-field-upload/schema.d.ts +24 -0
- package/dist/src/custom-field-upload/schema.d.ts.map +1 -0
- package/dist/src/cx-log/index.d.ts +8949 -0
- package/dist/src/cx-log/index.d.ts.map +1 -0
- package/dist/src/cx-log/schema.d.ts +7563 -0
- package/dist/src/cx-log/schema.d.ts.map +1 -0
- package/dist/src/cx-log/validation.d.ts +98 -0
- package/dist/src/cx-log/validation.d.ts.map +1 -0
- package/dist/src/dashboard/index.d.ts +1957 -0
- package/dist/src/dashboard/index.d.ts.map +1 -0
- package/dist/src/dashboard/schema.d.ts +1064 -0
- package/dist/src/dashboard/schema.d.ts.map +1 -0
- package/dist/src/dashboard/validation.d.ts +29 -0
- package/dist/src/dashboard/validation.d.ts.map +1 -0
- package/dist/src/evaluate-form/index.d.ts +47 -0
- package/dist/src/evaluate-form/index.d.ts.map +1 -0
- package/dist/src/evaluate-form/schema.d.ts +27 -0
- package/dist/src/evaluate-form/schema.d.ts.map +1 -0
- package/dist/src/evaluate-form/validation.d.ts +28 -0
- package/dist/src/evaluate-form/validation.d.ts.map +1 -0
- package/dist/src/extension/index.d.ts +900 -0
- package/dist/src/extension/index.d.ts.map +1 -0
- package/dist/src/extension/schema.d.ts +39 -0
- package/dist/src/extension/schema.d.ts.map +1 -0
- package/dist/src/extension/validation.d.ts +52 -0
- package/dist/src/extension/validation.d.ts.map +1 -0
- package/dist/src/group/schema.d.ts +24 -0
- package/dist/src/group/schema.d.ts.map +1 -0
- package/dist/src/index.d.ts +26 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/instagram/index.d.ts +9318 -0
- package/dist/src/instagram/index.d.ts.map +1 -0
- package/dist/src/instagram/schema.d.ts +2 -0
- package/dist/src/instagram/schema.d.ts.map +1 -0
- package/dist/src/instagram/validation.d.ts +113 -0
- package/dist/src/instagram/validation.d.ts.map +1 -0
- package/dist/src/line/index.d.ts +9485 -0
- package/dist/src/line/index.d.ts.map +1 -0
- package/dist/src/line/schema.d.ts +54 -0
- package/dist/src/line/schema.d.ts.map +1 -0
- package/dist/src/line/validation.d.ts +583 -0
- package/dist/src/line/validation.d.ts.map +1 -0
- package/dist/src/log-form/schema.d.ts +24 -0
- package/dist/src/log-form/schema.d.ts.map +1 -0
- package/dist/src/mail/account-contract.d.ts +1615 -0
- package/dist/src/mail/account-contract.d.ts.map +1 -0
- package/dist/src/mail/email-engine-webhooks-events.contract.d.ts +22 -0
- package/dist/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -0
- package/dist/src/mail/index.d.ts +23 -0
- package/dist/src/mail/index.d.ts.map +1 -0
- package/dist/src/mail/mail-contract.d.ts +16337 -0
- package/dist/src/mail/mail-contract.d.ts.map +1 -0
- package/dist/src/mail/mail-server-contract.d.ts +675 -0
- package/dist/src/mail/mail-server-contract.d.ts.map +1 -0
- package/dist/src/mail/message-contract.d.ts +832 -0
- package/dist/src/mail/message-contract.d.ts.map +1 -0
- package/dist/src/mail/room-contract.d.ts +13222 -0
- package/dist/src/mail/room-contract.d.ts.map +1 -0
- package/dist/src/mail/schemas/account-validation.schema.d.ts +790 -0
- package/dist/src/mail/schemas/account-validation.schema.d.ts.map +1 -0
- package/dist/src/mail/schemas/account.schema.d.ts +149 -0
- package/dist/src/mail/schemas/account.schema.d.ts.map +1 -0
- package/dist/src/mail/schemas/message-validation.schema.d.ts +163 -0
- package/dist/src/mail/schemas/message-validation.schema.d.ts.map +1 -0
- package/dist/src/mail/schemas/message.schema.d.ts +349 -0
- package/dist/src/mail/schemas/message.schema.d.ts.map +1 -0
- package/dist/src/mail/schemas/room-validation.schema.d.ts +4154 -0
- package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -0
- package/dist/src/mail/schemas/room.schema.d.ts +3683 -0
- package/dist/src/mail/schemas/room.schema.d.ts.map +1 -0
- package/dist/src/mail/schemas/servers-validation.schema.d.ts +33 -0
- package/dist/src/mail/schemas/servers-validation.schema.d.ts.map +1 -0
- package/dist/src/messenger/index.d.ts +9339 -0
- package/dist/src/messenger/index.d.ts.map +1 -0
- package/dist/src/messenger/schema.d.ts +2 -0
- package/dist/src/messenger/schema.d.ts.map +1 -0
- package/dist/src/messenger/validation.d.ts +1632 -0
- package/dist/src/messenger/validation.d.ts.map +1 -0
- package/dist/src/notification/index.d.ts +2217 -0
- package/dist/src/notification/index.d.ts.map +1 -0
- package/dist/src/notification/schema.d.ts +1348 -0
- package/dist/src/notification/schema.d.ts.map +1 -0
- package/dist/src/notification/validation.d.ts +766 -0
- package/dist/src/notification/validation.d.ts.map +1 -0
- package/dist/src/permission/index.d.ts +103 -0
- package/dist/src/permission/index.d.ts.map +1 -0
- package/dist/src/permission/schema.d.ts +27 -0
- package/dist/src/permission/schema.d.ts.map +1 -0
- package/dist/src/public-api/index.d.ts +5843 -0
- package/dist/src/public-api/index.d.ts.map +1 -0
- package/dist/src/public-api/schema.d.ts +1010 -0
- package/dist/src/public-api/schema.d.ts.map +1 -0
- package/dist/src/public-api/validation.d.ts +1822 -0
- package/dist/src/public-api/validation.d.ts.map +1 -0
- package/dist/src/role/index.d.ts +566 -0
- package/dist/src/role/index.d.ts.map +1 -0
- package/dist/src/role/schema.d.ts +70 -0
- package/dist/src/role/schema.d.ts.map +1 -0
- package/dist/src/role/validation.d.ts +34 -0
- package/dist/src/role/validation.d.ts.map +1 -0
- package/dist/src/snippet/index.d.ts +1188 -0
- package/dist/src/snippet/index.d.ts.map +1 -0
- package/dist/src/snippet/schema.d.ts +332 -0
- package/dist/src/snippet/schema.d.ts.map +1 -0
- package/dist/src/snippet/validation.d.ts +80 -0
- package/dist/src/snippet/validation.d.ts.map +1 -0
- package/dist/src/tag/index.d.ts +310 -0
- package/dist/src/tag/index.d.ts.map +1 -0
- package/dist/src/tag/schema.d.ts +22 -0
- package/dist/src/tag/schema.d.ts.map +1 -0
- package/dist/src/tag/validation.d.ts +29 -0
- package/dist/src/tag/validation.d.ts.map +1 -0
- package/dist/src/tag-group/schema.d.ts +24 -0
- package/dist/src/tag-group/schema.d.ts.map +1 -0
- package/dist/src/telephony-agent-presence-status/index.d.ts +1423 -0
- package/dist/src/telephony-agent-presence-status/index.d.ts.map +1 -0
- package/dist/src/telephony-agent-presence-status/schema.d.ts +373 -0
- package/dist/src/telephony-agent-presence-status/schema.d.ts.map +1 -0
- package/dist/src/telephony-agent-presence-status/validation.d.ts +18 -0
- package/dist/src/telephony-agent-presence-status/validation.d.ts.map +1 -0
- package/dist/src/telephony-cdr/call-report.schema.d.ts +1753 -0
- package/dist/src/telephony-cdr/call-report.schema.d.ts.map +1 -0
- package/dist/src/telephony-cdr/index.d.ts +9144 -0
- package/dist/src/telephony-cdr/index.d.ts.map +1 -0
- package/dist/src/telephony-cdr/schema.d.ts +3021 -0
- package/dist/src/telephony-cdr/schema.d.ts.map +1 -0
- package/dist/src/telephony-cdr/validation.d.ts +236 -0
- package/dist/src/telephony-cdr/validation.d.ts.map +1 -0
- package/dist/src/telephony-extension/index.d.ts +263 -0
- package/dist/src/telephony-extension/index.d.ts.map +1 -0
- package/dist/src/telephony-extension/schema.d.ts +208 -0
- package/dist/src/telephony-extension/schema.d.ts.map +1 -0
- package/dist/src/telephony-live-queue-call/schema.d.ts +27 -0
- package/dist/src/telephony-live-queue-call/schema.d.ts.map +1 -0
- package/dist/src/telephony-queue-call-count/schema.d.ts +51 -0
- package/dist/src/telephony-queue-call-count/schema.d.ts.map +1 -0
- package/dist/src/tenant/schema.d.ts +36 -0
- package/dist/src/tenant/schema.d.ts.map +1 -0
- package/dist/src/ticket/index.d.ts +18513 -0
- package/dist/src/ticket/index.d.ts.map +1 -0
- package/dist/src/ticket/schema.d.ts +2728 -0
- package/dist/src/ticket/schema.d.ts.map +1 -0
- package/dist/src/ticket/validation.d.ts +559 -0
- package/dist/src/ticket/validation.d.ts.map +1 -0
- package/dist/src/upload/index.d.ts +197 -0
- package/dist/src/upload/index.d.ts.map +1 -0
- package/dist/src/upload/schema.d.ts +50 -0
- package/dist/src/upload/schema.d.ts.map +1 -0
- package/dist/src/upload/validation.d.ts +2 -0
- package/dist/src/upload/validation.d.ts.map +1 -0
- package/dist/src/user/index.d.ts +1767 -0
- package/dist/src/user/index.d.ts.map +1 -0
- package/dist/src/user/schema.d.ts +206 -0
- package/dist/src/user/schema.d.ts.map +1 -0
- package/dist/src/user/validation.d.ts +62 -0
- package/dist/src/user/validation.d.ts.map +1 -0
- package/dist/src/user-presence-status-log/index.d.ts +412 -0
- package/dist/src/user-presence-status-log/index.d.ts.map +1 -0
- package/dist/src/user-presence-status-log/schema.d.ts +389 -0
- package/dist/src/user-presence-status-log/schema.d.ts.map +1 -0
- package/dist/src/user-presence-status-log/validation.d.ts +22 -0
- package/dist/src/user-presence-status-log/validation.d.ts.map +1 -0
- package/dist/src/viber/index.d.ts +9832 -0
- package/dist/src/viber/index.d.ts.map +1 -0
- package/dist/src/viber/schema.d.ts +2 -0
- package/dist/src/viber/schema.d.ts.map +1 -0
- package/dist/src/viber/validation.d.ts +45 -0
- package/dist/src/viber/validation.d.ts.map +1 -0
- package/dist/src/webchat/index.d.ts +8644 -0
- package/dist/src/webchat/index.d.ts.map +1 -0
- package/dist/src/webchat/schema.d.ts +95 -0
- package/dist/src/webchat/schema.d.ts.map +1 -0
- package/dist/src/webchat/validation.d.ts +36 -0
- package/dist/src/webchat/validation.d.ts.map +1 -0
- package/dist/src/widget/index.d.ts +925 -0
- package/dist/src/widget/index.d.ts.map +1 -0
- package/dist/src/widget/schema.d.ts +44 -0
- package/dist/src/widget/schema.d.ts.map +1 -0
- package/dist/src/widget/validation.d.ts +70 -0
- package/dist/src/widget/validation.d.ts.map +1 -0
- package/dist/src/workflow-rule/index.d.ts +7305 -0
- package/dist/src/workflow-rule/index.d.ts.map +1 -0
- package/dist/src/workflow-rule/schema.d.ts +27 -0
- package/dist/src/workflow-rule/schema.d.ts.map +1 -0
- package/dist/src/wrap-up-form/index.d.ts +2088 -0
- package/dist/src/wrap-up-form/index.d.ts.map +1 -0
- package/dist/src/wrap-up-form/schema.d.ts +268 -0
- package/dist/src/wrap-up-form/schema.d.ts.map +1 -0
- package/dist/src/wrap-up-form/validation.d.ts +88 -0
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -0
- package/dist/utils.d.ts +37 -0
- package/dist/utils.d.ts.map +1 -0
- package/package.json +50 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/ticket/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAUpB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOlC,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;EAOlC,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ/B,CAAC;AAIH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBvB,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;EAMrC,CAAC"}
|
@@ -0,0 +1,559 @@
|
|
1
|
+
import z from 'zod';
|
2
|
+
export declare const BaseSchema: z.ZodObject<{
|
3
|
+
isRequired: z.ZodBoolean;
|
4
|
+
attributeId: z.ZodString;
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
6
|
+
isRequired: boolean;
|
7
|
+
attributeId: string;
|
8
|
+
}, {
|
9
|
+
isRequired: boolean;
|
10
|
+
attributeId: string;
|
11
|
+
}>;
|
12
|
+
export declare const CreateTicketValidationSchema: z.ZodObject<{
|
13
|
+
title: z.ZodEffects<z.AnyZodObject, {
|
14
|
+
[x: string]: any;
|
15
|
+
}, {
|
16
|
+
[x: string]: any;
|
17
|
+
}>;
|
18
|
+
description: z.ZodEffects<z.AnyZodObject, {
|
19
|
+
[x: string]: any;
|
20
|
+
}, {
|
21
|
+
[x: string]: any;
|
22
|
+
}>;
|
23
|
+
status: z.ZodEffects<z.AnyZodObject, {
|
24
|
+
[x: string]: any;
|
25
|
+
}, {
|
26
|
+
[x: string]: any;
|
27
|
+
}>;
|
28
|
+
type: z.ZodEffects<z.AnyZodObject, {
|
29
|
+
[x: string]: any;
|
30
|
+
}, {
|
31
|
+
[x: string]: any;
|
32
|
+
}>;
|
33
|
+
priority: z.ZodEffects<z.AnyZodObject, {
|
34
|
+
[x: string]: any;
|
35
|
+
}, {
|
36
|
+
[x: string]: any;
|
37
|
+
}>;
|
38
|
+
contact: z.ZodEffects<z.AnyZodObject, {
|
39
|
+
[x: string]: any;
|
40
|
+
}, {
|
41
|
+
[x: string]: any;
|
42
|
+
}>;
|
43
|
+
assignee: z.ZodObject<{
|
44
|
+
isRequired: z.ZodBoolean;
|
45
|
+
attributeId: z.ZodString;
|
46
|
+
value: z.ZodString;
|
47
|
+
}, "strip", z.ZodTypeAny, {
|
48
|
+
value: string;
|
49
|
+
isRequired: boolean;
|
50
|
+
attributeId: string;
|
51
|
+
}, {
|
52
|
+
value: string;
|
53
|
+
isRequired: boolean;
|
54
|
+
attributeId: string;
|
55
|
+
}>;
|
56
|
+
channel: z.ZodEffects<z.AnyZodObject, {
|
57
|
+
[x: string]: any;
|
58
|
+
}, {
|
59
|
+
[x: string]: any;
|
60
|
+
}>;
|
61
|
+
tags: z.ZodEffects<z.AnyZodObject, {
|
62
|
+
[x: string]: any;
|
63
|
+
}, {
|
64
|
+
[x: string]: any;
|
65
|
+
}>;
|
66
|
+
categories: z.ZodObject<{
|
67
|
+
isRequired: z.ZodBoolean;
|
68
|
+
attributeId: z.ZodString;
|
69
|
+
value: z.ZodArray<z.ZodString, "many">;
|
70
|
+
}, "strip", z.ZodTypeAny, {
|
71
|
+
value: string[];
|
72
|
+
isRequired: boolean;
|
73
|
+
attributeId: string;
|
74
|
+
}, {
|
75
|
+
value: string[];
|
76
|
+
isRequired: boolean;
|
77
|
+
attributeId: string;
|
78
|
+
}>;
|
79
|
+
customFields: z.ZodArray<z.ZodEffects<z.AnyZodObject, {
|
80
|
+
[x: string]: any;
|
81
|
+
}, {
|
82
|
+
[x: string]: any;
|
83
|
+
}>, "many">;
|
84
|
+
reasonToAssign: z.ZodOptional<z.ZodObject<{
|
85
|
+
value: z.ZodString;
|
86
|
+
}, "strip", z.ZodTypeAny, {
|
87
|
+
value: string;
|
88
|
+
}, {
|
89
|
+
value: string;
|
90
|
+
}>>;
|
91
|
+
}, "strip", z.ZodTypeAny, {
|
92
|
+
type: {
|
93
|
+
[x: string]: any;
|
94
|
+
};
|
95
|
+
channel: {
|
96
|
+
[x: string]: any;
|
97
|
+
};
|
98
|
+
priority: {
|
99
|
+
[x: string]: any;
|
100
|
+
};
|
101
|
+
title: {
|
102
|
+
[x: string]: any;
|
103
|
+
};
|
104
|
+
description: {
|
105
|
+
[x: string]: any;
|
106
|
+
};
|
107
|
+
status: {
|
108
|
+
[x: string]: any;
|
109
|
+
};
|
110
|
+
categories: {
|
111
|
+
value: string[];
|
112
|
+
isRequired: boolean;
|
113
|
+
attributeId: string;
|
114
|
+
};
|
115
|
+
contact: {
|
116
|
+
[x: string]: any;
|
117
|
+
};
|
118
|
+
customFields: {
|
119
|
+
[x: string]: any;
|
120
|
+
}[];
|
121
|
+
tags: {
|
122
|
+
[x: string]: any;
|
123
|
+
};
|
124
|
+
assignee: {
|
125
|
+
value: string;
|
126
|
+
isRequired: boolean;
|
127
|
+
attributeId: string;
|
128
|
+
};
|
129
|
+
reasonToAssign?: {
|
130
|
+
value: string;
|
131
|
+
} | undefined;
|
132
|
+
}, {
|
133
|
+
type: {
|
134
|
+
[x: string]: any;
|
135
|
+
};
|
136
|
+
channel: {
|
137
|
+
[x: string]: any;
|
138
|
+
};
|
139
|
+
priority: {
|
140
|
+
[x: string]: any;
|
141
|
+
};
|
142
|
+
title: {
|
143
|
+
[x: string]: any;
|
144
|
+
};
|
145
|
+
description: {
|
146
|
+
[x: string]: any;
|
147
|
+
};
|
148
|
+
status: {
|
149
|
+
[x: string]: any;
|
150
|
+
};
|
151
|
+
categories: {
|
152
|
+
value: string[];
|
153
|
+
isRequired: boolean;
|
154
|
+
attributeId: string;
|
155
|
+
};
|
156
|
+
contact: {
|
157
|
+
[x: string]: any;
|
158
|
+
};
|
159
|
+
customFields: {
|
160
|
+
[x: string]: any;
|
161
|
+
}[];
|
162
|
+
tags: {
|
163
|
+
[x: string]: any;
|
164
|
+
};
|
165
|
+
assignee: {
|
166
|
+
value: string;
|
167
|
+
isRequired: boolean;
|
168
|
+
attributeId: string;
|
169
|
+
};
|
170
|
+
reasonToAssign?: {
|
171
|
+
value: string;
|
172
|
+
} | undefined;
|
173
|
+
}>;
|
174
|
+
export declare const UpdateTicketValidationSchema: z.ZodObject<{
|
175
|
+
title: z.ZodEffects<z.AnyZodObject, {
|
176
|
+
[x: string]: any;
|
177
|
+
}, {
|
178
|
+
[x: string]: any;
|
179
|
+
}>;
|
180
|
+
description: z.ZodEffects<z.AnyZodObject, {
|
181
|
+
[x: string]: any;
|
182
|
+
}, {
|
183
|
+
[x: string]: any;
|
184
|
+
}>;
|
185
|
+
status: z.ZodEffects<z.AnyZodObject, {
|
186
|
+
[x: string]: any;
|
187
|
+
}, {
|
188
|
+
[x: string]: any;
|
189
|
+
}>;
|
190
|
+
type: z.ZodEffects<z.AnyZodObject, {
|
191
|
+
[x: string]: any;
|
192
|
+
}, {
|
193
|
+
[x: string]: any;
|
194
|
+
}>;
|
195
|
+
priority: z.ZodEffects<z.AnyZodObject, {
|
196
|
+
[x: string]: any;
|
197
|
+
}, {
|
198
|
+
[x: string]: any;
|
199
|
+
}>;
|
200
|
+
contact: z.ZodEffects<z.AnyZodObject, {
|
201
|
+
[x: string]: any;
|
202
|
+
}, {
|
203
|
+
[x: string]: any;
|
204
|
+
}>;
|
205
|
+
assignee: z.ZodObject<{
|
206
|
+
isRequired: z.ZodBoolean;
|
207
|
+
attributeId: z.ZodString;
|
208
|
+
value: z.ZodString;
|
209
|
+
}, "strip", z.ZodTypeAny, {
|
210
|
+
value: string;
|
211
|
+
isRequired: boolean;
|
212
|
+
attributeId: string;
|
213
|
+
}, {
|
214
|
+
value: string;
|
215
|
+
isRequired: boolean;
|
216
|
+
attributeId: string;
|
217
|
+
}>;
|
218
|
+
channel: z.ZodEffects<z.AnyZodObject, {
|
219
|
+
[x: string]: any;
|
220
|
+
}, {
|
221
|
+
[x: string]: any;
|
222
|
+
}>;
|
223
|
+
tags: z.ZodEffects<z.AnyZodObject, {
|
224
|
+
[x: string]: any;
|
225
|
+
}, {
|
226
|
+
[x: string]: any;
|
227
|
+
}>;
|
228
|
+
categories: z.ZodObject<{
|
229
|
+
isRequired: z.ZodBoolean;
|
230
|
+
attributeId: z.ZodString;
|
231
|
+
value: z.ZodArray<z.ZodString, "many">;
|
232
|
+
}, "strip", z.ZodTypeAny, {
|
233
|
+
value: string[];
|
234
|
+
isRequired: boolean;
|
235
|
+
attributeId: string;
|
236
|
+
}, {
|
237
|
+
value: string[];
|
238
|
+
isRequired: boolean;
|
239
|
+
attributeId: string;
|
240
|
+
}>;
|
241
|
+
customFields: z.ZodArray<z.ZodEffects<z.AnyZodObject, {
|
242
|
+
[x: string]: any;
|
243
|
+
}, {
|
244
|
+
[x: string]: any;
|
245
|
+
}>, "many">;
|
246
|
+
reasonToAssign: z.ZodOptional<z.ZodObject<{
|
247
|
+
value: z.ZodString;
|
248
|
+
}, "strip", z.ZodTypeAny, {
|
249
|
+
value: string;
|
250
|
+
}, {
|
251
|
+
value: string;
|
252
|
+
}>>;
|
253
|
+
}, "strip", z.ZodTypeAny, {
|
254
|
+
type: {
|
255
|
+
[x: string]: any;
|
256
|
+
};
|
257
|
+
channel: {
|
258
|
+
[x: string]: any;
|
259
|
+
};
|
260
|
+
priority: {
|
261
|
+
[x: string]: any;
|
262
|
+
};
|
263
|
+
title: {
|
264
|
+
[x: string]: any;
|
265
|
+
};
|
266
|
+
description: {
|
267
|
+
[x: string]: any;
|
268
|
+
};
|
269
|
+
status: {
|
270
|
+
[x: string]: any;
|
271
|
+
};
|
272
|
+
categories: {
|
273
|
+
value: string[];
|
274
|
+
isRequired: boolean;
|
275
|
+
attributeId: string;
|
276
|
+
};
|
277
|
+
contact: {
|
278
|
+
[x: string]: any;
|
279
|
+
};
|
280
|
+
customFields: {
|
281
|
+
[x: string]: any;
|
282
|
+
}[];
|
283
|
+
tags: {
|
284
|
+
[x: string]: any;
|
285
|
+
};
|
286
|
+
assignee: {
|
287
|
+
value: string;
|
288
|
+
isRequired: boolean;
|
289
|
+
attributeId: string;
|
290
|
+
};
|
291
|
+
reasonToAssign?: {
|
292
|
+
value: string;
|
293
|
+
} | undefined;
|
294
|
+
}, {
|
295
|
+
type: {
|
296
|
+
[x: string]: any;
|
297
|
+
};
|
298
|
+
channel: {
|
299
|
+
[x: string]: any;
|
300
|
+
};
|
301
|
+
priority: {
|
302
|
+
[x: string]: any;
|
303
|
+
};
|
304
|
+
title: {
|
305
|
+
[x: string]: any;
|
306
|
+
};
|
307
|
+
description: {
|
308
|
+
[x: string]: any;
|
309
|
+
};
|
310
|
+
status: {
|
311
|
+
[x: string]: any;
|
312
|
+
};
|
313
|
+
categories: {
|
314
|
+
value: string[];
|
315
|
+
isRequired: boolean;
|
316
|
+
attributeId: string;
|
317
|
+
};
|
318
|
+
contact: {
|
319
|
+
[x: string]: any;
|
320
|
+
};
|
321
|
+
customFields: {
|
322
|
+
[x: string]: any;
|
323
|
+
}[];
|
324
|
+
tags: {
|
325
|
+
[x: string]: any;
|
326
|
+
};
|
327
|
+
assignee: {
|
328
|
+
value: string;
|
329
|
+
isRequired: boolean;
|
330
|
+
attributeId: string;
|
331
|
+
};
|
332
|
+
reasonToAssign?: {
|
333
|
+
value: string;
|
334
|
+
} | undefined;
|
335
|
+
}>;
|
336
|
+
export declare const TicketAttachmentRecordSchema: z.ZodObject<{
|
337
|
+
bucketName: z.ZodString;
|
338
|
+
fileKey: z.ZodString;
|
339
|
+
fileName: z.ZodString;
|
340
|
+
fileSize: z.ZodNumber;
|
341
|
+
url: z.ZodString;
|
342
|
+
}, "strip", z.ZodTypeAny, {
|
343
|
+
url: string;
|
344
|
+
fileName: string;
|
345
|
+
fileKey: string;
|
346
|
+
bucketName: string;
|
347
|
+
fileSize: number;
|
348
|
+
}, {
|
349
|
+
url: string;
|
350
|
+
fileName: string;
|
351
|
+
fileKey: string;
|
352
|
+
bucketName: string;
|
353
|
+
fileSize: number;
|
354
|
+
}>;
|
355
|
+
export declare const CreateTicketAttachmentRecordsSchema: z.ZodObject<{
|
356
|
+
ticketId: z.ZodString;
|
357
|
+
attributeId: z.ZodString;
|
358
|
+
ticketAttachmentRecords: z.ZodArray<z.ZodObject<{
|
359
|
+
bucketName: z.ZodString;
|
360
|
+
fileKey: z.ZodString;
|
361
|
+
fileName: z.ZodString;
|
362
|
+
fileSize: z.ZodNumber;
|
363
|
+
url: z.ZodString;
|
364
|
+
}, "strip", z.ZodTypeAny, {
|
365
|
+
url: string;
|
366
|
+
fileName: string;
|
367
|
+
fileKey: string;
|
368
|
+
bucketName: string;
|
369
|
+
fileSize: number;
|
370
|
+
}, {
|
371
|
+
url: string;
|
372
|
+
fileName: string;
|
373
|
+
fileKey: string;
|
374
|
+
bucketName: string;
|
375
|
+
fileSize: number;
|
376
|
+
}>, "many">;
|
377
|
+
}, "strip", z.ZodTypeAny, {
|
378
|
+
attributeId: string;
|
379
|
+
ticketId: string;
|
380
|
+
ticketAttachmentRecords: {
|
381
|
+
url: string;
|
382
|
+
fileName: string;
|
383
|
+
fileKey: string;
|
384
|
+
bucketName: string;
|
385
|
+
fileSize: number;
|
386
|
+
}[];
|
387
|
+
}, {
|
388
|
+
attributeId: string;
|
389
|
+
ticketId: string;
|
390
|
+
ticketAttachmentRecords: {
|
391
|
+
url: string;
|
392
|
+
fileName: string;
|
393
|
+
fileKey: string;
|
394
|
+
bucketName: string;
|
395
|
+
fileSize: number;
|
396
|
+
}[];
|
397
|
+
}>;
|
398
|
+
export declare const TicketParamsSchema: z.ZodObject<{
|
399
|
+
page: z.ZodDefault<z.ZodNumber>;
|
400
|
+
pageSize: z.ZodDefault<z.ZodNumber>;
|
401
|
+
}, "strip", z.ZodTypeAny, {
|
402
|
+
page: number;
|
403
|
+
pageSize: number;
|
404
|
+
}, {
|
405
|
+
page?: number | undefined;
|
406
|
+
pageSize?: number | undefined;
|
407
|
+
}>;
|
408
|
+
export declare const CustomFieldQuery: z.ZodObject<{
|
409
|
+
attributeId: z.ZodString;
|
410
|
+
type: z.ZodString;
|
411
|
+
value: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
412
|
+
}, "strip", z.ZodTypeAny, {
|
413
|
+
type: string;
|
414
|
+
value: (string | string[]) & (string | string[] | undefined);
|
415
|
+
attributeId: string;
|
416
|
+
}, {
|
417
|
+
type: string;
|
418
|
+
value: (string | string[]) & (string | string[] | undefined);
|
419
|
+
attributeId: string;
|
420
|
+
}>;
|
421
|
+
export declare const GetAllTicketQuerySchema: z.ZodObject<{
|
422
|
+
page: z.ZodOptional<z.ZodEffects<z.ZodString, number, string>>;
|
423
|
+
pageSize: z.ZodOptional<z.ZodEffects<z.ZodString, number, string>>;
|
424
|
+
selectedDate: z.ZodOptional<z.ZodString>;
|
425
|
+
keyword: z.ZodOptional<z.ZodString>;
|
426
|
+
title: z.ZodOptional<z.ZodString>;
|
427
|
+
description: z.ZodOptional<z.ZodString>;
|
428
|
+
status: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
429
|
+
priority: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
430
|
+
channel: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
431
|
+
type: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
432
|
+
ticketType: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
433
|
+
contact: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
434
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
435
|
+
categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
436
|
+
assignee: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
437
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
438
|
+
attributeId: z.ZodString;
|
439
|
+
type: z.ZodString;
|
440
|
+
value: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
441
|
+
}, "strip", z.ZodTypeAny, {
|
442
|
+
type: string;
|
443
|
+
value: (string | string[]) & (string | string[] | undefined);
|
444
|
+
attributeId: string;
|
445
|
+
}, {
|
446
|
+
type: string;
|
447
|
+
value: (string | string[]) & (string | string[] | undefined);
|
448
|
+
attributeId: string;
|
449
|
+
}>, "many">>;
|
450
|
+
}, "strip", z.ZodTypeAny, {
|
451
|
+
page?: number | undefined;
|
452
|
+
pageSize?: number | undefined;
|
453
|
+
selectedDate?: string | undefined;
|
454
|
+
keyword?: string | undefined;
|
455
|
+
title?: string | undefined;
|
456
|
+
description?: string | undefined;
|
457
|
+
status?: string[] | undefined;
|
458
|
+
priority?: string[] | undefined;
|
459
|
+
channel?: string[] | undefined;
|
460
|
+
type?: string[] | undefined;
|
461
|
+
ticketType?: string[] | undefined;
|
462
|
+
contact?: string[] | undefined;
|
463
|
+
tags?: string[] | undefined;
|
464
|
+
categories?: string[] | undefined;
|
465
|
+
assignee?: string[] | undefined;
|
466
|
+
customFields?: {
|
467
|
+
type: string;
|
468
|
+
value: (string | string[]) & (string | string[] | undefined);
|
469
|
+
attributeId: string;
|
470
|
+
}[] | undefined;
|
471
|
+
}, {
|
472
|
+
page?: string | undefined;
|
473
|
+
pageSize?: string | undefined;
|
474
|
+
selectedDate?: string | undefined;
|
475
|
+
keyword?: string | undefined;
|
476
|
+
title?: string | undefined;
|
477
|
+
description?: string | undefined;
|
478
|
+
status?: string[] | undefined;
|
479
|
+
priority?: string[] | undefined;
|
480
|
+
channel?: string[] | undefined;
|
481
|
+
type?: string[] | undefined;
|
482
|
+
ticketType?: string[] | undefined;
|
483
|
+
contact?: string[] | undefined;
|
484
|
+
tags?: string[] | undefined;
|
485
|
+
categories?: string[] | undefined;
|
486
|
+
assignee?: string[] | undefined;
|
487
|
+
customFields?: {
|
488
|
+
type: string;
|
489
|
+
value: (string | string[]) & (string | string[] | undefined);
|
490
|
+
attributeId: string;
|
491
|
+
}[] | undefined;
|
492
|
+
}>;
|
493
|
+
export declare const ExportAllTicketQuerySchema: z.ZodObject<{
|
494
|
+
agent: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
495
|
+
selectedDate: z.ZodOptional<z.ZodString>;
|
496
|
+
keyword: z.ZodOptional<z.ZodString>;
|
497
|
+
title: z.ZodOptional<z.ZodString>;
|
498
|
+
description: z.ZodOptional<z.ZodString>;
|
499
|
+
status: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
500
|
+
priority: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
501
|
+
channel: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
502
|
+
type: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
503
|
+
ticketType: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
504
|
+
contact: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
505
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
506
|
+
categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
507
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
508
|
+
attributeId: z.ZodString;
|
509
|
+
type: z.ZodString;
|
510
|
+
value: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
511
|
+
}, "strip", z.ZodTypeAny, {
|
512
|
+
type: string;
|
513
|
+
value: (string | string[]) & (string | string[] | undefined);
|
514
|
+
attributeId: string;
|
515
|
+
}, {
|
516
|
+
type: string;
|
517
|
+
value: (string | string[]) & (string | string[] | undefined);
|
518
|
+
attributeId: string;
|
519
|
+
}>, "many">>;
|
520
|
+
}, "strip", z.ZodTypeAny, {
|
521
|
+
agent?: string[] | undefined;
|
522
|
+
selectedDate?: string | undefined;
|
523
|
+
keyword?: string | undefined;
|
524
|
+
title?: string | undefined;
|
525
|
+
description?: string | undefined;
|
526
|
+
status?: string[] | undefined;
|
527
|
+
priority?: string[] | undefined;
|
528
|
+
channel?: string[] | undefined;
|
529
|
+
type?: string[] | undefined;
|
530
|
+
ticketType?: string[] | undefined;
|
531
|
+
contact?: string[] | undefined;
|
532
|
+
tags?: string[] | undefined;
|
533
|
+
categories?: string[] | undefined;
|
534
|
+
customFields?: {
|
535
|
+
type: string;
|
536
|
+
value: (string | string[]) & (string | string[] | undefined);
|
537
|
+
attributeId: string;
|
538
|
+
}[] | undefined;
|
539
|
+
}, {
|
540
|
+
agent?: string[] | undefined;
|
541
|
+
selectedDate?: string | undefined;
|
542
|
+
keyword?: string | undefined;
|
543
|
+
title?: string | undefined;
|
544
|
+
description?: string | undefined;
|
545
|
+
status?: string[] | undefined;
|
546
|
+
priority?: string[] | undefined;
|
547
|
+
channel?: string[] | undefined;
|
548
|
+
type?: string[] | undefined;
|
549
|
+
ticketType?: string[] | undefined;
|
550
|
+
contact?: string[] | undefined;
|
551
|
+
tags?: string[] | undefined;
|
552
|
+
categories?: string[] | undefined;
|
553
|
+
customFields?: {
|
554
|
+
type: string;
|
555
|
+
value: (string | string[]) & (string | string[] | undefined);
|
556
|
+
attributeId: string;
|
557
|
+
}[] | undefined;
|
558
|
+
}>;
|
559
|
+
//# sourceMappingURL=validation.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/ticket/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAoBpB,eAAO,MAAM,UAAU;;;;;;;;;EAGrB,CAAC;AAQH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBvC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+B,CAAC;AAEzE,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;EAMvC,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI9C,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;EAG7B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;EAI3B,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBxB,CAAC;AAEb,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuB3B,CAAC"}
|