Skip to content

Commit e47b3d8

Browse files
New references to API.
1 parent 1338707 commit e47b3d8

File tree

6 files changed

+325
-55
lines changed

6 files changed

+325
-55
lines changed

Enferno.StormApiClient.nuspec

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Enferno.StormApiClient</id>
5-
<version>2.1.0</version>
5+
<version>2.1.1-beta</version>
66
<title>Enferno Storm Api Client</title>
77
<authors>Storm Commerce AB</authors>
88
<owners>Storm Commerce AB</owners>
@@ -12,9 +12,25 @@
1212
<releaseNotes>
1313
Please see release notes for 2.0.0 for details if you are upgrading from &lt;= v1.8.x.
1414

15-
Upgraded dependency to Enferno.Public 2.2.0. If you run into problems upgrading to this, please uninstall previous version and ALL Unity NuGets. Then reinstall this and upgrade Unity to latest.
15+
## What's new?
1616

17-
Regards,
17+
### Products
18+
19+
- #5187: A new entity, CategoryParametric, has been added and it is used in CategoryItem.   
20+
https://servicesstage.enferno.se/api/1.1/docs/#/Products/Categories/CategoryParametric  
21+
22+
- #5193: Height, Width and Depth have been added to Product.   
23+
https://servicesstage.enferno.se/api/1.1/docs/#/Products/Products/Product  
24+
25+
## What's fixed?
26+
27+
N/A
28+
29+
## Miscellaneous changes?
30+
31+
N/A  
32+
33+
Regards,  
1834
The Storm API Team
1935
</releaseNotes>
2036
<copyright>Copyright 2018</copyright>

StormApiClient/Enferno.StormApiClient.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
<None Include="packages.config" />
113113
<None Include="Properties\DataSources\System.ServiceModel.Channels.Message.datasource" />
114114
<None Include="Properties\DataSources\System.Xml.Linq.XElement.datasource" />
115+
<None Include="Properties\DataSources\System.Xml.XmlElement.datasource" />
115116
<None Include="Service References\ExportProxy\ExportService.wsdl" />
116117
<None Include="Service References\ExportProxy\ExportService.xsd">
117118
<SubType>Designer</SubType>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is automatically generated by Visual Studio .Net. It is
4+
used to store generic object data source configuration information.
5+
Renaming the file extension or editing the content of this file may
6+
cause the file to be unrecognizable by the program.
7+
-->
8+
<GenericObjectDataSource DisplayName="XmlElement" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+
<TypeInfo>System.Xml.XmlElement, System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</TypeInfo>
10+
</GenericObjectDataSource>

