@erp-galoper/types 1.0.328 → 1.0.329
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 +3 -5
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26720,7 +26720,7 @@ export interface components {
|
|
|
26720
26720
|
/**
|
|
26721
26721
|
* Id
|
|
26722
26722
|
* Format: uuid
|
|
26723
|
-
* @example
|
|
26723
|
+
* @example a378f65c-741b-4724-88e4-c322c1f04a10
|
|
26724
26724
|
*/
|
|
26725
26725
|
id: string;
|
|
26726
26726
|
/**
|
|
@@ -60264,10 +60264,8 @@ export interface operations {
|
|
|
60264
60264
|
erp_settings_accountingsetting_tax_views_list_taxes: {
|
|
60265
60265
|
parameters: {
|
|
60266
60266
|
query?: {
|
|
60267
|
-
/** @description
|
|
60268
|
-
|
|
60269
|
-
/** @description Page size */
|
|
60270
|
-
pageSize?: number;
|
|
60267
|
+
/** @description Search by tax name */
|
|
60268
|
+
search?: string | null;
|
|
60271
60269
|
};
|
|
60272
60270
|
header?: never;
|
|
60273
60271
|
path?: never;
|