@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.mjs CHANGED
@@ -4483,7 +4483,8 @@ var accountContract = initContract19().router(
4483
4483
  method: "GET",
4484
4484
  path: "",
4485
4485
  query: z62.object({
4486
- state: z62.union([z62.literal("connected"), z62.literal("disconnected")]).optional()
4486
+ state: z62.union([z62.literal("connected"), z62.literal("disconnected")]).optional(),
4487
+ withDeleted: z62.boolean().default(false)
4487
4488
  }).optional(),
4488
4489
  responses: {
4489
4490
  200: DefaultSuccessResponseSchema.extend({