@erp-galoper/types 1.0.427 → 1.0.429

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 +6 -5
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -12825,8 +12825,8 @@ export interface paths {
12825
12825
  cookie?: never;
12826
12826
  };
12827
12827
  /**
12828
- * Get Related Invoices For Closing Commission
12829
- * @description Get closing commissions invoices with commission amounts
12828
+ * Generate Invoices For Closing Commission
12829
+ * @description Get sales invoices or return invoices between the specified date range and calculate commission amount for each invoice.
12830
12830
  *
12831
12831
  * - 400 :
12832
12832
  * - branchDoesNotExist
@@ -12838,7 +12838,7 @@ export interface paths {
12838
12838
  * - 500 :
12839
12839
  * - internalServerError
12840
12840
  */
12841
- get: operations["commission_closing_commission_views_get_related_invoices_for_closing_commission"];
12841
+ get: operations["commission_closing_commission_views_generate_invoices_for_closing_commission"];
12842
12842
  put?: never;
12843
12843
  post?: never;
12844
12844
  delete?: never;
@@ -26850,7 +26850,7 @@ export interface components {
26850
26850
  /**
26851
26851
  * Id
26852
26852
  * Format: uuid
26853
- * @example f5b5f98e-9108-41fd-9ead-cdf4070ea53b
26853
+ * @example 05751f07-a6fc-4537-85e9-bfedca260717
26854
26854
  */
26855
26855
  id: string;
26856
26856
  /**
@@ -60510,6 +60510,7 @@ export interface operations {
60510
60510
  erp_settings_accountingsetting_subsidiary_accounts_views_get_subsidiary_accounts_fields: {
60511
60511
  parameters: {
60512
60512
  query?: {
60513
+ /** @description feasible if item type is product and u need to filter by specific usage */
60513
60514
  itemUsage?: "goods" | "works" | "service";
60514
60515
  itemType?: "product" | "service";
60515
60516
  };
@@ -71624,7 +71625,7 @@ export interface operations {
71624
71625
  };
71625
71626
  };
71626
71627
  };
71627
- commission_closing_commission_views_get_related_invoices_for_closing_commission: {
71628
+ commission_closing_commission_views_generate_invoices_for_closing_commission: {
71628
71629
  parameters: {
71629
71630
  query: {
71630
71631
  startDate: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.427",
3
+ "version": "1.0.429",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],