pareto 0.53.0 → 0.55.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/public/shorthands/cosmos.d.ts +50 -0
- package/auto.dist/public/shorthands/cosmos.js +512 -0
- package/auto.pareto/$.data.ts +2 -2
- package/auto.pareto/auto.dependencies/index.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +3 -3
- package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +3 -3
- package/auto.pareto/glossaries/auto.cosmos_type_system.data.ts +136 -136
- package/auto.pareto/glossaries/auto.pareto.data.ts +111 -111
- package/auto.pareto/modules/cosmos2pareto/api.data.ts +3 -3
- package/auto.pareto/modules/cosmos2pareto/glossary.data.ts +2 -2
- package/auto.pareto/modules/fountain_pen/api.data.ts +3 -3
- package/auto.pareto/modules/fountain_pen/glossary.data.ts +2 -2
- package/auto.pareto/modules/pareto2typescript/api.data.ts +3 -3
- package/auto.pareto/modules/pareto2typescript/glossary.data.ts +2 -2
- package/package.json +4 -4
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import * as
|
|
3
|
+
import * as g_cosmos from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
4
4
|
|
|
5
5
|
const d = pd.d
|
|
6
6
|
const a = pd.a
|
|
7
7
|
|
|
8
|
-
export const $:
|
|
8
|
+
export const $: g_cosmos.D.Glossary = {
|
|
9
9
|
'imports': d({}),
|
|
10
10
|
'glossary parameters': d({}),
|
|
11
11
|
'root': {
|
|
12
12
|
'data types': d({
|
|
13
13
|
"Algorithm Type Reference": {
|
|
14
14
|
'parameters': d({}),
|
|
15
|
-
'type': <
|
|
15
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
16
16
|
"algorithm type": {
|
|
17
|
-
'type': <
|
|
17
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
18
18
|
},
|
|
19
19
|
})]
|
|
20
20
|
},
|
|
21
21
|
"API": {
|
|
22
22
|
'parameters': d({}),
|
|
23
|
-
'type': <
|
|
23
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
24
24
|
"algorithms": {
|
|
25
|
-
'type': <
|
|
25
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
26
26
|
"configuration data": {
|
|
27
|
-
'type': <
|
|
27
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['string', null]],
|
|
28
28
|
},
|
|
29
29
|
"definition": {
|
|
30
|
-
'type': <
|
|
30
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
31
31
|
'context': ['local', null],
|
|
32
32
|
'typeXX': "Algorithm Type Reference",
|
|
33
33
|
'tailXX': a([]),
|
|
@@ -35,9 +35,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
35
35
|
}]],
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
'type': <
|
|
38
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
39
39
|
"algorithm type": {
|
|
40
|
-
'type': <
|
|
40
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
41
41
|
'context': ['local', null],
|
|
42
42
|
'typeXX': "Algorithm Type Reference",
|
|
43
43
|
'tailXX': a([]),
|
|
@@ -45,20 +45,20 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
45
45
|
}]],
|
|
46
46
|
},
|
|
47
47
|
"module": {
|
|
48
|
-
'type': <
|
|
48
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
49
49
|
},
|
|
50
50
|
"type": {
|
|
51
|
-
'type': <
|
|
52
|
-
"library dependency": <
|
|
53
|
-
"private": <
|
|
54
|
-
"public": <
|
|
55
|
-
"sibling": <
|
|
51
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
52
|
+
"library dependency": <g_cosmos.D.Data__Type>['string', null],
|
|
53
|
+
"private": <g_cosmos.D.Data__Type>['null', null],
|
|
54
|
+
"public": <g_cosmos.D.Data__Type>['null', null],
|
|
55
|
+
"sibling": <g_cosmos.D.Data__Type>['null', null],
|
|
56
56
|
})],
|
|
57
57
|
},
|
|
58
58
|
"type arguments": {
|
|
59
|
-
'type': <
|
|
60
|
-
"api parameter": <
|
|
61
|
-
"data type": <
|
|
59
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
60
|
+
"api parameter": <g_cosmos.D.Data__Type>['string', null],
|
|
61
|
+
"data type": <g_cosmos.D.Data__Type>['string', null],
|
|
62
62
|
})]],
|
|
63
63
|
},
|
|
64
64
|
})]],
|
|
@@ -66,7 +66,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
66
66
|
})]],
|
|
67
67
|
},
|
|
68
68
|
"provided interface": {
|
|
69
|
-
'type': <
|
|
69
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
70
70
|
'context': ['local', null],
|
|
71
71
|
'typeXX': "Glossary",
|
|
72
72
|
'tailXX': a([]),
|
|
@@ -77,7 +77,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
77
77
|
},
|
|
78
78
|
"Arguments": {
|
|
79
79
|
'parameters': d({}),
|
|
80
|
-
'type': <
|
|
80
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
81
81
|
'context': ['local', null],
|
|
82
82
|
'typeXX': "DataSpecifier",
|
|
83
83
|
'tailXX': a([]),
|
|
@@ -86,12 +86,12 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
86
86
|
},
|
|
87
87
|
"Asynchronous Interface Reference": {
|
|
88
88
|
'parameters': d({}),
|
|
89
|
-
'type': <
|
|
89
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
90
90
|
"context": {
|
|
91
|
-
'type': <
|
|
92
|
-
"import": <
|
|
91
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
92
|
+
"import": <g_cosmos.D.Data__Type>['group', d({
|
|
93
93
|
"glossary": {
|
|
94
|
-
'type': <
|
|
94
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
95
95
|
'context': ['local', null],
|
|
96
96
|
'typeXX': "Glossary Reference",
|
|
97
97
|
'tailXX': a([]),
|
|
@@ -99,14 +99,14 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
99
99
|
}]],
|
|
100
100
|
},
|
|
101
101
|
})],
|
|
102
|
-
"local": <
|
|
102
|
+
"local": <g_cosmos.D.Data__Type>['group', d({})],
|
|
103
103
|
})],
|
|
104
104
|
},
|
|
105
105
|
"interfaceXX": {
|
|
106
|
-
'type': <
|
|
106
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
107
107
|
},
|
|
108
108
|
"type arguments": {
|
|
109
|
-
'type': <
|
|
109
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
110
110
|
'context': ['local', null],
|
|
111
111
|
'typeXX': "Arguments",
|
|
112
112
|
'tailXX': a([]),
|
|
@@ -117,10 +117,10 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
117
117
|
},
|
|
118
118
|
"Asynchronous Interface Type": {
|
|
119
119
|
'parameters': d({}),
|
|
120
|
-
'type': <
|
|
121
|
-
"choice": <
|
|
120
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
121
|
+
"choice": <g_cosmos.D.Data__Type>['group', d({
|
|
122
122
|
"options": {
|
|
123
|
-
'type': <
|
|
123
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
124
124
|
'context': ['local', null],
|
|
125
125
|
'typeXX': "Asynchronous Interface Type",
|
|
126
126
|
'tailXX': a([]),
|
|
@@ -128,9 +128,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
128
128
|
}]]],
|
|
129
129
|
},
|
|
130
130
|
})],
|
|
131
|
-
"method": <
|
|
131
|
+
"method": <g_cosmos.D.Data__Type>['group', d({
|
|
132
132
|
"data": {
|
|
133
|
-
'type': <
|
|
133
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
134
134
|
'context': ['local', null],
|
|
135
135
|
'typeXX': "DataSpecifier",
|
|
136
136
|
'tailXX': a([]),
|
|
@@ -138,7 +138,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
138
138
|
}]]],
|
|
139
139
|
},
|
|
140
140
|
"interface": {
|
|
141
|
-
'type': <
|
|
141
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
142
142
|
'context': ['local', null],
|
|
143
143
|
'typeXX': "Asynchronous Interface Type",
|
|
144
144
|
'tailXX': a([]),
|
|
@@ -146,15 +146,15 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
146
146
|
}]]],
|
|
147
147
|
},
|
|
148
148
|
})],
|
|
149
|
-
"reference": <
|
|
149
|
+
"reference": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
150
150
|
'context': ['local', null],
|
|
151
151
|
'typeXX': "Asynchronous Interface Reference",
|
|
152
152
|
'tailXX': a([]),
|
|
153
153
|
'type arguments': d({}),
|
|
154
154
|
}]],
|
|
155
|
-
"streamconsumer": <
|
|
155
|
+
"streamconsumer": <g_cosmos.D.Data__Type>['group', d({
|
|
156
156
|
"data": {
|
|
157
|
-
'type': <
|
|
157
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
158
158
|
'context': ['local', null],
|
|
159
159
|
'typeXX': "Asynchronous Interface Type",
|
|
160
160
|
'tailXX': a([]),
|
|
@@ -162,7 +162,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
162
162
|
}]],
|
|
163
163
|
},
|
|
164
164
|
"end": {
|
|
165
|
-
'type': <
|
|
165
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
166
166
|
'context': ['local', null],
|
|
167
167
|
'typeXX': "Asynchronous Interface Type",
|
|
168
168
|
'tailXX': a([]),
|
|
@@ -174,14 +174,14 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
174
174
|
},
|
|
175
175
|
"Data Or Synchronous Interface": {
|
|
176
176
|
'parameters': d({}),
|
|
177
|
-
'type': <
|
|
178
|
-
"data": <
|
|
177
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
178
|
+
"data": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
179
179
|
'context': ['local', null],
|
|
180
180
|
'typeXX': "DataSpecifier",
|
|
181
181
|
'tailXX': a([]),
|
|
182
182
|
'type arguments': d({}),
|
|
183
183
|
}]],
|
|
184
|
-
"interface": <
|
|
184
|
+
"interface": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
185
185
|
'context': ['local', null],
|
|
186
186
|
'typeXX': "Synchronous Interface Reference",
|
|
187
187
|
'tailXX': a([]),
|
|
@@ -191,29 +191,29 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
191
191
|
},
|
|
192
192
|
"Data Type": {
|
|
193
193
|
'parameters': d({}),
|
|
194
|
-
'type': <
|
|
195
|
-
"array": <
|
|
194
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
195
|
+
"array": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
196
196
|
'context': ['local', null],
|
|
197
197
|
'typeXX': "Data Type",
|
|
198
198
|
'tailXX': a([]),
|
|
199
199
|
'type arguments': d({}),
|
|
200
200
|
}]],
|
|
201
|
-
"boolean": <
|
|
202
|
-
"computed": <
|
|
201
|
+
"boolean": <g_cosmos.D.Data__Type>['group', d({})],
|
|
202
|
+
"computed": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
203
203
|
'context': ['local', null],
|
|
204
204
|
'typeXX': "Data Type",
|
|
205
205
|
'tailXX': a([]),
|
|
206
206
|
'type arguments': d({}),
|
|
207
207
|
}]],
|
|
208
|
-
"dictionary": <
|
|
208
|
+
"dictionary": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
209
209
|
'context': ['local', null],
|
|
210
210
|
'typeXX': "Data Type",
|
|
211
211
|
'tailXX': a([]),
|
|
212
212
|
'type arguments': d({}),
|
|
213
213
|
}]],
|
|
214
|
-
"group": <
|
|
214
|
+
"group": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
215
215
|
"type": {
|
|
216
|
-
'type': <
|
|
216
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
217
217
|
'context': ['local', null],
|
|
218
218
|
'typeXX': "Data Type",
|
|
219
219
|
'tailXX': a([]),
|
|
@@ -221,22 +221,22 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
221
221
|
}]],
|
|
222
222
|
},
|
|
223
223
|
})]],
|
|
224
|
-
"null": <
|
|
225
|
-
"number": <
|
|
226
|
-
"optional": <
|
|
224
|
+
"null": <g_cosmos.D.Data__Type>['group', d({})],
|
|
225
|
+
"number": <g_cosmos.D.Data__Type>['group', d({})],
|
|
226
|
+
"optional": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
227
227
|
'context': ['local', null],
|
|
228
228
|
'typeXX': "Data Type",
|
|
229
229
|
'tailXX': a([]),
|
|
230
230
|
'type arguments': d({}),
|
|
231
231
|
}]],
|
|
232
|
-
"reference": <
|
|
232
|
+
"reference": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
233
233
|
'context': ['local', null],
|
|
234
234
|
'typeXX': "DataSpecifier",
|
|
235
235
|
'tailXX': a([]),
|
|
236
236
|
'type arguments': d({}),
|
|
237
237
|
}]],
|
|
238
|
-
"string": <
|
|
239
|
-
"taggedUnion": <
|
|
238
|
+
"string": <g_cosmos.D.Data__Type>['group', d({})],
|
|
239
|
+
"taggedUnion": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
240
240
|
'context': ['local', null],
|
|
241
241
|
'typeXX': "Data Type",
|
|
242
242
|
'tailXX': a([]),
|
|
@@ -246,14 +246,14 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
246
246
|
},
|
|
247
247
|
"DataSpecifier": {
|
|
248
248
|
'parameters': d({}),
|
|
249
|
-
'type': <
|
|
250
|
-
"glossary parameterXX": <
|
|
251
|
-
"type": <
|
|
249
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
250
|
+
"glossary parameterXX": <g_cosmos.D.Data__Type>['string', null],
|
|
251
|
+
"type": <g_cosmos.D.Data__Type>['group', d({
|
|
252
252
|
"context": {
|
|
253
|
-
'type': <
|
|
254
|
-
"import": <
|
|
253
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
254
|
+
"import": <g_cosmos.D.Data__Type>['group', d({
|
|
255
255
|
"glossary": {
|
|
256
|
-
'type': <
|
|
256
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
257
257
|
'context': ['local', null],
|
|
258
258
|
'typeXX': "Glossary Reference",
|
|
259
259
|
'tailXX': a([]),
|
|
@@ -261,14 +261,14 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
261
261
|
}]],
|
|
262
262
|
},
|
|
263
263
|
})],
|
|
264
|
-
"local": <
|
|
264
|
+
"local": <g_cosmos.D.Data__Type>['group', d({})],
|
|
265
265
|
})],
|
|
266
266
|
},
|
|
267
267
|
"tailXX": {
|
|
268
|
-
'type': <
|
|
268
|
+
'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['string', null]],
|
|
269
269
|
},
|
|
270
270
|
"type arguments": {
|
|
271
|
-
'type': <
|
|
271
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
272
272
|
'context': ['local', null],
|
|
273
273
|
'typeXX': "Arguments",
|
|
274
274
|
'tailXX': a([]),
|
|
@@ -276,23 +276,23 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
276
276
|
}]],
|
|
277
277
|
},
|
|
278
278
|
"typeXX": {
|
|
279
|
-
'type': <
|
|
279
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
280
280
|
},
|
|
281
281
|
})],
|
|
282
|
-
"type parameterXX": <
|
|
282
|
+
"type parameterXX": <g_cosmos.D.Data__Type>['string', null],
|
|
283
283
|
})]
|
|
284
284
|
},
|
|
285
285
|
"Dummy": {
|
|
286
286
|
'parameters': d({}),
|
|
287
|
-
'type': <
|
|
287
|
+
'type': <g_cosmos.D.Data__Type>['group', d({})]
|
|
288
288
|
},
|
|
289
289
|
"Glossary": {
|
|
290
290
|
'parameters': d({}),
|
|
291
|
-
'type': <
|
|
291
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
292
292
|
"algorithm types": {
|
|
293
|
-
'type': <
|
|
293
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
294
294
|
"parameters": {
|
|
295
|
-
'type': <
|
|
295
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
296
296
|
'context': ['local', null],
|
|
297
297
|
'typeXX': "Parameters",
|
|
298
298
|
'tailXX': a([]),
|
|
@@ -300,10 +300,10 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
300
300
|
}]],
|
|
301
301
|
},
|
|
302
302
|
"type": {
|
|
303
|
-
'type': <
|
|
304
|
-
"asynchronous function": <
|
|
303
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
304
|
+
"asynchronous function": <g_cosmos.D.Data__Type>['group', d({
|
|
305
305
|
"in": {
|
|
306
|
-
'type': <
|
|
306
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
307
307
|
'context': ['local', null],
|
|
308
308
|
'typeXX': "DataSpecifier",
|
|
309
309
|
'tailXX': a([]),
|
|
@@ -311,7 +311,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
311
311
|
}]],
|
|
312
312
|
},
|
|
313
313
|
"out": {
|
|
314
|
-
'type': <
|
|
314
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
315
315
|
'context': ['local', null],
|
|
316
316
|
'typeXX': "DataSpecifier",
|
|
317
317
|
'tailXX': a([]),
|
|
@@ -319,9 +319,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
319
319
|
}]],
|
|
320
320
|
},
|
|
321
321
|
})],
|
|
322
|
-
"interface initializer": <
|
|
322
|
+
"interface initializer": <g_cosmos.D.Data__Type>['group', d({
|
|
323
323
|
"downstreams": {
|
|
324
|
-
'type': <
|
|
324
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
325
325
|
'context': ['local', null],
|
|
326
326
|
'typeXX': "Asynchronous Interface Reference",
|
|
327
327
|
'tailXX': a([]),
|
|
@@ -329,7 +329,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
329
329
|
}]]],
|
|
330
330
|
},
|
|
331
331
|
"interface": {
|
|
332
|
-
'type': <
|
|
332
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
333
333
|
'context': ['local', null],
|
|
334
334
|
'typeXX': "Asynchronous Interface Reference",
|
|
335
335
|
'tailXX': a([]),
|
|
@@ -337,9 +337,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
337
337
|
}]],
|
|
338
338
|
},
|
|
339
339
|
})],
|
|
340
|
-
"procedure": <
|
|
340
|
+
"procedure": <g_cosmos.D.Data__Type>['group', d({
|
|
341
341
|
"in": {
|
|
342
|
-
'type': <
|
|
342
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
343
343
|
'context': ['local', null],
|
|
344
344
|
'typeXX': "Data Or Synchronous Interface",
|
|
345
345
|
'tailXX': a([]),
|
|
@@ -347,7 +347,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
347
347
|
}]],
|
|
348
348
|
},
|
|
349
349
|
"out": {
|
|
350
|
-
'type': <
|
|
350
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
351
351
|
'context': ['local', null],
|
|
352
352
|
'typeXX': "Synchronous Interface Reference",
|
|
353
353
|
'tailXX': a([]),
|
|
@@ -355,9 +355,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
355
355
|
}]],
|
|
356
356
|
},
|
|
357
357
|
})],
|
|
358
|
-
"resource initializer": <
|
|
358
|
+
"resource initializer": <g_cosmos.D.Data__Type>['group', d({
|
|
359
359
|
"consumer": {
|
|
360
|
-
'type': <
|
|
360
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
361
361
|
'context': ['local', null],
|
|
362
362
|
'typeXX': "Asynchronous Interface Reference",
|
|
363
363
|
'tailXX': a([]),
|
|
@@ -365,7 +365,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
365
365
|
}]],
|
|
366
366
|
},
|
|
367
367
|
"request": {
|
|
368
|
-
'type': <
|
|
368
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
369
369
|
'context': ['local', null],
|
|
370
370
|
'typeXX': "DataSpecifier",
|
|
371
371
|
'tailXX': a([]),
|
|
@@ -373,9 +373,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
373
373
|
}]],
|
|
374
374
|
},
|
|
375
375
|
})],
|
|
376
|
-
"synchronous function": <
|
|
376
|
+
"synchronous function": <g_cosmos.D.Data__Type>['group', d({
|
|
377
377
|
"in": {
|
|
378
|
-
'type': <
|
|
378
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
379
379
|
'context': ['local', null],
|
|
380
380
|
'typeXX': "Data Or Synchronous Interface",
|
|
381
381
|
'tailXX': a([]),
|
|
@@ -383,7 +383,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
383
383
|
}]],
|
|
384
384
|
},
|
|
385
385
|
"out": {
|
|
386
|
-
'type': <
|
|
386
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
387
387
|
'context': ['local', null],
|
|
388
388
|
'typeXX': "DataSpecifier",
|
|
389
389
|
'tailXX': a([]),
|
|
@@ -396,7 +396,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
396
396
|
})]],
|
|
397
397
|
},
|
|
398
398
|
"glossary parameters": {
|
|
399
|
-
'type': <
|
|
399
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
400
400
|
'context': ['local', null],
|
|
401
401
|
'typeXX': "Parameters",
|
|
402
402
|
'tailXX': a([]),
|
|
@@ -404,9 +404,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
404
404
|
}]],
|
|
405
405
|
},
|
|
406
406
|
"imports": {
|
|
407
|
-
'type': <
|
|
407
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
408
408
|
"glossary": {
|
|
409
|
-
'type': <
|
|
409
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
410
410
|
'context': ['local', null],
|
|
411
411
|
'typeXX': "Glossary",
|
|
412
412
|
'tailXX': a([]),
|
|
@@ -414,7 +414,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
414
414
|
}]],
|
|
415
415
|
},
|
|
416
416
|
"type arguments": {
|
|
417
|
-
'type': <
|
|
417
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
418
418
|
'context': ['local', null],
|
|
419
419
|
'typeXX': "Arguments",
|
|
420
420
|
'tailXX': a([]),
|
|
@@ -424,9 +424,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
424
424
|
})]],
|
|
425
425
|
},
|
|
426
426
|
"interface types": {
|
|
427
|
-
'type': <
|
|
427
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
428
428
|
"parameters": {
|
|
429
|
-
'type': <
|
|
429
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
430
430
|
'context': ['local', null],
|
|
431
431
|
'typeXX': "Parameters",
|
|
432
432
|
'tailXX': a([]),
|
|
@@ -434,10 +434,10 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
434
434
|
}]],
|
|
435
435
|
},
|
|
436
436
|
"type": {
|
|
437
|
-
'type': <
|
|
438
|
-
"asynchronous": <
|
|
437
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
438
|
+
"asynchronous": <g_cosmos.D.Data__Type>['group', d({
|
|
439
439
|
"interface": {
|
|
440
|
-
'type': <
|
|
440
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
441
441
|
'context': ['local', null],
|
|
442
442
|
'typeXX': "Asynchronous Interface Type",
|
|
443
443
|
'tailXX': a([]),
|
|
@@ -445,9 +445,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
445
445
|
}]],
|
|
446
446
|
},
|
|
447
447
|
})],
|
|
448
|
-
"synchronous": <
|
|
448
|
+
"synchronous": <g_cosmos.D.Data__Type>['group', d({
|
|
449
449
|
"interface": {
|
|
450
|
-
'type': <
|
|
450
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
451
451
|
'context': ['local', null],
|
|
452
452
|
'typeXX': "Synchronous Interface Type",
|
|
453
453
|
'tailXX': a([]),
|
|
@@ -460,7 +460,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
460
460
|
})]],
|
|
461
461
|
},
|
|
462
462
|
"root": {
|
|
463
|
-
'type': <
|
|
463
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
464
464
|
'context': ['local', null],
|
|
465
465
|
'typeXX': "Namespace",
|
|
466
466
|
'tailXX': a([]),
|
|
@@ -471,28 +471,28 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
471
471
|
},
|
|
472
472
|
"Glossary Reference": {
|
|
473
473
|
'parameters': d({}),
|
|
474
|
-
'type': <
|
|
474
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
475
475
|
"glossary": {
|
|
476
|
-
'type': <
|
|
476
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
477
477
|
},
|
|
478
478
|
})]
|
|
479
479
|
},
|
|
480
480
|
"Library": {
|
|
481
481
|
'parameters': d({}),
|
|
482
|
-
'type': <
|
|
482
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
483
483
|
"author": {
|
|
484
|
-
'type': <
|
|
484
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
485
485
|
},
|
|
486
486
|
"description": {
|
|
487
|
-
'type': <
|
|
487
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
488
488
|
},
|
|
489
489
|
"license": {
|
|
490
|
-
'type': <
|
|
490
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
491
491
|
},
|
|
492
492
|
"module sets": {
|
|
493
|
-
'type': <
|
|
493
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
494
494
|
"private": {
|
|
495
|
-
'type': <
|
|
495
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
496
496
|
'context': ['local', null],
|
|
497
497
|
'typeXX': "Module Set",
|
|
498
498
|
'tailXX': a([]),
|
|
@@ -500,7 +500,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
500
500
|
}]],
|
|
501
501
|
},
|
|
502
502
|
"public": {
|
|
503
|
-
'type': <
|
|
503
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
504
504
|
'context': ['local', null],
|
|
505
505
|
'typeXX': "Module Set",
|
|
506
506
|
'tailXX': a([]),
|
|
@@ -510,13 +510,13 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
510
510
|
})],
|
|
511
511
|
},
|
|
512
512
|
"type": {
|
|
513
|
-
'type': <
|
|
514
|
-
"impure": <
|
|
515
|
-
"pure": <
|
|
513
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
514
|
+
"impure": <g_cosmos.D.Data__Type>['group', d({})],
|
|
515
|
+
"pure": <g_cosmos.D.Data__Type>['group', d({
|
|
516
516
|
"dependencies": {
|
|
517
|
-
'type': <
|
|
517
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
518
518
|
"library": {
|
|
519
|
-
'type': <
|
|
519
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
520
520
|
'context': ['local', null],
|
|
521
521
|
'typeXX': "Library",
|
|
522
522
|
'tailXX': a([]),
|
|
@@ -524,7 +524,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
524
524
|
}]],
|
|
525
525
|
},
|
|
526
526
|
"version": {
|
|
527
|
-
'type': <
|
|
527
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
528
528
|
},
|
|
529
529
|
})]],
|
|
530
530
|
},
|
|
@@ -535,9 +535,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
535
535
|
},
|
|
536
536
|
"Module Set": {
|
|
537
537
|
'parameters': d({}),
|
|
538
|
-
'type': <
|
|
538
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
539
539
|
"glossaries": {
|
|
540
|
-
'type': <
|
|
540
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
541
541
|
'context': ['local', null],
|
|
542
542
|
'typeXX': "Glossary",
|
|
543
543
|
'tailXX': a([]),
|
|
@@ -545,7 +545,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
545
545
|
}]]],
|
|
546
546
|
},
|
|
547
547
|
"modules": {
|
|
548
|
-
'type': <
|
|
548
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
549
549
|
'context': ['local', null],
|
|
550
550
|
'typeXX': "API",
|
|
551
551
|
'tailXX': a([]),
|
|
@@ -556,11 +556,11 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
556
556
|
},
|
|
557
557
|
"Namespace": {
|
|
558
558
|
'parameters': d({}),
|
|
559
|
-
'type': <
|
|
559
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
560
560
|
"data types": {
|
|
561
|
-
'type': <
|
|
561
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
562
562
|
"parameters": {
|
|
563
|
-
'type': <
|
|
563
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
564
564
|
'context': ['local', null],
|
|
565
565
|
'typeXX': "Parameters",
|
|
566
566
|
'tailXX': a([]),
|
|
@@ -568,7 +568,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
568
568
|
}]],
|
|
569
569
|
},
|
|
570
570
|
"type": {
|
|
571
|
-
'type': <
|
|
571
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
572
572
|
'context': ['local', null],
|
|
573
573
|
'typeXX': "Data Type",
|
|
574
574
|
'tailXX': a([]),
|
|
@@ -578,7 +578,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
578
578
|
})]],
|
|
579
579
|
},
|
|
580
580
|
"namespaces": {
|
|
581
|
-
'type': <
|
|
581
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
582
582
|
'context': ['local', null],
|
|
583
583
|
'typeXX': "Namespace",
|
|
584
584
|
'tailXX': a([]),
|
|
@@ -589,16 +589,16 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
589
589
|
},
|
|
590
590
|
"Parameters": {
|
|
591
591
|
'parameters': d({}),
|
|
592
|
-
'type': <
|
|
592
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({})]]
|
|
593
593
|
},
|
|
594
594
|
"Synchronous Interface Reference": {
|
|
595
595
|
'parameters': d({}),
|
|
596
|
-
'type': <
|
|
596
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
597
597
|
"context": {
|
|
598
|
-
'type': <
|
|
599
|
-
"import": <
|
|
598
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
599
|
+
"import": <g_cosmos.D.Data__Type>['group', d({
|
|
600
600
|
"glossary": {
|
|
601
|
-
'type': <
|
|
601
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
602
602
|
'context': ['local', null],
|
|
603
603
|
'typeXX': "Glossary Reference",
|
|
604
604
|
'tailXX': a([]),
|
|
@@ -606,18 +606,18 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
606
606
|
}]],
|
|
607
607
|
},
|
|
608
608
|
"interfaceXX": {
|
|
609
|
-
'type': <
|
|
609
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
610
610
|
},
|
|
611
611
|
})],
|
|
612
|
-
"local": <
|
|
612
|
+
"local": <g_cosmos.D.Data__Type>['group', d({
|
|
613
613
|
"interfaceXX": {
|
|
614
|
-
'type': <
|
|
614
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
615
615
|
},
|
|
616
616
|
})],
|
|
617
617
|
})],
|
|
618
618
|
},
|
|
619
619
|
"type arguments": {
|
|
620
|
-
'type': <
|
|
620
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
621
621
|
'context': ['local', null],
|
|
622
622
|
'typeXX': "Arguments",
|
|
623
623
|
'tailXX': a([]),
|
|
@@ -628,10 +628,10 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
628
628
|
},
|
|
629
629
|
"Synchronous Interface Type": {
|
|
630
630
|
'parameters': d({}),
|
|
631
|
-
'type': <
|
|
632
|
-
"group": <
|
|
631
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
632
|
+
"group": <g_cosmos.D.Data__Type>['group', d({
|
|
633
633
|
"members": {
|
|
634
|
-
'type': <
|
|
634
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
635
635
|
'context': ['local', null],
|
|
636
636
|
'typeXX': "Synchronous Interface Type",
|
|
637
637
|
'tailXX': a([]),
|
|
@@ -639,9 +639,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
639
639
|
}]]],
|
|
640
640
|
},
|
|
641
641
|
})],
|
|
642
|
-
"method": <
|
|
642
|
+
"method": <g_cosmos.D.Data__Type>['group', d({
|
|
643
643
|
"data": {
|
|
644
|
-
'type': <
|
|
644
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
645
645
|
'context': ['local', null],
|
|
646
646
|
'typeXX': "DataSpecifier",
|
|
647
647
|
'tailXX': a([]),
|
|
@@ -649,7 +649,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
649
649
|
}]]],
|
|
650
650
|
},
|
|
651
651
|
"interface": {
|
|
652
|
-
'type': <
|
|
652
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
653
653
|
'context': ['local', null],
|
|
654
654
|
'typeXX': "Synchronous Interface Type",
|
|
655
655
|
'tailXX': a([]),
|
|
@@ -657,7 +657,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
657
657
|
}]]],
|
|
658
658
|
},
|
|
659
659
|
})],
|
|
660
|
-
"reference": <
|
|
660
|
+
"reference": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
661
661
|
'context': ['local', null],
|
|
662
662
|
'typeXX': "Synchronous Interface Reference",
|
|
663
663
|
'tailXX': a([]),
|