Skip to content

Commit fc575a5

Browse files
committed
release mv 62
1 parent 0d56b50 commit fc575a5

File tree

311 files changed

+1530
-1015
lines changed

Some content is hidden

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

311 files changed

+1530
-1015
lines changed

ipp-v3-java-data/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.intuit.quickbooks-online</groupId>
66
<artifactId>ipp-v3-java-devkit-pom</artifactId>
7-
<version>6.1.2</version>
7+
<version>6.2.0</version>
88
</parent>
99

1010
<artifactId>ipp-v3-java-data</artifactId>
@@ -72,7 +72,7 @@
7272
</plugin>
7373

7474
<!-- maven shade plugin -->
75-
<!--<plugin>
75+
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-shade-plugin</artifactId>
7878
<version>3.2.4</version>
@@ -88,7 +88,7 @@
8888
</configuration>
8989
</execution>
9090
</executions>
91-
</plugin>-->
91+
</plugin>
9292
<!-- end of maven shade plugin -->
9393

9494
<!-- commented to avoid regeneration of entities, as the same is not required everytime -->
@@ -103,8 +103,8 @@
103103
</fileset>
104104
</filesets>
105105
</configuration>
106-
</plugin>
107-
<plugin>
106+
</plugin>-->
107+
<!--<plugin>
108108
<groupId>org.jvnet.jaxb2.maven2</groupId>
109109
<artifactId>maven-jaxb2-plugin</artifactId>
110110
<version>0.14.0</version>

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

Lines changed: 7 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.3.0
66
See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
77
Any modifications to this file will be lost upon recompilation of the source schema.
8-
Generated on: 2021.05.05 at 03:40:06 PM PDT
8+
Generated on: 2021.08.09 at 10:13:10 AM PDT
99
1010
-->
1111
<bindings xmlns:tns="http://schema.intuit.com/finance/v3" if-exists="true" scd="x-schema::tns">
@@ -843,6 +843,12 @@ Generated on: 2021.05.05 at 03:40:06 PM PDT
843843
<bindings if-exists="true" scd="~tns:ConvenienceFeeTypeEnum">
844844
<typesafeEnumClass ref="com.intuit.ipp.data.ConvenienceFeeTypeEnum"/>
845845
</bindings>
846+
<bindings if-exists="true" scd="~tns:FinancingProductTypeEnum">
847+
<typesafeEnumClass ref="com.intuit.ipp.data.FinancingProductTypeEnum"/>
848+
</bindings>
849+
<bindings if-exists="true" scd="~tns:SubscriptionPaymentsSettingEnum">
850+
<typesafeEnumClass ref="com.intuit.ipp.data.SubscriptionPaymentsSettingEnum"/>
851+
</bindings>
846852
<bindings if-exists="true" scd="~tns:SpecialTaxTypeEnum">
847853
<typesafeEnumClass ref="com.intuit.ipp.data.SpecialTaxTypeEnum"/>
848854
</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.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2021.05.05 at 03:40:06 PM PDT
5+
// Generated on: 2021.08.09 at 10:13:10 AM PDT
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.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2021.05.05 at 03:40:06 PM PDT
5+
// Generated on: 2021.08.09 at 10:13:10 AM PDT
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.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2021.05.05 at 03:40:06 PM PDT
5+
// Generated on: 2021.08.09 at 10:13:10 AM PDT
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.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2021.05.05 at 03:40:06 PM PDT
5+
// Generated on: 2021.08.09 at 10:13:10 AM PDT
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.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2021.05.05 at 03:40:06 PM PDT
5+
// Generated on: 2021.08.09 at 10:13:10 AM PDT
66
//
77

88

@@ -3382,7 +3382,7 @@ public enum AccountSubTypeEnum {
33823382
* Product: QBO
33833383
* Description: Use
33843384
* <pre>
3385-
* &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;b xmlns="http://schema.intuit.com/finance/v3" xmlns:p7126_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p988358_="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;Share Application Money Pending Allotment&lt;/b&gt;
3385+
* &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;b xmlns="http://schema.intuit.com/finance/v3" xmlns:p389407_="http://java.sun.com/xml/ns/jaxb" xmlns:p736190_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;Share Application Money Pending Allotment&lt;/b&gt;
33863386
* </pre>
33873387
* to track the application amounts the company receives for shares that still need to be allotted to the investors.
33883388
*

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.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2021.05.05 at 03:40:06 PM PDT
5+
// Generated on: 2021.08.09 at 10:13:10 AM PDT
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.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2021.05.05 at 03:40:06 PM PDT
5+
// Generated on: 2021.08.09 at 10:13:10 AM PDT
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AdvancedInventoryPrefs.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.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2021.05.05 at 03:40:06 PM PDT
5+
// Generated on: 2021.08.09 at 10:13:10 AM PDT
66
//
77

88

0 commit comments

Comments
 (0)