@kl1/contracts 1.1.61-uat → 1.1.63-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -1880,7 +1880,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1880
1880
  telephonySignature: string | null;
1881
1881
  };
1882
1882
  }>;
1883
- assignee: z.ZodObject<{
1883
+ firstAssignee: z.ZodNullable<z.ZodObject<{
1884
1884
  id: z.ZodString;
1885
1885
  createdAt: z.ZodDate;
1886
1886
  updatedAt: z.ZodDate;
@@ -2083,7 +2083,415 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2083
2083
  extensionName: string;
2084
2084
  telephonySignature: string | null;
2085
2085
  };
2086
- }>;
2086
+ }>>;
2087
+ assignee: z.ZodNullable<z.ZodObject<{
2088
+ id: z.ZodString;
2089
+ createdAt: z.ZodDate;
2090
+ updatedAt: z.ZodDate;
2091
+ deletedAt: z.ZodNullable<z.ZodDate>;
2092
+ name: z.ZodString;
2093
+ email: z.ZodString;
2094
+ emailVerifiedAt: z.ZodNullable<z.ZodDate>;
2095
+ password: z.ZodString;
2096
+ address: z.ZodNullable<z.ZodString>;
2097
+ phone: z.ZodNullable<z.ZodString>;
2098
+ notificationCount: z.ZodNullable<z.ZodNumber>;
2099
+ roles: z.ZodArray<z.ZodObject<{
2100
+ id: z.ZodString;
2101
+ createdAt: z.ZodDate;
2102
+ updatedAt: z.ZodDate;
2103
+ deletedAt: z.ZodNullable<z.ZodDate>;
2104
+ systemName: z.ZodString;
2105
+ displayName: z.ZodString;
2106
+ description: z.ZodNullable<z.ZodString>;
2107
+ permissions: z.ZodArray<z.ZodObject<{
2108
+ id: z.ZodString;
2109
+ createdAt: z.ZodDate;
2110
+ updatedAt: z.ZodDate;
2111
+ deletedAt: z.ZodNullable<z.ZodDate>;
2112
+ systemName: z.ZodString;
2113
+ displayName: z.ZodString;
2114
+ description: z.ZodNullable<z.ZodString>;
2115
+ }, "strip", z.ZodTypeAny, {
2116
+ id: string;
2117
+ description: string | null;
2118
+ createdAt: Date;
2119
+ updatedAt: Date;
2120
+ deletedAt: Date | null;
2121
+ systemName: string;
2122
+ displayName: string;
2123
+ }, {
2124
+ id: string;
2125
+ description: string | null;
2126
+ createdAt: Date;
2127
+ updatedAt: Date;
2128
+ deletedAt: Date | null;
2129
+ systemName: string;
2130
+ displayName: string;
2131
+ }>, "many">;
2132
+ }, "strip", z.ZodTypeAny, {
2133
+ id: string;
2134
+ description: string | null;
2135
+ createdAt: Date;
2136
+ updatedAt: Date;
2137
+ deletedAt: Date | null;
2138
+ systemName: string;
2139
+ displayName: string;
2140
+ permissions: {
2141
+ id: string;
2142
+ description: string | null;
2143
+ createdAt: Date;
2144
+ updatedAt: Date;
2145
+ deletedAt: Date | null;
2146
+ systemName: string;
2147
+ displayName: string;
2148
+ }[];
2149
+ }, {
2150
+ id: string;
2151
+ description: string | null;
2152
+ createdAt: Date;
2153
+ updatedAt: Date;
2154
+ deletedAt: Date | null;
2155
+ systemName: string;
2156
+ displayName: string;
2157
+ permissions: {
2158
+ id: string;
2159
+ description: string | null;
2160
+ createdAt: Date;
2161
+ updatedAt: Date;
2162
+ deletedAt: Date | null;
2163
+ systemName: string;
2164
+ displayName: string;
2165
+ }[];
2166
+ }>, "many">;
2167
+ extension: z.ZodObject<{
2168
+ id: z.ZodString;
2169
+ createdAt: z.ZodDate;
2170
+ updatedAt: z.ZodDate;
2171
+ deletedAt: z.ZodNullable<z.ZodDate>;
2172
+ userId: z.ZodNullable<z.ZodString>;
2173
+ sipServerUrl: z.ZodString;
2174
+ sipUserName: z.ZodString;
2175
+ webphoneLoginUser: z.ZodString;
2176
+ extensionId: z.ZodNullable<z.ZodString>;
2177
+ extensionName: z.ZodString;
2178
+ telephonySignature: z.ZodNullable<z.ZodString>;
2179
+ }, "strip", z.ZodTypeAny, {
2180
+ id: string;
2181
+ createdAt: Date;
2182
+ updatedAt: Date;
2183
+ deletedAt: Date | null;
2184
+ userId: string | null;
2185
+ sipServerUrl: string;
2186
+ sipUserName: string;
2187
+ webphoneLoginUser: string;
2188
+ extensionId: string | null;
2189
+ extensionName: string;
2190
+ telephonySignature: string | null;
2191
+ }, {
2192
+ id: string;
2193
+ createdAt: Date;
2194
+ updatedAt: Date;
2195
+ deletedAt: Date | null;
2196
+ userId: string | null;
2197
+ sipServerUrl: string;
2198
+ sipUserName: string;
2199
+ webphoneLoginUser: string;
2200
+ extensionId: string | null;
2201
+ extensionName: string;
2202
+ telephonySignature: string | null;
2203
+ }>;
2204
+ }, "strip", z.ZodTypeAny, {
2205
+ id: string;
2206
+ address: string | null;
2207
+ name: string;
2208
+ email: string;
2209
+ createdAt: Date;
2210
+ updatedAt: Date;
2211
+ deletedAt: Date | null;
2212
+ emailVerifiedAt: Date | null;
2213
+ password: string;
2214
+ phone: string | null;
2215
+ notificationCount: number | null;
2216
+ roles: {
2217
+ id: string;
2218
+ description: string | null;
2219
+ createdAt: Date;
2220
+ updatedAt: Date;
2221
+ deletedAt: Date | null;
2222
+ systemName: string;
2223
+ displayName: string;
2224
+ permissions: {
2225
+ id: string;
2226
+ description: string | null;
2227
+ createdAt: Date;
2228
+ updatedAt: Date;
2229
+ deletedAt: Date | null;
2230
+ systemName: string;
2231
+ displayName: string;
2232
+ }[];
2233
+ }[];
2234
+ extension: {
2235
+ id: string;
2236
+ createdAt: Date;
2237
+ updatedAt: Date;
2238
+ deletedAt: Date | null;
2239
+ userId: string | null;
2240
+ sipServerUrl: string;
2241
+ sipUserName: string;
2242
+ webphoneLoginUser: string;
2243
+ extensionId: string | null;
2244
+ extensionName: string;
2245
+ telephonySignature: string | null;
2246
+ };
2247
+ }, {
2248
+ id: string;
2249
+ address: string | null;
2250
+ name: string;
2251
+ email: string;
2252
+ createdAt: Date;
2253
+ updatedAt: Date;
2254
+ deletedAt: Date | null;
2255
+ emailVerifiedAt: Date | null;
2256
+ password: string;
2257
+ phone: string | null;
2258
+ notificationCount: number | null;
2259
+ roles: {
2260
+ id: string;
2261
+ description: string | null;
2262
+ createdAt: Date;
2263
+ updatedAt: Date;
2264
+ deletedAt: Date | null;
2265
+ systemName: string;
2266
+ displayName: string;
2267
+ permissions: {
2268
+ id: string;
2269
+ description: string | null;
2270
+ createdAt: Date;
2271
+ updatedAt: Date;
2272
+ deletedAt: Date | null;
2273
+ systemName: string;
2274
+ displayName: string;
2275
+ }[];
2276
+ }[];
2277
+ extension: {
2278
+ id: string;
2279
+ createdAt: Date;
2280
+ updatedAt: Date;
2281
+ deletedAt: Date | null;
2282
+ userId: string | null;
2283
+ sipServerUrl: string;
2284
+ sipUserName: string;
2285
+ webphoneLoginUser: string;
2286
+ extensionId: string | null;
2287
+ extensionName: string;
2288
+ telephonySignature: string | null;
2289
+ };
2290
+ }>>;
2291
+ closedAssignee: z.ZodNullable<z.ZodObject<{
2292
+ id: z.ZodString;
2293
+ createdAt: z.ZodDate;
2294
+ updatedAt: z.ZodDate;
2295
+ deletedAt: z.ZodNullable<z.ZodDate>;
2296
+ name: z.ZodString;
2297
+ email: z.ZodString;
2298
+ emailVerifiedAt: z.ZodNullable<z.ZodDate>;
2299
+ password: z.ZodString;
2300
+ address: z.ZodNullable<z.ZodString>;
2301
+ phone: z.ZodNullable<z.ZodString>;
2302
+ notificationCount: z.ZodNullable<z.ZodNumber>;
2303
+ roles: z.ZodArray<z.ZodObject<{
2304
+ id: z.ZodString;
2305
+ createdAt: z.ZodDate;
2306
+ updatedAt: z.ZodDate;
2307
+ deletedAt: z.ZodNullable<z.ZodDate>;
2308
+ systemName: z.ZodString;
2309
+ displayName: z.ZodString;
2310
+ description: z.ZodNullable<z.ZodString>;
2311
+ permissions: z.ZodArray<z.ZodObject<{
2312
+ id: z.ZodString;
2313
+ createdAt: z.ZodDate;
2314
+ updatedAt: z.ZodDate;
2315
+ deletedAt: z.ZodNullable<z.ZodDate>;
2316
+ systemName: z.ZodString;
2317
+ displayName: z.ZodString;
2318
+ description: z.ZodNullable<z.ZodString>;
2319
+ }, "strip", z.ZodTypeAny, {
2320
+ id: string;
2321
+ description: string | null;
2322
+ createdAt: Date;
2323
+ updatedAt: Date;
2324
+ deletedAt: Date | null;
2325
+ systemName: string;
2326
+ displayName: string;
2327
+ }, {
2328
+ id: string;
2329
+ description: string | null;
2330
+ createdAt: Date;
2331
+ updatedAt: Date;
2332
+ deletedAt: Date | null;
2333
+ systemName: string;
2334
+ displayName: string;
2335
+ }>, "many">;
2336
+ }, "strip", z.ZodTypeAny, {
2337
+ id: string;
2338
+ description: string | null;
2339
+ createdAt: Date;
2340
+ updatedAt: Date;
2341
+ deletedAt: Date | null;
2342
+ systemName: string;
2343
+ displayName: string;
2344
+ permissions: {
2345
+ id: string;
2346
+ description: string | null;
2347
+ createdAt: Date;
2348
+ updatedAt: Date;
2349
+ deletedAt: Date | null;
2350
+ systemName: string;
2351
+ displayName: string;
2352
+ }[];
2353
+ }, {
2354
+ id: string;
2355
+ description: string | null;
2356
+ createdAt: Date;
2357
+ updatedAt: Date;
2358
+ deletedAt: Date | null;
2359
+ systemName: string;
2360
+ displayName: string;
2361
+ permissions: {
2362
+ id: string;
2363
+ description: string | null;
2364
+ createdAt: Date;
2365
+ updatedAt: Date;
2366
+ deletedAt: Date | null;
2367
+ systemName: string;
2368
+ displayName: string;
2369
+ }[];
2370
+ }>, "many">;
2371
+ extension: z.ZodObject<{
2372
+ id: z.ZodString;
2373
+ createdAt: z.ZodDate;
2374
+ updatedAt: z.ZodDate;
2375
+ deletedAt: z.ZodNullable<z.ZodDate>;
2376
+ userId: z.ZodNullable<z.ZodString>;
2377
+ sipServerUrl: z.ZodString;
2378
+ sipUserName: z.ZodString;
2379
+ webphoneLoginUser: z.ZodString;
2380
+ extensionId: z.ZodNullable<z.ZodString>;
2381
+ extensionName: z.ZodString;
2382
+ telephonySignature: z.ZodNullable<z.ZodString>;
2383
+ }, "strip", z.ZodTypeAny, {
2384
+ id: string;
2385
+ createdAt: Date;
2386
+ updatedAt: Date;
2387
+ deletedAt: Date | null;
2388
+ userId: string | null;
2389
+ sipServerUrl: string;
2390
+ sipUserName: string;
2391
+ webphoneLoginUser: string;
2392
+ extensionId: string | null;
2393
+ extensionName: string;
2394
+ telephonySignature: string | null;
2395
+ }, {
2396
+ id: string;
2397
+ createdAt: Date;
2398
+ updatedAt: Date;
2399
+ deletedAt: Date | null;
2400
+ userId: string | null;
2401
+ sipServerUrl: string;
2402
+ sipUserName: string;
2403
+ webphoneLoginUser: string;
2404
+ extensionId: string | null;
2405
+ extensionName: string;
2406
+ telephonySignature: string | null;
2407
+ }>;
2408
+ }, "strip", z.ZodTypeAny, {
2409
+ id: string;
2410
+ address: string | null;
2411
+ name: string;
2412
+ email: string;
2413
+ createdAt: Date;
2414
+ updatedAt: Date;
2415
+ deletedAt: Date | null;
2416
+ emailVerifiedAt: Date | null;
2417
+ password: string;
2418
+ phone: string | null;
2419
+ notificationCount: number | null;
2420
+ roles: {
2421
+ id: string;
2422
+ description: string | null;
2423
+ createdAt: Date;
2424
+ updatedAt: Date;
2425
+ deletedAt: Date | null;
2426
+ systemName: string;
2427
+ displayName: string;
2428
+ permissions: {
2429
+ id: string;
2430
+ description: string | null;
2431
+ createdAt: Date;
2432
+ updatedAt: Date;
2433
+ deletedAt: Date | null;
2434
+ systemName: string;
2435
+ displayName: string;
2436
+ }[];
2437
+ }[];
2438
+ extension: {
2439
+ id: string;
2440
+ createdAt: Date;
2441
+ updatedAt: Date;
2442
+ deletedAt: Date | null;
2443
+ userId: string | null;
2444
+ sipServerUrl: string;
2445
+ sipUserName: string;
2446
+ webphoneLoginUser: string;
2447
+ extensionId: string | null;
2448
+ extensionName: string;
2449
+ telephonySignature: string | null;
2450
+ };
2451
+ }, {
2452
+ id: string;
2453
+ address: string | null;
2454
+ name: string;
2455
+ email: string;
2456
+ createdAt: Date;
2457
+ updatedAt: Date;
2458
+ deletedAt: Date | null;
2459
+ emailVerifiedAt: Date | null;
2460
+ password: string;
2461
+ phone: string | null;
2462
+ notificationCount: number | null;
2463
+ roles: {
2464
+ id: string;
2465
+ description: string | null;
2466
+ createdAt: Date;
2467
+ updatedAt: Date;
2468
+ deletedAt: Date | null;
2469
+ systemName: string;
2470
+ displayName: string;
2471
+ permissions: {
2472
+ id: string;
2473
+ description: string | null;
2474
+ createdAt: Date;
2475
+ updatedAt: Date;
2476
+ deletedAt: Date | null;
2477
+ systemName: string;
2478
+ displayName: string;
2479
+ }[];
2480
+ }[];
2481
+ extension: {
2482
+ id: string;
2483
+ createdAt: Date;
2484
+ updatedAt: Date;
2485
+ deletedAt: Date | null;
2486
+ userId: string | null;
2487
+ sipServerUrl: string;
2488
+ sipUserName: string;
2489
+ webphoneLoginUser: string;
2490
+ extensionId: string | null;
2491
+ extensionName: string;
2492
+ telephonySignature: string | null;
2493
+ };
2494
+ }>>;
2087
2495
  channel: z.ZodObject<{
2088
2496
  id: z.ZodString;
2089
2497
  createdAt: z.ZodDate;
@@ -2729,6 +3137,50 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2729
3137
  channelId: string;
2730
3138
  socialPlatformId: string;
2731
3139
  };
