File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
ipp-v3-java-devkit/src/main/java/com/intuit/ipp Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,9 @@ private JsonResourceTypeLocator() {
6565 put ("FixedAsset" , FixedAsset .class );
6666 put ("InventorySite" , InventorySite .class );
6767 put ("Invoice" , Invoice .class );
68+ put ("InventoryAdjustment" , InventoryAdjustment .class );
6869 put ("Item" , Item .class );
70+ put ("ItemAdjustmentLineDetail" , ItemAdjustmentLineDetail .class );
6971 put ("JobType" , JobType .class );
7072 put ("JournalCode" , JournalCode .class );
7173 put ("JournalEntry" , JournalEntry .class );
Original file line number Diff line number Diff line change @@ -203,7 +203,9 @@ public static List<Object> getWhitelistedEntities() {
203203 entityList .add (FixedAsset .class );
204204 entityList .add (InventorySite .class );
205205 entityList .add (Invoice .class );
206+ entityList .add (InventoryAdjustment .class );
206207 entityList .add (Item .class );
208+ entityList .add (ItemAdjustmentLineDetail .class );
207209 entityList .add (JobType .class );
208210 entityList .add (JournalCode .class );
209211 entityList .add (JournalEntry .class );
@@ -258,6 +260,7 @@ public static List<Object> getWhitelistedEntities() {
258260 entityList .add (VendorCredit .class );
259261 entityList .add (VendorType .class );
260262 entityList .add (RecurringScheduleInfo .class );
263+
261264 }
262265 return entityList ;
263266 }
You can’t perform that action at this time.
0 commit comments