@kl1/contracts 1.0.52 → 1.0.54

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.
Files changed (50) hide show
  1. package/dist/index.js +1298 -1133
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +1296 -1133
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/channel/index.d.ts +2273 -1438
  6. package/dist/src/channel/index.d.ts.map +1 -1
  7. package/dist/src/chat/index.d.ts +6678 -1560
  8. package/dist/src/chat/index.d.ts.map +1 -1
  9. package/dist/src/chat/schema.d.ts +180 -180
  10. package/dist/src/chat/validation.d.ts +371 -440
  11. package/dist/src/chat/validation.d.ts.map +1 -1
  12. package/dist/src/comment/index.d.ts +3026 -1010
  13. package/dist/src/comment/index.d.ts.map +1 -1
  14. package/dist/src/comment/schema.d.ts +780 -188
  15. package/dist/src/comment/schema.d.ts.map +1 -1
  16. package/dist/src/contact/index.d.ts +296 -296
  17. package/dist/src/contact/schema.d.ts +20 -20
  18. package/dist/src/contact/validation.d.ts +150 -150
  19. package/dist/src/contract.d.ts +20591 -8915
  20. package/dist/src/contract.d.ts.map +1 -1
  21. package/dist/src/cx-log/index.d.ts +240 -240
  22. package/dist/src/cx-log/schema.d.ts +180 -180
  23. package/dist/src/index.d.ts +2 -0
  24. package/dist/src/index.d.ts.map +1 -1
  25. package/dist/src/instagram/index.d.ts +100 -100
  26. package/dist/src/line/index.d.ts +301 -6
  27. package/dist/src/line/index.d.ts.map +1 -1
  28. package/dist/src/line/schema.d.ts +301 -6
  29. package/dist/src/line/schema.d.ts.map +1 -1
  30. package/dist/src/messenger/index.d.ts +100 -100
  31. package/dist/src/telephony-cdr/index.d.ts +180 -180
  32. package/dist/src/telephony-cdr/schema.d.ts +40 -40
  33. package/dist/src/ticket/index.d.ts +4128 -1040
  34. package/dist/src/ticket/index.d.ts.map +1 -1
  35. package/dist/src/ticket/schema.d.ts +512 -40
  36. package/dist/src/ticket/schema.d.ts.map +1 -1
  37. package/dist/src/{mail/mail-server.d.ts → upload/index.d.ts} +72 -91
  38. package/dist/src/upload/index.d.ts.map +1 -0
  39. package/dist/src/upload/schema.d.ts +14 -0
  40. package/dist/src/upload/schema.d.ts.map +1 -1
  41. package/dist/src/upload/validation.d.ts +2 -0
  42. package/dist/src/upload/validation.d.ts.map +1 -0
  43. package/dist/src/user-presence-status-log/index.d.ts +63 -0
  44. package/dist/src/user-presence-status-log/index.d.ts.map +1 -1
  45. package/package.json +1 -1
  46. package/dist/src/app/index.d.ts +0 -17
  47. package/dist/src/app/index.d.ts.map +0 -1
  48. package/dist/src/mail/mail-server.d.ts.map +0 -1
  49. package/dist/src/platform-contact/schema.d.ts +0 -30
  50. package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -887,16 +887,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
887
887
  };
888
888
  }[];
889
889
  }[];
890
- notes: string | null;
891
- contactProfile: string | null;
892
- socialProfileUrl: string | null;
893
- tags: {
894
- id: string;
895
- name: string;
896
- createdAt: Date;
897
- updatedAt: Date;
898
- deletedAt: Date | null;
899
- }[];
900
890
  company: {
901
891
  id: string;
902
892
  createdAt: Date;
@@ -907,6 +897,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
907
897
  phone?: string | null | undefined;
908
898
  industry?: string | null | undefined;
909
899
  } | null;
