Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed May 17, 2024
1 parent fc8446e commit d4bde95
Show file tree
Hide file tree
Showing 332 changed files with 521 additions and 521 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: |
dotnet pack src -c Release
dotnet nuget push src/Schematic.Client/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source "nuget.org"
dotnet nuget push src/SchematicHQ.Client/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source "nuget.org"
3 changes: 0 additions & 3 deletions src/Schematic.Client.Test/TestClient.cs

This file was deleted.

28 changes: 0 additions & 28 deletions src/Schematic.Client.sln

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Schematic.Client\Schematic.Client.csproj" />
<ProjectReference Include="..\SchematicHQ.Client\SchematicHQ.Client.csproj" />
</ItemGroup>

</Project>
3 changes: 3 additions & 0 deletions src/SchematicHQ.Client.Test/TestClient.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
namespace SchematicHQ.Client.Test;

public class TestClient { }
28 changes: 28 additions & 0 deletions src/SchematicHQ.Client.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchematicHQ.Client", "SchematicHQ.Client\SchematicHQ.Client.csproj", "{EE8E0485-C844-4D5A-A5CB-F2805679CCFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchematicHQ.Client.Test", "SchematicHQ.Client.Test\SchematicHQ.Client.Test.csproj", "{3F0DC5BA-F8CF-4D81-85F8-284C421A69DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE8E0485-C844-4D5A-A5CB-F2805679CCFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE8E0485-C844-4D5A-A5CB-F2805679CCFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE8E0485-C844-4D5A-A5CB-F2805679CCFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE8E0485-C844-4D5A-A5CB-F2805679CCFD}.Release|Any CPU.Build.0 = Release|Any CPU
{3F0DC5BA-F8CF-4D81-85F8-284C421A69DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F0DC5BA-F8CF-4D81-85F8-284C421A69DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F0DC5BA-F8CF-4D81-85F8-284C421A69DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F0DC5BA-F8CF-4D81-85F8-284C421A69DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class AccountsClient
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class CountApiKeysParams
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class CountApiKeysResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class CountApiRequestsParams
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class CountApiRequestsResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class CreateApiKeyResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Runtime.Serialization;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public enum CreateEnvironmentRequestBodyEnvironmentType
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class CreateEnvironmentResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class DeleteApiKeyResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class DeleteEnvironmentResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class GetApiKeyResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class GetApiRequestResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class GetEnvironmentResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class ListApiKeysParams
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class ListApiKeysResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class ListApiRequestsParams
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class ListApiRequestsResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class UpdateApiKeyResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Runtime.Serialization;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public enum UpdateEnvironmentRequestBodyEnvironmentType
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class UpdateEnvironmentResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Schematic.Client;
namespace SchematicHQ.Client;

public class CountApiKeysRequest
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Schematic.Client;
namespace SchematicHQ.Client;

public class CountApiRequestsRequest
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Schematic.Client;
namespace SchematicHQ.Client;

public class CreateApiKeyRequestBody
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class CreateEnvironmentRequestBody
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Schematic.Client;
namespace SchematicHQ.Client;

public class ListApiKeysRequest
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Schematic.Client;
namespace SchematicHQ.Client;

public class ListApiRequestsRequest
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Schematic.Client;
namespace SchematicHQ.Client;

public class UpdateApiKeyRequestBody
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class UpdateEnvironmentRequestBody
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class BillingClient
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class ListProductsParams
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class ListProductsResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class UpsertBillingProductResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json.Serialization;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class UpsertBillingSubscriptionResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Schematic.Client;
namespace SchematicHQ.Client;

public class CreateBillingProductRequestBody
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Schematic.Client;
namespace SchematicHQ.Client;

public class CreateBillingSubscriptionsRequestBody
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Schematic.Client;
namespace SchematicHQ.Client;

public class ListProductsRequest
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Text.Json;
using Schematic.Client;
using SchematicHQ.Client;

namespace Schematic.Client;
namespace SchematicHQ.Client;

public class CompaniesClient
{
Expand Down
Loading

0 comments on commit d4bde95

Please sign in to comment.