@neutron.co.id/operasional-interfaces 1.0.2-beta.5 → 1.0.2-beta.6
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const TaskModel: import("@neon.id/model").Model<"neu:personalia:task", "branches" | "status" | "taskName" | "
|
|
1
|
+
export declare const TaskModel: import("@neon.id/model").Model<"neu:personalia:task", "branches" | "status" | "taskName" | "employeeNameTrimmed" | "giveAssignments" | "doingAssignments" | "supervisingAssignments" | "helpAssignments" | "priority" | "estimatedStartDate" | "estimatedEndDate" | "estimatedHourDoingAssignment" | "estimatedHourCommunicationAssignment" | "estimatedHourCognitiveAssignment" | "estimatedHourCreativeAssignment" | "internalServiceDescription" | "externalServiceDescription" | "estimatedHourByDay" | "estimatedRealizedAssignmentStart" | "estimatedRealizedAssignmentEnd" | "resultAssignment">;
|
|
2
2
|
export type TTaskModel = typeof TaskModel;
|
|
@@ -4625,6 +4625,8 @@ export type Task = {
|
|
|
4625
4625
|
doingAssignmentIds?: Maybe<Array<Scalars['ObjectId']>>;
|
|
4626
4626
|
/** Yang mengerjakan Tugas ini. */
|
|
4627
4627
|
doingAssignments?: Maybe<Array<Staff>>;
|
|
4628
|
+
/** Employee name virtual formatted to string */
|
|
4629
|
+
employeeNameTrimmed?: Maybe<Scalars['String']>;
|
|
4628
4630
|
/** Tanggal tugas selesai. */
|
|
4629
4631
|
estimatedEndDate?: Maybe<Scalars['Date']>;
|
|
4630
4632
|
/** Estimated jam perhari (jam) */
|
|
@@ -4753,6 +4755,8 @@ export type TaskInput = {
|
|
|
4753
4755
|
display?: InputMaybe<Scalars['String']>;
|
|
4754
4756
|
/** Relation IDs of Mengerjakan. */
|
|
4755
4757
|
doingAssignmentIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
4758
|
+
/** Employee name virtual formatted to string */
|
|
4759
|
+
employeeNameTrimmed?: InputMaybe<Scalars['String']>;
|
|
4756
4760
|
/** Tanggal tugas selesai. */
|
|
4757
4761
|
estimatedEndDate?: InputMaybe<Scalars['Date']>;
|
|
4758
4762
|
/** Estimated jam perhari (jam) */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.0.2-beta.
|
|
3
|
+
"version": "1.0.2-beta.6",
|
|
4
4
|
"description": "Interface library of Neutron.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@neon.id/interfaces": "0.153.0",
|
|
60
60
|
"@neon.id/office": "0.22.0",
|
|
61
61
|
"@neon.id/utils": "0.38.0",
|
|
62
|
-
"@neutron.co.id/personalia-models": "1.2.0-beta.
|
|
62
|
+
"@neutron.co.id/personalia-models": "1.2.0-beta.5",
|
|
63
63
|
"@nuxt/kit": "3.2.3",
|
|
64
64
|
"vue": "3.2.47"
|
|
65
65
|
},
|
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
"@neon.id/interfaces": "^0.153.0",
|
|
125
125
|
"@neon.id/office": "^0.22.0",
|
|
126
126
|
"@neon.id/utils": "^0.38.0",
|
|
127
|
-
"@neutron.co.id/personalia-models": "^1.2.0-beta.
|
|
127
|
+
"@neutron.co.id/personalia-models": "^1.2.0-beta.5",
|
|
128
128
|
"@nuxt/kit": "^3.2.3",
|
|
129
129
|
"vue": "^3.2.47"
|
|
130
130
|
},
|
|
131
131
|
"publishConfig": {
|
|
132
132
|
"access": "public"
|
|
133
133
|
},
|
|
134
|
-
"build":
|
|
134
|
+
"build": 55
|
|
135
135
|
}
|