@tillhub/schemas 6.221.0 → 6.222.0

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.222.0](https://github.com/tillhub/schemas/compare/v6.221.0...v6.222.0) (2023-06-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * **purchase-orders:** Typo fixed ([#812](https://github.com/tillhub/schemas/issues/812)) ([5b92323](https://github.com/tillhub/schemas/commit/5b92323))
7
+
1
8
  # [6.221.0](https://github.com/tillhub/schemas/compare/v6.220.0...v6.221.0) (2023-06-18)
2
9
 
3
10
 
@@ -457,6 +457,6 @@ module.exports = {
457
457
  required: [
458
458
  'order',
459
459
  'company',
460
- 'businessParnter'
460
+ 'businessPartner'
461
461
  ]
462
462
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.221.0",
3
+ "version": "6.222.0",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",