pareto 0.63.0 → 0.65.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 (139) hide show
  1. package/auto.dist/data/boekhouding.data.js +115 -115
  2. package/auto.dist/index.d.ts +1 -1
  3. package/auto.dist/index.js +3 -3
  4. package/auto.dist/public/modules/fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts/auto.api.js +3 -0
  5. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.implementation.js +1 -1
  6. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.provided_interface_glossary.d.ts +0 -4
  7. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.provided_interface_glossary.js +1 -1
  8. package/auto.dist/public/modules/fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts/auto.provided_interface_glossary.shadow.d.ts +23 -0
  9. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.provided_interface_glossary.shadow.js +1 -1
  10. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/implementations/map__Block__2__Block.alg.js +1 -1
  11. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/index.js +1 -1
  12. package/auto.dist/public/modules/main/auto.provided_interface_glossary.shadow.d.ts +5 -3
  13. package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.js +2 -2
  14. package/auto.dist/public/modules/pareto__2__fountain__pen/auto.provided_interface_glossary.d.ts +4 -10
  15. package/auto.dist/public/modules/pareto__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +20 -30
  16. package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.d.ts +0 -4
  17. package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +14 -20
  18. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.shadow.d.ts +5 -3
  19. package/auto.pareto/$.data.ts +10 -2
  20. package/auto.pareto/auto.dependencies/index.ts +1 -1
  21. package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +15 -1
  22. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/$.data.ts +8 -0
  23. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +6 -7
  24. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +41 -27
  25. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +7 -8
  26. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +11 -3
  27. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/api.data.ts +6 -8
  28. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +38 -17
  29. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +10 -11
  30. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +34 -35
  31. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/number/api.data.ts +7 -8
  32. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +28 -12
  33. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +2 -3
  34. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +21 -6
  35. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +0 -1
  36. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +14 -12
  37. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +6 -7
  38. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +36 -19
  39. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -1
  40. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +20 -6
  41. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/astn.data.ts +30 -17
  42. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan_light.data.ts +74 -116
  43. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts +716 -561
  44. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +10 -22
  45. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.grammar.data.ts +35 -49
  46. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.graphviz.data.ts +116 -182
  47. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto.data.ts +315 -431
  48. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.semantic_versioning.data.ts +101 -0
  49. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril.data.ts +253 -393
  50. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +208 -284
  51. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_directory.data.ts +25 -14
  52. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data.ts +30 -16
  53. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file_with_escaped_strings.data.ts +31 -16
  54. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/lines.data.ts +20 -5
  55. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/testresult.data.ts +74 -57
  56. package/auto.pareto/auto.dependencies/{pareto-standard-library/modules/nested/glossary.data.ts → pareto-pure/glossaries/text.data.ts} +44 -25
  57. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts +38 -23
  58. package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +1 -2
  59. package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +17 -10
  60. package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +1 -2
  61. package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +20 -9
  62. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/api.data.ts +1 -1
  63. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/glossary.data.ts +21 -3
  64. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/api.data.ts +1 -1
  65. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/glossary.data.ts +22 -4
  66. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/api.data.ts +1 -1
  67. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/glossary.data.ts +24 -6
  68. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/api.data.ts +1 -2
  69. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/glossary.data.ts +23 -8
  70. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_lines_2_lines/api.data.ts +2 -3
  71. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_lines_2_lines/glossary.data.ts +27 -6
  72. package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +1 -2
  73. package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +17 -10
  74. package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript_intermediate/api.data.ts +1 -2
  75. package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript_intermediate/glossary.data.ts +17 -19
  76. package/auto.pareto/auto.dependencies/pareto-pure/{auto.dependencies/pareto-standard-library/modules/nested → modules/semantic_versioning_from_text}/api.data.ts +4 -2
  77. package/auto.pareto/auto.dependencies/pareto-pure/modules/semantic_versioning_from_text/glossary.data.ts +49 -0
  78. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/api.data.ts +1 -2
  79. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/glossary.data.ts +2 -19
  80. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/api.data.ts +1 -1
  81. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/glossary.data.ts +32 -17
  82. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/api.data.ts +2 -2
  83. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/glossary.data.ts +21 -6
  84. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/api.data.ts +4 -4
  85. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/glossary.data.ts +80 -57
  86. package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +8 -0
  87. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +6 -7
  88. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +41 -27
  89. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +7 -8
  90. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +11 -3
  91. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/api.data.ts +6 -8
  92. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +38 -17
  93. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +10 -11
  94. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +34 -35
  95. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/number/api.data.ts +7 -8
  96. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +28 -12
  97. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +2 -3
  98. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +21 -6
  99. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +0 -1
  100. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +14 -12
  101. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +6 -7
  102. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +36 -19
  103. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -1
  104. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +20 -6
  105. package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +8 -0
  106. package/auto.pareto/auto.dependencies/pareto-subatomic-library/glossaries/lines.data.ts +10 -15
  107. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +11 -11
  108. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +11 -11
  109. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +7 -7
  110. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +9 -9
  111. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/api.data.ts +2 -2
  112. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/glossary.data.ts +9 -9
  113. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +5 -5
  114. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +15 -15
  115. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/api.data.ts +6 -6
  116. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +6 -6
  117. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +21 -21
  118. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +34 -34
  119. package/auto.pareto/modules/{string_aware_fountain_pen_2 fountain_pen/api.data.ts → fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/api.data.ts} +1 -2
  120. package/auto.pareto/modules/{string_aware_fountain_pen_2 fountain_pen/glossary.data.ts → fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/glossary.data.ts} +2 -2
  121. package/auto.pareto/modules/main/api.data.ts +1 -1
  122. package/auto.pareto/modules/main/glossary.data.ts +11 -6
  123. package/auto.pareto/modules/pareto_2_fountain_pen/api.data.ts +1 -2
  124. package/auto.pareto/modules/pareto_2_fountain_pen/glossary.data.ts +18 -20
  125. package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/api.data.ts +4 -5
  126. package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/glossary.data.ts +18 -11
  127. package/auto.pareto/modules/typescript_naming/api.data.ts +1 -2
  128. package/auto.pareto/modules/typescript_naming/glossary.data.ts +17 -8
  129. package/package.json +5 -5
  130. package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.api.js +0 -3
  131. package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +0 -29
  132. package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.d.ts +0 -0
  133. package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.js +0 -2
  134. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +0 -25
  135. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +0 -14
  136. /package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.api.d.ts +0 -0
  137. /package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.implementation.d.ts +0 -0
  138. /package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/implementations/map__Block__2__Block.alg.d.ts +0 -0
  139. /package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/index.d.ts +0 -0
