@uipath/apollo-react 4.2.0 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/canvas/components/AgentCanvas/agent-flow.manifest.d.ts +5 -0
- package/dist/canvas/components/AgentCanvas/agent-flow.manifest.d.ts.map +1 -1
- package/dist/canvas/icons/CasePlanIcon.cjs +60 -0
- package/dist/canvas/icons/CasePlanIcon.d.ts +5 -0
- package/dist/canvas/icons/CasePlanIcon.d.ts.map +1 -0
- package/dist/canvas/icons/CasePlanIcon.js +26 -0
- package/dist/canvas/icons/index.cjs +6 -2
- package/dist/canvas/icons/index.d.ts +1 -0
- package/dist/canvas/icons/index.d.ts.map +1 -1
- package/dist/canvas/icons/index.js +2 -1
- package/dist/canvas/schema/node-definition/index.cjs +3 -0
- package/dist/canvas/schema/node-definition/index.d.ts +2 -2
- package/dist/canvas/schema/node-definition/index.d.ts.map +1 -1
- package/dist/canvas/schema/node-definition/index.js +2 -2
- package/dist/canvas/schema/node-definition/node-manifest.cjs +13 -1
- package/dist/canvas/schema/node-definition/node-manifest.d.ts +11 -0
- package/dist/canvas/schema/node-definition/node-manifest.d.ts.map +1 -1
- package/dist/canvas/schema/node-definition/node-manifest.js +11 -2
- package/dist/canvas/storybook-utils/manifests/index.d.ts +5 -0
- package/dist/canvas/storybook-utils/manifests/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -132,6 +132,11 @@ export declare const agentFlowManifest: {
|
|
|
132
132
|
defaultProperties?: Record<string, unknown> | undefined;
|
|
133
133
|
form?: import("@uipath/apollo-wind").FormSchema | undefined;
|
|
134
134
|
deprecated?: boolean | undefined;
|
|
135
|
+
runtimeConstraints?: {
|
|
136
|
+
include: string[];
|
|
137
|
+
} | {
|
|
138
|
+
exclude: string[];
|
|
139
|
+
} | undefined;
|
|
135
140
|
}[];
|
|
136
141
|
};
|
|
137
142
|
//# sourceMappingURL=agent-flow.manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-flow.manifest.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/AgentCanvas/agent-flow.manifest.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAMnF,eAAO,MAAM,mBAAmB,EAAE,gBAAgB,EAmBjD,CAAC;AAMF,eAAO,MAAM,2BAA2B,EAAE,YAsDzC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,YAqDrC,CAAC;AAMF,eAAO,MAAM,uBAAuB,EAAE,YAwBrC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,YAwBlC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,YAwBjC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,YAwBxC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,YAwBpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,YAwBjC,CAAC;AAMF,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"agent-flow.manifest.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/AgentCanvas/agent-flow.manifest.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAMnF,eAAO,MAAM,mBAAmB,EAAE,gBAAgB,EAmBjD,CAAC;AAMF,eAAO,MAAM,2BAA2B,EAAE,YAsDzC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,YAqDrC,CAAC;AAMF,eAAO,MAAM,uBAAuB,EAAE,YAwBrC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,YAwBlC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,YAwBjC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,YAwBxC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,YAwBpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,YAwBjC,CAAC;AAMF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAa7B,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
CasePlanIcon: ()=>CasePlanIcon
|
|
28
|
+
});
|
|
29
|
+
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
|
+
const CasePlanIcon = ({ w = 22, h = 22 })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
id: "case-plan-icon",
|
|
33
|
+
width: w,
|
|
34
|
+
height: h,
|
|
35
|
+
fill: "none",
|
|
36
|
+
viewBox: "0 0 16 16",
|
|
37
|
+
children: [
|
|
38
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
clipRule: "evenodd",
|
|
41
|
+
d: "M9.333 2.5a.5.5 0 0 0-.5-.5H3.5a.5.5 0 0 0-.5.5v7.667a.5.5 0 0 0 .5.5h5.333a.5.5 0 0 0 .5-.5zm-6-1.5C2.597 1 2 1.597 2 2.333v8c0 .737.597 1.334 1.333 1.334H9c.736 0 1.333-.597 1.333-1.334v-8C10.333 1.597 9.736 1 9 1z",
|
|
42
|
+
fill: "currentColor"
|
|
43
|
+
}),
|
|
44
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
45
|
+
d: "M11 3c.736 0 1.333.597 1.333 1.333v8c0 .736-.597 1.334-1.333 1.334H5.333A1.334 1.334 0 0 1 4 12.333V11.6h1v.567a.5.5 0 0 0 .5.5h5.333a.5.5 0 0 0 .5-.5V4.5a.5.5 0 0 0-.5-.5H10.3V3z",
|
|
46
|
+
fill: "currentColor"
|
|
47
|
+
}),
|
|
48
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
49
|
+
d: "M13 5c.736 0 1.333.597 1.333 1.333v8c0 .736-.597 1.334-1.333 1.334H7.333A1.334 1.334 0 0 1 6 14.333V13.6h1v.567a.5.5 0 0 0 .5.5h5.333a.5.5 0 0 0 .5-.5V6.5a.5.5 0 0 0-.5-.5H12.3V5z",
|
|
50
|
+
fill: "currentColor"
|
|
51
|
+
})
|
|
52
|
+
]
|
|
53
|
+
});
|
|
54
|
+
exports.CasePlanIcon = __webpack_exports__.CasePlanIcon;
|
|
55
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
56
|
+
"CasePlanIcon"
|
|
57
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
58
|
+
Object.defineProperty(exports, '__esModule', {
|
|
59
|
+
value: true
|
|
60
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CasePlanIcon.d.ts","sourceRoot":"","sources":["../../../src/canvas/icons/CasePlanIcon.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,GAAI,UAAoB;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,4CAwB5F,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const CasePlanIcon = ({ w = 22, h = 22 })=>/*#__PURE__*/ jsxs("svg", {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
id: "case-plan-icon",
|
|
5
|
+
width: w,
|
|
6
|
+
height: h,
|
|
7
|
+
fill: "none",
|
|
8
|
+
viewBox: "0 0 16 16",
|
|
9
|
+
children: [
|
|
10
|
+
/*#__PURE__*/ jsx("path", {
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
clipRule: "evenodd",
|
|
13
|
+
d: "M9.333 2.5a.5.5 0 0 0-.5-.5H3.5a.5.5 0 0 0-.5.5v7.667a.5.5 0 0 0 .5.5h5.333a.5.5 0 0 0 .5-.5zm-6-1.5C2.597 1 2 1.597 2 2.333v8c0 .737.597 1.334 1.333 1.334H9c.736 0 1.333-.597 1.333-1.334v-8C10.333 1.597 9.736 1 9 1z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}),
|
|
16
|
+
/*#__PURE__*/ jsx("path", {
|
|
17
|
+
d: "M11 3c.736 0 1.333.597 1.333 1.333v8c0 .736-.597 1.334-1.333 1.334H5.333A1.334 1.334 0 0 1 4 12.333V11.6h1v.567a.5.5 0 0 0 .5.5h5.333a.5.5 0 0 0 .5-.5V4.5a.5.5 0 0 0-.5-.5H10.3V3z",
|
|
18
|
+
fill: "currentColor"
|
|
19
|
+
}),
|
|
20
|
+
/*#__PURE__*/ jsx("path", {
|
|
21
|
+
d: "M13 5c.736 0 1.333.597 1.333 1.333v8c0 .736-.597 1.334-1.333 1.334H7.333A1.334 1.334 0 0 1 6 14.333V13.6h1v.567a.5.5 0 0 0 .5.5h5.333a.5.5 0 0 0 .5-.5V6.5a.5.5 0 0 0-.5-.5H12.3V5z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
})
|
|
24
|
+
]
|
|
25
|
+
});
|
|
26
|
+
export { CasePlanIcon };
|
|
@@ -24,6 +24,7 @@ var __webpack_require__ = {};
|
|
|
24
24
|
var __webpack_exports__ = {};
|
|
25
25
|
__webpack_require__.r(__webpack_exports__);
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
TimelinePlayIcon: ()=>external_TimelinePlayIcon_cjs_namespaceObject.TimelinePlayIcon,
|
|
27
28
|
TimelineProgressIcon: ()=>external_TimelineProgressIcon_cjs_namespaceObject.TimelineProgressIcon,
|
|
28
29
|
AgentDiagramIcon: ()=>external_AgentDiagramIcon_cjs_namespaceObject.AgentDiagramIcon,
|
|
29
30
|
A2aIcon: ()=>external_A2aIcon_cjs_namespaceObject.A2aIcon,
|
|
@@ -67,8 +68,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
67
68
|
ZoomOutIcon: ()=>external_ZoomOutIcon_cjs_namespaceObject.ZoomOutIcon,
|
|
68
69
|
FlowProject: ()=>external_FlowProject_cjs_namespaceObject.FlowProject,
|
|
69
70
|
AgentProject: ()=>external_AgentProject_cjs_namespaceObject.AgentProject,
|
|
70
|
-
|
|
71
|
-
|
|
71
|
+
CasePlanIcon: ()=>external_CasePlanIcon_cjs_namespaceObject.CasePlanIcon,
|
|
72
|
+
CodedAgentIcon: ()=>external_CodedAgentIcon_cjs_namespaceObject.CodedAgentIcon
|
|
72
73
|
});
|
|
73
74
|
const external_A2aIcon_cjs_namespaceObject = require("./A2aIcon.cjs");
|
|
74
75
|
const external_AgentDiagramIcon_cjs_namespaceObject = require("./AgentDiagramIcon.cjs");
|
|
@@ -79,6 +80,7 @@ const external_ApiProject_cjs_namespaceObject = require("./ApiProject.cjs");
|
|
|
79
80
|
const external_AutonomousAgentIcon_cjs_namespaceObject = require("./AutonomousAgentIcon.cjs");
|
|
80
81
|
const external_BusinessProcessProject_cjs_namespaceObject = require("./BusinessProcessProject.cjs");
|
|
81
82
|
const external_CaseManagementProject_cjs_namespaceObject = require("./CaseManagementProject.cjs");
|
|
83
|
+
const external_CasePlanIcon_cjs_namespaceObject = require("./CasePlanIcon.cjs");
|
|
82
84
|
const external_CodedAgentIcon_cjs_namespaceObject = require("./CodedAgentIcon.cjs");
|
|
83
85
|
const external_ConnectorBuilderProject_cjs_namespaceObject = require("./ConnectorBuilderProject.cjs");
|
|
84
86
|
const external_ControlFlowIcon_cjs_namespaceObject = require("./ControlFlowIcon.cjs");
|
|
@@ -124,6 +126,7 @@ exports.ApiProject = __webpack_exports__.ApiProject;
|
|
|
124
126
|
exports.AutonomousAgentIcon = __webpack_exports__.AutonomousAgentIcon;
|
|
125
127
|
exports.BusinessProcessProject = __webpack_exports__.BusinessProcessProject;
|
|
126
128
|
exports.CaseManagementProject = __webpack_exports__.CaseManagementProject;
|
|
129
|
+
exports.CasePlanIcon = __webpack_exports__.CasePlanIcon;
|
|
127
130
|
exports.CodedAgentIcon = __webpack_exports__.CodedAgentIcon;
|
|
128
131
|
exports.ConnectorBuilderProject = __webpack_exports__.ConnectorBuilderProject;
|
|
129
132
|
exports.ControlFlowIcon = __webpack_exports__.ControlFlowIcon;
|
|
@@ -170,6 +173,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
170
173
|
"AutonomousAgentIcon",
|
|
171
174
|
"BusinessProcessProject",
|
|
172
175
|
"CaseManagementProject",
|
|
176
|
+
"CasePlanIcon",
|
|
173
177
|
"CodedAgentIcon",
|
|
174
178
|
"ConnectorBuilderProject",
|
|
175
179
|
"ControlFlowIcon",
|
|
@@ -7,6 +7,7 @@ export { ApiProject } from './ApiProject';
|
|
|
7
7
|
export { AutonomousAgentIcon } from './AutonomousAgentIcon';
|
|
8
8
|
export { BusinessProcessProject } from './BusinessProcessProject';
|
|
9
9
|
export { CaseManagementProject } from './CaseManagementProject';
|
|
10
|
+
export { CasePlanIcon } from './CasePlanIcon';
|
|
10
11
|
export { CodedAgentIcon } from './CodedAgentIcon';
|
|
11
12
|
export { ConnectorBuilderProject } from './ConnectorBuilderProject';
|
|
12
13
|
export { ControlFlowIcon } from './ControlFlowIcon';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/canvas/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/canvas/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -7,6 +7,7 @@ import { ApiProject } from "./ApiProject.js";
|
|
|
7
7
|
import { AutonomousAgentIcon } from "./AutonomousAgentIcon.js";
|
|
8
8
|
import { BusinessProcessProject } from "./BusinessProcessProject.js";
|
|
9
9
|
import { CaseManagementProject } from "./CaseManagementProject.js";
|
|
10
|
+
import { CasePlanIcon } from "./CasePlanIcon.js";
|
|
10
11
|
import { CodedAgentIcon } from "./CodedAgentIcon.js";
|
|
11
12
|
import { ConnectorBuilderProject } from "./ConnectorBuilderProject.js";
|
|
12
13
|
import { ControlFlowIcon } from "./ControlFlowIcon.js";
|
|
@@ -43,4 +44,4 @@ import { WebAppProject } from "./WebAppProject.js";
|
|
|
43
44
|
import { ZoomInIcon } from "./ZoomInIcon.js";
|
|
44
45
|
import { ZoomOutIcon } from "./ZoomOutIcon.js";
|
|
45
46
|
import { ZoomToFitIcon } from "./ZoomToFitIcon.js";
|
|
46
|
-
export { A2aIcon, AgentDiagramIcon, AgentIcon, AgentProject, AnthropicIcon, ApiProject, AutonomousAgentIcon, BusinessProcessProject, CaseManagementProject, CodedAgentIcon, ConnectorBuilderProject, ControlFlowIcon, ConversationalAgentIcon, DataAndTools, DataTransformExtractIcon, DataTransformFilterIcon, DataTransformFlattenIcon, DataTransformGroupIcon, DataTransformIcon, DataTransformMapIcon, DecisionIcon, EntryConditionIcon, ExitConditionIcon, FlaskRunIcon, FlowProject, GoogleIcon, HealthScoreIcon, HumanIcon, LoopIcon, McpIcon, MemoryIcon, OpenAIIcon, OrganizeIcon, ReturnToOriginIcon, RpaProject, ScriptTaskIcon, SwitchIcon, TimelinePauseIcon, TimelinePlayIcon, TimelineProgressIcon, UiPathIcon, WebAppProject, ZoomInIcon, ZoomOutIcon, ZoomToFitIcon };
|
|
47
|
+
export { A2aIcon, AgentDiagramIcon, AgentIcon, AgentProject, AnthropicIcon, ApiProject, AutonomousAgentIcon, BusinessProcessProject, CaseManagementProject, CasePlanIcon, CodedAgentIcon, ConnectorBuilderProject, ControlFlowIcon, ConversationalAgentIcon, DataAndTools, DataTransformExtractIcon, DataTransformFilterIcon, DataTransformFlattenIcon, DataTransformGroupIcon, DataTransformIcon, DataTransformMapIcon, DecisionIcon, EntryConditionIcon, ExitConditionIcon, FlaskRunIcon, FlowProject, GoogleIcon, HealthScoreIcon, HumanIcon, LoopIcon, McpIcon, MemoryIcon, OpenAIIcon, OrganizeIcon, ReturnToOriginIcon, RpaProject, ScriptTaskIcon, SwitchIcon, TimelinePauseIcon, TimelinePlayIcon, TimelineProgressIcon, UiPathIcon, WebAppProject, ZoomInIcon, ZoomOutIcon, ZoomToFitIcon };
|
|
@@ -29,6 +29,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
29
29
|
handlePositionSchema: ()=>external_handle_cjs_namespaceObject.handlePositionSchema,
|
|
30
30
|
nodeShapeSchema: ()=>external_node_manifest_cjs_namespaceObject.nodeShapeSchema,
|
|
31
31
|
nodeManifestSchema: ()=>external_node_manifest_cjs_namespaceObject.nodeManifestSchema,
|
|
32
|
+
nodeRuntimeConstraintsManifestSchema: ()=>external_node_manifest_cjs_namespaceObject.nodeRuntimeConstraintsManifestSchema,
|
|
32
33
|
handleTypeSchema: ()=>external_handle_cjs_namespaceObject.handleTypeSchema,
|
|
33
34
|
handleTypeDisplaySchema: ()=>external_handle_cjs_namespaceObject.handleTypeDisplaySchema,
|
|
34
35
|
nodeDisplayManifestSchema: ()=>external_node_manifest_cjs_namespaceObject.nodeDisplayManifestSchema,
|
|
@@ -47,6 +48,7 @@ exports.handleTypeDisplaySchema = __webpack_exports__.handleTypeDisplaySchema;
|
|
|
47
48
|
exports.handleTypeSchema = __webpack_exports__.handleTypeSchema;
|
|
48
49
|
exports.nodeDisplayManifestSchema = __webpack_exports__.nodeDisplayManifestSchema;
|
|
49
50
|
exports.nodeManifestSchema = __webpack_exports__.nodeManifestSchema;
|
|
51
|
+
exports.nodeRuntimeConstraintsManifestSchema = __webpack_exports__.nodeRuntimeConstraintsManifestSchema;
|
|
50
52
|
exports.nodeShapeSchema = __webpack_exports__.nodeShapeSchema;
|
|
51
53
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
52
54
|
"categoryManifestSchema",
|
|
@@ -58,6 +60,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
58
60
|
"handleTypeSchema",
|
|
59
61
|
"nodeDisplayManifestSchema",
|
|
60
62
|
"nodeManifestSchema",
|
|
63
|
+
"nodeRuntimeConstraintsManifestSchema",
|
|
61
64
|
"nodeShapeSchema"
|
|
62
65
|
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
63
66
|
Object.defineProperty(exports, '__esModule', {
|
|
@@ -3,6 +3,6 @@ export { categoryManifestSchema } from './category-manifest';
|
|
|
3
3
|
export type { ConnectionConstraint, HandleTarget } from './constraints';
|
|
4
4
|
export type { HandleCategory, HandleGroupManifest, HandleGroupOverride, HandleManifest, HandlePosition, HandleType, } from './handle';
|
|
5
5
|
export { handleGroupManifestSchema, handleGroupOverrideSchema, handleManifestSchema, handlePositionSchema, handleTypeDisplaySchema, handleTypeSchema, } from './handle';
|
|
6
|
-
export type { NodeDisplayManifest, NodeManifest, NodeShape } from './node-manifest';
|
|
7
|
-
export { nodeDisplayManifestSchema, nodeManifestSchema, nodeShapeSchema } from './node-manifest';
|
|
6
|
+
export type { NodeDisplayManifest, NodeManifest, NodeShape, RuntimeConstraints, } from './node-manifest';
|
|
7
|
+
export { nodeDisplayManifestSchema, nodeManifestSchema, nodeShapeSchema, nodeRuntimeConstraintsManifestSchema, } from './node-manifest';
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/canvas/schema/node-definition/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAExE,YAAY,EACV,cAAc,EACd,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,cAAc,EACd,UAAU,GACX,MAAM,UAAU,CAAC;AAElB,OAAO,EACL,yBAAyB,EACzB,yBAAyB,EACzB,oBAAoB,EACpB,oBAAoB,EACpB,uBAAuB,EACvB,gBAAgB,GACjB,MAAM,UAAU,CAAC;AAClB,YAAY,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/canvas/schema/node-definition/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAExE,YAAY,EACV,cAAc,EACd,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,cAAc,EACd,UAAU,GACX,MAAM,UAAU,CAAC;AAElB,OAAO,EACL,yBAAyB,EACzB,yBAAyB,EACzB,oBAAoB,EACpB,oBAAoB,EACpB,uBAAuB,EACvB,gBAAgB,GACjB,MAAM,UAAU,CAAC;AAClB,YAAY,EACV,mBAAmB,EACnB,YAAY,EACZ,SAAS,EACT,kBAAkB,GACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,yBAAyB,EACzB,kBAAkB,EAClB,eAAe,EACf,oCAAoC,GACrC,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { categoryManifestSchema } from "./category-manifest.js";
|
|
2
2
|
import { handleGroupManifestSchema, handleGroupOverrideSchema, handleManifestSchema, handlePositionSchema, handleTypeDisplaySchema, handleTypeSchema } from "./handle.js";
|
|
3
|
-
import { nodeDisplayManifestSchema, nodeManifestSchema, nodeShapeSchema } from "./node-manifest.js";
|
|
4
|
-
export { categoryManifestSchema, handleGroupManifestSchema, handleGroupOverrideSchema, handleManifestSchema, handlePositionSchema, handleTypeDisplaySchema, handleTypeSchema, nodeDisplayManifestSchema, nodeManifestSchema, nodeShapeSchema };
|
|
3
|
+
import { nodeDisplayManifestSchema, nodeManifestSchema, nodeRuntimeConstraintsManifestSchema, nodeShapeSchema } from "./node-manifest.js";
|
|
4
|
+
export { categoryManifestSchema, handleGroupManifestSchema, handleGroupOverrideSchema, handleManifestSchema, handlePositionSchema, handleTypeDisplaySchema, handleTypeSchema, nodeDisplayManifestSchema, nodeManifestSchema, nodeRuntimeConstraintsManifestSchema, nodeShapeSchema };
|
|
@@ -25,6 +25,7 @@ var __webpack_exports__ = {};
|
|
|
25
25
|
__webpack_require__.r(__webpack_exports__);
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
nodeManifestSchema: ()=>nodeManifestSchema,
|
|
28
|
+
nodeRuntimeConstraintsManifestSchema: ()=>nodeRuntimeConstraintsManifestSchema,
|
|
28
29
|
nodeDisplayManifestSchema: ()=>nodeDisplayManifestSchema,
|
|
29
30
|
nodeDebugManifestSchema: ()=>nodeDebugManifestSchema,
|
|
30
31
|
nodeShapeSchema: ()=>nodeShapeSchema
|
|
@@ -51,6 +52,14 @@ const nodeDisplayManifestSchema = external_zod_namespaceObject.z.object({
|
|
|
51
52
|
iconBackgroundDark: external_zod_namespaceObject.z.string().optional(),
|
|
52
53
|
iconColor: external_zod_namespaceObject.z.string().optional()
|
|
53
54
|
});
|
|
55
|
+
const nodeRuntimeConstraintsManifestSchema = external_zod_namespaceObject.z.union([
|
|
56
|
+
external_zod_namespaceObject.z.object({
|
|
57
|
+
include: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.string())
|
|
58
|
+
}),
|
|
59
|
+
external_zod_namespaceObject.z.object({
|
|
60
|
+
exclude: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.string())
|
|
61
|
+
})
|
|
62
|
+
]);
|
|
54
63
|
const nodeManifestSchema = external_zod_namespaceObject.z.object({
|
|
55
64
|
nodeType: external_zod_namespaceObject.z.string().min(1),
|
|
56
65
|
version: external_zod_namespaceObject.z.string().min(1),
|
|
@@ -69,16 +78,19 @@ const nodeManifestSchema = external_zod_namespaceObject.z.object({
|
|
|
69
78
|
model: external_zod_namespaceObject.z.any().optional(),
|
|
70
79
|
defaultProperties: external_zod_namespaceObject.z.record(external_zod_namespaceObject.z.string(), external_zod_namespaceObject.z.unknown()).optional(),
|
|
71
80
|
form: external_zod_namespaceObject.z.custom().optional(),
|
|
72
|
-
deprecated: external_zod_namespaceObject.z.boolean().optional()
|
|
81
|
+
deprecated: external_zod_namespaceObject.z.boolean().optional(),
|
|
82
|
+
runtimeConstraints: nodeRuntimeConstraintsManifestSchema.optional()
|
|
73
83
|
});
|
|
74
84
|
exports.nodeDebugManifestSchema = __webpack_exports__.nodeDebugManifestSchema;
|
|
75
85
|
exports.nodeDisplayManifestSchema = __webpack_exports__.nodeDisplayManifestSchema;
|
|
76
86
|
exports.nodeManifestSchema = __webpack_exports__.nodeManifestSchema;
|
|
87
|
+
exports.nodeRuntimeConstraintsManifestSchema = __webpack_exports__.nodeRuntimeConstraintsManifestSchema;
|
|
77
88
|
exports.nodeShapeSchema = __webpack_exports__.nodeShapeSchema;
|
|
78
89
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
79
90
|
"nodeDebugManifestSchema",
|
|
80
91
|
"nodeDisplayManifestSchema",
|
|
81
92
|
"nodeManifestSchema",
|
|
93
|
+
"nodeRuntimeConstraintsManifestSchema",
|
|
82
94
|
"nodeShapeSchema"
|
|
83
95
|
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
84
96
|
Object.defineProperty(exports, '__esModule', {
|
|
@@ -23,6 +23,11 @@ export declare const nodeDisplayManifestSchema: z.ZodObject<{
|
|
|
23
23
|
iconBackgroundDark: z.ZodOptional<z.ZodString>;
|
|
24
24
|
iconColor: z.ZodOptional<z.ZodString>;
|
|
25
25
|
}, z.core.$strip>;
|
|
26
|
+
export declare const nodeRuntimeConstraintsManifestSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
27
|
+
include: z.ZodArray<z.ZodString>;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
exclude: z.ZodArray<z.ZodString>;
|
|
30
|
+
}, z.core.$strip>]>;
|
|
26
31
|
export declare const nodeManifestSchema: z.ZodObject<{
|
|
27
32
|
nodeType: z.ZodString;
|
|
28
33
|
version: z.ZodString;
|
|
@@ -170,8 +175,14 @@ export declare const nodeManifestSchema: z.ZodObject<{
|
|
|
170
175
|
defaultProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
171
176
|
form: z.ZodOptional<z.ZodCustom<FormSchema, FormSchema>>;
|
|
172
177
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
178
|
+
runtimeConstraints: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
179
|
+
include: z.ZodArray<z.ZodString>;
|
|
180
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
181
|
+
exclude: z.ZodArray<z.ZodString>;
|
|
182
|
+
}, z.core.$strip>]>>;
|
|
173
183
|
}, z.core.$strip>;
|
|
174
184
|
export type NodeShape = z.infer<typeof nodeShapeSchema>;
|
|
175
185
|
export type NodeDisplayManifest = z.infer<typeof nodeDisplayManifestSchema>;
|
|
176
186
|
export type NodeManifest = z.infer<typeof nodeManifestSchema>;
|
|
187
|
+
export type RuntimeConstraints = z.infer<typeof nodeRuntimeConstraintsManifestSchema>;
|
|
177
188
|
//# sourceMappingURL=node-manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-manifest.d.ts","sourceRoot":"","sources":["../../../../src/canvas/schema/node-definition/node-manifest.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,eAAe;;;;EAA4C,CAAC;AAKzE,eAAO,MAAM,uBAAuB;;iBAGlC,CAAC;AAKH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;iBA2BpC,CAAC;AAKH,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"node-manifest.d.ts","sourceRoot":"","sources":["../../../../src/canvas/schema/node-definition/node-manifest.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,eAAe;;;;EAA4C,CAAC;AAKzE,eAAO,MAAM,uBAAuB;;iBAGlC,CAAC;AAKH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;iBA2BpC,CAAC;AAQH,eAAO,MAAM,oCAAoC;;;;mBAG/C,CAAC;AAKH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgE7B,CAAC;AAGH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AACxD,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC"}
|
|
@@ -20,6 +20,14 @@ const nodeDisplayManifestSchema = z.object({
|
|
|
20
20
|
iconBackgroundDark: z.string().optional(),
|
|
21
21
|
iconColor: z.string().optional()
|
|
22
22
|
});
|
|
23
|
+
const nodeRuntimeConstraintsManifestSchema = z.union([
|
|
24
|
+
z.object({
|
|
25
|
+
include: z.array(z.string())
|
|
26
|
+
}),
|
|
27
|
+
z.object({
|
|
28
|
+
exclude: z.array(z.string())
|
|
29
|
+
})
|
|
30
|
+
]);
|
|
23
31
|
const nodeManifestSchema = z.object({
|
|
24
32
|
nodeType: z.string().min(1),
|
|
25
33
|
version: z.string().min(1),
|
|
@@ -38,6 +46,7 @@ const nodeManifestSchema = z.object({
|
|
|
38
46
|
model: z.any().optional(),
|
|
39
47
|
defaultProperties: z.record(z.string(), z.unknown()).optional(),
|
|
40
48
|
form: z.custom().optional(),
|
|
41
|
-
deprecated: z.boolean().optional()
|
|
49
|
+
deprecated: z.boolean().optional(),
|
|
50
|
+
runtimeConstraints: nodeRuntimeConstraintsManifestSchema.optional()
|
|
42
51
|
});
|
|
43
|
-
export { nodeDebugManifestSchema, nodeDisplayManifestSchema, nodeManifestSchema, nodeShapeSchema };
|
|
52
|
+
export { nodeDebugManifestSchema, nodeDisplayManifestSchema, nodeManifestSchema, nodeRuntimeConstraintsManifestSchema, nodeShapeSchema };
|
|
@@ -124,6 +124,11 @@ export declare const defaultWorkflowManifest: {
|
|
|
124
124
|
defaultProperties?: Record<string, unknown> | undefined;
|
|
125
125
|
form?: import("@uipath/apollo-wind").FormSchema | undefined;
|
|
126
126
|
deprecated?: boolean | undefined;
|
|
127
|
+
runtimeConstraints?: {
|
|
128
|
+
include: string[];
|
|
129
|
+
} | {
|
|
130
|
+
exclude: string[];
|
|
131
|
+
} | undefined;
|
|
127
132
|
}[];
|
|
128
133
|
};
|
|
129
134
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/canvas/storybook-utils/manifests/index.ts"],"names":[],"mappings":"AAGA,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AAKnC,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/canvas/storybook-utils/manifests/index.ts"],"names":[],"mappings":"AAGA,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AAKnC,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAInC,CAAC"}
|