Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/inventree_test_hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7c7d7b6a21c5d255cf7bc568a5f182887ce72166
be5814112dcdb957598e554397d095abd786058e
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.w3asel</groupId>
<artifactId>inventree-sdk-java</artifactId>
<packaging>jar</packaging>
<version>1.1.427-SNAPSHOT</version>
<version>1.1.428-SNAPSHOT</version>

<name>InvenTree SDK (Java)</name>
<description>A Java implementation of the OpenAPI spec published by InvenTree.</description>
Expand Down
18 changes: 9 additions & 9 deletions src/main/resources/api.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: InvenTree API
version: '427'
version: '428'
description: API for InvenTree - the intuitive open source inventory management
system
license:
Expand Down Expand Up @@ -12187,7 +12187,7 @@ paths:
/api/order/so-allocation/{id}/:
get:
operationId: order_so_allocation_retrieve
description: API endpoint for detali view of a SalesOrderAllocation object.
description: API endpoint for detail view of a SalesOrderAllocation object.
parameters:
- in: path
name: id
Expand All @@ -12211,7 +12211,7 @@ paths:
description: ''
put:
operationId: order_so_allocation_update
description: API endpoint for detali view of a SalesOrderAllocation object.
description: API endpoint for detail view of a SalesOrderAllocation object.
parameters:
- in: path
name: id
Expand Down Expand Up @@ -12247,7 +12247,7 @@ paths:
description: ''
patch:
operationId: order_so_allocation_partial_update
description: API endpoint for detali view of a SalesOrderAllocation object.
description: API endpoint for detail view of a SalesOrderAllocation object.
parameters:
- in: path
name: id
Expand Down Expand Up @@ -12282,7 +12282,7 @@ paths:
description: ''
delete:
operationId: order_so_allocation_destroy
description: API endpoint for detali view of a SalesOrderAllocation object.
description: API endpoint for detail view of a SalesOrderAllocation object.
parameters:
- in: path
name: id
Expand Down Expand Up @@ -13498,7 +13498,7 @@ paths:
/api/order/so/shipment/{id}/:
get:
operationId: order_so_shipment_retrieve
description: API detail endpooint for SalesOrderShipment model.
description: API detail endpoint for SalesOrderShipment model.
parameters:
- in: path
name: id
Expand All @@ -13522,7 +13522,7 @@ paths:
description: ''
put:
operationId: order_so_shipment_update
description: API detail endpooint for SalesOrderShipment model.
description: API detail endpoint for SalesOrderShipment model.
parameters:
- in: path
name: id
Expand Down Expand Up @@ -13558,7 +13558,7 @@ paths:
description: ''
patch:
operationId: order_so_shipment_partial_update
description: API detail endpooint for SalesOrderShipment model.
description: API detail endpoint for SalesOrderShipment model.
parameters:
- in: path
name: id
Expand Down Expand Up @@ -13593,7 +13593,7 @@ paths:
description: ''
delete:
operationId: order_so_shipment_destroy
description: API detail endpooint for SalesOrderShipment model.
description: API detail endpoint for SalesOrderShipment model.
parameters:
- in: path
name: id
Expand Down