tango-app-api-infra 3.8.1-beta.1 → 3.8.1-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-infra",
3
- "version": "3.8.1-beta.1",
3
+ "version": "3.8.1-beta.2",
4
4
  "description": "infra",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -151,13 +151,13 @@ export const footfallDirectoryDocs = {
151
151
  },
152
152
  {
153
153
  in: 'query',
154
- name: 'status',
154
+ name: 'limit',
155
155
  scema: j2s( getTicketsSchema ).swagger,
156
156
  required: false,
157
157
  },
158
158
  {
159
159
  in: 'query',
160
- name: 'action',
160
+ name: 'offset',
161
161
  scema: j2s( getTicketsSchema ).swagger,
162
162
  required: false,
163
163
  },