@kl1/contracts 1.0.77 → 1.0.79
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/index.js +2391 -2040
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2390 -2040
- package/dist/index.mjs.map +1 -1
- package/dist/src/call-log/schema.d.ts +6 -6
- package/dist/src/call-log/validation.d.ts +4 -4
- package/dist/src/channel/index.d.ts +92 -88
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/channel/schema.d.ts +4 -4
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/channel/validation.d.ts +3 -3
- package/dist/src/chat/index.d.ts +7108 -3826
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +3391 -1087
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +1945 -304
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +584 -584
- package/dist/src/comment/schema.d.ts +144 -144
- package/dist/src/contact/index.d.ts +4 -1
- package/dist/src/contact/index.d.ts.map +1 -1
- package/dist/src/contact/schema.d.ts +156 -0
- package/dist/src/contact/schema.d.ts.map +1 -1
- package/dist/src/contract.d.ts +25050 -10486
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +948 -205
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +920 -263
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/dashboard/index.d.ts +4 -4
- package/dist/src/dashboard/schema.d.ts +2 -2
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +2162 -343
- package/dist/src/instagram/index.d.ts.map +1 -1
- package/dist/src/line/index.d.ts +1912 -271
- package/dist/src/line/index.d.ts.map +1 -1
- package/dist/src/mail/mail-contract.d.ts +130 -130
- package/dist/src/mail/message-contract.d.ts +6 -6
- package/dist/src/mail/room-contract.d.ts +124 -124
- package/dist/src/mail/schemas/message.schema.d.ts +4 -4
- package/dist/src/mail/schemas/room-validation.schema.d.ts +40 -40
- package/dist/src/mail/schemas/room.schema.d.ts +30 -30
- package/dist/src/messenger/index.d.ts +2520 -520
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/messenger/validation.d.ts +1523 -0
- package/dist/src/messenger/validation.d.ts.map +1 -1
- package/dist/src/notification/index.d.ts +742 -0
- package/dist/src/notification/index.d.ts.map +1 -0
- package/dist/src/notification/schema.d.ts +48 -0
- package/dist/src/notification/schema.d.ts.map +1 -0
- package/dist/src/notification/validation.d.ts +148 -0
- package/dist/src/notification/validation.d.ts.map +1 -0
- package/dist/src/telephony-cdr/index.d.ts +2376 -404
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +839 -63
- package/dist/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/src/telephony-cdr/validation.d.ts +4 -4
- package/dist/src/ticket/index.d.ts +1106 -1106
- package/dist/src/ticket/schema.d.ts +72 -72
- package/dist/src/ticket/validation.d.ts +12 -12
- package/dist/src/viber/index.d.ts +3614 -1248
- package/dist/src/viber/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/index.d.ts +19 -19
- package/dist/src/wrap-up-form/schema.d.ts +2 -2
- package/dist/src/wrap-up-form/validation.d.ts +3 -3
- package/package.json +1 -1
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts +0 -216
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -2194,42 +2194,6 @@ export declare const commentContract: {
|
|
2194
2194
|
}[];
|
2195
2195
|
}[];
|
2196
2196
|
}[];
|
2197
|
-
customFields: {
|
2198
|
-
id: string;
|
2199
|
-
createdAt: Date;
|
2200
|
-
updatedAt: Date;
|
2201
|
-
deletedAt: Date | null;
|
2202
|
-
attribute: {
|
2203
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2204
|
-
id: string;
|
2205
|
-
position: number;
|
2206
|
-
createdAt: Date;
|
2207
|
-
updatedAt: Date;
|
2208
|
-
deletedAt: Date | null;
|
2209
|
-
systemName: string;
|
2210
|
-
displayName: string;
|
2211
|
-
isDefault: boolean;
|
2212
|
-
isArchived: boolean;
|
2213
|
-
isRequired: boolean;
|
2214
|
-
isUnique: boolean;
|
2215
|
-
};
|
2216
|
-
textValue: string | null;
|
2217
|
-
booleanValue: boolean | null;
|
2218
|
-
numberValue: number | null;
|
2219
|
-
dateValue: Date | null;
|
2220
|
-
uploads: {
|
2221
|
-
id: string;
|
2222
|
-
createdAt: Date;
|
2223
|
-
updatedAt: Date;
|
2224
|
-
deletedAt: Date | null;
|
2225
|
-
fileName: string;
|
2226
|
-
fileKey: string;
|
2227
|
-
bucketName: string;
|
2228
|
-
fileSize: number;
|
2229
|
-
fileUrl: string | null;
|
2230
|
-
status?: string | undefined;
|
2231
|
-
}[];
|
2232
|
-
}[];
|
2233
2197
|
contact: {
|
2234
2198
|
id: string;
|
2235
2199
|
channel: string | null;
|
@@ -2327,6 +2291,42 @@ export declare const commentContract: {
|
|
2327
2291
|
};
|
2328
2292
|
}[] | undefined;
|
2329
2293
|
};
|
2294
|
+
customFields: {
|
2295
|
+
id: string;
|
2296
|
+
createdAt: Date;
|
2297
|
+
updatedAt: Date;
|
2298
|
+
deletedAt: Date | null;
|
2299
|
+
attribute: {
|
2300
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2301
|
+
id: string;
|
2302
|
+
position: number;
|
2303
|
+
createdAt: Date;
|
2304
|
+
updatedAt: Date;
|
2305
|
+
deletedAt: Date | null;
|
2306
|
+
systemName: string;
|
2307
|
+
displayName: string;
|
2308
|
+
isDefault: boolean;
|
2309
|
+
isArchived: boolean;
|
2310
|
+
isRequired: boolean;
|
2311
|
+
isUnique: boolean;
|
2312
|
+
};
|
2313
|
+
textValue: string | null;
|
2314
|
+
booleanValue: boolean | null;
|
2315
|
+
numberValue: number | null;
|
2316
|
+
dateValue: Date | null;
|
2317
|
+
uploads: {
|
2318
|
+
id: string;
|
2319
|
+
createdAt: Date;
|
2320
|
+
updatedAt: Date;
|
2321
|
+
deletedAt: Date | null;
|
2322
|
+
fileName: string;
|
2323
|
+
fileKey: string;
|
2324
|
+
bucketName: string;
|
2325
|
+
fileSize: number;
|
2326
|
+
fileUrl: string | null;
|
2327
|
+
status?: string | undefined;
|
2328
|
+
}[];
|
2329
|
+
}[];
|
2330
2330
|
tags: {
|
2331
2331
|
id: string;
|
2332
2332
|
name: string;
|
@@ -2520,42 +2520,6 @@ export declare const commentContract: {
|
|
2520
2520
|
}[];
|
2521
2521
|
}[];
|
2522
2522
|
}[];
|
2523
|
-
customFields: {
|
2524
|
-
id: string;
|
2525
|
-
createdAt: Date;
|
2526
|
-
updatedAt: Date;
|
2527
|
-
deletedAt: Date | null;
|
2528
|
-
attribute: {
|
2529
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2530
|
-
id: string;
|
2531
|
-
position: number;
|
2532
|
-
createdAt: Date;
|
2533
|
-
updatedAt: Date;
|
2534
|
-
deletedAt: Date | null;
|
2535
|
-
systemName: string;
|
2536
|
-
displayName: string;
|
2537
|
-
isDefault: boolean;
|
2538
|
-
isArchived: boolean;
|
2539
|
-
isRequired: boolean;
|
2540
|
-
isUnique: boolean;
|
2541
|
-
};
|
2542
|
-
textValue: string | null;
|
2543
|
-
booleanValue: boolean | null;
|
2544
|
-
numberValue: number | null;
|
2545
|
-
dateValue: Date | null;
|
2546
|
-
uploads: {
|
2547
|
-
id: string;
|
2548
|
-
createdAt: Date;
|
2549
|
-
updatedAt: Date;
|
2550
|
-
deletedAt: Date | null;
|
2551
|
-
fileName: string;
|
2552
|
-
fileKey: string;
|
2553
|
-
bucketName: string;
|
2554
|
-
fileSize: number;
|
2555
|
-
fileUrl: string | null;
|
2556
|
-
status?: string | undefined;
|
2557
|
-
}[];
|
2558
|
-
}[];
|
2559
2523
|
contact: {
|
2560
2524
|
id: string;
|
2561
2525
|
channel: string | null;
|
@@ -2653,6 +2617,42 @@ export declare const commentContract: {
|
|
2653
2617
|
};
|
2654
2618
|
}[] | undefined;
|
2655
2619
|
};
|
2620
|
+
customFields: {
|
2621
|
+
id: string;
|
2622
|
+
createdAt: Date;
|
2623
|
+
updatedAt: Date;
|
2624
|
+
deletedAt: Date | null;
|
2625
|
+
attribute: {
|
2626
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2627
|
+
id: string;
|
2628
|
+
position: number;
|
2629
|
+
createdAt: Date;
|
2630
|
+
updatedAt: Date;
|
2631
|
+
deletedAt: Date | null;
|
2632
|
+
systemName: string;
|
2633
|
+
displayName: string;
|
2634
|
+
isDefault: boolean;
|
2635
|
+
isArchived: boolean;
|
2636
|
+
isRequired: boolean;
|
2637
|
+
isUnique: boolean;
|
2638
|
+
};
|
2639
|
+
textValue: string | null;
|
2640
|
+
booleanValue: boolean | null;
|
2641
|
+
numberValue: number | null;
|
2642
|
+
dateValue: Date | null;
|
2643
|
+
uploads: {
|
2644
|
+
id: string;
|
2645
|
+
createdAt: Date;
|
2646
|
+
updatedAt: Date;
|
2647
|
+
deletedAt: Date | null;
|
2648
|
+
fileName: string;
|
2649
|
+
fileKey: string;
|
2650
|
+
bucketName: string;
|
2651
|
+
fileSize: number;
|
2652
|
+
fileUrl: string | null;
|
2653
|
+
status?: string | undefined;
|
2654
|
+
}[];
|
2655
|
+
}[];
|
2656
2656
|
tags: {
|
2657
2657
|
id: string;
|
2658
2658
|
name: string;
|
@@ -3056,42 +3056,6 @@ export declare const commentContract: {
|
|
3056
3056
|
}[];
|
3057
3057
|
}[];
|
3058
3058
|
}[];
|
3059
|
-
customFields: {
|
3060
|
-
id: string;
|
3061
|
-
createdAt: Date;
|
3062
|
-
updatedAt: Date;
|
3063
|
-
deletedAt: Date | null;
|
3064
|
-
attribute: {
|
3065
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3066
|
-
id: string;
|
3067
|
-
position: number;
|
3068
|
-
createdAt: Date;
|
3069
|
-
updatedAt: Date;
|
3070
|
-
deletedAt: Date | null;
|
3071
|
-
systemName: string;
|
3072
|
-
displayName: string;
|
3073
|
-
isDefault: boolean;
|
3074
|
-
isArchived: boolean;
|
3075
|
-
isRequired: boolean;
|
3076
|
-
isUnique: boolean;
|
3077
|
-
};
|
3078
|
-
textValue: string | null;
|
3079
|
-
booleanValue: boolean | null;
|
3080
|
-
numberValue: number | null;
|
3081
|
-
dateValue: Date | null;
|
3082
|
-
uploads: {
|
3083
|
-
id: string;
|
3084
|
-
createdAt: Date;
|
3085
|
-
updatedAt: Date;
|
3086
|
-
deletedAt: Date | null;
|
3087
|
-
fileName: string;
|
3088
|
-
fileKey: string;
|
3089
|
-
bucketName: string;
|
3090
|
-
fileSize: number;
|
3091
|
-
fileUrl: string | null;
|
3092
|
-
status?: string | undefined;
|
3093
|
-
}[];
|
3094
|
-
}[];
|
3095
3059
|
contact: {
|
3096
3060
|
id: string;
|
3097
3061
|
channel: string | null;
|
@@ -3189,6 +3153,42 @@ export declare const commentContract: {
|
|
3189
3153
|
};
|
3190
3154
|
}[] | undefined;
|
3191
3155
|
};
|
3156
|
+
customFields: {
|
3157
|
+
id: string;
|
3158
|
+
createdAt: Date;
|
3159
|
+
updatedAt: Date;
|
3160
|
+
deletedAt: Date | null;
|
3161
|
+
attribute: {
|
3162
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3163
|
+
id: string;
|
3164
|
+
position: number;
|
3165
|
+
createdAt: Date;
|
3166
|
+
updatedAt: Date;
|
3167
|
+
deletedAt: Date | null;
|
3168
|
+
systemName: string;
|
3169
|
+
displayName: string;
|
3170
|
+
isDefault: boolean;
|
3171
|
+
isArchived: boolean;
|
3172
|
+
isRequired: boolean;
|
3173
|
+
isUnique: boolean;
|
3174
|
+
};
|
3175
|
+
textValue: string | null;
|
3176
|
+
booleanValue: boolean | null;
|
3177
|
+
numberValue: number | null;
|
3178
|
+
dateValue: Date | null;
|
3179
|
+
uploads: {
|
3180
|
+
id: string;
|
3181
|
+
createdAt: Date;
|
3182
|
+
updatedAt: Date;
|
3183
|
+
deletedAt: Date | null;
|
3184
|
+
fileName: string;
|
3185
|
+
fileKey: string;
|
3186
|
+
bucketName: string;
|
3187
|
+
fileSize: number;
|
3188
|
+
fileUrl: string | null;
|
3189
|
+
status?: string | undefined;
|
3190
|
+
}[];
|
3191
|
+
}[];
|
3192
3192
|
tags: {
|
3193
3193
|
id: string;
|
3194
3194
|
name: string;
|
@@ -3494,42 +3494,6 @@ export declare const commentContract: {
|
|
3494
3494
|
}[];
|
3495
3495
|
}[];
|
3496
3496
|
}[];
|
3497
|
-
customFields: {
|
3498
|
-
id: string;
|
3499
|
-
createdAt: Date;
|
3500
|
-
updatedAt: Date;
|
3501
|
-
deletedAt: Date | null;
|
3502
|
-
attribute: {
|
3503
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3504
|
-
id: string;
|
3505
|
-
position: number;
|
3506
|
-
createdAt: Date;
|
3507
|
-
updatedAt: Date;
|
3508
|
-
deletedAt: Date | null;
|
3509
|
-
systemName: string;
|
3510
|
-
displayName: string;
|
3511
|
-
isDefault: boolean;
|
3512
|
-
isArchived: boolean;
|
3513
|
-
isRequired: boolean;
|
3514
|
-
isUnique: boolean;
|
3515
|
-
};
|
3516
|
-
textValue: string | null;
|
3517
|
-
booleanValue: boolean | null;
|
3518
|
-
numberValue: number | null;
|
3519
|
-
dateValue: Date | null;
|
3520
|
-
uploads: {
|
3521
|
-
id: string;
|
3522
|
-
createdAt: Date;
|
3523
|
-
updatedAt: Date;
|
3524
|
-
deletedAt: Date | null;
|
3525
|
-
fileName: string;
|
3526
|
-
fileKey: string;
|
3527
|
-
bucketName: string;
|
3528
|
-
fileSize: number;
|
3529
|
-
fileUrl: string | null;
|
3530
|
-
status?: string | undefined;
|
3531
|
-
}[];
|
3532
|
-
}[];
|
3533
3497
|
contact: {
|
3534
3498
|
id: string;
|
3535
3499
|
channel: string | null;
|
@@ -3627,6 +3591,42 @@ export declare const commentContract: {
|
|
3627
3591
|
};
|
3628
3592
|
}[] | undefined;
|
3629
3593
|
};
|
3594
|
+
customFields: {
|
3595
|
+
id: string;
|
3596
|
+
createdAt: Date;
|
3597
|
+
updatedAt: Date;
|
3598
|
+
deletedAt: Date | null;
|
3599
|
+
attribute: {
|
3600
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3601
|
+
id: string;
|
3602
|
+
position: number;
|
3603
|
+
createdAt: Date;
|
3604
|
+
updatedAt: Date;
|
3605
|
+
deletedAt: Date | null;
|
3606
|
+
systemName: string;
|
3607
|
+
displayName: string;
|
3608
|
+
isDefault: boolean;
|
3609
|
+
isArchived: boolean;
|
3610
|
+
isRequired: boolean;
|
3611
|
+
isUnique: boolean;
|
3612
|
+
};
|
3613
|
+
textValue: string | null;
|
3614
|
+
booleanValue: boolean | null;
|
3615
|
+
numberValue: number | null;
|
3616
|
+
dateValue: Date | null;
|
3617
|
+
uploads: {
|
3618
|
+
id: string;
|
3619
|
+
createdAt: Date;
|
3620
|
+
updatedAt: Date;
|
3621
|
+
deletedAt: Date | null;
|
3622
|
+
fileName: string;
|
3623
|
+
fileKey: string;
|
3624
|
+
bucketName: string;
|
3625
|
+
fileSize: number;
|
3626
|
+
fileUrl: string | null;
|
3627
|
+
status?: string | undefined;
|
3628
|
+
}[];
|
3629
|
+
}[];
|
3630
3630
|
tags: {
|
3631
3631
|
id: string;
|
3632
3632
|
name: string;
|
@@ -3935,42 +3935,6 @@ export declare const commentContract: {
|
|
3935
3935
|
}[];
|
3936
3936
|
}[];
|
3937
3937
|
}[];
|
3938
|
-
customFields: {
|
3939
|
-
id: string;
|
3940
|
-
createdAt: Date;
|
3941
|
-
updatedAt: Date;
|
3942
|
-
deletedAt: Date | null;
|
3943
|
-
attribute: {
|
3944
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3945
|
-
id: string;
|
3946
|
-
position: number;
|
3947
|
-
createdAt: Date;
|
3948
|
-
updatedAt: Date;
|
3949
|
-
deletedAt: Date | null;
|
3950
|
-
systemName: string;
|
3951
|
-
displayName: string;
|
3952
|
-
isDefault: boolean;
|
3953
|
-
isArchived: boolean;
|
3954
|
-
isRequired: boolean;
|
3955
|
-
isUnique: boolean;
|
3956
|
-
};
|
3957
|
-
textValue: string | null;
|
3958
|
-
booleanValue: boolean | null;
|
3959
|
-
numberValue: number | null;
|
3960
|
-
dateValue: Date | null;
|
3961
|
-
uploads: {
|
3962
|
-
id: string;
|
3963
|
-
createdAt: Date;
|
3964
|
-
updatedAt: Date;
|
3965
|
-
deletedAt: Date | null;
|
3966
|
-
fileName: string;
|
3967
|
-
fileKey: string;
|
3968
|
-
bucketName: string;
|
3969
|
-
fileSize: number;
|
3970
|
-
fileUrl: string | null;
|
3971
|
-
status?: string | undefined;
|
3972
|
-
}[];
|
3973
|
-
}[];
|
3974
3938
|
contact: {
|
3975
3939
|
id: string;
|
3976
3940
|
channel: string | null;
|
@@ -4068,6 +4032,42 @@ export declare const commentContract: {
|
|
4068
4032
|
};
|
4069
4033
|
}[] | undefined;
|
4070
4034
|
};
|
4035
|
+
customFields: {
|
4036
|
+
id: string;
|
4037
|
+
createdAt: Date;
|
4038
|
+
updatedAt: Date;
|
4039
|
+
deletedAt: Date | null;
|
4040
|
+
attribute: {
|
4041
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4042
|
+
id: string;
|
4043
|
+
position: number;
|
4044
|
+
createdAt: Date;
|
4045
|
+
updatedAt: Date;
|
4046
|
+
deletedAt: Date | null;
|
4047
|
+
systemName: string;
|
4048
|
+
displayName: string;
|
4049
|
+
isDefault: boolean;
|
4050
|
+
isArchived: boolean;
|
4051
|
+
isRequired: boolean;
|
4052
|
+
isUnique: boolean;
|
4053
|
+
};
|
4054
|
+
textValue: string | null;
|
4055
|
+
booleanValue: boolean | null;
|
4056
|
+
numberValue: number | null;
|
4057
|
+
dateValue: Date | null;
|
4058
|
+
uploads: {
|
4059
|
+
id: string;
|
4060
|
+
createdAt: Date;
|
4061
|
+
updatedAt: Date;
|
4062
|
+
deletedAt: Date | null;
|
4063
|
+
fileName: string;
|
4064
|
+
fileKey: string;
|
4065
|
+
bucketName: string;
|
4066
|
+
fileSize: number;
|
4067
|
+
fileUrl: string | null;
|
4068
|
+
status?: string | undefined;
|
4069
|
+
}[];
|
4070
|
+
}[];
|
4071
4071
|
tags: {
|
4072
4072
|
id: string;
|
4073
4073
|
name: string;
|
@@ -4370,46 +4370,10 @@ export declare const commentContract: {
|
|
4370
4370
|
childCategoryList: {
|
4371
4371
|
id: string;
|
4372
4372
|
value: string;
|
4373
|
-
level: 2 | 1 | 3;
|
4374
|
-
parentId: string | null;
|
4375
|
-
childCategoryList: any[];
|
4376
|
-
}[];
|
4377
|
-
}[];
|
4378
|
-
}[];
|
4379
|
-
customFields: {
|
4380
|
-
id: string;
|
4381
|
-
createdAt: Date;
|
4382
|
-
updatedAt: Date;
|
4383
|
-
deletedAt: Date | null;
|
4384
|
-
attribute: {
|
4385
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4386
|
-
id: string;
|
4387
|
-
position: number;
|
4388
|
-
createdAt: Date;
|
4389
|
-
updatedAt: Date;
|
4390
|
-
deletedAt: Date | null;
|
4391
|
-
systemName: string;
|
4392
|
-
displayName: string;
|
4393
|
-
isDefault: boolean;
|
4394
|
-
isArchived: boolean;
|
4395
|
-
isRequired: boolean;
|
4396
|
-
isUnique: boolean;
|
4397
|
-
};
|
4398
|
-
textValue: string | null;
|
4399
|
-
booleanValue: boolean | null;
|
4400
|
-
numberValue: number | null;
|
4401
|
-
dateValue: Date | null;
|
4402
|
-
uploads: {
|
4403
|
-
id: string;
|
4404
|
-
createdAt: Date;
|
4405
|
-
updatedAt: Date;
|
4406
|
-
deletedAt: Date | null;
|
4407
|
-
fileName: string;
|
4408
|
-
fileKey: string;
|
4409
|
-
bucketName: string;
|
4410
|
-
fileSize: number;
|
4411
|
-
fileUrl: string | null;
|
4412
|
-
status?: string | undefined;
|
4373
|
+
level: 2 | 1 | 3;
|
4374
|
+
parentId: string | null;
|
4375
|
+
childCategoryList: any[];
|
4376
|
+
}[];
|
4413
4377
|
}[];
|
4414
4378
|
}[];
|
4415
4379
|
contact: {
|
@@ -4509,6 +4473,42 @@ export declare const commentContract: {
|
|
4509
4473
|
};
|
4510
4474
|
}[] | undefined;
|
4511
4475
|
};
|
4476
|
+
customFields: {
|
4477
|
+
id: string;
|
4478
|
+
createdAt: Date;
|
4479
|
+
updatedAt: Date;
|
4480
|
+
deletedAt: Date | null;
|
4481
|
+
attribute: {
|
4482
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4483
|
+
id: string;
|
4484
|
+
position: number;
|
4485
|
+
createdAt: Date;
|
4486
|
+
updatedAt: Date;
|
4487
|
+
deletedAt: Date | null;
|
4488
|
+
systemName: string;
|
4489
|
+
displayName: string;
|
4490
|
+
isDefault: boolean;
|
4491
|
+
isArchived: boolean;
|
4492
|
+
isRequired: boolean;
|
4493
|
+
isUnique: boolean;
|
4494
|
+
};
|
4495
|
+
textValue: string | null;
|
4496
|
+
booleanValue: boolean | null;
|
4497
|
+
numberValue: number | null;
|
4498
|
+
dateValue: Date | null;
|
4499
|
+
uploads: {
|
4500
|
+
id: string;
|
4501
|
+
createdAt: Date;
|
4502
|
+
updatedAt: Date;
|
4503
|
+
deletedAt: Date | null;
|
4504
|
+
fileName: string;
|
4505
|
+
fileKey: string;
|
4506
|
+
bucketName: string;
|
4507
|
+
fileSize: number;
|
4508
|
+
fileUrl: string | null;
|
4509
|
+
status?: string | undefined;
|
4510
|
+
}[];
|
4511
|
+
}[];
|
4512
4512
|
tags: {
|
4513
4513
|
id: string;
|
4514
4514
|
name: string;
|
@@ -7007,42 +7007,6 @@ export declare const commentContract: {
|
|
7007
7007
|
}[];
|
7008
7008
|
}[];
|
7009
7009
|
}[];
|
7010
|
-
customFields: {
|
7011
|
-
id: string;
|
7012
|
-
createdAt: Date;
|
7013
|
-
updatedAt: Date;
|
7014
|
-
deletedAt: Date | null;
|
7015
|
-
attribute: {
|
7016
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
7017
|
-
id: string;
|
7018
|
-
position: number;
|
7019
|
-
createdAt: Date;
|
7020
|
-
updatedAt: Date;
|
7021
|
-
deletedAt: Date | null;
|
7022
|
-
systemName: string;
|
7023
|
-
displayName: string;
|
7024
|
-
isDefault: boolean;
|
7025
|
-
isArchived: boolean;
|
7026
|
-
isRequired: boolean;
|
7027
|
-
isUnique: boolean;
|
7028
|
-
};
|
7029
|
-
textValue: string | null;
|
7030
|
-
booleanValue: boolean | null;
|
7031
|
-
numberValue: number | null;
|
7032
|
-
dateValue: Date | null;
|
7033
|
-
uploads: {
|
7034
|
-
id: string;
|
7035
|
-
createdAt: Date;
|
7036
|
-
updatedAt: Date;
|
7037
|
-
deletedAt: Date | null;
|
7038
|
-
fileName: string;
|
7039
|
-
fileKey: string;
|
7040
|
-
bucketName: string;
|
7041
|
-
fileSize: number;
|
7042
|
-
fileUrl: string | null;
|
7043
|
-
status?: string | undefined;
|
7044
|
-
}[];
|
7045
|
-
}[];
|
7046
7010
|
contact: {
|
7047
7011
|
id: string;
|
7048
7012
|
channel: string | null;
|
@@ -7140,6 +7104,42 @@ export declare const commentContract: {
|
|
7140
7104
|
};
|
7141
7105
|
}[] | undefined;
|
7142
7106
|
};
|
7107
|
+
customFields: {
|
7108
|
+
id: string;
|
7109
|
+
createdAt: Date;
|
7110
|
+
updatedAt: Date;
|
7111
|
+
deletedAt: Date | null;
|
7112
|
+
attribute: {
|
7113
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
7114
|
+
id: string;
|
7115
|
+
position: number;
|
7116
|
+
createdAt: Date;
|
7117
|
+
updatedAt: Date;
|
7118
|
+
deletedAt: Date | null;
|
7119
|
+
systemName: string;
|
7120
|
+
displayName: string;
|
7121
|
+
isDefault: boolean;
|
7122
|
+
isArchived: boolean;
|
7123
|
+
isRequired: boolean;
|
7124
|
+
isUnique: boolean;
|
7125
|
+
};
|
7126
|
+
textValue: string | null;
|
7127
|
+
booleanValue: boolean | null;
|
7128
|
+
numberValue: number | null;
|
7129
|
+
dateValue: Date | null;
|
7130
|
+
uploads: {
|
7131
|
+
id: string;
|
7132
|
+
createdAt: Date;
|
7133
|
+
updatedAt: Date;
|
7134
|
+
deletedAt: Date | null;
|
7135
|
+
fileName: string;
|
7136
|
+
fileKey: string;
|
7137
|
+
bucketName: string;
|
7138
|
+
fileSize: number;
|
7139
|
+
fileUrl: string | null;
|
7140
|
+
status?: string | undefined;
|
7141
|
+
}[];
|
7142
|
+
}[];
|
7143
7143
|
tags: {
|
7144
7144
|
id: string;
|
7145
7145
|
name: string;
|
@@ -7333,42 +7333,6 @@ export declare const commentContract: {
|
|
7333
7333
|
}[];
|
7334
7334
|
}[];
|
7335
7335
|
}[];
|
7336
|
-
customFields: {
|
7337
|
-
id: string;
|
7338
|
-
createdAt: Date;
|
7339
|
-
updatedAt: Date;
|
7340
|
-
deletedAt: Date | null;
|
7341
|
-
attribute: {
|
7342
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
7343
|
-
id: string;
|
7344
|
-
position: number;
|
7345
|
-
createdAt: Date;
|
7346
|
-
updatedAt: Date;
|
7347
|
-
deletedAt: Date | null;
|
7348
|
-
systemName: string;
|
7349
|
-
displayName: string;
|
7350
|
-
isDefault: boolean;
|
7351
|
-
isArchived: boolean;
|
7352
|
-
isRequired: boolean;
|
7353
|
-
isUnique: boolean;
|
7354
|
-
};
|
7355
|
-
textValue: string | null;
|
7356
|
-
booleanValue: boolean | null;
|
7357
|
-
numberValue: number | null;
|
7358
|
-
dateValue: Date | null;
|
7359
|
-
uploads: {
|
7360
|
-
id: string;
|
7361
|
-
createdAt: Date;
|
7362
|
-
updatedAt: Date;
|
7363
|
-
deletedAt: Date | null;
|
7364
|
-
fileName: string;
|
7365
|
-
fileKey: string;
|
7366
|
-
bucketName: string;
|
7367
|
-
fileSize: number;
|
7368
|
-
fileUrl: string | null;
|
7369
|
-
status?: string | undefined;
|
7370
|
-
}[];
|
7371
|
-
}[];
|
7372
7336
|
contact: {
|
7373
7337
|
id: string;
|
7374
7338
|
channel: string | null;
|
@@ -7466,6 +7430,42 @@ export declare const commentContract: {
|
|
7466
7430
|
};
|
7467
7431
|
}[] | undefined;
|
7468
7432
|
};
|
7433
|
+
customFields: {
|
7434
|
+
id: string;
|
7435
|
+
createdAt: Date;
|
7436
|
+
updatedAt: Date;
|
7437
|
+
deletedAt: Date | null;
|
7438
|
+
attribute: {
|
7439
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
7440
|
+
id: string;
|
7441
|
+
position: number;
|
7442
|
+
createdAt: Date;
|
7443
|
+
updatedAt: Date;
|
7444
|
+
deletedAt: Date | null;
|
7445
|
+
systemName: string;
|
7446
|
+
displayName: string;
|
7447
|
+
isDefault: boolean;
|
7448
|
+
isArchived: boolean;
|
7449
|
+
isRequired: boolean;
|
7450
|
+
isUnique: boolean;
|
7451
|
+
};
|
7452
|
+
textValue: string | null;
|
7453
|
+
booleanValue: boolean | null;
|
7454
|
+
numberValue: number | null;
|
7455
|
+
dateValue: Date | null;
|
7456
|
+
uploads: {
|
7457
|
+
id: string;
|
7458
|
+
createdAt: Date;
|
7459
|
+
updatedAt: Date;
|
7460
|
+
deletedAt: Date | null;
|
7461
|
+
fileName: string;
|
7462
|
+
fileKey: string;
|
7463
|
+
bucketName: string;
|
7464
|
+
fileSize: number;
|
7465
|
+
fileUrl: string | null;
|
7466
|
+
status?: string | undefined;
|
7467
|
+
}[];
|
7468
|
+
}[];
|
7469
7469
|
tags: {
|
7470
7470
|
id: string;
|
7471
7471
|
name: string;
|
@@ -7869,42 +7869,6 @@ export declare const commentContract: {
|
|
7869
7869
|
}[];
|
7870
7870
|
}[];
|
7871
7871
|
}[];
|
7872
|
-
customFields: {
|
7873
|
-
id: string;
|
7874
|
-
createdAt: Date;
|
7875
|
-
updatedAt: Date;
|
7876
|
-
deletedAt: Date | null;
|
7877
|
-
attribute: {
|
7878
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
7879
|
-
id: string;
|
7880
|
-
position: number;
|
7881
|
-
createdAt: Date;
|
7882
|
-
updatedAt: Date;
|
7883
|
-
deletedAt: Date | null;
|
7884
|
-
systemName: string;
|
7885
|
-
displayName: string;
|
7886
|
-
isDefault: boolean;
|
7887
|
-
isArchived: boolean;
|
7888
|
-
isRequired: boolean;
|
7889
|
-
isUnique: boolean;
|
7890
|
-
};
|
7891
|
-
textValue: string | null;
|
7892
|
-
booleanValue: boolean | null;
|
7893
|
-
numberValue: number | null;
|
7894
|
-
dateValue: Date | null;
|
7895
|
-
uploads: {
|
7896
|
-
id: string;
|
7897
|
-
createdAt: Date;
|
7898
|
-
updatedAt: Date;
|
7899
|
-
deletedAt: Date | null;
|
7900
|
-
fileName: string;
|
7901
|
-
fileKey: string;
|
7902
|
-
bucketName: string;
|
7903
|
-
fileSize: number;
|
7904
|
-
fileUrl: string | null;
|
7905
|
-
status?: string | undefined;
|
7906
|
-
}[];
|
7907
|
-
}[];
|
7908
7872
|
contact: {
|
7909
7873
|
id: string;
|
7910
7874
|
channel: string | null;
|
@@ -8002,6 +7966,42 @@ export declare const commentContract: {
|
|
8002
7966
|
};
|
8003
7967
|
}[] | undefined;
|
8004
7968
|
};
|
7969
|
+
customFields: {
|
7970
|
+
id: string;
|
7971
|
+
createdAt: Date;
|
7972
|
+
updatedAt: Date;
|
7973
|
+
deletedAt: Date | null;
|
7974
|
+
attribute: {
|
7975
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
7976
|
+
id: string;
|
7977
|
+
position: number;
|
7978
|
+
createdAt: Date;
|
7979
|
+
updatedAt: Date;
|
7980
|
+
deletedAt: Date | null;
|
7981
|
+
systemName: string;
|
7982
|
+
displayName: string;
|
7983
|
+
isDefault: boolean;
|
7984
|
+
isArchived: boolean;
|
7985
|
+
isRequired: boolean;
|
7986
|
+
isUnique: boolean;
|
7987
|
+
};
|
7988
|
+
textValue: string | null;
|
7989
|
+
booleanValue: boolean | null;
|
7990
|
+
numberValue: number | null;
|
7991
|
+
dateValue: Date | null;
|
7992
|
+
uploads: {
|
7993
|
+
id: string;
|
7994
|
+
createdAt: Date;
|
7995
|
+
updatedAt: Date;
|
7996
|
+
deletedAt: Date | null;
|
7997
|
+
fileName: string;
|
7998
|
+
fileKey: string;
|
7999
|
+
bucketName: string;
|
8000
|
+
fileSize: number;
|
8001
|
+
fileUrl: string | null;
|
8002
|
+
status?: string | undefined;
|
8003
|
+
}[];
|
8004
|
+
}[];
|
8005
8005
|
tags: {
|
8006
8006
|
id: string;
|
8007
8007
|
name: string;
|
@@ -8307,42 +8307,6 @@ export declare const commentContract: {
|
|
8307
8307
|
}[];
|
8308
8308
|
}[];
|
8309
8309
|
}[];
|
8310
|
-
customFields: {
|
8311
|
-
id: string;
|
8312
|
-
createdAt: Date;
|
8313
|
-
updatedAt: Date;
|
8314
|
-
deletedAt: Date | null;
|
8315
|
-
attribute: {
|
8316
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
8317
|
-
id: string;
|
8318
|
-
position: number;
|
8319
|
-
createdAt: Date;
|
8320
|
-
updatedAt: Date;
|
8321
|
-
deletedAt: Date | null;
|
8322
|
-
systemName: string;
|
8323
|
-
displayName: string;
|
8324
|
-
isDefault: boolean;
|
8325
|
-
isArchived: boolean;
|
8326
|
-
isRequired: boolean;
|
8327
|
-
isUnique: boolean;
|
8328
|
-
};
|
8329
|
-
textValue: string | null;
|
8330
|
-
booleanValue: boolean | null;
|
8331
|
-
numberValue: number | null;
|
8332
|
-
dateValue: Date | null;
|
8333
|
-
uploads: {
|
8334
|
-
id: string;
|
8335
|
-
createdAt: Date;
|
8336
|
-
updatedAt: Date;
|
8337
|
-
deletedAt: Date | null;
|
8338
|
-
fileName: string;
|
8339
|
-
fileKey: string;
|
8340
|
-
bucketName: string;
|
8341
|
-
fileSize: number;
|
8342
|
-
fileUrl: string | null;
|
8343
|
-
status?: string | undefined;
|
8344
|
-
}[];
|
8345
|
-
}[];
|
8346
8310
|
contact: {
|
8347
8311
|
id: string;
|
8348
8312
|
channel: string | null;
|
@@ -8440,6 +8404,42 @@ export declare const commentContract: {
|
|
8440
8404
|
};
|
8441
8405
|
}[] | undefined;
|
8442
8406
|
};
|
8407
|
+
customFields: {
|
8408
|
+
id: string;
|
8409
|
+
createdAt: Date;
|
8410
|
+
updatedAt: Date;
|
8411
|
+
deletedAt: Date | null;
|
8412
|
+
attribute: {
|
8413
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
8414
|
+
id: string;
|
8415
|
+
position: number;
|
8416
|
+
createdAt: Date;
|
8417
|
+
updatedAt: Date;
|
8418
|
+
deletedAt: Date | null;
|
8419
|
+
systemName: string;
|
8420
|
+
displayName: string;
|
8421
|
+
isDefault: boolean;
|
8422
|
+
isArchived: boolean;
|
8423
|
+
isRequired: boolean;
|
8424
|
+
isUnique: boolean;
|
8425
|
+
};
|
8426
|
+
textValue: string | null;
|
8427
|
+
booleanValue: boolean | null;
|
8428
|
+
numberValue: number | null;
|
8429
|
+
dateValue: Date | null;
|
8430
|
+
uploads: {
|
8431
|
+
id: string;
|
8432
|
+
createdAt: Date;
|
8433
|
+
updatedAt: Date;
|
8434
|
+
deletedAt: Date | null;
|
8435
|
+
fileName: string;
|
8436
|
+
fileKey: string;
|
8437
|
+
bucketName: string;
|
8438
|
+
fileSize: number;
|
8439
|
+
fileUrl: string | null;
|
8440
|
+
status?: string | undefined;
|
8441
|
+
}[];
|
8442
|
+
}[];
|
8443
8443
|
tags: {
|
8444
8444
|
id: string;
|
8445
8445
|
name: string;
|
@@ -10949,42 +10949,6 @@ export declare const commentContract: {
|
|
10949
10949
|
}[];
|
10950
10950
|
}[];
|
10951
10951
|
}[];
|
10952
|
-
customFields: {
|
10953
|
-
id: string;
|
10954
|
-
createdAt: Date;
|
10955
|
-
updatedAt: Date;
|
10956
|
-
deletedAt: Date | null;
|
10957
|
-
attribute: {
|
10958
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
10959
|
-
id: string;
|
10960
|
-
position: number;
|
10961
|
-
createdAt: Date;
|
10962
|
-
updatedAt: Date;
|
10963
|
-
deletedAt: Date | null;
|
10964
|
-
systemName: string;
|
10965
|
-
displayName: string;
|
10966
|
-
isDefault: boolean;
|
10967
|
-
isArchived: boolean;
|
10968
|
-
isRequired: boolean;
|
10969
|
-
isUnique: boolean;
|
10970
|
-
};
|
10971
|
-
textValue: string | null;
|
10972
|
-
booleanValue: boolean | null;
|
10973
|
-
numberValue: number | null;
|
10974
|
-
dateValue: Date | null;
|
10975
|
-
uploads: {
|
10976
|
-
id: string;
|
10977
|
-
createdAt: Date;
|
10978
|
-
updatedAt: Date;
|
10979
|
-
deletedAt: Date | null;
|
10980
|
-
fileName: string;
|
10981
|
-
fileKey: string;
|
10982
|
-
bucketName: string;
|
10983
|
-
fileSize: number;
|
10984
|
-
fileUrl: string | null;
|
10985
|
-
status?: string | undefined;
|
10986
|
-
}[];
|
10987
|
-
}[];
|
10988
10952
|
contact: {
|
10989
10953
|
id: string;
|
10990
10954
|
channel: string | null;
|
@@ -11082,6 +11046,42 @@ export declare const commentContract: {
|
|
11082
11046
|
};
|
11083
11047
|
}[] | undefined;
|
11084
11048
|
};
|
11049
|
+
customFields: {
|
11050
|
+
id: string;
|
11051
|
+
createdAt: Date;
|
11052
|
+
updatedAt: Date;
|
11053
|
+
deletedAt: Date | null;
|
11054
|
+
attribute: {
|
11055
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
11056
|
+
id: string;
|
11057
|
+
position: number;
|
11058
|
+
createdAt: Date;
|
11059
|
+
updatedAt: Date;
|
11060
|
+
deletedAt: Date | null;
|
11061
|
+
systemName: string;
|
11062
|
+
displayName: string;
|
11063
|
+
isDefault: boolean;
|
11064
|
+
isArchived: boolean;
|
11065
|
+
isRequired: boolean;
|
11066
|
+
isUnique: boolean;
|
11067
|
+
};
|
11068
|
+
textValue: string | null;
|
11069
|
+
booleanValue: boolean | null;
|
11070
|
+
numberValue: number | null;
|
11071
|
+
dateValue: Date | null;
|
11072
|
+
uploads: {
|
11073
|
+
id: string;
|
11074
|
+
createdAt: Date;
|
11075
|
+
updatedAt: Date;
|
11076
|
+
deletedAt: Date | null;
|
11077
|
+
fileName: string;
|
11078
|
+
fileKey: string;
|
11079
|
+
bucketName: string;
|
11080
|
+
fileSize: number;
|
11081
|
+
fileUrl: string | null;
|
11082
|
+
status?: string | undefined;
|
11083
|
+
}[];
|
11084
|
+
}[];
|
11085
11085
|
tags: {
|
11086
11086
|
id: string;
|
11087
11087
|
name: string;
|
@@ -11275,42 +11275,6 @@ export declare const commentContract: {
|
|
11275
11275
|
}[];
|
11276
11276
|
}[];
|
11277
11277
|
}[];
|
11278
|
-
customFields: {
|
11279
|
-
id: string;
|
11280
|
-
createdAt: Date;
|
11281
|
-
updatedAt: Date;
|
11282
|
-
deletedAt: Date | null;
|
11283
|
-
attribute: {
|
11284
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
11285
|
-
id: string;
|
11286
|
-
position: number;
|
11287
|
-
createdAt: Date;
|
11288
|
-
updatedAt: Date;
|
11289
|
-
deletedAt: Date | null;
|
11290
|
-
systemName: string;
|
11291
|
-
displayName: string;
|
11292
|
-
isDefault: boolean;
|
11293
|
-
isArchived: boolean;
|
11294
|
-
isRequired: boolean;
|
11295
|
-
isUnique: boolean;
|
11296
|
-
};
|
11297
|
-
textValue: string | null;
|
11298
|
-
booleanValue: boolean | null;
|
11299
|
-
numberValue: number | null;
|
11300
|
-
dateValue: Date | null;
|
11301
|
-
uploads: {
|
11302
|
-
id: string;
|
11303
|
-
createdAt: Date;
|
11304
|
-
updatedAt: Date;
|
11305
|
-
deletedAt: Date | null;
|
11306
|
-
fileName: string;
|
11307
|
-
fileKey: string;
|
11308
|
-
bucketName: string;
|
11309
|
-
fileSize: number;
|
11310
|
-
fileUrl: string | null;
|
11311
|
-
status?: string | undefined;
|
11312
|
-
}[];
|
11313
|
-
}[];
|
11314
11278
|
contact: {
|
11315
11279
|
id: string;
|
11316
11280
|
channel: string | null;
|
@@ -11408,6 +11372,42 @@ export declare const commentContract: {
|
|
11408
11372
|
};
|
11409
11373
|
}[] | undefined;
|
11410
11374
|
};
|
11375
|
+
customFields: {
|
11376
|
+
id: string;
|
11377
|
+
createdAt: Date;
|
11378
|
+
updatedAt: Date;
|
11379
|
+
deletedAt: Date | null;
|
11380
|
+
attribute: {
|
11381
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
11382
|
+
id: string;
|
11383
|
+
position: number;
|
11384
|
+
createdAt: Date;
|
11385
|
+
updatedAt: Date;
|
11386
|
+
deletedAt: Date | null;
|
11387
|
+
systemName: string;
|
11388
|
+
displayName: string;
|
11389
|
+
isDefault: boolean;
|
11390
|
+
isArchived: boolean;
|
11391
|
+
isRequired: boolean;
|
11392
|
+
isUnique: boolean;
|
11393
|
+
};
|
11394
|
+
textValue: string | null;
|
11395
|
+
booleanValue: boolean | null;
|
11396
|
+
numberValue: number | null;
|
11397
|
+
dateValue: Date | null;
|
11398
|
+
uploads: {
|
11399
|
+
id: string;
|
11400
|
+
createdAt: Date;
|
11401
|
+
updatedAt: Date;
|
11402
|
+
deletedAt: Date | null;
|
11403
|
+
fileName: string;
|
11404
|
+
fileKey: string;
|
11405
|
+
bucketName: string;
|
11406
|
+
fileSize: number;
|
11407
|
+
fileUrl: string | null;
|
11408
|
+
status?: string | undefined;
|
11409
|
+
}[];
|
11410
|
+
}[];
|
11411
11411
|
tags: {
|
11412
11412
|
id: string;
|
11413
11413
|
name: string;
|
@@ -11805,46 +11805,10 @@ export declare const commentContract: {
|
|
11805
11805
|
childCategoryList: {
|
11806
11806
|
id: string;
|
11807
11807
|
value: string;
|
11808
|
-
level: 2 | 1 | 3;
|
11809
|
-
parentId: string | null;
|
11810
|
-
childCategoryList: any[];
|
11811
|
-
}[];
|
11812
|
-
}[];
|
11813
|
-
}[];
|
11814
|
-
customFields: {
|
11815
|
-
id: string;
|
11816
|
-
createdAt: Date;
|
11817
|
-
updatedAt: Date;
|
11818
|
-
deletedAt: Date | null;
|
11819
|
-
attribute: {
|
11820
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
11821
|
-
id: string;
|
11822
|
-
position: number;
|
11823
|
-
createdAt: Date;
|
11824
|
-
updatedAt: Date;
|
11825
|
-
deletedAt: Date | null;
|
11826
|
-
systemName: string;
|
11827
|
-
displayName: string;
|
11828
|
-
isDefault: boolean;
|
11829
|
-
isArchived: boolean;
|
11830
|
-
isRequired: boolean;
|
11831
|
-
isUnique: boolean;
|
11832
|
-
};
|
11833
|
-
textValue: string | null;
|
11834
|
-
booleanValue: boolean | null;
|
11835
|
-
numberValue: number | null;
|
11836
|
-
dateValue: Date | null;
|
11837
|
-
uploads: {
|
11838
|
-
id: string;
|
11839
|
-
createdAt: Date;
|
11840
|
-
updatedAt: Date;
|
11841
|
-
deletedAt: Date | null;
|
11842
|
-
fileName: string;
|
11843
|
-
fileKey: string;
|
11844
|
-
bucketName: string;
|
11845
|
-
fileSize: number;
|
11846
|
-
fileUrl: string | null;
|
11847
|
-
status?: string | undefined;
|
11808
|
+
level: 2 | 1 | 3;
|
11809
|
+
parentId: string | null;
|
11810
|
+
childCategoryList: any[];
|
11811
|
+
}[];
|
11848
11812
|
}[];
|
11849
11813
|
}[];
|
11850
11814
|
contact: {
|
@@ -11944,6 +11908,42 @@ export declare const commentContract: {
|
|
11944
11908
|
};
|
11945
11909
|
}[] | undefined;
|
11946
11910
|
};
|
11911
|
+
customFields: {
|
11912
|
+
id: string;
|
11913
|
+
createdAt: Date;
|
11914
|
+
updatedAt: Date;
|
11915
|
+
deletedAt: Date | null;
|
11916
|
+
attribute: {
|
11917
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
11918
|
+
id: string;
|
11919
|
+
position: number;
|
11920
|
+
createdAt: Date;
|
11921
|
+
updatedAt: Date;
|
11922
|
+
deletedAt: Date | null;
|
11923
|
+
systemName: string;
|
11924
|
+
displayName: string;
|
11925
|
+
isDefault: boolean;
|
11926
|
+
isArchived: boolean;
|
11927
|
+
isRequired: boolean;
|
11928
|
+
isUnique: boolean;
|
11929
|
+
};
|
11930
|
+
textValue: string | null;
|
11931
|
+
booleanValue: boolean | null;
|
11932
|
+
numberValue: number | null;
|
11933
|
+
dateValue: Date | null;
|
11934
|
+
uploads: {
|
11935
|
+
id: string;
|
11936
|
+
createdAt: Date;
|
11937
|
+
updatedAt: Date;
|
11938
|
+
deletedAt: Date | null;
|
11939
|
+
fileName: string;
|
11940
|
+
fileKey: string;
|
11941
|
+
bucketName: string;
|
11942
|
+
fileSize: number;
|
11943
|
+
fileUrl: string | null;
|
11944
|
+
status?: string | undefined;
|
11945
|
+
}[];
|
11946
|
+
}[];
|
11947
11947
|
tags: {
|
11948
11948
|
id: string;
|
11949
11949
|
name: string;
|
@@ -12249,42 +12249,6 @@ export declare const commentContract: {
|
|
12249
12249
|
}[];
|
12250
12250
|
}[];
|
12251
12251
|
}[];
|
12252
|
-
customFields: {
|
12253
|
-
id: string;
|
12254
|
-
createdAt: Date;
|
12255
|
-
updatedAt: Date;
|
12256
|
-
deletedAt: Date | null;
|
12257
|
-
attribute: {
|
12258
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
12259
|
-
id: string;
|
12260
|
-
position: number;
|
12261
|
-
createdAt: Date;
|
12262
|
-
updatedAt: Date;
|
12263
|
-
deletedAt: Date | null;
|
12264
|
-
systemName: string;
|
12265
|
-
displayName: string;
|
12266
|
-
isDefault: boolean;
|
12267
|
-
isArchived: boolean;
|
12268
|
-
isRequired: boolean;
|
12269
|
-
isUnique: boolean;
|
12270
|
-
};
|
12271
|
-
textValue: string | null;
|
12272
|
-
booleanValue: boolean | null;
|
12273
|
-
numberValue: number | null;
|
12274
|
-
dateValue: Date | null;
|
12275
|
-
uploads: {
|
12276
|
-
id: string;
|
12277
|
-
createdAt: Date;
|
12278
|
-
updatedAt: Date;
|
12279
|
-
deletedAt: Date | null;
|
12280
|
-
fileName: string;
|
12281
|
-
fileKey: string;
|
12282
|
-
bucketName: string;
|
12283
|
-
fileSize: number;
|
12284
|
-
fileUrl: string | null;
|
12285
|
-
status?: string | undefined;
|
12286
|
-
}[];
|
12287
|
-
}[];
|
12288
12252
|
contact: {
|
12289
12253
|
id: string;
|
12290
12254
|
channel: string | null;
|
@@ -12382,6 +12346,42 @@ export declare const commentContract: {
|
|
12382
12346
|
};
|
12383
12347
|
}[] | undefined;
|
12384
12348
|
};
|
12349
|
+
customFields: {
|
12350
|
+
id: string;
|
12351
|
+
createdAt: Date;
|
12352
|
+
updatedAt: Date;
|
12353
|
+
deletedAt: Date | null;
|
12354
|
+
attribute: {
|
12355
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
12356
|
+
id: string;
|
12357
|
+
position: number;
|
12358
|
+
createdAt: Date;
|
12359
|
+
updatedAt: Date;
|
12360
|
+
deletedAt: Date | null;
|
12361
|
+
systemName: string;
|
12362
|
+
displayName: string;
|
12363
|
+
isDefault: boolean;
|
12364
|
+
isArchived: boolean;
|
12365
|
+
isRequired: boolean;
|
12366
|
+
isUnique: boolean;
|
12367
|
+
};
|
12368
|
+
textValue: string | null;
|
12369
|
+
booleanValue: boolean | null;
|
12370
|
+
numberValue: number | null;
|
12371
|
+
dateValue: Date | null;
|
12372
|
+
uploads: {
|
12373
|
+
id: string;
|
12374
|
+
createdAt: Date;
|
12375
|
+
updatedAt: Date;
|
12376
|
+
deletedAt: Date | null;
|
12377
|
+
fileName: string;
|
12378
|
+
fileKey: string;
|
12379
|
+
bucketName: string;
|
12380
|
+
fileSize: number;
|
12381
|
+
fileUrl: string | null;
|
12382
|
+
status?: string | undefined;
|
12383
|
+
}[];
|
12384
|
+
}[];
|
12385
12385
|
tags: {
|
12386
12386
|
id: string;
|
12387
12387
|
name: string;
|
@@ -12690,42 +12690,6 @@ export declare const commentContract: {
|
|
12690
12690
|
}[];
|
12691
12691
|
}[];
|
12692
12692
|
}[];
|
12693
|
-
customFields: {
|
12694
|
-
id: string;
|
12695
|
-
createdAt: Date;
|
12696
|
-
updatedAt: Date;
|
12697
|
-
deletedAt: Date | null;
|
12698
|
-
attribute: {
|
12699
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
12700
|
-
id: string;
|
12701
|
-
position: number;
|
12702
|
-
createdAt: Date;
|
12703
|
-
updatedAt: Date;
|
12704
|
-
deletedAt: Date | null;
|
12705
|
-
systemName: string;
|
12706
|
-
displayName: string;
|
12707
|
-
isDefault: boolean;
|
12708
|
-
isArchived: boolean;
|
12709
|
-
isRequired: boolean;
|
12710
|
-
isUnique: boolean;
|
12711
|
-
};
|
12712
|
-
textValue: string | null;
|
12713
|
-
booleanValue: boolean | null;
|
12714
|
-
numberValue: number | null;
|
12715
|
-
dateValue: Date | null;
|
12716
|
-
uploads: {
|
12717
|
-
id: string;
|
12718
|
-
createdAt: Date;
|
12719
|
-
updatedAt: Date;
|
12720
|
-
deletedAt: Date | null;
|
12721
|
-
fileName: string;
|
12722
|
-
fileKey: string;
|
12723
|
-
bucketName: string;
|
12724
|
-
fileSize: number;
|
12725
|
-
fileUrl: string | null;
|
12726
|
-
status?: string | undefined;
|
12727
|
-
}[];
|
12728
|
-
}[];
|
12729
12693
|
contact: {
|
12730
12694
|
id: string;
|
12731
12695
|
channel: string | null;
|
@@ -12823,6 +12787,42 @@ export declare const commentContract: {
|
|
12823
12787
|
};
|
12824
12788
|
}[] | undefined;
|
12825
12789
|
};
|
12790
|
+
customFields: {
|
12791
|
+
id: string;
|
12792
|
+
createdAt: Date;
|
12793
|
+
updatedAt: Date;
|
12794
|
+
deletedAt: Date | null;
|
12795
|
+
attribute: {
|
12796
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
12797
|
+
id: string;
|
12798
|
+
position: number;
|
12799
|
+
createdAt: Date;
|
12800
|
+
updatedAt: Date;
|
12801
|
+
deletedAt: Date | null;
|
12802
|
+
systemName: string;
|
12803
|
+
displayName: string;
|
12804
|
+
isDefault: boolean;
|
12805
|
+
isArchived: boolean;
|
12806
|
+
isRequired: boolean;
|
12807
|
+
isUnique: boolean;
|
12808
|
+
};
|
12809
|
+
textValue: string | null;
|
12810
|
+
booleanValue: boolean | null;
|
12811
|
+
numberValue: number | null;
|
12812
|
+
dateValue: Date | null;
|
12813
|
+
uploads: {
|
12814
|
+
id: string;
|
12815
|
+
createdAt: Date;
|
12816
|
+
updatedAt: Date;
|
12817
|
+
deletedAt: Date | null;
|
12818
|
+
fileName: string;
|
12819
|
+
fileKey: string;
|
12820
|
+
bucketName: string;
|
12821
|
+
fileSize: number;
|
12822
|
+
fileUrl: string | null;
|
12823
|
+
status?: string | undefined;
|
12824
|
+
}[];
|
12825
|
+
}[];
|
12826
12826
|
tags: {
|
12827
12827
|
id: string;
|
12828
12828
|
name: string;
|
@@ -13131,42 +13131,6 @@ export declare const commentContract: {
|
|
13131
13131
|
}[];
|
13132
13132
|
}[];
|
13133
13133
|
}[];
|
13134
|
-
customFields: {
|
13135
|
-
id: string;
|
13136
|
-
createdAt: Date;
|
13137
|
-
updatedAt: Date;
|
13138
|
-
deletedAt: Date | null;
|
13139
|
-
attribute: {
|
13140
|
-
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
13141
|
-
id: string;
|
13142
|
-
position: number;
|
13143
|
-
createdAt: Date;
|
13144
|
-
updatedAt: Date;
|
13145
|
-
deletedAt: Date | null;
|
13146
|
-
systemName: string;
|
13147
|
-
displayName: string;
|
13148
|
-
isDefault: boolean;
|
13149
|
-
isArchived: boolean;
|
13150
|
-
isRequired: boolean;
|
13151
|
-
isUnique: boolean;
|
13152
|
-
};
|
13153
|
-
textValue: string | null;
|
13154
|
-
booleanValue: boolean | null;
|
13155
|
-
numberValue: number | null;
|
13156
|
-
dateValue: Date | null;
|
13157
|
-
uploads: {
|
13158
|
-
id: string;
|
13159
|
-
createdAt: Date;
|
13160
|
-
updatedAt: Date;
|
13161
|
-
deletedAt: Date | null;
|
13162
|
-
fileName: string;
|
13163
|
-
fileKey: string;
|
13164
|
-
bucketName: string;
|
13165
|
-
fileSize: number;
|
13166
|
-
fileUrl: string | null;
|
13167
|
-
status?: string | undefined;
|
13168
|
-
}[];
|
13169
|
-
}[];
|
13170
13134
|
contact: {
|
13171
13135
|
id: string;
|
13172
13136
|
channel: string | null;
|
@@ -13264,6 +13228,42 @@ export declare const commentContract: {
|
|
13264
13228
|
};
|
13265
13229
|
}[] | undefined;
|
13266
13230
|
};
|
13231
|
+
customFields: {
|
13232
|
+
id: string;
|
13233
|
+
createdAt: Date;
|
13234
|
+
updatedAt: Date;
|
13235
|
+
deletedAt: Date | null;
|
13236
|
+
attribute: {
|
13237
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
13238
|
+
id: string;
|
13239
|
+
position: number;
|
13240
|
+
createdAt: Date;
|
13241
|
+
updatedAt: Date;
|
13242
|
+
deletedAt: Date | null;
|
13243
|
+
systemName: string;
|
13244
|
+
displayName: string;
|
13245
|
+
isDefault: boolean;
|
13246
|
+
isArchived: boolean;
|
13247
|
+
isRequired: boolean;
|
13248
|
+
isUnique: boolean;
|
13249
|
+
};
|
13250
|
+
textValue: string | null;
|
13251
|
+
booleanValue: boolean | null;
|
13252
|
+
numberValue: number | null;
|
13253
|
+
dateValue: Date | null;
|
13254
|
+
uploads: {
|
13255
|
+
id: string;
|
13256
|
+
createdAt: Date;
|
13257
|
+
updatedAt: Date;
|
13258
|
+
deletedAt: Date | null;
|
13259
|
+
fileName: string;
|
13260
|
+
fileKey: string;
|
13261
|
+
bucketName: string;
|
13262
|
+
fileSize: number;
|
13263
|
+
fileUrl: string | null;
|
13264
|
+
status?: string | undefined;
|
13265
|
+
}[];
|
13266
|
+
}[];
|
13267
13267
|
tags: {
|
13268
13268
|
id: string;
|
13269
13269
|
name: string;
|