900
+ notes: string | null;
901
+ contactProfile: string | null;
902
+ socialProfileUrl: string | null;
903
+ tags: {
904
+ id: string;
905
+ name: string;
906
+ createdAt: Date;
907
+ updatedAt: Date;
908
+ deletedAt: Date | null;
909
+ }[];
910
910
  contactEmails: {
911
911
  id: string;
912
912
  isPrimary: boolean;
@@ -990,16 +990,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
990
990
  };
991
991
  }[];
992
992
  }[];
993
- notes: string | null;
994
- contactProfile: string | null;
995
- socialProfileUrl: string | null;
996
- tags: {
997
- id: string;
998
- name: string;
999
- createdAt: Date;
1000
- updatedAt: Date;
1001
- deletedAt: Date | null;
1002
- }[];
1003
993
  company: {
1004
994
  id: string;
1005
995
  createdAt: Date;
@@ -1010,6 +1000,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1010
1000
  phone?: string | null | undefined;
1011
1001
  industry?: string | null | undefined;
1012
1002
  } | null;
1003
+ notes: string | null;
1004
+ contactProfile: string | null;
1005
+ socialProfileUrl: string | null;
1006
+ tags: {
1007
+ id: string;
1008
+ name: string;
1009
+ createdAt: Date;
1010
+ updatedAt: Date;
1011
+ deletedAt: Date | null;
1012
+ }[];
1013
1013
  contactEmails: {
1014
1014
  id: string;
1015
1015
  isPrimary: boolean;
@@ -1107,16 +1107,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1107
1107
  };
1108
1108
  }[];
1109
1109
  }[];
1110
- notes: string | null;
1111
- contactProfile: string | null;
1112
- socialProfileUrl: string | null;
1113
- tags: {
1114
- id: string;
1115
- name: string;
1116
- createdAt: Date;
1117
- updatedAt: Date;
1118
- deletedAt: Date | null;
1119
- }[];
1120
1110
  company: {
1121
1111
  id: string;
1122
1112
  createdAt: Date;
@@ -1127,6 +1117,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1127
1117
  phone?: string | null | undefined;
1128
1118
  industry?: string | null | undefined;
1129
1119
  } | null;
1120
+ notes: string | null;
1121
+ contactProfile: string | null;
1122
+ socialProfileUrl: string | null;
1123
+ tags: {
1124
+ id: string;
1125
+ name: string;
1126
+ createdAt: Date;
1127
+ updatedAt: Date;
1128
+ deletedAt: Date | null;
1129
+ }[];
1130
1130
  contactEmails: {
1131
1131
  id: string;
1132
1132
  isPrimary: boolean;
@@ -1225,16 +1225,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1225
1225
  };
1226
1226
  }[];
1227
1227
  }[];
1228
- notes: string | null;
1229
- contactProfile: string | null;
1230
- socialProfileUrl: string | null;
1231
- tags: {
1232
- id: string;
1233
- name: string;
1234
- createdAt: Date;
1235
- updatedAt: Date;
1236
- deletedAt: Date | null;
1237
- }[];
1238
1228
  company: {
1239
1229
  id: string;
1240
1230
  createdAt: Date;
@@ -1245,6 +1235,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1245
1235
  phone?: string | null | undefined;
1246
1236
  industry?: string | null | undefined;
1247
1237
  } | null;
1238
+ notes: string | null;
1239
+ contactProfile: string | null;
1240
+ socialProfileUrl: string | null;
1241
+ tags: {
1242
+ id: string;
1243
+ name: string;
1244
+ createdAt: Date;
1245
+ updatedAt: Date;
1246
+ deletedAt: Date | null;
1247
+ }[];
1248
1248
  contactEmails: {
1249
1249
  id: string;
1250
1250
  isPrimary: boolean;
@@ -2169,16 +2169,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2169
2169
  };
2170
2170
  }[];
2171
2171
  }[];
