Skip to content

Commit abcc584

Browse files
ung-sak.openapi.json updated by build pipeline
skip-checks:true
1 parent be1723c commit abcc584

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

web/src/main/resources/openapi-ts-client/ung-sak.openapi.json

+18-6
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,19 @@
764764
},
765765
"type" : "object"
766766
},
767+
"AutomatiskBrevOperasjoner" : {
768+
"properties" : {
769+
"enableRediger" : {
770+
"nullable" : true,
771+
"type" : "boolean"
772+
},
773+
"redigert" : {
774+
"nullable" : true,
775+
"type" : "boolean"
776+
}
777+
},
778+
"type" : "object"
779+
},
767780
"AvklartPersonstatus" : {
768781
"properties" : {
769782
"orginalPersonstatus" : {
@@ -4651,7 +4664,7 @@
46514664
"dokumentdata" : {
46524665
"$ref" : "#/components/schemas/JsonNode"
46534666
},
4654-
"manuellBrev" : {
4667+
"redigertVersjon" : {
46554668
"nullable" : true,
46564669
"type" : "boolean"
46574670
}
@@ -4661,11 +4674,14 @@
46614674
},
46624675
"VedtaksbrevOperasjonerDto" : {
46634676
"properties" : {
4677+
"automatiskBrevOperasjoner" : {
4678+
"$ref" : "#/components/schemas/AutomatiskBrevOperasjoner"
4679+
},
46644680
"enableHindre" : {
46654681
"nullable" : true,
46664682
"type" : "boolean"
46674683
},
4668-
"enableRediger" : {
4684+
"fritekstbrev" : {
46694685
"nullable" : true,
46704686
"type" : "boolean"
46714687
},
@@ -4676,10 +4692,6 @@
46764692
"hindret" : {
46774693
"nullable" : true,
46784694
"type" : "boolean"
4679-
},
4680-
"redigert" : {
4681-
"nullable" : true,
4682-
"type" : "boolean"
46834695
}
46844696
},
46854697
"type" : "object"

0 commit comments

Comments
 (0)