@erp-galoper/types 1.0.264 → 1.0.266
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 +5 -1
- 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
|
|
26647
|
+
* @example 51d98620-211a-4431-8bc1-88f36bc4bd44
|
|
26644
26648
|
*/
|
|
26645
26649
|
id: string;
|
|
26646
26650
|
/**
|