Skip to content

Commit a350011

Browse files
committed
feat: reworked definitions
1 parent ca28d3c commit a350011

134 files changed

Lines changed: 7582 additions & 7918 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
{
2-
"identifier": "CRON",
3-
"settings": [
4-
{
5-
"identifier": "CRON_CODE",
6-
"unique": "NONE",
7-
"dataTypeIdentifier": "CRON_CODE",
8-
"defaultValue": null,
9-
"name": [
10-
{
11-
"code": "en-US",
12-
"content": "Cron Code"
13-
}
14-
],
15-
"description": [
16-
{
17-
"code": "en-US",
18-
"content": "Specifies the Cron Code for this flow to be called."
19-
}
20-
]
21-
}
22-
],
23-
"name": [
24-
{
25-
"code": "en-US",
26-
"content": "Cron Job"
27-
}
28-
],
29-
"description": [
30-
{
31-
"code": "en-US",
32-
"content": "A Cron Job is a scheduled task that runs automatically at specified intervals, typically defined using cron expressions. It is commonly used to automate repetitive operations such as data processing, system maintenance, and periodic updates without requiring manual execution."
33-
}
34-
],
35-
"documentation": [],
36-
"displayIcon": "tabler:file-time",
37-
"alias": [
38-
{
39-
"code": "en-US",
40-
"content": "cron;code;schedule;timer;clock;flow"
41-
}
42-
],
43-
"displayMessage": [
44-
{
45-
"code": "en-US",
46-
"content": "Schedule Job ${cron_code}"
47-
}
48-
]
2+
"identifier": "CRON",
3+
"settings": [
4+
{
5+
"identifier": "CRON_CODE",
6+
"unique": "NONE",
7+
"dataTypeIdentifier": "CRON_CODE",
8+
"defaultValue": null,
9+
"name": [
10+
{
11+
"code": "en-US",
12+
"content": "Cron Code"
13+
}
14+
],
15+
"description": [
16+
{
17+
"code": "en-US",
18+
"content": "Specifies the Cron Code for this flow to be called."
19+
}
20+
]
21+
}
22+
],
23+
"name": [
24+
{
25+
"code": "en-US",
26+
"content": "Cron Job"
27+
}
28+
],
29+
"description": [
30+
{
31+
"code": "en-US",
32+
"content": "A Cron Job is a scheduled task that runs automatically at specified intervals, typically defined using cron expressions. It is commonly used to automate repetitive operations such as data processing, system maintenance, and periodic updates without requiring manual execution."
33+
}
34+
],
35+
"documentation": [],
36+
"displayIcon": "tabler:file-time",
37+
"alias": [
38+
{
39+
"code": "en-US",
40+
"content": "cron;code;schedule;timer;clock;flow"
41+
}
42+
],
43+
"displayMessage": [
44+
{
45+
"code": "en-US",
46+
"content": "Schedule Job ${cron_code}"
47+
}
48+
]
4949
}
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"identifier": "REST_HEADER_INPUT",
3-
"name": [
4-
{
5-
"code": "en-US",
6-
"content": "Headers"
7-
}
8-
],
9-
"alias": [
10-
{
11-
"code": "en-US",
12-
"content": "http;rest;header;entry;input"
13-
}
14-
],
15-
"displayMessage": [
16-
{
17-
"code": "en-US",
18-
"content": "Headers"
19-
}
20-
],
21-
"rules": [],
22-
"genericKeys": [],
23-
"linked_data_type_identifiers": [],
24-
"signature": "{}"
2+
"identifier": "REST_HEADER_INPUT",
3+
"name": [
4+
{
5+
"code": "en-US",
6+
"content": "Headers"
7+
}
8+
],
9+
"alias": [
10+
{
11+
"code": "en-US",
12+
"content": "http;rest;header;entry;input"
13+
}
14+
],
15+
"displayMessage": [
16+
{
17+
"code": "en-US",
18+
"content": "Headers"
19+
}
20+
],
21+
"rules": [],
22+
"genericKeys": [],
23+
"linked_data_type_identifiers": [],
24+
"signature": "{}"
2525
}
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"identifier": "REST_ADAPTER_INPUT",
3-
"name": [
4-
{
5-
"code": "en-US",
6-
"content": "Rest Adapter Input"
7-
}
8-
],
9-
"alias": [
10-
{
11-
"code": "en-US",
12-
"content": "http;rest;adapter;input"
13-
}
14-
],
15-
"displayMessage": [
16-
{
17-
"code": "en-US",
18-
"content": "Rest Adapter Input"
19-
}
20-
],
21-
"rules": [],
22-
"genericKeys": [
23-
"T"
24-
],
25-
"linked_data_type_identifiers": [
26-
"REST_HEADER_INPUT"
27-
],
28-
"signature": "{ body: T, headers: REST_HEADER_INPUT }"
2+
"identifier": "REST_ADAPTER_INPUT",
3+
"name": [
4+
{
5+
"code": "en-US",
6+
"content": "Rest Adapter Input"
7+
}
8+
],
9+
"alias": [
10+
{
11+
"code": "en-US",
12+
"content": "http;rest;adapter;input"
13+
}
14+
],
15+
"displayMessage": [
16+
{
17+
"code": "en-US",
18+
"content": "Rest Adapter Input"
19+
}
20+
],
21+
"rules": [],
22+
"genericKeys": [
23+
"T"
24+
],
25+
"linked_data_type_identifiers": [
26+
"REST_HEADER_INPUT"
27+
],
28+
"signature": "{ body: T, headers: REST_HEADER_INPUT }"
2929
}
Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
11
{
2-
"identifier": "REST",
3-
"settings": [
4-
{
5-
"identifier": "HTTP_URL",
6-
"unique": "PROJECT",
7-
"dataTypeIdentifier": "HTTP_URL",
8-
"defaultValue": null,
9-
"name": [
10-
{
11-
"code": "en-US",
12-
"content": "URL"
13-
}
14-
],
15-
"description": [
16-
{
17-
"code": "en-US",
18-
"content": "Specifies the HTTP URL endpoint."
19-
}
20-
]
21-
},
22-
{
23-
"identifier": "HTTP_METHOD",
24-
"unique": "NONE",
25-
"dataTypeIdentifier": "HTTP_METHOD",
26-
"defaultValue": null,
27-
"name": [
28-
{
29-
"code": "en-US",
30-
"content": "Method"
31-
}
32-
],
33-
"description": [
34-
{
35-
"code": "en-US",
36-
"content": "Specifies the HTTP request method (e.g., GET, POST, PUT, DELETE)."
37-
}
38-
]
39-
}
40-
],
41-
"inputTypeIdentifier": "REST_ADAPTER_INPUT",
42-
"returnTypeIdentifier": "HTTP_RESPONSE",
43-
"editable": false,
44-
"name": [
45-
{
46-
"code": "en-US",
47-
"content": "Rest Endpoint"
48-
}
49-
],
50-
"description": [
51-
{
52-
"code": "en-US",
53-
"content": "A REST API is a web service that lets clients interact with data on a server using standard HTTP methods like GET, POST, PUT, and DELETE usually returning results in JSON format."
54-
}
55-
],
56-
"documentation": [],
57-
"displayMessage": [
58-
{
59-
"code": "en-US",
60-
"content": "Trigger Rest-Flow on ${method} with a Request to ${route}"
61-
}
62-
],
63-
"alias": [
64-
{
65-
"code": "en-US",
66-
"content": "http;rest;route;web;webhook"
67-
}
68-
],
69-
"displayIcon": "tabler:world-www"
2+
"identifier": "REST",
3+
"settings": [
4+
{
5+
"identifier": "HTTP_URL",
6+
"unique": "PROJECT",
7+
"dataTypeIdentifier": "HTTP_URL",
8+
"defaultValue": null,
9+
"name": [
10+
{
11+
"code": "en-US",
12+
"content": "URL"
13+
}
14+
],
15+
"description": [
16+
{
17+
"code": "en-US",
18+
"content": "Specifies the HTTP URL endpoint."
19+
}
20+
]
21+
},
22+
{
23+
"identifier": "HTTP_METHOD",
24+
"unique": "NONE",
25+
"dataTypeIdentifier": "HTTP_METHOD",
26+
"defaultValue": null,
27+
"name": [
28+
{
29+
"code": "en-US",
30+
"content": "Method"
31+
}
32+
],
33+
"description": [
34+
{
35+
"code": "en-US",
36+
"content": "Specifies the HTTP request method (e.g., GET, POST, PUT, DELETE)."
37+
}
38+
]
39+
}
40+
],
41+
"inputTypeIdentifier": "REST_ADAPTER_INPUT",
42+
"returnTypeIdentifier": "HTTP_RESPONSE",
43+
"editable": false,
44+
"name": [
45+
{
46+
"code": "en-US",
47+
"content": "Rest Endpoint"
48+
}
49+
],
50+
"description": [
51+
{
52+
"code": "en-US",
53+
"content": "A REST API is a web service that lets clients interact with data on a server using standard HTTP methods like GET, POST, PUT, and DELETE usually returning results in JSON format."
54+
}
55+
],
56+
"documentation": [],
57+
"displayMessage": [
58+
{
59+
"code": "en-US",
60+
"content": "Trigger Rest-Flow on ${method} with a Request to ${route}"
61+
}
62+
],
63+
"alias": [
64+
{
65+
"code": "en-US",
66+
"content": "http;rest;route;web;webhook"
67+
}
68+
],
69+
"displayIcon": "tabler:world-www"
7070
}

0 commit comments

Comments
 (0)