@uipath/maestro-builder-sdk 5.2.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/LICENSE +21 -0
- package/README.md +322 -0
- package/dist/bindings-v2.d.ts +37 -0
- package/dist/bindings-v2.js +155 -0
- package/dist/bindings.d.ts +6 -0
- package/dist/bindings.js +6 -0
- package/dist/bpmn/bpmn-expr-check.d.ts +41 -0
- package/dist/bpmn/bpmn-expr-check.js +218 -0
- package/dist/bpmn/bpmn-sdk.d.ts +2257 -0
- package/dist/bpmn/bpmn-sdk.js +1476 -0
- package/dist/bpmn/check-cli.d.ts +3 -0
- package/dist/bpmn/check-cli.js +32 -0
- package/dist/bpmn/check.d.ts +25 -0
- package/dist/bpmn/check.js +430 -0
- package/dist/bpmn/compile-cli.d.ts +3 -0
- package/dist/bpmn/compile-cli.js +60 -0
- package/dist/bpmn/connector.d.ts +56 -0
- package/dist/bpmn/connector.js +199 -0
- package/dist/bpmn/decompile-cli.d.ts +8 -0
- package/dist/bpmn/decompile-cli.js +54 -0
- package/dist/bpmn/decompile.d.ts +6 -0
- package/dist/bpmn/decompile.js +1108 -0
- package/dist/bpmn/format-profile.d.ts +27 -0
- package/dist/bpmn/format-profile.js +11 -0
- package/dist/bpmn/intsvc.d.ts +77 -0
- package/dist/bpmn/intsvc.js +155 -0
- package/dist/bpmn/load.d.ts +4 -0
- package/dist/bpmn/load.js +22 -0
- package/dist/bpmn/merge-cli.d.ts +3 -0
- package/dist/bpmn/merge-cli.js +45 -0
- package/dist/bpmn/merge.d.ts +19 -0
- package/dist/bpmn/merge.js +293 -0
- package/dist/bpmn/registry-types.json +1869 -0
- package/dist/bpmn/serialize.d.ts +28 -0
- package/dist/bpmn/serialize.js +757 -0
- package/dist/bpmn/tidy-cli.d.ts +2 -0
- package/dist/bpmn/tidy-cli.js +39 -0
- package/dist/bpmn/typed-node.d.ts +382 -0
- package/dist/bpmn/typed-node.js +551 -0
- package/dist/bpmn/uipath-moddle.v1.json +823 -0
- package/dist/bpmn/xml-ranges.d.ts +45 -0
- package/dist/bpmn/xml-ranges.js +151 -0
- package/dist/case/case-expr-check.d.ts +35 -0
- package/dist/case/case-expr-check.js +85 -0
- package/dist/case/case-sdk.d.ts +1282 -0
- package/dist/case/case-sdk.js +923 -0
- package/dist/case/check-cli.d.ts +3 -0
- package/dist/case/check-cli.js +31 -0
- package/dist/case/check.d.ts +18 -0
- package/dist/case/check.js +456 -0
- package/dist/case/compile-cli.d.ts +3 -0
- package/dist/case/compile-cli.js +291 -0
- package/dist/case/decompile-cli.d.ts +9 -0
- package/dist/case/decompile-cli.js +117 -0
- package/dist/case/decompile.d.ts +187 -0
- package/dist/case/decompile.js +1170 -0
- package/dist/case/entry-points.d.ts +79 -0
- package/dist/case/entry-points.js +118 -0
- package/dist/case/format-profile.d.ts +60 -0
- package/dist/case/format-profile.js +79 -0
- package/dist/case/ids.d.ts +24 -0
- package/dist/case/ids.js +76 -0
- package/dist/case/load.d.ts +12 -0
- package/dist/case/load.js +32 -0
- package/dist/case/preserve.d.ts +133 -0
- package/dist/case/preserve.js +105 -0
- package/dist/case/serialize.d.ts +10 -0
- package/dist/case/serialize.js +1414 -0
- package/dist/check-cli.d.ts +3 -0
- package/dist/check-cli.js +118 -0
- package/dist/check.d.ts +146 -0
- package/dist/check.js +4898 -0
- package/dist/cli/commands/bpmn.d.ts +2 -0
- package/dist/cli/commands/bpmn.js +73 -0
- package/dist/cli/commands/case.d.ts +2 -0
- package/dist/cli/commands/case.js +60 -0
- package/dist/cli/commands/flow.d.ts +2 -0
- package/dist/cli/commands/flow.js +99 -0
- package/dist/cli/commands/registry.d.ts +10 -0
- package/dist/cli/commands/registry.js +170 -0
- package/dist/cli/common.d.ts +30 -0
- package/dist/cli/common.js +92 -0
- package/dist/cli/index.d.ts +2 -0
- package/dist/cli/index.js +18 -0
- package/dist/cli-run.d.ts +2 -0
- package/dist/cli-run.js +42 -0
- package/dist/compile-cli.d.ts +3 -0
- package/dist/compile-cli.js +160 -0
- package/dist/config.d.ts +47 -0
- package/dist/config.js +201 -0
- package/dist/core/actions.d.ts +3244 -0
- package/dist/core/actions.js +1062 -0
- package/dist/core/binding-messages.d.ts +1 -0
- package/dist/core/binding-messages.js +16 -0
- package/dist/core/bindings.d.ts +12 -0
- package/dist/core/bindings.js +67 -0
- package/dist/core/ceql.d.ts +73 -0
- package/dist/core/ceql.js +272 -0
- package/dist/core/cli-spelling.d.ts +39 -0
- package/dist/core/cli-spelling.js +62 -0
- package/dist/core/connector-raw-node.d.ts +21 -0
- package/dist/core/connector-raw-node.js +47 -0
- package/dist/core/connectors.d.ts +184 -0
- package/dist/core/connectors.js +128 -0
- package/dist/core/expr-check.d.ts +93 -0
- package/dist/core/expr-check.js +186 -0
- package/dist/core/expr.d.ts +323 -0
- package/dist/core/expr.js +400 -0
- package/dist/core/index.d.ts +10 -0
- package/dist/core/index.js +10 -0
- package/dist/core/library.d.ts +440 -0
- package/dist/core/library.js +1183 -0
- package/dist/core/list-envelope.d.ts +45 -0
- package/dist/core/list-envelope.js +97 -0
- package/dist/core/lookup-store.d.ts +22 -0
- package/dist/core/lookup-store.js +85 -0
- package/dist/core/lookups.d.ts +227 -0
- package/dist/core/lookups.js +231 -0
- package/dist/core/node-classes.d.ts +234 -0
- package/dist/core/node-classes.js +158 -0
- package/dist/core/script-return.d.ts +68 -0
- package/dist/core/script-return.js +197 -0
- package/dist/core/stable-id.d.ts +28 -0
- package/dist/core/stable-id.js +37 -0
- package/dist/core-definitions.json +16249 -0
- package/dist/decompile-cli.d.ts +3 -0
- package/dist/decompile-cli.js +131 -0
- package/dist/decompile.d.ts +138 -0
- package/dist/decompile.js +2482 -0
- package/dist/emit.d.ts +10 -0
- package/dist/emit.js +60 -0
- package/dist/event-filters.d.ts +130 -0
- package/dist/event-filters.js +137 -0
- package/dist/flow-expr-check.d.ts +17 -0
- package/dist/flow-expr-check.js +193 -0
- package/dist/flow-sdk.d.ts +1341 -0
- package/dist/flow-sdk.js +1164 -0
- package/dist/flow-variables.d.ts +13 -0
- package/dist/flow-variables.js +42 -0
- package/dist/format-profile.d.ts +72 -0
- package/dist/format-profile.js +97 -0
- package/dist/generators/_connections.py +287 -0
- package/dist/generators/_events.py +355 -0
- package/dist/generators/_lookups.py +114 -0
- package/dist/generators/_naming.py +185 -0
- package/dist/generators/_objects.py +299 -0
- package/dist/generators/_resolve.py +273 -0
- package/dist/generators/convert_library_to_md.py +1441 -0
- package/dist/generators/extract_library.py +125 -0
- package/dist/generators/generate_connectors_ts.py +936 -0
- package/dist/generators/generate_library_json.py +2527 -0
- package/dist/generators/generate_triggers_ts.py +110 -0
- package/dist/generators/materialize_registry.py +155 -0
- package/dist/generators/prepare_connector.py +1688 -0
- package/dist/index.d.ts +35 -0
- package/dist/index.js +35 -0
- package/dist/ixp-definition.json +1982 -0
- package/dist/library.d.ts +6 -0
- package/dist/library.js +6 -0
- package/dist/load.d.ts +16 -0
- package/dist/load.js +95 -0
- package/dist/merge-cli.d.ts +3 -0
- package/dist/merge-cli.js +47 -0
- package/dist/merge.d.ts +125 -0
- package/dist/merge.js +0 -0
- package/dist/migrate.d.ts +15 -0
- package/dist/migrate.js +245 -0
- package/dist/node-runtime.d.ts +3 -0
- package/dist/node-runtime.js +22 -0
- package/dist/package-name.d.ts +17 -0
- package/dist/package-name.js +17 -0
- package/dist/ref-resolve.d.ts +77 -0
- package/dist/ref-resolve.js +170 -0
- package/dist/registry/cache.d.ts +55 -0
- package/dist/registry/cache.js +134 -0
- package/dist/registry/curated-overlay.d.ts +16 -0
- package/dist/registry/curated-overlay.js +62 -0
- package/dist/registry/extractor.d.ts +22 -0
- package/dist/registry/extractor.js +18 -0
- package/dist/registry/materialize-bin.d.ts +2 -0
- package/dist/registry/materialize-bin.js +7 -0
- package/dist/registry/materialize-cli.d.ts +1 -0
- package/dist/registry/materialize-cli.js +46 -0
- package/dist/registry/materializer.d.ts +23 -0
- package/dist/registry/materializer.js +34 -0
- package/dist/registry/path-cli.d.ts +1 -0
- package/dist/registry/path-cli.js +56 -0
- package/dist/registry/prepare-cli.d.ts +62 -0
- package/dist/registry/prepare-cli.js +185 -0
- package/dist/registry/pull-cli.d.ts +1 -0
- package/dist/registry/pull-cli.js +274 -0
- package/dist/registry/python.d.ts +26 -0
- package/dist/registry/python.js +46 -0
- package/dist/registry/search-cli.d.ts +52 -0
- package/dist/registry/search-cli.js +159 -0
- package/dist/schema-version.d.ts +165 -0
- package/dist/schema-version.js +148 -0
- package/dist/serialize.d.ts +64 -0
- package/dist/serialize.js +6398 -0
- package/lib/README.md +112 -0
- package/lib/library-json.samples/index.json +158 -0
- package/lib/library-json.samples/invariant-collections.json +83 -0
- package/lib/library-json.samples/list-envelopes.json +123 -0
- package/lib/library-json.samples/uipath-atlassian-jira/create-issue@1.0.0.json +131 -0
- package/lib/library-json.samples/uipath-atlassian-jira/create-issue@1.0.0.v1def.json +306 -0
- package/lib/library-json.samples/uipath-atlassian-jira/generic/create_issue/create@1.0.0.json +86 -0
- package/lib/library-json.samples/uipath-atlassian-jira/generic/create_issue/create@1.0.0.v1def.json +208 -0
- package/lib/library-json.samples/uipath-atlassian-jira/get-issue@1.0.0.json +2040 -0
- package/lib/library-json.samples/uipath-atlassian-jira/get-issue@1.0.0.v1def.json +195 -0
- package/lib/library-json.samples/uipath-google-vertex/execute-google-vertex-agent@1.0.0.json +169 -0
- package/lib/library-json.samples/uipath-google-vertex/execute-google-vertex-agent@1.0.0.v1def.json +209 -0
- package/lib/library-json.samples/uipath-http-webhook/event-http-webhook@1.0.0.json +63 -0
- package/lib/library-json.samples/uipath-http-webhook/event-http-webhook@1.0.0.v1def.json +262 -0
- package/lib/library-json.samples/uipath-http-webhook/trigger-http-webhook@1.0.0.json +63 -0
- package/lib/library-json.samples/uipath-http-webhook/trigger-http-webhook@1.0.0.v1def.json +213 -0
- package/lib/library-json.samples/uipath-microsoft-azureactivedirectory/list-groups@1.0.0.json +227 -0
- package/lib/library-json.samples/uipath-microsoft-azureactivedirectory/list-groups@1.0.0.v1def.json +373 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/event-file-created@1.0.0.json +116 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/event-file-created@1.0.0.v1def.json +369 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/event-list-item-added@1.0.0.json +56 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/event-list-item-added@1.0.0.v1def.json +256 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/trigger-file-created@1.0.0.json +116 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/trigger-file-created@1.0.0.v1def.json +320 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/trigger-list-item-added@1.0.0.json +56 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/trigger-list-item-added@1.0.0.v1def.json +207 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/event-email-received@1.0.0.json +107 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/event-email-received@1.0.0.v1def.json +264 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/send-email@1.0.0.json +142 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/send-email@1.0.0.v1def.json +306 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/trigger-email-received@1.0.0.json +107 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/trigger-email-received@1.0.0.v1def.json +217 -0
- package/lib/library-json.samples/uipath-microsoft-powerautomate/invoke-a-microsoft-power-automate-flow@1.0.0.json +85 -0
- package/lib/library-json.samples/uipath-microsoft-powerautomate/invoke-a-microsoft-power-automate-flow@1.0.0.v1def.json +209 -0
- package/lib/library-json.samples/uipath-salesforce-slack/send-message-to-user@1.0.0.json +755 -0
- package/lib/library-json.samples/uipath-salesforce-slack/send-message-to-user@1.0.0.v1def.json +513 -0
- package/lib/library-json.samples/uipath-uipath-dataservice/query-entity-records@1.0.0.json +122 -0
- package/lib/library-json.samples/uipath-uipath-dataservice/query-entity-records@1.0.0.v1def.json +227 -0
- package/package.json +85 -0
package/lib/library-json.samples/uipath-uipath-dataservice/query-entity-records@1.0.0.v1def.json
ADDED
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodeType": "uipath.connector.uipath-uipath-dataservice.query-entity-records",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"category": "connector.196550",
|
|
5
|
+
"tags": [
|
|
6
|
+
"connector",
|
|
7
|
+
"activity"
|
|
8
|
+
],
|
|
9
|
+
"sortOrder": 515,
|
|
10
|
+
"supportsErrorHandling": true,
|
|
11
|
+
"description": "(UiPath Data Fabric) Retrieves a list of records for the selected Entity from Data Fabric, according to specified filters.",
|
|
12
|
+
"display": {
|
|
13
|
+
"label": "Query Entity Records",
|
|
14
|
+
"description": "(UiPath Data Fabric) Retrieves a list of records for the selected Entity from Data Fabric, according to specified filters.",
|
|
15
|
+
"icon": "https://alpha.uipath.com/311c6049-4966-4ef2-a6f3-8ceccaf38d54/studio_/typecache/icons/98381fa079bbcf73264f551006d6ef7580fb53992f3d9f94361eb5d9e06040cb.svg"
|
|
16
|
+
},
|
|
17
|
+
"handleConfiguration": [
|
|
18
|
+
{
|
|
19
|
+
"position": "left",
|
|
20
|
+
"handles": [
|
|
21
|
+
{
|
|
22
|
+
"id": "input",
|
|
23
|
+
"type": "target",
|
|
24
|
+
"handleType": "input",
|
|
25
|
+
"label": ""
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"position": "right",
|
|
31
|
+
"handles": [
|
|
32
|
+
{
|
|
33
|
+
"id": "output",
|
|
34
|
+
"type": "source",
|
|
35
|
+
"handleType": "output",
|
|
36
|
+
"label": ""
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "error",
|
|
40
|
+
"label": "Error",
|
|
41
|
+
"type": "source",
|
|
42
|
+
"handleType": "output",
|
|
43
|
+
"visible": "{inputs.errorHandlingEnabled}",
|
|
44
|
+
"constraints": {
|
|
45
|
+
"maxConnections": 1
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"model": {
|
|
52
|
+
"type": "bpmn:SendTask",
|
|
53
|
+
"serviceType": "Intsvc.ActivityExecution",
|
|
54
|
+
"bindings": {
|
|
55
|
+
"resource": "connection",
|
|
56
|
+
"resourceKey": "",
|
|
57
|
+
"values": [
|
|
58
|
+
{
|
|
59
|
+
"name": "uipath-uipath-dataservice connection",
|
|
60
|
+
"propertyAttribute": "ConnectionId"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "FolderKey",
|
|
64
|
+
"propertyAttribute": "FolderKey"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"context": [
|
|
69
|
+
{
|
|
70
|
+
"name": "connectorKey",
|
|
71
|
+
"type": "string",
|
|
72
|
+
"value": "uipath-uipath-dataservice"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "operation",
|
|
76
|
+
"type": "string"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "objectName",
|
|
80
|
+
"value": "QueryEntityRecordsCurated",
|
|
81
|
+
"type": "string"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "method",
|
|
85
|
+
"type": "string",
|
|
86
|
+
"value": "POST"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "connection",
|
|
90
|
+
"type": "string",
|
|
91
|
+
"value": "<bindings.uipath-uipath-dataservice connection>"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "folderKey",
|
|
95
|
+
"type": "string",
|
|
96
|
+
"value": "<bindings.FolderKey>"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "activityConfigurationVersion",
|
|
100
|
+
"type": "string",
|
|
101
|
+
"value": "v1"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "metadata",
|
|
105
|
+
"body": {
|
|
106
|
+
"telemetryData": {
|
|
107
|
+
"connectorKey": "uipath-uipath-dataservice",
|
|
108
|
+
"connectorName": "Query Entity Records"
|
|
109
|
+
},
|
|
110
|
+
"inputMetadata": {},
|
|
111
|
+
"errorState": {
|
|
112
|
+
"hasError": true
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"type": "json"
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
"form": {
|
|
120
|
+
"id": "connector-properties",
|
|
121
|
+
"title": "Connector configuration",
|
|
122
|
+
"sections": [
|
|
123
|
+
{
|
|
124
|
+
"id": "connector",
|
|
125
|
+
"title": "Connector",
|
|
126
|
+
"collapsible": true,
|
|
127
|
+
"defaultExpanded": true,
|
|
128
|
+
"fields": [
|
|
129
|
+
{
|
|
130
|
+
"label": "",
|
|
131
|
+
"name": "inputs.detail",
|
|
132
|
+
"type": "custom",
|
|
133
|
+
"component": "dap-config",
|
|
134
|
+
"componentProps": {
|
|
135
|
+
"connectorDetail": {
|
|
136
|
+
"isAppActivity": false,
|
|
137
|
+
"packageId": "196550",
|
|
138
|
+
"svgIconUrl": "icons/98381fa079bbcf73264f551006d6ef7580fb53992f3d9f94361eb5d9e06040cb.svg",
|
|
139
|
+
"displayName": "Query Entity Records",
|
|
140
|
+
"assemblyQualifiedName": "UiPath.IntegrationService.Activities.Runtime.Activities.ConnectorActivity, UiPath.IntegrationService.Activities.Runtime, Version=1.30.0.0, Culture=neutral, PublicKeyToken=null",
|
|
141
|
+
"description": "Retrieves a list of records for the selected Entity from Data Fabric, according to specified filters.",
|
|
142
|
+
"category": "",
|
|
143
|
+
"activityColor": "#E56D5C",
|
|
144
|
+
"configuration": "{\"connectorKey\":\"uipath-uipath-dataservice\",\"objectName\":\"QueryEntityRecordsCurated\",\"httpMethod\":\"POST\",\"activityType\":\"Curated\",\"version\":\"1.0.0\",\"supportsStreaming\":false,\"subType\":\"standard\"}",
|
|
145
|
+
"uiPathActivityTypeId": "703065b9-a310-33b8-9d4d-12df0a6f520b",
|
|
146
|
+
"isExperimental": false,
|
|
147
|
+
"helpUrlTemplate": "https://docs.uipath.com/{0}/activities/other/latest/integration-service/uipath-uipath-dataservice-Query-Entity-Records",
|
|
148
|
+
"isEnabled": true,
|
|
149
|
+
"targetPlatform": "CrossPlatform",
|
|
150
|
+
"isAdvanced": false,
|
|
151
|
+
"isRestricted": false,
|
|
152
|
+
"hasWpfOnlyDesigner": false,
|
|
153
|
+
"tags": [
|
|
154
|
+
""
|
|
155
|
+
]
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
]
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
"inputDefinition": {
|
|
164
|
+
"fields": [
|
|
165
|
+
{
|
|
166
|
+
"name": "_sortFieldName",
|
|
167
|
+
"displayName": "Sort by field",
|
|
168
|
+
"type": "string",
|
|
169
|
+
"dataType": "string",
|
|
170
|
+
"required": false,
|
|
171
|
+
"description": "Specify the field to sort the results by"
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
"inputDefaults": {},
|
|
176
|
+
"outputDefinition": {
|
|
177
|
+
"output": {
|
|
178
|
+
"type": "object",
|
|
179
|
+
"description": "The return value of the connector.",
|
|
180
|
+
"source": "=result.response",
|
|
181
|
+
"var": "output"
|
|
182
|
+
},
|
|
183
|
+
"error": {
|
|
184
|
+
"type": "object",
|
|
185
|
+
"description": "Error information if the node fails",
|
|
186
|
+
"source": "=Error",
|
|
187
|
+
"var": "error",
|
|
188
|
+
"schema": {
|
|
189
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
190
|
+
"type": "object",
|
|
191
|
+
"required": [
|
|
192
|
+
"code",
|
|
193
|
+
"message",
|
|
194
|
+
"detail",
|
|
195
|
+
"category",
|
|
196
|
+
"status"
|
|
197
|
+
],
|
|
198
|
+
"properties": {
|
|
199
|
+
"code": {
|
|
200
|
+
"type": "string",
|
|
201
|
+
"description": "Error code as a string"
|
|
202
|
+
},
|
|
203
|
+
"message": {
|
|
204
|
+
"type": "string",
|
|
205
|
+
"description": "High-level error message"
|
|
206
|
+
},
|
|
207
|
+
"detail": {
|
|
208
|
+
"type": "string",
|
|
209
|
+
"description": "Detailed error description"
|
|
210
|
+
},
|
|
211
|
+
"category": {
|
|
212
|
+
"type": "string",
|
|
213
|
+
"description": "Error category"
|
|
214
|
+
},
|
|
215
|
+
"status": {
|
|
216
|
+
"type": "integer",
|
|
217
|
+
"description": "HTTP status code"
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
"additionalProperties": false
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"debug": {
|
|
225
|
+
"runtime": "bpmnEngine"
|
|
226
|
+
}
|
|
227
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@uipath/maestro-builder-sdk",
|
|
3
|
+
"version": "5.2.0",
|
|
4
|
+
"description": "Build UiPath Flow, Case, and BPMN artifacts by writing TypeScript.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"homepage": "https://docs.uipath.com/maestro",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"uipath",
|
|
9
|
+
"maestro",
|
|
10
|
+
"bpmn",
|
|
11
|
+
"workflow",
|
|
12
|
+
"orchestration",
|
|
13
|
+
"case-management"
|
|
14
|
+
],
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "git+https://github.com/UiPath/flow-builder-sdk.git",
|
|
18
|
+
"directory": "typescript/sdk"
|
|
19
|
+
},
|
|
20
|
+
"type": "module",
|
|
21
|
+
"main": "./dist/index.js",
|
|
22
|
+
"module": "./dist/index.js",
|
|
23
|
+
"types": "./dist/index.d.ts",
|
|
24
|
+
"exports": {
|
|
25
|
+
".": {
|
|
26
|
+
"types": "./dist/index.d.ts",
|
|
27
|
+
"import": "./dist/index.js"
|
|
28
|
+
},
|
|
29
|
+
"./case": {
|
|
30
|
+
"types": "./dist/case/case-sdk.d.ts",
|
|
31
|
+
"import": "./dist/case/case-sdk.js"
|
|
32
|
+
},
|
|
33
|
+
"./bpmn": {
|
|
34
|
+
"types": "./dist/bpmn/bpmn-sdk.d.ts",
|
|
35
|
+
"import": "./dist/bpmn/bpmn-sdk.js"
|
|
36
|
+
},
|
|
37
|
+
"./cli": {
|
|
38
|
+
"types": "./dist/cli/index.d.ts",
|
|
39
|
+
"import": "./dist/cli/index.js"
|
|
40
|
+
},
|
|
41
|
+
"./registry-materializer": {
|
|
42
|
+
"types": "./dist/registry/materializer.d.ts",
|
|
43
|
+
"import": "./dist/registry/materializer.js"
|
|
44
|
+
},
|
|
45
|
+
"./package.json": "./package.json"
|
|
46
|
+
},
|
|
47
|
+
"bin": {
|
|
48
|
+
"flow-sdk": "./dist/cli/index.js",
|
|
49
|
+
"flow-compile": "./dist/compile-cli.js",
|
|
50
|
+
"flow-decompile": "./dist/decompile-cli.js",
|
|
51
|
+
"flow-merge": "./dist/merge-cli.js",
|
|
52
|
+
"flow-check": "./dist/check-cli.js",
|
|
53
|
+
"case-compile": "./dist/case/compile-cli.js",
|
|
54
|
+
"case-check": "./dist/case/check-cli.js",
|
|
55
|
+
"case-decompile": "./dist/case/decompile-cli.js",
|
|
56
|
+
"bpmn-compile": "./dist/bpmn/compile-cli.js",
|
|
57
|
+
"bpmn-check": "./dist/bpmn/check-cli.js",
|
|
58
|
+
"bpmn-decompile": "./dist/bpmn/decompile-cli.js",
|
|
59
|
+
"bpmn-merge": "./dist/bpmn/merge-cli.js",
|
|
60
|
+
"flow-registry-materialize": "./dist/registry/materialize-bin.js"
|
|
61
|
+
},
|
|
62
|
+
"files": [
|
|
63
|
+
"dist",
|
|
64
|
+
"lib/library-json.samples",
|
|
65
|
+
"README.md"
|
|
66
|
+
],
|
|
67
|
+
"engines": {
|
|
68
|
+
"node": ">=22.6"
|
|
69
|
+
},
|
|
70
|
+
"dependencies": {
|
|
71
|
+
"bpmn-auto-layout": "^1.3.0",
|
|
72
|
+
"bpmn-moddle": "^9.0.4",
|
|
73
|
+
"commander": "^14.0.0",
|
|
74
|
+
"typescript": "^5.9.3"
|
|
75
|
+
},
|
|
76
|
+
"devDependencies": {
|
|
77
|
+
"@types/node": "^22.7.0",
|
|
78
|
+
"esbuild": "^0.28.1"
|
|
79
|
+
},
|
|
80
|
+
"gitref": "fe867a0e0080d40c98359688494c808eebed1c8b",
|
|
81
|
+
"gitHead": "fe867a0e0080d40c98359688494c808eebed1c8b",
|
|
82
|
+
"publishConfig": {
|
|
83
|
+
"registry": "https://registry.npmjs.org/"
|
|
84
|
+
}
|
|
85
|
+
}
|