2172
- notes: string | null;
2173
- contactProfile: string | null;
2174
- socialProfileUrl: string | null;
2175
- tags: {
2176
- id: string;
2177
- name: string;
2178
- createdAt: Date;
2179
- updatedAt: Date;
2180
- deletedAt: Date | null;
2181
- }[];
2182
2172
  company: {
2183
2173
  id: string;
2184
2174
  createdAt: Date;
@@ -2189,6 +2179,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2189
2179
  phone?: string | null | undefined;
2190
2180
  industry?: string | null | undefined;
2191
2181
  } | null;
2182
+ notes: string | null;
2183
+ contactProfile: string | null;
2184
+ socialProfileUrl: string | null;
2185
+ tags: {
2186
+ id: string;
2187
+ name: string;
2188
+ createdAt: Date;
2189
+ updatedAt: Date;
2190
+ deletedAt: Date | null;
2191
+ }[];
2192
2192
  contactEmails: {
2193
2193
  id: string;
2194
2194
  isPrimary: boolean;
@@ -2453,16 +2453,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2453
2453
  };
2454
2454
  }[];
2455
2455
  }[];
2456
- notes: string | null;
2457
- contactProfile: string | null;
2458
- socialProfileUrl: string | null;
2459
- tags: {
2460
- id: string;
2461
- name: string;
2462
- createdAt: Date;
2463
- updatedAt: Date;
2464
- deletedAt: Date | null;
2465
- }[];
2466
2456
  company: {
2467
2457
  id: string;
2468
2458
  createdAt: Date;
@@ -2473,6 +2463,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2473
2463
  phone?: string | null | undefined;
2474
2464
  industry?: string | null | undefined;
2475
2465
  } | null;
2466
+ notes: string | null;
2467
+ contactProfile: string | null;
2468
+ socialProfileUrl: string | null;
2469
+ tags: {
2470
+ id: string;
2471
+ name: string;
2472
+ createdAt: Date;
2473
+ updatedAt: Date;
2474
+ deletedAt: Date | null;
2475
+ }[];
2476
2476
  contactEmails: {
2477
2477
  id: string;
2478
2478
  isPrimary: boolean;
@@ -3232,16 +3232,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3232
3232
  };
3233
3233
  }[];
3234
3234
  }[];
3235
- notes: string | null;
3236
- contactProfile: string | null;
3237
- socialProfileUrl: string | null;
3238
- tags: {
3239
- id: string;
3240
- name: string;
3241
- createdAt: Date;
3242
- updatedAt: Date;
3243
- deletedAt: Date | null;
3244
- }[];
3245
3235
  company: {
3246
3236
  id: string;
3247
3237
  createdAt: Date;
@@ -3252,6 +3242,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3252
3242
  phone?: string | null | undefined;
3253
3243
  industry?: string | null | undefined;
3254
3244
  } | null;
3245
+ notes: string | null;
3246
+ contactProfile: string | null;
3247
+ socialProfileUrl: string | null;
3248
+ tags: {
3249
+ id: string;
3250
+ name: string;
3251
+ createdAt: Date;
3252
+ updatedAt: Date;
3253
+ deletedAt: Date | null;
3254
+ }[];
3255
3255
  contactEmails: {
3256
3256
  id: string;
3257
3257
  isPrimary: boolean;
@@ -3335,16 +3335,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3335
3335
  };
3336
3336
  }[];
3337
3337
  }[];
3338
- notes: string | null;
3339
- contactProfile: string | null;
3340
- socialProfileUrl: string | null;
3341
- tags: {
3342
- id: string;
3343
- name: string;
3344
- createdAt: Date;
3345
- updatedAt: Date;
3346
- deletedAt: Date | null;
3347
- }[];
3348
3338
  company: {
3349
3339
  id: string;
3350
3340
  createdAt: Date;
@@ -3355,6 +3345,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3355
3345
  phone?: string | null | undefined;
3356
3346
  industry?: string | null | undefined;
3357
3347
  } | null;
