@mj-biz-apps/common-server 5.4.0

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.
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Server configuration constants used by generated resolvers.
3
+ * CodeGen imports this from generated/generated.ts.
4
+ */
5
+ export declare const mj_core_schema = "__mj";
6
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,cAAc,SAAS,CAAC"}
package/dist/config.js ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Server configuration constants used by generated resolvers.
3
+ * CodeGen imports this from generated/generated.ts.
4
+ */
5
+ export const mj_core_schema = '__mj';
6
+ //# sourceMappingURL=config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.js","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,MAAM,CAAC"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * AUTO-GENERATED FILE - DO NOT EDIT
3
+ * Generated by mj codegen manifest
4
+ * App: mj_api
5
+ * Dependency tree: 75 packages walked, 0 contain @RegisterClass
6
+ *
7
+ * This file imports every @RegisterClass decorated class by name and places
8
+ * them in an exported array, creating a static code path that prevents
9
+ * tree-shaking from removing them.
10
+ */
11
+ /**
12
+ * Runtime references to every @RegisterClass decorated class.
13
+ * This array creates a static code path the bundler cannot tree-shake.
14
+ */
15
+ export declare const CLASS_REGISTRATIONS: any[];
16
+ /** Marker constant indicating the manifest has been loaded. */
17
+ export declare const CLASS_REGISTRATIONS_MANIFEST_LOADED = true;
18
+ /** Total @RegisterClass decorated classes discovered in dependency tree */
19
+ export declare const CLASS_REGISTRATIONS_COUNT = 0;
20
+ /** Packages imported by this manifest */
21
+ export declare const CLASS_REGISTRATIONS_PACKAGES: readonly [];
22
+ //# sourceMappingURL=class-registrations-manifest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"class-registrations-manifest.d.ts","sourceRoot":"","sources":["../../src/generated/class-registrations-manifest.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAIH;;;GAGG;AAEH,eAAO,MAAM,mBAAmB,EAAE,GAAG,EACpC,CAAC;AAEF,+DAA+D;AAC/D,eAAO,MAAM,mCAAmC,OAAO,CAAC;AAExD,2EAA2E;AAC3E,eAAO,MAAM,yBAAyB,IAAI,CAAC;AAE3C,yCAAyC;AACzC,eAAO,MAAM,4BAA4B,aAC/B,CAAC"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * AUTO-GENERATED FILE - DO NOT EDIT
3
+ * Generated by mj codegen manifest
4
+ * App: mj_api
5
+ * Dependency tree: 75 packages walked, 0 contain @RegisterClass
6
+ *
7
+ * This file imports every @RegisterClass decorated class by name and places
8
+ * them in an exported array, creating a static code path that prevents
9
+ * tree-shaking from removing them.
10
+ */
11
+ /* eslint-disable @typescript-eslint/no-unused-vars */
12
+ /**
13
+ * Runtime references to every @RegisterClass decorated class.
14
+ * This array creates a static code path the bundler cannot tree-shake.
15
+ */
16
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
17
+ export const CLASS_REGISTRATIONS = [];
18
+ /** Marker constant indicating the manifest has been loaded. */
19
+ export const CLASS_REGISTRATIONS_MANIFEST_LOADED = true;
20
+ /** Total @RegisterClass decorated classes discovered in dependency tree */
21
+ export const CLASS_REGISTRATIONS_COUNT = 0;
22
+ /** Packages imported by this manifest */
23
+ export const CLASS_REGISTRATIONS_PACKAGES = [];
24
+ //# sourceMappingURL=class-registrations-manifest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"class-registrations-manifest.js","sourceRoot":"","sources":["../../src/generated/class-registrations-manifest.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,sDAAsD;AAEtD;;;GAGG;AACH,8DAA8D;AAC9D,MAAM,CAAC,MAAM,mBAAmB,GAAU,EACzC,CAAC;AAEF,+DAA+D;AAC/D,MAAM,CAAC,MAAM,mCAAmC,GAAG,IAAI,CAAC;AAExD,2EAA2E;AAC3E,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC;AAE3C,yCAAyC;AACzC,MAAM,CAAC,MAAM,4BAA4B,GAAG,EAClC,CAAC"}