@spytecgps/nova-orm 1.2.35 → 1.2.37
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/dist/entities/billing.js +1 -0
- package/dist/entities/billing.js.map +1 -1
- package/dist/entities/billingCustomerAmazon.js +1 -2
- package/dist/entities/billingCustomerAmazon.js.map +1 -1
- package/dist/entities/billingKlarnaCustomer.js +2 -1
- package/dist/entities/billingKlarnaCustomer.js.map +1 -1
- package/dist/entities/billingKlarnaOrder.js +2 -1
- package/dist/entities/billingKlarnaOrder.js.map +1 -1
- package/dist/entities/billingSubscriptionAmazon.js +1 -7
- package/dist/entities/billingSubscriptionAmazon.js.map +1 -1
- package/dist/entities/billingSubscriptionBraintree.js +1 -0
- package/dist/entities/billingSubscriptionBraintree.js.map +1 -1
- package/dist/entities/clientType.js +2 -1
- package/dist/entities/clientType.js.map +1 -1
- package/dist/entities/device.js +1 -0
- package/dist/entities/device.js.map +1 -1
- package/dist/entities/deviceReplacement.js +1 -0
- package/dist/entities/deviceReplacement.js.map +1 -1
- package/dist/entities/index.d.ts +1 -3
- package/dist/entities/index.js +1 -3
- package/dist/entities/index.js.map +1 -1
- package/dist/entities/magento2Plan.js +3 -1
- package/dist/entities/magento2Plan.js.map +1 -1
- package/dist/entities/region.d.ts +10 -0
- package/dist/entities/region.js +70 -0
- package/dist/entities/region.js.map +1 -0
- package/dist/entities/userActivationDevice.js +1 -0
- package/dist/entities/userActivationDevice.js.map +1 -1
- package/dist/entities/userSecurityRole.js +1 -0
- package/dist/entities/userSecurityRole.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/entities/latestPositionMigration.d.ts +0 -20
- package/dist/entities/latestPositionMigration.js +0 -97
- package/dist/entities/latestPositionMigration.js.map +0 -1
- package/dist/entities/latestPositionMigrationBatch.d.ts +0 -3
- package/dist/entities/latestPositionMigrationBatch.js +0 -22
- package/dist/entities/latestPositionMigrationBatch.js.map +0 -1
- package/dist/entities/positionMigration.d.ts +0 -20
- package/dist/entities/positionMigration.js +0 -97
- package/dist/entities/positionMigration.js.map +0 -1
- package/dist/entities/positionMigrationBatch.d.ts +0 -3
- package/dist/entities/positionMigrationBatch.js +0 -22
- package/dist/entities/positionMigrationBatch.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
/// <reference types="node" />
|
|
3
|
-
export declare class LatestPositionMigration {
|
|
4
|
-
imei: string;
|
|
5
|
-
positionId: number;
|
|
6
|
-
lat: number | null;
|
|
7
|
-
lon: number | null;
|
|
8
|
-
actualDate: Date;
|
|
9
|
-
speed: number | null;
|
|
10
|
-
odometer: number | null;
|
|
11
|
-
createdAt: Date | null;
|
|
12
|
-
messageId: Buffer;
|
|
13
|
-
batteryPercentage: number | null;
|
|
14
|
-
clientId: number | null;
|
|
15
|
-
address: string | null;
|
|
16
|
-
sendTime: Date | null;
|
|
17
|
-
gpsUtcTime: Date | null;
|
|
18
|
-
externalBatteryPercentage: number | null;
|
|
19
|
-
externalPowerVoltage: number | null;
|
|
20
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
-
};
|
|
10
|
-
import { Column, Entity, PrimaryColumn } from 'typeorm';
|
|
11
|
-
let LatestPositionMigration = class LatestPositionMigration {
|
|
12
|
-
imei;
|
|
13
|
-
positionId;
|
|
14
|
-
lat;
|
|
15
|
-
lon;
|
|
16
|
-
actualDate;
|
|
17
|
-
speed;
|
|
18
|
-
odometer;
|
|
19
|
-
createdAt;
|
|
20
|
-
messageId;
|
|
21
|
-
batteryPercentage;
|
|
22
|
-
clientId;
|
|
23
|
-
address;
|
|
24
|
-
sendTime;
|
|
25
|
-
gpsUtcTime;
|
|
26
|
-
externalBatteryPercentage;
|
|
27
|
-
externalPowerVoltage;
|
|
28
|
-
};
|
|
29
|
-
__decorate([
|
|
30
|
-
PrimaryColumn('varchar', { name: 'imei', length: 15 }),
|
|
31
|
-
__metadata("design:type", String)
|
|
32
|
-
], LatestPositionMigration.prototype, "imei", void 0);
|
|
33
|
-
__decorate([
|
|
34
|
-
Column({ type: 'bigint', name: 'positionId' }),
|
|
35
|
-
__metadata("design:type", Number)
|
|
36
|
-
], LatestPositionMigration.prototype, "positionId", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
Column('decimal', { name: 'lat', nullable: true, precision: 8, scale: 6 }),
|
|
39
|
-
__metadata("design:type", Number)
|
|
40
|
-
], LatestPositionMigration.prototype, "lat", void 0);
|
|
41
|
-
__decorate([
|
|
42
|
-
Column('decimal', { name: 'lon', nullable: true, precision: 9, scale: 6 }),
|
|
43
|
-
__metadata("design:type", Number)
|
|
44
|
-
], LatestPositionMigration.prototype, "lon", void 0);
|
|
45
|
-
__decorate([
|
|
46
|
-
Column('datetime', { name: 'actualDate', precision: 3 }),
|
|
47
|
-
__metadata("design:type", Date)
|
|
48
|
-
], LatestPositionMigration.prototype, "actualDate", void 0);
|
|
49
|
-
__decorate([
|
|
50
|
-
Column('float', { name: 'speed', nullable: true }),
|
|
51
|
-
__metadata("design:type", Number)
|
|
52
|
-
], LatestPositionMigration.prototype, "speed", void 0);
|
|
53
|
-
__decorate([
|
|
54
|
-
Column('double', { name: 'odometer', nullable: true }),
|
|
55
|
-
__metadata("design:type", Number)
|
|
56
|
-
], LatestPositionMigration.prototype, "odometer", void 0);
|
|
57
|
-
__decorate([
|
|
58
|
-
Column('datetime', { name: 'createdAt', precision: 3 }),
|
|
59
|
-
__metadata("design:type", Date)
|
|
60
|
-
], LatestPositionMigration.prototype, "createdAt", void 0);
|
|
61
|
-
__decorate([
|
|
62
|
-
Column('binary', { name: 'messageId', length: 16 }),
|
|
63
|
-
__metadata("design:type", Buffer)
|
|
64
|
-
], LatestPositionMigration.prototype, "messageId", void 0);
|
|
65
|
-
__decorate([
|
|
66
|
-
Column('smallint', { name: 'batteryPercentage', nullable: true }),
|
|
67
|
-
__metadata("design:type", Number)
|
|
68
|
-
], LatestPositionMigration.prototype, "batteryPercentage", void 0);
|
|
69
|
-
__decorate([
|
|
70
|
-
Column('int', { name: 'clientId', nullable: true }),
|
|
71
|
-
__metadata("design:type", Number)
|
|
72
|
-
], LatestPositionMigration.prototype, "clientId", void 0);
|
|
73
|
-
__decorate([
|
|
74
|
-
Column('varchar', { name: 'address', nullable: true, length: 255 }),
|
|
75
|
-
__metadata("design:type", String)
|
|
76
|
-
], LatestPositionMigration.prototype, "address", void 0);
|
|
77
|
-
__decorate([
|
|
78
|
-
Column('datetime', { name: 'sendTime', nullable: true, precision: 3 }),
|
|
79
|
-
__metadata("design:type", Date)
|
|
80
|
-
], LatestPositionMigration.prototype, "sendTime", void 0);
|
|
81
|
-
__decorate([
|
|
82
|
-
Column('datetime', { name: 'gpsUtcTime', nullable: true, precision: 3 }),
|
|
83
|
-
__metadata("design:type", Date)
|
|
84
|
-
], LatestPositionMigration.prototype, "gpsUtcTime", void 0);
|
|
85
|
-
__decorate([
|
|
86
|
-
Column('smallint', { name: 'externalBatteryPercentage', nullable: true }),
|
|
87
|
-
__metadata("design:type", Number)
|
|
88
|
-
], LatestPositionMigration.prototype, "externalBatteryPercentage", void 0);
|
|
89
|
-
__decorate([
|
|
90
|
-
Column('float', { name: 'externalPowerVoltage', nullable: true }),
|
|
91
|
-
__metadata("design:type", Number)
|
|
92
|
-
], LatestPositionMigration.prototype, "externalPowerVoltage", void 0);
|
|
93
|
-
LatestPositionMigration = __decorate([
|
|
94
|
-
Entity('latestPositionMigration', { schema: 'nova' })
|
|
95
|
-
], LatestPositionMigration);
|
|
96
|
-
export { LatestPositionMigration };
|
|
97
|
-
//# sourceMappingURL=latestPositionMigration.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"latestPositionMigration.js","sourceRoot":"","sources":["../../src/entities/latestPositionMigration.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
-
};
|
|
10
|
-
import { Entity, PrimaryColumn } from 'typeorm';
|
|
11
|
-
let LatestPositionMigrationBatch = class LatestPositionMigrationBatch {
|
|
12
|
-
imei;
|
|
13
|
-
};
|
|
14
|
-
__decorate([
|
|
15
|
-
PrimaryColumn('varchar', { name: 'imei', length: 15 }),
|
|
16
|
-
__metadata("design:type", String)
|
|
17
|
-
], LatestPositionMigrationBatch.prototype, "imei", void 0);
|
|
18
|
-
LatestPositionMigrationBatch = __decorate([
|
|
19
|
-
Entity('latestPositionMigrationBatch', { schema: 'nova' })
|
|
20
|
-
], LatestPositionMigrationBatch);
|
|
21
|
-
export { LatestPositionMigrationBatch };
|
|
22
|
-
//# sourceMappingURL=latestPositionMigrationBatch.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"latestPositionMigrationBatch.js","sourceRoot":"","sources":["../../src/entities/latestPositionMigrationBatch.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAGxC,IAAM,4BAA4B,GAAlC,MAAM,4BAA4B;IAEvC,IAAI,CAAQ;CACb,CAAA;AAFC;IAAC,aAAa,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;0DAC3C;AAFD,4BAA4B;IADxC,MAAM,CAAC,8BAA8B,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;GAC9C,4BAA4B,CAGxC;SAHY,4BAA4B"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
/// <reference types="node" />
|
|
3
|
-
export declare class PositionMigration {
|
|
4
|
-
id: number;
|
|
5
|
-
imei: string | null;
|
|
6
|
-
lat: number | null;
|
|
7
|
-
lon: number | null;
|
|
8
|
-
actualDate: Date;
|
|
9
|
-
speed: number | null;
|
|
10
|
-
odometer: number | null;
|
|
11
|
-
createdAt: Date | null;
|
|
12
|
-
messageId: Buffer;
|
|
13
|
-
batteryPercentage: number | null;
|
|
14
|
-
clientId: number | null;
|
|
15
|
-
address: string | null;
|
|
16
|
-
sendTime: Date | null;
|
|
17
|
-
gpsUtcTime: Date | null;
|
|
18
|
-
externalBatteryPercentage: number | null;
|
|
19
|
-
externalPowerVoltage: number | null;
|
|
20
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
-
};
|
|
10
|
-
import { Column, Entity, PrimaryColumn } from 'typeorm';
|
|
11
|
-
let PositionMigration = class PositionMigration {
|
|
12
|
-
id;
|
|
13
|
-
imei;
|
|
14
|
-
lat;
|
|
15
|
-
lon;
|
|
16
|
-
actualDate;
|
|
17
|
-
speed;
|
|
18
|
-
odometer;
|
|
19
|
-
createdAt;
|
|
20
|
-
messageId;
|
|
21
|
-
batteryPercentage;
|
|
22
|
-
clientId;
|
|
23
|
-
address;
|
|
24
|
-
sendTime;
|
|
25
|
-
gpsUtcTime;
|
|
26
|
-
externalBatteryPercentage;
|
|
27
|
-
externalPowerVoltage;
|
|
28
|
-
};
|
|
29
|
-
__decorate([
|
|
30
|
-
PrimaryColumn({ type: 'bigint', name: 'id' }),
|
|
31
|
-
__metadata("design:type", Number)
|
|
32
|
-
], PositionMigration.prototype, "id", void 0);
|
|
33
|
-
__decorate([
|
|
34
|
-
Column('varchar', { name: 'imei', length: 15 }),
|
|
35
|
-
__metadata("design:type", String)
|
|
36
|
-
], PositionMigration.prototype, "imei", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
Column('decimal', { name: 'lat', nullable: true, precision: 8, scale: 6 }),
|
|
39
|
-
__metadata("design:type", Number)
|
|
40
|
-
], PositionMigration.prototype, "lat", void 0);
|
|
41
|
-
__decorate([
|
|
42
|
-
Column('decimal', { name: 'lon', nullable: true, precision: 9, scale: 6 }),
|
|
43
|
-
__metadata("design:type", Number)
|
|
44
|
-
], PositionMigration.prototype, "lon", void 0);
|
|
45
|
-
__decorate([
|
|
46
|
-
Column('datetime', { name: 'actualDate', precision: 3 }),
|
|
47
|
-
__metadata("design:type", Date)
|
|
48
|
-
], PositionMigration.prototype, "actualDate", void 0);
|
|
49
|
-
__decorate([
|
|
50
|
-
Column('float', { name: 'speed', nullable: true }),
|
|
51
|
-
__metadata("design:type", Number)
|
|
52
|
-
], PositionMigration.prototype, "speed", void 0);
|
|
53
|
-
__decorate([
|
|
54
|
-
Column('double', { name: 'odometer', nullable: true }),
|
|
55
|
-
__metadata("design:type", Number)
|
|
56
|
-
], PositionMigration.prototype, "odometer", void 0);
|
|
57
|
-
__decorate([
|
|
58
|
-
Column('datetime', { name: 'createdAt', precision: 3 }),
|
|
59
|
-
__metadata("design:type", Date)
|
|
60
|
-
], PositionMigration.prototype, "createdAt", void 0);
|
|
61
|
-
__decorate([
|
|
62
|
-
Column('binary', { name: 'messageId', length: 16 }),
|
|
63
|
-
__metadata("design:type", Buffer)
|
|
64
|
-
], PositionMigration.prototype, "messageId", void 0);
|
|
65
|
-
__decorate([
|
|
66
|
-
Column('smallint', { name: 'batteryPercentage', nullable: true }),
|
|
67
|
-
__metadata("design:type", Number)
|
|
68
|
-
], PositionMigration.prototype, "batteryPercentage", void 0);
|
|
69
|
-
__decorate([
|
|
70
|
-
Column('int', { name: 'clientId' }),
|
|
71
|
-
__metadata("design:type", Number)
|
|
72
|
-
], PositionMigration.prototype, "clientId", void 0);
|
|
73
|
-
__decorate([
|
|
74
|
-
Column('varchar', { name: 'address', nullable: true, length: 255 }),
|
|
75
|
-
__metadata("design:type", String)
|
|
76
|
-
], PositionMigration.prototype, "address", void 0);
|
|
77
|
-
__decorate([
|
|
78
|
-
Column('datetime', { name: 'sendTime', nullable: true, precision: 3 }),
|
|
79
|
-
__metadata("design:type", Date)
|
|
80
|
-
], PositionMigration.prototype, "sendTime", void 0);
|
|
81
|
-
__decorate([
|
|
82
|
-
Column('datetime', { name: 'gpsUtcTime', nullable: true, precision: 3 }),
|
|
83
|
-
__metadata("design:type", Date)
|
|
84
|
-
], PositionMigration.prototype, "gpsUtcTime", void 0);
|
|
85
|
-
__decorate([
|
|
86
|
-
Column('smallint', { name: 'externalBatteryPercentage', nullable: true }),
|
|
87
|
-
__metadata("design:type", Number)
|
|
88
|
-
], PositionMigration.prototype, "externalBatteryPercentage", void 0);
|
|
89
|
-
__decorate([
|
|
90
|
-
Column('float', { name: 'externalPowerVoltage', nullable: true }),
|
|
91
|
-
__metadata("design:type", Number)
|
|
92
|
-
], PositionMigration.prototype, "externalPowerVoltage", void 0);
|
|
93
|
-
PositionMigration = __decorate([
|
|
94
|
-
Entity('positionMigration', { schema: 'nova' })
|
|
95
|
-
], PositionMigration);
|
|
96
|
-
export { PositionMigration };
|
|
97
|
-
//# sourceMappingURL=positionMigration.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"positionMigration.js","sourceRoot":"","sources":["../../src/entities/positionMigration.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
-
};
|
|
10
|
-
import { Entity, PrimaryColumn } from 'typeorm';
|
|
11
|
-
let PositionMigrationBatch = class PositionMigrationBatch {
|
|
12
|
-
id;
|
|
13
|
-
};
|
|
14
|
-
__decorate([
|
|
15
|
-
PrimaryColumn({ type: 'bigint', name: 'id' }),
|
|
16
|
-
__metadata("design:type", Number)
|
|
17
|
-
], PositionMigrationBatch.prototype, "id", void 0);
|
|
18
|
-
PositionMigrationBatch = __decorate([
|
|
19
|
-
Entity('positionMigrationBatch', { schema: 'nova' })
|
|
20
|
-
], PositionMigrationBatch);
|
|
21
|
-
export { PositionMigrationBatch };
|
|
22
|
-
//# sourceMappingURL=positionMigrationBatch.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"positionMigrationBatch.js","sourceRoot":"","sources":["../../src/entities/positionMigrationBatch.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAGxC,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAEjC,EAAE,CAAQ;CACX,CAAA;AAFC;IAAC,aAAa,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;kDACpC;AAFC,sBAAsB;IADlC,MAAM,CAAC,wBAAwB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;GACxC,sBAAsB,CAGlC;SAHY,sBAAsB"}
|