@kl1/contracts 1.1.73-uat → 1.1.75-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. package/dist/api-contracts/src/chat/index.d.ts +145 -145
  2. package/dist/api-contracts/src/chat/schema.d.ts +69 -45
  3. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  4. package/dist/api-contracts/src/chat/validation.d.ts +51 -51
  5. package/dist/api-contracts/src/contract.d.ts +547 -218
  6. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  7. package/dist/api-contracts/src/dashboard/index.d.ts +18 -0
  8. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/dashboard/validation.d.ts +9 -0
  10. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  11. package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -43
  12. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
  13. package/dist/api-contracts/src/hold-label/index.d.ts +75 -2
  14. package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
  15. package/dist/api-contracts/src/hold-label/validation.d.ts +1 -1
  16. package/dist/api-contracts/src/index.d.ts +0 -1
  17. package/dist/api-contracts/src/index.d.ts.map +1 -1
  18. package/dist/api-contracts/src/instagram/index.d.ts +33 -33
  19. package/dist/api-contracts/src/line/index.d.ts +38 -38
  20. package/dist/api-contracts/src/line/validation.d.ts +5 -5
  21. package/dist/api-contracts/src/messenger/index.d.ts +33 -33
  22. package/dist/api-contracts/src/sms/index.d.ts +5 -5
  23. package/dist/api-contracts/src/viber/index.d.ts +33 -33
  24. package/dist/api-contracts/src/webchat/index.d.ts +33 -33
  25. package/dist/entities/src/enums/chat.d.ts +1 -0
  26. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  27. package/dist/index.js +522 -495
  28. package/dist/index.js.map +1 -1
  29. package/dist/index.mjs +522 -495
  30. package/dist/index.mjs.map +1 -1
  31. package/dist/src/channel/index.d.ts +652 -620
  32. package/dist/src/channel/index.d.ts.map +1 -1
  33. package/dist/src/chat/index.d.ts +551 -4289
  34. package/dist/src/chat/index.d.ts.map +1 -1
  35. package/dist/src/chat/schema.d.ts +218 -200
  36. package/dist/src/chat/schema.d.ts.map +1 -1
  37. package/dist/src/chat/validation.d.ts +134 -160
  38. package/dist/src/chat/validation.d.ts.map +1 -1
  39. package/dist/src/comment/index.d.ts +68 -68
  40. package/dist/src/comment/schema.d.ts +20 -20
  41. package/dist/src/contact/index.d.ts +79 -79
  42. package/dist/src/contact/schema.d.ts +12 -12
  43. package/dist/src/contact/validation.d.ts +49 -49
  44. package/dist/src/contract.d.ts +5733 -23901
  45. package/dist/src/contract.d.ts.map +1 -1
  46. package/dist/src/cx-log/index.d.ts +48 -93
  47. package/dist/src/cx-log/index.d.ts.map +1 -1
  48. package/dist/src/cx-log/schema.d.ts +40 -40
  49. package/dist/src/dashboard/index.d.ts +231 -233
  50. package/dist/src/dashboard/index.d.ts.map +1 -1
  51. package/dist/src/dashboard/schema.d.ts +260 -217
  52. package/dist/src/dashboard/schema.d.ts.map +1 -1
  53. package/dist/src/dashboard/validation.d.ts +0 -26
  54. package/dist/src/dashboard/validation.d.ts.map +1 -1
  55. package/dist/src/facebook-feed/index.d.ts +122 -122
  56. package/dist/src/facebook-feed/schema.d.ts +14 -14
  57. package/dist/src/facebook-feed/validation.d.ts +11 -11
  58. package/dist/src/index.d.ts +0 -1
  59. package/dist/src/index.d.ts.map +1 -1
  60. package/dist/src/instagram/index.d.ts +101 -101
  61. package/dist/src/line/index.d.ts +106 -106
  62. package/dist/src/line/validation.d.ts +5 -5
  63. package/dist/src/mail/account-contract.d.ts +8 -8
  64. package/dist/src/mail/mail-contract.d.ts +5993 -28466
  65. package/dist/src/mail/mail-contract.d.ts.map +1 -1
  66. package/dist/src/mail/mail-server-contract.d.ts +5 -5
  67. package/dist/src/mail/message-contract.d.ts +63 -6423
  68. package/dist/src/mail/message-contract.d.ts.map +1 -1
  69. package/dist/src/mail/room-contract.d.ts +1583 -17698
  70. package/dist/src/mail/room-contract.d.ts.map +1 -1
  71. package/dist/src/mail/schemas/message-validation.schema.d.ts +4 -7
  72. package/dist/src/mail/schemas/message-validation.schema.d.ts.map +1 -1
  73. package/dist/src/mail/schemas/message.schema.d.ts +40 -762
  74. package/dist/src/mail/schemas/message.schema.d.ts.map +1 -1
  75. package/dist/src/mail/schemas/room-validation.schema.d.ts +376 -5668
  76. package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  77. package/dist/src/mail/schemas/room.schema.d.ts +486 -5817
  78. package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
  79. package/dist/src/messenger/index.d.ts +101 -101
  80. package/dist/src/messenger/validation.d.ts +11 -11
  81. package/dist/src/public-api/index.d.ts +59 -59
  82. package/dist/src/public-api/schema.d.ts +12 -12
  83. package/dist/src/public-api/validation.d.ts +19 -19
  84. package/dist/src/role/index.d.ts +0 -125
  85. package/dist/src/role/index.d.ts.map +1 -1
  86. package/dist/src/snippet/index.d.ts +105 -105
  87. package/dist/src/snippet/schema.d.ts +40 -40
  88. package/dist/src/telephony-cdr/index.d.ts +54 -54
  89. package/dist/src/telephony-cdr/index.d.ts.map +1 -1
  90. package/dist/src/telephony-cdr/schema.d.ts +14 -14
  91. package/dist/src/ticket/index.d.ts +111 -111
  92. package/dist/src/ticket/schema.d.ts +21 -21
  93. package/dist/src/upload/schema.d.ts +3 -3
  94. package/dist/src/viber/index.d.ts +101 -101
  95. package/dist/src/webchat/index.d.ts +101 -101
  96. package/dist/src/workflow-rule/index.d.ts +26 -26
  97. package/package.json +1 -1
