@erp-galoper/types 1.0.1489 → 1.0.1490

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 +27 -27
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -23895,14 +23895,14 @@ export interface components {
23895
23895
  };
23896
23896
  /**
23897
23897
  * BasePermissionsSchema_Report_Inventory_ItemavailabilityreportEnum
23898
- * @constant
23898
+ * @enum {string}
23899
23899
  */
23900
- BasePermissionsSchema_Report_Inventory_ItemavailabilityreportEnum: "view";
23900
+ BasePermissionsSchema_Report_Inventory_ItemavailabilityreportEnum: "export" | "view";
23901
23901
  /**
23902
23902
  * BasePermissionsSchema_Report_Inventory_ItemmovementreportEnum
23903
- * @constant
23903
+ * @enum {string}
23904
23904
  */
23905
- BasePermissionsSchema_Report_Inventory_ItemmovementreportEnum: "view";
23905
+ BasePermissionsSchema_Report_Inventory_ItemmovementreportEnum: "export" | "view";
23906
23906
  /**
23907
23907
  * BasePermissionsSchema_Report_Inventory_StockreportEnum
23908
23908
  * @constant
@@ -23969,39 +23969,39 @@ export interface components {
23969
23969
  };
23970
23970
  /**
23971
23971
  * BasePermissionsSchema_Report_Sales_SalesbybrandreportEnum
23972
- * @constant
23972
+ * @enum {string}
23973
23973
  */
23974
- BasePermissionsSchema_Report_Sales_SalesbybrandreportEnum: "view";
23974
+ BasePermissionsSchema_Report_Sales_SalesbybrandreportEnum: "export" | "view";
23975
23975
  /**
23976
23976
  * BasePermissionsSchema_Report_Sales_SalesbycategoryreportEnum
23977
- * @constant
23977
+ * @enum {string}
23978
23978
  */
23979
- BasePermissionsSchema_Report_Sales_SalesbycategoryreportEnum: "view";
23979
+ BasePermissionsSchema_Report_Sales_SalesbycategoryreportEnum: "export" | "view";
23980
23980
  /**
23981
23981
  * BasePermissionsSchema_Report_Sales_SalesbycustomerreportEnum
23982
- * @constant
23982
+ * @enum {string}
23983
23983
  */
23984
- BasePermissionsSchema_Report_Sales_SalesbycustomerreportEnum: "view";
23984
+ BasePermissionsSchema_Report_Sales_SalesbycustomerreportEnum: "export" | "view";
23985
23985
  /**
23986
23986
  * BasePermissionsSchema_Report_Sales_SalesbyitemreportEnum
23987
- * @constant
23987
+ * @enum {string}
23988
23988
  */
23989
- BasePermissionsSchema_Report_Sales_SalesbyitemreportEnum: "view";
23989
+ BasePermissionsSchema_Report_Sales_SalesbyitemreportEnum: "export" | "view";
23990
23990
  /**
23991
23991
  * BasePermissionsSchema_Report_Sales_SalesbysalespersonreportEnum
23992
- * @constant
23992
+ * @enum {string}
23993
23993
  */
23994
- BasePermissionsSchema_Report_Sales_SalesbysalespersonreportEnum: "view";
23994
+ BasePermissionsSchema_Report_Sales_SalesbysalespersonreportEnum: "export" | "view";
23995
23995
  /**
23996
23996
  * BasePermissionsSchema_Report_Sales_SalessummaryreportEnum
23997
- * @constant
23997
+ * @enum {string}
23998
23998
  */
23999
- BasePermissionsSchema_Report_Sales_SalessummaryreportEnum: "view";
23999
+ BasePermissionsSchema_Report_Sales_SalessummaryreportEnum: "export" | "view";
24000
24000
  /**
24001
24001
  * BasePermissionsSchema_Report_Sales_SalestrendreportEnum
24002
- * @constant
24002
+ * @enum {string}
24003
24003
  */
24004
- BasePermissionsSchema_Report_Sales_SalestrendreportEnum: "view";
24004
+ BasePermissionsSchema_Report_Sales_SalestrendreportEnum: "export" | "view";
24005
24005
  /** BasePermissionsSchema_Report_Supplier */
