Skip to content

Commit

Permalink
autogen: regenerate OpenAPI client for v1.9.0
Browse files Browse the repository at this point in the history
Version: v1.9.0
  • Loading branch information
aeneasr committed Mar 18, 2024
1 parent 88e49c2 commit 37e77da
Show file tree
Hide file tree
Showing 550 changed files with 963 additions and 812 deletions.
24 changes: 23 additions & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
url: https://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: /ptos
title: Ory APIs
version: v1.8.1
version: v1.9.0
servers:
- url: "https://{project}.projects.oryapis.com/"
variables:
Expand Down Expand Up @@ -8399,6 +8399,12 @@ components:

This governs the "feature_flags.cacheable_sessions" setting.
type: boolean
kratos_feature_flags_cacheable_sessions_max_age:
description: |-
Configures the Ory Kratos Session caching max-age feature flag

This governs the "feature_flags.cacheable_sessions_max_age" setting.
type: string
kratos_feature_flags_use_continue_with_transitions:
description: |-
Configures the Ory Kratos Session use_continue_with_transitions flag
Expand Down Expand Up @@ -9287,6 +9293,10 @@ components:
$ref: '#/components/schemas/GenericUsage'
title: Features are the feature definitions included in the plan.
type: object
latest:
description: Latest is true if the plan is the latest version of a plan
and should be available for self-service usage.
type: boolean
name:
description: Name is the name of the plan.
type: string
Expand Down Expand Up @@ -12991,6 +13001,12 @@ components:

This governs the "feature_flags.cacheable_sessions" setting.
type: boolean
kratos_feature_flags_cacheable_sessions_max_age:
description: |-
Configures the Ory Kratos Session caching max-age feature flag

This governs the "feature_flags.cacheable_sessions_max_age" setting.
type: string
kratos_feature_flags_use_continue_with_transitions:
description: |-
Configures the Ory Kratos Session use_continue_with_transitions flag
Expand Down Expand Up @@ -16358,6 +16374,7 @@ components:
region_apac RegionAPAC
region_global RegionGlobal
production_projects ProductionProjects
development_projects DevelopmentProjects
daily_active_users DailyActiveUsers
custom_domains CustomDomains
event_streams EventStreams
Expand All @@ -16372,6 +16389,7 @@ components:
organizations Organizations
rop_grant ResourceOwnerPasswordGrant
concierge_onboarding ConciergeOnboarding
credit Credit
rate_limit_tier RateLimitTier
session_rate_limit_tier RateLimitTierSessions
identities_list_rate_limit_tier RateLimitTierIdentitiesList
Expand All @@ -16383,6 +16401,7 @@ components:
- region_apac
- region_global
- production_projects
- development_projects
- daily_active_users
- custom_domains
- event_streams
Expand All @@ -16397,6 +16416,7 @@ components:
- organizations
- rop_grant
- concierge_onboarding
- credit
- rate_limit_tier
- session_rate_limit_tier
- identities_list_rate_limit_tier
Expand All @@ -16409,6 +16429,7 @@ components:
region_apac RegionAPAC
region_global RegionGlobal
production_projects ProductionProjects
development_projects DevelopmentProjects
daily_active_users DailyActiveUsers
custom_domains CustomDomains
event_streams EventStreams
Expand All @@ -16423,6 +16444,7 @@ components:
organizations Organizations
rop_grant ResourceOwnerPasswordGrant
concierge_onboarding ConciergeOnboarding
credit Credit
rate_limit_tier RateLimitTier
session_rate_limit_tier RateLimitTierSessions
identities_list_rate_limit_tier RateLimitTierIdentitiesList
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'

