@erp-galoper/types 1.0.337 → 1.0.339
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 +11 -21
- 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 15d6ff78-ec88-47b0-aca2-ec660ddbd103
|
|
26724
26724
|
*/
|
|
26725
26725
|
id: string;
|
|
26726
26726
|
/**
|
|
@@ -48784,10 +48784,8 @@ export interface operations {
|
|
|
48784
48784
|
parameters: {
|
|
48785
48785
|
query: {
|
|
48786
48786
|
branchId: string;
|
|
48787
|
-
/** @description
|
|
48788
|
-
|
|
48789
|
-
/** @description Page size */
|
|
48790
|
-
pageSize?: number;
|
|
48787
|
+
/** @description Search by facility name */
|
|
48788
|
+
search?: string | null;
|
|
48791
48789
|
};
|
|
48792
48790
|
header?: never;
|
|
48793
48791
|
path?: never;
|
|
@@ -52896,10 +52894,8 @@ export interface operations {
|
|
|
52896
52894
|
common_region_views_list_regions: {
|
|
52897
52895
|
parameters: {
|
|
52898
52896
|
query?: {
|
|
52899
|
-
/** @description
|
|
52900
|
-
|
|
52901
|
-
/** @description Page size */
|
|
52902
|
-
pageSize?: number;
|
|
52897
|
+
/** @description Search by region */
|
|
52898
|
+
search?: string | null;
|
|
52903
52899
|
};
|
|
52904
52900
|
header?: never;
|
|
52905
52901
|
path?: never;
|
|
@@ -56548,10 +56544,8 @@ export interface operations {
|
|
|
56548
56544
|
common_currency_views_list_currencies: {
|
|
56549
56545
|
parameters: {
|
|
56550
56546
|
query?: {
|
|
56551
|
-
/** @description
|
|
56552
|
-
|
|
56553
|
-
/** @description Page size */
|
|
56554
|
-
pageSize?: number;
|
|
56547
|
+
/** @description Search by currency name */
|
|
56548
|
+
search?: string | null;
|
|
56555
56549
|
};
|
|
56556
56550
|
header?: never;
|
|
56557
56551
|
path?: never;
|
|
@@ -58115,10 +58109,8 @@ export interface operations {
|
|
|
58115
58109
|
common_reason_views_list_reasons: {
|
|
58116
58110
|
parameters: {
|
|
58117
58111
|
query?: {
|
|
58118
|
-
/** @description
|
|
58119
|
-
|
|
58120
|
-
/** @description Page size */
|
|
58121
|
-
pageSize?: number;
|
|
58112
|
+
/** @description Search by reason title */
|
|
58113
|
+
search?: string | null;
|
|
58122
58114
|
};
|
|
58123
58115
|
header?: never;
|
|
58124
58116
|
path?: never;
|
|
@@ -73842,10 +73834,8 @@ export interface operations {
|
|
|
73842
73834
|
common_contact_segmentation_views_list_contact_segmentation: {
|
|
73843
73835
|
parameters: {
|
|
73844
73836
|
query?: {
|
|
73845
|
-
/** @description
|
|
73846
|
-
|
|
73847
|
-
/** @description Page size */
|
|
73848
|
-
pageSize?: number;
|
|
73837
|
+
/** @description Search by contact segmentation name */
|
|
73838
|
+
search?: string | null;
|
|
73849
73839
|
};
|
|
73850
73840
|
header?: never;
|
|
73851
73841
|
path?: never;
|