pareto 0.58.0 → 0.59.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.
Files changed (141) hide show
  1. package/auto.dist/auto.bin/auto.boekhouding.d.ts +2 -0
  2. package/auto.dist/auto.bin/auto.boekhouding.js +40 -0
  3. package/auto.dist/data/boekhouding.data.d.ts +2 -0
  4. package/auto.dist/data/boekhouding.data.js +433 -0
  5. package/auto.dist/index.d.ts +4 -4
  6. package/auto.dist/index.js +6 -6
  7. package/auto.dist/public/modules/{alan__light__serialize → alan__light__intermediate__2__fountain__pen}/auto.api.js +1 -1
  8. package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/auto.implementation.js +1 -1
  9. package/auto.dist/public/modules/alan__light__intermediate__2__fountain__pen/auto.provided_interface_glossary.d.ts +88 -0
  10. package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
  11. package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +2 -2
  12. package/auto.dist/public/modules/{typescript__serialize → alan__light__intermediate__2__fountain__pen}/auto.provided_interface_glossary.shadow.js +1 -1
  13. package/auto.dist/public/modules/alan__light__intermediate__2__fountain__pen/implementations/map.alg.js +61 -0
  14. package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/index.js +1 -1
  15. package/auto.dist/public/modules/{alan__light__serialize → main}/auto.api.d.ts +1 -1
  16. package/auto.dist/public/modules/{pareto2typescript → main}/auto.api.js +1 -1
  17. package/auto.dist/public/modules/main/auto.implementation.d.ts +2 -0
  18. package/auto.dist/public/modules/main/auto.implementation.js +6 -0
  19. package/auto.dist/public/modules/main/auto.provided_interface_glossary.d.ts +31 -0
  20. package/auto.dist/public/modules/{pareto2typescript → main}/auto.provided_interface_glossary.js +1 -1
  21. package/auto.dist/public/modules/main/auto.provided_interface_glossary.shadow.d.ts +12 -0
  22. package/auto.dist/public/modules/{pareto2typescript → main}/auto.provided_interface_glossary.shadow.js +1 -1
  23. package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.d.ts +2 -0
  24. package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.js +80 -0
  25. package/auto.dist/public/modules/{pareto2typescript → main}/index.js +1 -1
  26. package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/auto.api.d.ts +1 -1
  27. package/auto.dist/public/modules/{tendril2alan__light → pareto__2__fountain__pen}/auto.api.js +1 -1
  28. package/auto.dist/public/modules/pareto__2__fountain__pen/auto.implementation.d.ts +2 -0
  29. package/auto.dist/public/modules/pareto__2__fountain__pen/auto.implementation.js +6 -0
  30. package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/auto.provided_interface_glossary.d.ts +22 -41
  31. package/auto.dist/public/modules/{alan__light__serialize → pareto__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
  32. package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +11 -6
  33. package/auto.dist/public/modules/{tendril2alan__light → pareto__2__fountain__pen}/auto.provided_interface_glossary.shadow.js +1 -1
  34. package/auto.dist/public/modules/pareto__2__fountain__pen/implementations/compilationUnit_$2_$Indented_$Lines.alg.d.ts +2 -0
  35. package/auto.dist/public/modules/pareto__2__fountain__pen/implementations/compilationUnit_$2_$Indented_$Lines.alg.js +54 -0
  36. package/auto.dist/public/modules/{alan__light__serialize → pareto__2__fountain__pen}/index.js +1 -1
  37. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.api.d.ts +1 -0
  38. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.api.js +1 -1
  39. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.implementation.d.ts +1 -0
  40. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.implementation.js +4 -2
  41. package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.d.ts +148 -0
  42. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
  43. package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +5 -7
  44. package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/auto.provided_interface_glossary.shadow.js +1 -1
  45. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createApostrophedString.alg.js +2 -3
  46. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createBacktickedString.alg.js +2 -3
  47. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createQuotedString.alg.js +3 -3
  48. package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/serialize.alg.js +95 -0
  49. package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/index.js +1 -1
  50. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.d.ts +3 -2
  51. package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +1 -1
  52. package/auto.pareto/$.data.ts +8 -9
  53. package/auto.pareto/auto.dependencies/index.ts +3 -3
  54. package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +35 -20
  55. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +1 -1
  56. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/$.data.ts +0 -2
  57. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +3 -0
  58. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +9 -6
  59. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +0 -1
  60. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +0 -8
  61. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +0 -1
  62. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +3 -1
  63. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +1 -2
  64. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/alan_light_intermediate.data.ts +38 -0
  65. package/auto.pareto/auto.dependencies/{pareto-standard-library/modules/json/glossary.data.ts → pareto-pure/glossaries/astn.data.ts} +11 -14
  66. package/auto.pareto/auto.dependencies/pareto-pure/{modules/fountain_pen/glossary.data.ts → glossaries/fountain_pen.data.ts} +11 -18
  67. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/lines.data.ts +27 -0
  68. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/testresult.data.ts +137 -0
  69. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts +68 -0
  70. package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_alan_light_intermediate/api.data.ts +20 -0
  71. package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_alan_light_intermediate/glossary.data.ts +40 -0
  72. package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen/glossary.data.ts +39 -0
  73. package/auto.pareto/auto.dependencies/{pareto-standard-library/modules/json → pareto-pure/modules/fountain_pen_2_fountain_pen}/api.data.ts +3 -1
  74. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_2_fountain_pen/glossary.data.ts +34 -0
  75. package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen → fountain_pen_2_lines}/api.data.ts +0 -1
  76. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_2_lines/glossary.data.ts +42 -0
  77. package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript/api.data.ts +16 -0
  78. package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript/glossary.data.ts +53 -0
  79. package/auto.pareto/{modules/tendril2alan_light → auto.dependencies/pareto-pure/modules/tendril_2_alan_light}/glossary.data.ts +2 -4
  80. package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2pareto → tendril_2_pareto}/api.data.ts +2 -1
  81. package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2pareto → tendril_2_pareto}/glossary.data.ts +1 -0
  82. package/auto.pareto/auto.dependencies/pareto-pure/modules/{testresult → testresult_2_testresult}/api.data.ts +0 -2
  83. package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +0 -2
  84. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +3 -0
  85. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +9 -6
  86. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +0 -1
  87. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +0 -8
  88. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +0 -1
  89. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +3 -1
  90. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +1 -2
  91. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +0 -1
  92. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +8 -2
  93. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +4 -3
  94. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +0 -1
  95. package/auto.pareto/modules/{alan_light_serialize/api.data.ts → alan_light_intermediate_2 fountain_pen/api.data.ts } +1 -1
  96. package/auto.pareto/modules/{alan_light_serialize/glossary.data.ts → alan_light_intermediate_2 fountain_pen/glossary.data.ts } +4 -5
  97. package/auto.pareto/modules/main/api.data.ts +15 -0
  98. package/auto.pareto/modules/main/glossary.data.ts +43 -0
  99. package/auto.pareto/modules/{pareto2typescript → pareto_2_fountain_pen}/api.data.ts +1 -4
  100. package/auto.pareto/modules/{pareto2typescript → pareto_2_fountain_pen}/glossary.data.ts +6 -9
  101. package/auto.pareto/modules/{typescript_serialize → typescript_intermediate_2_fountain_pen}/api.data.ts +7 -0
  102. package/auto.pareto/modules/{typescript_serialize → typescript_intermediate_2_fountain_pen}/glossary.data.ts +8 -0
  103. package/auto.pareto/modules/typescript_naming/glossary.data.ts +3 -2
  104. package/package.json +9 -5
  105. package/auto.dist/public/modules/alan__light__serialize/auto.implementation.d.ts +0 -2
  106. package/auto.dist/public/modules/alan__light__serialize/auto.implementation.js +0 -6
  107. package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.d.ts +0 -705
  108. package/auto.dist/public/modules/alan__light__serialize/implementations/serialize.alg.js +0 -115
  109. package/auto.dist/public/modules/pareto2typescript/auto.implementation.d.ts +0 -2
  110. package/auto.dist/public/modules/pareto2typescript/auto.implementation.js +0 -6
  111. package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.d.ts +0 -2
  112. package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.js +0 -529
  113. package/auto.dist/public/modules/tendril2alan__light/auto.provided_interface_glossary.d.ts +0 -1583
  114. package/auto.dist/public/modules/tendril2alan__light/implementations/map.alg.js +0 -141
  115. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.d.ts +0 -11
  116. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.d.ts +0 -11
  117. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.d.ts +0 -0
  118. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.js +0 -20
  119. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +0 -47
  120. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan.data.ts +0 -441
  121. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana.data.ts +0 -1955
  122. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/api.data.ts +0 -24
  123. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/glossary.data.ts +0 -48
  124. /package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/auto.api.d.ts +0 -0
  125. /package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/auto.implementation.d.ts +0 -0
  126. /package/auto.dist/public/modules/{tendril2alan__light → alan__light__intermediate__2__fountain__pen}/implementations/map.alg.d.ts +0 -0
  127. /package/auto.dist/public/modules/{alan__light__serialize → alan__light__intermediate__2__fountain__pen}/index.d.ts +0 -0
  128. /package/auto.dist/public/modules/{pareto2typescript → main}/index.d.ts +0 -0
  129. /package/auto.dist/public/modules/{tendril2alan__light → pareto__2__fountain__pen}/index.d.ts +0 -0
  130. /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createApostrophedString.alg.d.ts +0 -0
  131. /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createBacktickedString.alg.d.ts +0 -0
  132. /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createQuotedString.alg.d.ts +0 -0
  133. /package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/implementations/serialize.alg.d.ts +0 -0
  134. /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/index.d.ts +0 -0
  135. /package/auto.pareto/auto.dependencies/pareto-pure/{auto.dependencies/pareto-standard-library/modules/json → modules/astn_2_fountain_pen}/api.data.ts +0 -0
  136. /package/auto.pareto/auto.dependencies/pareto-pure/modules/{cosmos2pareto → cosmos_type_system_2_pareto}/api.data.ts +0 -0
  137. /package/auto.pareto/auto.dependencies/pareto-pure/modules/{cosmos2pareto → cosmos_type_system_2_pareto}/glossary.data.ts +0 -0
  138. /package/auto.pareto/{modules/tendril2alan_light → auto.dependencies/pareto-pure/modules/tendril_2_alan_light}/api.data.ts +0 -0
  139. /package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2cosmos_type_system → tendril_2_cosmos_type_system}/api.data.ts +0 -0
  140. /package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2cosmos_type_system → tendril_2_cosmos_type_system}/glossary.data.ts +0 -0
  141. /package/auto.pareto/auto.dependencies/pareto-pure/modules/{testresult → testresult_2_testresult}/glossary.data.ts +0 -0
