Skip to content

Commit

Permalink
Support code TrackingStatusCode.SP #118 #118 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsamoylenko authored Feb 5, 2025
1 parent 00642a7 commit d491920
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,9 @@ Fixed handling of No Content responses

- Added error code FundingSourceMissingConfiguration
- Added error code FundingSourceError

## 2.3.6

### Added

- Added SP code TrackingStatusCode
8 changes: 7 additions & 1 deletion ShipEngineSDK/Models/Dto/Common/Enums/TrackingStatusCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@ public enum TrackingStatusCode
/// Not Yet In System
/// </summary>
[EnumMember(Value = "NY")]
NY
NY,

/// <summary>
/// Delivered To The Collection Location
/// </summary>
[EnumMember(Value = "SP")]
SP

}
}
2 changes: 1 addition & 1 deletion ShipEngineSDK/ShipEngineSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>ShipEngine</PackageId>
<PackageTags>sdk;rest;api;shipping;rates;label;tracking;cost;address;validation;normalization;fedex;ups;usps;</PackageTags>

<Version>2.3.5</Version>
<Version>2.3.6</Version>
<Authors>ShipEngine</Authors>
<Company>ShipEngine</Company>
<Summary>The official ShipEngine C# SDK for .NET</Summary>
Expand Down
2 changes: 1 addition & 1 deletion openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"packageName": "ShipEngineSDK",
"ignoreFileOverride": "./.openapi-generator-ignore",
"additionalProperties": {
"packageVersion": "2.3.5",
"packageVersion": "2.3.6",
"targetFramework": "netstandard2.0",
"validatable": false,
"sourceFolder": "",
Expand Down

0 comments on commit d491920

Please sign in to comment.