@kl1/contracts 1.1.35-uat → 1.1.37-uat

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5422,7 +5422,7 @@ export declare const roomContract: {
5422
5422
  }>, "many">;
5423
5423
  callFrom: z.ZodNullable<z.ZodString>;
5424
5424
  callTo: z.ZodNullable<z.ZodString>;
5425
- customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
5425
+ customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
5426
5426
  id: z.ZodString;
5427
5427
  createdAt: z.ZodDate;
5428
5428
  updatedAt: z.ZodDate;
@@ -5455,7 +5455,7 @@ export declare const roomContract: {
5455
5455
  booleanValue: boolean | null;
5456
5456
  numberValue: number | null;
5457
5457
  dateValue: Date | null;
5458
- }>, "many">>;
5458
+ }>, "many">>>;
5459
5459
  }, "strip", z.ZodTypeAny, {
5460
5460
  type: string;
5461
5461
  id: string;
@@ -5506,7 +5506,7 @@ export declare const roomContract: {
5506
5506
  booleanValue: boolean | null;
5507
5507
  numberValue: number | null;
5508
5508
  dateValue: Date | null;
5509
- }[] | undefined;
5509
+ }[] | null | undefined;
5510
5510
  }, {
5511
5511
  type: string;
5512
5512
  id: string;
@@ -5557,7 +5557,7 @@ export declare const roomContract: {
5557
5557
  booleanValue: boolean | null;
5558
5558
  numberValue: number | null;
5559
5559
  dateValue: Date | null;
5560
- }[] | undefined;
5560
+ }[] | null | undefined;
5561
5561
  }>>;
5562
5562
  }, "strip", z.ZodTypeAny, {
5563
5563
  id: string;
@@ -5625,7 +5625,7 @@ export declare const roomContract: {
5625
5625
  booleanValue: boolean | null;
5626
5626
  numberValue: number | null;
5627
5627
  dateValue: Date | null;
5628
- }[] | undefined;
5628
+ }[] | null | undefined;
5629
5629
  } | null;
5630
5630
  }, {
5631
5631
  id: string;
@@ -5693,7 +5693,7 @@ export declare const roomContract: {
5693
5693
  booleanValue: boolean | null;
5694
5694
  numberValue: number | null;
5695
5695
  dateValue: Date | null;
5696
- }[] | undefined;
5696
+ }[] | null | undefined;
5697
5697
  } | null;
5698
5698
  }>;
5699
5699
  }, "strip", z.ZodTypeAny, {
@@ -5958,7 +5958,7 @@ export declare const roomContract: {
5958
5958
  booleanValue: boolean | null;
5959
5959
  numberValue: number | null;
5960
5960
  dateValue: Date | null;
5961
- }[] | undefined;
5961
+ }[] | null | undefined;
5962
5962
  } | null;
5963
5963
  };
5964
5964
  assigneeId: string | null;
@@ -6905,7 +6905,7 @@ export declare const roomContract: {
6905
6905
  booleanValue: boolean | null;
6906
6906
  numberValue: number | null;
6907
6907
  dateValue: Date | null;
6908
- }[] | undefined;
6908
+ }[] | null | undefined;
6909
6909
  } | null;
6910
6910
  };
6911
6911
  assigneeId: string | null;
@@ -7857,7 +7857,7 @@ export declare const roomContract: {
7857
7857
  booleanValue: boolean | null;
7858
7858
  numberValue: number | null;
7859
7859
  dateValue: Date | null;
7860
- }[] | undefined;
7860
+ }[] | null | undefined;
7861
7861
  } | null;
7862
7862
  };
7863
7863
  assigneeId: string | null;
@@ -8810,7 +8810,7 @@ export declare const roomContract: {
8810
8810
  booleanValue: boolean | null;
8811
8811
  numberValue: number | null;
8812
8812
  dateValue: Date | null;
8813
- }[] | undefined;
8813
+ }[] | null | undefined;
8814
8814
  } | null;
8815
8815
  };
8816
8816
  assigneeId: string | null;
@@ -15801,7 +15801,7 @@ export declare const roomContract: {
15801
15801
  }>, "many">;
