taon 21.0.50 → 21.0.52
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/browser/fesm2022/taon-browser.mjs +13 -1
- package/browser/fesm2022/taon-browser.mjs.map +1 -1
- package/browser/package.json +1 -1
- package/browser/types/taon-browser.d.ts +6 -6
- package/browser-prod/fesm2022/taon-browser.mjs +13 -1
- package/browser-prod/fesm2022/taon-browser.mjs.map +1 -1
- package/browser-prod/package.json +1 -1
- package/browser-prod/types/taon-browser.d.ts +6 -6
- package/lib/base-classes/base-file-upload.middleware.d.ts +2 -2
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/endpoint-context.d.ts +2 -2
- package/lib/endpoint-context.js +97 -91
- package/lib/endpoint-context.js.map +1 -1
- package/lib/entity-process.d.ts +1 -1
- package/lib/entity-process.js +32 -33
- package/lib/entity-process.js.map +1 -1
- package/lib/express-types.d.ts +1 -1
- package/lib/package.json +1 -1
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/lib-prod/base-classes/base-file-upload.middleware.ts +2 -2
- package/lib-prod/build-info._auto-generated_.ts +1 -1
- package/lib-prod/endpoint-context.ts +27 -17
- package/lib-prod/entity-process.ts +8 -5
- package/lib-prod/express-types.ts +1 -1
- package/lib-prod/package.json +1 -1
- package/lib-prod/ui/index.ts +1 -1
- package/lib-prod/ui/taon-admin-mode-configuration/index.ts +1 -1
- package/package.json +1 -1
- package/websql/fesm2022/taon-websql.mjs +13 -1
- package/websql/fesm2022/taon-websql.mjs.map +1 -1
- package/websql/package.json +1 -1
- package/websql/types/taon-websql.d.ts +6 -6
- package/websql-prod/fesm2022/taon-websql.mjs +13 -1
- package/websql-prod/fesm2022/taon-websql.mjs.map +1 -1
- package/websql-prod/package.json +1 -1
- package/websql-prod/types/taon-websql.d.ts +6 -6
|
@@ -2524,6 +2524,19 @@ class RealtimeCore {
|
|
|
2524
2524
|
/* */
|
|
2525
2525
|
/* */
|
|
2526
2526
|
//#endregion
|
|
2527
|
+
let bodyParser;
|
|
2528
|
+
let cookieParser;
|
|
2529
|
+
let cors;
|
|
2530
|
+
let express;
|
|
2531
|
+
let methodOverride;
|
|
2532
|
+
let expressSession;
|
|
2533
|
+
/* */
|
|
2534
|
+
/* */
|
|
2535
|
+
/* */
|
|
2536
|
+
/* */
|
|
2537
|
+
/* */
|
|
2538
|
+
/* */
|
|
2539
|
+
/* */
|
|
2527
2540
|
class EndpointContext {
|
|
2528
2541
|
//#endregion
|
|
2529
2542
|
//#region fields / typeorm repositories
|
|
@@ -5393,7 +5406,6 @@ const inject = (entity) => {
|
|
|
5393
5406
|
// return proxyObservable as Observable<SubscriptionEvent<T>>;
|
|
5394
5407
|
// };
|
|
5395
5408
|
|
|
5396
|
-
//#region imports
|
|
5397
5409
|
//#endregion
|
|
5398
5410
|
//#region get transform function
|
|
5399
5411
|
/**
|