Skip to content

Commit 6cb8eff

Browse files
committed
autogen: regenerate OpenAPI client for v1.20.7
Version: v1.20.7
1 parent 58e1f2f commit 6cb8eff

605 files changed

Lines changed: 911 additions & 609 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ docs/NormalizedProjectRevisionCourierChannel.md
148148
docs/NormalizedProjectRevisionHook.md
149149
docs/NormalizedProjectRevisionIdentitySchema.md
150150
docs/NormalizedProjectRevisionSAMLProvider.md
151+
docs/NormalizedProjectRevisionScimClient.md
151152
docs/NormalizedProjectRevisionThirdPartyProvider.md
152153
docs/NormalizedProjectRevisionTokenizerTemplate.md
153154
docs/OAuth2Api.md
@@ -458,6 +459,7 @@ ory_client/models/normalized_project_revision_courier_channel.py
458459
ory_client/models/normalized_project_revision_hook.py
459460
ory_client/models/normalized_project_revision_identity_schema.py
460461
ory_client/models/normalized_project_revision_saml_provider.py
462+
ory_client/models/normalized_project_revision_scim_client.py
461463
ory_client/models/normalized_project_revision_third_party_provider.py
462464
ory_client/models/normalized_project_revision_tokenizer_template.py
463465
ory_client/models/o_auth2_client.py
@@ -754,6 +756,7 @@ test/test_normalized_project_revision_courier_channel.py
754756
test/test_normalized_project_revision_hook.py
755757
test/test_normalized_project_revision_identity_schema.py
756758
test/test_normalized_project_revision_saml_provider.py
759+
test/test_normalized_project_revision_scim_client.py
757760
test/test_normalized_project_revision_third_party_provider.py
758761
test/test_normalized_project_revision_tokenizer_template.py
759762
test/test_o_auth2_api.py

docs/CreateProjectNormalizedPayload.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ Name | Type | Description | Notes
221221
**name** | **str** | The project's name. |
222222
**project_id** | **str** | The Revision's Project ID | [optional]
223223
**project_revision_hooks** | [**List[NormalizedProjectRevisionHook]**](NormalizedProjectRevisionHook.md) | | [optional]
224+
**scim_clients** | [**List[NormalizedProjectRevisionScimClient]**](NormalizedProjectRevisionScimClient.md) | | [optional]
224225
**serve_admin_cors_allowed_origins** | **List[str]** | | [optional]
225226
**serve_admin_cors_enabled** | **bool** | Enable CORS headers on all admin APIs This governs the \"serve.admin.cors.enabled\" setting. | [optional]
226227
**serve_public_cors_allowed_origins** | **List[str]** | | [optional]

docs/NormalizedProjectRevision.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ Name | Type | Description | Notes
218218
**name** | **str** | The project's name. |
219219
**project_id** | **str** | The Revision's Project ID | [optional]
220220
**project_revision_hooks** | [**List[NormalizedProjectRevisionHook]**](NormalizedProjectRevisionHook.md) | | [optional]
221+
**scim_clients** | [**List[NormalizedProjectRevisionScimClient]**](NormalizedProjectRevisionScimClient.md) | | [optional]
221222
**serve_admin_cors_allowed_origins** | **List[str]** | | [optional]
222223
**serve_admin_cors_enabled** | **bool** | Enable CORS headers on all admin APIs This governs the \"serve.admin.cors.enabled\" setting. | [optional]
223224
**serve_public_cors_allowed_origins** | **List[str]** | | [optional]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# NormalizedProjectRevisionScimClient
2+
3+
SCIMClient represents a SCIM client configuration to be used by an external identity provider.
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**authorization_header_secret** | **str** | The secret that the client uses in the authorization header to authenticate itself. |
10+
**client_id** | **str** | The unique ID of the SCIM server. |
11+
**created_at** | **datetime** | The SCIM client's creation time | [optional] [readonly]
12+
**label** | **str** | The SCIM server's label |
13+
**mapper_url** | **str** | Mapper specifies the JSONNet code snippet which uses the SCIM provider's data to hydrate the identity's data. |
14+
**organization_id** | **str** | OrganizationID is the organization ID for this SCIM server. |
15+
**state** | **str** | State indicates the state of the SCIM server Only servers with state `enabled` will be available for SCIM provisioning. enabled ThirdPartyProviderStateEnabled disabled ThirdPartyProviderStateDisabled | [optional]
16+
**updated_at** | **datetime** | Last time the SCIM client was updated | [optional] [readonly]
17+
18+
## Example
19+
20+
```python
21+
from ory_client.models.normalized_project_revision_scim_client import NormalizedProjectRevisionScimClient
22+
23+
# TODO update the JSON string below
24+
json = "{}"
25+
# create an instance of NormalizedProjectRevisionScimClient from a JSON string
26+
normalized_project_revision_scim_client_instance = NormalizedProjectRevisionScimClient.from_json(json)
27+
# print the JSON string representation of the object
28+
print(NormalizedProjectRevisionScimClient.to_json())
29+
30+
# convert the object into a dict
31+
normalized_project_revision_scim_client_dict = normalized_project_revision_scim_client_instance.to_dict()
32+
# create an instance of NormalizedProjectRevisionScimClient from a dict
33+
normalized_project_revision_scim_client_from_dict = NormalizedProjectRevisionScimClient.from_dict(normalized_project_revision_scim_client_dict)
34+
```
35+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
36+
37+