15802
15802
  callFrom: z.ZodNullable<z.ZodString>;
15803
15803
  callTo: z.ZodNullable<z.ZodString>;
15804
- customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
15804
+ customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
15805
15805
  id: z.ZodString;
15806
15806
  createdAt: z.ZodDate;
15807
15807
  updatedAt: z.ZodDate;
@@ -15834,7 +15834,7 @@ export declare const roomContract: {
15834
15834
  booleanValue: boolean | null;
15835
15835
  numberValue: number | null;
15836
15836
  dateValue: Date | null;
15837
- }>, "many">>;
15837
+ }>, "many">>>;
15838
15838
  }, "strip", z.ZodTypeAny, {
15839
15839
  type: string;
15840
15840
  id: string;
@@ -15885,7 +15885,7 @@ export declare const roomContract: {
15885
15885
  booleanValue: boolean | null;
15886
15886
  numberValue: number | null;
15887
15887
  dateValue: Date | null;
15888
- }[] | undefined;
15888
+ }[] | null | undefined;
15889
15889
  }, {
15890
15890
  type: string;
15891
15891
  id: string;
@@ -15936,7 +15936,7 @@ export declare const roomContract: {
15936
15936
  booleanValue: boolean | null;
15937
15937
  numberValue: number | null;
15938
15938
  dateValue: Date | null;
15939
- }[] | undefined;
15939
+ }[] | null | undefined;
15940
15940
  }>>;
15941
15941
  }, "strip", z.ZodTypeAny, {
15942
15942
  id: string;
@@ -16004,7 +16004,7 @@ export declare const roomContract: {
16004
16004
  booleanValue: boolean | null;
16005
16005
  numberValue: number | null;
16006
16006
  dateValue: Date | null;
16007
- }[] | undefined;
16007
+ }[] | null | undefined;
16008
16008
  } | null;
16009
16009
  }, {
16010
16010
  id: string;
@@ -16072,7 +16072,7 @@ export declare const roomContract: {
16072
16072
  booleanValue: boolean | null;
16073
16073
  numberValue: number | null;
16074
16074
  dateValue: Date | null;
16075
- }[] | undefined;
16075
+ }[] | null | undefined;
16076
16076
  } | null;
16077
16077
  }>;
16078
16078
  }, "strip", z.ZodTypeAny, {
@@ -16337,7 +16337,7 @@ export declare const roomContract: {
16337
16337
  booleanValue: boolean | null;
16338
16338
  numberValue: number | null;
16339
16339
  dateValue: Date | null;
16340
- }[] | undefined;
16340
+ }[] | null | undefined;
16341
16341
  } | null;
16342
16342
  };
16343
16343
  assigneeId: string | null;
@@ -17284,7 +17284,7 @@ export declare const roomContract: {
17284
17284
  booleanValue: boolean | null;
17285
17285
  numberValue: number | null;
17286
17286
  dateValue: Date | null;
17287
- }[] | undefined;
17287
+ }[] | null | undefined;
17288
17288
  } | null;
17289
17289
  };
17290
17290
  assigneeId: string | null;
@@ -18233,7 +18233,7 @@ export declare const roomContract: {
18233
18233
  booleanValue: boolean | null;
18234
18234
  numberValue: number | null;
18235
18235
  dateValue: Date | null;
18236
- }[] | undefined;
18236
+ }[] | null | undefined;
18237
18237
  } | null;
18238
18238
  };
18239
18239
  assigneeId: string | null;
@@ -19183,7 +19183,7 @@ export declare const roomContract: {
19183
19183
  booleanValue: boolean | null;
19184
19184
  numberValue: number | null;
19185
19185
  dateValue: Date | null;
19186
- }[] | undefined;
19186
+ }[] | null | undefined;
19187
19187
  } | null;
19188
19188
  };
19189
19189
  assigneeId: string | null;
@@ -25260,7 +25260,7 @@ export declare const roomContract: {
25260
25260
  }>, "many">;
25261
25261
  callFrom: z.ZodNullable<z.ZodString>;
25262
25262
  callTo: z.ZodNullable<z.ZodString>;
