Skip to content

Commit

Permalink
Update API Client
Browse files Browse the repository at this point in the history
#### What's Changed
---

##### `GET` /core/tokens/

###### Parameters:

Changed: `intent` in `query`
> * `verification` - Intent Verification
> * `api` - Intent Api
> * `recovery` - Intent Recovery
> * `app_password` - Intent App Password

##### `GET` /events/transports/

###### Parameters:

Changed: `mode` in `query`
> * `local` - authentik inbuilt notifications
> * `webhook` - Generic Webhook
> * `webhook_slack` - Slack Webhook (Slack/Discord)
> * `email` - Email

##### `GET` /providers/saml/

###### Parameters:

Changed: `digest_algorithm` in `query`
> * `http://www.w3.org/2000/09/xmldsig#sha1` - SHA1
> * `http://www.w3.org/2001/04/xmlenc#sha256` - SHA256
> * `http://www.w3.org/2001/04/xmldsig-more#sha384` - SHA384
> * `http://www.w3.org/2001/04/xmlenc#sha512` - SHA512

Changed: `signature_algorithm` in `query`
> * `http://www.w3.org/2000/09/xmldsig#rsa-sha1` - RSA-SHA1
> * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha256` - RSA-SHA256
> * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha384` - RSA-SHA384
> * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha512` - RSA-SHA512
> * `http://www.w3.org/2000/09/xmldsig#dsa-sha1` - DSA-SHA1

##### `GET` /sources/oauth/

###### Parameters:

Changed: `policy_engine_mode` in `query`
> * `all` - all, all policies must pass
> * `any` - any, any policy must pass

##### `GET` /sources/plex/

###### Parameters:

Changed: `policy_engine_mode` in `query`
> * `all` - all, all policies must pass
> * `any` - any, any policy must pass

##### `GET` /sources/saml/

###### Parameters:

Changed: `binding_type` in `query`
> * `REDIRECT` - Redirect Binding
> * `POST` - POST Binding
> * `POST_AUTO` - POST Binding with auto-confirmation

Changed: `digest_algorithm` in `query`
> * `http://www.w3.org/2000/09/xmldsig#sha1` - SHA1
> * `http://www.w3.org/2001/04/xmlenc#sha256` - SHA256
> * `http://www.w3.org/2001/04/xmldsig-more#sha384` - SHA384
> * `http://www.w3.org/2001/04/xmlenc#sha512` - SHA512

Changed: `policy_engine_mode` in `query`
> * `all` - all, all policies must pass
> * `any` - any, any policy must pass

Changed: `signature_algorithm` in `query`
> * `http://www.w3.org/2000/09/xmldsig#rsa-sha1` - RSA-SHA1
> * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha256` - RSA-SHA256
> * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha384` - RSA-SHA384
> * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha512` - RSA-SHA512
> * `http://www.w3.org/2000/09/xmldsig#dsa-sha1` - DSA-SHA1

##### `GET` /events/notifications/

###### Parameters:

Changed: `severity` in `query`
> * `notice` - Notice
> * `warning` - Warning
> * `alert` - Alert

##### `GET` /flows/bindings/

###### Parameters:

Changed: `policy_engine_mode` in `query`
> * `all` - all, all policies must pass
> * `any` - any, any policy must pass

##### `GET` /stages/authenticator/sms/

###### Parameters:

Changed: `auth_type` in `query`
> * `basic` - Basic
> * `bearer` - Bearer

Changed: `provider` in `query`
> * `twilio` - Twilio
> * `generic` - Generic

##### `GET` /stages/authenticator/totp/

###### Parameters:

Changed: `digits` in `query`
> * `6` - 6 digits, widely compatible
> * `8` - 8 digits, not compatible with apps like Google Authenticator

##### `GET` /stages/authenticator/validate/

###### Parameters:

Changed: `not_configured_action` in `query`
> * `skip` - Skip
> * `deny` - Deny
> * `configure` - Configure

##### `GET` /stages/authenticator/webauthn/

###### Parameters:

