@royalschedule/maps 4.0.33 → 4.0.35

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.
@@ -10,7 +10,7 @@ import { Map } from "./v1/index.js";
10
10
  import { Types as Types$1 } from "./v2/types/index.js";
11
11
  import { Map as Map$1 } from "./v2/index.js";
12
12
  import "../index.js";
13
- import * as moment0 from "moment";
13
+ import * as moment193 from "moment";
14
14
 
15
15
  //#region src/Excel/index.d.ts
16
16
  declare class ExcelMap {
@@ -201,8 +201,8 @@ declare class ExcelMap {
201
201
  createdAt?: string | undefined;
202
202
  updatedAt?: string | undefined;
203
203
  lastModifiedBy?: string | undefined;
204
- start?: (moment0.Moment | string) | undefined;
205
- end?: (moment0.Moment | string) | undefined;
204
+ start?: (moment193.Moment | string) | undefined;
205
+ end?: (moment193.Moment | string) | undefined;
206
206
  potentialCenter?: string | undefined;
207
207
  type?: string | undefined;
208
208
  tags?: Tag[] | undefined;
@@ -278,9 +278,11 @@ declare class ExcelMap {
278
278
  createdAt?: string | undefined;
279
279
  updatedAt?: string | undefined;
280
280
  lastModifiedBy?: string | undefined;
281
+ color?: string | null | undefined;
281
282
  schoolType: string;
282
283
  subjectCode?: string | undefined;
283
284
  subjectName: string;
285
+ icon?: string | null | undefined;
284
286
  subjectDesignation?: string | undefined;
285
287
  courseCode?: string | undefined;
286
288
  courseName?: string | undefined;
@@ -7,7 +7,7 @@ import { PlannedScheduledDuration } from "../../core/interfaces/vertices/propert
7
7
  import { MinBreakLength } from "../../core/interfaces/vertices/properties/min-break-length.js";
8
8
  import { Types } from "./types/index.js";
9
9
  import "../../index.js";
10
- import * as moment199 from "moment";
10
+ import * as moment201 from "moment";
11
11
 
12
12
  //#region src/Excel/v1/index.d.ts
13
13
  declare class Map {
@@ -201,8 +201,8 @@ declare class Map {
201
201
  lastModifiedBy?: string | undefined;
202
202
  course?: string | undefined;
203
203
  period?: string | undefined;
204
- start?: (moment199.Moment | string) | undefined;
205
- end?: (moment199.Moment | string) | undefined;
204
+ start?: (moment201.Moment | string) | undefined;
205
+ end?: (moment201.Moment | string) | undefined;
206
206
  belongsTo?: string | undefined;
207
207
  potentialCenter?: string | undefined;
208
208
  type?: string | undefined;
@@ -7,7 +7,7 @@ import { PlannedScheduledDuration } from "../../core/interfaces/vertices/propert
7
7
  import { MinBreakLength } from "../../core/interfaces/vertices/properties/min-break-length.js";
8
8
  import { Types } from "./types/index.js";
9
9
  import "../../index.js";
10
- import * as moment201 from "moment";
10
+ import * as moment199 from "moment";
11
11
 
12
12
  //#region src/Excel/v2/index.d.ts
13
13
  declare class Map {
@@ -198,8 +198,8 @@ declare class Map {
198
198
  createdAt?: string | undefined;
199
199
  updatedAt?: string | undefined;
200
200
  lastModifiedBy?: string | undefined;
201
- start?: (moment201.Moment | string) | undefined;
202
- end?: (moment201.Moment | string) | undefined;
201
+ start?: (moment199.Moment | string) | undefined;
202
+ end?: (moment199.Moment | string) | undefined;
203
203
  potentialCenter?: string | undefined;
204
204
  type?: string | undefined;
205
205
  tags?: Tag[] | undefined;
@@ -275,9 +275,11 @@ declare class Map {
275
275
  createdAt?: string | undefined;
276
276
  updatedAt?: string | undefined;
277
277
  lastModifiedBy?: string | undefined;
278
+ color?: string | null | undefined;
278
279
  schoolType: string;
279
280
  subjectCode?: string | undefined;
280
281
  subjectName: string;
282
+ icon?: string | null | undefined;
281
283
  subjectDesignation?: string | undefined;
282
284
  courseCode?: string | undefined;
283
285
  courseName?: string | undefined;