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 13, 2024
1 parent a9ce270 commit 2501966
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions packages/mittwald/spec/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,10 @@
"app.SystemSoftwareVersion": {
"description": "A SystemSoftwareVersion is an officially supported version of a SystemSoftware, containing the necessary and recommended configuration und dependencies.",
"properties": {
"expiryDate": {
"format": "date-time",
"type": "string"
},
"externalVersion": {
"type": "string"
},
Expand Down Expand Up @@ -2041,16 +2045,11 @@
"enum": [
"development",
"mail",
"infra",
"marketing",
"network",
"dataCenter",
"accounting",
"customerService",
"cloudHosting",
"software",
"generic",
"security"
"generic"
],
"type": "string"
},
Expand Down Expand Up @@ -5631,9 +5630,6 @@
"name": {
"type": "string"
},
"passwordHash": {
"type": "string"
},
"quotaInBytes": {
"type": "integer"
},
Expand All @@ -5643,7 +5639,6 @@
},
"required": [
"name",
"passwordHash",
"quotaInBytes",
"mailsystem"
],
Expand Down Expand Up @@ -5697,6 +5692,9 @@
},
"mailmigration.MigrationFinalizeJob": {
"properties": {
"disableLegacyEntities": {
"$ref": "#/components/schemas/mailmigration.MigrationFinalizeJobDisableLegacyEntities"
},
"projectSettingMigrations": {
"$ref": "#/components/schemas/mailmigration.MigrationFinalizeJobProjectSetting"
}
Expand Down Expand Up @@ -8116,6 +8114,27 @@
],
"type": "object"
},
"mailmigration.MigrationFinalizeJobDisableLegacyEntities": {
"properties": {
"addresses": {
"items": {
"type": "string"
},
"type": "array"
},
"mailboxNames": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"mailboxNames",
"addresses"
],
"type": "object"
},
"commons.Address": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 2501966

Please sign in to comment.