3140
+ firstAssignee: {
3141
+ id: string;
3142
+ address: string | null;
3143
+ name: string;
3144
+ email: string;
3145
+ createdAt: Date;
3146
+ updatedAt: Date;
3147
+ deletedAt: Date | null;
3148
+ emailVerifiedAt: Date | null;
3149
+ password: string;
3150
+ phone: string | null;
3151
+ notificationCount: number | null;
3152
+ roles: {
3153
+ id: string;
3154
+ description: string | null;
3155
+ createdAt: Date;
3156
+ updatedAt: Date;
3157
+ deletedAt: Date | null;
3158
+ systemName: string;
3159
+ displayName: string;
3160
+ permissions: {
3161
+ id: string;
3162
+ description: string | null;
3163
+ createdAt: Date;
3164
+ updatedAt: Date;
3165
+ deletedAt: Date | null;
3166
+ systemName: string;
3167
+ displayName: string;
3168
+ }[];
3169
+ }[];
3170
+ extension: {
3171
+ id: string;
3172
+ createdAt: Date;
3173
+ updatedAt: Date;
3174
+ deletedAt: Date | null;
3175
+ userId: string | null;
3176
+ sipServerUrl: string;
3177
+ sipUserName: string;
3178
+ webphoneLoginUser: string;
3179
+ extensionId: string | null;
3180
+ extensionName: string;
3181
+ telephonySignature: string | null;
3182
+ };
3183
+ } | null;
2732
3184
  assignee: {
2733
3185
  id: string;
2734
3186
  address: string | null;
@@ -2772,7 +3224,51 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2772
3224
  extensionName: string;
2773
3225
  telephonySignature: string | null;
2774
3226
  };
