@tillhub/schemas 6.447.0 → 6.447.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.
@@ -8,6 +8,7 @@ const contact = {
8
8
  properties: {
9
9
  roles: {
10
10
  type: 'array',
11
+ minItems: 1,
11
12
  items: {
12
13
  type: 'string',
13
14
  minLength: 1
@@ -160,6 +160,12 @@ const data = {
160
160
  type: 'string',
161
161
  format: 'uuid'
162
162
  },
163
+ integration_partner_id: {
164
+ description: 'Integration partner UUID for remote ordering transactions',
165
+ example: '59423b03-eb63-48c2-b427-9134e5e1bf0f',
166
+ type: ['string', 'null'],
167
+ format: 'uuid'
168
+ },
163
169
  merchant_receipt: {
164
170
  description: 'The merchant receipt multiline text',
165
171
  example: 'Zweitschrift,\nelektronisches Aufzeichnungssystem',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.447.0",
3
+ "version": "6.447.2",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",
@@ -51,11 +51,9 @@
51
51
  ],
52
52
  "homepage": "https://github.com/tillhub/schemas#readme",
53
53
  "devDependencies": {
54
- "@semantic-release/changelog": "^2.1.1",
55
- "@semantic-release/exec": "^2.3.0",
56
- "@semantic-release/git": "^6.0.1",
57
- "@semantic-release/github": "^4.4.0",
58
- "@semantic-release/npm": "^3.4.0",
54
+ "@semantic-release/changelog": "^6.0.3",
55
+ "@semantic-release/exec": "^7.1.0",
56
+ "@semantic-release/git": "^10.0.1",
59
57
  "@types/node": "^10.17.28",
60
58
  "chalk": "^2.4.1",
61
59
  "codecov": "^3.7.2",