pareto 0.62.0 → 0.64.0
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/auto.dist/data/boekhouding.data.js +115 -115
- package/auto.dist/public/modules/pareto__2__fountain__pen/auto.provided_interface_glossary.d.ts +4 -4
- package/auto.pareto/auto.dependencies/index.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +6 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan_light.data.ts +418 -418
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts +1957 -1606
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +107 -107
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.grammar.data.ts +234 -234
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.graphviz.data.ts +632 -632
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto.data.ts +1306 -1306
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.semantic_versioning.data.ts +111 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril.data.ts +913 -913
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +827 -827
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/text.data.ts +29 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/semantic_versioning_from_text/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/semantic_versioning_from_text/glossary.data.ts +51 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/glossary.data.ts +2 -2
- package/package.json +3 -3
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import * as g_cosmos from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
4
|
+
|
|
5
|
+
const d = pd.d
|
|
6
|
+
const a = pd.a
|
|
7
|
+
|
|
8
|
+
export const $: g_cosmos.D.Glossary = {
|
|
9
|
+
'data glossary': {
|
|
10
|
+
'imports': d({}),
|
|
11
|
+
'glossary parameters': d({}),
|
|
12
|
+
'root': {
|
|
13
|
+
'data types': d({
|
|
14
|
+
"Number or Text": {
|
|
15
|
+
'parameters': d({}),
|
|
16
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
17
|
+
"alphanumeric": <g_cosmos.D.Data__Type>['string', null],
|
|
18
|
+
"numeric": <g_cosmos.D.Data__Type>['number', null],
|
|
19
|
+
})]
|
|
20
|
+
},
|
|
21
|
+
"Semantic Version": {
|
|
22
|
+
'parameters': d({}),
|
|
23
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
24
|
+
"build identifiers": {
|
|
25
|
+
'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['string', null]],
|
|
26
|
+
},
|
|
27
|
+
"major": {
|
|
28
|
+
'type': <g_cosmos.D.Data__Type>['number', null],
|
|
29
|
+
},
|
|
30
|
+
"minor": {
|
|
31
|
+
'type': <g_cosmos.D.Data__Type>['number', null],
|
|
32
|
+
},
|
|
33
|
+
"patch": {
|
|
34
|
+
'type': <g_cosmos.D.Data__Type>['number', null],
|
|
35
|
+
},
|
|
36
|
+
"pre-release identifiers": {
|
|
37
|
+
'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
38
|
+
'context': ['local', null],
|
|
39
|
+
'typeXX': "Number or Text",
|
|
40
|
+
'tailXX': a([]),
|
|
41
|
+
'type arguments': d({}),
|
|
42
|
+
}]]],
|
|
43
|
+
},
|
|
44
|
+
})]
|
|
45
|
+
},
|
|
46
|
+
}),
|
|
47
|
+
'namespaces': d({
|
|
48
|
+
"Number or Text": {
|
|
49
|
+
'data types': d({}),
|
|
50
|
+
'namespaces': d({
|
|
51
|
+
"TU": {
|
|
52
|
+
'data types': d({}),
|
|
53
|
+
'namespaces': d({
|
|
54
|
+
"alphanumeric": {
|
|
55
|
+
'data types': d({}),
|
|
56
|
+
'namespaces': d({}),
|
|
57
|
+
},
|
|
58
|
+
"numeric": {
|
|
59
|
+
'data types': d({}),
|
|
60
|
+
'namespaces': d({}),
|
|
61
|
+
},
|
|
62
|
+
}),
|
|
63
|
+
},
|
|
64
|
+
}),
|
|
65
|
+
},
|
|
66
|
+
"Semantic Version": {
|
|
67
|
+
'data types': d({}),
|
|
68
|
+
'namespaces': d({
|
|
69
|
+
"G": {
|
|
70
|
+
'data types': d({}),
|
|
71
|
+
'namespaces': d({
|
|
72
|
+
"build identifiers": {
|
|
73
|
+
'data types': d({}),
|
|
74
|
+
'namespaces': d({
|
|
75
|
+
"A": {
|
|
76
|
+
'data types': d({}),
|
|
77
|
+
'namespaces': d({}),
|
|
78
|
+
},
|
|
79
|
+
}),
|
|
80
|
+
},
|
|
81
|
+
"major": {
|
|
82
|
+
'data types': d({}),
|
|
83
|
+
'namespaces': d({}),
|
|
84
|
+
},
|
|
85
|
+
"minor": {
|
|
86
|
+
'data types': d({}),
|
|
87
|
+
'namespaces': d({}),
|
|
88
|
+
},
|
|
89
|
+
"patch": {
|
|
90
|
+
'data types': d({}),
|
|
91
|
+
'namespaces': d({}),
|
|
92
|
+
},
|
|
93
|
+
"pre-release identifiers": {
|
|
94
|
+
'data types': d({}),
|
|
95
|
+
'namespaces': d({
|
|
96
|
+
"A": {
|
|
97
|
+
'data types': d({}),
|
|
98
|
+
'namespaces': d({}),
|
|
99
|
+
},
|
|
100
|
+
}),
|
|
101
|
+
},
|
|
102
|
+
}),
|
|
103
|
+
},
|
|
104
|
+
}),
|
|
105
|
+
},
|
|
106
|
+
}),
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
'interface types': d({}),
|
|
110
|
+
'algorithm types': d({}),
|
|
111
|
+
}
|