2775
- };
3227
+ } | null;
3228
+ closedAssignee: {
3229
+ id: string;
3230
+ address: string | null;
3231
+ name: string;
3232
+ email: string;
3233
+ createdAt: Date;
3234
+ updatedAt: Date;
3235
+ deletedAt: Date | null;
3236
+ emailVerifiedAt: Date | null;
3237
+ password: string;
3238
+ phone: string | null;
3239
+ notificationCount: number | null;
3240
+ roles: {
3241
+ id: string;
3242
+ description: string | null;
3243
+ createdAt: Date;
3244
+ updatedAt: Date;
3245
+ deletedAt: Date | null;
3246
+ systemName: string;
3247
+ displayName: string;
3248
+ permissions: {
3249
+ id: string;
3250
+ description: string | null;
3251
+ createdAt: Date;
3252
+ updatedAt: Date;
3253
+ deletedAt: Date | null;
3254
+ systemName: string;
3255
+ displayName: string;
3256
+ }[];
3257
+ }[];
3258
+ extension: {
3259
+ id: string;
3260
+ createdAt: Date;
3261
+ updatedAt: Date;
3262
+ deletedAt: Date | null;
3263
+ userId: string | null;
3264
+ sipServerUrl: string;
3265
+ sipUserName: string;
3266
+ webphoneLoginUser: string;
3267
+ extensionId: string | null;
3268
+ extensionName: string;
3269
+ telephonySignature: string | null;
3270
+ };
3271
+ } | null;
2776
3272
  }, {
2777
3273
  id: string;
2778
3274
  channel: {
@@ -2989,33 +3485,121 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2989
3485
  }[];
2990
3486
  contactPhones: {
2991
3487
  id: string;
2992
- isPrimary: boolean;
3488
+ isPrimary: boolean;
3489
+ createdAt: Date;
3490
+ updatedAt: Date;
3491
+ deletedAt: Date | null;
3492
+ phone: string;
3493
+ }[];
3494
+ activityLogs?: {
3495
+ id: string;
3496
+ description: string;
3497
+ createdAt: Date;
3498
+ updatedAt: Date;
3499
+ deletedAt: Date | null;
3500
+ entityId: string;
3501
+ entityType: {
3502
+ id: string;
3503
+ description: string | null;
3504
+ createdAt: Date;
3505
+ updatedAt: Date;
3506
+ deletedAt: Date | null;
3507
+ entity: string;
3508
+ };
3509
+ }[] | undefined;
3510
+ };
3511
+ channelId: string;
3512
+ socialPlatformId: string;
3513
+ };
3514
+ firstAssignee: {
3515
+ id: string;
3516
+ address: string | null;
3517
+ name: string;
3518
+ email: string;
3519
+ createdAt: Date;
3520
+ updatedAt: Date;
3521
+ deletedAt: Date | null;
3522
+ emailVerifiedAt: Date | null;
3523
+ password: string;
3524
+ phone: string | null;
3525
+ notificationCount: number | null;
3526
+ roles: {
3527
+ id: string;
3528
+ description: string | null;
3529
+ createdAt: Date;
3530
+ updatedAt: Date;
3531
+ deletedAt: Date | null;
3532
+ systemName: string;
3533
+ displayName: string;
3534
+ permissions: {
3535
+ id: string;
3536
+ description: string | null;
2993
3537
  createdAt: Date;
2994
3538
  updatedAt: Date;
2995
3539
  deletedAt: Date | null;
2996
- phone: string;
3540
+ systemName: string;
3541
+ displayName: string;
2997
3542
  }[];
2998
- activityLogs?: {
3543
+ }[];
3544
+ extension: {
3545
+ id: string;
3546
+ createdAt: Date;
3547
+ updatedAt: Date;
3548
+ deletedAt: Date | null;
3549
+ userId: string | null;
3550
+ sipServerUrl: string;
3551
+ sipUserName: string;
3552
+ webphoneLoginUser: string;
3553
+ extensionId: string | null;
3554
+ extensionName: string;
3555
+ telephonySignature: string | null;
3556
+ };
3557
+ } | null;
3558
+ assignee: {
3559
+ id: string;
3560
+ address: string | null;
3561
+ name: string;
3562
+ email: string;
3563
+ createdAt: Date;
3564
+ updatedAt: Date;
3565
+ deletedAt: Date | null;
3566
+ emailVerifiedAt: Date | null;
3567
+ password: string;
3568
+ phone: string | null;
3569
+ notificationCount: number | null;
3570
+ roles: {
3571
+ id: string;
3572
+ description: string | null;
3573
+ createdAt: Date;
3574
+ updatedAt: Date;
3575
+ deletedAt: Date | null;
3576
+ systemName: string;
3577
+ displayName: string;
3578
+ permissions: {
2999
3579
  id: string;
3000
- description: string;
3580
+ description: string | null;
3001
3581
  createdAt: Date;
3002
3582
  updatedAt: Date;
3003
3583
  deletedAt: Date | null;
3004
- entityId: string;
3005
- entityType: {
3006
- id: string;
3007
- description: string | null;
3008
- createdAt: Date;
3009
- updatedAt: Date;
3010
- deletedAt: Date | null;
3011
- entity: string;
3012
- };
3013
- }[] | undefined;
3584
+ systemName: string;
3585
+ displayName: string;
3586
+ }[];
3587
+ }[];
3588
+ extension: {
3589
+ id: string;
3590
+ createdAt: Date;
3591
+ updatedAt: Date;
3592
+ deletedAt: Date | null;
3593
+ userId: string | null;
3594
+ sipServerUrl: string;
3595
+ sipUserName: string;
3596
+ webphoneLoginUser: string;
3597
+ extensionId: string | null;
3598
+ extensionName: string;
3599
+ telephonySignature: string | null;
3014
3600
  };
3015
- channelId: string;
3016
- socialPlatformId: string;
3017
- };
3018
- assignee: {
3601
+ } | null;
3602
+ closedAssignee: {
3019
3603
  id: string;
3020
3604
  address: string | null;
3021
3605
  name: string;
@@ -3058,7 +3642,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3058
3642
  extensionName: string;
3059
3643
  telephonySignature: string | null;
3060
3644
  };
