@futdevpro/nts-dynamo 1.3.40 → 1.3.41
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/lib/_constants/dynamobe-global.settings.js +1 -1
- package/lib/_enums/data-model-type.enum.d.ts.map +1 -0
- package/lib/_enums/dynamobe-data-service-function.enum.d.ts.map +1 -0
- package/lib/_enums/dynamobe-route-security.enum.d.ts.map +1 -0
- package/lib/_enums/http/http-call-type.enum.d.ts.map +1 -0
- package/lib/_enums/http/http-response-type.enum.d.ts.map +1 -0
- package/lib/_enums/index.d.ts.map +1 -0
- package/lib/_enums/log-style.enum.d.ts.map +1 -0
- package/lib/_enums/predefined-data-types.enum.d.ts.map +1 -0
- package/lib/_models/dynamobe-api-call-params.d.ts +2 -2
- package/lib/_models/dynamobe-api-call-params.d.ts.map +1 -1
- package/lib/_models/dynamobe-api-call-params.js +0 -1
- package/lib/_models/dynamobe-data-model-params.d.ts +1 -1
- package/lib/_models/dynamobe-data-model-params.d.ts.map +1 -1
- package/lib/_models/dynamobe-endpoint-control.d.ts +2 -2
- package/lib/_models/dynamobe-endpoint-control.d.ts.map +1 -1
- package/lib/_models/dynamobe-global-settings.d.ts +1 -1
- package/lib/_models/dynamobe-global-settings.d.ts.map +1 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-error.d.ts.map +1 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-error.js +0 -8
- package/lib/_models/fullstack-models/data-models/metadata.d.ts +1 -1
- package/lib/_models/fullstack-models/data-models/metadata.d.ts.map +1 -1
- package/lib/_models/fullstack-models/data-models/metadata.js +8 -8
- package/lib/_modules/test-route/test-controller.js +1 -1
- package/lib/_modules/usage-route/usage-controller.js +1 -1
- package/lib/_services/dynamobe-api.service.js +2 -2
- package/lib/_services/dynamobe-global.service.js +1 -1
- package/lib/_services/dynamobe-routing-module.service.d.ts +1 -1
- package/lib/_services/dynamobe-routing-module.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-routing-module.service.js +2 -2
- package/lib/_services/dynamobe-server.d.ts +1 -1
- package/lib/_services/dynamobe-server.d.ts.map +1 -1
- package/lib/_services/dynamobe-server.js +1 -1
- package/lib/_services/dynamobe-shared.service.d.ts +1 -1
- package/lib/_services/dynamobe-shared.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-shared.service.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/lib/tsconfig.tsbuildinfo +83 -83
- package/package.json +16 -5
- package/src/_constants/dynamobe-global.settings.ts +1 -1
- package/src/_models/dynamobe-api-call-params.ts +2 -10
- package/src/_models/dynamobe-data-model-params.ts +1 -1
- package/src/_models/dynamobe-endpoint-control.ts +2 -2
- package/src/_models/dynamobe-global-settings.ts +1 -1
- package/src/_models/fullstack-models/control-models/dynamobe-error.ts +0 -8
- package/src/_models/fullstack-models/data-models/metadata.ts +17 -15
- package/src/_modules/test-route/test-controller.ts +1 -1
- package/src/_modules/usage-route/usage-controller.ts +1 -1
- package/src/_services/dynamobe-api.service.ts +2 -2
- package/src/_services/dynamobe-global.service.ts +1 -1
- package/src/_services/dynamobe-routing-module.service.ts +2 -2
- package/src/_services/dynamobe-server.ts +1 -1
- package/src/_services/dynamobe-shared.service.ts +1 -1
- package/src/index.ts +1 -1
- package/lib/_enum/data-model-type.enum.d.ts.map +0 -1
- package/lib/_enum/data-model-types.enum.d.ts +0 -5
- package/lib/_enum/data-model-types.enum.d.ts.map +0 -1
- package/lib/_enum/data-model-types.enum.js +0 -9
- package/lib/_enum/dynamobe-data-service-function.enum.d.ts.map +0 -1
- package/lib/_enum/dynamobe-route-security.enum.d.ts.map +0 -1
- package/lib/_enum/http/http-call-type.enum.d.ts.map +0 -1
- package/lib/_enum/http/http-response-type.enum.d.ts.map +0 -1
- package/lib/_enum/index-old.d.ts +0 -7
- package/lib/_enum/index-old.js +0 -15
- package/lib/_enum/index.d.ts.map +0 -1
- package/lib/_enum/log-style.enum.d.ts.map +0 -1
- package/lib/_enum/predefined-data-types.enum.d.ts.map +0 -1
- package/lib/index-newo.d.ts +0 -0
- package/lib/index-newo.d.ts.map +0 -1
- package/lib/index-newo.js +0 -71
- package/lib/index-old.d.ts +0 -4
- package/lib/index-old.js +0 -11
- /package/lib/{_enum → _enums}/data-model-type.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/data-model-type.enum.js +0 -0
- /package/lib/{_enum → _enums}/dynamobe-data-service-function.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/dynamobe-data-service-function.enum.js +0 -0
- /package/lib/{_enum → _enums}/dynamobe-route-security.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/dynamobe-route-security.enum.js +0 -0
- /package/lib/{_enum → _enums}/http/http-call-type.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/http/http-call-type.enum.js +0 -0
- /package/lib/{_enum → _enums}/http/http-response-type.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/http/http-response-type.enum.js +0 -0
- /package/lib/{_enum → _enums}/index.d.ts +0 -0
- /package/lib/{_enum → _enums}/index.js +0 -0
- /package/lib/{_enum → _enums}/log-style.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/log-style.enum.js +0 -0
- /package/lib/{_enum → _enums}/predefined-data-types.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/predefined-data-types.enum.js +0 -0
- /package/src/{_enum → _enums}/data-model-type.enum.ts +0 -0
- /package/src/{_enum → _enums}/dynamobe-data-service-function.enum.ts +0 -0
- /package/src/{_enum → _enums}/dynamobe-route-security.enum.ts +0 -0
- /package/src/{_enum → _enums}/http/http-call-type.enum.ts +0 -0
- /package/src/{_enum → _enums}/http/http-response-type.enum.ts +0 -0
- /package/src/{_enum → _enums}/index.ts +0 -0
- /package/src/{_enum → _enums}/log-style.enum.ts +0 -0
- /package/src/{_enum → _enums}/predefined-data-types.enum.ts +0 -0
package/lib/tsconfig.tsbuildinfo
CHANGED
|
@@ -141,49 +141,49 @@
|
|
|
141
141
|
"signature": "14a84fbe4ec531dcbaf5d2594fd95df107258e60ae6c6a076404f13c3f66f28e",
|
|
142
142
|
"affectsGlobalScope": false
|
|
143
143
|
},
|
|
144
|
-
"../src/
|
|
144
|
+
"../src/_enums/data-model-type.enum.ts": {
|
|
145
145
|
"version": "17d3b646a98bd788ea718b31249b4d3f53d37be1c18890520f940658d2d45b45",
|
|
146
146
|
"signature": "58db1bde43f232985d47f296cec0e0c9e09b30c2a24d28a0aee8d4dfc25f1de8",
|
|
147
147
|
"affectsGlobalScope": false
|
|
148
148
|
},
|
|
149
|
-
"../src/
|
|
149
|
+
"../src/_enums/dynamobe-data-service-function.enum.ts": {
|
|
150
150
|
"version": "0f160fdc3443beb6b1d26a0ea5580f249534d4529106e66cef65cb35e8909686",
|
|
151
151
|
"signature": "4d907aecc9fc8792084d856615a16830aff454a3d09d8769c677174926c88af0",
|
|
152
152
|
"affectsGlobalScope": false
|
|
153
153
|
},
|
|
154
|
-
"../src/
|
|
154
|
+
"../src/_enums/dynamobe-route-security.enum.ts": {
|
|
155
155
|
"version": "9b5c26688fd53ae5b2ec9b58a3ebc5883e2a1085831b9647dd85adb7cbc3169c",
|
|
156
156
|
"signature": "d298bd3831d9ca38bafbaa4daf195f41f7a1bf141e114485411d292802612ec5",
|
|
157
157
|
"affectsGlobalScope": false
|
|
158
158
|
},
|
|
159
|
-
"../src/
|
|
159
|
+
"../src/_enums/log-style.enum.ts": {
|
|
160
160
|
"version": "27f6c4b16a83f0eb1cb5cfd59e0e525bc046a1c03b5e87655631fb4ab589a197",
|
|
161
161
|
"signature": "c26555c149dcd8b1647cce3f4bc4fbf2e14a0cdc63151dbb2cba5355c7409979",
|
|
162
162
|
"affectsGlobalScope": false
|
|
163
163
|
},
|
|
164
|
-
"../src/
|
|
164
|
+
"../src/_enums/predefined-data-types.enum.ts": {
|
|
165
165
|
"version": "423c245fde7982aa6f291d3cd3c12cec5d817440b18704ff1e6345a8903b61fc",
|
|
166
166
|
"signature": "851278fad995b1635e0a790c798edb987ea4e9313f40aa17395a8220afb720f3",
|
|
167
167
|
"affectsGlobalScope": false
|
|
168
168
|
},
|
|
169
|
-
"../src/
|
|
169
|
+
"../src/_enums/http/http-call-type.enum.ts": {
|
|
170
170
|
"version": "eb4716d6b021305da18ce020bcd2861def22f65fe8dd54fe3667669ab2cc951d",
|
|
171
171
|
"signature": "cd63428d0b93927a9a60abd084043b8567735ae9784a8413743eb5d3feda005f",
|
|
172
172
|
"affectsGlobalScope": false
|
|
173
173
|
},
|
|
174
|
-
"../src/
|
|
174
|
+
"../src/_enums/http/http-response-type.enum.ts": {
|
|
175
175
|
"version": "19a65883921145ac7d42b1b81752ad786d6cfc886d9af08975528a4f4230cde5",
|
|
176
176
|
"signature": "4688eb04092632cc04ce589e6674671476b940baa6409701345b22b55e5302fc",
|
|
177
177
|
"affectsGlobalScope": false
|
|
178
178
|
},
|
|
179
|
-
"../src/
|
|
179
|
+
"../src/_enums/index.ts": {
|
|
180
180
|
"version": "b6b9b68ed43d4004b90363f6a1436887957dec31818ae1b19858c05ad939fa40",
|
|
181
181
|
"signature": "c777e4d5efec12219f2f7bdcca7cfea6dd0d865a8832cf12f3f86cf484124c62",
|
|
182
182
|
"affectsGlobalScope": false
|
|
183
183
|
},
|
|
184
184
|
"../src/_models/dynamobe-api-call-params.ts": {
|
|
185
|
-
"version": "
|
|
186
|
-
"signature": "
|
|
185
|
+
"version": "990432e36206bd469ea73cd769d9d7e3b89d00bdfaf8c0b3ee11b25de4381074",
|
|
186
|
+
"signature": "90004194c2e11e5a61abfb032e04bb2ae249b3dcdbcdb29601539d0ee286e882",
|
|
187
187
|
"affectsGlobalScope": false
|
|
188
188
|
},
|
|
189
189
|
"../src/_models/dynamobe-app-params.ts": {
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"affectsGlobalScope": false
|
|
193
193
|
},
|
|
194
194
|
"../src/_models/fullstack-models/control-models/dynamobe-error.ts": {
|
|
195
|
-
"version": "
|
|
195
|
+
"version": "3c5d63a287f44678ad717d4ecd2fcb0e0c0d41fe0fb3cf1fc20895822757bbb6",
|
|
196
196
|
"signature": "7188098247473746aca2c9d01f1959c3a82aed0d9a9c1be68eb1a3d606cf61fe",
|
|
197
197
|
"affectsGlobalScope": false
|
|
198
198
|
},
|
|
@@ -202,8 +202,8 @@
|
|
|
202
202
|
"affectsGlobalScope": false
|
|
203
203
|
},
|
|
204
204
|
"../src/_models/dynamobe-data-model-params.ts": {
|
|
205
|
-
"version": "
|
|
206
|
-
"signature": "
|
|
205
|
+
"version": "f1e99cfc20752ca1a0643dc82561af5e53f8e6d8c6c08ec5bd7d1fe4a4bf069f",
|
|
206
|
+
"signature": "ff9f1e08a73404faa2171bc8b026496a66a116372a8f6ae773182ba18eb013ec",
|
|
207
207
|
"affectsGlobalScope": false
|
|
208
208
|
},
|
|
209
209
|
"../node_modules/@types/node/assert.d.ts": {
|
|
@@ -477,13 +477,13 @@
|
|
|
477
477
|
"affectsGlobalScope": false
|
|
478
478
|
},
|
|
479
479
|
"../src/_services/dynamobe-shared.service.ts": {
|
|
480
|
-
"version": "
|
|
481
|
-
"signature": "
|
|
480
|
+
"version": "d40f063a4456492852c43108ca470d8e3dc541dff6460c7a9d849dd689a3c5f3",
|
|
481
|
+
"signature": "3e5d2c46053b23ece25fff3e3e0b557c394f3649f441ce45a126d35df7c83874",
|
|
482
482
|
"affectsGlobalScope": false
|
|
483
483
|
},
|
|
484
484
|
"../src/_models/dynamobe-global-settings.ts": {
|
|
485
|
-
"version": "
|
|
486
|
-
"signature": "
|
|
485
|
+
"version": "aaa3527474b056626ad000bf8fb076de3dce217efab490f9d42bc385d8677cb9",
|
|
486
|
+
"signature": "fb387e484f7eab1268be576aeb48beb0188a600a6b5987a9b0801f8a08f38c29",
|
|
487
487
|
"affectsGlobalScope": false
|
|
488
488
|
},
|
|
489
489
|
"../src/_services/dynamobe-singleton.service.ts": {
|
|
@@ -512,8 +512,8 @@
|
|
|
512
512
|
"affectsGlobalScope": false
|
|
513
513
|
},
|
|
514
514
|
"../src/_models/fullstack-models/data-models/metadata.ts": {
|
|
515
|
-
"version": "
|
|
516
|
-
"signature": "
|
|
515
|
+
"version": "3516e88bb340706b4e5e0c75ff24ec79621cec501d7fd6ff5af3fe809efa173f",
|
|
516
|
+
"signature": "3a6ad5b0efc28eef16cc0568bce7fb02abb8231bb6430fbe40c1c6252e6ab910",
|
|
517
517
|
"affectsGlobalScope": false
|
|
518
518
|
},
|
|
519
519
|
"../src/_services/dynamobe-db.service.ts": {
|
|
@@ -607,13 +607,13 @@
|
|
|
607
607
|
"affectsGlobalScope": false
|
|
608
608
|
},
|
|
609
609
|
"../src/_services/dynamobe-global.service.ts": {
|
|
610
|
-
"version": "
|
|
610
|
+
"version": "8792364f60d45554b18c0b8c3e3ea564e0126359e9e832f5b05edc7334d729f3",
|
|
611
611
|
"signature": "2ade5e96ee568f3d09f98caa99bdc8ff397a59d785803b159d673c444ec083f6",
|
|
612
612
|
"affectsGlobalScope": false
|
|
613
613
|
},
|
|
614
614
|
"../src/_models/dynamobe-endpoint-control.ts": {
|
|
615
|
-
"version": "
|
|
616
|
-
"signature": "
|
|
615
|
+
"version": "86de2f9f006cd74fdd8556a58958765fa0567a1f2536fbece4217c0c88d5f560",
|
|
616
|
+
"signature": "8dc0621d3589931d19d99a56b1ae05da69e5d3129d12c20823e92dcc1ea9c07b",
|
|
617
617
|
"affectsGlobalScope": false
|
|
618
618
|
},
|
|
619
619
|
"../src/_models/fullstack-models/control-models/usage-action.ts": {
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
"affectsGlobalScope": false
|
|
663
663
|
},
|
|
664
664
|
"../src/_modules/test-route/test-controller.ts": {
|
|
665
|
-
"version": "
|
|
665
|
+
"version": "e216c30e2a10cf5cea708658852822018dd34ed7452ccfdee860089d929d9177",
|
|
666
666
|
"signature": "917415fea8ede168b64a250e6cb2e34e2ba7dbb72f61babf463a327474685020",
|
|
667
667
|
"affectsGlobalScope": false
|
|
668
668
|
},
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"affectsGlobalScope": false
|
|
673
673
|
},
|
|
674
674
|
"../src/_modules/usage-route/usage-controller.ts": {
|
|
675
|
-
"version": "
|
|
675
|
+
"version": "aa5c0f98340e5e3634f2e822931faa1c17325d60ec07afe4af30f91fb6369a2c",
|
|
676
676
|
"signature": "4739c5b1e5a2ae94d3f700d8d534ea50bd0d3baabc1575b283fdf9229bc47cb6",
|
|
677
677
|
"affectsGlobalScope": false
|
|
678
678
|
},
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"affectsGlobalScope": false
|
|
688
688
|
},
|
|
689
689
|
"../src/_services/dynamobe-api.service.ts": {
|
|
690
|
-
"version": "
|
|
690
|
+
"version": "78f1647df9f4b0bfd982026dd2fddcc9cdfca2f2a273d70c37ecddff7449a751",
|
|
691
691
|
"signature": "77fd693912d1655e7a924782721236a0335bac4c29e81985614a28a62c43ef60",
|
|
692
692
|
"affectsGlobalScope": false
|
|
693
693
|
},
|
|
@@ -697,13 +697,13 @@
|
|
|
697
697
|
"affectsGlobalScope": false
|
|
698
698
|
},
|
|
699
699
|
"../src/_services/dynamobe-routing-module.service.ts": {
|
|
700
|
-
"version": "
|
|
701
|
-
"signature": "
|
|
700
|
+
"version": "bfc5941ff0f6d9ae272739677d3ad307662ed225cdf072d3a529b8de71f21706",
|
|
701
|
+
"signature": "c62307d9aeca3c31de373d4628b4551803debd1cf55329ef5c7f6b54d742b7a0",
|
|
702
702
|
"affectsGlobalScope": false
|
|
703
703
|
},
|
|
704
704
|
"../src/_services/dynamobe-server.ts": {
|
|
705
|
-
"version": "
|
|
706
|
-
"signature": "
|
|
705
|
+
"version": "d8481d821fdb9cc3f096a1e5a83b69436bc8c4e1c039c9e8aadcba24bdd5dfba",
|
|
706
|
+
"signature": "705bde1dce19a61e7912625c5eda5d56bb20ab8fd31af2b46691dbc0e054c961",
|
|
707
707
|
"affectsGlobalScope": false
|
|
708
708
|
},
|
|
709
709
|
"../src/_services/index.ts": {
|
|
@@ -712,12 +712,12 @@
|
|
|
712
712
|
"affectsGlobalScope": false
|
|
713
713
|
},
|
|
714
714
|
"../src/index.ts": {
|
|
715
|
-
"version": "
|
|
716
|
-
"signature": "
|
|
715
|
+
"version": "d72875b3c172d9ce7999ff389aecfae88165eb39ab13f9a12fa7d3e9e739df13",
|
|
716
|
+
"signature": "d637d08b9c027d623cfe33c4021e6f167706cf37502bc327e2a2c9a3876e024a",
|
|
717
717
|
"affectsGlobalScope": false
|
|
718
718
|
},
|
|
719
719
|
"../src/_constants/dynamobe-global.settings.ts": {
|
|
720
|
-
"version": "
|
|
720
|
+
"version": "31cc3e492facb9b28ea927acebcd7f89f0ea54d511f85471fb94f8363baf9f2e",
|
|
721
721
|
"signature": "c8bfc1b88eeb86c134a33d1c4f89ee6b4fdf4ced80ed3dd9173dd5aff9d7511a",
|
|
722
722
|
"affectsGlobalScope": false
|
|
723
723
|
},
|
|
@@ -1159,35 +1159,35 @@
|
|
|
1159
1159
|
"../node_modules/mongoose/index.d.ts"
|
|
1160
1160
|
],
|
|
1161
1161
|
"../src/_constants/dynamobe-global.settings.ts": [
|
|
1162
|
-
"../src/
|
|
1162
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1163
1163
|
"../src/_models/dynamobe-global-settings.ts"
|
|
1164
1164
|
],
|
|
1165
|
-
"../src/
|
|
1166
|
-
"../src/
|
|
1167
|
-
"../src/
|
|
1168
|
-
"../src/
|
|
1169
|
-
"../src/
|
|
1170
|
-
"../src/
|
|
1171
|
-
"../src/
|
|
1172
|
-
"../src/
|
|
1165
|
+
"../src/_enums/index.ts": [
|
|
1166
|
+
"../src/_enums/data-model-type.enum.ts",
|
|
1167
|
+
"../src/_enums/dynamobe-data-service-function.enum.ts",
|
|
1168
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1169
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
1170
|
+
"../src/_enums/http/http-response-type.enum.ts",
|
|
1171
|
+
"../src/_enums/log-style.enum.ts",
|
|
1172
|
+
"../src/_enums/predefined-data-types.enum.ts"
|
|
1173
1173
|
],
|
|
1174
1174
|
"../src/_models/dynamobe-api-call-params.ts": [
|
|
1175
|
-
"../src/
|
|
1176
|
-
"../src/
|
|
1175
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
1176
|
+
"../src/_enums/http/http-response-type.enum.ts"
|
|
1177
1177
|
],
|
|
1178
1178
|
"../src/_models/dynamobe-data-model-params.ts": [
|
|
1179
|
-
"../src/
|
|
1179
|
+
"../src/_enums/data-model-type.enum.ts",
|
|
1180
1180
|
"../src/_models/fullstack-models/control-models/dynamobe-data-property-params.ts"
|
|
1181
1181
|
],
|
|
1182
1182
|
"../src/_models/dynamobe-endpoint-control.ts": [
|
|
1183
1183
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1184
|
-
"../src/
|
|
1185
|
-
"../src/
|
|
1184
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1185
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
1186
1186
|
"../src/_services/dynamobe-global.service.ts",
|
|
1187
1187
|
"../src/_services/dynamobe-shared.service.ts"
|
|
1188
1188
|
],
|
|
1189
1189
|
"../src/_models/dynamobe-global-settings.ts": [
|
|
1190
|
-
"../src/
|
|
1190
|
+
"../src/_enums/dynamobe-route-security.enum.ts"
|
|
1191
1191
|
],
|
|
1192
1192
|
"../src/_models/fullstack-models/control-models/daily-usage-data.ts": [
|
|
1193
1193
|
"../src/_models/fullstack-models/data-models/usage-session.ts"
|
|
@@ -1237,14 +1237,14 @@
|
|
|
1237
1237
|
],
|
|
1238
1238
|
"../src/_modules/test-route/test-controller.ts": [
|
|
1239
1239
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1240
|
-
"../src/
|
|
1240
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
1241
1241
|
"../src/_models/dynamobe-endpoint-control.ts",
|
|
1242
1242
|
"../src/_modules/test-route/custom-data.service.ts",
|
|
1243
1243
|
"../src/_services/dynamobe-controller.service.ts"
|
|
1244
1244
|
],
|
|
1245
1245
|
"../src/_modules/usage-route/usage-controller.ts": [
|
|
1246
1246
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1247
|
-
"../src/
|
|
1247
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
1248
1248
|
"../src/_models/dynamobe-endpoint-control.ts",
|
|
1249
1249
|
"../src/_models/fullstack-models/data-models/usage-session.ts",
|
|
1250
1250
|
"../src/_modules/usage-route/usage.service.ts",
|
|
@@ -1264,8 +1264,8 @@
|
|
|
1264
1264
|
],
|
|
1265
1265
|
"../src/_services/dynamobe-api.service.ts": [
|
|
1266
1266
|
"../node_modules/axios/index.d.ts",
|
|
1267
|
-
"../src/
|
|
1268
|
-
"../src/
|
|
1267
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
1268
|
+
"../src/_enums/http/http-response-type.enum.ts",
|
|
1269
1269
|
"../src/_models/dynamobe-api-call-params.ts",
|
|
1270
1270
|
"../src/_models/fullstack-models/control-models/dynamobe-error.ts",
|
|
1271
1271
|
"../src/_services/dynamobe-shared.service.ts"
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
"../src/_services/dynamobe-shared.service.ts"
|
|
1316
1316
|
],
|
|
1317
1317
|
"../src/_services/dynamobe-global.service.ts": [
|
|
1318
|
-
"../src/
|
|
1318
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1319
1319
|
"../src/_models/dynamobe-global-settings.ts",
|
|
1320
1320
|
"../src/_services/dynamobe-auth.service.ts",
|
|
1321
1321
|
"../src/_services/dynamobe-db-service-collection.service.ts",
|
|
@@ -1324,8 +1324,8 @@
|
|
|
1324
1324
|
],
|
|
1325
1325
|
"../src/_services/dynamobe-routing-module.service.ts": [
|
|
1326
1326
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1327
|
-
"../src/
|
|
1328
|
-
"../src/
|
|
1327
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1328
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
1329
1329
|
"../src/_models/dynamobe-endpoint-control.ts",
|
|
1330
1330
|
"../src/_models/fullstack-models/control-models/dynamobe-error.ts",
|
|
1331
1331
|
"../src/_services/dynamobe-controller.service.ts",
|
|
@@ -1336,7 +1336,7 @@
|
|
|
1336
1336
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1337
1337
|
"../node_modules/@types/node/fs.d.ts",
|
|
1338
1338
|
"../node_modules/@types/node/https.d.ts",
|
|
1339
|
-
"../src/
|
|
1339
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1340
1340
|
"../src/_models/dynamobe-endpoint-control.ts",
|
|
1341
1341
|
"../src/_services/dynamobe-global.service.ts",
|
|
1342
1342
|
"../src/_services/dynamobe-routing-module.service.ts",
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
"../src/_services/dynamobe-shared.service.ts": [
|
|
1347
1347
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1348
1348
|
"../node_modules/@types/geoip-lite/index.d.ts",
|
|
1349
|
-
"../src/
|
|
1349
|
+
"../src/_enums/log-style.enum.ts",
|
|
1350
1350
|
"../src/_models/fullstack-models/control-models/dynamobe-error.ts",
|
|
1351
1351
|
"../src/_models/fullstack-models/control-models/geo-ip-location.ts"
|
|
1352
1352
|
],
|
|
@@ -1367,7 +1367,7 @@
|
|
|
1367
1367
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
1368
1368
|
],
|
|
1369
1369
|
"../src/index.ts": [
|
|
1370
|
-
"../src/
|
|
1370
|
+
"../src/_enums/index.ts",
|
|
1371
1371
|
"../src/_models/index.ts",
|
|
1372
1372
|
"../src/_modules/index.ts",
|
|
1373
1373
|
"../src/_services/index.ts"
|
|
@@ -1779,30 +1779,30 @@
|
|
|
1779
1779
|
"../src/_constants/dynamobe-global.settings.ts": [
|
|
1780
1780
|
"../src/_models/dynamobe-global-settings.ts"
|
|
1781
1781
|
],
|
|
1782
|
-
"../src/
|
|
1783
|
-
"../src/
|
|
1784
|
-
"../src/
|
|
1785
|
-
"../src/
|
|
1786
|
-
"../src/
|
|
1787
|
-
"../src/
|
|
1788
|
-
"../src/
|
|
1789
|
-
"../src/
|
|
1782
|
+
"../src/_enums/index.ts": [
|
|
1783
|
+
"../src/_enums/data-model-type.enum.ts",
|
|
1784
|
+
"../src/_enums/dynamobe-data-service-function.enum.ts",
|
|
1785
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1786
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
1787
|
+
"../src/_enums/http/http-response-type.enum.ts",
|
|
1788
|
+
"../src/_enums/log-style.enum.ts",
|
|
1789
|
+
"../src/_enums/predefined-data-types.enum.ts"
|
|
1790
1790
|
],
|
|
1791
1791
|
"../src/_models/dynamobe-api-call-params.ts": [
|
|
1792
|
-
"../src/
|
|
1793
|
-
"../src/
|
|
1792
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
1793
|
+
"../src/_enums/http/http-response-type.enum.ts"
|
|
1794
1794
|
],
|
|
1795
1795
|
"../src/_models/dynamobe-data-model-params.ts": [
|
|
1796
|
-
"../src/
|
|
1796
|
+
"../src/_enums/data-model-type.enum.ts",
|
|
1797
1797
|
"../src/_models/fullstack-models/control-models/dynamobe-data-property-params.ts"
|
|
1798
1798
|
],
|
|
1799
1799
|
"../src/_models/dynamobe-endpoint-control.ts": [
|
|
1800
1800
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1801
|
-
"../src/
|
|
1802
|
-
"../src/
|
|
1801
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1802
|
+
"../src/_enums/http/http-call-type.enum.ts"
|
|
1803
1803
|
],
|
|
1804
1804
|
"../src/_models/dynamobe-global-settings.ts": [
|
|
1805
|
-
"../src/
|
|
1805
|
+
"../src/_enums/dynamobe-route-security.enum.ts"
|
|
1806
1806
|
],
|
|
1807
1807
|
"../src/_models/fullstack-models/control-models/daily-usage-data.ts": [
|
|
1808
1808
|
"../src/_models/fullstack-models/data-models/usage-session.ts"
|
|
@@ -1905,19 +1905,19 @@
|
|
|
1905
1905
|
],
|
|
1906
1906
|
"../src/_services/dynamobe-routing-module.service.ts": [
|
|
1907
1907
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1908
|
-
"../src/
|
|
1908
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1909
1909
|
"../src/_models/dynamobe-endpoint-control.ts",
|
|
1910
1910
|
"../src/_services/dynamobe-controller.service.ts"
|
|
1911
1911
|
],
|
|
1912
1912
|
"../src/_services/dynamobe-server.ts": [
|
|
1913
1913
|
"../node_modules/@types/node/fs.d.ts",
|
|
1914
|
-
"../src/
|
|
1914
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1915
1915
|
"../src/_services/dynamobe-routing-module.service.ts",
|
|
1916
1916
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
1917
1917
|
],
|
|
1918
1918
|
"../src/_services/dynamobe-shared.service.ts": [
|
|
1919
1919
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1920
|
-
"../src/
|
|
1920
|
+
"../src/_enums/log-style.enum.ts",
|
|
1921
1921
|
"../src/_models/fullstack-models/control-models/geo-ip-location.ts"
|
|
1922
1922
|
],
|
|
1923
1923
|
"../src/_services/index.ts": [
|
|
@@ -1937,7 +1937,7 @@
|
|
|
1937
1937
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
1938
1938
|
],
|
|
1939
1939
|
"../src/index.ts": [
|
|
1940
|
-
"../src/
|
|
1940
|
+
"../src/_enums/index.ts",
|
|
1941
1941
|
"../src/_models/index.ts",
|
|
1942
1942
|
"../src/_modules/index.ts",
|
|
1943
1943
|
"../src/_services/index.ts"
|
|
@@ -2047,14 +2047,14 @@
|
|
|
2047
2047
|
"../node_modules/typescript/lib/lib.es5.d.ts",
|
|
2048
2048
|
"../node_modules/typescript/lib/lib.esnext.intl.d.ts",
|
|
2049
2049
|
"../src/_constants/dynamobe-global.settings.ts",
|
|
2050
|
-
"../src/
|
|
2051
|
-
"../src/
|
|
2052
|
-
"../src/
|
|
2053
|
-
"../src/
|
|
2054
|
-
"../src/
|
|
2055
|
-
"../src/
|
|
2056
|
-
"../src/
|
|
2057
|
-
"../src/
|
|
2050
|
+
"../src/_enums/data-model-type.enum.ts",
|
|
2051
|
+
"../src/_enums/dynamobe-data-service-function.enum.ts",
|
|
2052
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2053
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
2054
|
+
"../src/_enums/http/http-response-type.enum.ts",
|
|
2055
|
+
"../src/_enums/index.ts",
|
|
2056
|
+
"../src/_enums/log-style.enum.ts",
|
|
2057
|
+
"../src/_enums/predefined-data-types.enum.ts",
|
|
2058
2058
|
"../src/_models/dynamobe-api-call-params.ts",
|
|
2059
2059
|
"../src/_models/dynamobe-app-params.ts",
|
|
2060
2060
|
"../src/_models/dynamobe-data-model-params.ts",
|
package/package.json
CHANGED
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/nts-dynamo",
|
|
3
|
-
"version": "01.03.
|
|
3
|
+
"version": "01.03.41",
|
|
4
4
|
"description": "Dynamic NodeTS (NodeJS-Typescript), MongoDB Backend System Framework by Future Development Ltd.",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
|
+
"module": "./lib/index.js",
|
|
7
|
+
"modules": {
|
|
8
|
+
"enums": "lib/_enums/index.d.ts",
|
|
9
|
+
"models": "lib/_models/index.d.ts",
|
|
10
|
+
"modules": "lib/_modules/index.d.ts",
|
|
11
|
+
"services": "lib/_services/index.d.ts"
|
|
12
|
+
},
|
|
6
13
|
"types": "./lib/index.d.ts",
|
|
14
|
+
"typings": "./lib/index.d.ts",
|
|
7
15
|
"exports": {
|
|
8
16
|
".": {
|
|
9
17
|
"default": "./lib/index.js",
|
|
10
18
|
"types": "./lib/index.d.ts"
|
|
11
19
|
},
|
|
12
20
|
"./enums": {
|
|
13
|
-
"default": "./lib/
|
|
14
|
-
"types": "./lib/
|
|
21
|
+
"default": "./lib/_enums/index.js",
|
|
22
|
+
"types": "./lib/_enums/index.d.ts"
|
|
15
23
|
},
|
|
16
24
|
"./models": {
|
|
17
25
|
"default": "./lib/_models/index.js",
|
|
@@ -28,7 +36,7 @@
|
|
|
28
36
|
},
|
|
29
37
|
"typesVersions": {
|
|
30
38
|
"*": {
|
|
31
|
-
"enums": [ "lib/
|
|
39
|
+
"enums": [ "lib/_enums/index.d.ts" ],
|
|
32
40
|
"models": [ "lib/_models/index.d.ts" ],
|
|
33
41
|
"modules": [ "lib/_modules/index.d.ts" ],
|
|
34
42
|
"services": [ "lib/_services/index.d.ts" ]
|
|
@@ -45,7 +53,10 @@
|
|
|
45
53
|
"keywords": [
|
|
46
54
|
"nodejs",
|
|
47
55
|
"typescript",
|
|
48
|
-
"mongodb"
|
|
56
|
+
"mongodb",
|
|
57
|
+
"dynamic",
|
|
58
|
+
"dynamo",
|
|
59
|
+
"nodets"
|
|
49
60
|
],
|
|
50
61
|
"author": "Future Development Program Ltd.",
|
|
51
62
|
"license": "ISC",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { DynamoBERouteSecurity } from '../
|
|
2
|
+
import { DynamoBERouteSecurity } from '../_enums/dynamobe-route-security.enum';
|
|
3
3
|
import { DynamoBEGlobalSettings } from '../_models/dynamobe-global-settings';
|
|
4
4
|
|
|
5
5
|
export const dynamoBEDefaultGlobalSettings: DynamoBEGlobalSettings = {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
import { HttpResponseType } from "../_enum/http/http-response-type.enum";
|
|
2
|
+
import { HttpCallType } from "../_enums/http/http-call-type.enum";
|
|
3
|
+
import { HttpResponseType } from "../_enums/http/http-response-type.enum";
|
|
5
4
|
|
|
6
5
|
export class DynamoBEApiCallParams {
|
|
7
6
|
name: string;
|
|
@@ -30,9 +29,6 @@ export class DynamoBEApiCallParams {
|
|
|
30
29
|
|
|
31
30
|
export class HttpOptions {
|
|
32
31
|
responseType?: HttpResponseType;
|
|
33
|
-
/* params?: HttpParams | {
|
|
34
|
-
[param: string]: string | string[];
|
|
35
|
-
}; */
|
|
36
32
|
headers?: {
|
|
37
33
|
[header: string]: string | string[];
|
|
38
34
|
};
|
|
@@ -42,9 +38,6 @@ export class HttpOptions {
|
|
|
42
38
|
|
|
43
39
|
constructor(options: {
|
|
44
40
|
responseType?: HttpResponseType,
|
|
45
|
-
/* params?: HttpParams | {
|
|
46
|
-
[param: string]: string | string[];
|
|
47
|
-
}, */
|
|
48
41
|
headers?: {
|
|
49
42
|
[header: string]: string | string[];
|
|
50
43
|
},
|
|
@@ -53,7 +46,6 @@ export class HttpOptions {
|
|
|
53
46
|
withCredentials?: boolean
|
|
54
47
|
}) {
|
|
55
48
|
this.responseType = options.responseType;
|
|
56
|
-
/* this.params = options.params; */
|
|
57
49
|
this.headers = options.headers;
|
|
58
50
|
this.observe = options.observe;
|
|
59
51
|
this.reportProgress = options.reportProgress;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { DataModelType } from '../
|
|
2
|
+
import { DataModelType } from '../_enums/data-model-type.enum';
|
|
3
3
|
import { DynamoBEDataPropertyParams } from './fullstack-models/control-models/dynamobe-data-property-params';
|
|
4
4
|
|
|
5
5
|
export class DynamoBEDataModelParams {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
import { NextFunction, Request, Response } from 'express';
|
|
4
|
-
import { HttpCallType } from '../
|
|
5
|
-
import { DynamoBERouteSecurity as DynamoBERouteSecurity } from '../
|
|
4
|
+
import { HttpCallType } from '../_enums/http/http-call-type.enum';
|
|
5
|
+
import { DynamoBERouteSecurity as DynamoBERouteSecurity } from '../_enums/dynamobe-route-security.enum';
|
|
6
6
|
import { DBE_Shared } from '../_services/dynamobe-shared.service';
|
|
7
7
|
import { DBE_Global_S } from '../_services/dynamobe-global.service';
|
|
8
8
|
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
// import { Error as MongooseError } from 'mongoose';
|
|
3
2
|
|
|
4
3
|
export class DynamoBEError {
|
|
5
4
|
flag = 'DYNAMO-BE ERROR OBJECT';
|
|
@@ -7,7 +6,6 @@ export class DynamoBEError {
|
|
|
7
6
|
status: number;
|
|
8
7
|
errors: any[] = [];
|
|
9
8
|
error: any;
|
|
10
|
-
// dberrors: MongooseError[] = [];
|
|
11
9
|
messages: string[] = [];
|
|
12
10
|
userMessages: string[] = [];
|
|
13
11
|
|
|
@@ -30,9 +28,6 @@ export class DynamoBEError {
|
|
|
30
28
|
if (customConstructor?.error?.errors) {
|
|
31
29
|
this.errors = this.errors.concat(customConstructor?.error?.errors);
|
|
32
30
|
}
|
|
33
|
-
/* if (customConstructor?.error?.dberrors) {
|
|
34
|
-
this.dberrors= this.dberrors.concat(customConstructor?.error?.dberrors);
|
|
35
|
-
} */
|
|
36
31
|
if (customConstructor?.error?.messages) {
|
|
37
32
|
this.messages = this.messages.concat(customConstructor?.error?.messages);
|
|
38
33
|
}
|
|
@@ -49,9 +44,6 @@ export class DynamoBEError {
|
|
|
49
44
|
}
|
|
50
45
|
this.errors.push(customConstructor.error);
|
|
51
46
|
}
|
|
52
|
-
/* if (customConstructor.error instanceof MongooseError) {
|
|
53
|
-
this.dberrors.push(customConstructor.error);
|
|
54
|
-
} */
|
|
55
47
|
if (customConstructor.error.message) {
|
|
56
48
|
this.messages.push(customConstructor.error.message);
|
|
57
49
|
}
|
|
@@ -8,21 +8,23 @@ export class Metadata {
|
|
|
8
8
|
__lastModifiedBy?: string;
|
|
9
9
|
__v?: number;
|
|
10
10
|
|
|
11
|
-
constructor(
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
11
|
+
constructor(
|
|
12
|
+
set?: {
|
|
13
|
+
_id?: string,
|
|
14
|
+
__created?: Date,
|
|
15
|
+
__createdBy?: string,
|
|
16
|
+
__lastModified?: Date,
|
|
17
|
+
__lastModifiedBy?: string,
|
|
18
|
+
__v?: number;
|
|
19
|
+
} | Metadata
|
|
20
|
+
){
|
|
21
|
+
if (set) {
|
|
22
|
+
this._id = set._id;
|
|
23
|
+
this.__created = set.__created;
|
|
24
|
+
this.__createdBy = set.__createdBy;
|
|
25
|
+
this.__lastModified = set.__lastModified;
|
|
26
|
+
this.__lastModifiedBy = set.__lastModifiedBy;
|
|
27
|
+
this.__v = set.__v;
|
|
26
28
|
}
|
|
27
29
|
}
|
|
28
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { Request, Response } from 'express';
|
|
3
|
-
import { HttpCallType } from '../../
|
|
3
|
+
import { HttpCallType } from '../../_enums/http/http-call-type.enum';
|
|
4
4
|
import { DynamoBEEndpointParams } from '../../_models/dynamobe-endpoint-control';
|
|
5
5
|
import { DynamoBEController } from '../../_services/dynamobe-controller.service';
|
|
6
6
|
import { CustomDataService } from './custom-data.service';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { Request, Response } from 'express';
|
|
3
|
-
import { HttpCallType } from '../../
|
|
3
|
+
import { HttpCallType } from '../../_enums/http/http-call-type.enum';
|
|
4
4
|
import { DynamoBEEndpointParams } from '../../_models/dynamobe-endpoint-control';
|
|
5
5
|
import { DynamoUsageSession } from '../../_models/fullstack-models/data-models/usage-session';
|
|
6
6
|
import { DynamoBEAuthService } from '../../_services/dynamobe-auth.service';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import * as axios from 'axios';
|
|
3
|
-
import { HttpCallType } from '../
|
|
4
|
-
import { HttpResponseType } from '../
|
|
3
|
+
import { HttpCallType } from '../_enums/http/http-call-type.enum';
|
|
4
|
+
import { HttpResponseType } from '../_enums/http/http-response-type.enum';
|
|
5
5
|
import { DynamoBEApiCallParams } from '../_models/dynamobe-api-call-params';
|
|
6
6
|
import { DynamoBEError } from '../_models/fullstack-models/control-models/dynamobe-error';
|
|
7
7
|
import { DBE_Shared } from './dynamobe-shared.service';
|