Skip to content

Commit 04336d0

Browse files
committed
Adding required value
1 parent 11c900d commit 04336d0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dist/openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9989,7 +9989,8 @@
99899989
"supplerendeBynavn",
99909990
"navn",
99919991
"postnr",
9992-
"postnummerinddeling"
9992+
"postnummerinddeling",
9993+
"bynavn"
99939994
],
99949995
"properties": {
99959996
"id": {

dist/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9639,6 +9639,7 @@ components:
96399639
- navn
96409640
- postnr
96419641
- postnummerinddeling
9642+
- bynavn
96429643
properties:
96439644
id:
96449645
$ref: '#/components/schemas/ID'

openapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6079,7 +6079,7 @@ export interface components {
60796079
/** @description The name of the postal code area */
60806080
navn: string;
60816081
/** @description The additional city name associated with the address */
6082-
bynavn?: string;
6082+
bynavn: string;
60836083
};
60846084
/**
60856085
* Global Address

0 commit comments

Comments
 (0)