@digipair/skill-chatbot 0.32.1 → 0.32.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/package.json +1 -1
- package/schema.en.json +13 -24
- package/schema.fr.json +13 -24
- package/schema.json +13 -24
package/package.json
CHANGED
package/schema.en.json
CHANGED
@@ -114,23 +114,6 @@
|
|
114
114
|
},
|
115
115
|
"required": []
|
116
116
|
},
|
117
|
-
"Trigger": {
|
118
|
-
"type": "object",
|
119
|
-
"tags": ["boost"],
|
120
|
-
"summary": "Trigger",
|
121
|
-
"properties": {
|
122
|
-
"name": {
|
123
|
-
"type": "string"
|
124
|
-
},
|
125
|
-
"selector": {
|
126
|
-
"type": "string"
|
127
|
-
},
|
128
|
-
"url": {
|
129
|
-
"type": "string"
|
130
|
-
}
|
131
|
-
},
|
132
|
-
"required": []
|
133
|
-
},
|
134
117
|
"Step": {
|
135
118
|
"type": "object",
|
136
119
|
"tags": ["boost"],
|
@@ -159,15 +142,21 @@
|
|
159
142
|
"tags": ["boost", "service"],
|
160
143
|
"metadata": [
|
161
144
|
{
|
162
|
-
"name": "
|
163
|
-
"summary": "
|
145
|
+
"name": "boostSelector",
|
146
|
+
"summary": "Selector",
|
164
147
|
"required": true,
|
165
|
-
"description": "
|
148
|
+
"description": "CSS selector",
|
166
149
|
"schema": {
|
167
|
-
"type": "
|
168
|
-
|
169
|
-
|
170
|
-
|
150
|
+
"type": "string"
|
151
|
+
}
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"name": "boostUrl",
|
155
|
+
"summary": "RegEx Url",
|
156
|
+
"required": false,
|
157
|
+
"description": "RegEx url",
|
158
|
+
"schema": {
|
159
|
+
"type": "string"
|
171
160
|
}
|
172
161
|
}
|
173
162
|
],
|
package/schema.fr.json
CHANGED
@@ -114,23 +114,6 @@
|
|
114
114
|
},
|
115
115
|
"required": []
|
116
116
|
},
|
117
|
-
"Trigger": {
|
118
|
-
"type": "object",
|
119
|
-
"tags": ["boost"],
|
120
|
-
"summary": "Déclencheur",
|
121
|
-
"properties": {
|
122
|
-
"name": {
|
123
|
-
"type": "string"
|
124
|
-
},
|
125
|
-
"selector": {
|
126
|
-
"type": "string"
|
127
|
-
},
|
128
|
-
"url": {
|
129
|
-
"type": "string"
|
130
|
-
}
|
131
|
-
},
|
132
|
-
"required": []
|
133
|
-
},
|
134
117
|
"Step": {
|
135
118
|
"type": "object",
|
136
119
|
"tags": ["boost"],
|
@@ -159,15 +142,21 @@
|
|
159
142
|
"tags": ["boost", "service"],
|
160
143
|
"metadata": [
|
161
144
|
{
|
162
|
-
"name": "
|
163
|
-
"summary": "
|
145
|
+
"name": "boostSelector",
|
146
|
+
"summary": "Sélecteur CSS du déclencheur",
|
164
147
|
"required": true,
|
165
|
-
"description": "
|
148
|
+
"description": "Sélecteur CSS du déclencheur",
|
166
149
|
"schema": {
|
167
|
-
"type": "
|
168
|
-
|
169
|
-
|
170
|
-
|
150
|
+
"type": "string"
|
151
|
+
}
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"name": "boostUrl",
|
155
|
+
"summary": "Correspondance URL",
|
156
|
+
"required": false,
|
157
|
+
"description": "Correspondance URL du déclencheur",
|
158
|
+
"schema": {
|
159
|
+
"type": "string"
|
171
160
|
}
|
172
161
|
}
|
173
162
|
],
|
package/schema.json
CHANGED
@@ -114,23 +114,6 @@
|
|
114
114
|
},
|
115
115
|
"required": []
|
116
116
|
},
|
117
|
-
"Trigger": {
|
118
|
-
"type": "object",
|
119
|
-
"tags": ["boost"],
|
120
|
-
"summary": "Trigger",
|
121
|
-
"properties": {
|
122
|
-
"name": {
|
123
|
-
"type": "string"
|
124
|
-
},
|
125
|
-
"selector": {
|
126
|
-
"type": "string"
|
127
|
-
},
|
128
|
-
"url": {
|
129
|
-
"type": "string"
|
130
|
-
}
|
131
|
-
},
|
132
|
-
"required": []
|
133
|
-
},
|
134
117
|
"Step": {
|
135
118
|
"type": "object",
|
136
119
|
"tags": ["boost"],
|
@@ -159,15 +142,21 @@
|
|
159
142
|
"tags": ["boost", "service"],
|
160
143
|
"metadata": [
|
161
144
|
{
|
162
|
-
"name": "
|
163
|
-
"summary": "
|
145
|
+
"name": "boostSelector",
|
146
|
+
"summary": "Selector",
|
164
147
|
"required": true,
|
165
|
-
"description": "
|
148
|
+
"description": "CSS selector",
|
166
149
|
"schema": {
|
167
|
-
"type": "
|
168
|
-
|
169
|
-
|
170
|
-
|
150
|
+
"type": "string"
|
151
|
+
}
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"name": "boostUrl",
|
155
|
+
"summary": "RegEx Url",
|
156
|
+
"required": true,
|
157
|
+
"description": "RegEx url",
|
158
|
+
"schema": {
|
159
|
+
"type": "string"
|
171
160
|
}
|
172
161
|
}
|
173
162
|
],
|