3061
- };
3645
+ } | null;
3062
3646
  }>>;
3063
3647
  telephonyCdr: z.ZodNullable<z.ZodObject<{
3064
3648
  id: z.ZodString;
@@ -6511,6 +7095,50 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6511
7095
  channelId: string;
6512
7096
  socialPlatformId: string;
6513
7097
  };
7098
+ firstAssignee: {
7099
+ id: string;
7100
+ address: string | null;
7101
+ name: string;
7102
+ email: string;
7103
+ createdAt: Date;
7104
+ updatedAt: Date;
7105
+ deletedAt: Date | null;
7106
+ emailVerifiedAt: Date | null;
7107
+ password: string;
7108
+ phone: string | null;
7109
+ notificationCount: number | null;
7110
+ roles: {
7111
+ id: string;
7112
+ description: string | null;
7113
+ createdAt: Date;
7114
+ updatedAt: Date;
7115
+ deletedAt: Date | null;
7116
+ systemName: string;
7117
+ displayName: string;
7118
+ permissions: {
7119
+ id: string;
7120
+ description: string | null;
7121
+ createdAt: Date;
7122
+ updatedAt: Date;
7123
+ deletedAt: Date | null;
7124
+ systemName: string;
7125
+ displayName: string;
7126
+ }[];
7127
+ }[];
7128
+ extension: {
7129
+ id: string;
7130
+ createdAt: Date;
7131
+ updatedAt: Date;
7132
+ deletedAt: Date | null;
7133
+ userId: string | null;
7134
+ sipServerUrl: string;
7135
+ sipUserName: string;
7136
+ webphoneLoginUser: string;
7137
+ extensionId: string | null;
7138
+ extensionName: string;
7139
+ telephonySignature: string | null;
7140
+ };
7141
+ } | null;
6514
7142
  assignee: {
6515
7143
  id: string;
6516
7144
  address: string | null;
@@ -6554,7 +7182,51 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6554
7182
  extensionName: string;
6555
7183
  telephonySignature: string | null;
6556
7184
  };