@@ -14,73 +14,52 @@ export const $: g_cosmos.D.Glossary = {
14
14
  "Algorithm Type Reference": {
15
15
  'parameters': d({}),
16
16
  'type': <g_cosmos.D.Data__Type>['group', d({
17
- "algorithm type": {
18
- 'type': <g_cosmos.D.Data__Type>['string', null],
19
- },
17
+ "algorithm type": <g_cosmos.D.Data__Type>['text', null],
20
18
  })]
21
19
  },
22
20
  "API": {
23
21
  'parameters': d({}),
24
22
  'type': <g_cosmos.D.Data__Type>['group', d({
25
- "algorithms": {
26
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
27
- "configuration data": {
28
- 'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['string', null]],
29
- },
30
- "definition": {
31
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
32
- 'context': ['local', null],
33
- 'typeXX': "Algorithm Type Reference",
34
- 'tailXX': a([]),
35
- 'type arguments': d({}),
36
- }]],
37
- },
38
- "dependencies": {
39
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
40
- "algorithm type": {
41
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
42
- 'context': ['local', null],
43
- 'typeXX': "Algorithm Type Reference",
44
- 'tailXX': a([]),
45
- 'type arguments': d({}),
46
- }]],
47
- },
48
- "module": {
49
- 'type': <g_cosmos.D.Data__Type>['string', null],
50
- },
51
- "type": {
52
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
53
- "library dependency": <g_cosmos.D.Data__Type>['string', null],
54
- "private": <g_cosmos.D.Data__Type>['null', null],
55
- "public": <g_cosmos.D.Data__Type>['null', null],
56
- "sibling": <g_cosmos.D.Data__Type>['null', null],
57
- })],
58
- },
59
- "type arguments": {
60
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['taggedUnion', d({
61
- "api parameter": <g_cosmos.D.Data__Type>['string', null],
62
- "data type": <g_cosmos.D.Data__Type>['string', null],
63
- })]],
64
- },
65
- })]],
66
- },
67
- })]],
68
- },
69
- "provided interface": {
70
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
23
+ "algorithms": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
24
+ "definition": <g_cosmos.D.Data__Type>['component', ['type', {
71
25
  'context': ['local', null],
72
- 'typeXX': "Glossary",
26
+ 'typeXX': "Algorithm Type Reference",
73
27
  'tailXX': a([]),
74
28
  'type arguments': d({}),
75
29
  }]],
76
- },
30
+ "dependencies": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
31
+ "algorithm type": <g_cosmos.D.Data__Type>['component', ['type', {
32
+ 'context': ['local', null],
33
+ 'typeXX': "Algorithm Type Reference",
34
+ 'tailXX': a([]),
35
+ 'type arguments': d({}),
36
+ }]],
37
+ "module": <g_cosmos.D.Data__Type>['text', null],
38
+ "type": <g_cosmos.D.Data__Type>['state group', d({
39
+ "library dependency": <g_cosmos.D.Data__Type>['text', null],
40
+ "private": <g_cosmos.D.Data__Type>['nothing', null],
41
+ "public": <g_cosmos.D.Data__Type>['nothing', null],
42
+ "sibling": <g_cosmos.D.Data__Type>['nothing', null],
43
+ })],
44
+ "type arguments": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['state group', d({
45
+ "api parameter": <g_cosmos.D.Data__Type>['text', null],
46
+ "data type": <g_cosmos.D.Data__Type>['text', null],
47
+ })]],
48
+ })]],
49
+ })]],
50
+ "provided interface": <g_cosmos.D.Data__Type>['component', ['type', {
51
+ 'context': ['local', null],
52
+ 'typeXX': "Glossary",
53
+ 'tailXX': a([]),
54
+ 'type arguments': d({}),
55
+ }]],
77
56
  })]
78
57
  },
79
58
  "Arguments": {
80
59
  'parameters': d({}),
81
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
60
+ 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
82
61
  'context': ['local', null],
83
- 'typeXX': "DataSpecifier",
62
+ 'typeXX': "Data Type Specifier",
84
63
  'tailXX': a([]),
85
64
  'type arguments': d({}),
86
65
  }]]]
@@ -88,142 +67,131 @@ export const $: g_cosmos.D.Glossary = {
88
67
  "Asynchronous Interface Reference": {
89
68
  'parameters': d({}),
90
69
  'type': <g_cosmos.D.Data__Type>['group', d({
91
- "context": {
92
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
93
- "import": <g_cosmos.D.Data__Type>['group', d({
94
- "glossary": {
95
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
96
- 'context': ['local', null],
97
- 'typeXX': "Glossary Reference",
98
- 'tailXX': a([]),
99
- 'type arguments': d({}),
100
- }]],
101
- },
102
- })],
103
- "local": <g_cosmos.D.Data__Type>['group', d({})],
70
+ "context": <g_cosmos.D.Data__Type>['state group', d({
71
+ "import": <g_cosmos.D.Data__Type>['group', d({
72
+ "glossary": <g_cosmos.D.Data__Type>['component', ['type', {
73
+ 'context': ['local', null],
74
+ 'typeXX': "Glossary Reference",
75
+ 'tailXX': a([]),
76
+ 'type arguments': d({}),
77
+ }]],
104
78
  })],
105
- },
106
- "interfaceXX": {
107
- 'type': <g_cosmos.D.Data__Type>['string', null],
108
- },
109
- "type arguments": {
110
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
111
- 'context': ['local', null],
112
- 'typeXX': "Arguments",
113
- 'tailXX': a([]),
114
- 'type arguments': d({}),
115
- }]],
116
- },
79
+ "local": <g_cosmos.D.Data__Type>['group', d({})],
80
+ })],
81
+ "interfaceXX": <g_cosmos.D.Data__Type>['text', null],
82
+ "type arguments": <g_cosmos.D.Data__Type>['component', ['type', {
83
+ 'context': ['local', null],
84
+ 'typeXX': "Arguments",
85
+ 'tailXX': a([]),
86
+ 'type arguments': d({}),
87
+ }]],
117
88
  })]
118
89
  },
119
90
  "Asynchronous Interface Type": {
120
91
  'parameters': d({}),
121
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
92
+ 'type': <g_cosmos.D.Data__Type>['state group', d({
122
93
  "choice": <g_cosmos.D.Data__Type>['group', d({
123
- "options": {
124
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
125
- 'context': ['local', null],
126
- 'typeXX': "Asynchronous Interface Type",
127
- 'tailXX': a([]),
128
- 'type arguments': d({}),
129
- }]]],
130
- },
94
+ "options": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
95
+ 'context': ['local', null],
96
+ 'typeXX': "Asynchronous Interface Type",
97
+ 'tailXX': a([]),
98
+ 'type arguments': d({}),
99
+ }]]],
131
100
  })],
132
101
  "method": <g_cosmos.D.Data__Type>['group', d({
133
- "data": {
134
- 'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
135
- 'context': ['local', null],
136
- 'typeXX': "DataSpecifier",
137
- 'tailXX': a([]),
138
- 'type arguments': d({}),
139
- }]]],
140
- },
141
- "interface": {
142
- 'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
143
- 'context': ['local', null],
144
- 'typeXX': "Asynchronous Interface Type",
145
- 'tailXX': a([]),
146
- 'type arguments': d({}),
147
- }]]],
148
- },
102
+ "data": <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['component', ['type', {
103
+ 'context': ['local', null],
104
+ 'typeXX': "Data Type Specifier",
105
+ 'tailXX': a([]),
106
+ 'type arguments': d({}),
107
+ }]]],
108
+ "interface": <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['component', ['type', {
109
+ 'context': ['local', null],
110
+ 'typeXX': "Asynchronous Interface Type",
111
+ 'tailXX': a([]),
112
+ 'type arguments': d({}),
113
+ }]]],
149
114
  })],
150
- "reference": <g_cosmos.D.Data__Type>['reference', ['type', {
115
+ "reference": <g_cosmos.D.Data__Type>['component', ['type', {
151
116
  'context': ['local', null],
152
117
  'typeXX': "Asynchronous Interface Reference",
153
118
  'tailXX': a([]),
154
119
  'type arguments': d({}),
155
120
  }]],
156
121
  "streamconsumer": <g_cosmos.D.Data__Type>['group', d({
157
- "data": {
158
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
159
- 'context': ['local', null],
160
- 'typeXX': "Asynchronous Interface Type",
161
- 'tailXX': a([]),
162
- 'type arguments': d({}),
163
- }]],
164
- },
165
- "end": {
166
- 'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
167
- 'context': ['local', null],
168
- 'typeXX': "Asynchronous Interface Type",
169
- 'tailXX': a([]),
170
- 'type arguments': d({}),
171
- }]]],
172
- },
122
+ "data": <g_cosmos.D.Data__Type>['component', ['type', {
123
+ 'context': ['local', null],
124
+ 'typeXX': "Asynchronous Interface Type",
125
+ 'tailXX': a([]),
126
+ 'type arguments': d({}),
127
+ }]],
128
+ "end": <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['component', ['type', {
129
+ 'context': ['local', null],
130
+ 'typeXX': "Asynchronous Interface Type",
131
+ 'tailXX': a([]),
132
+ 'type arguments': d({}),
133
+ }]]],
173
134
  })],
