@kl1/contracts 1.3.0 → 1.3.2

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.
@@ -458,7 +458,7 @@ export declare const cxLogContract: {
458
458
  firstResponseAt: z.ZodDate;
459
459
  firstResponseTime: z.ZodNumber;
460
460
  isLatest: z.ZodBoolean;
461
- direction: z.ZodEnum<[string, ...string[]]>;
461
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
462
462
  platformContact: z.ZodObject<{
463
463
  id: z.ZodString;
464
464
  createdAt: z.ZodDate;
@@ -2576,7 +2576,7 @@ export declare const cxLogContract: {
2576
2576
  integrationId: string;
2577
2577
  } | null;
2578
2578
  };
2579
- direction: string;
2579
+ direction: "incoming" | "outgoing" | "system";
2580
2580
  createdAt: Date;
2581
2581
  updatedAt: Date;
2582
2582
  deletedAt: Date | null;
@@ -2900,7 +2900,7 @@ export declare const cxLogContract: {
2900
2900
  integrationId: string;
2901
2901
  } | null;
2902
2902
  };
2903
- direction: string;
2903
+ direction: "incoming" | "outgoing" | "system";
2904
2904
  createdAt: Date;
2905
2905
  updatedAt: Date;
2906
2906
  deletedAt: Date | null;
@@ -7114,7 +7114,7 @@ export declare const cxLogContract: {
7114
7114
  integrationId: string;
7115
7115
  } | null;
7116
7116
  };
7117
- direction: string;
7117
+ direction: "incoming" | "outgoing" | "system";
7118
7118
  createdAt: Date;
7119
7119
  updatedAt: Date;
7120
7120
  deletedAt: Date | null;
@@ -8052,7 +8052,7 @@ export declare const cxLogContract: {
8052
8052
  integrationId: string;
8053
8053
  } | null;
8054
8054
  };
8055
- direction: string;
8055
+ direction: "incoming" | "outgoing" | "system";
8056
8056
  createdAt: Date;
8057
8057
  updatedAt: Date;
8058
8058
  deletedAt: Date | null;
@@ -8996,7 +8996,7 @@ export declare const cxLogContract: {
8996
8996
  integrationId: string;
8997
8997
  } | null;
8998
8998
  };
8999
- direction: string;
8999
+ direction: "incoming" | "outgoing" | "system";
9000
9000
  createdAt: Date;
9001
9001
  updatedAt: Date;
9002
9002
  deletedAt: Date | null;
@@ -9940,7 +9940,7 @@ export declare const cxLogContract: {
9940
9940
  integrationId: string;
9941
9941
  } | null;
9942
9942
  };
9943
- direction: string;
9943
+ direction: "incoming" | "outgoing" | "system";
9944
9944
  createdAt: Date;
9945
9945
  updatedAt: Date;
9946
9946
  deletedAt: Date | null;
@@ -871,7 +871,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<z.objectUtil.extendSh
871
871
  firstResponseAt: z.ZodDate;
872
872
  firstResponseTime: z.ZodNumber;
873
873
  isLatest: z.ZodBoolean;
874
- direction: z.ZodEnum<[string, ...string[]]>;
874
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
875
875
  platformContact: z.ZodObject<{
876
876
  id: z.ZodString;
877
877
  createdAt: z.ZodDate;
@@ -2989,7 +2989,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<z.objectUtil.extendSh
2989
2989
  integrationId: string;
2990
2990
  } | null;
2991
2991
  };
2992
- direction: string;
2992
+ direction: "incoming" | "outgoing" | "system";
2993
2993
  createdAt: Date;
2994
2994
  updatedAt: Date;
2995
2995
  deletedAt: Date | null;
@@ -3313,7 +3313,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<z.objectUtil.extendSh
3313
3313
  integrationId: string;
3314
3314
  } | null;
3315
3315
  };
3316
- direction: string;
3316
+ direction: "incoming" | "outgoing" | "system";
3317
3317
  createdAt: Date;
3318
3318
  updatedAt: Date;
3319
3319
  deletedAt: Date | null;
@@ -7527,7 +7527,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<z.objectUtil.extendSh
7527
7527
  integrationId: string;
7528
7528
  } | null;
7529
7529
  };
7530
- direction: string;
7530
+ direction: "incoming" | "outgoing" | "system";
7531
7531
  createdAt: Date;
7532
7532
  updatedAt: Date;
7533
7533
  deletedAt: Date | null;
@@ -8465,7 +8465,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<z.objectUtil.extendSh
8465
8465
  integrationId: string;
8466
8466
  } | null;
8467
8467
  };
8468
- direction: string;
8468
+ direction: "incoming" | "outgoing" | "system";
8469
8469
  createdAt: Date;
8470
8470
  updatedAt: Date;
8471
8471
  deletedAt: Date | null;