@neutron.co.id/operasional-modules 1.12.32 → 1.12.33
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.
|
@@ -44,8 +44,8 @@ export const SubmissionCollectionStaffView = ResourceUtil.createCollection({
|
|
|
44
44
|
"department",
|
|
45
45
|
"type",
|
|
46
46
|
// 'specifications',
|
|
47
|
-
"title",
|
|
48
47
|
"deadline",
|
|
48
|
+
"title",
|
|
49
49
|
"raisedAt",
|
|
50
50
|
"branches",
|
|
51
51
|
"submissionStaffs",
|
|
@@ -122,8 +122,8 @@ export const SubmissionCollectionFollowUpView = ResourceUtil.createCollection({
|
|
|
122
122
|
"department",
|
|
123
123
|
"type",
|
|
124
124
|
// 'specifications',
|
|
125
|
-
"title",
|
|
126
125
|
"deadline",
|
|
126
|
+
"title",
|
|
127
127
|
"updatedAt",
|
|
128
128
|
"branches",
|
|
129
129
|
"submissionStaffs",
|
|
@@ -203,8 +203,8 @@ export const SubmissionCollectionAuditView = ResourceUtil.createCollection({
|
|
|
203
203
|
"department",
|
|
204
204
|
"type",
|
|
205
205
|
// 'specifications',
|
|
206
|
-
"title",
|
|
207
206
|
"deadline",
|
|
207
|
+
"title",
|
|
208
208
|
"raisedAt",
|
|
209
209
|
"branches",
|
|
210
210
|
"submissionStaffs",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-modules",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.33",
|
|
4
4
|
"description": "Modules of Neutron Operasional.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"contributors": [
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"build":
|
|
88
|
+
"build": 131
|
|
89
89
|
}
|