174
135
  })]
175
136
  },
137
+ "Composite Transformations": {
138
+ 'parameters': d({}),
139
+ 'type': <g_cosmos.D.Data__Type>['group', d({
140
+ "higher glossaries": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
141
+ "types": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
142
+ "lower glossaries": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
143
+ "target types": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
144
+ 'context': ['local', null],
145
+ 'typeXX': "Transformation",
146
+ 'tailXX': a([]),
147
+ 'type arguments': d({}),
148
+ }]]],
149
+ })]],
150
+ })]],
151
+ })]],
152
+ })]
153
+ },
176
154
  "Data Glossary": {
177
155
  'parameters': d({}),
178
156
  'type': <g_cosmos.D.Data__Type>['group', d({
179
- "glossary parameters": {
180
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
157
+ "glossary parameters": <g_cosmos.D.Data__Type>['component', ['type', {
158
+ 'context': ['local', null],
159
+ 'typeXX': "Parameters",
160
+ 'tailXX': a([]),
161
+ 'type arguments': d({}),
162
+ }]],
163
+ "imports": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
164
+ "glossary": <g_cosmos.D.Data__Type>['component', ['type', {
181
165
  'context': ['local', null],
182
- 'typeXX': "Parameters",
166
+ 'typeXX': "Data Glossary",
183
167
  'tailXX': a([]),
184
168
  'type arguments': d({}),
185
169
  }]],
186
- },
187
- "imports": {
188
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
189
- "glossary": {
190
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
191
- 'context': ['local', null],
192
- 'typeXX': "Glossary",
193
- 'tailXX': a([]),
194
- 'type arguments': d({}),
195
- }]],
196
- },
197
- "type arguments": {
198
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
199
- 'context': ['local', null],
200
- 'typeXX': "Arguments",
201
- 'tailXX': a([]),
202
- 'type arguments': d({}),
203
- }]],
204
- },
205
- })]],
206
- },
207
- "root": {
208
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
170
+ "type arguments": <g_cosmos.D.Data__Type>['component', ['type', {
209
171
  'context': ['local', null],
210
- 'typeXX': "Namespace",
172
+ 'typeXX': "Arguments",
211
173
  'tailXX': a([]),
212
174
  'type arguments': d({}),
213
175
  }]],
214
- },
176
+ })]],
177
+ "root": <g_cosmos.D.Data__Type>['component', ['type', {
178
+ 'context': ['local', null],
179
+ 'typeXX': "Namespace",
180
+ 'tailXX': a([]),
181
+ 'type arguments': d({}),
182
+ }]],
215
183
  })]
216
184
  },
