@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.mjs CHANGED
@@ -1137,9 +1137,7 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1137
1137
  direction: MessageDirectionTypeSchema,
1138
1138
  platformContact: PlatformContactSchema,
1139
1139
  actor: UserSchema,
1140
- firstAssignee: UserSchema.nullable(),
1141
1140
  assignee: UserSchema.nullable(),
1142
- closedAssignee: UserSchema.nullable(),
1143
1141
  channel: ChannelSchema
1144
1142
  }).nullable(),
1145
1143
  telephonyCdr: TelephonyCdrSchema.nullable(),
@@ -1147,7 +1145,9 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1147
1145
  queueName: z27.string().nullable().optional()
1148
1146
  }).nullable(),
1149
1147
  contact: ContactSchema.nullable(),
1148
+ firstAssignee: UserSchema.nullable(),
1150
1149
  agent: UserSchema.nullable(),
1150
+ closedAssignee: UserSchema.nullable(),
1151
1151
  contactLabel: z27.array(z27.string())
1152
1152
  });
1153
1153