@nocobase/plugin-workflow-request 1.7.0-beta.7 → 1.7.0-beta.9

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.
@@ -12,12 +12,12 @@ module.exports = {
12
12
  "@formily/core": "2.3.0",
13
13
  "@formily/shared": "2.3.2",
14
14
  "@formily/react": "2.3.0",
15
- "@formily/antd-v5": "1.1.9",
15
+ "@formily/antd-v5": "1.2.3",
16
16
  "@ant-design/icons": "5.6.1",
17
- "@nocobase/client": "1.7.0-beta.7",
18
- "@nocobase/plugin-workflow": "1.7.0-beta.7",
17
+ "@nocobase/client": "1.7.0-beta.9",
18
+ "@nocobase/plugin-workflow": "1.7.0-beta.9",
19
19
  "react-i18next": "11.18.6",
20
- "@nocobase/server": "1.7.0-beta.7",
20
+ "@nocobase/server": "1.7.0-beta.9",
21
21
  "axios": "1.7.7",
22
22
  "lodash": "4.17.21"
23
23
  };
@@ -9,12 +9,16 @@
9
9
  "Add parameter": "Aggiungi parametro",
10
10
  "Body": "Corpo",
11
11
  "Use variable": "Usa variabile",
12
+ "Add key-value pairs": "Aggiungi coppie chiave-valore",
12
13
  "Format": "Formato",
13
14
  "Insert": "Inserisci",
14
- "Timeout config": "Configurazione timeout",
15
- "ms": "ms",
15
+ "Timeout": "Timeout",
16
+ "Milliseconds": "ms",
16
17
  "Input request data": "Inserisci dati richiesta",
17
18
  "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"
19
+ "\"Content-Type\" will be ignored from headers.": "\"Content-Type\" sarà ignorato dall'intestazione",
20
+ "Ignore failed request and continue workflow": "Ignora la richiesta fallita e continua il workflow",
21
+ "Status code": "Codice stato",
22
+ "Data": "Dati",
23
+ "Response headers": "Intestazioni risposta"
20
24
  }
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",
7
+ "version": "1.7.0-beta.9",
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": "cd4ee4a58c0dc80418a71b3bba3b56552b85526f",
25
+ "gitHead": "7013a5080f3695d7750ab21005c90d2172c16480",
26
26
  "keywords": [
27
27
  "Workflow"
28
28
  ]