Skip to content

Commit 851e957

Browse files
committed
Merge remote-tracking branch 'origin/feature/finalize-preview-wc' into feature/finalize-preview-wc
2 parents 5a4dc13 + 41db304 commit 851e957

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

ticketing-eai/api-client-internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>api-client-internal</artifactId>
1313
<name>api-client-internal</name>
1414
<description>API client for dbs-ticketing-eai internal endpoints</description>
15-
<version>0.4.0-SNAPSHOT</version>
15+
<version>0.5.0-SNAPSHOT</version>
1616
<url>https://github.com/it-at-m/dbs</url>
1717
<licenses>
1818
<license>

ticketing-eai/api-client-internal/src/main/resources/api-spec-internal-without-security.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,9 @@
18621862
"direktkennwort": {
18631863
"type": "string"
18641864
},
1865+
"sende_nachricht_nach_extern": {
1866+
"type": "string"
1867+
},
18651868
"ticket_time_accounting_ids": {
18661869
"type": "array",
18671870
"items": {

ticketing-eai/api-client-internal/src/main/resources/api-spec-internal.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,6 +1972,9 @@
19721972
"direktkennwort": {
19731973
"type": "string"
19741974
},
1975+
"sende_nachricht_nach_extern": {
1976+
"type": "string"
1977+
},
19751978
"ticket_time_accounting_ids": {
19761979
"type": "array",
19771980
"items": {

0 commit comments

Comments
 (0)