@kl1/contracts 1.3.51 → 1.3.53

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;