@erp-galoper/types 1.0.947 → 1.0.948

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 +10 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -45652,7 +45652,16 @@ export interface components {
45652
45652
  * @description This field is required when updating an existing item.
45653
45653
  */
45654
45654
  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` */
45655
+ /** @description
45656
+ * - get sales invoices using /api/v1/sales/invoices/?type=default and filter by:
45657
+ * - customer equals to the {customer-id}
45658
+ * - branch equals to {current-branch-id}
45659
+ * - date less than or equal to {current-date}
45660
+ * - project equals to {project-id} if exist
45661
+ * - isDeferred equals to false
45662
+ * - status equals to posted or submitted
45663
+ * - approval status equals to approved or not_required
45664
+ * */
45656
45665
  salesInvoice: components["schemas"]["SalesInvoiceForReturnInvoiceCreateSchema"];
45657
45666
  /**
45658
45667
  * 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.948",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],