3348
+ notes: string | null;
3349
+ contactProfile: string | null;
3350
+ socialProfileUrl: string | null;
3351
+ tags: {
3352
+ id: string;
3353
+ name: string;
3354
+ createdAt: Date;
3355
+ updatedAt: Date;
3356
+ deletedAt: Date | null;
3357
+ }[];
3358
3358
  contactEmails: {
3359
3359
  id: string;
3360
3360
  isPrimary: boolean;
@@ -3865,16 +3865,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3865
3865
  };
3866
3866
  }[];
3867
3867
  }[];
3868
- notes: string | null;
3869
- contactProfile: string | null;
3870
- socialProfileUrl: string | null;
3871
- tags: {
3872
- id: string;
3873
- name: string;
3874
- createdAt: Date;
3875
- updatedAt: Date;
3876
- deletedAt: Date | null;
3877
- }[];
3878
3868
  company: {
3879
3869
  id: string;
3880
3870
  createdAt: Date;
@@ -3885,6 +3875,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3885
3875
  phone?: string | null | undefined;
3886
3876
  industry?: string | null | undefined;
3887
3877
  } | null;
3878
+ notes: string | null;
3879
+ contactProfile: string | null;
3880
+ socialProfileUrl: string | null;
3881
+ tags: {
3882
+ id: string;
3883
+ name: string;
3884
+ createdAt: Date;
3885
+ updatedAt: Date;
3886
+ deletedAt: Date | null;
3887
+ }[];
3888
3888
  contactEmails: {
3889
3889
  id: string;
3890
3890
  isPrimary: boolean;
@@ -4072,16 +4072,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4072
4072
  };
4073
4073
  }[];
4074
4074
  }[];
4075
- notes: string | null;
4076
- contactProfile: string | null;
4077
- socialProfileUrl: string | null;
4078
- tags: {
4079
- id: string;
4080
- name: string;
4081
- createdAt: Date;
4082
- updatedAt: Date;
4083
- deletedAt: Date | null;
4084
- }[];
4085
4075
  company: {
4086
4076
  id: string;
4087
4077
  createdAt: Date;
@@ -4092,6 +4082,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4092
4082
  phone?: string | null | undefined;
4093
4083
  industry?: string | null | undefined;
4094
4084
  } | null;
4085
+ notes: string | null;
4086
+ contactProfile: string | null;
4087
+ socialProfileUrl: string | null;
4088
+ tags: {
4089
+ id: string;
4090
+ name: string;
4091
+ createdAt: Date;
4092
+ updatedAt: Date;
4093
+ deletedAt: Date | null;
4094
+ }[];
4095
4095
  contactEmails: {
4096
4096
  id: string;
4097
4097
  isPrimary: boolean;
@@ -4814,16 +4814,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4814
4814
  };
4815
4815
  }[];
4816
4816
  }[];
4817
- notes: string | null;
4818
- contactProfile: string | null;
4819
- socialProfileUrl: string | null;
4820
- tags: {
4821
- id: string;
4822
- name: string;
4823
- createdAt: Date;
4824
- updatedAt: Date;
4825
- deletedAt: Date | null;
4826
- }[];
4827
4817
  company: {
4828
4818
  id: string;
4829
4819
  createdAt: Date;
@@ -4834,6 +4824,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4834
4824
  phone?: string | null | undefined;
4835
4825
  industry?: string | null | undefined;
4836
4826
  } | null;
4827
+ notes: string | null;
4828
+ contactProfile: string | null;
4829
+ socialProfileUrl: string | null;
4830
+ tags: {
4831
+ id: string;
4832
+ name: string;
4833
+ createdAt: Date;
4834
+ updatedAt: Date;
4835
+ deletedAt: Date | null;
4836
+ }[];
4837
4837
  contactEmails: {
4838
4838
  id: string;
4839
4839
  isPrimary: boolean;
@@ -4917,16 +4917,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4917
4917
  };
4918
4918
  }[];
4919
4919
  }[];
