@erp-galoper/types 1.0.1708 → 1.0.1709

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.
Files changed (2) hide show
  1. package/openapi.ts +0 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -3129,7 +3129,6 @@ export interface paths {
3129
3129
  * -200 :
3130
3130
  * - success
3131
3131
  * -400:
3132
- * - invalidMethodType
3133
3132
  * - categoryDoesNotExist
3134
3133
  * -403:
3135
3134
  * - permissionDenied
@@ -3175,7 +3174,6 @@ export interface paths {
3175
3174
  * - 400:
3176
3175
  * - nameConflict
3177
3176
  * - maxLevelIsFiveForCreation
3178
- * - can'tCreateCategoryUnderParentCategoryAssignedToItem
3179
3177
  * - parentIdRequired
3180
3178
  * - imagePathDoesNotExist
3181
3179
  * - 403:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1708",
3
+ "version": "1.0.1709",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],