Skip to content

Commit ce77501

Browse files
committed
added new field sende_nachricht_nach_extern to TicketInternal
1 parent ac44d22 commit ce77501

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
<groupId>com.fasterxml.jackson.datatype</groupId>
8080
<artifactId>jackson-datatype-jsr310</artifactId>
8181
</dependency>
82+
<dependency>
83+
<groupId>org.junit.jupiter</groupId>
84+
<artifactId>junit-jupiter</artifactId>
85+
</dependency>
8286
</dependencies>
8387

8488
<build>

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)