group = 'sh.ory'
version = 'v1.8.1'
version = 'v1.9.0'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "sh.ory",
name := "client",
version := "v1.8.1",
version := "v1.9.0",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
1 change: 1 addition & 0 deletions docs/CreateProjectNormalizedPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Create project (normalized) request payload
|**kratosCourierTemplatesVerificationValidEmailBodyPlaintext** | **String** | Configures the Ory Kratos Valid Verification Email Body Plaintext Template This governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting. | [optional] |
|**kratosCourierTemplatesVerificationValidEmailSubject** | **String** | Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.valid.email.subject\" setting. | [optional] |
|**kratosFeatureFlagsCacheableSessions** | **Boolean** | Configures the Ory Kratos Session caching feature flag This governs the \"feature_flags.cacheable_sessions\" setting. | [optional] |
|**kratosFeatureFlagsCacheableSessionsMaxAge** | **String** | Configures the Ory Kratos Session caching max-age feature flag This governs the \"feature_flags.cacheable_sessions_max_age\" setting. | [optional] |
|**kratosFeatureFlagsUseContinueWithTransitions** | **Boolean** | Configures the Ory Kratos Session use_continue_with_transitions flag This governs the \"feature_flags.use_continue_with_transitions\" setting. | [optional] |
|**kratosIdentitySchemas** | [**List<NormalizedProjectRevisionIdentitySchema>**](NormalizedProjectRevisionIdentitySchema.md) | | [optional] |
|**kratosOauth2ProviderHeaders** | **Object** | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional] |
Expand Down
1 change: 1 addition & 0 deletions docs/NormalizedProjectRevision.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
|**kratosCourierTemplatesVerificationValidEmailBodyPlaintext** | **String** | Configures the Ory Kratos Valid Verification Email Body Plaintext Template This governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting. | [optional] |
|**kratosCourierTemplatesVerificationValidEmailSubject** | **String** | Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.valid.email.subject\" setting. | [optional] |
|**kratosFeatureFlagsCacheableSessions** | **Boolean** | Configures the Ory Kratos Session caching feature flag This governs the \"feature_flags.cacheable_sessions\" setting. | [optional] |
|**kratosFeatureFlagsCacheableSessionsMaxAge** | **String** | Configures the Ory Kratos Session caching max-age feature flag This governs the \"feature_flags.cacheable_sessions_max_age\" setting. | [optional] |
|**kratosFeatureFlagsUseContinueWithTransitions** | **Boolean** | Configures the Ory Kratos Session use_continue_with_transitions flag This governs the \"feature_flags.use_continue_with_transitions\" setting. | [optional] |
|**kratosIdentitySchemas** | [**List<NormalizedProjectRevisionIdentitySchema>**](NormalizedProjectRevisionIdentitySchema.md) | | [optional] |
|**kratosOauth2ProviderHeaders** | **Object** | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional] |
Expand Down
1 change: 1 addition & 0 deletions docs/PlanDetails.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
|**custom** | **Boolean** | Custom is true if the plan is custom. This means it will be hidden from the pricing page. | |
|**description** | **String** | Description is the description of the plan. | |
|**features** | [**Map<String, GenericUsage>**](GenericUsage.md) | | |
|**latest** | **Boolean** | Latest is true if the plan is the latest version of a plan and should be available for self-service usage. | [optional] |
|**name** | **String** | Name is the name of the plan. | |
|**version** | **Long** | Version is the version of the plan. The combination of `name@version` must be unique. | |