Changed: `authenticator_attachment` in `query`
> * `platform` - Platform
> * `cross-platform` - Cross Platform

Changed: `resident_key_requirement` in `query`
> * `discouraged` - Discouraged
> * `preferred` - Preferred
> * `required` - Required

Changed: `user_verification` in `query`
> * `required` - Required
> * `preferred` - Preferred
> * `discouraged` - Discouraged

##### `GET` /stages/consent/

###### Parameters:

Changed: `mode` in `query`
> * `always_require` - Always Require
> * `permanent` - Permanent
> * `expiring` - Expiring

##### `GET` /stages/user_write/

###### Parameters:

Changed: `user_creation_mode` in `query`
> * `never_create` - Never Create
> * `create_when_required` - Create When Required
> * `always_create` - Always Create

##### `GET` /stages/prompt/prompts/

###### Parameters:

Changed: `type` in `query`
> * `text` - Text: Simple Text input
> * `text_area` - Text area: Multiline Text Input.
> * `text_read_only` - Text (read-only): Simple Text input, but cannot be edited.
> * `text_area_read_only` - Text area (read-only): Multiline Text input, but cannot be edited.
> * `username` - Username: Same as Text input, but checks for and prevents duplicate usernames.
> * `email` - Email: Text field with Email type.
> * `password` - Password: Masked input, multiple inputs of this type on the same prompt need to be identical.
> * `number` - Number
> * `checkbox` - Checkbox
> * `radio-button-group` - Fixed choice field rendered as a group of radio buttons.
> * `dropdown` - Fixed choice field rendered as a dropdown.
> * `date` - Date
> * `date-time` - Date Time
> * `file` - File: File upload for arbitrary files. File content will be available in flow context as data-URI
> * `separator` - Separator: Static Separator Line
> * `hidden` - Hidden: Hidden field, can be used to insert data into form.
> * `static` - Static: Static value, displayed as-is.
> * `ak-locale` - authentik: Selection of locales authentik supports
  • Loading branch information
authentik-automation[bot] committed Jun 27, 2023
1 parent 8831fcd commit c96000c
Show file tree
Hide file tree
Showing 14 changed files with 66 additions and 272 deletions.
103 changes: 0 additions & 103 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4405,11 +4405,6 @@ paths:
* `api` - Intent Api
* `recovery` - Intent Recovery
* `app_password` - Intent App Password

* `verification` - Intent Verification
* `api` - Intent Api
* `recovery` - Intent Recovery
* `app_password` - Intent App Password
explode: true
in: query
name: intent
Expand Down Expand Up @@ -6550,10 +6545,6 @@ paths:
* `notice` - Notice
* `warning` - Warning
* `alert` - Alert

* `notice` - Notice
* `warning` - Warning
* `alert` - Alert
explode: true
in: query
name: severity
Expand Down Expand Up @@ -7132,11 +7123,6 @@ paths:
* `webhook` - Generic Webhook
* `webhook_slack` - Slack Webhook (Slack/Discord)
* `email` - Email

* `local` - authentik inbuilt notifications
* `webhook` - Generic Webhook
* `webhook_slack` - Slack Webhook (Slack/Discord)
* `email` - Email
explode: true
in: query
name: mode
Expand Down Expand Up @@ -7578,9 +7564,6 @@ paths:
- description: |-
* `all` - all, all policies must pass
* `any` - any, any policy must pass

* `all` - all, all policies must pass
* `any` - any, any policy must pass
explode: true
in: query
name: policy_engine_mode
Expand Down Expand Up @@ -17742,11 +17725,6 @@ paths:
* `http://www.w3.org/2001/04/xmlenc#sha256` - SHA256
* `http://www.w3.org/2001/04/xmldsig-more#sha384` - SHA384
* `http://www.w3.org/2001/04/xmlenc#sha512` - SHA512