25263
- customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
25263
+ customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
25264
25264
  id: z.ZodString;
25265
25265
  createdAt: z.ZodDate;
25266
25266
  updatedAt: z.ZodDate;
@@ -25293,7 +25293,7 @@ export declare const roomContract: {
25293
25293
  booleanValue: boolean | null;
25294
25294
  numberValue: number | null;
25295
25295
  dateValue: Date | null;
25296
- }>, "many">>;
25296
+ }>, "many">>>;
25297
25297
  }, "strip", z.ZodTypeAny, {
25298
25298
  type: string;
25299
25299
  id: string;
@@ -25344,7 +25344,7 @@ export declare const roomContract: {
25344
25344
  booleanValue: boolean | null;
25345
25345
  numberValue: number | null;
25346
25346
  dateValue: Date | null;
25347
- }[] | undefined;
25347
+ }[] | null | undefined;
25348
25348
  }, {
25349
25349
  type: string;
25350
25350
  id: string;
@@ -25395,7 +25395,7 @@ export declare const roomContract: {
25395
25395
  booleanValue: boolean | null;
25396
25396
  numberValue: number | null;
25397
25397
  dateValue: Date | null;
25398
- }[] | undefined;
25398
+ }[] | null | undefined;
25399
25399
  }>>;
25400
25400
  }, "strip", z.ZodTypeAny, {
25401
25401
  id: string;
@@ -25463,7 +25463,7 @@ export declare const roomContract: {
25463
25463
  booleanValue: boolean | null;
25464
25464
  numberValue: number | null;
25465
25465
  dateValue: Date | null;
25466
- }[] | undefined;
25466
+ }[] | null | undefined;
25467
25467
  } | null;
25468
25468
  }, {
25469
25469
  id: string;
@@ -25531,7 +25531,7 @@ export declare const roomContract: {
25531
25531
  booleanValue: boolean | null;
25532
25532
  numberValue: number | null;
25533
25533
  dateValue: Date | null;
25534
- }[] | undefined;
25534
+ }[] | null | undefined;
25535
25535
  } | null;
25536
25536
  }>;
25537
25537
  }, "strip", z.ZodTypeAny, {
@@ -25796,7 +25796,7 @@ export declare const roomContract: {
25796
25796
  booleanValue: boolean | null;
25797
25797
  numberValue: number | null;
25798
25798
  dateValue: Date | null;
25799
- }[] | undefined;
25799
+ }[] | null | undefined;
25800
25800
  } | null;
25801
25801
  };
25802
25802
  assigneeId: string | null;
@@ -26743,7 +26743,7 @@ export declare const roomContract: {
26743
26743
  booleanValue: boolean | null;
26744
26744
  numberValue: number | null;
26745
26745
  dateValue: Date | null;
26746
- }[] | undefined;
26746
+ }[] | null | undefined;
26747
26747
  } | null;
26748
26748
  };
26749
26749
  assigneeId: string | null;
@@ -27692,7 +27692,7 @@ export declare const roomContract: {
27692
27692
  booleanValue: boolean | null;
27693
27693
  numberValue: number | null;
27694
27694
  dateValue: Date | null;
27695
- }[] | undefined;
27695
+ }[] | null | undefined;
27696
27696
  } | null;
27697
27697
  };
27698
27698
  assigneeId: string | null;
@@ -28642,7 +28642,7 @@ export declare const roomContract: {
28642
28642
  booleanValue: boolean | null;
28643
28643
  numberValue: number | null;
28644
28644
  dateValue: Date | null;
28645
- }[] | undefined;
28645
+ }[] | null | undefined;
28646
28646
  } | null;
28647
28647
  };
28648
28648
  assigneeId: string | null;
@@ -5340,7 +5340,7 @@ export declare const RoomContractsValidationSchema: {
5340
5340
  }>, "many">;
5341
5341
  callFrom: z.ZodNullable<z.ZodString>;
5342
5342
  callTo: z.ZodNullable<z.ZodString>;
5343
- customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
5343
+ customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
5344
5344
  id: z.ZodString;
5345
5345
  createdAt: z.ZodDate;
5346
5346
  updatedAt: z.ZodDate;
