@tudopz/model 2.27.91 → 2.27.92

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tudopz/model",
3
- "version": "2.27.91",
3
+ "version": "2.27.92",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -0,0 +1,8 @@
1
+ export declare class ServiceRate {
2
+ id: number;
3
+ service: number;
4
+ groupHourlyRate: number;
5
+ individualHourlyRate: string;
6
+ createdAt: Date;
7
+ updatedAt: Date;
8
+ }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ServiceRate = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const typeorm_1 = require("typeorm");
6
+ let ServiceRate = class ServiceRate {
7
+ };
8
+ tslib_1.__decorate([
9
+ (0, typeorm_1.PrimaryGeneratedColumn)(),
10
+ tslib_1.__metadata("design:type", Number)
11
+ ], ServiceRate.prototype, "id", void 0);
12
+ tslib_1.__decorate([
13
+ (0, typeorm_1.Column)({ type: 'int' }),
14
+ tslib_1.__metadata("design:type", Number)
15
+ ], ServiceRate.prototype, "service", void 0);
16
+ tslib_1.__decorate([
17
+ (0, typeorm_1.Column)({ type: 'decimal', precision: 10, scale: 2 }),
18
+ tslib_1.__metadata("design:type", Number)
19
+ ], ServiceRate.prototype, "groupHourlyRate", void 0);
20
+ tslib_1.__decorate([
21
+ (0, typeorm_1.Column)({ type: 'decimal', precision: 10, scale: 2 }),
22
+ tslib_1.__metadata("design:type", String)
23
+ ], ServiceRate.prototype, "individualHourlyRate", void 0);
24
+ tslib_1.__decorate([
25
+ (0, typeorm_1.CreateDateColumn)(),
26
+ tslib_1.__metadata("design:type", Date)
27
+ ], ServiceRate.prototype, "createdAt", void 0);
28
+ tslib_1.__decorate([
29
+ (0, typeorm_1.UpdateDateColumn)(),
30
+ tslib_1.__metadata("design:type", Date)
31
+ ], ServiceRate.prototype, "updatedAt", void 0);
32
+ ServiceRate = tslib_1.__decorate([
33
+ (0, typeorm_1.Entity)({ name: 'service_rates' })
34
+ ], ServiceRate);
35
+ exports.ServiceRate = ServiceRate;
36
+ //# sourceMappingURL=service-rate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service-rate.js","sourceRoot":"","sources":["../../../../../libs/model/src/model/service-rate.ts"],"names":[],"mappings":";;;;AAAA,qCAMiB;AAGV,IAAM,WAAW,GAAjB,MAAM,WAAW;CAkBvB,CAAA;AAjBC;IAAC,IAAA,gCAAsB,GAAE;;uCACd;AAEX;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;4CACR;AAEhB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;;oDAC7B;AAExB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;;yDACxB;AAE7B;IAAC,IAAA,0BAAgB,GAAE;sCACR,IAAI;8CAAC;AAEhB;IAAC,IAAA,0BAAgB,GAAE;sCACR,IAAI;8CAAC;AAjBL,WAAW;IADvB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;GACrB,WAAW,CAkBvB;AAlBY,kCAAW"}
package/src/models.d.ts CHANGED
@@ -43,6 +43,7 @@ export * from './model/sale';
43
43
  export * from './model/school';
44
44
  export * from './model/service-course-session';
45
45
  export * from './model/service-course';
46
+ export * from './model/service-rate';
46
47
  export * from './model/staff-availability';
47
48
  export * from './model/staff-hour';
48
49
  export * from './model/staff-subject-tag';
package/src/models.js CHANGED
@@ -46,6 +46,7 @@ tslib_1.__exportStar(require("./model/sale"), exports);
46
46
  tslib_1.__exportStar(require("./model/school"), exports);
47
47
  tslib_1.__exportStar(require("./model/service-course-session"), exports);
48
48
  tslib_1.__exportStar(require("./model/service-course"), exports);
49
+ tslib_1.__exportStar(require("./model/service-rate"), exports);
49
50
  tslib_1.__exportStar(require("./model/staff-availability"), exports);
50
51
  tslib_1.__exportStar(require("./model/staff-hour"), exports);
51
52
  tslib_1.__exportStar(require("./model/staff-subject-tag"), exports);
