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 4, 2024
1 parent 63e00ce commit de83cfc
Showing 1 changed file with 75 additions and 69 deletions.
144 changes: 75 additions & 69 deletions packages/mittwald/spec/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,48 @@
},
"description": "OK"
},
"domain.TransferabilityResponse": {
"content": {
"application/json": {
"schema": {
"properties": {
"reasons": {
"properties": {
"domainAgeTooSmall": {
"type": "boolean"
},
"domainDoesNotExist": {
"type": "boolean"
},
"transferLock": {
"type": "boolean"
},
"wrongAuthCode": {
"type": "boolean"
}
},
"required": [
"domainDoesNotExist",
"wrongAuthCode",
"transferLock",
"domainAgeTooSmall"
],
"type": "object"
},
"transferable": {
"type": "boolean"
}
},
"required": [
"transferable",
"reasons"
],
"type": "object"
}
}
},
"description": "OK"
},
"invoice.EmptyResponse": {
"content": {
"application/json": {
Expand Down Expand Up @@ -1242,7 +1284,7 @@
"type": "number"
},
"description": {
"example": "proSpace without dedicated ressources",
"example": "proSpace without dedicated resources",
"type": "string"
},
"forcedInvoicingPeriodInMonth": {
Expand Down Expand Up @@ -1322,7 +1364,6 @@
"required": [
"articleId",
"name",
"description",
"contractDurationInMonth",
"orderable",
"template"
Expand Down Expand Up @@ -3319,7 +3360,7 @@
"dns.RecordCNAMEComponent": {
"properties": {
"fqdn": {
"format": "hostname",
"format": "idn-dnsname",
"type": "string"
},
"settings": {
Expand Down Expand Up @@ -3452,7 +3493,7 @@
"dns.RecordMXRecord": {
"properties": {
"fqdn": {
"format": "hostname",
"format": "idn-dnsname",
"maxLength": 50,
"minLength": 1,
"type": "string"
Expand Down Expand Up @@ -3518,7 +3559,7 @@
"additionalProperties": false,
"properties": {
"fqdn": {
"format": "hostname",
"format": "idn-dnsname",
"maxLength": 50,
"minLength": 1,
"type": "string"
Expand All @@ -3540,8 +3581,6 @@
}
},
"required": [
"priority",
"weight",
"port",
"fqdn"
],
Expand Down Expand Up @@ -5040,7 +5079,7 @@
"mail.CreateMailAddress": {
"properties": {
"address": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"isCatchAll": {
Expand Down Expand Up @@ -5180,12 +5219,12 @@
"mail.CreateForwardAddress": {
"properties": {
"address": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"forwardAddresses": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand All @@ -5200,7 +5239,7 @@
"mail.MailAddress": {
"properties": {
"address": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"autoResponder": {
Expand All @@ -5227,7 +5266,7 @@
},
"forwardAddresses": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand Down Expand Up @@ -5347,7 +5386,7 @@
"mail.MailAddressInternal": {
"properties": {
"address": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"autoResponder": {
Expand All @@ -5374,7 +5413,7 @@
},
"forwardAddresses": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand Down Expand Up @@ -17325,6 +17364,9 @@
},
"description": "Some of the specified values do not meet our requirements.\n"
},
"403": {
"$ref": "#/components/responses/commons.RateLimitError"
},
"default": {
"$ref": "#/components/responses/commons.DefaultError"
}
Expand Down Expand Up @@ -18449,7 +18491,7 @@
"schema": {
"properties": {
"name": {
"format": "hostname",
"format": "idn-dnsname",
"type": "string"
},
"parentZoneId": {
Expand Down Expand Up @@ -18501,7 +18543,7 @@
"schema": {
"properties": {
"name": {
"format": "hostname",
"format": "idn-dnsname",
"type": "string"
},
"parentZoneId": {
Expand Down Expand Up @@ -19740,46 +19782,7 @@
},
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"properties": {
"reasons": {
"properties": {
"domainAgeTooSmall": {
"type": "boolean"
},
"domainDoesNotExist": {
"type": "boolean"
},
"transferLock": {
"type": "boolean"
},
"wrongAuthCode": {
"type": "boolean"
}
},
"required": [
"domainDoesNotExist",
"wrongAuthCode",
"transferLock",
"domainAgeTooSmall"
],
"type": "object"
},
"transferable": {
"type": "boolean"
}
},
"required": [
"transferable",
"reasons"
],
"type": "object"
}
}
},
"description": "OK"
"$ref": "#/components/responses/domain.TransferabilityResponse"
},
"400": {
"$ref": "#/components/responses/commons.ValidationError"
Expand Down Expand Up @@ -23808,7 +23811,7 @@
"properties": {
"blacklist": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand All @@ -23818,7 +23821,7 @@
},
"whitelist": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand Down Expand Up @@ -23887,7 +23890,7 @@
"schema": {
"properties": {
"address": {
"format": "email",
"format": "idn-email",
"type": "string"
}
},
Expand Down Expand Up @@ -23949,7 +23952,7 @@
"properties": {
"blacklist": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand Down Expand Up @@ -24013,7 +24016,7 @@
"properties": {
"whitelist": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand Down Expand Up @@ -24207,7 +24210,7 @@
"schema": {
"properties": {
"address": {
"format": "email",
"format": "idn-email",
"type": "string"
}
},
Expand Down Expand Up @@ -24713,7 +24716,7 @@
"properties": {
"forwardAddresses": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand Down Expand Up @@ -24781,7 +24784,7 @@
"properties": {
"forwardAddresses": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand Down Expand Up @@ -24850,7 +24853,7 @@
"properties": {
"forwardAddresses": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand Down Expand Up @@ -25553,7 +25556,7 @@
"properties": {
"blacklist": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand All @@ -25568,7 +25571,7 @@
"properties": {
"whitelist": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand Down Expand Up @@ -25655,7 +25658,7 @@
"properties": {
"blacklist": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand All @@ -25670,7 +25673,7 @@
"properties": {
"whitelist": {
"items": {
"format": "email",
"format": "idn-email",
"type": "string"
},
"type": "array"
Expand Down Expand Up @@ -33476,6 +33479,9 @@
},
"description": "Some of the specified values do not meet our requirements.\n"
},
"403": {
"$ref": "#/components/responses/commons.RateLimitError"
},
"default": {
"$ref": "#/components/responses/commons.DefaultError"
}
Expand Down

0 comments on commit de83cfc

Please sign in to comment.