@tolinax/ayoune-interfaces 2026.57.2 → 2026.58.1
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/data/modelsAndRights.js +15 -0
- package/package.json +1 -1
package/data/modelsAndRights.js
CHANGED
|
@@ -3773,6 +3773,21 @@ const modelsAndRights = [
|
|
|
3773
3773
|
updateBy: "_id",
|
|
3774
3774
|
availableInSDK: false,
|
|
3775
3775
|
},
|
|
3776
|
+
{
|
|
3777
|
+
// Second registration under the SU module so api-superuser auto-loads
|
|
3778
|
+
// the Flags model (platform-admin UI in clients/admin-v2 talks to su-api
|
|
3779
|
+
// exclusively). The customer-scoped UI in mobile-app later uses the
|
|
3780
|
+
// config.flags right via the config-api entry above.
|
|
3781
|
+
plural: "Flags",
|
|
3782
|
+
singular: "Flag",
|
|
3783
|
+
module: "su",
|
|
3784
|
+
right: "su.flags",
|
|
3785
|
+
readOnly: false,
|
|
3786
|
+
importable: false,
|
|
3787
|
+
allowDuplicate: true,
|
|
3788
|
+
updateBy: "_id",
|
|
3789
|
+
availableInSDK: false,
|
|
3790
|
+
},
|
|
3776
3791
|
{
|
|
3777
3792
|
plural: "FormSubmissions",
|
|
3778
3793
|
singular: "FormSubmission",
|