package/src/models.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../../libs/model/src/models.ts"],"names":[],"mappings":";;;AAAA,+DAAqC;AACrC,4DAAkC;AAClC,gEAAsC;AACtC,qEAA2C;AAC3C,2DAAiC;AACjC,6DAAmC;AACnC,6DAAmC;AACnC,mEAAyC;AACzC,wEAA8C;AAC9C,kEAAwC;AACxC,4DAAkC;AAClC,mEAAyC;AACzC,4DAAkC;AAClC,qEAA2C;AAC3C,gEAAsC;AACtC,wDAA8B;AAC9B,2EAAiD;AACjD,8DAAoC;AACpC,gEAAsC;AACtC,uDAA6B;AAC7B,4EAAkD;AAClD,gEAAsC;AACtC,8DAAoC;AACpC,sDAA4B;AAC5B,2DAAiC;AACjC,qEAA2C;AAC3C,0DAAgC;AAChC,gEAAsC;AACtC,qEAA2C;AAC3C,0DAAgC;AAChC,kEAAwC;AACxC,kEAAwC;AACxC,4DAAkC;AAClC,8DAAoC;AACpC,6DAAmC;AACnC,uDAA6B;AAC7B,8DAAoC;AACpC,0DAAgC;AAChC,0DAAgC;AAChC,2DAAiC;AACjC,6DAAmC;AACnC,uDAA6B;AAC7B,yDAA+B;AAC/B,yEAA+C;AAC/C,iEAAuC;AACvC,qEAA2C;AAC3C,6DAAmC;AACnC,oEAA0C;AAC1C,iEAAuC;AACvC,iEAAuC;AACvC,qEAA2C;AAC3C,gEAAsC;AACtC,+DAAqC;AACrC,8EAAoD;AACpD,+DAAqC;AACrC,2EAAiD;AACjD,iFAAuD;AACvD,6EAAmD;AACnD,kEAAwC;AACxC,6EAAmD;AACnD,iEAAuC;AACvC,+DAAqC;AACrC,gEAAsC;AACtC,gEAAsC;AACtC,8DAAoC;AACpC,6DAAmC;AACnC,+DAAqC;AACrC,uDAA6B;AAC7B,2DAAiC;AACjC,wEAA8C;AAC9C,kEAAwC;AACxC,mEAAyC;AACzC,uDAA6B;AAC7B,6DAAmC;AACnC,4DAAkC"}
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../../libs/model/src/models.ts"],"names":[],"mappings":";;;AAAA,+DAAqC;AACrC,4DAAkC;AAClC,gEAAsC;AACtC,qEAA2C;AAC3C,2DAAiC;AACjC,6DAAmC;AACnC,6DAAmC;AACnC,mEAAyC;AACzC,wEAA8C;AAC9C,kEAAwC;AACxC,4DAAkC;AAClC,mEAAyC;AACzC,4DAAkC;AAClC,qEAA2C;AAC3C,gEAAsC;AACtC,wDAA8B;AAC9B,2EAAiD;AACjD,8DAAoC;AACpC,gEAAsC;AACtC,uDAA6B;AAC7B,4EAAkD;AAClD,gEAAsC;AACtC,8DAAoC;AACpC,sDAA4B;AAC5B,2DAAiC;AACjC,qEAA2C;AAC3C,0DAAgC;AAChC,gEAAsC;AACtC,qEAA2C;AAC3C,0DAAgC;AAChC,kEAAwC;AACxC,kEAAwC;AACxC,4DAAkC;AAClC,8DAAoC;AACpC,6DAAmC;AACnC,uDAA6B;AAC7B,8DAAoC;AACpC,0DAAgC;AAChC,0DAAgC;AAChC,2DAAiC;AACjC,6DAAmC;AACnC,uDAA6B;AAC7B,yDAA+B;AAC/B,yEAA+C;AAC/C,iEAAuC;AACvC,+DAAqC;AACrC,qEAA2C;AAC3C,6DAAmC;AACnC,oEAA0C;AAC1C,iEAAuC;AACvC,iEAAuC;AACvC,qEAA2C;AAC3C,gEAAsC;AACtC,+DAAqC;AACrC,8EAAoD;AACpD,+DAAqC;AACrC,2EAAiD;AACjD,iFAAuD;AACvD,6EAAmD;AACnD,kEAAwC;AACxC,6EAAmD;AACnD,iEAAuC;AACvC,+DAAqC;AACrC,gEAAsC;AACtC,gEAAsC;AACtC,8DAAoC;AACpC,6DAAmC;AACnC,+DAAqC;AACrC,uDAA6B;AAC7B,2DAAiC;AACjC,wEAA8C;AAC9C,kEAAwC;AACxC,mEAAyC;AACzC,uDAA6B;AAC7B,6DAAmC;AACnC,4DAAkC"}