oca-shared-model 1.0.40 → 1.0.41

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.
@@ -1,5 +1,5 @@
1
- import { BaseEntity } from "typeorm";
2
- export declare class ShareLog extends BaseEntity {
1
+ import { DefaultColumn } from "../../../helper/default-column";
2
+ export declare class ShareLog extends DefaultColumn {
3
3
  id?: number;
4
4
  ip?: string;
5
5
  url?: string;
@@ -11,7 +11,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ShareLog = void 0;
13
13
  const typeorm_1 = require("typeorm");
14
- let ShareLog = class ShareLog extends typeorm_1.BaseEntity {
14
+ const default_column_1 = require("../../../helper/default-column");
15
+ let ShareLog = class ShareLog extends default_column_1.DefaultColumn {
15
16
  };
16
17
  exports.ShareLog = ShareLog;
17
18
  __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oca-shared-model",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "onboard shared model",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {