@nocobase/plugin-workflow-request 1.7.0-beta.1 → 1.7.0-beta.3
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/externalVersion.js +3 -3
- package/dist/locale/de-DE.json +27 -0
- package/dist/locale/nl-NL.json +20 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -14,10 +14,10 @@ module.exports = {
|
|
|
14
14
|
"@formily/react": "2.3.0",
|
|
15
15
|
"@formily/antd-v5": "1.1.9",
|
|
16
16
|
"@ant-design/icons": "5.6.1",
|
|
17
|
-
"@nocobase/client": "1.7.0-beta.
|
|
18
|
-
"@nocobase/plugin-workflow": "1.7.0-beta.
|
|
17
|
+
"@nocobase/client": "1.7.0-beta.3",
|
|
18
|
+
"@nocobase/plugin-workflow": "1.7.0-beta.3",
|
|
19
19
|
"react-i18next": "11.18.6",
|
|
20
|
-
"@nocobase/server": "1.7.0-beta.
|
|
20
|
+
"@nocobase/server": "1.7.0-beta.3",
|
|
21
21
|
"axios": "1.7.7",
|
|
22
22
|
"lodash": "4.17.21"
|
|
23
23
|
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"HTTP request": "HTTP-Anfrage",
|
|
3
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Sendet eine HTTP-Anfrage an eine URL. Sie können die Variablen in den vorgelagerten Knoten als Anfrage-Header, Parameter und Anfrage-Body verwenden.",
|
|
4
|
+
"HTTP method": "HTTP-Methode",
|
|
5
|
+
"URL": "URL",
|
|
6
|
+
"Headers": "Header",
|
|
7
|
+
"Add request header": "Anfrage-Header hinzufügen",
|
|
8
|
+
"Parameters": "Parameter",
|
|
9
|
+
"Add parameter": "Parameter hinzufügen",
|
|
10
|
+
"Body": "Body",
|
|
11
|
+
"Use variable": "Variable verwenden",
|
|
12
|
+
"Add key-value pairs": "Schlüssel-Wert-Paare hinzufügen",
|
|
13
|
+
"Format": "Format",
|
|
14
|
+
"Insert": "Einfügen",
|
|
15
|
+
"Timeout config": "Timeout-Konfiguration",
|
|
16
|
+
"ms": "ms",
|
|
17
|
+
"Timeout": "Timeout",
|
|
18
|
+
"Milliseconds": "Millisekunden",
|
|
19
|
+
"Input request data": "Anfragedaten eingeben",
|
|
20
|
+
"Only support standard JSON data": "Unterstützt nur Standard-JSON-Daten",
|
|
21
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" unterstützt nur \"application/json\" und muss nicht angegeben werden",
|
|
22
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" wird aus den Headern ignoriert.",
|
|
23
|
+
"Ignore failed request and continue workflow": "Fehlgeschlagene Anfrage ignorieren und Workflow fortsetzen",
|
|
24
|
+
"Status code": "Statuscode",
|
|
25
|
+
"Data": "Daten",
|
|
26
|
+
"Response headers": "Antwort-Header"
|
|
27
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"HTTP request": "HTTP request",
|
|
3
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.",
|
|
4
|
+
"HTTP method": "HTTP method",
|
|
5
|
+
"URL": "URL",
|
|
6
|
+
"Headers": "Headers",
|
|
7
|
+
"Add request header": "Add request header",
|
|
8
|
+
"Parameters": "Parameters",
|
|
9
|
+
"Add parameter": "Add parameter",
|
|
10
|
+
"Body": "Body",
|
|
11
|
+
"Use variable": "Use variable",
|
|
12
|
+
"Format": "Formaat",
|
|
13
|
+
"Insert": "Invoegen",
|
|
14
|
+
"Timeout config": "Timeout config",
|
|
15
|
+
"ms": "ms",
|
|
16
|
+
"Input request data": "Input request data",
|
|
17
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
18
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" only support \"application/json\", and no need to specify",
|
|
19
|
+
"Ignore failed request and continue workflow": "Ignore failed request and continue workflow"
|
|
20
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:HTTP 请求节点",
|
|
5
5
|
"description": "Send HTTP requests to any HTTP service for data interaction in workflow.",
|
|
6
6
|
"description.zh-CN": "可用于在工作流中向任意 HTTP 服务发送请求,进行数据交互。",
|
|
7
|
-
"version": "1.7.0-beta.
|
|
7
|
+
"version": "1.7.0-beta.3",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-request",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@nocobase/server": "1.x",
|
|
23
23
|
"@nocobase/test": "1.x"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "8d52cb1d366a968f87c1cd3f98f55f24be3056a5",
|
|
26
26
|
"keywords": [
|
|
27
27
|
"Workflow"
|
|
28
28
|
]
|