Skip to content

Commit aeada38

Browse files
Merge pull request #329 from sujitharamadass/June24Release
Minor version 71 release
2 parents bc13280 + 2248745 commit aeada38

File tree

9 files changed

+103
-7
lines changed

9 files changed

+103
-7
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.3.6</AssemblyVersion>
18-
<FileVersion>14.6.3.6</FileVersion>
17+
<AssemblyVersion>14.6.3.7</AssemblyVersion>
18+
<FileVersion>14.6.3.7</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>68</value>
181+
<value>71</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.3.6</MainVersion>
12+
<MainVersion>14.6.3.7</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.3.6";
253+
public const string REQUESTSOURCEHEADER = "V3DotNetSDK14.6.3.7";
254254

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

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

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26657,6 +26657,10 @@ public partial class TimeActivity : IntuitEntity, IEntity {
2665726657

2665826658
private ReferenceType projectRefField;
2665926659

26660+
private int timeChargeIdField;
26661+
26662+
private bool timeChargeIdFieldSpecified;
26663+
2666026664
private BillableStatusEnum billableStatusField;
2666126665

2666226666
private bool billableStatusFieldSpecified;
@@ -26893,6 +26897,33 @@ public ReferenceType ProjectRef {
2689326897
}
2689426898
}
2689526899

26900+
/// <remarks/>
26901+
/// <summary>
26902+
///
26903+
/// The ID of the related TimeCharge transaction.
26904+
///
26905+
/// </summary>
26906+
public int TimeChargeId {
26907+
get {
26908+
return this.timeChargeIdField;
26909+
}
26910+
set {
26911+
this.timeChargeIdField = value;
26912+
}
26913+
}
26914+
26915+
/// <remarks/>
26916+
[System.Xml.Serialization.XmlIgnoreAttribute()]
26917+
[JsonIgnore()]
26918+
public bool TimeChargeIdSpecified {
26919+
get {
26920+
return this.timeChargeIdFieldSpecified;
26921+
}
26922+
set {
26923+
this.timeChargeIdFieldSpecified = value;
26924+
}
26925+
}
26926+
2689626927
/// <remarks/>
2689726928
/// <summary>
2689826929
/// Billable status of the time recorded
@@ -38151,6 +38182,8 @@ public partial class Employee : NameBase {
3815138182

3815238183
private bool costRateFieldSpecified;
3815338184

38185+
private string notesField;
38186+
3815438187
/// <remarks/>
3815538188
/// <summary>
3815638189
/// Specifies the Employee type. For QuickBooks Desktop the valid values are defined in the EmployeeTypeEnum.
@@ -38447,6 +38480,22 @@ public bool CostRateSpecified {
3844738480
this.costRateFieldSpecified = value;
3844838481
}
3844938482
}
38483+
38484+
/// <remarks/>
38485+
/// <summary>
38486+
///
38487+
/// Product: ALL
38488+
/// Description: Free form text describing the Employee.[br /]Max. length: 4000 characters.
38489+
///
38490+
/// </summary>
38491+
public string Notes {
38492+
get {
38493+
return this.notesField;
38494+
}
38495+
set {
38496+
this.notesField = value;
38497+
}
38498+
}
3845038499
}
3845138500

3845238501
/// <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.3.6</AssemblyVersion>
17-
<FileVersion>14.6.3.6</FileVersion>
16+
<AssemblyVersion>14.6.3.7</AssemblyVersion>
17+
<FileVersion>14.6.3.7</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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5018,6 +5018,17 @@
50185018
</xs:documentation>
50195019
</xs:annotation>
50205020
</xs:element>
5021+
<xs:element name="ProjectRef" type="ReferenceType"
5022+
minOccurs="0">
5023+
<xs:annotation>
5024+
<xs:documentation>
5025+
Product: ALL
5026+
Description: Project identifier
5027+
References to the project this transaction
5028+
is associated with
5029+
</xs:documentation>
5030+
</xs:annotation>
5031+
</xs:element>
50215032
</xs:sequence>
50225033
</xs:extension>
50235034
</xs:complexContent>
@@ -6591,6 +6602,16 @@
65916602
</xs:documentation>
65926603
</xs:annotation>
65936604
</xs:element>
6605+
<xs:element name="ProjectRef" type="ReferenceType" minOccurs="0">
6606+
<xs:annotation>
6607+
<xs:documentation>
6608+
Product: ALL
6609+
Description: Project identifier
6610+
References to the project this line
6611+
is associated with
6612+
</xs:documentation>
6613+
</xs:annotation>
6614+
</xs:element>
65946615
</xs:sequence>
65956616
</xs:complexType>
65966617
<xs:complexType name="Tag">
@@ -12086,6 +12107,17 @@
1208612107
</xs:documentation>
1208712108
</xs:annotation>
1208812109
</xs:element>
12110+
<xs:element name="ProjectRef" type="ReferenceType"
12111+
minOccurs="0">
12112+
<xs:annotation>
12113+
<xs:documentation>
12114+
Product: ALL
12115+
Description: Project identifier
12116+
References to the project this line
12117+
is associated with
12118+
</xs:documentation>
12119+
</xs:annotation>
12120+
</xs:element>
1208912121
<xs:element name="BillableStatus" type="BillableStatusEnum"
1209012122
minOccurs="0">
1209112123
<xs:annotation>

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12118,6 +12118,13 @@
1211812118
</xs:documentation>
1211912119
</xs:annotation>
1212012120
</xs:element>
12121+
<xs:element name="TimeChargeId" type="xs:int" minOccurs="0">
12122+
<xs:annotation>
12123+
<xs:documentation>
12124+
The ID of the related TimeCharge transaction.
12125+
</xs:documentation>
12126+
</xs:annotation>
12127+
</xs:element>
1212112128
<xs:element name="BillableStatus" type="BillableStatusEnum"
1212212129
minOccurs="0">
1212312130
<xs:annotation>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,14 @@
12051205
</xs:documentation>
12061206
</xs:annotation>
12071207
</xs:element>
1208+
<xs:element name="Notes" type="xs:string" minOccurs="0" maxOccurs="1">
1209+
<xs:annotation>
1210+
<xs:documentation xml:lang="en">
1211+
Product: ALL
1212+
Description: Free form text describing the Employee.[br /]Max. length: 4000 characters.
1213+
</xs:documentation>
1214+
</xs:annotation>
1215+
</xs:element>
12081216
</xs:sequence>
12091217
</xs:extension>
12101218
</xs:complexContent>

0 commit comments

Comments
 (0)