@erp-galoper/types 1.0.376 → 1.0.378

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 +2 -4
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26607,7 +26607,7 @@ export interface components {
26607
26607
  /**
26608
26608
  * Id
26609
26609
  * Format: uuid
26610
- * @example 8b73c763-d375-48df-92dc-69001cf83e33
26610
+ * @example 9e203342-81e1-44fc-a63f-190b4309d3eb
26611
26611
  */
26612
26612
  id: string;
26613
26613
  /**
@@ -47728,9 +47728,7 @@ export interface operations {
47728
47728
  };
47729
47729
  accounting_chartofaccount_views_get_account: {
47730
47730
  parameters: {
47731
- query: {
47732
- branchId: number;
47733
- };
47731
+ query?: never;
47734
47732
  header?: never;
47735
47733
  path: {
47736
47734
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.376",
3
+ "version": "1.0.378",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],