@erp-galoper/main-package 1.0.40 → 1.0.42

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 +4 -4
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -463,9 +463,9 @@ export interface paths {
463
463
  * @description Endpoint to get profit and loss report
464
464
  * possible responses:
465
465
  * - 200: noMessage, noCode, justData
466
- * - 400: startDateAndEndDateAreRequiredForCustomPeriodType , invalidStartDateFormat , invalidEndDateFormat
466
+ * - 400: startDateAndEndDateAreRequiredForCustomPeriodType , invalidStartDateFormat , invalidEndDateFormat , currencyNotAllowed,
467
467
  * - 403: forbidden
468
- * - 404: branchNotFound
468
+ * - 404: branchNotFound, currencyNotFound
469
469
  */
470
470
  get: operations["reports_views_profit_and_loss"];
471
471
  };
@@ -2365,9 +2365,9 @@ export interface operations {
2365
2365
  * @description Endpoint to get profit and loss report
2366
2366
  * possible responses:
2367
2367
  * - 200: noMessage, noCode, justData
2368
- * - 400: startDateAndEndDateAreRequiredForCustomPeriodType , invalidStartDateFormat , invalidEndDateFormat
2368
+ * - 400: startDateAndEndDateAreRequiredForCustomPeriodType , invalidStartDateFormat , invalidEndDateFormat , currencyNotAllowed,
2369
2369
  * - 403: forbidden
2370
- * - 404: branchNotFound
2370
+ * - 404: branchNotFound, currencyNotFound
2371
2371
  */
2372
2372
  reports_views_profit_and_loss: {
2373
2373
  parameters: {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "main": "openapi.ts"
5
5
  }