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 5, 2024
1 parent de83cfc commit 91ad460
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions packages/mittwald/spec/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,8 @@
"enum": [
"open",
"closed",
"answered"
"answered",
"inProgress"
],
"type": "string"
},
Expand Down Expand Up @@ -3095,6 +3096,13 @@
"format": "uuid",
"type": "string"
},
"storageUsageInBytes": {
"type": "integer"
},
"storageUsageInBytesSetAt": {
"format": "date-time",
"type": "string"
},
"updatedAt": {
"format": "date-time",
"type": "string"
Expand All @@ -3114,7 +3122,9 @@
"characterSettings",
"hostname",
"isShared",
"isReady"
"isReady",
"storageUsageInBytes",
"storageUsageInBytesSetAt"
],
"type": "object"
},
Expand Down Expand Up @@ -3264,6 +3274,8 @@
"name": "redis_xxxxxx",
"port": 6379,
"projectId": "9f2bddf1-dea6-4441-b4fe-a22ff39caff8",
"storageUsageInBytes": 10485760,
"storageUsageInBytesSetAt": "2024-03-05T9:26:32.000Z",
"updatedAt": "2023-03-29T15:50:10.000Z",
"version": "7.0"
},
Expand Down Expand Up @@ -3303,6 +3315,13 @@
"format": "uuid",
"type": "string"
},
"storageUsageInBytes": {
"type": "integer"
},
"storageUsageInBytesSetAt": {
"format": "date-time",
"type": "string"
},
"updatedAt": {
"format": "date-time",
"type": "string"
Expand All @@ -3320,7 +3339,9 @@
"description",
"createdAt",
"updatedAt",
"name"
"name",
"storageUsageInBytes",
"storageUsageInBytesSetAt"
],
"type": "object"
},
Expand Down Expand Up @@ -4439,7 +4460,8 @@
"properties": {
"container": {
"properties": {
"name": {
"id": {
"format": "uuid",
"type": "string"
},
"portProtocol": {
Expand All @@ -4449,7 +4471,7 @@
}
},
"required": [
"name",
"id",
"portProtocol"
],
"type": "object"
Expand Down Expand Up @@ -34045,6 +34067,9 @@
},
"description": "Some of the specified values does not meet our requirements.\nPossible domain specific `type` values are:\n * EmailInUse\n * PasswordIsLeaked\n * ValidationError\n * PasswordEqualsEmail\n"
},
"403": {
"$ref": "#/components/responses/commons.RateLimitError"
},
"default": {
"$ref": "#/components/responses/commons.DefaultError"
}
Expand Down

0 comments on commit 91ad460

Please sign in to comment.