@erp-galoper/types 1.0.1195 → 1.0.1197
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 +0 -5
- 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 */
|