@bluealba/pae-bootstrap-lib 3.2.5 → 3.2.6
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/dist/src/bootstrap/domain/domain-validation.test.js +1286 -302
- package/dist/src/bootstrap/domain/domain-validation.test.js.map +1 -1
- package/dist/src/bootstrap/entity-synchronizer.test.js +24 -0
- package/dist/src/bootstrap/entity-synchronizer.test.js.map +1 -1
- package/dist/src/bootstrap/read-bootstrap-applications.js +339 -34
- package/dist/src/bootstrap/read-bootstrap-applications.js.map +1 -1
- package/package.json +1 -1
|
@@ -397,8 +397,8 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
397
397
|
if (existsSync((0, path_1.join)(path, FILE_MODULES))) {
|
|
398
398
|
const data = readApplicationItems(path, FILE_MODULES, application, 'application');
|
|
399
399
|
try {
|
|
400
|
-
application.modules.push(...(() => { const _io0 = input => "string" === typeof input.name && "string" === typeof input.displayName && ("service" === input.type || "mcp" === input.type || "app" === input.type || "tool" === input.type || "utility" === input.type || "cloud-function" === input.type || "documentation" === input.type || "fragment" === input.type) && "string" === typeof input.baseUrl && ("object" === typeof input.service && null !== input.service && _io1(input.service)) && (Array.isArray(input.dependsOn) && input.dependsOn.every(elem => "string" === typeof elem)) && (undefined === input.commonPaths || "object" === typeof input.commonPaths && null !== input.commonPaths && false === Array.isArray(input.commonPaths) && _io2(input.commonPaths)) && (undefined === input.ui || "object" === typeof input.ui && null !== input.ui && _io3(input.ui)) && (undefined === input.cloudFunction || "object" === typeof input.cloudFunction && null !== input.cloudFunction && _io7(input.cloudFunction)) && (undefined === input.authorization || "object" === typeof input.authorization && null !== input.authorization && false === Array.isArray(input.authorization) && _io8(input.authorization)) && (undefined === input.mcp || "object" === typeof input.mcp && null !== input.mcp && _io10(input.mcp)) && (undefined === input.application || "string" === typeof input.application) && (undefined === input.version || "string" === typeof input.version) && (undefined === input.isPublic || "boolean" === typeof input.isPublic) && (undefined === input.id || "number" === typeof input.id) && (undefined === input.serviceLocal || "object" === typeof input.serviceLocal && null !== input.serviceLocal && false === Array.isArray(input.serviceLocal) &&
|
|
401
|
-
if (["name", "displayName", "type", "baseUrl", "service", "dependsOn", "commonPaths", "ui", "cloudFunction", "authorization", "mcp", "application", "version", "isPublic", "id", "serviceLocal"].some(prop => key === prop))
|
|
400
|
+
application.modules.push(...(() => { const _io0 = input => "string" === typeof input.name && "string" === typeof input.displayName && ("service" === input.type || "mcp" === input.type || "app" === input.type || "tool" === input.type || "utility" === input.type || "cloud-function" === input.type || "documentation" === input.type || "fragment" === input.type) && "string" === typeof input.baseUrl && ("object" === typeof input.service && null !== input.service && _io1(input.service)) && (Array.isArray(input.dependsOn) && input.dependsOn.every(elem => "string" === typeof elem)) && (undefined === input.commonPaths || "object" === typeof input.commonPaths && null !== input.commonPaths && false === Array.isArray(input.commonPaths) && _io2(input.commonPaths)) && (undefined === input.ui || "object" === typeof input.ui && null !== input.ui && _io3(input.ui)) && (undefined === input.cloudFunction || "object" === typeof input.cloudFunction && null !== input.cloudFunction && _io7(input.cloudFunction)) && (undefined === input.authorization || "object" === typeof input.authorization && null !== input.authorization && false === Array.isArray(input.authorization) && _io8(input.authorization)) && (undefined === input.mcp || "object" === typeof input.mcp && null !== input.mcp && _io10(input.mcp)) && (undefined === input.application || "string" === typeof input.application) && (undefined === input.version || "string" === typeof input.version) && (undefined === input.isPublic || "boolean" === typeof input.isPublic) && (undefined === input.tenantOverrides || "object" === typeof input.tenantOverrides && null !== input.tenantOverrides && false === Array.isArray(input.tenantOverrides) && _io13(input.tenantOverrides)) && (undefined === input.id || "number" === typeof input.id) && (undefined === input.serviceLocal || "object" === typeof input.serviceLocal && null !== input.serviceLocal && false === Array.isArray(input.serviceLocal) && _io15(input.serviceLocal)) && Object.keys(input).every(key => {
|
|
401
|
+
if (["name", "displayName", "type", "baseUrl", "service", "dependsOn", "commonPaths", "ui", "cloudFunction", "authorization", "mcp", "application", "version", "isPublic", "tenantOverrides", "id", "serviceLocal"].some(prop => key === prop))
|
|
402
402
|
return true;
|
|
403
403
|
const value = input[key];
|
|
404
404
|
if (undefined === value)
|
|
@@ -426,7 +426,12 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
426
426
|
if (undefined === value)
|
|
427
427
|
return true;
|
|
428
428
|
return Array.isArray(value) && value.every(elem => "string" === typeof elem);
|
|
429
|
-
}); const _io12 = input => "string" === typeof input.tool && (Array.isArray(input.operations) && input.operations.every(elem => "string" === typeof elem)) && (undefined === input.operator || "AND" === input.operator || "OR" === input.operator); const _io13 = input =>
|
|
429
|
+
}); const _io12 = input => "string" === typeof input.tool && (Array.isArray(input.operations) && input.operations.every(elem => "string" === typeof elem)) && (undefined === input.operator || "AND" === input.operator || "OR" === input.operator); const _io13 = input => Object.keys(input).every(key => {
|
|
430
|
+
const value = input[key];
|
|
431
|
+
if (undefined === value)
|
|
432
|
+
return true;
|
|
433
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io14(value);
|
|
434
|
+
}); const _io14 = input => (undefined === input.displayName || "string" === typeof input.displayName) && (undefined === input.type || "service" === input.type || "mcp" === input.type || "app" === input.type || "tool" === input.type || "utility" === input.type || "cloud-function" === input.type || "documentation" === input.type || "fragment" === input.type) && (undefined === input.service || "object" === typeof input.service && null !== input.service && false === Array.isArray(input.service) && _io15(input.service)) && (undefined === input.dependsOn || Array.isArray(input.dependsOn) && input.dependsOn.every(elem => "string" === typeof elem)) && (undefined === input.commonPaths || "object" === typeof input.commonPaths && null !== input.commonPaths && false === Array.isArray(input.commonPaths) && _io16(input.commonPaths)) && (undefined === input.ui || "object" === typeof input.ui && null !== input.ui && false === Array.isArray(input.ui) && _io17(input.ui)) && (undefined === input.cloudFunction || "object" === typeof input.cloudFunction && null !== input.cloudFunction && false === Array.isArray(input.cloudFunction) && _io18(input.cloudFunction)) && (undefined === input.authorization || "object" === typeof input.authorization && null !== input.authorization && false === Array.isArray(input.authorization) && _io19(input.authorization)) && (undefined === input.mcp || "object" === typeof input.mcp && null !== input.mcp && false === Array.isArray(input.mcp) && _io20(input.mcp)) && (undefined === input.application || "string" === typeof input.application) && (undefined === input.isPublic || "boolean" === typeof input.isPublic); const _io15 = input => (undefined === input.host || "string" === typeof input.host) && (undefined === input.port || "number" === typeof input.port) && (undefined === input.protocol || "string" === typeof input.protocol) && (undefined === input.includeBaseURL || "boolean" === typeof input.includeBaseURL); const _io16 = input => (undefined === input.apiDocs || "string" === typeof input.apiDocs) && (undefined === input.version || "string" === typeof input.version) && (undefined === input.health || "string" === typeof input.health) && (undefined === input.changelog || "string" === typeof input.changelog); const _io17 = input => (undefined === input.route || "string" === typeof input.route) && (null === input.mountAtSelector || undefined === input.mountAtSelector || "string" === typeof input.mountAtSelector) && (undefined === input.bundleFile || "string" === typeof input.bundleFile) && (undefined === input.customProps || "object" === typeof input.customProps && null !== input.customProps && false === Array.isArray(input.customProps) && _io4(input.customProps)) && (undefined === input.shell || "boolean" === typeof input.shell) && (undefined === input.isPlatformCustomization || "boolean" === typeof input.isPlatformCustomization); const _io18 = input => (undefined === input.provider || "aws" === input.provider) && (undefined === input.requiresSignature || "boolean" === typeof input.requiresSignature); const _io19 = input => (undefined === input.operations || Array.isArray(input.operations) && input.operations.every(elem => "string" === typeof elem)) && (undefined === input.routes || Array.isArray(input.routes) && input.routes.every(elem => "object" === typeof elem && null !== elem && _io9(elem))); const _io20 = input => null !== input.audience && (undefined === input.audience || "string" === typeof input.audience || Array.isArray(input.audience) && input.audience.every(elem => "string" === typeof elem)) && (undefined === input.scopesSupported || Array.isArray(input.scopesSupported) && input.scopesSupported.every(elem => "string" === typeof elem)) && (undefined === input.resourceName || "string" === typeof input.resourceName) && (undefined === input.authServerProvider || "string" === typeof input.authServerProvider) && (undefined === input.origin || "in-house" === input.origin) && (undefined === input.scopeOperationMap || "object" === typeof input.scopeOperationMap && null !== input.scopeOperationMap && false === Array.isArray(input.scopeOperationMap) && _io11(input.scopeOperationMap)) && (undefined === input.tools || Array.isArray(input.tools) && input.tools.every(elem => "object" === typeof elem && null !== elem && _io12(elem))); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
430
435
|
method: "typia.assert",
|
|
431
436
|
path: _path + ".name",
|
|
432
437
|
expected: "string",
|
|
@@ -461,9 +466,9 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
461
466
|
path: _path + ".dependsOn",
|
|
462
467
|
expected: "Array<string>",
|
|
463
468
|
value: input.dependsOn
|
|
464
|
-
}, _errorFactory)) && input.dependsOn.every((elem,
|
|
469
|
+
}, _errorFactory)) && input.dependsOn.every((elem, _index19) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
465
470
|
method: "typia.assert",
|
|
466
|
-
path: _path + ".dependsOn[" +
|
|
471
|
+
path: _path + ".dependsOn[" + _index19 + "]",
|
|
467
472
|
expected: "string",
|
|
468
473
|
value: elem
|
|
469
474
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -536,6 +541,16 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
536
541
|
path: _path + ".isPublic",
|
|
537
542
|
expected: "(boolean | undefined)",
|
|
538
543
|
value: input.isPublic
|
|
544
|
+
}, _errorFactory)) && (undefined === input.tenantOverrides || ("object" === typeof input.tenantOverrides && null !== input.tenantOverrides && false === Array.isArray(input.tenantOverrides) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
545
|
+
method: "typia.assert",
|
|
546
|
+
path: _path + ".tenantOverrides",
|
|
547
|
+
expected: "(ModuleTenantOverrides | undefined)",
|
|
548
|
+
value: input.tenantOverrides
|
|
549
|
+
}, _errorFactory)) && _ao13(input.tenantOverrides, _path + ".tenantOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
550
|
+
method: "typia.assert",
|
|
551
|
+
path: _path + ".tenantOverrides",
|
|
552
|
+
expected: "(ModuleTenantOverrides | undefined)",
|
|
553
|
+
value: input.tenantOverrides
|
|
539
554
|
}, _errorFactory)) && (undefined === input.id || "number" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
540
555
|
method: "typia.assert",
|
|
541
556
|
path: _path + ".id",
|
|
@@ -546,13 +561,13 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
546
561
|
path: _path + ".serviceLocal",
|
|
547
562
|
expected: "(Partial<ServiceConfig> | undefined)",
|
|
548
563
|
value: input.serviceLocal
|
|
549
|
-
}, _errorFactory)) &&
|
|
564
|
+
}, _errorFactory)) && _ao15(input.serviceLocal, _path + ".serviceLocal", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
550
565
|
method: "typia.assert",
|
|
551
566
|
path: _path + ".serviceLocal",
|
|
552
567
|
expected: "(Partial<ServiceConfig> | undefined)",
|
|
553
568
|
value: input.serviceLocal
|
|
554
569
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
555
|
-
if (["name", "displayName", "type", "baseUrl", "service", "dependsOn", "commonPaths", "ui", "cloudFunction", "authorization", "mcp", "application", "version", "isPublic", "id", "serviceLocal"].some(prop => key === prop))
|
|
570
|
+
if (["name", "displayName", "type", "baseUrl", "service", "dependsOn", "commonPaths", "ui", "cloudFunction", "authorization", "mcp", "application", "version", "isPublic", "tenantOverrides", "id", "serviceLocal"].some(prop => key === prop))
|
|
556
571
|
return true;
|
|
557
572
|
const value = input[key];
|
|
558
573
|
if (undefined === value)
|
|
@@ -690,9 +705,9 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
690
705
|
path: _path + ".operations",
|
|
691
706
|
expected: "(Array<string> | undefined)",
|
|
692
707
|
value: input.operations
|
|
693
|
-
}, _errorFactory)) && input.operations.every((elem,
|
|
708
|
+
}, _errorFactory)) && input.operations.every((elem, _index20) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
694
709
|
method: "typia.assert",
|
|
695
|
-
path: _path + ".operations[" +
|
|
710
|
+
path: _path + ".operations[" + _index20 + "]",
|
|
696
711
|
expected: "string",
|
|
697
712
|
value: elem
|
|
698
713
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -705,14 +720,14 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
705
720
|
path: _path + ".routes",
|
|
706
721
|
expected: "(Array<RouteAuthorization> | undefined)",
|
|
707
722
|
value: input.routes
|
|
708
|
-
}, _errorFactory)) && input.routes.every((elem,
|
|
723
|
+
}, _errorFactory)) && input.routes.every((elem, _index21) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
709
724
|
method: "typia.assert",
|
|
710
|
-
path: _path + ".routes[" +
|
|
725
|
+
path: _path + ".routes[" + _index21 + "]",
|
|
711
726
|
expected: "RouteAuthorization",
|
|
712
727
|
value: elem
|
|
713
|
-
}, _errorFactory)) && _ao9(elem, _path + ".routes[" +
|
|
728
|
+
}, _errorFactory)) && _ao9(elem, _path + ".routes[" + _index21 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
714
729
|
method: "typia.assert",
|
|
715
|
-
path: _path + ".routes[" +
|
|
730
|
+
path: _path + ".routes[" + _index21 + "]",
|
|
716
731
|
expected: "RouteAuthorization",
|
|
717
732
|
value: elem
|
|
718
733
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -725,9 +740,9 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
725
740
|
path: _path + ".methods",
|
|
726
741
|
expected: "(Array<HttpMethod> | undefined)",
|
|
727
742
|
value: input.methods
|
|
728
|
-
}, _errorFactory)) && input.methods.every((elem,
|
|
743
|
+
}, _errorFactory)) && input.methods.every((elem, _index22) => "POST" === elem || "DELETE" === elem || "GET" === elem || "HEAD" === elem || "OPTIONS" === elem || "PUT" === elem || "PATCH" === elem || "CONNECT" === elem || "TRACE" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
729
744
|
method: "typia.assert",
|
|
730
|
-
path: _path + ".methods[" +
|
|
745
|
+
path: _path + ".methods[" + _index22 + "]",
|
|
731
746
|
expected: "(\"CONNECT\" | \"DELETE\" | \"GET\" | \"HEAD\" | \"OPTIONS\" | \"PATCH\" | \"POST\" | \"PUT\" | \"TRACE\")",
|
|
732
747
|
value: elem
|
|
733
748
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -745,9 +760,9 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
745
760
|
path: _path + ".operations",
|
|
746
761
|
expected: "(Array<string> | undefined)",
|
|
747
762
|
value: input.operations
|
|
748
|
-
}, _errorFactory)) && input.operations.every((elem,
|
|
763
|
+
}, _errorFactory)) && input.operations.every((elem, _index23) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
749
764
|
method: "typia.assert",
|
|
750
|
-
path: _path + ".operations[" +
|
|
765
|
+
path: _path + ".operations[" + _index23 + "]",
|
|
751
766
|
expected: "string",
|
|
752
767
|
value: elem
|
|
753
768
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -770,9 +785,9 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
770
785
|
path: _path + ".audience",
|
|
771
786
|
expected: "(Array<string> | string | undefined)",
|
|
772
787
|
value: input.audience
|
|
773
|
-
}, _errorFactory)) && input.audience.every((elem,
|
|
788
|
+
}, _errorFactory)) && input.audience.every((elem, _index24) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
774
789
|
method: "typia.assert",
|
|
775
|
-
path: _path + ".audience[" +
|
|
790
|
+
path: _path + ".audience[" + _index24 + "]",
|
|
776
791
|
expected: "string",
|
|
777
792
|
value: elem
|
|
778
793
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -785,9 +800,9 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
785
800
|
path: _path + ".scopesSupported",
|
|
786
801
|
expected: "(Array<string> | undefined)",
|
|
787
802
|
value: input.scopesSupported
|
|
788
|
-
}, _errorFactory)) && input.scopesSupported.every((elem,
|
|
803
|
+
}, _errorFactory)) && input.scopesSupported.every((elem, _index25) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
789
804
|
method: "typia.assert",
|
|
790
|
-
path: _path + ".scopesSupported[" +
|
|
805
|
+
path: _path + ".scopesSupported[" + _index25 + "]",
|
|
791
806
|
expected: "string",
|
|
792
807
|
value: elem
|
|
793
808
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -825,14 +840,14 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
825
840
|
path: _path + ".tools",
|
|
826
841
|
expected: "(Array<McpToolAuthorization> | undefined)",
|
|
827
842
|
value: input.tools
|
|
828
|
-
}, _errorFactory)) && input.tools.every((elem,
|
|
843
|
+
}, _errorFactory)) && input.tools.every((elem, _index26) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
829
844
|
method: "typia.assert",
|
|
830
|
-
path: _path + ".tools[" +
|
|
845
|
+
path: _path + ".tools[" + _index26 + "]",
|
|
831
846
|
expected: "McpToolAuthorization",
|
|
832
847
|
value: elem
|
|
833
|
-
}, _errorFactory)) && _ao12(elem, _path + ".tools[" +
|
|
848
|
+
}, _errorFactory)) && _ao12(elem, _path + ".tools[" + _index26 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
834
849
|
method: "typia.assert",
|
|
835
|
-
path: _path + ".tools[" +
|
|
850
|
+
path: _path + ".tools[" + _index26 + "]",
|
|
836
851
|
expected: "McpToolAuthorization",
|
|
837
852
|
value: elem
|
|
838
853
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -849,9 +864,9 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
849
864
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
850
865
|
expected: "Array<string>",
|
|
851
866
|
value: value
|
|
852
|
-
}, _errorFactory)) && value.every((elem,
|
|
867
|
+
}, _errorFactory)) && value.every((elem, _index27) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
853
868
|
method: "typia.assert",
|
|
854
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
869
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index27 + "]",
|
|
855
870
|
expected: "string",
|
|
856
871
|
value: elem
|
|
857
872
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -870,9 +885,9 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
870
885
|
path: _path + ".operations",
|
|
871
886
|
expected: "Array<string>",
|
|
872
887
|
value: input.operations
|
|
873
|
-
}, _errorFactory)) && input.operations.every((elem,
|
|
888
|
+
}, _errorFactory)) && input.operations.every((elem, _index28) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
874
889
|
method: "typia.assert",
|
|
875
|
-
path: _path + ".operations[" +
|
|
890
|
+
path: _path + ".operations[" + _index28 + "]",
|
|
876
891
|
expected: "string",
|
|
877
892
|
value: elem
|
|
878
893
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -885,7 +900,117 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
885
900
|
path: _path + ".operator",
|
|
886
901
|
expected: "(\"AND\" | \"OR\" | undefined)",
|
|
887
902
|
value: input.operator
|
|
888
|
-
}, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) =>
|
|
903
|
+
}, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
904
|
+
const value = input[key];
|
|
905
|
+
if (undefined === value)
|
|
906
|
+
return true;
|
|
907
|
+
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
908
|
+
method: "typia.assert",
|
|
909
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
910
|
+
expected: "ModuleTenantOverride",
|
|
911
|
+
value: value
|
|
912
|
+
}, _errorFactory)) && _ao14(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
913
|
+
method: "typia.assert",
|
|
914
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
915
|
+
expected: "ModuleTenantOverride",
|
|
916
|
+
value: value
|
|
917
|
+
}, _errorFactory);
|
|
918
|
+
}); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.displayName || "string" === typeof input.displayName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
919
|
+
method: "typia.assert",
|
|
920
|
+
path: _path + ".displayName",
|
|
921
|
+
expected: "(string | undefined)",
|
|
922
|
+
value: input.displayName
|
|
923
|
+
}, _errorFactory)) && (undefined === input.type || "service" === input.type || "mcp" === input.type || "app" === input.type || "tool" === input.type || "utility" === input.type || "cloud-function" === input.type || "documentation" === input.type || "fragment" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
924
|
+
method: "typia.assert",
|
|
925
|
+
path: _path + ".type",
|
|
926
|
+
expected: "(\"app\" | \"cloud-function\" | \"documentation\" | \"fragment\" | \"mcp\" | \"service\" | \"tool\" | \"utility\" | undefined)",
|
|
927
|
+
value: input.type
|
|
928
|
+
}, _errorFactory)) && (undefined === input.service || ("object" === typeof input.service && null !== input.service && false === Array.isArray(input.service) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
929
|
+
method: "typia.assert",
|
|
930
|
+
path: _path + ".service",
|
|
931
|
+
expected: "(Partial<ServiceConfig> | undefined)",
|
|
932
|
+
value: input.service
|
|
933
|
+
}, _errorFactory)) && _ao15(input.service, _path + ".service", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
934
|
+
method: "typia.assert",
|
|
935
|
+
path: _path + ".service",
|
|
936
|
+
expected: "(Partial<ServiceConfig> | undefined)",
|
|
937
|
+
value: input.service
|
|
938
|
+
}, _errorFactory)) && (undefined === input.dependsOn || (Array.isArray(input.dependsOn) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
939
|
+
method: "typia.assert",
|
|
940
|
+
path: _path + ".dependsOn",
|
|
941
|
+
expected: "(Array<string> | undefined)",
|
|
942
|
+
value: input.dependsOn
|
|
943
|
+
}, _errorFactory)) && input.dependsOn.every((elem, _index29) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
944
|
+
method: "typia.assert",
|
|
945
|
+
path: _path + ".dependsOn[" + _index29 + "]",
|
|
946
|
+
expected: "string",
|
|
947
|
+
value: elem
|
|
948
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
949
|
+
method: "typia.assert",
|
|
950
|
+
path: _path + ".dependsOn",
|
|
951
|
+
expected: "(Array<string> | undefined)",
|
|
952
|
+
value: input.dependsOn
|
|
953
|
+
}, _errorFactory)) && (undefined === input.commonPaths || ("object" === typeof input.commonPaths && null !== input.commonPaths && false === Array.isArray(input.commonPaths) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
954
|
+
method: "typia.assert",
|
|
955
|
+
path: _path + ".commonPaths",
|
|
956
|
+
expected: "(Partial<CommonPathsMetadata> | undefined)",
|
|
957
|
+
value: input.commonPaths
|
|
958
|
+
}, _errorFactory)) && _ao16(input.commonPaths, _path + ".commonPaths", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
959
|
+
method: "typia.assert",
|
|
960
|
+
path: _path + ".commonPaths",
|
|
961
|
+
expected: "(Partial<CommonPathsMetadata> | undefined)",
|
|
962
|
+
value: input.commonPaths
|
|
963
|
+
}, _errorFactory)) && (undefined === input.ui || ("object" === typeof input.ui && null !== input.ui && false === Array.isArray(input.ui) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
964
|
+
method: "typia.assert",
|
|
965
|
+
path: _path + ".ui",
|
|
966
|
+
expected: "(Partial<UIConfig> | undefined)",
|
|
967
|
+
value: input.ui
|
|
968
|
+
}, _errorFactory)) && _ao17(input.ui, _path + ".ui", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
969
|
+
method: "typia.assert",
|
|
970
|
+
path: _path + ".ui",
|
|
971
|
+
expected: "(Partial<UIConfig> | undefined)",
|
|
972
|
+
value: input.ui
|
|
973
|
+
}, _errorFactory)) && (undefined === input.cloudFunction || ("object" === typeof input.cloudFunction && null !== input.cloudFunction && false === Array.isArray(input.cloudFunction) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
974
|
+
method: "typia.assert",
|
|
975
|
+
path: _path + ".cloudFunction",
|
|
976
|
+
expected: "(Partial<CloudFunctionConfig> | undefined)",
|
|
977
|
+
value: input.cloudFunction
|
|
978
|
+
}, _errorFactory)) && _ao18(input.cloudFunction, _path + ".cloudFunction", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
979
|
+
method: "typia.assert",
|
|
980
|
+
path: _path + ".cloudFunction",
|
|
981
|
+
expected: "(Partial<CloudFunctionConfig> | undefined)",
|
|
982
|
+
value: input.cloudFunction
|
|
983
|
+
}, _errorFactory)) && (undefined === input.authorization || ("object" === typeof input.authorization && null !== input.authorization && false === Array.isArray(input.authorization) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
984
|
+
method: "typia.assert",
|
|
985
|
+
path: _path + ".authorization",
|
|
986
|
+
expected: "(Partial<AuthorizationMetadata> | undefined)",
|
|
987
|
+
value: input.authorization
|
|
988
|
+
}, _errorFactory)) && _ao19(input.authorization, _path + ".authorization", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
989
|
+
method: "typia.assert",
|
|
990
|
+
path: _path + ".authorization",
|
|
991
|
+
expected: "(Partial<AuthorizationMetadata> | undefined)",
|
|
992
|
+
value: input.authorization
|
|
993
|
+
}, _errorFactory)) && (undefined === input.mcp || ("object" === typeof input.mcp && null !== input.mcp && false === Array.isArray(input.mcp) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
994
|
+
method: "typia.assert",
|
|
995
|
+
path: _path + ".mcp",
|
|
996
|
+
expected: "(Partial<McpResourceConfig> | undefined)",
|
|
997
|
+
value: input.mcp
|
|
998
|
+
}, _errorFactory)) && _ao20(input.mcp, _path + ".mcp", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
999
|
+
method: "typia.assert",
|
|
1000
|
+
path: _path + ".mcp",
|
|
1001
|
+
expected: "(Partial<McpResourceConfig> | undefined)",
|
|
1002
|
+
value: input.mcp
|
|
1003
|
+
}, _errorFactory)) && (undefined === input.application || "string" === typeof input.application || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1004
|
+
method: "typia.assert",
|
|
1005
|
+
path: _path + ".application",
|
|
1006
|
+
expected: "(string | undefined)",
|
|
1007
|
+
value: input.application
|
|
1008
|
+
}, _errorFactory)) && (undefined === input.isPublic || "boolean" === typeof input.isPublic || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1009
|
+
method: "typia.assert",
|
|
1010
|
+
path: _path + ".isPublic",
|
|
1011
|
+
expected: "(boolean | undefined)",
|
|
1012
|
+
value: input.isPublic
|
|
1013
|
+
}, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
889
1014
|
method: "typia.assert",
|
|
890
1015
|
path: _path + ".host",
|
|
891
1016
|
expected: "(string | undefined)",
|
|
@@ -905,6 +1030,186 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
905
1030
|
path: _path + ".includeBaseURL",
|
|
906
1031
|
expected: "(boolean | undefined)",
|
|
907
1032
|
value: input.includeBaseURL
|
|
1033
|
+
}, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.apiDocs || "string" === typeof input.apiDocs || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1034
|
+
method: "typia.assert",
|
|
1035
|
+
path: _path + ".apiDocs",
|
|
1036
|
+
expected: "(string | undefined)",
|
|
1037
|
+
value: input.apiDocs
|
|
1038
|
+
}, _errorFactory)) && (undefined === input.version || "string" === typeof input.version || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1039
|
+
method: "typia.assert",
|
|
1040
|
+
path: _path + ".version",
|
|
1041
|
+
expected: "(string | undefined)",
|
|
1042
|
+
value: input.version
|
|
1043
|
+
}, _errorFactory)) && (undefined === input.health || "string" === typeof input.health || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1044
|
+
method: "typia.assert",
|
|
1045
|
+
path: _path + ".health",
|
|
1046
|
+
expected: "(string | undefined)",
|
|
1047
|
+
value: input.health
|
|
1048
|
+
}, _errorFactory)) && (undefined === input.changelog || "string" === typeof input.changelog || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1049
|
+
method: "typia.assert",
|
|
1050
|
+
path: _path + ".changelog",
|
|
1051
|
+
expected: "(string | undefined)",
|
|
1052
|
+
value: input.changelog
|
|
1053
|
+
}, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => (undefined === input.route || "string" === typeof input.route || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1054
|
+
method: "typia.assert",
|
|
1055
|
+
path: _path + ".route",
|
|
1056
|
+
expected: "(string | undefined)",
|
|
1057
|
+
value: input.route
|
|
1058
|
+
}, _errorFactory)) && (null === input.mountAtSelector || undefined === input.mountAtSelector || "string" === typeof input.mountAtSelector || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1059
|
+
method: "typia.assert",
|
|
1060
|
+
path: _path + ".mountAtSelector",
|
|
1061
|
+
expected: "(null | string | undefined)",
|
|
1062
|
+
value: input.mountAtSelector
|
|
1063
|
+
}, _errorFactory)) && (undefined === input.bundleFile || "string" === typeof input.bundleFile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1064
|
+
method: "typia.assert",
|
|
1065
|
+
path: _path + ".bundleFile",
|
|
1066
|
+
expected: "(string | undefined)",
|
|
1067
|
+
value: input.bundleFile
|
|
1068
|
+
}, _errorFactory)) && (undefined === input.customProps || ("object" === typeof input.customProps && null !== input.customProps && false === Array.isArray(input.customProps) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1069
|
+
method: "typia.assert",
|
|
1070
|
+
path: _path + ".customProps",
|
|
1071
|
+
expected: "(ModuleProps | undefined)",
|
|
1072
|
+
value: input.customProps
|
|
1073
|
+
}, _errorFactory)) && _ao4(input.customProps, _path + ".customProps", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1074
|
+
method: "typia.assert",
|
|
1075
|
+
path: _path + ".customProps",
|
|
1076
|
+
expected: "(ModuleProps | undefined)",
|
|
1077
|
+
value: input.customProps
|
|
1078
|
+
}, _errorFactory)) && (undefined === input.shell || "boolean" === typeof input.shell || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1079
|
+
method: "typia.assert",
|
|
1080
|
+
path: _path + ".shell",
|
|
1081
|
+
expected: "(boolean | undefined)",
|
|
1082
|
+
value: input.shell
|
|
1083
|
+
}, _errorFactory)) && (undefined === input.isPlatformCustomization || "boolean" === typeof input.isPlatformCustomization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1084
|
+
method: "typia.assert",
|
|
1085
|
+
path: _path + ".isPlatformCustomization",
|
|
1086
|
+
expected: "(boolean | undefined)",
|
|
1087
|
+
value: input.isPlatformCustomization
|
|
1088
|
+
}, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => (undefined === input.provider || "aws" === input.provider || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1089
|
+
method: "typia.assert",
|
|
1090
|
+
path: _path + ".provider",
|
|
1091
|
+
expected: "(\"aws\" | undefined)",
|
|
1092
|
+
value: input.provider
|
|
1093
|
+
}, _errorFactory)) && (undefined === input.requiresSignature || "boolean" === typeof input.requiresSignature || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1094
|
+
method: "typia.assert",
|
|
1095
|
+
path: _path + ".requiresSignature",
|
|
1096
|
+
expected: "(boolean | undefined)",
|
|
1097
|
+
value: input.requiresSignature
|
|
1098
|
+
}, _errorFactory)); const _ao19 = (input, _path, _exceptionable = true) => (undefined === input.operations || (Array.isArray(input.operations) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1099
|
+
method: "typia.assert",
|
|
1100
|
+
path: _path + ".operations",
|
|
1101
|
+
expected: "(Array<string> | undefined)",
|
|
1102
|
+
value: input.operations
|
|
1103
|
+
}, _errorFactory)) && input.operations.every((elem, _index30) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1104
|
+
method: "typia.assert",
|
|
1105
|
+
path: _path + ".operations[" + _index30 + "]",
|
|
1106
|
+
expected: "string",
|
|
1107
|
+
value: elem
|
|
1108
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1109
|
+
method: "typia.assert",
|
|
1110
|
+
path: _path + ".operations",
|
|
1111
|
+
expected: "(Array<string> | undefined)",
|
|
1112
|
+
value: input.operations
|
|
1113
|
+
}, _errorFactory)) && (undefined === input.routes || (Array.isArray(input.routes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1114
|
+
method: "typia.assert",
|
|
1115
|
+
path: _path + ".routes",
|
|
1116
|
+
expected: "(Array<RouteAuthorization> | undefined)",
|
|
1117
|
+
value: input.routes
|
|
1118
|
+
}, _errorFactory)) && input.routes.every((elem, _index31) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1119
|
+
method: "typia.assert",
|
|
1120
|
+
path: _path + ".routes[" + _index31 + "]",
|
|
1121
|
+
expected: "RouteAuthorization",
|
|
1122
|
+
value: elem
|
|
1123
|
+
}, _errorFactory)) && _ao9(elem, _path + ".routes[" + _index31 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1124
|
+
method: "typia.assert",
|
|
1125
|
+
path: _path + ".routes[" + _index31 + "]",
|
|
1126
|
+
expected: "RouteAuthorization",
|
|
1127
|
+
value: elem
|
|
1128
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1129
|
+
method: "typia.assert",
|
|
1130
|
+
path: _path + ".routes",
|
|
1131
|
+
expected: "(Array<RouteAuthorization> | undefined)",
|
|
1132
|
+
value: input.routes
|
|
1133
|
+
}, _errorFactory)); const _ao20 = (input, _path, _exceptionable = true) => (null !== input.audience || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1134
|
+
method: "typia.assert",
|
|
1135
|
+
path: _path + ".audience",
|
|
1136
|
+
expected: "(Array<string> | string | undefined)",
|
|
1137
|
+
value: input.audience
|
|
1138
|
+
}, _errorFactory)) && (undefined === input.audience || "string" === typeof input.audience || (Array.isArray(input.audience) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1139
|
+
method: "typia.assert",
|
|
1140
|
+
path: _path + ".audience",
|
|
1141
|
+
expected: "(Array<string> | string | undefined)",
|
|
1142
|
+
value: input.audience
|
|
1143
|
+
}, _errorFactory)) && input.audience.every((elem, _index32) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1144
|
+
method: "typia.assert",
|
|
1145
|
+
path: _path + ".audience[" + _index32 + "]",
|
|
1146
|
+
expected: "string",
|
|
1147
|
+
value: elem
|
|
1148
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1149
|
+
method: "typia.assert",
|
|
1150
|
+
path: _path + ".audience",
|
|
1151
|
+
expected: "(Array<string> | string | undefined)",
|
|
1152
|
+
value: input.audience
|
|
1153
|
+
}, _errorFactory)) && (undefined === input.scopesSupported || (Array.isArray(input.scopesSupported) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1154
|
+
method: "typia.assert",
|
|
1155
|
+
path: _path + ".scopesSupported",
|
|
1156
|
+
expected: "(Array<string> | undefined)",
|
|
1157
|
+
value: input.scopesSupported
|
|
1158
|
+
}, _errorFactory)) && input.scopesSupported.every((elem, _index33) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1159
|
+
method: "typia.assert",
|
|
1160
|
+
path: _path + ".scopesSupported[" + _index33 + "]",
|
|
1161
|
+
expected: "string",
|
|
1162
|
+
value: elem
|
|
1163
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1164
|
+
method: "typia.assert",
|
|
1165
|
+
path: _path + ".scopesSupported",
|
|
1166
|
+
expected: "(Array<string> | undefined)",
|
|
1167
|
+
value: input.scopesSupported
|
|
1168
|
+
}, _errorFactory)) && (undefined === input.resourceName || "string" === typeof input.resourceName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1169
|
+
method: "typia.assert",
|
|
1170
|
+
path: _path + ".resourceName",
|
|
1171
|
+
expected: "(string | undefined)",
|
|
1172
|
+
value: input.resourceName
|
|
1173
|
+
}, _errorFactory)) && (undefined === input.authServerProvider || "string" === typeof input.authServerProvider || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1174
|
+
method: "typia.assert",
|
|
1175
|
+
path: _path + ".authServerProvider",
|
|
1176
|
+
expected: "(string | undefined)",
|
|
1177
|
+
value: input.authServerProvider
|
|
1178
|
+
}, _errorFactory)) && (undefined === input.origin || "in-house" === input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1179
|
+
method: "typia.assert",
|
|
1180
|
+
path: _path + ".origin",
|
|
1181
|
+
expected: "(\"in-house\" | undefined)",
|
|
1182
|
+
value: input.origin
|
|
1183
|
+
}, _errorFactory)) && (undefined === input.scopeOperationMap || ("object" === typeof input.scopeOperationMap && null !== input.scopeOperationMap && false === Array.isArray(input.scopeOperationMap) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1184
|
+
method: "typia.assert",
|
|
1185
|
+
path: _path + ".scopeOperationMap",
|
|
1186
|
+
expected: "(Record<string, Array<string>> | undefined)",
|
|
1187
|
+
value: input.scopeOperationMap
|
|
1188
|
+
}, _errorFactory)) && _ao11(input.scopeOperationMap, _path + ".scopeOperationMap", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1189
|
+
method: "typia.assert",
|
|
1190
|
+
path: _path + ".scopeOperationMap",
|
|
1191
|
+
expected: "(Record<string, Array<string>> | undefined)",
|
|
1192
|
+
value: input.scopeOperationMap
|
|
1193
|
+
}, _errorFactory)) && (undefined === input.tools || (Array.isArray(input.tools) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1194
|
+
method: "typia.assert",
|
|
1195
|
+
path: _path + ".tools",
|
|
1196
|
+
expected: "(Array<McpToolAuthorization> | undefined)",
|
|
1197
|
+
value: input.tools
|
|
1198
|
+
}, _errorFactory)) && input.tools.every((elem, _index34) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1199
|
+
method: "typia.assert",
|
|
1200
|
+
path: _path + ".tools[" + _index34 + "]",
|
|
1201
|
+
expected: "McpToolAuthorization",
|
|
1202
|
+
value: elem
|
|
1203
|
+
}, _errorFactory)) && _ao12(elem, _path + ".tools[" + _index34 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1204
|
+
method: "typia.assert",
|
|
1205
|
+
path: _path + ".tools[" + _index34 + "]",
|
|
1206
|
+
expected: "McpToolAuthorization",
|
|
1207
|
+
value: elem
|
|
1208
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1209
|
+
method: "typia.assert",
|
|
1210
|
+
path: _path + ".tools",
|
|
1211
|
+
expected: "(Array<McpToolAuthorization> | undefined)",
|
|
1212
|
+
value: input.tools
|
|
908
1213
|
}, _errorFactory)); const __is = input => Array.isArray(input) && input.every(elem => "object" === typeof elem && null !== elem && _io0(elem)); let _errorFactory; return (input, errorFactory) => {
|
|
909
1214
|
if (false === __is(input)) {
|
|
910
1215
|
_errorFactory = errorFactory;
|
|
@@ -913,14 +1218,14 @@ const readApplicationDirectory = (path, defaultApplication) => {
|
|
|
913
1218
|
path: _path + "",
|
|
914
1219
|
expected: "Array<CreateOrUpdateModule & { serviceLocal?: Partial<ServiceConfig> | undefined; } & { [x: string]: string; }>",
|
|
915
1220
|
value: input
|
|
916
|
-
}, _errorFactory)) && input.every((elem,
|
|
1221
|
+
}, _errorFactory)) && input.every((elem, _index18) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(true, {
|
|
917
1222
|
method: "typia.assert",
|
|
918
|
-
path: _path + "[" +
|
|
1223
|
+
path: _path + "[" + _index18 + "]",
|
|
919
1224
|
expected: "CreateOrUpdateModule & { serviceLocal?: Partial<ServiceConfig> | undefined; } & { [x: string]: string; }",
|
|
920
1225
|
value: elem
|
|
921
|
-
}, _errorFactory)) && _ao0(elem, _path + "[" +
|
|
1226
|
+
}, _errorFactory)) && _ao0(elem, _path + "[" + _index18 + "]", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
922
1227
|
method: "typia.assert",
|
|
923
|
-
path: _path + "[" +
|
|
1228
|
+
path: _path + "[" + _index18 + "]",
|
|
924
1229
|
expected: "CreateOrUpdateModule & { serviceLocal?: Partial<ServiceConfig> | undefined; } & { [x: string]: string; }",
|
|
925
1230
|
value: elem
|
|
926
1231
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(true, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"read-bootstrap-applications.js","sourceRoot":"","sources":["../../../src/bootstrap/read-bootstrap-applications.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"read-bootstrap-applications.js","sourceRoot":"","sources":["../../../src/bootstrap/read-bootstrap-applications.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iDAI4B;AAC5B,+BAA4B;AAC5B,kDAA0B;AAC1B,oCAA2C;AAY3C,cAAc;AACd,MAAM,qBAAqB,GAAG,uBAAuB,CAAC;AACtD,MAAM,kBAAkB,GAAG,oBAAoB,CAAC;AAChD,MAAM,gBAAgB,GAAG,kBAAkB,CAAA;AAC3C,MAAM,eAAe,GAAG,iBAAiB,CAAC;AAC1C,MAAM,YAAY,GAAG,cAAc,CAAC;AACpC,MAAM,mBAAmB,GAAG,qBAAqB,CAAC;AAClD,MAAM,UAAU,GAAG,YAAY,CAAA;AAC/B,MAAM,SAAS,GAAG,WAAW,CAAA;AAC7B,MAAM,aAAa,GAAG,QAAQ,CAAA;AAE9B;;;;;GAKG;AACI,MAAM,2BAA2B,GAAG,CAAC,IAAY,EAAE,OAAyB,EAAqB,EAAE;IACxG,MAAM,kBAAkB,GAAG,gCAAgC,EAAE,CAAA;IAE7D,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAElD,6BAA6B,CAAC,IAAI,CAAC,CAAC;IAEpC,aAAa;IACb,OAAO,WAAW,CAAC,IAAI,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;;QACrE,IAAI,IAAI,CAAC,IAAI,KAAK,qBAAqB,EAAE,CAAC;YACxC,IAAI,CAAC;gBACH,GAAG,CAAC,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAsD,IAAA,iBAAY,EAAC,IAAA,WAAI,EAAC,IAAI,EAAE,qBAAqB,CAAC,CAAC,CAAC,CAAC;YAC5H,CAAC;YAAC,OAAO,CAAC,EAAE,CAAC;gBACX,MAAM,IAAI,KAAK,CAAC,iBAAiB,qBAAqB,UAAU,CAAC,EAAE,CAAC,CAAC;YACvE,CAAC;QACH,CAAC;aAAM,IAAI,IAAI,CAAC,IAAI,KAAK,kBAAkB,EAAE,CAAC;YAC5C,IAAI,CAAC;gBACH,GAAG,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAmD,IAAA,iBAAY,EAAC,IAAA,WAAI,EAAC,IAAI,EAAE,kBAAkB,CAAC,CAAC,CAAC,CAAC;YACnH,CAAC;YAAC,OAAO,CAAC,EAAE,CAAC;gBACX,MAAM,IAAI,KAAK,CAAC,iBAAiB,kBAAkB,UAAU,CAAC,EAAE,CAAC,CAAC;YACpE,CAAC;QACH,CAAC;aAAM,IAAI,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC;YAC9B,IAAI,IAAI,CAAC,IAAI,KAAK,aAAa,EAAE,CAAC;gBAChC,OAAO,GAAG,CAAA;YACZ,CAAC;YAED,IAAI,CAAC,MAAA,OAAO,CAAC,OAAO,mCAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;gBAChD,OAAO,CAAC,GAAG,CAAC,0BAA0B,IAAI,CAAC,IAAI,KAAK,CAAC,CAAA;gBACrD,OAAO,GAAG,CAAA;YACZ,CAAC;YAED,MAAM,OAAO,GAAG,IAAA,WAAI,EAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;YACtC,IAAI,IAAI,CAAC,IAAI,KAAK,oCAAyB,IAAI,CAAC,UAAU,CAAC,IAAA,WAAI,EAAC,OAAO,EAAE,gBAAgB,CAAC,CAAC,EAAE,CAAC;gBAC5F,MAAM,IAAI,KAAK,CAAC,0BAA0B,IAAI,CAAC,IAAI,yBAAyB,gBAAgB,OAAO,CAAC,CAAC;YACvG,CAAC;YAED,MAAM,GAAG,GAAG,wBAAwB,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAAA;YACjE,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,GAAG,CAAA;YAEhC,IAAI,MAAA,GAAG,CAAC,YAAY,0CAAE,MAAM,EAAE,CAAC;gBAC7B,GAAG,CAAC,YAAY,GAAG,CAAC,GAAG,CAAC,MAAA,GAAG,CAAC,YAAY,mCAAI,EAAE,CAAC,EAAE,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;YACxE,CAAC;QACH,CAAC;QACD,OAAO,GAAG,CAAA;IACZ,CAAC,EAAE,EAAE,YAAY,EAAE,EAAE,EAAkC,CAAC,CAAA;AAC1D,CAAC,CAAA;AA7CY,QAAA,2BAA2B,+BA6CvC;AAED,MAAM,gCAAgC,GAAG,GAAyB,EAAE,CAAC,CAAC;IACpE,IAAI,EAAE,oCAAyB;IAC/B,WAAW,EAAE,UAAU;IACvB,WAAW,EAAE,yBAAyB;IACtC,gBAAgB,EAAE,IAAI;IACtB,OAAO,EAAE,EAAE;IACX,UAAU,EAAE,EAAE;IACd,KAAK,EAAE,EAAE;IACT,aAAa,EAAE,EAAE;IACjB,IAAI,EAAE,EAAE;CACT,CAAC,CAAA;AAEF,MAAM,wBAAwB,GAAG,CAAC,IAAY,EAAE,kBAAwC,EAAwB,EAAE;IAChH,MAAM,EAAE,UAAU,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACrC,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2JAA4C,CAAC,KAAkC,EAAE,EAAE;QAC7F,MAAM,IAAI,KAAK,CAAC,iBAAiB,IAAA,WAAI,EAAC,IAAI,EAAE,gBAAgB,CAAC,0BAA0B,KAAK,CAAC,IAAI,kBAAkB,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC;IACvI,CAAC;;;;;;;;;;;;;;;;WAAC,CAAA;IACF,MAAM,WAAW,GAAyB,UAAU,CAAC,IAAA,WAAI,EAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,CAAC,iCAE7E,MAAM,CAAC,IAAA,iBAAY,EAAC,IAAA,WAAI,EAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,KACrD,OAAO,EAAE,EAAE,EACX,UAAU,EAAE,EAAE,EACd,KAAK,EAAE,EAAE,EACT,aAAa,EAAE,EAAE,EACjB,IAAI,EAAE,EAAE,IAEV,CAAC,CAAC,kBAAkB,CAAA;IAEtB,8DAA8D;IAC9D,IAAI,UAAU,CAAC,IAAA,WAAI,EAAC,IAAI,EAAE,YAAY,CAAC,CAAC,EAAE,CAAC;QAEzC,MAAM,IAAI,GAAG,oBAAoB,CAAkB,IAAI,EAAE,YAAY,EAAE,WAAW,EAAE,aAAa,CAAC,CAAC;QACnG,IAAI,CAAC;YACH,WAAW,CAAC,OAAO,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAgB,IAAI,CAAC,CAAC,CAAC;QAClD,CAAC;QAAC,OAAO,CAAC,EAAE,CAAC;YACX,MAAM,IAAI,KAAK,CAAC,iBAAiB,IAAA,WAAI,EAAC,IAAI,EAAE,YAAY,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QAC1E,CAAC;IACH,CAAC;IAED,IAAI,UAAU,CAAC,IAAA,WAAI,EAAC,IAAI,EAAE,mBAAmB,CAAC,CAAC,EAAE,CAAC;QAChD,MAAM,IAAI,GAAG,oBAAoB,CAAe,IAAI,EAAE,mBAAmB,EAAE,WAAW,EAAE,aAAa,CAAC,CAAC;QACvG,IAAI,CAAC;YACH,WAAW,CAAC,aAAa,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAgB,IAAI,CAAC,CAAC,CAAC;QACxD,CAAC;QAAC,OAAO,CAAC,EAAE,CAAC;YACX,MAAM,IAAI,KAAK,CAAC,iBAAiB,IAAA,WAAI,EAAC,IAAI,EAAE,mBAAmB,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QACjF,CAAC;IACH,CAAC;IAED,IAAI,UAAU,CAAC,IAAA,WAAI,EAAC,IAAI,EAAE,eAAe,CAAC,CAAC,EAAE,CAAC;QAC5C,MAAM,IAAI,GAAG,oBAAoB,CAA0B,IAAI,EAAE,eAAe,EAAE,WAAW,CAAC,CAAC;QAC/F,IAAI,CAAC;YACH,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAgB,IAAI,CAAC,CAAC,CAAC;QACrD,CAAC;QAAC,OAAO,CAAC,EAAE,CAAC;YACX,MAAM,IAAI,KAAK,CAAC,iBAAiB,IAAA,WAAI,EAAC,IAAI,EAAE,eAAe,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QAC7E,CAAC;IACH,CAAC;IAED,IAAI,UAAU,CAAC,IAAA,WAAI,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC,EAAE,CAAC;QACvC,MAAM,IAAI,GAAG,oBAAoB,CAAgB,IAAI,EAAE,UAAU,EAAE,WAAW,CAAC,CAAC;QAChF,IAAI,CAAC;YACH,WAAW,CAAC,KAAK,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAgB,IAAI,CAAC,CAAC,CAAC;QAChD,CAAC;QAAC,OAAO,CAAC,EAAE,CAAC;YACX,MAAM,IAAI,KAAK,CAAC,iBAAiB,IAAA,WAAI,EAAC,IAAI,EAAE,UAAU,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QACxE,CAAC;IACH,CAAC;IAED,IAAI,UAAU,CAAC,IAAA,WAAI,EAAC,IAAI,EAAE,SAAS,CAAC,CAAC,EAAE,CAAC;QACtC,MAAM,IAAI,GAAG,IAAA,iBAAY,EAAC,IAAA,WAAI,EAAC,IAAI,EAAE,SAAS,CAAC,CAAmB,CAAC;QACnE,IAAI,CAAC;YACH,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAgB,IAAI,CAAC,CAAC,CAAC;QAC/C,CAAC;QAAC,OAAO,CAAC,EAAE,CAAC;YACX,MAAM,IAAI,KAAK,CAAC,iBAAiB,IAAA,WAAI,EAAC,IAAI,EAAE,SAAS,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QACvE,CAAC;IACH,CAAC;IAED,IAAI,UAAU,CAAC,IAAA,WAAI,EAAC,IAAI,EAAE,kBAAkB,CAAC,CAAC,EAAE,CAAC;QAC/C,IAAI,CAAC;YACH,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBACZ,IAAA,iBAAY,EAAC,IAAA,WAAI,EAAC,IAAI,EAAE,kBAAkB,CAAC,CAAC,CAC7C,CAAC;YACF,WAAW,CAAC,YAAY,GAAG,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAC7C,iCAAM,IAAI,KAAE,eAAe,EAAE,WAAW,CAAC,IAAI,IAAG,CACjD,CAAC;QACJ,CAAC;QAAC,OAAO,CAAC,EAAE,CAAC;YACX,MAAM,IAAI,KAAK,CAAC,iBAAiB,IAAA,WAAI,EAAC,IAAI,EAAE,kBAAkB,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QAChF,CAAC;IACH,CAAC;IAED,OAAO,WAAW,CAAA;AACpB,CAAC,CAAA;AAED,MAAM,oBAAoB,GAAG,CAAI,IAAY,EAAE,QAAgB,EAAE,WAAiC,EAAE,YAAoB,iBAAiB,EAAE,EAAE,CAC1I,IAAA,iBAAY,EAAC,IAAA,WAAI,EAAC,IAAI,EAAE,QAAQ,CAAC,CAAoB;KACnD,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,iCACR,IAAI,KACP,CAAC,SAAS,CAAC,EAAE,WAAW,CAAC,IAAI,IAC7B,CAAC,CAAA;AAEP;;;;;;GAMG;AACH,MAAM,6BAA6B,GAAG,CAAC,QAAgB,EAAQ,EAAE;IAC/D,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAEpF,MAAM,UAAU,GAAG,IAAA,WAAI,EAAC,QAAQ,EAAE,aAAa,CAAC,CAAC;IACjD,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC;QAAE,OAAO;IAEpC,MAAM,YAAY,GAAG,IAAA,WAAI,EAAC,QAAQ,EAAE,oCAAyB,CAAC,CAAC;IAC/D,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,EAAE,CAAC;QAC9B,SAAS,CAAC,YAAY,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;IAC/C,CAAC;IAED,OAAO,CAAC,GAAG,CAAC,cAAc,aAAa,0BAA0B,oCAAyB,MAAM,CAAC,CAAC;IAElG,MAAM,KAAK,GAAG,WAAW,CAAC,UAAU,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,CAAC,CAAC;IAC/D,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;QACzB,IAAI,IAAI,CAAC,WAAW,EAAE;YAAE,SAAS;QAEjC,MAAM,cAAc,GAAG,IAAA,WAAI,EAAC,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;QACnD,MAAM,gBAAgB,GAAG,IAAA,WAAI,EAAC,YAAY,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;QACvD,MAAM,aAAa,GAAG,IAAA,iBAAY,EAAC,cAAc,CAAc,CAAC;QAEhE,IAAI,UAAU,CAAC,gBAAgB,CAAC,EAAE,CAAC;YACjC,MAAM,eAAe,GAAG,IAAA,iBAAY,EAAC,gBAAgB,CAAc,CAAC;YACpE,aAAa,CAAC,gBAAgB,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,eAAe,EAAE,GAAG,aAAa,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;QACnG,CAAC;aAAM,CAAC;YACN,aAAa,CAAC,gBAAgB,EAAE,IAAI,CAAC,SAAS,CAAC,aAAa,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;QAC1E,CAAC;QAED,OAAO,CAAC,GAAG,CAAC,eAAe,aAAa,IAAI,IAAI,CAAC,IAAI,SAAS,oCAAyB,IAAI,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC;IAC3G,CAAC;IAED,MAAM,CAAC,UAAU,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;IACrD,OAAO,CAAC,GAAG,CAAC,mBAAmB,aAAa,UAAU,CAAC,CAAC;AAC1D,CAAC,CAAA"}
|