@kl1/contracts 1.1.35-uat → 1.1.37-uat
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 +50 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -3
- package/dist/index.mjs.map +1 -1
- package/dist/src/chat/index.d.ts +128 -118
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +18 -18
- package/dist/src/chat/validation.d.ts +24 -24
- package/dist/src/contract.d.ts +700 -246
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +8 -8
- package/dist/src/cx-log/schema.d.ts +12 -12
- package/dist/src/instagram/index.d.ts +12 -12
- package/dist/src/line/index.d.ts +12 -12
- package/dist/src/mail/mail-contract.d.ts +30 -30
- package/dist/src/mail/room-contract.d.ts +30 -30
- package/dist/src/mail/schemas/room-validation.schema.d.ts +10 -10
- package/dist/src/mail/schemas/room.schema.d.ts +8 -8
- package/dist/src/messenger/index.d.ts +12 -12
- package/dist/src/viber/index.d.ts +12 -12
- package/dist/src/webchat/index.d.ts +12 -12
- package/dist/src/workflow-rule/index.d.ts +20 -20
- package/dist/src/wrap-up-form/index.d.ts +466 -22
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/schema.d.ts +4 -4
- 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
@@ -871,7 +871,7 @@ export declare const apiContract: {
|
|
871
871
|
}>, "many">;
|
872
872
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
873
873
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
874
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
874
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
875
875
|
id: import("zod").ZodString;
|
876
876
|
createdAt: import("zod").ZodDate;
|
877
877
|
updatedAt: import("zod").ZodDate;
|
@@ -904,7 +904,7 @@ export declare const apiContract: {
|
|
904
904
|
booleanValue: boolean | null;
|
905
905
|
numberValue: number | null;
|
906
906
|
dateValue: Date | null;
|
907
|
-
}>, "many"
|
907
|
+
}>, "many">>>;
|
908
908
|
}, "strip", import("zod").ZodTypeAny, {
|
909
909
|
type: string;
|
910
910
|
id: string;
|
@@ -955,7 +955,7 @@ export declare const apiContract: {
|
|
955
955
|
booleanValue: boolean | null;
|
956
956
|
numberValue: number | null;
|
957
957
|
dateValue: Date | null;
|
958
|
-
}[] | undefined;
|
958
|
+
}[] | null | undefined;
|
959
959
|
}, {
|
960
960
|
type: string;
|
961
961
|
id: string;
|
@@ -1006,7 +1006,7 @@ export declare const apiContract: {
|
|
1006
1006
|
booleanValue: boolean | null;
|
1007
1007
|
numberValue: number | null;
|
1008
1008
|
dateValue: Date | null;
|
1009
|
-
}[] | undefined;
|
1009
|
+
}[] | null | undefined;
|
1010
1010
|
}>>;
|
1011
1011
|
room: import("zod").ZodNullable<import("zod").ZodObject<{
|
1012
1012
|
id: import("zod").ZodString;
|
@@ -6476,7 +6476,7 @@ export declare const apiContract: {
|
|
6476
6476
|
booleanValue: boolean | null;
|
6477
6477
|
numberValue: number | null;
|
6478
6478
|
dateValue: Date | null;
|
6479
|
-
}[] | undefined;
|
6479
|
+
}[] | null | undefined;
|
6480
6480
|
} | null;
|
6481
6481
|
customerPhone: string | null;
|
6482
6482
|
channelType: string | null;
|
@@ -7236,7 +7236,7 @@ export declare const apiContract: {
|
|
7236
7236
|
booleanValue: boolean | null;
|
7237
7237
|
numberValue: number | null;
|
7238
7238
|
dateValue: Date | null;
|
7239
|
-
}[] | undefined;
|
7239
|
+
}[] | null | undefined;
|
7240
7240
|
} | null;
|
7241
7241
|
customerPhone: string | null;
|
7242
7242
|
channelType: string | null;
|
@@ -8002,7 +8002,7 @@ export declare const apiContract: {
|
|
8002
8002
|
booleanValue: boolean | null;
|
8003
8003
|
numberValue: number | null;
|
8004
8004
|
dateValue: Date | null;
|
8005
|
-
}[] | undefined;
|
8005
|
+
}[] | null | undefined;
|
8006
8006
|
} | null;
|
8007
8007
|
customerPhone: string | null;
|
8008
8008
|
channelType: string | null;
|
@@ -8768,7 +8768,7 @@ export declare const apiContract: {
|
|
8768
8768
|
booleanValue: boolean | null;
|
8769
8769
|
numberValue: number | null;
|
8770
8770
|
dateValue: Date | null;
|
8771
|
-
}[] | undefined;
|
8771
|
+
}[] | null | undefined;
|
8772
8772
|
} | null;
|
8773
8773
|
customerPhone: string | null;
|
8774
8774
|
channelType: string | null;
|
@@ -14793,6 +14793,125 @@ export declare const apiContract: {
|
|
14793
14793
|
};
|
14794
14794
|
};
|
14795
14795
|
wrapUpForm: {
|
14796
|
+
getWrapUpFormTimer: {
|
14797
|
+
method: "GET";
|
14798
|
+
responses: {
|
14799
|
+
200: import("zod").ZodObject<{
|
14800
|
+
requestId: import("zod").ZodString;
|
14801
|
+
wrapUpFormTimer: import("zod").ZodNumber;
|
14802
|
+
}, "strip", import("zod").ZodTypeAny, {
|
14803
|
+
requestId: string;
|
14804
|
+
wrapUpFormTimer: number;
|
14805
|
+
}, {
|
14806
|
+
requestId: string;
|
14807
|
+
wrapUpFormTimer: number;
|
14808
|
+
}>;
|
14809
|
+
400: import("zod").ZodObject<{
|
14810
|
+
message: import("zod").ZodString;
|
14811
|
+
}, "strip", import("zod").ZodTypeAny, {
|
14812
|
+
message: string;
|
14813
|
+
}, {
|
14814
|
+
message: string;
|
14815
|
+
}>;
|
14816
|
+
401: import("zod").ZodObject<{
|
14817
|
+
message: import("zod").ZodString;
|
14818
|
+
error: import("zod").ZodAny;
|
14819
|
+
}, "strip", import("zod").ZodTypeAny, {
|
14820
|
+
message: string;
|
14821
|
+
error?: any;
|
14822
|
+
}, {
|
14823
|
+
message: string;
|
14824
|
+
error?: any;
|
14825
|
+
}>;
|
14826
|
+
500: import("zod").ZodObject<{
|
14827
|
+
message: import("zod").ZodString;
|
14828
|
+
error: import("zod").ZodAny;
|
14829
|
+
}, "strip", import("zod").ZodTypeAny, {
|
14830
|
+
message: string;
|
14831
|
+
error?: any;
|
14832
|
+
}, {
|
14833
|
+
message: string;
|
14834
|
+
error?: any;
|
14835
|
+
}>;
|
14836
|
+
};
|
14837
|
+
path: "wrap-up-form/timer";
|
14838
|
+
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
14839
|
+
'x-tenant': import("zod").ZodString;
|
14840
|
+
authorization: import("zod").ZodString;
|
14841
|
+
'x-code': import("zod").ZodOptional<import("zod").ZodString>;
|
14842
|
+
'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
|
14843
|
+
}, "strip", import("zod").ZodTypeAny, {
|
14844
|
+
'x-tenant': string;
|
14845
|
+
authorization: string;
|
14846
|
+
'x-client-timezone': string;
|
14847
|
+
'x-code'?: string | undefined;
|
14848
|
+
}, {
|
14849
|
+
'x-tenant': string;
|
14850
|
+
authorization: string;
|
14851
|
+
'x-code'?: string | undefined;
|
14852
|
+
'x-client-timezone'?: string | undefined;
|
14853
|
+
}>>>;
|
14854
|
+
};
|
14855
|
+
updateWrapUpFormTimer: {
|
14856
|
+
body: import("zod").ZodNumber;
|
14857
|
+
method: "PATCH";
|
14858
|
+
responses: {
|
14859
|
+
200: import("zod").ZodObject<{
|
14860
|
+
requestId: import("zod").ZodString;
|
14861
|
+
wrapUpFormTimer: import("zod").ZodNumber;
|
14862
|
+
}, "strip", import("zod").ZodTypeAny, {
|
14863
|
+
requestId: string;
|
14864
|
+
wrapUpFormTimer: number;
|
14865
|
+
}, {
|
14866
|
+
requestId: string;
|
14867
|
+
wrapUpFormTimer: number;
|
14868
|
+
}>;
|
14869
|
+
400: import("zod").ZodObject<{
|
14870
|
+
message: import("zod").ZodString;
|
14871
|
+
}, "strip", import("zod").ZodTypeAny, {
|
14872
|
+
message: string;
|
14873
|
+
}, {
|
14874
|
+
message: string;
|
14875
|
+
}>;
|
14876
|
+
401: import("zod").ZodObject<{
|
14877
|
+
message: import("zod").ZodString;
|
14878
|
+
error: import("zod").ZodAny;
|
14879
|
+
}, "strip", import("zod").ZodTypeAny, {
|
14880
|
+
message: string;
|
14881
|
+
error?: any;
|
14882
|
+
}, {
|
14883
|
+
message: string;
|
14884
|
+
error?: any;
|
14885
|
+
}>;
|
14886
|
+
500: import("zod").ZodObject<{
|
14887
|
+
message: import("zod").ZodString;
|
14888
|
+
error: import("zod").ZodAny;
|
14889
|
+
}, "strip", import("zod").ZodTypeAny, {
|
14890
|
+
message: string;
|
14891
|
+
error?: any;
|
14892
|
+
}, {
|
14893
|
+
message: string;
|
14894
|
+
error?: any;
|
14895
|
+
}>;
|
14896
|
+
};
|
14897
|
+
path: "wrap-up-form/timer";
|
14898
|
+
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
14899
|
+
'x-tenant': import("zod").ZodString;
|
14900
|
+
authorization: import("zod").ZodString;
|
14901
|
+
'x-code': import("zod").ZodOptional<import("zod").ZodString>;
|
14902
|
+
'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
|
14903
|
+
}, "strip", import("zod").ZodTypeAny, {
|
14904
|
+
'x-tenant': string;
|
14905
|
+
authorization: string;
|
14906
|
+
'x-client-timezone': string;
|
14907
|
+
'x-code'?: string | undefined;
|
14908
|
+
}, {
|
14909
|
+
'x-tenant': string;
|
14910
|
+
authorization: string;
|
14911
|
+
'x-code'?: string | undefined;
|
14912
|
+
'x-client-timezone'?: string | undefined;
|
14913
|
+
}>>>;
|
14914
|
+
};
|
14796
14915
|
createWrapUpForm: {
|
14797
14916
|
body: import("zod").ZodObject<{
|
14798
14917
|
note: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
@@ -14944,7 +15063,7 @@ export declare const apiContract: {
|
|
14944
15063
|
}>, "many">;
|
14945
15064
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
14946
15065
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
14947
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
15066
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
14948
15067
|
id: import("zod").ZodString;
|
14949
15068
|
createdAt: import("zod").ZodDate;
|
14950
15069
|
updatedAt: import("zod").ZodDate;
|
@@ -14977,7 +15096,7 @@ export declare const apiContract: {
|
|
14977
15096
|
booleanValue: boolean | null;
|
14978
15097
|
numberValue: number | null;
|
14979
15098
|
dateValue: Date | null;
|
14980
|
-
}>, "many"
|
15099
|
+
}>, "many">>>;
|
14981
15100
|
}, "strip", import("zod").ZodTypeAny, {
|
14982
15101
|
type: string;
|
14983
15102
|
id: string;
|
@@ -15028,7 +15147,7 @@ export declare const apiContract: {
|
|
15028
15147
|
booleanValue: boolean | null;
|
15029
15148
|
numberValue: number | null;
|
15030
15149
|
dateValue: Date | null;
|
15031
|
-
}[] | undefined;
|
15150
|
+
}[] | null | undefined;
|
15032
15151
|
}, {
|
15033
15152
|
type: string;
|
15034
15153
|
id: string;
|
@@ -15079,7 +15198,7 @@ export declare const apiContract: {
|
|
15079
15198
|
booleanValue: boolean | null;
|
15080
15199
|
numberValue: number | null;
|
15081
15200
|
dateValue: Date | null;
|
15082
|
-
}[] | undefined;
|
15201
|
+
}[] | null | undefined;
|
15083
15202
|
}>;
|
15084
15203
|
}, "strip", import("zod").ZodTypeAny, {
|
15085
15204
|
requestId: string;
|
@@ -15133,7 +15252,7 @@ export declare const apiContract: {
|
|
15133
15252
|
booleanValue: boolean | null;
|
15134
15253
|
numberValue: number | null;
|
15135
15254
|
dateValue: Date | null;
|
15136
|
-
}[] | undefined;
|
15255
|
+
}[] | null | undefined;
|
15137
15256
|
};
|
15138
15257
|
}, {
|
15139
15258
|
requestId: string;
|
@@ -15187,7 +15306,7 @@ export declare const apiContract: {
|
|
15187
15306
|
booleanValue: boolean | null;
|
15188
15307
|
numberValue: number | null;
|
15189
15308
|
dateValue: Date | null;
|
15190
|
-
}[] | undefined;
|
15309
|
+
}[] | null | undefined;
|
15191
15310
|
};
|
15192
15311
|
}>;
|
15193
15312
|
400: import("zod").ZodObject<{
|
@@ -15386,7 +15505,7 @@ export declare const apiContract: {
|
|
15386
15505
|
}>, "many">;
|
15387
15506
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
15388
15507
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
15389
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
15508
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
15390
15509
|
id: import("zod").ZodString;
|
15391
15510
|
createdAt: import("zod").ZodDate;
|
15392
15511
|
updatedAt: import("zod").ZodDate;
|
@@ -15419,7 +15538,7 @@ export declare const apiContract: {
|
|
15419
15538
|
booleanValue: boolean | null;
|
15420
15539
|
numberValue: number | null;
|
15421
15540
|
dateValue: Date | null;
|
15422
|
-
}>, "many"
|
15541
|
+
}>, "many">>>;
|
15423
15542
|
}, "strip", import("zod").ZodTypeAny, {
|
15424
15543
|
type: string;
|
15425
15544
|
id: string;
|
@@ -15470,7 +15589,7 @@ export declare const apiContract: {
|
|
15470
15589
|
booleanValue: boolean | null;
|
15471
15590
|
numberValue: number | null;
|
15472
15591
|
dateValue: Date | null;
|
15473
|
-
}[] | undefined;
|
15592
|
+
}[] | null | undefined;
|
15474
15593
|
}, {
|
15475
15594
|
type: string;
|
15476
15595
|
id: string;
|
@@ -15521,7 +15640,7 @@ export declare const apiContract: {
|
|
15521
15640
|
booleanValue: boolean | null;
|
15522
15641
|
numberValue: number | null;
|
15523
15642
|
dateValue: Date | null;
|
15524
|
-
}[] | undefined;
|
15643
|
+
}[] | null | undefined;
|
15525
15644
|
}>;
|
15526
15645
|
}, "strip", import("zod").ZodTypeAny, {
|
15527
15646
|
requestId: string;
|
@@ -15575,7 +15694,7 @@ export declare const apiContract: {
|
|
15575
15694
|
booleanValue: boolean | null;
|
15576
15695
|
numberValue: number | null;
|
15577
15696
|
dateValue: Date | null;
|
15578
|
-
}[] | undefined;
|
15697
|
+
}[] | null | undefined;
|
15579
15698
|
};
|
15580
15699
|
}, {
|
15581
15700
|
requestId: string;
|
@@ -15629,7 +15748,7 @@ export declare const apiContract: {
|
|
15629
15748
|
booleanValue: boolean | null;
|
15630
15749
|
numberValue: number | null;
|
15631
15750
|
dateValue: Date | null;
|
15632
|
-
}[] | undefined;
|
15751
|
+
}[] | null | undefined;
|
15633
15752
|
};
|
15634
15753
|
}>;
|
15635
15754
|
401: import("zod").ZodObject<{
|
@@ -15724,7 +15843,7 @@ export declare const apiContract: {
|
|
15724
15843
|
booleanValue: boolean | null;
|
15725
15844
|
numberValue: number | null;
|
15726
15845
|
dateValue: Date | null;
|
15727
|
-
}[] | undefined;
|
15846
|
+
}[] | null | undefined;
|
15728
15847
|
}, import("zod").ZodTypeDef, {
|
15729
15848
|
type: string;
|
15730
15849
|
id: string;
|
@@ -15775,7 +15894,7 @@ export declare const apiContract: {
|
|
15775
15894
|
booleanValue: boolean | null;
|
15776
15895
|
numberValue: number | null;
|
15777
15896
|
dateValue: Date | null;
|
15778
|
-
}[] | undefined;
|
15897
|
+
}[] | null | undefined;
|
15779
15898
|
}>, "many">;
|
15780
15899
|
}, "strip", import("zod").ZodTypeAny, {
|
15781
15900
|
data: {
|
@@ -15828,7 +15947,7 @@ export declare const apiContract: {
|
|
15828
15947
|
booleanValue: boolean | null;
|
15829
15948
|
numberValue: number | null;
|
15830
15949
|
dateValue: Date | null;
|
15831
|
-
}[] | undefined;
|
15950
|
+
}[] | null | undefined;
|
15832
15951
|
}[];
|
15833
15952
|
total: number;
|
15834
15953
|
page: number;
|
@@ -15885,7 +16004,7 @@ export declare const apiContract: {
|
|
15885
16004
|
booleanValue: boolean | null;
|
15886
16005
|
numberValue: number | null;
|
15887
16006
|
dateValue: Date | null;
|
15888
|
-
}[] | undefined;
|
16007
|
+
}[] | null | undefined;
|
15889
16008
|
}[];
|
15890
16009
|
total: number;
|
15891
16010
|
page?: number | undefined;
|
@@ -15938,6 +16057,328 @@ export declare const apiContract: {
|
|
15938
16057
|
'x-client-timezone'?: string | undefined;
|
15939
16058
|
}>>>;
|
15940
16059
|
};
|
16060
|
+
getWrapUpForm: {
|
16061
|
+
method: "GET";
|
16062
|
+
pathParams: import("zod").ZodObject<{
|
16063
|
+
id: import("zod").ZodString;
|
16064
|
+
}, "strip", import("zod").ZodTypeAny, {
|
16065
|
+
id: string;
|
16066
|
+
}, {
|
16067
|
+
id: string;
|
16068
|
+
}>;
|
16069
|
+
responses: {
|
16070
|
+
200: import("zod").ZodObject<{
|
16071
|
+
id: import("zod").ZodString;
|
16072
|
+
createdAt: import("zod").ZodDate;
|
16073
|
+
updatedAt: import("zod").ZodDate;
|
16074
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
16075
|
+
note: import("zod").ZodNullable<import("zod").ZodString>;
|
16076
|
+
disposition: import("zod").ZodNullable<import("zod").ZodString>;
|
16077
|
+
type: import("zod").ZodString;
|
16078
|
+
tags: import("zod").ZodArray<import("zod").ZodObject<{
|
16079
|
+
id: import("zod").ZodString;
|
16080
|
+
createdAt: import("zod").ZodDate;
|
16081
|
+
updatedAt: import("zod").ZodDate;
|
16082
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
16083
|
+
name: import("zod").ZodString;
|
16084
|
+
}, "strip", import("zod").ZodTypeAny, {
|
16085
|
+
id: string;
|
16086
|
+
name: string;
|
16087
|
+
createdAt: Date;
|
16088
|
+
updatedAt: Date;
|
16089
|
+
deletedAt: Date | null;
|
16090
|
+
}, {
|
16091
|
+
id: string;
|
16092
|
+
name: string;
|
16093
|
+
createdAt: Date;
|
16094
|
+
updatedAt: Date;
|
16095
|
+
deletedAt: Date | null;
|
16096
|
+
}>, "many">;
|
16097
|
+
categories: import("zod").ZodArray<import("zod").ZodObject<{
|
16098
|
+
id: import("zod").ZodString;
|
16099
|
+
createdAt: import("zod").ZodDate;
|
16100
|
+
updatedAt: import("zod").ZodDate;
|
16101
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
16102
|
+
value: import("zod").ZodString;
|
16103
|
+
level: import("zod").ZodUnion<[import("zod").ZodLiteral<1>, import("zod").ZodLiteral<2>, import("zod").ZodLiteral<3>]>;
|
16104
|
+
parentId: import("zod").ZodNullable<import("zod").ZodString>;
|
16105
|
+
childCategoryList: import("zod").ZodArray<import("zod").ZodObject<{
|
16106
|
+
id: import("zod").ZodString;
|
16107
|
+
value: import("zod").ZodString;
|
16108
|
+
level: import("zod").ZodUnion<[import("zod").ZodLiteral<1>, import("zod").ZodLiteral<2>, import("zod").ZodLiteral<3>]>;
|
16109
|
+
parentId: import("zod").ZodNullable<import("zod").ZodString>;
|
16110
|
+
childCategoryList: import("zod").ZodArray<import("zod").ZodObject<{
|
16111
|
+
id: import("zod").ZodString;
|
16112
|
+
value: import("zod").ZodString;
|
16113
|
+
level: import("zod").ZodUnion<[import("zod").ZodLiteral<1>, import("zod").ZodLiteral<2>, import("zod").ZodLiteral<3>]>;
|
16114
|
+
parentId: import("zod").ZodNullable<import("zod").ZodString>;
|
16115
|
+
childCategoryList: import("zod").ZodArray<import("zod").ZodAny, "many">;
|
16116
|
+
}, "strip", import("zod").ZodTypeAny, {
|
16117
|
+
id: string;
|
16118
|
+
value: string;
|
16119
|
+
level: 2 | 1 | 3;
|
16120
|
+
parentId: string | null;
|
16121
|
+
childCategoryList: any[];
|
16122
|
+
}, {
|
16123
|
+
id: string;
|
16124
|
+
value: string;
|
16125
|
+
level: 2 | 1 | 3;
|
16126
|
+
parentId: string | null;
|
16127
|
+
childCategoryList: any[];
|
16128
|
+
}>, "many">;
|
16129
|
+
}, "strip", import("zod").ZodTypeAny, {
|
16130
|
+
id: string;
|
16131
|
+
value: string;
|
16132
|
+
level: 2 | 1 | 3;
|
16133
|
+
parentId: string | null;
|
16134
|
+
childCategoryList: {
|
16135
|
+
id: string;
|
16136
|
+
value: string;
|
16137
|
+
level: 2 | 1 | 3;
|
16138
|
+
parentId: string | null;
|
16139
|
+
childCategoryList: any[];
|
16140
|
+
}[];
|
16141
|
+
}, {
|
16142
|
+
id: string;
|
16143
|
+
value: string;
|
16144
|
+
level: 2 | 1 | 3;
|
16145
|
+
parentId: string | null;
|
16146
|
+
childCategoryList: {
|
16147
|
+
id: string;
|
16148
|
+
value: string;
|
16149
|
+
level: 2 | 1 | 3;
|
16150
|
+
parentId: string | null;
|
16151
|
+
childCategoryList: any[];
|
16152
|
+
}[];
|
16153
|
+
}>, "many">;
|
16154
|
+
}, "strip", import("zod").ZodTypeAny, {
|
16155
|
+
id: string;
|
16156
|
+
value: string;
|
16157
|
+
createdAt: Date;
|
16158
|
+
updatedAt: Date;
|
16159
|
+
deletedAt: Date | null;
|
16160
|
+
level: 2 | 1 | 3;
|
16161
|
+
parentId: string | null;
|
16162
|
+
childCategoryList: {
|
16163
|
+
id: string;
|
16164
|
+
value: string;
|
16165
|
+
level: 2 | 1 | 3;
|
16166
|
+
parentId: string | null;
|
16167
|
+
childCategoryList: {
|
16168
|
+
id: string;
|
16169
|
+
value: string;
|
16170
|
+
level: 2 | 1 | 3;
|
16171
|
+
parentId: string | null;
|
16172
|
+
childCategoryList: any[];
|
16173
|
+
}[];
|
16174
|
+
}[];
|
16175
|
+
}, {
|
16176
|
+
id: string;
|
16177
|
+
value: string;
|
16178
|
+
createdAt: Date;
|
16179
|
+
updatedAt: Date;
|
16180
|
+
deletedAt: Date | null;
|
16181
|
+
level: 2 | 1 | 3;
|
16182
|
+
parentId: string | null;
|
16183
|
+
childCategoryList: {
|
16184
|
+
id: string;
|
16185
|
+
value: string;
|
16186
|
+
level: 2 | 1 | 3;
|
16187
|
+
parentId: string | null;
|
16188
|
+
childCategoryList: {
|
16189
|
+
id: string;
|
16190
|
+
value: string;
|
16191
|
+
level: 2 | 1 | 3;
|
16192
|
+
parentId: string | null;
|
16193
|
+
childCategoryList: any[];
|
16194
|
+
}[];
|
16195
|
+
}[];
|
16196
|
+
}>, "many">;
|
16197
|
+
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
16198
|
+
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
16199
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
16200
|
+
id: import("zod").ZodString;
|
16201
|
+
createdAt: import("zod").ZodDate;
|
16202
|
+
updatedAt: import("zod").ZodDate;
|
16203
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
16204
|
+
textValue: import("zod").ZodNullable<import("zod").ZodString>;
|
16205
|
+
booleanValue: import("zod").ZodNullable<import("zod").ZodBoolean>;
|
16206
|
+
numberValue: import("zod").ZodNullable<import("zod").ZodNumber>;
|
16207
|
+
dateValue: import("zod").ZodNullable<import("zod").ZodDate>;
|
16208
|
+
entityId: import("zod").ZodString;
|
16209
|
+
attributeId: import("zod").ZodString;
|
16210
|
+
}, "strip", import("zod").ZodTypeAny, {
|
16211
|
+
id: string;
|
16212
|
+
createdAt: Date;
|
16213
|
+
updatedAt: Date;
|
16214
|
+
deletedAt: Date | null;
|
16215
|
+
entityId: string;
|
16216
|
+
attributeId: string;
|
16217
|
+
textValue: string | null;
|
16218
|
+
booleanValue: boolean | null;
|
16219
|
+
numberValue: number | null;
|
16220
|
+
dateValue: Date | null;
|
16221
|
+
}, {
|
16222
|
+
id: string;
|
16223
|
+
createdAt: Date;
|
16224
|
+
updatedAt: Date;
|
16225
|
+
deletedAt: Date | null;
|
16226
|
+
entityId: string;
|
16227
|
+
attributeId: string;
|
16228
|
+
textValue: string | null;
|
16229
|
+
booleanValue: boolean | null;
|
16230
|
+
numberValue: number | null;
|
16231
|
+
dateValue: Date | null;
|
16232
|
+
}>, "many">>>;
|
16233
|
+
}, "strip", import("zod").ZodTypeAny, {
|
16234
|
+
type: string;
|
16235
|
+
id: string;
|
16236
|
+
disposition: string | null;
|
16237
|
+
createdAt: Date;
|
16238
|
+
updatedAt: Date;
|
16239
|
+
deletedAt: Date | null;
|
16240
|
+
categories: {
|
16241
|
+
id: string;
|
16242
|
+
value: string;
|
16243
|
+
createdAt: Date;
|
16244
|
+
updatedAt: Date;
|
16245
|
+
deletedAt: Date | null;
|
16246
|
+
level: 2 | 1 | 3;
|
16247
|
+
parentId: string | null;
|
16248
|
+
childCategoryList: {
|
16249
|
+
id: string;
|
16250
|
+
value: string;
|
16251
|
+
level: 2 | 1 | 3;
|
16252
|
+
parentId: string | null;
|
16253
|
+
childCategoryList: {
|
16254
|
+
id: string;
|
16255
|
+
value: string;
|
16256
|
+
level: 2 | 1 | 3;
|
16257
|
+
parentId: string | null;
|
16258
|
+
childCategoryList: any[];
|
16259
|
+
}[];
|
16260
|
+
}[];
|
16261
|
+
}[];
|
16262
|
+
tags: {
|
16263
|
+
id: string;
|
16264
|
+
name: string;
|
16265
|
+
createdAt: Date;
|
16266
|
+
updatedAt: Date;
|
16267
|
+
deletedAt: Date | null;
|
16268
|
+
}[];
|
16269
|
+
callFrom: string | null;
|
16270
|
+
callTo: string | null;
|
16271
|
+
note: string | null;
|
16272
|
+
customFields?: {
|
16273
|
+
id: string;
|
16274
|
+
createdAt: Date;
|
16275
|
+
updatedAt: Date;
|
16276
|
+
deletedAt: Date | null;
|
16277
|
+
entityId: string;
|
16278
|
+
attributeId: string;
|
16279
|
+
textValue: string | null;
|
16280
|
+
booleanValue: boolean | null;
|
16281
|
+
numberValue: number | null;
|
16282
|
+
dateValue: Date | null;
|
16283
|
+
}[] | null | undefined;
|
16284
|
+
}, {
|
16285
|
+
type: string;
|
16286
|
+
id: string;
|
16287
|
+
disposition: string | null;
|
16288
|
+
createdAt: Date;
|
16289
|
+
updatedAt: Date;
|
16290
|
+
deletedAt: Date | null;
|
16291
|
+
categories: {
|
16292
|
+
id: string;
|
16293
|
+
value: string;
|
16294
|
+
createdAt: Date;
|
16295
|
+
updatedAt: Date;
|
16296
|
+
deletedAt: Date | null;
|
16297
|
+
level: 2 | 1 | 3;
|
16298
|
+
parentId: string | null;
|
16299
|
+
childCategoryList: {
|
16300
|
+
id: string;
|
16301
|
+
value: string;
|
16302
|
+
level: 2 | 1 | 3;
|
16303
|
+
parentId: string | null;
|
16304
|
+
childCategoryList: {
|
16305
|
+
id: string;
|
16306
|
+
value: string;
|
16307
|
+
level: 2 | 1 | 3;
|
16308
|
+
parentId: string | null;
|
16309
|
+
childCategoryList: any[];
|
16310
|
+
}[];
|
16311
|
+
}[];
|
16312
|
+
}[];
|
16313
|
+
tags: {
|
16314
|
+
id: string;
|
16315
|
+
name: string;
|
16316
|
+
createdAt: Date;
|
16317
|
+
updatedAt: Date;
|
16318
|
+
deletedAt: Date | null;
|
16319
|
+
}[];
|
16320
|
+
callFrom: string | null;
|
16321
|
+
callTo: string | null;
|
16322
|
+
note: string | null;
|
16323
|
+
customFields?: {
|
16324
|
+
id: string;
|
16325
|
+
createdAt: Date;
|
16326
|
+
updatedAt: Date;
|
16327
|
+
deletedAt: Date | null;
|
16328
|
+
entityId: string;
|
16329
|
+
attributeId: string;
|
16330
|
+
textValue: string | null;
|
16331
|
+
booleanValue: boolean | null;
|
16332
|
+
numberValue: number | null;
|
16333
|
+
dateValue: Date | null;
|
16334
|
+
}[] | null | undefined;
|
16335
|
+
}>;
|
16336
|
+
400: import("zod").ZodObject<{
|
16337
|
+
message: import("zod").ZodString;
|
16338
|
+
}, "strip", import("zod").ZodTypeAny, {
|
16339
|
+
message: string;
|
16340
|
+
}, {
|
16341
|
+
message: string;
|
16342
|
+
}>;
|
16343
|
+
401: import("zod").ZodObject<{
|
16344
|
+
message: import("zod").ZodString;
|
16345
|
+
error: import("zod").ZodAny;
|
16346
|
+
}, "strip", import("zod").ZodTypeAny, {
|
16347
|
+
message: string;
|
16348
|
+
error?: any;
|
16349
|
+
}, {
|
16350
|
+
message: string;
|
16351
|
+
error?: any;
|
16352
|
+
}>;
|
16353
|
+
500: import("zod").ZodObject<{
|
16354
|
+
message: import("zod").ZodString;
|
16355
|
+
error: import("zod").ZodAny;
|
16356
|
+
}, "strip", import("zod").ZodTypeAny, {
|
16357
|
+
message: string;
|
16358
|
+
error?: any;
|
16359
|
+
}, {
|
16360
|
+
message: string;
|
16361
|
+
error?: any;
|
16362
|
+
}>;
|
16363
|
+
};
|
16364
|
+
path: "wrap-up-form/:id";
|
16365
|
+
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
16366
|
+
'x-tenant': import("zod").ZodString;
|
16367
|
+
authorization: import("zod").ZodString;
|
16368
|
+
'x-code': import("zod").ZodOptional<import("zod").ZodString>;
|
16369
|
+
'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
|
16370
|
+
}, "strip", import("zod").ZodTypeAny, {
|
16371
|
+
'x-tenant': string;
|
16372
|
+
authorization: string;
|
16373
|
+
'x-client-timezone': string;
|
16374
|
+
'x-code'?: string | undefined;
|
16375
|
+
}, {
|
16376
|
+
'x-tenant': string;
|
16377
|
+
authorization: string;
|
16378
|
+
'x-code'?: string | undefined;
|
16379
|
+
'x-client-timezone'?: string | undefined;
|
16380
|
+
}>>>;
|
16381
|
+
};
|
15941
16382
|
updateWrapUpForm: {
|
15942
16383
|
body: import("zod").ZodObject<{
|
15943
16384
|
disposition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
@@ -15960,6 +16401,7 @@ export declare const apiContract: {
|
|
15960
16401
|
id: string;
|
15961
16402
|
value: string;
|
15962
16403
|
}>, "many">>;
|
16404
|
+
durationSeconds: import("zod").ZodOptional<import("zod").ZodNumber>;
|
15963
16405
|
}, "strip", import("zod").ZodTypeAny, {
|
15964
16406
|
disposition?: string | null | undefined;
|
15965
16407
|
callFrom?: string | null | undefined;
|
@@ -15973,6 +16415,7 @@ export declare const apiContract: {
|
|
15973
16415
|
id: string;
|
15974
16416
|
value: string;
|
15975
16417
|
}[] | undefined;
|
16418
|
+
durationSeconds?: number | undefined;
|
15976
16419
|
}, {
|
15977
16420
|
disposition?: string | null | undefined;
|
15978
16421
|
callFrom?: string | null | undefined;
|
@@ -15986,6 +16429,7 @@ export declare const apiContract: {
|
|
15986
16429
|
id: string;
|
15987
16430
|
value: string;
|
15988
16431
|
}[] | undefined;
|
16432
|
+
durationSeconds?: number | undefined;
|
15989
16433
|
}>;
|
15990
16434
|
summary: "Update a wrap up form.";
|
15991
16435
|
method: "PATCH";
|
@@ -16128,7 +16572,7 @@ export declare const apiContract: {
|
|
16128
16572
|
}>, "many">;
|
16129
16573
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
16130
16574
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
16131
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
16575
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
16132
16576
|
id: import("zod").ZodString;
|
16133
16577
|
createdAt: import("zod").ZodDate;
|
16134
16578
|
updatedAt: import("zod").ZodDate;
|
@@ -16161,7 +16605,7 @@ export declare const apiContract: {
|
|
16161
16605
|
booleanValue: boolean | null;
|
16162
16606
|
numberValue: number | null;
|
16163
16607
|
dateValue: Date | null;
|
16164
|
-
}>, "many"
|
16608
|
+
}>, "many">>>;
|
16165
16609
|
}, "strip", import("zod").ZodTypeAny, {
|
16166
16610
|
type: string;
|
16167
16611
|
id: string;
|
@@ -16212,7 +16656,7 @@ export declare const apiContract: {
|
|
16212
16656
|
booleanValue: boolean | null;
|
16213
16657
|
numberValue: number | null;
|
16214
16658
|
dateValue: Date | null;
|
16215
|
-
}[] | undefined;
|
16659
|
+
}[] | null | undefined;
|
16216
16660
|
}, {
|
16217
16661
|
type: string;
|
16218
16662
|
id: string;
|
@@ -16263,7 +16707,7 @@ export declare const apiContract: {
|
|
16263
16707
|
booleanValue: boolean | null;
|
16264
16708
|
numberValue: number | null;
|
16265
16709
|
dateValue: Date | null;
|
16266
|
-
}[] | undefined;
|
16710
|
+
}[] | null | undefined;
|
16267
16711
|
}>;
|
16268
16712
|
}, "strip", import("zod").ZodTypeAny, {
|
16269
16713
|
requestId: string;
|
@@ -16317,7 +16761,7 @@ export declare const apiContract: {
|
|
16317
16761
|
booleanValue: boolean | null;
|
16318
16762
|
numberValue: number | null;
|
16319
16763
|
dateValue: Date | null;
|
16320
|
-
}[] | undefined;
|
16764
|
+
}[] | null | undefined;
|
16321
16765
|
};
|
16322
16766
|
}, {
|
16323
16767
|
requestId: string;
|
@@ -16371,7 +16815,7 @@ export declare const apiContract: {
|
|
16371
16815
|
booleanValue: boolean | null;
|
16372
16816
|
numberValue: number | null;
|
16373
16817
|
dateValue: Date | null;
|
16374
|
-
}[] | undefined;
|
16818
|
+
}[] | null | undefined;
|
16375
16819
|
};
|
16376
16820
|
}>;
|
16377
16821
|
400: import("zod").ZodObject<{
|
@@ -75310,7 +75754,7 @@ export declare const platformContract: {
|
|
75310
75754
|
}>, "many">;
|
75311
75755
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
75312
75756
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
75313
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
75757
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
75314
75758
|
id: import("zod").ZodString;
|
75315
75759
|
createdAt: import("zod").ZodDate;
|
75316
75760
|
updatedAt: import("zod").ZodDate;
|
@@ -75343,7 +75787,7 @@ export declare const platformContract: {
|
|
75343
75787
|
booleanValue: boolean | null;
|
75344
75788
|
numberValue: number | null;
|
75345
75789
|
dateValue: Date | null;
|
75346
|
-
}>, "many"
|
75790
|
+
}>, "many">>>;
|
75347
75791
|
}, "strip", import("zod").ZodTypeAny, {
|
75348
75792
|
type: string;
|
75349
75793
|
id: string;
|
@@ -75394,7 +75838,7 @@ export declare const platformContract: {
|
|
75394
75838
|
booleanValue: boolean | null;
|
75395
75839
|
numberValue: number | null;
|
75396
75840
|
dateValue: Date | null;
|
75397
|
-
}[] | undefined;
|
75841
|
+
}[] | null | undefined;
|
75398
75842
|
}, {
|
75399
75843
|
type: string;
|
75400
75844
|
id: string;
|
@@ -75445,7 +75889,7 @@ export declare const platformContract: {
|
|
75445
75889
|
booleanValue: boolean | null;
|
75446
75890
|
numberValue: number | null;
|
75447
75891
|
dateValue: Date | null;
|
75448
|
-
}[] | undefined;
|
75892
|
+
}[] | null | undefined;
|
75449
75893
|
}>>;
|
75450
75894
|
}, "strip", import("zod").ZodTypeAny, {
|
75451
75895
|
id: string;
|
@@ -75513,7 +75957,7 @@ export declare const platformContract: {
|
|
75513
75957
|
booleanValue: boolean | null;
|
75514
75958
|
numberValue: number | null;
|
75515
75959
|
dateValue: Date | null;
|
75516
|
-
}[] | undefined;
|
75960
|
+
}[] | null | undefined;
|
75517
75961
|
} | null;
|
75518
75962
|
}, {
|
75519
75963
|
id: string;
|
@@ -75581,7 +76025,7 @@ export declare const platformContract: {
|
|
75581
76025
|
booleanValue: boolean | null;
|
75582
76026
|
numberValue: number | null;
|
75583
76027
|
dateValue: Date | null;
|
75584
|
-
}[] | undefined;
|
76028
|
+
}[] | null | undefined;
|
75585
76029
|
} | null;
|
75586
76030
|
}>;
|
75587
76031
|
workflowRule: import("zod").ZodObject<{
|
@@ -75955,7 +76399,7 @@ export declare const platformContract: {
|
|
75955
76399
|
booleanValue: boolean | null;
|
75956
76400
|
numberValue: number | null;
|
75957
76401
|
dateValue: Date | null;
|
75958
|
-
}[] | undefined;
|
76402
|
+
}[] | null | undefined;
|
75959
76403
|
} | null;
|
75960
76404
|
};
|
75961
76405
|
workflowRule: {
|
@@ -76313,7 +76757,7 @@ export declare const platformContract: {
|
|
76313
76757
|
booleanValue: boolean | null;
|
76314
76758
|
numberValue: number | null;
|
76315
76759
|
dateValue: Date | null;
|
76316
|
-
}[] | undefined;
|
76760
|
+
}[] | null | undefined;
|
76317
76761
|
} | null;
|
76318
76762
|
};
|
76319
76763
|
workflowRule: {
|
@@ -78442,7 +78886,7 @@ export declare const platformContract: {
|
|
78442
78886
|
booleanValue: boolean | null;
|
78443
78887
|
numberValue: number | null;
|
78444
78888
|
dateValue: Date | null;
|
78445
|
-
}[] | undefined;
|
78889
|
+
}[] | null | undefined;
|
78446
78890
|
} | null;
|
78447
78891
|
};
|
78448
78892
|
workflowRule: {
|
@@ -79135,7 +79579,7 @@ export declare const platformContract: {
|
|
79135
79579
|
booleanValue: boolean | null;
|
79136
79580
|
numberValue: number | null;
|
79137
79581
|
dateValue: Date | null;
|
79138
|
-
}[] | undefined;
|
79582
|
+
}[] | null | undefined;
|
79139
79583
|
} | null;
|
79140
79584
|
};
|
79141
79585
|
workflowRule: {
|
@@ -79830,7 +80274,7 @@ export declare const platformContract: {
|
|
79830
80274
|
booleanValue: boolean | null;
|
79831
80275
|
numberValue: number | null;
|
79832
80276
|
dateValue: Date | null;
|
79833
|
-
}[] | undefined;
|
80277
|
+
}[] | null | undefined;
|
79834
80278
|
} | null;
|
79835
80279
|
};
|
79836
80280
|
workflowRule: {
|
@@ -80526,7 +80970,7 @@ export declare const platformContract: {
|
|
80526
80970
|
booleanValue: boolean | null;
|
80527
80971
|
numberValue: number | null;
|
80528
80972
|
dateValue: Date | null;
|
80529
|
-
}[] | undefined;
|
80973
|
+
}[] | null | undefined;
|
80530
80974
|
} | null;
|
80531
80975
|
};
|
80532
80976
|
workflowRule: {
|
@@ -83955,7 +84399,7 @@ export declare const platformContract: {
|
|
83955
84399
|
}>, "many">;
|
83956
84400
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
83957
84401
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
83958
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
84402
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
83959
84403
|
id: import("zod").ZodString;
|
83960
84404
|
createdAt: import("zod").ZodDate;
|
83961
84405
|
updatedAt: import("zod").ZodDate;
|
@@ -83988,7 +84432,7 @@ export declare const platformContract: {
|
|
83988
84432
|
booleanValue: boolean | null;
|
83989
84433
|
numberValue: number | null;
|
83990
84434
|
dateValue: Date | null;
|
83991
|
-
}>, "many"
|
84435
|
+
}>, "many">>>;
|
83992
84436
|
}, "strip", import("zod").ZodTypeAny, {
|
83993
84437
|
type: string;
|
83994
84438
|
id: string;
|
@@ -84039,7 +84483,7 @@ export declare const platformContract: {
|
|
84039
84483
|
booleanValue: boolean | null;
|
84040
84484
|
numberValue: number | null;
|
84041
84485
|
dateValue: Date | null;
|
84042
|
-
}[] | undefined;
|
84486
|
+
}[] | null | undefined;
|
84043
84487
|
}, {
|
84044
84488
|
type: string;
|
84045
84489
|
id: string;
|
@@ -84090,7 +84534,7 @@ export declare const platformContract: {
|
|
84090
84534
|
booleanValue: boolean | null;
|
84091
84535
|
numberValue: number | null;
|
84092
84536
|
dateValue: Date | null;
|
84093
|
-
}[] | undefined;
|
84537
|
+
}[] | null | undefined;
|
84094
84538
|
}>>;
|
84095
84539
|
}, "strip", import("zod").ZodTypeAny, {
|
84096
84540
|
id: string;
|
@@ -84158,7 +84602,7 @@ export declare const platformContract: {
|
|
84158
84602
|
booleanValue: boolean | null;
|
84159
84603
|
numberValue: number | null;
|
84160
84604
|
dateValue: Date | null;
|
84161
|
-
}[] | undefined;
|
84605
|
+
}[] | null | undefined;
|
84162
84606
|
} | null;
|
84163
84607
|
}, {
|
84164
84608
|
id: string;
|
@@ -84226,7 +84670,7 @@ export declare const platformContract: {
|
|
84226
84670
|
booleanValue: boolean | null;
|
84227
84671
|
numberValue: number | null;
|
84228
84672
|
dateValue: Date | null;
|
84229
|
-
}[] | undefined;
|
84673
|
+
}[] | null | undefined;
|
84230
84674
|
} | null;
|
84231
84675
|
}>;
|
84232
84676
|
workflowRule: import("zod").ZodObject<{
|
@@ -84600,7 +85044,7 @@ export declare const platformContract: {
|
|
84600
85044
|
booleanValue: boolean | null;
|
84601
85045
|
numberValue: number | null;
|
84602
85046
|
dateValue: Date | null;
|
84603
|
-
}[] | undefined;
|
85047
|
+
}[] | null | undefined;
|
84604
85048
|
} | null;
|
84605
85049
|
};
|
84606
85050
|
workflowRule: {
|
@@ -84958,7 +85402,7 @@ export declare const platformContract: {
|
|
84958
85402
|
booleanValue: boolean | null;
|
84959
85403
|
numberValue: number | null;
|
84960
85404
|
dateValue: Date | null;
|
84961
|
-
}[] | undefined;
|
85405
|
+
}[] | null | undefined;
|
84962
85406
|
} | null;
|
84963
85407
|
};
|
84964
85408
|
workflowRule: {
|
@@ -87087,7 +87531,7 @@ export declare const platformContract: {
|
|
87087
87531
|
booleanValue: boolean | null;
|
87088
87532
|
numberValue: number | null;
|
87089
87533
|
dateValue: Date | null;
|
87090
|
-
}[] | undefined;
|
87534
|
+
}[] | null | undefined;
|
87091
87535
|
} | null;
|
87092
87536
|
};
|
87093
87537
|
workflowRule: {
|
@@ -87780,7 +88224,7 @@ export declare const platformContract: {
|
|
87780
88224
|
booleanValue: boolean | null;
|
87781
88225
|
numberValue: number | null;
|
87782
88226
|
dateValue: Date | null;
|
87783
|
-
}[] | undefined;
|
88227
|
+
}[] | null | undefined;
|
87784
88228
|
} | null;
|
87785
88229
|
};
|
87786
88230
|
workflowRule: {
|
@@ -88475,7 +88919,7 @@ export declare const platformContract: {
|
|
88475
88919
|
booleanValue: boolean | null;
|
88476
88920
|
numberValue: number | null;
|
88477
88921
|
dateValue: Date | null;
|
88478
|
-
}[] | undefined;
|
88922
|
+
}[] | null | undefined;
|
88479
88923
|
} | null;
|
88480
88924
|
};
|
88481
88925
|
workflowRule: {
|
@@ -89171,7 +89615,7 @@ export declare const platformContract: {
|
|
89171
89615
|
booleanValue: boolean | null;
|
89172
89616
|
numberValue: number | null;
|
89173
89617
|
dateValue: Date | null;
|
89174
|
-
}[] | undefined;
|
89618
|
+
}[] | null | undefined;
|
89175
89619
|
} | null;
|
89176
89620
|
};
|
89177
89621
|
workflowRule: {
|
@@ -93286,7 +93730,7 @@ export declare const platformContract: {
|
|
93286
93730
|
}>, "many">;
|
93287
93731
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
93288
93732
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
93289
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
93733
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
93290
93734
|
id: import("zod").ZodString;
|
93291
93735
|
createdAt: import("zod").ZodDate;
|
93292
93736
|
updatedAt: import("zod").ZodDate;
|
@@ -93319,7 +93763,7 @@ export declare const platformContract: {
|
|
93319
93763
|
booleanValue: boolean | null;
|
93320
93764
|
numberValue: number | null;
|
93321
93765
|
dateValue: Date | null;
|
93322
|
-
}>, "many"
|
93766
|
+
}>, "many">>>;
|
93323
93767
|
}, "strip", import("zod").ZodTypeAny, {
|
93324
93768
|
type: string;
|
93325
93769
|
id: string;
|
@@ -93370,7 +93814,7 @@ export declare const platformContract: {
|
|
93370
93814
|
booleanValue: boolean | null;
|
93371
93815
|
numberValue: number | null;
|
93372
93816
|
dateValue: Date | null;
|
93373
|
-
}[] | undefined;
|
93817
|
+
}[] | null | undefined;
|
93374
93818
|
}, {
|
93375
93819
|
type: string;
|
93376
93820
|
id: string;
|
@@ -93421,7 +93865,7 @@ export declare const platformContract: {
|
|
93421
93865
|
booleanValue: boolean | null;
|
93422
93866
|
numberValue: number | null;
|
93423
93867
|
dateValue: Date | null;
|
93424
|
-
}[] | undefined;
|
93868
|
+
}[] | null | undefined;
|
93425
93869
|
}>>;
|
93426
93870
|
}, "strip", import("zod").ZodTypeAny, {
|
93427
93871
|
id: string;
|
@@ -93489,7 +93933,7 @@ export declare const platformContract: {
|
|
93489
93933
|
booleanValue: boolean | null;
|
93490
93934
|
numberValue: number | null;
|
93491
93935
|
dateValue: Date | null;
|
93492
|
-
}[] | undefined;
|
93936
|
+
}[] | null | undefined;
|
93493
93937
|
} | null;
|
93494
93938
|
}, {
|
93495
93939
|
id: string;
|
@@ -93557,7 +94001,7 @@ export declare const platformContract: {
|
|
93557
94001
|
booleanValue: boolean | null;
|
93558
94002
|
numberValue: number | null;
|
93559
94003
|
dateValue: Date | null;
|
93560
|
-
}[] | undefined;
|
94004
|
+
}[] | null | undefined;
|
93561
94005
|
} | null;
|
93562
94006
|
}>;
|
93563
94007
|
workflowRule: import("zod").ZodObject<{
|
@@ -93931,7 +94375,7 @@ export declare const platformContract: {
|
|
93931
94375
|
booleanValue: boolean | null;
|
93932
94376
|
numberValue: number | null;
|
93933
94377
|
dateValue: Date | null;
|
93934
|
-
}[] | undefined;
|
94378
|
+
}[] | null | undefined;
|
93935
94379
|
} | null;
|
93936
94380
|
};
|
93937
94381
|
workflowRule: {
|
@@ -94289,7 +94733,7 @@ export declare const platformContract: {
|
|
94289
94733
|
booleanValue: boolean | null;
|
94290
94734
|
numberValue: number | null;
|
94291
94735
|
dateValue: Date | null;
|
94292
|
-
}[] | undefined;
|
94736
|
+
}[] | null | undefined;
|
94293
94737
|
} | null;
|
94294
94738
|
};
|
94295
94739
|
workflowRule: {
|
@@ -96418,7 +96862,7 @@ export declare const platformContract: {
|
|
96418
96862
|
booleanValue: boolean | null;
|
96419
96863
|
numberValue: number | null;
|
96420
96864
|
dateValue: Date | null;
|
96421
|
-
}[] | undefined;
|
96865
|
+
}[] | null | undefined;
|
96422
96866
|
} | null;
|
96423
96867
|
};
|
96424
96868
|
workflowRule: {
|
@@ -97111,7 +97555,7 @@ export declare const platformContract: {
|
|
97111
97555
|
booleanValue: boolean | null;
|
97112
97556
|
numberValue: number | null;
|
97113
97557
|
dateValue: Date | null;
|
97114
|
-
}[] | undefined;
|
97558
|
+
}[] | null | undefined;
|
97115
97559
|
} | null;
|
97116
97560
|
};
|
97117
97561
|
workflowRule: {
|
@@ -97806,7 +98250,7 @@ export declare const platformContract: {
|
|
97806
98250
|
booleanValue: boolean | null;
|
97807
98251
|
numberValue: number | null;
|
97808
98252
|
dateValue: Date | null;
|
97809
|
-
}[] | undefined;
|
98253
|
+
}[] | null | undefined;
|
97810
98254
|
} | null;
|
97811
98255
|
};
|
97812
98256
|
workflowRule: {
|
@@ -98502,7 +98946,7 @@ export declare const platformContract: {
|
|
98502
98946
|
booleanValue: boolean | null;
|
98503
98947
|
numberValue: number | null;
|
98504
98948
|
dateValue: Date | null;
|
98505
|
-
}[] | undefined;
|
98949
|
+
}[] | null | undefined;
|
98506
98950
|
} | null;
|
98507
98951
|
};
|
98508
98952
|
workflowRule: {
|
@@ -103697,7 +104141,7 @@ export declare const platformContract: {
|
|
103697
104141
|
}>, "many">;
|
103698
104142
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
103699
104143
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
103700
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
104144
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
103701
104145
|
id: import("zod").ZodString;
|
103702
104146
|
createdAt: import("zod").ZodDate;
|
103703
104147
|
updatedAt: import("zod").ZodDate;
|
@@ -103730,7 +104174,7 @@ export declare const platformContract: {
|
|
103730
104174
|
booleanValue: boolean | null;
|
103731
104175
|
numberValue: number | null;
|
103732
104176
|
dateValue: Date | null;
|
103733
|
-
}>, "many"
|
104177
|
+
}>, "many">>>;
|
103734
104178
|
}, "strip", import("zod").ZodTypeAny, {
|
103735
104179
|
type: string;
|
103736
104180
|
id: string;
|
@@ -103781,7 +104225,7 @@ export declare const platformContract: {
|
|
103781
104225
|
booleanValue: boolean | null;
|
103782
104226
|
numberValue: number | null;
|
103783
104227
|
dateValue: Date | null;
|
103784
|
-
}[] | undefined;
|
104228
|
+
}[] | null | undefined;
|
103785
104229
|
}, {
|
103786
104230
|
type: string;
|
103787
104231
|
id: string;
|
@@ -103832,7 +104276,7 @@ export declare const platformContract: {
|
|
103832
104276
|
booleanValue: boolean | null;
|
103833
104277
|
numberValue: number | null;
|
103834
104278
|
dateValue: Date | null;
|
103835
|
-
}[] | undefined;
|
104279
|
+
}[] | null | undefined;
|
103836
104280
|
}>>;
|
103837
104281
|
}, "strip", import("zod").ZodTypeAny, {
|
103838
104282
|
id: string;
|
@@ -103900,7 +104344,7 @@ export declare const platformContract: {
|
|
103900
104344
|
booleanValue: boolean | null;
|
103901
104345
|
numberValue: number | null;
|
103902
104346
|
dateValue: Date | null;
|
103903
|
-
}[] | undefined;
|
104347
|
+
}[] | null | undefined;
|
103904
104348
|
} | null;
|
103905
104349
|
}, {
|
103906
104350
|
id: string;
|
@@ -103968,7 +104412,7 @@ export declare const platformContract: {
|
|
103968
104412
|
booleanValue: boolean | null;
|
103969
104413
|
numberValue: number | null;
|
103970
104414
|
dateValue: Date | null;
|
103971
|
-
}[] | undefined;
|
104415
|
+
}[] | null | undefined;
|
103972
104416
|
} | null;
|
103973
104417
|
}>;
|
103974
104418
|
workflowRule: import("zod").ZodObject<{
|
@@ -104342,7 +104786,7 @@ export declare const platformContract: {
|
|
104342
104786
|
booleanValue: boolean | null;
|
104343
104787
|
numberValue: number | null;
|
104344
104788
|
dateValue: Date | null;
|
104345
|
-
}[] | undefined;
|
104789
|
+
}[] | null | undefined;
|
104346
104790
|
} | null;
|
104347
104791
|
};
|
104348
104792
|
workflowRule: {
|
@@ -104700,7 +105144,7 @@ export declare const platformContract: {
|
|
104700
105144
|
booleanValue: boolean | null;
|
104701
105145
|
numberValue: number | null;
|
104702
105146
|
dateValue: Date | null;
|
104703
|
-
}[] | undefined;
|
105147
|
+
}[] | null | undefined;
|
104704
105148
|
} | null;
|
104705
105149
|
};
|
104706
105150
|
workflowRule: {
|
@@ -106829,7 +107273,7 @@ export declare const platformContract: {
|
|
106829
107273
|
booleanValue: boolean | null;
|
106830
107274
|
numberValue: number | null;
|
106831
107275
|
dateValue: Date | null;
|
106832
|
-
}[] | undefined;
|
107276
|
+
}[] | null | undefined;
|
106833
107277
|
} | null;
|
106834
107278
|
};
|
106835
107279
|
workflowRule: {
|
@@ -107522,7 +107966,7 @@ export declare const platformContract: {
|
|
107522
107966
|
booleanValue: boolean | null;
|
107523
107967
|
numberValue: number | null;
|
107524
107968
|
dateValue: Date | null;
|
107525
|
-
}[] | undefined;
|
107969
|
+
}[] | null | undefined;
|
107526
107970
|
} | null;
|
107527
107971
|
};
|
107528
107972
|
workflowRule: {
|
@@ -108217,7 +108661,7 @@ export declare const platformContract: {
|
|
108217
108661
|
booleanValue: boolean | null;
|
108218
108662
|
numberValue: number | null;
|
108219
108663
|
dateValue: Date | null;
|
108220
|
-
}[] | undefined;
|
108664
|
+
}[] | null | undefined;
|
108221
108665
|
} | null;
|
108222
108666
|
};
|
108223
108667
|
workflowRule: {
|
@@ -108913,7 +109357,7 @@ export declare const platformContract: {
|
|
108913
109357
|
booleanValue: boolean | null;
|
108914
109358
|
numberValue: number | null;
|
108915
109359
|
dateValue: Date | null;
|
108916
|
-
}[] | undefined;
|
109360
|
+
}[] | null | undefined;
|
108917
109361
|
} | null;
|
108918
109362
|
};
|
108919
109363
|
workflowRule: {
|
@@ -112427,7 +112871,7 @@ export declare const platformContract: {
|
|
112427
112871
|
}>, "many">;
|
112428
112872
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
112429
112873
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
112430
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
112874
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
112431
112875
|
id: import("zod").ZodString;
|
112432
112876
|
createdAt: import("zod").ZodDate;
|
112433
112877
|
updatedAt: import("zod").ZodDate;
|
@@ -112460,7 +112904,7 @@ export declare const platformContract: {
|
|
112460
112904
|
booleanValue: boolean | null;
|
112461
112905
|
numberValue: number | null;
|
112462
112906
|
dateValue: Date | null;
|
112463
|
-
}>, "many"
|
112907
|
+
}>, "many">>>;
|
112464
112908
|
}, "strip", import("zod").ZodTypeAny, {
|
112465
112909
|
type: string;
|
112466
112910
|
id: string;
|
@@ -112511,7 +112955,7 @@ export declare const platformContract: {
|
|
112511
112955
|
booleanValue: boolean | null;
|
112512
112956
|
numberValue: number | null;
|
112513
112957
|
dateValue: Date | null;
|
112514
|
-
}[] | undefined;
|
112958
|
+
}[] | null | undefined;
|
112515
112959
|
}, {
|
112516
112960
|
type: string;
|
112517
112961
|
id: string;
|
@@ -112562,7 +113006,7 @@ export declare const platformContract: {
|
|
112562
113006
|
booleanValue: boolean | null;
|
112563
113007
|
numberValue: number | null;
|
112564
113008
|
dateValue: Date | null;
|
112565
|
-
}[] | undefined;
|
113009
|
+
}[] | null | undefined;
|
112566
113010
|
}>>;
|
112567
113011
|
}, "strip", import("zod").ZodTypeAny, {
|
112568
113012
|
id: string;
|
@@ -112630,7 +113074,7 @@ export declare const platformContract: {
|
|
112630
113074
|
booleanValue: boolean | null;
|
112631
113075
|
numberValue: number | null;
|
112632
113076
|
dateValue: Date | null;
|
112633
|
-
}[] | undefined;
|
113077
|
+
}[] | null | undefined;
|
112634
113078
|
} | null;
|
112635
113079
|
}, {
|
112636
113080
|
id: string;
|
@@ -112698,7 +113142,7 @@ export declare const platformContract: {
|
|
112698
113142
|
booleanValue: boolean | null;
|
112699
113143
|
numberValue: number | null;
|
112700
113144
|
dateValue: Date | null;
|
112701
|
-
}[] | undefined;
|
113145
|
+
}[] | null | undefined;
|
112702
113146
|
} | null;
|
112703
113147
|
}>;
|
112704
113148
|
workflowRule: import("zod").ZodObject<{
|
@@ -113072,7 +113516,7 @@ export declare const platformContract: {
|
|
113072
113516
|
booleanValue: boolean | null;
|
113073
113517
|
numberValue: number | null;
|
113074
113518
|
dateValue: Date | null;
|
113075
|
-
}[] | undefined;
|
113519
|
+
}[] | null | undefined;
|
113076
113520
|
} | null;
|
113077
113521
|
};
|
113078
113522
|
workflowRule: {
|
@@ -113430,7 +113874,7 @@ export declare const platformContract: {
|
|
113430
113874
|
booleanValue: boolean | null;
|
113431
113875
|
numberValue: number | null;
|
113432
113876
|
dateValue: Date | null;
|
113433
|
-
}[] | undefined;
|
113877
|
+
}[] | null | undefined;
|
113434
113878
|
} | null;
|
113435
113879
|
};
|
113436
113880
|
workflowRule: {
|
@@ -115559,7 +116003,7 @@ export declare const platformContract: {
|
|
115559
116003
|
booleanValue: boolean | null;
|
115560
116004
|
numberValue: number | null;
|
115561
116005
|
dateValue: Date | null;
|
115562
|
-
}[] | undefined;
|
116006
|
+
}[] | null | undefined;
|
115563
116007
|
} | null;
|
115564
116008
|
};
|
115565
116009
|
workflowRule: {
|
@@ -116252,7 +116696,7 @@ export declare const platformContract: {
|
|
116252
116696
|
booleanValue: boolean | null;
|
116253
116697
|
numberValue: number | null;
|
116254
116698
|
dateValue: Date | null;
|
116255
|
-
}[] | undefined;
|
116699
|
+
}[] | null | undefined;
|
116256
116700
|
} | null;
|
116257
116701
|
};
|
116258
116702
|
workflowRule: {
|
@@ -116947,7 +117391,7 @@ export declare const platformContract: {
|
|
116947
117391
|
booleanValue: boolean | null;
|
116948
117392
|
numberValue: number | null;
|
116949
117393
|
dateValue: Date | null;
|
116950
|
-
}[] | undefined;
|
117394
|
+
}[] | null | undefined;
|
116951
117395
|
} | null;
|
116952
117396
|
};
|
116953
117397
|
workflowRule: {
|
@@ -117643,7 +118087,7 @@ export declare const platformContract: {
|
|
117643
118087
|
booleanValue: boolean | null;
|
117644
118088
|
numberValue: number | null;
|
117645
118089
|
dateValue: Date | null;
|
117646
|
-
}[] | undefined;
|
118090
|
+
}[] | null | undefined;
|
117647
118091
|
} | null;
|
117648
118092
|
};
|
117649
118093
|
workflowRule: {
|
@@ -120536,7 +120980,7 @@ export declare const chatContract: {
|
|
120536
120980
|
}>, "many">;
|
120537
120981
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
120538
120982
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
120539
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
120983
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
120540
120984
|
id: import("zod").ZodString;
|
120541
120985
|
createdAt: import("zod").ZodDate;
|
120542
120986
|
updatedAt: import("zod").ZodDate;
|
@@ -120569,7 +121013,7 @@ export declare const chatContract: {
|
|
120569
121013
|
booleanValue: boolean | null;
|
120570
121014
|
numberValue: number | null;
|
120571
121015
|
dateValue: Date | null;
|
120572
|
-
}>, "many"
|
121016
|
+
}>, "many">>>;
|
120573
121017
|
}, "strip", import("zod").ZodTypeAny, {
|
120574
121018
|
type: string;
|
120575
121019
|
id: string;
|
@@ -120620,7 +121064,7 @@ export declare const chatContract: {
|
|
120620
121064
|
booleanValue: boolean | null;
|
120621
121065
|
numberValue: number | null;
|
120622
121066
|
dateValue: Date | null;
|
120623
|
-
}[] | undefined;
|
121067
|
+
}[] | null | undefined;
|
120624
121068
|
}, {
|
120625
121069
|
type: string;
|
120626
121070
|
id: string;
|
@@ -120671,7 +121115,7 @@ export declare const chatContract: {
|
|
120671
121115
|
booleanValue: boolean | null;
|
120672
121116
|
numberValue: number | null;
|
120673
121117
|
dateValue: Date | null;
|
120674
|
-
}[] | undefined;
|
121118
|
+
}[] | null | undefined;
|
120675
121119
|
}>>;
|
120676
121120
|
}, "strip", import("zod").ZodTypeAny, {
|
120677
121121
|
id: string;
|
@@ -120739,7 +121183,7 @@ export declare const chatContract: {
|
|
120739
121183
|
booleanValue: boolean | null;
|
120740
121184
|
numberValue: number | null;
|
120741
121185
|
dateValue: Date | null;
|
120742
|
-
}[] | undefined;
|
121186
|
+
}[] | null | undefined;
|
120743
121187
|
} | null;
|
120744
121188
|
}, {
|
120745
121189
|
id: string;
|
@@ -120807,7 +121251,7 @@ export declare const chatContract: {
|
|
120807
121251
|
booleanValue: boolean | null;
|
120808
121252
|
numberValue: number | null;
|
120809
121253
|
dateValue: Date | null;
|
120810
|
-
}[] | undefined;
|
121254
|
+
}[] | null | undefined;
|
120811
121255
|
} | null;
|
120812
121256
|
}>;
|
120813
121257
|
workflowRule: import("zod").ZodObject<{
|
@@ -121181,7 +121625,7 @@ export declare const chatContract: {
|
|
121181
121625
|
booleanValue: boolean | null;
|
121182
121626
|
numberValue: number | null;
|
121183
121627
|
dateValue: Date | null;
|
121184
|
-
}[] | undefined;
|
121628
|
+
}[] | null | undefined;
|
121185
121629
|
} | null;
|
121186
121630
|
};
|
121187
121631
|
workflowRule: {
|
@@ -121539,7 +121983,7 @@ export declare const chatContract: {
|
|
121539
121983
|
booleanValue: boolean | null;
|
121540
121984
|
numberValue: number | null;
|
121541
121985
|
dateValue: Date | null;
|
121542
|
-
}[] | undefined;
|
121986
|
+
}[] | null | undefined;
|
121543
121987
|
} | null;
|
121544
121988
|
};
|
121545
121989
|
workflowRule: {
|
@@ -121909,7 +122353,7 @@ export declare const chatContract: {
|
|
121909
122353
|
booleanValue: boolean | null;
|
121910
122354
|
numberValue: number | null;
|
121911
122355
|
dateValue: Date | null;
|
121912
|
-
}[] | undefined;
|
122356
|
+
}[] | null | undefined;
|
121913
122357
|
} | null;
|
121914
122358
|
};
|
121915
122359
|
workflowRule: {
|
@@ -122277,7 +122721,7 @@ export declare const chatContract: {
|
|
122277
122721
|
booleanValue: boolean | null;
|
122278
122722
|
numberValue: number | null;
|
122279
122723
|
dateValue: Date | null;
|
122280
|
-
}[] | undefined;
|
122724
|
+
}[] | null | undefined;
|
122281
122725
|
} | null;
|
122282
122726
|
};
|
122283
122727
|
workflowRule: {
|
@@ -125162,7 +125606,7 @@ export declare const chatContract: {
|
|
125162
125606
|
}>, "many">;
|
125163
125607
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
125164
125608
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
125165
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
125609
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
125166
125610
|
id: import("zod").ZodString;
|
125167
125611
|
createdAt: import("zod").ZodDate;
|
125168
125612
|
updatedAt: import("zod").ZodDate;
|
@@ -125195,7 +125639,7 @@ export declare const chatContract: {
|
|
125195
125639
|
booleanValue: boolean | null;
|
125196
125640
|
numberValue: number | null;
|
125197
125641
|
dateValue: Date | null;
|
125198
|
-
}>, "many"
|
125642
|
+
}>, "many">>>;
|
125199
125643
|
}, "strip", import("zod").ZodTypeAny, {
|
125200
125644
|
type: string;
|
125201
125645
|
id: string;
|
@@ -125246,7 +125690,7 @@ export declare const chatContract: {
|
|
125246
125690
|
booleanValue: boolean | null;
|
125247
125691
|
numberValue: number | null;
|
125248
125692
|
dateValue: Date | null;
|
125249
|
-
}[] | undefined;
|
125693
|
+
}[] | null | undefined;
|
125250
125694
|
}, {
|
125251
125695
|
type: string;
|
125252
125696
|
id: string;
|
@@ -125297,7 +125741,7 @@ export declare const chatContract: {
|
|
125297
125741
|
booleanValue: boolean | null;
|
125298
125742
|
numberValue: number | null;
|
125299
125743
|
dateValue: Date | null;
|
125300
|
-
}[] | undefined;
|
125744
|
+
}[] | null | undefined;
|
125301
125745
|
}>>;
|
125302
125746
|
}, "strip", import("zod").ZodTypeAny, {
|
125303
125747
|
id: string;
|
@@ -125365,7 +125809,7 @@ export declare const chatContract: {
|
|
125365
125809
|
booleanValue: boolean | null;
|
125366
125810
|
numberValue: number | null;
|
125367
125811
|
dateValue: Date | null;
|
125368
|
-
}[] | undefined;
|
125812
|
+
}[] | null | undefined;
|
125369
125813
|
} | null;
|
125370
125814
|
}, {
|
125371
125815
|
id: string;
|
@@ -125433,7 +125877,7 @@ export declare const chatContract: {
|
|
125433
125877
|
booleanValue: boolean | null;
|
125434
125878
|
numberValue: number | null;
|
125435
125879
|
dateValue: Date | null;
|
125436
|
-
}[] | undefined;
|
125880
|
+
}[] | null | undefined;
|
125437
125881
|
} | null;
|
125438
125882
|
}>;
|
125439
125883
|
workflowRule: import("zod").ZodObject<{
|
@@ -125807,7 +126251,7 @@ export declare const chatContract: {
|
|
125807
126251
|
booleanValue: boolean | null;
|
125808
126252
|
numberValue: number | null;
|
125809
126253
|
dateValue: Date | null;
|
125810
|
-
}[] | undefined;
|
126254
|
+
}[] | null | undefined;
|
125811
126255
|
} | null;
|
125812
126256
|
};
|
125813
126257
|
workflowRule: {
|
@@ -126165,7 +126609,7 @@ export declare const chatContract: {
|
|
126165
126609
|
booleanValue: boolean | null;
|
126166
126610
|
numberValue: number | null;
|
126167
126611
|
dateValue: Date | null;
|
126168
|
-
}[] | undefined;
|
126612
|
+
}[] | null | undefined;
|
126169
126613
|
} | null;
|
126170
126614
|
};
|
126171
126615
|
workflowRule: {
|
@@ -126525,7 +126969,7 @@ export declare const chatContract: {
|
|
126525
126969
|
booleanValue: boolean | null;
|
126526
126970
|
numberValue: number | null;
|
126527
126971
|
dateValue: Date | null;
|
126528
|
-
}[] | undefined;
|
126972
|
+
}[] | null | undefined;
|
126529
126973
|
} | null;
|
126530
126974
|
};
|
126531
126975
|
workflowRule: {
|
@@ -126886,7 +127330,7 @@ export declare const chatContract: {
|
|
126886
127330
|
booleanValue: boolean | null;
|
126887
127331
|
numberValue: number | null;
|
126888
127332
|
dateValue: Date | null;
|
126889
|
-
}[] | undefined;
|
127333
|
+
}[] | null | undefined;
|
126890
127334
|
} | null;
|
126891
127335
|
};
|
126892
127336
|
workflowRule: {
|
@@ -129183,7 +129627,7 @@ export declare const chatContract: {
|
|
129183
129627
|
}>, "many">;
|
129184
129628
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
129185
129629
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
129186
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
129630
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
129187
129631
|
id: import("zod").ZodString;
|
129188
129632
|
createdAt: import("zod").ZodDate;
|
129189
129633
|
updatedAt: import("zod").ZodDate;
|
@@ -129216,7 +129660,7 @@ export declare const chatContract: {
|
|
129216
129660
|
booleanValue: boolean | null;
|
129217
129661
|
numberValue: number | null;
|
129218
129662
|
dateValue: Date | null;
|
129219
|
-
}>, "many"
|
129663
|
+
}>, "many">>>;
|
129220
129664
|
}, "strip", import("zod").ZodTypeAny, {
|
129221
129665
|
type: string;
|
129222
129666
|
id: string;
|
@@ -129267,7 +129711,7 @@ export declare const chatContract: {
|
|
129267
129711
|
booleanValue: boolean | null;
|
129268
129712
|
numberValue: number | null;
|
129269
129713
|
dateValue: Date | null;
|
129270
|
-
}[] | undefined;
|
129714
|
+
}[] | null | undefined;
|
129271
129715
|
}, {
|
129272
129716
|
type: string;
|
129273
129717
|
id: string;
|
@@ -129318,7 +129762,7 @@ export declare const chatContract: {
|
|
129318
129762
|
booleanValue: boolean | null;
|
129319
129763
|
numberValue: number | null;
|
129320
129764
|
dateValue: Date | null;
|
129321
|
-
}[] | undefined;
|
129765
|
+
}[] | null | undefined;
|
129322
129766
|
}>>;
|
129323
129767
|
}, "strip", import("zod").ZodTypeAny, {
|
129324
129768
|
id: string;
|
@@ -129386,7 +129830,7 @@ export declare const chatContract: {
|
|
129386
129830
|
booleanValue: boolean | null;
|
129387
129831
|
numberValue: number | null;
|
129388
129832
|
dateValue: Date | null;
|
129389
|
-
}[] | undefined;
|
129833
|
+
}[] | null | undefined;
|
129390
129834
|
} | null;
|
129391
129835
|
}, {
|
129392
129836
|
id: string;
|
@@ -129454,7 +129898,7 @@ export declare const chatContract: {
|
|
129454
129898
|
booleanValue: boolean | null;
|
129455
129899
|
numberValue: number | null;
|
129456
129900
|
dateValue: Date | null;
|
129457
|
-
}[] | undefined;
|
129901
|
+
}[] | null | undefined;
|
129458
129902
|
} | null;
|
129459
129903
|
}>;
|
129460
129904
|
workflowRule: import("zod").ZodObject<{
|
@@ -129828,7 +130272,7 @@ export declare const chatContract: {
|
|
129828
130272
|
booleanValue: boolean | null;
|
129829
130273
|
numberValue: number | null;
|
129830
130274
|
dateValue: Date | null;
|
129831
|
-
}[] | undefined;
|
130275
|
+
}[] | null | undefined;
|
129832
130276
|
} | null;
|
129833
130277
|
};
|
129834
130278
|
workflowRule: {
|
@@ -130186,7 +130630,7 @@ export declare const chatContract: {
|
|
130186
130630
|
booleanValue: boolean | null;
|
130187
130631
|
numberValue: number | null;
|
130188
130632
|
dateValue: Date | null;
|
130189
|
-
}[] | undefined;
|
130633
|
+
}[] | null | undefined;
|
130190
130634
|
} | null;
|
130191
130635
|
};
|
130192
130636
|
workflowRule: {
|
@@ -132315,7 +132759,7 @@ export declare const chatContract: {
|
|
132315
132759
|
booleanValue: boolean | null;
|
132316
132760
|
numberValue: number | null;
|
132317
132761
|
dateValue: Date | null;
|
132318
|
-
}[] | undefined;
|
132762
|
+
}[] | null | undefined;
|
132319
132763
|
} | null;
|
132320
132764
|
};
|
132321
132765
|
workflowRule: {
|
@@ -133008,7 +133452,7 @@ export declare const chatContract: {
|
|
133008
133452
|
booleanValue: boolean | null;
|
133009
133453
|
numberValue: number | null;
|
133010
133454
|
dateValue: Date | null;
|
133011
|
-
}[] | undefined;
|
133455
|
+
}[] | null | undefined;
|
133012
133456
|
} | null;
|
133013
133457
|
};
|
133014
133458
|
workflowRule: {
|
@@ -133703,7 +134147,7 @@ export declare const chatContract: {
|
|
133703
134147
|
booleanValue: boolean | null;
|
133704
134148
|
numberValue: number | null;
|
133705
134149
|
dateValue: Date | null;
|
133706
|
-
}[] | undefined;
|
134150
|
+
}[] | null | undefined;
|
133707
134151
|
} | null;
|
133708
134152
|
};
|
133709
134153
|
workflowRule: {
|
@@ -134399,7 +134843,7 @@ export declare const chatContract: {
|
|
134399
134843
|
booleanValue: boolean | null;
|
134400
134844
|
numberValue: number | null;
|
134401
134845
|
dateValue: Date | null;
|
134402
|
-
}[] | undefined;
|
134846
|
+
}[] | null | undefined;
|
134403
134847
|
} | null;
|
134404
134848
|
};
|
134405
134849
|
workflowRule: {
|
@@ -136651,7 +137095,7 @@ export declare const chatContract: {
|
|
136651
137095
|
}>, "many">;
|
136652
137096
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
136653
137097
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
136654
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
137098
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
136655
137099
|
id: import("zod").ZodString;
|
136656
137100
|
createdAt: import("zod").ZodDate;
|
136657
137101
|
updatedAt: import("zod").ZodDate;
|
@@ -136684,7 +137128,7 @@ export declare const chatContract: {
|
|
136684
137128
|
booleanValue: boolean | null;
|
136685
137129
|
numberValue: number | null;
|
136686
137130
|
dateValue: Date | null;
|
136687
|
-
}>, "many"
|
137131
|
+
}>, "many">>>;
|
136688
137132
|
}, "strip", import("zod").ZodTypeAny, {
|
136689
137133
|
type: string;
|
136690
137134
|
id: string;
|
@@ -136735,7 +137179,7 @@ export declare const chatContract: {
|
|
136735
137179
|
booleanValue: boolean | null;
|
136736
137180
|
numberValue: number | null;
|
136737
137181
|
dateValue: Date | null;
|
136738
|
-
}[] | undefined;
|
137182
|
+
}[] | null | undefined;
|
136739
137183
|
}, {
|
136740
137184
|
type: string;
|
136741
137185
|
id: string;
|
@@ -136786,7 +137230,7 @@ export declare const chatContract: {
|
|
136786
137230
|
booleanValue: boolean | null;
|
136787
137231
|
numberValue: number | null;
|
136788
137232
|
dateValue: Date | null;
|
136789
|
-
}[] | undefined;
|
137233
|
+
}[] | null | undefined;
|
136790
137234
|
}>>;
|
136791
137235
|
}, "strip", import("zod").ZodTypeAny, {
|
136792
137236
|
id: string;
|
@@ -136854,7 +137298,7 @@ export declare const chatContract: {
|
|
136854
137298
|
booleanValue: boolean | null;
|
136855
137299
|
numberValue: number | null;
|
136856
137300
|
dateValue: Date | null;
|
136857
|
-
}[] | undefined;
|
137301
|
+
}[] | null | undefined;
|
136858
137302
|
} | null;
|
136859
137303
|
}, {
|
136860
137304
|
id: string;
|
@@ -136922,7 +137366,7 @@ export declare const chatContract: {
|
|
136922
137366
|
booleanValue: boolean | null;
|
136923
137367
|
numberValue: number | null;
|
136924
137368
|
dateValue: Date | null;
|
136925
|
-
}[] | undefined;
|
137369
|
+
}[] | null | undefined;
|
136926
137370
|
} | null;
|
136927
137371
|
}>;
|
136928
137372
|
workflowRule: import("zod").ZodObject<{
|
@@ -137296,7 +137740,7 @@ export declare const chatContract: {
|
|
137296
137740
|
booleanValue: boolean | null;
|
137297
137741
|
numberValue: number | null;
|
137298
137742
|
dateValue: Date | null;
|
137299
|
-
}[] | undefined;
|
137743
|
+
}[] | null | undefined;
|
137300
137744
|
} | null;
|
137301
137745
|
};
|
137302
137746
|
workflowRule: {
|
@@ -137654,7 +138098,7 @@ export declare const chatContract: {
|
|
137654
138098
|
booleanValue: boolean | null;
|
137655
138099
|
numberValue: number | null;
|
137656
138100
|
dateValue: Date | null;
|
137657
|
-
}[] | undefined;
|
138101
|
+
}[] | null | undefined;
|
137658
138102
|
} | null;
|
137659
138103
|
};
|
137660
138104
|
workflowRule: {
|
@@ -139783,7 +140227,7 @@ export declare const chatContract: {
|
|
139783
140227
|
booleanValue: boolean | null;
|
139784
140228
|
numberValue: number | null;
|
139785
140229
|
dateValue: Date | null;
|
139786
|
-
}[] | undefined;
|
140230
|
+
}[] | null | undefined;
|
139787
140231
|
} | null;
|
139788
140232
|
};
|
139789
140233
|
workflowRule: {
|
@@ -140476,7 +140920,7 @@ export declare const chatContract: {
|
|
140476
140920
|
booleanValue: boolean | null;
|
140477
140921
|
numberValue: number | null;
|
140478
140922
|
dateValue: Date | null;
|
140479
|
-
}[] | undefined;
|
140923
|
+
}[] | null | undefined;
|
140480
140924
|
} | null;
|
140481
140925
|
};
|
140482
140926
|
workflowRule: {
|
@@ -141171,7 +141615,7 @@ export declare const chatContract: {
|
|
141171
141615
|
booleanValue: boolean | null;
|
141172
141616
|
numberValue: number | null;
|
141173
141617
|
dateValue: Date | null;
|
141174
|
-
}[] | undefined;
|
141618
|
+
}[] | null | undefined;
|
141175
141619
|
} | null;
|
141176
141620
|
};
|
141177
141621
|
workflowRule: {
|
@@ -141870,7 +142314,7 @@ export declare const chatContract: {
|
|
141870
142314
|
booleanValue: boolean | null;
|
141871
142315
|
numberValue: number | null;
|
141872
142316
|
dateValue: Date | null;
|
141873
|
-
}[] | undefined;
|
142317
|
+
}[] | null | undefined;
|
141874
142318
|
} | null;
|
141875
142319
|
};
|
141876
142320
|
workflowRule: {
|
@@ -144015,7 +144459,7 @@ export declare const chatContract: {
|
|
144015
144459
|
}>, "many">;
|
144016
144460
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
144017
144461
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
144018
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
144462
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
144019
144463
|
id: import("zod").ZodString;
|
144020
144464
|
createdAt: import("zod").ZodDate;
|
144021
144465
|
updatedAt: import("zod").ZodDate;
|
@@ -144048,7 +144492,7 @@ export declare const chatContract: {
|
|
144048
144492
|
booleanValue: boolean | null;
|
144049
144493
|
numberValue: number | null;
|
144050
144494
|
dateValue: Date | null;
|
144051
|
-
}>, "many"
|
144495
|
+
}>, "many">>>;
|
144052
144496
|
}, "strip", import("zod").ZodTypeAny, {
|
144053
144497
|
type: string;
|
144054
144498
|
id: string;
|
@@ -144099,7 +144543,7 @@ export declare const chatContract: {
|
|
144099
144543
|
booleanValue: boolean | null;
|
144100
144544
|
numberValue: number | null;
|
144101
144545
|
dateValue: Date | null;
|
144102
|
-
}[] | undefined;
|
144546
|
+
}[] | null | undefined;
|
144103
144547
|
}, {
|
144104
144548
|
type: string;
|
144105
144549
|
id: string;
|
@@ -144150,7 +144594,7 @@ export declare const chatContract: {
|
|
144150
144594
|
booleanValue: boolean | null;
|
144151
144595
|
numberValue: number | null;
|
144152
144596
|
dateValue: Date | null;
|
144153
|
-
}[] | undefined;
|
144597
|
+
}[] | null | undefined;
|
144154
144598
|
}>>;
|
144155
144599
|
}, "strip", import("zod").ZodTypeAny, {
|
144156
144600
|
id: string;
|
@@ -144218,7 +144662,7 @@ export declare const chatContract: {
|
|
144218
144662
|
booleanValue: boolean | null;
|
144219
144663
|
numberValue: number | null;
|
144220
144664
|
dateValue: Date | null;
|
144221
|
-
}[] | undefined;
|
144665
|
+
}[] | null | undefined;
|
144222
144666
|
} | null;
|
144223
144667
|
}, {
|
144224
144668
|
id: string;
|
@@ -144286,7 +144730,7 @@ export declare const chatContract: {
|
|
144286
144730
|
booleanValue: boolean | null;
|
144287
144731
|
numberValue: number | null;
|
144288
144732
|
dateValue: Date | null;
|
144289
|
-
}[] | undefined;
|
144733
|
+
}[] | null | undefined;
|
144290
144734
|
} | null;
|
144291
144735
|
}>;
|
144292
144736
|
workflowRule: import("zod").ZodObject<{
|
@@ -144661,7 +145105,7 @@ export declare const chatContract: {
|
|
144661
145105
|
booleanValue: boolean | null;
|
144662
145106
|
numberValue: number | null;
|
144663
145107
|
dateValue: Date | null;
|
144664
|
-
}[] | undefined;
|
145108
|
+
}[] | null | undefined;
|
144665
145109
|
} | null;
|
144666
145110
|
};
|
144667
145111
|
workflowRule: {
|
@@ -145020,7 +145464,7 @@ export declare const chatContract: {
|
|
145020
145464
|
booleanValue: boolean | null;
|
145021
145465
|
numberValue: number | null;
|
145022
145466
|
dateValue: Date | null;
|
145023
|
-
}[] | undefined;
|
145467
|
+
}[] | null | undefined;
|
145024
145468
|
} | null;
|
145025
145469
|
};
|
145026
145470
|
workflowRule: {
|
@@ -145381,7 +145825,7 @@ export declare const chatContract: {
|
|
145381
145825
|
booleanValue: boolean | null;
|
145382
145826
|
numberValue: number | null;
|
145383
145827
|
dateValue: Date | null;
|
145384
|
-
}[] | undefined;
|
145828
|
+
}[] | null | undefined;
|
145385
145829
|
} | null;
|
145386
145830
|
};
|
145387
145831
|
workflowRule: {
|
@@ -145743,7 +146187,7 @@ export declare const chatContract: {
|
|
145743
146187
|
booleanValue: boolean | null;
|
145744
146188
|
numberValue: number | null;
|
145745
146189
|
dateValue: Date | null;
|
145746
|
-
}[] | undefined;
|
146190
|
+
}[] | null | undefined;
|
145747
146191
|
} | null;
|
145748
146192
|
};
|
145749
146193
|
workflowRule: {
|
@@ -147671,7 +148115,7 @@ export declare const chatContract: {
|
|
147671
148115
|
}>, "many">;
|
147672
148116
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
147673
148117
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
147674
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
148118
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
147675
148119
|
id: import("zod").ZodString;
|
147676
148120
|
createdAt: import("zod").ZodDate;
|
147677
148121
|
updatedAt: import("zod").ZodDate;
|
@@ -147704,7 +148148,7 @@ export declare const chatContract: {
|
|
147704
148148
|
booleanValue: boolean | null;
|
147705
148149
|
numberValue: number | null;
|
147706
148150
|
dateValue: Date | null;
|
147707
|
-
}>, "many"
|
148151
|
+
}>, "many">>>;
|
147708
148152
|
}, "strip", import("zod").ZodTypeAny, {
|
147709
148153
|
type: string;
|
147710
148154
|
id: string;
|
@@ -147755,7 +148199,7 @@ export declare const chatContract: {
|
|
147755
148199
|
booleanValue: boolean | null;
|
147756
148200
|
numberValue: number | null;
|
147757
148201
|
dateValue: Date | null;
|
147758
|
-
}[] | undefined;
|
148202
|
+
}[] | null | undefined;
|
147759
148203
|
}, {
|
147760
148204
|
type: string;
|
147761
148205
|
id: string;
|
@@ -147806,7 +148250,7 @@ export declare const chatContract: {
|
|
147806
148250
|
booleanValue: boolean | null;
|
147807
148251
|
numberValue: number | null;
|
147808
148252
|
dateValue: Date | null;
|
147809
|
-
}[] | undefined;
|
148253
|
+
}[] | null | undefined;
|
147810
148254
|
}>>;
|
147811
148255
|
}, "strip", import("zod").ZodTypeAny, {
|
147812
148256
|
id: string;
|
@@ -147874,7 +148318,7 @@ export declare const chatContract: {
|
|
147874
148318
|
booleanValue: boolean | null;
|
147875
148319
|
numberValue: number | null;
|
147876
148320
|
dateValue: Date | null;
|
147877
|
-
}[] | undefined;
|
148321
|
+
}[] | null | undefined;
|
147878
148322
|
} | null;
|
147879
148323
|
}, {
|
147880
148324
|
id: string;
|
@@ -147942,7 +148386,7 @@ export declare const chatContract: {
|
|
147942
148386
|
booleanValue: boolean | null;
|
147943
148387
|
numberValue: number | null;
|
147944
148388
|
dateValue: Date | null;
|
147945
|
-
}[] | undefined;
|
148389
|
+
}[] | null | undefined;
|
147946
148390
|
} | null;
|
147947
148391
|
}>;
|
147948
148392
|
workflowRule: import("zod").ZodObject<{
|
@@ -148316,7 +148760,7 @@ export declare const chatContract: {
|
|
148316
148760
|
booleanValue: boolean | null;
|
148317
148761
|
numberValue: number | null;
|
148318
148762
|
dateValue: Date | null;
|
148319
|
-
}[] | undefined;
|
148763
|
+
}[] | null | undefined;
|
148320
148764
|
} | null;
|
148321
148765
|
};
|
148322
148766
|
workflowRule: {
|
@@ -148674,7 +149118,7 @@ export declare const chatContract: {
|
|
148674
149118
|
booleanValue: boolean | null;
|
148675
149119
|
numberValue: number | null;
|
148676
149120
|
dateValue: Date | null;
|
148677
|
-
}[] | undefined;
|
149121
|
+
}[] | null | undefined;
|
148678
149122
|
} | null;
|
148679
149123
|
};
|
148680
149124
|
workflowRule: {
|
@@ -149034,7 +149478,7 @@ export declare const chatContract: {
|
|
149034
149478
|
booleanValue: boolean | null;
|
149035
149479
|
numberValue: number | null;
|
149036
149480
|
dateValue: Date | null;
|
149037
|
-
}[] | undefined;
|
149481
|
+
}[] | null | undefined;
|
149038
149482
|
} | null;
|
149039
149483
|
};
|
149040
149484
|
workflowRule: {
|
@@ -149395,7 +149839,7 @@ export declare const chatContract: {
|
|
149395
149839
|
booleanValue: boolean | null;
|
149396
149840
|
numberValue: number | null;
|
149397
149841
|
dateValue: Date | null;
|
149398
|
-
}[] | undefined;
|
149842
|
+
}[] | null | undefined;
|
149399
149843
|
} | null;
|
149400
149844
|
};
|
149401
149845
|
workflowRule: {
|
@@ -149410,6 +149854,16 @@ export declare const chatContract: {
|
|
149410
149854
|
};
|
149411
149855
|
requestId: string;
|
149412
149856
|
}>;
|
149857
|
+
409: import("zod").ZodObject<{
|
149858
|
+
message: import("zod").ZodString;
|
149859
|
+
error: import("zod").ZodAny;
|
149860
|
+
}, "strip", import("zod").ZodTypeAny, {
|
149861
|
+
message: string;
|
149862
|
+
error?: any;
|
149863
|
+
}, {
|
149864
|
+
message: string;
|
149865
|
+
error?: any;
|
149866
|
+
}>;
|
149413
149867
|
};
|
149414
149868
|
path: "chat/room/assignee/update";
|
149415
149869
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
@@ -151310,7 +151764,7 @@ export declare const chatContract: {
|
|
151310
151764
|
}>, "many">;
|
151311
151765
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
151312
151766
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
151313
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
151767
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
151314
151768
|
id: import("zod").ZodString;
|
151315
151769
|
createdAt: import("zod").ZodDate;
|
151316
151770
|
updatedAt: import("zod").ZodDate;
|
@@ -151343,7 +151797,7 @@ export declare const chatContract: {
|
|
151343
151797
|
booleanValue: boolean | null;
|
151344
151798
|
numberValue: number | null;
|
151345
151799
|
dateValue: Date | null;
|
151346
|
-
}>, "many"
|
151800
|
+
}>, "many">>>;
|
151347
151801
|
}, "strip", import("zod").ZodTypeAny, {
|
151348
151802
|
type: string;
|
151349
151803
|
id: string;
|
@@ -151394,7 +151848,7 @@ export declare const chatContract: {
|
|
151394
151848
|
booleanValue: boolean | null;
|
151395
151849
|
numberValue: number | null;
|
151396
151850
|
dateValue: Date | null;
|
151397
|
-
}[] | undefined;
|
151851
|
+
}[] | null | undefined;
|
151398
151852
|
}, {
|
151399
151853
|
type: string;
|
151400
151854
|
id: string;
|
@@ -151445,7 +151899,7 @@ export declare const chatContract: {
|
|
151445
151899
|
booleanValue: boolean | null;
|
151446
151900
|
numberValue: number | null;
|
151447
151901
|
dateValue: Date | null;
|
151448
|
-
}[] | undefined;
|
151902
|
+
}[] | null | undefined;
|
151449
151903
|
}>>;
|
151450
151904
|
}, "strip", import("zod").ZodTypeAny, {
|
151451
151905
|
id: string;
|
@@ -151513,7 +151967,7 @@ export declare const chatContract: {
|
|
151513
151967
|
booleanValue: boolean | null;
|
151514
151968
|
numberValue: number | null;
|
151515
151969
|
dateValue: Date | null;
|
151516
|
-
}[] | undefined;
|
151970
|
+
}[] | null | undefined;
|
151517
151971
|
} | null;
|
151518
151972
|
}, {
|
151519
151973
|
id: string;
|
@@ -151581,7 +152035,7 @@ export declare const chatContract: {
|
|
151581
152035
|
booleanValue: boolean | null;
|
151582
152036
|
numberValue: number | null;
|
151583
152037
|
dateValue: Date | null;
|
151584
|
-
}[] | undefined;
|
152038
|
+
}[] | null | undefined;
|
151585
152039
|
} | null;
|
151586
152040
|
}>;
|
151587
152041
|
workflowRule: import("zod").ZodObject<{
|
@@ -151955,7 +152409,7 @@ export declare const chatContract: {
|
|
151955
152409
|
booleanValue: boolean | null;
|
151956
152410
|
numberValue: number | null;
|
151957
152411
|
dateValue: Date | null;
|
151958
|
-
}[] | undefined;
|
152412
|
+
}[] | null | undefined;
|
151959
152413
|
} | null;
|
151960
152414
|
};
|
151961
152415
|
workflowRule: {
|
@@ -152313,7 +152767,7 @@ export declare const chatContract: {
|
|
152313
152767
|
booleanValue: boolean | null;
|
152314
152768
|
numberValue: number | null;
|
152315
152769
|
dateValue: Date | null;
|
152316
|
-
}[] | undefined;
|
152770
|
+
}[] | null | undefined;
|
152317
152771
|
} | null;
|
152318
152772
|
};
|
152319
152773
|
workflowRule: {
|
@@ -152716,7 +153170,7 @@ export declare const chatContract: {
|
|
152716
153170
|
booleanValue: boolean | null;
|
152717
153171
|
numberValue: number | null;
|
152718
153172
|
dateValue: Date | null;
|
152719
|
-
}[] | undefined;
|
153173
|
+
}[] | null | undefined;
|
152720
153174
|
} | null;
|
152721
153175
|
};
|
152722
153176
|
workflowRule: {
|
@@ -153091,7 +153545,7 @@ export declare const chatContract: {
|
|
153091
153545
|
booleanValue: boolean | null;
|
153092
153546
|
numberValue: number | null;
|
153093
153547
|
dateValue: Date | null;
|
153094
|
-
}[] | undefined;
|
153548
|
+
}[] | null | undefined;
|
153095
153549
|
} | null;
|
153096
153550
|
};
|
153097
153551
|
workflowRule: {
|
@@ -153468,7 +153922,7 @@ export declare const chatContract: {
|
|
153468
153922
|
booleanValue: boolean | null;
|
153469
153923
|
numberValue: number | null;
|
153470
153924
|
dateValue: Date | null;
|
153471
|
-
}[] | undefined;
|
153925
|
+
}[] | null | undefined;
|
153472
153926
|
} | null;
|
153473
153927
|
};
|
153474
153928
|
workflowRule: {
|
@@ -153846,7 +154300,7 @@ export declare const chatContract: {
|
|
153846
154300
|
booleanValue: boolean | null;
|
153847
154301
|
numberValue: number | null;
|
153848
154302
|
dateValue: Date | null;
|
153849
|
-
}[] | undefined;
|
154303
|
+
}[] | null | undefined;
|
153850
154304
|
} | null;
|
153851
154305
|
};
|
153852
154306
|
workflowRule: {
|
@@ -155787,7 +156241,7 @@ export declare const chatContract: {
|
|
155787
156241
|
}>, "many">;
|
155788
156242
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
155789
156243
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
155790
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
156244
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
155791
156245
|
id: import("zod").ZodString;
|
155792
156246
|
createdAt: import("zod").ZodDate;
|
155793
156247
|
updatedAt: import("zod").ZodDate;
|
@@ -155820,7 +156274,7 @@ export declare const chatContract: {
|
|
155820
156274
|
booleanValue: boolean | null;
|
155821
156275
|
numberValue: number | null;
|
155822
156276
|
dateValue: Date | null;
|
155823
|
-
}>, "many"
|
156277
|
+
}>, "many">>>;
|
155824
156278
|
}, "strip", import("zod").ZodTypeAny, {
|
155825
156279
|
type: string;
|
155826
156280
|
id: string;
|
@@ -155871,7 +156325,7 @@ export declare const chatContract: {
|
|
155871
156325
|
booleanValue: boolean | null;
|
155872
156326
|
numberValue: number | null;
|
155873
156327
|
dateValue: Date | null;
|
155874
|
-
}[] | undefined;
|
156328
|
+
}[] | null | undefined;
|
155875
156329
|
}, {
|
155876
156330
|
type: string;
|
155877
156331
|
id: string;
|
@@ -155922,7 +156376,7 @@ export declare const chatContract: {
|
|
155922
156376
|
booleanValue: boolean | null;
|
155923
156377
|
numberValue: number | null;
|
155924
156378
|
dateValue: Date | null;
|
155925
|
-
}[] | undefined;
|
156379
|
+
}[] | null | undefined;
|
155926
156380
|
}>>;
|
155927
156381
|
}, "strip", import("zod").ZodTypeAny, {
|
155928
156382
|
id: string;
|
@@ -155990,7 +156444,7 @@ export declare const chatContract: {
|
|
155990
156444
|
booleanValue: boolean | null;
|
155991
156445
|
numberValue: number | null;
|
155992
156446
|
dateValue: Date | null;
|
155993
|
-
}[] | undefined;
|
156447
|
+
}[] | null | undefined;
|
155994
156448
|
} | null;
|
155995
156449
|
}, {
|
155996
156450
|
id: string;
|
@@ -156058,7 +156512,7 @@ export declare const chatContract: {
|
|
156058
156512
|
booleanValue: boolean | null;
|
156059
156513
|
numberValue: number | null;
|
156060
156514
|
dateValue: Date | null;
|
156061
|
-
}[] | undefined;
|
156515
|
+
}[] | null | undefined;
|
156062
156516
|
} | null;
|
156063
156517
|
}>;
|
156064
156518
|
workflowRule: import("zod").ZodObject<{
|
@@ -157217,7 +157671,7 @@ export declare const chatContract: {
|
|
157217
157671
|
booleanValue: boolean | null;
|
157218
157672
|
numberValue: number | null;
|
157219
157673
|
dateValue: Date | null;
|
157220
|
-
}[] | undefined;
|
157674
|
+
}[] | null | undefined;
|
157221
157675
|
} | null;
|
157222
157676
|
};
|
157223
157677
|
workflowRule: {
|
@@ -157673,7 +158127,7 @@ export declare const chatContract: {
|
|
157673
158127
|
booleanValue: boolean | null;
|
157674
158128
|
numberValue: number | null;
|
157675
158129
|
dateValue: Date | null;
|
157676
|
-
}[] | undefined;
|
158130
|
+
}[] | null | undefined;
|
157677
158131
|
} | null;
|
157678
158132
|
};
|
157679
158133
|
workflowRule: {
|
@@ -158131,7 +158585,7 @@ export declare const chatContract: {
|
|
158131
158585
|
booleanValue: boolean | null;
|
158132
158586
|
numberValue: number | null;
|
158133
158587
|
dateValue: Date | null;
|
158134
|
-
}[] | undefined;
|
158588
|
+
}[] | null | undefined;
|
158135
158589
|
} | null;
|
158136
158590
|
};
|
158137
158591
|
workflowRule: {
|
@@ -158590,7 +159044,7 @@ export declare const chatContract: {
|
|
158590
159044
|
booleanValue: boolean | null;
|
158591
159045
|
numberValue: number | null;
|
158592
159046
|
dateValue: Date | null;
|
158593
|
-
}[] | undefined;
|
159047
|
+
}[] | null | undefined;
|
158594
159048
|
} | null;
|
158595
159049
|
};
|
158596
159050
|
workflowRule: {
|
@@ -160506,7 +160960,7 @@ export declare const chatContract: {
|
|
160506
160960
|
}>, "many">;
|
160507
160961
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
160508
160962
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
160509
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
160963
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
160510
160964
|
id: import("zod").ZodString;
|
160511
160965
|
createdAt: import("zod").ZodDate;
|
160512
160966
|
updatedAt: import("zod").ZodDate;
|
@@ -160539,7 +160993,7 @@ export declare const chatContract: {
|
|
160539
160993
|
booleanValue: boolean | null;
|
160540
160994
|
numberValue: number | null;
|
160541
160995
|
dateValue: Date | null;
|
160542
|
-
}>, "many"
|
160996
|
+
}>, "many">>>;
|
160543
160997
|
}, "strip", import("zod").ZodTypeAny, {
|
160544
160998
|
type: string;
|
160545
160999
|
id: string;
|
@@ -160590,7 +161044,7 @@ export declare const chatContract: {
|
|
160590
161044
|
booleanValue: boolean | null;
|
160591
161045
|
numberValue: number | null;
|
160592
161046
|
dateValue: Date | null;
|
160593
|
-
}[] | undefined;
|
161047
|
+
}[] | null | undefined;
|
160594
161048
|
}, {
|
160595
161049
|
type: string;
|
160596
161050
|
id: string;
|
@@ -160641,7 +161095,7 @@ export declare const chatContract: {
|
|
160641
161095
|
booleanValue: boolean | null;
|
160642
161096
|
numberValue: number | null;
|
160643
161097
|
dateValue: Date | null;
|
160644
|
-
}[] | undefined;
|
161098
|
+
}[] | null | undefined;
|
160645
161099
|
}>>;
|
160646
161100
|
}, "strip", import("zod").ZodTypeAny, {
|
160647
161101
|
id: string;
|
@@ -160709,7 +161163,7 @@ export declare const chatContract: {
|
|
160709
161163
|
booleanValue: boolean | null;
|
160710
161164
|
numberValue: number | null;
|
160711
161165
|
dateValue: Date | null;
|
160712
|
-
}[] | undefined;
|
161166
|
+
}[] | null | undefined;
|
160713
161167
|
} | null;
|
160714
161168
|
}, {
|
160715
161169
|
id: string;
|
@@ -160777,7 +161231,7 @@ export declare const chatContract: {
|
|
160777
161231
|
booleanValue: boolean | null;
|
160778
161232
|
numberValue: number | null;
|
160779
161233
|
dateValue: Date | null;
|
160780
|
-
}[] | undefined;
|
161234
|
+
}[] | null | undefined;
|
160781
161235
|
} | null;
|
160782
161236
|
}>;
|
160783
161237
|
workflowRule: import("zod").ZodObject<{
|
@@ -161153,7 +161607,7 @@ export declare const chatContract: {
|
|
161153
161607
|
booleanValue: boolean | null;
|
161154
161608
|
numberValue: number | null;
|
161155
161609
|
dateValue: Date | null;
|
161156
|
-
}[] | undefined;
|
161610
|
+
}[] | null | undefined;
|
161157
161611
|
} | null;
|
161158
161612
|
};
|
161159
161613
|
workflowRule: {
|
@@ -161512,7 +161966,7 @@ export declare const chatContract: {
|
|
161512
161966
|
booleanValue: boolean | null;
|
161513
161967
|
numberValue: number | null;
|
161514
161968
|
dateValue: Date | null;
|
161515
|
-
}[] | undefined;
|
161969
|
+
}[] | null | undefined;
|
161516
161970
|
} | null;
|
161517
161971
|
};
|
161518
161972
|
workflowRule: {
|
@@ -161873,7 +162327,7 @@ export declare const chatContract: {
|
|
161873
162327
|
booleanValue: boolean | null;
|
161874
162328
|
numberValue: number | null;
|
161875
162329
|
dateValue: Date | null;
|
161876
|
-
}[] | undefined;
|
162330
|
+
}[] | null | undefined;
|
161877
162331
|
} | null;
|
161878
162332
|
};
|
161879
162333
|
workflowRule: {
|
@@ -162235,7 +162689,7 @@ export declare const chatContract: {
|
|
162235
162689
|
booleanValue: boolean | null;
|
162236
162690
|
numberValue: number | null;
|
162237
162691
|
dateValue: Date | null;
|
162238
|
-
}[] | undefined;
|
162692
|
+
}[] | null | undefined;
|
162239
162693
|
} | null;
|
162240
162694
|
};
|
162241
162695
|
workflowRule: {
|
@@ -164161,7 +164615,7 @@ export declare const chatContract: {
|
|
164161
164615
|
}>, "many">;
|
164162
164616
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
164163
164617
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
164164
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
164618
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
164165
164619
|
id: import("zod").ZodString;
|
164166
164620
|
createdAt: import("zod").ZodDate;
|
164167
164621
|
updatedAt: import("zod").ZodDate;
|
@@ -164194,7 +164648,7 @@ export declare const chatContract: {
|
|
164194
164648
|
booleanValue: boolean | null;
|
164195
164649
|
numberValue: number | null;
|
164196
164650
|
dateValue: Date | null;
|
164197
|
-
}>, "many"
|
164651
|
+
}>, "many">>>;
|
164198
164652
|
}, "strip", import("zod").ZodTypeAny, {
|
164199
164653
|
type: string;
|
164200
164654
|
id: string;
|
@@ -164245,7 +164699,7 @@ export declare const chatContract: {
|
|
164245
164699
|
booleanValue: boolean | null;
|
164246
164700
|
numberValue: number | null;
|
164247
164701
|
dateValue: Date | null;
|
164248
|
-
}[] | undefined;
|
164702
|
+
}[] | null | undefined;
|
164249
164703
|
}, {
|
164250
164704
|
type: string;
|
164251
164705
|
id: string;
|
@@ -164296,7 +164750,7 @@ export declare const chatContract: {
|
|
164296
164750
|
booleanValue: boolean | null;
|
164297
164751
|
numberValue: number | null;
|
164298
164752
|
dateValue: Date | null;
|
164299
|
-
}[] | undefined;
|
164753
|
+
}[] | null | undefined;
|
164300
164754
|
}>>;
|
164301
164755
|
}, "strip", import("zod").ZodTypeAny, {
|
164302
164756
|
id: string;
|
@@ -164364,7 +164818,7 @@ export declare const chatContract: {
|
|
164364
164818
|
booleanValue: boolean | null;
|
164365
164819
|
numberValue: number | null;
|
164366
164820
|
dateValue: Date | null;
|
164367
|
-
}[] | undefined;
|
164821
|
+
}[] | null | undefined;
|
164368
164822
|
} | null;
|
164369
164823
|
}, {
|
164370
164824
|
id: string;
|
@@ -164432,7 +164886,7 @@ export declare const chatContract: {
|
|
164432
164886
|
booleanValue: boolean | null;
|
164433
164887
|
numberValue: number | null;
|
164434
164888
|
dateValue: Date | null;
|
164435
|
-
}[] | undefined;
|
164889
|
+
}[] | null | undefined;
|
164436
164890
|
} | null;
|
164437
164891
|
}>;
|
164438
164892
|
workflowRule: import("zod").ZodObject<{
|
@@ -164806,7 +165260,7 @@ export declare const chatContract: {
|
|
164806
165260
|
booleanValue: boolean | null;
|
164807
165261
|
numberValue: number | null;
|
164808
165262
|
dateValue: Date | null;
|
164809
|
-
}[] | undefined;
|
165263
|
+
}[] | null | undefined;
|
164810
165264
|
} | null;
|
164811
165265
|
};
|
164812
165266
|
workflowRule: {
|
@@ -165164,7 +165618,7 @@ export declare const chatContract: {
|
|
165164
165618
|
booleanValue: boolean | null;
|
165165
165619
|
numberValue: number | null;
|
165166
165620
|
dateValue: Date | null;
|
165167
|
-
}[] | undefined;
|
165621
|
+
}[] | null | undefined;
|
165168
165622
|
} | null;
|
165169
165623
|
};
|
165170
165624
|
workflowRule: {
|
@@ -165524,7 +165978,7 @@ export declare const chatContract: {
|
|
165524
165978
|
booleanValue: boolean | null;
|
165525
165979
|
numberValue: number | null;
|
165526
165980
|
dateValue: Date | null;
|
165527
|
-
}[] | undefined;
|
165981
|
+
}[] | null | undefined;
|
165528
165982
|
} | null;
|
165529
165983
|
};
|
165530
165984
|
workflowRule: {
|
@@ -165888,7 +166342,7 @@ export declare const chatContract: {
|
|
165888
166342
|
booleanValue: boolean | null;
|
165889
166343
|
numberValue: number | null;
|
165890
166344
|
dateValue: Date | null;
|
165891
|
-
}[] | undefined;
|
166345
|
+
}[] | null | undefined;
|
165892
166346
|
} | null;
|
165893
166347
|
};
|
165894
166348
|
workflowRule: {
|
@@ -189304,7 +189758,7 @@ export declare const mailApiContract: {
|
|
189304
189758
|
}>, "many">;
|
189305
189759
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
189306
189760
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
189307
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
189761
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
189308
189762
|
id: import("zod").ZodString;
|
189309
189763
|
createdAt: import("zod").ZodDate;
|
189310
189764
|
updatedAt: import("zod").ZodDate;
|
@@ -189337,7 +189791,7 @@ export declare const mailApiContract: {
|
|
189337
189791
|
booleanValue: boolean | null;
|
189338
189792
|
numberValue: number | null;
|
189339
189793
|
dateValue: Date | null;
|
189340
|
-
}>, "many"
|
189794
|
+
}>, "many">>>;
|
189341
189795
|
}, "strip", import("zod").ZodTypeAny, {
|
189342
189796
|
type: string;
|
189343
189797
|
id: string;
|
@@ -189388,7 +189842,7 @@ export declare const mailApiContract: {
|
|
189388
189842
|
booleanValue: boolean | null;
|
189389
189843
|
numberValue: number | null;
|
189390
189844
|
dateValue: Date | null;
|
189391
|
-
}[] | undefined;
|
189845
|
+
}[] | null | undefined;
|
189392
189846
|
}, {
|
189393
189847
|
type: string;
|
189394
189848
|
id: string;
|
@@ -189439,7 +189893,7 @@ export declare const mailApiContract: {
|
|
189439
189893
|
booleanValue: boolean | null;
|
189440
189894
|
numberValue: number | null;
|
189441
189895
|
dateValue: Date | null;
|
189442
|
-
}[] | undefined;
|
189896
|
+
}[] | null | undefined;
|
189443
189897
|
}>>;
|
189444
189898
|
}, "strip", import("zod").ZodTypeAny, {
|
189445
189899
|
id: string;
|
@@ -189507,7 +189961,7 @@ export declare const mailApiContract: {
|
|
189507
189961
|
booleanValue: boolean | null;
|
189508
189962
|
numberValue: number | null;
|
189509
189963
|
dateValue: Date | null;
|
189510
|
-
}[] | undefined;
|
189964
|
+
}[] | null | undefined;
|
189511
189965
|
} | null;
|
189512
189966
|
}, {
|
189513
189967
|
id: string;
|
@@ -189575,7 +190029,7 @@ export declare const mailApiContract: {
|
|
189575
190029
|
booleanValue: boolean | null;
|
189576
190030
|
numberValue: number | null;
|
189577
190031
|
dateValue: Date | null;
|
189578
|
-
}[] | undefined;
|
190032
|
+
}[] | null | undefined;
|
189579
190033
|
} | null;
|
189580
190034
|
}>;
|
189581
190035
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -189840,7 +190294,7 @@ export declare const mailApiContract: {
|
|
189840
190294
|
booleanValue: boolean | null;
|
189841
190295
|
numberValue: number | null;
|
189842
190296
|
dateValue: Date | null;
|
189843
|
-
}[] | undefined;
|
190297
|
+
}[] | null | undefined;
|
189844
190298
|
} | null;
|
189845
190299
|
};
|
189846
190300
|
assigneeId: string | null;
|
@@ -190787,7 +191241,7 @@ export declare const mailApiContract: {
|
|
190787
191241
|
booleanValue: boolean | null;
|
190788
191242
|
numberValue: number | null;
|
190789
191243
|
dateValue: Date | null;
|
190790
|
-
}[] | undefined;
|
191244
|
+
}[] | null | undefined;
|
190791
191245
|
} | null;
|
190792
191246
|
};
|
190793
191247
|
assigneeId: string | null;
|
@@ -191739,7 +192193,7 @@ export declare const mailApiContract: {
|
|
191739
192193
|
booleanValue: boolean | null;
|
191740
192194
|
numberValue: number | null;
|
191741
192195
|
dateValue: Date | null;
|
191742
|
-
}[] | undefined;
|
192196
|
+
}[] | null | undefined;
|
191743
192197
|
} | null;
|
191744
192198
|
};
|
191745
192199
|
assigneeId: string | null;
|
@@ -192692,7 +193146,7 @@ export declare const mailApiContract: {
|
|
192692
193146
|
booleanValue: boolean | null;
|
192693
193147
|
numberValue: number | null;
|
192694
193148
|
dateValue: Date | null;
|
192695
|
-
}[] | undefined;
|
193149
|
+
}[] | null | undefined;
|
192696
193150
|
} | null;
|
192697
193151
|
};
|
192698
193152
|
assigneeId: string | null;
|
@@ -199683,7 +200137,7 @@ export declare const mailApiContract: {
|
|
199683
200137
|
}>, "many">;
|
199684
200138
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
199685
200139
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
199686
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
200140
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
199687
200141
|
id: import("zod").ZodString;
|
199688
200142
|
createdAt: import("zod").ZodDate;
|
199689
200143
|
updatedAt: import("zod").ZodDate;
|
@@ -199716,7 +200170,7 @@ export declare const mailApiContract: {
|
|
199716
200170
|
booleanValue: boolean | null;
|
199717
200171
|
numberValue: number | null;
|
199718
200172
|
dateValue: Date | null;
|
199719
|
-
}>, "many"
|
200173
|
+
}>, "many">>>;
|
199720
200174
|
}, "strip", import("zod").ZodTypeAny, {
|
199721
200175
|
type: string;
|
199722
200176
|
id: string;
|
@@ -199767,7 +200221,7 @@ export declare const mailApiContract: {
|
|
199767
200221
|
booleanValue: boolean | null;
|
199768
200222
|
numberValue: number | null;
|
199769
200223
|
dateValue: Date | null;
|
199770
|
-
}[] | undefined;
|
200224
|
+
}[] | null | undefined;
|
199771
200225
|
}, {
|
199772
200226
|
type: string;
|
199773
200227
|
id: string;
|
@@ -199818,7 +200272,7 @@ export declare const mailApiContract: {
|
|
199818
200272
|
booleanValue: boolean | null;
|
199819
200273
|
numberValue: number | null;
|
199820
200274
|
dateValue: Date | null;
|
199821
|
-
}[] | undefined;
|
200275
|
+
}[] | null | undefined;
|
199822
200276
|
}>>;
|
199823
200277
|
}, "strip", import("zod").ZodTypeAny, {
|
199824
200278
|
id: string;
|
@@ -199886,7 +200340,7 @@ export declare const mailApiContract: {
|
|
199886
200340
|
booleanValue: boolean | null;
|
199887
200341
|
numberValue: number | null;
|
199888
200342
|
dateValue: Date | null;
|
199889
|
-
}[] | undefined;
|
200343
|
+
}[] | null | undefined;
|
199890
200344
|
} | null;
|
199891
200345
|
}, {
|
199892
200346
|
id: string;
|
@@ -199954,7 +200408,7 @@ export declare const mailApiContract: {
|
|
199954
200408
|
booleanValue: boolean | null;
|
199955
200409
|
numberValue: number | null;
|
199956
200410
|
dateValue: Date | null;
|
199957
|
-
}[] | undefined;
|
200411
|
+
}[] | null | undefined;
|
199958
200412
|
} | null;
|
199959
200413
|
}>;
|
199960
200414
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -200219,7 +200673,7 @@ export declare const mailApiContract: {
|
|
200219
200673
|
booleanValue: boolean | null;
|
200220
200674
|
numberValue: number | null;
|
200221
200675
|
dateValue: Date | null;
|
200222
|
-
}[] | undefined;
|
200676
|
+
}[] | null | undefined;
|
200223
200677
|
} | null;
|
200224
200678
|
};
|
200225
200679
|
assigneeId: string | null;
|
@@ -201166,7 +201620,7 @@ export declare const mailApiContract: {
|
|
201166
201620
|
booleanValue: boolean | null;
|
201167
201621
|
numberValue: number | null;
|
201168
201622
|
dateValue: Date | null;
|
201169
|
-
}[] | undefined;
|
201623
|
+
}[] | null | undefined;
|
201170
201624
|
} | null;
|
201171
201625
|
};
|
201172
201626
|
assigneeId: string | null;
|
@@ -202115,7 +202569,7 @@ export declare const mailApiContract: {
|
|
202115
202569
|
booleanValue: boolean | null;
|
202116
202570
|
numberValue: number | null;
|
202117
202571
|
dateValue: Date | null;
|
202118
|
-
}[] | undefined;
|
202572
|
+
}[] | null | undefined;
|
202119
202573
|
} | null;
|
202120
202574
|
};
|
202121
202575
|
assigneeId: string | null;
|
@@ -203065,7 +203519,7 @@ export declare const mailApiContract: {
|
|
203065
203519
|
booleanValue: boolean | null;
|
203066
203520
|
numberValue: number | null;
|
203067
203521
|
dateValue: Date | null;
|
203068
|
-
}[] | undefined;
|
203522
|
+
}[] | null | undefined;
|
203069
203523
|
} | null;
|
203070
203524
|
};
|
203071
203525
|
assigneeId: string | null;
|
@@ -209142,7 +209596,7 @@ export declare const mailApiContract: {
|
|
209142
209596
|
}>, "many">;
|
209143
209597
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
209144
209598
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
209145
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
209599
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
209146
209600
|
id: import("zod").ZodString;
|
209147
209601
|
createdAt: import("zod").ZodDate;
|
209148
209602
|
updatedAt: import("zod").ZodDate;
|
@@ -209175,7 +209629,7 @@ export declare const mailApiContract: {
|
|
209175
209629
|
booleanValue: boolean | null;
|
209176
209630
|
numberValue: number | null;
|
209177
209631
|
dateValue: Date | null;
|
209178
|
-
}>, "many"
|
209632
|
+
}>, "many">>>;
|
209179
209633
|
}, "strip", import("zod").ZodTypeAny, {
|
209180
209634
|
type: string;
|
209181
209635
|
id: string;
|
@@ -209226,7 +209680,7 @@ export declare const mailApiContract: {
|
|
209226
209680
|
booleanValue: boolean | null;
|
209227
209681
|
numberValue: number | null;
|
209228
209682
|
dateValue: Date | null;
|
209229
|
-
}[] | undefined;
|
209683
|
+
}[] | null | undefined;
|
209230
209684
|
}, {
|
209231
209685
|
type: string;
|
209232
209686
|
id: string;
|
@@ -209277,7 +209731,7 @@ export declare const mailApiContract: {
|
|
209277
209731
|
booleanValue: boolean | null;
|
209278
209732
|
numberValue: number | null;
|
209279
209733
|
dateValue: Date | null;
|
209280
|
-
}[] | undefined;
|
209734
|
+
}[] | null | undefined;
|
209281
209735
|
}>>;
|
209282
209736
|
}, "strip", import("zod").ZodTypeAny, {
|
209283
209737
|
id: string;
|
@@ -209345,7 +209799,7 @@ export declare const mailApiContract: {
|
|
209345
209799
|
booleanValue: boolean | null;
|
209346
209800
|
numberValue: number | null;
|
209347
209801
|
dateValue: Date | null;
|
209348
|
-
}[] | undefined;
|
209802
|
+
}[] | null | undefined;
|
209349
209803
|
} | null;
|
209350
209804
|
}, {
|
209351
209805
|
id: string;
|
@@ -209413,7 +209867,7 @@ export declare const mailApiContract: {
|
|
209413
209867
|
booleanValue: boolean | null;
|
209414
209868
|
numberValue: number | null;
|
209415
209869
|
dateValue: Date | null;
|
209416
|
-
}[] | undefined;
|
209870
|
+
}[] | null | undefined;
|
209417
209871
|
} | null;
|
209418
209872
|
}>;
|
209419
209873
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -209678,7 +210132,7 @@ export declare const mailApiContract: {
|
|
209678
210132
|
booleanValue: boolean | null;
|
209679
210133
|
numberValue: number | null;
|
209680
210134
|
dateValue: Date | null;
|
209681
|
-
}[] | undefined;
|
210135
|
+
}[] | null | undefined;
|
209682
210136
|
} | null;
|
209683
210137
|
};
|
209684
210138
|
assigneeId: string | null;
|
@@ -210625,7 +211079,7 @@ export declare const mailApiContract: {
|
|
210625
211079
|
booleanValue: boolean | null;
|
210626
211080
|
numberValue: number | null;
|
210627
211081
|
dateValue: Date | null;
|
210628
|
-
}[] | undefined;
|
211082
|
+
}[] | null | undefined;
|
210629
211083
|
} | null;
|
210630
211084
|
};
|
210631
211085
|
assigneeId: string | null;
|
@@ -211574,7 +212028,7 @@ export declare const mailApiContract: {
|
|
211574
212028
|
booleanValue: boolean | null;
|
211575
212029
|
numberValue: number | null;
|
211576
212030
|
dateValue: Date | null;
|
211577
|
-
}[] | undefined;
|
212031
|
+
}[] | null | undefined;
|
211578
212032
|
} | null;
|
211579
212033
|
};
|
211580
212034
|
assigneeId: string | null;
|
@@ -212524,7 +212978,7 @@ export declare const mailApiContract: {
|
|
212524
212978
|
booleanValue: boolean | null;
|
212525
212979
|
numberValue: number | null;
|
212526
212980
|
dateValue: Date | null;
|
212527
|
-
}[] | undefined;
|
212981
|
+
}[] | null | undefined;
|
212528
212982
|
} | null;
|
212529
212983
|
};
|
212530
212984
|
assigneeId: string | null;
|
@@ -224578,7 +225032,7 @@ export declare const workflowContract: {
|
|
224578
225032
|
}>, "many">;
|
224579
225033
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
224580
225034
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
224581
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
225035
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
224582
225036
|
id: import("zod").ZodString;
|
224583
225037
|
createdAt: import("zod").ZodDate;
|
224584
225038
|
updatedAt: import("zod").ZodDate;
|
@@ -224611,7 +225065,7 @@ export declare const workflowContract: {
|
|
224611
225065
|
booleanValue: boolean | null;
|
224612
225066
|
numberValue: number | null;
|
224613
225067
|
dateValue: Date | null;
|
224614
|
-
}>, "many"
|
225068
|
+
}>, "many">>>;
|
224615
225069
|
}, "strip", import("zod").ZodTypeAny, {
|
224616
225070
|
type: string;
|
224617
225071
|
id: string;
|
@@ -224662,7 +225116,7 @@ export declare const workflowContract: {
|
|
224662
225116
|
booleanValue: boolean | null;
|
224663
225117
|
numberValue: number | null;
|
224664
225118
|
dateValue: Date | null;
|
224665
|
-
}[] | undefined;
|
225119
|
+
}[] | null | undefined;
|
224666
225120
|
}, {
|
224667
225121
|
type: string;
|
224668
225122
|
id: string;
|
@@ -224713,7 +225167,7 @@ export declare const workflowContract: {
|
|
224713
225167
|
booleanValue: boolean | null;
|
224714
225168
|
numberValue: number | null;
|
224715
225169
|
dateValue: Date | null;
|
224716
|
-
}[] | undefined;
|
225170
|
+
}[] | null | undefined;
|
224717
225171
|
}>>;
|
224718
225172
|
}, "strip", import("zod").ZodTypeAny, {
|
224719
225173
|
id: string;
|
@@ -224781,7 +225235,7 @@ export declare const workflowContract: {
|
|
224781
225235
|
booleanValue: boolean | null;
|
224782
225236
|
numberValue: number | null;
|
224783
225237
|
dateValue: Date | null;
|
224784
|
-
}[] | undefined;
|
225238
|
+
}[] | null | undefined;
|
224785
225239
|
} | null;
|
224786
225240
|
}, {
|
224787
225241
|
id: string;
|
@@ -224849,7 +225303,7 @@ export declare const workflowContract: {
|
|
224849
225303
|
booleanValue: boolean | null;
|
224850
225304
|
numberValue: number | null;
|
224851
225305
|
dateValue: Date | null;
|
224852
|
-
}[] | undefined;
|
225306
|
+
}[] | null | undefined;
|
224853
225307
|
} | null;
|
224854
225308
|
}>;
|
224855
225309
|
workflowRule: import("zod").ZodObject<{
|
@@ -225223,7 +225677,7 @@ export declare const workflowContract: {
|
|
225223
225677
|
booleanValue: boolean | null;
|
225224
225678
|
numberValue: number | null;
|
225225
225679
|
dateValue: Date | null;
|
225226
|
-
}[] | undefined;
|
225680
|
+
}[] | null | undefined;
|
225227
225681
|
} | null;
|
225228
225682
|
};
|
225229
225683
|
workflowRule: {
|
@@ -225581,7 +226035,7 @@ export declare const workflowContract: {
|
|
225581
226035
|
booleanValue: boolean | null;
|
225582
226036
|
numberValue: number | null;
|
225583
226037
|
dateValue: Date | null;
|
225584
|
-
}[] | undefined;
|
226038
|
+
}[] | null | undefined;
|
225585
226039
|
} | null;
|
225586
226040
|
};
|
225587
226041
|
workflowRule: {
|
@@ -225941,7 +226395,7 @@ export declare const workflowContract: {
|
|
225941
226395
|
booleanValue: boolean | null;
|
225942
226396
|
numberValue: number | null;
|
225943
226397
|
dateValue: Date | null;
|
225944
|
-
}[] | undefined;
|
226398
|
+
}[] | null | undefined;
|
225945
226399
|
} | null;
|
225946
226400
|
};
|
225947
226401
|
workflowRule: {
|
@@ -226302,7 +226756,7 @@ export declare const workflowContract: {
|
|
226302
226756
|
booleanValue: boolean | null;
|
226303
226757
|
numberValue: number | null;
|
226304
226758
|
dateValue: Date | null;
|
226305
|
-
}[] | undefined;
|
226759
|
+
}[] | null | undefined;
|
226306
226760
|
} | null;
|
226307
226761
|
};
|
226308
226762
|
workflowRule: {
|
@@ -228216,7 +228670,7 @@ export declare const workflowContract: {
|
|
228216
228670
|
}>, "many">;
|
228217
228671
|
callFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
228218
228672
|
callTo: import("zod").ZodNullable<import("zod").ZodString>;
|
228219
|
-
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
228673
|
+
customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
228220
228674
|
id: import("zod").ZodString;
|
228221
228675
|
createdAt: import("zod").ZodDate;
|
228222
228676
|
updatedAt: import("zod").ZodDate;
|
@@ -228249,7 +228703,7 @@ export declare const workflowContract: {
|
|
228249
228703
|
booleanValue: boolean | null;
|
228250
228704
|
numberValue: number | null;
|
228251
228705
|
dateValue: Date | null;
|
228252
|
-
}>, "many"
|
228706
|
+
}>, "many">>>;
|
228253
228707
|
}, "strip", import("zod").ZodTypeAny, {
|
228254
228708
|
type: string;
|
228255
228709
|
id: string;
|
@@ -228300,7 +228754,7 @@ export declare const workflowContract: {
|
|
228300
228754
|
booleanValue: boolean | null;
|
228301
228755
|
numberValue: number | null;
|
228302
228756
|
dateValue: Date | null;
|
228303
|
-
}[] | undefined;
|
228757
|
+
}[] | null | undefined;
|
228304
228758
|
}, {
|
228305
228759
|
type: string;
|
228306
228760
|
id: string;
|
@@ -228351,7 +228805,7 @@ export declare const workflowContract: {
|
|
228351
228805
|
booleanValue: boolean | null;
|
228352
228806
|
numberValue: number | null;
|
228353
228807
|
dateValue: Date | null;
|
228354
|
-
}[] | undefined;
|
228808
|
+
}[] | null | undefined;
|
228355
228809
|
}>>;
|
228356
228810
|
}, "strip", import("zod").ZodTypeAny, {
|
228357
228811
|
id: string;
|
@@ -228419,7 +228873,7 @@ export declare const workflowContract: {
|
|
228419
228873
|
booleanValue: boolean | null;
|
228420
228874
|
numberValue: number | null;
|
228421
228875
|
dateValue: Date | null;
|
228422
|
-
}[] | undefined;
|
228876
|
+
}[] | null | undefined;
|
228423
228877
|
} | null;
|
228424
228878
|
}, {
|
228425
228879
|
id: string;
|
@@ -228487,7 +228941,7 @@ export declare const workflowContract: {
|
|
228487
228941
|
booleanValue: boolean | null;
|
228488
228942
|
numberValue: number | null;
|
228489
228943
|
dateValue: Date | null;
|
228490
|
-
}[] | undefined;
|
228944
|
+
}[] | null | undefined;
|
228491
228945
|
} | null;
|
228492
228946
|
}>;
|
228493
228947
|
workflowRule: import("zod").ZodObject<{
|
@@ -228862,7 +229316,7 @@ export declare const workflowContract: {
|
|
228862
229316
|
booleanValue: boolean | null;
|
228863
229317
|
numberValue: number | null;
|
228864
229318
|
dateValue: Date | null;
|
228865
|
-
}[] | undefined;
|
229319
|
+
}[] | null | undefined;
|
228866
229320
|
} | null;
|
228867
229321
|
};
|
228868
229322
|
workflowRule: {
|
@@ -229221,7 +229675,7 @@ export declare const workflowContract: {
|
|
229221
229675
|
booleanValue: boolean | null;
|
229222
229676
|
numberValue: number | null;
|
229223
229677
|
dateValue: Date | null;
|
229224
|
-
}[] | undefined;
|
229678
|
+
}[] | null | undefined;
|
229225
229679
|
} | null;
|
229226
229680
|
};
|
229227
229681
|
workflowRule: {
|
@@ -229582,7 +230036,7 @@ export declare const workflowContract: {
|
|
229582
230036
|
booleanValue: boolean | null;
|
229583
230037
|
numberValue: number | null;
|
229584
230038
|
dateValue: Date | null;
|
229585
|
-
}[] | undefined;
|
230039
|
+
}[] | null | undefined;
|
229586
230040
|
} | null;
|
229587
230041
|
};
|
229588
230042
|
workflowRule: {
|
@@ -229944,7 +230398,7 @@ export declare const workflowContract: {
|
|
229944
230398
|
booleanValue: boolean | null;
|
229945
230399
|
numberValue: number | null;
|
229946
230400
|
dateValue: Date | null;
|
229947
|
-
}[] | undefined;
|
230401
|
+
}[] | null | undefined;
|
229948
230402
|
} | null;
|
229949
230403
|
};
|
229950
230404
|
workflowRule: {
|