@@ -5373,7 +5373,7 @@ export declare const RoomContractsValidationSchema: {
5373
5373
  booleanValue: boolean | null;
5374
5374
  numberValue: number | null;
5375
5375
  dateValue: Date | null;
5376
- }>, "many">>;
5376
+ }>, "many">>>;
5377
5377
  }, "strip", z.ZodTypeAny, {
5378
5378
  type: string;
5379
5379
  id: string;
@@ -5424,7 +5424,7 @@ export declare const RoomContractsValidationSchema: {
5424
5424
  booleanValue: boolean | null;
5425
5425
  numberValue: number | null;
5426
5426
  dateValue: Date | null;
5427
- }[] | undefined;
5427
+ }[] | null | undefined;
5428
5428
  }, {
5429
5429
  type: string;
5430
5430
  id: string;
@@ -5475,7 +5475,7 @@ export declare const RoomContractsValidationSchema: {
5475
5475
  booleanValue: boolean | null;
5476
5476
  numberValue: number | null;
5477
5477
  dateValue: Date | null;
5478
- }[] | undefined;
5478
+ }[] | null | undefined;
5479
5479
  }>>;
5480
5480
  }, "strip", z.ZodTypeAny, {
5481
5481
  id: string;
@@ -5543,7 +5543,7 @@ export declare const RoomContractsValidationSchema: {
5543
5543
  booleanValue: boolean | null;
5544
5544
  numberValue: number | null;
5545
5545
  dateValue: Date | null;
5546
- }[] | undefined;
5546
+ }[] | null | undefined;
5547
5547
  } | null;
5548
5548
  }, {
5549
5549
  id: string;
@@ -5611,7 +5611,7 @@ export declare const RoomContractsValidationSchema: {
5611
5611
  booleanValue: boolean | null;
5612
5612
  numberValue: number | null;
5613
5613
  dateValue: Date | null;
5614
- }[] | undefined;
5614
+ }[] | null | undefined;
5615
5615
  } | null;
5616
5616
  }>;
5617
5617
  }, "strip", z.ZodTypeAny, {
@@ -5876,7 +5876,7 @@ export declare const RoomContractsValidationSchema: {
5876
5876
  booleanValue: boolean | null;
5877
5877
  numberValue: number | null;
5878
5878
  dateValue: Date | null;
5879
- }[] | undefined;
5879
+ }[] | null | undefined;
5880
5880
  } | null;
5881
5881
  };
5882
5882
  assigneeId: string | null;
@@ -6823,7 +6823,7 @@ export declare const RoomContractsValidationSchema: {
6823
6823
  booleanValue: boolean | null;
6824
6824
  numberValue: number | null;
6825
6825
  dateValue: Date | null;
6826
- }[] | undefined;
6826
+ }[] | null | undefined;
6827
6827
  } | null;
6828
6828
  };
6829
6829
  assigneeId: string | null;
@@ -7775,7 +7775,7 @@ export declare const RoomContractsValidationSchema: {
7775
7775
  booleanValue: boolean | null;
7776
7776
  numberValue: number | null;
7777
7777
  dateValue: Date | null;
7778
- }[] | undefined;
7778
+ }[] | null | undefined;
7779
7779
  } | null;
7780
7780
  };
7781
7781
  assigneeId: string | null;
@@ -8727,7 +8727,7 @@ export declare const RoomContractsValidationSchema: {
8727
8727
  booleanValue: boolean | null;
8728
8728
  numberValue: number | null;
8729
8729
  dateValue: Date | null;
8730
- }[] | undefined;
8730
+ }[] | null | undefined;
8731
8731
  } | null;
8732
8732
  };
8733
8733
  assigneeId: string | null;
@@ -6762,7 +6762,7 @@ export declare const MailRoomSchema: z.ZodObject<{
6762
6762
  }>, "many">;
6763
6763
  callFrom: z.ZodNullable<z.ZodString>;
6764
6764
  callTo: z.ZodNullable<z.ZodString>;
6765
- customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
6765
+ customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
6766
6766
  id: z.ZodString;
6767
6767
  createdAt: z.ZodDate;
