@n8n-dev/n8n-nodes-azure-cognitiveservices-personalizer 1.0.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.
Files changed (31) hide show
  1. package/README.md +119 -0
  2. package/dist/banner.svg +135 -0
  3. package/dist/credentials/AzureCognitiveservicesPersonalizerApi.credentials.d.ts +9 -0
  4. package/dist/credentials/AzureCognitiveservicesPersonalizerApi.credentials.js +40 -0
  5. package/dist/credentials/AzureCognitiveservicesPersonalizerApi.credentials.js.map +1 -0
  6. package/dist/icons/azure-cognitiveservices-personalizer.dark.png +0 -0
  7. package/dist/icons/azure-cognitiveservices-personalizer.png +0 -0
  8. package/dist/nodes/AzureCognitiveservicesPersonalizer/AzureCognitiveservicesPersonalizer.node.d.ts +4 -0
  9. package/dist/nodes/AzureCognitiveservicesPersonalizer/AzureCognitiveservicesPersonalizer.node.js +75 -0
  10. package/dist/nodes/AzureCognitiveservicesPersonalizer/AzureCognitiveservicesPersonalizer.node.js.map +1 -0
  11. package/dist/nodes/AzureCognitiveservicesPersonalizer/AzureCognitiveservicesPersonalizer.node.json +20 -0
  12. package/dist/nodes/AzureCognitiveservicesPersonalizer/azure-cognitiveservices-personalizer.dark.png +0 -0
  13. package/dist/nodes/AzureCognitiveservicesPersonalizer/azure-cognitiveservices-personalizer.png +0 -0
  14. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/configurations/index.d.ts +2 -0
  15. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/configurations/index.js +115 -0
  16. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/configurations/index.js.map +1 -0
  17. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/evaluations/index.d.ts +2 -0
  18. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/evaluations/index.js +53 -0
  19. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/evaluations/index.js.map +1 -0
  20. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/index.d.ts +4 -0
  21. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/index.js +12 -0
  22. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/index.js.map +1 -0
  23. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/logs/index.d.ts +2 -0
  24. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/logs/index.js +84 -0
  25. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/logs/index.js.map +1 -0
  26. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/model/index.d.ts +2 -0
  27. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/model/index.js +115 -0
  28. package/dist/nodes/AzureCognitiveservicesPersonalizer/resources/model/index.js.map +1 -0
  29. package/dist/package.json +62 -0
  30. package/dist/tsconfig.tsbuildinfo +1 -0
  31. package/package.json +62 -0
