@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
|
@@ -4932,6 +4932,16 @@ export declare const lineContract: {
|
|
|
4932
4932
|
createdAt: Date;
|
|
4933
4933
|
updatedAt: Date;
|
|
4934
4934
|
deletedAt: Date | null;
|
|
4935
|
+
tags: {
|
|
4936
|
+
name: string;
|
|
4937
|
+
id: string;
|
|
4938
|
+
createdAt: Date;
|
|
4939
|
+
updatedAt: Date;
|
|
4940
|
+
deletedAt: Date | null;
|
|
4941
|
+
}[];
|
|
4942
|
+
callFrom: string | null;
|
|
4943
|
+
callTo: string | null;
|
|
4944
|
+
note: string | null;
|
|
4935
4945
|
categories: {
|
|
4936
4946
|
id: string;
|
|
4937
4947
|
value: string;
|
|
@@ -4954,16 +4964,6 @@ export declare const lineContract: {
|
|
|
4954
4964
|
}[];
|
|
4955
4965
|
}[];
|
|
4956
4966
|
}[];
|
|
4957
|
-
tags: {
|
|
4958
|
-
name: string;
|
|
4959
|
-
id: string;
|
|
4960
|
-
createdAt: Date;
|
|
4961
|
-
updatedAt: Date;
|
|
4962
|
-
deletedAt: Date | null;
|
|
4963
|
-
}[];
|
|
4964
|
-
callFrom: string | null;
|
|
4965
|
-
callTo: string | null;
|
|
4966
|
-
note: string | null;
|
|
4967
4967
|
customFields?: {
|
|
4968
4968
|
id: string;
|
|
4969
4969
|
createdAt: Date;
|
|
@@ -4983,6 +4983,16 @@ export declare const lineContract: {
|
|
|
4983
4983
|
createdAt: Date;
|
|
4984
4984
|
updatedAt: Date;
|
|
4985
4985
|
deletedAt: Date | null;
|
|
4986
|
+
tags: {
|
|
4987
|
+
name: string;
|
|
4988
|
+
id: string;
|
|
4989
|
+
createdAt: Date;
|
|
4990
|
+
updatedAt: Date;
|
|
4991
|
+
deletedAt: Date | null;
|
|
4992
|
+
}[];
|
|
4993
|
+
callFrom: string | null;
|
|
4994
|
+
callTo: string | null;
|
|
4995
|
+
note: string | null;
|
|
4986
4996
|
categories: {
|
|
4987
4997
|
id: string;
|
|
4988
4998
|
value: string;
|
|
@@ -5005,16 +5015,6 @@ export declare const lineContract: {
|
|
|
5005
5015
|
}[];
|
|
5006
5016
|
}[];
|
|
5007
5017
|
}[];
|
|
5008
|
-
tags: {
|
|
5009
|
-
name: string;
|
|
5010
|
-
id: string;
|
|
5011
|
-
createdAt: Date;
|
|
5012
|
-
updatedAt: Date;
|
|
5013
|
-
deletedAt: Date | null;
|
|
5014
|
-
}[];
|
|
5015
|
-
callFrom: string | null;
|
|
5016
|
-
callTo: string | null;
|
|
5017
|
-
note: string | null;
|
|
5018
5018
|
customFields?: {
|
|
5019
5019
|
id: string;
|
|
5020
5020
|
createdAt: Date;
|
|
@@ -5123,6 +5123,16 @@ export declare const lineContract: {
|
|
|
5123
5123
|
createdAt: Date;
|
|
5124
5124
|
updatedAt: Date;
|
|
5125
5125
|
deletedAt: Date | null;
|
|
5126
|
+
tags: {
|
|
5127
|
+
name: string;
|
|
5128
|
+
id: string;
|
|
5129
|
+
createdAt: Date;
|
|
5130
|
+
updatedAt: Date;
|
|
5131
|
+
deletedAt: Date | null;
|
|
5132
|
+
}[];
|
|
5133
|
+
callFrom: string | null;
|
|
5134
|
+
callTo: string | null;
|
|
5135
|
+
note: string | null;
|
|
5126
5136
|
categories: {
|
|
5127
5137
|
id: string;
|
|
5128
5138
|
value: string;
|
|
@@ -5145,16 +5155,6 @@ export declare const lineContract: {
|
|
|
5145
5155
|
}[];
|
|
5146
5156
|
}[];
|
|
5147
5157
|
}[];
|
|
5148
|
-
tags: {
|
|
5149
|
-
name: string;
|
|
5150
|
-
id: string;
|
|
5151
|
-
createdAt: Date;
|
|
5152
|
-
updatedAt: Date;
|
|
5153
|
-
deletedAt: Date | null;
|
|
5154
|
-
}[];
|
|
5155
|
-
callFrom: string | null;
|
|
5156
|
-
callTo: string | null;
|
|
5157
|
-
note: string | null;
|
|
5158
5158
|
customFields?: {
|
|
5159
5159
|
id: string;
|
|
5160
5160
|
createdAt: Date;
|
|
@@ -5213,6 +5213,16 @@ export declare const lineContract: {
|
|
|
5213
5213
|
createdAt: Date;
|
|
5214
5214
|
updatedAt: Date;
|
|
5215
5215
|
deletedAt: Date | null;
|
|
5216
|
+
tags: {
|
|
5217
|
+
name: string;
|
|
5218
|
+
id: string;
|
|
5219
|
+
createdAt: Date;
|
|
5220
|
+
updatedAt: Date;
|
|
5221
|
+
deletedAt: Date | null;
|
|
5222
|
+
}[];
|
|
5223
|
+
callFrom: string | null;
|
|
5224
|
+
callTo: string | null;
|
|
5225
|
+
note: string | null;
|
|
5216
5226
|
categories: {
|
|
5217
5227
|
id: string;
|
|
5218
5228
|
value: string;
|
|
@@ -5235,16 +5245,6 @@ export declare const lineContract: {
|
|
|
5235
5245
|
}[];
|
|
5236
5246
|
}[];
|
|
5237
5247
|
}[];
|
|
5238
|
-
tags: {
|
|
5239
|
-
name: string;
|
|
5240
|
-
id: string;
|
|
5241
|
-
createdAt: Date;
|
|
5242
|
-
updatedAt: Date;
|
|
5243
|
-
deletedAt: Date | null;
|
|
5244
|
-
}[];
|
|
5245
|
-
callFrom: string | null;
|
|
5246
|
-
callTo: string | null;
|
|
5247
|
-
note: string | null;
|
|
5248
5248
|
customFields?: {
|
|
5249
5249
|
id: string;
|
|
5250
5250
|
createdAt: Date;
|
|
@@ -5658,6 +5658,16 @@ export declare const lineContract: {
|
|
|
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 lineContract: {
|
|
|
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;
|
|
@@ -6087,6 +6087,16 @@ export declare const lineContract: {
|
|
|
6087
6087
|
createdAt: Date;
|
|
6088
6088
|
updatedAt: Date;
|
|
6089
6089
|
deletedAt: Date | null;
|
|
6090
|
+
tags: {
|
|
6091
|
+
name: string;
|
|
6092
|
+
id: string;
|
|
6093
|
+
createdAt: Date;
|
|
6094
|
+
updatedAt: Date;
|
|
6095
|
+
deletedAt: Date | null;
|
|
6096
|
+
}[];
|
|
6097
|
+
callFrom: string | null;
|
|
6098
|
+
callTo: string | null;
|
|
6099
|
+
note: string | null;
|
|
6090
6100
|
categories: {
|
|
6091
6101
|
id: string;
|
|
6092
6102
|
value: string;
|
|
@@ -6109,16 +6119,6 @@ export declare const lineContract: {
|
|
|
6109
6119
|
}[];
|
|
6110
6120
|
}[];
|
|
6111
6121
|
}[];
|
|
6112
|
-
tags: {
|
|
6113
|
-
name: string;
|
|
6114
|
-
id: string;
|
|
6115
|
-
createdAt: Date;
|
|
6116
|
-
updatedAt: Date;
|
|
6117
|
-
deletedAt: Date | null;
|
|
6118
|
-
}[];
|
|
6119
|
-
callFrom: string | null;
|
|
6120
|
-
callTo: string | null;
|
|
6121
|
-
note: string | null;
|
|
6122
6122
|
customFields?: {
|
|
6123
6123
|
id: string;
|
|
6124
6124
|
createdAt: Date;
|
|
@@ -9619,6 +9619,16 @@ export declare const lineContract: {
|
|
|
9619
9619
|
createdAt: Date;
|
|
9620
9620
|
updatedAt: Date;
|
|
9621
9621
|
deletedAt: Date | null;
|
|
9622
|
+
tags: {
|
|
9623
|
+
name: string;
|
|
9624
|
+
id: string;
|
|
9625
|
+
createdAt: Date;
|
|
9626
|
+
updatedAt: Date;
|
|
9627
|
+
deletedAt: Date | null;
|
|
9628
|
+
}[];
|
|
9629
|
+
callFrom: string | null;
|
|
9630
|
+
callTo: string | null;
|
|
9631
|
+
note: string | null;
|
|
9622
9632
|
categories: {
|
|
9623
9633
|
id: string;
|
|
9624
9634
|
value: string;
|
|
@@ -9641,16 +9651,6 @@ export declare const lineContract: {
|
|
|
9641
9651
|
}[];
|
|
9642
9652
|
}[];
|
|
9643
9653
|
}[];
|
|
9644
|
-
tags: {
|
|
9645
|
-
name: string;
|
|
9646
|
-
id: string;
|
|
9647
|
-
createdAt: Date;
|
|
9648
|
-
updatedAt: Date;
|
|
9649
|
-
deletedAt: Date | null;
|
|
9650
|
-
}[];
|
|
9651
|
-
callFrom: string | null;
|
|
9652
|
-
callTo: string | null;
|
|
9653
|
-
note: string | null;
|
|
9654
9654
|
customFields?: {
|
|
9655
9655
|
id: string;
|
|
9656
9656
|
createdAt: Date;
|
|
@@ -9670,6 +9670,16 @@ export declare const lineContract: {
|
|
|
9670
9670
|
createdAt: Date;
|
|
9671
9671
|
updatedAt: Date;
|
|
9672
9672
|
deletedAt: Date | null;
|
|
9673
|
+
tags: {
|
|
9674
|
+
name: string;
|
|
9675
|
+
id: string;
|
|
9676
|
+
createdAt: Date;
|
|
9677
|
+
updatedAt: Date;
|
|
9678
|
+
deletedAt: Date | null;
|
|
9679
|
+
}[];
|
|
9680
|
+
callFrom: string | null;
|
|
9681
|
+
callTo: string | null;
|
|
9682
|
+
note: string | null;
|
|
9673
9683
|
categories: {
|
|
9674
9684
|
id: string;
|
|
9675
9685
|
value: string;
|
|
@@ -9692,16 +9702,6 @@ export declare const lineContract: {
|
|
|
9692
9702
|
}[];
|
|
9693
9703
|
}[];
|
|
9694
9704
|
}[];
|
|
9695
|
-
tags: {
|
|
9696
|
-
name: string;
|
|
9697
|
-
id: string;
|
|
9698
|
-
createdAt: Date;
|
|
9699
|
-
updatedAt: Date;
|
|
9700
|
-
deletedAt: Date | null;
|
|
9701
|
-
}[];
|
|
9702
|
-
callFrom: string | null;
|
|
9703
|
-
callTo: string | null;
|
|
9704
|
-
note: string | null;
|
|
9705
9705
|
customFields?: {
|
|
9706
9706
|
id: string;
|
|
9707
9707
|
createdAt: Date;
|
|
@@ -9810,6 +9810,16 @@ export declare const lineContract: {
|
|
|
9810
9810
|
createdAt: Date;
|
|
9811
9811
|
updatedAt: Date;
|
|
9812
9812
|
deletedAt: Date | null;
|
|
9813
|
+
tags: {
|
|
9814
|
+
name: string;
|
|
9815
|
+
id: string;
|
|
9816
|
+
createdAt: Date;
|
|
9817
|
+
updatedAt: Date;
|
|
9818
|
+
deletedAt: Date | null;
|
|
9819
|
+
}[];
|
|
9820
|
+
callFrom: string | null;
|
|
9821
|
+
callTo: string | null;
|
|
9822
|
+
note: string | null;
|
|
9813
9823
|
categories: {
|
|
9814
9824
|
id: string;
|
|
9815
9825
|
value: string;
|
|
@@ -9832,16 +9842,6 @@ export declare const lineContract: {
|
|
|
9832
9842
|
}[];
|
|
9833
9843
|
}[];
|
|
9834
9844
|
}[];
|
|
9835
|
-
tags: {
|
|
9836
|
-
name: string;
|
|
9837
|
-
id: string;
|
|
9838
|
-
createdAt: Date;
|
|
9839
|
-
updatedAt: Date;
|
|
9840
|
-
deletedAt: Date | null;
|
|
9841
|
-
}[];
|
|
9842
|
-
callFrom: string | null;
|
|
9843
|
-
callTo: string | null;
|
|
9844
|
-
note: string | null;
|
|
9845
9845
|
customFields?: {
|
|
9846
9846
|
id: string;
|
|
9847
9847
|
createdAt: Date;
|
|
@@ -9900,6 +9900,16 @@ export declare const lineContract: {
|
|
|
9900
9900
|
createdAt: Date;
|
|
9901
9901
|
updatedAt: Date;
|
|
9902
9902
|
deletedAt: Date | null;
|
|
9903
|
+
tags: {
|
|
9904
|
+
name: string;
|
|
9905
|
+
id: string;
|
|
9906
|
+
createdAt: Date;
|
|
9907
|
+
updatedAt: Date;
|
|
9908
|
+
deletedAt: Date | null;
|
|
9909
|
+
}[];
|
|
9910
|
+
callFrom: string | null;
|
|
9911
|
+
callTo: string | null;
|
|
9912
|
+
note: string | null;
|
|
9903
9913
|
categories: {
|
|
9904
9914
|
id: string;
|
|
9905
9915
|
value: string;
|
|
@@ -9922,16 +9932,6 @@ export declare const lineContract: {
|
|
|
9922
9932
|
}[];
|
|
9923
9933
|
}[];
|
|
9924
9934
|
}[];
|
|
9925
|
-
tags: {
|
|
9926
|
-
name: string;
|
|
9927
|
-
id: string;
|
|
9928
|
-
createdAt: Date;
|
|
9929
|
-
updatedAt: Date;
|
|
9930
|
-
deletedAt: Date | null;
|
|
9931
|
-
}[];
|
|
9932
|
-
callFrom: string | null;
|
|
9933
|
-
callTo: string | null;
|
|
9934
|
-
note: string | null;
|
|
9935
9935
|
customFields?: {
|
|
9936
9936
|
id: string;
|
|
9937
9937
|
createdAt: Date;
|
|
@@ -10345,6 +10345,16 @@ export declare const lineContract: {
|
|
|
10345
10345
|
createdAt: Date;
|
|
10346
10346
|
updatedAt: Date;
|
|
10347
10347
|
deletedAt: Date | null;
|
|
10348
|
+
tags: {
|
|
10349
|
+
name: string;
|
|
10350
|
+
id: string;
|
|
10351
|
+
createdAt: Date;
|
|
10352
|
+
updatedAt: Date;
|
|
10353
|
+
deletedAt: Date | null;
|
|
10354
|
+
}[];
|
|
10355
|
+
callFrom: string | null;
|
|
10356
|
+
callTo: string | null;
|
|
10357
|
+
note: string | null;
|
|
10348
10358
|
categories: {
|
|
10349
10359
|
id: string;
|
|
10350
10360
|
value: string;
|
|
@@ -10367,16 +10377,6 @@ export declare const lineContract: {
|
|
|
10367
10377
|
}[];
|
|
10368
10378
|
}[];
|
|
10369
10379
|
}[];
|
|
10370
|
-
tags: {
|
|
10371
|
-
name: string;
|
|
10372
|
-
id: string;
|
|
10373
|
-
createdAt: Date;
|
|
10374
|
-
updatedAt: Date;
|
|
10375
|
-
deletedAt: Date | null;
|
|
10376
|
-
}[];
|
|
10377
|
-
callFrom: string | null;
|
|
10378
|
-
callTo: string | null;
|
|
10379
|
-
note: string | null;
|
|
10380
10380
|
customFields?: {
|
|
10381
10381
|
id: string;
|
|
10382
10382
|
createdAt: Date;
|
|
@@ -10774,6 +10774,16 @@ export declare const lineContract: {
|
|
|
10774
10774
|
createdAt: Date;
|
|
10775
10775
|
updatedAt: Date;
|
|
10776
10776
|
deletedAt: Date | null;
|
|
10777
|
+
tags: {
|
|
10778
|
+
name: string;
|
|
10779
|
+
id: string;
|
|
10780
|
+
createdAt: Date;
|
|
10781
|
+
updatedAt: Date;
|
|
10782
|
+
deletedAt: Date | null;
|
|
10783
|
+
}[];
|
|
10784
|
+
callFrom: string | null;
|
|
10785
|
+
callTo: string | null;
|
|
10786
|
+
note: string | null;
|
|
10777
10787
|
categories: {
|
|
10778
10788
|
id: string;
|
|
10779
10789
|
value: string;
|
|
@@ -10796,16 +10806,6 @@ export declare const lineContract: {
|
|
|
10796
10806
|
}[];
|
|
10797
10807
|
}[];
|
|
10798
10808
|
}[];
|
|
10799
|
-
tags: {
|
|
10800
|
-
name: string;
|
|
10801
|
-
id: string;
|
|
10802
|
-
createdAt: Date;
|
|
10803
|
-
updatedAt: Date;
|
|
10804
|
-
deletedAt: Date | null;
|
|
10805
|
-
}[];
|
|
10806
|
-
callFrom: string | null;
|
|
10807
|
-
callTo: string | null;
|
|
10808
|
-
note: string | null;
|
|
10809
10809
|
customFields?: {
|
|
10810
10810
|
id: string;
|
|
10811
10811
|
createdAt: Date;
|
|
@@ -12976,6 +12976,16 @@ export declare const lineContract: {
|
|
|
12976
12976
|
createdAt: Date;
|
|
12977
12977
|
updatedAt: Date;
|
|
12978
12978
|
deletedAt: Date | null;
|
|
12979
|
+
tags: {
|
|
12980
|
+
name: string;
|
|
12981
|
+
id: string;
|
|
12982
|
+
createdAt: Date;
|
|
12983
|
+
updatedAt: Date;
|
|
12984
|
+
deletedAt: Date | null;
|
|
12985
|
+
}[];
|
|
12986
|
+
callFrom: string | null;
|
|
12987
|
+
callTo: string | null;
|
|
12988
|
+
note: string | null;
|
|
12979
12989
|
categories: {
|
|
12980
12990
|
id: string;
|
|
12981
12991
|
value: string;
|
|
@@ -12998,16 +13008,6 @@ export declare const lineContract: {
|
|
|
12998
13008
|
}[];
|
|
12999
13009
|
}[];
|
|
13000
13010
|
}[];
|
|
13001
|
-
tags: {
|
|
13002
|
-
name: string;
|
|
13003
|
-
id: string;
|
|
13004
|
-
createdAt: Date;
|
|
13005
|
-
updatedAt: Date;
|
|
13006
|
-
deletedAt: Date | null;
|
|
13007
|
-
}[];
|
|
13008
|
-
callFrom: string | null;
|
|
13009
|
-
callTo: string | null;
|
|
13010
|
-
note: string | null;
|
|
13011
13011
|
customFields?: {
|
|
13012
13012
|
id: string;
|
|
13013
13013
|
createdAt: Date;
|
|
@@ -13742,6 +13742,16 @@ export declare const lineContract: {
|
|
|
13742
13742
|
createdAt: Date;
|
|
13743
13743
|
updatedAt: Date;
|
|
13744
13744
|
deletedAt: Date | null;
|
|
13745
|
+
tags: {
|
|
13746
|
+
name: string;
|
|
13747
|
+
id: string;
|
|
13748
|
+
createdAt: Date;
|
|
13749
|
+
updatedAt: Date;
|
|
13750
|
+
deletedAt: Date | null;
|
|
13751
|
+
}[];
|
|
13752
|
+
callFrom: string | null;
|
|
13753
|
+
callTo: string | null;
|
|
13754
|
+
note: string | null;
|
|
13745
13755
|
categories: {
|
|
13746
13756
|
id: string;
|
|
13747
13757
|
value: string;
|
|
@@ -13764,16 +13774,6 @@ export declare const lineContract: {
|
|
|
13764
13774
|
}[];
|
|
13765
13775
|
}[];
|
|
13766
13776
|
}[];
|
|
13767
|
-
tags: {
|
|
13768
|
-
name: string;
|
|
13769
|
-
id: string;
|
|
13770
|
-
createdAt: Date;
|
|
13771
|
-
updatedAt: Date;
|
|
13772
|
-
deletedAt: Date | null;
|
|
13773
|
-
}[];
|
|
13774
|
-
callFrom: string | null;
|
|
13775
|
-
callTo: string | null;
|
|
13776
|
-
note: string | null;
|
|
13777
13777
|
customFields?: {
|
|
13778
13778
|
id: string;
|
|
13779
13779
|
createdAt: Date;
|
|
@@ -14509,6 +14509,16 @@ export declare const lineContract: {
|
|
|
14509
14509
|
createdAt: Date;
|
|
14510
14510
|
updatedAt: Date;
|
|
14511
14511
|
deletedAt: Date | null;
|
|
14512
|
+
tags: {
|
|
14513
|
+
name: string;
|
|
14514
|
+
id: string;
|
|
14515
|
+
createdAt: Date;
|
|
14516
|
+
updatedAt: Date;
|
|
14517
|
+
deletedAt: Date | null;
|
|
14518
|
+
}[];
|
|
14519
|
+
callFrom: string | null;
|
|
14520
|
+
callTo: string | null;
|
|
14521
|
+
note: string | null;
|
|
14512
14522
|
categories: {
|
|
14513
14523
|
id: string;
|
|
14514
14524
|
value: string;
|
|
@@ -14531,16 +14541,6 @@ export declare const lineContract: {
|
|
|
14531
14541
|
}[];
|
|
14532
14542
|
}[];
|
|
14533
14543
|
}[];
|
|
14534
|
-
tags: {
|
|
14535
|
-
name: string;
|
|
14536
|
-
id: string;
|
|
14537
|
-
createdAt: Date;
|
|
14538
|
-
updatedAt: Date;
|
|
14539
|
-
deletedAt: Date | null;
|
|
14540
|
-
}[];
|
|
14541
|
-
callFrom: string | null;
|
|
14542
|
-
callTo: string | null;
|
|
14543
|
-
note: string | null;
|
|
14544
14544
|
customFields?: {
|
|
14545
14545
|
id: string;
|
|
14546
14546
|
createdAt: Date;
|
|
@@ -15275,6 +15275,16 @@ export declare const lineContract: {
|
|
|
15275
15275
|
createdAt: Date;
|
|
15276
15276
|
updatedAt: Date;
|
|
15277
15277
|
deletedAt: Date | null;
|
|
15278
|
+
tags: {
|
|
15279
|
+
name: string;
|
|
15280
|
+
id: string;
|
|
15281
|
+
createdAt: Date;
|
|
15282
|
+
updatedAt: Date;
|
|
15283
|
+
deletedAt: Date | null;
|
|
15284
|
+
}[];
|
|
15285
|
+
callFrom: string | null;
|
|
15286
|
+
callTo: string | null;
|
|
15287
|
+
note: string | null;
|
|
15278
15288
|
categories: {
|
|
15279
15289
|
id: string;
|
|
15280
15290
|
value: string;
|
|
@@ -15297,16 +15307,6 @@ export declare const lineContract: {
|
|
|
15297
15307
|
}[];
|
|
15298
15308
|
}[];
|
|
15299
15309
|
}[];
|
|
15300
|
-
tags: {
|
|
15301
|
-
name: string;
|
|
15302
|
-
id: string;
|
|
15303
|
-
createdAt: Date;
|
|
15304
|
-
updatedAt: Date;
|
|
15305
|
-
deletedAt: Date | null;
|
|
15306
|
-
}[];
|
|
15307
|
-
callFrom: string | null;
|
|
15308
|
-
callTo: string | null;
|
|
15309
|
-
note: string | null;
|
|
15310
15310
|
customFields?: {
|
|
15311
15311
|
id: string;
|
|
15312
15312
|
createdAt: Date;
|
|
@@ -16042,6 +16042,16 @@ export declare const lineContract: {
|
|
|
16042
16042
|
createdAt: Date;
|
|
16043
16043
|
updatedAt: Date;
|
|
16044
16044
|
deletedAt: Date | null;
|
|
16045
|
+
tags: {
|
|
16046
|
+
name: string;
|
|
16047
|
+
id: string;
|
|
16048
|
+
createdAt: Date;
|
|
16049
|
+
updatedAt: Date;
|
|
16050
|
+
deletedAt: Date | null;
|
|
16051
|
+
}[];
|
|
16052
|
+
callFrom: string | null;
|
|
16053
|
+
callTo: string | null;
|
|
16054
|
+
note: string | null;
|
|
16045
16055
|
categories: {
|
|
16046
16056
|
id: string;
|
|
16047
16057
|
value: string;
|
|
@@ -16064,16 +16074,6 @@ export declare const lineContract: {
|
|
|
16064
16074
|
}[];
|
|
16065
16075
|
}[];
|
|
16066
16076
|
}[];
|
|
16067
|
-
tags: {
|
|
16068
|
-
name: string;
|
|
16069
|
-
id: string;
|
|
16070
|
-
createdAt: Date;
|
|
16071
|
-
updatedAt: Date;
|
|
16072
|
-
deletedAt: Date | null;
|
|
16073
|
-
}[];
|
|
16074
|
-
callFrom: string | null;
|
|
16075
|
-
callTo: string | null;
|
|
16076
|
-
note: string | null;
|
|
16077
16077
|
customFields?: {
|
|
16078
16078
|
id: string;
|
|
16079
16079
|
createdAt: Date;
|
|
@@ -16808,6 +16808,16 @@ export declare const lineContract: {
|
|
|
16808
16808
|
createdAt: Date;
|
|
16809
16809
|
updatedAt: Date;
|
|
16810
16810
|
deletedAt: Date | null;
|
|
16811
|
+
tags: {
|
|
16812
|
+
name: string;
|
|
16813
|
+
id: string;
|
|
16814
|
+
createdAt: Date;
|
|
16815
|
+
updatedAt: Date;
|
|
16816
|
+
deletedAt: Date | null;
|
|
16817
|
+
}[];
|
|
16818
|
+
callFrom: string | null;
|
|
16819
|
+
callTo: string | null;
|
|
16820
|
+
note: string | null;
|
|
16811
16821
|
categories: {
|
|
16812
16822
|
id: string;
|
|
16813
16823
|
value: string;
|
|
@@ -16830,16 +16840,6 @@ export declare const lineContract: {
|
|
|
16830
16840
|
}[];
|
|
16831
16841
|
}[];
|
|
16832
16842
|
}[];
|
|
16833
|
-
tags: {
|
|
16834
|
-
name: string;
|
|
16835
|
-
id: string;
|
|
16836
|
-
createdAt: Date;
|
|
16837
|
-
updatedAt: Date;
|
|
16838
|
-
deletedAt: Date | null;
|
|
16839
|
-
}[];
|
|
16840
|
-
callFrom: string | null;
|
|
16841
|
-
callTo: string | null;
|
|
16842
|
-
note: string | null;
|
|
16843
16843
|
customFields?: {
|
|
16844
16844
|
id: string;
|
|
16845
16845
|
createdAt: Date;
|
|
@@ -17577,6 +17577,16 @@ export declare const lineContract: {
|
|
|
17577
17577
|
createdAt: Date;
|
|
17578
17578
|
updatedAt: Date;
|
|
17579
17579
|
deletedAt: Date | null;
|
|
17580
|
+
tags: {
|
|
17581
|
+
name: string;
|
|
17582
|
+
id: string;
|
|
17583
|
+
createdAt: Date;
|
|
17584
|
+
updatedAt: Date;
|
|
17585
|
+
deletedAt: Date | null;
|
|
17586
|
+
}[];
|
|
17587
|
+
callFrom: string | null;
|
|
17588
|
+
callTo: string | null;
|
|
17589
|
+
note: string | null;
|
|
17580
17590
|
categories: {
|
|
17581
17591
|
id: string;
|
|
17582
17592
|
value: string;
|
|
@@ -17599,16 +17609,6 @@ export declare const lineContract: {
|
|
|
17599
17609
|
}[];
|
|
17600
17610
|
}[];
|
|
17601
17611
|
}[];
|
|
17602
|
-
tags: {
|
|
17603
|
-
name: string;
|
|
17604
|
-
id: string;
|
|
17605
|
-
createdAt: Date;
|
|
17606
|
-
updatedAt: Date;
|
|
17607
|
-
deletedAt: Date | null;
|
|
17608
|
-
}[];
|
|
17609
|
-
callFrom: string | null;
|
|
17610
|
-
callTo: string | null;
|
|
17611
|
-
note: string | null;
|
|
17612
17612
|
customFields?: {
|
|
17613
17613
|
id: string;
|
|
17614
17614
|
createdAt: Date;
|
|
@@ -18343,6 +18343,16 @@ export declare const lineContract: {
|
|
|
18343
18343
|
createdAt: Date;
|
|
18344
18344
|
updatedAt: Date;
|
|
18345
18345
|
deletedAt: Date | null;
|
|
18346
|
+
tags: {
|
|
18347
|
+
name: string;
|
|
18348
|
+
id: string;
|
|
18349
|
+
createdAt: Date;
|
|
18350
|
+
updatedAt: Date;
|
|
18351
|
+
deletedAt: Date | null;
|
|
18352
|
+
}[];
|
|
18353
|
+
callFrom: string | null;
|
|
18354
|
+
callTo: string | null;
|
|
18355
|
+
note: string | null;
|
|
18346
18356
|
categories: {
|
|
18347
18357
|
id: string;
|
|
18348
18358
|
value: string;
|
|
@@ -18365,16 +18375,6 @@ export declare const lineContract: {
|
|
|
18365
18375
|
}[];
|
|
18366
18376
|
}[];
|
|
18367
18377
|
}[];
|
|
18368
|
-
tags: {
|
|
18369
|
-
name: string;
|
|
18370
|
-
id: string;
|
|
18371
|
-
createdAt: Date;
|
|
18372
|
-
updatedAt: Date;
|
|
18373
|
-
deletedAt: Date | null;
|
|
18374
|
-
}[];
|
|
18375
|
-
callFrom: string | null;
|
|
18376
|
-
callTo: string | null;
|
|
18377
|
-
note: string | null;
|
|
18378
18378
|
customFields?: {
|
|
18379
18379
|
id: string;
|
|
18380
18380
|
createdAt: Date;
|
|
@@ -19113,6 +19113,16 @@ export declare const lineContract: {
|
|
|
19113
19113
|
createdAt: Date;
|
|
19114
19114
|
updatedAt: Date;
|
|
19115
19115
|
deletedAt: Date | null;
|
|
19116
|
+
tags: {
|
|
19117
|
+
name: string;
|
|
19118
|
+
id: string;
|
|
19119
|
+
createdAt: Date;
|
|
19120
|
+
updatedAt: Date;
|
|
19121
|
+
deletedAt: Date | null;
|
|
19122
|
+
}[];
|
|
19123
|
+
callFrom: string | null;
|
|
19124
|
+
callTo: string | null;
|
|
19125
|
+
note: string | null;
|
|
19116
19126
|
categories: {
|
|
19117
19127
|
id: string;
|
|
19118
19128
|
value: string;
|
|
@@ -19135,16 +19145,6 @@ export declare const lineContract: {
|
|
|
19135
19145
|
}[];
|
|
19136
19146
|
}[];
|
|
19137
19147
|
}[];
|
|
19138
|
-
tags: {
|
|
19139
|
-
name: string;
|
|
19140
|
-
id: string;
|
|
19141
|
-
createdAt: Date;
|
|
19142
|
-
updatedAt: Date;
|
|
19143
|
-
deletedAt: Date | null;
|
|
19144
|
-
}[];
|
|
19145
|
-
callFrom: string | null;
|
|
19146
|
-
callTo: string | null;
|
|
19147
|
-
note: string | null;
|
|
19148
19148
|
customFields?: {
|
|
19149
19149
|
id: string;
|
|
19150
19150
|
createdAt: Date;
|
|
@@ -19879,6 +19879,16 @@ export declare const lineContract: {
|
|
|
19879
19879
|
createdAt: Date;
|
|
19880
19880
|
updatedAt: Date;
|
|
19881
19881
|
deletedAt: Date | null;
|
|
19882
|
+
tags: {
|
|
19883
|
+
name: string;
|
|
19884
|
+
id: string;
|
|
19885
|
+
createdAt: Date;
|
|
19886
|
+
updatedAt: Date;
|
|
19887
|
+
deletedAt: Date | null;
|
|
19888
|
+
}[];
|
|
19889
|
+
callFrom: string | null;
|
|
19890
|
+
callTo: string | null;
|
|
19891
|
+
note: string | null;
|
|
19882
19892
|
categories: {
|
|
19883
19893
|
id: string;
|
|
19884
19894
|
value: string;
|
|
@@ -19901,16 +19911,6 @@ export declare const lineContract: {
|
|
|
19901
19911
|
}[];
|
|
19902
19912
|
}[];
|
|
19903
19913
|
}[];
|
|
19904
|
-
tags: {
|
|
19905
|
-
name: string;
|
|
19906
|
-
id: string;
|
|
19907
|
-
createdAt: Date;
|
|
19908
|
-
updatedAt: Date;
|
|
19909
|
-
deletedAt: Date | null;
|
|
19910
|
-
}[];
|
|
19911
|
-
callFrom: string | null;
|
|
19912
|
-
callTo: string | null;
|
|
19913
|
-
note: string | null;
|
|
19914
19914
|
customFields?: {
|
|
19915
19915
|
id: string;
|
|
19916
19916
|
createdAt: Date;
|