@tolinax/ayoune-interfaces 2026.25.0 → 2026.26.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.
@@ -855,8 +855,8 @@ const modelsAndRights = [
855
855
  {
856
856
  plural: "AILogs",
857
857
  singular: "AILog",
858
- module: "logs",
859
- right: "logs.ai",
858
+ module: "ai",
859
+ right: "ai.ailogs",
860
860
  readOnly: true,
861
861
  importable: false,
862
862
  allowDuplicate: false,
@@ -895,8 +895,8 @@ const modelsAndRights = [
895
895
  {
896
896
  plural: "AIPrompts",
897
897
  singular: "AIPrompt",
898
- module: "config",
899
- right: "config.aiprompts",
898
+ module: "ai",
899
+ right: "ai.aiprompts",
900
900
  readOnly: false,
901
901
  importable: false,
902
902
  allowDuplicate: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2026.25.0",
3
+ "version": "2026.26.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",