StormApiClient/Service References/ExposeProxy/ExposeService115.xsd

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@
242242
<xs:element minOccurs="0" name="IsSubscribable" type="xs:boolean" />
243243
<xs:element minOccurs="0" name="UnspscCode" nillable="true" type="xs:string" />
244244
<xs:element minOccurs="0" name="PriceStandard" nillable="true" type="xs:decimal" />
245+
<xs:element minOccurs="0" name="Width" nillable="true" type="xs:decimal" />
246+
<xs:element minOccurs="0" name="Height" nillable="true" type="xs:decimal" />
247+
<xs:element minOccurs="0" name="Depth" nillable="true" type="xs:decimal" />
245248
</xs:sequence>
246249
</xs:extension>
247250
</xs:complexContent>
@@ -912,11 +915,32 @@
912915
<xs:element minOccurs="0" name="ImageKey" nillable="true" type="ser:guid" />
913916
<xs:element minOccurs="0" name="Code" nillable="true" type="xs:string" />
914917
<xs:element minOccurs="0" name="Synonyms" nillable="true" type="xs:string" />
918+
<xs:element minOccurs="0" name="Parametrics" nillable="true" type="tns:CategoryParametricsList" />
915919
</xs:sequence>
916920
</xs:extension>
917921
</xs:complexContent>
918922
</xs:complexType>
919923
<xs:element name="CategoryItem" nillable="true" type="tns:CategoryItem" />
924+
<xs:complexType name="CategoryParametricsList">
925+
<xs:sequence>
926+
<xs:element minOccurs="0" maxOccurs="unbounded" name="Item" nillable="true" type="tns:CategoryParametric" />
927+
</xs:sequence>
928+
</xs:complexType>
929+
<xs:element name="CategoryParametricsList" nillable="true" type="tns:CategoryParametricsList" />
930+
<xs:complexType name="CategoryParametric">
931+
<xs:complexContent mixed="false">
932+
<xs:extension xmlns:q47="Enferno.Services.Contracts.Message" base="q47:Entity">
933+
<xs:sequence>
934+
<xs:element minOccurs="0" name="Id" type="xs:int" />
935+
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
936+
<xs:element minOccurs="0" name="GroupId" type="xs:int" />
937+
<xs:element minOccurs="0" name="GroupName" nillable="true" type="xs:string" />
938+
<xs:element minOccurs="0" name="SortOrder" type="xs:int" />
939+
</xs:sequence>
940+
</xs:extension>
941+
</xs:complexContent>
942+
</xs:complexType>
943+
<xs:element name="CategoryParametric" nillable="true" type="tns:CategoryParametric" />
920944
<xs:complexType name="WarehouseInfoList">
921945
<xs:sequence>
922946
<xs:element minOccurs="0" maxOccurs="unbounded" name="Warehouse" nillable="true" type="tns:WarehouseInfo" />
@@ -925,7 +949,7 @@
925949
<xs:element name="WarehouseInfoList" nillable="true" type="tns:WarehouseInfoList" />
926950
<xs:complexType name="WarehouseInfo">
927951
<xs:complexContent mixed="false">
928-
<xs:extension xmlns:q47="Enferno.Services.Contracts.Message" base="q47:Entity">
952+
<xs:extension xmlns:q48="Enferno.Services.Contracts.Message" base="q48:Entity">
929953
<xs:sequence>
930954
<xs:element minOccurs="0" name="Id" type="xs:int" />
931955
<xs:element minOccurs="0" name="Type" type="xs:int" />
@@ -946,7 +970,7 @@
946970
<xs:element name="WarehouseInfoLocationList" nillable="true" type="tns:WarehouseInfoLocationList" />
947971
<xs:complexType name="WarehouseInfoLocation">
948972
<xs:complexContent mixed="false">
949-
<xs:extension xmlns:q48="Enferno.Services.Contracts.Message" base="q48:Entity">
973+
<xs:extension xmlns:q49="Enferno.Services.Contracts.Message" base="q49:Entity">
950974
<xs:sequence>
951975
<xs:element minOccurs="0" name="Id" type="xs:int" />
952976
<xs:element minOccurs="0" name="Code" nillable="true" type="xs:string" />
@@ -966,7 +990,7 @@
966990
<xs:element name="WarehouseInfoStoreList" nillable="true" type="tns:WarehouseInfoStoreList" />
967991
<xs:complexType name="WarehouseInfoStore">
968992
<xs:complexContent mixed="false">
969-
<xs:extension xmlns:q49="Enferno.Services.Contracts.Message" base="q49:Entity">
993+
<xs:extension xmlns:q50="Enferno.Services.Contracts.Message" base="q50:Entity">
970994
<xs:sequence>
971995
<xs:element minOccurs="0" name="Id" type="xs:int" />
972996
<xs:element minOccurs="0" name="Code" nillable="true" type="xs:string" />
@@ -984,7 +1008,7 @@
9841008
<xs:element name="ProductIdNameList" nillable="true" type="tns:ProductIdNameList" />
9851009
<xs:complexType name="ProductId">
9861010
<xs:complexContent mixed="false">
987-
<xs:extension xmlns:q50="Enferno.Services.Contracts.Message" base="q50:Entity">
1011+
<xs:extension xmlns:q51="Enferno.Services.Contracts.Message" base="q51:Entity">
9881012
<xs:sequence>
9891013
<xs:element minOccurs="0" name="Id" type="xs:int" />
9901014
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
@@ -1007,13 +1031,13 @@
10071031
<xs:element name="SkuTypeList" nillable="true" type="tns:SkuTypeList" />
10081032
<xs:complexType name="SkuType">
10091033
<xs:complexContent mixed="false">
1010-
<xs:extension xmlns:q51="Enferno.Services.Contracts.Message" base="q51:Entity">
1034+
<xs:extension xmlns:q52="Enferno.Services.Contracts.Message" base="q52:Entity">
10111035
<xs:sequence>
10121036
<xs:element minOccurs="0" name="Id" type="xs:int" />
10131037
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
10141038
<xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
10151039
<xs:element minOccurs="0" name="SortOrder" type="xs:int" />
1016-
<xs:element xmlns:q52="Enferno.Services.Contracts.Expose" minOccurs="0" name="Group" nillable="true" type="q52:IdNameDescription" />
1040+
<xs:element xmlns:q53="Enferno.Services.Contracts.Expose" minOccurs="0" name="Group" nillable="true" type="q53:IdNameDescription" />
10171041
</xs:sequence>
10181042
</xs:extension>
10191043
</xs:complexContent>

0 commit comments

Comments
 (0)