@kl1/contracts 1.3.72 → 1.3.74

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.
package/dist/index.mjs CHANGED
@@ -4190,9 +4190,8 @@ var cxLogContract = initContract12().router({
4190
4190
  200: null,
4191
4191
  401: DefaultUnauthorizedSchema
4192
4192
  },
4193
- query: GetAllCxLogQueryParamsSchema.extend({
4194
- fileExtension: ExportFileExtensionSchema
4195
- }),
4193
+ // IMPORTANT: THIS SHOULD BE Z.ANY(). DO NOT CHANGE!
4194
+ query: z53.any(),
4196
4195
  summary: "Export cx-logs"
4197
4196
  },
4198
4197
  syncSla: {