@kl1/contracts 1.0.72 → 1.0.74
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 +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/dist/src/chat/index.d.ts +0 -83
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +0 -12
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +0 -18
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +11 -123
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +0 -5
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +0 -6
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +0 -9
- package/dist/src/instagram/index.d.ts.map +1 -1
- package/dist/src/line/index.d.ts +0 -9
- package/dist/src/line/index.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +0 -9
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/index.d.ts +8 -8
- package/dist/src/telephony-cdr/schema.d.ts +5 -5
- package/dist/src/telephony-cdr/validation.d.ts +3 -3
- package/dist/src/viber/index.d.ts +0 -9
- package/dist/src/viber/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/index.d.ts +3 -0
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/validation.d.ts +3 -0
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/src/contract.d.ts
CHANGED
@@ -13594,7 +13594,6 @@ export declare const apiContract: {
|
|
13594
13594
|
startedDate: import("zod").ZodNullable<import("zod").ZodString>;
|
13595
13595
|
handledTime: import("zod").ZodNullable<import("zod").ZodString>;
|
13596
13596
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodString>;
|
13597
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
13598
13597
|
slaMeet: import("zod").ZodNullable<import("zod").ZodString>;
|
13599
13598
|
evaluateForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
13600
13599
|
id: import("zod").ZodString;
|
@@ -18364,7 +18363,6 @@ export declare const apiContract: {
|
|
18364
18363
|
}, "strip", import("zod").ZodTypeAny, {
|
18365
18364
|
id: string;
|
18366
18365
|
channel: string | null;
|
18367
|
-
disposition: string | null;
|
18368
18366
|
direction: string | null;
|
18369
18367
|
createdAt: Date;
|
18370
18368
|
updatedAt: Date;
|
@@ -19032,7 +19030,6 @@ export declare const apiContract: {
|
|
19032
19030
|
}, {
|
19033
19031
|
id: string;
|
19034
19032
|
channel: string | null;
|
19035
|
-
disposition: string | null;
|
19036
19033
|
direction: string | null;
|
19037
19034
|
createdAt: Date;
|
19038
19035
|
updatedAt: Date;
|
@@ -19706,7 +19703,6 @@ export declare const apiContract: {
|
|
19706
19703
|
cxLogs: {
|
19707
19704
|
id: string;
|
19708
19705
|
channel: string | null;
|
19709
|
-
disposition: string | null;
|
19710
19706
|
direction: string | null;
|
19711
19707
|
createdAt: Date;
|
19712
19708
|
updatedAt: Date;
|
@@ -20380,7 +20376,6 @@ export declare const apiContract: {
|
|
20380
20376
|
cxLogs: {
|
20381
20377
|
id: string;
|
20382
20378
|
channel: string | null;
|
20383
|
-
disposition: string | null;
|
20384
20379
|
direction: string | null;
|
20385
20380
|
createdAt: Date;
|
20386
20381
|
updatedAt: Date;
|
@@ -26175,14 +26170,17 @@ export declare const apiContract: {
|
|
26175
26170
|
createCXLogWrapUpForm: {
|
26176
26171
|
body: import("zod").ZodObject<{
|
26177
26172
|
cxLogId: import("zod").ZodString;
|
26173
|
+
disposition: import("zod").ZodOptional<import("zod").ZodString>;
|
26178
26174
|
tagIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
26179
26175
|
note: import("zod").ZodOptional<import("zod").ZodString>;
|
26180
26176
|
}, "strip", import("zod").ZodTypeAny, {
|
26181
26177
|
cxLogId: string;
|
26178
|
+
disposition?: string | undefined;
|
26182
26179
|
tagIds?: string[] | undefined;
|
26183
26180
|
note?: string | undefined;
|
26184
26181
|
}, {
|
26185
26182
|
cxLogId: string;
|
26183
|
+
disposition?: string | undefined;
|
26186
26184
|
tagIds?: string[] | undefined;
|
26187
26185
|
note?: string | undefined;
|
26188
26186
|
}>;
|
@@ -82984,7 +82982,6 @@ export declare const platformContract: {
|
|
82984
82982
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
82985
82983
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
82986
82984
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
82987
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
82988
82985
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
82989
82986
|
id: import("zod").ZodString;
|
82990
82987
|
createdAt: import("zod").ZodDate;
|
@@ -83049,7 +83046,6 @@ export declare const platformContract: {
|
|
83049
83046
|
}, "strip", import("zod").ZodTypeAny, {
|
83050
83047
|
id: string;
|
83051
83048
|
channel: string | null;
|
83052
|
-
disposition: string | null;
|
83053
83049
|
direction: string | null;
|
83054
83050
|
createdAt: Date;
|
83055
83051
|
updatedAt: Date;
|
@@ -83083,7 +83079,6 @@ export declare const platformContract: {
|
|
83083
83079
|
}, {
|
83084
83080
|
id: string;
|
83085
83081
|
channel: string | null;
|
83086
|
-
disposition: string | null;
|
83087
83082
|
direction: string | null;
|
83088
83083
|
createdAt: Date;
|
83089
83084
|
updatedAt: Date;
|
@@ -83331,7 +83326,6 @@ export declare const platformContract: {
|
|
83331
83326
|
cxlog: {
|
83332
83327
|
id: string;
|
83333
83328
|
channel: string | null;
|
83334
|
-
disposition: string | null;
|
83335
83329
|
direction: string | null;
|
83336
83330
|
createdAt: Date;
|
83337
83331
|
updatedAt: Date;
|
@@ -83644,7 +83638,6 @@ export declare const platformContract: {
|
|
83644
83638
|
cxlog: {
|
83645
83639
|
id: string;
|
83646
83640
|
channel: string | null;
|
83647
|
-
disposition: string | null;
|
83648
83641
|
direction: string | null;
|
83649
83642
|
createdAt: Date;
|
83650
83643
|
updatedAt: Date;
|
@@ -84708,7 +84701,6 @@ export declare const platformContract: {
|
|
84708
84701
|
cxlog: {
|
84709
84702
|
id: string;
|
84710
84703
|
channel: string | null;
|
84711
|
-
disposition: string | null;
|
84712
84704
|
direction: string | null;
|
84713
84705
|
createdAt: Date;
|
84714
84706
|
updatedAt: Date;
|
@@ -85184,7 +85176,6 @@ export declare const platformContract: {
|
|
85184
85176
|
cxlog: {
|
85185
85177
|
id: string;
|
85186
85178
|
channel: string | null;
|
85187
|
-
disposition: string | null;
|
85188
85179
|
direction: string | null;
|
85189
85180
|
createdAt: Date;
|
85190
85181
|
updatedAt: Date;
|
@@ -85662,7 +85653,6 @@ export declare const platformContract: {
|
|
85662
85653
|
cxlog: {
|
85663
85654
|
id: string;
|
85664
85655
|
channel: string | null;
|
85665
|
-
disposition: string | null;
|
85666
85656
|
direction: string | null;
|
85667
85657
|
createdAt: Date;
|
85668
85658
|
updatedAt: Date;
|
@@ -86141,7 +86131,6 @@ export declare const platformContract: {
|
|
86141
86131
|
cxlog: {
|
86142
86132
|
id: string;
|
86143
86133
|
channel: string | null;
|
86144
|
-
disposition: string | null;
|
86145
86134
|
direction: string | null;
|
86146
86135
|
createdAt: Date;
|
86147
86136
|
updatedAt: Date;
|
@@ -88642,7 +88631,6 @@ export declare const platformContract: {
|
|
88642
88631
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
88643
88632
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
88644
88633
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
88645
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
88646
88634
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
88647
88635
|
id: import("zod").ZodString;
|
88648
88636
|
createdAt: import("zod").ZodDate;
|
@@ -88707,7 +88695,6 @@ export declare const platformContract: {
|
|
88707
88695
|
}, "strip", import("zod").ZodTypeAny, {
|
88708
88696
|
id: string;
|
88709
88697
|
channel: string | null;
|
88710
|
-
disposition: string | null;
|
88711
88698
|
direction: string | null;
|
88712
88699
|
createdAt: Date;
|
88713
88700
|
updatedAt: Date;
|
@@ -88741,7 +88728,6 @@ export declare const platformContract: {
|
|
88741
88728
|
}, {
|
88742
88729
|
id: string;
|
88743
88730
|
channel: string | null;
|
88744
|
-
disposition: string | null;
|
88745
88731
|
direction: string | null;
|
88746
88732
|
createdAt: Date;
|
88747
88733
|
updatedAt: Date;
|
@@ -88989,7 +88975,6 @@ export declare const platformContract: {
|
|
88989
88975
|
cxlog: {
|
88990
88976
|
id: string;
|
88991
88977
|
channel: string | null;
|
88992
|
-
disposition: string | null;
|
88993
88978
|
direction: string | null;
|
88994
88979
|
createdAt: Date;
|
88995
88980
|
updatedAt: Date;
|
@@ -89302,7 +89287,6 @@ export declare const platformContract: {
|
|
89302
89287
|
cxlog: {
|
89303
89288
|
id: string;
|
89304
89289
|
channel: string | null;
|
89305
|
-
disposition: string | null;
|
89306
89290
|
direction: string | null;
|
89307
89291
|
createdAt: Date;
|
89308
89292
|
updatedAt: Date;
|
@@ -90366,7 +90350,6 @@ export declare const platformContract: {
|
|
90366
90350
|
cxlog: {
|
90367
90351
|
id: string;
|
90368
90352
|
channel: string | null;
|
90369
|
-
disposition: string | null;
|
90370
90353
|
direction: string | null;
|
90371
90354
|
createdAt: Date;
|
90372
90355
|
updatedAt: Date;
|
@@ -90842,7 +90825,6 @@ export declare const platformContract: {
|
|
90842
90825
|
cxlog: {
|
90843
90826
|
id: string;
|
90844
90827
|
channel: string | null;
|
90845
|
-
disposition: string | null;
|
90846
90828
|
direction: string | null;
|
90847
90829
|
createdAt: Date;
|
90848
90830
|
updatedAt: Date;
|
@@ -91320,7 +91302,6 @@ export declare const platformContract: {
|
|
91320
91302
|
cxlog: {
|
91321
91303
|
id: string;
|
91322
91304
|
channel: string | null;
|
91323
|
-
disposition: string | null;
|
91324
91305
|
direction: string | null;
|
91325
91306
|
createdAt: Date;
|
91326
91307
|
updatedAt: Date;
|
@@ -91799,7 +91780,6 @@ export declare const platformContract: {
|
|
91799
91780
|
cxlog: {
|
91800
91781
|
id: string;
|
91801
91782
|
channel: string | null;
|
91802
|
-
disposition: string | null;
|
91803
91783
|
direction: string | null;
|
91804
91784
|
createdAt: Date;
|
91805
91785
|
updatedAt: Date;
|
@@ -95215,7 +95195,6 @@ export declare const platformContract: {
|
|
95215
95195
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
95216
95196
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
95217
95197
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
95218
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
95219
95198
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
95220
95199
|
id: import("zod").ZodString;
|
95221
95200
|
createdAt: import("zod").ZodDate;
|
@@ -95280,7 +95259,6 @@ export declare const platformContract: {
|
|
95280
95259
|
}, "strip", import("zod").ZodTypeAny, {
|
95281
95260
|
id: string;
|
95282
95261
|
channel: string | null;
|
95283
|
-
disposition: string | null;
|
95284
95262
|
direction: string | null;
|
95285
95263
|
createdAt: Date;
|
95286
95264
|
updatedAt: Date;
|
@@ -95314,7 +95292,6 @@ export declare const platformContract: {
|
|
95314
95292
|
}, {
|
95315
95293
|
id: string;
|
95316
95294
|
channel: string | null;
|
95317
|
-
disposition: string | null;
|
95318
95295
|
direction: string | null;
|
95319
95296
|
createdAt: Date;
|
95320
95297
|
updatedAt: Date;
|
@@ -95562,7 +95539,6 @@ export declare const platformContract: {
|
|
95562
95539
|
cxlog: {
|
95563
95540
|
id: string;
|
95564
95541
|
channel: string | null;
|
95565
|
-
disposition: string | null;
|
95566
95542
|
direction: string | null;
|
95567
95543
|
createdAt: Date;
|
95568
95544
|
updatedAt: Date;
|
@@ -95875,7 +95851,6 @@ export declare const platformContract: {
|
|
95875
95851
|
cxlog: {
|
95876
95852
|
id: string;
|
95877
95853
|
channel: string | null;
|
95878
|
-
disposition: string | null;
|
95879
95854
|
direction: string | null;
|
95880
95855
|
createdAt: Date;
|
95881
95856
|
updatedAt: Date;
|
@@ -96939,7 +96914,6 @@ export declare const platformContract: {
|
|
96939
96914
|
cxlog: {
|
96940
96915
|
id: string;
|
96941
96916
|
channel: string | null;
|
96942
|
-
disposition: string | null;
|
96943
96917
|
direction: string | null;
|
96944
96918
|
createdAt: Date;
|
96945
96919
|
updatedAt: Date;
|
@@ -97415,7 +97389,6 @@ export declare const platformContract: {
|
|
97415
97389
|
cxlog: {
|
97416
97390
|
id: string;
|
97417
97391
|
channel: string | null;
|
97418
|
-
disposition: string | null;
|
97419
97392
|
direction: string | null;
|
97420
97393
|
createdAt: Date;
|
97421
97394
|
updatedAt: Date;
|
@@ -97893,7 +97866,6 @@ export declare const platformContract: {
|
|
97893
97866
|
cxlog: {
|
97894
97867
|
id: string;
|
97895
97868
|
channel: string | null;
|
97896
|
-
disposition: string | null;
|
97897
97869
|
direction: string | null;
|
97898
97870
|
createdAt: Date;
|
97899
97871
|
updatedAt: Date;
|
@@ -98372,7 +98344,6 @@ export declare const platformContract: {
|
|
98372
98344
|
cxlog: {
|
98373
98345
|
id: string;
|
98374
98346
|
channel: string | null;
|
98375
|
-
disposition: string | null;
|
98376
98347
|
direction: string | null;
|
98377
98348
|
createdAt: Date;
|
98378
98349
|
updatedAt: Date;
|
@@ -102870,7 +102841,6 @@ export declare const platformContract: {
|
|
102870
102841
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
102871
102842
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
102872
102843
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
102873
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
102874
102844
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
102875
102845
|
id: import("zod").ZodString;
|
102876
102846
|
createdAt: import("zod").ZodDate;
|
@@ -102935,7 +102905,6 @@ export declare const platformContract: {
|
|
102935
102905
|
}, "strip", import("zod").ZodTypeAny, {
|
102936
102906
|
id: string;
|
102937
102907
|
channel: string | null;
|
102938
|
-
disposition: string | null;
|
102939
102908
|
direction: string | null;
|
102940
102909
|
createdAt: Date;
|
102941
102910
|
updatedAt: Date;
|
@@ -102969,7 +102938,6 @@ export declare const platformContract: {
|
|
102969
102938
|
}, {
|
102970
102939
|
id: string;
|
102971
102940
|
channel: string | null;
|
102972
|
-
disposition: string | null;
|
102973
102941
|
direction: string | null;
|
102974
102942
|
createdAt: Date;
|
102975
102943
|
updatedAt: Date;
|
@@ -103217,7 +103185,6 @@ export declare const platformContract: {
|
|
103217
103185
|
cxlog: {
|
103218
103186
|
id: string;
|
103219
103187
|
channel: string | null;
|
103220
|
-
disposition: string | null;
|
103221
103188
|
direction: string | null;
|
103222
103189
|
createdAt: Date;
|
103223
103190
|
updatedAt: Date;
|
@@ -103530,7 +103497,6 @@ export declare const platformContract: {
|
|
103530
103497
|
cxlog: {
|
103531
103498
|
id: string;
|
103532
103499
|
channel: string | null;
|
103533
|
-
disposition: string | null;
|
103534
103500
|
direction: string | null;
|
103535
103501
|
createdAt: Date;
|
103536
103502
|
updatedAt: Date;
|
@@ -104594,7 +104560,6 @@ export declare const platformContract: {
|
|
104594
104560
|
cxlog: {
|
104595
104561
|
id: string;
|
104596
104562
|
channel: string | null;
|
104597
|
-
disposition: string | null;
|
104598
104563
|
direction: string | null;
|
104599
104564
|
createdAt: Date;
|
104600
104565
|
updatedAt: Date;
|
@@ -105070,7 +105035,6 @@ export declare const platformContract: {
|
|
105070
105035
|
cxlog: {
|
105071
105036
|
id: string;
|
105072
105037
|
channel: string | null;
|
105073
|
-
disposition: string | null;
|
105074
105038
|
direction: string | null;
|
105075
105039
|
createdAt: Date;
|
105076
105040
|
updatedAt: Date;
|
@@ -105548,7 +105512,6 @@ export declare const platformContract: {
|
|
105548
105512
|
cxlog: {
|
105549
105513
|
id: string;
|
105550
105514
|
channel: string | null;
|
105551
|
-
disposition: string | null;
|
105552
105515
|
direction: string | null;
|
105553
105516
|
createdAt: Date;
|
105554
105517
|
updatedAt: Date;
|
@@ -106027,7 +105990,6 @@ export declare const platformContract: {
|
|
106027
105990
|
cxlog: {
|
106028
105991
|
id: string;
|
106029
105992
|
channel: string | null;
|
106030
|
-
disposition: string | null;
|
106031
105993
|
direction: string | null;
|
106032
105994
|
createdAt: Date;
|
106033
105995
|
updatedAt: Date;
|
@@ -108070,7 +108032,6 @@ export declare const chatContract: {
|
|
108070
108032
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
108071
108033
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
108072
108034
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
108073
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
108074
108035
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
108075
108036
|
id: import("zod").ZodString;
|
108076
108037
|
createdAt: import("zod").ZodDate;
|
@@ -108135,7 +108096,6 @@ export declare const chatContract: {
|
|
108135
108096
|
}, "strip", import("zod").ZodTypeAny, {
|
108136
108097
|
id: string;
|
108137
108098
|
channel: string | null;
|
108138
|
-
disposition: string | null;
|
108139
108099
|
direction: string | null;
|
108140
108100
|
createdAt: Date;
|
108141
108101
|
updatedAt: Date;
|
@@ -108169,7 +108129,6 @@ export declare const chatContract: {
|
|
108169
108129
|
}, {
|
108170
108130
|
id: string;
|
108171
108131
|
channel: string | null;
|
108172
|
-
disposition: string | null;
|
108173
108132
|
direction: string | null;
|
108174
108133
|
createdAt: Date;
|
108175
108134
|
updatedAt: Date;
|
@@ -108417,7 +108376,6 @@ export declare const chatContract: {
|
|
108417
108376
|
cxlog: {
|
108418
108377
|
id: string;
|
108419
108378
|
channel: string | null;
|
108420
|
-
disposition: string | null;
|
108421
108379
|
direction: string | null;
|
108422
108380
|
createdAt: Date;
|
108423
108381
|
updatedAt: Date;
|
@@ -108730,7 +108688,6 @@ export declare const chatContract: {
|
|
108730
108688
|
cxlog: {
|
108731
108689
|
id: string;
|
108732
108690
|
channel: string | null;
|
108733
|
-
disposition: string | null;
|
108734
108691
|
direction: string | null;
|
108735
108692
|
createdAt: Date;
|
108736
108693
|
updatedAt: Date;
|
@@ -109055,7 +109012,6 @@ export declare const chatContract: {
|
|
109055
109012
|
cxlog: {
|
109056
109013
|
id: string;
|
109057
109014
|
channel: string | null;
|
109058
|
-
disposition: string | null;
|
109059
109015
|
direction: string | null;
|
109060
109016
|
createdAt: Date;
|
109061
109017
|
updatedAt: Date;
|
@@ -109378,7 +109334,6 @@ export declare const chatContract: {
|
|
109378
109334
|
cxlog: {
|
109379
109335
|
id: string;
|
109380
109336
|
channel: string | null;
|
109381
|
-
disposition: string | null;
|
109382
109337
|
direction: string | null;
|
109383
109338
|
createdAt: Date;
|
109384
109339
|
updatedAt: Date;
|
@@ -112217,7 +112172,6 @@ export declare const chatContract: {
|
|
112217
112172
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
112218
112173
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
112219
112174
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
112220
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
112221
112175
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
112222
112176
|
id: import("zod").ZodString;
|
112223
112177
|
createdAt: import("zod").ZodDate;
|
@@ -112282,7 +112236,6 @@ export declare const chatContract: {
|
|
112282
112236
|
}, "strip", import("zod").ZodTypeAny, {
|
112283
112237
|
id: string;
|
112284
112238
|
channel: string | null;
|
112285
|
-
disposition: string | null;
|
112286
112239
|
direction: string | null;
|
112287
112240
|
createdAt: Date;
|
112288
112241
|
updatedAt: Date;
|
@@ -112316,7 +112269,6 @@ export declare const chatContract: {
|
|
112316
112269
|
}, {
|
112317
112270
|
id: string;
|
112318
112271
|
channel: string | null;
|
112319
|
-
disposition: string | null;
|
112320
112272
|
direction: string | null;
|
112321
112273
|
createdAt: Date;
|
112322
112274
|
updatedAt: Date;
|
@@ -112564,7 +112516,6 @@ export declare const chatContract: {
|
|
112564
112516
|
cxlog: {
|
112565
112517
|
id: string;
|
112566
112518
|
channel: string | null;
|
112567
|
-
disposition: string | null;
|
112568
112519
|
direction: string | null;
|
112569
112520
|
createdAt: Date;
|
112570
112521
|
updatedAt: Date;
|
@@ -112877,7 +112828,6 @@ export declare const chatContract: {
|
|
112877
112828
|
cxlog: {
|
112878
112829
|
id: string;
|
112879
112830
|
channel: string | null;
|
112880
|
-
disposition: string | null;
|
112881
112831
|
direction: string | null;
|
112882
112832
|
createdAt: Date;
|
112883
112833
|
updatedAt: Date;
|
@@ -113192,7 +113142,6 @@ export declare const chatContract: {
|
|
113192
113142
|
cxlog: {
|
113193
113143
|
id: string;
|
113194
113144
|
channel: string | null;
|
113195
|
-
disposition: string | null;
|
113196
113145
|
direction: string | null;
|
113197
113146
|
createdAt: Date;
|
113198
113147
|
updatedAt: Date;
|
@@ -113508,7 +113457,6 @@ export declare const chatContract: {
|
|
113508
113457
|
cxlog: {
|
113509
113458
|
id: string;
|
113510
113459
|
channel: string | null;
|
113511
|
-
disposition: string | null;
|
113512
113460
|
direction: string | null;
|
113513
113461
|
createdAt: Date;
|
113514
113462
|
updatedAt: Date;
|
@@ -115756,7 +115704,6 @@ export declare const chatContract: {
|
|
115756
115704
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
115757
115705
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
115758
115706
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
115759
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
115760
115707
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
115761
115708
|
id: import("zod").ZodString;
|
115762
115709
|
createdAt: import("zod").ZodDate;
|
@@ -115821,7 +115768,6 @@ export declare const chatContract: {
|
|
115821
115768
|
}, "strip", import("zod").ZodTypeAny, {
|
115822
115769
|
id: string;
|
115823
115770
|
channel: string | null;
|
115824
|
-
disposition: string | null;
|
115825
115771
|
direction: string | null;
|
115826
115772
|
createdAt: Date;
|
115827
115773
|
updatedAt: Date;
|
@@ -115855,7 +115801,6 @@ export declare const chatContract: {
|
|
115855
115801
|
}, {
|
115856
115802
|
id: string;
|
115857
115803
|
channel: string | null;
|
115858
|
-
disposition: string | null;
|
115859
115804
|
direction: string | null;
|
115860
115805
|
createdAt: Date;
|
115861
115806
|
updatedAt: Date;
|
@@ -116103,7 +116048,6 @@ export declare const chatContract: {
|
|
116103
116048
|
cxlog: {
|
116104
116049
|
id: string;
|
116105
116050
|
channel: string | null;
|
116106
|
-
disposition: string | null;
|
116107
116051
|
direction: string | null;
|
116108
116052
|
createdAt: Date;
|
116109
116053
|
updatedAt: Date;
|
@@ -116416,7 +116360,6 @@ export declare const chatContract: {
|
|
116416
116360
|
cxlog: {
|
116417
116361
|
id: string;
|
116418
116362
|
channel: string | null;
|
116419
|
-
disposition: string | null;
|
116420
116363
|
direction: string | null;
|
116421
116364
|
createdAt: Date;
|
116422
116365
|
updatedAt: Date;
|
@@ -117480,7 +117423,6 @@ export declare const chatContract: {
|
|
117480
117423
|
cxlog: {
|
117481
117424
|
id: string;
|
117482
117425
|
channel: string | null;
|
117483
|
-
disposition: string | null;
|
117484
117426
|
direction: string | null;
|
117485
117427
|
createdAt: Date;
|
117486
117428
|
updatedAt: Date;
|
@@ -117956,7 +117898,6 @@ export declare const chatContract: {
|
|
117956
117898
|
cxlog: {
|
117957
117899
|
id: string;
|
117958
117900
|
channel: string | null;
|
117959
|
-
disposition: string | null;
|
117960
117901
|
direction: string | null;
|
117961
117902
|
createdAt: Date;
|
117962
117903
|
updatedAt: Date;
|
@@ -118434,7 +118375,6 @@ export declare const chatContract: {
|
|
118434
118375
|
cxlog: {
|
118435
118376
|
id: string;
|
118436
118377
|
channel: string | null;
|
118437
|
-
disposition: string | null;
|
118438
118378
|
direction: string | null;
|
118439
118379
|
createdAt: Date;
|
118440
118380
|
updatedAt: Date;
|
@@ -118913,7 +118853,6 @@ export declare const chatContract: {
|
|
118913
118853
|
cxlog: {
|
118914
118854
|
id: string;
|
118915
118855
|
channel: string | null;
|
118916
|
-
disposition: string | null;
|
118917
118856
|
direction: string | null;
|
118918
118857
|
createdAt: Date;
|
118919
118858
|
updatedAt: Date;
|
@@ -120943,7 +120882,6 @@ export declare const chatContract: {
|
|
120943
120882
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
120944
120883
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
120945
120884
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
120946
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
120947
120885
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
120948
120886
|
id: import("zod").ZodString;
|
120949
120887
|
createdAt: import("zod").ZodDate;
|
@@ -121008,7 +120946,6 @@ export declare const chatContract: {
|
|
121008
120946
|
}, "strip", import("zod").ZodTypeAny, {
|
121009
120947
|
id: string;
|
121010
120948
|
channel: string | null;
|
121011
|
-
disposition: string | null;
|
121012
120949
|
direction: string | null;
|
121013
120950
|
createdAt: Date;
|
121014
120951
|
updatedAt: Date;
|
@@ -121042,7 +120979,6 @@ export declare const chatContract: {
|
|
121042
120979
|
}, {
|
121043
120980
|
id: string;
|
121044
120981
|
channel: string | null;
|
121045
|
-
disposition: string | null;
|
121046
120982
|
direction: string | null;
|
121047
120983
|
createdAt: Date;
|
121048
120984
|
updatedAt: Date;
|
@@ -121290,7 +121226,6 @@ export declare const chatContract: {
|
|
121290
121226
|
cxlog: {
|
121291
121227
|
id: string;
|
121292
121228
|
channel: string | null;
|
121293
|
-
disposition: string | null;
|
121294
121229
|
direction: string | null;
|
121295
121230
|
createdAt: Date;
|
121296
121231
|
updatedAt: Date;
|
@@ -121603,7 +121538,6 @@ export declare const chatContract: {
|
|
121603
121538
|
cxlog: {
|
121604
121539
|
id: string;
|
121605
121540
|
channel: string | null;
|
121606
|
-
disposition: string | null;
|
121607
121541
|
direction: string | null;
|
121608
121542
|
createdAt: Date;
|
121609
121543
|
updatedAt: Date;
|
@@ -122667,7 +122601,6 @@ export declare const chatContract: {
|
|
122667
122601
|
cxlog: {
|
122668
122602
|
id: string;
|
122669
122603
|
channel: string | null;
|
122670
|
-
disposition: string | null;
|
122671
122604
|
direction: string | null;
|
122672
122605
|
createdAt: Date;
|
122673
122606
|
updatedAt: Date;
|
@@ -123143,7 +123076,6 @@ export declare const chatContract: {
|
|
123143
123076
|
cxlog: {
|
123144
123077
|
id: string;
|
123145
123078
|
channel: string | null;
|
123146
|
-
disposition: string | null;
|
123147
123079
|
direction: string | null;
|
123148
123080
|
createdAt: Date;
|
123149
123081
|
updatedAt: Date;
|
@@ -123621,7 +123553,6 @@ export declare const chatContract: {
|
|
123621
123553
|
cxlog: {
|
123622
123554
|
id: string;
|
123623
123555
|
channel: string | null;
|
123624
|
-
disposition: string | null;
|
123625
123556
|
direction: string | null;
|
123626
123557
|
createdAt: Date;
|
123627
123558
|
updatedAt: Date;
|
@@ -124103,7 +124034,6 @@ export declare const chatContract: {
|
|
124103
124034
|
cxlog: {
|
124104
124035
|
id: string;
|
124105
124036
|
channel: string | null;
|
124106
|
-
disposition: string | null;
|
124107
124037
|
direction: string | null;
|
124108
124038
|
createdAt: Date;
|
124109
124039
|
updatedAt: Date;
|
@@ -126036,7 +125966,6 @@ export declare const chatContract: {
|
|
126036
125966
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
126037
125967
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
126038
125968
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
126039
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
126040
125969
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
126041
125970
|
id: import("zod").ZodString;
|
126042
125971
|
createdAt: import("zod").ZodDate;
|
@@ -126101,7 +126030,6 @@ export declare const chatContract: {
|
|
126101
126030
|
}, "strip", import("zod").ZodTypeAny, {
|
126102
126031
|
id: string;
|
126103
126032
|
channel: string | null;
|
126104
|
-
disposition: string | null;
|
126105
126033
|
direction: string | null;
|
126106
126034
|
createdAt: Date;
|
126107
126035
|
updatedAt: Date;
|
@@ -126135,7 +126063,6 @@ export declare const chatContract: {
|
|
126135
126063
|
}, {
|
126136
126064
|
id: string;
|
126137
126065
|
channel: string | null;
|
126138
|
-
disposition: string | null;
|
126139
126066
|
direction: string | null;
|
126140
126067
|
createdAt: Date;
|
126141
126068
|
updatedAt: Date;
|
@@ -126384,7 +126311,6 @@ export declare const chatContract: {
|
|
126384
126311
|
cxlog: {
|
126385
126312
|
id: string;
|
126386
126313
|
channel: string | null;
|
126387
|
-
disposition: string | null;
|
126388
126314
|
direction: string | null;
|
126389
126315
|
createdAt: Date;
|
126390
126316
|
updatedAt: Date;
|
@@ -126698,7 +126624,6 @@ export declare const chatContract: {
|
|
126698
126624
|
cxlog: {
|
126699
126625
|
id: string;
|
126700
126626
|
channel: string | null;
|
126701
|
-
disposition: string | null;
|
126702
126627
|
direction: string | null;
|
126703
126628
|
createdAt: Date;
|
126704
126629
|
updatedAt: Date;
|
@@ -127014,7 +126939,6 @@ export declare const chatContract: {
|
|
127014
126939
|
cxlog: {
|
127015
126940
|
id: string;
|
127016
126941
|
channel: string | null;
|
127017
|
-
disposition: string | null;
|
127018
126942
|
direction: string | null;
|
127019
126943
|
createdAt: Date;
|
127020
126944
|
updatedAt: Date;
|
@@ -127331,7 +127255,6 @@ export declare const chatContract: {
|
|
127331
127255
|
cxlog: {
|
127332
127256
|
id: string;
|
127333
127257
|
channel: string | null;
|
127334
|
-
disposition: string | null;
|
127335
127258
|
direction: string | null;
|
127336
127259
|
createdAt: Date;
|
127337
127260
|
updatedAt: Date;
|
@@ -129213,7 +129136,6 @@ export declare const chatContract: {
|
|
129213
129136
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
129214
129137
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
129215
129138
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
129216
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
129217
129139
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
129218
129140
|
id: import("zod").ZodString;
|
129219
129141
|
createdAt: import("zod").ZodDate;
|
@@ -129278,7 +129200,6 @@ export declare const chatContract: {
|
|
129278
129200
|
}, "strip", import("zod").ZodTypeAny, {
|
129279
129201
|
id: string;
|
129280
129202
|
channel: string | null;
|
129281
|
-
disposition: string | null;
|
129282
129203
|
direction: string | null;
|
129283
129204
|
createdAt: Date;
|
129284
129205
|
updatedAt: Date;
|
@@ -129312,7 +129233,6 @@ export declare const chatContract: {
|
|
129312
129233
|
}, {
|
129313
129234
|
id: string;
|
129314
129235
|
channel: string | null;
|
129315
|
-
disposition: string | null;
|
129316
129236
|
direction: string | null;
|
129317
129237
|
createdAt: Date;
|
129318
129238
|
updatedAt: Date;
|
@@ -129560,7 +129480,6 @@ export declare const chatContract: {
|
|
129560
129480
|
cxlog: {
|
129561
129481
|
id: string;
|
129562
129482
|
channel: string | null;
|
129563
|
-
disposition: string | null;
|
129564
129483
|
direction: string | null;
|
129565
129484
|
createdAt: Date;
|
129566
129485
|
updatedAt: Date;
|
@@ -129873,7 +129792,6 @@ export declare const chatContract: {
|
|
129873
129792
|
cxlog: {
|
129874
129793
|
id: string;
|
129875
129794
|
channel: string | null;
|
129876
|
-
disposition: string | null;
|
129877
129795
|
direction: string | null;
|
129878
129796
|
createdAt: Date;
|
129879
129797
|
updatedAt: Date;
|
@@ -130188,7 +130106,6 @@ export declare const chatContract: {
|
|
130188
130106
|
cxlog: {
|
130189
130107
|
id: string;
|
130190
130108
|
channel: string | null;
|
130191
|
-
disposition: string | null;
|
130192
130109
|
direction: string | null;
|
130193
130110
|
createdAt: Date;
|
130194
130111
|
updatedAt: Date;
|
@@ -130504,7 +130421,6 @@ export declare const chatContract: {
|
|
130504
130421
|
cxlog: {
|
130505
130422
|
id: string;
|
130506
130423
|
channel: string | null;
|
130507
|
-
disposition: string | null;
|
130508
130424
|
direction: string | null;
|
130509
130425
|
createdAt: Date;
|
130510
130426
|
updatedAt: Date;
|
@@ -132372,7 +132288,6 @@ export declare const chatContract: {
|
|
132372
132288
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
132373
132289
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
132374
132290
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
132375
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
132376
132291
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
132377
132292
|
id: import("zod").ZodString;
|
132378
132293
|
createdAt: import("zod").ZodDate;
|
@@ -132437,7 +132352,6 @@ export declare const chatContract: {
|
|
132437
132352
|
}, "strip", import("zod").ZodTypeAny, {
|
132438
132353
|
id: string;
|
132439
132354
|
channel: string | null;
|
132440
|
-
disposition: string | null;
|
132441
132355
|
direction: string | null;
|
132442
132356
|
createdAt: Date;
|
132443
132357
|
updatedAt: Date;
|
@@ -132471,7 +132385,6 @@ export declare const chatContract: {
|
|
132471
132385
|
}, {
|
132472
132386
|
id: string;
|
132473
132387
|
channel: string | null;
|
132474
|
-
disposition: string | null;
|
132475
132388
|
direction: string | null;
|
132476
132389
|
createdAt: Date;
|
132477
132390
|
updatedAt: Date;
|
@@ -132719,7 +132632,6 @@ export declare const chatContract: {
|
|
132719
132632
|
cxlog: {
|
132720
132633
|
id: string;
|
132721
132634
|
channel: string | null;
|
132722
|
-
disposition: string | null;
|
132723
132635
|
direction: string | null;
|
132724
132636
|
createdAt: Date;
|
132725
132637
|
updatedAt: Date;
|
@@ -133032,7 +132944,6 @@ export declare const chatContract: {
|
|
133032
132944
|
cxlog: {
|
133033
132945
|
id: string;
|
133034
132946
|
channel: string | null;
|
133035
|
-
disposition: string | null;
|
133036
132947
|
direction: string | null;
|
133037
132948
|
createdAt: Date;
|
133038
132949
|
updatedAt: Date;
|
@@ -133347,7 +133258,6 @@ export declare const chatContract: {
|
|
133347
133258
|
cxlog: {
|
133348
133259
|
id: string;
|
133349
133260
|
channel: string | null;
|
133350
|
-
disposition: string | null;
|
133351
133261
|
direction: string | null;
|
133352
133262
|
createdAt: Date;
|
133353
133263
|
updatedAt: Date;
|
@@ -133663,7 +133573,6 @@ export declare const chatContract: {
|
|
133663
133573
|
cxlog: {
|
133664
133574
|
id: string;
|
133665
133575
|
channel: string | null;
|
133666
|
-
disposition: string | null;
|
133667
133576
|
direction: string | null;
|
133668
133577
|
createdAt: Date;
|
133669
133578
|
updatedAt: Date;
|
@@ -135542,7 +135451,6 @@ export declare const chatContract: {
|
|
135542
135451
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
135543
135452
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
135544
135453
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
135545
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
135546
135454
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
135547
135455
|
id: import("zod").ZodString;
|
135548
135456
|
createdAt: import("zod").ZodDate;
|
@@ -135607,7 +135515,6 @@ export declare const chatContract: {
|
|
135607
135515
|
}, "strip", import("zod").ZodTypeAny, {
|
135608
135516
|
id: string;
|
135609
135517
|
channel: string | null;
|
135610
|
-
disposition: string | null;
|
135611
135518
|
direction: string | null;
|
135612
135519
|
createdAt: Date;
|
135613
135520
|
updatedAt: Date;
|
@@ -135641,7 +135548,6 @@ export declare const chatContract: {
|
|
135641
135548
|
}, {
|
135642
135549
|
id: string;
|
135643
135550
|
channel: string | null;
|
135644
|
-
disposition: string | null;
|
135645
135551
|
direction: string | null;
|
135646
135552
|
createdAt: Date;
|
135647
135553
|
updatedAt: Date;
|
@@ -136674,7 +136580,6 @@ export declare const chatContract: {
|
|
136674
136580
|
cxlog: {
|
136675
136581
|
id: string;
|
136676
136582
|
channel: string | null;
|
136677
|
-
disposition: string | null;
|
136678
136583
|
direction: string | null;
|
136679
136584
|
createdAt: Date;
|
136680
136585
|
updatedAt: Date;
|
@@ -137085,7 +136990,6 @@ export declare const chatContract: {
|
|
137085
136990
|
cxlog: {
|
137086
136991
|
id: string;
|
137087
136992
|
channel: string | null;
|
137088
|
-
disposition: string | null;
|
137089
136993
|
direction: string | null;
|
137090
136994
|
createdAt: Date;
|
137091
136995
|
updatedAt: Date;
|
@@ -137498,7 +137402,6 @@ export declare const chatContract: {
|
|
137498
137402
|
cxlog: {
|
137499
137403
|
id: string;
|
137500
137404
|
channel: string | null;
|
137501
|
-
disposition: string | null;
|
137502
137405
|
direction: string | null;
|
137503
137406
|
createdAt: Date;
|
137504
137407
|
updatedAt: Date;
|
@@ -137912,7 +137815,6 @@ export declare const chatContract: {
|
|
137912
137815
|
cxlog: {
|
137913
137816
|
id: string;
|
137914
137817
|
channel: string | null;
|
137915
|
-
disposition: string | null;
|
137916
137818
|
direction: string | null;
|
137917
137819
|
createdAt: Date;
|
137918
137820
|
updatedAt: Date;
|
@@ -139782,7 +139684,6 @@ export declare const chatContract: {
|
|
139782
139684
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
139783
139685
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
139784
139686
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
139785
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
139786
139687
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
139787
139688
|
id: import("zod").ZodString;
|
139788
139689
|
createdAt: import("zod").ZodDate;
|
@@ -139847,7 +139748,6 @@ export declare const chatContract: {
|
|
139847
139748
|
}, "strip", import("zod").ZodTypeAny, {
|
139848
139749
|
id: string;
|
139849
139750
|
channel: string | null;
|
139850
|
-
disposition: string | null;
|
139851
139751
|
direction: string | null;
|
139852
139752
|
createdAt: Date;
|
139853
139753
|
updatedAt: Date;
|
@@ -139881,7 +139781,6 @@ export declare const chatContract: {
|
|
139881
139781
|
}, {
|
139882
139782
|
id: string;
|
139883
139783
|
channel: string | null;
|
139884
|
-
disposition: string | null;
|
139885
139784
|
direction: string | null;
|
139886
139785
|
createdAt: Date;
|
139887
139786
|
updatedAt: Date;
|
@@ -140131,7 +140030,6 @@ export declare const chatContract: {
|
|
140131
140030
|
cxlog: {
|
140132
140031
|
id: string;
|
140133
140032
|
channel: string | null;
|
140134
|
-
disposition: string | null;
|
140135
140033
|
direction: string | null;
|
140136
140034
|
createdAt: Date;
|
140137
140035
|
updatedAt: Date;
|
@@ -140445,7 +140343,6 @@ export declare const chatContract: {
|
|
140445
140343
|
cxlog: {
|
140446
140344
|
id: string;
|
140447
140345
|
channel: string | null;
|
140448
|
-
disposition: string | null;
|
140449
140346
|
direction: string | null;
|
140450
140347
|
createdAt: Date;
|
140451
140348
|
updatedAt: Date;
|
@@ -140761,7 +140658,6 @@ export declare const chatContract: {
|
|
140761
140658
|
cxlog: {
|
140762
140659
|
id: string;
|
140763
140660
|
channel: string | null;
|
140764
|
-
disposition: string | null;
|
140765
140661
|
direction: string | null;
|
140766
140662
|
createdAt: Date;
|
140767
140663
|
updatedAt: Date;
|
@@ -141078,7 +140974,6 @@ export declare const chatContract: {
|
|
141078
140974
|
cxlog: {
|
141079
140975
|
id: string;
|
141080
140976
|
channel: string | null;
|
141081
|
-
disposition: string | null;
|
141082
140977
|
direction: string | null;
|
141083
140978
|
createdAt: Date;
|
141084
140979
|
updatedAt: Date;
|
@@ -142958,7 +142853,6 @@ export declare const chatContract: {
|
|
142958
142853
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
142959
142854
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
142960
142855
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
142961
|
-
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
142962
142856
|
wrapUpForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
142963
142857
|
id: import("zod").ZodString;
|
142964
142858
|
createdAt: import("zod").ZodDate;
|
@@ -143023,7 +142917,6 @@ export declare const chatContract: {
|
|
143023
142917
|
}, "strip", import("zod").ZodTypeAny, {
|
143024
142918
|
id: string;
|
143025
142919
|
channel: string | null;
|
143026
|
-
disposition: string | null;
|
143027
142920
|
direction: string | null;
|
143028
142921
|
createdAt: Date;
|
143029
142922
|
updatedAt: Date;
|
@@ -143057,7 +142950,6 @@ export declare const chatContract: {
|
|
143057
142950
|
}, {
|
143058
142951
|
id: string;
|
143059
142952
|
channel: string | null;
|
143060
|
-
disposition: string | null;
|
143061
142953
|
direction: string | null;
|
143062
142954
|
createdAt: Date;
|
143063
142955
|
updatedAt: Date;
|
@@ -143305,7 +143197,6 @@ export declare const chatContract: {
|
|
143305
143197
|
cxlog: {
|
143306
143198
|
id: string;
|
143307
143199
|
channel: string | null;
|
143308
|
-
disposition: string | null;
|
143309
143200
|
direction: string | null;
|
143310
143201
|
createdAt: Date;
|
143311
143202
|
updatedAt: Date;
|
@@ -143618,7 +143509,6 @@ export declare const chatContract: {
|
|
143618
143509
|
cxlog: {
|
143619
143510
|
id: string;
|
143620
143511
|
channel: string | null;
|
143621
|
-
disposition: string | null;
|
143622
143512
|
direction: string | null;
|
143623
143513
|
createdAt: Date;
|
143624
143514
|
updatedAt: Date;
|
@@ -143933,7 +143823,6 @@ export declare const chatContract: {
|
|
143933
143823
|
cxlog: {
|
143934
143824
|
id: string;
|
143935
143825
|
channel: string | null;
|
143936
|
-
disposition: string | null;
|
143937
143826
|
direction: string | null;
|
143938
143827
|
createdAt: Date;
|
143939
143828
|
updatedAt: Date;
|
@@ -144252,7 +144141,6 @@ export declare const chatContract: {
|
|
144252
144141
|
cxlog: {
|
144253
144142
|
id: string;
|
144254
144143
|
channel: string | null;
|
144255
|
-
disposition: string | null;
|
144256
144144
|
direction: string | null;
|
144257
144145
|
createdAt: Date;
|
144258
144146
|
updatedAt: Date;
|
@@ -150350,8 +150238,8 @@ export declare const telephonyContract: {
|
|
150350
150238
|
status: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
150351
150239
|
callFrom: import("zod").ZodOptional<import("zod").ZodString>;
|
150352
150240
|
callTo: import("zod").ZodOptional<import("zod").ZodString>;
|
150353
|
-
trunk: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
150354
150241
|
selectedDate: import("zod").ZodOptional<import("zod").ZodString>;
|
150242
|
+
trunk: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
150355
150243
|
page: import("zod").ZodOptional<import("zod").ZodNumber>;
|
150356
150244
|
pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
150357
150245
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -150359,8 +150247,8 @@ export declare const telephonyContract: {
|
|
150359
150247
|
status?: string[] | undefined;
|
150360
150248
|
callFrom?: string | undefined;
|
150361
150249
|
callTo?: string | undefined;
|
150362
|
-
trunk?: string[] | undefined;
|
150363
150250
|
selectedDate?: string | undefined;
|
150251
|
+
trunk?: string[] | undefined;
|
150364
150252
|
page?: number | undefined;
|
150365
150253
|
pageSize?: number | undefined;
|
150366
150254
|
}, {
|
@@ -150368,8 +150256,8 @@ export declare const telephonyContract: {
|
|
150368
150256
|
status?: string[] | undefined;
|
150369
150257
|
callFrom?: string | undefined;
|
150370
150258
|
callTo?: string | undefined;
|
150371
|
-
trunk?: string[] | undefined;
|
150372
150259
|
selectedDate?: string | undefined;
|
150260
|
+
trunk?: string[] | undefined;
|
150373
150261
|
page?: number | undefined;
|
150374
150262
|
pageSize?: number | undefined;
|
150375
150263
|
}>;
|
@@ -151794,13 +151682,13 @@ export declare const telephonyContract: {
|
|
151794
151682
|
requestId: import("zod").ZodString;
|
151795
151683
|
trunks: import("zod").ZodArray<import("zod").ZodObject<{
|
151796
151684
|
id: import("zod").ZodString;
|
151797
|
-
|
151685
|
+
trunkName: import("zod").ZodString;
|
151798
151686
|
}, "strip", import("zod").ZodTypeAny, {
|
151799
151687
|
id: string;
|
151800
|
-
|
151688
|
+
trunkName: string;
|
151801
151689
|
}, {
|
151802
151690
|
id: string;
|
151803
|
-
|
151691
|
+
trunkName: string;
|
151804
151692
|
}>, "many">;
|
151805
151693
|
status: import("zod").ZodArray<import("zod").ZodEnum<["ANSWERED", "NO ANSWER", "FAILED"]>, "many">;
|
151806
151694
|
type: import("zod").ZodArray<import("zod").ZodEnum<["Inbound", "Outbound", "Internal"]>, "many">;
|
@@ -151810,7 +151698,7 @@ export declare const telephonyContract: {
|
|
151810
151698
|
requestId: string;
|
151811
151699
|
trunks: {
|
151812
151700
|
id: string;
|
151813
|
-
|
151701
|
+
trunkName: string;
|
151814
151702
|
}[];
|
151815
151703
|
}, {
|
151816
151704
|
type: ("Inbound" | "Outbound" | "Internal")[];
|
@@ -151818,7 +151706,7 @@ export declare const telephonyContract: {
|
|
151818
151706
|
requestId: string;
|
151819
151707
|
trunks: {
|
151820
151708
|
id: string;
|
151821
|
-
|
151709
|
+
trunkName: string;
|
151822
151710
|
}[];
|
151823
151711
|
}>;
|
151824
151712
|
401: import("zod").ZodObject<{
|