Skip to content

Commit f48ddd7

Browse files
Merge pull request #339 from sujitharamadass/Jan25Release
Updates for MinorVersion 75
2 parents 27c928e + 55d9100 commit f48ddd7

File tree

9 files changed

+150
-11
lines changed

9 files changed

+150
-11
lines changed

IPPDotNetDevKitCSV3/Code/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<PackageIcon>$(MSBuildThisFileDirectory)logo.png</PackageIcon>
1515
<OutputPath>$(SolutionDir)artifacts\bin</OutputPath>
1616
<Copyright>Copyright © 2020 Intuit, Inc.</Copyright>
17-
<AssemblyVersion>14.6.4.0</AssemblyVersion>
18-
<FileVersion>14.6.4.0</FileVersion>
17+
<AssemblyVersion>14.7.0.0</AssemblyVersion>
18+
<FileVersion>14.7.0.0</FileVersion>
1919
<Company>Intuit</Company>
2020
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
2121
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>

IPPDotNetDevKitCSV3/Code/Intuit.Ipp.Core/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<value>Please specify a valid directory path.</value>
179179
</data>
180180
<data name="DefaultMinorVersionValue" xml:space="preserve">
181-
<value>73</value>
181+
<value>75</value>
182182
</data>
183183
<data name="ArgumentCannotBeGreaterThanBaseline" xml:space="preserve">
184184
<value>The specified argument {0} cannot be greater than its ceiling value of {1}.</value>

IPPDotNetDevKitCSV3/Code/Intuit.Ipp.Nupkg/Intuit.Ipp.Nupkg.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>IppDotNetSdkForQuickBooksApiV3</PackageId>
1010
<AssemblyName>IppDotNetSdkForQuickBooksApiV3</AssemblyName>
1111
<DocumentationFile>$(BaseOutputPath)$(AssemblyName).xml</DocumentationFile>
12-
<MainVersion>14.6.4.0</MainVersion>
12+
<MainVersion>14.7.0.0</MainVersion>
1313
<PackageVersionSuffix>pre</PackageVersionSuffix>
1414
<Version>$(MainVersion)-$(PackageVersionSuffix)</Version>
1515
<Version>$(MainVersion)</Version>

IPPDotNetDevKitCSV3/Code/Intuit.Ipp.Utility/Common/CoreConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public static class CoreConstants
250250
/// <summary>
251251
/// The Request source header value.
252252
/// </summary>
253-
public const string REQUESTSOURCEHEADER = "V3DotNetSDK14.6.4.0";
253+
public const string REQUESTSOURCEHEADER = "V3DotNetSDK14.7.0.0";
254254

255255
/// <summary>
256256
/// multipart/form-data format

IPPDotNetDevKitCSV3/Tools/XsdExtension/Intuit.Ipp.Data/CDMEntities/Fms.cs

Lines changed: 70 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3248,6 +3248,24 @@ public enum PaymentTypeEnum {
32483248
Other,
32493249
}
32503250

