@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.
- package/data/index.d.ts +4 -0
- package/data/index.js +20 -0
- package/data/modelNames.d.ts +590 -0
- package/data/modelNames.js +594 -0
- package/data/modelsAndRights.d.ts +28 -0
- package/data/modelsAndRights.js +5904 -0
- package/data/modules.d.ts +8 -0
- package/data/modules.js +114 -0
- package/data/services.d.ts +8 -0
- package/data/services.js +137 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/interfaces/IaYOUneTrackingParams.d.ts +7 -1
- package/package.json +1 -1
package/data/modules.js
ADDED
|
@@ -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;
|
package/data/services.js
ADDED
|
@@ -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
package/index.js
CHANGED
|
@@ -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;
|