* `http://www.w3.org/2000/09/xmldsig#sha1` - SHA1
* `http://www.w3.org/2001/04/xmlenc#sha256` - SHA256
* `http://www.w3.org/2001/04/xmldsig-more#sha384` - SHA384
* `http://www.w3.org/2001/04/xmlenc#sha512` - SHA512
explode: true
in: query
name: digest_algorithm
Expand Down Expand Up @@ -17843,12 +17821,6 @@ paths:
* `http://www.w3.org/2001/04/xmldsig-more#rsa-sha384` - RSA-SHA384
* `http://www.w3.org/2001/04/xmldsig-more#rsa-sha512` - RSA-SHA512
* `http://www.w3.org/2000/09/xmldsig#dsa-sha1` - DSA-SHA1

* `http://www.w3.org/2000/09/xmldsig#rsa-sha1` - RSA-SHA1
* `http://www.w3.org/2001/04/xmldsig-more#rsa-sha256` - RSA-SHA256
* `http://www.w3.org/2001/04/xmldsig-more#rsa-sha384` - RSA-SHA384
* `http://www.w3.org/2001/04/xmldsig-more#rsa-sha512` - RSA-SHA512
* `http://www.w3.org/2000/09/xmldsig#dsa-sha1` - DSA-SHA1
explode: true
in: query
name: signature_algorithm
Expand Down Expand Up @@ -19707,9 +19679,6 @@ paths:
- description: |-
* `all` - all, all policies must pass
* `any` - any, any policy must pass

* `all` - all, all policies must pass
* `any` - any, any policy must pass
explode: true
in: query
name: policy_engine_mode
Expand Down Expand Up @@ -20133,9 +20102,6 @@ paths:
- description: |-
* `all` - all, all policies must pass
* `any` - any, any policy must pass

* `all` - all, all policies must pass
* `any` - any, any policy must pass
explode: true
in: query
name: policy_engine_mode
Expand Down Expand Up @@ -20512,10 +20478,6 @@ paths:
* `REDIRECT` - Redirect Binding
* `POST` - POST Binding
* `POST_AUTO` - POST Binding with auto-confirmation

* `REDIRECT` - Redirect Binding
* `POST` - POST Binding
* `POST_AUTO` - POST Binding with auto-confirmation
explode: true
in: query
name: binding_type
Expand All @@ -20532,11 +20494,6 @@ paths:
* `http://www.w3.org/2001/04/xmlenc#sha256` - SHA256
* `http://www.w3.org/2001/04/xmldsig-more#sha384` - SHA384
* `http://www.w3.org/2001/04/xmlenc#sha512` - SHA512

* `http://www.w3.org/2000/09/xmldsig#sha1` - SHA1
* `http://www.w3.org/2001/04/xmlenc#sha256` - SHA256
* `http://www.w3.org/2001/04/xmldsig-more#sha384` - SHA384
* `http://www.w3.org/2001/04/xmlenc#sha512` - SHA512
explode: true
in: query
name: digest_algorithm
Expand Down Expand Up @@ -20633,9 +20590,6 @@ paths:
- description: |-
* `all` - all, all policies must pass
* `any` - any, any policy must pass

* `all` - all, all policies must pass
* `any` - any, any policy must pass
explode: true
in: query
name: policy_engine_mode
Expand Down Expand Up @@ -20668,12 +20622,6 @@ paths:
* `http://www.w3.org/2001/04/xmldsig-more#rsa-sha384` - RSA-SHA384
* `http://www.w3.org/2001/04/xmldsig-more#rsa-sha512` - RSA-SHA512
* `http://www.w3.org/2000/09/xmldsig#dsa-sha1` - DSA-SHA1

* `http://www.w3.org/2000/09/xmldsig#rsa-sha1` - RSA-SHA1
* `http://www.w3.org/2001/04/xmldsig-more#rsa-sha256` - RSA-SHA256
* `http://www.w3.org/2001/04/xmldsig-more#rsa-sha384` - RSA-SHA384
* `http://www.w3.org/2001/04/xmldsig-more#rsa-sha512` - RSA-SHA512
* `http://www.w3.org/2000/09/xmldsig#dsa-sha1` - DSA-SHA1
explode: true
in: query
name: signature_algorithm
Expand Down Expand Up @@ -22805,9 +22753,6 @@ paths:
- description: |-
* `basic` - Basic
* `bearer` - Bearer

