Skip to content

Commit 8eb0b7c

Browse files
committed
fix: removed outdated filelds and renamed some wrong fields
1 parent 4e833b1 commit 8eb0b7c

25 files changed

Lines changed: 62 additions & 69 deletions

definitions/standard/data_type/type/http_method.proto.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"variant": "TYPE",
32
"identifier": "HTTP_METHOD",
43
"name": [
54
{

definitions/standard/runtime_definition/array/std_array_concat.proto.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
],
6565
"deprecationMessage": [],
6666
"displayIcon": "tabler:list",
67-
"linked_data_type_identifier": [
67+
"signature": "<T>(first: LIST<T>, second: LIST<T>) => LIST<T>",
68+
"linkedDataTypeIdentifiers": [
6869
"LIST"
69-
],
70-
"signature": "<T>(first: LIST<T>, second: LIST<T>) => LIST<T>"
70+
]
7171
}

definitions/standard/runtime_definition/array/std_array_find.proto.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
],
6565
"deprecationMessage": [],
6666
"displayIcon": "tabler:arrow-iteration",
67-
"linked_data_type_identifier": [
67+
"signature": "<T>(list: LIST<T>, predicate: PREDICATE<T>) => T",
68+
"linkedDataTypeIdentifiers": [
6869
"LIST",
6970
"PREDICATE"
70-
],
71-
"signature": "<T>(list: LIST<T>, predicate: PREDICATE<T>) => T"
71+
]
7272
}

definitions/standard/runtime_definition/array/std_array_find_index.proto.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
],
6565
"deprecationMessage": [],
6666
"displayIcon": "tabler:arrow-iteration",
67-
"linked_data_type_identifier": [
67+
"signature": "<T>(list: LIST<T>, predicate: PREDICATE<T>) => NUMBER",
68+
"linkedDataTypeIdentifiers": [
6869
"LIST",
6970
"NUMBER",
7071
"PREDICATE"
71-
],
72-
"signature": "<T>(list: LIST<T>, predicate: PREDICATE<T>) => NUMBER"
72+
]
7373
}

definitions/standard/runtime_definition/array/std_array_find_last.proto.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
],
6565
"deprecationMessage": [],
6666
"displayIcon": "tabler:arrow-iteration",
67-
"linked_data_type_identifier": [
67+
"signature": "<T>(list: LIST<T>, predicate: PREDICATE<T>) => T",
68+
"linkedDataTypeIdentifiers": [
6869
"LIST",
6970
"PREDICATE"
70-
],
71-
"signature": "<T>(list: LIST<T>, predicate: PREDICATE<T>) => T"
71+
]
7272
}

definitions/standard/runtime_definition/array/std_array_flat.proto.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
],
4848
"deprecationMessage": [],
4949
"displayIcon": "tabler:list",
50-
"linked_data_type_identifier": [
50+
"signature": "<T>(list: LIST<LIST<T>>) => LIST<T>",
51+
"linkedDataTypeIdentifiers": [
5152
"LIST"
52-
],
53-
"signature": "<T>(list: LIST<LIST<T>>) => LIST<T>"
53+
]
5454
}

definitions/standard/runtime_definition/array/std_array_index_of.proto.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
],
6565
"deprecationMessage": [],
6666
"displayIcon": "tabler:list",
67-
"linked_data_type_identifier": [
67+
"signature": "<R>(list: LIST<T>, item: T) => NUMBER",
68+
"linkedDataTypeIdentifiers": [
6869
"LIST",
6970
"NUMBER"
70-
],
71-
"signature": "<R>(list: LIST<T>, item: T) => NUMBER"
71+
]
7272
}

definitions/standard/runtime_definition/array/std_array_is_empty.proto.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
],
4848
"deprecationMessage": [],
4949
"displayIcon": "tabler:list",
50-
"linked_data_type_identifier": [
50+
"signature": "<R>(list: LIST<T>) => BOOLEAN",
51+
"linkedDataTypeIdentifiers": [
5152
"LIST",
5253
"BOOLEAN"
53-
],
54-
"signature": "<R>(list: LIST<T>) => BOOLEAN"
54+
]
5555
}

definitions/standard/runtime_definition/array/std_array_join.proto.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
],
6565
"deprecationMessage": [],
6666
"displayIcon": "tabler:list",
67-
"linked_data_type_identifier": [
67+
"signature": "(list: LIST<TEXT>, join_text: TEXT) => TEXT",
68+
"linkedDataTypeIdentifiers": [
6869
"LIST",
6970
"TEXT"
70-
],
71-
"signature": "(list: LIST<TEXT>, join_text: TEXT) => TEXT"
71+
]
7272
}

definitions/standard/runtime_definition/array/std_array_last.proto.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
],
4848
"deprecationMessage": [],
4949
"displayIcon": "tabler:list",
50-
"linked_data_type_identifier": [
50+
"signature": "<T>(list: LIST<T>) => T",
51+
"linkedDataTypeIdentifiers": [
5152
"LIST"
52-
],
53-
"signature": "<T>(list: LIST<T>) => T"
53+
]
5454
}

0 commit comments

Comments
 (0)