Expand Down
4 changes: 3 additions & 1 deletion docs/QuotaUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**additionalPrice** | **Long** | The additional price per unit in cents. | |
|**canUseMore** | **Boolean** | | |
|**feature** | [**FeatureEnum**](#FeatureEnum) | region_eu RegionEU region_us RegionUS region_apac RegionAPAC region_global RegionGlobal production_projects ProductionProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | |
|**feature** | [**FeatureEnum**](#FeatureEnum) | region_eu RegionEU region_us RegionUS region_apac RegionAPAC region_global RegionGlobal production_projects ProductionProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | |
|**featureAvailable** | **Boolean** | | |
|**included** | **Long** | | |
|**used** | **Long** | | |
Expand All @@ -25,6 +25,7 @@
| REGION_APAC | "region_apac" |
| REGION_GLOBAL | "region_global" |
| PRODUCTION_PROJECTS | "production_projects" |
| DEVELOPMENT_PROJECTS | "development_projects" |
| DAILY_ACTIVE_USERS | "daily_active_users" |
| CUSTOM_DOMAINS | "custom_domains" |
| EVENT_STREAMS | "event_streams" |
Expand All @@ -39,6 +40,7 @@
| ORGANIZATIONS | "organizations" |
| ROP_GRANT | "rop_grant" |
| CONCIERGE_ONBOARDING | "concierge_onboarding" |
| CREDIT | "credit" |
| RATE_LIMIT_TIER | "rate_limit_tier" |
| SESSION_RATE_LIMIT_TIER | "session_rate_limit_tier" |
| IDENTITIES_LIST_RATE_LIMIT_TIER | "identities_list_rate_limit_tier" |
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>sh.ory</groupId>
<artifactId>ory-client</artifactId>
<packaging>jar</packaging>
<name>ory-client</name>

<version>1.8.1-SNAPSHOT</version>
<version>0.0.0-SNAPSHOT</version>
<url>https://github.com/ory/client-java</url>
<description>Java Client for Ory</description>
<scm>
<connection>scm:git:git@github.com:ory/client-java.git</connection>
<developerConnection>scm:git:git@github.com:ory/client-java.git</developerConnection>
<url>https://github.com/ory/client-java</url>
<tag>HEAD</tag>
</scm>
</scm>

<licenses>
<license>
Expand Down Expand Up @@ -250,8 +250,8 @@
<include>.gitignore</include>
</includes>
<!-- define the steps to apply to those files -->
<trimTrailingWhitespace />
<endWithNewline />
<trimTrailingWhitespace/>
<endWithNewline/>
<indent>
<spaces>true</spaces> <!-- or <tabs>true</tabs> -->
<spacesPerTab>4</spacesPerTab> <!-- optional, default is 4 -->
Expand All @@ -269,8 +269,8 @@
<reflowLongStrings>true</reflowLongStrings>
</googleJavaFormat>

<removeUnusedImports />
<importOrder />
<removeUnusedImports/>
<importOrder/>

</java>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/sh/ory/ApiCallback.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.
*
* The version of the OpenAPI document: v1.8.1
* The version of the OpenAPI document: v1.9.0
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/sh/ory/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.
*
* The version of the OpenAPI document: v1.8.1
* The version of the OpenAPI document: v1.9.0
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -211,7 +211,7 @@ private void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/v1.8.1/java");
setUserAgent("OpenAPI-Generator/v1.9.0/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/sh/ory/ApiException.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.
*
* The version of the OpenAPI document: v1.8.1
* The version of the OpenAPI document: v1.9.0
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -22,7 +22,7 @@
* <p>ApiException class.</p>
*/
@SuppressWarnings("serial")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-08T12:29:59.344544236Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-18T16:46:44.886362867Z[Etc/UTC]")
public class ApiException extends Exception {
private int code = 0;
private Map<String, List<String>> responseHeaders = null;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/sh/ory/ApiResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.
*
* The version of the OpenAPI document: v1.8.1
* The version of the OpenAPI document: v1.9.0
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/sh/ory/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.
*
* The version of the OpenAPI document: v1.8.1
* The version of the OpenAPI document: v1.9.0
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -13,7 +13,7 @@

package sh.ory;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-08T12:29:59.344544236Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-18T16:46:44.886362867Z[Etc/UTC]")
public class Configuration {
private static ApiClient defaultApiClient = new ApiClient();

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/sh/ory/GzipRequestInterceptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.
*
* The version of the OpenAPI document: v1.8.1
* The version of the OpenAPI document: v1.9.0
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/sh/ory/JSON.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.
*
* The version of the OpenAPI document: v1.8.1
* The version of the OpenAPI document: v1.9.0
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/sh/ory/Pair.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.
*
* The version of the OpenAPI document: v1.8.1
* The version of the OpenAPI document: v1.9.0
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -13,7 +13,7 @@

package sh.ory;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-08T12:29:59.344544236Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-18T16:46:44.886362867Z[Etc/UTC]")
public class Pair {
private String name = "";
private String value = "";
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/sh/ory/ProgressRequestBody.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.
*
* The version of the OpenAPI document: v1.8.1
* The version of the OpenAPI document: v1.9.0
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/sh/ory/ProgressResponseBody.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.
*
* The version of the OpenAPI document: v1.8.1
* The version of the OpenAPI document: v1.9.0
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/sh/ory/StringUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.
*
* The version of the OpenAPI document: v1.8.1
* The version of the OpenAPI document: v1.9.0
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@
import java.util.Collection;
import java.util.Iterator;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-08T12:29:59.344544236Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-18T16:46:44.886362867Z[Etc/UTC]")
public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/sh/ory/api/CourierApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.
*
* The version of the OpenAPI document: v1.8.1
* The version of the OpenAPI document: v1.9.0
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading

0 comments on commit 37e77da

Please sign in to comment.