@digipair/skill-web-editor 0.43.5 → 0.44.1
Sign up to get free protection for your applications and to get access to all the features.
- package/index.cjs2.js +5380 -2910
- package/index.esm2.js +5380 -2910
- package/libs/skill-web-editor/src/lib/schemas/web.fr.schema.d.ts +135 -0
- package/libs/skill-web-editor/src/lib/schemas/web.schema.d.ts +135 -0
- package/package.json +1 -1
@@ -1461,6 +1461,141 @@ export declare const schemas: {
|
|
1461
1461
|
}[];
|
1462
1462
|
};
|
1463
1463
|
};
|
1464
|
+
'/h2': {
|
1465
|
+
post: {
|
1466
|
+
tags: string[];
|
1467
|
+
summary: string;
|
1468
|
+
parameters: {
|
1469
|
+
name: string;
|
1470
|
+
summary: string;
|
1471
|
+
description: string;
|
1472
|
+
required: boolean;
|
1473
|
+
schema: {
|
1474
|
+
type: string;
|
1475
|
+
};
|
1476
|
+
}[];
|
1477
|
+
'x-events': {
|
1478
|
+
name: string;
|
1479
|
+
summary: string;
|
1480
|
+
description: string;
|
1481
|
+
required: boolean;
|
1482
|
+
schema: {
|
1483
|
+
type: string;
|
1484
|
+
items: {
|
1485
|
+
$ref: string;
|
1486
|
+
};
|
1487
|
+
};
|
1488
|
+
}[];
|
1489
|
+
};
|
1490
|
+
};
|
1491
|
+
'/h3': {
|
1492
|
+
post: {
|
1493
|
+
tags: string[];
|
1494
|
+
summary: string;
|
1495
|
+
parameters: {
|
1496
|
+
name: string;
|
1497
|
+
summary: string;
|
1498
|
+
description: string;
|
1499
|
+
required: boolean;
|
1500
|
+
schema: {
|
1501
|
+
type: string;
|
1502
|
+
};
|
1503
|
+
}[];
|
1504
|
+
'x-events': {
|
1505
|
+
name: string;
|
1506
|
+
summary: string;
|
1507
|
+
description: string;
|
1508
|
+
required: boolean;
|
1509
|
+
schema: {
|
1510
|
+
type: string;
|
1511
|
+
items: {
|
1512
|
+
$ref: string;
|
1513
|
+
};
|
1514
|
+
};
|
1515
|
+
}[];
|
1516
|
+
};
|
1517
|
+
};
|
1518
|
+
'/h4': {
|
1519
|
+
post: {
|
1520
|
+
tags: string[];
|
1521
|
+
summary: string;
|
1522
|
+
parameters: {
|
1523
|
+
name: string;
|
1524
|
+
summary: string;
|
1525
|
+
description: string;
|
1526
|
+
required: boolean;
|
1527
|
+
schema: {
|
1528
|
+
type: string;
|
1529
|
+
};
|
1530
|
+
}[];
|
1531
|
+
'x-events': {
|
1532
|
+
name: string;
|
1533
|
+
summary: string;
|
1534
|
+
description: string;
|
1535
|
+
required: boolean;
|
1536
|
+
schema: {
|
1537
|
+
type: string;
|
1538
|
+
items: {
|
1539
|
+
$ref: string;
|
1540
|
+
};
|
1541
|
+
};
|
1542
|
+
}[];
|
1543
|
+
};
|
1544
|
+
};
|
1545
|
+
'/h5': {
|
1546
|
+
post: {
|
1547
|
+
tags: string[];
|
1548
|
+
summary: string;
|
1549
|
+
parameters: {
|
1550
|
+
name: string;
|
1551
|
+
summary: string;
|
1552
|
+
description: string;
|
1553
|
+
required: boolean;
|
1554
|
+
schema: {
|
1555
|
+
type: string;
|
1556
|
+
};
|
1557
|
+
}[];
|
1558
|
+
'x-events': {
|
1559
|
+
name: string;
|
1560
|
+
summary: string;
|
1561
|
+
description: string;
|
1562
|
+
required: boolean;
|
1563
|
+
schema: {
|
1564
|
+
type: string;
|
1565
|
+
items: {
|
1566
|
+
$ref: string;
|
1567
|
+
};
|
1568
|
+
};
|
1569
|
+
}[];
|
1570
|
+
};
|
1571
|
+
};
|
1572
|
+
'/h6': {
|
1573
|
+
post: {
|
1574
|
+
tags: string[];
|
1575
|
+
summary: string;
|
1576
|
+
parameters: {
|
1577
|
+
name: string;
|
1578
|
+
summary: string;
|
1579
|
+
description: string;
|
1580
|
+
required: boolean;
|
1581
|
+
schema: {
|
1582
|
+
type: string;
|
1583
|
+
};
|
1584
|
+
}[];
|
1585
|
+
'x-events': {
|
1586
|
+
name: string;
|
1587
|
+
summary: string;
|
1588
|
+
description: string;
|
1589
|
+
required: boolean;
|
1590
|
+
schema: {
|
1591
|
+
type: string;
|
1592
|
+
items: {
|
1593
|
+
$ref: string;
|
1594
|
+
};
|
1595
|
+
};
|
1596
|
+
}[];
|
1597
|
+
};
|
1598
|
+
};
|
1464
1599
|
'/head': {
|
1465
1600
|
post: {
|
1466
1601
|
tags: string[];
|
@@ -1461,6 +1461,141 @@ export declare const schemas: {
|
|
1461
1461
|
}[];
|
1462
1462
|
};
|
1463
1463
|
};
|
1464
|
+
'/h2': {
|
1465
|
+
post: {
|
1466
|
+
tags: string[];
|
1467
|
+
summary: string;
|
1468
|
+
parameters: {
|
1469
|
+
name: string;
|
1470
|
+
summary: string;
|
1471
|
+
description: string;
|
1472
|
+
required: boolean;
|
1473
|
+
schema: {
|
1474
|
+
type: string;
|
1475
|
+
};
|
1476
|
+
}[];
|
1477
|
+
'x-events': {
|
1478
|
+
name: string;
|
1479
|
+
summary: string;
|
1480
|
+
description: string;
|
1481
|
+
required: boolean;
|
1482
|
+
schema: {
|
1483
|
+
type: string;
|
1484
|
+
items: {
|
1485
|
+
$ref: string;
|
1486
|
+
};
|
1487
|
+
};
|
1488
|
+
}[];
|
1489
|
+
};
|
1490
|
+
};
|
1491
|
+
'/h3': {
|
1492
|
+
post: {
|
1493
|
+
tags: string[];
|
1494
|
+
summary: string;
|
1495
|
+
parameters: {
|
1496
|
+
name: string;
|
1497
|
+
summary: string;
|
1498
|
+
description: string;
|
1499
|
+
required: boolean;
|
1500
|
+
schema: {
|
1501
|
+
type: string;
|
1502
|
+
};
|
1503
|
+
}[];
|
1504
|
+
'x-events': {
|
1505
|
+
name: string;
|
1506
|
+
summary: string;
|
1507
|
+
description: string;
|
1508
|
+
required: boolean;
|
1509
|
+
schema: {
|
1510
|
+
type: string;
|
1511
|
+
items: {
|
1512
|
+
$ref: string;
|
1513
|
+
};
|
1514
|
+
};
|
1515
|
+
}[];
|
1516
|
+
};
|
1517
|
+
};
|
1518
|
+
'/h4': {
|
1519
|
+
post: {
|
1520
|
+
tags: string[];
|
1521
|
+
summary: string;
|
1522
|
+
parameters: {
|
1523
|
+
name: string;
|
1524
|
+
summary: string;
|
1525
|
+
description: string;
|
1526
|
+
required: boolean;
|
1527
|
+
schema: {
|
1528
|
+
type: string;
|
1529
|
+
};
|
1530
|
+
}[];
|
1531
|
+
'x-events': {
|
1532
|
+
name: string;
|
1533
|
+
summary: string;
|
1534
|
+
description: string;
|
1535
|
+
required: boolean;
|
1536
|
+
schema: {
|
1537
|
+
type: string;
|
1538
|
+
items: {
|
1539
|
+
$ref: string;
|
1540
|
+
};
|
1541
|
+
};
|
1542
|
+
}[];
|
1543
|
+
};
|
1544
|
+
};
|
1545
|
+
'/h5': {
|
1546
|
+
post: {
|
1547
|
+
tags: string[];
|
1548
|
+
summary: string;
|
1549
|
+
parameters: {
|
1550
|
+
name: string;
|
1551
|
+
summary: string;
|
1552
|
+
description: string;
|
1553
|
+
required: boolean;
|
1554
|
+
schema: {
|
1555
|
+
type: string;
|
1556
|
+
};
|
1557
|
+
}[];
|
1558
|
+
'x-events': {
|
1559
|
+
name: string;
|
1560
|
+
summary: string;
|
1561
|
+
description: string;
|
1562
|
+
required: boolean;
|
1563
|
+
schema: {
|
1564
|
+
type: string;
|
1565
|
+
items: {
|
1566
|
+
$ref: string;
|
1567
|
+
};
|
1568
|
+
};
|
1569
|
+
}[];
|
1570
|
+
};
|
1571
|
+
};
|
1572
|
+
'/h6': {
|
1573
|
+
post: {
|
1574
|
+
tags: string[];
|
1575
|
+
summary: string;
|
1576
|
+
parameters: {
|
1577
|
+
name: string;
|
1578
|
+
summary: string;
|
1579
|
+
description: string;
|
1580
|
+
required: boolean;
|
1581
|
+
schema: {
|
1582
|
+
type: string;
|
1583
|
+
};
|
1584
|
+
}[];
|
1585
|
+
'x-events': {
|
1586
|
+
name: string;
|
1587
|
+
summary: string;
|
1588
|
+
description: string;
|
1589
|
+
required: boolean;
|
1590
|
+
schema: {
|
1591
|
+
type: string;
|
1592
|
+
items: {
|
1593
|
+
$ref: string;
|
1594
|
+
};
|
1595
|
+
};
|
1596
|
+
}[];
|
1597
|
+
};
|
1598
|
+
};
|
1464
1599
|
'/head': {
|
1465
1600
|
post: {
|
1466
1601
|
tags: string[];
|