6768
6768
  updatedAt: z.ZodDate;
@@ -6795,7 +6795,7 @@ export declare const MailRoomSchema: z.ZodObject<{
6795
6795
  booleanValue: boolean | null;
6796
6796
  numberValue: number | null;
6797
6797
  dateValue: Date | null;
6798
- }>, "many">>;
6798
+ }>, "many">>>;
6799
6799
  }, "strip", z.ZodTypeAny, {
6800
6800
  type: string;
6801
6801
  id: string;
@@ -6846,7 +6846,7 @@ export declare const MailRoomSchema: z.ZodObject<{
6846
6846
  booleanValue: boolean | null;
6847
6847
  numberValue: number | null;
6848
6848
  dateValue: Date | null;
6849
- }[] | undefined;
6849
+ }[] | null | undefined;
6850
6850
  }, {
6851
6851
  type: string;
6852
6852
  id: string;
@@ -6897,7 +6897,7 @@ export declare const MailRoomSchema: z.ZodObject<{
6897
6897
  booleanValue: boolean | null;
6898
6898
  numberValue: number | null;
6899
6899
  dateValue: Date | null;
6900
- }[] | undefined;
6900
+ }[] | null | undefined;
6901
6901
  }>>;
6902
6902
  }, "strip", z.ZodTypeAny, {
6903
6903
  id: string;
@@ -6965,7 +6965,7 @@ export declare const MailRoomSchema: z.ZodObject<{
6965
6965
  booleanValue: boolean | null;
6966
6966
  numberValue: number | null;
6967
6967
  dateValue: Date | null;
6968
- }[] | undefined;
6968
+ }[] | null | undefined;
6969
6969
  } | null;
6970
6970
  }, {
6971
6971
  id: string;
@@ -7033,7 +7033,7 @@ export declare const MailRoomSchema: z.ZodObject<{
7033
7033
  booleanValue: boolean | null;
7034
7034
  numberValue: number | null;
7035
7035
  dateValue: Date | null;
7036
- }[] | undefined;
7036
+ }[] | null | undefined;
7037
7037
  } | null;
7038
7038
  }>;
7039
7039
  }, "strip", z.ZodTypeAny, {
@@ -7298,7 +7298,7 @@ export declare const MailRoomSchema: z.ZodObject<{
7298
7298
  booleanValue: boolean | null;
7299
7299
  numberValue: number | null;
7300
7300
  dateValue: Date | null;
7301
- }[] | undefined;
7301
+ }[] | null | undefined;
7302
7302
  } | null;
7303
7303
  };
7304
7304
  assigneeId: string | null;
@@ -8245,7 +8245,7 @@ export declare const MailRoomSchema: z.ZodObject<{
8245
8245
  booleanValue: boolean | null;
8246
8246
  numberValue: number | null;
8247
8247
  dateValue: Date | null;
8248
- }[] | undefined;
8248
+ }[] | null | undefined;
8249
8249
  } | null;
8250
8250
  };
8251
8251
  assigneeId: string | null;
@@ -2545,7 +2545,7 @@ export declare const messengerContract: {
2545
2545
  }>, "many">;
2546
2546
  callFrom: z.ZodNullable<z.ZodString>;
2547
2547
  callTo: z.ZodNullable<z.ZodString>;
2548
- customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
2548
+ customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
2549
2549
  id: z.ZodString;
2550
2550
  createdAt: z.ZodDate;
2551
2551
  updatedAt: z.ZodDate;
@@ -2578,7 +2578,7 @@ export declare const messengerContract: {
2578
2578
  booleanValue: boolean | null;
2579
2579
  numberValue: number | null;
2580
2580
  dateValue: Date | null;
2581
- }>, "many">>;
2581
+ }>, "many">>>;
2582
2582
  }, "strip", z.ZodTypeAny, {
2583
2583
  type: string;
2584
2584
  id: string;
@@ -2629,7 +2629,7 @@ export declare const messengerContract: {
2629
2629
  booleanValue: boolean | null;
2630
2630
  numberValue: number | null;
2631
2631
  dateValue: Date | null;
2632
- }[] | undefined;
2632
+ }[] | null | undefined;
2633
2633
  }, {
2634
2634
  type: string;
2635
2635
  id: string;
@@ -2680,7 +2680,7 @@ export declare const messengerContract: {
2680
2680
  booleanValue: boolean | null;
2681
2681
  numberValue: number | null;
2682
2682
  dateValue: Date | null;
2683
- }[] | undefined;
2683
+ }[] | null | undefined;
2684
2684
  }>>;
