Skip to content

Commit 78f3520

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.24
Version: v1.22.24
1 parent d8622e0 commit 78f3520

641 files changed

Lines changed: 2490 additions & 729 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: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ docs/Model/AcceptOAuth2ConsentRequestSession.md
2323
docs/Model/AcceptOAuth2LoginRequest.md
2424
docs/Model/AccountExperienceColors.md
2525
docs/Model/AccountExperienceConfiguration.md
26-
docs/Model/ActiveProjectInConsole.md
2726
docs/Model/AddProjectToWorkspaceBody.md
2827
docs/Model/Attribute.md
2928
docs/Model/AttributeFilter.md
@@ -56,6 +55,7 @@ docs/Model/CreateFedcmFlowResponse.md
5655
docs/Model/CreateIdentityBody.md
5756
docs/Model/CreateInviteResponse.md
5857
docs/Model/CreateJsonWebKeySet.md
58+
docs/Model/CreateOnboardingLinkResponse.md
5959
docs/Model/CreateOrganizationOnboardingPortalLinkBody.md
6060
docs/Model/CreateProjectApiKeyRequest.md
6161
docs/Model/CreateProjectBody.md
@@ -71,6 +71,7 @@ docs/Model/CreateVerifiableCredentialRequestBody.md
7171
docs/Model/CreateWorkspaceApiKeyBody.md
7272
docs/Model/CreateWorkspaceBody.md
7373
docs/Model/CreateWorkspaceMemberInviteBody.md
74+
docs/Model/CreateWorkspaceOrganizationBody.md
7475
docs/Model/CreateWorkspaceSubscriptionBody.md
7576
docs/Model/CredentialSupportedDraft00.md
7677
docs/Model/CustomDomain.md
@@ -89,6 +90,7 @@ docs/Model/ExpandedPermissionTree.md
8990
docs/Model/FlowError.md
9091
docs/Model/GenericError.md
9192
docs/Model/GenericErrorContent.md
93+
docs/Model/GenericOIDCProvider.md
9294
docs/Model/GenericUsage.md
9395
docs/Model/GetAttributesCount.md
9496
docs/Model/GetManagedIdentitySchemaLocation.md
@@ -227,7 +229,6 @@ docs/Model/Session.md
227229
docs/Model/SessionActivityDatapoint.md
228230
docs/Model/SessionAuthenticationMethod.md
229231
docs/Model/SessionDevice.md
230-
docs/Model/SetActiveProjectInConsoleBody.md
231232
docs/Model/SetCustomDomainBody.md
232233
docs/Model/SetEventStreamBody.md
233234
docs/Model/SetOrganizationFromOnboardingPortalLinkBody.md
@@ -312,6 +313,7 @@ docs/Model/Version.md
312313
docs/Model/Warning.md
313314
docs/Model/Workspace.md
314315
docs/Model/WorkspaceApiKey.md
316+
docs/Model/WorkspaceOrganization.md
315317
git_push.sh
316318
lib/Api/CourierApi.php
317319
lib/Api/EventsApi.php
@@ -336,7 +338,6 @@ lib/Model/AcceptOAuth2ConsentRequestSession.php
336338
lib/Model/AcceptOAuth2LoginRequest.php
337339
lib/Model/AccountExperienceColors.php
338340
lib/Model/AccountExperienceConfiguration.php
339-
lib/Model/ActiveProjectInConsole.php
340341
lib/Model/AddProjectToWorkspaceBody.php
341342
lib/Model/Attribute.php
342343
lib/Model/AttributeFilter.php
@@ -369,6 +370,7 @@ lib/Model/CreateFedcmFlowResponse.php
369370
lib/Model/CreateIdentityBody.php
370371
lib/Model/CreateInviteResponse.php
371372
lib/Model/CreateJsonWebKeySet.php
373+
lib/Model/CreateOnboardingLinkResponse.php
372374
lib/Model/CreateOrganizationOnboardingPortalLinkBody.php
373375
lib/Model/CreateProjectApiKeyRequest.php
374376
lib/Model/CreateProjectBody.php
@@ -384,6 +386,7 @@ lib/Model/CreateVerifiableCredentialRequestBody.php
384386
lib/Model/CreateWorkspaceApiKeyBody.php
385387
lib/Model/CreateWorkspaceBody.php
386388
lib/Model/CreateWorkspaceMemberInviteBody.php
389+
lib/Model/CreateWorkspaceOrganizationBody.php
387390
lib/Model/CreateWorkspaceSubscriptionBody.php
388391
lib/Model/CredentialSupportedDraft00.php
389392
lib/Model/CustomDomain.php
@@ -402,6 +405,7 @@ lib/Model/ExpandedPermissionTree.php
402405
lib/Model/FlowError.php
403406
lib/Model/GenericError.php
404407
lib/Model/GenericErrorContent.php
408+
lib/Model/GenericOIDCProvider.php
405409
lib/Model/GenericUsage.php
406410
lib/Model/GetAttributesCount.php
407411
lib/Model/GetManagedIdentitySchemaLocation.php
@@ -541,7 +545,6 @@ lib/Model/Session.php
541545
lib/Model/SessionActivityDatapoint.php
542546
lib/Model/SessionAuthenticationMethod.php
543547
lib/Model/SessionDevice.php
544-
lib/Model/SetActiveProjectInConsoleBody.php
545548
lib/Model/SetCustomDomainBody.php
546549
lib/Model/SetEventStreamBody.php
547550
lib/Model/SetOrganizationFromOnboardingPortalLinkBody.php
@@ -626,6 +629,7 @@ lib/Model/Version.php
626629
lib/Model/Warning.php
627630
lib/Model/Workspace.php
628631
lib/Model/WorkspaceApiKey.php
632+
lib/Model/WorkspaceOrganization.php
629633
lib/ObjectSerializer.php
630634
phpunit.xml.dist
631635
test/Api/CourierApiTest.php
@@ -647,7 +651,6 @@ test/Model/AcceptOAuth2ConsentRequestTest.php
647651
test/Model/AcceptOAuth2LoginRequestTest.php
648652
test/Model/AccountExperienceColorsTest.php
649653
test/Model/AccountExperienceConfigurationTest.php
650-
test/Model/ActiveProjectInConsoleTest.php
651654
test/Model/AddProjectToWorkspaceBodyTest.php
652655
test/Model/AttributeFilterTest.php
653656
test/Model/AttributeTest.php
@@ -680,6 +683,7 @@ test/Model/CreateFedcmFlowResponseTest.php
680683
test/Model/CreateIdentityBodyTest.php
681684
test/Model/CreateInviteResponseTest.php
682685
test/Model/CreateJsonWebKeySetTest.php
686+
test/Model/CreateOnboardingLinkResponseTest.php
683687
test/Model/CreateOrganizationOnboardingPortalLinkBodyTest.php
684688
test/Model/CreateProjectApiKeyRequestTest.php
685689
test/Model/CreateProjectBodyTest.php
@@ -695,6 +699,7 @@ test/Model/CreateVerifiableCredentialRequestBodyTest.php
695699
test/Model/CreateWorkspaceApiKeyBodyTest.php
696700
test/Model/CreateWorkspaceBodyTest.php
697701
test/Model/CreateWorkspaceMemberInviteBodyTest.php
702+
test/Model/CreateWorkspaceOrganizationBodyTest.php
698703
test/Model/CreateWorkspaceSubscriptionBodyTest.php
699704
test/Model/CredentialSupportedDraft00Test.php
700705
test/Model/CustomDomainTest.php
@@ -713,6 +718,7 @@ test/Model/ExpandedPermissionTreeTest.php
713718
test/Model/FlowErrorTest.php
714719
test/Model/GenericErrorContentTest.php
715720
test/Model/GenericErrorTest.php
721+
test/Model/GenericOIDCProviderTest.php
716722
test/Model/GenericUsageTest.php
717723
test/Model/GetAttributesCountTest.php
718724
test/Model/GetManagedIdentitySchemaLocationTest.php
@@ -851,7 +857,6 @@ test/Model/SessionActivityDatapointTest.php
851857
test/Model/SessionAuthenticationMethodTest.php
852858
test/Model/SessionDeviceTest.php
853859
test/Model/SessionTest.php
854-
test/Model/SetActiveProjectInConsoleBodyTest.php
855860
test/Model/SetCustomDomainBodyTest.php
856861
test/Model/SetEventStreamBodyTest.php
857862
test/Model/SetOrganizationFromOnboardingPortalLinkBodyTest.php
@@ -935,4 +940,5 @@ test/Model/VerifyUserCodeRequestTest.php
935940
test/Model/VersionTest.php
936941
test/Model/WarningTest.php
937942
test/Model/WorkspaceApiKeyTest.php
943+
test/Model/WorkspaceOrganizationTest.php
938944
test/Model/WorkspaceTest.php

