Skip to content

Commit

Permalink
🌿 Fern Regeneration -- August 13, 2024 (#22)
Browse files Browse the repository at this point in the history
* SDK regeneration

* Fix event type OneOf

---------

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Ben Papillon <benpapillon@gmail.com>
  • Loading branch information
fern-api[bot] and bpapillon authored Aug 16, 2024
1 parent defe4a6 commit fdd62dc
Show file tree
Hide file tree
Showing 112 changed files with 1,100 additions and 629 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using NUnit.Framework;

#nullable enable

namespace SchematicHQ.Client.Test;

[TestFixture]
public class BillingCustomerResponseDataTest { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using NUnit.Framework;

#nullable enable

namespace SchematicHQ.Client.Test;

[TestFixture]
public class BillingCustomerSubscriptionTest { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using NUnit.Framework;

#nullable enable

namespace SchematicHQ.Client.Test;

[TestFixture]
public class BillingCustomerWithSubscriptionsResponseDataTest { }
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
namespace SchematicHQ.Client.Test;

[TestFixture]
public class ComponentHydrateResponseDataTest { }
public class BillingPlanGroupResponseDataTest { }
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
namespace SchematicHQ.Client.Test;

[TestFixture]
public class ListProductsParamsTest { }
public class BillingPlanTest { }
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
namespace SchematicHQ.Client.Test;

[TestFixture]
public class FlagCheckLogResponseDataTest { }
public class BillingPriceResponseDataTest { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using NUnit.Framework;

#nullable enable

namespace SchematicHQ.Client.Test;

[TestFixture]
public class BillingProductDetailResponseDataTest { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using NUnit.Framework;

#nullable enable

namespace SchematicHQ.Client.Test;

[TestFixture]
public class BillingProductForSubscriptionResponseDataTest { }
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
namespace SchematicHQ.Client.Test;

[TestFixture]
public class CountFlagChecksParamsTest { }
public class BillingProductPricingTest { }
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
namespace SchematicHQ.Client.Test;

[TestFixture]
public class GetFlagCheckResponseTest { }
public class CountCustomersParamsTest { }
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
namespace SchematicHQ.Client.Test;

[TestFixture]
public class ListCompanyPlansParamsTest { }
public class CountCustomersResponseTest { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using NUnit.Framework;

#nullable enable

namespace SchematicHQ.Client.Test;

[TestFixture]
public class CreateBillingPlanGroupResponseTest { }
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
namespace SchematicHQ.Client.Test;

[TestFixture]
public class ListProductsResponseTest { }
public class EventBodyFlagCheckTest { }

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using NUnit.Framework;

#nullable enable

namespace SchematicHQ.Client.Test;

[TestFixture]
public class GetBillingPlanGroupByAccountIdResponseTest { }

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
namespace SchematicHQ.Client.Test;

[TestFixture]
public class CountFlagChecksResponseTest { }
public class ListBillingProductsParamsTest { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using NUnit.Framework;

#nullable enable

namespace SchematicHQ.Client.Test;

[TestFixture]
public class ListBillingProductsResponseTest { }

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
namespace SchematicHQ.Client.Test;

[TestFixture]
public class ListFlagChecksParamsTest { }
public class ListCustomersParamsTest { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using NUnit.Framework;

#nullable enable

namespace SchematicHQ.Client.Test;

[TestFixture]
public class ListCustomersResponseTest { }

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
namespace SchematicHQ.Client.Test;

[TestFixture]
public class CompanyPlanResponseDataTest { }
public class ListProductPricesParamsTest { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using NUnit.Framework;

#nullable enable

namespace SchematicHQ.Client.Test;

[TestFixture]
public class ListProductPricesResponseTest { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using NUnit.Framework;

#nullable enable

namespace SchematicHQ.Client.Test;

[TestFixture]
public class UpdateBillingPlanGroupResponseTest { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using NUnit.Framework;

#nullable enable

namespace SchematicHQ.Client.Test;

[TestFixture]
public class UpsertBillingCustomerResponseTest { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using NUnit.Framework;

#nullable enable

namespace SchematicHQ.Client.Test;

[TestFixture]
public class UpsertBillingPriceResponseTest { }
20 changes: 10 additions & 10 deletions src/SchematicHQ.Client.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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", "{C30B50C0-036A-412F-B9A8-AD4F8F6F4BC1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchematicHQ.Client", "SchematicHQ.Client\SchematicHQ.Client.csproj", "{F9CD1DE1-BFD1-43D5-A3A4-6D1CFCFA4337}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchematicHQ.Client.Test", "SchematicHQ.Client.Test\SchematicHQ.Client.Test.csproj", "{A59EAE67-B559-4E6F-A7C1-5E5C6633A3D3}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchematicHQ.Client.Test", "SchematicHQ.Client.Test\SchematicHQ.Client.Test.csproj", "{1FCA9B08-C3B5-4F1D-BEBD-36BFBB619D34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -16,13 +16,13 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C30B50C0-036A-412F-B9A8-AD4F8F6F4BC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C30B50C0-036A-412F-B9A8-AD4F8F6F4BC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C30B50C0-036A-412F-B9A8-AD4F8F6F4BC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C30B50C0-036A-412F-B9A8-AD4F8F6F4BC1}.Release|Any CPU.Build.0 = Release|Any CPU
{A59EAE67-B559-4E6F-A7C1-5E5C6633A3D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A59EAE67-B559-4E6F-A7C1-5E5C6633A3D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A59EAE67-B559-4E6F-A7C1-5E5C6633A3D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A59EAE67-B559-4E6F-A7C1-5E5C6633A3D3}.Release|Any CPU.Build.0 = Release|Any CPU
{F9CD1DE1-BFD1-43D5-A3A4-6D1CFCFA4337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9CD1DE1-BFD1-43D5-A3A4-6D1CFCFA4337}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9CD1DE1-BFD1-43D5-A3A4-6D1CFCFA4337}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9CD1DE1-BFD1-43D5-A3A4-6D1CFCFA4337}.Release|Any CPU.Build.0 = Release|Any CPU
{1FCA9B08-C3B5-4F1D-BEBD-36BFBB619D34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FCA9B08-C3B5-4F1D-BEBD-36BFBB619D34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FCA9B08-C3B5-4F1D-BEBD-36BFBB619D34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FCA9B08-C3B5-4F1D-BEBD-36BFBB619D34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Loading

0 comments on commit fdd62dc

Please sign in to comment.