2685
2685
  }, "strip", z.ZodTypeAny, {
2686
2686
  id: string;
@@ -2748,7 +2748,7 @@ export declare const messengerContract: {
2748
2748
  booleanValue: boolean | null;
2749
2749
  numberValue: number | null;
2750
2750
  dateValue: Date | null;
2751
- }[] | undefined;
2751
+ }[] | null | undefined;
2752
2752
  } | null;
2753
2753
  }, {
2754
2754
  id: string;
@@ -2816,7 +2816,7 @@ export declare const messengerContract: {
2816
2816
  booleanValue: boolean | null;
2817
2817
  numberValue: number | null;
2818
2818
  dateValue: Date | null;
2819
- }[] | undefined;
2819
+ }[] | null | undefined;
2820
2820
  } | null;
2821
2821
  }>;
2822
2822
  workflowRule: z.ZodObject<{
@@ -3190,7 +3190,7 @@ export declare const messengerContract: {
3190
3190
  booleanValue: boolean | null;
3191
3191
  numberValue: number | null;
3192
3192
  dateValue: Date | null;
3193
- }[] | undefined;
3193
+ }[] | null | undefined;
3194
3194
  } | null;
3195
3195
  };
3196
3196
  workflowRule: {
@@ -3548,7 +3548,7 @@ export declare const messengerContract: {
3548
3548
  booleanValue: boolean | null;
3549
3549
  numberValue: number | null;
3550
3550
  dateValue: Date | null;
3551
- }[] | undefined;
3551
+ }[] | null | undefined;
3552
3552
  } | null;
3553
3553
  };
3554
3554
  workflowRule: {
@@ -5677,7 +5677,7 @@ export declare const messengerContract: {
5677
5677
  booleanValue: boolean | null;
5678
5678
  numberValue: number | null;
5679
5679
  dateValue: Date | null;
5680
- }[] | undefined;
5680
+ }[] | null | undefined;
5681
5681
  } | null;
5682
5682
  };
5683
5683
  workflowRule: {
@@ -6370,7 +6370,7 @@ export declare const messengerContract: {
6370
6370
  booleanValue: boolean | null;
6371
6371
  numberValue: number | null;
6372
6372
  dateValue: Date | null;
6373
- }[] | undefined;
6373
+ }[] | null | undefined;
6374
6374
  } | null;
6375
6375
  };
6376
6376
  workflowRule: {
@@ -7065,7 +7065,7 @@ export declare const messengerContract: {
7065
7065
  booleanValue: boolean | null;
7066
7066
  numberValue: number | null;
7067
7067
  dateValue: Date | null;
7068
- }[] | undefined;
7068
+ }[] | null | undefined;
7069
7069
  } | null;
7070
7070
  };
7071
7071
  workflowRule: {
@@ -7761,7 +7761,7 @@ export declare const messengerContract: {
7761
7761
  booleanValue: boolean | null;
7762
7762
  numberValue: number | null;
7763
7763
  dateValue: Date | null;
7764
- }[] | undefined;
7764
+ }[] | null | undefined;
7765
7765
  } | null;
7766
7766
  };
