@tillhub/schemas 6.277.1 → 6.278.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.278.0](https://github.com/tillhub/schemas/compare/v6.277.1...v6.278.0) (2023-12-20)
2
+
3
+
4
+ ### Features
5
+
6
+ * **branches,registers:** update fields to unzer requirements ([#905](https://github.com/tillhub/schemas/issues/905)) ([4339727](https://github.com/tillhub/schemas/commit/4339727))
7
+
1
8
  ## [6.277.1](https://github.com/tillhub/schemas/compare/v6.277.0...v6.277.1) (2023-12-14)
2
9
 
3
10
 
@@ -13,21 +13,15 @@ module.exports = {
13
13
  }),
14
14
  created_by: oneOf({
15
15
  description: 'Who created the branch in Mms.',
16
- type: 'string',
17
- maxLength: 255,
18
- minLength: 1
16
+ type: 'string'
19
17
  }),
20
18
  updated_by: oneOf({
21
19
  description: 'Who updated the branch for the last time in Mms.',
22
- type: 'string',
23
- maxLength: 255,
24
- minLength: 1
20
+ type: 'string'
25
21
  }),
26
22
  deleted_by: oneOf({
27
23
  description: 'Who deleted the branch in Mms.',
28
- type: 'string',
29
- maxLength: 255,
30
- minLength: 1
24
+ type: 'string'
31
25
  }),
32
26
  scope: oneOf({
33
27
  description: 'The scope from Mms.',
@@ -40,57 +34,39 @@ module.exports = {
40
34
  }),
41
35
  vat_id: oneOf({
42
36
  description: 'The vat id.',
43
- type: 'string',
44
- maxLength: 255,
45
- minLength: 1
37
+ type: 'string'
46
38
  }),
47
39
  commercial_register_number: oneOf({
48
40
  description: 'The commercial register number.',
49
- type: 'string',
50
- maxLength: 255,
51
- minLength: 1
41
+ type: 'string'
52
42
  }),
53
43
  creditor_id: oneOf({
54
44
  description: 'The creditor id.',
55
- type: 'string',
56
- maxLength: 255,
57
- minLength: 1
45
+ type: 'string'
58
46
  }),
59
47
  court_of_jurisdiction: oneOf({
60
48
  description: 'The court of jurisdiction.',
61
- type: 'string',
62
- maxLength: 255,
63
- minLength: 1
49
+ type: 'string'
64
50
  }),
65
51
  company_name_short: oneOf({
66
52
  description: 'The short company name.',
67
- type: 'string',
68
- maxLength: 1024,
69
- minLength: 1
53
+ type: 'string'
70
54
  }),
71
55
  company_description: oneOf({
72
56
  description: 'The company description.',
73
- type: 'string',
74
- maxLength: 16384,
75
- minLength: 1
57
+ type: 'string'
76
58
  }),
77
59
  registration_authority: oneOf({
78
60
  description: 'The registration authority.',
79
- type: 'string',
80
- maxLength: 255,
81
- minLength: 1
61
+ type: 'string'
82
62
  }),
83
63
  legal_entity_type: oneOf({
84
64
  description: 'The legal entity type.',
85
- type: 'string',
86
- maxLength: 255,
87
- minLength: 1
65
+ type: 'string'
88
66
  }),
89
67
  country_of_registration: oneOf({
90
68
  description: 'The country of registration.',
91
- type: 'string',
92
- maxLength: 255,
93
- minLength: 1
69
+ type: 'string'
94
70
  }),
95
71
  countries_of_operations: oneOf({
96
72
  description: 'The countries of operations.',
@@ -101,21 +77,15 @@ module.exports = {
101
77
  }),
102
78
  date_of_foundation: oneOf({
103
79
  description: 'The date of foundation.',
104
- type: 'string',
105
- maxLength: 255,
106
- minLength: 1
80
+ type: 'string'
107
81
  }),
108
82
  website: oneOf({
109
83
  description: 'The website.',
110
- type: 'string',
111
- maxLength: 255,
112
- minLength: 1
84
+ type: 'string'
113
85
  }),
114
86
  sector: oneOf({
115
87
  description: 'The sector.',
116
- type: 'string',
117
- maxLength: 255,
118
- minLength: 1
88
+ type: 'string'
119
89
  }),
120
90
  contacts: oneOf({
121
91
  description: 'The contacts.',
@@ -133,9 +103,7 @@ module.exports = {
133
103
  }),
134
104
  state: oneOf({
135
105
  description: 'The state.',
136
- type: 'string',
137
- maxLength: 255,
138
- minLength: 1
106
+ type: 'string'
139
107
  }),
140
108
  contracts: oneOf({
141
109
  description: 'The contracts.',
@@ -162,14 +130,10 @@ module.exports = {
162
130
  }),
163
131
  type: oneOf({
164
132
  description: 'The type.',
165
- type: 'string',
166
- maxLength: 255,
167
- minLength: 1
133
+ type: 'string'
168
134
  }),
169
135
  unit_unzer_id: oneOf({
170
136
  description: 'The unit unzer id.',
171
- type: 'string',
172
- maxLength: 255,
173
- minLength: 1
137
+ type: 'string'
174
138
  })
175
139
  }
@@ -14,21 +14,15 @@ module.exports = {
14
14
  }),
15
15
  created_by: oneOf({
16
16
  description: 'Who created the register in Mms.',
17
- type: 'string',
18
- maxLength: 255,
19
- minLength: 1
17
+ type: 'string'
20
18
  }),
21
19
  updated_by: oneOf({
22
20
  description: 'Who updated the register for the last time in Mms.',
23
- type: 'string',
24
- maxLength: 255,
25
- minLength: 1
21
+ type: 'string'
26
22
  }),
27
23
  deleted_by: oneOf({
28
24
  description: 'Who deleted the register in Mms.',
29
- type: 'string',
30
- maxLength: 255,
31
- minLength: 1
25
+ type: 'string'
32
26
  }),
33
27
  scope: oneOf({
34
28
  description: 'The scope from Mms.',
@@ -41,15 +35,11 @@ module.exports = {
41
35
  }),
42
36
  state: oneOf({
43
37
  description: 'The state.',
44
- type: 'string',
45
- maxLength: 255,
46
- minLength: 1
38
+ type: 'string'
47
39
  }),
48
40
  type: oneOf({
49
41
  description: 'The type.',
50
- type: 'string',
51
- maxLength: 255,
52
- minLength: 1
42
+ type: 'string'
53
43
  }),
54
44
  enable_cross_channel_referencing: {
55
45
  type: 'boolean',
@@ -69,9 +59,7 @@ module.exports = {
69
59
  }),
70
60
  terminal_id: oneOf({
71
61
  description: 'Identification for the payment terminal Id',
72
- type: 'string',
73
- maxLength: 255,
74
- minLength: 1
62
+ type: 'string'
75
63
  }),
76
64
  urls: oneOf({
77
65
  type: 'array',
@@ -81,9 +69,7 @@ module.exports = {
81
69
  }),
82
70
  website: oneOf({
83
71
  description: 'The website.',
84
- type: 'string',
85
- maxLength: 255,
86
- minLength: 1
72
+ type: 'string'
87
73
  }),
88
74
  max_amount_per_txn: oneOf(LargeDecimal),
89
75
  max_amount_per_month: oneOf(LargeDecimal),
@@ -93,9 +79,7 @@ module.exports = {
93
79
  min_amount_per_txn: oneOf(LargeDecimal),
94
80
  pci_level: oneOf({
95
81
  description: 'The commercial register number.',
96
- type: 'string',
97
- maxLength: 255,
98
- minLength: 1
82
+ type: 'string'
99
83
  }),
100
84
  price_information: oneOf({
101
85
  description: 'The price information of the register.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.277.1",
3
+ "version": "6.278.0",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",