@erp-galoper/types 1.0.334 → 1.0.335
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 +15 -29
- 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 1c6274ea-7e8f-4dea-9403-1656fc6b2745
|
|
26724
26724
|
*/
|
|
26725
26725
|
id: string;
|
|
26726
26726
|
/**
|
|
@@ -49399,10 +49399,6 @@ export interface operations {
|
|
|
49399
49399
|
query?: {
|
|
49400
49400
|
/** @description id of category */
|
|
49401
49401
|
id?: number | null;
|
|
49402
|
-
/** @description Page number */
|
|
49403
|
-
page?: number;
|
|
49404
|
-
/** @description Page size */
|
|
49405
|
-
pageSize?: number;
|
|
49406
49402
|
};
|
|
49407
49403
|
header?: never;
|
|
49408
49404
|
path?: never;
|
|
@@ -49454,6 +49450,8 @@ export interface operations {
|
|
|
49454
49450
|
type?: "default" | "item" | "category";
|
|
49455
49451
|
/** @description required when type = category and you are editing category */
|
|
49456
49452
|
id?: number;
|
|
49453
|
+
/** @description Search by category name */
|
|
49454
|
+
search?: string | null;
|
|
49457
49455
|
};
|
|
49458
49456
|
header?: never;
|
|
49459
49457
|
path?: never;
|
|
@@ -50486,10 +50484,8 @@ export interface operations {
|
|
|
50486
50484
|
inventory_item_variation_views_list_variations: {
|
|
50487
50485
|
parameters: {
|
|
50488
50486
|
query?: {
|
|
50489
|
-
/** @description
|
|
50490
|
-
|
|
50491
|
-
/** @description Page size */
|
|
50492
|
-
pageSize?: number;
|
|
50487
|
+
/** @description Search by variation attribute */
|
|
50488
|
+
search?: string | null;
|
|
50493
50489
|
};
|
|
50494
50490
|
header?: never;
|
|
50495
50491
|
path?: never;
|
|
@@ -51122,10 +51118,8 @@ export interface operations {
|
|
|
51122
51118
|
inventory_item_unit_of_measure_views_list_unit_of_measures: {
|
|
51123
51119
|
parameters: {
|
|
51124
51120
|
query?: {
|
|
51125
|
-
/** @description
|
|
51126
|
-
|
|
51127
|
-
/** @description Page size */
|
|
51128
|
-
pageSize?: number;
|
|
51121
|
+
/** @description Search by unit of measure name */
|
|
51122
|
+
search?: string | null;
|
|
51129
51123
|
};
|
|
51130
51124
|
header?: never;
|
|
51131
51125
|
path?: never;
|
|
@@ -51401,10 +51395,8 @@ export interface operations {
|
|
|
51401
51395
|
inventory_item_tag_views_list_tags: {
|
|
51402
51396
|
parameters: {
|
|
51403
51397
|
query?: {
|
|
51404
|
-
/** @description
|
|
51405
|
-
|
|
51406
|
-
/** @description Page size */
|
|
51407
|
-
pageSize?: number;
|
|
51398
|
+
/** @description Search by tag name */
|
|
51399
|
+
search?: string | null;
|
|
51408
51400
|
};
|
|
51409
51401
|
header?: never;
|
|
51410
51402
|
path?: never;
|
|
@@ -51680,10 +51672,8 @@ export interface operations {
|
|
|
51680
51672
|
inventory_item_specefication_views_list_specifications: {
|
|
51681
51673
|
parameters: {
|
|
51682
51674
|
query?: {
|
|
51683
|
-
/** @description
|
|
51684
|
-
|
|
51685
|
-
/** @description Page size */
|
|
51686
|
-
pageSize?: number;
|
|
51675
|
+
/** @description Search by specification description */
|
|
51676
|
+
search?: string | null;
|
|
51687
51677
|
};
|
|
51688
51678
|
header?: never;
|
|
51689
51679
|
path?: never;
|
|
@@ -51959,10 +51949,8 @@ export interface operations {
|
|
|
51959
51949
|
inventory_item_brand_views_list_brands: {
|
|
51960
51950
|
parameters: {
|
|
51961
51951
|
query?: {
|
|
51962
|
-
/** @description
|
|
51963
|
-
|
|
51964
|
-
/** @description Page size */
|
|
51965
|
-
pageSize?: number;
|
|
51952
|
+
/** @description Search by brand name */
|
|
51953
|
+
search?: string | null;
|
|
51966
51954
|
};
|
|
51967
51955
|
header?: never;
|
|
51968
51956
|
path?: never;
|
|
@@ -52524,10 +52512,8 @@ export interface operations {
|
|
|
52524
52512
|
inventory_item_family_views_list_families: {
|
|
52525
52513
|
parameters: {
|
|
52526
52514
|
query?: {
|
|
52527
|
-
/** @description
|
|
52528
|
-
|
|
52529
|
-
/** @description Page size */
|
|
52530
|
-
pageSize?: number;
|
|
52515
|
+
/** @description Search by family name */
|
|
52516
|
+
search?: string | null;
|
|
52531
52517
|
};
|
|
52532
52518
|
header?: never;
|
|
52533
52519
|
path?: never;
|