@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.
- package/openapi.ts +2 -3
- 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
|
-
*
|
|
9966
|
+
* RequisitionItems.objects.bulk_create_with_history(validated_new_items, batch_size=500)
|
|
9968
9967
|
* - 400:
|
|
9969
9968
|
* - branchDoesNotExist
|
|
9970
|
-
*
|
|
9969
|
+
* bulk_create_with_history(validated_new_items, RequisitionItems, batch_size=500)
|
|
9971
9970
|
* - permissionDenied
|
|
9972
9971
|
* - noBranchAccess
|
|
9973
9972
|
* - noModuleAccess
|