@digipair/skill-web-spectrum 0.11.0 → 0.11.1
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
CHANGED
package/schema.json
CHANGED
|
@@ -1041,6 +1041,34 @@
|
|
|
1041
1041
|
}
|
|
1042
1042
|
]
|
|
1043
1043
|
}
|
|
1044
|
+
},
|
|
1045
|
+
"/sp-toast": {
|
|
1046
|
+
"post": {
|
|
1047
|
+
"tags": ["web"],
|
|
1048
|
+
"summary": "Message d'alerte",
|
|
1049
|
+
"description": "Message d'alerte",
|
|
1050
|
+
"parameters": [
|
|
1051
|
+
{
|
|
1052
|
+
"name": "textContent",
|
|
1053
|
+
"summary": "Texte",
|
|
1054
|
+
"required": true,
|
|
1055
|
+
"description": "Texte de l'élément",
|
|
1056
|
+
"schema": {
|
|
1057
|
+
"type": "string"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"name": "open",
|
|
1062
|
+
"summary": "Ouvert",
|
|
1063
|
+
"required": true,
|
|
1064
|
+
"description": "Affiche le message d'alerte",
|
|
1065
|
+
"schema": {
|
|
1066
|
+
"type": "boolean"
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
],
|
|
1070
|
+
"x-events": []
|
|
1071
|
+
}
|
|
1044
1072
|
}
|
|
1045
1073
|
},
|
|
1046
1074
|
"components": {
|
|
File without changes
|
|
File without changes
|