@erp-galoper/types 1.0.1445 → 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.
Files changed (2) hide show
  1. package/openapi.ts +1 -1
  2. 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: InternalTransferHeaderSchema
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1445",
3
+ "version": "1.0.1446",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],