6557
- };
7185
+ } | null;
7186
+ closedAssignee: {
7187
+ id: string;
7188
+ address: string | null;
7189
+ name: string;
7190
+ email: string;
7191
+ createdAt: Date;
7192
+ updatedAt: Date;
7193
+ deletedAt: Date | null;
7194
+ emailVerifiedAt: Date | null;
7195
+ password: string;
7196
+ phone: string | null;
7197
+ notificationCount: number | null;
7198
+ roles: {
7199
+ id: string;
7200
+ description: string | null;
7201
+ createdAt: Date;
7202
+ updatedAt: Date;
7203
+ deletedAt: Date | null;
7204
+ systemName: string;
7205
+ displayName: string;
7206
+ permissions: {
7207
+ id: string;
7208
+ description: string | null;
7209
+ createdAt: Date;
7210
+ updatedAt: Date;
7211
+ deletedAt: Date | null;
7212
+ systemName: string;
7213
+ displayName: string;
7214
+ }[];
7215
+ }[];
7216
+ extension: {
7217
+ id: string;
7218
+ createdAt: Date;
7219
+ updatedAt: Date;
7220
+ deletedAt: Date | null;
7221
+ userId: string | null;
7222
+ sipServerUrl: string;
7223
+ sipUserName: string;
7224
+ webphoneLoginUser: string;
7225
+ extensionId: string | null;
7226
+ extensionName: string;
7227
+ telephonySignature: string | null;
7228
+ };
7229
+ } | null;
6558
7230
  } | null;
