Skip to content

Commit

Permalink
Revert 2.1 changes (#101)
Browse files Browse the repository at this point in the history
* Revert enum namespace change

* Remove autogenerated methods and models

* Bump the version
  • Loading branch information
AndrewBenzSW authored Jul 16, 2024
1 parent e45b5e9 commit b9193a3
Show file tree
Hide file tree
Showing 340 changed files with 14 additions and 46,901 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,10 @@ Updated nuget package dependencies
### Added

- Created new SDK methods for the entire API that sit next to the pre-existing methods. The pre-existing methods will be deprecated eventually.

## 2.2.0

## Changed

- Move the enums back to the root ShipEngineSDK namespace
- Remove the autogenerated models and methods
1 change: 0 additions & 1 deletion ShipEngineSDK.Test/NetworkTimeoutsTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Moq.Protected;
using ShipEngineSDK;
using ShipEngineSDK.Enums;
using System;
using System.Collections.Generic;
using System.Diagnostics;
Expand Down
1 change: 0 additions & 1 deletion ShipEngineSDK.Test/ShipEngineClientTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace ShipEngineTest
{
using ShipEngineSDK;
using ShipEngineSDK.Enums;
using ShipEngineSDK.VoidLabelWithLabelId;
using System;
using System.Linq;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using ShipEngineSDK;
using ShipEngineSDK.Common.Enums;
using ShipEngineSDK.CreateLabelFromRate;
using ShipEngineSDK.Enums;
using System;
using System.IO;
using System.Net.Http;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using ShipEngineSDK.Common;
using ShipEngineSDK.Common.Enums;
using ShipEngineSDK.CreateLabelFromShipmentDetails;
using ShipEngineSDK.Enums;
using System;
using System.Collections.Generic;
using System.IO;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using ShipEngineSDK;
using ShipEngineSDK.Common;
using ShipEngineSDK.Common.Enums;
using ShipEngineSDK.Enums;
using ShipEngineSDK.GetRatesWithShipmentDetails;
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Moq;
using ShipEngineSDK;
using ShipEngineSDK.Enums;
using ShipEngineSDK.ListCarriers;
using System;
using System.IO;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Moq.Protected;
using ShipEngineSDK;
using ShipEngineSDK.Common.Enums;
using ShipEngineSDK.Enums;
using ShipEngineSDK.TrackUsingCarrierCodeAndTrackingNumber;
using System;
using System.IO;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Moq;
using ShipEngineSDK;
using ShipEngineSDK.Common.Enums;
using ShipEngineSDK.Enums;
using ShipEngineSDK.TrackUsingLabelId;
using System;
using System.IO;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using ShipEngineSDK;
using ShipEngineSDK.Common;
using ShipEngineSDK.Common.Enums;
using ShipEngineSDK.Enums;
using ShipEngineSDK.ValidateAddresses;
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Moq;
using ShipEngineSDK;
using ShipEngineSDK.Enums;
using ShipEngineSDK.VoidLabelWithLabelId;
using System;
using System.IO;
Expand Down
1 change: 0 additions & 1 deletion ShipEngineSDK.Test/ShipEngineTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using ShipEngineSDK;
using ShipEngineSDK.Enums;
using Xunit;

namespace ShipEngineTest
Expand Down
403 changes: 0 additions & 403 deletions ShipEngineSDK/Api/AccountApi.cs

This file was deleted.

162 changes: 0 additions & 162 deletions ShipEngineSDK/Api/AddressesApi.cs

This file was deleted.

Loading

0 comments on commit b9193a3

Please sign in to comment.