@kl1/contracts 1.2.5-uat → 1.2.6-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -7160,7 +7160,7 @@ export declare const apiContract: {
7160
7160
  telephonySignature: string | null;
7161
7161
  };
7162
7162
  }>>;
7163
- contactLabel: import("zod").ZodArray<import("zod").ZodString, "many">;
7163
+ recordingFileUrl: import("zod").ZodNullable<import("zod").ZodString>;
7164
7164
  }, "strip", import("zod").ZodTypeAny, {
7165
7165
  id: string;
7166
7166
  channel: string | null;
@@ -8067,7 +8067,7 @@ export declare const apiContract: {
8067
8067
  telephonySignature: string | null;
8068
8068
  };
8069
8069
  } | null;
8070
- contactLabel: string[];
8070
+ recordingFileUrl: string | null;
8071
8071
  }, {
8072
8072
  id: string;
8073
8073
  channel: string | null;
@@ -8974,7 +8974,7 @@ export declare const apiContract: {
8974
8974
  telephonySignature: string | null;
8975
8975
  };
8976
8976
  } | null;
8977
- contactLabel: string[];
8977
+ recordingFileUrl: string | null;
8978
8978
  }>, "many">;
8979
8979
  }, "strip", import("zod").ZodTypeAny, {
8980
8980
  total: number;
@@ -9887,7 +9887,7 @@ export declare const apiContract: {
9887
9887
  telephonySignature: string | null;
9888
9888
  };
9889
9889
  } | null;
9890
- contactLabel: string[];
9890
+ recordingFileUrl: string | null;
9891
9891
  }[];
9892
9892
  }, {
9893
9893
  total: number;
@@ -10800,7 +10800,7 @@ export declare const apiContract: {
10800
10800
  telephonySignature: string | null;
10801
10801
  };
10802
10802
  } | null;
10803
- contactLabel: string[];
10803
+ recordingFileUrl: string | null;
10804
10804
  }[];
10805
10805
  }>;
10806
10806
  401: import("zod").ZodObject<{
@@ -6571,7 +6571,7 @@ export declare const cxLogContract: {
6571
6571
  telephonySignature: string | null;
6572
6572
  };
6573
6573
  }>>;
6574
- contactLabel: z.ZodArray<z.ZodString, "many">;
6574
+ recordingFileUrl: z.ZodNullable<z.ZodString>;
6575
6575
  }, "strip", z.ZodTypeAny, {
6576
6576
  id: string;
6577
6577
  channel: string | null;
@@ -7478,7 +7478,7 @@ export declare const cxLogContract: {
7478
7478
  telephonySignature: string | null;
7479
7479
  };
7480
7480
  } | null;
7481
- contactLabel: string[];
7481
+ recordingFileUrl: string | null;
7482
7482
  }, {
7483
7483
  id: string;
7484
7484
  channel: string | null;
@@ -8385,7 +8385,7 @@ export declare const cxLogContract: {
8385
8385
  telephonySignature: string | null;
8386
8386
  };
8387
8387
  } | null;
8388
- contactLabel: string[];
8388
+ recordingFileUrl: string | null;
8389
8389
  }>, "many">;
8390
8390
  }, "strip", z.ZodTypeAny, {
8391
8391
  total: number;
@@ -9298,7 +9298,7 @@ export declare const cxLogContract: {
9298
9298
  telephonySignature: string | null;
9299
9299
  };
9300
9300
  } | null;
9301
- contactLabel: string[];
9301
+ recordingFileUrl: string | null;
9302
9302
  }[];
9303
9303
  }, {
9304
9304
  total: number;
@@ -10211,7 +10211,7 @@ export declare const cxLogContract: {
10211
10211
  telephonySignature: string | null;
10212
10212
  };
10213
10213
  } | null;
10214
- contactLabel: string[];
10214
+ recordingFileUrl: string | null;
10215
10215
  }[];
10216
10216
  }>;
10217
10217
  401: z.ZodObject<{
@@ -6880,7 +6880,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
6880
6880
  telephonySignature: string | null;
6881
6881
  };
6882
6882
  }>>;
6883
- contactLabel: z.ZodArray<z.ZodString, "many">;
6883
+ recordingFileUrl: z.ZodNullable<z.ZodString>;
6884
6884
  }, "strip", z.ZodTypeAny, {
6885
6885
  id: string;
6886
6886
  channel: string | null;
@@ -7787,7 +7787,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
7787
7787
  telephonySignature: string | null;
7788
7788
  };
7789
7789
  } | null;
7790
- contactLabel: string[];
7790
+ recordingFileUrl: string | null;
7791
7791
  }, {
7792
7792
  id: string;
7793
7793
  channel: string | null;
@@ -8694,6 +8694,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
8694
8694
  telephonySignature: string | null;
8695
8695
  };
8696
8696
  } | null;
8697
- contactLabel: string[];
8697
+ recordingFileUrl: string | null;
8698
8698
  }>;
8699
8699
  //# sourceMappingURL=schema.d.ts.map
package/dist/index.js CHANGED
@@ -1293,7 +1293,7 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1293
1293
  firstAssignee: UserSchema.nullable(),
1294
1294
  agent: UserSchema.nullable(),
1295
1295
  closedAssignee: UserSchema.nullable(),
1296
- contactLabel: import_zod27.default.array(import_zod27.default.string())
1296
+ recordingFileUrl: import_zod27.default.string().nullable()
1297
1297
  });
1298
1298
 
1299
1299
  // src/workflow-rule/schema.ts