* `basic` - Basic
* `bearer` - Bearer
explode: true
in: query
name: auth_type
Expand Down Expand Up @@ -22882,9 +22827,6 @@ paths:
- description: |-
* `twilio` - Twilio
* `generic` - Generic

* `twilio` - Twilio
* `generic` - Generic
explode: true
in: query
name: provider
Expand Down Expand Up @@ -23500,9 +23442,6 @@ paths:
- description: |-
* `6` - 6 digits, widely compatible
* `8` - 8 digits, not compatible with apps like Google Authenticator

* `6` - 6 digits, widely compatible
* `8` - 8 digits, not compatible with apps like Google Authenticator
explode: true
in: query
name: digits
Expand Down Expand Up @@ -23839,10 +23778,6 @@ paths:
* `skip` - Skip
* `deny` - Deny
* `configure` - Configure

* `skip` - Skip
* `deny` - Deny
* `configure` - Configure
explode: true
in: query
name: not_configured_action
Expand Down Expand Up @@ -24140,9 +24075,6 @@ paths:
- description: |-
* `platform` - Platform
* `cross-platform` - Cross Platform

* `platform` - Platform
* `cross-platform` - Cross Platform
explode: true
in: query
name: authenticator_attachment
Expand Down Expand Up @@ -24204,10 +24136,6 @@ paths:
* `discouraged` - Discouraged
* `preferred` - Preferred
* `required` - Required

* `discouraged` - Discouraged
* `preferred` - Preferred
* `required` - Required
explode: true
in: query
name: resident_key_requirement
Expand Down Expand Up @@ -24239,10 +24167,6 @@ paths:
* `required` - Required
* `preferred` - Preferred
* `discouraged` - Discouraged

* `required` - Required
* `preferred` - Preferred
* `discouraged` - Discouraged
explode: true
in: query
name: user_verification
Expand Down Expand Up @@ -24813,10 +24737,6 @@ paths:
* `always_require` - Always Require
* `permanent` - Permanent
* `expiring` - Expiring

* `always_require` - Always Require
* `permanent` - Permanent
* `expiring` - Expiring
explode: true
in: query
name: mode
Expand Down Expand Up @@ -27483,25 +27403,6 @@ paths:
* `hidden` - Hidden: Hidden field, can be used to insert data into form.
* `static` - Static: Static value, displayed as-is.
* `ak-locale` - authentik: Selection of locales authentik supports

* `text` - Text: Simple Text input
* `text_area` - Text area: Multiline Text Input.
* `text_read_only` - Text (read-only): Simple Text input, but cannot be edited.
* `text_area_read_only` - Text area (read-only): Multiline Text input, but cannot be edited.
* `username` - Username: Same as Text input, but checks for and prevents duplicate usernames.
* `email` - Email: Text field with Email type.
* `password` - Password: Masked input, multiple inputs of this type on the same prompt need to be identical.
* `number` - Number
* `checkbox` - Checkbox
* `radio-button-group` - Fixed choice field rendered as a group of radio buttons.
* `dropdown` - Fixed choice field rendered as a dropdown.
* `date` - Date
* `date-time` - Date Time
* `file` - File: File upload for arbitrary files. File content will be available in flow context as data-URI
* `separator` - Separator: Static Separator Line
* `hidden` - Hidden: Hidden field, can be used to insert data into form.
* `static` - Static: Static value, displayed as-is.
* `ak-locale` - authentik: Selection of locales authentik supports
explode: true
in: query
name: type
Expand Down Expand Up @@ -29111,10 +29012,6 @@ paths:
* `never_create` - Never Create
* `create_when_required` - Create When Required
* `always_create` - Always Create

* `never_create` - Never Create
* `create_when_required` - Create When Required
* `always_create` - Always Create
explode: true
in: query
name: user_creation_mode
Expand Down
2 changes: 1 addition & 1 deletion api_core.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api_events.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_flows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api_providers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions api_sources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c96000c

Please sign in to comment.