Skip to content

Commit

Permalink
chore: updates codegen to match latest API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 authored and github-actions[bot] committed Dec 19, 2024
1 parent a904ec4 commit 837ff79
Show file tree
Hide file tree
Showing 80 changed files with 129 additions and 10,345 deletions.
49 changes: 0 additions & 49 deletions docs/Model/AppInfo.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/Model/AppResponse.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/Model/AuthMethods.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/Model/ElementCustomization.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/Model/FontFamily.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/Model/LayoutConfig.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/Model/Layouts.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/Model/MagicLinkAuthMethod.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/Model/OtpAuthMethod.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/Model/PasskeysAuthMethod.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/Model/Technologies.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/Model/ThemeType.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/Model/TtlDisplayUnit.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/Model/UserMetadataField.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/Model/UserMetadataFieldType.md

This file was deleted.

48 changes: 0 additions & 48 deletions generated/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,20 @@
.travis.yml
README.md
composer.json
docs/Api/AppsApi.md
docs/Api/MagicLinksApi.md
docs/Api/TokensApi.md
docs/Api/UserDevicesApi.md
docs/Api/UsersApi.md
docs/Model/AppInfo.md
docs/Model/AppResponse.md
docs/Model/AppleUserSocialConnection.md
docs/Model/AuthMethods.md
docs/Model/CreateMagicLinkRequest.md
docs/Model/CreateUserRequest.md
docs/Model/ElementCustomization.md
docs/Model/FontFamily.md
docs/Model/GithubUserSocialConnection.md
docs/Model/GoogleUserSocialConnection.md
docs/Model/LayoutConfig.md
docs/Model/Layouts.md
docs/Model/Link.md
docs/Model/ListDevicesResponse.md
docs/Model/ListPaginatedUsersItem.md
docs/Model/ListPaginatedUsersResponse.md
docs/Model/MagicLink.md
docs/Model/MagicLinkAuthMethod.md
docs/Model/MagicLinkChannel.md
docs/Model/MagicLinkResponse.md
docs/Model/MagicLinkType.md
Expand All @@ -36,19 +27,12 @@ docs/Model/Model403Error.md
docs/Model/Model404Error.md
docs/Model/Model500Error.md
docs/Model/Nonce.md
docs/Model/OtpAuthMethod.md
docs/Model/PaginatedLinks.md
docs/Model/PasskeysAuthMethod.md
docs/Model/SocialConnectionType.md
docs/Model/Technologies.md
docs/Model/ThemeType.md
docs/Model/TtlDisplayUnit.md
docs/Model/UpdateUserRequest.md
docs/Model/UserEventAction.md
docs/Model/UserEventStatus.md
docs/Model/UserInfo.md
docs/Model/UserMetadataField.md
docs/Model/UserMetadataFieldType.md
docs/Model/UserRecentEvent.md
docs/Model/UserResponse.md
docs/Model/UserSocialConnections.md
Expand All @@ -57,32 +41,23 @@ docs/Model/WebAuthnDevices.md
docs/Model/WebAuthnIcons.md
docs/Model/WebAuthnType.md
git_push.sh
lib/Api/AppsApi.php
lib/Api/MagicLinksApi.php
lib/Api/TokensApi.php
lib/Api/UserDevicesApi.php
lib/Api/UsersApi.php
lib/ApiException.php
lib/Configuration.php
lib/HeaderSelector.php
lib/Model/AppInfo.php
lib/Model/AppResponse.php
lib/Model/AppleUserSocialConnection.php
lib/Model/AuthMethods.php
lib/Model/CreateMagicLinkRequest.php
lib/Model/CreateUserRequest.php
lib/Model/ElementCustomization.php
lib/Model/FontFamily.php
lib/Model/GithubUserSocialConnection.php
lib/Model/GoogleUserSocialConnection.php
lib/Model/LayoutConfig.php
lib/Model/Layouts.php
lib/Model/Link.php
lib/Model/ListDevicesResponse.php
lib/Model/ListPaginatedUsersItem.php
lib/Model/ListPaginatedUsersResponse.php
lib/Model/MagicLink.php
lib/Model/MagicLinkAuthMethod.php
lib/Model/MagicLinkChannel.php
lib/Model/MagicLinkResponse.php
lib/Model/MagicLinkType.php
Expand All @@ -93,19 +68,12 @@ lib/Model/Model404Error.php
lib/Model/Model500Error.php
lib/Model/ModelInterface.php
lib/Model/Nonce.php
lib/Model/OtpAuthMethod.php
lib/Model/PaginatedLinks.php
lib/Model/PasskeysAuthMethod.php
lib/Model/SocialConnectionType.php
lib/Model/Technologies.php
lib/Model/ThemeType.php
lib/Model/TtlDisplayUnit.php
lib/Model/UpdateUserRequest.php
lib/Model/UserEventAction.php
lib/Model/UserEventStatus.php
lib/Model/UserInfo.php
lib/Model/UserMetadataField.php
lib/Model/UserMetadataFieldType.php
lib/Model/UserRecentEvent.php
lib/Model/UserResponse.php
lib/Model/UserSocialConnections.php
Expand All @@ -115,28 +83,19 @@ lib/Model/WebAuthnIcons.php
lib/Model/WebAuthnType.php
lib/ObjectSerializer.php
phpunit.xml.dist
test/Api/AppsApiTest.php
test/Api/MagicLinksApiTest.php
test/Api/TokensApiTest.php
test/Api/UserDevicesApiTest.php
test/Api/UsersApiTest.php
test/Model/AppInfoTest.php
test/Model/AppResponseTest.php
test/Model/AppleUserSocialConnectionTest.php
test/Model/AuthMethodsTest.php
test/Model/CreateMagicLinkRequestTest.php
test/Model/CreateUserRequestTest.php
test/Model/ElementCustomizationTest.php
test/Model/FontFamilyTest.php
test/Model/GithubUserSocialConnectionTest.php
test/Model/GoogleUserSocialConnectionTest.php
test/Model/LayoutConfigTest.php
test/Model/LayoutsTest.php
test/Model/LinkTest.php
test/Model/ListDevicesResponseTest.php
test/Model/ListPaginatedUsersItemTest.php
test/Model/ListPaginatedUsersResponseTest.php
test/Model/MagicLinkAuthMethodTest.php
test/Model/MagicLinkChannelTest.php
test/Model/MagicLinkResponseTest.php
test/Model/MagicLinkTest.php
Expand All @@ -147,19 +106,12 @@ test/Model/Model403ErrorTest.php
test/Model/Model404ErrorTest.php
test/Model/Model500ErrorTest.php
test/Model/NonceTest.php
test/Model/OtpAuthMethodTest.php
test/Model/PaginatedLinksTest.php
test/Model/PasskeysAuthMethodTest.php
test/Model/SocialConnectionTypeTest.php
test/Model/TechnologiesTest.php
test/Model/ThemeTypeTest.php
test/Model/TtlDisplayUnitTest.php
test/Model/UpdateUserRequestTest.php
test/Model/UserEventActionTest.php
test/Model/UserEventStatusTest.php
test/Model/UserInfoTest.php
test/Model/UserMetadataFieldTest.php
test/Model/UserMetadataFieldTypeTest.php
test/Model/UserRecentEventTest.php
test/Model/UserResponseTest.php
test/Model/UserSocialConnectionsTest.php
Expand Down
Loading

0 comments on commit 837ff79

Please sign in to comment.