sml-baseline 1.0.0 → 1.0.2

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.
Files changed (85) hide show
  1. package/dist/common/core/SmlBaseService.d.ts +1 -0
  2. package/dist/common/core/SmlBaseService.js +15 -0
  3. package/dist/common/core/SmlBaseService.js.map +1 -1
  4. package/dist/flow-panels/dto/create-flow-panel.dto.d.ts +1 -1
  5. package/dist/flow-panels/dto/create-flow-panel.dto.js +1 -1
  6. package/dist/flow-panels/dto/create-flow-panel.dto.js.map +1 -1
  7. package/dist/flow-panels/entities/flow-panel.entity.d.ts +1 -1
  8. package/dist/flow-panels/entities/flow-panel.entity.js +1 -1
  9. package/dist/flow-panels/entities/flow-panel.entity.js.map +1 -1
  10. package/dist/flow-panels/flow-panels.controller.js +3 -3
  11. package/dist/flow-panels/flow-panels.controller.js.map +1 -1
  12. package/dist/flow-panels/flow-panels.service.d.ts +1 -1
  13. package/dist/flow-panels/flow-panels.service.js +1 -1
  14. package/dist/flow-panels/flow-panels.service.js.map +1 -1
  15. package/dist/index.d.ts +1 -0
  16. package/dist/index.js +3 -1
  17. package/dist/index.js.map +1 -1
  18. package/dist/navigation-panels/dto/create-navigation-panel.dto.d.ts +1 -1
  19. package/dist/navigation-panels/dto/create-navigation-panel.dto.js +1 -1
  20. package/dist/navigation-panels/dto/create-navigation-panel.dto.js.map +1 -1
  21. package/dist/navigation-panels/entities/navigation-panel.entity.d.ts +1 -1
  22. package/dist/navigation-panels/entities/navigation-panel.entity.js +1 -1
  23. package/dist/navigation-panels/entities/navigation-panel.entity.js.map +1 -1
  24. package/dist/navigation-panels/navigation-panels.controller.js +3 -3
  25. package/dist/navigation-panels/navigation-panels.controller.js.map +1 -1
  26. package/dist/navigation-panels/navigation-panels.service.d.ts +1 -1
  27. package/dist/navigation-panels/navigation-panels.service.js +1 -1
  28. package/dist/navigation-panels/navigation-panels.service.js.map +1 -1
  29. package/dist/sml-proxy-query/sml-proxy-query.controller.js +4 -4
  30. package/dist/sml-proxy-query/sml-proxy-query.controller.js.map +1 -1
  31. package/dist/sml-system-notification/dto/create-sml-system-notification.dto.d.ts +9 -0
  32. package/dist/sml-system-notification/dto/create-sml-system-notification.dto.js +66 -0
  33. package/dist/sml-system-notification/dto/create-sml-system-notification.dto.js.map +1 -0
  34. package/dist/sml-system-notification/dto/update-sml-system-notification.dto.d.ts +5 -0
  35. package/dist/sml-system-notification/dto/update-sml-system-notification.dto.js +9 -0
  36. package/dist/sml-system-notification/dto/update-sml-system-notification.dto.js.map +1 -0
  37. package/dist/sml-system-notification/entities/sml-system-notification.entity.d.ts +21 -0
  38. package/dist/sml-system-notification/entities/sml-system-notification.entity.js +82 -0
  39. package/dist/sml-system-notification/entities/sml-system-notification.entity.js.map +1 -0
  40. package/dist/sml-system-notification/sml-system-notification.controller.d.ts +15 -0
  41. package/dist/sml-system-notification/sml-system-notification.controller.js +75 -0
  42. package/dist/sml-system-notification/sml-system-notification.controller.js.map +1 -0
  43. package/dist/sml-system-notification/sml-system-notification.module.d.ts +2 -0
  44. package/dist/sml-system-notification/sml-system-notification.module.js +27 -0
  45. package/dist/sml-system-notification/sml-system-notification.module.js.map +1 -0
  46. package/dist/sml-system-notification/sml-system-notification.service.d.ts +11 -0
  47. package/dist/sml-system-notification/sml-system-notification.service.js +55 -0
  48. package/dist/sml-system-notification/sml-system-notification.service.js.map +1 -0
  49. package/dist/smlappmenu/smlappmenu.controller.js +2 -2
  50. package/dist/smlappmenu/smlappmenu.controller.js.map +1 -1
  51. package/dist/smlattachments/smlattachments.controller.js +2 -2
  52. package/dist/smlattachments/smlattachments.controller.js.map +1 -1
  53. package/dist/smlchart/dto/create-smlchart.dto.d.ts +1 -1
  54. package/dist/smlchart/dto/create-smlchart.dto.js +1 -1
  55. package/dist/smlchart/dto/create-smlchart.dto.js.map +1 -1
  56. package/dist/smlchart/smlchart.controller.js +2 -2
  57. package/dist/smlchart/smlchart.controller.js.map +1 -1
  58. package/dist/smlcomposedview/smlcomposedview.controller.js +2 -2
  59. package/dist/smlcomposedview/smlcomposedview.controller.js.map +1 -1
  60. package/dist/smlcustomfunction/smlcustomfunction.controller.js +4 -4
  61. package/dist/smlcustomfunction/smlcustomfunction.controller.js.map +1 -1
  62. package/dist/smlflowpanelanalistance/smlflowpanelanalistance.controller.js +1 -1
  63. package/dist/smlflowpanelanalistance/smlflowpanelanalistance.controller.js.map +1 -1
  64. package/dist/smlflowpanelanalistance/smlflowpanelanalistance.service.d.ts +1 -1
  65. package/dist/smlflowpanelanalistance/smlflowpanelanalistance.service.js +1 -1
  66. package/dist/smlflowpanelanalistance/smlflowpanelanalistance.service.js.map +1 -1
  67. package/dist/smlform/dto/action.dto.d.ts +1 -1
  68. package/dist/smlform/dto/action.dto.js +1 -1
  69. package/dist/smlform/dto/action.dto.js.map +1 -1
  70. package/dist/smlform/smlform.controller.js +2 -2
  71. package/dist/smlform/smlform.controller.js.map +1 -1
  72. package/dist/smlgrid/dto/action.dto.d.ts +1 -1
  73. package/dist/smlgrid/dto/action.dto.js +1 -1
  74. package/dist/smlgrid/dto/action.dto.js.map +1 -1
  75. package/dist/smlgrid/smlgrid.controller.js +2 -2
  76. package/dist/smlgrid/smlgrid.controller.js.map +1 -1
  77. package/dist/smlquery/smlquery.controller.js +2 -2
  78. package/dist/smlquery/smlquery.controller.js.map +1 -1
  79. package/dist/smlview/smlview.module.js +8 -8
  80. package/dist/smlview/smlview.module.js.map +1 -1
  81. package/dist/smlview/smlview.service.d.ts +8 -8
  82. package/dist/smlview/smlview.service.js +8 -8
  83. package/dist/smlview/smlview.service.js.map +1 -1
  84. package/dist/tsconfig.build.tsbuildinfo +1 -1
  85. package/package.json +113 -112