@@ -0,0 +1,115 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.configurationsDescription = void 0;
4
+ exports.configurationsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Configurations"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Policy Reset",
20
+ "value": "Policy Reset",
21
+ "action": "Reset Policy.",
22
+ "description": "Resets the Learning settings of the Personalizer service to default.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "DELETE",
26
+ "url": "=/configurations/policy"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Policy Get",
32
+ "value": "Policy Get",
33
+ "action": "Get Policy.",
34
+ "description": "Get the Learning settings currently used by the Personalizer service.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/configurations/policy"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Service Configuration Get",
44
+ "value": "Service Configuration Get",
45
+ "action": "Get Service Configuration.",
46
+ "description": "Get the Personalizer service configuration.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/configurations/service"
51
+ }
52
+ }
53
+ }
54
+ ],
55
+ "default": ""
56
+ },
57
+ {
58
+ "displayName": "DELETE /configurations/policy",
59
+ "name": "operation",
60
+ "type": "notice",
61
+ "typeOptions": {
62
+ "theme": "info"
63
+ },
64
+ "default": "",
65
+ "displayOptions": {
66
+ "show": {
67
+ "resource": [
68
+ "Configurations"
69
+ ],
70
+ "operation": [
71
+ "Policy Reset"
72
+ ]
73
+ }
74
+ }
75
+ },
76
+ {
77
+ "displayName": "GET /configurations/policy",
78
+ "name": "operation",
79
+ "type": "notice",
80
+ "typeOptions": {
81
+ "theme": "info"
82
+ },
83
+ "default": "",
84
+ "displayOptions": {
85
+ "show": {
86
+ "resource": [
87
+ "Configurations"
88
+ ],
89
+ "operation": [
90
+ "Policy Get"
91
+ ]
92
+ }
93
+ }
94
+ },
95
+ {
96
+ "displayName": "GET /configurations/service",
97
+ "name": "operation",
98
+ "type": "notice",
99
+ "typeOptions": {
100
+ "theme": "info"
101
+ },
102
+ "default": "",
103
+ "displayOptions": {
104
+ "show": {
105
+ "resource": [
106
+ "Configurations"
107
+ ],
108
+ "operation": [
109
+ "Service Configuration Get"
110
+ ]
111
+ }
112
+ }
113
+ },
114
+ ];
115
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/AzureCognitiveservicesPersonalizer/resources/configurations/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,yBAAyB,GAAsB;IAC5C;QACb,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,gBAAgB;iBAChB;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,cAAc;gBACtB,OAAO,EAAE,cAAc;gBACvB,QAAQ,EAAE,eAAe;gBACzB,aAAa,EAAE,sEAAsE;gBACrF,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,QAAQ;wBAClB,KAAK,EAAE,yBAAyB;qBAChC;iBACD;aACD;YACD;gBACC,MAAM,EAAE,YAAY;gBACpB,OAAO,EAAE,YAAY;gBACrB,QAAQ,EAAE,aAAa;gBACvB,aAAa,EAAE,uEAAuE;gBACtF,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,yBAAyB;qBAChC;iBACD;aACD;YACD;gBACC,MAAM,EAAE,2BAA2B;gBACnC,OAAO,EAAE,2BAA2B;gBACpC,QAAQ,EAAE,4BAA4B;gBACtC,aAAa,EAAE,6CAA6C;gBAC5D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,0BAA0B;qBACjC;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,+BAA+B;QAC9C,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,gBAAgB;iBAChB;gBACD,WAAW,EAAE;oBACZ,cAAc;iBACd;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,4BAA4B;QAC3C,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,gBAAgB;iBAChB;gBACD,WAAW,EAAE;oBACZ,YAAY;iBACZ;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,6BAA6B;QAC5C,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,gBAAgB;iBAChB;gBACD,WAAW,EAAE;oBACZ,2BAA2B;iBAC3B;aACD;SACD;KACD;CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const evaluationsDescription: INodeProperties[];
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.evaluationsDescription = void 0;
4
+ exports.evaluationsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Evaluations"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Evaluations List",
20
+ "value": "Evaluations List",
21
+ "action": "List Evaluations.",
22
+ "description": "List all the submitted evaluations.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/evaluations"
27
+ }
28
+ }
29
+ }
30
+ ],
31
+ "default": ""
32
+ },
33
+ {
34
+ "displayName": "GET /evaluations",
35
+ "name": "operation",
36
+ "type": "notice",
37
+ "typeOptions": {
38
+ "theme": "info"
39
+ },
40
+ "default": "",
41
+ "displayOptions": {
42
+ "show": {
43
+ "resource": [
44
+ "Evaluations"
45
+ ],
46
+ "operation": [
47
+ "Evaluations List"
48
+ ]
49
+ }
50
+ }
51
+ },
52
+ ];
53
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/AzureCognitiveservicesPersonalizer/resources/evaluations/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,sBAAsB,GAAsB;IACzC;QACb,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,aAAa;iBACb;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,kBAAkB;gBAC1B,OAAO,EAAE,kBAAkB;gBAC3B,QAAQ,EAAE,mBAAmB;gBAC7B,aAAa,EAAE,qCAAqC;gBACpD,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,eAAe;qBACtB;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,kBAAkB;QACjC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,aAAa;iBACb;gBACD,WAAW,EAAE;oBACZ,kBAAkB;iBAClB;aACD;SACD;KACD;CACF,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { configurationsDescription } from './configurations';
2
+ export { evaluationsDescription } from './evaluations';
3
+ export { logsDescription } from './logs';
4
+ export { modelDescription } from './model';
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.modelDescription = exports.logsDescription = exports.evaluationsDescription = exports.configurationsDescription = void 0;
4
+ var configurations_1 = require("./configurations");
5
+ Object.defineProperty(exports, "configurationsDescription", { enumerable: true, get: function () { return configurations_1.configurationsDescription; } });
6
+ var evaluations_1 = require("./evaluations");
7
+ Object.defineProperty(exports, "evaluationsDescription", { enumerable: true, get: function () { return evaluations_1.evaluationsDescription; } });
8
+ var logs_1 = require("./logs");
9
+ Object.defineProperty(exports, "logsDescription", { enumerable: true, get: function () { return logs_1.logsDescription; } });
10
+ var model_1 = require("./model");
11
+ Object.defineProperty(exports, "modelDescription", { enumerable: true, get: function () { return model_1.modelDescription; } });
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../nodes/AzureCognitiveservicesPersonalizer/resources/index.ts"],"names":[],"mappings":";;;AAAA,mDAA6D;AAApD,2HAAA,yBAAyB,OAAA;AAClC,6CAAuD;AAA9C,qHAAA,sBAAsB,OAAA;AAC/B,+BAAyC;AAAhC,uGAAA,eAAe,OAAA;AACxB,iCAA2C;AAAlC,yGAAA,gBAAgB,OAAA"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const logsDescription: INodeProperties[];
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.logsDescription = void 0;
4
+ exports.logsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Logs"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Log Delete",
20
+ "value": "Log Delete",
21
+ "action": "Deletes Logs.",
22
+ "description": "Delete all generated logs.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "DELETE",
26
+ "url": "=/logs"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Log Get Properties",
32
+ "value": "Log Get Properties",
33
+ "action": "Get Log Properties.",
34
+ "description": "Get properties of generated logs.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/logs/properties"
39
+ }
40
+ }
41
+ }
42
+ ],
43
+ "default": ""
44
+ },
45
+ {
46
+ "displayName": "DELETE /logs",
47
+ "name": "operation",
48
+ "type": "notice",
49
+ "typeOptions": {
50
+ "theme": "info"
51
+ },
52
+ "default": "",
53
+ "displayOptions": {
54
+ "show": {
55
+ "resource": [
56
+ "Logs"
57
+ ],
58
+ "operation": [
59
+ "Log Delete"
60
+ ]
61
+ }
62
+ }
63
+ },
64
+ {
65
+ "displayName": "GET /logs/properties",
66
+ "name": "operation",
67
+ "type": "notice",
68
+ "typeOptions": {
69
+ "theme": "info"
70
+ },
71
+ "default": "",
72
+ "displayOptions": {
73
+ "show": {
74
+ "resource": [
75
+ "Logs"
76
+ ],
77
+ "operation": [
78
+ "Log Get Properties"
79
+ ]
80
+ }
81
+ }
82
+ },
83
+ ];
84
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/AzureCognitiveservicesPersonalizer/resources/logs/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,eAAe,GAAsB;IAClC;QACb,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,MAAM;iBACN;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,YAAY;gBACpB,OAAO,EAAE,YAAY;gBACrB,QAAQ,EAAE,eAAe;gBACzB,aAAa,EAAE,4BAA4B;gBAC3C,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,QAAQ;wBAClB,KAAK,EAAE,QAAQ;qBACf;iBACD;aACD;YACD;gBACC,MAAM,EAAE,oBAAoB;gBAC5B,OAAO,EAAE,oBAAoB;gBAC7B,QAAQ,EAAE,qBAAqB;gBAC/B,aAAa,EAAE,mCAAmC;gBAClD,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,mBAAmB;qBAC1B;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,cAAc;QAC7B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,MAAM;iBACN;gBACD,WAAW,EAAE;oBACZ,YAAY;iBACZ;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,sBAAsB;QACrC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,MAAM;iBACN;gBACD,WAAW,EAAE;oBACZ,oBAAoB;iBACpB;aACD;SACD;KACD;CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const modelDescription: INodeProperties[];
@@ -0,0 +1,115 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.modelDescription = void 0;
4
+ exports.modelDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Model"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Model Reset",
20
+ "value": "Model Reset",
21
+ "action": "Reset Model.",
22
+ "description": "Resets the model file generated by Personalizer service.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "DELETE",
26
+ "url": "=/model"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Model Get",
32
+ "value": "Model Get",
33
+ "action": "Get Model.",
34
+ "description": "Get the model file generated by Personalizer service.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/model"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Model Get Properties",
44
+ "value": "Model Get Properties",
45
+ "action": "Get Model Properties.",
46
+ "description": "Get properties of the model file generated by Personalizer service.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/model/properties"
51
+ }
52
+ }
53
+ }
54
+ ],
55
+ "default": ""
56
+ },
57
+ {
58
+ "displayName": "DELETE /model",
59
+ "name": "operation",
60
+ "type": "notice",
61
+ "typeOptions": {
62
+ "theme": "info"
63
+ },
64
+ "default": "",
65
+ "displayOptions": {
66
+ "show": {
67
+ "resource": [
68
+ "Model"
69
+ ],
70
+ "operation": [
71
+ "Model Reset"
72
+ ]
73
+ }
74
+ }
75
+ },
76
+ {
77
+ "displayName": "GET /model",
78
+ "name": "operation",
79
+ "type": "notice",
80
+ "typeOptions": {
81
+ "theme": "info"
82
+ },
83
+ "default": "",
84
+ "displayOptions": {
85
+ "show": {
86
+ "resource": [
87
+ "Model"
88
+ ],
89
+ "operation": [
90
+ "Model Get"
91
+ ]
92
+ }
93
+ }
94
+ },
95
+ {
96
+ "displayName": "GET /model/properties",
97
+ "name": "operation",
98
+ "type": "notice",
99
+ "typeOptions": {
100
+ "theme": "info"
101
+ },
102
+ "default": "",
103
+ "displayOptions": {
104
+ "show": {
105
+ "resource": [
106
+ "Model"
107
+ ],
108
+ "operation": [
109
+ "Model Get Properties"
110
+ ]
111
+ }
112
+ }
113
+ },
114
+ ];
115
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/AzureCognitiveservicesPersonalizer/resources/model/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,gBAAgB,GAAsB;IACnC;QACb,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,OAAO;iBACP;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,aAAa;gBACrB,OAAO,EAAE,aAAa;gBACtB,QAAQ,EAAE,cAAc;gBACxB,aAAa,EAAE,0DAA0D;gBACzE,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,QAAQ;wBAClB,KAAK,EAAE,SAAS;qBAChB;iBACD;aACD;YACD;gBACC,MAAM,EAAE,WAAW;gBACnB,OAAO,EAAE,WAAW;gBACpB,QAAQ,EAAE,YAAY;gBACtB,aAAa,EAAE,uDAAuD;gBACtE,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,SAAS;qBAChB;iBACD;aACD;YACD;gBACC,MAAM,EAAE,sBAAsB;gBAC9B,OAAO,EAAE,sBAAsB;gBAC/B,QAAQ,EAAE,uBAAuB;gBACjC,aAAa,EAAE,qEAAqE;gBACpF,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,oBAAoB;qBAC3B;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,eAAe;QAC9B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,OAAO;iBACP;gBACD,WAAW,EAAE;oBACZ,aAAa;iBACb;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,OAAO;iBACP;gBACD,WAAW,EAAE;oBACZ,WAAW;iBACX;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,uBAAuB;QACtC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,OAAO;iBACP;gBACD,WAAW,EAAE;oBACZ,sBAAsB;iBACtB;aACD;SACD;KACD;CACF,CAAC"}
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "@n8n-dev/n8n-nodes-azure-cognitiveservices-personalizer",
3
+ "version": "1.0.0",
4
+ "description": "Azure Cognitive Service for content targeting without complex data pre-analysis.",
5
+ "license": "MIT",
6
+ "homepage": "https://n8n-code.github.io/n8n-dev/#/n8n-nodes-azure-cognitiveservices-personalizer",
7
+ "keywords": [
8
+ "n8n",
9
+ "n8n-community-node",
10
+ "n8n-node",
11
+ "n8n-community-node-package",
12
+ "openapi",
13
+ "swagger",
14
+ "API",
15
+ "automation",
16
+ "workflow",
17
+ "azure-cognitiveservices-personalizer"
18
+ ],
19
+ "author": {
20
+ "name": "kelvinzer0",
21
+ "email": ""
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/n8n-code/n8n-nodes-azure-cognitiveservices-personalizer.git"
26
+ },
27
+ "scripts": {
28
+ "build": "n8n-node build",
29
+ "build:watch": "tsc --watch",
30
+ "dev": "n8n-node dev",
31
+ "lint": "n8n-node lint",
32
+ "lint:fix": "n8n-node lint --fix",
33
+ "release": "n8n-node release",
34
+ "prepublishOnly": "npm run build"
35
+ },
36
+ "files": [
37
+ "dist"
38
+ ],
39
+ "n8n": {
40
+ "n8nNodesApiVersion": 1,
41
+ "strict": true,
42
+ "credentials": [
43
+ "dist/credentials/AzureCognitiveservicesPersonalizerApi.credentials.js"
44
+ ],
45
+ "nodes": [
46
+ "dist/nodes/AzureCognitiveservicesPersonalizer/AzureCognitiveservicesPersonalizer.node.js"
47
+ ]
48
+ },
49
+ "dependencies": {
50
+ "n8n-workflow": "*"
51
+ },
52
+ "devDependencies": {
53
+ "@n8n/node-cli": "*",
54
+ "eslint": "*",
55
+ "prettier": "3.8.3",
56
+ "release-it": "20.2.0",
57
+ "typescript": "5.9.3"
58
+ },
59
+ "peerDependencies": {
60
+ "n8n-workflow": "*"
61
+ }
62
+ }