@likewatt/models 1.65.0 → 1.65.1

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.
@@ -5,7 +5,7 @@ export declare class InfoBanner {
5
5
  severity: BannerSeverity;
6
6
  message: string;
7
7
  }
8
- export declare const InfoBarSchema: import("mongoose").Schema<InfoBanner, import("mongoose").Model<InfoBanner, any, any, any, Document<unknown, any, InfoBanner, any, {}> & InfoBanner & {
8
+ export declare const InfoBannerSchema: import("mongoose").Schema<InfoBanner, import("mongoose").Model<InfoBanner, any, any, any, Document<unknown, any, InfoBanner, any, {}> & InfoBanner & {
9
9
  _id: import("mongoose").Types.ObjectId;
10
10
  } & {
11
11
  __v: number;
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.InfoBarSchema = exports.InfoBanner = void 0;
12
+ exports.InfoBannerSchema = exports.InfoBanner = void 0;
13
13
  const mongoose_1 = require("@nestjs/mongoose");
14
14
  const swagger_1 = require("@nestjs/swagger");
15
15
  const BannerSeverity_1 = require("./enums/BannerSeverity");
@@ -29,4 +29,4 @@ __decorate([
29
29
  exports.InfoBanner = InfoBanner = __decorate([
30
30
  (0, mongoose_1.Schema)({ timestamps: true })
31
31
  ], InfoBanner);
32
- exports.InfoBarSchema = mongoose_1.SchemaFactory.createForClass(InfoBanner);
32
+ exports.InfoBannerSchema = mongoose_1.SchemaFactory.createForClass(InfoBanner);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models",
3
- "version": "1.65.0",
3
+ "version": "1.65.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {