@erp-galoper/types 1.0.947 → 1.0.949

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 +20 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -45431,7 +45431,16 @@ export interface components {
45431
45431
  };
45432
45432
  /** CalculateSalesReturnOrderItemsSchema */
45433
45433
  CalculateSalesReturnOrderItemsSchema: {
45434
- /** @description sales invoices should be filtered by selected project, and invoice status should be posted or submitted, and approval status should be approved or not_required` */
45434
+ /** @description
45435
+ * - get sales invoices using /api/v1/sales/invoices/?type=default and filter by:
45436
+ * - customer equals to the {customer-id}
45437
+ * - branch equals to {current-branch-id}
45438
+ * - date less than or equal to {current-date}
45439
+ * - project equals to {project-id} if exist
45440
+ * - isDeferred equals to false
45441
+ * - status equals to posted or submitted
45442
+ * - approval status equals to approved or not_required
45443
+ * */
45435
45444
  salesInvoice: components["schemas"]["SalesInvoiceForReturnOrderCreateSchema"];
45436
45445
  /**
45437
45446
  * Quantity
@@ -45652,7 +45661,16 @@ export interface components {
45652
45661
  * @description This field is required when updating an existing item.
45653
45662
  */
45654
45663
  id?: string;
45655
- /** @description sales invoices should be filtered by selected project, and invoice status should be posted or submitted, and approval status should be approved or not_required` */
45664
+ /** @description
45665
+ * - get sales invoices using /api/v1/sales/invoices/?type=default and filter by:
45666
+ * - customer equals to the {customer-id}
45667
+ * - branch equals to {current-branch-id}
45668
+ * - date less than or equal to {current-date}
45669
+ * - project equals to {project-id} if exist
45670
+ * - isDeferred equals to false
45671
+ * - status equals to posted or submitted
45672
+ * - approval status equals to approved or not_required
45673
+ * */
45656
45674
  salesInvoice: components["schemas"]["SalesInvoiceForReturnInvoiceCreateSchema"];
45657
45675
  /**
45658
45676
  * Quantity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.947",
3
+ "version": "1.0.949",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],