@@ -1,441 +0,0 @@
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
- 'imports': d({}),
10
- 'glossary parameters': d({}),
11
- 'root': {
12
- 'data types': d({
13
- "Node": {
14
- 'parameters': d({}),
15
- 'type': <g_cosmos.D.Data__Type>['group', d({
16
- "properties": {
17
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
18
- "type": {
19
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
20
- "collection": <g_cosmos.D.Data__Type>['group', d({
21
- "key": {
22
- 'type': <g_cosmos.D.Data__Type>['string', null],
23
- },
24
- "node": {
25
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
26
- 'context': ['local', null],
27
- 'typeXX': "Node",
28
- 'tailXX': a([]),
29
- 'type arguments': d({}),
30
- }]],
31
- },
32
- })],
33
- "group": <g_cosmos.D.Data__Type>['group', d({
34
- "node": {
35
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
36
- 'context': ['local', null],
37
- 'typeXX': "Node",
38
- 'tailXX': a([]),
39
- 'type arguments': d({}),
40
- }]],
41
- },
42
- })],
43
- "state group": <g_cosmos.D.Data__Type>['group', d({
44
- "states": {
45
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
46
- "constraints": {
47
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
48
- "path": {
49
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
50
- 'context': ['local', null],
51
- 'typeXX': "Path",
52
- 'tailXX': a([]),
53
- 'type arguments': d({}),
54
- }]],
55
- },
56
- })]],
57
- },
58
- "node": {
59
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
60
- 'context': ['local', null],
61
- 'typeXX': "Node",
62
- 'tailXX': a([]),
63
- 'type arguments': d({}),
64
- }]],
65
- },
66
- })]],
67
- },
68
- })],
69
- "text": <g_cosmos.D.Data__Type>['group', d({
70
- "constraint": {
71
- 'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['group', d({
72
- "dictionary": {
73
- 'type': <g_cosmos.D.Data__Type>['string', null],
74
- },
75
- "path": {
76
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
77
- 'context': ['local', null],
78
- 'typeXX': "Path",
79
- 'tailXX': a([]),
80
- 'type arguments': d({}),
81
- }]],
82
- },
83
- })]],
84
- },
85
- })],
86
- })],
87
- },
88
- })]],
89
- },
90
- })]
91
- },
92
- "Path": {
93
- 'parameters': d({}),
94
- 'type': <g_cosmos.D.Data__Type>['group', d({
95
- "context": {
96
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
97
- "sibling": <g_cosmos.D.Data__Type>['group', d({})],
98
- "state constraint": <g_cosmos.D.Data__Type>['group', d({
99
- "name": {
100
- 'type': <g_cosmos.D.Data__Type>['string', null],
101
- },
102
- })],
103
- })],
104
- },
105
- "selection steps": {
106
- 'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['taggedUnion', d({
107
- "group": <g_cosmos.D.Data__Type>['group', d({
108
- "name": {
109
- 'type': <g_cosmos.D.Data__Type>['string', null],
110
- },
111
- })],
112
- "reference": <g_cosmos.D.Data__Type>['group', d({
113
- "name": {
114
- 'type': <g_cosmos.D.Data__Type>['string', null],
115
- },
116
- })],
117
- "state constraint": <g_cosmos.D.Data__Type>['group', d({
118
- "name": {
119
- 'type': <g_cosmos.D.Data__Type>['string', null],
120
- },
121
- })],
122
- })]],
123
- },
124
- "up steps": {
125
- 'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['group', d({})]],
126
- },
127
- })]
128
- },
129
- "Root": {
130
- 'parameters': d({}),
131
- 'type': <g_cosmos.D.Data__Type>['group', d({
132
- "numerical types": {
133
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({})]],
134
- },
135
- "root": {
136
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
137
- 'context': ['local', null],
138
- 'typeXX': "Node",
139
- 'tailXX': a([]),
140
- 'type arguments': d({}),
141
- }]],
142
- },
143
- })]
144
- },
145
- }),
146
- 'namespaces': d({
147
- "Node": {
148
- 'data types': d({}),
149
- 'namespaces': d({
150
- "G": {
151
- 'data types': d({}),
152
- 'namespaces': d({
153
- "properties": {
154
- 'data types': d({}),
155
- 'namespaces': d({
156
- "DX": {
157
- 'data types': d({}),
158
- 'namespaces': d({
159
- "G": {
160
- 'data types': d({}),
161
- 'namespaces': d({
162
- "type": {
163
- 'data types': d({}),
164
- 'namespaces': d({
165
- "TU": {
166
- 'data types': d({}),
167
- 'namespaces': d({
168
- "collection": {
169
- 'data types': d({}),
170
- 'namespaces': d({
171
- "G": {
172
- 'data types': d({}),
173
- 'namespaces': d({
174
- "key": {
175
- 'data types': d({}),
176
- 'namespaces': d({}),
177
- },
178
- "node": {
179
- 'data types': d({}),
180
- 'namespaces': d({}),
181
- },
182
- }),
183
- },
184
- }),
185
- },
186
- "group": {
187
- 'data types': d({}),
188
- 'namespaces': d({
189
- "G": {
190
- 'data types': d({}),
191
- 'namespaces': d({
192
- "node": {
193
- 'data types': d({}),
194
- 'namespaces': d({}),
195
- },
196
- }),
197
- },
198
- }),
199
- },
200
- "state group": {
201
- 'data types': d({}),
202
- 'namespaces': d({
203
- "G": {
204
- 'data types': d({}),
205
- 'namespaces': d({
206
- "states": {
207
- 'data types': d({}),
208
- 'namespaces': d({
209
- "DX": {
210
- 'data types': d({}),
211
- 'namespaces': d({
212
- "G": {
213
- 'data types': d({}),
214
- 'namespaces': d({
215
- "constraints": {
216
- 'data types': d({}),
217
- 'namespaces': d({
218
- "DX": {
219
- 'data types': d({}),
220
- 'namespaces': d({
221
- "G": {
222
- 'data types': d({}),
223
- 'namespaces': d({
224
- "path": {
225
- 'data types': d({}),
226
- 'namespaces': d({}),
227
- },
228
- }),
229
- },
230
- }),
231
- },
232
- }),
233
- },
234
- "node": {
235
- 'data types': d({}),
236
- 'namespaces': d({}),
237
- },
238
- }),
239
- },
240
- }),
241
- },
242
- }),
243
- },
244
- }),
245
- },
246
- }),
247
- },
248
- "text": {
249
- 'data types': d({}),
250
- 'namespaces': d({
251
- "G": {
252
- 'data types': d({}),
253
- 'namespaces': d({
254
- "constraint": {
255
- 'data types': d({}),
256
- 'namespaces': d({
257
- "O": {
258
- 'data types': d({}),
259
- 'namespaces': d({
260
- "G": {
261
- 'data types': d({}),
262
- 'namespaces': d({
263
- "dictionary": {
264
- 'data types': d({}),
265
- 'namespaces': d({}),
266
- },
267
- "path": {
268
- 'data types': d({}),
269
- 'namespaces': d({}),
270
- },
271
- }),
272
- },
273
- }),
274
- },
275
- }),
276
- },
277
- }),
278
- },
279
- }),
280
- },
281
- }),
282
- },
283
- }),
284
- },
285
- }),
286
- },
287
- }),
288
- },
289
- }),
290
- },
291
- }),
292
- },
293
- }),
294
- },
295
- "Path": {
296
- 'data types': d({}),
297
- 'namespaces': d({
298
- "G": {
299
- 'data types': d({}),
300
- 'namespaces': d({
301
- "context": {
302
- 'data types': d({}),
303
- 'namespaces': d({
304
- "TU": {
305
- 'data types': d({}),
306
- 'namespaces': d({
307
- "sibling": {
308
- 'data types': d({}),
309
- 'namespaces': d({
310
- "G": {
311
- 'data types': d({}),
312
- 'namespaces': d({}),
313
- },
314
- }),
315
- },
316
- "state constraint": {
317
- 'data types': d({}),
318
- 'namespaces': d({
319
- "G": {
320
- 'data types': d({}),
321
- 'namespaces': d({
322
- "name": {
323
- 'data types': d({}),
324
- 'namespaces': d({}),
325
- },
326
- }),
327
- },
328
- }),
329
- },
330
- }),
331
- },
332
- }),
333
- },
334
- "selection steps": {
335
- 'data types': d({}),
336
- 'namespaces': d({
337
- "A": {
338
- 'data types': d({}),
339
- 'namespaces': d({
340
- "TU": {
341
- 'data types': d({}),
342
- 'namespaces': d({
343
- "group": {
344
- 'data types': d({}),
345
- 'namespaces': d({
346
- "G": {
347
- 'data types': d({}),
348
- 'namespaces': d({
349
- "name": {
350
- 'data types': d({}),
351
- 'namespaces': d({}),
352
- },
353
- }),
354
- },
355
- }),
356
- },
357
- "reference": {
358
- 'data types': d({}),
359
- 'namespaces': d({
360
- "G": {
361
- 'data types': d({}),
362
- 'namespaces': d({
363
- "name": {
364
- 'data types': d({}),
365
- 'namespaces': d({}),
366
- },
367
- }),
368
- },
369
- }),
370
- },
371
- "state constraint": {
372
- 'data types': d({}),
373
- 'namespaces': d({
374
- "G": {
375
- 'data types': d({}),
376
- 'namespaces': d({
377
- "name": {
378
- 'data types': d({}),
379
- 'namespaces': d({}),
380
- },
381
- }),
382
- },
383
- }),
384
- },
385
- }),
386
- },
387
- }),
388
- },
389
- }),
390
- },
391
- "up steps": {
392
- 'data types': d({}),
393
- 'namespaces': d({
394
- "A": {
395
- 'data types': d({}),
396
- 'namespaces': d({
397
- "G": {
398
- 'data types': d({}),
399
- 'namespaces': d({}),
400
- },
401
- }),
402
- },
403
- }),
404
- },
405
- }),
406
- },
407
- }),
408
- },
409
- "Root": {
410
- 'data types': d({}),
411
- 'namespaces': d({
412
- "G": {
413
- 'data types': d({}),
414
- 'namespaces': d({
415
- "numerical types": {
416
- 'data types': d({}),
417
- 'namespaces': d({
418
- "DX": {
419
- 'data types': d({}),
420
- 'namespaces': d({
421
- "G": {
422
- 'data types': d({}),
423
- 'namespaces': d({}),
424
- },
425
- }),
426
- },
427
- }),
428
- },
429
- "root": {
430
- 'data types': d({}),
431
- 'namespaces': d({}),
432
- },
433
- }),
434
- },
435
- }),
436
- },
437
- }),
438
- },
439
- 'interface types': d({}),
440
- 'algorithm types': d({}),
441
- }