@erp-galoper/types 1.0.1435 → 1.0.1437

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 +2 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -9961,13 +9961,12 @@ export interface paths {
9961
9961
  * Get Requisition
9962
9962
  * @description Endpoint for retrieve requisition.
9963
9963
  * Possible Responses:
9964
- * - 200:
9965
9964
  * - success
9966
9965
  * - 404:
9967
- * - requisitionDoesNotExist
9966
+ * RequisitionItems.objects.bulk_create_with_history(validated_new_items, batch_size=500)
9968
9967
  * - 400:
9969
9968
  * - branchDoesNotExist
9970
- * - 403:
9969
+ * bulk_create_with_history(validated_new_items, RequisitionItems, batch_size=500)
9971
9970
  * - permissionDenied
9972
9971
  * - noBranchAccess
9973
9972
  * - noModuleAccess
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1435",
3
+ "version": "1.0.1437",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],