@erp-galoper/types 1.0.604 → 1.0.606

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 +7 -5
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -4327,6 +4327,7 @@ export interface paths {
4327
4327
  * - branchDoesNotExist
4328
4328
  * - unitOfMeasureDoesNotExist
4329
4329
  * - itemPackageDoesNotExist
4330
+ * - item+warehouse+branch+unitOfMeasure+itemPackageConflict
4330
4331
  * - 403: "permissionDenied"
4331
4332
  * - "noBranchAccess"
4332
4333
  * - 500: "serverError"
@@ -4377,6 +4378,7 @@ export interface paths {
4377
4378
  * - branchDoesNotExist
4378
4379
  * - unitOfMeasureDoesNotExist
4379
4380
  * - itemPackageDoesNotExist
4381
+ * - item+warehouse+branch+unitOfMeasure+itemPackageConflict
4380
4382
  * - 403: "permissionDenied"
4381
4383
  * - "noBranchAccess"
4382
4384
  * - 404: "openingQuantityDoesNotExist"
@@ -24919,7 +24921,7 @@ export interface components {
24919
24921
  /**
24920
24922
  * Item
24921
24923
  * @description
24922
- * - get active items only
24924
+ * - get active items only, use route /api/v1/inventory/items/ and filter by active=true
24923
24925
  *
24924
24926
  */
24925
24927
  item: number;
@@ -25074,7 +25076,7 @@ export interface components {
25074
25076
  /**
25075
25077
  * Item
25076
25078
  * @description
25077
- * - get active items only
25079
+ * - get active items only, use route /api/v1/inventory/items/ and filter by active=true
25078
25080
  *
25079
25081
  */
25080
25082
  item: number;
@@ -27551,7 +27553,7 @@ export interface components {
27551
27553
  /**
27552
27554
  * Id
27553
27555
  * Format: uuid
27554
- * @example b14a6fec-cf11-4f4b-933e-b644acb8ec54
27556
+ * @example f5dd04de-7581-4982-a907-7d5350b5151b
27555
27557
  */
27556
27558
  id: string;
27557
27559
  /**
@@ -45823,12 +45825,12 @@ export interface components {
45823
45825
  warehouse: number;
45824
45826
  /**
45825
45827
  * Salesorder
45826
- * @description if goods_delivery_note_source is sales_order
45828
+ * @description if goods_delivery_note_source is sales_order, its approval status should be approved or not_required
45827
45829
  */
45828
45830
  salesOrder?: string | null;
45829
45831
  /**
45830
45832
  * Salesinvoice
45831
- * @description if goods_delivery_note_source is sales_invoice
45833
+ * @description if goods_delivery_note_source is sales_invoice, its approval status should be approved or not_required
45832
45834
  */
45833
45835
  salesInvoice?: string | null;
45834
45836
  /** Referencenumber */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.604",
3
+ "version": "1.0.606",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],