217
185
  "Data Or Synchronous Interface": {
218
186
  'parameters': d({}),
219
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
220
- "data": <g_cosmos.D.Data__Type>['reference', ['type', {
187
+ 'type': <g_cosmos.D.Data__Type>['state group', d({
188
+ "data": <g_cosmos.D.Data__Type>['component', ['type', {
221
189
  'context': ['local', null],
222
- 'typeXX': "DataSpecifier",
190
+ 'typeXX': "Data Type Specifier",
223
191
  'tailXX': a([]),
224
192
  'type arguments': d({}),
225
193
  }]],
226
- "interface": <g_cosmos.D.Data__Type>['reference', ['type', {
194
+ "interface": <g_cosmos.D.Data__Type>['component', ['type', {
227
195
  'context': ['local', null],
228
196
  'typeXX': "Synchronous Interface Reference",
229
197
  'tailXX': a([]),
@@ -233,382 +201,321 @@ export const $: g_cosmos.D.Glossary = {
233
201
  },
234
202
  "Data Type": {
235
203
  'parameters': d({}),
236
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
237
- "array": <g_cosmos.D.Data__Type>['reference', ['type', {
204
+ 'type': <g_cosmos.D.Data__Type>['state group', d({
205
+ "boolean": <g_cosmos.D.Data__Type>['group', d({})],
206
+ "component": <g_cosmos.D.Data__Type>['component', ['type', {
238
207
  'context': ['local', null],
239
- 'typeXX': "Data Type",
208
+ 'typeXX': "Data Type Specifier",
240
209
  'tailXX': a([]),
241
210
  'type arguments': d({}),
242
211
  }]],
243
- "boolean": <g_cosmos.D.Data__Type>['group', d({})],
244
- "computed": <g_cosmos.D.Data__Type>['reference', ['type', {
212
+ "dictionary": <g_cosmos.D.Data__Type>['component', ['type', {
245
213
  'context': ['local', null],
246
214
  'typeXX': "Data Type",
247
215
  'tailXX': a([]),
248
216
  'type arguments': d({}),
249
217
  }]],
250
- "dictionary": <g_cosmos.D.Data__Type>['reference', ['type', {
218
+ "group": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
251
219
  'context': ['local', null],
252
220
  'typeXX': "Data Type",
253
221
  'tailXX': a([]),
254
222
  'type arguments': d({}),
255
- }]],
256
- "group": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
257
- "type": {
258
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
259
- 'context': ['local', null],
260
- 'typeXX': "Data Type",
261
- 'tailXX': a([]),
262
- 'type arguments': d({}),
263
- }]],
264
- },
265
- })]],
266
- "null": <g_cosmos.D.Data__Type>['group', d({})],
267
- "number": <g_cosmos.D.Data__Type>['group', d({})],
268
- "optional": <g_cosmos.D.Data__Type>['reference', ['type', {
223
+ }]]],
224
+ "integer": <g_cosmos.D.Data__Type>['nothing', null],
225
+ "link": <g_cosmos.D.Data__Type>['group', d({
226
+ "forward": <g_cosmos.D.Data__Type>['boolean', null],
227
+ "target": <g_cosmos.D.Data__Type>['component', ['type', {
228
+ 'context': ['local', null],
229
+ 'typeXX': "Data Type Specifier",
230
+ 'tailXX': a([]),
231
+ 'type arguments': d({}),
232
+ }]],
233
+ "value": <g_cosmos.D.Data__Type>['component', ['type', {
234
+ 'context': ['local', null],
235
+ 'typeXX': "Data Type",
236
+ 'tailXX': a([]),
237
+ 'type arguments': d({}),
238
+ }]],
239
+ })],
240
+ "list": <g_cosmos.D.Data__Type>['component', ['type', {
269
241
  'context': ['local', null],
270
242
  'typeXX': "Data Type",
271
243
  'tailXX': a([]),
272
244
  'type arguments': d({}),
273
245
  }]],
274
- "reference": <g_cosmos.D.Data__Type>['reference', ['type', {
246
+ "nothing": <g_cosmos.D.Data__Type>['nothing', null],
247
+ "optional": <g_cosmos.D.Data__Type>['component', ['type', {
275
248
  'context': ['local', null],
276
- 'typeXX': "DataSpecifier",
249
+ 'typeXX': "Data Type",
277
250
  'tailXX': a([]),
278
251
  'type arguments': d({}),
279
252
  }]],
280
- "string": <g_cosmos.D.Data__Type>['group', d({})],
281
- "taggedUnion": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
253
+ "state group": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
282
254
  'context': ['local', null],
283
255
  'typeXX': "Data Type",
284
256
  'tailXX': a([]),
285
257
  'type arguments': d({}),
286
258
  }]]],
259
+ "text": <g_cosmos.D.Data__Type>['nothing', null],
260
+ })]
261
+ },
262
+ "Data Type Reference": {
263
+ 'parameters': d({}),
264
+ 'type': <g_cosmos.D.Data__Type>['group', d({
265
+ "type": <g_cosmos.D.Data__Type>['text', null],
266
+ "type arguments": <g_cosmos.D.Data__Type>['component', ['type', {
267
+ 'context': ['local', null],
268
+ 'typeXX': "Arguments",
269
+ 'tailXX': a([]),
270
+ 'type arguments': d({}),
271
+ }]],
287
272
  })]
288
273
  },
289
- "DataSpecifier": {
274
+ "Data Type Specifier": {
290
275
  'parameters': d({}),
291
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
292
- "glossary parameterXX": <g_cosmos.D.Data__Type>['string', null],
276
+ 'type': <g_cosmos.D.Data__Type>['state group', d({
277
+ "glossary parameterXX": <g_cosmos.D.Data__Type>['text', null],
293
278
  "type": <g_cosmos.D.Data__Type>['group', d({
294
- "context": {
295
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
296
- "import": <g_cosmos.D.Data__Type>['group', d({
297
- "glossary": {
298
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
299
- 'context': ['local', null],
300
- 'typeXX': "Glossary Reference",
301
- 'tailXX': a([]),
302
- 'type arguments': d({}),
303
- }]],
304
- },
305
- })],
306
- "local": <g_cosmos.D.Data__Type>['group', d({})],
279
+ "context": <g_cosmos.D.Data__Type>['state group', d({
280
+ "import": <g_cosmos.D.Data__Type>['group', d({
281
+ "glossary": <g_cosmos.D.Data__Type>['component', ['type', {
282
+ 'context': ['local', null],
283
+ 'typeXX': "Glossary Reference",
284
+ 'tailXX': a([]),
285
+ 'type arguments': d({}),
286
+ }]],
307
287
  })],
308
- },
309
- "tailXX": {
310
- 'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['string', null]],
311
- },
312
- "type arguments": {
313
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
314
- 'context': ['local', null],
315
- 'typeXX': "Arguments",
316
- 'tailXX': a([]),
317
- 'type arguments': d({}),
318
- }]],
319
- },
320
- "typeXX": {
321
- 'type': <g_cosmos.D.Data__Type>['string', null],
322
- },
288
+ "local": <g_cosmos.D.Data__Type>['group', d({})],
289
+ })],
290
+ "tailXX": <g_cosmos.D.Data__Type>['list', <g_cosmos.D.Data__Type>['text', null]],
291
+ "type arguments": <g_cosmos.D.Data__Type>['component', ['type', {
292
+ 'context': ['local', null],
293
+ 'typeXX': "Arguments",
294
+ 'tailXX': a([]),
295
+ 'type arguments': d({}),
296
+ }]],
297
+ "typeXX": <g_cosmos.D.Data__Type>['text', null],
323
298
  })],
324
- "type parameterXX": <g_cosmos.D.Data__Type>['string', null],
299
+ "type parameterXX": <g_cosmos.D.Data__Type>['text', null],
325
300
  })]
326
301
  },
327
- "Dummy": {
328
- 'parameters': d({}),
329
- 'type': <g_cosmos.D.Data__Type>['group', d({})]
330
- },
331
302
  "Glossary": {
332
303
  'parameters': d({}),
333
304
  'type': <g_cosmos.D.Data__Type>['group', d({
334
- "algorithm types": {
335
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
336
- "parameters": {
337
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
305
+ "algorithm types": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
306
+ "parameters": <g_cosmos.D.Data__Type>['component', ['type', {
307
+ 'context': ['local', null],
308
+ 'typeXX': "Parameters",
309
+ 'tailXX': a([]),
310
+ 'type arguments': d({}),
311
+ }]],
312
+ "type": <g_cosmos.D.Data__Type>['state group', d({
313
+ "asynchronous function": <g_cosmos.D.Data__Type>['group', d({
314
+ "in": <g_cosmos.D.Data__Type>['component', ['type', {
338
315
  'context': ['local', null],
339
- 'typeXX': "Parameters",
316
+ 'typeXX': "Data Type Specifier",
340
317
  'tailXX': a([]),
341
318
  'type arguments': d({}),
342
319
  }]],
343
- },
344
- "type": {
345
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
346
- "asynchronous function": <g_cosmos.D.Data__Type>['group', d({
347
- "in": {
348
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
349
- 'context': ['local', null],
350
- 'typeXX': "DataSpecifier",
351
- 'tailXX': a([]),
352
- 'type arguments': d({}),
353
- }]],
354
- },
355
- "out": {
356
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
357
- 'context': ['local', null],
358
- 'typeXX': "DataSpecifier",
359
- 'tailXX': a([]),
360
- 'type arguments': d({}),
361
- }]],
362
- },
363
- })],
364
- "interface initializer": <g_cosmos.D.Data__Type>['group', d({
365
- "downstreams": {
366
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
367
- 'context': ['local', null],
368
- 'typeXX': "Asynchronous Interface Reference",
369
- 'tailXX': a([]),
370
- 'type arguments': d({}),
371
- }]]],
372
- },
373
- "interface": {
374
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
375
- 'context': ['local', null],
376
- 'typeXX': "Asynchronous Interface Reference",
377
- 'tailXX': a([]),
378
- 'type arguments': d({}),
379
- }]],
380
- },
381
- })],
382
- "procedure": <g_cosmos.D.Data__Type>['group', d({
383
- "in": {
384
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
385
- 'context': ['local', null],
386
- 'typeXX': "Data Or Synchronous Interface",
387
- 'tailXX': a([]),
388
- 'type arguments': d({}),
389
- }]],
390
- },
391
- "out": {
392
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
393
- 'context': ['local', null],
394
- 'typeXX': "Synchronous Interface Reference",
395
- 'tailXX': a([]),
396
- 'type arguments': d({}),
397
- }]],
398
- },
399
- })],
400
- "resource initializer": <g_cosmos.D.Data__Type>['group', d({
401
- "consumer": {
402
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
403
- 'context': ['local', null],
404
- 'typeXX': "Asynchronous Interface Reference",
405
- 'tailXX': a([]),
406
- 'type arguments': d({}),
407
- }]],
408
- },
409
- "request": {
410
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
411
- 'context': ['local', null],
412
- 'typeXX': "DataSpecifier",
413
- 'tailXX': a([]),
414
- 'type arguments': d({}),
415
- }]],
416
- },
417
- })],
418
- "synchronous function": <g_cosmos.D.Data__Type>['group', d({
419
- "in": {
420
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
421
- 'context': ['local', null],
422
- 'typeXX': "Data Or Synchronous Interface",
423
- 'tailXX': a([]),
424
- 'type arguments': d({}),
425
- }]],
426
- },
427
- "out": {
428
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
429
- 'context': ['local', null],
430
- 'typeXX': "DataSpecifier",
431
- 'tailXX': a([]),
432
- 'type arguments': d({}),
433
- }]],
434
- },
435
- })],
436
- })],
437
- },
438
- })]],
439
- },
440
- "data glossary": {
441
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
320
+ "out": <g_cosmos.D.Data__Type>['component', ['type', {
321
+ 'context': ['local', null],
322
+ 'typeXX': "Data Type Specifier",
323
+ 'tailXX': a([]),
324
+ 'type arguments': d({}),
325
+ }]],
326
+ })],
327
+ "interface initializer": <g_cosmos.D.Data__Type>['group', d({
328
+ "downstreams": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
329
+ 'context': ['local', null],
330
+ 'typeXX': "Asynchronous Interface Reference",
331
+ 'tailXX': a([]),
332
+ 'type arguments': d({}),
333
+ }]]],
334
+ "interface": <g_cosmos.D.Data__Type>['component', ['type', {
335
+ 'context': ['local', null],
336
+ 'typeXX': "Asynchronous Interface Reference",
337
+ 'tailXX': a([]),
338
+ 'type arguments': d({}),
339
+ }]],
340
+ })],
341
+ "procedure": <g_cosmos.D.Data__Type>['group', d({
342
+ "in": <g_cosmos.D.Data__Type>['component', ['type', {
343
+ 'context': ['local', null],
344
+ 'typeXX': "Data Or Synchronous Interface",
345
+ 'tailXX': a([]),
346
+ 'type arguments': d({}),
347
+ }]],
348
+ "out": <g_cosmos.D.Data__Type>['component', ['type', {
349
+ 'context': ['local', null],
350
+ 'typeXX': "Synchronous Interface Reference",
351
+ 'tailXX': a([]),
352
+ 'type arguments': d({}),
353
+ }]],
354
+ })],
355
+ "resource initializer": <g_cosmos.D.Data__Type>['group', d({
356
+ "consumer": <g_cosmos.D.Data__Type>['component', ['type', {
357
+ 'context': ['local', null],
358
+ 'typeXX': "Asynchronous Interface Reference",
359
+ 'tailXX': a([]),
360
+ 'type arguments': d({}),
361
+ }]],
362
+ "request": <g_cosmos.D.Data__Type>['component', ['type', {
363
+ 'context': ['local', null],
364
+ 'typeXX': "Data Type Specifier",
365
+ 'tailXX': a([]),
366
+ 'type arguments': d({}),
367
+ }]],
368
+ })],
369
+ "synchronous function": <g_cosmos.D.Data__Type>['group', d({
370
+ "in": <g_cosmos.D.Data__Type>['component', ['type', {
371
+ 'context': ['local', null],
372
+ 'typeXX': "Data Or Synchronous Interface",
373
+ 'tailXX': a([]),
374
+ 'type arguments': d({}),
375
+ }]],
376
+ "out": <g_cosmos.D.Data__Type>['component', ['type', {
377
+ 'context': ['local', null],
378
+ 'typeXX': "Data Type Specifier",
379
+ 'tailXX': a([]),
380
+ 'type arguments': d({}),
381
+ }]],
382
+ })],
383
+ })],
384
+ })]],
385
+ "data glossary": <g_cosmos.D.Data__Type>['component', ['type', {
386
+ 'context': ['local', null],
387
+ 'typeXX': "Data Glossary",
388
+ 'tailXX': a([]),
389
+ 'type arguments': d({}),
390
+ }]],
391
+ "interface types": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
392
+ "parameters": <g_cosmos.D.Data__Type>['component', ['type', {
442
393
  'context': ['local', null],
443
- 'typeXX': "Data Glossary",
394
+ 'typeXX': "Parameters",
444
395
  'tailXX': a([]),
445
396
  'type arguments': d({}),
446
397
  }]],
