@digipair/skill-service 0.97.1 → 0.98.2
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/index.cjs.js +20236 -0
- package/index.esm.js +20735 -512
- package/package.json +1 -1
- package/schema.fr.json +37 -5
- package/schema.json +37 -5
- package/{libs/skill-service/src → src}/lib/skill-service.d.ts +1 -0
- /package/{libs/skill-service/src → src}/index.d.ts +0 -0
package/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
"paths": {
|
|
11
11
|
"/send": {
|
|
12
12
|
"post": {
|
|
13
|
-
"tags": [
|
|
13
|
+
"tags": [
|
|
14
|
+
"service"
|
|
15
|
+
],
|
|
14
16
|
"summary": "Envoi de données HTTP",
|
|
15
17
|
"description": "Envoi de données à la connection HTTP",
|
|
16
18
|
"parameters": [
|
|
@@ -43,7 +45,9 @@
|
|
|
43
45
|
},
|
|
44
46
|
"/status": {
|
|
45
47
|
"post": {
|
|
46
|
-
"tags": [
|
|
48
|
+
"tags": [
|
|
49
|
+
"service"
|
|
50
|
+
],
|
|
47
51
|
"summary": "Code de retour HTTP",
|
|
48
52
|
"description": "Envoi d'un code de retour à la connection HTTP",
|
|
49
53
|
"parameters": [
|
|
@@ -76,7 +80,9 @@
|
|
|
76
80
|
},
|
|
77
81
|
"/headers": {
|
|
78
82
|
"post": {
|
|
79
|
-
"tags": [
|
|
83
|
+
"tags": [
|
|
84
|
+
"service"
|
|
85
|
+
],
|
|
80
86
|
"summary": "Headers HTTP",
|
|
81
87
|
"description": "Envoi des headers à la connection HTTP",
|
|
82
88
|
"parameters": [
|
|
@@ -106,6 +112,30 @@
|
|
|
106
112
|
},
|
|
107
113
|
"x-events": []
|
|
108
114
|
}
|
|
115
|
+
},
|
|
116
|
+
"/files": {
|
|
117
|
+
"post": {
|
|
118
|
+
"tags": [
|
|
119
|
+
"service"
|
|
120
|
+
],
|
|
121
|
+
"summary": "Gestion des fichiers téléchargés",
|
|
122
|
+
"description": "Gestion des fichiers téléchargés en multipart avec multer",
|
|
123
|
+
"parameters": [],
|
|
124
|
+
"responses": {
|
|
125
|
+
"200": {
|
|
126
|
+
"description": "Fichiers traités avec succès",
|
|
127
|
+
"content": {
|
|
128
|
+
"application/json": {
|
|
129
|
+
"schema": {
|
|
130
|
+
"type": "null",
|
|
131
|
+
"description": "Retourne null après le traitement des fichiers téléchargés"
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"x-events": []
|
|
138
|
+
}
|
|
109
139
|
}
|
|
110
140
|
},
|
|
111
141
|
"components": {
|
|
@@ -115,7 +145,9 @@
|
|
|
115
145
|
"/service": {
|
|
116
146
|
"summary": "Web service",
|
|
117
147
|
"description": "Réponse à un appel http.",
|
|
118
|
-
"tags": [
|
|
148
|
+
"tags": [
|
|
149
|
+
"service"
|
|
150
|
+
],
|
|
119
151
|
"metadata": [],
|
|
120
152
|
"parameters": [
|
|
121
153
|
{
|
|
@@ -133,4 +165,4 @@
|
|
|
133
165
|
]
|
|
134
166
|
}
|
|
135
167
|
}
|
|
136
|
-
}
|
|
168
|
+
}
|
package/schema.json
CHANGED
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
"paths": {
|
|
11
11
|
"/send": {
|
|
12
12
|
"post": {
|
|
13
|
-
"tags": [
|
|
13
|
+
"tags": [
|
|
14
|
+
"service"
|
|
15
|
+
],
|
|
14
16
|
"summary": "Send HTTP",
|
|
15
17
|
"description": "Send an HTTP request",
|
|
16
18
|
"parameters": [
|
|
@@ -43,7 +45,9 @@
|
|
|
43
45
|
},
|
|
44
46
|
"/status": {
|
|
45
47
|
"post": {
|
|
46
|
-
"tags": [
|
|
48
|
+
"tags": [
|
|
49
|
+
"service"
|
|
50
|
+
],
|
|
47
51
|
"summary": "Send HTTP status",
|
|
48
52
|
"description": "Send an HTTP status",
|
|
49
53
|
"parameters": [
|
|
@@ -76,7 +80,9 @@
|
|
|
76
80
|
},
|
|
77
81
|
"/headers": {
|
|
78
82
|
"post": {
|
|
79
|
-
"tags": [
|
|
83
|
+
"tags": [
|
|
84
|
+
"service"
|
|
85
|
+
],
|
|
80
86
|
"summary": "Send HTTP headers",
|
|
81
87
|
"description": "Send HTTP headers",
|
|
82
88
|
"parameters": [
|
|
@@ -106,6 +112,30 @@
|
|
|
106
112
|
},
|
|
107
113
|
"x-events": []
|
|
108
114
|
}
|
|
115
|
+
},
|
|
116
|
+
"/files": {
|
|
117
|
+
"post": {
|
|
118
|
+
"tags": [
|
|
119
|
+
"service"
|
|
120
|
+
],
|
|
121
|
+
"summary": "Handle file uploads",
|
|
122
|
+
"description": "Handle multipart file uploads using multer",
|
|
123
|
+
"parameters": [],
|
|
124
|
+
"responses": {
|
|
125
|
+
"200": {
|
|
126
|
+
"description": "Files processed successfully",
|
|
127
|
+
"content": {
|
|
128
|
+
"application/json": {
|
|
129
|
+
"schema": {
|
|
130
|
+
"type": "null",
|
|
131
|
+
"description": "Returns null after processing file uploads"
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"x-events": []
|
|
138
|
+
}
|
|
109
139
|
}
|
|
110
140
|
},
|
|
111
141
|
"components": {
|
|
@@ -115,7 +145,9 @@
|
|
|
115
145
|
"/service": {
|
|
116
146
|
"summary": "Web service",
|
|
117
147
|
"description": "Response to an HTTP call.",
|
|
118
|
-
"tags": [
|
|
148
|
+
"tags": [
|
|
149
|
+
"service"
|
|
150
|
+
],
|
|
119
151
|
"metadata": [],
|
|
120
152
|
"parameters": [
|
|
121
153
|
{
|
|
@@ -133,4 +165,4 @@
|
|
|
133
165
|
]
|
|
134
166
|
}
|
|
135
167
|
}
|
|
136
|
-
}
|
|
168
|
+
}
|
|
@@ -3,3 +3,4 @@ export declare const service: (params: any, pinsSettingsList: PinsSettings[], co
|
|
|
3
3
|
export declare const send: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
4
4
|
export declare const status: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
5
5
|
export declare const headers: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
6
|
+
export declare const files: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<null>;
|
|
File without changes
|