Skip to content

Commit

Permalink
feat: update generated client
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Apr 3, 2024
1 parent 3b21b4a commit 63e00ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/mittwald/spec/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3714,7 +3714,7 @@
"type": "boolean"
},
"domain": {
"format": "hostname",
"format": "naked-domain",
"type": "string"
},
"domainId": {
Expand All @@ -3737,7 +3737,7 @@
},
"nameservers": {
"items": {
"format": "hostname",
"format": "idn-hostname",
"type": "string"
},
"type": "array",
Expand Down Expand Up @@ -19540,7 +19540,7 @@
"schema": {
"properties": {
"domain": {
"format": "hostname",
"format": "naked-domain",
"type": "string"
}
},
Expand Down Expand Up @@ -19599,7 +19599,7 @@
"schema": {
"properties": {
"domain": {
"format": "hostname",
"format": "naked-domain",
"type": "string"
}
},
Expand Down Expand Up @@ -19726,7 +19726,7 @@
"type": "string"
},
"domain": {
"format": "idn-hostname",
"format": "naked-domain",
"type": "string"
}
},
Expand Down Expand Up @@ -19912,7 +19912,7 @@
"properties": {
"nameservers": {
"items": {
"format": "hostname",
"format": "idn-hostname",
"type": "string"
},
"minItems": 2,
Expand Down Expand Up @@ -19968,7 +19968,7 @@
"properties": {
"nameservers": {
"items": {
"format": "hostname",
"format": "idn-hostname",
"type": "string"
},
"minItems": 2,
Expand Down Expand Up @@ -20230,7 +20230,7 @@
"name": "domainName",
"required": true,
"schema": {
"format": "hostname",
"format": "naked-domain",
"type": "string"
}
}
Expand Down

0 comments on commit 63e00ce

Please sign in to comment.