447
- },
448
- "interface types": {
449
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
450
- "parameters": {
451
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
398
+ "type": <g_cosmos.D.Data__Type>['state group', d({
399
+ "asynchronous": <g_cosmos.D.Data__Type>['group', d({
400
+ "interface": <g_cosmos.D.Data__Type>['component', ['type', {
452
401
  'context': ['local', null],
453
- 'typeXX': "Parameters",
402
+ 'typeXX': "Asynchronous Interface Type",
454
403
  'tailXX': a([]),
455
404
  'type arguments': d({}),
456
405
  }]],
457
- },
458
- "type": {
459
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
460
- "asynchronous": <g_cosmos.D.Data__Type>['group', d({
461
- "interface": {
462
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
463
- 'context': ['local', null],
464
- 'typeXX': "Asynchronous Interface Type",
465
- 'tailXX': a([]),
466
- 'type arguments': d({}),
467
- }]],
468
- },
469
- })],
470
- "synchronous": <g_cosmos.D.Data__Type>['group', d({
471
- "interface": {
472
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
473
- 'context': ['local', null],
474
- 'typeXX': "Synchronous Interface Type",
475
- 'tailXX': a([]),
476
- 'type arguments': d({}),
477
- }]],
478
- },
479
- })],
480
- })],
481
- },
482
- })]],
483
- },
406
+ })],
407
+ "synchronous": <g_cosmos.D.Data__Type>['group', d({
408
+ "interface": <g_cosmos.D.Data__Type>['component', ['type', {
409
+ 'context': ['local', null],
410
+ 'typeXX': "Synchronous Interface Type",
411
+ 'tailXX': a([]),
412
+ 'type arguments': d({}),
413
+ }]],
414
+ })],
415
+ })],
416
+ })]],
484
417
  })]
485
418
  },
486
419
  "Glossary Reference": {
487
420
  'parameters': d({}),
488
421
  'type': <g_cosmos.D.Data__Type>['group', d({
489
- "glossary": {
490
- 'type': <g_cosmos.D.Data__Type>['string', null],
491
- },
422
+ "glossary": <g_cosmos.D.Data__Type>['text', null],
492
423
  })]
493
424
  },
494
425
  "Library": {
495
426
  'parameters': d({}),
496
427
  'type': <g_cosmos.D.Data__Type>['group', d({
497
- "author": {
498
- 'type': <g_cosmos.D.Data__Type>['string', null],
499
- },
500
- "description": {
501
- 'type': <g_cosmos.D.Data__Type>['string', null],
502
- },
503
- "license": {
504
- 'type': <g_cosmos.D.Data__Type>['string', null],
505
- },
506
- "module sets": {
507
- 'type': <g_cosmos.D.Data__Type>['group', d({
508
- "private": {
509
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
510
- 'context': ['local', null],
511
- 'typeXX': "Module Set",
512
- 'tailXX': a([]),
513
- 'type arguments': d({}),
514
- }]],
515
- },
516
- "public": {
517
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
428
+ "author": <g_cosmos.D.Data__Type>['text', null],
429
+ "description": <g_cosmos.D.Data__Type>['text', null],
430
+ "license": <g_cosmos.D.Data__Type>['text', null],
431
+ "module sets": <g_cosmos.D.Data__Type>['group', d({
432
+ "private": <g_cosmos.D.Data__Type>['component', ['type', {
433
+ 'context': ['local', null],
434
+ 'typeXX': "Module Set",
435
+ 'tailXX': a([]),
436
+ 'type arguments': d({}),
437
+ }]],
438
+ "public": <g_cosmos.D.Data__Type>['component', ['type', {
439
+ 'context': ['local', null],
440
+ 'typeXX': "Module Set",
441
+ 'tailXX': a([]),
442
+ 'type arguments': d({}),
443
+ }]],
444
+ })],
445
+ "type": <g_cosmos.D.Data__Type>['state group', d({
446
+ "composite": <g_cosmos.D.Data__Type>['group', d({
447
+ "dependencies": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
448
+ "library": <g_cosmos.D.Data__Type>['component', ['type', {
518
449
  'context': ['local', null],
519
- 'typeXX': "Module Set",
450
+ 'typeXX': "Library",
520
451
  'tailXX': a([]),
521
452
  'type arguments': d({}),
522
453
  }]],
523
- },
524
- })],
525
- },
526
- "type": {
527
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
528
- "composite": <g_cosmos.D.Data__Type>['group', d({
529
- "dependencies": {
530
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
531
- "library": {
532
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
533
- 'context': ['local', null],
534
- 'typeXX': "Library",
535
- 'tailXX': a([]),
536
- 'type arguments': d({}),
537
- }]],
538
- },
539
- "version": {
540
- 'type': <g_cosmos.D.Data__Type>['string', null],
541
- },
542
- })]],
543
- },
544
- "pure": {
545
- 'type': <g_cosmos.D.Data__Type>['boolean', null],
546
- },
547
- })],
548
- "primitive": <g_cosmos.D.Data__Type>['group', d({})],
454
+ "version": <g_cosmos.D.Data__Type>['text', null],
455
+ })]],
456
+ "pure": <g_cosmos.D.Data__Type>['boolean', null],
549
457
  })],
