@uniorganization/uni-lib 2.0.33 → 2.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.
@@ -7,6 +7,7 @@ function setUpSwagger(app, config) {
7
7
  .setTitle((config === null || config === void 0 ? void 0 : config.title) || 'UNI')
8
8
  .setDescription((config === null || config === void 0 ? void 0 : config.description) || 'UNI API')
9
9
  .setVersion((config === null || config === void 0 ? void 0 : config.version) || '1.0.0')
10
+ .addBearerAuth()
10
11
  .build();
11
12
  const document = swagger_1.SwaggerModule.createDocument(app, options);
12
13
  swagger_1.SwaggerModule.setup((config === null || config === void 0 ? void 0 : config.apiPath) || 'api', app, document);
@@ -156,6 +156,7 @@ __decorate([
156
156
  cascade: true,
157
157
  onDelete: 'CASCADE',
158
158
  }),
159
+ (0, typeorm_1.JoinColumn)({ name: 'feedback_id' }),
159
160
  __metadata("design:type", feedback_entity_1.Feedback)
160
161
  ], Evaluations.prototype, "feedback", void 0);
161
162
  exports.Evaluations = Evaluations = __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniorganization/uni-lib",
3
- "version": "2.0.33",
3
+ "version": "2.0.35",
4
4
  "description": "UNI Library",
5
5
  "author": "Jhomiguel",
6
6
  "main": "dist/index.js",