diff --git a/CHANGELOG.md b/CHANGELOG.md
index 076d741..4b2ba91 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,5 @@
# Changelog
-
## 1.0.0
### Features
@@ -16,15 +15,13 @@ Implement the following SDK methods.
- `CreateLabelFromRate`
- `GetRatesWithShipmentDetails`
-
## 1.0.7
### Features
Implement the following SDK methods.
-- `CreateImplicitManifest`
-
+- `CreateImplicitManifest`
## 1.1.0
@@ -41,7 +38,6 @@ Rename LabelDownload method to the more generic Download
Some documentation linking errors and minor typos
-
## 1.1.1
### Added
@@ -52,7 +48,6 @@ Some documentation linking errors and minor typos
The Customs Item Quantity type has been changed to integer type for CreateLabelFromShipmentDetails model.
-
## 1.1.2
### Fixed
@@ -150,7 +145,7 @@ 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.
+- 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
@@ -175,15 +170,14 @@ Fixed handling of No Content responses
- Added ability to scope request modifiers by using the `.WithRequestModifier()` method instead of the `.ModifyRequest` property.
This will allow consumers to modify a single request without affecting any other consumers of the client. It also allows for
- multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then
+ multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then
another modifier can be added for a single request.
-
## 3.0.0-beta.1
### 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.
+- Created new SDK methods for the entire API that sit next to the pre-existing methods. The pre-existing methods will be deprecated eventually.
## 3.0.0-beta.2
@@ -217,7 +211,7 @@ Fixed handling of No Content responses
- Added ability to scope request modifiers by using the `.WithRequestModifier()` method instead of the `.ModifyRequest` property.
This will allow consumers to modify a single request without affecting any other consumers of the client. It also allows for
- multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then
+ multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then
another modifier can be added for a single request.
## 3.0.0-beta.12
@@ -233,9 +227,16 @@ Fixed handling of No Content responses
- Updated to ShipEngine API 1.1.202410081510
- Add optional error properties, like field_name
-## 3.0.0-beta.14
+## 3.0.0-beta.15
### Changed
- Updated to ShipEngine API 1.1.202410092210
- AdvancedOptions now allow passing arbitrary key/values via AdditionalProperties
+
+## 3.0.0-beta.16
+
+### Added
+
+- Updated to ShipEngine API 1.1.202410161910
+- Added A4 and A6 as options for label layouts
diff --git a/ShipEngineSDK/Model/AddressValidatingShipment.cs b/ShipEngineSDK/Model/AddressValidatingShipment.cs
index 0c0b5fa..4083188 100644
--- a/ShipEngineSDK/Model/AddressValidatingShipment.cs
+++ b/ShipEngineSDK/Model/AddressValidatingShipment.cs
@@ -186,9 +186,9 @@ public partial class AddressValidatingShipment
public ShippingAddress? ReturnTo { get; set; }
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// 2018-09-23T00:00Z
///
diff --git a/ShipEngineSDK/Model/CalculateRatesResponseBody.cs b/ShipEngineSDK/Model/CalculateRatesResponseBody.cs
index 75ea1a4..6f7e7ff 100644
--- a/ShipEngineSDK/Model/CalculateRatesResponseBody.cs
+++ b/ShipEngineSDK/Model/CalculateRatesResponseBody.cs
@@ -95,9 +95,9 @@ public partial class CalculateRatesResponseBody
public required ShippingAddress ReturnTo { get; set; }
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// 2018-09-23T00:00Z
///
diff --git a/ShipEngineSDK/Model/CreateAndValidateShipment.cs b/ShipEngineSDK/Model/CreateAndValidateShipment.cs
index c480961..7b55c96 100644
--- a/ShipEngineSDK/Model/CreateAndValidateShipment.cs
+++ b/ShipEngineSDK/Model/CreateAndValidateShipment.cs
@@ -176,9 +176,9 @@ public partial class CreateAndValidateShipment
public string? ServiceCode { get; set; }
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// 2018-09-23T00:00Z
///
diff --git a/ShipEngineSDK/Model/CreateLabelFromRateResponseBody.cs b/ShipEngineSDK/Model/CreateLabelFromRateResponseBody.cs
index aa3bf10..2aacd93 100644
--- a/ShipEngineSDK/Model/CreateLabelFromRateResponseBody.cs
+++ b/ShipEngineSDK/Model/CreateLabelFromRateResponseBody.cs
@@ -285,9 +285,9 @@ public partial class CreateLabelFromRateResponseBody
public string? ServiceCode { get; set; }
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// This should not be used for input as it will be ignored on serialization.
///
diff --git a/ShipEngineSDK/Model/CreateLabelFromShipmentResponseBody.cs b/ShipEngineSDK/Model/CreateLabelFromShipmentResponseBody.cs
index b43bf95..d4f799f 100644
--- a/ShipEngineSDK/Model/CreateLabelFromShipmentResponseBody.cs
+++ b/ShipEngineSDK/Model/CreateLabelFromShipmentResponseBody.cs
@@ -285,9 +285,9 @@ public partial class CreateLabelFromShipmentResponseBody
public string? ServiceCode { get; set; }
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// This should not be used for input as it will be ignored on serialization.
///
diff --git a/ShipEngineSDK/Model/CreateLabelResponseBody.cs b/ShipEngineSDK/Model/CreateLabelResponseBody.cs
index 8d549c3..b55e0f6 100644
--- a/ShipEngineSDK/Model/CreateLabelResponseBody.cs
+++ b/ShipEngineSDK/Model/CreateLabelResponseBody.cs
@@ -192,9 +192,9 @@ public partial class CreateLabelResponseBody
public string? ServiceCode { get; set; }
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// This should not be used for input as it will be ignored on serialization.
///
diff --git a/ShipEngineSDK/Model/CreateReturnLabelResponseBody.cs b/ShipEngineSDK/Model/CreateReturnLabelResponseBody.cs
index ed23526..c969121 100644
--- a/ShipEngineSDK/Model/CreateReturnLabelResponseBody.cs
+++ b/ShipEngineSDK/Model/CreateReturnLabelResponseBody.cs
@@ -285,9 +285,9 @@ public partial class CreateReturnLabelResponseBody
public string? ServiceCode { get; set; }
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// This should not be used for input as it will be ignored on serialization.
///
diff --git a/ShipEngineSDK/Model/GetLabelByExternalShipmentIdResponseBody.cs b/ShipEngineSDK/Model/GetLabelByExternalShipmentIdResponseBody.cs
index 2256b28..452ec01 100644
--- a/ShipEngineSDK/Model/GetLabelByExternalShipmentIdResponseBody.cs
+++ b/ShipEngineSDK/Model/GetLabelByExternalShipmentIdResponseBody.cs
@@ -285,9 +285,9 @@ public partial class GetLabelByExternalShipmentIdResponseBody
public string? ServiceCode { get; set; }
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// This should not be used for input as it will be ignored on serialization.
///
diff --git a/ShipEngineSDK/Model/GetLabelByIdResponseBody.cs b/ShipEngineSDK/Model/GetLabelByIdResponseBody.cs
index e666931..e5b14f3 100644
--- a/ShipEngineSDK/Model/GetLabelByIdResponseBody.cs
+++ b/ShipEngineSDK/Model/GetLabelByIdResponseBody.cs
@@ -285,9 +285,9 @@ public partial class GetLabelByIdResponseBody
public string? ServiceCode { get; set; }
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// This should not be used for input as it will be ignored on serialization.
///
diff --git a/ShipEngineSDK/Model/GetShipmentByExternalIdResponseBody.cs b/ShipEngineSDK/Model/GetShipmentByExternalIdResponseBody.cs
index 2671356..c7fc1c0 100644
--- a/ShipEngineSDK/Model/GetShipmentByExternalIdResponseBody.cs
+++ b/ShipEngineSDK/Model/GetShipmentByExternalIdResponseBody.cs
@@ -108,9 +108,9 @@ public partial class GetShipmentByExternalIdResponseBody
public required string ServiceCode { get; set; }
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// 2018-09-23T00:00Z
///
diff --git a/ShipEngineSDK/Model/GetShipmentByIdResponseBody.cs b/ShipEngineSDK/Model/GetShipmentByIdResponseBody.cs
index c8f3d32..85cdc15 100644
--- a/ShipEngineSDK/Model/GetShipmentByIdResponseBody.cs
+++ b/ShipEngineSDK/Model/GetShipmentByIdResponseBody.cs
@@ -108,9 +108,9 @@ public partial class GetShipmentByIdResponseBody
public required string ServiceCode { get; set; }
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// 2018-09-23T00:00Z
///
diff --git a/ShipEngineSDK/Model/Label.cs b/ShipEngineSDK/Model/Label.cs
index 6f613d5..5e37ea9 100644
--- a/ShipEngineSDK/Model/Label.cs
+++ b/ShipEngineSDK/Model/Label.cs
@@ -285,9 +285,9 @@ public partial class Label
public string? ServiceCode { get; set; }
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// This should not be used for input as it will be ignored on serialization.
///
diff --git a/ShipEngineSDK/Model/LabelLayout.cs b/ShipEngineSDK/Model/LabelLayout.cs
index 5ccc0de..88d0022 100644
--- a/ShipEngineSDK/Model/LabelLayout.cs
+++ b/ShipEngineSDK/Model/LabelLayout.cs
@@ -62,6 +62,18 @@ public LabelLayout(string value)
public static LabelLayout Letter { get; } = new("letter");
+ ///
+ /// Enum A4 for value: A4
+ ///
+ public static LabelLayout A4 { get; } = new("A4");
+
+
+ ///
+ /// Enum A6 for value: A6
+ ///
+ public static LabelLayout A6 { get; } = new("A6");
+
+
///
/// Get a string representation of the current value
///
diff --git a/ShipEngineSDK/Model/ListLabelsResponseBody.cs b/ShipEngineSDK/Model/ListLabelsResponseBody.cs
index d19a275..b9c2885 100644
--- a/ShipEngineSDK/Model/ListLabelsResponseBody.cs
+++ b/ShipEngineSDK/Model/ListLabelsResponseBody.cs
@@ -65,9 +65,9 @@ public class ListLabelsResponseBodyItem
public Shipment? Shipment { get; set; }
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// 2018-09-23T00:00Z
///
diff --git a/ShipEngineSDK/Model/PartialShipment.cs b/ShipEngineSDK/Model/PartialShipment.cs
index 2c9acbe..94c00b5 100644
--- a/ShipEngineSDK/Model/PartialShipment.cs
+++ b/ShipEngineSDK/Model/PartialShipment.cs
@@ -159,9 +159,9 @@ public partial class PartialShipment
public string? ServiceCode { get; set; }
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// 2018-09-23T00:00Z
///
diff --git a/ShipEngineSDK/Model/Shipment.cs b/ShipEngineSDK/Model/Shipment.cs
index 44c6599..1357c0f 100644
--- a/ShipEngineSDK/Model/Shipment.cs
+++ b/ShipEngineSDK/Model/Shipment.cs
@@ -108,9 +108,9 @@ public partial class Shipment
public required string ServiceCode { get; set; }
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// 2018-09-23T00:00Z
///
diff --git a/ShipEngineSDK/Model/ShipmentRequest.cs b/ShipEngineSDK/Model/ShipmentRequest.cs
index bb387a5..8edca8d 100644
--- a/ShipEngineSDK/Model/ShipmentRequest.cs
+++ b/ShipEngineSDK/Model/ShipmentRequest.cs
@@ -140,9 +140,9 @@ public partial class ShipmentRequest
public ShippingAddress? ReturnTo { get; set; }
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// 2018-09-23T00:00Z
///
diff --git a/ShipEngineSDK/Model/UpdateShipmentRequestBody.cs b/ShipEngineSDK/Model/UpdateShipmentRequestBody.cs
index c34eff1..e180069 100644
--- a/ShipEngineSDK/Model/UpdateShipmentRequestBody.cs
+++ b/ShipEngineSDK/Model/UpdateShipmentRequestBody.cs
@@ -173,9 +173,9 @@ public partial class UpdateShipmentRequestBody
public string? ServiceCode { get; set; }
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// 2018-09-23T00:00Z
///
diff --git a/ShipEngineSDK/Model/UpdateShipmentResponseBody.cs b/ShipEngineSDK/Model/UpdateShipmentResponseBody.cs
index c34e9c5..c531141 100644
--- a/ShipEngineSDK/Model/UpdateShipmentResponseBody.cs
+++ b/ShipEngineSDK/Model/UpdateShipmentResponseBody.cs
@@ -112,9 +112,9 @@ public partial class UpdateShipmentResponseBody
public required string ServiceCode { get; set; }
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
- /// The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
+ /// The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.
///
/// 2018-09-23T00:00Z
///
diff --git a/ShipEngineSDK/ShipEngineSDK.csproj b/ShipEngineSDK/ShipEngineSDK.csproj
index 99585d8..d09cd62 100644
--- a/ShipEngineSDK/ShipEngineSDK.csproj
+++ b/ShipEngineSDK/ShipEngineSDK.csproj
@@ -4,7 +4,7 @@
ShipEngine
sdk;rest;api;shipping;rates;label;tracking;cost;address;validation;normalization;fedex;ups;usps;
- 3.0.0-beta.15
+ 3.0.0-beta.16
ShipEngine
ShipEngine
The official ShipEngine C# SDK for .NET
diff --git a/generation/swagger.json b/generation/swagger.json
index c2e6e9a..8594fda 100644
--- a/generation/swagger.json
+++ b/generation/swagger.json
@@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "ShipEngine API",
- "version": "1.1.202410092210",
+ "version": "1.1.202410161910",
"termsOfService": "https://www.shipengine.com/terms-of-service/",
"x-logo": {
"url": "https://shipengine.github.io/img/shipengine-logo-square.png",
@@ -6899,7 +6899,9 @@
"type": "string",
"enum": [
"4x6",
- "letter"
+ "letter",
+ "A4",
+ "A6"
],
"description": "The available layouts (sizes) in which shipping labels can be downloaded. The label format determines which sizes are supported. `4x6` is supported for all label formats, whereas `letter` (8.5\" x 11\") is only supported for `pdf` format.\n"
},
@@ -9932,7 +9934,7 @@
}
],
"readOnly": true,
- "description": "The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.\n"
+ "description": "The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.\n"
},
"created_at": {
"readOnly": true,
@@ -10447,7 +10449,7 @@
"$ref": "#/components/schemas/date"
}
],
- "description": "The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.\n"
+ "description": "The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.\n"
},
"ship_to": {
"allOf": [
@@ -11923,7 +11925,6 @@
"carrier_id",
"service_code",
"voided",
- "voided_at",
"label_image_id",
"label_format",
"label_layout",
@@ -11995,7 +11996,7 @@
}
],
"readOnly": true,
- "description": "The date that the package was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.\n"
+ "description": "The date that the package was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.\n"
},
"created_at": {
"readOnly": true,
@@ -12405,7 +12406,7 @@
"$ref": "#/components/schemas/date"
}
],
- "description": "The date that the shipment was (or will be) shippped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.\n"
+ "description": "The date that the shipment was (or will be) shipped. ShipEngine will take the day of week into consideration. For example, if the carrier does not operate on Sundays, then a package that would have shipped on Sunday will ship on Monday instead.\n"
},
"created_at": {
"readOnly": true,