6559
7231
  telephonyCdr: {
6560
7232
  type: string;
@@ -7280,6 +7952,50 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7280
7952
  channelId: string;
7281
7953
  socialPlatformId: string;
7282
7954
  };
7955
+ firstAssignee: {
7956
+ id: string;
7957
+ address: string | null;
7958
+ name: string;
7959
+ email: string;
7960
+ createdAt: Date;
7961
+ updatedAt: Date;
7962
+ deletedAt: Date | null;
7963
+ emailVerifiedAt: Date | null;
7964
+ password: string;
7965
+ phone: string | null;
7966
+ notificationCount: number | null;
7967
+ roles: {
7968
+ id: string;
7969
+ description: string | null;
7970
+ createdAt: Date;
7971
+ updatedAt: Date;
7972
+ deletedAt: Date | null;
7973
+ systemName: string;
7974
+ displayName: string;
7975
+ permissions: {
7976
+ id: string;
7977
+ description: string | null;
7978
+ createdAt: Date;
7979
+ updatedAt: Date;
7980
+ deletedAt: Date | null;
7981
+ systemName: string;
7982
+ displayName: string;
7983
+ }[];
7984
+ }[];
7985
+ extension: {
7986
+ id: string;
7987
+ createdAt: Date;
7988
+ updatedAt: Date;
7989
+ deletedAt: Date | null;
7990
+ userId: string | null;
7991
+ sipServerUrl: string;
7992
+ sipUserName: string;
7993
+ webphoneLoginUser: string;
7994
+ extensionId: string | null;
7995
+ extensionName: string;
7996
+ telephonySignature: string | null;
7997
+ };
7998
+ } | null;
7283
7999
  assignee: {
7284
8000
  id: string;
7285
8001
  address: string | null;
@@ -7323,7 +8039,51 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7323
8039
  extensionName: string;
7324
8040
  telephonySignature: string | null;
7325
8041
  };
