@kl1/contracts 1.1.34-uat → 1.1.36-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.
@@ -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;
@@ -14944,7 +14944,7 @@ export declare const apiContract: {
14944
14944
  }>, "many">;
14945
14945
  callFrom: import("zod").ZodNullable<import("zod").ZodString>;
14946
14946
  callTo: import("zod").ZodNullable<import("zod").ZodString>;
14947
- customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
14947
+ customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
14948
14948
  id: import("zod").ZodString;
14949
14949
  createdAt: import("zod").ZodDate;
14950
14950
  updatedAt: import("zod").ZodDate;
@@ -14977,7 +14977,7 @@ export declare const apiContract: {
14977
14977
  booleanValue: boolean | null;
14978
14978
  numberValue: number | null;
14979
14979
  dateValue: Date | null;
14980
- }>, "many">>;
14980
+ }>, "many">>>;
14981
14981
  }, "strip", import("zod").ZodTypeAny, {
14982
14982
  type: string;
14983
14983
  id: string;
@@ -15028,7 +15028,7 @@ export declare const apiContract: {
15028
15028
  booleanValue: boolean | null;
15029
15029
  numberValue: number | null;
15030
15030
  dateValue: Date | null;
15031
- }[] | undefined;
15031
+ }[] | null | undefined;
15032
15032
  }, {
15033
15033
  type: string;
15034
15034
  id: string;
@@ -15079,7 +15079,7 @@ export declare const apiContract: {
15079
15079
  booleanValue: boolean | null;
15080
15080
  numberValue: number | null;
15081
15081
  dateValue: Date | null;
15082
- }[] | undefined;
15082
+ }[] | null | undefined;
15083
15083
  }>;
15084
15084
  }, "strip", import("zod").ZodTypeAny, {
15085
15085
  requestId: string;
@@ -15133,7 +15133,7 @@ export declare const apiContract: {
15133
15133
  booleanValue: boolean | null;
15134
15134
  numberValue: number | null;
15135
15135
  dateValue: Date | null;
15136
- }[] | undefined;
15136
+ }[] | null | undefined;
15137
15137
  };
15138
15138
  }, {
15139
15139
  requestId: string;
@@ -15187,7 +15187,7 @@ export declare const apiContract: {
15187
15187
  booleanValue: boolean | null;
15188
15188
  numberValue: number | null;
15189
15189
  dateValue: Date | null;
15190
- }[] | undefined;
15190
+ }[] | null | undefined;
15191
15191
  };
15192
15192
  }>;
15193
15193
  400: import("zod").ZodObject<{
@@ -15386,7 +15386,7 @@ export declare const apiContract: {
15386
15386
  }>, "many">;
15387
15387
  callFrom: import("zod").ZodNullable<import("zod").ZodString>;
15388
15388
  callTo: import("zod").ZodNullable<import("zod").ZodString>;
15389
- customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
15389
+ customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
15390
15390
  id: import("zod").ZodString;
15391
15391
  createdAt: import("zod").ZodDate;
15392
15392
  updatedAt: import("zod").ZodDate;
@@ -15419,7 +15419,7 @@ export declare const apiContract: {
15419
15419
  booleanValue: boolean | null;
15420
15420
  numberValue: number | null;
15421
15421
  dateValue: Date | null;
15422
- }>, "many">>;
15422
+ }>, "many">>>;
15423
15423
  }, "strip", import("zod").ZodTypeAny, {
15424
15424
  type: string;
15425
15425
  id: string;
@@ -15470,7 +15470,7 @@ export declare const apiContract: {
15470
15470
  booleanValue: boolean | null;
15471
15471
  numberValue: number | null;
15472
15472
  dateValue: Date | null;
15473
- }[] | undefined;
15473
+ }[] | null | undefined;
15474
15474
  }, {
15475
15475
  type: string;
15476
15476
  id: string;
@@ -15521,7 +15521,7 @@ export declare const apiContract: {
15521
15521
  booleanValue: boolean | null;
15522
15522
  numberValue: number | null;
15523
15523
  dateValue: Date | null;
15524
- }[] | undefined;
15524
+ }[] | null | undefined;
15525
15525
  }>;