package/package.json CHANGED
@@ -1,112 +1,113 @@
1
- {
2
- "name": "sml-baseline",
3
- "version": "1.0.0",
4
- "description": "",
5
- "author": "SMl Team",
6
- "private": false,
7
- "license": "GNU",
8
- "main": "dist/index.js",
9
- "types": "dist/index.d.ts",
10
- "files": [
11
- "dist"
12
- ],
13
- "scripts": {
14
- "build": "nest build",
15
- "build:lib": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
16
- "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
17
- "start": "nest start",
18
- "start:dev": "npx cross-env NODE_ENV=development nest start --watch",
19
- "start:debug": "nest start --debug --watch",
20
- "start:prod": "node dist/main",
21
- "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
22
- "test": "jest",
23
- "test:watch": "jest --watch",
24
- "test:cov": "jest --coverage",
25
- "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
26
- "test:e2e": "jest --config ./test/jest-e2e.json",
27
- "doc": "npx @compodoc/compodoc -p tsconfig.json -s --port 3001 --watch -d ./docs"
28
- },
29
- "dependencies": {
30
- "bcrypt": "5.1.1",
31
- "jsonata": "2.1.0",
32
- "lodash": "4.17.21",
33
- "winston": "^3.17.0",
34
- "winston-daily-rotate-file": "^5.0.0"
35
- },
36
- "peerDependencies": {
37
- "@nestjs/axios": "4.0.0",
38
- "@nestjs/common": "11.0.3",
39
- "@nestjs/config": "4.0.0",
40
- "@nestjs/core": "11.0.3",
41
- "@nestjs/jwt": "11.0.0",
42
- "@nestjs/mapped-types": "*",
43
- "@nestjs/mongoose": "11.0.1",
44
- "@nestjs/platform-express": "11.0.3",
45
- "@nestjs/serve-static": "5.0.1",
46
- "@nestjs/swagger": "11.0.3",
47
- "class-transformer": "0.5.1",
48
- "class-validator": "0.14.1",
49
- "mongoose": "8.7.3",
50
- "reflect-metadata": "0.2.2",
51
- "rxjs": "7.8.1"
52
- },
53
- "devDependencies": {
54
- "@compodoc/compodoc": "^1.1.26",
55
- "@nestjs/axios": "4.0.0",
56
- "@nestjs/cli": "^10.0.0",
57
- "@nestjs/common": "11.0.3",
58
- "@nestjs/config": "4.0.0",
59
- "@nestjs/core": "11.0.3",
60
- "@nestjs/jwt": "11.0.0",
61
- "@nestjs/mapped-types": "*",
62
- "@nestjs/mongoose": "11.0.1",
63
- "@nestjs/platform-express": "11.0.3",
64
- "@nestjs/schematics": "^10.0.0",
65
- "@nestjs/serve-static": "5.0.1",
66
- "@nestjs/swagger": "11.0.3",
67
- "@nestjs/testing": "11.0.10",
68
- "@types/bcrypt": "5.0.2",
69
- "@types/express": "^5.0.0",
70
- "@types/jest": "^29.5.2",
71
- "@types/node": "^20.3.1",
72
- "@types/supertest": "^6.0.0",
73
- "@typescript-eslint/eslint-plugin": "^8.0.0",
74
- "@typescript-eslint/parser": "^8.0.0",
75
- "class-transformer": "0.5.1",
76
- "class-validator": "0.14.1",
77
- "cross-env": "7.0.3",
78
- "eslint": "^9.0.0",
79
- "eslint-config-prettier": "^9.0.0",
80
- "eslint-plugin-prettier": "^5.0.0",
81
- "jest": "^29.5.0",
82
- "mongoose": "8.7.3",
83
- "prettier": "^3.0.0",
84
- "reflect-metadata": "0.2.2",
85
- "rxjs": "7.8.1",
86
- "source-map-support": "^0.5.21",
87
- "supertest": "^7.0.0",
88
- "ts-jest": "^29.1.0",
89
- "ts-loader": "^9.4.3",
90
- "ts-node": "^10.9.1",
91
- "tsc-alias": "^1.8.16",
92
- "tsconfig-paths": "^4.2.0",
93
- "typescript": "^5.1.3"
94
- },
95
- "jest": {
96
- "moduleFileExtensions": [
97
- "js",
98
- "json",
99
- "ts"
100
- ],
101
- "rootDir": "src",
102
- "testRegex": ".*\\.spec\\.ts$",
103
- "transform": {
104
- "^.+\\.(t|j)s$": "ts-jest"
105
- },
106
- "collectCoverageFrom": [
107
- "**/*.(t|j)s"
108
- ],
109
- "coverageDirectory": "../coverage",
110
- "testEnvironment": "node"
111
- }
112
- }
1
+ {
2
+ "name": "sml-baseline",
3
+ "version": "1.0.2",
4
+ "description": "",
5
+ "author": "SMl Team",
6
+ "private": false,
7
+ "license": "GNU",
8
+ "main": "dist/index.js",
9
+ "types": "dist/index.d.ts",
10
+ "files": [
11
+ "dist"
12
+ ],
13
+ "scripts": {
14
+ "build": "nest build",
15
+ "build:lib": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
16
+ "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
17
+ "start": "nest start",
18
+ "start:dev": "npx cross-env NODE_ENV=development nest start --watch",
19
+ "start:debug": "nest start --debug --watch",
20
+ "start:prod": "node dist/main",
21
+ "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
22
+ "test": "jest",
23
+ "test:watch": "jest --watch",
24
+ "test:cov": "jest --coverage",
25
+ "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
26
+ "test:e2e": "jest --config ./test/jest-e2e.json",
27
+ "doc": "npx @compodoc/compodoc -p tsconfig.json -s --port 3001 --watch -d ./docs",
28
+ "prepublishOnly": "npm run build:lib"
29
+ },
30
+ "dependencies": {
31
+ "bcrypt": "5.1.1",
32
+ "jsonata": "2.1.0",
33
+ "lodash": "4.17.21",
34
+ "winston": "^3.17.0",
35
+ "winston-daily-rotate-file": "^5.0.0"
36
+ },
37
+ "peerDependencies": {
38
+ "@nestjs/axios": "4.0.0",
39
+ "@nestjs/common": "11.0.3",
40
+ "@nestjs/config": "4.0.0",
41
+ "@nestjs/core": "11.0.3",
42
+ "@nestjs/jwt": "11.0.0",
43
+ "@nestjs/mapped-types": "*",
44
+ "@nestjs/mongoose": "11.0.1",
45
+ "@nestjs/platform-express": "11.0.3",
46
+ "@nestjs/serve-static": "5.0.1",
47
+ "@nestjs/swagger": "11.0.3",
48
+ "class-transformer": "0.5.1",
49
+ "class-validator": "0.14.1",
50
+ "mongoose": "8.7.3",
51
+ "reflect-metadata": "0.2.2",
52
+ "rxjs": "7.8.1"
53
+ },
54
+ "devDependencies": {
55
+ "@compodoc/compodoc": "^1.1.26",
56
+ "@nestjs/axios": "4.0.0",
57
+ "@nestjs/cli": "^10.0.0",
58
+ "@nestjs/common": "11.0.3",
59
+ "@nestjs/config": "4.0.0",
60
+ "@nestjs/core": "11.0.3",
61
+ "@nestjs/jwt": "11.0.0",
62
+ "@nestjs/mapped-types": "*",
63
+ "@nestjs/mongoose": "11.0.1",
64
+ "@nestjs/platform-express": "11.0.3",
65
+ "@nestjs/schematics": "^10.0.0",
66
+ "@nestjs/serve-static": "5.0.1",
67
+ "@nestjs/swagger": "11.0.3",
68
+ "@nestjs/testing": "11.0.10",
69
+ "@types/bcrypt": "5.0.2",
70
+ "@types/express": "^5.0.0",
71
+ "@types/jest": "^29.5.2",
72
+ "@types/node": "^20.3.1",
73
+ "@types/supertest": "^6.0.0",
74
+ "@typescript-eslint/eslint-plugin": "^8.0.0",
75
+ "@typescript-eslint/parser": "^8.0.0",
76
+ "class-transformer": "0.5.1",
77
+ "class-validator": "0.14.1",
78
+ "cross-env": "7.0.3",
79
+ "eslint": "^9.0.0",
80
+ "eslint-config-prettier": "^9.0.0",
81
+ "eslint-plugin-prettier": "^5.0.0",
82
+ "jest": "^29.5.0",
83
+ "mongoose": "8.7.3",
84
+ "prettier": "^3.0.0",
85
+ "reflect-metadata": "0.2.2",
86
+ "rxjs": "7.8.1",
87
+ "source-map-support": "^0.5.21",
88
+ "supertest": "^7.0.0",
89
+ "ts-jest": "^29.1.0",
90
+ "ts-loader": "^9.4.3",
91
+ "ts-node": "^10.9.1",
92
+ "tsc-alias": "^1.8.16",
93
+ "tsconfig-paths": "^4.2.0",
94
+ "typescript": "^5.9.3"
95
+ },
96
+ "jest": {
97
+ "moduleFileExtensions": [
98
+ "js",
99
+ "json",
100
+ "ts"
101
+ ],
102
+ "rootDir": "src",
103
+ "testRegex": ".*\\.spec\\.ts$",
104
+ "transform": {
105
+ "^.+\\.(t|j)s$": "ts-jest"
106
+ },
107
+ "collectCoverageFrom": [
108
+ "**/*.(t|j)s"
109
+ ],
110
+ "coverageDirectory": "../coverage",
111
+ "testEnvironment": "node"
112
+ }
113
+ }