@oimlsmart/platform-server 0.2.14 → 0.2.15
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/package.json +1 -1
- package/src/vocab/permissions.ts +6 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oimlsmart/platform-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15",
|
|
4
4
|
"description": "The OIML SMART platform server kernel: the store seam (ServerStore + the D1 and SQLite implementations), the canonical D1 migration set both deployments apply, the instance profile, the mailer, the RBAC map, the OIDC/OAuth client cones, and the shared role/permission vocabulary. Consumed by the smart monorepo (browser/) and the identity service.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
package/src/vocab/permissions.ts
CHANGED
|
@@ -420,6 +420,12 @@ export const CREATION_PERMISSIONS: Record<string, readonly ActionPermission[]> =
|
|
|
420
420
|
// document list is maintained by the certificate's issuers.
|
|
421
421
|
operatedSchemes: ['instance.settings'],
|
|
422
422
|
certificateDocumentLists: ['certificate.issue'],
|
|
423
|
+
// Registering a participant is the scheme operator's named act (the
|
|
424
|
+
// 2026-09-15 direct-registration posture: participation cases are
|
|
425
|
+
// CREATED active by the Secretariat — the B 18:2025 §11 RC/MC ballot
|
|
426
|
+
// pipeline is modelled, not operated). The organ split holds: the MC
|
|
427
|
+
// decides (suspension/reinstatement), the Secretariat administers.
|
|
428
|
+
participantApplications: ['participants.manage'],
|
|
423
429
|
}
|
|
424
430
|
|
|
425
431
|
/** FIELD guards: a field going unset → set is the act (the test
|