@erp-galoper/types 1.0.1195 → 1.0.1196

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 -5
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -51144,11 +51144,6 @@ export interface components {
51144
51144
  * If 'parent_task' is provided, the 'subtasks: List["CreateUpdateTask"]' field must be null or an empty list, as subtasks cannot have subtasks (max depth of 1).
51145
51145
  */
51146
51146
  parentTaskID?: string | null;
51147
- /**
51148
- * Branchid
51149
- * @description Required for creation (POST), must be omitted for update (PUT)
51150
- */
51151
- branchId?: number | null;
51152
51147
  /** Name */
51153
51148
  name?: string | null;
51154
51149
  /** Description */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1195",
3
+ "version": "1.0.1196",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],