@carlonicora/nestjs-neo4jsonapi 4.1.4 → 4.3.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.
- package/dist/agents/graph/graph.module.d.ts.map +1 -1
- package/dist/agents/graph/graph.module.js +6 -0
- package/dist/agents/graph/graph.module.js.map +1 -1
- package/dist/agents/graph/interfaces/graph.catalog.interface.d.ts +46 -1
- package/dist/agents/graph/interfaces/graph.catalog.interface.d.ts.map +1 -1
- package/dist/agents/graph/services/graph.catalog.service.d.ts +14 -2
- package/dist/agents/graph/services/graph.catalog.service.d.ts.map +1 -1
- package/dist/agents/graph/services/graph.catalog.service.js +75 -0
- package/dist/agents/graph/services/graph.catalog.service.js.map +1 -1
- package/dist/agents/graph/services/richtext.write.d.ts +52 -0
- package/dist/agents/graph/services/richtext.write.d.ts.map +1 -0
- package/dist/agents/graph/services/richtext.write.js +92 -0
- package/dist/agents/graph/services/richtext.write.js.map +1 -0
- package/dist/agents/graph/services/writable.rules.d.ts +37 -0
- package/dist/agents/graph/services/writable.rules.d.ts.map +1 -0
- package/dist/agents/graph/services/writable.rules.js +46 -0
- package/dist/agents/graph/services/writable.rules.js.map +1 -0
- package/dist/agents/graph/tools/describe-entity.tool.d.ts.map +1 -1
- package/dist/agents/graph/tools/describe-entity.tool.js +15 -0
- package/dist/agents/graph/tools/describe-entity.tool.js.map +1 -1
- package/dist/agents/index.d.ts +1 -1
- package/dist/agents/index.d.ts.map +1 -1
- package/dist/agents/index.js.map +1 -1
- package/dist/agents/operator/contexts/operator.context.d.ts +17 -1
- package/dist/agents/operator/contexts/operator.context.d.ts.map +1 -1
- package/dist/agents/operator/contexts/operator.context.js +8 -0
- package/dist/agents/operator/contexts/operator.context.js.map +1 -1
- package/dist/agents/operator/controllers/operator.controller.d.ts.map +1 -1
- package/dist/agents/operator/controllers/operator.controller.js +10 -1
- package/dist/agents/operator/controllers/operator.controller.js.map +1 -1
- package/dist/agents/operator/interfaces/operator.tool.interface.d.ts +49 -1
- package/dist/agents/operator/interfaces/operator.tool.interface.d.ts.map +1 -1
- package/dist/agents/operator/interfaces/operator.tool.interface.js.map +1 -1
- package/dist/agents/operator/prompts/operator.system.prompt.d.ts +1 -1
- package/dist/agents/operator/prompts/operator.system.prompt.d.ts.map +1 -1
- package/dist/agents/operator/prompts/operator.system.prompt.js +2 -0
- package/dist/agents/operator/prompts/operator.system.prompt.js.map +1 -1
- package/dist/agents/operator/services/operator.service.d.ts +32 -0
- package/dist/agents/operator/services/operator.service.d.ts.map +1 -1
- package/dist/agents/operator/services/operator.service.js +83 -2
- package/dist/agents/operator/services/operator.service.js.map +1 -1
- package/dist/agents/operator/tools/entity-write.tools.d.ts +75 -19
- package/dist/agents/operator/tools/entity-write.tools.d.ts.map +1 -1
- package/dist/agents/operator/tools/entity-write.tools.js +422 -149
- package/dist/agents/operator/tools/entity-write.tools.js.map +1 -1
- package/dist/common/helpers/bound-content.d.ts +21 -0
- package/dist/common/helpers/bound-content.d.ts.map +1 -0
- package/dist/common/helpers/bound-content.js +28 -0
- package/dist/common/helpers/bound-content.js.map +1 -0
- package/dist/common/helpers/index.d.ts +1 -0
- package/dist/common/helpers/index.d.ts.map +1 -1
- package/dist/common/helpers/index.js +1 -0
- package/dist/common/helpers/index.js.map +1 -1
- package/dist/common/interfaces/entity.schema.interface.d.ts +27 -4
- package/dist/common/interfaces/entity.schema.interface.d.ts.map +1 -1
- package/dist/core/email/services/email.service.d.ts +14 -0
- package/dist/core/email/services/email.service.d.ts.map +1 -1
- package/dist/core/email/services/email.service.js +13 -0
- package/dist/core/email/services/email.service.js.map +1 -1
- package/dist/foundations/assistant/controllers/assistant.controller.d.ts +0 -7
- package/dist/foundations/assistant/controllers/assistant.controller.d.ts.map +1 -1
- package/dist/foundations/assistant/controllers/assistant.controller.js +2 -16
- package/dist/foundations/assistant/controllers/assistant.controller.js.map +1 -1
- package/dist/foundations/assistant/services/assistant.service.d.ts +0 -9
- package/dist/foundations/assistant/services/assistant.service.d.ts.map +1 -1
- package/dist/foundations/assistant/services/assistant.service.js +32 -35
- package/dist/foundations/assistant/services/assistant.service.js.map +1 -1
- package/dist/foundations/assistant-action/entities/assistant-action.d.ts +1 -0
- package/dist/foundations/assistant-action/entities/assistant-action.d.ts.map +1 -1
- package/dist/foundations/assistant-action/entities/assistant-action.js +1 -0
- package/dist/foundations/assistant-action/entities/assistant-action.js.map +1 -1
- package/dist/foundations/assistant-action/services/assistant-action.service.d.ts +2 -0
- package/dist/foundations/assistant-action/services/assistant-action.service.d.ts.map +1 -1
- package/dist/foundations/assistant-action/services/assistant-action.service.js +1 -0
- package/dist/foundations/assistant-action/services/assistant-action.service.js.map +1 -1
- package/dist/mcp/mcp.module.d.ts +4 -0
- package/dist/mcp/mcp.module.d.ts.map +1 -1
- package/dist/mcp/mcp.module.js +6 -1
- package/dist/mcp/mcp.module.js.map +1 -1
- package/dist/mcp/services/mcp.entity.write.service.d.ts +16 -1
- package/dist/mcp/services/mcp.entity.write.service.d.ts.map +1 -1
- package/dist/mcp/services/mcp.entity.write.service.js +25 -6
- package/dist/mcp/services/mcp.entity.write.service.js.map +1 -1
- package/dist/mcp/services/mcp.promoted.tools.factory.d.ts +21 -4
- package/dist/mcp/services/mcp.promoted.tools.factory.d.ts.map +1 -1
- package/dist/mcp/services/mcp.promoted.tools.factory.js +28 -5
- package/dist/mcp/services/mcp.promoted.tools.factory.js.map +1 -1
- package/package.json +1 -1
|
@@ -23,8 +23,14 @@ export declare function descriptorFieldToJsonSchema(field: {
|
|
|
23
23
|
}): Record<string, unknown>;
|
|
24
24
|
/**
|
|
25
25
|
* Generates dedicated per-entity MCP tools (`search_<type>`, `get_<type>`,
|
|
26
|
-
* `create_<type>`, `update_<type>`)
|
|
27
|
-
*
|
|
26
|
+
* `create_<type>`, `update_<type>`).
|
|
27
|
+
*
|
|
28
|
+
* Descriptor-driven by default, env list is an optional override: when
|
|
29
|
+
* `ConfigMcpInterface.promotedEntities` (env `MCP_PROMOTED_ENTITIES`) is
|
|
30
|
+
* empty, every accessible type whose descriptor sets `chat.writable: true`
|
|
31
|
+
* (mirrored onto `CatalogEntity.writable`) is promoted, in alphabetical
|
|
32
|
+
* order. Setting the env list overrides that derivation entirely — the listed
|
|
33
|
+
* types are promoted as given, `writable` included or not.
|
|
28
34
|
*
|
|
29
35
|
* Types the user cannot access (unknown type or module not granted) are
|
|
30
36
|
* skipped: `GraphCatalogService.getEntityDetail` returns `null` for both
|
|
@@ -41,10 +47,21 @@ export declare class McpPromotedToolsFactory {
|
|
|
41
47
|
constructor(config: ConfigService, catalog: GraphCatalogService, searchTool: SearchEntitiesTool, readTool: ReadEntityTool, writeService: McpEntityWriteService);
|
|
42
48
|
/**
|
|
43
49
|
* Builds the promoted per-entity tool definitions for the given user
|
|
44
|
-
* context.
|
|
45
|
-
*
|
|
50
|
+
* context.
|
|
51
|
+
*
|
|
52
|
+
* Descriptor-driven by default: with no `MCP_PROMOTED_ENTITIES` configured,
|
|
53
|
+
* every accessible type whose descriptor sets `chat.writable: true` is
|
|
54
|
+
* promoted, alphabetically. A non-empty config list is an explicit override
|
|
55
|
+
* and is used verbatim. Returns an empty array when neither source yields an
|
|
56
|
+
* accessible type.
|
|
46
57
|
*/
|
|
47
58
|
build(ctx: McpUserContext): McpToolDefinition[];
|
|
59
|
+
/**
|
|
60
|
+
* The default promotion set: every type the user can reach whose descriptor
|
|
61
|
+
* declares `chat.writable: true`, sorted alphabetically so the tool list is
|
|
62
|
+
* deterministic across boots.
|
|
63
|
+
*/
|
|
64
|
+
private deriveWritableTypes;
|
|
48
65
|
private buildSearchTool;
|
|
49
66
|
private buildGetTool;
|
|
50
67
|
private buildCreateTool;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mcp.promoted.tools.factory.d.ts","sourceRoot":"","sources":["../../../src/mcp/services/mcp.promoted.tools.factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAGnF,OAAO,KAAK,EAAE,iBAAiB,EAAiB,cAAc,EAAE,MAAM,kCAAkC,CAAC;AACzG,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;;;;;;;;;;;GAYG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAuBlH;AAED
|
|
1
|
+
{"version":3,"file":"mcp.promoted.tools.factory.d.ts","sourceRoot":"","sources":["../../../src/mcp/services/mcp.promoted.tools.factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAGnF,OAAO,KAAK,EAAE,iBAAiB,EAAiB,cAAc,EAAE,MAAM,kCAAkC,CAAC;AACzG,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;;;;;;;;;;;GAYG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAuBlH;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,qBACa,uBAAuB;IAEhC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,YAAY;gBAJZ,MAAM,EAAE,aAAa,EACrB,OAAO,EAAE,mBAAmB,EAC5B,UAAU,EAAE,kBAAkB,EAC9B,QAAQ,EAAE,cAAc,EACxB,YAAY,EAAE,qBAAqB;IAGtD;;;;;;;;;OASG;IACH,KAAK,CAAC,GAAG,EAAE,cAAc,GAAG,iBAAiB,EAAE;IA0B/C;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,eAAe;IAkCvB,OAAO,CAAC,YAAY;IA8BpB,OAAO,CAAC,eAAe;IAyBvB,OAAO,CAAC,eAAe;IAwBvB,OAAO,CAAC,qBAAqB;IAQ7B,OAAO,CAAC,wBAAwB;IAqBhC,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,aAAa;CAItB"}
|
|
@@ -56,8 +56,14 @@ function descriptorFieldToJsonSchema(field) {
|
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* Generates dedicated per-entity MCP tools (`search_<type>`, `get_<type>`,
|
|
59
|
-
* `create_<type>`, `update_<type>`)
|
|
60
|
-
*
|
|
59
|
+
* `create_<type>`, `update_<type>`).
|
|
60
|
+
*
|
|
61
|
+
* Descriptor-driven by default, env list is an optional override: when
|
|
62
|
+
* `ConfigMcpInterface.promotedEntities` (env `MCP_PROMOTED_ENTITIES`) is
|
|
63
|
+
* empty, every accessible type whose descriptor sets `chat.writable: true`
|
|
64
|
+
* (mirrored onto `CatalogEntity.writable`) is promoted, in alphabetical
|
|
65
|
+
* order. Setting the env list overrides that derivation entirely — the listed
|
|
66
|
+
* types are promoted as given, `writable` included or not.
|
|
61
67
|
*
|
|
62
68
|
* Types the user cannot access (unknown type or module not granted) are
|
|
63
69
|
* skipped: `GraphCatalogService.getEntityDetail` returns `null` for both
|
|
@@ -75,11 +81,17 @@ let McpPromotedToolsFactory = class McpPromotedToolsFactory {
|
|
|
75
81
|
}
|
|
76
82
|
/**
|
|
77
83
|
* Builds the promoted per-entity tool definitions for the given user
|
|
78
|
-
* context.
|
|
79
|
-
*
|
|
84
|
+
* context.
|
|
85
|
+
*
|
|
86
|
+
* Descriptor-driven by default: with no `MCP_PROMOTED_ENTITIES` configured,
|
|
87
|
+
* every accessible type whose descriptor sets `chat.writable: true` is
|
|
88
|
+
* promoted, alphabetically. A non-empty config list is an explicit override
|
|
89
|
+
* and is used verbatim. Returns an empty array when neither source yields an
|
|
90
|
+
* accessible type.
|
|
80
91
|
*/
|
|
81
92
|
build(ctx) {
|
|
82
|
-
const
|
|
93
|
+
const configured = this.config.get("mcp")?.promotedEntities ?? [];
|
|
94
|
+
const promotedEntities = configured.length ? configured : this.deriveWritableTypes(ctx);
|
|
83
95
|
if (!promotedEntities.length)
|
|
84
96
|
return [];
|
|
85
97
|
// Shared per-build recorder, pre-seeded with a describe_entity record per
|
|
@@ -97,6 +109,17 @@ let McpPromotedToolsFactory = class McpPromotedToolsFactory {
|
|
|
97
109
|
}
|
|
98
110
|
return tools;
|
|
99
111
|
}
|
|
112
|
+
/**
|
|
113
|
+
* The default promotion set: every type the user can reach whose descriptor
|
|
114
|
+
* declares `chat.writable: true`, sorted alphabetically so the tool list is
|
|
115
|
+
* deterministic across boots.
|
|
116
|
+
*/
|
|
117
|
+
deriveWritableTypes(ctx) {
|
|
118
|
+
return this.catalog
|
|
119
|
+
.getAccessibleTypes(ctx.userModuleIds)
|
|
120
|
+
.filter((type) => this.catalog.getEntityDetail(type, ctx.userModuleIds)?.writable === true)
|
|
121
|
+
.sort();
|
|
122
|
+
}
|
|
100
123
|
buildSearchTool(entity, ctx, recorder) {
|
|
101
124
|
const filterableFields = entity.fields.filter((f) => f.filterable).map((f) => f.name);
|
|
102
125
|
const sortableFields = entity.fields.filter((f) => f.sortable).map((f) => f.name);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mcp.promoted.tools.factory.js","sourceRoot":"","sources":["../../../src/mcp/services/mcp.promoted.tools.factory.ts"],"names":[],"mappings":";;;;;;;;;;;;AAwBA,kEAuBC;AA/CD,2CAA4C;AAC5C,2CAA+C;AAE/C,6FAAwF;AACxF,gFAA2E;AAC3E,wFAAmF;AAInF,yEAAmE;AAEnE;;;;;;;;;;;;GAYG;AACH,SAAgB,2BAA2B,CAAC,KAA6C;IACvF,IAAI,IAA6B,CAAC;IAClC,QAAQ,KAAK,CAAC,IAAI,EAAE,CAAC;QACnB,KAAK,QAAQ;YACX,IAAI,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;YAC1B,MAAM;QACR,KAAK,QAAQ;YACX,IAAI,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;YAC1B,MAAM;QACR,KAAK,SAAS;YACZ,IAAI,GAAG,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;YAC3B,MAAM;QACR,KAAK,MAAM;YACT,IAAI,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;YAC1C,MAAM;QACR,KAAK,UAAU;YACb,IAAI,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE,CAAC;YAC/C,MAAM;QACR;YACE,IAAI,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;YAC1B,MAAM;IACV,CAAC;IACD,OAAO,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,GAAG,IAAI,EAAE,WAAW,EAAE,KAAK,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;AAChF,CAAC;AAED
|
|
1
|
+
{"version":3,"file":"mcp.promoted.tools.factory.js","sourceRoot":"","sources":["../../../src/mcp/services/mcp.promoted.tools.factory.ts"],"names":[],"mappings":";;;;;;;;;;;;AAwBA,kEAuBC;AA/CD,2CAA4C;AAC5C,2CAA+C;AAE/C,6FAAwF;AACxF,gFAA2E;AAC3E,wFAAmF;AAInF,yEAAmE;AAEnE;;;;;;;;;;;;GAYG;AACH,SAAgB,2BAA2B,CAAC,KAA6C;IACvF,IAAI,IAA6B,CAAC;IAClC,QAAQ,KAAK,CAAC,IAAI,EAAE,CAAC;QACnB,KAAK,QAAQ;YACX,IAAI,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;YAC1B,MAAM;QACR,KAAK,QAAQ;YACX,IAAI,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;YAC1B,MAAM;QACR,KAAK,SAAS;YACZ,IAAI,GAAG,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;YAC3B,MAAM;QACR,KAAK,MAAM;YACT,IAAI,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;YAC1C,MAAM;QACR,KAAK,UAAU;YACb,IAAI,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE,CAAC;YAC/C,MAAM;QACR;YACE,IAAI,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;YAC1B,MAAM;IACV,CAAC;IACD,OAAO,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,GAAG,IAAI,EAAE,WAAW,EAAE,KAAK,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;AAChF,CAAC;AAED;;;;;;;;;;;;;;;;GAgBG;AAEI,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;IAClC,YACmB,MAAqB,EACrB,OAA4B,EAC5B,UAA8B,EAC9B,QAAwB,EACxB,YAAmC;QAJnC,WAAM,GAAN,MAAM,CAAe;QACrB,YAAO,GAAP,OAAO,CAAqB;QAC5B,eAAU,GAAV,UAAU,CAAoB;QAC9B,aAAQ,GAAR,QAAQ,CAAgB;QACxB,iBAAY,GAAZ,YAAY,CAAuB;IACnD,CAAC;IAEJ;;;;;;;;;OASG;IACH,KAAK,CAAC,GAAmB;QACvB,MAAM,UAAU,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAqB,KAAK,CAAC,EAAE,gBAAgB,IAAI,EAAE,CAAC;QACtF,MAAM,gBAAgB,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,GAAG,CAAC,CAAC;QACxF,IAAI,CAAC,gBAAgB,CAAC,MAAM;YAAE,OAAO,EAAE,CAAC;QAExC,0EAA0E;QAC1E,0EAA0E;QAC1E,gEAAgE;QAChE,yEAAyE;QACzE,MAAM,QAAQ,GAAqB,EAAE,CAAC;QACtC,MAAM,KAAK,GAAwB,EAAE,CAAC;QAEtC,KAAK,MAAM,IAAI,IAAI,gBAAgB,EAAE,CAAC;YACpC,MAAM,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,eAAe,CAAC,IAAI,EAAE,GAAG,CAAC,aAAa,CAAC,CAAC;YACrE,IAAI,CAAC,MAAM;gBAAE,SAAS;YACtB,QAAQ,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,EAAE,EAAE,UAAU,EAAE,CAAC,EAAE,CAAC,CAAC;YACxF,KAAK,CAAC,IAAI,CACR,IAAI,CAAC,eAAe,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,CAAC,EAC3C,IAAI,CAAC,YAAY,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,CAAC,EACxC,IAAI,CAAC,eAAe,CAAC,MAAM,EAAE,GAAG,CAAC,EACjC,IAAI,CAAC,eAAe,CAAC,MAAM,EAAE,GAAG,CAAC,CAClC,CAAC;QACJ,CAAC;QACD,OAAO,KAAK,CAAC;IACf,CAAC;IAED;;;;OAIG;IACK,mBAAmB,CAAC,GAAmB;QAC7C,OAAO,IAAI,CAAC,OAAO;aAChB,kBAAkB,CAAC,GAAG,CAAC,aAAa,CAAC;aACrC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,eAAe,CAAC,IAAI,EAAE,GAAG,CAAC,aAAa,CAAC,EAAE,QAAQ,KAAK,IAAI,CAAC;aAC1F,IAAI,EAAE,CAAC;IACZ,CAAC;IAEO,eAAe,CAAC,MAAqB,EAAE,GAAmB,EAAE,QAA0B;QAC5F,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;QACtF,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;QAClF,OAAO;YACL,IAAI,EAAE,UAAU,MAAM,CAAC,IAAI,EAAE;YAC7B,WAAW,EAAE,QAAQ,MAAM,CAAC,IAAI,+BAA+B,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,EAAE;YACzF,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE;oBACV,OAAO,EAAE;wBACP,WAAW,EAAE,sEAAsE,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,gGAAgG;qBAC/M;oBACD,IAAI,EAAE;wBACJ,WAAW,EAAE,kFAAkF,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI;qBAC7H;oBACD,KAAK,EAAE;wBACL,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,2DAA2D;qBACzE;iBACF;gBACD,oBAAoB,EAAE,KAAK;aAC5B;YACD,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE;gBACvB,IAAI,CAAC;oBACH,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,GAAG,KAAK,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,EAAS,EAAE,GAAG,EAAE,QAAQ,CAAC,CAAC;oBACnG,OAAO,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;gBACjC,CAAC;gBAAC,OAAO,CAAC,EAAE,CAAC;oBACX,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;gBAC/B,CAAC;YACH,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,YAAY,CAAC,MAAqB,EAAE,GAAmB,EAAE,QAA0B;QACzF,MAAM,iBAAiB,GAAG,MAAM,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;QAClE,OAAO;YACL,IAAI,EAAE,OAAO,MAAM,CAAC,IAAI,EAAE;YAC1B,WAAW,EAAE,aAAa,MAAM,CAAC,IAAI,6DAA6D,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,EAAE;YAC5H,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE;oBACV,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,iBAAiB,MAAM,CAAC,IAAI,UAAU,EAAE;oBAC3E,OAAO,EAAE;wBACP,IAAI,EAAE,OAAO;wBACb,KAAK,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;wBACzB,WAAW,EAAE,mEAAmE,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI;qBACjH;iBACF;gBACD,QAAQ,EAAE,CAAC,IAAI,CAAC;gBAChB,oBAAoB,EAAE,KAAK;aAC5B;YACD,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE;gBACvB,IAAI,CAAC;oBACH,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,GAAG,KAAK,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,EAAS,EAAE,GAAG,EAAE,QAAQ,CAAC,CAAC;oBACjG,OAAO,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;gBACjC,CAAC;gBAAC,OAAO,CAAC,EAAE,CAAC;oBACX,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;gBAC/B,CAAC;YACH,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,eAAe,CAAC,MAAqB,EAAE,GAAmB;QAChE,MAAM,iBAAiB,GAAG,MAAM,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;QAClE,OAAO;YACL,IAAI,EAAE,UAAU,MAAM,CAAC,IAAI,EAAE;YAC7B,WAAW,EAAE,gBAAgB,MAAM,CAAC,IAAI,WAAW,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,qEAAqE,MAAM,CAAC,IAAI,yBAAyB;YACpL,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE;oBACV,UAAU,EAAE,IAAI,CAAC,qBAAqB,CAAC,MAAM,CAAC;oBAC9C,aAAa,EAAE,IAAI,CAAC,wBAAwB,CAAC,iBAAiB,CAAC;iBAChE;gBACD,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,oBAAoB,EAAE,KAAK;aAC5B;YACD,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE;gBACvB,IAAI,CAAC;oBACH,OAAO,MAAM,IAAI,CAAC,YAAY,CAAC,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,EAAS,EAAE,GAAG,CAAC,CAAC;gBAC3F,CAAC;gBAAC,OAAO,CAAC,EAAE,CAAC;oBACX,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;gBAC/B,CAAC;YACH,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,eAAe,CAAC,MAAqB,EAAE,GAAmB;QAChE,OAAO;YACL,IAAI,EAAE,UAAU,MAAM,CAAC,IAAI,EAAE;YAC7B,WAAW,EAAE,YAAY,MAAM,CAAC,IAAI,iBAAiB,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,2FAA2F;YACxK,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE;oBACV,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,iBAAiB,MAAM,CAAC,IAAI,oBAAoB,EAAE;oBACrF,UAAU,EAAE,IAAI,CAAC,qBAAqB,CAAC,MAAM,CAAC;iBAC/C;gBACD,QAAQ,EAAE,CAAC,IAAI,EAAE,YAAY,CAAC;gBAC9B,oBAAoB,EAAE,KAAK;aAC5B;YACD,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE;gBACvB,IAAI,CAAC;oBACH,OAAO,MAAM,IAAI,CAAC,YAAY,CAAC,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,EAAS,EAAE,GAAG,CAAC,CAAC;gBAC3F,CAAC;gBAAC,OAAO,CAAC,EAAE,CAAC;oBACX,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;gBAC/B,CAAC;YACH,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,qBAAqB,CAAC,MAAqB;QACjD,MAAM,UAAU,GAA4B,EAAE,CAAC;QAC/C,KAAK,MAAM,KAAK,IAAI,MAAM,CAAC,MAAM,EAAE,CAAC;YAClC,UAAU,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,2BAA2B,CAAC,KAAK,CAAC,CAAC;QAC9D,CAAC;QACD,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,UAAU,EAAE,oBAAoB,EAAE,KAAK,EAAE,CAAC;IACrE,CAAC;IAEO,wBAAwB,CAAC,iBAA2B;QAC1D,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,qDAAqD,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,4CAA4C;YAC1I,oBAAoB,EAAE;gBACpB,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE;oBACV,IAAI,EAAE;wBACJ,IAAI,EAAE,OAAO;wBACb,KAAK,EAAE;4BACL,IAAI,EAAE,QAAQ;4BACd,UAAU,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;4BAChE,QAAQ,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC;yBACzB;qBACF;iBACF;gBACD,QAAQ,EAAE,CAAC,MAAM,CAAC;aACnB;SACF,CAAC;IACJ,CAAC;IAEO,WAAW,CAAC,MAAqB;QACvC,OAAO,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,MAAM,CAAC,WAAW,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC;IAC7D,CAAC;IAEO,UAAU,CAAC,MAAe;QAChC,OAAO,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,CAAC;IACvE,CAAC;IAEO,aAAa,CAAC,CAAU;QAC9B,MAAM,OAAO,GAAG,CAAC,YAAY,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,kBAAkB,CAAC;QACpE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;IAC7G,CAAC;CACF,CAAA;AAnNY,0DAAuB;kCAAvB,uBAAuB;IADnC,IAAA,mBAAU,GAAE;qCAGgB,sBAAa;QACZ,2CAAmB;QAChB,yCAAkB;QACpB,iCAAc;QACV,gDAAqB;GAN3C,uBAAuB,CAmNnC"}
|
package/package.json
CHANGED