@stackone/transport 2.0.0 → 2.1.0

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.d.mts CHANGED
@@ -309,7 +309,7 @@ declare const CUSTOM_ERROR_CONFIG_SCHEMA: z.ZodObject<{
309
309
  targetStatus: z.ZodNumber;
310
310
  message: z.ZodOptional<z.ZodString>;
311
311
  condition: z.ZodOptional<z.ZodString>;
312
- }, z.core.$strip>;
312
+ }, z.core.$strict>;
313
313
  //#endregion
314
314
  //#region src/customErrors/types.d.ts
315
315
  type CustomErrorConfig = z.infer<typeof CUSTOM_ERROR_CONFIG_SCHEMA>;
package/dist/index.d.ts CHANGED
@@ -309,7 +309,7 @@ declare const CUSTOM_ERROR_CONFIG_SCHEMA: z.ZodObject<{
309
309
  targetStatus: z.ZodNumber;
310
310
  message: z.ZodOptional<z.ZodString>;
311
311
  condition: z.ZodOptional<z.ZodString>;
312
- }, z.core.$strip>;
312
+ }, z.core.$strict>;
313
313
  //#endregion
314
314
  //#region src/customErrors/types.d.ts
315
315
  type CustomErrorConfig = z.infer<typeof CUSTOM_ERROR_CONFIG_SCHEMA>;