@kl1/contracts 1.3.43 → 1.3.46

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -1193,7 +1193,8 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1193
1193
  summary: z25.string(),
1194
1194
  usage: z25.number(),
1195
1195
  usageUnit: z25.string()
1196
- })
1196
+ }),
1197
+ uid: z25.string()
1197
1198
  });
1198
1199
 
1199
1200
  // src/chat/validation.ts
@@ -4095,7 +4096,8 @@ var GetAllCxLogQueryParamsSchema = DefaultQueryParamsSchema.extend({
4095
4096
  // Custom fields
4096
4097
  customFields: z52.array(CustomFieldQueryParamsSchema),
4097
4098
  // Date filter
4098
- selectedDate: z52.string()
4099
+ selectedDate: z52.string(),
4100
+ uid: z52.string()
4099
4101
  }).partial();
4100
4102
 
4101
4103
  // src/cx-log/index.ts