@digipair/skill-sse 0.48.3 → 0.49.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-sse",
3
- "version": "0.48.3",
3
+ "version": "0.49.1",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"
package/schema.fr.json CHANGED
@@ -21,6 +21,18 @@
21
21
  "schema": {
22
22
  "type": "string"
23
23
  }
24
+ },
25
+ {
26
+ "name": "disconnected",
27
+ "summary": "Lors de la déconnexion",
28
+ "required": false,
29
+ "description": "Actions à exécuter lors de la déconnexion",
30
+ "schema": {
31
+ "type": "array",
32
+ "items": {
33
+ "$ref": "https://schemas.digipair.ai/pinsSettings"
34
+ }
35
+ }
24
36
  }
25
37
  ],
26
38
  "x-events": []
@@ -48,6 +60,18 @@
48
60
  "schema": {
49
61
  "type": "string"
50
62
  }
63
+ },
64
+ {
65
+ "name": "disconnected",
66
+ "summary": "Lors de la déconnexion",
67
+ "required": false,
68
+ "description": "Actions à exécuter lors de la déconnexion",
69
+ "schema": {
70
+ "type": "array",
71
+ "items": {
72
+ "$ref": "https://schemas.digipair.ai/pinsSettings"
73
+ }
74
+ }
51
75
  }
52
76
  ],
53
77
  "x-events": []
package/schema.json CHANGED
@@ -21,6 +21,18 @@
21
21
  "schema": {
22
22
  "type": "string"
23
23
  }
24
+ },
25
+ {
26
+ "name": "disconnected",
27
+ "summary": "On disconnection",
28
+ "required": false,
29
+ "description": "Actions to execute on disconnection",
30
+ "schema": {
31
+ "type": "array",
32
+ "items": {
33
+ "$ref": "https://schemas.digipair.ai/pinsSettings"
34
+ }
35
+ }
24
36
  }
25
37
  ],
26
38
  "x-events": []
@@ -48,6 +60,18 @@
48
60
  "schema": {
49
61
  "type": "string"
50
62
  }
63
+ },
64
+ {
65
+ "name": "disconnected",
66
+ "summary": "On disconnection",
67
+ "required": false,
68
+ "description": "Actions to execute on disconnection",
69
+ "schema": {
70
+ "type": "array",
71
+ "items": {
72
+ "$ref": "https://schemas.digipair.ai/pinsSettings"
73
+ }
74
+ }
51
75
  }
52
76
  ],
53
77
  "x-events": []