@erp-galoper/types 1.0.1251 → 1.0.1252

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 +6 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -53586,6 +53586,8 @@ export interface components {
53586
53586
  attachments: string[] | null;
53587
53587
  /** Candelete */
53588
53588
  canDelete: boolean;
53589
+ /** Remaining */
53590
+ remaining: string | null;
53589
53591
  };
53590
53592
  /** ExpenseCategoryResponseSchema */
53591
53593
  ExpenseCategoryResponseSchema: {
@@ -96843,7 +96845,10 @@ export interface operations {
96843
96845
  };
96844
96846
  erp_settings_expenses_settings_views_get_category_expense: {
96845
96847
  parameters: {
96846
- query?: never;
96848
+ query?: {
96849
+ /** @description used to get category remaining within specified date */
96850
+ date?: string;
96851
+ };
96847
96852
  header?: never;
96848
96853
  path: {
96849
96854
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1251",
3
+ "version": "1.0.1252",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],