@erp-galoper/types 1.0.376 → 1.0.377
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 +2 -4
- 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
|
|
26610
|
+
* @example 662712bf-2599-421e-b7b2-355fd4846fc1
|
|
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;
|