4920
- notes: string | null;
4921
- contactProfile: string | null;
4922
- socialProfileUrl: string | null;
4923
- tags: {
4924
- id: string;
4925
- name: string;
4926
- createdAt: Date;
4927
- updatedAt: Date;
4928
- deletedAt: Date | null;
4929
- }[];
4930
4920
  company: {
4931
4921
  id: string;
4932
4922
  createdAt: Date;
@@ -4937,6 +4927,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4937
4927
  phone?: string | null | undefined;
4938
4928
  industry?: string | null | undefined;
4939
4929
  } | null;
4930
+ notes: string | null;
4931
+ contactProfile: string | null;
4932
+ socialProfileUrl: string | null;
4933
+ tags: {
4934
+ id: string;
4935
+ name: string;
4936
+ createdAt: Date;
4937
+ updatedAt: Date;
4938
+ deletedAt: Date | null;
4939
+ }[];
4940
4940
  contactEmails: {
4941
4941
  id: string;
4942
4942
  isPrimary: boolean;
@@ -5235,16 +5235,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5235
5235
  };
5236
5236
  }[];
5237
5237
  }[];
5238
- notes: string | null;
5239
- contactProfile: string | null;
5240
- socialProfileUrl: string | null;
5241
- tags: {
5242
- id: string;
5243
- name: string;
5244
- createdAt: Date;
5245
- updatedAt: Date;
5246
- deletedAt: Date | null;
5247
- }[];
5248
5238
  company: {
5249
5239
  id: string;
5250
5240
  createdAt: Date;
@@ -5255,6 +5245,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5255
5245
  phone?: string | null | undefined;
5256
5246
  industry?: string | null | undefined;
5257
5247
  } | null;
5248
+ notes: string | null;
5249
+ contactProfile: string | null;
5250
+ socialProfileUrl: string | null;
5251
+ tags: {
5252
+ id: string;
5253
+ name: string;
5254
+ createdAt: Date;
5255
+ updatedAt: Date;
5256
+ deletedAt: Date | null;
5257
+ }[];
5258
5258
  contactEmails: {
5259
5259
  id: string;
5260
5260
  isPrimary: boolean;
@@ -5442,16 +5442,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5442
5442
  };
5443
5443
  }[];
5444
5444
  }[];
5445
- notes: string | null;
5446
- contactProfile: string | null;
5447
- socialProfileUrl: string | null;
5448
- tags: {
5449
- id: string;
5450
- name: string;
5451
- createdAt: Date;
5452
- updatedAt: Date;
5453
- deletedAt: Date | null;
5454
- }[];
5455
5445
  company: {
5456
5446
  id: string;
5457
5447
  createdAt: Date;
@@ -5462,6 +5452,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5462
5452
  phone?: string | null | undefined;
5463
5453
  industry?: string | null | undefined;
5464
5454
  } | null;
5455
+ notes: string | null;
5456
+ contactProfile: string | null;
5457
+ socialProfileUrl: string | null;
5458
+ tags: {
5459
+ id: string;
5460
+ name: string;
5461
+ createdAt: Date;
5462
+ updatedAt: Date;
5463
+ deletedAt: Date | null;
5464
+ }[];
5465
5465
  contactEmails: {
5466
5466
  id: string;
5467
5467
  isPrimary: boolean;
@@ -5681,16 +5681,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5681
5681
  };
5682
5682
  }[];
5683
5683
  }[];
5684
- notes: string | null;
5685
- contactProfile: string | null;
5686
- socialProfileUrl: string | null;
5687
- tags: {
5688
- id: string;
5689
- name: string;
5690
- createdAt: Date;
5691
- updatedAt: Date;
5692
- deletedAt: Date | null;
5693
- }[];
5694
5684
  company: {
5695
5685
  id: string;
5696
5686
  createdAt: Date;
@@ -5701,6 +5691,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5701
5691
  phone?: string | null | undefined;
5702
5692
  industry?: string | null | undefined;
5703
5693
  } | null;
