@numen-crypto/contract 0.15.1 → 0.15.2

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
@@ -727,7 +727,7 @@ var BrowsePartnersCommand;
727
727
  BrowsePartnersCommand2.QuerySchema = z.object({
728
728
  root: UuidSchema.optional(),
729
729
  page: z.coerce.number().int().min(1).default(1),
730
- pageSize: z.coerce.number().int().min(1).max(100).default(48),
730
+ pageSize: z.coerce.number().int().min(1).max(500).default(48),
731
731
  search: z.string().max(254).optional()
732
732
  });
733
733
  BrowsePartnersCommand2.ResponseSchema = PartnerBranchSchema;