@erp-galoper/types 1.0.1498 → 1.0.1499
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 +9 -13
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -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" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
55039
|
+
SalesReportPeriodType: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "all";
|
|
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" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97081
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "all";
|
|
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 */
|
|
@@ -97086,7 +97086,6 @@ export interface operations {
|
|
|
97086
97086
|
/** @description Data sources: salesInvoice, posInvoice, onlineOrder (empty for all) */
|
|
97087
97087
|
sources?: components["schemas"]["SalesReportSourceType"][] | null;
|
|
97088
97088
|
branchesIds?: number[] | null;
|
|
97089
|
-
warehousesIds?: number[] | null;
|
|
97090
97089
|
categoriesIds?: number[] | null;
|
|
97091
97090
|
brandsIds?: number[] | null;
|
|
97092
97091
|
familiesIds?: number[] | null;
|
|
@@ -97130,7 +97129,7 @@ export interface operations {
|
|
|
97130
97129
|
reports_salesreport_views_get_sales_by_category_report: {
|
|
97131
97130
|
parameters: {
|
|
97132
97131
|
query?: {
|
|
97133
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97132
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "all";
|
|
97134
97133
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97135
97134
|
startDate?: string | null;
|
|
97136
97135
|
/** @description End date (YYYY-MM-DD) for custom period */
|
|
@@ -97138,7 +97137,6 @@ export interface operations {
|
|
|
97138
97137
|
/** @description Data sources: salesInvoice, posInvoice, onlineOrder (empty for all) */
|
|
97139
97138
|
sources?: components["schemas"]["SalesReportSourceType"][] | null;
|
|
97140
97139
|
branchesIds?: number[] | null;
|
|
97141
|
-
warehousesIds?: number[] | null;
|
|
97142
97140
|
categoriesIds?: number[] | null;
|
|
97143
97141
|
};
|
|
97144
97142
|
header?: never;
|
|
@@ -97179,7 +97177,7 @@ export interface operations {
|
|
|
97179
97177
|
reports_salesreport_views_get_sales_by_brand_report: {
|
|
97180
97178
|
parameters: {
|
|
97181
97179
|
query?: {
|
|
97182
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97180
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "all";
|
|
97183
97181
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97184
97182
|
startDate?: string | null;
|
|
97185
97183
|
/** @description End date (YYYY-MM-DD) for custom period */
|
|
@@ -97187,7 +97185,6 @@ export interface operations {
|
|
|
97187
97185
|
/** @description Data sources: salesInvoice, posInvoice, onlineOrder (empty for all) */
|
|
97188
97186
|
sources?: components["schemas"]["SalesReportSourceType"][] | null;
|
|
97189
97187
|
branchesIds?: number[] | null;
|
|
97190
|
-
warehousesIds?: number[] | null;
|
|
97191
97188
|
brandsIds?: number[] | null;
|
|
97192
97189
|
};
|
|
97193
97190
|
header?: never;
|
|
@@ -97228,7 +97225,7 @@ export interface operations {
|
|
|
97228
97225
|
reports_salesreport_views_get_sales_by_customer_report: {
|
|
97229
97226
|
parameters: {
|
|
97230
97227
|
query?: {
|
|
97231
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97228
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "all";
|
|
97232
97229
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97233
97230
|
startDate?: string | null;
|
|
97234
97231
|
/** @description End date (YYYY-MM-DD) for custom period */
|
|
@@ -97276,7 +97273,7 @@ export interface operations {
|
|
|
97276
97273
|
reports_salesreport_views_get_sales_by_salesperson_report: {
|
|
97277
97274
|
parameters: {
|
|
97278
97275
|
query?: {
|
|
97279
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97276
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "all";
|
|
97280
97277
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97281
97278
|
startDate?: string | null;
|
|
97282
97279
|
/** @description End date (YYYY-MM-DD) for custom period */
|
|
@@ -97322,7 +97319,7 @@ export interface operations {
|
|
|
97322
97319
|
reports_salesreport_views_get_sales_by_warehouse_report: {
|
|
97323
97320
|
parameters: {
|
|
97324
97321
|
query?: {
|
|
97325
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97322
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "all";
|
|
97326
97323
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97327
97324
|
startDate?: string | null;
|
|
97328
97325
|
/** @description End date (YYYY-MM-DD) for custom period */
|
|
@@ -97330,7 +97327,6 @@ export interface operations {
|
|
|
97330
97327
|
/** @description Data sources: salesInvoice, posInvoice, onlineOrder (empty for all) */
|
|
97331
97328
|
sources?: components["schemas"]["SalesReportSourceType"][] | null;
|
|
97332
97329
|
branchesIds?: number[] | null;
|
|
97333
|
-
warehousesIds?: number[] | null;
|
|
97334
97330
|
};
|
|
97335
97331
|
header?: never;
|
|
97336
97332
|
path?: never;
|
|
@@ -97370,7 +97366,7 @@ export interface operations {
|
|
|
97370
97366
|
reports_salesreport_views_get_sales_summary_report: {
|
|
97371
97367
|
parameters: {
|
|
97372
97368
|
query?: {
|
|
97373
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97369
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "all";
|
|
97374
97370
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97375
97371
|
startDate?: string | null;
|
|
97376
97372
|
/** @description End date (YYYY-MM-DD) for custom period */
|
|
@@ -97419,7 +97415,7 @@ export interface operations {
|
|
|
97419
97415
|
query?: {
|
|
97420
97416
|
/** @description Time granularity: daily, weekly, or monthly */
|
|
97421
97417
|
granularity?: "daily" | "weekly" | "monthly";
|
|
97422
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97418
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "all";
|
|
97423
97419
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97424
97420
|
startDate?: string | null;
|
|
97425
97421
|
/** @description End date (YYYY-MM-DD) for custom period */
|