@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
|
@@ -5467,6 +5467,16 @@ export declare const roomContract: {
|
|
|
5467
5467
|
createdAt: Date;
|
|
5468
5468
|
updatedAt: Date;
|
|
5469
5469
|
deletedAt: Date | null;
|
|
5470
|
+
tags: {
|
|
5471
|
+
name: string;
|
|
5472
|
+
id: string;
|
|
5473
|
+
createdAt: Date;
|
|
5474
|
+
updatedAt: Date;
|
|
5475
|
+
deletedAt: Date | null;
|
|
5476
|
+
}[];
|
|
5477
|
+
callFrom: string | null;
|
|
5478
|
+
callTo: string | null;
|
|
5479
|
+
note: string | null;
|
|
5470
5480
|
categories: {
|
|
5471
5481
|
id: string;
|
|
5472
5482
|
value: string;
|
|
@@ -5489,16 +5499,6 @@ export declare const roomContract: {
|
|
|
5489
5499
|
}[];
|
|
5490
5500
|
}[];
|
|
5491
5501
|
}[];
|
|
5492
|
-
tags: {
|
|
5493
|
-
name: string;
|
|
5494
|
-
id: string;
|
|
5495
|
-
createdAt: Date;
|
|
5496
|
-
updatedAt: Date;
|
|
5497
|
-
deletedAt: Date | null;
|
|
5498
|
-
}[];
|
|
5499
|
-
callFrom: string | null;
|
|
5500
|
-
callTo: string | null;
|
|
5501
|
-
note: string | null;
|
|
5502
5502
|
customFields?: {
|
|
5503
5503
|
id: string;
|
|
5504
5504
|
createdAt: Date;
|
|
@@ -5518,6 +5518,16 @@ export declare const roomContract: {
|
|
|
5518
5518
|
createdAt: Date;
|
|
5519
5519
|
updatedAt: Date;
|
|
5520
5520
|
deletedAt: Date | null;
|
|
5521
|
+
tags: {
|
|
5522
|
+
name: string;
|
|
5523
|
+
id: string;
|
|
5524
|
+
createdAt: Date;
|
|
5525
|
+
updatedAt: Date;
|
|
5526
|
+
deletedAt: Date | null;
|
|
5527
|
+
}[];
|
|
5528
|
+
callFrom: string | null;
|
|
5529
|
+
callTo: string | null;
|
|
5530
|
+
note: string | null;
|
|
5521
5531
|
categories: {
|
|
5522
5532
|
id: string;
|
|
5523
5533
|
value: string;
|
|
@@ -5540,16 +5550,6 @@ export declare const roomContract: {
|
|
|
5540
5550
|
}[];
|
|
5541
5551
|
}[];
|
|
5542
5552
|
}[];
|
|
5543
|
-
tags: {
|
|
5544
|
-
name: string;
|
|
5545
|
-
id: string;
|
|
5546
|
-
createdAt: Date;
|
|
5547
|
-
updatedAt: Date;
|
|
5548
|
-
deletedAt: Date | null;
|
|
5549
|
-
}[];
|
|
5550
|
-
callFrom: string | null;
|
|
5551
|
-
callTo: string | null;
|
|
5552
|
-
note: string | null;
|
|
5553
5553
|
customFields?: {
|
|
5554
5554
|
id: string;
|
|
5555
5555
|
createdAt: Date;
|
|
@@ -5658,6 +5658,16 @@ export declare const roomContract: {
|
|
|
5658
5658
|
createdAt: Date;
|
|
5659
5659
|
updatedAt: Date;
|
|
5660
5660
|
deletedAt: Date | null;
|
|
5661
|
+
tags: {
|
|
5662
|
+
name: string;
|
|
5663
|
+
id: string;
|
|
5664
|
+
createdAt: Date;
|
|
5665
|
+
updatedAt: Date;
|
|
5666
|
+
deletedAt: Date | null;
|
|
5667
|
+
}[];
|
|
5668
|
+
callFrom: string | null;
|
|
5669
|
+
callTo: string | null;
|
|
5670
|
+
note: string | null;
|
|
5661
5671
|
categories: {
|
|
5662
5672
|
id: string;
|
|
5663
5673
|
value: string;
|
|
@@ -5680,16 +5690,6 @@ export declare const roomContract: {
|
|
|
5680
5690
|
}[];
|
|
5681
5691
|
}[];
|
|
5682
5692
|
}[];
|
|
5683
|
-
tags: {
|
|
5684
|
-
name: string;
|
|
5685
|
-
id: string;
|
|
5686
|
-
createdAt: Date;
|
|
5687
|
-
updatedAt: Date;
|
|
5688
|
-
deletedAt: Date | null;
|
|
5689
|
-
}[];
|
|
5690
|
-
callFrom: string | null;
|
|
5691
|
-
callTo: string | null;
|
|
5692
|
-
note: string | null;
|
|
5693
5693
|
customFields?: {
|
|
5694
5694
|
id: string;
|
|
5695
5695
|
createdAt: Date;
|
|
@@ -5748,6 +5748,16 @@ export declare const roomContract: {
|
|
|
5748
5748
|
createdAt: Date;
|
|
5749
5749
|
updatedAt: Date;
|
|
5750
5750
|
deletedAt: Date | null;
|
|
5751
|
+
tags: {
|
|
5752
|
+
name: string;
|
|
5753
|
+
id: string;
|
|
5754
|
+
createdAt: Date;
|
|
5755
|
+
updatedAt: Date;
|
|
5756
|
+
deletedAt: Date | null;
|
|
5757
|
+
}[];
|
|
5758
|
+
callFrom: string | null;
|
|
5759
|
+
callTo: string | null;
|
|
5760
|
+
note: string | null;
|
|
5751
5761
|
categories: {
|
|
5752
5762
|
id: string;
|
|
5753
5763
|
value: string;
|
|
@@ -5770,16 +5780,6 @@ export declare const roomContract: {
|
|
|
5770
5780
|
}[];
|
|
5771
5781
|
}[];
|
|
5772
5782
|
}[];
|
|
5773
|
-
tags: {
|
|
5774
|
-
name: string;
|
|
5775
|
-
id: string;
|
|
5776
|
-
createdAt: Date;
|
|
5777
|
-
updatedAt: Date;
|
|
5778
|
-
deletedAt: Date | null;
|
|
5779
|
-
}[];
|
|
5780
|
-
callFrom: string | null;
|
|
5781
|
-
callTo: string | null;
|
|
5782
|
-
note: string | null;
|
|
5783
5783
|
customFields?: {
|
|
5784
5784
|
id: string;
|
|
5785
5785
|
createdAt: Date;
|
|
@@ -6035,6 +6035,16 @@ export declare const roomContract: {
|
|
|
6035
6035
|
createdAt: Date;
|
|
6036
6036
|
updatedAt: Date;
|
|
6037
6037
|
deletedAt: Date | null;
|
|
6038
|
+
tags: {
|
|
6039
|
+
name: string;
|
|
6040
|
+
id: string;
|
|
6041
|
+
createdAt: Date;
|
|
6042
|
+
updatedAt: Date;
|
|
6043
|
+
deletedAt: Date | null;
|
|
6044
|
+
}[];
|
|
6045
|
+
callFrom: string | null;
|
|
6046
|
+
callTo: string | null;
|
|
6047
|
+
note: string | null;
|
|
6038
6048
|
categories: {
|
|
6039
6049
|
id: string;
|
|
6040
6050
|
value: string;
|
|
@@ -6057,16 +6067,6 @@ export declare const roomContract: {
|
|
|
6057
6067
|
}[];
|
|
6058
6068
|
}[];
|
|
6059
6069
|
}[];
|
|
6060
|
-
tags: {
|
|
6061
|
-
name: string;
|
|
6062
|
-
id: string;
|
|
6063
|
-
createdAt: Date;
|
|
6064
|
-
updatedAt: Date;
|
|
6065
|
-
deletedAt: Date | null;
|
|
6066
|
-
}[];
|
|
6067
|
-
callFrom: string | null;
|
|
6068
|
-
callTo: string | null;
|
|
6069
|
-
note: string | null;
|
|
6070
6070
|
customFields?: {
|
|
6071
6071
|
id: string;
|
|
6072
6072
|
createdAt: Date;
|
|
@@ -7004,6 +7004,16 @@ export declare const roomContract: {
|
|
|
7004
7004
|
createdAt: Date;
|
|
7005
7005
|
updatedAt: Date;
|
|
7006
7006
|
deletedAt: Date | null;
|
|
7007
|
+
tags: {
|
|
7008
|
+
name: string;
|
|
7009
|
+
id: string;
|
|
7010
|
+
createdAt: Date;
|
|
7011
|
+
updatedAt: Date;
|
|
7012
|
+
deletedAt: Date | null;
|
|
7013
|
+
}[];
|
|
7014
|
+
callFrom: string | null;
|
|
7015
|
+
callTo: string | null;
|
|
7016
|
+
note: string | null;
|
|
7007
7017
|
categories: {
|
|
7008
7018
|
id: string;
|
|
7009
7019
|
value: string;
|
|
@@ -7026,16 +7036,6 @@ export declare const roomContract: {
|
|
|
7026
7036
|
}[];
|
|
7027
7037
|
}[];
|
|
7028
7038
|
}[];
|
|
7029
|
-
tags: {
|
|
7030
|
-
name: string;
|
|
7031
|
-
id: string;
|
|
7032
|
-
createdAt: Date;
|
|
7033
|
-
updatedAt: Date;
|
|
7034
|
-
deletedAt: Date | null;
|
|
7035
|
-
}[];
|
|
7036
|
-
callFrom: string | null;
|
|
7037
|
-
callTo: string | null;
|
|
7038
|
-
note: string | null;
|
|
7039
7039
|
customFields?: {
|
|
7040
7040
|
id: string;
|
|
7041
7041
|
createdAt: Date;
|
|
@@ -7978,6 +7978,16 @@ export declare const roomContract: {
|
|
|
7978
7978
|
createdAt: Date;
|
|
7979
7979
|
updatedAt: Date;
|
|
7980
7980
|
deletedAt: Date | null;
|
|
7981
|
+
tags: {
|
|
7982
|
+
name: string;
|
|
7983
|
+
id: string;
|
|
7984
|
+
createdAt: Date;
|
|
7985
|
+
updatedAt: Date;
|
|
7986
|
+
deletedAt: Date | null;
|
|
7987
|
+
}[];
|
|
7988
|
+
callFrom: string | null;
|
|
7989
|
+
callTo: string | null;
|
|
7990
|
+
note: string | null;
|
|
7981
7991
|
categories: {
|
|
7982
7992
|
id: string;
|
|
7983
7993
|
value: string;
|
|
@@ -8000,16 +8010,6 @@ export declare const roomContract: {
|
|
|
8000
8010
|
}[];
|
|
8001
8011
|
}[];
|
|
8002
8012
|
}[];
|
|
8003
|
-
tags: {
|
|
8004
|
-
name: string;
|
|
8005
|
-
id: string;
|
|
8006
|
-
createdAt: Date;
|
|
8007
|
-
updatedAt: Date;
|
|
8008
|
-
deletedAt: Date | null;
|
|
8009
|
-
}[];
|
|
8010
|
-
callFrom: string | null;
|
|
8011
|
-
callTo: string | null;
|
|
8012
|
-
note: string | null;
|
|
8013
8013
|
customFields?: {
|
|
8014
8014
|
id: string;
|
|
8015
8015
|
createdAt: Date;
|
|
@@ -8953,6 +8953,16 @@ export declare const roomContract: {
|
|
|
8953
8953
|
createdAt: Date;
|
|
8954
8954
|
updatedAt: Date;
|
|
8955
8955
|
deletedAt: Date | null;
|
|
8956
|
+
tags: {
|
|
8957
|
+
name: string;
|
|
8958
|
+
id: string;
|
|
8959
|
+
createdAt: Date;
|
|
8960
|
+
updatedAt: Date;
|
|
8961
|
+
deletedAt: Date | null;
|
|
8962
|
+
}[];
|
|
8963
|
+
callFrom: string | null;
|
|
8964
|
+
callTo: string | null;
|
|
8965
|
+
note: string | null;
|
|
8956
8966
|
categories: {
|
|
8957
8967
|
id: string;
|
|
8958
8968
|
value: string;
|
|
@@ -8975,16 +8985,6 @@ export declare const roomContract: {
|
|
|
8975
8985
|
}[];
|
|
8976
8986
|
}[];
|
|
8977
8987
|
}[];
|
|
8978
|
-
tags: {
|
|
8979
|
-
name: string;
|
|
8980
|
-
id: string;
|
|
8981
|
-
createdAt: Date;
|
|
8982
|
-
updatedAt: Date;
|
|
8983
|
-
deletedAt: Date | null;
|
|
8984
|
-
}[];
|
|
8985
|
-
callFrom: string | null;
|
|
8986
|
-
callTo: string | null;
|
|
8987
|
-
note: string | null;
|
|
8988
8988
|
customFields?: {
|
|
8989
8989
|
id: string;
|
|
8990
8990
|
createdAt: Date;
|
|
@@ -16050,6 +16050,16 @@ export declare const roomContract: {
|
|
|
16050
16050
|
createdAt: Date;
|
|
16051
16051
|
updatedAt: Date;
|
|
16052
16052
|
deletedAt: Date | null;
|
|
16053
|
+
tags: {
|
|
16054
|
+
name: string;
|
|
16055
|
+
id: string;
|
|
16056
|
+
createdAt: Date;
|
|
16057
|
+
updatedAt: Date;
|
|
16058
|
+
deletedAt: Date | null;
|
|
16059
|
+
}[];
|
|
16060
|
+
callFrom: string | null;
|
|
16061
|
+
callTo: string | null;
|
|
16062
|
+
note: string | null;
|
|
16053
16063
|
categories: {
|
|
16054
16064
|
id: string;
|
|
16055
16065
|
value: string;
|
|
@@ -16072,16 +16082,6 @@ export declare const roomContract: {
|
|
|
16072
16082
|
}[];
|
|
16073
16083
|
}[];
|
|
16074
16084
|
}[];
|
|
16075
|
-
tags: {
|
|
16076
|
-
name: string;
|
|
16077
|
-
id: string;
|
|
16078
|
-
createdAt: Date;
|
|
16079
|
-
updatedAt: Date;
|
|
16080
|
-
deletedAt: Date | null;
|
|
16081
|
-
}[];
|
|
16082
|
-
callFrom: string | null;
|
|
16083
|
-
callTo: string | null;
|
|
16084
|
-
note: string | null;
|
|
16085
16085
|
customFields?: {
|
|
16086
16086
|
id: string;
|
|
16087
16087
|
createdAt: Date;
|
|
@@ -16101,6 +16101,16 @@ export declare const roomContract: {
|
|
|
16101
16101
|
createdAt: Date;
|
|
16102
16102
|
updatedAt: Date;
|
|
16103
16103
|
deletedAt: Date | null;
|
|
16104
|
+
tags: {
|
|
16105
|
+
name: string;
|
|
16106
|
+
id: string;
|
|
16107
|
+
createdAt: Date;
|
|
16108
|
+
updatedAt: Date;
|
|
16109
|
+
deletedAt: Date | null;
|
|
16110
|
+
}[];
|
|
16111
|
+
callFrom: string | null;
|
|
16112
|
+
callTo: string | null;
|
|
16113
|
+
note: string | null;
|
|
16104
16114
|
categories: {
|
|
16105
16115
|
id: string;
|
|
16106
16116
|
value: string;
|
|
@@ -16123,16 +16133,6 @@ export declare const roomContract: {
|
|
|
16123
16133
|
}[];
|
|
16124
16134
|
}[];
|
|
16125
16135
|
}[];
|
|
16126
|
-
tags: {
|
|
16127
|
-
name: string;
|
|
16128
|
-
id: string;
|
|
16129
|
-
createdAt: Date;
|
|
16130
|
-
updatedAt: Date;
|
|
16131
|
-
deletedAt: Date | null;
|
|
16132
|
-
}[];
|
|
16133
|
-
callFrom: string | null;
|
|
16134
|
-
callTo: string | null;
|
|
16135
|
-
note: string | null;
|
|
16136
16136
|
customFields?: {
|
|
16137
16137
|
id: string;
|
|
16138
16138
|
createdAt: Date;
|
|
@@ -16241,6 +16241,16 @@ export declare const roomContract: {
|
|
|
16241
16241
|
createdAt: Date;
|
|
16242
16242
|
updatedAt: Date;
|
|
16243
16243
|
deletedAt: Date | null;
|
|
16244
|
+
tags: {
|
|
16245
|
+
name: string;
|
|
16246
|
+
id: string;
|
|
16247
|
+
createdAt: Date;
|
|
16248
|
+
updatedAt: Date;
|
|
16249
|
+
deletedAt: Date | null;
|
|
16250
|
+
}[];
|
|
16251
|
+
callFrom: string | null;
|
|
16252
|
+
callTo: string | null;
|
|
16253
|
+
note: string | null;
|
|
16244
16254
|
categories: {
|
|
16245
16255
|
id: string;
|
|
16246
16256
|
value: string;
|
|
@@ -16263,16 +16273,6 @@ export declare const roomContract: {
|
|
|
16263
16273
|
}[];
|
|
16264
16274
|
}[];
|
|
16265
16275
|
}[];
|
|
16266
|
-
tags: {
|
|
16267
|
-
name: string;
|
|
16268
|
-
id: string;
|
|
16269
|
-
createdAt: Date;
|
|
16270
|
-
updatedAt: Date;
|
|
16271
|
-
deletedAt: Date | null;
|
|
16272
|
-
}[];
|
|
16273
|
-
callFrom: string | null;
|
|
16274
|
-
callTo: string | null;
|
|
16275
|
-
note: string | null;
|
|
16276
16276
|
customFields?: {
|
|
16277
16277
|
id: string;
|
|
16278
16278
|
createdAt: Date;
|
|
@@ -16331,6 +16331,16 @@ export declare const roomContract: {
|
|
|
16331
16331
|
createdAt: Date;
|
|
16332
16332
|
updatedAt: Date;
|
|
16333
16333
|
deletedAt: Date | null;
|
|
16334
|
+
tags: {
|
|
16335
|
+
name: string;
|
|
16336
|
+
id: string;
|
|
16337
|
+
createdAt: Date;
|
|
16338
|
+
updatedAt: Date;
|
|
16339
|
+
deletedAt: Date | null;
|
|
16340
|
+
}[];
|
|
16341
|
+
callFrom: string | null;
|
|
16342
|
+
callTo: string | null;
|
|
16343
|
+
note: string | null;
|
|
16334
16344
|
categories: {
|
|
16335
16345
|
id: string;
|
|
16336
16346
|
value: string;
|
|
@@ -16353,16 +16363,6 @@ export declare const roomContract: {
|
|
|
16353
16363
|
}[];
|
|
16354
16364
|
}[];
|
|
16355
16365
|
}[];
|
|
16356
|
-
tags: {
|
|
16357
|
-
name: string;
|
|
16358
|
-
id: string;
|
|
16359
|
-
createdAt: Date;
|
|
16360
|
-
updatedAt: Date;
|
|
16361
|
-
deletedAt: Date | null;
|
|
16362
|
-
}[];
|
|
16363
|
-
callFrom: string | null;
|
|
16364
|
-
callTo: string | null;
|
|
16365
|
-
note: string | null;
|
|
16366
16366
|
customFields?: {
|
|
16367
16367
|
id: string;
|
|
16368
16368
|
createdAt: Date;
|
|
@@ -16618,6 +16618,16 @@ export declare const roomContract: {
|
|
|
16618
16618
|
createdAt: Date;
|
|
16619
16619
|
updatedAt: Date;
|
|
16620
16620
|
deletedAt: Date | null;
|
|
16621
|
+
tags: {
|
|
16622
|
+
name: string;
|
|
16623
|
+
id: string;
|
|
16624
|
+
createdAt: Date;
|
|
16625
|
+
updatedAt: Date;
|
|
16626
|
+
deletedAt: Date | null;
|
|
16627
|
+
}[];
|
|
16628
|
+
callFrom: string | null;
|
|
16629
|
+
callTo: string | null;
|
|
16630
|
+
note: string | null;
|
|
16621
16631
|
categories: {
|
|
16622
16632
|
id: string;
|
|
16623
16633
|
value: string;
|
|
@@ -16640,16 +16650,6 @@ export declare const roomContract: {
|
|
|
16640
16650
|
}[];
|
|
16641
16651
|
}[];
|
|
16642
16652
|
}[];
|
|
16643
|
-
tags: {
|
|
16644
|
-
name: string;
|
|
16645
|
-
id: string;
|
|
16646
|
-
createdAt: Date;
|
|
16647
|
-
updatedAt: Date;
|
|
16648
|
-
deletedAt: Date | null;
|
|
16649
|
-
}[];
|
|
16650
|
-
callFrom: string | null;
|
|
16651
|
-
callTo: string | null;
|
|
16652
|
-
note: string | null;
|
|
16653
16653
|
customFields?: {
|
|
16654
16654
|
id: string;
|
|
16655
16655
|
createdAt: Date;
|
|
@@ -17587,6 +17587,16 @@ export declare const roomContract: {
|
|
|
17587
17587
|
createdAt: Date;
|
|
17588
17588
|
updatedAt: Date;
|
|
17589
17589
|
deletedAt: Date | null;
|
|
17590
|
+
tags: {
|
|
17591
|
+
name: string;
|
|
17592
|
+
id: string;
|
|
17593
|
+
createdAt: Date;
|
|
17594
|
+
updatedAt: Date;
|
|
17595
|
+
deletedAt: Date | null;
|
|
17596
|
+
}[];
|
|
17597
|
+
callFrom: string | null;
|
|
17598
|
+
callTo: string | null;
|
|
17599
|
+
note: string | null;
|
|
17590
17600
|
categories: {
|
|
17591
17601
|
id: string;
|
|
17592
17602
|
value: string;
|
|
@@ -17609,16 +17619,6 @@ export declare const roomContract: {
|
|
|
17609
17619
|
}[];
|
|
17610
17620
|
}[];
|
|
17611
17621
|
}[];
|
|
17612
|
-
tags: {
|
|
17613
|
-
name: string;
|
|
17614
|
-
id: string;
|
|
17615
|
-
createdAt: Date;
|
|
17616
|
-
updatedAt: Date;
|
|
17617
|
-
deletedAt: Date | null;
|
|
17618
|
-
}[];
|
|
17619
|
-
callFrom: string | null;
|
|
17620
|
-
callTo: string | null;
|
|
17621
|
-
note: string | null;
|
|
17622
17622
|
customFields?: {
|
|
17623
17623
|
id: string;
|
|
17624
17624
|
createdAt: Date;
|
|
@@ -18558,6 +18558,16 @@ export declare const roomContract: {
|
|
|
18558
18558
|
createdAt: Date;
|
|
18559
18559
|
updatedAt: Date;
|
|
18560
18560
|
deletedAt: Date | null;
|
|
18561
|
+
tags: {
|
|
18562
|
+
name: string;
|
|
18563
|
+
id: string;
|
|
18564
|
+
createdAt: Date;
|
|
18565
|
+
updatedAt: Date;
|
|
18566
|
+
deletedAt: Date | null;
|
|
18567
|
+
}[];
|
|
18568
|
+
callFrom: string | null;
|
|
18569
|
+
callTo: string | null;
|
|
18570
|
+
note: string | null;
|
|
18561
18571
|
categories: {
|
|
18562
18572
|
id: string;
|
|
18563
18573
|
value: string;
|
|
@@ -18580,16 +18590,6 @@ export declare const roomContract: {
|
|
|
18580
18590
|
}[];
|
|
18581
18591
|
}[];
|
|
18582
18592
|
}[];
|
|
18583
|
-
tags: {
|
|
18584
|
-
name: string;
|
|
18585
|
-
id: string;
|
|
18586
|
-
createdAt: Date;
|
|
18587
|
-
updatedAt: Date;
|
|
18588
|
-
deletedAt: Date | null;
|
|
18589
|
-
}[];
|
|
18590
|
-
callFrom: string | null;
|
|
18591
|
-
callTo: string | null;
|
|
18592
|
-
note: string | null;
|
|
18593
18593
|
customFields?: {
|
|
18594
18594
|
id: string;
|
|
18595
18595
|
createdAt: Date;
|
|
@@ -19530,6 +19530,16 @@ export declare const roomContract: {
|
|
|
19530
19530
|
createdAt: Date;
|
|
19531
19531
|
updatedAt: Date;
|
|
19532
19532
|
deletedAt: Date | null;
|
|
19533
|
+
tags: {
|
|
19534
|
+
name: string;
|
|
19535
|
+
id: string;
|
|
19536
|
+
createdAt: Date;
|
|
19537
|
+
updatedAt: Date;
|
|
19538
|
+
deletedAt: Date | null;
|
|
19539
|
+
}[];
|
|
19540
|
+
callFrom: string | null;
|
|
19541
|
+
callTo: string | null;
|
|
19542
|
+
note: string | null;
|
|
19533
19543
|
categories: {
|
|
19534
19544
|
id: string;
|
|
19535
19545
|
value: string;
|
|
@@ -19552,16 +19562,6 @@ export declare const roomContract: {
|
|
|
19552
19562
|
}[];
|
|
19553
19563
|
}[];
|
|
19554
19564
|
}[];
|
|
19555
|
-
tags: {
|
|
19556
|
-
name: string;
|
|
19557
|
-
id: string;
|
|
19558
|
-
createdAt: Date;
|
|
19559
|
-
updatedAt: Date;
|
|
19560
|
-
deletedAt: Date | null;
|
|
19561
|
-
}[];
|
|
19562
|
-
callFrom: string | null;
|
|
19563
|
-
callTo: string | null;
|
|
19564
|
-
note: string | null;
|
|
19565
19565
|
customFields?: {
|
|
19566
19566
|
id: string;
|
|
19567
19567
|
createdAt: Date;
|
|
@@ -25713,6 +25713,16 @@ export declare const roomContract: {
|
|
|
25713
25713
|
createdAt: Date;
|
|
25714
25714
|
updatedAt: Date;
|
|
25715
25715
|
deletedAt: Date | null;
|
|
25716
|
+
tags: {
|
|
25717
|
+
name: string;
|
|
25718
|
+
id: string;
|
|
25719
|
+
createdAt: Date;
|
|
25720
|
+
updatedAt: Date;
|
|
25721
|
+
deletedAt: Date | null;
|
|
25722
|
+
}[];
|
|
25723
|
+
callFrom: string | null;
|
|
25724
|
+
callTo: string | null;
|
|
25725
|
+
note: string | null;
|
|
25716
25726
|
categories: {
|
|
25717
25727
|
id: string;
|
|
25718
25728
|
value: string;
|
|
@@ -25735,16 +25745,6 @@ export declare const roomContract: {
|
|
|
25735
25745
|
}[];
|
|
25736
25746
|
}[];
|
|
25737
25747
|
}[];
|
|
25738
|
-
tags: {
|
|
25739
|
-
name: string;
|
|
25740
|
-
id: string;
|
|
25741
|
-
createdAt: Date;
|
|
25742
|
-
updatedAt: Date;
|
|
25743
|
-
deletedAt: Date | null;
|
|
25744
|
-
}[];
|
|
25745
|
-
callFrom: string | null;
|
|
25746
|
-
callTo: string | null;
|
|
25747
|
-
note: string | null;
|
|
25748
25748
|
customFields?: {
|
|
25749
25749
|
id: string;
|
|
25750
25750
|
createdAt: Date;
|
|
@@ -25764,6 +25764,16 @@ export declare const roomContract: {
|
|
|
25764
25764
|
createdAt: Date;
|
|
25765
25765
|
updatedAt: Date;
|
|
25766
25766
|
deletedAt: Date | null;
|
|
25767
|
+
tags: {
|
|
25768
|
+
name: string;
|
|
25769
|
+
id: string;
|
|
25770
|
+
createdAt: Date;
|
|
25771
|
+
updatedAt: Date;
|
|
25772
|
+
deletedAt: Date | null;
|
|
25773
|
+
}[];
|
|
25774
|
+
callFrom: string | null;
|
|
25775
|
+
callTo: string | null;
|
|
25776
|
+
note: string | null;
|
|
25767
25777
|
categories: {
|
|
25768
25778
|
id: string;
|
|
25769
25779
|
value: string;
|
|
@@ -25786,16 +25796,6 @@ export declare const roomContract: {
|
|
|
25786
25796
|
}[];
|
|
25787
25797
|
}[];
|
|
25788
25798
|
}[];
|
|
25789
|
-
tags: {
|
|
25790
|
-
name: string;
|
|
25791
|
-
id: string;
|
|
25792
|
-
createdAt: Date;
|
|
25793
|
-
updatedAt: Date;
|
|
25794
|
-
deletedAt: Date | null;
|
|
25795
|
-
}[];
|
|
25796
|
-
callFrom: string | null;
|
|
25797
|
-
callTo: string | null;
|
|
25798
|
-
note: string | null;
|
|
25799
25799
|
customFields?: {
|
|
25800
25800
|
id: string;
|
|
25801
25801
|
createdAt: Date;
|
|
@@ -25904,6 +25904,16 @@ export declare const roomContract: {
|
|
|
25904
25904
|
createdAt: Date;
|
|
25905
25905
|
updatedAt: Date;
|
|
25906
25906
|
deletedAt: Date | null;
|
|
25907
|
+
tags: {
|
|
25908
|
+
name: string;
|
|
25909
|
+
id: string;
|
|
25910
|
+
createdAt: Date;
|
|
25911
|
+
updatedAt: Date;
|
|
25912
|
+
deletedAt: Date | null;
|
|
25913
|
+
}[];
|
|
25914
|
+
callFrom: string | null;
|
|
25915
|
+
callTo: string | null;
|
|
25916
|
+
note: string | null;
|
|
25907
25917
|
categories: {
|
|
25908
25918
|
id: string;
|
|
25909
25919
|
value: string;
|
|
@@ -25926,16 +25936,6 @@ export declare const roomContract: {
|
|
|
25926
25936
|
}[];
|
|
25927
25937
|
}[];
|
|
25928
25938
|
}[];
|
|
25929
|
-
tags: {
|
|
25930
|
-
name: string;
|
|
25931
|
-
id: string;
|
|
25932
|
-
createdAt: Date;
|
|
25933
|
-
updatedAt: Date;
|
|
25934
|
-
deletedAt: Date | null;
|
|
25935
|
-
}[];
|
|
25936
|
-
callFrom: string | null;
|
|
25937
|
-
callTo: string | null;
|
|
25938
|
-
note: string | null;
|
|
25939
25939
|
customFields?: {
|
|
25940
25940
|
id: string;
|
|
25941
25941
|
createdAt: Date;
|
|
@@ -25994,6 +25994,16 @@ export declare const roomContract: {
|
|
|
25994
25994
|
createdAt: Date;
|
|
25995
25995
|
updatedAt: Date;
|
|
25996
25996
|
deletedAt: Date | null;
|
|
25997
|
+
tags: {
|
|
25998
|
+
name: string;
|
|
25999
|
+
id: string;
|
|
26000
|
+
createdAt: Date;
|
|
26001
|
+
updatedAt: Date;
|
|
26002
|
+
deletedAt: Date | null;
|
|
26003
|
+
}[];
|
|
26004
|
+
callFrom: string | null;
|
|
26005
|
+
callTo: string | null;
|
|
26006
|
+
note: string | null;
|
|
25997
26007
|
categories: {
|
|
25998
26008
|
id: string;
|
|
25999
26009
|
value: string;
|
|
@@ -26016,16 +26026,6 @@ export declare const roomContract: {
|
|
|
26016
26026
|
}[];
|
|
26017
26027
|
}[];
|
|
26018
26028
|
}[];
|
|
26019
|
-
tags: {
|
|
26020
|
-
name: string;
|
|
26021
|
-
id: string;
|
|
26022
|
-
createdAt: Date;
|
|
26023
|
-
updatedAt: Date;
|
|
26024
|
-
deletedAt: Date | null;
|
|
26025
|
-
}[];
|
|
26026
|
-
callFrom: string | null;
|
|
26027
|
-
callTo: string | null;
|
|
26028
|
-
note: string | null;
|
|
26029
26029
|
customFields?: {
|
|
26030
26030
|
id: string;
|
|
26031
26031
|
createdAt: Date;
|
|
@@ -26281,6 +26281,16 @@ export declare const roomContract: {
|
|
|
26281
26281
|
createdAt: Date;
|
|
26282
26282
|
updatedAt: Date;
|
|
26283
26283
|
deletedAt: Date | null;
|
|
26284
|
+
tags: {
|
|
26285
|
+
name: string;
|
|
26286
|
+
id: string;
|
|
26287
|
+
createdAt: Date;
|
|
26288
|
+
updatedAt: Date;
|
|
26289
|
+
deletedAt: Date | null;
|
|
26290
|
+
}[];
|
|
26291
|
+
callFrom: string | null;
|
|
26292
|
+
callTo: string | null;
|
|
26293
|
+
note: string | null;
|
|
26284
26294
|
categories: {
|
|
26285
26295
|
id: string;
|
|
26286
26296
|
value: string;
|
|
@@ -26303,16 +26313,6 @@ export declare const roomContract: {
|
|
|
26303
26313
|
}[];
|
|
26304
26314
|
}[];
|
|
26305
26315
|
}[];
|
|
26306
|
-
tags: {
|
|
26307
|
-
name: string;
|
|
26308
|
-
id: string;
|
|
26309
|
-
createdAt: Date;
|
|
26310
|
-
updatedAt: Date;
|
|
26311
|
-
deletedAt: Date | null;
|
|
26312
|
-
}[];
|
|
26313
|
-
callFrom: string | null;
|
|
26314
|
-
callTo: string | null;
|
|
26315
|
-
note: string | null;
|
|
26316
26316
|
customFields?: {
|
|
26317
26317
|
id: string;
|
|
26318
26318
|
createdAt: Date;
|
|
@@ -27250,6 +27250,16 @@ export declare const roomContract: {
|
|
|
27250
27250
|
createdAt: Date;
|
|
27251
27251
|
updatedAt: Date;
|
|
27252
27252
|
deletedAt: Date | null;
|
|
27253
|
+
tags: {
|
|
27254
|
+
name: string;
|
|
27255
|
+
id: string;
|
|
27256
|
+
createdAt: Date;
|
|
27257
|
+
updatedAt: Date;
|
|
27258
|
+
deletedAt: Date | null;
|
|
27259
|
+
}[];
|
|
27260
|
+
callFrom: string | null;
|
|
27261
|
+
callTo: string | null;
|
|
27262
|
+
note: string | null;
|
|
27253
27263
|
categories: {
|
|
27254
27264
|
id: string;
|
|
27255
27265
|
value: string;
|
|
@@ -27272,16 +27282,6 @@ export declare const roomContract: {
|
|
|
27272
27282
|
}[];
|
|
27273
27283
|
}[];
|
|
27274
27284
|
}[];
|
|
27275
|
-
tags: {
|
|
27276
|
-
name: string;
|
|
27277
|
-
id: string;
|
|
27278
|
-
createdAt: Date;
|
|
27279
|
-
updatedAt: Date;
|
|
27280
|
-
deletedAt: Date | null;
|
|
27281
|
-
}[];
|
|
27282
|
-
callFrom: string | null;
|
|
27283
|
-
callTo: string | null;
|
|
27284
|
-
note: string | null;
|
|
27285
27285
|
customFields?: {
|
|
27286
27286
|
id: string;
|
|
27287
27287
|
createdAt: Date;
|
|
@@ -28221,6 +28221,16 @@ export declare const roomContract: {
|
|
|
28221
28221
|
createdAt: Date;
|
|
28222
28222
|
updatedAt: Date;
|
|
28223
28223
|
deletedAt: Date | null;
|
|
28224
|
+
tags: {
|
|
28225
|
+
name: string;
|
|
28226
|
+
id: string;
|
|
28227
|
+
createdAt: Date;
|
|
28228
|
+
updatedAt: Date;
|
|
28229
|
+
deletedAt: Date | null;
|
|
28230
|
+
}[];
|
|
28231
|
+
callFrom: string | null;
|
|
28232
|
+
callTo: string | null;
|
|
28233
|
+
note: string | null;
|
|
28224
28234
|
categories: {
|
|
28225
28235
|
id: string;
|
|
28226
28236
|
value: string;
|
|
@@ -28243,16 +28253,6 @@ export declare const roomContract: {
|
|
|
28243
28253
|
}[];
|
|
28244
28254
|
}[];
|
|
28245
28255
|
}[];
|
|
28246
|
-
tags: {
|
|
28247
|
-
name: string;
|
|
28248
|
-
id: string;
|
|
28249
|
-
createdAt: Date;
|
|
28250
|
-
updatedAt: Date;
|
|
28251
|
-
deletedAt: Date | null;
|
|
28252
|
-
}[];
|
|
28253
|
-
callFrom: string | null;
|
|
28254
|
-
callTo: string | null;
|
|
28255
|
-
note: string | null;
|
|
28256
28256
|
customFields?: {
|
|
28257
28257
|
id: string;
|
|
28258
28258
|
createdAt: Date;
|
|
@@ -29193,6 +29193,16 @@ export declare const roomContract: {
|
|
|
29193
29193
|
createdAt: Date;
|
|
29194
29194
|
updatedAt: Date;
|
|
29195
29195
|
deletedAt: Date | null;
|
|
29196
|
+
tags: {
|
|
29197
|
+
name: string;
|
|
29198
|
+
id: string;
|
|
29199
|
+
createdAt: Date;
|
|
29200
|
+
updatedAt: Date;
|
|
29201
|
+
deletedAt: Date | null;
|
|
29202
|
+
}[];
|
|
29203
|
+
callFrom: string | null;
|
|
29204
|
+
callTo: string | null;
|
|
29205
|
+
note: string | null;
|
|
29196
29206
|
categories: {
|
|
29197
29207
|
id: string;
|
|
29198
29208
|
value: string;
|
|
@@ -29215,16 +29225,6 @@ export declare const roomContract: {
|
|
|
29215
29225
|
}[];
|
|
29216
29226
|
}[];
|
|
29217
29227
|
}[];
|
|
29218
|
-
tags: {
|
|
29219
|
-
name: string;
|
|
29220
|
-
id: string;
|
|
29221
|
-
createdAt: Date;
|
|
29222
|
-
updatedAt: Date;
|
|
29223
|
-
deletedAt: Date | null;
|
|
29224
|
-
}[];
|
|
29225
|
-
callFrom: string | null;
|
|
29226
|
-
callTo: string | null;
|
|
29227
|
-
note: string | null;
|
|
29228
29228
|
customFields?: {
|
|
29229
29229
|
id: string;
|
|
29230
29230
|
createdAt: Date;
|