@erp-galoper/types 1.0.1444 → 1.0.1446
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.ts +1 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -5006,7 +5006,7 @@ export interface paths {
|
|
|
5006
5006
|
* Get Internal Transfer
|
|
5007
5007
|
* @description Endpoint for retrieving Internal Transfer Document
|
|
5008
5008
|
* Responses:
|
|
5009
|
-
* - 200:
|
|
5009
|
+
* - 200: InternalTransferSchema
|
|
5010
5010
|
* - 403: {"message": "You do not have permission to perform this action", "code": "permissionDenied"}
|
|
5011
5011
|
* - {"message": "You do not have access to this branch.", "code": "noBranchAccess"}
|
|
5012
5012
|
* - 404: {"message": "Internal Transfer Document not found.", "code": "internalTransferDoesNotExist"}
|