5694
+ notes: string | null;
5695
+ contactProfile: string | null;
5696
+ socialProfileUrl: string | null;
5697
+ tags: {
5698
+ id: string;
5699
+ name: string;
5700
+ createdAt: Date;
5701
+ updatedAt: Date;
5702
+ deletedAt: Date | null;
5703
+ }[];
5704
5704
  contactEmails: {
5705
5705
  id: string;
5706
5706
  isPrimary: boolean;
@@ -5922,16 +5922,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5922
5922
  };
5923
5923
  }[];
5924
5924
  }[];
5925
- notes: string | null;
5926
- contactProfile: string | null;
5927
- socialProfileUrl: string | null;
5928
- tags: {
5929
- id: string;
5930
- name: string;
5931
- createdAt: Date;
5932
- updatedAt: Date;
5933
- deletedAt: Date | null;
5934
- }[];
5935
5925
  company: {
5936
5926
  id: string;
5937
5927
  createdAt: Date;
@@ -5942,6 +5932,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
5942
5932
  phone?: string | null | undefined;
5943
5933
  industry?: string | null | undefined;
5944
5934
  } | null;
5935
+ notes: string | null;
5936
+ contactProfile: string | null;
5937
+ socialProfileUrl: string | null;
5938
+ tags: {
5939
+ id: string;
5940
+ name: string;
5941
+ createdAt: Date;
5942
+ updatedAt: Date;
5943
+ deletedAt: Date | null;
5944
+ }[];
5945
5945
  contactEmails: {
5946
5946
  id: string;
5947
5947
  isPrimary: boolean;
@@ -6129,16 +6129,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6129
6129
  };
6130
6130
  }[];
6131
6131
  }[];
6132
- notes: string | null;
6133
- contactProfile: string | null;
6134
- socialProfileUrl: string | null;
6135
- tags: {
6136
- id: string;
6137
- name: string;
6138
- createdAt: Date;
6139
- updatedAt: Date;
6140
- deletedAt: Date | null;
6141
- }[];
6142
6132
  company: {
6143
6133
  id: string;
6144
6134
  createdAt: Date;
@@ -6149,6 +6139,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6149
6139
  phone?: string | null | undefined;
6150
6140
  industry?: string | null | undefined;
6151
6141
  } | null;
6142
+ notes: string | null;
6143
+ contactProfile: string | null;
6144
+ socialProfileUrl: string | null;
6145
+ tags: {
6146
+ id: string;
6147
+ name: string;
6148
+ createdAt: Date;
6149
+ updatedAt: Date;
6150
+ deletedAt: Date | null;
6151
+ }[];
6152
6152
  contactEmails: {
6153
6153
  id: string;
6154
6154
  isPrimary: boolean;
@@ -6368,16 +6368,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6368
6368
  };
6369
6369
  }[];
6370
6370
  }[];
6371
- notes: string | null;
6372
- contactProfile: string | null;
6373
- socialProfileUrl: string | null;
6374
- tags: {
6375
- id: string;
6376
- name: string;
6377
- createdAt: Date;
6378
- updatedAt: Date;
6379
- deletedAt: Date | null;
6380
- }[];
6381
6371
  company: {
6382
6372
  id: string;
6383
6373
  createdAt: Date;
@@ -6388,6 +6378,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6388
6378
  phone?: string | null | undefined;
6389
6379
  industry?: string | null | undefined;
6390
6380
  } | null;
6381
+ notes: string | null;
6382
+ contactProfile: string | null;
6383
+ socialProfileUrl: string | null;
6384
+ tags: {
6385
+ id: string;
6386
+ name: string;
6387
+ createdAt: Date;
6388
+ updatedAt: Date;
6389
+ deletedAt: Date | null;
6390
+ }[];
6391
6391
  contactEmails: {
6392
6392
  id: string;
6393
6393
  isPrimary: boolean;
@@ -15,4 +15,6 @@ export * from './dashboard';
15
15
  export * from './user-presence-status-log';
16
16
  export * from './company';
17
17
  export * from './evaluate-form';
18
+ export * from './upload';
19
+ export * from './permission';
18
20
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAE3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAE3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC"}