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 20, 2024
1 parent 2baab25 commit 4b7978a
Showing 1 changed file with 18 additions and 65 deletions.
83 changes: 18 additions & 65 deletions packages/mittwald/spec/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -880,10 +880,6 @@
"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 @@ -2045,11 +2041,16 @@
"enum": [
"development",
"mail",
"infra",
"marketing",
"network",
"dataCenter",
"accounting",
"customerService",
"cloudHosting",
"software",
"generic"
"generic",
"security"
],
"type": "string"
},
Expand Down Expand Up @@ -3099,13 +3100,6 @@
"format": "uuid",
"type": "string"
},
"status": {
"$ref": "#/components/schemas/database.DatabaseStatus"
},
"statusSetAt": {
"format": "date-time",
"type": "string"
},
"storageUsageInBytes": {
"type": "integer"
},
Expand Down Expand Up @@ -3134,9 +3128,7 @@
"isShared",
"isReady",
"storageUsageInBytes",
"storageUsageInBytesSetAt",
"status",
"statusSetAt"
"storageUsageInBytesSetAt"
],
"type": "object"
},
Expand Down Expand Up @@ -3286,8 +3278,6 @@
"name": "redis_xxxxxx",
"port": 6379,
"projectId": "9f2bddf1-dea6-4441-b4fe-a22ff39caff8",
"status": "error",
"statusSetAt": "2024-03-05T9:26:32.000Z",
"storageUsageInBytes": 10485760,
"storageUsageInBytesSetAt": "2024-03-05T9:26:32.000Z",
"updatedAt": "2023-03-29T15:50:10.000Z",
Expand Down Expand Up @@ -3329,13 +3319,6 @@
"format": "uuid",
"type": "string"
},
"status": {
"$ref": "#/components/schemas/database.DatabaseStatus"
},
"statusSetAt": {
"format": "date-time",
"type": "string"
},
"storageUsageInBytes": {
"type": "integer"
},
Expand All @@ -3362,9 +3345,7 @@
"updatedAt",
"name",
"storageUsageInBytes",
"storageUsageInBytesSetAt",
"status",
"statusSetAt"
"storageUsageInBytesSetAt"
],
"type": "object"
},
Expand Down Expand Up @@ -5650,6 +5631,9 @@
"name": {
"type": "string"
},
"passwordHash": {
"type": "string"
},
"quotaInBytes": {
"type": "integer"
},
Expand All @@ -5659,6 +5643,7 @@
},
"required": [
"name",
"passwordHash",
"quotaInBytes",
"mailsystem"
],
Expand Down Expand Up @@ -5712,9 +5697,6 @@
},
"mailmigration.MigrationFinalizeJob": {
"properties": {
"disableLegacyEntities": {
"$ref": "#/components/schemas/mailmigration.MigrationFinalizeJobDisableLegacyEntities"
},
"projectSettingMigrations": {
"$ref": "#/components/schemas/mailmigration.MigrationFinalizeJobProjectSetting"
}
Expand Down Expand Up @@ -5886,9 +5868,6 @@
},
"mailmigration.MigrationMailbox": {
"properties": {
"description": {
"type": "string"
},
"finished": {
"type": "boolean"
},
Expand Down Expand Up @@ -6116,7 +6095,9 @@
"required": [
"active",
"folder",
"keepDays"
"keepDays",
"relocateSensitivity",
"deleteSensitivity"
],
"type": "object"
},
Expand Down Expand Up @@ -8135,37 +8116,6 @@
],
"type": "object"
},
"mailmigration.MigrationFinalizeJobDisableLegacyEntities": {
"properties": {
"addresses": {
"items": {
"type": "string"
},
"type": "array"
},
"mailboxNames": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"mailboxNames",
"addresses"
],
"type": "object"
},
"database.DatabaseStatus": {
"enum": [
"pending",
"ready",
"migrating",
"importing",
"error"
],
"type": "string"
},
"commons.Address": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -9514,6 +9464,9 @@
},
"description": "The AppInstallation has been requested."
},
"400": {
"$ref": "#/components/responses/commons.ValidationError"
},
"404": {
"$ref": "#/components/responses/commons.NotFoundError"
},
Expand Down

0 comments on commit 4b7978a

Please sign in to comment.