@erp-galoper/types 1.0.328 → 1.0.330
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 +5 -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 fc703087-2753-4f54-8d74-d479a713cd57
|
|
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;
|
|
@@ -60734,6 +60732,8 @@ export interface operations {
|
|
|
60734
60732
|
pageSize?: number;
|
|
60735
60733
|
/** @description Account classification type (customer/supplier) this is required field but should be from frontend side not input from the user. */
|
|
60736
60734
|
type: "customer" | "supplier";
|
|
60735
|
+
/** @description Search by account classification name */
|
|
60736
|
+
search?: string | null;
|
|
60737
60737
|
};
|
|
60738
60738
|
header?: never;
|
|
60739
60739
|
path?: never;
|