@tolinax/ayoune-interfaces 2025.16.1 → 2025.16.3

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.
@@ -0,0 +1,8 @@
1
+ interface IaYOUneModule {
2
+ label: string;
3
+ module: string;
4
+ host: string;
5
+ }
6
+ declare const aYOUneModules: IaYOUneModule[];
7
+ export default aYOUneModules;
8
+ export { aYOUneModules };
@@ -0,0 +1,114 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.aYOUneModules = void 0;
4
+ const aYOUneModules = [
5
+ {
6
+ label: "Artificial Intelligence",
7
+ module: "ai",
8
+ host: "ai.ayoune.app",
9
+ },
10
+ {
11
+ label: "Asset store",
12
+ module: "assetstore",
13
+ host: "assetstore.ayoune.app",
14
+ },
15
+ {
16
+ label: "Customer Relationship Management",
17
+ module: "crm",
18
+ host: "crm.ayoune.app",
19
+ },
20
+ {
21
+ label: "Project management",
22
+ module: "pm",
23
+ host: "pm.ayoune.app",
24
+ },
25
+ {
26
+ label: "Content management system",
27
+ module: "cms",
28
+ host: "cms.ayoune.app",
29
+ },
30
+ {
31
+ label: "Marketing",
32
+ module: "marketing",
33
+ host: "marketing.ayoune.app",
34
+ },
35
+ {
36
+ label: "Automation",
37
+ module: "automation",
38
+ host: "automation.ayoune.app",
39
+ },
40
+ { label: "Sale", module: "sale", host: "sale.ayoune.app" },
41
+ {
42
+ label: "Product information management",
43
+ module: "pim",
44
+ host: "pim.ayoune.app",
45
+ },
46
+ { label: "Hub", module: "hub", host: "hub.ayoune.app" },
47
+ {
48
+ label: "Human Resources",
49
+ module: "hr",
50
+ host: "hr.ayoune.app",
51
+ },
52
+ {
53
+ label: "Service Desk",
54
+ module: "service",
55
+ host: "service.ayoune.app",
56
+ },
57
+ {
58
+ label: "Purchase",
59
+ module: "purchase",
60
+ host: "purchase.ayoune.app",
61
+ },
62
+ {
63
+ label: "Accounting",
64
+ module: "accounting",
65
+ host: "accounting.ayoune.app",
66
+ },
67
+ {
68
+ label: "E Commerce",
69
+ module: "ecommerce",
70
+ host: "ecommerce.ayoune.app",
71
+ },
72
+ {
73
+ label: "Monitoring",
74
+ module: "monitoring",
75
+ host: "monitoring.ayoune.app",
76
+ },
77
+ {
78
+ label: "Research",
79
+ module: "research",
80
+ host: "research.ayoune.app",
81
+ },
82
+ {
83
+ label: "Production",
84
+ module: "production",
85
+ host: "production.ayoune.app",
86
+ },
87
+ {
88
+ label: "Affiliate",
89
+ module: "affiliate",
90
+ host: "affiliate.ayoune.app",
91
+ },
92
+ {
93
+ label: "Reporting",
94
+ module: "reporting",
95
+ host: "reporting.ayoune.app",
96
+ },
97
+ {
98
+ label: "Export",
99
+ module: "export",
100
+ host: "export.ayoune.app",
101
+ },
102
+ {
103
+ label: "Configuration",
104
+ module: "config",
105
+ host: "config.ayoune.app",
106
+ },
107
+ {
108
+ label: "Audit",
109
+ module: "audit",
110
+ host: "audit.ayoune.app",
111
+ },
112
+ ];
113
+ exports.aYOUneModules = aYOUneModules;
114
+ exports.default = aYOUneModules;
@@ -0,0 +1,8 @@
1
+ export interface IaYOUneService {
2
+ label: string;
3
+ module: string;
4
+ host: string;
5
+ }
6
+ declare const aYOUneServices: IaYOUneService[];
7
+ export default aYOUneServices;
8
+ export { aYOUneServices };
@@ -0,0 +1,137 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.aYOUneServices = void 0;
4
+ const aYOUneServices = [
5
+ {
6
+ label: "Barcodes",
7
+ module: "global",
8
+ host: "bc.ayoune.app",
9
+ },
10
+ {
11
+ label: "Aggregation",
12
+ module: "global",
13
+ host: "aggregation.ayoune.app",
14
+ },
15
+ {
16
+ label: "Browser Automations",
17
+ module: "automation",
18
+ host: "browser-automations.ayoune.app",
19
+ },
20
+ {
21
+ label: "Datatables",
22
+ module: "global",
23
+ host: "datatables.ayoune.app",
24
+ },
25
+ {
26
+ label: "Exports",
27
+ module: "exports",
28
+ host: "exports.ayoune.app",
29
+ },
30
+ {
31
+ label: "Middleware",
32
+ module: "global",
33
+ host: "mw.ayoune.app",
34
+ },
35
+ {
36
+ label: "Replacer",
37
+ module: "global",
38
+ host: "replacer.ayoune.app",
39
+ },
40
+ {
41
+ label: "Services",
42
+ module: "services",
43
+ host: "services.ayoune.app",
44
+ },
45
+ {
46
+ label: "Endpoints",
47
+ module: "global",
48
+ host: "endpoints.ayoune.app",
49
+ },
50
+ {
51
+ label: "Gists",
52
+ module: "pm",
53
+ host: "gists.ayoune.app",
54
+ },
55
+ {
56
+ label: "Text to Speech",
57
+ module: "global",
58
+ host: "tts.ayoune.app",
59
+ },
60
+ {
61
+ label: "Statistics",
62
+ module: "metrics",
63
+ host: "stats.ayoune.app",
64
+ },
65
+ {
66
+ label: "Statistics",
67
+ module: "stats",
68
+ host: "stats.ayoune.app",
69
+ },
70
+ {
71
+ label: "Video Generation",
72
+ module: "cms",
73
+ host: "video-generation.ayoune.app",
74
+ },
75
+ {
76
+ label: "Image Generation",
77
+ module: "cms",
78
+ host: "image-generation.ayoune.app",
79
+ },
80
+ {
81
+ label: "Text Generation",
82
+ module: "text",
83
+ host: "text-generation.ayoune.app",
84
+ },
85
+ {
86
+ label: "Serp Html Archive",
87
+ module: "research",
88
+ host: "serp-html-archive.ayoune.app",
89
+ },
90
+ {
91
+ label: "Config files",
92
+ module: "global",
93
+ host: "configs.ayoune.app",
94
+ },
95
+ {
96
+ label: "GraphQl",
97
+ module: "global",
98
+ host: "graph.ayoune.app",
99
+ },
100
+ {
101
+ label: "Dynamic Content",
102
+ module: "cms",
103
+ host: "dc.ayoune.app",
104
+ },
105
+ {
106
+ label: "Media",
107
+ module: "cms",
108
+ host: "media.ayoune.app",
109
+ },
110
+ {
111
+ label: "Text Spinner",
112
+ module: "cms",
113
+ host: "spinner.ayoune.app",
114
+ },
115
+ {
116
+ label: "Content Snippets",
117
+ module: "cms",
118
+ host: "snippets.ayoune.app",
119
+ },
120
+ {
121
+ label: "Downloads",
122
+ module: "cms",
123
+ host: "downloads.ayoune.app",
124
+ },
125
+ {
126
+ label: "Scripts",
127
+ module: "global",
128
+ host: "scripts.ayoune.app",
129
+ },
130
+ {
131
+ label: "Documents",
132
+ module: "crm",
133
+ host: "documents.ayoune.app",
134
+ },
135
+ ];
136
+ exports.aYOUneServices = aYOUneServices;
137
+ exports.default = aYOUneServices;
package/index.d.ts CHANGED
@@ -2,3 +2,4 @@ declare global {
2
2
  export type ObjectId = string | any;
3
3
  }
4
4
  export * from "./interfaces";
5
+ export * from "./data";
package/index.js CHANGED
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./interfaces"), exports);
18
+ __exportStar(require("./data"), exports);
@@ -1,3 +1,9 @@
1
+ export interface IaYOUneEvent {
2
+ category?: string;
3
+ action?: string;
4
+ label?: string;
5
+ value?: string;
6
+ }
1
7
  export interface IaYOUneTrackingParams {
2
8
  ayoune_ac?: string;
3
9
  ayoune_ucd?: string;
@@ -30,7 +36,7 @@ export interface IaYOUneTrackingParams {
30
36
  ayoune_feedback?: string;
31
37
  ayoune_rating?: string;
32
38
  ayoune_mail_link_id?: string;
33
- ayoune_event?: string;
39
+ ayoune_event?: string | IaYOUneEvent;
34
40
  ayoune_agency?: string;
35
41
  ayoune_partner?: string;
36
42
  ayoune_aff?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2025.16.1",
3
+ "version": "2025.16.3",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",