15526
15526
  }, "strip", import("zod").ZodTypeAny, {
15527
15527
  requestId: string;
@@ -15575,7 +15575,7 @@ export declare const apiContract: {
15575
15575
  booleanValue: boolean | null;
15576
15576
  numberValue: number | null;
15577
15577
  dateValue: Date | null;
15578
- }[] | undefined;
15578
+ }[] | null | undefined;
15579
15579
  };
15580
15580
  }, {
15581
15581
  requestId: string;
@@ -15629,7 +15629,7 @@ export declare const apiContract: {
15629
15629
  booleanValue: boolean | null;
15630
15630
  numberValue: number | null;
15631
15631
  dateValue: Date | null;
15632
- }[] | undefined;
15632
+ }[] | null | undefined;
15633
15633
  };
15634
15634
  }>;
15635
15635
  401: import("zod").ZodObject<{
@@ -15724,7 +15724,7 @@ export declare const apiContract: {
15724
15724
  booleanValue: boolean | null;
15725
15725
  numberValue: number | null;
15726
15726
  dateValue: Date | null;
15727
- }[] | undefined;
15727
+ }[] | null | undefined;
15728
15728
  }, import("zod").ZodTypeDef, {
15729
15729
  type: string;
15730
15730
  id: string;
@@ -15775,7 +15775,7 @@ export declare const apiContract: {
15775
15775
  booleanValue: boolean | null;
15776
15776
  numberValue: number | null;
15777
15777
  dateValue: Date | null;
15778
- }[] | undefined;
15778
+ }[] | null | undefined;
15779
15779
  }>, "many">;
15780
15780
  }, "strip", import("zod").ZodTypeAny, {
15781
15781
  data: {
@@ -15828,7 +15828,7 @@ export declare const apiContract: {
15828
15828
  booleanValue: boolean | null;
15829
15829
  numberValue: number | null;
15830
15830
  dateValue: Date | null;
15831
- }[] | undefined;
15831
+ }[] | null | undefined;
15832
15832
  }[];
15833
15833
  total: number;
15834
15834
  page: number;
@@ -15885,7 +15885,7 @@ export declare const apiContract: {
15885
15885
  booleanValue: boolean | null;
15886
15886
  numberValue: number | null;
15887
15887
  dateValue: Date | null;
15888
- }[] | undefined;
15888
+ }[] | null | undefined;
15889
15889
  }[];
15890
15890
  total: number;
15891
15891
  page?: number | undefined;
@@ -15938,6 +15938,328 @@ export declare const apiContract: {
15938
15938
  'x-client-timezone'?: string | undefined;
15939
15939
  }>>>;
15940
15940
  };