550
- },
458
+ "primitive": <g_cosmos.D.Data__Type>['group', d({})],
459
+ })],
551
460
  })]
552
461
  },
553
462
  "Module Set": {
554
463
  'parameters': d({}),
555
464
  'type': <g_cosmos.D.Data__Type>['group', d({
556
- "glossaries": {
557
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
558
- "description": {
559
- 'type': <g_cosmos.D.Data__Type>['string', null],
560
- },
561
- "glossary": {
562
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
563
- 'context': ['local', null],
564
- 'typeXX': "Glossary",
565
- 'tailXX': a([]),
566
- 'type arguments': d({}),
567
- }]],
568
- },
569
- })]],
570
- },
571
- "modules": {
572
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
465
+ "glossaries": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
466
+ "description": <g_cosmos.D.Data__Type>['text', null],
467
+ "glossary": <g_cosmos.D.Data__Type>['component', ['type', {
573
468
  'context': ['local', null],
574
- 'typeXX': "API",
469
+ 'typeXX': "Data Glossary",
470
+ 'tailXX': a([]),
471
+ 'type arguments': d({}),
472
+ }]],
473
+ })]],
474
+ "modules": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
475
+ 'context': ['local', null],
476
+ 'typeXX': "API",
477
+ 'tailXX': a([]),
478
+ 'type arguments': d({}),
479
+ }]]],
480
+ "transformations": <g_cosmos.D.Data__Type>['group', d({
481
+ "enrich": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
482
+ 'context': ['local', null],
483
+ 'typeXX': "Transformations",
575
484
  'tailXX': a([]),
576
485
  'type arguments': d({}),
577
486
  }]]],
578
- },
487
+ "yield": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
488
+ 'context': ['local', null],
489
+ 'typeXX': "Transformations",
490
+ 'tailXX': a([]),
491
+ 'type arguments': d({}),
492
+ }]]],
493
+ })],
579
494
  })]
580
495
  },
581
496
  "Namespace": {
582
497
  'parameters': d({}),
583
498
  'type': <g_cosmos.D.Data__Type>['group', d({
584
- "data types": {
585
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
586
- "parameters": {
587
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
588
- 'context': ['local', null],
589
- 'typeXX': "Parameters",
590
- 'tailXX': a([]),
591
- 'type arguments': d({}),
592
- }]],
593
- },
594
- "type": {
595
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
596
- 'context': ['local', null],
597
- 'typeXX': "Data Type",
598
- 'tailXX': a([]),
599
- 'type arguments': d({}),
600
- }]],
601
- },
602
- })]],
603
- },
604
- "namespaces": {
605
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
499
+ "data types": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
500
+ "parameters": <g_cosmos.D.Data__Type>['component', ['type', {
606
501
  'context': ['local', null],
607
- 'typeXX': "Namespace",
502
+ 'typeXX': "Parameters",
608
503
  'tailXX': a([]),
609
504
  'type arguments': d({}),
610
- }]]],
611
- },
505
+ }]],
506
+ "type": <g_cosmos.D.Data__Type>['component', ['type', {
507
+ 'context': ['local', null],
508
+ 'typeXX': "Data Type",
509
+ 'tailXX': a([]),
510
+ 'type arguments': d({}),
511
+ }]],
512
+ })]],
513
+ "namespaces": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
514
+ 'context': ['local', null],
515
+ 'typeXX': "Namespace",
516
+ 'tailXX': a([]),
517
+ 'type arguments': d({}),
518
+ }]]],
612
519
  })]
613
520
  },
614
521
  "Parameters": {
@@ -618,70 +525,54 @@ export const $: g_cosmos.D.Glossary = {
618
525
  "Synchronous Interface Reference": {
619
526
  'parameters': d({}),
620
527
  'type': <g_cosmos.D.Data__Type>['group', d({
621
- "context": {
622
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
623
- "import": <g_cosmos.D.Data__Type>['group', d({
624
- "glossary": {
625
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
626
- 'context': ['local', null],
627
- 'typeXX': "Glossary Reference",
628
- 'tailXX': a([]),
629
- 'type arguments': d({}),
630
- }]],
631
- },
632
- "interfaceXX": {
633
- 'type': <g_cosmos.D.Data__Type>['string', null],
634
- },
635
- })],
636
- "local": <g_cosmos.D.Data__Type>['group', d({
637
- "interfaceXX": {
638
- 'type': <g_cosmos.D.Data__Type>['string', null],
639
- },
640
- })],
528
+ "context": <g_cosmos.D.Data__Type>['state group', d({
529
+ "import": <g_cosmos.D.Data__Type>['group', d({
530
+ "glossary": <g_cosmos.D.Data__Type>['component', ['type', {
531
+ 'context': ['local', null],
532
+ 'typeXX': "Glossary Reference",
533
+ 'tailXX': a([]),
534
+ 'type arguments': d({}),
535
+ }]],
536
+ "interfaceXX": <g_cosmos.D.Data__Type>['text', null],
641
537
  })],
642
- },
643
- "type arguments": {
644
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
645
- 'context': ['local', null],
646
- 'typeXX': "Arguments",
647
- 'tailXX': a([]),
648
- 'type arguments': d({}),
649
- }]],
650
- },
538
+ "local": <g_cosmos.D.Data__Type>['group', d({
539
+ "interfaceXX": <g_cosmos.D.Data__Type>['text', null],
540
+ })],
541
+ })],
542
+ "type arguments": <g_cosmos.D.Data__Type>['component', ['type', {
543
+ 'context': ['local', null],
544
+ 'typeXX': "Arguments",
545
+ 'tailXX': a([]),
546
+ 'type arguments': d({}),
547
+ }]],
651
548
  })]
652
549
  },
653
550
  "Synchronous Interface Type": {
654
551
  'parameters': d({}),
655
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
552
+ 'type': <g_cosmos.D.Data__Type>['state group', d({
656
553
  "group": <g_cosmos.D.Data__Type>['group', d({
657
- "members": {
658
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
659
- 'context': ['local', null],
660
- 'typeXX': "Synchronous Interface Type",
661
- 'tailXX': a([]),
662
- 'type arguments': d({}),
663
- }]]],
664
- },
554
+ "members": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
555
+ 'context': ['local', null],
556
+ 'typeXX': "Synchronous Interface Type",
557
+ 'tailXX': a([]),
558
+ 'type arguments': d({}),
559
+ }]]],
665
560
  })],
666
561
  "method": <g_cosmos.D.Data__Type>['group', d({
667
- "data": {
668
- 'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
669
- 'context': ['local', null],
670
- 'typeXX': "DataSpecifier",
671
- 'tailXX': a([]),
672
- 'type arguments': d({}),
673
- }]]],
674
- },
675
- "interface": {
676
- 'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
677
- 'context': ['local', null],
678
- 'typeXX': "Synchronous Interface Type",
679
- 'tailXX': a([]),
680
- 'type arguments': d({}),
681
- }]]],
682
- },
562
+ "data": <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['component', ['type', {
563
+ 'context': ['local', null],
564
+ 'typeXX': "Data Type Specifier",
565
+ 'tailXX': a([]),
566
+ 'type arguments': d({}),
567
+ }]]],
568
+ "interface": <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['component', ['type', {
569
+ 'context': ['local', null],
570
+ 'typeXX': "Synchronous Interface Type",
571
+ 'tailXX': a([]),
572
+ 'type arguments': d({}),
573
+ }]]],
683
574
  })],
