@tillhub/schemas 6.112.0 → 6.112.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [6.112.1](https://github.com/tillhub/schemas/compare/v6.112.0...v6.112.1) (2022-01-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **staffs:** renaming user_permission_template_id to staff_permission_template_id ([#661](https://github.com/tillhub/schemas/issues/661)) ([6fbedb4](https://github.com/tillhub/schemas/commit/6fbedb4))
7
+
1
8
  # [6.112.0](https://github.com/tillhub/schemas/compare/v6.111.0...v6.112.0) (2022-01-10)
2
9
 
3
10
 
@@ -212,7 +212,7 @@ module.exports = {
212
212
  }
213
213
  ]
214
214
  },
215
- user_permission_template_id: oneOf({
215
+ staff_permission_template_id: oneOf({
216
216
  type: 'string'
217
217
  }),
218
218
  active: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.112.0",
3
+ "version": "6.112.1",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",