@enfyra/mcp-server 0.1.69 → 0.1.71
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/README.md +1 -1
- package/dist/lib/config-local-adapters.d.ts +18 -0
- package/dist/lib/config-local-adapters.js +271 -0
- package/dist/lib/config-local-adapters.js.map +1 -0
- package/dist/lib/config-local-contracts.d.ts +28 -0
- package/dist/lib/config-local-contracts.js +200 -0
- package/dist/lib/config-local-contracts.js.map +1 -0
- package/dist/lib/config-local-prompts.d.ts +10 -0
- package/dist/lib/config-local-prompts.js +185 -0
- package/dist/lib/config-local-prompts.js.map +1 -0
- package/dist/lib/config-local-types.d.ts +23 -0
- package/dist/lib/config-local-types.js +2 -0
- package/dist/lib/config-local-types.js.map +1 -0
- package/dist/lib/config-local.js +3 -649
- package/dist/lib/config-local.js.map +1 -1
- package/dist/lib/discovery-tools.d.ts +4 -0
- package/dist/lib/discovery-tools.js +546 -0
- package/dist/lib/discovery-tools.js.map +1 -0
- package/dist/lib/dynamic-repository-builder.d.ts +1 -1
- package/dist/lib/dynamic-script-context-contract.d.ts +100 -0
- package/dist/lib/dynamic-script-context-contract.js +163 -0
- package/dist/lib/dynamic-script-context-contract.js.map +1 -0
- package/dist/lib/enfyra-mcp-server.d.ts +3 -0
- package/dist/lib/enfyra-mcp-server.js +79 -0
- package/dist/lib/enfyra-mcp-server.js.map +1 -0
- package/dist/lib/enfyra-tool-logic.d.ts +7 -0
- package/dist/lib/enfyra-tool-logic.js +8 -0
- package/dist/lib/enfyra-tool-logic.js.map +1 -0
- package/dist/lib/enfyra-tool-types.d.ts +27 -0
- package/dist/lib/enfyra-tool-types.js +2 -0
- package/dist/lib/enfyra-tool-types.js.map +1 -0
- package/dist/lib/extension-api-builders.d.ts +17 -0
- package/dist/lib/extension-api-builders.js +235 -0
- package/dist/lib/extension-api-builders.js.map +1 -0
- package/dist/lib/extension-component-builders.d.ts +87 -0
- package/dist/lib/extension-component-builders.js +623 -0
- package/dist/lib/extension-component-builders.js.map +1 -0
- package/dist/lib/extension-contract-review.d.ts +26 -0
- package/dist/lib/extension-contract-review.js +187 -0
- package/dist/lib/extension-contract-review.js.map +1 -0
- package/dist/lib/extension-theme-contract.d.ts +63 -0
- package/dist/lib/extension-theme-contract.js +417 -0
- package/dist/lib/extension-theme-contract.js.map +1 -0
- package/dist/lib/identity-tools.d.ts +4 -0
- package/dist/lib/identity-tools.js +46 -0
- package/dist/lib/identity-tools.js.map +1 -0
- package/dist/lib/log-tools.d.ts +4 -0
- package/dist/lib/log-tools.js +65 -0
- package/dist/lib/log-tools.js.map +1 -0
- package/dist/lib/mcp-example-connect.d.ts +9 -0
- package/dist/lib/mcp-example-connect.js +442 -0
- package/dist/lib/mcp-example-connect.js.map +1 -0
- package/dist/lib/mcp-example-extensions.d.ts +9 -0
- package/dist/lib/mcp-example-extensions.js +729 -0
- package/dist/lib/mcp-example-extensions.js.map +1 -0
- package/dist/lib/mcp-example-files.d.ts +9 -0
- package/dist/lib/mcp-example-files.js +51 -0
- package/dist/lib/mcp-example-files.js.map +1 -0
- package/dist/lib/mcp-example-flows.d.ts +9 -0
- package/dist/lib/mcp-example-flows.js +76 -0
- package/dist/lib/mcp-example-flows.js.map +1 -0
- package/dist/lib/mcp-example-graphql.d.ts +9 -0
- package/dist/lib/mcp-example-graphql.js +57 -0
- package/dist/lib/mcp-example-graphql.js.map +1 -0
- package/dist/lib/mcp-example-handlers-hooks.d.ts +9 -0
- package/dist/lib/mcp-example-handlers-hooks.js +328 -0
- package/dist/lib/mcp-example-handlers-hooks.js.map +1 -0
- package/dist/lib/mcp-example-oauth-setup.d.ts +9 -0
- package/dist/lib/mcp-example-oauth-setup.js +41 -0
- package/dist/lib/mcp-example-oauth-setup.js.map +1 -0
- package/dist/lib/mcp-example-permissions-rls.d.ts +9 -0
- package/dist/lib/mcp-example-permissions-rls.js +210 -0
- package/dist/lib/mcp-example-permissions-rls.js.map +1 -0
- package/dist/lib/mcp-example-queries-deep.d.ts +9 -0
- package/dist/lib/mcp-example-queries-deep.js +220 -0
- package/dist/lib/mcp-example-queries-deep.js.map +1 -0
- package/dist/lib/mcp-example-schema-relations.d.ts +9 -0
- package/dist/lib/mcp-example-schema-relations.js +148 -0
- package/dist/lib/mcp-example-schema-relations.js.map +1 -0
- package/dist/lib/mcp-example-websocket.d.ts +9 -0
- package/dist/lib/mcp-example-websocket.js +103 -0
- package/dist/lib/mcp-example-websocket.js.map +1 -0
- package/dist/lib/mcp-examples.d.ts +5 -5
- package/dist/lib/mcp-examples.js +22 -2394
- package/dist/lib/mcp-examples.js.map +1 -1
- package/dist/lib/method-tools.d.ts +4 -0
- package/dist/lib/method-tools.js +217 -0
- package/dist/lib/method-tools.js.map +1 -0
- package/dist/lib/package-tools.d.ts +4 -0
- package/dist/lib/package-tools.js +98 -0
- package/dist/lib/package-tools.js.map +1 -0
- package/dist/lib/platform-data-operations.d.ts +24 -0
- package/dist/lib/platform-data-operations.js +71 -0
- package/dist/lib/platform-data-operations.js.map +1 -0
- package/dist/lib/platform-endpoint-workflow.d.ts +42 -0
- package/dist/lib/platform-endpoint-workflow.js +382 -0
- package/dist/lib/platform-endpoint-workflow.js.map +1 -0
- package/dist/lib/platform-extension-source.d.ts +487 -0
- package/dist/lib/platform-extension-source.js +524 -0
- package/dist/lib/platform-extension-source.js.map +1 -0
- package/dist/lib/platform-extension-tools.d.ts +1 -0
- package/dist/lib/platform-extension-tools.js +416 -0
- package/dist/lib/platform-extension-tools.js.map +1 -0
- package/dist/lib/platform-extension-ui.d.ts +4 -0
- package/dist/lib/platform-extension-ui.js +5 -0
- package/dist/lib/platform-extension-ui.js.map +1 -0
- package/dist/lib/platform-extension-workflow.d.ts +54 -0
- package/dist/lib/platform-extension-workflow.js +194 -0
- package/dist/lib/platform-extension-workflow.js.map +1 -0
- package/dist/lib/platform-flow-operations.d.ts +554 -0
- package/dist/lib/platform-flow-operations.js +317 -0
- package/dist/lib/platform-flow-operations.js.map +1 -0
- package/dist/lib/platform-flow-tools.d.ts +1 -0
- package/dist/lib/platform-flow-tools.js +248 -0
- package/dist/lib/platform-flow-tools.js.map +1 -0
- package/dist/lib/platform-operation-logic.d.ts +10 -0
- package/dist/lib/platform-operation-logic.js +11 -0
- package/dist/lib/platform-operation-logic.js.map +1 -0
- package/dist/lib/platform-operation-tools.d.ts +1 -324
- package/dist/lib/platform-operation-tools.js +13 -4620
- package/dist/lib/platform-operation-tools.js.map +1 -1
- package/dist/lib/platform-operation-types.d.ts +46 -0
- package/dist/lib/platform-operation-types.js +2 -0
- package/dist/lib/platform-operation-types.js.map +1 -0
- package/dist/lib/platform-policy-tools.d.ts +1 -0
- package/dist/lib/platform-policy-tools.js +248 -0
- package/dist/lib/platform-policy-tools.js.map +1 -0
- package/dist/lib/platform-resource-operations.d.ts +124 -0
- package/dist/lib/platform-resource-operations.js +109 -0
- package/dist/lib/platform-resource-operations.js.map +1 -0
- package/dist/lib/platform-resource-tools.d.ts +1 -0
- package/dist/lib/platform-resource-tools.js +70 -0
- package/dist/lib/platform-resource-tools.js.map +1 -0
- package/dist/lib/platform-route-operations.d.ts +222 -0
- package/dist/lib/platform-route-operations.js +290 -0
- package/dist/lib/platform-route-operations.js.map +1 -0
- package/dist/lib/platform-route-tools.d.ts +1 -0
- package/dist/lib/platform-route-tools.js +307 -0
- package/dist/lib/platform-route-tools.js.map +1 -0
- package/dist/lib/platform-shared-operations.d.ts +7 -0
- package/dist/lib/platform-shared-operations.js +4 -0
- package/dist/lib/platform-shared-operations.js.map +1 -0
- package/dist/lib/platform-websocket-tools.d.ts +1 -0
- package/dist/lib/platform-websocket-tools.js +70 -0
- package/dist/lib/platform-websocket-tools.js.map +1 -0
- package/dist/lib/record-tools.d.ts +4 -0
- package/dist/lib/record-tools.js +418 -0
- package/dist/lib/record-tools.js.map +1 -0
- package/dist/lib/required-knowledge.d.ts +1 -1
- package/dist/lib/required-knowledge.js +3 -2
- package/dist/lib/required-knowledge.js.map +1 -1
- package/dist/lib/route-access-tools.d.ts +4 -0
- package/dist/lib/route-access-tools.js +172 -0
- package/dist/lib/route-access-tools.js.map +1 -0
- package/dist/lib/route-definition-tools.d.ts +4 -0
- package/dist/lib/route-definition-tools.js +285 -0
- package/dist/lib/route-definition-tools.js.map +1 -0
- package/dist/lib/route-inspection-tools.d.ts +4 -0
- package/dist/lib/route-inspection-tools.js +319 -0
- package/dist/lib/route-inspection-tools.js.map +1 -0
- package/dist/lib/route-tools.d.ts +1 -0
- package/dist/lib/route-tools.js +9 -0
- package/dist/lib/route-tools.js.map +1 -0
- package/dist/lib/runtime-zone-registry.d.ts +27 -0
- package/dist/lib/runtime-zone-registry.js +81 -0
- package/dist/lib/runtime-zone-registry.js.map +1 -0
- package/dist/lib/runtime-zone-search.d.ts +303 -0
- package/dist/lib/runtime-zone-search.js +596 -0
- package/dist/lib/runtime-zone-search.js.map +1 -0
- package/dist/lib/runtime-zone-tools.d.ts +2 -307
- package/dist/lib/runtime-zone-tools.js +2 -674
- package/dist/lib/runtime-zone-tools.js.map +1 -1
- package/dist/lib/schema-column-tools.d.ts +3 -0
- package/dist/lib/schema-column-tools.js +80 -0
- package/dist/lib/schema-column-tools.js.map +1 -0
- package/dist/lib/schema-mutation-coordinator.d.ts +28 -0
- package/dist/lib/schema-mutation-coordinator.js +154 -0
- package/dist/lib/schema-mutation-coordinator.js.map +1 -0
- package/dist/lib/schema-relation-contracts.d.ts +39 -0
- package/dist/lib/schema-relation-contracts.js +160 -0
- package/dist/lib/schema-relation-contracts.js.map +1 -0
- package/dist/lib/schema-relation-tools.d.ts +3 -0
- package/dist/lib/schema-relation-tools.js +61 -0
- package/dist/lib/schema-relation-tools.js.map +1 -0
- package/dist/lib/schema-table-contracts.d.ts +28 -0
- package/dist/lib/schema-table-contracts.js +263 -0
- package/dist/lib/schema-table-contracts.js.map +1 -0
- package/dist/lib/schema-table-tools.d.ts +3 -0
- package/dist/lib/schema-table-tools.js +297 -0
- package/dist/lib/schema-table-tools.js.map +1 -0
- package/dist/lib/schema-tool-operations.d.ts +150 -0
- package/dist/lib/schema-tool-operations.js +468 -0
- package/dist/lib/schema-tool-operations.js.map +1 -0
- package/dist/lib/schema-tool-types.d.ts +38 -0
- package/dist/lib/schema-tool-types.js +2 -0
- package/dist/lib/schema-tool-types.js.map +1 -0
- package/dist/lib/schema-verification.d.ts +14 -0
- package/dist/lib/schema-verification.js +105 -0
- package/dist/lib/schema-verification.js.map +1 -0
- package/dist/lib/script-tools.d.ts +4 -0
- package/dist/lib/script-tools.js +127 -0
- package/dist/lib/script-tools.js.map +1 -0
- package/dist/lib/system-tools.d.ts +4 -0
- package/dist/lib/system-tools.js +41 -0
- package/dist/lib/system-tools.js.map +1 -0
- package/dist/lib/table-tool-logic.d.ts +5 -0
- package/dist/lib/table-tool-logic.js +6 -0
- package/dist/lib/table-tool-logic.js.map +1 -0
- package/dist/lib/table-tools.d.ts +1 -84
- package/dist/lib/table-tools.js +7 -1522
- package/dist/lib/table-tools.js.map +1 -1
- package/dist/lib/tool-catalog.d.ts +2 -1
- package/dist/lib/tool-catalog.js +23 -2
- package/dist/lib/tool-catalog.js.map +1 -1
- package/dist/lib/tool-metadata-operations.d.ts +27 -0
- package/dist/lib/tool-metadata-operations.js +93 -0
- package/dist/lib/tool-metadata-operations.js.map +1 -0
- package/dist/lib/tool-permission-profile.d.ts +37 -0
- package/dist/lib/tool-permission-profile.js +106 -0
- package/dist/lib/tool-permission-profile.js.map +1 -0
- package/dist/lib/tool-record-operations.d.ts +102 -0
- package/dist/lib/tool-record-operations.js +260 -0
- package/dist/lib/tool-record-operations.js.map +1 -0
- package/dist/lib/tool-route-inspection.d.ts +47 -0
- package/dist/lib/tool-route-inspection.js +168 -0
- package/dist/lib/tool-route-inspection.js.map +1 -0
- package/dist/lib/tool-routing.d.ts +3 -417
- package/dist/lib/tool-routing.js +3 -1038
- package/dist/lib/tool-routing.js.map +1 -1
- package/dist/lib/tool-runtime-config.d.ts +33 -0
- package/dist/lib/tool-runtime-config.js +237 -0
- package/dist/lib/tool-runtime-config.js.map +1 -0
- package/dist/lib/tool-script-operations.d.ts +34 -0
- package/dist/lib/tool-script-operations.js +153 -0
- package/dist/lib/tool-script-operations.js.map +1 -0
- package/dist/lib/workflow-definitions.d.ts +366 -0
- package/dist/lib/workflow-definitions.js +703 -0
- package/dist/lib/workflow-definitions.js.map +1 -0
- package/dist/lib/workflow-planner.d.ts +45 -0
- package/dist/lib/workflow-planner.js +338 -0
- package/dist/lib/workflow-planner.js.map +1 -0
- package/dist/lib/workflow-types.d.ts +39 -0
- package/dist/lib/workflow-types.js +2 -0
- package/dist/lib/workflow-types.js.map +1 -0
- package/dist/mcp-server-entry.d.ts +0 -3
- package/dist/mcp-server-entry.js +2 -3249
- package/dist/mcp-server-entry.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,307 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
type RuntimeRecord = Record<string, any>;
|
|
4
|
-
export declare const RUNTIME_ZONE_DESCRIPTIONS: Record<RuntimeZone, string>;
|
|
5
|
-
export declare function searchRuntimeZone(apiUrl: string, input: any): Promise<{
|
|
6
|
-
action: string;
|
|
7
|
-
zones: {
|
|
8
|
-
name: "admin_ui" | "api_runtime" | "flow_runtime" | "websocket_runtime" | "graphql_runtime" | "schema_data" | "package_runtime" | "storage_file" | "auth_security";
|
|
9
|
-
description: string;
|
|
10
|
-
nextSearch: {
|
|
11
|
-
tool: string;
|
|
12
|
-
input: {
|
|
13
|
-
mode: string;
|
|
14
|
-
zone: "admin_ui" | "api_runtime" | "flow_runtime" | "websocket_runtime" | "graphql_runtime" | "schema_data" | "package_runtime" | "storage_file" | "auth_security";
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
}[];
|
|
18
|
-
guidance: string[];
|
|
19
|
-
} | {
|
|
20
|
-
action: string;
|
|
21
|
-
zone: string;
|
|
22
|
-
zoneDescription: string;
|
|
23
|
-
query: string;
|
|
24
|
-
resultCount: number;
|
|
25
|
-
results: any[];
|
|
26
|
-
page: {
|
|
27
|
-
offset: number;
|
|
28
|
-
returned: number;
|
|
29
|
-
total: number;
|
|
30
|
-
complete: boolean;
|
|
31
|
-
nextCursor: string;
|
|
32
|
-
};
|
|
33
|
-
searched: {
|
|
34
|
-
tables: number;
|
|
35
|
-
};
|
|
36
|
-
} | {
|
|
37
|
-
zone: "admin_ui";
|
|
38
|
-
zoneDescription: string;
|
|
39
|
-
action: string;
|
|
40
|
-
extension: {
|
|
41
|
-
id: any;
|
|
42
|
-
name: any;
|
|
43
|
-
extensionId: any;
|
|
44
|
-
type: any;
|
|
45
|
-
isEnabled: any;
|
|
46
|
-
version: any;
|
|
47
|
-
updatedAt: any;
|
|
48
|
-
description: any;
|
|
49
|
-
};
|
|
50
|
-
surface: string;
|
|
51
|
-
menu: {
|
|
52
|
-
id: any;
|
|
53
|
-
label: any;
|
|
54
|
-
path: any;
|
|
55
|
-
icon: any;
|
|
56
|
-
sidebarId: any;
|
|
57
|
-
parent: {
|
|
58
|
-
id: any;
|
|
59
|
-
label: any;
|
|
60
|
-
path: any;
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
source: {
|
|
64
|
-
resourceUri: string;
|
|
65
|
-
tmpFile: string;
|
|
66
|
-
length: number;
|
|
67
|
-
sha256: string;
|
|
68
|
-
preview: string;
|
|
69
|
-
};
|
|
70
|
-
consumers: any[];
|
|
71
|
-
nextSteps: string[];
|
|
72
|
-
next?: undefined;
|
|
73
|
-
tableName?: undefined;
|
|
74
|
-
id?: undefined;
|
|
75
|
-
record?: undefined;
|
|
76
|
-
sources?: undefined;
|
|
77
|
-
} | {
|
|
78
|
-
action: string;
|
|
79
|
-
zone: "schema_data";
|
|
80
|
-
zoneDescription: string;
|
|
81
|
-
next: {
|
|
82
|
-
tool: string;
|
|
83
|
-
input: {
|
|
84
|
-
tableName: any;
|
|
85
|
-
mode?: undefined;
|
|
86
|
-
zone?: undefined;
|
|
87
|
-
query?: undefined;
|
|
88
|
-
maxResults?: undefined;
|
|
89
|
-
};
|
|
90
|
-
} | {
|
|
91
|
-
tool: string;
|
|
92
|
-
input: {
|
|
93
|
-
mode: string;
|
|
94
|
-
zone: "schema_data";
|
|
95
|
-
query: any;
|
|
96
|
-
maxResults: number;
|
|
97
|
-
tableName?: undefined;
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
|
-
tableName?: undefined;
|
|
101
|
-
id?: undefined;
|
|
102
|
-
record?: undefined;
|
|
103
|
-
sources?: undefined;
|
|
104
|
-
nextSteps?: undefined;
|
|
105
|
-
} | {
|
|
106
|
-
action: string;
|
|
107
|
-
zone: "api_runtime" | "flow_runtime" | "websocket_runtime" | "graphql_runtime" | "package_runtime" | "storage_file" | "auth_security";
|
|
108
|
-
zoneDescription: string;
|
|
109
|
-
tableName: string;
|
|
110
|
-
id: any;
|
|
111
|
-
record: RuntimeRecord;
|
|
112
|
-
sources: any[];
|
|
113
|
-
nextSteps: string[];
|
|
114
|
-
next?: undefined;
|
|
115
|
-
} | {
|
|
116
|
-
action: string;
|
|
117
|
-
zone: "admin_ui";
|
|
118
|
-
zoneDescription: string;
|
|
119
|
-
results: any[];
|
|
120
|
-
matchMode: string;
|
|
121
|
-
target: {
|
|
122
|
-
id: any;
|
|
123
|
-
name: any;
|
|
124
|
-
};
|
|
125
|
-
targetFound: boolean;
|
|
126
|
-
exactMatchCount: number;
|
|
127
|
-
query: string;
|
|
128
|
-
path: string;
|
|
129
|
-
type: any;
|
|
130
|
-
searched: {
|
|
131
|
-
extensions: number;
|
|
132
|
-
menus: number;
|
|
133
|
-
includeDisabled: boolean;
|
|
134
|
-
};
|
|
135
|
-
resultCount: number;
|
|
136
|
-
page: {
|
|
137
|
-
offset: number;
|
|
138
|
-
returned: number;
|
|
139
|
-
total: number;
|
|
140
|
-
complete: boolean;
|
|
141
|
-
nextCursor: string;
|
|
142
|
-
};
|
|
143
|
-
tokenBudget: {
|
|
144
|
-
estimatedOutputChars: number;
|
|
145
|
-
estimatedOutputTokens: number;
|
|
146
|
-
controls: {
|
|
147
|
-
maxResults: number;
|
|
148
|
-
snippetChars: number;
|
|
149
|
-
maxMatchesPerExtension: number;
|
|
150
|
-
includeSourceArtifact: boolean;
|
|
151
|
-
};
|
|
152
|
-
};
|
|
153
|
-
guidance: string[];
|
|
154
|
-
readErrors?: undefined;
|
|
155
|
-
} | {
|
|
156
|
-
action: string;
|
|
157
|
-
zone: "api_runtime" | "flow_runtime" | "websocket_runtime" | "graphql_runtime" | "package_runtime" | "storage_file" | "auth_security";
|
|
158
|
-
zoneDescription: string;
|
|
159
|
-
query: string;
|
|
160
|
-
path: string;
|
|
161
|
-
resultCount: number;
|
|
162
|
-
page: {
|
|
163
|
-
offset: number;
|
|
164
|
-
returned: number;
|
|
165
|
-
total: number;
|
|
166
|
-
complete: boolean;
|
|
167
|
-
nextCursor: string;
|
|
168
|
-
};
|
|
169
|
-
results: any[];
|
|
170
|
-
readErrors: any[];
|
|
171
|
-
tokenBudget: {
|
|
172
|
-
estimatedOutputChars: number;
|
|
173
|
-
estimatedOutputTokens: number;
|
|
174
|
-
controls: {
|
|
175
|
-
maxResults: number;
|
|
176
|
-
snippetChars: number;
|
|
177
|
-
includeSourceArtifact: boolean;
|
|
178
|
-
};
|
|
179
|
-
};
|
|
180
|
-
guidance: string[];
|
|
181
|
-
}>;
|
|
182
|
-
export declare function searchAdminExtensions(apiUrl: string, input: any): Promise<any>;
|
|
183
|
-
export declare function debugFieldExposure(apiUrl: string, input: any): Promise<{
|
|
184
|
-
action: string;
|
|
185
|
-
tableName: string;
|
|
186
|
-
fieldPath: string;
|
|
187
|
-
resolved: {
|
|
188
|
-
ok: boolean;
|
|
189
|
-
reason: string;
|
|
190
|
-
steps: any[];
|
|
191
|
-
targetTable: RuntimeRecord;
|
|
192
|
-
targetField: any;
|
|
193
|
-
} | {
|
|
194
|
-
ok: boolean;
|
|
195
|
-
reason: any;
|
|
196
|
-
steps: any[];
|
|
197
|
-
targetTable: RuntimeRecord;
|
|
198
|
-
targetField: any;
|
|
199
|
-
};
|
|
200
|
-
metadataFinding: {
|
|
201
|
-
targetTable: any;
|
|
202
|
-
fieldKind: any;
|
|
203
|
-
fieldName: any;
|
|
204
|
-
isPublished: any;
|
|
205
|
-
isEncrypted: any;
|
|
206
|
-
error?: undefined;
|
|
207
|
-
} | {
|
|
208
|
-
error: any;
|
|
209
|
-
targetTable?: undefined;
|
|
210
|
-
fieldKind?: undefined;
|
|
211
|
-
fieldName?: undefined;
|
|
212
|
-
isPublished?: undefined;
|
|
213
|
-
isEncrypted?: undefined;
|
|
214
|
-
};
|
|
215
|
-
reproRequest: {
|
|
216
|
-
tool: string;
|
|
217
|
-
input: {
|
|
218
|
-
method: string;
|
|
219
|
-
path: string;
|
|
220
|
-
};
|
|
221
|
-
};
|
|
222
|
-
repro: any;
|
|
223
|
-
verdict: string;
|
|
224
|
-
nextSteps: string[];
|
|
225
|
-
}>;
|
|
226
|
-
export declare function inspectRuntimeZoneLocation(apiUrl: string, input: any): Promise<{
|
|
227
|
-
zone: "admin_ui";
|
|
228
|
-
zoneDescription: string;
|
|
229
|
-
action: string;
|
|
230
|
-
extension: {
|
|
231
|
-
id: any;
|
|
232
|
-
name: any;
|
|
233
|
-
extensionId: any;
|
|
234
|
-
type: any;
|
|
235
|
-
isEnabled: any;
|
|
236
|
-
version: any;
|
|
237
|
-
updatedAt: any;
|
|
238
|
-
description: any;
|
|
239
|
-
};
|
|
240
|
-
surface: string;
|
|
241
|
-
menu: {
|
|
242
|
-
id: any;
|
|
243
|
-
label: any;
|
|
244
|
-
path: any;
|
|
245
|
-
icon: any;
|
|
246
|
-
sidebarId: any;
|
|
247
|
-
parent: {
|
|
248
|
-
id: any;
|
|
249
|
-
label: any;
|
|
250
|
-
path: any;
|
|
251
|
-
};
|
|
252
|
-
};
|
|
253
|
-
source: {
|
|
254
|
-
resourceUri: string;
|
|
255
|
-
tmpFile: string;
|
|
256
|
-
length: number;
|
|
257
|
-
sha256: string;
|
|
258
|
-
preview: string;
|
|
259
|
-
};
|
|
260
|
-
consumers: any[];
|
|
261
|
-
nextSteps: string[];
|
|
262
|
-
next?: undefined;
|
|
263
|
-
tableName?: undefined;
|
|
264
|
-
id?: undefined;
|
|
265
|
-
record?: undefined;
|
|
266
|
-
sources?: undefined;
|
|
267
|
-
} | {
|
|
268
|
-
action: string;
|
|
269
|
-
zone: "schema_data";
|
|
270
|
-
zoneDescription: string;
|
|
271
|
-
next: {
|
|
272
|
-
tool: string;
|
|
273
|
-
input: {
|
|
274
|
-
tableName: any;
|
|
275
|
-
mode?: undefined;
|
|
276
|
-
zone?: undefined;
|
|
277
|
-
query?: undefined;
|
|
278
|
-
maxResults?: undefined;
|
|
279
|
-
};
|
|
280
|
-
} | {
|
|
281
|
-
tool: string;
|
|
282
|
-
input: {
|
|
283
|
-
mode: string;
|
|
284
|
-
zone: "schema_data";
|
|
285
|
-
query: any;
|
|
286
|
-
maxResults: number;
|
|
287
|
-
tableName?: undefined;
|
|
288
|
-
};
|
|
289
|
-
};
|
|
290
|
-
tableName?: undefined;
|
|
291
|
-
id?: undefined;
|
|
292
|
-
record?: undefined;
|
|
293
|
-
sources?: undefined;
|
|
294
|
-
nextSteps?: undefined;
|
|
295
|
-
} | {
|
|
296
|
-
action: string;
|
|
297
|
-
zone: "api_runtime" | "flow_runtime" | "websocket_runtime" | "graphql_runtime" | "package_runtime" | "storage_file" | "auth_security";
|
|
298
|
-
zoneDescription: string;
|
|
299
|
-
tableName: string;
|
|
300
|
-
id: any;
|
|
301
|
-
record: RuntimeRecord;
|
|
302
|
-
sources: any[];
|
|
303
|
-
nextSteps: string[];
|
|
304
|
-
next?: undefined;
|
|
305
|
-
}>;
|
|
306
|
-
export declare function registerRuntimeZoneTools(server: any, ENFYRA_API_URL: string): void;
|
|
307
|
-
export {};
|
|
1
|
+
export * from './runtime-zone-registry.js';
|
|
2
|
+
export * from './runtime-zone-search.js';
|