@digipair/skill-web-editor 0.74.4 → 0.74.5

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.cjs2.js CHANGED
@@ -18613,6 +18613,15 @@ const schemas$1 = {
18613
18613
  schema: {
18614
18614
  type: 'string'
18615
18615
  }
18616
+ },
18617
+ {
18618
+ name: 'type',
18619
+ summary: 'Type',
18620
+ description: 'Type of the element.',
18621
+ required: false,
18622
+ schema: {
18623
+ type: 'string'
18624
+ }
18616
18625
  }
18617
18626
  ],
18618
18627
  'x-events': [
@@ -53474,6 +53483,15 @@ const schemas = {
53474
53483
  schema: {
53475
53484
  type: 'string'
53476
53485
  }
53486
+ },
53487
+ {
53488
+ name: 'type',
53489
+ summary: 'Type',
53490
+ description: 'Type of the element.',
53491
+ required: false,
53492
+ schema: {
53493
+ type: 'string'
53494
+ }
53477
53495
  }
53478
53496
  ],
53479
53497
  'x-events': [
package/index.esm2.js CHANGED
@@ -18611,6 +18611,15 @@ const schemas$1 = {
18611
18611
  schema: {
18612
18612
  type: 'string'
18613
18613
  }
18614
+ },
18615
+ {
18616
+ name: 'type',
18617
+ summary: 'Type',
18618
+ description: 'Type of the element.',
18619
+ required: false,
18620
+ schema: {
18621
+ type: 'string'
18622
+ }
18614
18623
  }
18615
18624
  ],
18616
18625
  'x-events': [
@@ -53472,6 +53481,15 @@ const schemas = {
53472
53481
  schema: {
53473
53482
  type: 'string'
53474
53483
  }
53484
+ },
53485
+ {
53486
+ name: 'type',
53487
+ summary: 'Type',
53488
+ description: 'Type of the element.',
53489
+ required: false,
53490
+ schema: {
53491
+ type: 'string'
53492
+ }
53475
53493
  }
53476
53494
  ],
53477
53495
  'x-events': [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-editor",
3
- "version": "0.74.4",
3
+ "version": "0.74.5",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "web",
package/schema.fr.json CHANGED
@@ -14,6 +14,15 @@
14
14
  "summary": "Editeur de raisonnements",
15
15
  "description": "Editeur no-code de raisonnements IA",
16
16
  "parameters": [
17
+ {
18
+ "name": "id",
19
+ "summary": "Id",
20
+ "description": "Id de l'élément.",
21
+ "required": false,
22
+ "schema": {
23
+ "type": "string"
24
+ }
25
+ },
17
26
  {
18
27
  "name": "reasoning",
19
28
  "summary": "Raisonnement",
package/schema.json CHANGED
@@ -14,6 +14,15 @@
14
14
  "summary": "Reasoning editor",
15
15
  "description": "No-code editor for AI reasonings",
16
16
  "parameters": [
17
+ {
18
+ "name": "id",
19
+ "summary": "Id",
20
+ "description": "Id of the element.",
21
+ "required": false,
22
+ "schema": {
23
+ "type": "string"
24
+ }
25
+ },
17
26
  {
18
27
  "name": "reasoning",
19
28
  "summary": "Reasoning",