@erp-galoper/types 1.0.239 → 1.0.241

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 +35 -35
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -20385,7 +20385,7 @@ export interface components {
20385
20385
  * DateFiltration
20386
20386
  * @enum {string}
20387
20387
  */
20388
- DateFiltration: "thisFiscalYear" | "lastFiscalYear" | "lastMonth" | "thisMonth" | "thisQuarter" | "lastQuarter";
20388
+ DateFiltration: "thisFiscalYear" | "lastFiscalYear" | "lastMonth" | "thisMonth" | "thisQuarter" | "lastQuarter" | "all" | "today";
20389
20389
  /** UpdateUserSetting */
20390
20390
  UpdateUserSetting: {
20391
20391
  /** User */
@@ -22460,7 +22460,7 @@ export interface components {
22460
22460
  * PeriodType
22461
22461
  * @enum {string}
22462
22462
  */
22463
- PeriodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
22463
+ PeriodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
22464
22464
  /** ListJournalVouchers */
22465
22465
  ListJournalVouchers: {
22466
22466
  info: components["schemas"]["PageInfoSchema"];
@@ -22881,7 +22881,7 @@ export interface components {
22881
22881
  /** Name */
22882
22882
  name: string;
22883
22883
  /** Id */
22884
- id: number;
22884
+ id: number | string;
22885
22885
  /** Accountnumber */
22886
22886
  accountNumber: string;
22887
22887
  currency: components["schemas"]["CurrencySummaryInfo"];
@@ -26583,7 +26583,7 @@ export interface components {
26583
26583
  /**
26584
26584
  * Id
26585
26585
  * Format: uuid
26586
- * @example 66962cc3-e6f5-4b50-8630-84504a1b0841
26586
+ * @example 4a0233a7-cb79-443b-b338-813a3703a8c3
26587
26587
  */
26588
26588
  id: string;
26589
26589
  /**
@@ -47131,7 +47131,7 @@ export interface operations {
47131
47131
  /** @description Page size */
47132
47132
  pageSize?: number;
47133
47133
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
47134
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
47134
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
47135
47135
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
47136
47136
  startDate?: string | null;
47137
47137
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -52786,7 +52786,7 @@ export interface operations {
52786
52786
  currenciesIds: number[];
52787
52787
  branchesIds: number[];
52788
52788
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
52789
- periodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
52789
+ periodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
52790
52790
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
52791
52791
  startDate?: string | null;
52792
52792
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -52842,7 +52842,7 @@ export interface operations {
52842
52842
  currenciesIds: number[];
52843
52843
  branchesIds: number[];
52844
52844
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
52845
- periodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
52845
+ periodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
52846
52846
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
52847
52847
  startDate?: string | null;
52848
52848
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -55219,7 +55219,7 @@ export interface operations {
55219
55219
  currenciesIds: number[];
55220
55220
  branchesIds: number[];
55221
55221
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
55222
- periodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
55222
+ periodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
55223
55223
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
55224
55224
  startDate?: string | null;
55225
55225
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -55266,7 +55266,7 @@ export interface operations {
55266
55266
  currenciesIds: number[];
55267
55267
  branchesIds: number[];
55268
55268
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
55269
- periodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
55269
+ periodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
55270
55270
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
55271
55271
  startDate?: string | null;
55272
55272
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -55322,7 +55322,7 @@ export interface operations {
55322
55322
  currenciesIds: number[];
55323
55323
  branchesIds: number[];
55324
55324
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
55325
- periodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
55325
+ periodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
55326
55326
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
55327
55327
  startDate?: string | null;
55328
55328
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -55867,7 +55867,7 @@ export interface operations {
55867
55867
  currenciesIds: number[];
55868
55868
  branchesIds: number[];
55869
55869
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
55870
- periodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
55870
+ periodType: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
55871
55871
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
55872
55872
  startDate?: string | null;
55873
55873
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -62792,7 +62792,7 @@ export interface operations {
62792
62792
  /** @description Page size */
62793
62793
  pageSize?: number;
62794
62794
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
62795
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
62795
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
62796
62796
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
62797
62797
  startDate?: string | null;
62798
62798
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -63515,7 +63515,7 @@ export interface operations {
63515
63515
  /** @description Page size */
63516
63516
  pageSize?: number;
63517
63517
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
63518
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
63518
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
63519
63519
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
63520
63520
  startDate?: string | null;
63521
63521
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -64099,7 +64099,7 @@ export interface operations {
64099
64099
  query: {
64100
64100
  branchId: number;
64101
64101
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
64102
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
64102
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
64103
64103
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
64104
64104
  startDate?: string | null;
64105
64105
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -64522,7 +64522,7 @@ export interface operations {
64522
64522
  /** @description Branch ID to filter by */
64523
64523
  branchId: number;
64524
64524
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
64525
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
64525
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
64526
64526
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
64527
64527
  startDate?: string | null;
64528
64528
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -65143,7 +65143,7 @@ export interface operations {
65143
65143
  /** @description Branch ID to filter by */
65144
65144
  branchId: number;
65145
65145
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
65146
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
65146
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
65147
65147
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
65148
65148
  startDate?: string | null;
65149
65149
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -65889,7 +65889,7 @@ export interface operations {
65889
65889
  /** @description Branch ID to filter by */
65890
65890
  branchId: number;
65891
65891
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
65892
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
65892
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
65893
65893
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
65894
65894
  startDate?: string | null;
65895
65895
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -66557,7 +66557,7 @@ export interface operations {
66557
66557
  /** @description Page size */
66558
66558
  pageSize?: number;
66559
66559
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
66560
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
66560
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
66561
66561
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
66562
66562
  startDate?: string | null;
66563
66563
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -67265,7 +67265,7 @@ export interface operations {
67265
67265
  query: {
67266
67266
  branchId: number;
67267
67267
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
67268
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
67268
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
67269
67269
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
67270
67270
  startDate?: string | null;
67271
67271
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -67804,7 +67804,7 @@ export interface operations {
67804
67804
  /** @description Branch ID to filter by */
67805
67805
  branchId: number;
67806
67806
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
67807
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
67807
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
67808
67808
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
67809
67809
  startDate?: string | null;
67810
67810
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -68440,7 +68440,7 @@ export interface operations {
68440
68440
  search?: string | null;
68441
68441
  branchId: number;
68442
68442
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
68443
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
68443
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
68444
68444
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
68445
68445
  startDate?: string | null;
68446
68446
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -70075,7 +70075,7 @@ export interface operations {
70075
70075
  parameters: {
70076
70076
  query: {
70077
70077
  /** @description by default periodType is set to date filtration in user settings, Period type: thisMonth, thisYear, lastMonth, custom, ... */
70078
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
70078
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
70079
70079
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
70080
70080
  startDate?: string | null;
70081
70081
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -70592,7 +70592,7 @@ export interface operations {
70592
70592
  query: {
70593
70593
  branchId: number;
70594
70594
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
70595
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
70595
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
70596
70596
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
70597
70597
  startDate?: string | null;
70598
70598
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -72970,7 +72970,7 @@ export interface operations {
72970
72970
  /** @description Search by reference number, customer name, item name, barcode, SKU code, serial number, date, validity date */
72971
72971
  search?: string | null;
72972
72972
  /** @description Period type */
72973
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
72973
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
72974
72974
  /** @description Start date for custom range (YYYY-MM-DD) */
72975
72975
  startDate?: string | null;
72976
72976
  /** @description End date for custom range (YYYY-MM-DD) */
@@ -73820,7 +73820,7 @@ export interface operations {
73820
73820
  query: {
73821
73821
  branchId: number;
73822
73822
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
73823
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
73823
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
73824
73824
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
73825
73825
  startDate?: string | null;
73826
73826
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -74725,7 +74725,7 @@ export interface operations {
74725
74725
  parameters: {
74726
74726
  query?: {
74727
74727
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
74728
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
74728
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
74729
74729
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
74730
74730
  startDate?: string | null;
74731
74731
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -75304,7 +75304,7 @@ export interface operations {
75304
75304
  /** @description Search by reference number, customer name, item name, barcode, SKU code, serial number, date, delivery date */
75305
75305
  search?: string | null;
75306
75306
  /** @description Period type */
75307
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
75307
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
75308
75308
  /** @description Start date for custom range (YYYY-MM-DD) */
75309
75309
  startDate?: string | null;
75310
75310
  /** @description End date for custom range (YYYY-MM-DD) */
@@ -75771,7 +75771,7 @@ export interface operations {
75771
75771
  parameters: {
75772
75772
  query?: {
75773
75773
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
75774
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
75774
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
75775
75775
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
75776
75776
  startDate?: string | null;
75777
75777
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -76344,7 +76344,7 @@ export interface operations {
76344
76344
  parameters: {
76345
76345
  query?: {
76346
76346
  /** @description by default periodType is set to date filtration in user settings, Period type: thisMonth, thisYear, lastMonth, custom, ... */
76347
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
76347
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
76348
76348
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
76349
76349
  startDate?: string | null;
76350
76350
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -76923,7 +76923,7 @@ export interface operations {
76923
76923
  /** @description Search by customer name, customer number, item name, barcode, SKU code, serial number, date, delivery date */
76924
76924
  search?: string | null;
76925
76925
  /** @description by default periodType is set to date filtration in user settings, Period type: thisMonth, thisYear, lastMonth, custom, ... */
76926
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
76926
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
76927
76927
  /** @description Start date for custom range (YYYY-MM-DD) */
76928
76928
  startDate?: string | null;
76929
76929
  /** @description End date for custom range (YYYY-MM-DD) */
@@ -78499,7 +78499,7 @@ export interface operations {
78499
78499
  parameters: {
78500
78500
  query?: {
78501
78501
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ..., If periodType is empty, it will be automatically determined based on the user's default date filtration */
78502
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
78502
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
78503
78503
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
78504
78504
  startDate?: string | null;
78505
78505
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -79027,7 +79027,7 @@ export interface operations {
79027
79027
  /** @description Search by reference number, customer name, customer account number ,item name, barcode, SKU code, serial number, date, delivery date */
79028
79028
  search?: string | null;
79029
79029
  /** @description by default periodType is set to date filtration in user settings, Period type: thisMonth, thisYear, lastMonth, custom, ... */
79030
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
79030
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
79031
79031
  /** @description Start date for custom range (YYYY-MM-DD) */
79032
79032
  startDate?: string | null;
79033
79033
  /** @description End date for custom range (YYYY-MM-DD) */
@@ -79606,7 +79606,7 @@ export interface operations {
79606
79606
  parameters: {
79607
79607
  query?: {
79608
79608
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ..., if no value is provided, the default date filtration for user will be used */
79609
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
79609
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
79610
79610
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
79611
79611
  startDate?: string | null;
79612
79612
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -80137,7 +80137,7 @@ export interface operations {
80137
80137
  parameters: {
80138
80138
  query?: {
80139
80139
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ...,default should be date filtration in user settings */
80140
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
80140
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
80141
80141
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
80142
80142
  startDate?: string | null;
80143
80143
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
@@ -80536,7 +80536,7 @@ export interface operations {
80536
80536
  parameters: {
80537
80537
  query?: {
80538
80538
  /** @description Period type: thisMonth, thisYear, lastMonth, custom, ... */
80539
- periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
80539
+ periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
80540
80540
  /** @description Start date for custom range (YYYY-MM-DD), this required if the period type is custom */
80541
80541
  startDate?: string | null;
80542
80542
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.239",
3
+ "version": "1.0.241",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],