@redotech/redo-api-schema 2.2.155 → 2.2.158

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.
Files changed (2) hide show
  1. package/lib/openapi.yaml +2 -0
  2. package/package.json +1 -1
package/lib/openapi.yaml CHANGED
@@ -33,6 +33,8 @@ components:
33
33
  in: header
34
34
  name: X-Page-Size
35
35
  schema:
36
+ maximum: 500
37
+ minimum: 1
36
38
  type: integer
37
39
  return-id.param:
38
40
  description: Return ID
package/package.json CHANGED
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "2.2.155"
34
+ "version": "2.2.158"
35
35
  }