docs/QuotaUsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**additional_price** | **str** | The additional price per unit in cents. |
99
**can_use_more** | **bool** | |
10-
**feature** | **str** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents 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 data_location_global DataLocationGlobal data_location_us DataLocationUS data_location_asiane DataLocationAsiaNorthEast m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha saml_sp SAMLSP saml_idp SAMLIDP auto_link_policy AutoLinkPolicy data_location_regional DataLocationRegional Required Features 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 create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery |
10+
**feature** | **str** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents 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 data_location_global DataLocationGlobal data_location_us DataLocationUS data_location_asiane DataLocationAsiaNorthEast m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha saml_sp SAMLSP saml_idp SAMLIDP auto_link_policy AutoLinkPolicy scim_clients SCIMClients data_location_regional DataLocationRegional Required Features 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 create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery |
1111
**feature_available** | **bool** | |
1212
**included** | **int** | |
1313
**is_unlimited** | **bool** | |

ory_client/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
88
# 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) |
99
10-
The version of the OpenAPI document: v1.20.6
10+
The version of the OpenAPI document: v1.20.7
1111
Contact: support@ory.sh
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
1414
Do not edit the class manually.
1515
""" # noqa: E501
1616

1717

18-
__version__ = "v1.20.6"
18+
__version__ = "v1.20.7"
1919

2020
# import apis into sdk package
2121
from ory_client.api.courier_api import CourierApi
@@ -182,6 +182,7 @@
182182
from ory_client.models.normalized_project_revision_hook import NormalizedProjectRevisionHook
183183
from ory_client.models.normalized_project_revision_identity_schema import NormalizedProjectRevisionIdentitySchema
184184
from ory_client.models.normalized_project_revision_saml_provider import NormalizedProjectRevisionSAMLProvider
185+
from ory_client.models.normalized_project_revision_scim_client import NormalizedProjectRevisionScimClient
185186
from ory_client.models.normalized_project_revision_third_party_provider import NormalizedProjectRevisionThirdPartyProvider
186187
from ory_client.models.normalized_project_revision_tokenizer_template import NormalizedProjectRevisionTokenizerTemplate
187188
from ory_client.models.o_auth2_client import OAuth2Client

ory_client/api/courier_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
# 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) |
77
8-
The version of the OpenAPI document: v1.20.6
8+
The version of the OpenAPI document: v1.20.7
99
Contact: support@ory.sh
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

ory_client/api/events_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
# 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) |
77
8-
The version of the OpenAPI document: v1.20.6
8+
The version of the OpenAPI document: v1.20.7
99
Contact: support@ory.sh
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

ory_client/api/frontend_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# 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) |
77

8-
The version of the OpenAPI document: v1.20.6
8+
The version of the OpenAPI document: v1.20.7
99
Contact: support@ory.sh
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)