44 * Ory APIs
55 * # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
66 *
7- * The version of the OpenAPI document: v1.17.2
7+ * The version of the OpenAPI document: v1.18.4
8899 *
1010 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1023,7 +1023,8 @@ export const DeleteIdentityCredentialsTypeEnum = {
10231023 Profile : 'profile' ,
10241024 Saml : 'saml' ,
10251025 LinkRecovery : 'link_recovery' ,
1026- CodeRecovery : 'code_recovery'
1026+ CodeRecovery : 'code_recovery' ,
1027+ UnknownDefaultOpenApi : '11184809'
10271028} as const ;
10281029export type DeleteIdentityCredentialsTypeEnum = typeof DeleteIdentityCredentialsTypeEnum [ keyof typeof DeleteIdentityCredentialsTypeEnum ] ;
10291030/**
@@ -1040,15 +1041,17 @@ export const GetIdentityIncludeCredentialEnum = {
10401041 Profile : 'profile' ,
10411042 Saml : 'saml' ,
10421043 LinkRecovery : 'link_recovery' ,
1043- CodeRecovery : 'code_recovery'
1044+ CodeRecovery : 'code_recovery' ,
1045+ UnknownDefaultOpenApi : '11184809'
10441046} as const ;
10451047export type GetIdentityIncludeCredentialEnum = typeof GetIdentityIncludeCredentialEnum [ keyof typeof GetIdentityIncludeCredentialEnum ] ;
10461048/**
10471049 * @export
10481050 */
10491051export const GetSessionExpandEnum = {
10501052 Identity : 'identity' ,
1051- Devices : 'devices'
1053+ Devices : 'devices' ,
1054+ UnknownDefaultOpenApi : '11184809'
10521055} as const ;
10531056export type GetSessionExpandEnum = typeof GetSessionExpandEnum [ keyof typeof GetSessionExpandEnum ] ;
10541057/**
@@ -1057,14 +1060,16 @@ export type GetSessionExpandEnum = typeof GetSessionExpandEnum[keyof typeof GetS
10571060export const ListIdentitiesConsistencyEnum = {
10581061 Empty : '' ,
10591062 Strong : 'strong' ,
1060- Eventual : 'eventual'
1063+ Eventual : 'eventual' ,
1064+ UnknownDefaultOpenApi : '11184809'
10611065} as const ;
10621066export type ListIdentitiesConsistencyEnum = typeof ListIdentitiesConsistencyEnum [ keyof typeof ListIdentitiesConsistencyEnum ] ;
10631067/**
10641068 * @export
10651069 */
10661070export const ListSessionsExpandEnum = {
10671071 Identity : 'identity' ,
1068- Devices : 'devices'
1072+ Devices : 'devices' ,
1073+ UnknownDefaultOpenApi : '11184809'
10691074} as const ;
10701075export type ListSessionsExpandEnum = typeof ListSessionsExpandEnum [ keyof typeof ListSessionsExpandEnum ] ;
0 commit comments