@kl1/contracts 1.3.30 → 1.3.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +1 -1
- package/dist/api-contracts/src/attribute/index.d.ts +7 -7
- package/dist/api-contracts/src/auth/index.d.ts +1 -1
- package/dist/api-contracts/src/automation-queue/index.d.ts +7 -7
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
- package/dist/api-contracts/src/aws/index.d.ts +2 -2
- package/dist/api-contracts/src/botpress/index.d.ts +2 -2
- package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
- package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
- package/dist/api-contracts/src/category/index.d.ts +7 -7
- package/dist/api-contracts/src/channel/index.d.ts +27 -27
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +1821 -1821
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +400 -400
- package/dist/api-contracts/src/chat/validation.d.ts +321 -321
- package/dist/api-contracts/src/comment/index.d.ts +364 -364
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/contract.d.ts +33503 -33503
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +64 -64
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +80 -80
- package/dist/api-contracts/src/dashboard/index.d.ts +19 -19
- package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +7 -7
- package/dist/api-contracts/src/facebook-feed/index.d.ts +220 -220
- package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
- package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
- package/dist/api-contracts/src/instagram/index.d.ts +220 -220
- package/dist/api-contracts/src/line/index.d.ts +220 -220
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
- package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
- package/dist/api-contracts/src/messenger/index.d.ts +220 -220
- package/dist/api-contracts/src/notification/index.d.ts +4 -4
- package/dist/api-contracts/src/permission/index.d.ts +1 -1
- package/dist/api-contracts/src/presence-status/index.d.ts +5 -5
- package/dist/api-contracts/src/role/index.d.ts +5 -5
- package/dist/api-contracts/src/snippet/index.d.ts +8 -8
- package/dist/api-contracts/src/subscription/index.d.ts +5 -5
- package/dist/api-contracts/src/tag/index.d.ts +4 -4
- package/dist/api-contracts/src/telegram/index.d.ts +220 -220
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +3 -3
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
- package/dist/api-contracts/src/ticket/index.d.ts +672 -672
- package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
- package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
- package/dist/api-contracts/src/upload/index.d.ts +2 -2
- package/dist/api-contracts/src/user/index.d.ts +7 -7
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +2 -2
- package/dist/api-contracts/src/viber/index.d.ts +220 -220
- package/dist/api-contracts/src/webchat/index.d.ts +220 -220
- package/dist/api-contracts/src/whatsapp/index.d.ts +220 -220
- package/dist/api-contracts/src/workflow-rule/index.d.ts +260 -260
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
- package/dist/index.js +187 -169
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +187 -169
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5385,6 +5385,16 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5385
5385
|
createdAt: Date;
|
|
5386
5386
|
updatedAt: Date;
|
|
5387
5387
|
deletedAt: Date | null;
|
|
5388
|
+
tags: {
|
|
5389
|
+
name: string;
|
|
5390
|
+
id: string;
|
|
5391
|
+
createdAt: Date;
|
|
5392
|
+
updatedAt: Date;
|
|
5393
|
+
deletedAt: Date | null;
|
|
5394
|
+
}[];
|
|
5395
|
+
callFrom: string | null;
|
|
5396
|
+
callTo: string | null;
|
|
5397
|
+
note: string | null;
|
|
5388
5398
|
categories: {
|
|
5389
5399
|
id: string;
|
|
5390
5400
|
value: string;
|
|
@@ -5407,16 +5417,6 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5407
5417
|
}[];
|
|
5408
5418
|
}[];
|
|
5409
5419
|
}[];
|
|
5410
|
-
tags: {
|
|
5411
|
-
name: string;
|
|
5412
|
-
id: string;
|
|
5413
|
-
createdAt: Date;
|
|
5414
|
-
updatedAt: Date;
|
|
5415
|
-
deletedAt: Date | null;
|
|
5416
|
-
}[];
|
|
5417
|
-
callFrom: string | null;
|
|
5418
|
-
callTo: string | null;
|
|
5419
|
-
note: string | null;
|
|
5420
5420
|
customFields?: {
|
|
5421
5421
|
id: string;
|
|
5422
5422
|
createdAt: Date;
|
|
@@ -5436,6 +5436,16 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5436
5436
|
createdAt: Date;
|
|
5437
5437
|
updatedAt: Date;
|
|
5438
5438
|
deletedAt: Date | null;
|
|
5439
|
+
tags: {
|
|
5440
|
+
name: string;
|
|
5441
|
+
id: string;
|
|
5442
|
+
createdAt: Date;
|
|
5443
|
+
updatedAt: Date;
|
|
5444
|
+
deletedAt: Date | null;
|
|
5445
|
+
}[];
|
|
5446
|
+
callFrom: string | null;
|
|
5447
|
+
callTo: string | null;
|
|
5448
|
+
note: string | null;
|
|
5439
5449
|
categories: {
|
|
5440
5450
|
id: string;
|
|
5441
5451
|
value: string;
|
|
@@ -5458,16 +5468,6 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5458
5468
|
}[];
|
|
5459
5469
|
}[];
|
|
5460
5470
|
}[];
|
|
5461
|
-
tags: {
|
|
5462
|
-
name: string;
|
|
5463
|
-
id: string;
|
|
5464
|
-
createdAt: Date;
|
|
5465
|
-
updatedAt: Date;
|
|
5466
|
-
deletedAt: Date | null;
|
|
5467
|
-
}[];
|
|
5468
|
-
callFrom: string | null;
|
|
5469
|
-
callTo: string | null;
|
|
5470
|
-
note: string | null;
|
|
5471
5471
|
customFields?: {
|
|
5472
5472
|
id: string;
|
|
5473
5473
|
createdAt: Date;
|
|
@@ -5576,6 +5576,16 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5576
5576
|
createdAt: Date;
|
|
5577
5577
|
updatedAt: Date;
|
|
5578
5578
|
deletedAt: Date | null;
|
|
5579
|
+
tags: {
|
|
5580
|
+
name: string;
|
|
5581
|
+
id: string;
|
|
5582
|
+
createdAt: Date;
|
|
5583
|
+
updatedAt: Date;
|
|
5584
|
+
deletedAt: Date | null;
|
|
5585
|
+
}[];
|
|
5586
|
+
callFrom: string | null;
|
|
5587
|
+
callTo: string | null;
|
|
5588
|
+
note: string | null;
|
|
5579
5589
|
categories: {
|
|
5580
5590
|
id: string;
|
|
5581
5591
|
value: string;
|
|
@@ -5598,16 +5608,6 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5598
5608
|
}[];
|
|
5599
5609
|
}[];
|
|
5600
5610
|
}[];
|
|
5601
|
-
tags: {
|
|
5602
|
-
name: string;
|
|
5603
|
-
id: string;
|
|
5604
|
-
createdAt: Date;
|
|
5605
|
-
updatedAt: Date;
|
|
5606
|
-
deletedAt: Date | null;
|
|
5607
|
-
}[];
|
|
5608
|
-
callFrom: string | null;
|
|
5609
|
-
callTo: string | null;
|
|
5610
|
-
note: string | null;
|
|
5611
5611
|
customFields?: {
|
|
5612
5612
|
id: string;
|
|
5613
5613
|
createdAt: Date;
|
|
@@ -5666,6 +5666,16 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5666
5666
|
createdAt: Date;
|
|
5667
5667
|
updatedAt: Date;
|
|
5668
5668
|
deletedAt: Date | null;
|
|
5669
|
+
tags: {
|
|
5670
|
+
name: string;
|
|
5671
|
+
id: string;
|
|
5672
|
+
createdAt: Date;
|
|
5673
|
+
updatedAt: Date;
|
|
5674
|
+
deletedAt: Date | null;
|
|
5675
|
+
}[];
|
|
5676
|
+
callFrom: string | null;
|
|
5677
|
+
callTo: string | null;
|
|
5678
|
+
note: string | null;
|
|
5669
5679
|
categories: {
|
|
5670
5680
|
id: string;
|
|
5671
5681
|
value: string;
|
|
@@ -5688,16 +5698,6 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5688
5698
|
}[];
|
|
5689
5699
|
}[];
|
|
5690
5700
|
}[];
|
|
5691
|
-
tags: {
|
|
5692
|
-
name: string;
|
|
5693
|
-
id: string;
|
|
5694
|
-
createdAt: Date;
|
|
5695
|
-
updatedAt: Date;
|
|
5696
|
-
deletedAt: Date | null;
|
|
5697
|
-
}[];
|
|
5698
|
-
callFrom: string | null;
|
|
5699
|
-
callTo: string | null;
|
|
5700
|
-
note: string | null;
|
|
5701
5701
|
customFields?: {
|
|
5702
5702
|
id: string;
|
|
5703
5703
|
createdAt: Date;
|
|
@@ -5953,6 +5953,16 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5953
5953
|
createdAt: Date;
|
|
5954
5954
|
updatedAt: Date;
|
|
5955
5955
|
deletedAt: Date | null;
|
|
5956
|
+
tags: {
|
|
5957
|
+
name: string;
|
|
5958
|
+
id: string;
|
|
5959
|
+
createdAt: Date;
|
|
5960
|
+
updatedAt: Date;
|
|
5961
|
+
deletedAt: Date | null;
|
|
5962
|
+
}[];
|
|
5963
|
+
callFrom: string | null;
|
|
5964
|
+
callTo: string | null;
|
|
5965
|
+
note: string | null;
|
|
5956
5966
|
categories: {
|
|
5957
5967
|
id: string;
|
|
5958
5968
|
value: string;
|
|
@@ -5975,16 +5985,6 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5975
5985
|
}[];
|
|
5976
5986
|
}[];
|
|
5977
5987
|
}[];
|
|
5978
|
-
tags: {
|
|
5979
|
-
name: string;
|
|
5980
|
-
id: string;
|
|
5981
|
-
createdAt: Date;
|
|
5982
|
-
updatedAt: Date;
|
|
5983
|
-
deletedAt: Date | null;
|
|
5984
|
-
}[];
|
|
5985
|
-
callFrom: string | null;
|
|
5986
|
-
callTo: string | null;
|
|
5987
|
-
note: string | null;
|
|
5988
5988
|
customFields?: {
|
|
5989
5989
|
id: string;
|
|
5990
5990
|
createdAt: Date;
|
|
@@ -6922,6 +6922,16 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6922
6922
|
createdAt: Date;
|
|
6923
6923
|
updatedAt: Date;
|
|
6924
6924
|
deletedAt: Date | null;
|
|
6925
|
+
tags: {
|
|
6926
|
+
name: string;
|
|
6927
|
+
id: string;
|
|
6928
|
+
createdAt: Date;
|
|
6929
|
+
updatedAt: Date;
|
|
6930
|
+
deletedAt: Date | null;
|
|
6931
|
+
}[];
|
|
6932
|
+
callFrom: string | null;
|
|
6933
|
+
callTo: string | null;
|
|
6934
|
+
note: string | null;
|
|
6925
6935
|
categories: {
|
|
6926
6936
|
id: string;
|
|
6927
6937
|
value: string;
|
|
@@ -6944,16 +6954,6 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6944
6954
|
}[];
|
|
6945
6955
|
}[];
|
|
6946
6956
|
}[];
|
|
6947
|
-
tags: {
|
|
6948
|
-
name: string;
|
|
6949
|
-
id: string;
|
|
6950
|
-
createdAt: Date;
|
|
6951
|
-
updatedAt: Date;
|
|
6952
|
-
deletedAt: Date | null;
|
|
6953
|
-
}[];
|
|
6954
|
-
callFrom: string | null;
|
|
6955
|
-
callTo: string | null;
|
|
6956
|
-
note: string | null;
|
|
6957
6957
|
customFields?: {
|
|
6958
6958
|
id: string;
|
|
6959
6959
|
createdAt: Date;
|
|
@@ -7896,6 +7896,16 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7896
7896
|
createdAt: Date;
|
|
7897
7897
|
updatedAt: Date;
|
|
7898
7898
|
deletedAt: Date | null;
|
|
7899
|
+
tags: {
|
|
7900
|
+
name: string;
|
|
7901
|
+
id: string;
|
|
7902
|
+
createdAt: Date;
|
|
7903
|
+
updatedAt: Date;
|
|
7904
|
+
deletedAt: Date | null;
|
|
7905
|
+
}[];
|
|
7906
|
+
callFrom: string | null;
|
|
7907
|
+
callTo: string | null;
|
|
7908
|
+
note: string | null;
|
|
7899
7909
|
categories: {
|
|
7900
7910
|
id: string;
|
|
7901
7911
|
value: string;
|
|
@@ -7918,16 +7928,6 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7918
7928
|
}[];
|
|
7919
7929
|
}[];
|
|
7920
7930
|
}[];
|
|
7921
|
-
tags: {
|
|
7922
|
-
name: string;
|
|
7923
|
-
id: string;
|
|
7924
|
-
createdAt: Date;
|
|
7925
|
-
updatedAt: Date;
|
|
7926
|
-
deletedAt: Date | null;
|
|
7927
|
-
}[];
|
|
7928
|
-
callFrom: string | null;
|
|
7929
|
-
callTo: string | null;
|
|
7930
|
-
note: string | null;
|
|
7931
7931
|
customFields?: {
|
|
7932
7932
|
id: string;
|
|
7933
7933
|
createdAt: Date;
|
|
@@ -8870,6 +8870,16 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8870
8870
|
createdAt: Date;
|
|
8871
8871
|
updatedAt: Date;
|
|
8872
8872
|
deletedAt: Date | null;
|
|
8873
|
+
tags: {
|
|
8874
|
+
name: string;
|
|
8875
|
+
id: string;
|
|
8876
|
+
createdAt: Date;
|
|
8877
|
+
updatedAt: Date;
|
|
8878
|
+
deletedAt: Date | null;
|
|
8879
|
+
}[];
|
|
8880
|
+
callFrom: string | null;
|
|
8881
|
+
callTo: string | null;
|
|
8882
|
+
note: string | null;
|
|
8873
8883
|
categories: {
|
|
8874
8884
|
id: string;
|
|
8875
8885
|
value: string;
|
|
@@ -8892,16 +8902,6 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8892
8902
|
}[];
|
|
8893
8903
|
}[];
|
|
8894
8904
|
}[];
|
|
8895
|
-
tags: {
|
|
8896
|
-
name: string;
|
|
8897
|
-
id: string;
|
|
8898
|
-
createdAt: Date;
|
|
8899
|
-
updatedAt: Date;
|
|
8900
|
-
deletedAt: Date | null;
|
|
8901
|
-
}[];
|
|
8902
|
-
callFrom: string | null;
|
|
8903
|
-
callTo: string | null;
|
|
8904
|
-
note: string | null;
|
|
8905
8905
|
customFields?: {
|
|
8906
8906
|
id: string;
|
|
8907
8907
|
createdAt: Date;
|
|
@@ -6807,6 +6807,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
6807
6807
|
createdAt: Date;
|
|
6808
6808
|
updatedAt: Date;
|
|
6809
6809
|
deletedAt: Date | null;
|
|
6810
|
+
tags: {
|
|
6811
|
+
name: string;
|
|
6812
|
+
id: string;
|
|
6813
|
+
createdAt: Date;
|
|
6814
|
+
updatedAt: Date;
|
|
6815
|
+
deletedAt: Date | null;
|
|
6816
|
+
}[];
|
|
6817
|
+
callFrom: string | null;
|
|
6818
|
+
callTo: string | null;
|
|
6819
|
+
note: string | null;
|
|
6810
6820
|
categories: {
|
|
6811
6821
|
id: string;
|
|
6812
6822
|
value: string;
|
|
@@ -6829,16 +6839,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
6829
6839
|
}[];
|
|
6830
6840
|
}[];
|
|
6831
6841
|
}[];
|
|
6832
|
-
tags: {
|
|
6833
|
-
name: string;
|
|
6834
|
-
id: string;
|
|
6835
|
-
createdAt: Date;
|
|
6836
|
-
updatedAt: Date;
|
|
6837
|
-
deletedAt: Date | null;
|
|
6838
|
-
}[];
|
|
6839
|
-
callFrom: string | null;
|
|
6840
|
-
callTo: string | null;
|
|
6841
|
-
note: string | null;
|
|
6842
6842
|
customFields?: {
|
|
6843
6843
|
id: string;
|
|
6844
6844
|
createdAt: Date;
|
|
@@ -6858,6 +6858,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
6858
6858
|
createdAt: Date;
|
|
6859
6859
|
updatedAt: Date;
|
|
6860
6860
|
deletedAt: Date | null;
|
|
6861
|
+
tags: {
|
|
6862
|
+
name: string;
|
|
6863
|
+
id: string;
|
|
6864
|
+
createdAt: Date;
|
|
6865
|
+
updatedAt: Date;
|
|
6866
|
+
deletedAt: Date | null;
|
|
6867
|
+
}[];
|
|
6868
|
+
callFrom: string | null;
|
|
6869
|
+
callTo: string | null;
|
|
6870
|
+
note: string | null;
|
|
6861
6871
|
categories: {
|
|
6862
6872
|
id: string;
|
|
6863
6873
|
value: string;
|
|
@@ -6880,16 +6890,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
6880
6890
|
}[];
|
|
6881
6891
|
}[];
|
|
6882
6892
|
}[];
|
|
6883
|
-
tags: {
|
|
6884
|
-
name: string;
|
|
6885
|
-
id: string;
|
|
6886
|
-
createdAt: Date;
|
|
6887
|
-
updatedAt: Date;
|
|
6888
|
-
deletedAt: Date | null;
|
|
6889
|
-
}[];
|
|
6890
|
-
callFrom: string | null;
|
|
6891
|
-
callTo: string | null;
|
|
6892
|
-
note: string | null;
|
|
6893
6893
|
customFields?: {
|
|
6894
6894
|
id: string;
|
|
6895
6895
|
createdAt: Date;
|
|
@@ -6998,6 +6998,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
6998
6998
|
createdAt: Date;
|
|
6999
6999
|
updatedAt: Date;
|
|
7000
7000
|
deletedAt: Date | null;
|
|
7001
|
+
tags: {
|
|
7002
|
+
name: string;
|
|
7003
|
+
id: string;
|
|
7004
|
+
createdAt: Date;
|
|
7005
|
+
updatedAt: Date;
|
|
7006
|
+
deletedAt: Date | null;
|
|
7007
|
+
}[];
|
|
7008
|
+
callFrom: string | null;
|
|
7009
|
+
callTo: string | null;
|
|
7010
|
+
note: string | null;
|
|
7001
7011
|
categories: {
|
|
7002
7012
|
id: string;
|
|
7003
7013
|
value: string;
|
|
@@ -7020,16 +7030,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7020
7030
|
}[];
|
|
7021
7031
|
}[];
|
|
7022
7032
|
}[];
|
|
7023
|
-
tags: {
|
|
7024
|
-
name: string;
|
|
7025
|
-
id: string;
|
|
7026
|
-
createdAt: Date;
|
|
7027
|
-
updatedAt: Date;
|
|
7028
|
-
deletedAt: Date | null;
|
|
7029
|
-
}[];
|
|
7030
|
-
callFrom: string | null;
|
|
7031
|
-
callTo: string | null;
|
|
7032
|
-
note: string | null;
|
|
7033
7033
|
customFields?: {
|
|
7034
7034
|
id: string;
|
|
7035
7035
|
createdAt: Date;
|
|
@@ -7088,6 +7088,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7088
7088
|
createdAt: Date;
|
|
7089
7089
|
updatedAt: Date;
|
|
7090
7090
|
deletedAt: Date | null;
|
|
7091
|
+
tags: {
|
|
7092
|
+
name: string;
|
|
7093
|
+
id: string;
|
|
7094
|
+
createdAt: Date;
|
|
7095
|
+
updatedAt: Date;
|
|
7096
|
+
deletedAt: Date | null;
|
|
7097
|
+
}[];
|
|
7098
|
+
callFrom: string | null;
|
|
7099
|
+
callTo: string | null;
|
|
7100
|
+
note: string | null;
|
|
7091
7101
|
categories: {
|
|
7092
7102
|
id: string;
|
|
7093
7103
|
value: string;
|
|
@@ -7110,16 +7120,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7110
7120
|
}[];
|
|
7111
7121
|
}[];
|
|
7112
7122
|
}[];
|
|
7113
|
-
tags: {
|
|
7114
|
-
name: string;
|
|
7115
|
-
id: string;
|
|
7116
|
-
createdAt: Date;
|
|
7117
|
-
updatedAt: Date;
|
|
7118
|
-
deletedAt: Date | null;
|
|
7119
|
-
}[];
|
|
7120
|
-
callFrom: string | null;
|
|
7121
|
-
callTo: string | null;
|
|
7122
|
-
note: string | null;
|
|
7123
7123
|
customFields?: {
|
|
7124
7124
|
id: string;
|
|
7125
7125
|
createdAt: Date;
|
|
@@ -7375,6 +7375,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7375
7375
|
createdAt: Date;
|
|
7376
7376
|
updatedAt: Date;
|
|
7377
7377
|
deletedAt: Date | null;
|
|
7378
|
+
tags: {
|
|
7379
|
+
name: string;
|
|
7380
|
+
id: string;
|
|
7381
|
+
createdAt: Date;
|
|
7382
|
+
updatedAt: Date;
|
|
7383
|
+
deletedAt: Date | null;
|
|
7384
|
+
}[];
|
|
7385
|
+
callFrom: string | null;
|
|
7386
|
+
callTo: string | null;
|
|
7387
|
+
note: string | null;
|
|
7378
7388
|
categories: {
|
|
7379
7389
|
id: string;
|
|
7380
7390
|
value: string;
|
|
@@ -7397,16 +7407,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7397
7407
|
}[];
|
|
7398
7408
|
}[];
|
|
7399
7409
|
}[];
|
|
7400
|
-
tags: {
|
|
7401
|
-
name: string;
|
|
7402
|
-
id: string;
|
|
7403
|
-
createdAt: Date;
|
|
7404
|
-
updatedAt: Date;
|
|
7405
|
-
deletedAt: Date | null;
|
|
7406
|
-
}[];
|
|
7407
|
-
callFrom: string | null;
|
|
7408
|
-
callTo: string | null;
|
|
7409
|
-
note: string | null;
|
|
7410
7410
|
customFields?: {
|
|
7411
7411
|
id: string;
|
|
7412
7412
|
createdAt: Date;
|
|
@@ -8344,6 +8344,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8344
8344
|
createdAt: Date;
|
|
8345
8345
|
updatedAt: Date;
|
|
8346
8346
|
deletedAt: Date | null;
|
|
8347
|
+
tags: {
|
|
8348
|
+
name: string;
|
|
8349
|
+
id: string;
|
|
8350
|
+
createdAt: Date;
|
|
8351
|
+
updatedAt: Date;
|
|
8352
|
+
deletedAt: Date | null;
|
|
8353
|
+
}[];
|
|
8354
|
+
callFrom: string | null;
|
|
8355
|
+
callTo: string | null;
|
|
8356
|
+
note: string | null;
|
|
8347
8357
|
categories: {
|
|
8348
8358
|
id: string;
|
|
8349
8359
|
value: string;
|
|
@@ -8366,16 +8376,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8366
8376
|
}[];
|
|
8367
8377
|
}[];
|
|
8368
8378
|
}[];
|
|
8369
|
-
tags: {
|
|
8370
|
-
name: string;
|
|
8371
|
-
id: string;
|
|
8372
|
-
createdAt: Date;
|
|
8373
|
-
updatedAt: Date;
|
|
8374
|
-
deletedAt: Date | null;
|
|
8375
|
-
}[];
|
|
8376
|
-
callFrom: string | null;
|
|
8377
|
-
callTo: string | null;
|
|
8378
|
-
note: string | null;
|
|
8379
8379
|
customFields?: {
|
|
8380
8380
|
id: string;
|
|
8381
8381
|
createdAt: Date;
|