@nyig/models 0.6.3 → 0.6.4

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/index.d.mts CHANGED
@@ -2375,8 +2375,7 @@ declare enum CourseCategory {
2375
2375
 
2376
2376
  declare enum NYIGSchool {
2377
2377
  MANHATTAN = "Manhattan",
2378
- LITTLENECK = "Little Neck",
2379
- ONLINE = "Online"
2378
+ LITTLENECK = "Little Neck"
2380
2379
  }
2381
2380
 
2382
2381
  declare const zBCourse: z.ZodObject<{
package/index.d.ts CHANGED
@@ -2375,8 +2375,7 @@ declare enum CourseCategory {
2375
2375
 
2376
2376
  declare enum NYIGSchool {
2377
2377
  MANHATTAN = "Manhattan",
2378
- LITTLENECK = "Little Neck",
2379
- ONLINE = "Online"
2378
+ LITTLENECK = "Little Neck"
2380
2379
  }
2381
2380
 
2382
2381
  declare const zBCourse: z.ZodObject<{
package/index.js CHANGED
@@ -443,7 +443,6 @@ var CourseCategory = /* @__PURE__ */ ((CourseCategory2) => {
443
443
  var NYIGSchool = /* @__PURE__ */ ((NYIGSchool2) => {
444
444
  NYIGSchool2["MANHATTAN"] = "Manhattan";
445
445
  NYIGSchool2["LITTLENECK"] = "Little Neck";
446
- NYIGSchool2["ONLINE"] = "Online";
447
446
  return NYIGSchool2;
448
447
  })(NYIGSchool || {});
449
448
 
package/index.mjs CHANGED
@@ -334,7 +334,6 @@ var CourseCategory = /* @__PURE__ */ ((CourseCategory2) => {
334
334
  var NYIGSchool = /* @__PURE__ */ ((NYIGSchool2) => {
335
335
  NYIGSchool2["MANHATTAN"] = "Manhattan";
336
336
  NYIGSchool2["LITTLENECK"] = "Little Neck";
337
- NYIGSchool2["ONLINE"] = "Online";
338
337
  return NYIGSchool2;
339
338
  })(NYIGSchool || {});
340
339
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nyig/models",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "license": "MIT",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",