space-data-module-sdk 0.8.14 → 0.8.16
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/bin/space-data-module.js +91 -0
- package/docs/_shell/consumer-assets.html +5 -0
- package/docs/browser-wasmedge-isomorphic.html +261 -0
- package/docs/byo-wasm-quickstart.html +226 -0
- package/docs/byo-wasm-quickstart.md +204 -0
- package/docs/conformance.html +156 -0
- package/docs/conformance.md +92 -0
- package/docs/emception-shared-memory-verdict.md +209 -0
- package/docs/events-abi.html +313 -0
- package/docs/events-abi.md +530 -0
- package/docs/families/analytics.html +178 -0
- package/docs/families/analytics.md +104 -0
- package/docs/families/attitude.html +157 -0
- package/docs/families/attitude.md +36 -0
- package/docs/families/behavior.html +157 -0
- package/docs/families/behavior.md +36 -0
- package/docs/families/breakup.html +157 -0
- package/docs/families/breakup.md +36 -0
- package/docs/families/conjunction.html +186 -0
- package/docs/families/conjunction.md +121 -0
- package/docs/families/data-source.html +318 -0
- package/docs/families/effects.html +157 -0
- package/docs/families/effects.md +36 -0
- package/docs/families/environment.html +170 -0
- package/docs/families/environment.md +73 -0
- package/docs/families/estimation.html +190 -0
- package/docs/families/estimation.md +128 -0
- package/docs/families/gnc.html +157 -0
- package/docs/families/gnc.md +36 -0
- package/docs/families/maneuver.html +209 -0
- package/docs/families/maneuver.md +206 -0
- package/docs/families/obstruction.html +191 -0
- package/docs/families/obstruction.md +96 -0
- package/docs/families/propagator.html +333 -0
- package/docs/families/propulsion.html +157 -0
- package/docs/families/propulsion.md +36 -0
- package/docs/families/reentry.html +157 -0
- package/docs/families/reentry.md +36 -0
- package/docs/families/rf.html +193 -0
- package/docs/families/rf.md +136 -0
- package/docs/families/scheduler.html +157 -0
- package/docs/families/scheduler.md +36 -0
- package/docs/families/sensor.html +157 -0
- package/docs/families/sensor.md +36 -0
- package/docs/families/signature.html +157 -0
- package/docs/families/signature.md +36 -0
- package/docs/flatsql-host-contract.html +176 -0
- package/docs/flatsql-streaming-standard.html +375 -0
- package/docs/gpu-module-abi.html +233 -0
- package/docs/harness-family-matrix.md +135 -0
- package/docs/index.html +216 -85
- package/docs/isomorphic-pthreads.html +228 -0
- package/docs/isomorphic-pthreads.md +84 -0
- package/docs/isomorphic-sdn-runtime-plan.html +274 -0
- package/docs/language-runtime-matrix.html +182 -0
- package/docs/llms.txt +86 -0
- package/docs/module-bundle-runtime-plan.html +146 -0
- package/docs/module-publication-standard.html +503 -0
- package/docs/node-red-default-node-parity.html +201 -0
- package/docs/propagator-abi.md +73 -21
- package/docs/protect-and-sign.html +181 -0
- package/docs/protect-and-sign.md +120 -0
- package/docs/protocol-installation.html +296 -0
- package/docs/publication-submission.html +158 -0
- package/docs/publication-submission.md +78 -0
- package/docs/secrets-capability.html +206 -0
- package/docs/styles.css +860 -167
- package/docs/testing-harness.html +408 -0
- package/docs/tri-runtime-parity-gate.html +182 -0
- package/docs/tri-runtime-parity.html +203 -0
- package/include/orbpro/orbpro_event_runner.h +951 -0
- package/include/orbpro/orbpro_events_abi.h +565 -0
- package/include/orbpro/orbpro_propagator_abi.h +17 -0
- package/package.json +15 -5
- package/schemas/orbpro/Events.fbs +501 -0
- package/schemas/orbpro/Propagator.fbs +72 -9
- package/schemas/orbpro/reference-frame-crosswalk.json +108 -0
- package/schemas/orbpro/reference-frame.lock.json +98 -0
- package/src/browser.js +13 -0
- package/src/conformance/abiDriver.js +225 -0
- package/src/conformance/index.js +151 -0
- package/src/conformance/propagatorSuite.js +526 -0
- package/src/conformance/selfTest.js +275 -0
- package/src/conformance/selfTestCorpus.js +68 -0
- package/src/conformance/twoBodyReference.js +132 -0
- package/src/generated/orbpro/events-abi.js +206 -0
- package/src/generated/orbpro/events-abi.ts +319 -0
- package/src/generated/orbpro/propagator/reference-frame.js +17 -0
- package/src/generated/orbpro/propagator/reference-frame.ts +91 -1
- package/src/generated/orbpro/propagator-abi.js +17 -0
- package/src/generated/orbpro/propagator-abi.ts +17 -0
- package/src/generated/spacedatastandards/plg/CCT.d.ts +94 -0
- package/src/generated/spacedatastandards/plg/CCT.d.ts.map +1 -0
- package/src/generated/spacedatastandards/plg/CCT.js +208 -0
- package/src/generated/spacedatastandards/plg/CCT.ts +281 -0
- package/src/generated/spacedatastandards/plg/CCTCategory.d.ts +98 -0
- package/src/generated/spacedatastandards/plg/CCTCategory.d.ts.map +1 -0
- package/src/generated/spacedatastandards/plg/CCTCategory.js +177 -0
- package/src/generated/spacedatastandards/plg/CCTCategory.ts +269 -0
- package/src/generated/spacedatastandards/plg/CCTCategoryRollup.d.ts +54 -0
- package/src/generated/spacedatastandards/plg/CCTCategoryRollup.d.ts.map +1 -0
- package/src/generated/spacedatastandards/plg/CCTCategoryRollup.js +106 -0
- package/src/generated/spacedatastandards/plg/CCTCategoryRollup.ts +144 -0
- package/src/generated/spacedatastandards/plg/PLG.d.ts +46 -2
- package/src/generated/spacedatastandards/plg/PLG.d.ts.map +1 -1
- package/src/generated/spacedatastandards/plg/PLG.js +78 -5
- package/src/generated/spacedatastandards/plg/PLG.ts +90 -5
- package/src/generated/spacedatastandards/plg/capabilityClass.d.ts +181 -0
- package/src/generated/spacedatastandards/plg/capabilityClass.d.ts.map +1 -0
- package/src/generated/spacedatastandards/plg/capabilityClass.js +183 -0
- package/src/generated/spacedatastandards/plg/capabilityClass.ts +208 -0
- package/src/generated/spacedatastandards/plg/main.d.ts +4 -0
- package/src/generated/spacedatastandards/plg/main.d.ts.map +1 -1
- package/src/generated/spacedatastandards/plg/main.js +4 -0
- package/src/generated/spacedatastandards/plg/main.ts +4 -0
- package/src/generated/spacedatastandards/plg/pluginCategory.d.ts +40 -2
- package/src/generated/spacedatastandards/plg/pluginCategory.d.ts.map +1 -1
- package/src/generated/spacedatastandards/plg/pluginCategory.js +40 -2
- package/src/generated/spacedatastandards/plg/pluginCategory.ts +40 -2
- package/src/host/browserModuleHarness.js +8 -0
- package/src/host/wasiThreadHost.js +189 -14
- package/src/index.d.ts +18 -1
- package/src/testing/isomorphicHarness.js +233 -0
- package/src/transport/index.js +16 -0
- package/src/transport/records.js +1015 -3
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
// automatically generated by the FlatBuffers compiler, do not modify
|
|
2
|
+
|
|
3
|
+
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Capability class of a distributable software unit (module, application, or
|
|
7
|
+
* composed flow).
|
|
8
|
+
*
|
|
9
|
+
* This enum IS the ratified category vocabulary. A storefront, library, module
|
|
10
|
+
* manifest and search surface all classify against these members and nothing
|
|
11
|
+
* else; a category that is not a member here does not exist. Members name
|
|
12
|
+
* CAPABILITY CLASSES only — what the unit DOES. No member names a vendor,
|
|
13
|
+
* site, organization, product, protocol brand or algorithm implementation;
|
|
14
|
+
* that identity belongs in data fields such as PLG.PUBLISHER_NAME, never in
|
|
15
|
+
* the taxonomy.
|
|
16
|
+
*
|
|
17
|
+
* Ordinals are wire values: APPEND ONLY. Never reorder, never remove, never
|
|
18
|
+
* reuse an ordinal. A reorder silently re-labels every published listing.
|
|
19
|
+
*
|
|
20
|
+
* UNSPECIFIED deliberately holds ordinal 0 so that a zero-filled or
|
|
21
|
+
* default-constructed classification can never decode as a real category. The
|
|
22
|
+
* pre-existing `pluginCategory` enum in $PLG made the opposite choice — its
|
|
23
|
+
* ordinal 0 is a real family — and had to append an `Unspecified` member at
|
|
24
|
+
* the tail to recover. This enum does not repeat that.
|
|
25
|
+
*
|
|
26
|
+
* Each member's canonical display name is stated in its doc comment and is
|
|
27
|
+
* part of the ratified contract: a consumer rendering a category label uses
|
|
28
|
+
* that string verbatim, so every surface spells a category identically. The
|
|
29
|
+
* canonical route slug is the member identifier lowercased with `_` replaced
|
|
30
|
+
* by `-` (PROPAGATION -> "propagation", RF_AND_COMMUNICATIONS ->
|
|
31
|
+
* "rf-and-communications").
|
|
32
|
+
*/
|
|
33
|
+
export enum capabilityClass {
|
|
34
|
+
/**
|
|
35
|
+
* No capability class stated. The publisher did not classify the unit.
|
|
36
|
+
* A consumer MUST render an UNSPECIFIED unit as ungrouped and MUST NOT
|
|
37
|
+
* infer a class from the unit's name, description or tags.
|
|
38
|
+
* Display name: "Unspecified".
|
|
39
|
+
*/
|
|
40
|
+
UNSPECIFIED = 0,
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Advancing an object's state forward or backward in time under a force
|
|
44
|
+
* model, and interpolating between computed states.
|
|
45
|
+
* Display name: "Propagation".
|
|
46
|
+
*/
|
|
47
|
+
PROPAGATION = 1,
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Estimating an object's state or model parameters by fitting to
|
|
51
|
+
* observations or ephemerides.
|
|
52
|
+
* Display name: "Orbit Determination".
|
|
53
|
+
*/
|
|
54
|
+
ORBIT_DETERMINATION = 2,
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Planning, targeting and optimizing trajectory changes, including
|
|
58
|
+
* station-keeping, transfers and collision-avoidance maneuvers.
|
|
59
|
+
* Display name: "Maneuver Planning".
|
|
60
|
+
*/
|
|
61
|
+
MANEUVER_PLANNING = 3,
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Screening for close approaches between objects and quantifying collision
|
|
65
|
+
* probability and miss distance.
|
|
66
|
+
* Display name: "Conjunction Assessment".
|
|
67
|
+
*/
|
|
68
|
+
CONJUNCTION_ASSESSMENT = 4,
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Atmospheric reentry, decay prediction, fragmentation and debris-cloud
|
|
72
|
+
* evolution.
|
|
73
|
+
* Display name: "Reentry & Breakup".
|
|
74
|
+
*/
|
|
75
|
+
REENTRY_AND_BREAKUP = 5,
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Attitude determination and control, body orientation, and pointing or
|
|
79
|
+
* slew planning.
|
|
80
|
+
* Display name: "Attitude & Pointing".
|
|
81
|
+
*/
|
|
82
|
+
ATTITUDE_AND_POINTING = 6,
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Coordinate frame realization and transformation, time scale conversion,
|
|
86
|
+
* and earth-orientation parameter handling.
|
|
87
|
+
* Display name: "Reference Frames & Time".
|
|
88
|
+
*/
|
|
89
|
+
REFERENCE_FRAMES_AND_TIME = 7,
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Sensor modelling and tasking, field-of-regard and access computation, and
|
|
93
|
+
* area or target coverage figures of merit.
|
|
94
|
+
* Display name: "Sensors & Coverage".
|
|
95
|
+
*/
|
|
96
|
+
SENSORS_AND_COVERAGE = 8,
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Producing, correlating or associating observations of tracked objects,
|
|
100
|
+
* and maintaining tracks from them.
|
|
101
|
+
* Display name: "Tracking & Observation".
|
|
102
|
+
*/
|
|
103
|
+
TRACKING_AND_OBSERVATION = 9,
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Radio-frequency link modelling, emitter and band characterization, signal
|
|
107
|
+
* capture handling, and communications planning.
|
|
108
|
+
* Display name: "RF & Communications".
|
|
109
|
+
*/
|
|
110
|
+
RF_AND_COMMUNICATIONS = 10,
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Interference, jamming, spoofing and countermeasure modelling.
|
|
114
|
+
* Display name: "Electronic Warfare".
|
|
115
|
+
*/
|
|
116
|
+
ELECTRONIC_WARFARE = 11,
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* Atmospheric density, gravity field, magnetic field, radiation, solar and
|
|
120
|
+
* geomagnetic activity, and ionospheric modelling.
|
|
121
|
+
* Display name: "Space Environment".
|
|
122
|
+
*/
|
|
123
|
+
SPACE_ENVIRONMENT = 12,
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Acquiring bytes from upstream providers and parsing or exporting them
|
|
127
|
+
* across canonical record formats.
|
|
128
|
+
* Display name: "Data Sources & Ingest".
|
|
129
|
+
*/
|
|
130
|
+
DATA_SOURCES_AND_INGEST = 13,
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Validating records for integrity, physical plausibility, continuity and
|
|
134
|
+
* schema conformance, and scoring data quality.
|
|
135
|
+
* Display name: "Data Validation & Quality".
|
|
136
|
+
*/
|
|
137
|
+
DATA_VALIDATION_AND_QUALITY = 14,
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Object catalogue curation, cross-identifier resolution, bus and physical
|
|
141
|
+
* property association, and entity identity.
|
|
142
|
+
* Display name: "Catalog & Identity".
|
|
143
|
+
*/
|
|
144
|
+
CATALOG_AND_IDENTITY = 15,
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Rendering, scene composition, shading and interactive display of space
|
|
148
|
+
* data.
|
|
149
|
+
* Display name: "Visualization & Rendering".
|
|
150
|
+
*/
|
|
151
|
+
VISUALIZATION_AND_RENDERING = 16,
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Ground station operation and control of physical equipment, including
|
|
155
|
+
* antenna rotators, radios and other hardware interfaces.
|
|
156
|
+
* Display name: "Ground Segment & Hardware".
|
|
157
|
+
*/
|
|
158
|
+
GROUND_SEGMENT_AND_HARDWARE = 17,
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* Mission and constellation design, trade studies, performance analysis and
|
|
162
|
+
* report generation.
|
|
163
|
+
* Display name: "Mission Design & Analysis".
|
|
164
|
+
*/
|
|
165
|
+
MISSION_DESIGN_AND_ANALYSIS = 18,
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* Composition of other units into a graph. The unit of distribution is a
|
|
169
|
+
* flow of modules, not a leaf algorithm.
|
|
170
|
+
* Display name: "Flows & Composition".
|
|
171
|
+
*/
|
|
172
|
+
FLOW_AND_COMPOSITION = 19,
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Persisting, indexing and querying records; storage engines and query
|
|
176
|
+
* surfaces.
|
|
177
|
+
* Display name: "Data Storage & Query".
|
|
178
|
+
*/
|
|
179
|
+
DATA_STORAGE_AND_QUERY = 20,
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Key custody, signing and verification, authentication, authorization and
|
|
183
|
+
* access control.
|
|
184
|
+
* Display name: "Security & Identity".
|
|
185
|
+
*/
|
|
186
|
+
SECURITY_AND_IDENTITY = 21,
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* Listing, purchase, subscription, entitlement and license enforcement for
|
|
190
|
+
* distributed units.
|
|
191
|
+
* Display name: "Commerce & Licensing".
|
|
192
|
+
*/
|
|
193
|
+
COMMERCE_AND_LICENSING = 22,
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* Node runtime, artifact delivery, registry, publication and peer transport
|
|
197
|
+
* plumbing.
|
|
198
|
+
* Display name: "Node Infrastructure".
|
|
199
|
+
*/
|
|
200
|
+
NODE_INFRASTRUCTURE = 23,
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* Foundational mathematics and general-purpose utility libraries consumed by
|
|
204
|
+
* other units rather than run on their own.
|
|
205
|
+
* Display name: "Foundation & Math".
|
|
206
|
+
*/
|
|
207
|
+
FOUNDATION_AND_MATH = 24
|
|
208
|
+
}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
export * from './bufferMutability.js';
|
|
2
2
|
export * from './bufferOwnership.js';
|
|
3
|
+
export * from './capabilityClass.js';
|
|
4
|
+
export * from './CCT.js';
|
|
5
|
+
export * from './CCTCategory.js';
|
|
6
|
+
export * from './CCTCategoryRollup.js';
|
|
3
7
|
export * from './drainBehavior.js';
|
|
4
8
|
export * from './EntryFunction.js';
|
|
5
9
|
export * from './FlatBufferTypeRef.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../ts/PLG/main.ts"],"names":[],"mappings":"AAIA,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,UAAU,CAAC;AACzB,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../ts/PLG/main.ts"],"names":[],"mappings":"AAIA,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,UAAU,CAAC;AACzB,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC"}
|
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
|
|
3
3
|
export * from './bufferMutability.js';
|
|
4
4
|
export * from './bufferOwnership.js';
|
|
5
|
+
export * from './capabilityClass.js';
|
|
6
|
+
export * from './CCT.js';
|
|
7
|
+
export * from './CCTCategory.js';
|
|
8
|
+
export * from './CCTCategoryRollup.js';
|
|
5
9
|
export * from './drainBehavior.js';
|
|
6
10
|
export * from './EntryFunction.js';
|
|
7
11
|
export * from './FlatBufferTypeRef.js';
|
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
export * from './bufferMutability.js';
|
|
6
6
|
export * from './bufferOwnership.js';
|
|
7
|
+
export * from './capabilityClass.js';
|
|
8
|
+
export * from './CCT.js';
|
|
9
|
+
export * from './CCTCategory.js';
|
|
10
|
+
export * from './CCTCategoryRollup.js';
|
|
7
11
|
export * from './drainBehavior.js';
|
|
8
12
|
export * from './EntryFunction.js';
|
|
9
13
|
export * from './FlatBufferTypeRef.js';
|
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Plugin type category
|
|
2
|
+
* Plugin type category.
|
|
3
|
+
*
|
|
4
|
+
* DEPRECATED as a classification vocabulary — superseded by `$CCT`
|
|
5
|
+
* `capabilityClass`, read through `PLG.PRIMARY_CATEGORY` / `PLG.CATEGORIES`.
|
|
6
|
+
* The enum and the `PLUGIN_TYPE` field remain on the wire permanently
|
|
7
|
+
* (ordinals are wire values and published manifests decode against them);
|
|
8
|
+
* only their use as the grouping vocabulary is retired.
|
|
9
|
+
*
|
|
10
|
+
* It cannot be repaired in place, which is why it is superseded rather than
|
|
11
|
+
* extended:
|
|
12
|
+
* - it is SINGLE-VALUED, and a storefront browse surface classifies one
|
|
13
|
+
* unit under several categories;
|
|
14
|
+
* - ordinal 0 is `Sensor`, a REAL family, so an unset or zero-filled value
|
|
15
|
+
* decodes as a category the publisher never stated — the reason
|
|
16
|
+
* `Unspecified` had to be appended at the tail instead of held at 0;
|
|
17
|
+
* - it mixes capability families with node-internal plumbing
|
|
18
|
+
* (`Infrastructure`, `Licensing`, `Storefront`, `Publisher`), which are
|
|
19
|
+
* not shelves a catalogue consumer browses;
|
|
20
|
+
* - it carries `Basilisk`, a vendor-derived member that owner law
|
|
21
|
+
* 2026-08-06 (no vendor/site/org names in standards) forbids;
|
|
22
|
+
* - a `byte` enum cannot carry the display name, summary, route slug,
|
|
23
|
+
* ordering or icon a storefront must render, and `$CCT` publishes all of
|
|
24
|
+
* them alongside the code.
|
|
25
|
+
*
|
|
26
|
+
* MIGRATION: publishers SHOULD populate `PRIMARY_CATEGORY`/`CATEGORIES` and
|
|
27
|
+
* SHOULD continue to populate `PLUGIN_TYPE` for consumers pinned before the
|
|
28
|
+
* taxonomy existed. The per-member forward mapping is normative and is stated
|
|
29
|
+
* on `PLG.PRIMARY_CATEGORY`. Consumers that can read `PRIMARY_CATEGORY` MUST
|
|
30
|
+
* prefer it; `PLUGIN_TYPE` is a fallback only when `PRIMARY_CATEGORY` is
|
|
31
|
+
* `UNSPECIFIED`.
|
|
3
32
|
*/
|
|
4
33
|
export declare enum pluginCategory {
|
|
5
34
|
/**
|
|
@@ -75,7 +104,16 @@ export declare enum pluginCategory {
|
|
|
75
104
|
*/
|
|
76
105
|
Publisher = 17,
|
|
77
106
|
/**
|
|
78
|
-
*
|
|
107
|
+
* DEPRECATED — owner law 2026-08-06 forbids vendor/org-derived names in a
|
|
108
|
+
* standard's vocabulary, and this member is one. Its ordinal is wire data
|
|
109
|
+
* and is therefore NEVER removed or reused, and renaming it in place would
|
|
110
|
+
* still be a breaking change for every published manifest; the sanctioned
|
|
111
|
+
* repair is to stop publishing it. Publishers MUST migrate to
|
|
112
|
+
* `PRIMARY_CATEGORY: PROPAGATION` (astrodynamics simulation and
|
|
113
|
+
* dynamics-modelling) and MUST NOT set `PLUGIN_TYPE: Basilisk` on new
|
|
114
|
+
* manifests. Consumers MUST render an existing record carrying it as
|
|
115
|
+
* `Propagation` and MUST NOT surface the member identifier in any user-
|
|
116
|
+
* facing label.
|
|
79
117
|
*/
|
|
80
118
|
Basilisk = 18,
|
|
81
119
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pluginCategory.d.ts","sourceRoot":"","sources":["../../../ts/PLG/pluginCategory.ts"],"names":[],"mappings":"AAIA
|
|
1
|
+
{"version":3,"file":"pluginCategory.d.ts","sourceRoot":"","sources":["../../../ts/PLG/pluginCategory.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,oBAAY,cAAc;IACxB;;OAEG;IACH,MAAM,IAAI;IAEV;;OAEG;IACH,UAAU,IAAI;IAEd;;OAEG;IACH,QAAQ,IAAI;IAEZ;;OAEG;IACH,QAAQ,IAAI;IAEZ;;OAEG;IACH,UAAU,IAAI;IAEd;;OAEG;IACH,EAAE,IAAI;IAEN;;OAEG;IACH,KAAK,IAAI;IAET;;OAEG;IACH,OAAO,IAAI;IAEX;;OAEG;IACH,MAAM,IAAI;IAEV;;OAEG;IACH,MAAM,IAAI;IAEV;;OAEG;IACH,SAAS,KAAK;IAEd;;OAEG;IACH,YAAY,KAAK;IAEjB;;OAEG;IACH,QAAQ,KAAK;IAEb;;OAEG;IACH,UAAU,KAAK;IAEf;;OAEG;IACH,cAAc,KAAK;IAEnB;;OAEG;IACH,SAAS,KAAK;IAEd;;OAEG;IACH,UAAU,KAAK;IAEf;;OAEG;IACH,SAAS,KAAK;IAEd;;;;;;;;;;;OAWG;IACH,QAAQ,KAAK;IAEb;;OAEG;IACH,QAAQ,KAAK;IAEb;;;OAGG;IACH,IAAI,KAAK;IAET;;;;;;OAMG;IACH,WAAW,KAAK;CACjB"}
|
|
@@ -1,7 +1,36 @@
|
|
|
1
1
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
2
2
|
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
|
|
3
3
|
/**
|
|
4
|
-
* Plugin type category
|
|
4
|
+
* Plugin type category.
|
|
5
|
+
*
|
|
6
|
+
* DEPRECATED as a classification vocabulary — superseded by `$CCT`
|
|
7
|
+
* `capabilityClass`, read through `PLG.PRIMARY_CATEGORY` / `PLG.CATEGORIES`.
|
|
8
|
+
* The enum and the `PLUGIN_TYPE` field remain on the wire permanently
|
|
9
|
+
* (ordinals are wire values and published manifests decode against them);
|
|
10
|
+
* only their use as the grouping vocabulary is retired.
|
|
11
|
+
*
|
|
12
|
+
* It cannot be repaired in place, which is why it is superseded rather than
|
|
13
|
+
* extended:
|
|
14
|
+
* - it is SINGLE-VALUED, and a storefront browse surface classifies one
|
|
15
|
+
* unit under several categories;
|
|
16
|
+
* - ordinal 0 is `Sensor`, a REAL family, so an unset or zero-filled value
|
|
17
|
+
* decodes as a category the publisher never stated — the reason
|
|
18
|
+
* `Unspecified` had to be appended at the tail instead of held at 0;
|
|
19
|
+
* - it mixes capability families with node-internal plumbing
|
|
20
|
+
* (`Infrastructure`, `Licensing`, `Storefront`, `Publisher`), which are
|
|
21
|
+
* not shelves a catalogue consumer browses;
|
|
22
|
+
* - it carries `Basilisk`, a vendor-derived member that owner law
|
|
23
|
+
* 2026-08-06 (no vendor/site/org names in standards) forbids;
|
|
24
|
+
* - a `byte` enum cannot carry the display name, summary, route slug,
|
|
25
|
+
* ordering or icon a storefront must render, and `$CCT` publishes all of
|
|
26
|
+
* them alongside the code.
|
|
27
|
+
*
|
|
28
|
+
* MIGRATION: publishers SHOULD populate `PRIMARY_CATEGORY`/`CATEGORIES` and
|
|
29
|
+
* SHOULD continue to populate `PLUGIN_TYPE` for consumers pinned before the
|
|
30
|
+
* taxonomy existed. The per-member forward mapping is normative and is stated
|
|
31
|
+
* on `PLG.PRIMARY_CATEGORY`. Consumers that can read `PRIMARY_CATEGORY` MUST
|
|
32
|
+
* prefer it; `PLUGIN_TYPE` is a fallback only when `PRIMARY_CATEGORY` is
|
|
33
|
+
* `UNSPECIFIED`.
|
|
5
34
|
*/
|
|
6
35
|
export var pluginCategory;
|
|
7
36
|
(function (pluginCategory) {
|
|
@@ -78,7 +107,16 @@ export var pluginCategory;
|
|
|
78
107
|
*/
|
|
79
108
|
pluginCategory[pluginCategory["Publisher"] = 17] = "Publisher";
|
|
80
109
|
/**
|
|
81
|
-
*
|
|
110
|
+
* DEPRECATED — owner law 2026-08-06 forbids vendor/org-derived names in a
|
|
111
|
+
* standard's vocabulary, and this member is one. Its ordinal is wire data
|
|
112
|
+
* and is therefore NEVER removed or reused, and renaming it in place would
|
|
113
|
+
* still be a breaking change for every published manifest; the sanctioned
|
|
114
|
+
* repair is to stop publishing it. Publishers MUST migrate to
|
|
115
|
+
* `PRIMARY_CATEGORY: PROPAGATION` (astrodynamics simulation and
|
|
116
|
+
* dynamics-modelling) and MUST NOT set `PLUGIN_TYPE: Basilisk` on new
|
|
117
|
+
* manifests. Consumers MUST render an existing record carrying it as
|
|
118
|
+
* `Propagation` and MUST NOT surface the member identifier in any user-
|
|
119
|
+
* facing label.
|
|
82
120
|
*/
|
|
83
121
|
pluginCategory[pluginCategory["Basilisk"] = 18] = "Basilisk";
|
|
84
122
|
/**
|
|
@@ -3,7 +3,36 @@
|
|
|
3
3
|
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* Plugin type category
|
|
6
|
+
* Plugin type category.
|
|
7
|
+
*
|
|
8
|
+
* DEPRECATED as a classification vocabulary — superseded by `$CCT`
|
|
9
|
+
* `capabilityClass`, read through `PLG.PRIMARY_CATEGORY` / `PLG.CATEGORIES`.
|
|
10
|
+
* The enum and the `PLUGIN_TYPE` field remain on the wire permanently
|
|
11
|
+
* (ordinals are wire values and published manifests decode against them);
|
|
12
|
+
* only their use as the grouping vocabulary is retired.
|
|
13
|
+
*
|
|
14
|
+
* It cannot be repaired in place, which is why it is superseded rather than
|
|
15
|
+
* extended:
|
|
16
|
+
* - it is SINGLE-VALUED, and a storefront browse surface classifies one
|
|
17
|
+
* unit under several categories;
|
|
18
|
+
* - ordinal 0 is `Sensor`, a REAL family, so an unset or zero-filled value
|
|
19
|
+
* decodes as a category the publisher never stated — the reason
|
|
20
|
+
* `Unspecified` had to be appended at the tail instead of held at 0;
|
|
21
|
+
* - it mixes capability families with node-internal plumbing
|
|
22
|
+
* (`Infrastructure`, `Licensing`, `Storefront`, `Publisher`), which are
|
|
23
|
+
* not shelves a catalogue consumer browses;
|
|
24
|
+
* - it carries `Basilisk`, a vendor-derived member that owner law
|
|
25
|
+
* 2026-08-06 (no vendor/site/org names in standards) forbids;
|
|
26
|
+
* - a `byte` enum cannot carry the display name, summary, route slug,
|
|
27
|
+
* ordering or icon a storefront must render, and `$CCT` publishes all of
|
|
28
|
+
* them alongside the code.
|
|
29
|
+
*
|
|
30
|
+
* MIGRATION: publishers SHOULD populate `PRIMARY_CATEGORY`/`CATEGORIES` and
|
|
31
|
+
* SHOULD continue to populate `PLUGIN_TYPE` for consumers pinned before the
|
|
32
|
+
* taxonomy existed. The per-member forward mapping is normative and is stated
|
|
33
|
+
* on `PLG.PRIMARY_CATEGORY`. Consumers that can read `PRIMARY_CATEGORY` MUST
|
|
34
|
+
* prefer it; `PLUGIN_TYPE` is a fallback only when `PRIMARY_CATEGORY` is
|
|
35
|
+
* `UNSPECIFIED`.
|
|
7
36
|
*/
|
|
8
37
|
export enum pluginCategory {
|
|
9
38
|
/**
|
|
@@ -97,7 +126,16 @@ export enum pluginCategory {
|
|
|
97
126
|
Publisher = 17,
|
|
98
127
|
|
|
99
128
|
/**
|
|
100
|
-
*
|
|
129
|
+
* DEPRECATED — owner law 2026-08-06 forbids vendor/org-derived names in a
|
|
130
|
+
* standard's vocabulary, and this member is one. Its ordinal is wire data
|
|
131
|
+
* and is therefore NEVER removed or reused, and renaming it in place would
|
|
132
|
+
* still be a breaking change for every published manifest; the sanctioned
|
|
133
|
+
* repair is to stop publishing it. Publishers MUST migrate to
|
|
134
|
+
* `PRIMARY_CATEGORY: PROPAGATION` (astrodynamics simulation and
|
|
135
|
+
* dynamics-modelling) and MUST NOT set `PLUGIN_TYPE: Basilisk` on new
|
|
136
|
+
* manifests. Consumers MUST render an existing record carrying it as
|
|
137
|
+
* `Propagation` and MUST NOT surface the member identifier in any user-
|
|
138
|
+
* facing label.
|
|
101
139
|
*/
|
|
102
140
|
Basilisk = 18,
|
|
103
141
|
|
|
@@ -362,6 +362,14 @@ async function instantiateBrowserModule(options = {}) {
|
|
|
362
362
|
hostcallChannel: options.threadHostcallChannel,
|
|
363
363
|
requiresHostcalls: needsHostBridge,
|
|
364
364
|
enableBrowserThreads: options.enableBrowserWasiThreads,
|
|
365
|
+
// Explicit worker anchor for BUNDLED consumers: when this host source is
|
|
366
|
+
// bundled into an engine artifact, `import.meta.url` inside the SDK host
|
|
367
|
+
// points at the bundle and the sibling worker asset 404s. A host shim
|
|
368
|
+
// passes the directory its build actually serves the SDK host chain from
|
|
369
|
+
// (e.g. OrbPro: `js/vendor/space-data-module-sdk/src/host/`). Unset =
|
|
370
|
+
// packaged sibling, i.e. today's unbundled behavior.
|
|
371
|
+
browserWorkerBaseUrl: options.wasiThreadWorkerBaseUrl,
|
|
372
|
+
browserWorkerUrl: options.wasiThreadWorkerUrl,
|
|
365
373
|
});
|
|
366
374
|
importObject.wasi = {
|
|
367
375
|
...(importObject.wasi ?? {}),
|