684
- "reference": <g_cosmos.D.Data__Type>['reference', ['type', {
575
+ "reference": <g_cosmos.D.Data__Type>['component', ['type', {
685
576
  'context': ['local', null],
686
577
  'typeXX': "Synchronous Interface Reference",
687
578
  'tailXX': a([]),
@@ -689,6 +580,74 @@ export const $: g_cosmos.D.Glossary = {
689
580
  }]],
690
581
  })]
691
582
  },
583
+ "Transformation": {
584
+ 'parameters': d({}),
585
+ 'type': <g_cosmos.D.Data__Type>['group', d({
586
+ "parameters": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
587
+ 'context': ['local', null],
588
+ 'typeXX': "Data Type Reference",
589
+ 'tailXX': a([]),
590
+ 'type arguments': d({}),
591
+ }]]],
592
+ })]
593
+ },
594
+ "Transformations": {
595
+ 'parameters': d({}),
596
+ 'type': <g_cosmos.D.Data__Type>['group', d({
597
+ "atom": <g_cosmos.D.Data__Type>['group', d({
598
+ "boolean": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
599
+ 'context': ['local', null],
600
+ 'typeXX': "Transformation",
601
+ 'tailXX': a([]),
602
+ 'type arguments': d({}),
603
+ }]]],
604
+ "dictionary": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
605
+ 'context': ['local', null],
606
+ 'typeXX': "Transformation",
607
+ 'tailXX': a([]),
608
+ 'type arguments': d({}),
609
+ }]]],
610
+ "integer": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
611
+ 'context': ['local', null],
612
+ 'typeXX': "Transformation",
613
+ 'tailXX': a([]),
614
+ 'type arguments': d({}),
615
+ }]]],
616
+ "list": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
617
+ 'context': ['local', null],
618
+ 'typeXX': "Transformation",
619
+ 'tailXX': a([]),
620
+ 'type arguments': d({}),
621
+ }]]],
622
+ "text": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
623
+ 'context': ['local', null],
624
+ 'typeXX': "Transformation",
625
+ 'tailXX': a([]),
626
+ 'type arguments': d({}),
627
+ }]]],
628
+ })],
629
+ "composite": <g_cosmos.D.Data__Type>['group', d({
630
+ "external libraries": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
631
+ 'context': ['local', null],
632
+ 'typeXX': "Composite Transformations",
633
+ 'tailXX': a([]),
634
+ 'type arguments': d({}),
635
+ }]]],
636
+ "local": <g_cosmos.D.Data__Type>['component', ['type', {
637
+ 'context': ['local', null],
638
+ 'typeXX': "Composite Transformations",
639
+ 'tailXX': a([]),
640
+ 'type arguments': d({}),
641
+ }]],
642
+ })],
643
+ "glossary": <g_cosmos.D.Data__Type>['component', ['type', {
644
+ 'context': ['local', null],
645
+ 'typeXX': "Data Glossary",
646
+ 'tailXX': a([]),
647
+ 'type arguments': d({}),
648
+ }]],
649
+ })]
650
+ },
692
651
  }),