7767
7767
  workflowRule: {
@@ -3639,7 +3639,7 @@ export declare const viberContract: {
3639
3639
  }>, "many">;
3640
3640
  callFrom: z.ZodNullable<z.ZodString>;
3641
3641
  callTo: z.ZodNullable<z.ZodString>;
3642
- customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
3642
+ customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
3643
3643
  id: z.ZodString;
3644
3644
  createdAt: z.ZodDate;
3645
3645
  updatedAt: z.ZodDate;
@@ -3672,7 +3672,7 @@ export declare const viberContract: {
3672
3672
  booleanValue: boolean | null;
3673
3673
  numberValue: number | null;
3674
3674
  dateValue: Date | null;
3675
- }>, "many">>;
3675
+ }>, "many">>>;
3676
3676
  }, "strip", z.ZodTypeAny, {
3677
3677
  type: string;
3678
3678
  id: string;
@@ -3723,7 +3723,7 @@ export declare const viberContract: {
3723
3723
  booleanValue: boolean | null;
3724
3724
  numberValue: number | null;
3725
3725
  dateValue: Date | null;
3726
- }[] | undefined;
3726
+ }[] | null | undefined;
3727
3727
  }, {
3728
3728
  type: string;
3729
3729
  id: string;
@@ -3774,7 +3774,7 @@ export declare const viberContract: {
3774
3774
  booleanValue: boolean | null;
3775
3775
  numberValue: number | null;
3776
3776
  dateValue: Date | null;
3777
- }[] | undefined;
3777
+ }[] | null | undefined;
3778
3778
  }>>;
3779
3779
  }, "strip", z.ZodTypeAny, {
3780
3780
  id: string;
@@ -3842,7 +3842,7 @@ export declare const viberContract: {
3842
3842
  booleanValue: boolean | null;
3843
3843
  numberValue: number | null;
3844
3844
  dateValue: Date | null;
3845
- }[] | undefined;
3845
+ }[] | null | undefined;
3846
3846
  } | null;
3847
3847
  }, {
3848
3848
  id: string;
@@ -3910,7 +3910,7 @@ export declare const viberContract: {
3910
3910
  booleanValue: boolean | null;
3911
3911
  numberValue: number | null;
3912
3912
  dateValue: Date | null;
3913
- }[] | undefined;
3913
+ }[] | null | undefined;
3914
3914
  } | null;
3915
3915
  }>;
3916
3916
  workflowRule: z.ZodObject<{
@@ -4284,7 +4284,7 @@ export declare const viberContract: {
4284
4284
  booleanValue: boolean | null;
4285
4285
  numberValue: number | null;
4286
4286
  dateValue: Date | null;
4287
- }[] | undefined;
4287
+ }[] | null | undefined;
4288
4288
  } | null;
4289
4289
  };
4290
4290
  workflowRule: {
@@ -4642,7 +4642,7 @@ export declare const viberContract: {
4642
4642
  booleanValue: boolean | null;
4643
4643
  numberValue: number | null;
4644
4644
  dateValue: Date | null;
4645
- }[] | undefined;
4645
+ }[] | null | undefined;
4646
4646
  } | null;
4647
4647
  };
4648
4648
  workflowRule: {
@@ -6771,7 +6771,7 @@ export declare const viberContract: {
6771
6771
  booleanValue: boolean | null;
6772
6772
  numberValue: number | null;
6773
6773
  dateValue: Date | null;
6774
- }[] | undefined;
6774
+ }[] | null | undefined;
6775
6775
  } | null;
6776
6776
  };
6777
6777
  workflowRule: {
@@ -7464,7 +7464,7 @@ export declare const viberContract: {
7464
7464
  booleanValue: boolean | null;
7465
7465
  numberValue: number | null;
7466
7466
  dateValue: Date | null;
7467
- }[] | undefined;
7467
+ }[] | null | undefined;
7468
7468
  } | null;
7469
7469
  };
7470
7470
  workflowRule: {
@@ -8159,7 +8159,7 @@ export declare const viberContract: {
8159
8159
  booleanValue: boolean | null;
8160
8160
  numberValue: number | null;
8161
8161
  dateValue: Date | null;
8162
- }[] | undefined;
8162
+ }[] | null | undefined;
8163
8163
  } | null;
8164
8164
  };
8165
8165
  workflowRule: {
@@ -8855,7 +8855,7 @@ export declare const viberContract: {
8855
8855
  booleanValue: boolean | null;
8856
8856
  numberValue: number | null;
8857
8857
  dateValue: Date | null;
8858
- }[] | undefined;
8858
+ }[] | null | undefined;
8859
8859
  } | null;
8860
8860
  };
8861
8861
  workflowRule: {