@kl1/contracts 1.0.78 → 1.0.80
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 +1746 -1392
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1745 -1392
- package/dist/index.mjs.map +1 -1
- package/dist/src/call-log/schema.d.ts +6 -6
- package/dist/src/call-log/validation.d.ts +4 -4
- package/dist/src/channel/index.d.ts +59 -59
- package/dist/src/channel/schema.d.ts +4 -4
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/channel/validation.d.ts +3 -3
- package/dist/src/chat/index.d.ts +6967 -3685
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +3294 -990
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +1947 -306
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +584 -584
- package/dist/src/comment/schema.d.ts +144 -144
- package/dist/src/contact/index.d.ts +4 -1
- package/dist/src/contact/index.d.ts.map +1 -1
- package/dist/src/contact/schema.d.ts +156 -0
- package/dist/src/contact/schema.d.ts.map +1 -1
- package/dist/src/contract.d.ts +35549 -20637
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +950 -101
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +810 -71
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/dashboard/index.d.ts +4 -4
- package/dist/src/dashboard/schema.d.ts +2 -2
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +2162 -343
- package/dist/src/instagram/index.d.ts.map +1 -1
- package/dist/src/line/index.d.ts +1919 -278
- package/dist/src/line/index.d.ts.map +1 -1
- package/dist/src/mail/mail-contract.d.ts +130 -130
- package/dist/src/mail/message-contract.d.ts +6 -6
- package/dist/src/mail/room-contract.d.ts +124 -124
- package/dist/src/mail/schemas/message.schema.d.ts +4 -4
- package/dist/src/mail/schemas/room-validation.schema.d.ts +40 -40
- package/dist/src/mail/schemas/room.schema.d.ts +30 -30
- package/dist/src/messenger/index.d.ts +2516 -516
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/messenger/validation.d.ts +1523 -0
- package/dist/src/messenger/validation.d.ts.map +1 -1
- package/dist/src/notification/index.d.ts +742 -0
- package/dist/src/notification/index.d.ts.map +1 -0
- package/dist/src/notification/schema.d.ts +48 -0
- package/dist/src/notification/schema.d.ts.map +1 -0
- package/dist/src/notification/validation.d.ts +148 -0
- package/dist/src/notification/validation.d.ts.map +1 -0
- package/dist/src/telephony-cdr/index.d.ts +3036 -818
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +841 -7
- package/dist/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/src/telephony-cdr/validation.d.ts +4 -4
- package/dist/src/ticket/index.d.ts +1106 -1106
- package/dist/src/ticket/schema.d.ts +72 -72
- package/dist/src/ticket/validation.d.ts +12 -12
- package/dist/src/viber/index.d.ts +3525 -1159
- package/dist/src/viber/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/index.d.ts +19 -19
- package/dist/src/wrap-up-form/schema.d.ts +2 -2
- package/dist/src/wrap-up-form/validation.d.ts +3 -3
- package/package.json +1 -1
@@ -113,12 +113,12 @@ export declare const ticketContract: {
|
|
113
113
|
isRequired: boolean;
|
114
114
|
attributeId: string;
|
115
115
|
};
|
116
|
-
customFields: {
|
117
|
-
[x: string]: any;
|
118
|
-
}[];
|
119
116
|
contact: {
|
120
117
|
[x: string]: any;
|
121
118
|
};
|
119
|
+
customFields: {
|
120
|
+
[x: string]: any;
|
121
|
+
}[];
|
122
122
|
tags: {
|
123
123
|
[x: string]: any;
|
124
124
|
};
|
@@ -154,12 +154,12 @@ export declare const ticketContract: {
|
|
154
154
|
isRequired: boolean;
|
155
155
|
attributeId: string;
|
156
156
|
};
|
157
|
-
customFields: {
|
158
|
-
[x: string]: any;
|
159
|
-
}[];
|
160
157
|
contact: {
|
161
158
|
[x: string]: any;
|
162
159
|
};
|
160
|
+
customFields: {
|
161
|
+
[x: string]: any;
|
162
|
+
}[];
|
163
163
|
tags: {
|
164
164
|
[x: string]: any;
|
165
165
|
};
|
@@ -1987,42 +1987,6 @@ export declare const ticketContract: {
|
|
1987
1987
|
}[];
|
1988
1988
|
}[];
|
1989
1989
|
}[];
|
1990
|
-
customFields: {
|
1991
|
-
id: string;
|
1992
|
-
createdAt: Date;
|
1993
|
-
updatedAt: Date;
|
1994
|
-
deletedAt: Date | null;
|
1995
|
-
attribute: {
|
1996
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1997
|
-
id: string;
|
1998
|
-
position: number;
|
1999
|
-
createdAt: Date;
|
2000
|
-
updatedAt: Date;
|
2001
|
-
deletedAt: Date | null;
|
2002
|
-
systemName: string;
|
2003
|
-
displayName: string;
|
2004
|
-
isDefault: boolean;
|
2005
|
-
isArchived: boolean;
|
2006
|
-
isRequired: boolean;
|
2007
|
-
isUnique: boolean;
|
2008
|
-
};
|
2009
|
-
textValue: string | null;
|
2010
|
-
booleanValue: boolean | null;
|
2011
|
-
numberValue: number | null;
|
2012
|
-
dateValue: Date | null;
|
2013
|
-
uploads: {
|
2014
|
-
id: string;
|
2015
|
-
createdAt: Date;
|
2016
|
-
updatedAt: Date;
|
2017
|
-
deletedAt: Date | null;
|
2018
|
-
fileName: string;
|
2019
|
-
fileKey: string;
|
2020
|
-
bucketName: string;
|
2021
|
-
fileSize: number;
|
2022
|
-
fileUrl: string | null;
|
2023
|
-
status?: string | undefined;
|
2024
|
-
}[];
|
2025
|
-
}[];
|
2026
1990
|
contact: {
|
2027
1991
|
id: string;
|
2028
1992
|
channel: string | null;
|
@@ -2120,6 +2084,42 @@ export declare const ticketContract: {
|
|
2120
2084
|
};
|
2121
2085
|
}[] | undefined;
|
2122
2086
|
};
|
2087
|
+
customFields: {
|
2088
|
+
id: string;
|
2089
|
+
createdAt: Date;
|
2090
|
+
updatedAt: Date;
|
2091
|
+
deletedAt: Date | null;
|
2092
|
+
attribute: {
|
2093
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2094
|
+
id: string;
|
2095
|
+
position: number;
|
2096
|
+
createdAt: Date;
|
2097
|
+
updatedAt: Date;
|
2098
|
+
deletedAt: Date | null;
|
2099
|
+
systemName: string;
|
2100
|
+
displayName: string;
|
2101
|
+
isDefault: boolean;
|
2102
|
+
isArchived: boolean;
|
2103
|
+
isRequired: boolean;
|
2104
|
+
isUnique: boolean;
|
2105
|
+
};
|
2106
|
+
textValue: string | null;
|
2107
|
+
booleanValue: boolean | null;
|
2108
|
+
numberValue: number | null;
|
2109
|
+
dateValue: Date | null;
|
2110
|
+
uploads: {
|
2111
|
+
id: string;
|
2112
|
+
createdAt: Date;
|
2113
|
+
updatedAt: Date;
|
2114
|
+
deletedAt: Date | null;
|
2115
|
+
fileName: string;
|
2116
|
+
fileKey: string;
|
2117
|
+
bucketName: string;
|
2118
|
+
fileSize: number;
|
2119
|
+
fileUrl: string | null;
|
2120
|
+
status?: string | undefined;
|
2121
|
+
}[];
|
2122
|
+
}[];
|
2123
2123
|
tags: {
|
2124
2124
|
id: string;
|
2125
2125
|
name: string;
|
@@ -2313,42 +2313,6 @@ export declare const ticketContract: {
|
|
2313
2313
|
}[];
|
2314
2314
|
}[];
|
2315
2315
|
}[];
|
2316
|
-
customFields: {
|
2317
|
-
id: string;
|
2318
|
-
createdAt: Date;
|
2319
|
-
updatedAt: Date;
|
2320
|
-
deletedAt: Date | null;
|
2321
|
-
attribute: {
|
2322
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2323
|
-
id: string;
|
2324
|
-
position: number;
|
2325
|
-
createdAt: Date;
|
2326
|
-
updatedAt: Date;
|
2327
|
-
deletedAt: Date | null;
|
2328
|
-
systemName: string;
|
2329
|
-
displayName: string;
|
2330
|
-
isDefault: boolean;
|
2331
|
-
isArchived: boolean;
|
2332
|
-
isRequired: boolean;
|
2333
|
-
isUnique: boolean;
|
2334
|
-
};
|
2335
|
-
textValue: string | null;
|
2336
|
-
booleanValue: boolean | null;
|
2337
|
-
numberValue: number | null;
|
2338
|
-
dateValue: Date | null;
|
2339
|
-
uploads: {
|
2340
|
-
id: string;
|
2341
|
-
createdAt: Date;
|
2342
|
-
updatedAt: Date;
|
2343
|
-
deletedAt: Date | null;
|
2344
|
-
fileName: string;
|
2345
|
-
fileKey: string;
|
2346
|
-
bucketName: string;
|
2347
|
-
fileSize: number;
|
2348
|
-
fileUrl: string | null;
|
2349
|
-
status?: string | undefined;
|
2350
|
-
}[];
|
2351
|
-
}[];
|
2352
2316
|
contact: {
|
2353
2317
|
id: string;
|
2354
2318
|
channel: string | null;
|
@@ -2446,6 +2410,42 @@ export declare const ticketContract: {
|
|
2446
2410
|
};
|
2447
2411
|
}[] | undefined;
|
2448
2412
|
};
|
2413
|
+
customFields: {
|
2414
|
+
id: string;
|
2415
|
+
createdAt: Date;
|
2416
|
+
updatedAt: Date;
|
2417
|
+
deletedAt: Date | null;
|
2418
|
+
attribute: {
|
2419
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2420
|
+
id: string;
|
2421
|
+
position: number;
|
2422
|
+
createdAt: Date;
|
2423
|
+
updatedAt: Date;
|
2424
|
+
deletedAt: Date | null;
|
2425
|
+
systemName: string;
|
2426
|
+
displayName: string;
|
2427
|
+
isDefault: boolean;
|
2428
|
+
isArchived: boolean;
|
2429
|
+
isRequired: boolean;
|
2430
|
+
isUnique: boolean;
|
2431
|
+
};
|
2432
|
+
textValue: string | null;
|
2433
|
+
booleanValue: boolean | null;
|
2434
|
+
numberValue: number | null;
|
2435
|
+
dateValue: Date | null;
|
2436
|
+
uploads: {
|
2437
|
+
id: string;
|
2438
|
+
createdAt: Date;
|
2439
|
+
updatedAt: Date;
|
2440
|
+
deletedAt: Date | null;
|
2441
|
+
fileName: string;
|
2442
|
+
fileKey: string;
|
2443
|
+
bucketName: string;
|
2444
|
+
fileSize: number;
|
2445
|
+
fileUrl: string | null;
|
2446
|
+
status?: string | undefined;
|
2447
|
+
}[];
|
2448
|
+
}[];
|
2449
2449
|
tags: {
|
2450
2450
|
id: string;
|
2451
2451
|
name: string;
|
@@ -2641,42 +2641,6 @@ export declare const ticketContract: {
|
|
2641
2641
|
}[];
|
2642
2642
|
}[];
|
2643
2643
|
}[];
|
2644
|
-
customFields: {
|
2645
|
-
id: string;
|
2646
|
-
createdAt: Date;
|
2647
|
-
updatedAt: Date;
|
2648
|
-
deletedAt: Date | null;
|
2649
|
-
attribute: {
|
2650
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2651
|
-
id: string;
|
2652
|
-
position: number;
|
2653
|
-
createdAt: Date;
|
2654
|
-
updatedAt: Date;
|
2655
|
-
deletedAt: Date | null;
|
2656
|
-
systemName: string;
|
2657
|
-
displayName: string;
|
2658
|
-
isDefault: boolean;
|
2659
|
-
isArchived: boolean;
|
2660
|
-
isRequired: boolean;
|
2661
|
-
isUnique: boolean;
|
2662
|
-
};
|
2663
|
-
textValue: string | null;
|
2664
|
-
booleanValue: boolean | null;
|
2665
|
-
numberValue: number | null;
|
2666
|
-
dateValue: Date | null;
|
2667
|
-
uploads: {
|
2668
|
-
id: string;
|
2669
|
-
createdAt: Date;
|
2670
|
-
updatedAt: Date;
|
2671
|
-
deletedAt: Date | null;
|
2672
|
-
fileName: string;
|
2673
|
-
fileKey: string;
|
2674
|
-
bucketName: string;
|
2675
|
-
fileSize: number;
|
2676
|
-
fileUrl: string | null;
|
2677
|
-
status?: string | undefined;
|
2678
|
-
}[];
|
2679
|
-
}[];
|
2680
2644
|
contact: {
|
2681
2645
|
id: string;
|
2682
2646
|
channel: string | null;
|
@@ -2774,6 +2738,42 @@ export declare const ticketContract: {
|
|
2774
2738
|
};
|
2775
2739
|
}[] | undefined;
|
2776
2740
|
};
|
2741
|
+
customFields: {
|
2742
|
+
id: string;
|
2743
|
+
createdAt: Date;
|
2744
|
+
updatedAt: Date;
|
2745
|
+
deletedAt: Date | null;
|
2746
|
+
attribute: {
|
2747
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2748
|
+
id: string;
|
2749
|
+
position: number;
|
2750
|
+
createdAt: Date;
|
2751
|
+
updatedAt: Date;
|
2752
|
+
deletedAt: Date | null;
|
2753
|
+
systemName: string;
|
2754
|
+
displayName: string;
|
2755
|
+
isDefault: boolean;
|
2756
|
+
isArchived: boolean;
|
2757
|
+
isRequired: boolean;
|
2758
|
+
isUnique: boolean;
|
2759
|
+
};
|
2760
|
+
textValue: string | null;
|
2761
|
+
booleanValue: boolean | null;
|
2762
|
+
numberValue: number | null;
|
2763
|
+
dateValue: Date | null;
|
2764
|
+
uploads: {
|
2765
|
+
id: string;
|
2766
|
+
createdAt: Date;
|
2767
|
+
updatedAt: Date;
|
2768
|
+
deletedAt: Date | null;
|
2769
|
+
fileName: string;
|
2770
|
+
fileKey: string;
|
2771
|
+
bucketName: string;
|
2772
|
+
fileSize: number;
|
2773
|
+
fileUrl: string | null;
|
2774
|
+
status?: string | undefined;
|
2775
|
+
}[];
|
2776
|
+
}[];
|
2777
2777
|
tags: {
|
2778
2778
|
id: string;
|
2779
2779
|
name: string;
|
@@ -2970,51 +2970,15 @@ export declare const ticketContract: {
|
|
2970
2970
|
}[];
|
2971
2971
|
}[];
|
2972
2972
|
}[];
|
2973
|
-
|
2973
|
+
contact: {
|
2974
2974
|
id: string;
|
2975
|
+
channel: string | null;
|
2976
|
+
address: string | null;
|
2977
|
+
name: string;
|
2975
2978
|
createdAt: Date;
|
2976
2979
|
updatedAt: Date;
|
2977
2980
|
deletedAt: Date | null;
|
2978
|
-
|
2979
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2980
|
-
id: string;
|
2981
|
-
position: number;
|
2982
|
-
createdAt: Date;
|
2983
|
-
updatedAt: Date;
|
2984
|
-
deletedAt: Date | null;
|
2985
|
-
systemName: string;
|
2986
|
-
displayName: string;
|
2987
|
-
isDefault: boolean;
|
2988
|
-
isArchived: boolean;
|
2989
|
-
isRequired: boolean;
|
2990
|
-
isUnique: boolean;
|
2991
|
-
};
|
2992
|
-
textValue: string | null;
|
2993
|
-
booleanValue: boolean | null;
|
2994
|
-
numberValue: number | null;
|
2995
|
-
dateValue: Date | null;
|
2996
|
-
uploads: {
|
2997
|
-
id: string;
|
2998
|
-
createdAt: Date;
|
2999
|
-
updatedAt: Date;
|
3000
|
-
deletedAt: Date | null;
|
3001
|
-
fileName: string;
|
3002
|
-
fileKey: string;
|
3003
|
-
bucketName: string;
|
3004
|
-
fileSize: number;
|
3005
|
-
fileUrl: string | null;
|
3006
|
-
status?: string | undefined;
|
3007
|
-
}[];
|
3008
|
-
}[];
|
3009
|
-
contact: {
|
3010
|
-
id: string;
|
3011
|
-
channel: string | null;
|
3012
|
-
address: string | null;
|
3013
|
-
name: string;
|
3014
|
-
createdAt: Date;
|
3015
|
-
updatedAt: Date;
|
3016
|
-
deletedAt: Date | null;
|
3017
|
-
customFields: {
|
2981
|
+
customFields: {
|
3018
2982
|
id: string;
|
3019
2983
|
createdAt: Date;
|
3020
2984
|
updatedAt: Date;
|
@@ -3103,6 +3067,42 @@ export declare const ticketContract: {
|
|
3103
3067
|
};
|
3104
3068
|
}[] | undefined;
|
3105
3069
|
};
|
3070
|
+
customFields: {
|
3071
|
+
id: string;
|
3072
|
+
createdAt: Date;
|
3073
|
+
updatedAt: Date;
|
3074
|
+
deletedAt: Date | null;
|
3075
|
+
attribute: {
|
3076
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3077
|
+
id: string;
|
3078
|
+
position: number;
|
3079
|
+
createdAt: Date;
|
3080
|
+
updatedAt: Date;
|
3081
|
+
deletedAt: Date | null;
|
3082
|
+
systemName: string;
|
3083
|
+
displayName: string;
|
3084
|
+
isDefault: boolean;
|
3085
|
+
isArchived: boolean;
|
3086
|
+
isRequired: boolean;
|
3087
|
+
isUnique: boolean;
|
3088
|
+
};
|
3089
|
+
textValue: string | null;
|
3090
|
+
booleanValue: boolean | null;
|
3091
|
+
numberValue: number | null;
|
3092
|
+
dateValue: Date | null;
|
3093
|
+
uploads: {
|
3094
|
+
id: string;
|
3095
|
+
createdAt: Date;
|
3096
|
+
updatedAt: Date;
|
3097
|
+
deletedAt: Date | null;
|
3098
|
+
fileName: string;
|
3099
|
+
fileKey: string;
|
3100
|
+
bucketName: string;
|
3101
|
+
fileSize: number;
|
3102
|
+
fileUrl: string | null;
|
3103
|
+
status?: string | undefined;
|
3104
|
+
}[];
|
3105
|
+
}[];
|
3106
3106
|
tags: {
|
3107
3107
|
id: string;
|
3108
3108
|
name: string;
|
@@ -3452,42 +3452,6 @@ export declare const ticketContract: {
|
|
3452
3452
|
}[];
|
3453
3453
|
}[];
|
3454
3454
|
}[];
|
3455
|
-
customFields: {
|
3456
|
-
id: string;
|
3457
|
-
createdAt: Date;
|
3458
|
-
updatedAt: Date;
|
3459
|
-
deletedAt: Date | null;
|
3460
|
-
attribute: {
|
3461
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3462
|
-
id: string;
|
3463
|
-
position: number;
|
3464
|
-
createdAt: Date;
|
3465
|
-
updatedAt: Date;
|
3466
|
-
deletedAt: Date | null;
|
3467
|
-
systemName: string;
|
3468
|
-
displayName: string;
|
3469
|
-
isDefault: boolean;
|
3470
|
-
isArchived: boolean;
|
3471
|
-
isRequired: boolean;
|
3472
|
-
isUnique: boolean;
|
3473
|
-
};
|
3474
|
-
textValue: string | null;
|
3475
|
-
booleanValue: boolean | null;
|
3476
|
-
numberValue: number | null;
|
3477
|
-
dateValue: Date | null;
|
3478
|
-
uploads: {
|
3479
|
-
id: string;
|
3480
|
-
createdAt: Date;
|
3481
|
-
updatedAt: Date;
|
3482
|
-
deletedAt: Date | null;
|
3483
|
-
fileName: string;
|
3484
|
-
fileKey: string;
|
3485
|
-
bucketName: string;
|
3486
|
-
fileSize: number;
|
3487
|
-
fileUrl: string | null;
|
3488
|
-
status?: string | undefined;
|
3489
|
-
}[];
|
3490
|
-
}[];
|
3491
3455
|
contact: {
|
3492
3456
|
id: string;
|
3493
3457
|
channel: string | null;
|
@@ -3585,6 +3549,42 @@ export declare const ticketContract: {
|
|
3585
3549
|
};
|
3586
3550
|
}[] | undefined;
|
3587
3551
|
};
|
3552
|
+
customFields: {
|
3553
|
+
id: string;
|
3554
|
+
createdAt: Date;
|
3555
|
+
updatedAt: Date;
|
3556
|
+
deletedAt: Date | null;
|
3557
|
+
attribute: {
|
3558
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3559
|
+
id: string;
|
3560
|
+
position: number;
|
3561
|
+
createdAt: Date;
|
3562
|
+
updatedAt: Date;
|
3563
|
+
deletedAt: Date | null;
|
3564
|
+
systemName: string;
|
3565
|
+
displayName: string;
|
3566
|
+
isDefault: boolean;
|
3567
|
+
isArchived: boolean;
|
3568
|
+
isRequired: boolean;
|
3569
|
+
isUnique: boolean;
|
3570
|
+
};
|
3571
|
+
textValue: string | null;
|
3572
|
+
booleanValue: boolean | null;
|
3573
|
+
numberValue: number | null;
|
3574
|
+
dateValue: Date | null;
|
3575
|
+
uploads: {
|
3576
|
+
id: string;
|
3577
|
+
createdAt: Date;
|
3578
|
+
updatedAt: Date;
|
3579
|
+
deletedAt: Date | null;
|
3580
|
+
fileName: string;
|
3581
|
+
fileKey: string;
|
3582
|
+
bucketName: string;
|
3583
|
+
fileSize: number;
|
3584
|
+
fileUrl: string | null;
|
3585
|
+
status?: string | undefined;
|
3586
|
+
}[];
|
3587
|
+
}[];
|
3588
3588
|
tags: {
|
3589
3589
|
id: string;
|
3590
3590
|
name: string;
|
@@ -3778,42 +3778,6 @@ export declare const ticketContract: {
|
|
3778
3778
|
}[];
|
3779
3779
|
}[];
|
3780
3780
|
}[];
|
3781
|
-
customFields: {
|
3782
|
-
id: string;
|
3783
|
-
createdAt: Date;
|
3784
|
-
updatedAt: Date;
|
3785
|
-
deletedAt: Date | null;
|
3786
|
-
attribute: {
|
3787
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3788
|
-
id: string;
|
3789
|
-
position: number;
|
3790
|
-
createdAt: Date;
|
3791
|
-
updatedAt: Date;
|
3792
|
-
deletedAt: Date | null;
|
3793
|
-
systemName: string;
|
3794
|
-
displayName: string;
|
3795
|
-
isDefault: boolean;
|
3796
|
-
isArchived: boolean;
|
3797
|
-
isRequired: boolean;
|
3798
|
-
isUnique: boolean;
|
3799
|
-
};
|
3800
|
-
textValue: string | null;
|
3801
|
-
booleanValue: boolean | null;
|
3802
|
-
numberValue: number | null;
|
3803
|
-
dateValue: Date | null;
|
3804
|
-
uploads: {
|
3805
|
-
id: string;
|
3806
|
-
createdAt: Date;
|
3807
|
-
updatedAt: Date;
|
3808
|
-
deletedAt: Date | null;
|
3809
|
-
fileName: string;
|
3810
|
-
fileKey: string;
|
3811
|
-
bucketName: string;
|
3812
|
-
fileSize: number;
|
3813
|
-
fileUrl: string | null;
|
3814
|
-
status?: string | undefined;
|
3815
|
-
}[];
|
3816
|
-
}[];
|
3817
3781
|
contact: {
|
3818
3782
|
id: string;
|
3819
3783
|
channel: string | null;
|
@@ -3911,6 +3875,42 @@ export declare const ticketContract: {
|
|
3911
3875
|
};
|
3912
3876
|
}[] | undefined;
|
3913
3877
|
};
|
3878
|
+
customFields: {
|
3879
|
+
id: string;
|
3880
|
+
createdAt: Date;
|
3881
|
+
updatedAt: Date;
|
3882
|
+
deletedAt: Date | null;
|
3883
|
+
attribute: {
|
3884
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3885
|
+
id: string;
|
3886
|
+
position: number;
|
3887
|
+
createdAt: Date;
|
3888
|
+
updatedAt: Date;
|
3889
|
+
deletedAt: Date | null;
|
3890
|
+
systemName: string;
|
3891
|
+
displayName: string;
|
3892
|
+
isDefault: boolean;
|
3893
|
+
isArchived: boolean;
|
3894
|
+
isRequired: boolean;
|
3895
|
+
isUnique: boolean;
|
3896
|
+
};
|
3897
|
+
textValue: string | null;
|
3898
|
+
booleanValue: boolean | null;
|
3899
|
+
numberValue: number | null;
|
3900
|
+
dateValue: Date | null;
|
3901
|
+
uploads: {
|
3902
|
+
id: string;
|
3903
|
+
createdAt: Date;
|
3904
|
+
updatedAt: Date;
|
3905
|
+
deletedAt: Date | null;
|
3906
|
+
fileName: string;
|
3907
|
+
fileKey: string;
|
3908
|
+
bucketName: string;
|
3909
|
+
fileSize: number;
|
3910
|
+
fileUrl: string | null;
|
3911
|
+
status?: string | undefined;
|
3912
|
+
}[];
|
3913
|
+
}[];
|
3914
3914
|
tags: {
|
3915
3915
|
id: string;
|
3916
3916
|
name: string;
|
@@ -4106,42 +4106,6 @@ export declare const ticketContract: {
|
|
4106
4106
|
}[];
|
4107
4107
|
}[];
|
4108
4108
|
}[];
|
4109
|
-
customFields: {
|
4110
|
-
id: string;
|
4111
|
-
createdAt: Date;
|
4112
|
-
updatedAt: Date;
|
4113
|
-
deletedAt: Date | null;
|
4114
|
-
attribute: {
|
4115
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4116
|
-
id: string;
|
4117
|
-
position: number;
|
4118
|
-
createdAt: Date;
|
4119
|
-
updatedAt: Date;
|
4120
|
-
deletedAt: Date | null;
|
4121
|
-
systemName: string;
|
4122
|
-
displayName: string;
|
4123
|
-
isDefault: boolean;
|
4124
|
-
isArchived: boolean;
|
4125
|
-
isRequired: boolean;
|
4126
|
-
isUnique: boolean;
|
4127
|
-
};
|
4128
|
-
textValue: string | null;
|
4129
|
-
booleanValue: boolean | null;
|
4130
|
-
numberValue: number | null;
|
4131
|
-
dateValue: Date | null;
|
4132
|
-
uploads: {
|
4133
|
-
id: string;
|
4134
|
-
createdAt: Date;
|
4135
|
-
updatedAt: Date;
|
4136
|
-
deletedAt: Date | null;
|
4137
|
-
fileName: string;
|
4138
|
-
fileKey: string;
|
4139
|
-
bucketName: string;
|
4140
|
-
fileSize: number;
|
4141
|
-
fileUrl: string | null;
|
4142
|
-
status?: string | undefined;
|
4143
|
-
}[];
|
4144
|
-
}[];
|
4145
4109
|
contact: {
|
4146
4110
|
id: string;
|
4147
4111
|
channel: string | null;
|
@@ -4239,32 +4203,68 @@ export declare const ticketContract: {
|
|
4239
4203
|
};
|
4240
4204
|
}[] | undefined;
|
4241
4205
|
};
|
4242
|
-
|
4243
|
-
id: string;
|
4244
|
-
name: string;
|
4245
|
-
createdAt: Date;
|
4246
|
-
updatedAt: Date;
|
4247
|
-
deletedAt: Date | null;
|
4248
|
-
}[];
|
4249
|
-
activityLogs: {
|
4206
|
+
customFields: {
|
4250
4207
|
id: string;
|
4251
|
-
description: string;
|
4252
4208
|
createdAt: Date;
|
4253
4209
|
updatedAt: Date;
|
4254
4210
|
deletedAt: Date | null;
|
4255
|
-
|
4211
|
+
attribute: {
|
4212
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4256
4213
|
id: string;
|
4257
|
-
|
4258
|
-
name: string;
|
4259
|
-
email: string;
|
4214
|
+
position: number;
|
4260
4215
|
createdAt: Date;
|
4261
4216
|
updatedAt: Date;
|
4262
4217
|
deletedAt: Date | null;
|
4263
|
-
|
4264
|
-
|
4265
|
-
|
4266
|
-
|
4267
|
-
|
4218
|
+
systemName: string;
|
4219
|
+
displayName: string;
|
4220
|
+
isDefault: boolean;
|
4221
|
+
isArchived: boolean;
|
4222
|
+
isRequired: boolean;
|
4223
|
+
isUnique: boolean;
|
4224
|
+
};
|
4225
|
+
textValue: string | null;
|
4226
|
+
booleanValue: boolean | null;
|
4227
|
+
numberValue: number | null;
|
4228
|
+
dateValue: Date | null;
|
4229
|
+
uploads: {
|
4230
|
+
id: string;
|
4231
|
+
createdAt: Date;
|
4232
|
+
updatedAt: Date;
|
4233
|
+
deletedAt: Date | null;
|
4234
|
+
fileName: string;
|
4235
|
+
fileKey: string;
|
4236
|
+
bucketName: string;
|
4237
|
+
fileSize: number;
|
4238
|
+
fileUrl: string | null;
|
4239
|
+
status?: string | undefined;
|
4240
|
+
}[];
|
4241
|
+
}[];
|
4242
|
+
tags: {
|
4243
|
+
id: string;
|
4244
|
+
name: string;
|
4245
|
+
createdAt: Date;
|
4246
|
+
updatedAt: Date;
|
4247
|
+
deletedAt: Date | null;
|
4248
|
+
}[];
|
4249
|
+
activityLogs: {
|
4250
|
+
id: string;
|
4251
|
+
description: string;
|
4252
|
+
createdAt: Date;
|
4253
|
+
updatedAt: Date;
|
4254
|
+
deletedAt: Date | null;
|
4255
|
+
actor: {
|
4256
|
+
id: string;
|
4257
|
+
address: string | null;
|
4258
|
+
name: string;
|
4259
|
+
email: string;
|
4260
|
+
createdAt: Date;
|
4261
|
+
updatedAt: Date;
|
4262
|
+
deletedAt: Date | null;
|
4263
|
+
emailVerifiedAt: Date | null;
|
4264
|
+
password: string;
|
4265
|
+
phone: string | null;
|
4266
|
+
notificationCount: number | null;
|
4267
|
+
roles: {
|
4268
4268
|
id: string;
|
4269
4269
|
description: string | null;
|
4270
4270
|
createdAt: Date;
|
@@ -4438,42 +4438,6 @@ export declare const ticketContract: {
|
|
4438
4438
|
}[];
|
4439
4439
|
}[];
|
4440
4440
|
}[];
|
4441
|
-
customFields: {
|
4442
|
-
id: string;
|
4443
|
-
createdAt: Date;
|
4444
|
-
updatedAt: Date;
|
4445
|
-
deletedAt: Date | null;
|
4446
|
-
attribute: {
|
4447
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4448
|
-
id: string;
|
4449
|
-
position: number;
|
4450
|
-
createdAt: Date;
|
4451
|
-
updatedAt: Date;
|
4452
|
-
deletedAt: Date | null;
|
4453
|
-
systemName: string;
|
4454
|
-
displayName: string;
|
4455
|
-
isDefault: boolean;
|
4456
|
-
isArchived: boolean;
|
4457
|
-
isRequired: boolean;
|
4458
|
-
isUnique: boolean;
|
4459
|
-
};
|
4460
|
-
textValue: string | null;
|
4461
|
-
booleanValue: boolean | null;
|
4462
|
-
numberValue: number | null;
|
4463
|
-
dateValue: Date | null;
|
4464
|
-
uploads: {
|
4465
|
-
id: string;
|
4466
|
-
createdAt: Date;
|
4467
|
-
updatedAt: Date;
|
4468
|
-
deletedAt: Date | null;
|
4469
|
-
fileName: string;
|
4470
|
-
fileKey: string;
|
4471
|
-
bucketName: string;
|
4472
|
-
fileSize: number;
|
4473
|
-
fileUrl: string | null;
|
4474
|
-
status?: string | undefined;
|
4475
|
-
}[];
|
4476
|
-
}[];
|
4477
4441
|
contact: {
|
4478
4442
|
id: string;
|
4479
4443
|
channel: string | null;
|
@@ -4571,6 +4535,42 @@ export declare const ticketContract: {
|
|
4571
4535
|
};
|
4572
4536
|
}[] | undefined;
|
4573
4537
|
};
|
4538
|
+
customFields: {
|
4539
|
+
id: string;
|
4540
|
+
createdAt: Date;
|
4541
|
+
updatedAt: Date;
|
4542
|
+
deletedAt: Date | null;
|
4543
|
+
attribute: {
|
4544
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4545
|
+
id: string;
|
4546
|
+
position: number;
|
4547
|
+
createdAt: Date;
|
4548
|
+
updatedAt: Date;
|
4549
|
+
deletedAt: Date | null;
|
4550
|
+
systemName: string;
|
4551
|
+
displayName: string;
|
4552
|
+
isDefault: boolean;
|
4553
|
+
isArchived: boolean;
|
4554
|
+
isRequired: boolean;
|
4555
|
+
isUnique: boolean;
|
4556
|
+
};
|
4557
|
+
textValue: string | null;
|
4558
|
+
booleanValue: boolean | null;
|
4559
|
+
numberValue: number | null;
|
4560
|
+
dateValue: Date | null;
|
4561
|
+
uploads: {
|
4562
|
+
id: string;
|
4563
|
+
createdAt: Date;
|
4564
|
+
updatedAt: Date;
|
4565
|
+
deletedAt: Date | null;
|
4566
|
+
fileName: string;
|
4567
|
+
fileKey: string;
|
4568
|
+
bucketName: string;
|
4569
|
+
fileSize: number;
|
4570
|
+
fileUrl: string | null;
|
4571
|
+
status?: string | undefined;
|
4572
|
+
}[];
|
4573
|
+
}[];
|
4574
4574
|
tags: {
|
4575
4575
|
id: string;
|
4576
4576
|
name: string;
|
@@ -4772,42 +4772,6 @@ export declare const ticketContract: {
|
|
4772
4772
|
}[];
|
4773
4773
|
}[];
|
4774
4774
|
}[];
|
4775
|
-
customFields: {
|
4776
|
-
id: string;
|
4777
|
-
createdAt: Date;
|
4778
|
-
updatedAt: Date;
|
4779
|
-
deletedAt: Date | null;
|
4780
|
-
attribute: {
|
4781
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4782
|
-
id: string;
|
4783
|
-
position: number;
|
4784
|
-
createdAt: Date;
|
4785
|
-
updatedAt: Date;
|
4786
|
-
deletedAt: Date | null;
|
4787
|
-
systemName: string;
|
4788
|
-
displayName: string;
|
4789
|
-
isDefault: boolean;
|
4790
|
-
isArchived: boolean;
|
4791
|
-
isRequired: boolean;
|
4792
|
-
isUnique: boolean;
|
4793
|
-
};
|
4794
|
-
textValue: string | null;
|
4795
|
-
booleanValue: boolean | null;
|
4796
|
-
numberValue: number | null;
|
4797
|
-
dateValue: Date | null;
|
4798
|
-
uploads: {
|
4799
|
-
id: string;
|
4800
|
-
createdAt: Date;
|
4801
|
-
updatedAt: Date;
|
4802
|
-
deletedAt: Date | null;
|
4803
|
-
fileName: string;
|
4804
|
-
fileKey: string;
|
4805
|
-
bucketName: string;
|
4806
|
-
fileSize: number;
|
4807
|
-
fileUrl: string | null;
|
4808
|
-
status?: string | undefined;
|
4809
|
-
}[];
|
4810
|
-
}[];
|
4811
4775
|
contact: {
|
4812
4776
|
id: string;
|
4813
4777
|
channel: string | null;
|
@@ -4905,6 +4869,42 @@ export declare const ticketContract: {
|
|
4905
4869
|
};
|
4906
4870
|
}[] | undefined;
|
4907
4871
|
};
|
4872
|
+
customFields: {
|
4873
|
+
id: string;
|
4874
|
+
createdAt: Date;
|
4875
|
+
updatedAt: Date;
|
4876
|
+
deletedAt: Date | null;
|
4877
|
+
attribute: {
|
4878
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4879
|
+
id: string;
|
4880
|
+
position: number;
|
4881
|
+
createdAt: Date;
|
4882
|
+
updatedAt: Date;
|
4883
|
+
deletedAt: Date | null;
|
4884
|
+
systemName: string;
|
4885
|
+
displayName: string;
|
4886
|
+
isDefault: boolean;
|
4887
|
+
isArchived: boolean;
|
4888
|
+
isRequired: boolean;
|
4889
|
+
isUnique: boolean;
|
4890
|
+
};
|
4891
|
+
textValue: string | null;
|
4892
|
+
booleanValue: boolean | null;
|
4893
|
+
numberValue: number | null;
|
4894
|
+
dateValue: Date | null;
|
4895
|
+
uploads: {
|
4896
|
+
id: string;
|
4897
|
+
createdAt: Date;
|
4898
|
+
updatedAt: Date;
|
4899
|
+
deletedAt: Date | null;
|
4900
|
+
fileName: string;
|
4901
|
+
fileKey: string;
|
4902
|
+
bucketName: string;
|
4903
|
+
fileSize: number;
|
4904
|
+
fileUrl: string | null;
|
4905
|
+
status?: string | undefined;
|
4906
|
+
}[];
|
4907
|
+
}[];
|
4908
4908
|
tags: {
|
4909
4909
|
id: string;
|
4910
4910
|
name: string;
|
@@ -5107,42 +5107,6 @@ export declare const ticketContract: {
|
|
5107
5107
|
}[];
|
5108
5108
|
}[];
|
5109
5109
|
}[];
|
5110
|
-
customFields: {
|
5111
|
-
id: string;
|
5112
|
-
createdAt: Date;
|
5113
|
-
updatedAt: Date;
|
5114
|
-
deletedAt: Date | null;
|
5115
|
-
attribute: {
|
5116
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
5117
|
-
id: string;
|
5118
|
-
position: number;
|
5119
|
-
createdAt: Date;
|
5120
|
-
updatedAt: Date;
|
5121
|
-
deletedAt: Date | null;
|
5122
|
-
systemName: string;
|
5123
|
-
displayName: string;
|
5124
|
-
isDefault: boolean;
|
5125
|
-
isArchived: boolean;
|
5126
|
-
isRequired: boolean;
|
5127
|
-
isUnique: boolean;
|
5128
|
-
};
|
5129
|
-
textValue: string | null;
|
5130
|
-
booleanValue: boolean | null;
|
5131
|
-
numberValue: number | null;
|
5132
|
-
dateValue: Date | null;
|
5133
|
-
uploads: {
|
5134
|
-
id: string;
|
5135
|
-
createdAt: Date;
|
5136
|
-
updatedAt: Date;
|
5137
|
-
deletedAt: Date | null;
|
5138
|
-
fileName: string;
|
5139
|
-
fileKey: string;
|
5140
|
-
bucketName: string;
|
5141
|
-
fileSize: number;
|
5142
|
-
fileUrl: string | null;
|
5143
|
-
status?: string | undefined;
|
5144
|
-
}[];
|
5145
|
-
}[];
|
5146
5110
|
contact: {
|
5147
5111
|
id: string;
|
5148
5112
|
channel: string | null;
|
@@ -5240,36 +5204,72 @@ export declare const ticketContract: {
|
|
5240
5204
|
};
|
5241
5205
|
}[] | undefined;
|
5242
5206
|
};
|
5243
|
-
|
5244
|
-
id: string;
|
5245
|
-
name: string;
|
5246
|
-
createdAt: Date;
|
5247
|
-
updatedAt: Date;
|
5248
|
-
deletedAt: Date | null;
|
5249
|
-
}[];
|
5250
|
-
activityLogs: {
|
5207
|
+
customFields: {
|
5251
5208
|
id: string;
|
5252
|
-
description: string;
|
5253
5209
|
createdAt: Date;
|
5254
5210
|
updatedAt: Date;
|
5255
5211
|
deletedAt: Date | null;
|
5256
|
-
|
5212
|
+
attribute: {
|
5213
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
5257
5214
|
id: string;
|
5258
|
-
|
5259
|
-
name: string;
|
5260
|
-
email: string;
|
5215
|
+
position: number;
|
5261
5216
|
createdAt: Date;
|
5262
5217
|
updatedAt: Date;
|
5263
5218
|
deletedAt: Date | null;
|
5264
|
-
|
5265
|
-
|
5266
|
-
|
5267
|
-
|
5268
|
-
|
5269
|
-
|
5270
|
-
|
5271
|
-
|
5272
|
-
|
5219
|
+
systemName: string;
|
5220
|
+
displayName: string;
|
5221
|
+
isDefault: boolean;
|
5222
|
+
isArchived: boolean;
|
5223
|
+
isRequired: boolean;
|
5224
|
+
isUnique: boolean;
|
5225
|
+
};
|
5226
|
+
textValue: string | null;
|
5227
|
+
booleanValue: boolean | null;
|
5228
|
+
numberValue: number | null;
|
5229
|
+
dateValue: Date | null;
|
5230
|
+
uploads: {
|
5231
|
+
id: string;
|
5232
|
+
createdAt: Date;
|
5233
|
+
updatedAt: Date;
|
5234
|
+
deletedAt: Date | null;
|
5235
|
+
fileName: string;
|
5236
|
+
fileKey: string;
|
5237
|
+
bucketName: string;
|
5238
|
+
fileSize: number;
|
5239
|
+
fileUrl: string | null;
|
5240
|
+
status?: string | undefined;
|
5241
|
+
}[];
|
5242
|
+
}[];
|
5243
|
+
tags: {
|
5244
|
+
id: string;
|
5245
|
+
name: string;
|
5246
|
+
createdAt: Date;
|
5247
|
+
updatedAt: Date;
|
5248
|
+
deletedAt: Date | null;
|
5249
|
+
}[];
|
5250
|
+
activityLogs: {
|
5251
|
+
id: string;
|
5252
|
+
description: string;
|
5253
|
+
createdAt: Date;
|
5254
|
+
updatedAt: Date;
|
5255
|
+
deletedAt: Date | null;
|
5256
|
+
actor: {
|
5257
|
+
id: string;
|
5258
|
+
address: string | null;
|
5259
|
+
name: string;
|
5260
|
+
email: string;
|
5261
|
+
createdAt: Date;
|
5262
|
+
updatedAt: Date;
|
5263
|
+
deletedAt: Date | null;
|
5264
|
+
emailVerifiedAt: Date | null;
|
5265
|
+
password: string;
|
5266
|
+
phone: string | null;
|
5267
|
+
notificationCount: number | null;
|
5268
|
+
roles: {
|
5269
|
+
id: string;
|
5270
|
+
description: string | null;
|
5271
|
+
createdAt: Date;
|
5272
|
+
updatedAt: Date;
|
5273
5273
|
deletedAt: Date | null;
|
5274
5274
|
systemName: string;
|
5275
5275
|
displayName: string;
|
@@ -7277,42 +7277,6 @@ export declare const ticketContract: {
|
|
7277
7277
|
}[];
|
7278
7278
|
}[];
|
7279
7279
|
}[];
|
7280
|
-
customFields: {
|
7281
|
-
id: string;
|
7282
|
-
createdAt: Date;
|
7283
|
-
updatedAt: Date;
|
7284
|
-
deletedAt: Date | null;
|
7285
|
-
attribute: {
|
7286
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
7287
|
-
id: string;
|
7288
|
-
position: number;
|
7289
|
-
createdAt: Date;
|
7290
|
-
updatedAt: Date;
|
7291
|
-
deletedAt: Date | null;
|
7292
|
-
systemName: string;
|
7293
|
-
displayName: string;
|
7294
|
-
isDefault: boolean;
|
7295
|
-
isArchived: boolean;
|
7296
|
-
isRequired: boolean;
|
7297
|
-
isUnique: boolean;
|
7298
|
-
};
|
7299
|
-
textValue: string | null;
|
7300
|
-
booleanValue: boolean | null;
|
7301
|
-
numberValue: number | null;
|
7302
|
-
dateValue: Date | null;
|
7303
|
-
uploads: {
|
7304
|
-
id: string;
|
7305
|
-
createdAt: Date;
|
7306
|
-
updatedAt: Date;
|
7307
|
-
deletedAt: Date | null;
|
7308
|
-
fileName: string;
|
7309
|
-
fileKey: string;
|
7310
|
-
bucketName: string;
|
7311
|
-
fileSize: number;
|
7312
|
-
fileUrl: string | null;
|
7313
|
-
status?: string | undefined;
|
7314
|
-
}[];
|
7315
|
-
}[];
|
7316
7280
|
contact: {
|
7317
7281
|
id: string;
|
7318
7282
|
channel: string | null;
|
@@ -7410,6 +7374,42 @@ export declare const ticketContract: {
|
|
7410
7374
|
};
|
7411
7375
|
}[] | undefined;
|
7412
7376
|
};
|
7377
|
+
customFields: {
|
7378
|
+
id: string;
|
7379
|
+
createdAt: Date;
|
7380
|
+
updatedAt: Date;
|
7381
|
+
deletedAt: Date | null;
|
7382
|
+
attribute: {
|
7383
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
7384
|
+
id: string;
|
7385
|
+
position: number;
|
7386
|
+
createdAt: Date;
|
7387
|
+
updatedAt: Date;
|
7388
|
+
deletedAt: Date | null;
|
7389
|
+
systemName: string;
|
7390
|
+
displayName: string;
|
7391
|
+
isDefault: boolean;
|
7392
|
+
isArchived: boolean;
|
7393
|
+
isRequired: boolean;
|
7394
|
+
isUnique: boolean;
|
7395
|
+
};
|
7396
|
+
textValue: string | null;
|
7397
|
+
booleanValue: boolean | null;
|
7398
|
+
numberValue: number | null;
|
7399
|
+
dateValue: Date | null;
|
7400
|
+
uploads: {
|
7401
|
+
id: string;
|
7402
|
+
createdAt: Date;
|
7403
|
+
updatedAt: Date;
|
7404
|
+
deletedAt: Date | null;
|
7405
|
+
fileName: string;
|
7406
|
+
fileKey: string;
|
7407
|
+
bucketName: string;
|
7408
|
+
fileSize: number;
|
7409
|
+
fileUrl: string | null;
|
7410
|
+
status?: string | undefined;
|
7411
|
+
}[];
|
7412
|
+
}[];
|
7413
7413
|
tags: {
|
7414
7414
|
id: string;
|
7415
7415
|
name: string;
|
@@ -7603,42 +7603,6 @@ export declare const ticketContract: {
|
|
7603
7603
|
}[];
|
7604
7604
|
}[];
|
7605
7605
|
}[];
|
7606
|
-
customFields: {
|
7607
|
-
id: string;
|
7608
|
-
createdAt: Date;
|
7609
|
-
updatedAt: Date;
|
7610
|
-
deletedAt: Date | null;
|
7611
|
-
attribute: {
|
7612
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
7613
|
-
id: string;
|
7614
|
-
position: number;
|
7615
|
-
createdAt: Date;
|
7616
|
-
updatedAt: Date;
|
7617
|
-
deletedAt: Date | null;
|
7618
|
-
systemName: string;
|
7619
|
-
displayName: string;
|
7620
|
-
isDefault: boolean;
|
7621
|
-
isArchived: boolean;
|
7622
|
-
isRequired: boolean;
|
7623
|
-
isUnique: boolean;
|
7624
|
-
};
|
7625
|
-
textValue: string | null;
|
7626
|
-
booleanValue: boolean | null;
|
7627
|
-
numberValue: number | null;
|
7628
|
-
dateValue: Date | null;
|
7629
|
-
uploads: {
|
7630
|
-
id: string;
|
7631
|
-
createdAt: Date;
|
7632
|
-
updatedAt: Date;
|
7633
|
-
deletedAt: Date | null;
|
7634
|
-
fileName: string;
|
7635
|
-
fileKey: string;
|
7636
|
-
bucketName: string;
|
7637
|
-
fileSize: number;
|
7638
|
-
fileUrl: string | null;
|
7639
|
-
status?: string | undefined;
|
7640
|
-
}[];
|
7641
|
-
}[];
|
7642
7606
|
contact: {
|
7643
7607
|
id: string;
|
7644
7608
|
channel: string | null;
|
@@ -7736,6 +7700,42 @@ export declare const ticketContract: {
|
|
7736
7700
|
};
|
7737
7701
|
}[] | undefined;
|
7738
7702
|
};
|
7703
|
+
customFields: {
|
7704
|
+
id: string;
|
7705
|
+
createdAt: Date;
|
7706
|
+
updatedAt: Date;
|
7707
|
+
deletedAt: Date | null;
|
7708
|
+
attribute: {
|
7709
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
7710
|
+
id: string;
|
7711
|
+
position: number;
|
7712
|
+
createdAt: Date;
|
7713
|
+
updatedAt: Date;
|
7714
|
+
deletedAt: Date | null;
|
7715
|
+
systemName: string;
|
7716
|
+
displayName: string;
|
7717
|
+
isDefault: boolean;
|
7718
|
+
isArchived: boolean;
|
7719
|
+
isRequired: boolean;
|
7720
|
+
isUnique: boolean;
|
7721
|
+
};
|
7722
|
+
textValue: string | null;
|
7723
|
+
booleanValue: boolean | null;
|
7724
|
+
numberValue: number | null;
|
7725
|
+
dateValue: Date | null;
|
7726
|
+
uploads: {
|
7727
|
+
id: string;
|
7728
|
+
createdAt: Date;
|
7729
|
+
updatedAt: Date;
|
7730
|
+
deletedAt: Date | null;
|
7731
|
+
fileName: string;
|
7732
|
+
fileKey: string;
|
7733
|
+
bucketName: string;
|
7734
|
+
fileSize: number;
|
7735
|
+
fileUrl: string | null;
|
7736
|
+
status?: string | undefined;
|
7737
|
+
}[];
|
7738
|
+
}[];
|
7739
7739
|
tags: {
|
7740
7740
|
id: string;
|
7741
7741
|
name: string;
|
@@ -7931,42 +7931,6 @@ export declare const ticketContract: {
|
|
7931
7931
|
}[];
|
7932
7932
|
}[];
|
7933
7933
|
}[];
|
7934
|
-
customFields: {
|
7935
|
-
id: string;
|
7936
|
-
createdAt: Date;
|
7937
|
-
updatedAt: Date;
|
7938
|
-
deletedAt: Date | null;
|
7939
|
-
attribute: {
|
7940
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
7941
|
-
id: string;
|
7942
|
-
position: number;
|
7943
|
-
createdAt: Date;
|
7944
|
-
updatedAt: Date;
|
7945
|
-
deletedAt: Date | null;
|
7946
|
-
systemName: string;
|
7947
|
-
displayName: string;
|
7948
|
-
isDefault: boolean;
|
7949
|
-
isArchived: boolean;
|
7950
|
-
isRequired: boolean;
|
7951
|
-
isUnique: boolean;
|
7952
|
-
};
|
7953
|
-
textValue: string | null;
|
7954
|
-
booleanValue: boolean | null;
|
7955
|
-
numberValue: number | null;
|
7956
|
-
dateValue: Date | null;
|
7957
|
-
uploads: {
|
7958
|
-
id: string;
|
7959
|
-
createdAt: Date;
|
7960
|
-
updatedAt: Date;
|
7961
|
-
deletedAt: Date | null;
|
7962
|
-
fileName: string;
|
7963
|
-
fileKey: string;
|
7964
|
-
bucketName: string;
|
7965
|
-
fileSize: number;
|
7966
|
-
fileUrl: string | null;
|
7967
|
-
status?: string | undefined;
|
7968
|
-
}[];
|
7969
|
-
}[];
|
7970
7934
|
contact: {
|
7971
7935
|
id: string;
|
7972
7936
|
channel: string | null;
|
@@ -8064,32 +8028,68 @@ export declare const ticketContract: {
|
|
8064
8028
|
};
|
8065
8029
|
}[] | undefined;
|
8066
8030
|
};
|
8067
|
-
|
8068
|
-
id: string;
|
8069
|
-
name: string;
|
8070
|
-
createdAt: Date;
|
8071
|
-
updatedAt: Date;
|
8072
|
-
deletedAt: Date | null;
|
8073
|
-
}[];
|
8074
|
-
activityLogs: {
|
8031
|
+
customFields: {
|
8075
8032
|
id: string;
|
8076
|
-
description: string;
|
8077
8033
|
createdAt: Date;
|
8078
8034
|
updatedAt: Date;
|
8079
8035
|
deletedAt: Date | null;
|
8080
|
-
|
8036
|
+
attribute: {
|
8037
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
8081
8038
|
id: string;
|
8082
|
-
|
8083
|
-
name: string;
|
8084
|
-
email: string;
|
8039
|
+
position: number;
|
8085
8040
|
createdAt: Date;
|
8086
8041
|
updatedAt: Date;
|
8087
8042
|
deletedAt: Date | null;
|
8088
|
-
|
8089
|
-
|
8090
|
-
|
8091
|
-
|
8092
|
-
|
8043
|
+
systemName: string;
|
8044
|
+
displayName: string;
|
8045
|
+
isDefault: boolean;
|
8046
|
+
isArchived: boolean;
|
8047
|
+
isRequired: boolean;
|
8048
|
+
isUnique: boolean;
|
8049
|
+
};
|
8050
|
+
textValue: string | null;
|
8051
|
+
booleanValue: boolean | null;
|
8052
|
+
numberValue: number | null;
|
8053
|
+
dateValue: Date | null;
|
8054
|
+
uploads: {
|
8055
|
+
id: string;
|
8056
|
+
createdAt: Date;
|
8057
|
+
updatedAt: Date;
|
8058
|
+
deletedAt: Date | null;
|
8059
|
+
fileName: string;
|
8060
|
+
fileKey: string;
|
8061
|
+
bucketName: string;
|
8062
|
+
fileSize: number;
|
8063
|
+
fileUrl: string | null;
|
8064
|
+
status?: string | undefined;
|
8065
|
+
}[];
|
8066
|
+
}[];
|
8067
|
+
tags: {
|
8068
|
+
id: string;
|
8069
|
+
name: string;
|
8070
|
+
createdAt: Date;
|
8071
|
+
updatedAt: Date;
|
8072
|
+
deletedAt: Date | null;
|
8073
|
+
}[];
|
8074
|
+
activityLogs: {
|
8075
|
+
id: string;
|
8076
|
+
description: string;
|
8077
|
+
createdAt: Date;
|
8078
|
+
updatedAt: Date;
|
8079
|
+
deletedAt: Date | null;
|
8080
|
+
actor: {
|
8081
|
+
id: string;
|
8082
|
+
address: string | null;
|
8083
|
+
name: string;
|
8084
|
+
email: string;
|
8085
|
+
createdAt: Date;
|
8086
|
+
updatedAt: Date;
|
8087
|
+
deletedAt: Date | null;
|
8088
|
+
emailVerifiedAt: Date | null;
|
8089
|
+
password: string;
|
8090
|
+
phone: string | null;
|
8091
|
+
notificationCount: number | null;
|
8092
|
+
roles: {
|
8093
8093
|
id: string;
|
8094
8094
|
description: string | null;
|
8095
8095
|
createdAt: Date;
|
@@ -8260,42 +8260,6 @@ export declare const ticketContract: {
|
|
8260
8260
|
}[];
|
8261
8261
|
}[];
|
8262
8262
|
}[];
|
8263
|
-
customFields: {
|
8264
|
-
id: string;
|
8265
|
-
createdAt: Date;
|
8266
|
-
updatedAt: Date;
|
8267
|
-
deletedAt: Date | null;
|
8268
|
-
attribute: {
|
8269
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
8270
|
-
id: string;
|
8271
|
-
position: number;
|
8272
|
-
createdAt: Date;
|
8273
|
-
updatedAt: Date;
|
8274
|
-
deletedAt: Date | null;
|
8275
|
-
systemName: string;
|
8276
|
-
displayName: string;
|
8277
|
-
isDefault: boolean;
|
8278
|
-
isArchived: boolean;
|
8279
|
-
isRequired: boolean;
|
8280
|
-
isUnique: boolean;
|
8281
|
-
};
|
8282
|
-
textValue: string | null;
|
8283
|
-
booleanValue: boolean | null;
|
8284
|
-
numberValue: number | null;
|
8285
|
-
dateValue: Date | null;
|
8286
|
-
uploads: {
|
8287
|
-
id: string;
|
8288
|
-
createdAt: Date;
|
8289
|
-
updatedAt: Date;
|
8290
|
-
deletedAt: Date | null;
|
8291
|
-
fileName: string;
|
8292
|
-
fileKey: string;
|
8293
|
-
bucketName: string;
|
8294
|
-
fileSize: number;
|
8295
|
-
fileUrl: string | null;
|
8296
|
-
status?: string | undefined;
|
8297
|
-
}[];
|
8298
|
-
}[];
|
8299
8263
|
contact: {
|
8300
8264
|
id: string;
|
8301
8265
|
channel: string | null;
|
@@ -8393,6 +8357,42 @@ export declare const ticketContract: {
|
|
8393
8357
|
};
|
8394
8358
|
}[] | undefined;
|
8395
8359
|
};
|
8360
|
+
customFields: {
|
8361
|
+
id: string;
|
8362
|
+
createdAt: Date;
|
8363
|
+
updatedAt: Date;
|
8364
|
+
deletedAt: Date | null;
|
8365
|
+
attribute: {
|
8366
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
8367
|
+
id: string;
|
8368
|
+
position: number;
|
8369
|
+
createdAt: Date;
|
8370
|
+
updatedAt: Date;
|
8371
|
+
deletedAt: Date | null;
|
8372
|
+
systemName: string;
|
8373
|
+
displayName: string;
|
8374
|
+
isDefault: boolean;
|
8375
|
+
isArchived: boolean;
|
8376
|
+
isRequired: boolean;
|
8377
|
+
isUnique: boolean;
|
8378
|
+
};
|
8379
|
+
textValue: string | null;
|
8380
|
+
booleanValue: boolean | null;
|
8381
|
+
numberValue: number | null;
|
8382
|
+
dateValue: Date | null;
|
8383
|
+
uploads: {
|
8384
|
+
id: string;
|
8385
|
+
createdAt: Date;
|
8386
|
+
updatedAt: Date;
|
8387
|
+
deletedAt: Date | null;
|
8388
|
+
fileName: string;
|
8389
|
+
fileKey: string;
|
8390
|
+
bucketName: string;
|
8391
|
+
fileSize: number;
|
8392
|
+
fileUrl: string | null;
|
8393
|
+
status?: string | undefined;
|
8394
|
+
}[];
|
8395
|
+
}[];
|
8396
8396
|
tags: {
|
8397
8397
|
id: string;
|
8398
8398
|
name: string;
|
@@ -8663,42 +8663,6 @@ export declare const ticketContract: {
|
|
8663
8663
|
}[];
|
8664
8664
|
}[];
|
8665
8665
|
}[];
|
8666
|
-
customFields: {
|
8667
|
-
id: string;
|
8668
|
-
createdAt: Date;
|
8669
|
-
updatedAt: Date;
|
8670
|
-
deletedAt: Date | null;
|
8671
|
-
attribute: {
|
8672
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
8673
|
-
id: string;
|
8674
|
-
position: number;
|
8675
|
-
createdAt: Date;
|
8676
|
-
updatedAt: Date;
|
8677
|
-
deletedAt: Date | null;
|
8678
|
-
systemName: string;
|
8679
|
-
displayName: string;
|
8680
|
-
isDefault: boolean;
|
8681
|
-
isArchived: boolean;
|
8682
|
-
isRequired: boolean;
|
8683
|
-
isUnique: boolean;
|
8684
|
-
};
|
8685
|
-
textValue: string | null;
|
8686
|
-
booleanValue: boolean | null;
|
8687
|
-
numberValue: number | null;
|
8688
|
-
dateValue: Date | null;
|
8689
|
-
uploads: {
|
8690
|
-
id: string;
|
8691
|
-
createdAt: Date;
|
8692
|
-
updatedAt: Date;
|
8693
|
-
deletedAt: Date | null;
|
8694
|
-
fileName: string;
|
8695
|
-
fileKey: string;
|
8696
|
-
bucketName: string;
|
8697
|
-
fileSize: number;
|
8698
|
-
fileUrl: string | null;
|
8699
|
-
status?: string | undefined;
|
8700
|
-
}[];
|
8701
|
-
}[];
|
8702
8666
|
contact: {
|
8703
8667
|
id: string;
|
8704
8668
|
channel: string | null;
|
@@ -8796,6 +8760,42 @@ export declare const ticketContract: {
|
|
8796
8760
|
};
|
8797
8761
|
}[] | undefined;
|
8798
8762
|
};
|
8763
|
+
customFields: {
|
8764
|
+
id: string;
|
8765
|
+
createdAt: Date;
|
8766
|
+
updatedAt: Date;
|
8767
|
+
deletedAt: Date | null;
|
8768
|
+
attribute: {
|
8769
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
8770
|
+
id: string;
|
8771
|
+
position: number;
|
8772
|
+
createdAt: Date;
|
8773
|
+
updatedAt: Date;
|
8774
|
+
deletedAt: Date | null;
|
8775
|
+
systemName: string;
|
8776
|
+
displayName: string;
|
8777
|
+
isDefault: boolean;
|
8778
|
+
isArchived: boolean;
|
8779
|
+
isRequired: boolean;
|
8780
|
+
isUnique: boolean;
|
8781
|
+
};
|
8782
|
+
textValue: string | null;
|
8783
|
+
booleanValue: boolean | null;
|
8784
|
+
numberValue: number | null;
|
8785
|
+
dateValue: Date | null;
|
8786
|
+
uploads: {
|
8787
|
+
id: string;
|
8788
|
+
createdAt: Date;
|
8789
|
+
updatedAt: Date;
|
8790
|
+
deletedAt: Date | null;
|
8791
|
+
fileName: string;
|
8792
|
+
fileKey: string;
|
8793
|
+
bucketName: string;
|
8794
|
+
fileSize: number;
|
8795
|
+
fileUrl: string | null;
|
8796
|
+
status?: string | undefined;
|
8797
|
+
}[];
|
8798
|
+
}[];
|
8799
8799
|
tags: {
|
8800
8800
|
id: string;
|
8801
8801
|
name: string;
|
@@ -8989,42 +8989,6 @@ export declare const ticketContract: {
|
|
8989
8989
|
}[];
|
8990
8990
|
}[];
|
8991
8991
|
}[];
|
8992
|
-
customFields: {
|
8993
|
-
id: string;
|
8994
|
-
createdAt: Date;
|
8995
|
-
updatedAt: Date;
|
8996
|
-
deletedAt: Date | null;
|
8997
|
-
attribute: {
|
8998
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
8999
|
-
id: string;
|
9000
|
-
position: number;
|
9001
|
-
createdAt: Date;
|
9002
|
-
updatedAt: Date;
|
9003
|
-
deletedAt: Date | null;
|
9004
|
-
systemName: string;
|
9005
|
-
displayName: string;
|
9006
|
-
isDefault: boolean;
|
9007
|
-
isArchived: boolean;
|
9008
|
-
isRequired: boolean;
|
9009
|
-
isUnique: boolean;
|
9010
|
-
};
|
9011
|
-
textValue: string | null;
|
9012
|
-
booleanValue: boolean | null;
|
9013
|
-
numberValue: number | null;
|
9014
|
-
dateValue: Date | null;
|
9015
|
-
uploads: {
|
9016
|
-
id: string;
|
9017
|
-
createdAt: Date;
|
9018
|
-
updatedAt: Date;
|
9019
|
-
deletedAt: Date | null;
|
9020
|
-
fileName: string;
|
9021
|
-
fileKey: string;
|
9022
|
-
bucketName: string;
|
9023
|
-
fileSize: number;
|
9024
|
-
fileUrl: string | null;
|
9025
|
-
status?: string | undefined;
|
9026
|
-
}[];
|
9027
|
-
}[];
|
9028
8992
|
contact: {
|
9029
8993
|
id: string;
|
9030
8994
|
channel: string | null;
|
@@ -9122,6 +9086,42 @@ export declare const ticketContract: {
|
|
9122
9086
|
};
|
9123
9087
|
}[] | undefined;
|
9124
9088
|
};
|
9089
|
+
customFields: {
|
9090
|
+
id: string;
|
9091
|
+
createdAt: Date;
|
9092
|
+
updatedAt: Date;
|
9093
|
+
deletedAt: Date | null;
|
9094
|
+
attribute: {
|
9095
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
9096
|
+
id: string;
|
9097
|
+
position: number;
|
9098
|
+
createdAt: Date;
|
9099
|
+
updatedAt: Date;
|
9100
|
+
deletedAt: Date | null;
|
9101
|
+
systemName: string;
|
9102
|
+
displayName: string;
|
9103
|
+
isDefault: boolean;
|
9104
|
+
isArchived: boolean;
|
9105
|
+
isRequired: boolean;
|
9106
|
+
isUnique: boolean;
|
9107
|
+
};
|
9108
|
+
textValue: string | null;
|
9109
|
+
booleanValue: boolean | null;
|
9110
|
+
numberValue: number | null;
|
9111
|
+
dateValue: Date | null;
|
9112
|
+
uploads: {
|
9113
|
+
id: string;
|
9114
|
+
createdAt: Date;
|
9115
|
+
updatedAt: Date;
|
9116
|
+
deletedAt: Date | null;
|
9117
|
+
fileName: string;
|
9118
|
+
fileKey: string;
|
9119
|
+
bucketName: string;
|
9120
|
+
fileSize: number;
|
9121
|
+
fileUrl: string | null;
|
9122
|
+
status?: string | undefined;
|
9123
|
+
}[];
|
9124
|
+
}[];
|
9125
9125
|
tags: {
|
9126
9126
|
id: string;
|
9127
9127
|
name: string;
|
@@ -9317,42 +9317,6 @@ export declare const ticketContract: {
|
|
9317
9317
|
}[];
|
9318
9318
|
}[];
|
9319
9319
|
}[];
|
9320
|
-
customFields: {
|
9321
|
-
id: string;
|
9322
|
-
createdAt: Date;
|
9323
|
-
updatedAt: Date;
|
9324
|
-
deletedAt: Date | null;
|
9325
|
-
attribute: {
|
9326
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
9327
|
-
id: string;
|
9328
|
-
position: number;
|
9329
|
-
createdAt: Date;
|
9330
|
-
updatedAt: Date;
|
9331
|
-
deletedAt: Date | null;
|
9332
|
-
systemName: string;
|
9333
|
-
displayName: string;
|
9334
|
-
isDefault: boolean;
|
9335
|
-
isArchived: boolean;
|
9336
|
-
isRequired: boolean;
|
9337
|
-
isUnique: boolean;
|
9338
|
-
};
|
9339
|
-
textValue: string | null;
|
9340
|
-
booleanValue: boolean | null;
|
9341
|
-
numberValue: number | null;
|
9342
|
-
dateValue: Date | null;
|
9343
|
-
uploads: {
|
9344
|
-
id: string;
|
9345
|
-
createdAt: Date;
|
9346
|
-
updatedAt: Date;
|
9347
|
-
deletedAt: Date | null;
|
9348
|
-
fileName: string;
|
9349
|
-
fileKey: string;
|
9350
|
-
bucketName: string;
|
9351
|
-
fileSize: number;
|
9352
|
-
fileUrl: string | null;
|
9353
|
-
status?: string | undefined;
|
9354
|
-
}[];
|
9355
|
-
}[];
|
9356
9320
|
contact: {
|
9357
9321
|
id: string;
|
9358
9322
|
channel: string | null;
|
@@ -9450,6 +9414,42 @@ export declare const ticketContract: {
|
|
9450
9414
|
};
|
9451
9415
|
}[] | undefined;
|
9452
9416
|
};
|
9417
|
+
customFields: {
|
9418
|
+
id: string;
|
9419
|
+
createdAt: Date;
|
9420
|
+
updatedAt: Date;
|
9421
|
+
deletedAt: Date | null;
|
9422
|
+
attribute: {
|
9423
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
9424
|
+
id: string;
|
9425
|
+
position: number;
|
9426
|
+
createdAt: Date;
|
9427
|
+
updatedAt: Date;
|
9428
|
+
deletedAt: Date | null;
|
9429
|
+
systemName: string;
|
9430
|
+
displayName: string;
|
9431
|
+
isDefault: boolean;
|
9432
|
+
isArchived: boolean;
|
9433
|
+
isRequired: boolean;
|
9434
|
+
isUnique: boolean;
|
9435
|
+
};
|
9436
|
+
textValue: string | null;
|
9437
|
+
booleanValue: boolean | null;
|
9438
|
+
numberValue: number | null;
|
9439
|
+
dateValue: Date | null;
|
9440
|
+
uploads: {
|
9441
|
+
id: string;
|
9442
|
+
createdAt: Date;
|
9443
|
+
updatedAt: Date;
|
9444
|
+
deletedAt: Date | null;
|
9445
|
+
fileName: string;
|
9446
|
+
fileKey: string;
|
9447
|
+
bucketName: string;
|
9448
|
+
fileSize: number;
|
9449
|
+
fileUrl: string | null;
|
9450
|
+
status?: string | undefined;
|
9451
|
+
}[];
|
9452
|
+
}[];
|
9453
9453
|
tags: {
|
9454
9454
|
id: string;
|
9455
9455
|
name: string;
|
@@ -9649,42 +9649,6 @@ export declare const ticketContract: {
|
|
9649
9649
|
}[];
|
9650
9650
|
}[];
|
9651
9651
|
}[];
|
9652
|
-
customFields: {
|
9653
|
-
id: string;
|
9654
|
-
createdAt: Date;
|
9655
|
-
updatedAt: Date;
|
9656
|
-
deletedAt: Date | null;
|
9657
|
-
attribute: {
|
9658
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
9659
|
-
id: string;
|
9660
|
-
position: number;
|
9661
|
-
createdAt: Date;
|
9662
|
-
updatedAt: Date;
|
9663
|
-
deletedAt: Date | null;
|
9664
|
-
systemName: string;
|
9665
|
-
displayName: string;
|
9666
|
-
isDefault: boolean;
|
9667
|
-
isArchived: boolean;
|
9668
|
-
isRequired: boolean;
|
9669
|
-
isUnique: boolean;
|
9670
|
-
};
|
9671
|
-
textValue: string | null;
|
9672
|
-
booleanValue: boolean | null;
|
9673
|
-
numberValue: number | null;
|
9674
|
-
dateValue: Date | null;
|
9675
|
-
uploads: {
|
9676
|
-
id: string;
|
9677
|
-
createdAt: Date;
|
9678
|
-
updatedAt: Date;
|
9679
|
-
deletedAt: Date | null;
|
9680
|
-
fileName: string;
|
9681
|
-
fileKey: string;
|
9682
|
-
bucketName: string;
|
9683
|
-
fileSize: number;
|
9684
|
-
fileUrl: string | null;
|
9685
|
-
status?: string | undefined;
|
9686
|
-
}[];
|
9687
|
-
}[];
|
9688
9652
|
contact: {
|
9689
9653
|
id: string;
|
9690
9654
|
channel: string | null;
|
@@ -9759,29 +9723,65 @@ export declare const ticketContract: {
|
|
9759
9723
|
}[];
|
9760
9724
|
contactPhones: {
|
9761
9725
|
id: string;
|
9762
|
-
isPrimary: boolean;
|
9726
|
+
isPrimary: boolean;
|
9727
|
+
createdAt: Date;
|
9728
|
+
updatedAt: Date;
|
9729
|
+
deletedAt: Date | null;
|
9730
|
+
phone: string;
|
9731
|
+
}[];
|
9732
|
+
activityLogs?: {
|
9733
|
+
id: string;
|
9734
|
+
description: string;
|
9735
|
+
createdAt: Date;
|
9736
|
+
updatedAt: Date;
|
9737
|
+
deletedAt: Date | null;
|
9738
|
+
entityId: string;
|
9739
|
+
entityType: {
|
9740
|
+
id: string;
|
9741
|
+
description: string | null;
|
9742
|
+
createdAt: Date;
|
9743
|
+
updatedAt: Date;
|
9744
|
+
deletedAt: Date | null;
|
9745
|
+
entity: string;
|
9746
|
+
};
|
9747
|
+
}[] | undefined;
|
9748
|
+
};
|
9749
|
+
customFields: {
|
9750
|
+
id: string;
|
9751
|
+
createdAt: Date;
|
9752
|
+
updatedAt: Date;
|
9753
|
+
deletedAt: Date | null;
|
9754
|
+
attribute: {
|
9755
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
9756
|
+
id: string;
|
9757
|
+
position: number;
|
9758
|
+
createdAt: Date;
|
9759
|
+
updatedAt: Date;
|
9760
|
+
deletedAt: Date | null;
|
9761
|
+
systemName: string;
|
9762
|
+
displayName: string;
|
9763
|
+
isDefault: boolean;
|
9764
|
+
isArchived: boolean;
|
9765
|
+
isRequired: boolean;
|
9766
|
+
isUnique: boolean;
|
9767
|
+
};
|
9768
|
+
textValue: string | null;
|
9769
|
+
booleanValue: boolean | null;
|
9770
|
+
numberValue: number | null;
|
9771
|
+
dateValue: Date | null;
|
9772
|
+
uploads: {
|
9773
|
+
id: string;
|
9763
9774
|
createdAt: Date;
|
9764
9775
|
updatedAt: Date;
|
9765
9776
|
deletedAt: Date | null;
|
9766
|
-
|
9777
|
+
fileName: string;
|
9778
|
+
fileKey: string;
|
9779
|
+
bucketName: string;
|
9780
|
+
fileSize: number;
|
9781
|
+
fileUrl: string | null;
|
9782
|
+
status?: string | undefined;
|
9767
9783
|
}[];
|
9768
|
-
|
9769
|
-
id: string;
|
9770
|
-
description: string;
|
9771
|
-
createdAt: Date;
|
9772
|
-
updatedAt: Date;
|
9773
|
-
deletedAt: Date | null;
|
9774
|
-
entityId: string;
|
9775
|
-
entityType: {
|
9776
|
-
id: string;
|
9777
|
-
description: string | null;
|
9778
|
-
createdAt: Date;
|
9779
|
-
updatedAt: Date;
|
9780
|
-
deletedAt: Date | null;
|
9781
|
-
entity: string;
|
9782
|
-
};
|
9783
|
-
}[] | undefined;
|
9784
|
-
};
|
9784
|
+
}[];
|
9785
9785
|
tags: {
|
9786
9786
|
id: string;
|
9787
9787
|
name: string;
|
@@ -9983,42 +9983,6 @@ export declare const ticketContract: {
|
|
9983
9983
|
}[];
|
9984
9984
|
}[];
|
9985
9985
|
}[];
|
9986
|
-
customFields: {
|
9987
|
-
id: string;
|
9988
|
-
createdAt: Date;
|
9989
|
-
updatedAt: Date;
|
9990
|
-
deletedAt: Date | null;
|
9991
|
-
attribute: {
|
9992
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
9993
|
-
id: string;
|
9994
|
-
position: number;
|
9995
|
-
createdAt: Date;
|
9996
|
-
updatedAt: Date;
|
9997
|
-
deletedAt: Date | null;
|
9998
|
-
systemName: string;
|
9999
|
-
displayName: string;
|
10000
|
-
isDefault: boolean;
|
10001
|
-
isArchived: boolean;
|
10002
|
-
isRequired: boolean;
|
10003
|
-
isUnique: boolean;
|
10004
|
-
};
|
10005
|
-
textValue: string | null;
|
10006
|
-
booleanValue: boolean | null;
|
10007
|
-
numberValue: number | null;
|
10008
|
-
dateValue: Date | null;
|
10009
|
-
uploads: {
|
10010
|
-
id: string;
|
10011
|
-
createdAt: Date;
|
10012
|
-
updatedAt: Date;
|
10013
|
-
deletedAt: Date | null;
|
10014
|
-
fileName: string;
|
10015
|
-
fileKey: string;
|
10016
|
-
bucketName: string;
|
10017
|
-
fileSize: number;
|
10018
|
-
fileUrl: string | null;
|
10019
|
-
status?: string | undefined;
|
10020
|
-
}[];
|
10021
|
-
}[];
|
10022
9986
|
contact: {
|
10023
9987
|
id: string;
|
10024
9988
|
channel: string | null;
|
@@ -10116,6 +10080,42 @@ export declare const ticketContract: {
|
|
10116
10080
|
};
|
10117
10081
|
}[] | undefined;
|
10118
10082
|
};
|
10083
|
+
customFields: {
|
10084
|
+
id: string;
|
10085
|
+
createdAt: Date;
|
10086
|
+
updatedAt: Date;
|
10087
|
+
deletedAt: Date | null;
|
10088
|
+
attribute: {
|
10089
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
10090
|
+
id: string;
|
10091
|
+
position: number;
|
10092
|
+
createdAt: Date;
|
10093
|
+
updatedAt: Date;
|
10094
|
+
deletedAt: Date | null;
|
10095
|
+
systemName: string;
|
10096
|
+
displayName: string;
|
10097
|
+
isDefault: boolean;
|
10098
|
+
isArchived: boolean;
|
10099
|
+
isRequired: boolean;
|
10100
|
+
isUnique: boolean;
|
10101
|
+
};
|
10102
|
+
textValue: string | null;
|
10103
|
+
booleanValue: boolean | null;
|
10104
|
+
numberValue: number | null;
|
10105
|
+
dateValue: Date | null;
|
10106
|
+
uploads: {
|
10107
|
+
id: string;
|
10108
|
+
createdAt: Date;
|
10109
|
+
updatedAt: Date;
|
10110
|
+
deletedAt: Date | null;
|
10111
|
+
fileName: string;
|
10112
|
+
fileKey: string;
|
10113
|
+
bucketName: string;
|
10114
|
+
fileSize: number;
|
10115
|
+
fileUrl: string | null;
|
10116
|
+
status?: string | undefined;
|
10117
|
+
}[];
|
10118
|
+
}[];
|
10119
10119
|
tags: {
|
10120
10120
|
id: string;
|
10121
10121
|
name: string;
|
@@ -10318,42 +10318,6 @@ export declare const ticketContract: {
|
|
10318
10318
|
}[];
|
10319
10319
|
}[];
|
10320
10320
|
}[];
|
10321
|
-
customFields: {
|
10322
|
-
id: string;
|
10323
|
-
createdAt: Date;
|
10324
|
-
updatedAt: Date;
|
10325
|
-
deletedAt: Date | null;
|
10326
|
-
attribute: {
|
10327
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
10328
|
-
id: string;
|
10329
|
-
position: number;
|
10330
|
-
createdAt: Date;
|
10331
|
-
updatedAt: Date;
|
10332
|
-
deletedAt: Date | null;
|
10333
|
-
systemName: string;
|
10334
|
-
displayName: string;
|
10335
|
-
isDefault: boolean;
|
10336
|
-
isArchived: boolean;
|
10337
|
-
isRequired: boolean;
|
10338
|
-
isUnique: boolean;
|
10339
|
-
};
|
10340
|
-
textValue: string | null;
|
10341
|
-
booleanValue: boolean | null;
|
10342
|
-
numberValue: number | null;
|
10343
|
-
dateValue: Date | null;
|
10344
|
-
uploads: {
|
10345
|
-
id: string;
|
10346
|
-
createdAt: Date;
|
10347
|
-
updatedAt: Date;
|
10348
|
-
deletedAt: Date | null;
|
10349
|
-
fileName: string;
|
10350
|
-
fileKey: string;
|
10351
|
-
bucketName: string;
|
10352
|
-
fileSize: number;
|
10353
|
-
fileUrl: string | null;
|
10354
|
-
status?: string | undefined;
|
10355
|
-
}[];
|
10356
|
-
}[];
|
10357
10321
|
contact: {
|
10358
10322
|
id: string;
|
10359
10323
|
channel: string | null;
|
@@ -10451,6 +10415,42 @@ export declare const ticketContract: {
|
|
10451
10415
|
};
|
10452
10416
|
}[] | undefined;
|
10453
10417
|
};
|
10418
|
+
customFields: {
|
10419
|
+
id: string;
|
10420
|
+
createdAt: Date;
|
10421
|
+
updatedAt: Date;
|
10422
|
+
deletedAt: Date | null;
|
10423
|
+
attribute: {
|
10424
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
10425
|
+
id: string;
|
10426
|
+
position: number;
|
10427
|
+
createdAt: Date;
|
10428
|
+
updatedAt: Date;
|
10429
|
+
deletedAt: Date | null;
|
10430
|
+
systemName: string;
|
10431
|
+
displayName: string;
|
10432
|
+
isDefault: boolean;
|
10433
|
+
isArchived: boolean;
|
10434
|
+
isRequired: boolean;
|
10435
|
+
isUnique: boolean;
|
10436
|
+
};
|
10437
|
+
textValue: string | null;
|
10438
|
+
booleanValue: boolean | null;
|
10439
|
+
numberValue: number | null;
|
10440
|
+
dateValue: Date | null;
|
10441
|
+
uploads: {
|
10442
|
+
id: string;
|
10443
|
+
createdAt: Date;
|
10444
|
+
updatedAt: Date;
|
10445
|
+
deletedAt: Date | null;
|
10446
|
+
fileName: string;
|
10447
|
+
fileKey: string;
|
10448
|
+
bucketName: string;
|
10449
|
+
fileSize: number;
|
10450
|
+
fileUrl: string | null;
|
10451
|
+
status?: string | undefined;
|
10452
|
+
}[];
|
10453
|
+
}[];
|
10454
10454
|
tags: {
|
10455
10455
|
id: string;
|
10456
10456
|
name: string;
|
@@ -10769,12 +10769,12 @@ export declare const ticketContract: {
|
|
10769
10769
|
isRequired: boolean;
|
10770
10770
|
attributeId: string;
|
10771
10771
|
};
|
10772
|
-
customFields: {
|
10773
|
-
[x: string]: any;
|
10774
|
-
}[];
|
10775
10772
|
contact: {
|
10776
10773
|
[x: string]: any;
|
10777
10774
|
};
|
10775
|
+
customFields: {
|
10776
|
+
[x: string]: any;
|
10777
|
+
}[];
|
10778
10778
|
tags: {
|
10779
10779
|
[x: string]: any;
|
10780
10780
|
};
|
@@ -10810,12 +10810,12 @@ export declare const ticketContract: {
|
|
10810
10810
|
isRequired: boolean;
|
10811
10811
|
attributeId: string;
|
10812
10812
|
};
|
10813
|
-
customFields: {
|
10814
|
-
[x: string]: any;
|
10815
|
-
}[];
|
10816
10813
|
contact: {
|
10817
10814
|
[x: string]: any;
|
10818
10815
|
};
|
10816
|
+
customFields: {
|
10817
|
+
[x: string]: any;
|
10818
|
+
}[];
|
10819
10819
|
tags: {
|
10820
10820
|
[x: string]: any;
|
10821
10821
|
};
|
@@ -12650,42 +12650,6 @@ export declare const ticketContract: {
|
|
12650
12650
|
}[];
|
12651
12651
|
}[];
|
12652
12652
|
}[];
|
12653
|
-
customFields: {
|
12654
|
-
id: string;
|
12655
|
-
createdAt: Date;
|
12656
|
-
updatedAt: Date;
|
12657
|
-
deletedAt: Date | null;
|
12658
|
-
attribute: {
|
12659
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
12660
|
-
id: string;
|
12661
|
-
position: number;
|
12662
|
-
createdAt: Date;
|
12663
|
-
updatedAt: Date;
|
12664
|
-
deletedAt: Date | null;
|
12665
|
-
systemName: string;
|
12666
|
-
displayName: string;
|
12667
|
-
isDefault: boolean;
|
12668
|
-
isArchived: boolean;
|
12669
|
-
isRequired: boolean;
|
12670
|
-
isUnique: boolean;
|
12671
|
-
};
|
12672
|
-
textValue: string | null;
|
12673
|
-
booleanValue: boolean | null;
|
12674
|
-
numberValue: number | null;
|
12675
|
-
dateValue: Date | null;
|
12676
|
-
uploads: {
|
12677
|
-
id: string;
|
12678
|
-
createdAt: Date;
|
12679
|
-
updatedAt: Date;
|
12680
|
-
deletedAt: Date | null;
|
12681
|
-
fileName: string;
|
12682
|
-
fileKey: string;
|
12683
|
-
bucketName: string;
|
12684
|
-
fileSize: number;
|
12685
|
-
fileUrl: string | null;
|
12686
|
-
status?: string | undefined;
|
12687
|
-
}[];
|
12688
|
-
}[];
|
12689
12653
|
contact: {
|
12690
12654
|
id: string;
|
12691
12655
|
channel: string | null;
|
@@ -12783,6 +12747,42 @@ export declare const ticketContract: {
|
|
12783
12747
|
};
|
12784
12748
|
}[] | undefined;
|
12785
12749
|
};
|
12750
|
+
customFields: {
|
12751
|
+
id: string;
|
12752
|
+
createdAt: Date;
|
12753
|
+
updatedAt: Date;
|
12754
|
+
deletedAt: Date | null;
|
12755
|
+
attribute: {
|
12756
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
12757
|
+
id: string;
|
12758
|
+
position: number;
|
12759
|
+
createdAt: Date;
|
12760
|
+
updatedAt: Date;
|
12761
|
+
deletedAt: Date | null;
|
12762
|
+
systemName: string;
|
12763
|
+
displayName: string;
|
12764
|
+
isDefault: boolean;
|
12765
|
+
isArchived: boolean;
|
12766
|
+
isRequired: boolean;
|
12767
|
+
isUnique: boolean;
|
12768
|
+
};
|
12769
|
+
textValue: string | null;
|
12770
|
+
booleanValue: boolean | null;
|
12771
|
+
numberValue: number | null;
|
12772
|
+
dateValue: Date | null;
|
12773
|
+
uploads: {
|
12774
|
+
id: string;
|
12775
|
+
createdAt: Date;
|
12776
|
+
updatedAt: Date;
|
12777
|
+
deletedAt: Date | null;
|
12778
|
+
fileName: string;
|
12779
|
+
fileKey: string;
|
12780
|
+
bucketName: string;
|
12781
|
+
fileSize: number;
|
12782
|
+
fileUrl: string | null;
|
12783
|
+
status?: string | undefined;
|
12784
|
+
}[];
|
12785
|
+
}[];
|
12786
12786
|
tags: {
|
12787
12787
|
id: string;
|
12788
12788
|
name: string;
|
@@ -12976,42 +12976,6 @@ export declare const ticketContract: {
|
|
12976
12976
|
}[];
|
12977
12977
|
}[];
|
12978
12978
|
}[];
|
12979
|
-
customFields: {
|
12980
|
-
id: string;
|
12981
|
-
createdAt: Date;
|
12982
|
-
updatedAt: Date;
|
12983
|
-
deletedAt: Date | null;
|
12984
|
-
attribute: {
|
12985
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
12986
|
-
id: string;
|
12987
|
-
position: number;
|
12988
|
-
createdAt: Date;
|
12989
|
-
updatedAt: Date;
|
12990
|
-
deletedAt: Date | null;
|
12991
|
-
systemName: string;
|
12992
|
-
displayName: string;
|
12993
|
-
isDefault: boolean;
|
12994
|
-
isArchived: boolean;
|
12995
|
-
isRequired: boolean;
|
12996
|
-
isUnique: boolean;
|
12997
|
-
};
|
12998
|
-
textValue: string | null;
|
12999
|
-
booleanValue: boolean | null;
|
13000
|
-
numberValue: number | null;
|
13001
|
-
dateValue: Date | null;
|
13002
|
-
uploads: {
|
13003
|
-
id: string;
|
13004
|
-
createdAt: Date;
|
13005
|
-
updatedAt: Date;
|
13006
|
-
deletedAt: Date | null;
|
13007
|
-
fileName: string;
|
13008
|
-
fileKey: string;
|
13009
|
-
bucketName: string;
|
13010
|
-
fileSize: number;
|
13011
|
-
fileUrl: string | null;
|
13012
|
-
status?: string | undefined;
|
13013
|
-
}[];
|
13014
|
-
}[];
|
13015
12979
|
contact: {
|
13016
12980
|
id: string;
|
13017
12981
|
channel: string | null;
|
@@ -13109,6 +13073,42 @@ export declare const ticketContract: {
|
|
13109
13073
|
};
|
13110
13074
|
}[] | undefined;
|
13111
13075
|
};
|
13076
|
+
customFields: {
|
13077
|
+
id: string;
|
13078
|
+
createdAt: Date;
|
13079
|
+
updatedAt: Date;
|
13080
|
+
deletedAt: Date | null;
|
13081
|
+
attribute: {
|
13082
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
13083
|
+
id: string;
|
13084
|
+
position: number;
|
13085
|
+
createdAt: Date;
|
13086
|
+
updatedAt: Date;
|
13087
|
+
deletedAt: Date | null;
|
13088
|
+
systemName: string;
|
13089
|
+
displayName: string;
|
13090
|
+
isDefault: boolean;
|
13091
|
+
isArchived: boolean;
|
13092
|
+
isRequired: boolean;
|
13093
|
+
isUnique: boolean;
|
13094
|
+
};
|
13095
|
+
textValue: string | null;
|
13096
|
+
booleanValue: boolean | null;
|
13097
|
+
numberValue: number | null;
|
13098
|
+
dateValue: Date | null;
|
13099
|
+
uploads: {
|
13100
|
+
id: string;
|
13101
|
+
createdAt: Date;
|
13102
|
+
updatedAt: Date;
|
13103
|
+
deletedAt: Date | null;
|
13104
|
+
fileName: string;
|
13105
|
+
fileKey: string;
|
13106
|
+
bucketName: string;
|
13107
|
+
fileSize: number;
|
13108
|
+
fileUrl: string | null;
|
13109
|
+
status?: string | undefined;
|
13110
|
+
}[];
|
13111
|
+
}[];
|
13112
13112
|
tags: {
|
13113
13113
|
id: string;
|
13114
13114
|
name: string;
|
@@ -13304,42 +13304,6 @@ export declare const ticketContract: {
|
|
13304
13304
|
}[];
|
13305
13305
|
}[];
|
13306
13306
|
}[];
|
13307
|
-
customFields: {
|
13308
|
-
id: string;
|
13309
|
-
createdAt: Date;
|
13310
|
-
updatedAt: Date;
|
13311
|
-
deletedAt: Date | null;
|
13312
|
-
attribute: {
|
13313
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
13314
|
-
id: string;
|
13315
|
-
position: number;
|
13316
|
-
createdAt: Date;
|
13317
|
-
updatedAt: Date;
|
13318
|
-
deletedAt: Date | null;
|
13319
|
-
systemName: string;
|
13320
|
-
displayName: string;
|
13321
|
-
isDefault: boolean;
|
13322
|
-
isArchived: boolean;
|
13323
|
-
isRequired: boolean;
|
13324
|
-
isUnique: boolean;
|
13325
|
-
};
|
13326
|
-
textValue: string | null;
|
13327
|
-
booleanValue: boolean | null;
|
13328
|
-
numberValue: number | null;
|
13329
|
-
dateValue: Date | null;
|
13330
|
-
uploads: {
|
13331
|
-
id: string;
|
13332
|
-
createdAt: Date;
|
13333
|
-
updatedAt: Date;
|
13334
|
-
deletedAt: Date | null;
|
13335
|
-
fileName: string;
|
13336
|
-
fileKey: string;
|
13337
|
-
bucketName: string;
|
13338
|
-
fileSize: number;
|
13339
|
-
fileUrl: string | null;
|
13340
|
-
status?: string | undefined;
|
13341
|
-
}[];
|
13342
|
-
}[];
|
13343
13307
|
contact: {
|
13344
13308
|
id: string;
|
13345
13309
|
channel: string | null;
|
@@ -13437,6 +13401,42 @@ export declare const ticketContract: {
|
|
13437
13401
|
};
|
13438
13402
|
}[] | undefined;
|
13439
13403
|
};
|
13404
|
+
customFields: {
|
13405
|
+
id: string;
|
13406
|
+
createdAt: Date;
|
13407
|
+
updatedAt: Date;
|
13408
|
+
deletedAt: Date | null;
|
13409
|
+
attribute: {
|
13410
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
13411
|
+
id: string;
|
13412
|
+
position: number;
|
13413
|
+
createdAt: Date;
|
13414
|
+
updatedAt: Date;
|
13415
|
+
deletedAt: Date | null;
|
13416
|
+
systemName: string;
|
13417
|
+
displayName: string;
|
13418
|
+
isDefault: boolean;
|
13419
|
+
isArchived: boolean;
|
13420
|
+
isRequired: boolean;
|
13421
|
+
isUnique: boolean;
|
13422
|
+
};
|
13423
|
+
textValue: string | null;
|
13424
|
+
booleanValue: boolean | null;
|
13425
|
+
numberValue: number | null;
|
13426
|
+
dateValue: Date | null;
|
13427
|
+
uploads: {
|
13428
|
+
id: string;
|
13429
|
+
createdAt: Date;
|
13430
|
+
updatedAt: Date;
|
13431
|
+
deletedAt: Date | null;
|
13432
|
+
fileName: string;
|
13433
|
+
fileKey: string;
|
13434
|
+
bucketName: string;
|
13435
|
+
fileSize: number;
|
13436
|
+
fileUrl: string | null;
|
13437
|
+
status?: string | undefined;
|
13438
|
+
}[];
|
13439
|
+
}[];
|
13440
13440
|
tags: {
|
13441
13441
|
id: string;
|
13442
13442
|
name: string;
|
@@ -13633,42 +13633,6 @@ export declare const ticketContract: {
|
|
13633
13633
|
}[];
|
13634
13634
|
}[];
|
13635
13635
|
}[];
|
13636
|
-
customFields: {
|
13637
|
-
id: string;
|
13638
|
-
createdAt: Date;
|
13639
|
-
updatedAt: Date;
|
13640
|
-
deletedAt: Date | null;
|
13641
|
-
attribute: {
|
13642
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
13643
|
-
id: string;
|
13644
|
-
position: number;
|
13645
|
-
createdAt: Date;
|
13646
|
-
updatedAt: Date;
|
13647
|
-
deletedAt: Date | null;
|
13648
|
-
systemName: string;
|
13649
|
-
displayName: string;
|
13650
|
-
isDefault: boolean;
|
13651
|
-
isArchived: boolean;
|
13652
|
-
isRequired: boolean;
|
13653
|
-
isUnique: boolean;
|
13654
|
-
};
|
13655
|
-
textValue: string | null;
|
13656
|
-
booleanValue: boolean | null;
|
13657
|
-
numberValue: number | null;
|
13658
|
-
dateValue: Date | null;
|
13659
|
-
uploads: {
|
13660
|
-
id: string;
|
13661
|
-
createdAt: Date;
|
13662
|
-
updatedAt: Date;
|
13663
|
-
deletedAt: Date | null;
|
13664
|
-
fileName: string;
|
13665
|
-
fileKey: string;
|
13666
|
-
bucketName: string;
|
13667
|
-
fileSize: number;
|
13668
|
-
fileUrl: string | null;
|
13669
|
-
status?: string | undefined;
|
13670
|
-
}[];
|
13671
|
-
}[];
|
13672
13636
|
contact: {
|
13673
13637
|
id: string;
|
13674
13638
|
channel: string | null;
|
@@ -13766,6 +13730,42 @@ export declare const ticketContract: {
|
|
13766
13730
|
};
|
13767
13731
|
}[] | undefined;
|
13768
13732
|
};
|
13733
|
+
customFields: {
|
13734
|
+
id: string;
|
13735
|
+
createdAt: Date;
|
13736
|
+
updatedAt: Date;
|
13737
|
+
deletedAt: Date | null;
|
13738
|
+
attribute: {
|
13739
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
13740
|
+
id: string;
|
13741
|
+
position: number;
|
13742
|
+
createdAt: Date;
|
13743
|
+
updatedAt: Date;
|
13744
|
+
deletedAt: Date | null;
|
13745
|
+
systemName: string;
|
13746
|
+
displayName: string;
|
13747
|
+
isDefault: boolean;
|
13748
|
+
isArchived: boolean;
|
13749
|
+
isRequired: boolean;
|
13750
|
+
isUnique: boolean;
|
13751
|
+
};
|
13752
|
+
textValue: string | null;
|
13753
|
+
booleanValue: boolean | null;
|
13754
|
+
numberValue: number | null;
|
13755
|
+
dateValue: Date | null;
|
13756
|
+
uploads: {
|
13757
|
+
id: string;
|
13758
|
+
createdAt: Date;
|
13759
|
+
updatedAt: Date;
|
13760
|
+
deletedAt: Date | null;
|
13761
|
+
fileName: string;
|
13762
|
+
fileKey: string;
|
13763
|
+
bucketName: string;
|
13764
|
+
fileSize: number;
|
13765
|
+
fileUrl: string | null;
|
13766
|
+
status?: string | undefined;
|
13767
|
+
}[];
|
13768
|
+
}[];
|
13769
13769
|
tags: {
|
13770
13770
|
id: string;
|
13771
13771
|
name: string;
|
@@ -16566,46 +16566,10 @@ export declare const ticketContract: {
|
|
16566
16566
|
childCategoryList: {
|
16567
16567
|
id: string;
|
16568
16568
|
value: string;
|
16569
|
-
level: 2 | 1 | 3;
|
16570
|
-
parentId: string | null;
|
16571
|
-
childCategoryList: any[];
|
16572
|
-
}[];
|
16573
|
-
}[];
|
16574
|
-
}[];
|
16575
|
-
customFields: {
|
16576
|
-
id: string;
|
16577
|
-
createdAt: Date;
|
16578
|
-
updatedAt: Date;
|
16579
|
-
deletedAt: Date | null;
|
16580
|
-
attribute: {
|
16581
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
16582
|
-
id: string;
|
16583
|
-
position: number;
|
16584
|
-
createdAt: Date;
|
16585
|
-
updatedAt: Date;
|
16586
|
-
deletedAt: Date | null;
|
16587
|
-
systemName: string;
|
16588
|
-
displayName: string;
|
16589
|
-
isDefault: boolean;
|
16590
|
-
isArchived: boolean;
|
16591
|
-
isRequired: boolean;
|
16592
|
-
isUnique: boolean;
|
16593
|
-
};
|
16594
|
-
textValue: string | null;
|
16595
|
-
booleanValue: boolean | null;
|
16596
|
-
numberValue: number | null;
|
16597
|
-
dateValue: Date | null;
|
16598
|
-
uploads: {
|
16599
|
-
id: string;
|
16600
|
-
createdAt: Date;
|
16601
|
-
updatedAt: Date;
|
16602
|
-
deletedAt: Date | null;
|
16603
|
-
fileName: string;
|
16604
|
-
fileKey: string;
|
16605
|
-
bucketName: string;
|
16606
|
-
fileSize: number;
|
16607
|
-
fileUrl: string | null;
|
16608
|
-
status?: string | undefined;
|
16569
|
+
level: 2 | 1 | 3;
|
16570
|
+
parentId: string | null;
|
16571
|
+
childCategoryList: any[];
|
16572
|
+
}[];
|
16609
16573
|
}[];
|
16610
16574
|
}[];
|
16611
16575
|
contact: {
|
@@ -16705,6 +16669,42 @@ export declare const ticketContract: {
|
|
16705
16669
|
};
|
16706
16670
|
}[] | undefined;
|
16707
16671
|
};
|
16672
|
+
customFields: {
|
16673
|
+
id: string;
|
16674
|
+
createdAt: Date;
|
16675
|
+
updatedAt: Date;
|
16676
|
+
deletedAt: Date | null;
|
16677
|
+
attribute: {
|
16678
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
16679
|
+
id: string;
|
16680
|
+
position: number;
|
16681
|
+
createdAt: Date;
|
16682
|
+
updatedAt: Date;
|
16683
|
+
deletedAt: Date | null;
|
16684
|
+
systemName: string;
|
16685
|
+
displayName: string;
|
16686
|
+
isDefault: boolean;
|
16687
|
+
isArchived: boolean;
|
16688
|
+
isRequired: boolean;
|
16689
|
+
isUnique: boolean;
|
16690
|
+
};
|
16691
|
+
textValue: string | null;
|
16692
|
+
booleanValue: boolean | null;
|
16693
|
+
numberValue: number | null;
|
16694
|
+
dateValue: Date | null;
|
16695
|
+
uploads: {
|
16696
|
+
id: string;
|
16697
|
+
createdAt: Date;
|
16698
|
+
updatedAt: Date;
|
16699
|
+
deletedAt: Date | null;
|
16700
|
+
fileName: string;
|
16701
|
+
fileKey: string;
|
16702
|
+
bucketName: string;
|
16703
|
+
fileSize: number;
|
16704
|
+
fileUrl: string | null;
|
16705
|
+
status?: string | undefined;
|
16706
|
+
}[];
|
16707
|
+
}[];
|
16708
16708
|
tags: {
|
16709
16709
|
id: string;
|
16710
16710
|
name: string;
|
@@ -16898,42 +16898,6 @@ export declare const ticketContract: {
|
|
16898
16898
|
}[];
|
16899
16899
|
}[];
|
16900
16900
|
}[];
|
16901
|
-
customFields: {
|
16902
|
-
id: string;
|
16903
|
-
createdAt: Date;
|
16904
|
-
updatedAt: Date;
|
16905
|
-
deletedAt: Date | null;
|
16906
|
-
attribute: {
|
16907
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
16908
|
-
id: string;
|
16909
|
-
position: number;
|
16910
|
-
createdAt: Date;
|
16911
|
-
updatedAt: Date;
|
16912
|
-
deletedAt: Date | null;
|
16913
|
-
systemName: string;
|
16914
|
-
displayName: string;
|
16915
|
-
isDefault: boolean;
|
16916
|
-
isArchived: boolean;
|
16917
|
-
isRequired: boolean;
|
16918
|
-
isUnique: boolean;
|
16919
|
-
};
|
16920
|
-
textValue: string | null;
|
16921
|
-
booleanValue: boolean | null;
|
16922
|
-
numberValue: number | null;
|
16923
|
-
dateValue: Date | null;
|
16924
|
-
uploads: {
|
16925
|
-
id: string;
|
16926
|
-
createdAt: Date;
|
16927
|
-
updatedAt: Date;
|
16928
|
-
deletedAt: Date | null;
|
16929
|
-
fileName: string;
|
16930
|
-
fileKey: string;
|
16931
|
-
bucketName: string;
|
16932
|
-
fileSize: number;
|
16933
|
-
fileUrl: string | null;
|
16934
|
-
status?: string | undefined;
|
16935
|
-
}[];
|
16936
|
-
}[];
|
16937
16901
|
contact: {
|
16938
16902
|
id: string;
|
16939
16903
|
channel: string | null;
|
@@ -17031,6 +16995,42 @@ export declare const ticketContract: {
|
|
17031
16995
|
};
|
17032
16996
|
}[] | undefined;
|
17033
16997
|
};
|
16998
|
+
customFields: {
|
16999
|
+
id: string;
|
17000
|
+
createdAt: Date;
|
17001
|
+
updatedAt: Date;
|
17002
|
+
deletedAt: Date | null;
|
17003
|
+
attribute: {
|
17004
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
17005
|
+
id: string;
|
17006
|
+
position: number;
|
17007
|
+
createdAt: Date;
|
17008
|
+
updatedAt: Date;
|
17009
|
+
deletedAt: Date | null;
|
17010
|
+
systemName: string;
|
17011
|
+
displayName: string;
|
17012
|
+
isDefault: boolean;
|
17013
|
+
isArchived: boolean;
|
17014
|
+
isRequired: boolean;
|
17015
|
+
isUnique: boolean;
|
17016
|
+
};
|
17017
|
+
textValue: string | null;
|
17018
|
+
booleanValue: boolean | null;
|
17019
|
+
numberValue: number | null;
|
17020
|
+
dateValue: Date | null;
|
17021
|
+
uploads: {
|
17022
|
+
id: string;
|
17023
|
+
createdAt: Date;
|
17024
|
+
updatedAt: Date;
|
17025
|
+
deletedAt: Date | null;
|
17026
|
+
fileName: string;
|
17027
|
+
fileKey: string;
|
17028
|
+
bucketName: string;
|
17029
|
+
fileSize: number;
|
17030
|
+
fileUrl: string | null;
|
17031
|
+
status?: string | undefined;
|
17032
|
+
}[];
|
17033
|
+
}[];
|
17034
17034
|
tags: {
|
17035
17035
|
id: string;
|
17036
17036
|
name: string;
|
@@ -17226,42 +17226,6 @@ export declare const ticketContract: {
|
|
17226
17226
|
}[];
|
17227
17227
|
}[];
|
17228
17228
|
}[];
|
17229
|
-
customFields: {
|
17230
|
-
id: string;
|
17231
|
-
createdAt: Date;
|
17232
|
-
updatedAt: Date;
|
17233
|
-
deletedAt: Date | null;
|
17234
|
-
attribute: {
|
17235
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
17236
|
-
id: string;
|
17237
|
-
position: number;
|
17238
|
-
createdAt: Date;
|
17239
|
-
updatedAt: Date;
|
17240
|
-
deletedAt: Date | null;
|
17241
|
-
systemName: string;
|
17242
|
-
displayName: string;
|
17243
|
-
isDefault: boolean;
|
17244
|
-
isArchived: boolean;
|
17245
|
-
isRequired: boolean;
|
17246
|
-
isUnique: boolean;
|
17247
|
-
};
|
17248
|
-
textValue: string | null;
|
17249
|
-
booleanValue: boolean | null;
|
17250
|
-
numberValue: number | null;
|
17251
|
-
dateValue: Date | null;
|
17252
|
-
uploads: {
|
17253
|
-
id: string;
|
17254
|
-
createdAt: Date;
|
17255
|
-
updatedAt: Date;
|
17256
|
-
deletedAt: Date | null;
|
17257
|
-
fileName: string;
|
17258
|
-
fileKey: string;
|
17259
|
-
bucketName: string;
|
17260
|
-
fileSize: number;
|
17261
|
-
fileUrl: string | null;
|
17262
|
-
status?: string | undefined;
|
17263
|
-
}[];
|
17264
|
-
}[];
|
17265
17229
|
contact: {
|
17266
17230
|
id: string;
|
17267
17231
|
channel: string | null;
|
@@ -17359,6 +17323,42 @@ export declare const ticketContract: {
|
|
17359
17323
|
};
|
17360
17324
|
}[] | undefined;
|
17361
17325
|
};
|
17326
|
+
customFields: {
|
17327
|
+
id: string;
|
17328
|
+
createdAt: Date;
|
17329
|
+
updatedAt: Date;
|
17330
|
+
deletedAt: Date | null;
|
17331
|
+
attribute: {
|
17332
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
17333
|
+
id: string;
|
17334
|
+
position: number;
|
17335
|
+
createdAt: Date;
|
17336
|
+
updatedAt: Date;
|
17337
|
+
deletedAt: Date | null;
|
17338
|
+
systemName: string;
|
17339
|
+
displayName: string;
|
17340
|
+
isDefault: boolean;
|
17341
|
+
isArchived: boolean;
|
17342
|
+
isRequired: boolean;
|
17343
|
+
isUnique: boolean;
|
17344
|
+
};
|
17345
|
+
textValue: string | null;
|
17346
|
+
booleanValue: boolean | null;
|
17347
|
+
numberValue: number | null;
|
17348
|
+
dateValue: Date | null;
|
17349
|
+
uploads: {
|
17350
|
+
id: string;
|
17351
|
+
createdAt: Date;
|
17352
|
+
updatedAt: Date;
|
17353
|
+
deletedAt: Date | null;
|
17354
|
+
fileName: string;
|
17355
|
+
fileKey: string;
|
17356
|
+
bucketName: string;
|
17357
|
+
fileSize: number;
|
17358
|
+
fileUrl: string | null;
|
17359
|
+
status?: string | undefined;
|
17360
|
+
}[];
|
17361
|
+
}[];
|
17362
17362
|
tags: {
|
17363
17363
|
id: string;
|
17364
17364
|
name: string;
|
@@ -17555,42 +17555,6 @@ export declare const ticketContract: {
|
|
17555
17555
|
}[];
|
17556
17556
|
}[];
|
17557
17557
|
}[];
|
17558
|
-
customFields: {
|
17559
|
-
id: string;
|
17560
|
-
createdAt: Date;
|
17561
|
-
updatedAt: Date;
|
17562
|
-
deletedAt: Date | null;
|
17563
|
-
attribute: {
|
17564
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
17565
|
-
id: string;
|
17566
|
-
position: number;
|
17567
|
-
createdAt: Date;
|
17568
|
-
updatedAt: Date;
|
17569
|
-
deletedAt: Date | null;
|
17570
|
-
systemName: string;
|
17571
|
-
displayName: string;
|
17572
|
-
isDefault: boolean;
|
17573
|
-
isArchived: boolean;
|
17574
|
-
isRequired: boolean;
|
17575
|
-
isUnique: boolean;
|
17576
|
-
};
|
17577
|
-
textValue: string | null;
|
17578
|
-
booleanValue: boolean | null;
|
17579
|
-
numberValue: number | null;
|
17580
|
-
dateValue: Date | null;
|
17581
|
-
uploads: {
|
17582
|
-
id: string;
|
17583
|
-
createdAt: Date;
|
17584
|
-
updatedAt: Date;
|
17585
|
-
deletedAt: Date | null;
|
17586
|
-
fileName: string;
|
17587
|
-
fileKey: string;
|
17588
|
-
bucketName: string;
|
17589
|
-
fileSize: number;
|
17590
|
-
fileUrl: string | null;
|
17591
|
-
status?: string | undefined;
|
17592
|
-
}[];
|
17593
|
-
}[];
|
17594
17558
|
contact: {
|
17595
17559
|
id: string;
|
17596
17560
|
channel: string | null;
|
@@ -17688,6 +17652,42 @@ export declare const ticketContract: {
|
|
17688
17652
|
};
|
17689
17653
|
}[] | undefined;
|
17690
17654
|
};
|
17655
|
+
customFields: {
|
17656
|
+
id: string;
|
17657
|
+
createdAt: Date;
|
17658
|
+
updatedAt: Date;
|
17659
|
+
deletedAt: Date | null;
|
17660
|
+
attribute: {
|
17661
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
17662
|
+
id: string;
|
17663
|
+
position: number;
|
17664
|
+
createdAt: Date;
|
17665
|
+
updatedAt: Date;
|
17666
|
+
deletedAt: Date | null;
|
17667
|
+
systemName: string;
|
17668
|
+
displayName: string;
|
17669
|
+
isDefault: boolean;
|
17670
|
+
isArchived: boolean;
|
17671
|
+
isRequired: boolean;
|
17672
|
+
isUnique: boolean;
|
17673
|
+
};
|
17674
|
+
textValue: string | null;
|
17675
|
+
booleanValue: boolean | null;
|
17676
|
+
numberValue: number | null;
|
17677
|
+
dateValue: Date | null;
|
17678
|
+
uploads: {
|
17679
|
+
id: string;
|
17680
|
+
createdAt: Date;
|
17681
|
+
updatedAt: Date;
|
17682
|
+
deletedAt: Date | null;
|
17683
|
+
fileName: string;
|
17684
|
+
fileKey: string;
|
17685
|
+
bucketName: string;
|
17686
|
+
fileSize: number;
|
17687
|
+
fileUrl: string | null;
|
17688
|
+
status?: string | undefined;
|
17689
|
+
}[];
|
17690
|
+
}[];
|
17691
17691
|
tags: {
|
17692
17692
|
id: string;
|
17693
17693
|
name: string;
|