@erp-galoper/types 1.0.335 → 1.0.337
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 -9
- 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 635cc100-00be-4991-a27b-b2096fad2128
|
|
26724
26724
|
*/
|
|
26725
26725
|
id: string;
|
|
26726
26726
|
/**
|
|
@@ -57264,10 +57264,8 @@ export interface operations {
|
|
|
57264
57264
|
erp_settings_salesetting_city_views_list_cities: {
|
|
57265
57265
|
parameters: {
|
|
57266
57266
|
query?: {
|
|
57267
|
-
/** @description
|
|
57268
|
-
|
|
57269
|
-
/** @description Page size */
|
|
57270
|
-
pageSize?: number;
|
|
57267
|
+
/** @description Search by city name */
|
|
57268
|
+
search?: string | null;
|
|
57271
57269
|
};
|
|
57272
57270
|
header?: never;
|
|
57273
57271
|
path?: never;
|
|
@@ -57543,10 +57541,8 @@ export interface operations {
|
|
|
57543
57541
|
erp_settings_salesetting_zone_views_list_zones: {
|
|
57544
57542
|
parameters: {
|
|
57545
57543
|
query?: {
|
|
57546
|
-
/** @description
|
|
57547
|
-
|
|
57548
|
-
/** @description Page size */
|
|
57549
|
-
pageSize?: number;
|
|
57544
|
+
/** @description Search by zone name */
|
|
57545
|
+
search?: string | null;
|
|
57550
57546
|
};
|
|
57551
57547
|
header?: never;
|
|
57552
57548
|
path?: never;
|