693
652
  'namespaces': d({
694
653
  "Algorithm Type Reference": {
@@ -714,21 +673,12 @@ export const $: g_cosmos.D.Glossary = {
714
673
  "algorithms": {
715
674
  'data types': d({}),
716
675
  'namespaces': d({
717
- "DX": {
718
- 'data types': d({}),
719
- 'namespaces': d({
720
- "G": {
721
- 'data types': d({}),
722
- 'namespaces': d({
723
- "configuration data": {
724
- 'data types': d({}),
725
- 'namespaces': d({
726
- "O": {
727
- 'data types': d({}),
728
- 'namespaces': d({}),
729
- },
730
- }),
731
- },
676
+ "DX": {
677
+ 'data types': d({}),
678
+ 'namespaces': d({
679
+ "G": {
680
+ 'data types': d({}),
681
+ 'namespaces': d({
732
682
  "definition": {
733
683
  'data types': d({}),
734
684
  'namespaces': d({}),
@@ -963,6 +913,70 @@ export const $: g_cosmos.D.Glossary = {
963
913
  },
964
914
  }),
965
915
  },
916
+ "Composite Transformations": {
917
+ 'data types': d({}),
918
+ 'namespaces': d({
919
+ "G": {
920
+ 'data types': d({}),
921
+ 'namespaces': d({
922
+ "higher glossaries": {
923
+ 'data types': d({}),
924
+ 'namespaces': d({
925
+ "DX": {
926
+ 'data types': d({}),
927
+ 'namespaces': d({
928
+ "G": {
929
+ 'data types': d({}),
930
+ 'namespaces': d({
931
+ "types": {
932
+ 'data types': d({}),
933
+ 'namespaces': d({
934
+ "DX": {
935
+ 'data types': d({}),
936
+ 'namespaces': d({
937
+ "G": {
938
+ 'data types': d({}),
939
+ 'namespaces': d({
940
+ "lower glossaries": {
941
+ 'data types': d({}),
942
+ 'namespaces': d({
943
+ "DX": {
944
+ 'data types': d({}),
945
+ 'namespaces': d({
946
+ "G": {
947
+ 'data types': d({}),
948
+ 'namespaces': d({
949
+ "target types": {
950
+ 'data types': d({}),
951
+ 'namespaces': d({
952
+ "DX": {
953
+ 'data types': d({}),
954
+ 'namespaces': d({}),
955
+ },
956
+ }),
957
+ },
958
+ }),
959
+ },
960
+ }),
961
+ },
962
+ }),
963
+ },
964
+ }),
965
+ },
966
+ }),
967
+ },
968
+ }),
969
+ },
970
+ }),
971
+ },
972
+ }),
973
+ },
974
+ }),
975
+ },
976
+ }),
977
+ },
978
+ }),
979
+ },
966
980
  "Data Glossary": {
967
981
  'data types': d({}),
968
982
  'namespaces': d({
@@ -1028,10 +1042,6 @@ export const $: g_cosmos.D.Glossary = {
1028
1042
  "TU": {
1029
1043
  'data types': d({}),
1030
1044
  'namespaces': d({
1031
- "array": {
1032
- 'data types': d({}),
1033
- 'namespaces': d({}),
1034
- },
1035
1045
  "boolean": {
1036
1046
  'data types': d({}),
1037
1047
  'namespaces': d({
@@ -1041,7 +1051,7 @@ export const $: g_cosmos.D.Glossary = {
1041
1051
  },
1042
1052
  }),
1043
1053
  },
1044
- "computed": {
1054
+ "component": {
1045
1055
  'data types': d({}),
1046
1056
  'namespaces': d({}),
1047
1057
  },
@@ -1054,56 +1064,49 @@ export const $: g_cosmos.D.Glossary = {
1054
1064
  'namespaces': d({
1055
1065
  "DX": {
1056
1066
  'data types': d({}),
1057
- 'namespaces': d({
1058
- "G": {
1059
- 'data types': d({}),
1060
- 'namespaces': d({
1061
- "type": {
1062
- 'data types': d({}),
1063
- 'namespaces': d({}),
1064
- },
1065
- }),
1066
- },
1067
- }),
1067
+ 'namespaces': d({}),
1068
1068
  },
1069
1069
  }),
1070
1070
  },
1071
- "null": {
1071
+ "integer": {
1072
1072
  'data types': d({}),
1073
- 'namespaces': d({
1074
- "G": {
1075
- 'data types': d({}),
1076
- 'namespaces': d({}),
1077
- },
1078
- }),
1073
+ 'namespaces': d({}),
1079
1074
  },
1080
- "number": {
1075
+ "link": {
1081
1076
  'data types': d({}),
1082
1077
  'namespaces': d({
1083
1078
  "G": {
1084
1079
  'data types': d({}),
1085
- 'namespaces': d({}),
1080
+ 'namespaces': d({
1081
+ "forward": {
1082
+ 'data types': d({}),
1083
+ 'namespaces': d({}),
1084
+ },
1085
+ "target": {
1086
+ 'data types': d({}),
1087
+ 'namespaces': d({}),
1088
+ },
1089
+ "value": {
1090
+ 'data types': d({}),
1091
+ 'namespaces': d({}),
1092
+ },
1093
+ }),
1086
1094
  },
1087
1095
  }),
1088
1096
  },
1089
- "optional": {
1097
+ "list": {
1090
1098
  'data types': d({}),
1091
1099
  'namespaces': d({}),
1092
1100
  },
1093
- "reference": {
1101
+ "nothing": {
1094
1102
  'data types': d({}),
1095
1103
  'namespaces': d({}),
1096
1104
  },
1097
- "string": {
1105
+ "optional": {
1098
1106
  'data types': d({}),
1099
- 'namespaces': d({
1100
- "G": {
1101
- 'data types': d({}),
1102
- 'namespaces': d({}),
1103
- },
1104
- }),
1107
+ 'namespaces': d({}),
1105
1108
  },
1106
- "taggedUnion": {
1109
+ "state group": {
1107
1110
  'data types': d({}),
1108
1111
  'namespaces': d({
1109
1112
  "DX": {
@@ -1112,11 +1115,33 @@ export const $: g_cosmos.D.Glossary = {
1112
1115
  },
1113
1116
  }),
1114
1117
  },
1118
+ "text": {
1119
+ 'data types': d({}),
1120
+ 'namespaces': d({}),
1121
+ },
1122
+ }),
1123
+ },
1124
+ }),
1125
+ },
1126
+ "Data Type Reference": {
1127
+ 'data types': d({}),
1128
+ 'namespaces': d({
1129
+ "G": {
1130
+ 'data types': d({}),
1131
+ 'namespaces': d({
1132
+ "type": {
1133
+ 'data types': d({}),
1134
+ 'namespaces': d({}),
1135
+ },
1136
+ "type arguments": {
1137
+ 'data types': d({}),
1138
+ 'namespaces': d({}),
1139
+ },
1115
1140
  }),
1116
1141
  },
1117
1142
  }),
1118
1143
  },
1119
- "DataSpecifier": {
1144
+ "Data Type Specifier": {
1120
1145
  'data types': d({}),
1121
1146
  'namespaces': d({
1122
1147
  "TU": {
@@ -1194,15 +1219,6 @@ export const $: g_cosmos.D.Glossary = {
1194
1219
  },
1195
1220
  }),
1196
1221
  },
1197
- "Dummy": {
1198
- 'data types': d({}),
1199
- 'namespaces': d({
1200
- "G": {
1201
- 'data types': d({}),
1202
- 'namespaces': d({}),
1203
- },
1204
- }),
1205
- },
1206
1222
  "Glossary": {
1207
1223
  'data types': d({}),
1208
1224
  'namespaces': d({
@@ -1546,6 +1562,34 @@ export const $: g_cosmos.D.Glossary = {
1546
1562
  },
1547
1563
  }),
1548
1564
  },
1565
+ "transformations": {
1566
+ 'data types': d({}),
1567
+ 'namespaces': d({
1568
+ "G": {
1569
+ 'data types': d({}),
1570
+ 'namespaces': d({
1571
+ "enrich": {
1572
+ 'data types': d({}),
1573
+ 'namespaces': d({
1574
+ "DX": {
1575
+ 'data types': d({}),
1576
+ 'namespaces': d({}),
1577
+ },
1578
+ }),
1579
+ },
1580
+ "yield": {
1581
+ 'data types': d({}),
1582
+ 'namespaces': d({
1583
+ "DX": {
1584
+ 'data types': d({}),
1585
+ 'namespaces': d({}),
1586
+ },
1587
+ }),
1588
+ },
1589
+ }),
1590
+ },
1591
+ }),
1592
+ },
1549
1593
  }),
1550
1594
  },
1551
1595
  }),
@@ -1723,6 +1767,117 @@ export const $: g_cosmos.D.Glossary = {
1723
1767
  },
1724
1768
  }),
1725
1769
  },
1770
+ "Transformation": {
1771
+ 'data types': d({}),
1772
+ 'namespaces': d({
1773
+ "G": {
1774
+ 'data types': d({}),
1775
+ 'namespaces': d({
1776
+ "parameters": {
1777
+ 'data types': d({}),
1778
+ 'namespaces': d({
1779
+ "DX": {
1780
+ 'data types': d({}),
1781
+ 'namespaces': d({}),
1782
+ },
1783
+ }),
1784
+ },
1785
+ }),
1786
+ },
1787
+ }),
1788
+ },
1789
+ "Transformations": {
1790
+ 'data types': d({}),
1791
+ 'namespaces': d({
1792
+ "G": {
1793
+ 'data types': d({}),
1794
+ 'namespaces': d({
1795
+ "atom": {
1796
+ 'data types': d({}),
1797
+ 'namespaces': d({
1798
+ "G": {
1799
+ 'data types': d({}),
1800
+ 'namespaces': d({
1801
+ "boolean": {
1802
+ 'data types': d({}),
1803
+ 'namespaces': d({
1804
+ "DX": {
1805
+ 'data types': d({}),
1806
+ 'namespaces': d({}),
1807
+ },
1808
+ }),
1809
+ },
1810
+ "dictionary": {
1811
+ 'data types': d({}),
1812
+ 'namespaces': d({
1813
+ "DX": {
1814
+ 'data types': d({}),
1815
+ 'namespaces': d({}),
1816
+ },
1817
+ }),
1818
+ },
1819
+ "integer": {
1820
+ 'data types': d({}),
1821
+ 'namespaces': d({
1822
+ "DX": {
1823
+ 'data types': d({}),
1824
+ 'namespaces': d({}),
1825
+ },
1826
+ }),
1827
+ },
1828
+ "list": {
1829
+ 'data types': d({}),
1830
+ 'namespaces': d({
1831
+ "DX": {
1832
+ 'data types': d({}),
1833
+ 'namespaces': d({}),
1834
+ },
1835
+ }),
1836
+ },
1837
+ "text": {
1838
+ 'data types': d({}),
1839
+ 'namespaces': d({
1840
+ "DX": {
1841
+ 'data types': d({}),
1842
+ 'namespaces': d({}),
1843
+ },
1844
+ }),
1845
+ },
1846
+ }),
1847
+ },
1848
+ }),
1849
+ },
1850
+ "composite": {
1851
+ 'data types': d({}),
1852
+ 'namespaces': d({
1853
+ "G": {
1854
+ 'data types': d({}),
1855
+ 'namespaces': d({
1856
+ "external libraries": {
1857
+ 'data types': d({}),
1858
+ 'namespaces': d({
1859
+ "DX": {
1860
+ 'data types': d({}),
1861
+ 'namespaces': d({}),
1862
+ },
1863
+ }),
1864
+ },
1865
+ "local": {
1866
+ 'data types': d({}),
1867
+ 'namespaces': d({}),
1868
+ },
1869
+ }),
1870
+ },
1871
+ }),
1872
+ },
1873
+ "glossary": {
1874
+ 'data types': d({}),
1875
+ 'namespaces': d({}),
1876
+ },
1877
+ }),
1878
+ },
1879
+ }),
1880
+ },
1726
1881
  }),
1727
1882
  },
1728
1883
  },