zdu-student-api 1.1.4 → 1.1.5

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,4 +1,4 @@
1
- import { AudienceRoom, Blocks } from './types';
1
+ import { AudienceRoom, Blocks } from './types.js';
2
2
  /**
3
3
  * Клас розкладу
4
4
  * @category Audience
@@ -1,2 +1,2 @@
1
- export * from "./sesId";
2
- export * from "./types";
1
+ export * from "./sesId.js";
2
+ export * from "./types.js";
@@ -1,2 +1,2 @@
1
- export * from "./sesId";
2
- export * from "./types";
1
+ export * from "./sesId.js";
2
+ export * from "./types.js";
@@ -1,4 +1,4 @@
1
- import { SessionData } from "./types";
1
+ import { SessionData } from "./types.js";
2
2
  /**
3
3
  * Отримати sesID та sessGUID користувача
4
4
  * @category Cabinet
@@ -1,4 +1,4 @@
1
- import { Faculty } from './types';
1
+ import { Faculty } from './types.js';
2
2
  /**
3
3
  * Список факультетів університету.
4
4
  * @category Schedule
package/dist/examples.js CHANGED
@@ -1,5 +1,5 @@
1
- import { Audience } from "./audience";
2
- import { getSesId } from "./cabinet/index";
1
+ import { Audience } from "./audience.js";
2
+ import { getSesId } from "./cabinet/index.js";
3
3
  // const schedule = new Schedule();
4
4
  // schedule.group = '23Бд-СОінф123'
5
5
  // schedule.type = 'group'
package/dist/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
- export * from "./schedule";
2
- export * from "./types";
3
- export * from "./constants";
4
- export * from "./utility/groups";
5
- export * from "./utility/rooms";
6
- export * from "./utility/teachers";
7
- export * from "./audience";
8
- export * from "./utility/types-audience";
9
- export * from "./utility/dops";
10
- export * from "./cabinet/index";
1
+ export * from "./schedule.js";
2
+ export * from "./types.js";
3
+ export * from "./constants.js";
4
+ export * from "./utility/groups.js";
5
+ export * from "./utility/rooms.js";
6
+ export * from "./utility/teachers.js";
7
+ export * from "./audience.js";
8
+ export * from "./utility/types-audience.js";
9
+ export * from "./utility/dops.js";
10
+ export * from "./cabinet/index.js";
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
- export * from "./schedule";
2
- export * from "./types";
3
- export * from "./constants";
4
- export * from "./utility/groups";
5
- export * from "./utility/rooms";
6
- export * from "./utility/teachers";
7
- export * from "./audience";
8
- export * from "./utility/types-audience";
9
- export * from "./utility/dops";
10
- export * from "./cabinet/index";
1
+ export * from "./schedule.js";
2
+ export * from "./types.js";
3
+ export * from "./constants.js";
4
+ export * from "./utility/groups.js";
5
+ export * from "./utility/rooms.js";
6
+ export * from "./utility/teachers.js";
7
+ export * from "./audience.js";
8
+ export * from "./utility/types-audience.js";
9
+ export * from "./utility/dops.js";
10
+ export * from "./cabinet/index.js";
@@ -1,4 +1,4 @@
1
- import { BaseLesson, DetailedLesson, Faculty, ScheduleTypes } from './types';
1
+ import { BaseLesson, DetailedLesson, Faculty, ScheduleTypes } from './types.js';
2
2
  /**
3
3
  * Клас розкладу
4
4
  * @category Schedule
package/dist/schedule.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import iconv from 'iconv-lite';
2
2
  import fetch from 'cross-fetch';
3
- import { faculties } from './constants';
3
+ import { faculties } from './constants.js';
4
4
  /**
5
5
  * Клас розкладу
6
6
  * @category Schedule
@@ -1,4 +1,4 @@
1
- import { Dop } from "../types";
1
+ import { Dop } from "../types.js";
2
2
  /**
3
3
  * Повертає список доп. обладнання аудиторій
4
4
  * @category Utility
@@ -1,4 +1,4 @@
1
- import { Group } from "../types";
1
+ import { Group } from "../types.js";
2
2
  /**
3
3
  * Повертає список груп
4
4
  * @category Utility
@@ -1,4 +1,4 @@
1
- import { Room } from "../types";
1
+ import { Room } from "../types.js";
2
2
  /**
3
3
  * Повертає список аудиторій
4
4
  * @category Utility
@@ -1,4 +1,4 @@
1
- import { Teacher } from "../types";
1
+ import { Teacher } from "../types.js";
2
2
  /**
3
3
  * Повертає список викладачів
4
4
  * @category Utility
@@ -1,4 +1,4 @@
1
- import { TypeAudience } from "../types";
1
+ import { TypeAudience } from "../types.js";
2
2
  /**
3
3
  * Повертає список типів аудиторій
4
4
  * @category Utility
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zdu-student-api",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "API client for ZDU student services",
5
5
  "author": "Nicita3 <ni596157@gmail.com> (https://github.com/Nicita-3)",
6
6
  "main": "dist/index.js",