3251+
/// <remarks/>
3252+
/// <summary>
3253+
///
3254+
/// Product: ALL
3255+
/// Description: Enumeration of extended
3256+
/// payment types.
3257+
///
3258+
/// </summary>
3259+
[System.CodeDom.Compiler.GeneratedCodeAttribute("Intuit.Ipp.XsdExtension", "1.0.0")]
3260+
[System.SerializableAttribute()]
3261+
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schema.intuit.com/finance/v3")]
3262+
[System.Xml.Serialization.XmlRootAttribute(Namespace="http://schema.intuit.com/finance/v3", IsNullable=false)]
3263+
public enum PaymentExtendedTypeEnum {
3264+
3265+
/// <remarks/>
3266+
Prepayment,
3267+
}
3268+
32513269
/// <remarks/>
32523270
/// <summary>
32533271
///
@@ -10197,7 +10215,7 @@ public partial class ItemAdjustmentLineDetail {
1019710215

1019810216
private bool salesPriceFieldSpecified;
1019910217

10200-
private decimal itemField;
10218+
private double itemField;
1020110219

1020210220
private ItemChoiceType1 itemElementNameField;
1020310221

@@ -10248,10 +10266,10 @@ public bool SalesPriceSpecified {
1024810266
}
1024910267

1025010268
/// <remarks/>
10251-
[System.Xml.Serialization.XmlElementAttribute("NewQty", typeof(decimal))]
10252-
[System.Xml.Serialization.XmlElementAttribute("QtyDiff", typeof(decimal))]
10269+
[System.Xml.Serialization.XmlElementAttribute("NewQty", typeof(double))]
10270+
[System.Xml.Serialization.XmlElementAttribute("QtyDiff", typeof(double))]
1025310271
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")]
10254-
public decimal AnyIntuitObject {
10272+
public double AnyIntuitObject {
1025510273
get {
1025610274
return this.itemField;
1025710275
}
@@ -20908,6 +20926,10 @@ public partial class Payment : Transaction {
2090820926

2090920927
private bool processPaymentFieldSpecified;
2091020928

20929+
private PaymentExtendedTypeEnum paymentExtendedTypeField;
20930+
20931+
private bool paymentExtendedTypeFieldSpecified;
20932+
2091120933
private IntuitAnyType paymentExField;
2091220934

2091320935
/// <remarks/>
@@ -21157,6 +21179,34 @@ public bool ProcessPaymentSpecified {
2115721179
}
2115821180
}
2115921181

21182+
/// <remarks/>
21183+
/// <summary>
21184+
///
21185+
/// Product: ALL
21186+
/// Description: Current only valid value is Prepayment.
21187+
///
21188+
/// </summary>
21189+
public PaymentExtendedTypeEnum PaymentExtendedType {
21190+
get {
21191+
return this.paymentExtendedTypeField;
21192+
}
21193+
set {
21194+
this.paymentExtendedTypeField = value;
21195+
}
21196+
}
21197+
21198+
/// <remarks/>
21199+
[System.Xml.Serialization.XmlIgnoreAttribute()]
21200+
[JsonIgnore()]
21201+
public bool PaymentExtendedTypeSpecified {
21202+
get {
21203+
return this.paymentExtendedTypeFieldSpecified;
21204+
}
21205+
set {
21206+
this.paymentExtendedTypeFieldSpecified = value;
21207+
}
21208+
}
21209+
2116021210
/// <remarks/>
2116121211
/// <summary>
2116221212
/// Internal use only: extension place holder for
@@ -32154,6 +32204,8 @@ public partial class Attachable : IntuitEntity, IEntity {
3215432204

3215532205
private IntuitAnyType attachableExField;
3215632206

32207+
private string documentIdField;
32208+
3215732209
/// <remarks/>
3215832210
/// <summary>
3215932211
/// FileName of the attachment
@@ -32371,6 +32423,20 @@ public IntuitAnyType AttachableEx {
3237132423
this.attachableExField = value;
3237232424
}
3237332425
}
32426+
32427+
/// <remarks/>
32428+
/// <summary>
32429+
/// DocumentId of the uploaded attachment from Document Service
32430+
///
32431+
/// </summary>
32432+
public string documentId {
32433+
get {
32434+
return this.documentIdField;
32435+
}
32436+
set {
32437+
this.documentIdField = value;
32438+
}
32439+
}
3237432440
}
3237532441

3237632442
/// <remarks/>

IPPDotNetDevKitCSV3/Tools/XsdExtension/Intuit.Ipp.Data/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<PackageOutputPath>$(SolutionDir)artifacts\nupkg</PackageOutputPath>
1414
<OutputPath>$(SolutionDir)artifacts\bin</OutputPath>
1515
<Copyright>Copyright © 2020 Intuit, Inc.</Copyright>
16-
<AssemblyVersion>14.6.4.0</AssemblyVersion>
17-
<FileVersion>14.6.4.0</FileVersion>
16+
<AssemblyVersion>14.7.0.0</AssemblyVersion>
17+
<FileVersion>14.7.0.0</FileVersion>
1818
<Company>Intuit</Company>
1919
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
2020
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>

IPPDotNetDevKitCSV3/Tools/XsdExtension/Intuit.Ipp.XsdExtension/Schema-Backup/Finance.xsd

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5029,6 +5029,24 @@
50295029
</xs:documentation>
50305030
</xs:annotation>
50315031
</xs:element>
5032+
<xs:element name="TotalCostAmount" type="xs:decimal" minOccurs="0">
5033+
<xs:annotation>
5034+
<xs:documentation>
5035+
Product: ALL
5036+
Description: Project Estimate identifier
5037+
The amount or equivalent paid or charged for a product/service
5038+
</xs:documentation>
5039+
</xs:annotation>
5040+
</xs:element>
5041+
<xs:element name="HomeTotalCostAmount" type="xs:decimal" minOccurs="0">
5042+
<xs:annotation>
5043+
<xs:documentation>
5044+
Product: ALL
5045+
Description: Project Estimate identifier
5046+
The amount or equivalent paid or charged for a product/service when using multi-currency
5047+
</xs:documentation>
5048+
</xs:annotation>
5049+
</xs:element>
50325050
</xs:sequence>
50335051
</xs:extension>
50345052
</xs:complexContent>
@@ -6612,6 +6630,24 @@
66126630
</xs:documentation>
66136631
</xs:annotation>
66146632
</xs:element>
6633+
<xs:element name="CostAmount" type="xs:decimal" minOccurs="0">
6634+
<xs:annotation>
6635+
<xs:documentation>
6636+
Product: ALL
6637+
Description: Project Estimate identifier
6638+
The amount or equivalent paid or charged for a product/service
6639+
</xs:documentation>
6640+
</xs:annotation>
6641+
</xs:element>
6642+
<xs:element name="HomeCostAmount" type="xs:decimal" minOccurs="0">
6643+
<xs:annotation>
6644+
<xs:documentation>
6645+
Product: ALL
6646+
Description: Project Estimate identifier
6647+
The amount or equivalent paid or charged for a product/service when using multi-currency
6648+
</xs:documentation>
6649+
</xs:annotation>
6650+
</xs:element>
66156651
</xs:sequence>
66166652
</xs:complexType>
66176653
<xs:complexType name="Tag">
@@ -7068,6 +7104,15 @@
70687104
</xs:documentation>
70697105
</xs:annotation>
70707106
</xs:element>
7107+
<xs:element name="UnitCostPrice" type="xs:decimal" minOccurs="0">
7108+
<xs:annotation>
7109+
<xs:documentation>
7110+
Product: ALL
7111+
Description: cost rate of the
7112+
service or item for the line of Project Estimate.
7113+
</xs:documentation>
7114+
</xs:annotation>
7115+
</xs:element>
70717116
<xs:element name="RatePercent" type="xs:decimal"
70727117
minOccurs="0">
70737118
<xs:annotation>

IPPDotNetDevKitCSV3/Tools/XsdExtension/Intuit.Ipp.XsdExtension/Schema-Backup/IntuitBaseTypes.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,6 +1891,7 @@
18911891
<xs:enumeration value="Vendor"/>
18921892
<xs:enumeration value="VendorCredit"/>
18931893
<xs:enumeration value="CustomFieldDefinition"/>
1894+
<xs:enumeration value="ChangeOrder"/>
18941895
</xs:restriction>
18951896
</xs:simpleType>
18961897
<xs:simpleType name="ReportBasisEnum">

IPPDotNetDevKitCSV3/Tools/XsdExtension/Intuit.Ipp.XsdExtension/Schema/Finance.xsd

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3371,6 +3371,18 @@
33713371
<xs:enumeration value="Other" />
33723372
</xs:restriction>
33733373
</xs:simpleType>
3374+
<xs:simpleType name="PaymentExtendedTypeEnum">
3375+
<xs:annotation>
3376+
<xs:documentation>
3377+
Product: ALL
3378+
Description: Enumeration of extended
3379+
payment types.
3380+
</xs:documentation>
3381+
</xs:annotation>
3382+
<xs:restriction base="xs:string">
3383+
<xs:enumeration value="Prepayment" />
3384+
</xs:restriction>
3385+
</xs:simpleType>
33743386
<xs:simpleType name="BillPaymentTypeEnum">
33753387
<xs:annotation>
33763388
<xs:documentation>
@@ -9770,6 +9782,15 @@
97709782
</xs:documentation>
97719783
</xs:annotation>
97729784
</xs:element>
9785+
<xs:element name="PaymentExtendedType" type="PaymentExtendedTypeEnum"
9786+
minOccurs="0">
9787+
<xs:annotation>
9788+
<xs:documentation>
9789+
Product: ALL
9790+
Description: Current only valid value is Prepayment.
9791+
</xs:documentation>
9792+
</xs:annotation>
9793+
</xs:element>
97739794
<xs:element name="PaymentEx" type="IntuitAnyType"
97749795
minOccurs="0">
97759796
<xs:annotation>
@@ -14039,6 +14060,12 @@
1403914060
</xs:documentation>
1404014061
</xs:annotation>
1404114062
</xs:element>
14063+
<xs:element name="documentId" type="xs:string" minOccurs="0">
14064+
<xs:annotation>
14065+
<xs:documentation>DocumentId of the uploaded attachment from Document Service
14066+
</xs:documentation>
14067+
</xs:annotation>
14068+
</xs:element>
1404214069
</xs:sequence>
1404314070
</xs:extension>
1404414071
</xs:complexContent>

0 commit comments

Comments
 (0)