Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -269,23 +269,7 @@ docs/WebhooksSubscription.md
docs/WebhooksSubscriptionConfig.md
docs/WebhooksSubscriptionMapping.md
docs/WebhooksSubscriptionVerificationMethod.md
src/It.FattureInCloud.Sdk.Test/Api/PriceListsApiTests.cs
src/It.FattureInCloud.Sdk.Test/It.FattureInCloud.Sdk.Test.csproj
src/It.FattureInCloud.Sdk.Test/Model/EntityClientPreCreateInfoTests.cs
src/It.FattureInCloud.Sdk.Test/Model/GetBinIssuedDocumentResponseTests.cs
src/It.FattureInCloud.Sdk.Test/Model/GetBinReceivedDocumentResponseTests.cs
src/It.FattureInCloud.Sdk.Test/Model/GetEntityClientPreCreateInfoResponseTests.cs
src/It.FattureInCloud.Sdk.Test/Model/GetPriceListItemsResponseTests.cs
src/It.FattureInCloud.Sdk.Test/Model/ListBinIssuedDocumentsTests.cs
src/It.FattureInCloud.Sdk.Test/Model/ListBinReceivedDocumentsTests.cs
src/It.FattureInCloud.Sdk.Test/Model/ListPriceListsResponseTests.cs
src/It.FattureInCloud.Sdk.Test/Model/PriceListItemTests.cs
src/It.FattureInCloud.Sdk.Test/Model/PriceListPricesTypeTests.cs
src/It.FattureInCloud.Sdk.Test/Model/PriceListTests.cs
src/It.FattureInCloud.Sdk.Test/Model/PriceListTypeTests.cs
src/It.FattureInCloud.Sdk.Test/Model/VerifyWebhooksSubscriptionRequestTests.cs
src/It.FattureInCloud.Sdk.Test/Model/VerifyWebhooksSubscriptionTests.cs
src/It.FattureInCloud.Sdk.Test/Model/WebhooksSubscriptionVerificationMethodTests.cs
src/It.FattureInCloud.Sdk/Api/ArchiveApi.cs
src/It.FattureInCloud.Sdk/Api/CashbookApi.cs
src/It.FattureInCloud.Sdk/Api/ClientsApi.cs
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.14.0
7.16.0
10 changes: 5 additions & 5 deletions It.FattureInCloud.Sdk.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "It.FattureInCloud.Sdk", "src\It.FattureInCloud.Sdk\It.FattureInCloud.Sdk.csproj", "{AE4C8C39-7217-4648-8923-7E2EAF14D813}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "It.FattureInCloud.Sdk", "src\It.FattureInCloud.Sdk\It.FattureInCloud.Sdk.csproj", "{5C313711-14C9-4AC6-9AB7-51A0229D0D4B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "It.FattureInCloud.Sdk.Test", "src\It.FattureInCloud.Sdk.Test\It.FattureInCloud.Sdk.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE4C8C39-7217-4648-8923-7E2EAF14D813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE4C8C39-7217-4648-8923-7E2EAF14D813}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE4C8C39-7217-4648-8923-7E2EAF14D813}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE4C8C39-7217-4648-8923-7E2EAF14D813}.Release|Any CPU.Build.0 = Release|Any CPU
{5C313711-14C9-4AC6-9AB7-51A0229D0D4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C313711-14C9-4AC6-9AB7-51A0229D0D4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C313711-14C9-4AC6-9AB7-51A0229D0D4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C313711-14C9-4AC6-9AB7-51A0229D0D4B}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Fatture in Cloud API is based on REST, and makes possible to interact with t
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.1.5
- SDK version: 2.1.2
- SDK version: 2.1.3
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen


Expand Down
Loading
Loading