@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 +1 -2
- package/index.d.ts +1 -2
- package/index.js +0 -1
- package/index.mjs +0 -1
- package/package.json +1 -1
package/index.d.mts
CHANGED
package/index.d.ts
CHANGED
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
|
|