7326
- };
8042
+ } | null;
8043
+ closedAssignee: {
8044
+ id: string;
8045
+ address: string | null;
8046
+ name: string;
8047
+ email: string;
8048
+ createdAt: Date;
8049
+ updatedAt: Date;
8050
+ deletedAt: Date | null;
8051
+ emailVerifiedAt: Date | null;
8052
+ password: string;
8053
+ phone: string | null;
8054
+ notificationCount: number | null;
8055
+ roles: {
8056
+ id: string;
8057
+ description: string | null;
8058
+ createdAt: Date;
8059
+ updatedAt: Date;
8060
+ deletedAt: Date | null;
8061
+ systemName: string;
8062
+ displayName: string;
8063
+ permissions: {
8064
+ id: string;
8065
+ description: string | null;
8066
+ createdAt: Date;
8067
+ updatedAt: Date;
8068
+ deletedAt: Date | null;
8069
+ systemName: string;
8070
+ displayName: string;
8071
+ }[];
8072
+ }[];
8073
+ extension: {
8074
+ id: string;
8075
+ createdAt: Date;
8076
+ updatedAt: Date;
8077
+ deletedAt: Date | null;
8078
+ userId: string | null;
8079
+ sipServerUrl: string;
8080
+ sipUserName: string;
8081
+ webphoneLoginUser: string;
8082
+ extensionId: string | null;
8083
+ extensionName: string;
8084
+ telephonySignature: string | null;
8085
+ };
8086
+ } | null;
7327
8087
  } | null;
7328
8088
  telephonyCdr: {
7329
8089
  type: string;