@kl1/contracts 1.3.74 → 1.3.76

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.
@@ -19411,6 +19411,16 @@ export declare const apiContract: {
19411
19411
  }, {
19412
19412
  queueName?: string | null | undefined;
19413
19413
  }>>;
19414
+ automationQueue: import("zod").ZodNullable<import("zod").ZodObject<{
19415
+ id: import("zod").ZodString;
19416
+ name: import("zod").ZodString;
19417
+ }, "strip", import("zod").ZodTypeAny, {
19418
+ name: string;
19419
+ id: string;
19420
+ }, {
19421
+ name: string;
19422
+ id: string;
19423
+ }>>;
19414
19424
  contact: import("zod").ZodNullable<import("zod").ZodObject<{
19415
19425
  id: import("zod").ZodString;
19416
19426
  createdAt: import("zod").ZodDate;
@@ -21622,6 +21632,10 @@ export declare const apiContract: {
21622
21632
  queue: {
21623
21633
  queueName?: string | null | undefined;
21624
21634
  } | null;
21635
+ automationQueue: {
21636
+ name: string;
21637
+ id: string;
21638
+ } | null;
21625
21639
  firstAssignee: {
21626
21640
  name: string;
21627
21641
  id: string;
@@ -22565,6 +22579,10 @@ export declare const apiContract: {
22565
22579
  queue: {
22566
22580
  queueName?: string | null | undefined;
22567
22581
  } | null;
22582
+ automationQueue: {
22583
+ name: string;
22584
+ id: string;
22585
+ } | null;
22568
22586
  firstAssignee: {
22569
22587
  name: string;
22570
22588
  id: string;
@@ -23514,6 +23532,10 @@ export declare const apiContract: {
23514
23532
  queue: {
23515
23533
  queueName?: string | null | undefined;
23516
23534
  } | null;
23535
+ automationQueue: {
23536
+ name: string;
23537
+ id: string;
23538
+ } | null;
23517
23539
  firstAssignee: {
23518
23540
  name: string;
23519
23541
  id: string;
@@ -24463,6 +24485,10 @@ export declare const apiContract: {
24463
24485
  queue: {
24464
24486
  queueName?: string | null | undefined;
24465
24487
  } | null;
24488
+ automationQueue: {
24489
+ name: string;
24490
+ id: string;
24491
+ } | null;
24466
24492
  firstAssignee: {
24467
24493
  name: string;
24468
24494
  id: string;
@@ -26256,6 +26282,7 @@ export declare const apiContract: {
26256
26282
  closed: import("zod").ZodNullable<import("zod").ZodNumber>;
26257
26283
  unassignedOpen: import("zod").ZodNullable<import("zod").ZodNumber>;
26258
26284
  assignedOpen: import("zod").ZodNullable<import("zod").ZodNumber>;
26285
+ botRoom: import("zod").ZodNullable<import("zod").ZodNumber>;
26259
26286
  hold: import("zod").ZodNumber;
26260
26287
  }, "strip", import("zod").ZodTypeAny, {
26261
26288
  total: number | null;
@@ -26263,12 +26290,14 @@ export declare const apiContract: {
26263
26290
  hold: number;
26264
26291
  unassignedOpen: number | null;
26265
26292
  assignedOpen: number | null;
26293
+ botRoom: number | null;
26266
26294
  }, {
26267
26295
  total: number | null;
26268
26296
  closed: number | null;
26269
26297
  hold: number;
26270
26298
  unassignedOpen: number | null;
26271
26299
  assignedOpen: number | null;
26300
+ botRoom: number | null;
26272
26301
  }>;
26273
26302
  }, "strip", import("zod").ZodTypeAny, {
26274
26303
  requestId: string;
@@ -26278,6 +26307,7 @@ export declare const apiContract: {
26278
26307
  hold: number;
26279
26308
  unassignedOpen: number | null;
26280
26309
  assignedOpen: number | null;
26310
+ botRoom: number | null;
26281
26311
  };
26282
26312
  }, {
26283
26313
  requestId: string;
@@ -26287,6 +26317,7 @@ export declare const apiContract: {
26287
26317
  hold: number;
26288
26318
  unassignedOpen: number | null;
26289
26319
  assignedOpen: number | null;
26320
+ botRoom: number | null;
26290
26321
  };
26291
26322
  }>;
26292
26323
  401: import("zod").ZodObject<{