From 5f60a8e7072d22f726a0fd41399a27f71577d80b Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:04:50 +0000 Subject: [PATCH] Release 0.1.1 --- composer.json | 8 +++--- src/Core/Client/BaseApiRequest.php | 2 +- src/Core/Client/HttpMethod.php | 2 +- src/Core/Client/RawClient.php | 6 ++-- src/Core/Json/JsonApiRequest.php | 6 ++-- src/Core/Json/JsonDecoder.php | 4 +-- src/Core/Json/JsonDeserializer.php | 6 ++-- src/Core/Json/JsonEncoder.php | 2 +- src/Core/Json/JsonProperty.php | 2 +- src/Core/Json/JsonSerializableType.php | 8 +++--- src/Core/Json/JsonSerializer.php | 6 ++-- src/Core/Json/Utils.php | 2 +- src/Core/Multipart/MultipartApiRequest.php | 6 ++-- src/Core/Multipart/MultipartFormData.php | 2 +- src/Core/Multipart/MultipartFormDataPart.php | 2 +- src/Core/Types/ArrayType.php | 2 +- src/Core/Types/Constant.php | 2 +- src/Core/Types/Date.php | 2 +- src/Core/Types/Union.php | 2 +- src/Environments.php | 2 +- src/Exceptions/SsoreadyApiException.php | 2 +- src/Exceptions/SsoreadyException.php | 2 +- src/Management/ManagementClient.php | 12 ++++---- .../Organizations/OrganizationsClient.php | 26 ++++++++--------- .../OrganizationsListOrganizationsRequest.php | 4 +-- ...lConnectionsListSamlConnectionsRequest.php | 4 +-- .../SamlConnections/SamlConnectionsClient.php | 26 ++++++++--------- ...mDirectoriesListScimDirectoriesRequest.php | 4 +-- .../ScimDirectories/ScimDirectoriesClient.php | 28 +++++++++---------- .../Requests/CreateSetupUrlRequest.php | 6 ++-- src/Management/SetupUrls/SetupUrlsClient.php | 18 ++++++------ .../Requests/GetSamlRedirectUrlRequest.php | 6 ++-- .../Requests/RedeemSamlAccessCodeRequest.php | 6 ++-- src/Saml/SamlClient.php | 22 +++++++-------- .../Requests/ScimListScimGroupsRequest.php | 4 +-- .../Requests/ScimListScimUsersRequest.php | 4 +-- src/Scim/ScimClient.php | 26 ++++++++--------- src/SsoreadyClient.php | 14 +++++----- src/Types/CreateOrganizationResponse.php | 6 ++-- src/Types/CreateSamlConnectionResponse.php | 6 ++-- src/Types/CreateScimDirectoryResponse.php | 6 ++-- src/Types/CreateSetupUrlResponse.php | 6 ++-- src/Types/GetOrganizationResponse.php | 6 ++-- src/Types/GetSamlConnectionResponse.php | 6 ++-- src/Types/GetSamlRedirectUrlResponse.php | 6 ++-- src/Types/GetScimDirectoryResponse.php | 6 ++-- src/Types/GetScimGroupResponse.php | 6 ++-- src/Types/GetScimUserResponse.php | 6 ++-- src/Types/GoogleProtobufAny.php | 6 ++-- src/Types/ListOrganizationsResponse.php | 8 +++--- src/Types/ListSamlConnectionsResponse.php | 8 +++--- src/Types/ListScimDirectoriesResponse.php | 8 +++--- src/Types/ListScimGroupsResponse.php | 8 +++--- src/Types/ListScimUsersResponse.php | 8 +++--- src/Types/Organization.php | 8 +++--- src/Types/RedeemSamlAccessCodeResponse.php | 8 +++--- ...RotateScimDirectoryBearerTokenResponse.php | 6 ++-- src/Types/SamlConnection.php | 6 ++-- src/Types/ScimDirectory.php | 6 ++-- src/Types/ScimGroup.php | 8 +++--- src/Types/ScimUser.php | 8 +++--- src/Types/Status.php | 8 +++--- src/Types/UpdateOrganizationResponse.php | 6 ++-- src/Types/UpdateSamlConnectionResponse.php | 6 ++-- src/Types/UpdateScimDirectoryResponse.php | 6 ++-- src/Utils/File.php | 4 +-- .../Core/Client/RawClientTest.php | 10 +++---- .../Core/Json/DateArrayTest.php | 8 +++--- .../Core/Json/EmptyArrayTest.php | 10 +++---- .../Core/Json/EnumTest.php | 8 +++--- .../Core/Json/ExhaustiveTest.php | 12 ++++---- .../Core/Json/InvalidTest.php | 6 ++-- .../Core/Json/NestedUnionArrayTest.php | 12 ++++---- .../Core/Json/NullPropertyTest.php | 6 ++-- .../Core/Json/NullableArrayTest.php | 10 +++---- .../Core/Json/ScalarTest.php | 10 +++---- .../Core/Json/TraitTest.php | 6 ++-- .../Core/Json/UnionArrayTest.php | 10 +++---- .../Core/Json/UnionPropertyTest.php | 8 +++--- 79 files changed, 295 insertions(+), 295 deletions(-) rename tests/{Ssoready => SSOReady}/Core/Client/RawClientTest.php (93%) rename tests/{Ssoready => SSOReady}/Core/Json/DateArrayTest.php (91%) rename tests/{Ssoready => SSOReady}/Core/Json/EmptyArrayTest.php (91%) rename tests/{Ssoready => SSOReady}/Core/Json/EnumTest.php (90%) rename tests/{Ssoready => SSOReady}/Core/Json/ExhaustiveTest.php (97%) rename tests/{Ssoready => SSOReady}/Core/Json/InvalidTest.php (86%) rename tests/{Ssoready => SSOReady}/Core/Json/NestedUnionArrayTest.php (93%) rename tests/{Ssoready => SSOReady}/Core/Json/NullPropertyTest.php (92%) rename tests/{Ssoready => SSOReady}/Core/Json/NullableArrayTest.php (86%) rename tests/{Ssoready => SSOReady}/Core/Json/ScalarTest.php (95%) rename tests/{Ssoready => SSOReady}/Core/Json/TraitTest.php (92%) rename tests/{Ssoready => SSOReady}/Core/Json/UnionArrayTest.php (89%) rename tests/{Ssoready => SSOReady}/Core/Json/UnionPropertyTest.php (96%) diff --git a/composer.json b/composer.json index 3dd661d..92cf06e 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "ssoready/ssoready", - "version": "0.1.0", - "description": "Ssoready PHP Library", + "version": "0.1.1", + "description": "SSOReady PHP Library", "keywords": [ "ssoready", "api", @@ -21,12 +21,12 @@ }, "autoload": { "psr-4": { - "Ssoready\\": "src/" + "SSOReady\\": "src/" } }, "autoload-dev": { "psr-4": { - "\\Ssoready\\Tests\\": "tests/" + "\\SSOReady\\Tests\\": "tests/" } }, "scripts": { diff --git a/src/Core/Client/BaseApiRequest.php b/src/Core/Client/BaseApiRequest.php index b5ea9c4..9db02a7 100644 --- a/src/Core/Client/BaseApiRequest.php +++ b/src/Core/Client/BaseApiRequest.php @@ -1,6 +1,6 @@ "Bearer $apiKey", 'X-Fern-Language' => 'PHP', - 'X-Fern-SDK-Name' => 'Ssoready', - 'X-Fern-SDK-Version' => '0.1.0', + 'X-Fern-SDK-Name' => 'SSOReady', + 'X-Fern-SDK-Version' => '0.1.1', ]; $this->options = $options ?? []; diff --git a/src/Types/CreateOrganizationResponse.php b/src/Types/CreateOrganizationResponse.php index 6015e15..01d412e 100644 --- a/src/Types/CreateOrganizationResponse.php +++ b/src/Types/CreateOrganizationResponse.php @@ -1,9 +1,9 @@