24006
24006
  BasePermissionsSchema_Report_Supplier: {
24007
24007
  /**
@@ -55036,7 +55036,7 @@ export interface components {
55036
55036
  * SalesReportPeriodType
55037
55037
  * @enum {string}
55038
55038
  */
55039
- SalesReportPeriodType: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisYear" | "lastYear" | "custom";
55039
+ SalesReportPeriodType: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
55040
55040
  /**
55041
55041
  * SalesReportSourceType
55042
55042
  * @enum {string}
@@ -97078,7 +97078,7 @@ export interface operations {
97078
97078
  reports_salesreport_views_get_sales_by_item_report: {
97079
97079
  parameters: {
97080
97080
  query?: {
97081
- periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisYear" | "lastYear" | "custom";
97081
+ periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
97082
97082
  /** @description Start date (YYYY-MM-DD) for custom period */
97083
97083
  startDate?: string | null;
97084
97084
  /** @description End date (YYYY-MM-DD) for custom period */
@@ -97130,7 +97130,7 @@ export interface operations {
97130
97130
  reports_salesreport_views_get_sales_by_category_report: {
97131
97131
  parameters: {
97132
97132
  query?: {
97133
- periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisYear" | "lastYear" | "custom";
97133
+ periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
97134
97134
  /** @description Start date (YYYY-MM-DD) for custom period */
97135
97135
  startDate?: string | null;
97136
97136
  /** @description End date (YYYY-MM-DD) for custom period */
@@ -97179,7 +97179,7 @@ export interface operations {
97179
97179
  reports_salesreport_views_get_sales_by_brand_report: {
97180
97180
  parameters: {
97181
97181
  query?: {
97182
- periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisYear" | "lastYear" | "custom";
97182
+ periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
97183
97183
  /** @description Start date (YYYY-MM-DD) for custom period */
97184
97184
  startDate?: string | null;
97185
97185
  /** @description End date (YYYY-MM-DD) for custom period */
@@ -97228,7 +97228,7 @@ export interface operations {
97228
97228
  reports_salesreport_views_get_sales_by_customer_report: {
97229
97229
  parameters: {
97230
97230
  query?: {
97231
- periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisYear" | "lastYear" | "custom";
97231
+ periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
97232
97232
  /** @description Start date (YYYY-MM-DD) for custom period */
97233
97233
  startDate?: string | null;
97234
97234
  /** @description End date (YYYY-MM-DD) for custom period */
@@ -97276,7 +97276,7 @@ export interface operations {
97276
97276
  reports_salesreport_views_get_sales_by_salesperson_report: {
97277
97277
  parameters: {
97278
97278
  query?: {
97279
- periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisYear" | "lastYear" | "custom";
97279
+ periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
97280
97280
  /** @description Start date (YYYY-MM-DD) for custom period */
97281
97281
  startDate?: string | null;
97282
97282
  /** @description End date (YYYY-MM-DD) for custom period */
@@ -97322,7 +97322,7 @@ export interface operations {
97322
97322
  reports_salesreport_views_get_sales_by_warehouse_report: {
97323
97323
  parameters: {
97324
97324
  query?: {
97325
- periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisYear" | "lastYear" | "custom";
97325
+ periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
97326
97326
  /** @description Start date (YYYY-MM-DD) for custom period */
97327
97327
  startDate?: string | null;
97328
97328
  /** @description End date (YYYY-MM-DD) for custom period */
@@ -97370,7 +97370,7 @@ export interface operations {
97370
97370
  reports_salesreport_views_get_sales_summary_report: {
97371
97371
  parameters: {
97372
97372
  query?: {
97373
- periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisYear" | "lastYear" | "custom";
97373
+ periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
97374
97374
  /** @description Start date (YYYY-MM-DD) for custom period */
97375
97375
  startDate?: string | null;
97376
97376
  /** @description End date (YYYY-MM-DD) for custom period */
@@ -97419,7 +97419,7 @@ export interface operations {
97419
97419
  query?: {
97420
97420
  /** @description Time granularity: daily, weekly, or monthly */
97421
97421
  granularity?: "daily" | "weekly" | "monthly";
97422
- periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisYear" | "lastYear" | "custom";
97422
+ periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
97423
97423
  /** @description Start date (YYYY-MM-DD) for custom period */
97424
97424
  startDate?: string | null;
97425
97425
  /** @description End date (YYYY-MM-DD) for custom period */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1489",
3
+ "version": "1.0.1490",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],