3 changed files
Client/HomagGroup.DigitalFactory.ApiGateway.Client | ||
ImportInventoryRequest.cs | ||
InventoryType.cs + | ||
HISTORY.md | ||
ImportInventoryRequest.cs
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ImportInventoryRequest.cs-1+6/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ImportInventoryRequest.cs
Add comment 8 public class ImportInventoryRequest
Add comment 9 {
Add comment 10 /// <summary>
Add comment 11 Minus /// The unit system of the data
Add comment 11 Plus /// The mode of the import.
Add comment 12 /// </summary>
Add comment 13 public ImportMode ImportMode { get; set; }
Add comment 14
Add comment 15 /// <summary>
Add comment 16 Plus /// Type of the inventory data
Add comment 17 Plus /// </summary>
Add comment 18 Plus public InventoryType InventoryType { get; set; }
Add comment 19 Plus
Add comment 20 Plus /// <summary>
Add comment 16 21 /// The unit system of the data
Add comment 17 22 /// </summary>
Add comment 18 23 public UnitSystem UnitSystem { get; set; }
InventoryType.cs
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/InventoryType.cs+8/Client/HomagGroup.DigitalFactory.ApiGateway.Client/InventoryType.cs
Add comment 1 Plus namespace HomagGroup.DigitalFactory.ApiGateway.Client
Add comment 2 Plus {
Add comment 3 Plus public enum InventoryType
Add comment 4 Plus {
Add comment 5 Plus Edgebands,
Add comment 6 Plus Boards
Add comment 7 Plus }
Add comment 8 Plus }
Add comment 60 - Fix: Add TolerantEnumConverter to ActionGroups
Add comment 61 - Add ActionGroup MaterialsStorageImport
Add comment 62 - Add new API Version
Add comment 63 Plus
Add comment 64 Plus # 2.0.17
Add comment 65 Plus
Add comment 66 Plus - Add new property InventoryType for material storage imports
Add comment 67 Plus