@erp-galoper/types 1.0.264 → 1.0.265

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 +5 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -12697,6 +12697,8 @@ export interface paths {
12697
12697
  * - internalServerError
12698
12698
  * - Permission key :
12699
12699
  * - closingcommission : [ add ]
12700
+ * - Note : when create closing commission, when user specify start date, end date and sales person you should call route api/v1/commissions/closing/{sales-person-id}/invoices/
12701
+ * to generate invoices, this allow the user to view the (invoices and returned invoices) related to sales person
12700
12702
  */
12701
12703
  post: operations["commission_closing_commission_views_new_closing_commission"];
12702
12704
  delete?: never;
@@ -12749,6 +12751,8 @@ export interface paths {
12749
12751
  * - internalServerError
12750
12752
  * - Permission key :
12751
12753
  * - closingcommission : [ change ]
12754
+ * - Note : when edit closing commission, when user specify start date, end date and sales person you should call route api/v1/commissions/closing/{sales-person-id}/invoices/
12755
+ * to generate invoices, this allow the user to view the (invoices and returned invoices) related to sales person
12752
12756
  */
12753
12757
  put: operations["commission_closing_commission_views_edit_closing_commission"];
12754
12758
  post?: never;
@@ -26640,7 +26644,7 @@ export interface components {
26640
26644
  /**
26641
26645
  * Id
26642
26646
  * Format: uuid
26643
- * @example b19b601b-d227-478b-9997-c73b3d2b264f
26647
+ * @example 2599633b-f5b2-4400-b0c1-c171015c5acb
26644
26648
  */
26645
26649
  id: string;
26646
26650
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.264",
3
+ "version": "1.0.265",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],