15941
+ getWrapUpForm: {
15942
+ method: "GET";
15943
+ pathParams: import("zod").ZodObject<{
15944
+ id: import("zod").ZodString;
15945
+ }, "strip", import("zod").ZodTypeAny, {
15946
+ id: string;
15947
+ }, {
15948
+ id: string;
15949
+ }>;
15950
+ responses: {
15951
+ 200: import("zod").ZodObject<{
15952
+ id: import("zod").ZodString;
15953
+ createdAt: import("zod").ZodDate;
15954
+ updatedAt: import("zod").ZodDate;
15955
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
15956
+ note: import("zod").ZodNullable<import("zod").ZodString>;
15957
+ disposition: import("zod").ZodNullable<import("zod").ZodString>;
15958
+ type: import("zod").ZodString;
15959
+ tags: import("zod").ZodArray<import("zod").ZodObject<{
15960
+ id: import("zod").ZodString;
15961
+ createdAt: import("zod").ZodDate;
15962
+ updatedAt: import("zod").ZodDate;
15963
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
15964
+ name: import("zod").ZodString;
15965
+ }, "strip", import("zod").ZodTypeAny, {
15966
+ id: string;
15967
+ name: string;
15968
+ createdAt: Date;
15969
+ updatedAt: Date;
15970
+ deletedAt: Date | null;
15971
+ }, {
15972
+ id: string;
15973
+ name: string;
15974
+ createdAt: Date;
15975
+ updatedAt: Date;
15976
+ deletedAt: Date | null;
15977
+ }>, "many">;
15978
+ categories: import("zod").ZodArray<import("zod").ZodObject<{
15979
+ id: import("zod").ZodString;
15980
+ createdAt: import("zod").ZodDate;
15981
+ updatedAt: import("zod").ZodDate;
15982
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
15983
+ value: import("zod").ZodString;
15984
+ level: import("zod").ZodUnion<[import("zod").ZodLiteral<1>, import("zod").ZodLiteral<2>, import("zod").ZodLiteral<3>]>;
15985
+ parentId: import("zod").ZodNullable<import("zod").ZodString>;
15986
+ childCategoryList: import("zod").ZodArray<import("zod").ZodObject<{
15987
+ id: import("zod").ZodString;
15988
+ value: import("zod").ZodString;
15989
+ level: import("zod").ZodUnion<[import("zod").ZodLiteral<1>, import("zod").ZodLiteral<2>, import("zod").ZodLiteral<3>]>;
15990
+ parentId: import("zod").ZodNullable<import("zod").ZodString>;
15991
+ childCategoryList: import("zod").ZodArray<import("zod").ZodObject<{
15992
+ id: import("zod").ZodString;
15993
+ value: import("zod").ZodString;
15994
+ level: import("zod").ZodUnion<[import("zod").ZodLiteral<1>, import("zod").ZodLiteral<2>, import("zod").ZodLiteral<3>]>;
15995
+ parentId: import("zod").ZodNullable<import("zod").ZodString>;
15996
+ childCategoryList: import("zod").ZodArray<import("zod").ZodAny, "many">;
15997
+ }, "strip", import("zod").ZodTypeAny, {
15998
+ id: string;
15999
+ value: string;
16000
+ level: 2 | 1 | 3;
16001
+ parentId: string | null;
16002
+ childCategoryList: any[];
16003
+ }, {
16004
+ id: string;
16005
+ value: string;
16006
+ level: 2 | 1 | 3;
16007
+ parentId: string | null;
16008
+ childCategoryList: any[];
16009
+ }>, "many">;
16010
+ }, "strip", import("zod").ZodTypeAny, {
16011
+ id: string;
16012
+ value: string;
16013
+ level: 2 | 1 | 3;
16014
+ parentId: string | null;
16015
+ childCategoryList: {
16016
+ id: string;
16017
+ value: string;
16018
+ level: 2 | 1 | 3;
16019
+ parentId: string | null;
16020
+ childCategoryList: any[];
16021
+ }[];
16022
+ }, {
16023
+ id: string;
16024
+ value: string;
16025
+ level: 2 | 1 | 3;
16026
+ parentId: string | null;
16027
+ childCategoryList: {
16028
+ id: string;
16029
+ value: string;
16030
+ level: 2 | 1 | 3;
16031
+ parentId: string | null;
16032
+ childCategoryList: any[];
16033
+ }[];
16034
+ }>, "many">;
16035
+ }, "strip", import("zod").ZodTypeAny, {
16036
+ id: string;
16037
+ value: string;
16038
+ createdAt: Date;
16039
+ updatedAt: Date;
16040
+ deletedAt: Date | null;
16041
+ level: 2 | 1 | 3;
16042
+ parentId: string | null;
16043
+ childCategoryList: {
16044
+ id: string;
16045
+ value: string;
16046
+ level: 2 | 1 | 3;
16047
+ parentId: string | null;
16048
+ childCategoryList: {
16049
+ id: string;
16050
+ value: string;
16051
+ level: 2 | 1 | 3;
16052
+ parentId: string | null;
16053
+ childCategoryList: any[];
16054
+ }[];
16055
+ }[];
16056
+ }, {
16057
+ id: string;
16058
+ value: string;
16059
+ createdAt: Date;
16060
+ updatedAt: Date;
16061
+ deletedAt: Date | null;
16062
+ level: 2 | 1 | 3;
16063
+ parentId: string | null;
16064
+ childCategoryList: {
16065
+ id: string;
16066
+ value: string;
16067
+ level: 2 | 1 | 3;
16068
+ parentId: string | null;
16069
+ childCategoryList: {
16070
+ id: string;
16071
+ value: string;
16072
+ level: 2 | 1 | 3;
16073
+ parentId: string | null;
16074
+ childCategoryList: any[];
16075
+ }[];
16076
+ }[];
16077
+ }>, "many">;
16078
+ callFrom: import("zod").ZodNullable<import("zod").ZodString>;
16079
+ callTo: import("zod").ZodNullable<import("zod").ZodString>;
16080
+ customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
16081
+ id: import("zod").ZodString;
16082
+ createdAt: import("zod").ZodDate;
16083
+ updatedAt: import("zod").ZodDate;
16084
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
16085
+ textValue: import("zod").ZodNullable<import("zod").ZodString>;
16086
+ booleanValue: import("zod").ZodNullable<import("zod").ZodBoolean>;
16087
+ numberValue: import("zod").ZodNullable<import("zod").ZodNumber>;
16088
+ dateValue: import("zod").ZodNullable<import("zod").ZodDate>;
16089
+ entityId: import("zod").ZodString;
16090
+ attributeId: import("zod").ZodString;
16091
+ }, "strip", import("zod").ZodTypeAny, {
16092
+ id: string;
16093
+ createdAt: Date;
16094
+ updatedAt: Date;
16095
+ deletedAt: Date | null;
16096
+ entityId: string;
16097
+ attributeId: string;
16098
+ textValue: string | null;
16099
+ booleanValue: boolean | null;
16100
+ numberValue: number | null;
16101
+ dateValue: Date | null;
16102
+ }, {
16103
+ id: string;
16104
+ createdAt: Date;
16105
+ updatedAt: Date;
16106
+ deletedAt: Date | null;
16107
+ entityId: string;
16108
+ attributeId: string;
16109
+ textValue: string | null;
16110
+ booleanValue: boolean | null;
16111
+ numberValue: number | null;
16112
+ dateValue: Date | null;
16113
+ }>, "many">>>;
16114
+ }, "strip", import("zod").ZodTypeAny, {
16115
+ type: string;
16116
+ id: string;
16117
+ disposition: string | null;
16118
+ createdAt: Date;
16119
+ updatedAt: Date;
16120
+ deletedAt: Date | null;
16121
+ categories: {
16122
+ id: string;
16123
+ value: string;
16124
+ createdAt: Date;
16125
+ updatedAt: Date;
16126
+ deletedAt: Date | null;
16127
+ level: 2 | 1 | 3;
16128
+ parentId: string | null;
16129
+ childCategoryList: {
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
+ }[];
16143
+ tags: {
16144
+ id: string;
16145
+ name: string;
16146
+ createdAt: Date;
16147
+ updatedAt: Date;
16148
+ deletedAt: Date | null;
16149
+ }[];
16150
+ callFrom: string | null;
16151
+ callTo: string | null;
16152
+ note: string | null;
16153
+ customFields?: {
16154
+ id: string;
16155
+ createdAt: Date;
16156
+ updatedAt: Date;
16157
+ deletedAt: Date | null;
16158
+ entityId: string;
16159
+ attributeId: string;
16160
+ textValue: string | null;
16161
+ booleanValue: boolean | null;
16162
+ numberValue: number | null;
16163
+ dateValue: Date | null;
16164
+ }[] | null | undefined;
16165
+ }, {
16166
+ type: string;
16167
+ id: string;
16168
+ disposition: string | null;
16169
+ createdAt: Date;
16170
+ updatedAt: Date;
16171
+ deletedAt: Date | null;
16172
+ categories: {
16173
+ id: string;
16174
+ value: string;
16175
+ createdAt: Date;
16176
+ updatedAt: Date;
16177
+ deletedAt: Date | null;
16178
+ level: 2 | 1 | 3;
16179
+ parentId: string | null;
16180
+ childCategoryList: {
16181
+ id: string;
16182
+ value: string;
16183
+ level: 2 | 1 | 3;
16184
+ parentId: string | null;
16185
+ childCategoryList: {
16186
+ id: string;
16187
+ value: string;
16188
+ level: 2 | 1 | 3;
16189
+ parentId: string | null;
16190
+ childCategoryList: any[];
16191
+ }[];
16192
+ }[];
16193
+ }[];
16194
+ tags: {
16195
+ id: string;
16196
+ name: string;
16197
+ createdAt: Date;
16198
+ updatedAt: Date;
16199
+ deletedAt: Date | null;
16200
+ }[];
16201
+ callFrom: string | null;
16202
+ callTo: string | null;
16203
+ note: string | null;
16204
+ customFields?: {
16205
+ id: string;
16206
+ createdAt: Date;
16207
+ updatedAt: Date;
16208
+ deletedAt: Date | null;
16209
+ entityId: string;
16210
+ attributeId: string;
16211
+ textValue: string | null;
16212
+ booleanValue: boolean | null;
16213
+ numberValue: number | null;
16214
+ dateValue: Date | null;
16215
+ }[] | null | undefined;
16216
+ }>;
16217
+ 400: import("zod").ZodObject<{
16218
+ message: import("zod").ZodString;
16219
+ }, "strip", import("zod").ZodTypeAny, {
16220
+ message: string;
16221
+ }, {
16222
+ message: string;
16223
+ }>;
16224
+ 401: import("zod").ZodObject<{
16225
+ message: import("zod").ZodString;
16226
+ error: import("zod").ZodAny;
16227
+ }, "strip", import("zod").ZodTypeAny, {
16228
+ message: string;
16229
+ error?: any;
16230
+ }, {
16231
+ message: string;
16232
+ error?: any;
16233
+ }>;
16234
+ 500: import("zod").ZodObject<{
16235
+ message: import("zod").ZodString;
16236
+ error: import("zod").ZodAny;
16237
+ }, "strip", import("zod").ZodTypeAny, {
16238
+ message: string;
16239
+ error?: any;
16240
+ }, {
16241
+ message: string;
16242
+ error?: any;
16243
+ }>;
16244
+ };
16245
+ path: "wrap-up-form/:id";
16246
+ headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
16247
+ 'x-tenant': import("zod").ZodString;
16248
+ authorization: import("zod").ZodString;
16249
+ 'x-code': import("zod").ZodOptional<import("zod").ZodString>;
16250
+ 'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
16251
+ }, "strip", import("zod").ZodTypeAny, {
16252
+ 'x-tenant': string;
16253
+ authorization: string;
16254
+ 'x-client-timezone': string;
16255
+ 'x-code'?: string | undefined;
16256
+ }, {
16257
+ 'x-tenant': string;
16258
+ authorization: string;
16259
+ 'x-code'?: string | undefined;
16260
+ 'x-client-timezone'?: string | undefined;
16261
+ }>>>;
16262
+ };
15941
16263
  updateWrapUpForm: {
15942
16264
  body: import("zod").ZodObject<{
15943
16265
  disposition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -15960,6 +16282,7 @@ export declare const apiContract: {
15960
16282
  id: string;
15961
16283
  value: string;
15962
16284
  }>, "many">>;
16285
+ durationSeconds: import("zod").ZodOptional<import("zod").ZodNumber>;
15963
16286
  }, "strip", import("zod").ZodTypeAny, {
15964
16287
  disposition?: string | null | undefined;
15965
16288
  callFrom?: string | null | undefined;
@@ -15973,6 +16296,7 @@ export declare const apiContract: {
15973
16296
  id: string;
15974
16297
  value: string;
15975
16298
  }[] | undefined;
16299
+ durationSeconds?: number | undefined;
15976
16300
  }, {
15977
16301
  disposition?: string | null | undefined;
15978
16302
  callFrom?: string | null | undefined;
@@ -15986,6 +16310,7 @@ export declare const apiContract: {
15986
16310
  id: string;
15987
16311
  value: string;
15988
16312
  }[] | undefined;
16313
+ durationSeconds?: number | undefined;
15989
16314
  }>;
15990
16315
  summary: "Update a wrap up form.";
15991
16316
  method: "PATCH";
@@ -16128,7 +16453,7 @@ export declare const apiContract: {
16128
16453
  }>, "many">;
16129
16454
  callFrom: import("zod").ZodNullable<import("zod").ZodString>;
16130
16455
  callTo: import("zod").ZodNullable<import("zod").ZodString>;
16131
- customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
16456
+ customFields: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
16132
16457
  id: import("zod").ZodString;
16133
16458
  createdAt: import("zod").ZodDate;
16134
16459
  updatedAt: import("zod").ZodDate;
@@ -16161,7 +16486,7 @@ export declare const apiContract: {
16161
16486
  booleanValue: boolean | null;
16162
16487
  numberValue: number | null;
16163
16488
  dateValue: Date | null;
16164
- }>, "many">>;
16489
+ }>, "many">>>;
16165
16490
  }, "strip", import("zod").ZodTypeAny, {
16166
16491
  type: string;
16167
16492
  id: string;
@@ -16212,7 +16537,7 @@ export declare const apiContract: {
16212
16537
  booleanValue: boolean | null;
16213
16538
  numberValue: number | null;
16214
16539
  dateValue: Date | null;
16215
- }[] | undefined;
16540
+ }[] | null | undefined;
16216
16541
  }, {
16217
16542
  type: string;
16218
16543
  id: string;
@@ -16263,7 +16588,7 @@ export declare const apiContract: {
16263
16588
  booleanValue: boolean | null;
16264
16589
  numberValue: number | null;
16265
16590
  dateValue: Date | null;
16266
- }[] | undefined;
16591
+ }[] | null | undefined;
16267
16592
  }>;
