@erp-galoper/types 1.0.1566 → 1.0.1568
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 +2 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -97674,7 +97674,7 @@ export interface operations {
|
|
|
97674
97674
|
tags?: number[] | null;
|
|
97675
97675
|
/** @description List of category IDs */
|
|
97676
97676
|
categories?: number[] | null;
|
|
97677
|
-
/** @description List of item IDs */
|
|
97677
|
+
/** @description List of item IDs, exclude role equals template */
|
|
97678
97678
|
items?: number[] | null;
|
|
97679
97679
|
/** @description List of package IDs */
|
|
97680
97680
|
packages?: string[] | null;
|
|
@@ -97740,7 +97740,7 @@ export interface operations {
|
|
|
97740
97740
|
tags?: number[] | null;
|
|
97741
97741
|
/** @description List of category IDs */
|
|
97742
97742
|
categories?: number[] | null;
|
|
97743
|
-
/** @description List of item IDs */
|
|
97743
|
+
/** @description List of item IDs, exclude role equals template */
|
|
97744
97744
|
items?: number[] | null;
|
|
97745
97745
|
/** @description List of package IDs */
|
|
97746
97746
|
packages?: string[] | null;
|