@@ -908,10 +908,9 @@ export declare const commentContract: {
908
908
  fileSize: z.ZodNumber;
909
909
  fileKey: z.ZodString;
910
910
  fileUrl: z.ZodNullable<z.ZodString>;
911
- status: z.ZodNullable<z.ZodString>;
911
+ status: z.ZodOptional<z.ZodString>;
912
912
  }, "strip", z.ZodTypeAny, {
913
913
  id: string;
914
- status: string | null;
915
914
  createdAt: Date;
916
915
  updatedAt: Date;
917
916
  deletedAt: Date | null;
@@ -920,9 +919,9 @@ export declare const commentContract: {
920
919
  bucketName: string;
921
920
  fileSize: number;
922
921
  fileUrl: string | null;
922
+ status?: string | undefined;
923
923
  }, {
924
924
  id: string;
925
- status: string | null;
926
925
  createdAt: Date;
927
926
  updatedAt: Date;
928
927
  deletedAt: Date | null;
@@ -931,6 +930,7 @@ export declare const commentContract: {
931
930
  bucketName: string;
932
931
  fileSize: number;
933
932
  fileUrl: string | null;
933
+ status?: string | undefined;
934
934
  }>, "many">;
935
935
  }, "strip", z.ZodTypeAny, {
936
936
  id: string;
@@ -957,7 +957,6 @@ export declare const commentContract: {
957
957
  dateValue: Date | null;
958
958
  uploads: {
959
959
  id: string;
960
- status: string | null;
961
960
  createdAt: Date;
962
961
  updatedAt: Date;
963
962
  deletedAt: Date | null;
@@ -966,6 +965,7 @@ export declare const commentContract: {
966
965
  bucketName: string;
967
966
  fileSize: number;
968
967
  fileUrl: string | null;
968
+ status?: string | undefined;
969
969
  }[];
970
970
  }, {
971
971
  id: string;
@@ -992,7 +992,6 @@ export declare const commentContract: {
992
992
  dateValue: Date | null;
993
993
  uploads: {
994
994
  id: string;
995
- status: string | null;
996
995
  createdAt: Date;
997
996
  updatedAt: Date;
998
997
  deletedAt: Date | null;
@@ -1001,6 +1000,7 @@ export declare const commentContract: {
1001
1000
  bucketName: string;
1002
1001
  fileSize: number;
1003
1002
  fileUrl: string | null;
1003
+ status?: string | undefined;
1004
1004
  }[];
1005
1005
  }>, "many">;
1006
1006
  tags: z.ZodArray<z.ZodObject<{
@@ -1417,10 +1417,9 @@ export declare const commentContract: {
1417
1417
  fileSize: z.ZodNumber;
1418
1418
  fileKey: z.ZodString;
1419
1419
  fileUrl: z.ZodNullable<z.ZodString>;
1420
- status: z.ZodNullable<z.ZodString>;
1420
+ status: z.ZodOptional<z.ZodString>;
1421
1421
  }, "strip", z.ZodTypeAny, {
1422
1422
  id: string;
1423
- status: string | null;
1424
1423
  createdAt: Date;
1425
1424
  updatedAt: Date;
1426
1425
  deletedAt: Date | null;
@@ -1429,9 +1428,9 @@ export declare const commentContract: {
1429
1428
  bucketName: string;
1430
1429
  fileSize: number;
1431
1430
  fileUrl: string | null;
1431
+ status?: string | undefined;
1432
1432
  }, {
1433
1433
  id: string;
1434
- status: string | null;
1435
1434
  createdAt: Date;
1436
1435
  updatedAt: Date;
1437
1436
  deletedAt: Date | null;
@@ -1440,6 +1439,7 @@ export declare const commentContract: {
1440
1439
  bucketName: string;
1441
1440
  fileSize: number;
1442
1441
  fileUrl: string | null;
1442
+ status?: string | undefined;
1443
1443
  }>, "many">;
1444
1444
  }, "strip", z.ZodTypeAny, {
1445
1445
  id: string;
@@ -1466,7 +1466,6 @@ export declare const commentContract: {
1466
1466
  dateValue: Date | null;
1467
1467
  uploads: {
1468
1468
  id: string;
1469
- status: string | null;
1470
1469
  createdAt: Date;
1471
1470
  updatedAt: Date;
1472
1471
  deletedAt: Date | null;
@@ -1475,6 +1474,7 @@ export declare const commentContract: {
1475
1474
  bucketName: string;
1476
1475
  fileSize: number;
1477
1476
  fileUrl: string | null;
1477
+ status?: string | undefined;
1478
1478
  }[];
1479
1479
  }, {
1480
1480
  id: string;
@@ -1501,7 +1501,6 @@ export declare const commentContract: {
1501
1501
  dateValue: Date | null;
1502
1502
  uploads: {
1503
1503
  id: string;
1504
- status: string | null;
1505
1504
  createdAt: Date;
1506
1505
  updatedAt: Date;
1507
1506
  deletedAt: Date | null;
@@ -1510,6 +1509,7 @@ export declare const commentContract: {
1510
1509
  bucketName: string;
1511
1510
  fileSize: number;
1512
1511
  fileUrl: string | null;
1512
+ status?: string | undefined;
1513
1513
  }[];
1514
1514
  }>, "many">;
1515
1515
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -1649,7 +1649,6 @@ export declare const commentContract: {
1649
1649
  dateValue: Date | null;
1650
1650
  uploads: {
1651
1651
  id: string;
1652
- status: string | null;
1653
1652
  createdAt: Date;
1654
1653
  updatedAt: Date;
1655
1654
  deletedAt: Date | null;
@@ -1658,6 +1657,7 @@ export declare const commentContract: {
1658
1657
  bucketName: string;
1659
1658
  fileSize: number;
1660
1659
  fileUrl: string | null;
1660
+ status?: string | undefined;
1661
1661
  }[];
1662
1662
  }[];
1663
1663
  company: {
@@ -1745,7 +1745,6 @@ export declare const commentContract: {
1745
1745
  dateValue: Date | null;
1746
1746
  uploads: {
1747
1747
  id: string;
1748
- status: string | null;
1749
1748
  createdAt: Date;
1750
1749
  updatedAt: Date;
1751
1750
  deletedAt: Date | null;
@@ -1754,6 +1753,7 @@ export declare const commentContract: {
1754
1753
  bucketName: string;
1755
1754
  fileSize: number;
1756
1755
  fileUrl: string | null;
1756
+ status?: string | undefined;
1757
1757
  }[];
1758
1758
  }[];
1759
1759
  company: {
@@ -2227,7 +2227,6 @@ export declare const commentContract: {
2227
2227
  dateValue: Date | null;
2228
2228
  uploads: {
2229
2229
  id: string;
2230
- status: string | null;
2231
2230
  createdAt: Date;
2232
2231
  updatedAt: Date;
2233
2232
  deletedAt: Date | null;
@@ -2236,6 +2235,7 @@ export declare const commentContract: {
2236
2235
  bucketName: string;
2237
2236
  fileSize: number;
2238
2237
  fileUrl: string | null;
2238
+ status?: string | undefined;
2239
2239
  }[];
2240
2240
  }[];
2241
2241
  company: {
@@ -2316,7 +2316,6 @@ export declare const commentContract: {
2316
2316
  dateValue: Date | null;
2317
2317
  uploads: {
2318
2318
  id: string;
2319
- status: string | null;
2320
2319
  createdAt: Date;
2321
2320
  updatedAt: Date;
2322
2321
  deletedAt: Date | null;
@@ -2325,6 +2324,7 @@ export declare const commentContract: {
2325
2324
  bucketName: string;
2326
2325
  fileSize: number;
2327
2326
  fileUrl: string | null;
2327
+ status?: string | undefined;
2328
2328
  }[];
2329
2329
  }[];
2330
2330
  tags: {
@@ -2553,7 +2553,6 @@ export declare const commentContract: {
2553
2553
  dateValue: Date | null;
2554
2554
  uploads: {
2555
2555
  id: string;
2556
- status: string | null;
2557
2556
  createdAt: Date;
2558
2557
  updatedAt: Date;
2559
2558
  deletedAt: Date | null;
@@ -2562,6 +2561,7 @@ export declare const commentContract: {
2562
2561
  bucketName: string;
2563
2562
  fileSize: number;
2564
2563
  fileUrl: string | null;
2564
+ status?: string | undefined;
2565
2565
  }[];
2566
2566
  }[];
2567
2567
  company: {
@@ -2642,7 +2642,6 @@ export declare const commentContract: {
2642
2642
  dateValue: Date | null;
2643
2643
  uploads: {
2644
2644
  id: string;
2645
- status: string | null;
2646
2645
  createdAt: Date;
2647
2646
  updatedAt: Date;
2648
2647
  deletedAt: Date | null;
@@ -2651,6 +2650,7 @@ export declare const commentContract: {
2651
2650
  bucketName: string;
2652
2651
  fileSize: number;
2653
2652
  fileUrl: string | null;
2653
+ status?: string | undefined;
2654
2654
  }[];
2655
2655
  }[];
2656
2656
  tags: {
@@ -3089,7 +3089,6 @@ export declare const commentContract: {
3089
3089
  dateValue: Date | null;
3090
3090
  uploads: {
3091
3091
  id: string;
3092
- status: string | null;
3093
3092
  createdAt: Date;
3094
3093
  updatedAt: Date;
3095
3094
  deletedAt: Date | null;
@@ -3098,6 +3097,7 @@ export declare const commentContract: {
3098
3097
  bucketName: string;
3099
3098
  fileSize: number;
3100
3099
  fileUrl: string | null;
3100
+ status?: string | undefined;
3101
3101
  }[];
3102
3102
  }[];
3103
3103
  company: {
@@ -3178,7 +3178,6 @@ export declare const commentContract: {
3178
3178
  dateValue: Date | null;
3179
3179
  uploads: {
3180
3180
  id: string;
3181
- status: string | null;
3182
3181
  createdAt: Date;
3183
3182
  updatedAt: Date;
3184
3183
  deletedAt: Date | null;
@@ -3187,6 +3186,7 @@ export declare const commentContract: {
3187
3186
  bucketName: string;
3188
3187
  fileSize: number;
3189
3188
  fileUrl: string | null;
3189
+ status?: string | undefined;
3190
3190
  }[];
3191
3191
  }[];
3192
3192
  tags: {
@@ -3527,7 +3527,6 @@ export declare const commentContract: {
3527
3527
  dateValue: Date | null;
3528
3528
  uploads: {
3529
3529
  id: string;
3530
- status: string | null;
3531
3530
  createdAt: Date;
3532
3531
  updatedAt: Date;
3533
3532
  deletedAt: Date | null;
@@ -3536,6 +3535,7 @@ export declare const commentContract: {
3536
3535
  bucketName: string;
3537
3536
  fileSize: number;
3538
3537
  fileUrl: string | null;
3538
+ status?: string | undefined;
3539
3539
  }[];
3540
3540
  }[];
3541
3541
  company: {
@@ -3616,7 +3616,6 @@ export declare const commentContract: {
3616
3616
  dateValue: Date | null;
3617
3617
  uploads: {
3618
3618
  id: string;
3619
- status: string | null;
3620
3619
  createdAt: Date;
3621
3620
  updatedAt: Date;
3622
3621
  deletedAt: Date | null;
@@ -3625,6 +3624,7 @@ export declare const commentContract: {
3625
3624
  bucketName: string;
3626
3625
  fileSize: number;
3627
3626
  fileUrl: string | null;
3627
+ status?: string | undefined;
3628
3628
  }[];
3629
3629
  }[];
3630
3630
  tags: {
@@ -3968,7 +3968,6 @@ export declare const commentContract: {
3968
3968
  dateValue: Date | null;
3969
3969
  uploads: {
3970
3970
  id: string;
3971
- status: string | null;
3972
3971
  createdAt: Date;
3973
3972
  updatedAt: Date;
3974
3973
  deletedAt: Date | null;
@@ -3977,6 +3976,7 @@ export declare const commentContract: {
3977
3976
  bucketName: string;
3978
3977
  fileSize: number;
3979
3978
  fileUrl: string | null;
3979
+ status?: string | undefined;
3980
3980
  }[];
3981
3981
  }[];
3982
3982
  company: {
@@ -4057,7 +4057,6 @@ export declare const commentContract: {
4057
4057
  dateValue: Date | null;
4058
4058
  uploads: {
4059
4059
  id: string;
4060
- status: string | null;
4061
4060
  createdAt: Date;
4062
4061
  updatedAt: Date;
4063
4062
  deletedAt: Date | null;
@@ -4066,6 +4065,7 @@ export declare const commentContract: {
4066
4065
  bucketName: string;
4067
4066
  fileSize: number;
4068
4067
  fileUrl: string | null;
4068
+ status?: string | undefined;
4069
4069
  }[];
4070
4070
  }[];
4071
4071
  tags: {
@@ -4409,7 +4409,6 @@ export declare const commentContract: {
4409
4409
  dateValue: Date | null;
4410
4410
  uploads: {
4411
4411
  id: string;
4412
- status: string | null;
4413
4412
  createdAt: Date;
4414
4413
  updatedAt: Date;
4415
4414
  deletedAt: Date | null;
@@ -4418,6 +4417,7 @@ export declare const commentContract: {
4418
4417
  bucketName: string;
4419
4418
  fileSize: number;
4420
4419
  fileUrl: string | null;
4420
+ status?: string | undefined;
4421
4421
  }[];
4422
4422
  }[];
4423
4423
  company: {
@@ -4498,7 +4498,6 @@ export declare const commentContract: {
4498
4498
  dateValue: Date | null;
4499
4499
  uploads: {
4500
4500
  id: string;
4501
- status: string | null;
4502
4501
  createdAt: Date;
4503
4502
  updatedAt: Date;
4504
4503
  deletedAt: Date | null;
@@ -4507,6 +4506,7 @@ export declare const commentContract: {
4507
4506
  bucketName: string;
4508
4507
  fileSize: number;
4509
4508
  fileUrl: string | null;
4509
+ status?: string | undefined;
4510
4510
  }[];
4511
4511
  }[];
4512
4512
  tags: {
@@ -5721,10 +5721,9 @@ export declare const commentContract: {
5721
5721
  fileSize: z.ZodNumber;
5722
5722
  fileKey: z.ZodString;
5723
5723
  fileUrl: z.ZodNullable<z.ZodString>;
5724
- status: z.ZodNullable<z.ZodString>;
5724
+ status: z.ZodOptional<z.ZodString>;
5725
5725
  }, "strip", z.ZodTypeAny, {
5726
5726
  id: string;
5727
- status: string | null;
5728
5727
  createdAt: Date;
5729
5728
  updatedAt: Date;
5730
5729
  deletedAt: Date | null;
@@ -5733,9 +5732,9 @@ export declare const commentContract: {
5733
5732
  bucketName: string;
5734
5733
  fileSize: number;
5735
5734
  fileUrl: string | null;
5735
+ status?: string | undefined;
5736
5736
  }, {
5737
5737
  id: string;
5738
- status: string | null;
5739
5738
  createdAt: Date;
5740
5739
  updatedAt: Date;
5741
5740
  deletedAt: Date | null;
@@ -5744,6 +5743,7 @@ export declare const commentContract: {
5744
5743
  bucketName: string;
5745
5744
  fileSize: number;
5746
5745
  fileUrl: string | null;
5746
+ status?: string | undefined;
5747
5747
  }>, "many">;
5748
5748
  }, "strip", z.ZodTypeAny, {
5749
5749
  id: string;
@@ -5770,7 +5770,6 @@ export declare const commentContract: {
5770
5770
  dateValue: Date | null;
5771
5771
  uploads: {
5772
5772
  id: string;
5773
- status: string | null;
5774
5773
  createdAt: Date;
5775
5774
  updatedAt: Date;
5776
5775
  deletedAt: Date | null;
@@ -5779,6 +5778,7 @@ export declare const commentContract: {
5779
5778
  bucketName: string;
5780
5779
  fileSize: number;
5781
5780
  fileUrl: string | null;
5781
+ status?: string | undefined;
5782
5782
  }[];
5783
5783
  }, {
5784
5784
  id: string;
@@ -5805,7 +5805,6 @@ export declare const commentContract: {
5805
5805
  dateValue: Date | null;
5806
5806
  uploads: {
5807
5807
  id: string;
5808
- status: string | null;
5809
5808
  createdAt: Date;
5810
5809
  updatedAt: Date;
5811
5810
  deletedAt: Date | null;
@@ -5814,6 +5813,7 @@ export declare const commentContract: {
5814
5813
  bucketName: string;
5815
5814
  fileSize: number;
5816
5815
  fileUrl: string | null;
5816
+ status?: string | undefined;
5817
5817
  }[];
5818
5818
  }>, "many">;
5819
5819
  tags: z.ZodArray<z.ZodObject<{
@@ -6230,10 +6230,9 @@ export declare const commentContract: {
6230
6230
  fileSize: z.ZodNumber;
6231
6231
  fileKey: z.ZodString;
6232
6232
  fileUrl: z.ZodNullable<z.ZodString>;
6233
- status: z.ZodNullable<z.ZodString>;
6233
+ status: z.ZodOptional<z.ZodString>;
6234
6234
  }, "strip", z.ZodTypeAny, {
6235
6235
  id: string;
6236
- status: string | null;
6237
6236
  createdAt: Date;
6238
6237
  updatedAt: Date;
6239
6238
  deletedAt: Date | null;
@@ -6242,9 +6241,9 @@ export declare const commentContract: {
6242
6241
  bucketName: string;
6243
6242
  fileSize: number;
6244
6243
  fileUrl: string | null;
6244
+ status?: string | undefined;
6245
6245
  }, {
6246
6246
  id: string;
6247
- status: string | null;
6248
6247
  createdAt: Date;
6249
6248
  updatedAt: Date;
6250
6249
  deletedAt: Date | null;
@@ -6253,6 +6252,7 @@ export declare const commentContract: {
6253
6252
  bucketName: string;
6254
6253
  fileSize: number;
6255
6254
  fileUrl: string | null;
6255
+ status?: string | undefined;
6256
6256
  }>, "many">;
6257
6257
  }, "strip", z.ZodTypeAny, {
6258
6258
  id: string;
@@ -6279,7 +6279,6 @@ export declare const commentContract: {
6279
6279
  dateValue: Date | null;
6280
6280
  uploads: {
6281
6281
  id: string;
6282
- status: string | null;
6283
6282
  createdAt: Date;
6284
6283
  updatedAt: Date;
6285
6284
  deletedAt: Date | null;
@@ -6288,6 +6287,7 @@ export declare const commentContract: {
6288
6287
  bucketName: string;
6289
6288
  fileSize: number;
6290
6289
  fileUrl: string | null;
6290
+ status?: string | undefined;
6291
6291
  }[];
6292
6292
  }, {
6293
6293
  id: string;
@@ -6314,7 +6314,6 @@ export declare const commentContract: {
6314
6314
  dateValue: Date | null;
6315
6315
  uploads: {
6316
6316
  id: string;
6317
- status: string | null;
6318
6317
  createdAt: Date;
6319
6318
  updatedAt: Date;
6320
6319
  deletedAt: Date | null;
@@ -6323,6 +6322,7 @@ export declare const commentContract: {
6323
6322
  bucketName: string;
6324
6323
  fileSize: number;
6325
6324
  fileUrl: string | null;
6325
+ status?: string | undefined;
6326
6326
  }[];
6327
6327
  }>, "many">;
6328
6328
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -6462,7 +6462,6 @@ export declare const commentContract: {
6462
6462
  dateValue: Date | null;
6463
6463
  uploads: {
6464
6464
  id: string;
6465
- status: string | null;
6466
6465
  createdAt: Date;
6467
6466
  updatedAt: Date;
6468
6467
  deletedAt: Date | null;
@@ -6471,6 +6470,7 @@ export declare const commentContract: {
6471
6470
  bucketName: string;
6472
6471
  fileSize: number;
6473
6472
  fileUrl: string | null;
6473
+ status?: string | undefined;
6474
6474
  }[];
6475
6475
  }[];
6476
6476
  company: {
@@ -6558,7 +6558,6 @@ export declare const commentContract: {
6558
6558
  dateValue: Date | null;
6559
6559
  uploads: {
6560
6560
  id: string;
6561
- status: string | null;
6562
6561
  createdAt: Date;
6563
6562
  updatedAt: Date;
6564
6563
  deletedAt: Date | null;
@@ -6567,6 +6566,7 @@ export declare const commentContract: {
6567
6566
  bucketName: string;
6568
6567
  fileSize: number;
6569
6568
  fileUrl: string | null;
6569
+ status?: string | undefined;
6570
6570
  }[];
6571
6571
  }[];
6572
6572
  company: {
@@ -7040,7 +7040,6 @@ export declare const commentContract: {
7040
7040
  dateValue: Date | null;
7041
7041
  uploads: {
7042
7042
  id: string;
7043
- status: string | null;
7044
7043
  createdAt: Date;
7045
7044
  updatedAt: Date;
7046
7045
  deletedAt: Date | null;
@@ -7049,6 +7048,7 @@ export declare const commentContract: {
7049
7048
  bucketName: string;
7050
7049
  fileSize: number;
7051
7050
  fileUrl: string | null;
7051
+ status?: string | undefined;
7052
7052
  }[];
7053
7053
  }[];
7054
7054
  company: {
@@ -7129,7 +7129,6 @@ export declare const commentContract: {
7129
7129
  dateValue: Date | null;
7130
7130
  uploads: {
7131
7131
  id: string;
7132
- status: string | null;
7133
7132
  createdAt: Date;
7134
7133
  updatedAt: Date;
7135
7134
  deletedAt: Date | null;
@@ -7138,6 +7137,7 @@ export declare const commentContract: {
7138
7137
  bucketName: string;
7139
7138
  fileSize: number;
7140
7139
  fileUrl: string | null;
7140
+ status?: string | undefined;
7141
7141
  }[];
7142
7142
  }[];
7143
7143
  tags: {
@@ -7366,7 +7366,6 @@ export declare const commentContract: {
7366
7366
  dateValue: Date | null;
7367
7367
  uploads: {
7368
7368
  id: string;
7369
- status: string | null;
7370
7369
  createdAt: Date;
7371
7370
  updatedAt: Date;
7372
7371
  deletedAt: Date | null;
@@ -7375,6 +7374,7 @@ export declare const commentContract: {
7375
7374
  bucketName: string;
7376
7375
  fileSize: number;
7377
7376
  fileUrl: string | null;
7377
+ status?: string | undefined;
7378
7378
  }[];
7379
7379
  }[];
7380
7380
  company: {
@@ -7455,7 +7455,6 @@ export declare const commentContract: {
7455
7455
  dateValue: Date | null;
7456
7456
  uploads: {
7457
7457
  id: string;
7458
- status: string | null;
7459
7458
  createdAt: Date;
7460
7459
  updatedAt: Date;
7461
7460
  deletedAt: Date | null;
@@ -7464,6 +7463,7 @@ export declare const commentContract: {
7464
7463
  bucketName: string;
7465
7464
  fileSize: number;
7466
7465
  fileUrl: string | null;
7466
+ status?: string | undefined;
7467
7467
  }[];
7468
7468
  }[];
7469
7469
  tags: {
@@ -7902,7 +7902,6 @@ export declare const commentContract: {
7902
7902
  dateValue: Date | null;
7903
7903
  uploads: {
7904
7904
  id: string;
7905
- status: string | null;
7906
7905
  createdAt: Date;
7907
7906
  updatedAt: Date;
7908
7907
  deletedAt: Date | null;
@@ -7911,6 +7910,7 @@ export declare const commentContract: {
7911
7910
  bucketName: string;
7912
7911
  fileSize: number;
7913
7912
  fileUrl: string | null;
7913
+ status?: string | undefined;
7914
7914
  }[];
7915
7915
  }[];
7916
7916
  company: {
@@ -7991,7 +7991,6 @@ export declare const commentContract: {
7991
7991
  dateValue: Date | null;
7992
7992
  uploads: {
7993
7993
  id: string;
7994
- status: string | null;
7995
7994
  createdAt: Date;
7996
7995
  updatedAt: Date;
7997
7996
  deletedAt: Date | null;
@@ -8000,6 +7999,7 @@ export declare const commentContract: {
8000
7999
  bucketName: string;
8001
8000
  fileSize: number;
8002
8001
  fileUrl: string | null;
8002
+ status?: string | undefined;
8003
8003
  }[];
8004
8004
  }[];
8005
8005
  tags: {
@@ -8340,7 +8340,6 @@ export declare const commentContract: {
8340
8340
  dateValue: Date | null;
8341
8341
  uploads: {
8342
8342
  id: string;
8343
- status: string | null;
8344
8343
  createdAt: Date;
8345
8344
  updatedAt: Date;
8346
8345
  deletedAt: Date | null;
@@ -8349,6 +8348,7 @@ export declare const commentContract: {
8349
8348
  bucketName: string;
8350
8349
  fileSize: number;
8351
8350
  fileUrl: string | null;
8351
+ status?: string | undefined;
8352
8352
  }[];
8353
8353
  }[];
8354
8354
  company: {
@@ -8429,7 +8429,6 @@ export declare const commentContract: {
8429
8429
  dateValue: Date | null;
8430
8430
  uploads: {
8431
8431
  id: string;
8432
- status: string | null;
8433
8432
  createdAt: Date;
8434
8433
  updatedAt: Date;
8435
8434
  deletedAt: Date | null;
@@ -8438,6 +8437,7 @@ export declare const commentContract: {
8438
8437
  bucketName: string;
8439
8438
  fileSize: number;
8440
8439
  fileUrl: string | null;
8440
+ status?: string | undefined;
8441
8441
  }[];
8442
8442
  }[];
8443
8443
  tags: {
@@ -9663,10 +9663,9 @@ export declare const commentContract: {
9663
9663
  fileSize: z.ZodNumber;
9664
9664
  fileKey: z.ZodString;
9665
9665
  fileUrl: z.ZodNullable<z.ZodString>;
9666
- status: z.ZodNullable<z.ZodString>;
9666
+ status: z.ZodOptional<z.ZodString>;
9667
9667
  }, "strip", z.ZodTypeAny, {
9668
9668
  id: string;
9669
- status: string | null;
9670
9669
  createdAt: Date;
9671
9670
  updatedAt: Date;
9672
9671
  deletedAt: Date | null;
@@ -9675,9 +9674,9 @@ export declare const commentContract: {
9675
9674
  bucketName: string;
9676
9675
  fileSize: number;
9677
9676
  fileUrl: string | null;
9677
+ status?: string | undefined;
9678
9678
  }, {
9679
9679
  id: string;
9680
- status: string | null;
9681
9680
  createdAt: Date;
9682
9681
  updatedAt: Date;
9683
9682
  deletedAt: Date | null;
@@ -9686,6 +9685,7 @@ export declare const commentContract: {
9686
9685
  bucketName: string;
9687
9686
  fileSize: number;
9688
9687
  fileUrl: string | null;
9688
+ status?: string | undefined;
9689
9689
  }>, "many">;
9690
9690
  }, "strip", z.ZodTypeAny, {
9691
9691
  id: string;
@@ -9712,7 +9712,6 @@ export declare const commentContract: {
9712
9712
  dateValue: Date | null;
9713
9713
  uploads: {
9714
9714
  id: string;
9715
- status: string | null;
9716
9715
  createdAt: Date;
9717
9716
  updatedAt: Date;
9718
9717
  deletedAt: Date | null;
@@ -9721,6 +9720,7 @@ export declare const commentContract: {
9721
9720
  bucketName: string;
9722
9721
  fileSize: number;
9723
9722
  fileUrl: string | null;
9723
+ status?: string | undefined;
9724
9724
  }[];
9725
9725
  }, {
9726
9726
  id: string;
@@ -9747,7 +9747,6 @@ export declare const commentContract: {
9747
9747
  dateValue: Date | null;
9748
9748
  uploads: {
9749
9749
  id: string;
9750
- status: string | null;
9751
9750
  createdAt: Date;
9752
9751
  updatedAt: Date;
9753
9752
  deletedAt: Date | null;
@@ -9756,6 +9755,7 @@ export declare const commentContract: {
9756
9755
  bucketName: string;
9757
9756
  fileSize: number;
9758
9757
  fileUrl: string | null;
9758
+ status?: string | undefined;
9759
9759
  }[];
9760
9760
  }>, "many">;
9761
9761
  tags: z.ZodArray<z.ZodObject<{
@@ -10172,10 +10172,9 @@ export declare const commentContract: {
10172
10172
  fileSize: z.ZodNumber;
10173
10173
  fileKey: z.ZodString;
10174
10174
  fileUrl: z.ZodNullable<z.ZodString>;
10175
- status: z.ZodNullable<z.ZodString>;
10175
+ status: z.ZodOptional<z.ZodString>;
10176
10176
  }, "strip", z.ZodTypeAny, {
10177
10177
  id: string;
10178
- status: string | null;
10179
10178
  createdAt: Date;
10180
10179
  updatedAt: Date;
10181
10180
  deletedAt: Date | null;
@@ -10184,9 +10183,9 @@ export declare const commentContract: {
10184
10183
  bucketName: string;
10185
10184
  fileSize: number;
10186
10185
  fileUrl: string | null;
10186
+ status?: string | undefined;
10187
10187
  }, {
10188
10188
  id: string;
10189
- status: string | null;
10190
10189
  createdAt: Date;
10191
10190
  updatedAt: Date;
10192
10191
  deletedAt: Date | null;
@@ -10195,6 +10194,7 @@ export declare const commentContract: {
10195
10194
  bucketName: string;
10196
10195
  fileSize: number;
10197
10196
  fileUrl: string | null;
10197
+ status?: string | undefined;
10198
10198
  }>, "many">;
10199
10199
  }, "strip", z.ZodTypeAny, {
10200
10200
  id: string;
@@ -10221,7 +10221,6 @@ export declare const commentContract: {
10221
10221
  dateValue: Date | null;
10222
10222
  uploads: {
10223
10223
  id: string;
10224
- status: string | null;
10225
10224
  createdAt: Date;
10226
10225
  updatedAt: Date;
10227
10226
  deletedAt: Date | null;
@@ -10230,6 +10229,7 @@ export declare const commentContract: {
10230
10229
  bucketName: string;
10231
10230
  fileSize: number;
10232
10231
  fileUrl: string | null;
10232
+ status?: string | undefined;
10233
10233
  }[];
10234
10234
  }, {
10235
10235
  id: string;
@@ -10256,7 +10256,6 @@ export declare const commentContract: {
10256
10256
  dateValue: Date | null;
10257
10257
  uploads: {
10258
10258
  id: string;
10259
- status: string | null;
10260
10259
  createdAt: Date;
10261
10260
  updatedAt: Date;
10262
10261
  deletedAt: Date | null;
@@ -10265,6 +10264,7 @@ export declare const commentContract: {
10265
10264
  bucketName: string;
10266
10265
  fileSize: number;
10267
10266
  fileUrl: string | null;
10267
+ status?: string | undefined;
10268
10268
  }[];
10269
10269
  }>, "many">;
10270
10270
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -10404,7 +10404,6 @@ export declare const commentContract: {
10404
10404
  dateValue: Date | null;
10405
10405
  uploads: {
10406
10406
  id: string;
10407
- status: string | null;
10408
10407
  createdAt: Date;
10409
10408
  updatedAt: Date;
10410
10409
  deletedAt: Date | null;
@@ -10413,6 +10412,7 @@ export declare const commentContract: {
10413
10412
  bucketName: string;
10414
10413
  fileSize: number;
10415
10414
  fileUrl: string | null;
10415
+ status?: string | undefined;
10416
10416
  }[];
10417
10417
  }[];
10418
10418
  company: {
@@ -10500,7 +10500,6 @@ export declare const commentContract: {
10500
10500
  dateValue: Date | null;
10501
10501
  uploads: {
10502
10502
  id: string;
10503
- status: string | null;
10504
10503
  createdAt: Date;
10505
10504
  updatedAt: Date;
10506
10505
  deletedAt: Date | null;
@@ -10509,6 +10508,7 @@ export declare const commentContract: {
10509
10508
  bucketName: string;
10510
10509
  fileSize: number;
10511
10510
  fileUrl: string | null;
10511
+ status?: string | undefined;
10512
10512
  }[];
10513
10513
  }[];
10514
10514
  company: {
@@ -10982,7 +10982,6 @@ export declare const commentContract: {
10982
10982
  dateValue: Date | null;
10983
10983
  uploads: {
10984
10984
  id: string;
10985
- status: string | null;
10986
10985
  createdAt: Date;
10987
10986
  updatedAt: Date;
10988
10987
  deletedAt: Date | null;
@@ -10991,6 +10990,7 @@ export declare const commentContract: {
10991
10990
  bucketName: string;
10992
10991
  fileSize: number;
10993
10992
  fileUrl: string | null;
10993
+ status?: string | undefined;
10994
10994
  }[];
10995
10995
  }[];
10996
10996
  company: {
@@ -11071,7 +11071,6 @@ export declare const commentContract: {
11071
11071
  dateValue: Date | null;
11072
11072
  uploads: {
11073
11073
  id: string;
11074
- status: string | null;
11075
11074
  createdAt: Date;
11076
11075
  updatedAt: Date;
11077
11076
  deletedAt: Date | null;
@@ -11080,6 +11079,7 @@ export declare const commentContract: {
11080
11079
  bucketName: string;
11081
11080
  fileSize: number;
11082
11081
  fileUrl: string | null;
11082
+ status?: string | undefined;
11083
11083
  }[];
11084
11084
  }[];
11085
11085
  tags: {
@@ -11308,7 +11308,6 @@ export declare const commentContract: {
11308
11308
  dateValue: Date | null;
11309
11309
  uploads: {
11310
11310
  id: string;
11311
- status: string | null;
11312
11311
  createdAt: Date;
11313
11312
  updatedAt: Date;
11314
11313
  deletedAt: Date | null;
@@ -11317,6 +11316,7 @@ export declare const commentContract: {
11317
11316
  bucketName: string;
11318
11317
  fileSize: number;
11319
11318
  fileUrl: string | null;
11319
+ status?: string | undefined;
11320
11320
  }[];
11321
11321
  }[];
11322
11322
  company: {
@@ -11397,7 +11397,6 @@ export declare const commentContract: {
11397
11397
  dateValue: Date | null;
11398
11398
  uploads: {
11399
11399
  id: string;
11400
- status: string | null;
11401
11400
  createdAt: Date;
11402
11401
  updatedAt: Date;
11403
11402
  deletedAt: Date | null;
@@ -11406,6 +11405,7 @@ export declare const commentContract: {
11406
11405
  bucketName: string;
11407
11406
  fileSize: number;
11408
11407
  fileUrl: string | null;
11408
+ status?: string | undefined;
11409
11409
  }[];
11410
11410
  }[];
11411
11411
  tags: {
@@ -11844,7 +11844,6 @@ export declare const commentContract: {
11844
11844
  dateValue: Date | null;
11845
11845
  uploads: {
11846
11846
  id: string;
11847
- status: string | null;
11848
11847
  createdAt: Date;
11849
11848
  updatedAt: Date;
11850
11849
  deletedAt: Date | null;
@@ -11853,6 +11852,7 @@ export declare const commentContract: {
11853
11852
  bucketName: string;
11854
11853
  fileSize: number;
11855
11854
  fileUrl: string | null;
11855
+ status?: string | undefined;
11856
11856
  }[];
11857
11857
  }[];
11858
11858
  company: {
@@ -11933,7 +11933,6 @@ export declare const commentContract: {
11933
11933
  dateValue: Date | null;
11934
11934
  uploads: {
11935
11935
  id: string;
11936
- status: string | null;
11937
11936
  createdAt: Date;
11938
11937
  updatedAt: Date;
11939
11938
  deletedAt: Date | null;
@@ -11942,6 +11941,7 @@ export declare const commentContract: {
11942
11941
  bucketName: string;
11943
11942
  fileSize: number;
11944
11943
  fileUrl: string | null;
11944
+ status?: string | undefined;
11945
11945
  }[];
11946
11946
  }[];
11947
11947
  tags: {
@@ -12282,7 +12282,6 @@ export declare const commentContract: {
12282
12282
  dateValue: Date | null;
12283
12283
  uploads: {
12284
12284
  id: string;
12285
- status: string | null;
12286
12285
  createdAt: Date;
12287
12286
  updatedAt: Date;
12288
12287
  deletedAt: Date | null;
@@ -12291,6 +12290,7 @@ export declare const commentContract: {
12291
12290
  bucketName: string;
12292
12291
  fileSize: number;
12293
12292
  fileUrl: string | null;
12293
+ status?: string | undefined;
12294
12294
  }[];
12295
12295
  }[];
12296
12296
  company: {
@@ -12371,7 +12371,6 @@ export declare const commentContract: {
12371
12371
  dateValue: Date | null;
12372
12372
  uploads: {
12373
12373
  id: string;
12374
- status: string | null;
12375
12374
  createdAt: Date;
12376
12375
  updatedAt: Date;
12377
12376
  deletedAt: Date | null;
@@ -12380,6 +12379,7 @@ export declare const commentContract: {
12380
12379
  bucketName: string;
12381
12380
  fileSize: number;
12382
12381
  fileUrl: string | null;
12382
+ status?: string | undefined;
12383
12383
  }[];
12384
12384
  }[];
12385
12385
  tags: {
@@ -12723,7 +12723,6 @@ export declare const commentContract: {
12723
12723
  dateValue: Date | null;
12724
12724
  uploads: {
12725
12725
  id: string;
12726
- status: string | null;
12727
12726
  createdAt: Date;
12728
12727
  updatedAt: Date;
12729
12728
  deletedAt: Date | null;
@@ -12732,6 +12731,7 @@ export declare const commentContract: {
12732
12731
  bucketName: string;
12733
12732
  fileSize: number;
12734
12733
  fileUrl: string | null;
12734
+ status?: string | undefined;
12735
12735
  }[];
12736
12736
  }[];
12737
12737
  company: {
@@ -12812,7 +12812,6 @@ export declare const commentContract: {
12812
12812
  dateValue: Date | null;
12813
12813
  uploads: {
12814
12814
  id: string;
12815
- status: string | null;
12816
12815
  createdAt: Date;
12817
12816
  updatedAt: Date;
12818
12817
  deletedAt: Date | null;
@@ -12821,6 +12820,7 @@ export declare const commentContract: {
12821
12820
  bucketName: string;
12822
12821
  fileSize: number;
12823
12822
  fileUrl: string | null;
12823
+ status?: string | undefined;
12824
12824
  }[];
12825
12825
  }[];
12826
12826
  tags: {
@@ -13164,7 +13164,6 @@ export declare const commentContract: {
13164
13164
  dateValue: Date | null;
13165
13165
  uploads: {
13166
13166
  id: string;
13167
- status: string | null;
13168
13167
  createdAt: Date;
13169
13168
  updatedAt: Date;
13170
13169
  deletedAt: Date | null;
@@ -13173,6 +13172,7 @@ export declare const commentContract: {
13173
13172
  bucketName: string;
13174
13173
  fileSize: number;
13175
13174
  fileUrl: string | null;
13175
+ status?: string | undefined;
13176
13176
  }[];
13177
13177
  }[];
13178
13178
  company: {
@@ -13253,7 +13253,6 @@ export declare const commentContract: {
13253
13253
  dateValue: Date | null;
13254
13254
  uploads: {
13255
13255
  id: string;
13256
- status: string | null;
13257
13256
  createdAt: Date;
13258
13257
  updatedAt: Date;
13259
13258
  deletedAt: Date | null;
@@ -13262,6 +13261,7 @@ export declare const commentContract: {
13262
13261
  bucketName: string;
13263
13262
  fileSize: number;
13264
13263
  fileUrl: string | null;
13264
+ status?: string | undefined;
13265
13265
  }[];
13266
13266
  }[];
13267
13267
  tags: {