@neutron.co.id/pendidikan-operation 1.19.1 → 1.19.2-beta.1

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/build/index.cjs CHANGED
@@ -3051,6 +3051,12 @@ async function _getOneStudent(stream, userId) {
3051
3051
  stage: { id: 1, name: 1 },
3052
3052
  levels: { id: 1, name: 1 },
3053
3053
  branches: { id: 1, name: 1 },
3054
+ user: {
3055
+ roles: {
3056
+ name: 1,
3057
+ handle: 1
3058
+ }
3059
+ },
3054
3060
  seniorSchools: { id: 1, name: 1 },
3055
3061
  classGroups: {
3056
3062
  id: 1,
@@ -3094,6 +3100,12 @@ async function _getOneTeacher(stream, userId) {
3094
3100
  stageIds: 1,
3095
3101
  subjectIds: 1,
3096
3102
  subjectBranchIds: 1,
3103
+ user: {
3104
+ roles: {
3105
+ name: 1,
3106
+ handle: 1
3107
+ }
3108
+ },
3097
3109
  branch: { id: 1, name: 1 },
3098
3110
  branches: {
3099
3111
  id: 1,
@@ -3137,6 +3149,12 @@ async function _getOneStaff(stream, userId) {
3137
3149
  image: 1,
3138
3150
  branchId: 1,
3139
3151
  branchIds: 1,
3152
+ user: {
3153
+ roles: {
3154
+ name: 1,
3155
+ handle: 1
3156
+ }
3157
+ },
3140
3158
  branch: { id: 1, name: 1 },
3141
3159
  branches: {
3142
3160
  id: 1,
package/build/index.mjs CHANGED
@@ -3035,6 +3035,12 @@ async function _getOneStudent(stream, userId) {
3035
3035
  stage: { id: 1, name: 1 },
3036
3036
  levels: { id: 1, name: 1 },
3037
3037
  branches: { id: 1, name: 1 },
3038
+ user: {
3039
+ roles: {
3040
+ name: 1,
3041
+ handle: 1
3042
+ }
3043
+ },
3038
3044
  seniorSchools: { id: 1, name: 1 },
3039
3045
  classGroups: {
3040
3046
  id: 1,
@@ -3078,6 +3084,12 @@ async function _getOneTeacher(stream, userId) {
3078
3084
  stageIds: 1,
3079
3085
  subjectIds: 1,
3080
3086
  subjectBranchIds: 1,
3087
+ user: {
3088
+ roles: {
3089
+ name: 1,
3090
+ handle: 1
3091
+ }
3092
+ },
3081
3093
  branch: { id: 1, name: 1 },
3082
3094
  branches: {
3083
3095
  id: 1,
@@ -3121,6 +3133,12 @@ async function _getOneStaff(stream, userId) {
3121
3133
  image: 1,
3122
3134
  branchId: 1,
3123
3135
  branchIds: 1,
3136
+ user: {
3137
+ roles: {
3138
+ name: 1,
3139
+ handle: 1
3140
+ }
3141
+ },
3124
3142
  branch: { id: 1, name: 1 },
3125
3143
  branches: {
3126
3144
  id: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutron.co.id/pendidikan-operation",
3
- "version": "1.19.1",
3
+ "version": "1.19.2-beta.1",
4
4
  "description": "Operation package of Neutron Pendidikan.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "contributors": [
@@ -38,12 +38,12 @@
38
38
  "@neon.id/types": "^1.61.0",
39
39
  "@neon.id/utils": "^1.27.0",
40
40
  "@neon.id/z": "^1.10.0",
41
- "@neutron.co.id/akademik-models": "^1.11.1-beta.1",
42
- "@neutron.co.id/jadwal-models": "^1.13.0",
43
- "@neutron.co.id/pendidikan-types": "^1.17.0-beta.1",
44
- "@neutron.co.id/penilaian-models": "^1.13.0",
41
+ "@neutron.co.id/akademik-models": "^1.11.2",
42
+ "@neutron.co.id/jadwal-models": "^1.13.1",
43
+ "@neutron.co.id/pendidikan-types": "^1.17.1",
44
+ "@neutron.co.id/penilaian-models": "^1.13.1",
45
45
  "@neutron.co.id/personalia-models": "^1.10.2",
46
- "@neutron.co.id/tanya-models": "^1.8.0"
46
+ "@neutron.co.id/tanya-models": "^1.8.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@neon.id/cli": "0.13.0",
@@ -69,15 +69,15 @@
69
69
  "@neon.id/types": "^1.61.0",
70
70
  "@neon.id/utils": "^1.27.0",
71
71
  "@neon.id/z": "^1.10.0",
72
- "@neutron.co.id/akademik-models": "^1.11.1-beta.1",
73
- "@neutron.co.id/jadwal-models": "^1.13.0",
74
- "@neutron.co.id/pendidikan-types": "^1.17.0-beta.1",
75
- "@neutron.co.id/penilaian-models": "^1.13.0",
72
+ "@neutron.co.id/akademik-models": "^1.11.2",
73
+ "@neutron.co.id/jadwal-models": "^1.13.1",
74
+ "@neutron.co.id/pendidikan-types": "^1.17.1",
75
+ "@neutron.co.id/penilaian-models": "^1.13.1",
76
76
  "@neutron.co.id/personalia-models": "^1.10.2",
77
- "@neutron.co.id/tanya-models": "^1.8.0"
77
+ "@neutron.co.id/tanya-models": "^1.8.1"
78
78
  },
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "build": 71
82
+ "build": 72
83
83
  }