@erp-galoper/types 1.0.1488 → 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.
- package/openapi.ts +98 -145
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -23708,6 +23708,11 @@ export interface components {
|
|
|
23708
23708
|
* @default []
|
|
23709
23709
|
*/
|
|
23710
23710
|
accounting: components["schemas"]["BasePermissionsSchema_Report_Accounting"];
|
|
23711
|
+
/**
|
|
23712
|
+
* @description sales actions
|
|
23713
|
+
* @default []
|
|
23714
|
+
*/
|
|
23715
|
+
sales: components["schemas"]["BasePermissionsSchema_Report_Sales"];
|
|
23711
23716
|
/**
|
|
23712
23717
|
* @description inventory actions
|
|
23713
23718
|
* @default []
|
|
@@ -23890,14 +23895,14 @@ export interface components {
|
|
|
23890
23895
|
};
|
|
23891
23896
|
/**
|
|
23892
23897
|
* BasePermissionsSchema_Report_Inventory_ItemavailabilityreportEnum
|
|
23893
|
-
* @
|
|
23898
|
+
* @enum {string}
|
|
23894
23899
|
*/
|
|
23895
|
-
BasePermissionsSchema_Report_Inventory_ItemavailabilityreportEnum: "view";
|
|
23900
|
+
BasePermissionsSchema_Report_Inventory_ItemavailabilityreportEnum: "export" | "view";
|
|
23896
23901
|
/**
|
|
23897
23902
|
* BasePermissionsSchema_Report_Inventory_ItemmovementreportEnum
|
|
23898
|
-
* @
|
|
23903
|
+
* @enum {string}
|
|
23899
23904
|
*/
|
|
23900
|
-
BasePermissionsSchema_Report_Inventory_ItemmovementreportEnum: "view";
|
|
23905
|
+
BasePermissionsSchema_Report_Inventory_ItemmovementreportEnum: "export" | "view";
|
|
23901
23906
|
/**
|
|
23902
23907
|
* BasePermissionsSchema_Report_Inventory_StockreportEnum
|
|
23903
23908
|
* @constant
|
|
@@ -23917,6 +23922,86 @@ export interface components {
|
|
|
23917
23922
|
* @enum {string}
|
|
23918
23923
|
*/
|
|
23919
23924
|
BasePermissionsSchema_Report_Project_ProjectstatementEnum: "export" | "view";
|
|
23925
|
+
/** BasePermissionsSchema_Report_Sales */
|
|
23926
|
+
BasePermissionsSchema_Report_Sales: {
|
|
23927
|
+
/**
|
|
23928
|
+
* Salesbybrandreport
|
|
23929
|
+
* @description salesbybrandreport actions
|
|
23930
|
+
* @default []
|
|
23931
|
+
*/
|
|
23932
|
+
salesbybrandreport: components["schemas"]["BasePermissionsSchema_Report_Sales_SalesbybrandreportEnum"][];
|
|
23933
|
+
/**
|
|
23934
|
+
* Salesbycategoryreport
|
|
23935
|
+
* @description salesbycategoryreport actions
|
|
23936
|
+
* @default []
|
|
23937
|
+
*/
|
|
23938
|
+
salesbycategoryreport: components["schemas"]["BasePermissionsSchema_Report_Sales_SalesbycategoryreportEnum"][];
|
|
23939
|
+
/**
|
|
23940
|
+
* Salesbycustomerreport
|
|
23941
|
+
* @description salesbycustomerreport actions
|
|
23942
|
+
* @default []
|
|
23943
|
+
*/
|
|
23944
|
+
salesbycustomerreport: components["schemas"]["BasePermissionsSchema_Report_Sales_SalesbycustomerreportEnum"][];
|
|
23945
|
+
/**
|
|
23946
|
+
* Salesbyitemreport
|
|
23947
|
+
* @description salesbyitemreport actions
|
|
23948
|
+
* @default []
|
|
23949
|
+
*/
|
|
23950
|
+
salesbyitemreport: components["schemas"]["BasePermissionsSchema_Report_Sales_SalesbyitemreportEnum"][];
|
|
23951
|
+
/**
|
|
23952
|
+
* Salesbysalespersonreport
|
|
23953
|
+
* @description salesbysalespersonreport actions
|
|
23954
|
+
* @default []
|
|
23955
|
+
*/
|
|
23956
|
+
salesbysalespersonreport: components["schemas"]["BasePermissionsSchema_Report_Sales_SalesbysalespersonreportEnum"][];
|
|
23957
|
+
/**
|
|
23958
|
+
* Salessummaryreport
|
|
23959
|
+
* @description salessummaryreport actions
|
|
23960
|
+
* @default []
|
|
23961
|
+
*/
|
|
23962
|
+
salessummaryreport: components["schemas"]["BasePermissionsSchema_Report_Sales_SalessummaryreportEnum"][];
|
|
23963
|
+
/**
|
|
23964
|
+
* Salestrendreport
|
|
23965
|
+
* @description salestrendreport actions
|
|
23966
|
+
* @default []
|
|
23967
|
+
*/
|
|
23968
|
+
salestrendreport: components["schemas"]["BasePermissionsSchema_Report_Sales_SalestrendreportEnum"][];
|
|
23969
|
+
};
|
|
23970
|
+
/**
|
|
23971
|
+
* BasePermissionsSchema_Report_Sales_SalesbybrandreportEnum
|
|
23972
|
+
* @enum {string}
|
|
23973
|
+
*/
|
|
23974
|
+
BasePermissionsSchema_Report_Sales_SalesbybrandreportEnum: "export" | "view";
|
|
23975
|
+
/**
|
|
23976
|
+
* BasePermissionsSchema_Report_Sales_SalesbycategoryreportEnum
|
|
23977
|
+
* @enum {string}
|
|
23978
|
+
*/
|
|
23979
|
+
BasePermissionsSchema_Report_Sales_SalesbycategoryreportEnum: "export" | "view";
|
|
23980
|
+
/**
|
|
23981
|
+
* BasePermissionsSchema_Report_Sales_SalesbycustomerreportEnum
|
|
23982
|
+
* @enum {string}
|
|
23983
|
+
*/
|
|
23984
|
+
BasePermissionsSchema_Report_Sales_SalesbycustomerreportEnum: "export" | "view";
|
|
23985
|
+
/**
|
|
23986
|
+
* BasePermissionsSchema_Report_Sales_SalesbyitemreportEnum
|
|
23987
|
+
* @enum {string}
|
|
23988
|
+
*/
|
|
23989
|
+
BasePermissionsSchema_Report_Sales_SalesbyitemreportEnum: "export" | "view";
|
|
23990
|
+
/**
|
|
23991
|
+
* BasePermissionsSchema_Report_Sales_SalesbysalespersonreportEnum
|
|
23992
|
+
* @enum {string}
|
|
23993
|
+
*/
|
|
23994
|
+
BasePermissionsSchema_Report_Sales_SalesbysalespersonreportEnum: "export" | "view";
|
|
23995
|
+
/**
|
|
23996
|
+
* BasePermissionsSchema_Report_Sales_SalessummaryreportEnum
|
|
23997
|
+
* @enum {string}
|
|
23998
|
+
*/
|
|
23999
|
+
BasePermissionsSchema_Report_Sales_SalessummaryreportEnum: "export" | "view";
|
|
24000
|
+
/**
|
|
24001
|
+
* BasePermissionsSchema_Report_Sales_SalestrendreportEnum
|
|
24002
|
+
* @enum {string}
|
|
24003
|
+
*/
|
|
24004
|
+
BasePermissionsSchema_Report_Sales_SalestrendreportEnum: "export" | "view";
|
|
23920
24005
|
/** BasePermissionsSchema_Report_Supplier */
|
|
23921
24006
|
BasePermissionsSchema_Report_Supplier: {
|
|
23922
24007
|
/**
|
|
@@ -24010,89 +24095,7 @@ export interface components {
|
|
|
24010
24095
|
* @default []
|
|
24011
24096
|
*/
|
|
24012
24097
|
salesrefundvoucher: components["schemas"]["BasePermissionsSchema_Sales_SalesrefundvoucherEnum"][];
|
|
24013
|
-
/**
|
|
24014
|
-
* Salesbybrandreport
|
|
24015
|
-
* @description salesbybrandreport actions
|
|
24016
|
-
* @default []
|
|
24017
|
-
*/
|
|
24018
|
-
salesbybrandreport: components["schemas"]["BasePermissionsSchema_Sales_SalesbybrandreportEnum"][];
|
|
24019
|
-
/**
|
|
24020
|
-
* Salesbycategoryreport
|
|
24021
|
-
* @description salesbycategoryreport actions
|
|
24022
|
-
* @default []
|
|
24023
|
-
*/
|
|
24024
|
-
salesbycategoryreport: components["schemas"]["BasePermissionsSchema_Sales_SalesbycategoryreportEnum"][];
|
|
24025
|
-
/**
|
|
24026
|
-
* Salesbycustomerreport
|
|
24027
|
-
* @description salesbycustomerreport actions
|
|
24028
|
-
* @default []
|
|
24029
|
-
*/
|
|
24030
|
-
salesbycustomerreport: components["schemas"]["BasePermissionsSchema_Sales_SalesbycustomerreportEnum"][];
|
|
24031
|
-
/**
|
|
24032
|
-
* Salesbyitemreport
|
|
24033
|
-
* @description salesbyitemreport actions
|
|
24034
|
-
* @default []
|
|
24035
|
-
*/
|
|
24036
|
-
salesbyitemreport: components["schemas"]["BasePermissionsSchema_Sales_SalesbyitemreportEnum"][];
|
|
24037
|
-
/**
|
|
24038
|
-
* Salesbysalespersonreport
|
|
24039
|
-
* @description salesbysalespersonreport actions
|
|
24040
|
-
* @default []
|
|
24041
|
-
*/
|
|
24042
|
-
salesbysalespersonreport: components["schemas"]["BasePermissionsSchema_Sales_SalesbysalespersonreportEnum"][];
|
|
24043
|
-
/**
|
|
24044
|
-
* Salesbywarehousereport
|
|
24045
|
-
* @description salesbywarehousereport actions
|
|
24046
|
-
* @default []
|
|
24047
|
-
*/
|
|
24048
|
-
salesbywarehousereport: components["schemas"]["BasePermissionsSchema_Sales_SalesbywarehousereportEnum"][];
|
|
24049
|
-
/**
|
|
24050
|
-
* Cost
|
|
24051
|
-
* @description cost actions
|
|
24052
|
-
* @default []
|
|
24053
|
-
*/
|
|
24054
|
-
cost: components["schemas"]["BasePermissionsSchema_Sales_CostEnum"][];
|
|
24055
|
-
/**
|
|
24056
|
-
* Discount
|
|
24057
|
-
* @description discount actions
|
|
24058
|
-
* @default []
|
|
24059
|
-
*/
|
|
24060
|
-
discount: components["schemas"]["BasePermissionsSchema_Sales_DiscountEnum"][];
|
|
24061
|
-
/**
|
|
24062
|
-
* Price
|
|
24063
|
-
* @description price actions
|
|
24064
|
-
* @default []
|
|
24065
|
-
*/
|
|
24066
|
-
price: components["schemas"]["BasePermissionsSchema_Sales_PriceEnum"][];
|
|
24067
|
-
/**
|
|
24068
|
-
* Profit
|
|
24069
|
-
* @description profit actions
|
|
24070
|
-
* @default []
|
|
24071
|
-
*/
|
|
24072
|
-
profit: components["schemas"]["BasePermissionsSchema_Sales_ProfitEnum"][];
|
|
24073
|
-
/**
|
|
24074
|
-
* Salessummaryreport
|
|
24075
|
-
* @description salessummaryreport actions
|
|
24076
|
-
* @default []
|
|
24077
|
-
*/
|
|
24078
|
-
salessummaryreport: components["schemas"]["BasePermissionsSchema_Sales_SalessummaryreportEnum"][];
|
|
24079
|
-
/**
|
|
24080
|
-
* Salestrendreport
|
|
24081
|
-
* @description salestrendreport actions
|
|
24082
|
-
* @default []
|
|
24083
|
-
*/
|
|
24084
|
-
salestrendreport: components["schemas"]["BasePermissionsSchema_Sales_SalestrendreportEnum"][];
|
|
24085
24098
|
};
|
|
24086
|
-
/**
|
|
24087
|
-
* BasePermissionsSchema_Sales_CostEnum
|
|
24088
|
-
* @constant
|
|
24089
|
-
*/
|
|
24090
|
-
BasePermissionsSchema_Sales_CostEnum: "view";
|
|
24091
|
-
/**
|
|
24092
|
-
* BasePermissionsSchema_Sales_DiscountEnum
|
|
24093
|
-
* @constant
|
|
24094
|
-
*/
|
|
24095
|
-
BasePermissionsSchema_Sales_DiscountEnum: "add";
|
|
24096
24099
|
/**
|
|
24097
24100
|
* BasePermissionsSchema_Sales_DownpaymentEnum
|
|
24098
24101
|
* @enum {string}
|
|
@@ -24103,51 +24106,11 @@ export interface components {
|
|
|
24103
24106
|
* @enum {string}
|
|
24104
24107
|
*/
|
|
24105
24108
|
BasePermissionsSchema_Sales_OfferandpromotionEnum: "add" | "approve" | "cancel" | "change" | "delete" | "resettodraft" | "view";
|
|
24106
|
-
/**
|
|
24107
|
-
* BasePermissionsSchema_Sales_PriceEnum
|
|
24108
|
-
* @constant
|
|
24109
|
-
*/
|
|
24110
|
-
BasePermissionsSchema_Sales_PriceEnum: "change";
|
|
24111
|
-
/**
|
|
24112
|
-
* BasePermissionsSchema_Sales_ProfitEnum
|
|
24113
|
-
* @constant
|
|
24114
|
-
*/
|
|
24115
|
-
BasePermissionsSchema_Sales_ProfitEnum: "view";
|
|
24116
24109
|
/**
|
|
24117
24110
|
* BasePermissionsSchema_Sales_ReceiptvoucherEnum
|
|
24118
24111
|
* @enum {string}
|
|
24119
24112
|
*/
|
|
24120
24113
|
BasePermissionsSchema_Sales_ReceiptvoucherEnum: "add" | "approve" | "cancel" | "change" | "delete" | "export" | "resettodraft" | "send" | "view";
|
|
24121
|
-
/**
|
|
24122
|
-
* BasePermissionsSchema_Sales_SalesbybrandreportEnum
|
|
24123
|
-
* @constant
|
|
24124
|
-
*/
|
|
24125
|
-
BasePermissionsSchema_Sales_SalesbybrandreportEnum: "view";
|
|
24126
|
-
/**
|
|
24127
|
-
* BasePermissionsSchema_Sales_SalesbycategoryreportEnum
|
|
24128
|
-
* @constant
|
|
24129
|
-
*/
|
|
24130
|
-
BasePermissionsSchema_Sales_SalesbycategoryreportEnum: "view";
|
|
24131
|
-
/**
|
|
24132
|
-
* BasePermissionsSchema_Sales_SalesbycustomerreportEnum
|
|
24133
|
-
* @constant
|
|
24134
|
-
*/
|
|
24135
|
-
BasePermissionsSchema_Sales_SalesbycustomerreportEnum: "view";
|
|
24136
|
-
/**
|
|
24137
|
-
* BasePermissionsSchema_Sales_SalesbyitemreportEnum
|
|
24138
|
-
* @constant
|
|
24139
|
-
*/
|
|
24140
|
-
BasePermissionsSchema_Sales_SalesbyitemreportEnum: "view";
|
|
24141
|
-
/**
|
|
24142
|
-
* BasePermissionsSchema_Sales_SalesbysalespersonreportEnum
|
|
24143
|
-
* @constant
|
|
24144
|
-
*/
|
|
24145
|
-
BasePermissionsSchema_Sales_SalesbysalespersonreportEnum: "view";
|
|
24146
|
-
/**
|
|
24147
|
-
* BasePermissionsSchema_Sales_SalesbywarehousereportEnum
|
|
24148
|
-
* @constant
|
|
24149
|
-
*/
|
|
24150
|
-
BasePermissionsSchema_Sales_SalesbywarehousereportEnum: "view";
|
|
24151
24114
|
/**
|
|
24152
24115
|
* BasePermissionsSchema_Sales_SalescreditnoteEnum
|
|
24153
24116
|
* @enum {string}
|
|
@@ -24188,16 +24151,6 @@ export interface components {
|
|
|
24188
24151
|
* @enum {string}
|
|
24189
24152
|
*/
|
|
24190
24153
|
BasePermissionsSchema_Sales_SalesreturnorderEnum: "add" | "approve" | "cancel" | "change" | "delete" | "export" | "resettodraft" | "send" | "view";
|
|
24191
|
-
/**
|
|
24192
|
-
* BasePermissionsSchema_Sales_SalessummaryreportEnum
|
|
24193
|
-
* @constant
|
|
24194
|
-
*/
|
|
24195
|
-
BasePermissionsSchema_Sales_SalessummaryreportEnum: "view";
|
|
24196
|
-
/**
|
|
24197
|
-
* BasePermissionsSchema_Sales_SalestrendreportEnum
|
|
24198
|
-
* @constant
|
|
24199
|
-
*/
|
|
24200
|
-
BasePermissionsSchema_Sales_SalestrendreportEnum: "view";
|
|
24201
24154
|
/** BasePermissionsSchema_Settings */
|
|
24202
24155
|
BasePermissionsSchema_Settings: {
|
|
24203
24156
|
/**
|
|
@@ -55083,7 +55036,7 @@ export interface components {
|
|
|
55083
55036
|
* SalesReportPeriodType
|
|
55084
55037
|
* @enum {string}
|
|
55085
55038
|
*/
|
|
55086
|
-
SalesReportPeriodType: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "
|
|
55039
|
+
SalesReportPeriodType: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
55087
55040
|
/**
|
|
55088
55041
|
* SalesReportSourceType
|
|
55089
55042
|
* @enum {string}
|
|
@@ -97125,7 +97078,7 @@ export interface operations {
|
|
|
97125
97078
|
reports_salesreport_views_get_sales_by_item_report: {
|
|
97126
97079
|
parameters: {
|
|
97127
97080
|
query?: {
|
|
97128
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "
|
|
97081
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97129
97082
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97130
97083
|
startDate?: string | null;
|
|
97131
97084
|
/** @description End date (YYYY-MM-DD) for custom period */
|
|
@@ -97177,7 +97130,7 @@ export interface operations {
|
|
|
97177
97130
|
reports_salesreport_views_get_sales_by_category_report: {
|
|
97178
97131
|
parameters: {
|
|
97179
97132
|
query?: {
|
|
97180
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "
|
|
97133
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97181
97134
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97182
97135
|
startDate?: string | null;
|
|
97183
97136
|
/** @description End date (YYYY-MM-DD) for custom period */
|
|
@@ -97226,7 +97179,7 @@ export interface operations {
|
|
|
97226
97179
|
reports_salesreport_views_get_sales_by_brand_report: {
|
|
97227
97180
|
parameters: {
|
|
97228
97181
|
query?: {
|
|
97229
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "
|
|
97182
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97230
97183
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97231
97184
|
startDate?: string | null;
|
|
97232
97185
|
/** @description End date (YYYY-MM-DD) for custom period */
|
|
@@ -97275,7 +97228,7 @@ export interface operations {
|
|
|
97275
97228
|
reports_salesreport_views_get_sales_by_customer_report: {
|
|
97276
97229
|
parameters: {
|
|
97277
97230
|
query?: {
|
|
97278
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "
|
|
97231
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97279
97232
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97280
97233
|
startDate?: string | null;
|
|
97281
97234
|
/** @description End date (YYYY-MM-DD) for custom period */
|
|
@@ -97323,7 +97276,7 @@ export interface operations {
|
|
|
97323
97276
|
reports_salesreport_views_get_sales_by_salesperson_report: {
|
|
97324
97277
|
parameters: {
|
|
97325
97278
|
query?: {
|
|
97326
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "
|
|
97279
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97327
97280
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97328
97281
|
startDate?: string | null;
|
|
97329
97282
|
/** @description End date (YYYY-MM-DD) for custom period */
|
|
@@ -97369,7 +97322,7 @@ export interface operations {
|
|
|
97369
97322
|
reports_salesreport_views_get_sales_by_warehouse_report: {
|
|
97370
97323
|
parameters: {
|
|
97371
97324
|
query?: {
|
|
97372
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "
|
|
97325
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97373
97326
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97374
97327
|
startDate?: string | null;
|
|
97375
97328
|
/** @description End date (YYYY-MM-DD) for custom period */
|
|
@@ -97417,7 +97370,7 @@ export interface operations {
|
|
|
97417
97370
|
reports_salesreport_views_get_sales_summary_report: {
|
|
97418
97371
|
parameters: {
|
|
97419
97372
|
query?: {
|
|
97420
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "
|
|
97373
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97421
97374
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97422
97375
|
startDate?: string | null;
|
|
97423
97376
|
/** @description End date (YYYY-MM-DD) for custom period */
|
|
@@ -97466,7 +97419,7 @@ export interface operations {
|
|
|
97466
97419
|
query?: {
|
|
97467
97420
|
/** @description Time granularity: daily, weekly, or monthly */
|
|
97468
97421
|
granularity?: "daily" | "weekly" | "monthly";
|
|
97469
|
-
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "
|
|
97422
|
+
periodType?: "today" | "yesterday" | "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
|
|
97470
97423
|
/** @description Start date (YYYY-MM-DD) for custom period */
|
|
97471
97424
|
startDate?: string | null;
|
|
97472
97425
|
/** @description End date (YYYY-MM-DD) for custom period */
|