16268
16593
  }, "strip", import("zod").ZodTypeAny, {
16269
16594
  requestId: string;
@@ -16317,7 +16642,7 @@ export declare const apiContract: {
16317
16642
  booleanValue: boolean | null;
16318
16643
  numberValue: number | null;
16319
16644
  dateValue: Date | null;
16320
- }[] | undefined;
16645
+ }[] | null | undefined;
16321
16646
  };
16322
16647
  }, {
16323
16648
  requestId: string;
@@ -16371,7 +16696,7 @@ export declare const apiContract: {
16371
16696
  booleanValue: boolean | null;
16372
16697
  numberValue: number | null;
16373
16698
  dateValue: Date | null;
16374
- }[] | undefined;
16699
+ }[] | null | undefined;
16375
16700
  };
16376
16701
  }>;
16377
16702
  400: import("zod").ZodObject<{
@@ -16420,6 +16745,125 @@ export declare const apiContract: {
16420
16745
  'x-client-timezone'?: string | undefined;
16421
16746
  }>>>;
16422
16747
  };
16748
+ getWrapUpFormTimer: {
16749
+ method: "GET";
16750
+ responses: {
16751
+ 200: import("zod").ZodObject<{
16752
+ requestId: import("zod").ZodString;
16753
+ wrapUpFormTimer: import("zod").ZodNumber;
16754
+ }, "strip", import("zod").ZodTypeAny, {
16755
+ requestId: string;
16756
+ wrapUpFormTimer: number;
16757
+ }, {
16758
+ requestId: string;
16759
+ wrapUpFormTimer: number;
16760
+ }>;
16761
+ 400: import("zod").ZodObject<{
16762
+ message: import("zod").ZodString;
16763
+ }, "strip", import("zod").ZodTypeAny, {
16764
+ message: string;
16765
+ }, {
16766
+ message: string;
16767
+ }>;
16768
+ 401: import("zod").ZodObject<{
16769
+ message: import("zod").ZodString;
16770
+ error: import("zod").ZodAny;
16771
+ }, "strip", import("zod").ZodTypeAny, {
16772
+ message: string;
16773
+ error?: any;
16774
+ }, {
16775
+ message: string;
16776
+ error?: any;
16777
+ }>;
16778
+ 500: import("zod").ZodObject<{
16779
+ message: import("zod").ZodString;
16780
+ error: import("zod").ZodAny;
16781
+ }, "strip", import("zod").ZodTypeAny, {
16782
+ message: string;
16783
+ error?: any;
16784
+ }, {
16785
+ message: string;
16786
+ error?: any;
16787
+ }>;
16788
+ };
16789
+ path: "wrap-up-form/timer";
16790
+ headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
16791
+ 'x-tenant': import("zod").ZodString;
16792
+ authorization: import("zod").ZodString;
16793
+ 'x-code': import("zod").ZodOptional<import("zod").ZodString>;
16794
+ 'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
16795
+ }, "strip", import("zod").ZodTypeAny, {
16796
+ 'x-tenant': string;
16797
+ authorization: string;
16798
+ 'x-client-timezone': string;
16799
+ 'x-code'?: string | undefined;
16800
+ }, {
16801
+ 'x-tenant': string;
16802
+ authorization: string;
16803
+ 'x-code'?: string | undefined;
16804
+ 'x-client-timezone'?: string | undefined;
16805
+ }>>>;
16806
+ };
16807
+ updateWrapUpFormTimer: {
16808
+ body: import("zod").ZodNumber;
16809
+ method: "PATCH";
16810
+ responses: {
16811
+ 200: import("zod").ZodObject<{
16812
+ requestId: import("zod").ZodString;
16813
+ wrapUpFormTimer: import("zod").ZodNumber;
16814
+ }, "strip", import("zod").ZodTypeAny, {
16815
+ requestId: string;
16816
+ wrapUpFormTimer: number;
16817
+ }, {
16818
+ requestId: string;
16819
+ wrapUpFormTimer: number;
16820
+ }>;
16821
+ 400: import("zod").ZodObject<{
16822
+ message: import("zod").ZodString;
16823
+ }, "strip", import("zod").ZodTypeAny, {
16824
+ message: string;
16825
+ }, {
16826
+ message: string;
16827
+ }>;
16828
+ 401: import("zod").ZodObject<{
16829
+ message: import("zod").ZodString;
16830
+ error: import("zod").ZodAny;
16831
+ }, "strip", import("zod").ZodTypeAny, {
16832
+ message: string;
16833
+ error?: any;
16834
+ }, {
16835
+ message: string;
16836
+ error?: any;
16837
+ }>;
16838
+ 500: import("zod").ZodObject<{
16839
+ message: import("zod").ZodString;
16840
+ error: import("zod").ZodAny;
16841
+ }, "strip", import("zod").ZodTypeAny, {
16842
+ message: string;
16843
+ error?: any;
16844
+ }, {
16845
+ message: string;
16846
+ error?: any;
16847
+ }>;
16848
+ };
16849
+ path: "wrap-up-form/timer";
16850
+ headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
16851
+ 'x-tenant': import("zod").ZodString;
16852
+ authorization: import("zod").ZodString;
16853
+ 'x-code': import("zod").ZodOptional<import("zod").ZodString>;
16854
+ 'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
16855
+ }, "strip", import("zod").ZodTypeAny, {
16856
+ 'x-tenant': string;
16857
+ authorization: string;
16858
+ 'x-client-timezone': string;
16859
+ 'x-code'?: string | undefined;
16860
+ }, {
16861
+ 'x-tenant': string;
16862
+ authorization: string;
16863
+ 'x-code'?: string | undefined;
16864
+ 'x-client-timezone'?: string | undefined;
16865
+ }>>>;
16866
+ };
16423
16867
  };
16424
16868
  emailEngineWebhooks: {
16425
16869
  handleWebhooksEvents: {
@@ -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: {
@@ -183637,7 +184091,7 @@ export declare const businessCalendarContract: {
183637
184091
  }[];
183638
184092
  description?: string | undefined;
183639
184093
  }>;
183640
- method: "PUT";
184094
+ method: "POST";
183641
184095
  pathParams: import("zod").ZodObject<{
183642
184096
  id: import("zod").ZodString;
183643
184097
  }, "strip", import("zod").ZodTypeAny, {
@@ -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: {