@neutron.co.id/pendidikan-operation 1.22.0 → 1.23.0

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.d.cts CHANGED
@@ -43,7 +43,6 @@ type GetStudentIdAction = typeof getStudentId;
43
43
  interface PresenceSessionStudentInput {
44
44
  sessionId: string;
45
45
  studentId: string;
46
- teacherId: string;
47
46
  }
48
47
  interface PresenceSessionStudentOutput {
49
48
  code: number;
package/build/index.d.mts CHANGED
@@ -43,7 +43,6 @@ type GetStudentIdAction = typeof getStudentId;
43
43
  interface PresenceSessionStudentInput {
44
44
  sessionId: string;
45
45
  studentId: string;
46
- teacherId: string;
47
46
  }
48
47
  interface PresenceSessionStudentOutput {
49
48
  code: number;
package/build/index.d.ts CHANGED
@@ -43,7 +43,6 @@ type GetStudentIdAction = typeof getStudentId;
43
43
  interface PresenceSessionStudentInput {
44
44
  sessionId: string;
45
45
  studentId: string;
46
- teacherId: string;
47
46
  }
48
47
  interface PresenceSessionStudentOutput {
49
48
  code: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutron.co.id/pendidikan-operation",
3
- "version": "1.22.0",
3
+ "version": "1.23.0",
4
4
  "description": "Operation package of Neutron Pendidikan.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "contributors": [
@@ -39,7 +39,7 @@
39
39
  "@neon.id/utils": "^1.37.0",
40
40
  "@neon.id/z": "^1.11.0",
41
41
  "@neutron.co.id/akademik-models": "^1.17.1",
42
- "@neutron.co.id/jadwal-models": "^1.13.6",
42
+ "@neutron.co.id/jadwal-models": "^1.14.0",
43
43
  "@neutron.co.id/pendidikan-types": "^1.19.1",
44
44
  "@neutron.co.id/penilaian-models": "^1.15.0",
45
45
  "@neutron.co.id/personalia-models": "^1.11.6",
@@ -70,7 +70,7 @@
70
70
  "@neon.id/utils": "^1.37.0",
71
71
  "@neon.id/z": "^1.11.0",
72
72
  "@neutron.co.id/akademik-models": "^1.17.1",
73
- "@neutron.co.id/jadwal-models": "^1.13.6",
73
+ "@neutron.co.id/jadwal-models": "^1.14.0",
74
74
  "@neutron.co.id/pendidikan-types": "^1.19.1",
75
75
  "@neutron.co.id/penilaian-models": "^1.15.0",
76
76
  "@neutron.co.id/personalia-models": "^1.11.6",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "build": 79
82
+ "build": 80
83
83
  }