@kl1/contracts 1.1.22-uat → 1.1.23-uat

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.js CHANGED
@@ -4549,7 +4549,8 @@ var accountContract = (0, import_core19.initContract)().router(
4549
4549
  method: "GET",
4550
4550
  path: "",
4551
4551
  query: import_zod62.default.object({
4552
- state: import_zod62.default.union([import_zod62.default.literal("connected"), import_zod62.default.literal("disconnected")]).optional()
4552
+ state: import_zod62.default.union([import_zod62.default.literal("connected"), import_zod62.default.literal("disconnected")]).optional(),
4553
+ withDeleted: import_zod62.default.boolean().default(false)
4553
4554
  }).optional(),
4554
4555
  responses: {
4555
4556
  200: DefaultSuccessResponseSchema.extend({