@nocobase/plugin-workflow-request 1.6.0-alpha.30 → 1.6.0-alpha.31

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.
@@ -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.6.0-alpha.30",
18
- "@nocobase/plugin-workflow": "1.6.0-alpha.30",
17
+ "@nocobase/client": "1.6.0-alpha.31",
18
+ "@nocobase/plugin-workflow": "1.6.0-alpha.31",
19
19
  "react-i18next": "11.18.6",
20
- "@nocobase/server": "1.6.0-alpha.30",
20
+ "@nocobase/server": "1.6.0-alpha.31",
21
21
  "axios": "1.7.7",
22
22
  "lodash": "4.17.21"
23
23
  };
@@ -0,0 +1,20 @@
1
+ {
2
+ "HTTP request": "Richiesta HTTP",
3
+ "Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Invia una richiesta HTTP a un URL. Puoi usare le variabili nei nodi upstream come intestazioni, parametri e corpo della richiesta.",
4
+ "HTTP method": "Metodo HTTP",
5
+ "URL": "URL",
6
+ "Headers": "Intestazioni",
7
+ "Add request header": "Aggiungi intestazione richiesta",
8
+ "Parameters": "Parametri",
9
+ "Add parameter": "Aggiungi parametro",
10
+ "Body": "Corpo",
11
+ "Use variable": "Usa variabile",
12
+ "Format": "Formato",
13
+ "Insert": "Inserisci",
14
+ "Timeout config": "Configurazione timeout",
15
+ "ms": "ms",
16
+ "Input request data": "Inserisci dati richiesta",
17
+ "Only support standard JSON data": "Supporta solo dati JSON standard",
18
+ "\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" supporta solo \"application/json\", e non è necessario specificarlo",
19
+ "Ignore failed request and continue workflow": "Ignora la richiesta fallita e continua il 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.6.0-alpha.30",
7
+ "version": "1.6.0-alpha.31",
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": "4d092cae372fada3df9b57c55705ea3b7dfa6786",
25
+ "gitHead": "2f118f0a0691dd51c437f208b1166258a615b6a8",
26
26
  "keywords": [
27
27
  "Workflow"
28
28
  ]