grm-shared-library 1.1.162 → 1.1.164

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.
@@ -23,7 +23,8 @@ __decorate([
23
23
  __decorate([
24
24
  (0, class_validator_1.IsOptional)(),
25
25
  (0, class_validator_1.IsNumber)(),
26
- (0, class_transformer_1.Type)(() => Number),
26
+ (0, class_transformer_1.Type)(() => Number) // Ensure that the limit is transformed to a number
27
+ ,
27
28
  __metadata("design:type", Number)
28
29
  ], ChatQueryDto.prototype, "limit", void 0);
29
30
  //# sourceMappingURL=chat-query.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"chat-query.dto.js","sourceRoot":"","sources":["../../../../../src/modules/chat/dtos/chat-query.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAAiE;AAEjE,MAAa,YAAY;CASxB;AATD,oCASC;AANG;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACK;AAKhB;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;2CACJ"}
1
+ {"version":3,"file":"chat-query.dto.js","sourceRoot":"","sources":["../../../../../src/modules/chat/dtos/chat-query.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAAiE;AAEjE,MAAa,YAAY;CASxB;AATD,oCASC;AANG;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACK;AAKhB;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC,CAAC,mDAAmD;;;2CACxD"}
@@ -6,5 +6,26 @@ var IncidentAppId;
6
6
  IncidentAppId["UPESY"] = "Upesy";
7
7
  IncidentAppId["GRM"] = "GRM";
8
8
  IncidentAppId["PASHA"] = "Pasha";
9
+ // Security companies
10
+ IncidentAppId["GARDAWORLD"] = "GardaWorld";
11
+ IncidentAppId["G4S"] = "G4S";
12
+ IncidentAppId["SECUREX"] = "Securex";
13
+ IncidentAppId["TANDU"] = "Tandu";
14
+ IncidentAppId["SGA"] = "SGA";
15
+ IncidentAppId["BM"] = "BM";
16
+ IncidentAppId["GROUP_911"] = "911Group";
17
+ IncidentAppId["RADAR"] = "Radar";
18
+ IncidentAppId["RILEY"] = "Riley";
19
+ IncidentAppId["SANACA"] = "Sanaca";
20
+ IncidentAppId["TSS"] = "TSS";
21
+ IncidentAppId["ABSOLUTE"] = "Absolute";
22
+ IncidentAppId["ULTIMATE"] = "Ultimate";
23
+ IncidentAppId["MAGNUM"] = "Magnum";
24
+ IncidentAppId["TWENTY_FOUR"] = "TwentyFour";
25
+ IncidentAppId["BRINKS"] = "Brinks";
26
+ IncidentAppId["APACHE_GROUP"] = "ApacheGroup";
27
+ IncidentAppId["LAVINGTON_SECURITY"] = "LavingtonSecurity";
28
+ IncidentAppId["SENTINEL"] = "Sentinel";
29
+ IncidentAppId["JEFF_HAMILTON"] = "JeffHamilton";
9
30
  })(IncidentAppId || (exports.IncidentAppId = IncidentAppId = {}));
10
31
  //# sourceMappingURL=incident-app-id.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"incident-app-id.enum.js","sourceRoot":"","sources":["../../../../../src/modules/incident/enums/incident-app-id.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,gCAAe,CAAA;IACf,4BAAW,CAAA;IACX,gCAAe,CAAA;AACnB,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB"}
1
+ {"version":3,"file":"incident-app-id.enum.js","sourceRoot":"","sources":["../../../../../src/modules/incident/enums/incident-app-id.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAyBX;AAzBD,WAAY,aAAa;IACrB,gCAAe,CAAA;IACf,4BAAW,CAAA;IACX,gCAAe,CAAA;IACf,qBAAqB;IACrB,0CAAyB,CAAA;IACzB,4BAAW,CAAA;IACX,oCAAmB,CAAA;IACnB,gCAAe,CAAA;IACf,4BAAW,CAAA;IACX,0BAAS,CAAA;IACT,uCAAsB,CAAA;IACtB,gCAAe,CAAA;IACf,gCAAe,CAAA;IACf,kCAAiB,CAAA;IACjB,4BAAW,CAAA;IACX,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,kCAAiB,CAAA;IACjB,2CAA0B,CAAA;IAC1B,kCAAiB,CAAA;IACjB,6CAA4B,CAAA;IAC5B,yDAAwC,CAAA;IACxC,sCAAqB,CAAA;IACrB,+CAA8B,CAAA;AAClC,CAAC,EAzBW,aAAa,6BAAb,aAAa,QAyBxB"}
@@ -19,7 +19,8 @@ __decorate([
19
19
  __decorate([
20
20
  IsOptional(),
21
21
  IsNumber(),
22
- Type(() => Number),
22
+ Type(() => Number) // Ensure that the limit is transformed to a number
23
+ ,
23
24
  __metadata("design:type", Number)
24
25
  ], ChatQueryDto.prototype, "limit", void 0);
25
26
  //# sourceMappingURL=chat-query.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"chat-query.dto.js","sourceRoot":"","sources":["../../../../../src/modules/chat/dtos/chat-query.dto.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAEjE,MAAM,OAAO,YAAY;CASxB;AANG;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;4CACK;AAKhB;IAHC,UAAU,EAAE;IACZ,QAAQ,EAAE;IACV,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;2CACJ"}
1
+ {"version":3,"file":"chat-query.dto.js","sourceRoot":"","sources":["../../../../../src/modules/chat/dtos/chat-query.dto.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAEjE,MAAM,OAAO,YAAY;CASxB;AANG;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;4CACK;AAKhB;IAHC,UAAU,EAAE;IACZ,QAAQ,EAAE;IACV,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,CAAC,mDAAmD;;;2CACxD"}
@@ -3,5 +3,26 @@ export var IncidentAppId;
3
3
  IncidentAppId["UPESY"] = "Upesy";
4
4
  IncidentAppId["GRM"] = "GRM";
5
5
  IncidentAppId["PASHA"] = "Pasha";
6
+ // Security companies
7
+ IncidentAppId["GARDAWORLD"] = "GardaWorld";
8
+ IncidentAppId["G4S"] = "G4S";
9
+ IncidentAppId["SECUREX"] = "Securex";
10
+ IncidentAppId["TANDU"] = "Tandu";
11
+ IncidentAppId["SGA"] = "SGA";
12
+ IncidentAppId["BM"] = "BM";
13
+ IncidentAppId["GROUP_911"] = "911Group";
14
+ IncidentAppId["RADAR"] = "Radar";
15
+ IncidentAppId["RILEY"] = "Riley";
16
+ IncidentAppId["SANACA"] = "Sanaca";
17
+ IncidentAppId["TSS"] = "TSS";
18
+ IncidentAppId["ABSOLUTE"] = "Absolute";
19
+ IncidentAppId["ULTIMATE"] = "Ultimate";
20
+ IncidentAppId["MAGNUM"] = "Magnum";
21
+ IncidentAppId["TWENTY_FOUR"] = "TwentyFour";
22
+ IncidentAppId["BRINKS"] = "Brinks";
23
+ IncidentAppId["APACHE_GROUP"] = "ApacheGroup";
24
+ IncidentAppId["LAVINGTON_SECURITY"] = "LavingtonSecurity";
25
+ IncidentAppId["SENTINEL"] = "Sentinel";
26
+ IncidentAppId["JEFF_HAMILTON"] = "JeffHamilton";
6
27
  })(IncidentAppId || (IncidentAppId = {}));
7
28
  //# sourceMappingURL=incident-app-id.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"incident-app-id.enum.js","sourceRoot":"","sources":["../../../../../src/modules/incident/enums/incident-app-id.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,gCAAe,CAAA;IACf,4BAAW,CAAA;IACX,gCAAe,CAAA;AACnB,CAAC,EAJW,aAAa,KAAb,aAAa,QAIxB"}
1
+ {"version":3,"file":"incident-app-id.enum.js","sourceRoot":"","sources":["../../../../../src/modules/incident/enums/incident-app-id.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAyBX;AAzBD,WAAY,aAAa;IACrB,gCAAe,CAAA;IACf,4BAAW,CAAA;IACX,gCAAe,CAAA;IACf,qBAAqB;IACrB,0CAAyB,CAAA;IACzB,4BAAW,CAAA;IACX,oCAAmB,CAAA;IACnB,gCAAe,CAAA;IACf,4BAAW,CAAA;IACX,0BAAS,CAAA;IACT,uCAAsB,CAAA;IACtB,gCAAe,CAAA;IACf,gCAAe,CAAA;IACf,kCAAiB,CAAA;IACjB,4BAAW,CAAA;IACX,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,kCAAiB,CAAA;IACjB,2CAA0B,CAAA;IAC1B,kCAAiB,CAAA;IACjB,6CAA4B,CAAA;IAC5B,yDAAwC,CAAA;IACxC,sCAAqB,CAAA;IACrB,+CAA8B,CAAA;AAClC,CAAC,EAzBW,aAAa,KAAb,aAAa,QAyBxB"}
@@ -1,5 +1,25 @@
1
1
  export declare enum IncidentAppId {
2
2
  UPESY = "Upesy",
3
3
  GRM = "GRM",
4
- PASHA = "Pasha"
4
+ PASHA = "Pasha",
5
+ GARDAWORLD = "GardaWorld",
6
+ G4S = "G4S",
7
+ SECUREX = "Securex",
8
+ TANDU = "Tandu",
9
+ SGA = "SGA",
10
+ BM = "BM",
11
+ GROUP_911 = "911Group",
12
+ RADAR = "Radar",
13
+ RILEY = "Riley",
14
+ SANACA = "Sanaca",
15
+ TSS = "TSS",
16
+ ABSOLUTE = "Absolute",
17
+ ULTIMATE = "Ultimate",
18
+ MAGNUM = "Magnum",
19
+ TWENTY_FOUR = "TwentyFour",
20
+ BRINKS = "Brinks",
21
+ APACHE_GROUP = "ApacheGroup",
22
+ LAVINGTON_SECURITY = "LavingtonSecurity",
23
+ SENTINEL = "Sentinel",
24
+ JEFF_HAMILTON = "JeffHamilton"
5
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grm-shared-library",
3
- "version": "1.1.162",
3
+ "version": "1.1.164",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",