Skip to content

Commit dffa1ee

Browse files
committed
merge from develop
2 parents f9e377f + 98802b1 commit dffa1ee

File tree

297 files changed

+1429
-1070
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+1429
-1070
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
node_modules
2+
dist
3+
bower_components
4+
.tmp
5+
.publish/
6+
target
7+
.classpath
8+
.project
9+
npm-debug.log
10+
.settings/
11+
bin/
12+
.yo-rc.json
13+
.DS_Store
14+
*.gpd.*
15+
.idea
16+
*.iml
17+
*.ipr
18+
*.iws
19+
*.log
20+
.metadata
21+
.mylar
22+
*.orig
23+
.pmd
24+
.project
25+
*.pyc
26+
.pydevproject
27+
*.rej
28+
*~bak
29+
*-bak
30+
*.bak
31+

ipp-v3-java-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@
174174
</profile>
175175
</profiles>
176176

177-
</project>
177+
</project>

ipp-v3-java-data/src/main/java/META-INF/sun-jaxb.episode

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
66
See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
77
Any modifications to this file will be lost upon recompilation of the source schema.
8-
Generated on: 2018.10.10 at 11:31:49 PM PDT
8+
Generated on: 2018.12.08 at 07:59:36 PM PST
99
1010
-->
1111
<bindings scd="x-schema::tns" xmlns:tns="http://schema.intuit.com/finance/v3">
@@ -114,6 +114,9 @@ Generated on: 2018.10.10 at 11:31:49 PM PDT
114114
<bindings scd="~tns:CompanyInfo">
115115
<class ref="com.intuit.ipp.data.CompanyInfo"/>
116116
</bindings>
117+
<bindings scd="~tns:TaxClassification">
118+
<class ref="com.intuit.ipp.data.TaxClassification"/>
119+
</bindings>
117120
<bindings scd="~tns:CompanyCurrency">
118121
<class ref="com.intuit.ipp.data.CompanyCurrency"/>
119122
</bindings>

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/APCreditCardOperationEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2018.10.10 at 11:31:49 PM PDT
5+
// Generated on: 2018.12.08 at 07:59:36 PM PST
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/Account.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2018.10.10 at 11:31:49 PM PDT
5+
// Generated on: 2018.12.08 at 07:59:36 PM PST
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountBasedExpenseLineDetail.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2018.10.10 at 11:31:49 PM PDT
5+
// Generated on: 2018.12.08 at 07:59:36 PM PST
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountClassificationEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2018.10.10 at 11:31:49 PM PDT
5+
// Generated on: 2018.12.08 at 07:59:36 PM PST
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountSubTypeEnum.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2018.10.10 at 11:31:49 PM PDT
5+
// Generated on: 2018.12.08 at 07:59:36 PM PST
66
//
77

88

@@ -3306,7 +3306,7 @@ public enum AccountSubTypeEnum {
33063306
* Product: QBO
33073307
* Description: Use
33083308
* <pre>
3309-
* &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;b xmlns="http://schema.intuit.com/finance/v3" xmlns:p367730_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p396787_="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;Share Application Money Pending Allotment&lt;/b&gt;
3309+
* &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;b xmlns="http://schema.intuit.com/finance/v3" xmlns:p450671_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p766002_="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;Share Application Money Pending Allotment&lt;/b&gt;
33103310
* </pre>
33113311
* to track the application amounts the company receives for shares that still need to be allotted to the investors.
33123312
*

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountTypeEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2018.10.10 at 11:31:49 PM PDT
5+
// Generated on: 2018.12.08 at 07:59:36 PM PST
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AcquiredAsEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2018.10.10 at 11:31:49 PM PDT
5+
// Generated on: 2018.12.08 at 07:59:36 PM PST
66
//
77

88

0 commit comments

Comments
 (0)