@spytecgps/nova-orm 1.4.215 → 1.4.216
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.
|
@@ -8,4 +8,22 @@ export declare class AcumaticaOrderShipmentDetails {
|
|
|
8
8
|
orderStatus: string | null;
|
|
9
9
|
iccid: string | null;
|
|
10
10
|
sku: string | null;
|
|
11
|
+
customer: string | null;
|
|
12
|
+
orderNumber: string | null;
|
|
13
|
+
customerOrderNumber: string | null;
|
|
14
|
+
orderDate: Date | null;
|
|
15
|
+
orderedQty: number | null;
|
|
16
|
+
orderTotal: number | null;
|
|
17
|
+
currency: string | null;
|
|
18
|
+
createdBy: string | null;
|
|
19
|
+
createdOn: Date | null;
|
|
20
|
+
lastModifiedBy: string | null;
|
|
21
|
+
lastModifiedOn: Date | null;
|
|
22
|
+
shipVia: string | null;
|
|
23
|
+
gpsDeviceQty: number | null;
|
|
24
|
+
shiplineQty: number | null;
|
|
25
|
+
warehouse: string | null;
|
|
26
|
+
location: string | null;
|
|
27
|
+
carrier: string | null;
|
|
28
|
+
lastModifiedDateTime: Date | null;
|
|
11
29
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../node_modules/tslib/tslib.es6.js"),t=require("typeorm");exports.AcumaticaOrderShipmentDetails=class AcumaticaOrderShipmentDetails{id;imei;shipmentNumber;shipmentStatus;shipmentDate;orderType;orderStatus;iccid;sku},e.__decorate([t.PrimaryGeneratedColumn({type:"bigint",name:"id"}),e.__metadata("design:type",Number)],exports.AcumaticaOrderShipmentDetails.prototype,"id",void 0),e.__decorate([t.Column("varchar",{name:"imei",nullable:!0,length:255}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"imei",void 0),e.__decorate([t.Column("varchar",{name:"shipmentNumber",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"shipmentNumber",void 0),e.__decorate([t.Column("varchar",{name:"shipmentStatus",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"shipmentStatus",void 0),e.__decorate([t.Column("datetime",{name:"shipmentDate",nullable:!0,precision:0}),e.__metadata("design:type",Date)],exports.AcumaticaOrderShipmentDetails.prototype,"shipmentDate",void 0),e.__decorate([t.Column("varchar",{name:"orderType",nullable:!0,length:10}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"orderType",void 0),e.__decorate([t.Column("varchar",{name:"orderStatus",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"orderStatus",void 0),e.__decorate([t.Column("varchar",{name:"iccid",nullable:!0,length:255}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"iccid",void 0),e.__decorate([t.Column("varchar",{name:"sku",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"sku",void 0),exports.AcumaticaOrderShipmentDetails=e.__decorate([t.Entity("acumaticaOrderShipmentDetails",{schema:"nova"}),t.Index("ixAcumaticaOrderShipmentDetails_imei_shipmentDate",["imei","shipmentDate"],{})],exports.AcumaticaOrderShipmentDetails);
|
|
1
|
+
"use strict";var e=require("../node_modules/tslib/tslib.es6.js"),t=require("typeorm");exports.AcumaticaOrderShipmentDetails=class AcumaticaOrderShipmentDetails{id;imei;shipmentNumber;shipmentStatus;shipmentDate;orderType;orderStatus;iccid;sku;customer;orderNumber;customerOrderNumber;orderDate;orderedQty;orderTotal;currency;createdBy;createdOn;lastModifiedBy;lastModifiedOn;shipVia;gpsDeviceQty;shiplineQty;warehouse;location;carrier;lastModifiedDateTime},e.__decorate([t.PrimaryGeneratedColumn({type:"bigint",name:"id"}),e.__metadata("design:type",Number)],exports.AcumaticaOrderShipmentDetails.prototype,"id",void 0),e.__decorate([t.Column("varchar",{name:"imei",nullable:!0,length:255}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"imei",void 0),e.__decorate([t.Column("varchar",{name:"shipmentNumber",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"shipmentNumber",void 0),e.__decorate([t.Column("varchar",{name:"shipmentStatus",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"shipmentStatus",void 0),e.__decorate([t.Column("datetime",{name:"shipmentDate",nullable:!0,precision:0}),e.__metadata("design:type",Date)],exports.AcumaticaOrderShipmentDetails.prototype,"shipmentDate",void 0),e.__decorate([t.Column("varchar",{name:"orderType",nullable:!0,length:10}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"orderType",void 0),e.__decorate([t.Column("varchar",{name:"orderStatus",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"orderStatus",void 0),e.__decorate([t.Column("varchar",{name:"iccid",nullable:!0,length:255}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"iccid",void 0),e.__decorate([t.Column("varchar",{name:"sku",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"sku",void 0),e.__decorate([t.Column("varchar",{name:"customer",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"customer",void 0),e.__decorate([t.Column("varchar",{name:"orderNumber",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"orderNumber",void 0),e.__decorate([t.Column("varchar",{name:"customerOrderNumber",nullable:!0,length:100}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"customerOrderNumber",void 0),e.__decorate([t.Column("datetime",{name:"orderDate",nullable:!0,precision:0}),e.__metadata("design:type",Date)],exports.AcumaticaOrderShipmentDetails.prototype,"orderDate",void 0),e.__decorate([t.Column("decimal",{name:"orderedQty",nullable:!0,precision:18,scale:6}),e.__metadata("design:type",Number)],exports.AcumaticaOrderShipmentDetails.prototype,"orderedQty",void 0),e.__decorate([t.Column("decimal",{name:"orderTotal",nullable:!0,precision:18,scale:4}),e.__metadata("design:type",Number)],exports.AcumaticaOrderShipmentDetails.prototype,"orderTotal",void 0),e.__decorate([t.Column("varchar",{name:"currency",nullable:!0,length:10}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"currency",void 0),e.__decorate([t.Column("varchar",{name:"createdBy",nullable:!0,length:100}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"createdBy",void 0),e.__decorate([t.Column("datetime",{name:"createdOn",nullable:!0,precision:0}),e.__metadata("design:type",Date)],exports.AcumaticaOrderShipmentDetails.prototype,"createdOn",void 0),e.__decorate([t.Column("varchar",{name:"lastModifiedBy",nullable:!0,length:100}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"lastModifiedBy",void 0),e.__decorate([t.Column("datetime",{name:"lastModifiedOn",nullable:!0,precision:0}),e.__metadata("design:type",Date)],exports.AcumaticaOrderShipmentDetails.prototype,"lastModifiedOn",void 0),e.__decorate([t.Column("varchar",{name:"shipVia",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"shipVia",void 0),e.__decorate([t.Column("decimal",{name:"gpsDeviceQty",nullable:!0,precision:18,scale:6}),e.__metadata("design:type",Number)],exports.AcumaticaOrderShipmentDetails.prototype,"gpsDeviceQty",void 0),e.__decorate([t.Column("decimal",{name:"shiplineQty",nullable:!0,precision:18,scale:6}),e.__metadata("design:type",Number)],exports.AcumaticaOrderShipmentDetails.prototype,"shiplineQty",void 0),e.__decorate([t.Column("varchar",{name:"warehouse",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"warehouse",void 0),e.__decorate([t.Column("varchar",{name:"location",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"location",void 0),e.__decorate([t.Column("varchar",{name:"carrier",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.AcumaticaOrderShipmentDetails.prototype,"carrier",void 0),e.__decorate([t.Column("datetime",{name:"lastModifiedDateTime",nullable:!0,precision:0}),e.__metadata("design:type",Date)],exports.AcumaticaOrderShipmentDetails.prototype,"lastModifiedDateTime",void 0),exports.AcumaticaOrderShipmentDetails=e.__decorate([t.Entity("acumaticaOrderShipmentDetails",{schema:"nova"}),t.Index("ixAcumaticaOrderShipmentDetails_imei_shipmentDate",["imei","shipmentDate"],{})],exports.AcumaticaOrderShipmentDetails);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../node_modules/tslib/tslib.es6.js"),t=require("typeorm"),a=require("../utils/boolToNumberTransformer.js");exports.Boundary=class Boundary{id;name;type;buffer;createdAt;modifiedAt;createdBy;modifiedBy;clientId;location;status;radiusDisplayUnit;dataSourceTypeId;geometry;color;isUserCreated;area;centerLat;centerLon;securityGroupEntityTags},e.__decorate([t.PrimaryGeneratedColumn({type:"int",name:"id"}),e.__metadata("design:type",Number)],exports.Boundary.prototype,"id",void 0),e.__decorate([t.Column("varchar",{name:"name",nullable:!0,length:255}),e.__metadata("design:type",String)],exports.Boundary.prototype,"name",void 0),e.__decorate([t.Column("char",{name:"type",nullable:!0,length:1}),e.__metadata("design:type",String)],exports.Boundary.prototype,"type",void 0),e.__decorate([t.Column("varchar",{name:"buffer",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.Boundary.prototype,"buffer",void 0),e.__decorate([t.Column("datetime",{name:"createdAt",nullable:!0}),e.__metadata("design:type",Date)],exports.Boundary.prototype,"createdAt",void 0),e.__decorate([t.Column("datetime",{name:"modifiedAt",nullable:!0}),e.__metadata("design:type",Date)],exports.Boundary.prototype,"modifiedAt",void 0),e.__decorate([t.Column("varchar",{name:"createdBy",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.Boundary.prototype,"createdBy",void 0),e.__decorate([t.Column("varchar",{name:"modifiedBy",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.Boundary.prototype,"modifiedBy",void 0),e.__decorate([t.Column("int",{name:"clientId",default:()=>"'0'"}),e.__metadata("design:type",Number)],exports.Boundary.prototype,"clientId",void 0),e.__decorate([t.Column("varchar",{name:"location",nullable:!0,length:255}),e.__metadata("design:type",String)],exports.Boundary.prototype,"location",void 0),e.__decorate([t.Column("tinyint",{name:"status",default:()=>"'1'"}),e.__metadata("design:type",Number)],exports.Boundary.prototype,"status",void 0),e.__decorate([t.Column("char",{name:"radiusDisplayUnit",nullable:!0,length:2}),e.__metadata("design:type",String)],exports.Boundary.prototype,"radiusDisplayUnit",void 0),e.__decorate([t.Column("tinyint",{name:"dataSourceTypeId",nullable:!0}),e.__metadata("design:type",Number)],exports.Boundary.prototype,"dataSourceTypeId",void 0),e.__decorate([t.Column("
|
|
1
|
+
"use strict";var e=require("../node_modules/tslib/tslib.es6.js"),t=require("typeorm"),a=require("../utils/boolToNumberTransformer.js");exports.Boundary=class Boundary{id;name;type;buffer;createdAt;modifiedAt;createdBy;modifiedBy;clientId;location;status;radiusDisplayUnit;dataSourceTypeId;geometry;color;isUserCreated;area;centerLat;centerLon;securityGroupEntityTags},e.__decorate([t.PrimaryGeneratedColumn({type:"int",name:"id"}),e.__metadata("design:type",Number)],exports.Boundary.prototype,"id",void 0),e.__decorate([t.Column("varchar",{name:"name",nullable:!0,length:255}),e.__metadata("design:type",String)],exports.Boundary.prototype,"name",void 0),e.__decorate([t.Column("char",{name:"type",nullable:!0,length:1}),e.__metadata("design:type",String)],exports.Boundary.prototype,"type",void 0),e.__decorate([t.Column("varchar",{name:"buffer",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.Boundary.prototype,"buffer",void 0),e.__decorate([t.Column("datetime",{name:"createdAt",nullable:!0}),e.__metadata("design:type",Date)],exports.Boundary.prototype,"createdAt",void 0),e.__decorate([t.Column("datetime",{name:"modifiedAt",nullable:!0}),e.__metadata("design:type",Date)],exports.Boundary.prototype,"modifiedAt",void 0),e.__decorate([t.Column("varchar",{name:"createdBy",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.Boundary.prototype,"createdBy",void 0),e.__decorate([t.Column("varchar",{name:"modifiedBy",nullable:!0,length:50}),e.__metadata("design:type",String)],exports.Boundary.prototype,"modifiedBy",void 0),e.__decorate([t.Column("int",{name:"clientId",default:()=>"'0'"}),e.__metadata("design:type",Number)],exports.Boundary.prototype,"clientId",void 0),e.__decorate([t.Column("varchar",{name:"location",nullable:!0,length:255}),e.__metadata("design:type",String)],exports.Boundary.prototype,"location",void 0),e.__decorate([t.Column("tinyint",{name:"status",default:()=>"'1'"}),e.__metadata("design:type",Number)],exports.Boundary.prototype,"status",void 0),e.__decorate([t.Column("char",{name:"radiusDisplayUnit",nullable:!0,length:2}),e.__metadata("design:type",String)],exports.Boundary.prototype,"radiusDisplayUnit",void 0),e.__decorate([t.Column("tinyint",{name:"dataSourceTypeId",nullable:!0}),e.__metadata("design:type",Number)],exports.Boundary.prototype,"dataSourceTypeId",void 0),e.__decorate([t.Column("mediumtext",{name:"geometry",nullable:!0}),e.__metadata("design:type",String)],exports.Boundary.prototype,"geometry",void 0),e.__decorate([t.Column("varchar",{name:"color",nullable:!0,length:25}),e.__metadata("design:type",String)],exports.Boundary.prototype,"color",void 0),e.__decorate([t.Column("tinyint",{name:"isUserCreated",width:1,default:()=>"'1'",transformer:new a.BoolToNumberTransformer}),e.__metadata("design:type",Boolean)],exports.Boundary.prototype,"isUserCreated",void 0),e.__decorate([t.Column("float",{name:"area",nullable:!0}),e.__metadata("design:type",Number)],exports.Boundary.prototype,"area",void 0),e.__decorate([t.Column("decimal",{name:"centerLat",nullable:!0,precision:8,scale:6}),e.__metadata("design:type",Number)],exports.Boundary.prototype,"centerLat",void 0),e.__decorate([t.Column("decimal",{name:"centerLon",nullable:!0,precision:9,scale:6}),e.__metadata("design:type",Number)],exports.Boundary.prototype,"centerLon",void 0),exports.Boundary=e.__decorate([t.Index("ixBoundaryClientIdStatus",["clientId","status"],{}),t.Index("ixBoundaryStatus",["status"],{}),t.Entity("boundary",{schema:"nova"})],exports.Boundary);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var _1684483704434AddLowerCaseIndex = require('../1684483704434-addLowerCaseIndex.js');
|
|
4
|
-
var _1684483705002UpdateSecurityUserViewsV2 = require('../1684483705002-updateSecurityUserViewsV2.js');
|
|
5
4
|
var _1684483705001UpdateSecurityUserViewsV1 = require('../1684483705001-updateSecurityUserViewsV1.js');
|
|
5
|
+
var _1684483705002UpdateSecurityUserViewsV2 = require('../1684483705002-updateSecurityUserViewsV2.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
exports.addLowerCaseIndex1684483704434 = _1684483704434AddLowerCaseIndex.addLowerCaseIndex1684483704434;
|
|
10
|
-
exports.updateSecurityUserViewsV21684483705002 = _1684483705002UpdateSecurityUserViewsV2.updateSecurityUserViewsV21684483705002;
|
|
11
10
|
exports.updateSecurityUserViewsV11684483705001 = _1684483705001UpdateSecurityUserViewsV1.updateSecurityUserViewsV11684483705001;
|
|
11
|
+
exports.updateSecurityUserViewsV21684483705002 = _1684483705002UpdateSecurityUserViewsV2.updateSecurityUserViewsV21684483705002;
|
package/package.json
CHANGED
package/schema.sql
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
-- nova-orm-schema-checksum:
|
|
1
|
+
-- nova-orm-schema-checksum: f02ccb6f9d50c19e5e1cb3863f01e140
|
|
2
2
|
-- Nova ORM Schema Dump
|
|
3
|
-
-- Generated at: 2026-04-
|
|
3
|
+
-- Generated at: 2026-04-14T05:50:15.713Z
|
|
4
4
|
|
|
5
5
|
SET FOREIGN_KEY_CHECKS = 0;
|
|
6
6
|
|
|
@@ -52,6 +52,24 @@ CREATE TABLE `acumaticaOrderShipmentDetails` (
|
|
|
52
52
|
`orderStatus` varchar(50) DEFAULT NULL,
|
|
53
53
|
`iccid` varchar(255) DEFAULT NULL,
|
|
54
54
|
`sku` varchar(50) DEFAULT NULL,
|
|
55
|
+
`customer` varchar(50) DEFAULT NULL,
|
|
56
|
+
`orderNumber` varchar(50) DEFAULT NULL,
|
|
57
|
+
`customerOrderNumber` varchar(100) DEFAULT NULL,
|
|
58
|
+
`orderDate` datetime DEFAULT NULL,
|
|
59
|
+
`orderedQty` decimal(18,6) DEFAULT NULL,
|
|
60
|
+
`orderTotal` decimal(18,4) DEFAULT NULL,
|
|
61
|
+
`currency` varchar(10) DEFAULT NULL,
|
|
62
|
+
`createdBy` varchar(100) DEFAULT NULL,
|
|
63
|
+
`createdOn` datetime DEFAULT NULL,
|
|
64
|
+
`lastModifiedBy` varchar(100) DEFAULT NULL,
|
|
65
|
+
`lastModifiedOn` datetime DEFAULT NULL,
|
|
66
|
+
`shipVia` varchar(50) DEFAULT NULL,
|
|
67
|
+
`gpsDeviceQty` decimal(18,6) DEFAULT NULL,
|
|
68
|
+
`shiplineQty` decimal(18,6) DEFAULT NULL,
|
|
69
|
+
`warehouse` varchar(50) DEFAULT NULL,
|
|
70
|
+
`location` varchar(50) DEFAULT NULL,
|
|
71
|
+
`carrier` varchar(50) DEFAULT NULL,
|
|
72
|
+
`lastModifiedDateTime` datetime DEFAULT NULL,
|
|
55
73
|
PRIMARY KEY (`id`),
|
|
56
74
|
KEY `ixAcumaticaOrderShipmentDetails_imei_shipmentDate` (`imei`,`shipmentDate`)
|
|
57
75
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
|
@@ -889,7 +907,7 @@ CREATE TABLE `boundary` (
|
|
|
889
907
|
`status` tinyint NOT NULL DEFAULT '1',
|
|
890
908
|
`radiusDisplayUnit` char(2) DEFAULT NULL,
|
|
891
909
|
`dataSourceTypeId` tinyint DEFAULT NULL,
|
|
892
|
-
`geometry`
|
|
910
|
+
`geometry` mediumtext,
|
|
893
911
|
`color` varchar(25) DEFAULT NULL,
|
|
894
912
|
`isUserCreated` tinyint(1) NOT NULL DEFAULT '1',
|
|
895
913
|
`area` float DEFAULT NULL,
|