@nocobase/plugin-workflow-request 1.4.0-alpha.20240919174335 → 1.4.0-alpha.20240928155737
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/ja_JP.json +25 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -13,10 +13,10 @@ module.exports = {
|
|
|
13
13
|
"@formily/shared": "2.3.0",
|
|
14
14
|
"@formily/react": "2.3.0",
|
|
15
15
|
"@formily/antd-v5": "1.1.9",
|
|
16
|
-
"@nocobase/plugin-workflow": "1.4.0-alpha.
|
|
17
|
-
"@nocobase/client": "1.4.0-alpha.
|
|
16
|
+
"@nocobase/plugin-workflow": "1.4.0-alpha.20240928155737",
|
|
17
|
+
"@nocobase/client": "1.4.0-alpha.20240928155737",
|
|
18
18
|
"react-i18next": "11.18.6",
|
|
19
|
-
"@nocobase/server": "1.4.0-alpha.
|
|
19
|
+
"@nocobase/server": "1.4.0-alpha.20240928155737",
|
|
20
20
|
"axios": "0.26.1",
|
|
21
21
|
"lodash": "4.17.21"
|
|
22
22
|
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"HTTP request": "HTTPリクエスト",
|
|
3
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "指定されたURLにHTTPリクエストを送信します。上流ノードの変数をリクエストヘッダー、パラメーター、リクエストボディとして使用できます。",
|
|
4
|
+
"HTTP method": "HTTPメソッド",
|
|
5
|
+
"URL": "URL",
|
|
6
|
+
"Headers": "ヘッダー",
|
|
7
|
+
"Add request header": "ヘッダーの追加",
|
|
8
|
+
"Parameters": "パラメータ",
|
|
9
|
+
"Add parameter": "パラメータの追加",
|
|
10
|
+
"Body": "リクエストボディ",
|
|
11
|
+
"Use variable": "変数を使用",
|
|
12
|
+
"Format": "フォーマット",
|
|
13
|
+
"Insert": "挿入",
|
|
14
|
+
"Timeout config": "タイムアウト設定",
|
|
15
|
+
"ms": "ミリ秒",
|
|
16
|
+
"Input request data": "リクエストデータの入力",
|
|
17
|
+
"Only support standard JSON data": "標準JSONデータのみをサポート",
|
|
18
|
+
"Content-Type only support \"application/json\", and no need to specify": "application/jsonのみをサポート、Content-Typeを指定する必要はありません",
|
|
19
|
+
"Ignore failed request and continue workflow": "失敗したリクエストを無視して、ワークフローを継続する",
|
|
20
|
+
"Add key-value pairs": "キーと値のペアを追加",
|
|
21
|
+
"Content-Type will be ignored from headers.": "ヘッダー内のContent-Typeは無視されます。",
|
|
22
|
+
"Status code": "ステータスコード",
|
|
23
|
+
"Data": "データ",
|
|
24
|
+
"Response headers": "応答ヘッダー"
|
|
25
|
+
}
|
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.4.0-alpha.
|
|
7
|
+
"version": "1.4.0-alpha.20240928155737",
|
|
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": "f2765665126f5e9b5ae01f9ca6e8a151916554b4",
|
|
26
26
|
"keywords": [
|
|
27
27
|
"Workflow"
|
|
28
28
|
]
|