composer.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Api/IdentityApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ batchPatchIdentities($patchIdentitiesBody): \Ory\Client\Model\BatchPatchIdentiti
3535

3636
Create multiple identities
3737

38-
Creates multiple [identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model). You can also use this endpoint to [import credentials](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities), including passwords, social sign-in settings, and multi-factor authentication methods. You can import: Up to 1,000 identities per request Up to 200 identities per request if including plaintext passwords Avoid importing large batches with plaintext passwords. They can cause timeouts as the passwords need to be hashed before they are stored. If at least one identity is imported successfully, the response status is 200 OK. If all imports fail, the response is one of the following 4xx errors: 400 Bad Request: The request payload is invalid or improperly formatted. 409 Conflict: Duplicate identities or conflicting data were detected. If you get a 504 Gateway Timeout: Reduce the batch size Avoid duplicate identities Pre-hash passwords with BCrypt If the issue persists, contact support.
38+
Creates multiple [identities](https://www.ory.com/docs/kratos/concepts/identity-user-model). You can also use this endpoint to [import credentials](https://www.ory.com/docs/kratos/manage-identities/import-user-accounts-identities), including passwords, social sign-in settings, and multi-factor authentication methods. If the patch includes hashed passwords you can import up to 1,000 identities per request. If the patch includes at least one plaintext password you can import up to 200 identities per request. Avoid importing large batches with plaintext passwords. They can cause timeouts as the passwords need to be hashed before they are stored. If at least one identity is imported successfully, the response status is 200 OK. If all imports fail, the response is one of the following 4xx errors: 400 Bad Request: The request payload is invalid or improperly formatted. 409 Conflict: Duplicate identities or conflicting data were detected. If you get a 504 Gateway Timeout: Reduce the batch size Avoid duplicate identities Pre-hash passwords with BCrypt If the issue persists, contact support.
3939

4040
### Example
4141

docs/Model/CloudAccount.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ Name | Type | Description | Notes
88
**emailVerified** | **bool** | |
99
**id** | **string** | |
1010
**name** | **string** | |
11+
**organizationId** | **string** | | [optional]
1112

1213
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# # ActiveProjectInConsole
1+
# # CreateOnboardingLinkResponse
22

33
## Properties
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**projectId** | **string** | The Active Project ID format: uuid | [optional]
7+
**onboardingPortalToken** | **string** | The onboarding to redirect the user to for organization setup. |
88

99
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# # SetActiveProjectInConsoleBody
1+
# # CreateWorkspaceOrganizationBody
22

33
## Properties
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**projectId** | **string** | Project ID The Project ID you want to set active. format: uuid |
7+
**genericOidcProvider** | [**\Ory\Client\Model\GenericOIDCProvider**](GenericOIDCProvider.md) | | [optional]
88

99
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/GenericOIDCProvider.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# # GenericOIDCProvider
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**clientId** | **string** | The client_id of the OIDC provider. |
8+
**clientSecret** | **string** | The client_secret of the OIDC provider. |
9+
**issuerUrl** | **string** | The issuer URL of the OIDC provider. |
10+
11+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/InternalIsOwnerForProjectBySlugBody.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**namespace** | **string** | Namespace is the namespace of the subject. |
8+
**organizationId** | **string** | OrganizationID is the organization's ID. | [optional]
89
**projectScope** | **string** | ProjectScope is the project_id resolved from the API key. | [optional]
910
**projectSlug** | **string** | ProjectSlug is the project's slug. |
1011
**subject** | **string** | Subject is the subject acting (user or API key). |

docs/Model/NormalizedProjectRevisionSAMLProvider.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ Name | Type | Description | Notes
1717
**rawIdpMetadataXml** | **string** | RawIDPMetadataXML is the raw XML metadata of the IDP. | [optional]
1818
**state** | **string** | State indicates the state of the provider Only providers with state `enabled` will be used for authentication enabled ThirdPartyProviderStateEnabled disabled ThirdPartyProviderStateDisabled | [optional]
1919
**updatedAt** | **\DateTime** | Last Time Project's Revision was Updated | [optional] [readonly]
20+
**validTo** | **string[]** | | [optional]
2021

2122
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/NormalizedProjectRevisionThirdPartyProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
2222
**netIdTokenOriginHeader** | **string** | | [optional]
2323
**organizationId** | **string** | | [optional]
2424
**pkce** | **string** | | [optional]
25-
**projectRevisionId** | **string** | The Revision's ID this schema belongs to | [optional]
25+
**projectRevisionId** | **string** | The Revision's ID this provider belongs to | [optional]
2626
**provider** | **string** | Provider is either \"generic\" for a generic OAuth 2.0 / OpenID Connect Provider or one of: generic google github gitlab microsoft discord slack facebook vk yandex apple | [optional]
2727
**providerId** | **string** | ID is the provider's ID | [optional]
2828
**proxyOidcRedirectUrl** | **string** | Proxy OIDC Redirect URL if overriding with a customer-controlled URL | [optional] [readonly]

0 commit comments

Comments
 (0)