@erp-galoper/types 1.0.1031 → 1.0.1033
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 +13 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -20943,6 +20943,12 @@ export interface components {
|
|
|
20943
20943
|
* @default []
|
|
20944
20944
|
*/
|
|
20945
20945
|
task: components["schemas"]["BasePermissionsSchema_Task_TaskEnum"][];
|
|
20946
|
+
/**
|
|
20947
|
+
* Archived Task
|
|
20948
|
+
* @description archived_task actions
|
|
20949
|
+
* @default []
|
|
20950
|
+
*/
|
|
20951
|
+
archived_task: components["schemas"]["BasePermissionsSchema_Task_Archived_taskEnum"][];
|
|
20946
20952
|
/**
|
|
20947
20953
|
* Taskactivity
|
|
20948
20954
|
* @description taskactivity actions
|
|
@@ -20950,6 +20956,11 @@ export interface components {
|
|
|
20950
20956
|
*/
|
|
20951
20957
|
taskactivity: components["schemas"]["BasePermissionsSchema_Task_TaskactivityEnum"][];
|
|
20952
20958
|
};
|
|
20959
|
+
/**
|
|
20960
|
+
* BasePermissionsSchema_Task_Archived_taskEnum
|
|
20961
|
+
* @constant
|
|
20962
|
+
*/
|
|
20963
|
+
BasePermissionsSchema_Task_Archived_taskEnum: "view";
|
|
20953
20964
|
/**
|
|
20954
20965
|
* BasePermissionsSchema_Task_CommentEnum
|
|
20955
20966
|
* @enum {string}
|
|
@@ -27315,6 +27326,7 @@ export interface components {
|
|
|
27315
27326
|
accountClassification: number;
|
|
27316
27327
|
/**
|
|
27317
27328
|
* Isresident
|
|
27329
|
+
* @description field should has default true and always disabled
|
|
27318
27330
|
* @default true
|
|
27319
27331
|
*/
|
|
27320
27332
|
isResident: boolean;
|
|
@@ -27376,6 +27388,7 @@ export interface components {
|
|
|
27376
27388
|
email?: string | null;
|
|
27377
27389
|
/**
|
|
27378
27390
|
* Isresident
|
|
27391
|
+
* @description field should has default true and always disabled
|
|
27379
27392
|
* @default true
|
|
27380
27393
|
*/
|
|
27381
27394
|
isResident: boolean;
|