chore: generate
This commit is contained in:
@@ -131,7 +131,7 @@ Use raw Effect HTTP routes where `HttpApi` does not fit. The goal is deleting Ho
|
|||||||
## Current Route Status
|
## Current Route Status
|
||||||
|
|
||||||
| Area | Status | Notes |
|
| Area | Status | Notes |
|
||||||
| ------------------------ | ----------------- | -------------------------------------------------------------- |
|
| ------------------------ | ----------------- | ------------------------------------------------------ |
|
||||||
| `question` | `bridged` | `GET /question`, reply, reject |
|
| `question` | `bridged` | `GET /question`, reply, reject |
|
||||||
| `permission` | `bridged` | list and reply |
|
| `permission` | `bridged` | list and reply |
|
||||||
| `provider` | `bridged` | list, auth, OAuth authorize/callback |
|
| `provider` | `bridged` | list, auth, OAuth authorize/callback |
|
||||||
|
|||||||
@@ -30,8 +30,7 @@ export const Info = Schema.Struct({
|
|||||||
description: Schema.String,
|
description: Schema.String,
|
||||||
location: Schema.String,
|
location: Schema.String,
|
||||||
content: Schema.String,
|
content: Schema.String,
|
||||||
})
|
}).pipe(withStatics((s) => ({ zod: zod(s) })))
|
||||||
.pipe(withStatics((s) => ({ zod: zod(s) })))
|
|
||||||
export type Info = Schema.Schema.Type<typeof Info>
|
export type Info = Schema.Schema.Type<typeof Info>
|
||||||
|
|
||||||
export const InvalidError = NamedError.create(
|
export const InvalidError = NamedError.create(
|
||||||
|
|||||||
@@ -13344,9 +13344,7 @@
|
|||||||
"additionalProperties": {}
|
"additionalProperties": {}
|
||||||
},
|
},
|
||||||
"steps": {
|
"steps": {
|
||||||
"type": "integer",
|
"type": "number"
|
||||||
"exclusiveMinimum": 0,
|
|
||||||
"maximum": 9007199254740991
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["name", "mode", "permission", "options"]
|
"required": ["name", "mode", "permission", "options"]
|
||||||
|
|||||||
Reference in New Issue
Block a user