Skip to content

Commit e054688

Browse files
authored
Merge pull request #37 from intuit/SDK-602
Migration API and minor version 21
2 parents 938ee88 + 918740b commit e054688

File tree

297 files changed

+4033
-4868
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

+4033
-4868
lines changed

ipp-java-qbapihelper/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<parent>
2222
<artifactId>ipp-v3-java-devkit-pom</artifactId>
2323
<groupId>com.intuit.quickbooks-online</groupId>
24-
<version>3.0.5</version>
24+
<version>4.0.0</version>
2525
</parent>
2626
<artifactId>ipp-java-qbapihelper</artifactId>
27-
<version>3.0.5</version>
27+
<version>4.0.0</version>
2828
<packaging>jar</packaging>
2929
<name>Quickbooks API Helper for Oauth</name>
3030
<description>Quickbooks API Helper Project for OAuth, Disconnect and Reconnect</description>

ipp-v3-java-data/pom.xml

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

1010
<artifactId>ipp-v3-java-data</artifactId>
1111
<name>IPP V3 Java - Data Project</name>
1212
<description>IPP Java V3 DevKit Data project - FMS Entities generation</description>
13-
<version>3.0.5</version>
13+
<version>4.0.0</version>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -58,7 +58,7 @@
5858
</executions>
5959
</plugin> -->
6060
<!-- commented to avoid regeneration of entities, as the same is not required everytime -->
61-
<!--
61+
<!--
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-clean-plugin</artifactId>

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: 2017.07.10 at 10:56:50 AM PDT
8+
Generated on: 2018.03.01 at 02:14:53 PM PST
99
1010
-->
1111
<bindings scd="x-schema::tns" xmlns:tns="http://schema.intuit.com/finance/v3">
@@ -729,6 +729,9 @@ Generated on: 2017.07.10 at 10:56:50 AM PDT
729729
<bindings scd="~tns:PhysicalAddressTypeEnum">
730730
<typesafeEnumClass ref="com.intuit.ipp.data.PhysicalAddressTypeEnum"/>
731731
</bindings>
732+
<bindings scd="~tns:TaxReturnStatusEnum">
733+
<typesafeEnumClass ref="com.intuit.ipp.data.TaxReturnStatusEnum"/>
734+
</bindings>
732735
<bindings scd="~tns:EstimateStatusEnum">
733736
<typesafeEnumClass ref="com.intuit.ipp.data.EstimateStatusEnum"/>
734737
</bindings>

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2017 Intuit
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*******************************************************************************/
161
//
172
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
183
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
194
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2017.07.10 at 10:56:50 AM PDT
5+
// Generated on: 2018.03.01 at 02:14:53 PM PST
216
//
227

238

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2017 Intuit
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*******************************************************************************/
161
//
172
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
183
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
194
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2017.07.10 at 10:56:50 AM PDT
5+
// Generated on: 2018.03.01 at 02:14:53 PM PST
216
//
227

238

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2017 Intuit
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*******************************************************************************/
161
//
172
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
183
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
194
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2017.07.10 at 10:56:50 AM PDT
5+
// Generated on: 2018.03.01 at 02:14:53 PM PST
216
//
227

238

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2017 Intuit
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*******************************************************************************/
161
//
172
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
183
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
194
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2017.07.10 at 10:56:50 AM PDT
5+
// Generated on: 2018.03.01 at 02:14:53 PM PST
216
//
227

238

0 commit comments

Comments
 (0)