@kl1/contracts 1.1.63-uat → 1.1.64-uat

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -1232,9 +1232,7 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1232
1232
  direction: MessageDirectionTypeSchema,
1233
1233
  platformContact: PlatformContactSchema,
1234
1234
  actor: UserSchema,
1235
- firstAssignee: UserSchema.nullable(),
1236
1235
  assignee: UserSchema.nullable(),
1237
- closedAssignee: UserSchema.nullable(),
1238
1236
  channel: ChannelSchema
1239
1237
  }).nullable(),
1240
1238
  telephonyCdr: TelephonyCdrSchema.nullable(),
@@ -1242,7 +1240,9 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1242
1240
  queueName: import_zod27.default.string().nullable().optional()
1243
1241
  }).nullable(),
1244
1242
  contact: ContactSchema.nullable(),
1243
+ firstAssignee: UserSchema.nullable(),
1245
1244
  agent: UserSchema.nullable(),
1245
+ closedAssignee: UserSchema.nullable(),
1246
1246
  contactLabel: import_zod27.default.array(import_zod27.default.string())
1247
1247
  });
1248
1248