@digi-frontend/dgate-api-documentation 1.0.66 → 1.0.68
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/dist/styles.css +194 -194
- package/package.json +1 -1
- package/variables.txt +3 -3
package/dist/styles.css
CHANGED
|
@@ -1402,160 +1402,92 @@ div.endBtnIcon {
|
|
|
1402
1402
|
.tableSectionContainer .descArrow path,
|
|
1403
1403
|
.tableSectionContainer .defaultSortArrow path {
|
|
1404
1404
|
fill: var(--Gray-50);
|
|
1405
|
-
}.
|
|
1406
|
-
width:
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
box-sizing: border-box;
|
|
1410
|
-
}
|
|
1411
|
-
.api-docs-api-tree > * {
|
|
1412
|
-
box-sizing: border-box;
|
|
1413
|
-
}
|
|
1414
|
-
.api-docs-api-tree__section-header {
|
|
1415
|
-
display: flex;
|
|
1416
|
-
align-items: center;
|
|
1417
|
-
gap: 0.25rem;
|
|
1418
|
-
padding-inline: 0.5rem;
|
|
1419
|
-
cursor: pointer;
|
|
1420
|
-
user-select: none;
|
|
1421
|
-
height: 2.5rem;
|
|
1422
|
-
}
|
|
1423
|
-
.api-docs-api-tree__section-header:hover {
|
|
1424
|
-
background-color: #f3f4f6;
|
|
1425
|
-
}
|
|
1426
|
-
.api-docs-api-tree__section-header svg:first-child path {
|
|
1427
|
-
stroke: #bbbec5;
|
|
1428
|
-
}
|
|
1429
|
-
.api-docs-api-tree__section-title {
|
|
1430
|
-
font-size: 0.75rem;
|
|
1431
|
-
line-height: 0.875rem;
|
|
1432
|
-
font-weight: 500;
|
|
1433
|
-
color: #000;
|
|
1434
|
-
margin-left: 0.25rem;
|
|
1435
|
-
}
|
|
1436
|
-
.api-docs-api-tree__section__overview {
|
|
1437
|
-
display: flex;
|
|
1438
|
-
align-items: center;
|
|
1439
|
-
gap: 0.5rem;
|
|
1440
|
-
padding: 0.5rem 1.75rem;
|
|
1441
|
-
border-radius: 0.25rem;
|
|
1442
|
-
cursor: pointer;
|
|
1405
|
+
}.apiDocsAside {
|
|
1406
|
+
width: 22.5rem;
|
|
1407
|
+
padding: 3rem 1.5rem;
|
|
1408
|
+
background-color: #f0f1f2;
|
|
1443
1409
|
}
|
|
1444
|
-
.
|
|
1445
|
-
|
|
1410
|
+
.apiDocsAside_title {
|
|
1411
|
+
font-size: 1.5rem;
|
|
1412
|
+
line-height: 2rem;
|
|
1413
|
+
font-weight: 600;
|
|
1414
|
+
color: #12131a;
|
|
1415
|
+
margin-bottom: 0.5rem;
|
|
1446
1416
|
}
|
|
1447
|
-
.
|
|
1448
|
-
|
|
1449
|
-
line-height: 0.875rem;
|
|
1450
|
-
color: #000000;
|
|
1417
|
+
.apiDocsAside_subtitle {
|
|
1418
|
+
margin-bottom: 2rem;
|
|
1451
1419
|
}
|
|
1452
|
-
.
|
|
1453
|
-
|
|
1420
|
+
.apiDocsAside_subtitle > span {
|
|
1421
|
+
font-size: 1.25rem;
|
|
1422
|
+
line-height: 1.75rem;
|
|
1423
|
+
font-weight: 400;
|
|
1454
1424
|
}
|
|
1455
|
-
.
|
|
1456
|
-
|
|
1457
|
-
align-items: center;
|
|
1458
|
-
height: 1.5rem;
|
|
1459
|
-
gap: 0.5rem;
|
|
1460
|
-
border-radius: 0.25rem;
|
|
1461
|
-
padding-inline: 1.75rem;
|
|
1462
|
-
cursor: pointer;
|
|
1425
|
+
.apiDocsAside_subtitle_method[data-method=get] {
|
|
1426
|
+
color: #3a6cd1;
|
|
1463
1427
|
}
|
|
1464
|
-
.
|
|
1465
|
-
|
|
1466
|
-
line-height: 0.875rem;
|
|
1467
|
-
color: #000000;
|
|
1428
|
+
.apiDocsAside_subtitle_method[data-method=post] {
|
|
1429
|
+
color: #3aaa35;
|
|
1468
1430
|
}
|
|
1469
|
-
.
|
|
1470
|
-
|
|
1431
|
+
.apiDocsAside_subtitle_method[data-method=put] {
|
|
1432
|
+
color: #faad14;
|
|
1471
1433
|
}
|
|
1472
|
-
.
|
|
1473
|
-
color: #
|
|
1434
|
+
.apiDocsAside_subtitle_method[data-method=delete] {
|
|
1435
|
+
color: #da3f3f;
|
|
1474
1436
|
}
|
|
1475
|
-
.
|
|
1476
|
-
|
|
1477
|
-
flex-direction: column;
|
|
1478
|
-
align-items: start;
|
|
1479
|
-
gap: 0.5rem;
|
|
1480
|
-
border-radius: 0.25rem;
|
|
1481
|
-
cursor: pointer;
|
|
1437
|
+
.apiDocsAside_subtitle_method[data-method=option] {
|
|
1438
|
+
color: #495d97;
|
|
1482
1439
|
}
|
|
1483
|
-
.
|
|
1484
|
-
|
|
1485
|
-
line-height: 0.875rem;
|
|
1486
|
-
color: #000000;
|
|
1440
|
+
.apiDocsAside_subtitle_method[data-method=head] {
|
|
1441
|
+
color: #9461c9;
|
|
1487
1442
|
}
|
|
1488
|
-
.
|
|
1489
|
-
|
|
1443
|
+
.apiDocsAside_subtitle_method[data-method=patch] {
|
|
1444
|
+
color: #58e2c2;
|
|
1490
1445
|
}
|
|
1491
|
-
.
|
|
1446
|
+
.apiDocsAside .codeboxSection .codeboxHeader {
|
|
1492
1447
|
height: 2rem;
|
|
1493
1448
|
display: flex;
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
padding-inline: 0.5rem;
|
|
1497
|
-
cursor: pointer;
|
|
1498
|
-
user-select: none;
|
|
1499
|
-
}
|
|
1500
|
-
.api-docs-api-tree__subsection-header svg {
|
|
1501
|
-
color: #6b7280;
|
|
1449
|
+
justify-content: space-between;
|
|
1450
|
+
margin-bottom: 0.25rem;
|
|
1502
1451
|
}
|
|
1503
|
-
.
|
|
1504
|
-
font-size:
|
|
1505
|
-
line-height:
|
|
1452
|
+
.apiDocsAside .codeboxSection .codeboxHeader h6 {
|
|
1453
|
+
font-size: 1rem;
|
|
1454
|
+
line-height: 1.25rem;
|
|
1455
|
+
font-weight: 500;
|
|
1506
1456
|
color: #616874;
|
|
1507
1457
|
}
|
|
1508
|
-
.
|
|
1509
|
-
|
|
1510
|
-
align-items: center;
|
|
1511
|
-
gap: 0.25rem;
|
|
1512
|
-
padding: 0.5rem 0.75rem;
|
|
1513
|
-
text-transform: capitalize;
|
|
1514
|
-
width: 100%;
|
|
1515
|
-
cursor: pointer;
|
|
1516
|
-
}
|
|
1517
|
-
.api-docs-api-tree__endpoint[data-active=true] {
|
|
1518
|
-
background-color: #f0f1f2;
|
|
1519
|
-
}
|
|
1520
|
-
.api-docs-api-tree__endpoint:hover {
|
|
1521
|
-
background-color: #f3f4f6;
|
|
1522
|
-
}
|
|
1523
|
-
.api-docs-api-tree__endpoint-method {
|
|
1524
|
-
font-size: 0.75rem;
|
|
1525
|
-
line-height: 0.875rem;
|
|
1526
|
-
font-weight: 400;
|
|
1527
|
-
text-align: start;
|
|
1528
|
-
}
|
|
1529
|
-
.api-docs-api-tree__endpoint-name {
|
|
1530
|
-
font-size: 0.75rem;
|
|
1531
|
-
line-height: 0.875rem;
|
|
1532
|
-
color: #3b3f46;
|
|
1533
|
-
display: -webkit-box;
|
|
1534
|
-
-webkit-box-orient: vertical;
|
|
1535
|
-
-webkit-line-clamp: 1;
|
|
1536
|
-
overflow: hidden;
|
|
1537
|
-
text-overflow: ellipsis;
|
|
1458
|
+
.apiDocsAside .codeboxSection:nth-of-type(2) {
|
|
1459
|
+
margin-top: 3rem;
|
|
1538
1460
|
}
|
|
1539
|
-
.
|
|
1540
|
-
|
|
1461
|
+
.apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) {
|
|
1462
|
+
padding: 0;
|
|
1541
1463
|
}
|
|
1542
|
-
.
|
|
1543
|
-
|
|
1464
|
+
.apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) :global(.select-label-container) {
|
|
1465
|
+
min-width: 100%;
|
|
1466
|
+
padding: 0;
|
|
1544
1467
|
}
|
|
1545
|
-
.
|
|
1546
|
-
|
|
1468
|
+
.apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.optionsList .option) {
|
|
1469
|
+
height: 1.5rem;
|
|
1470
|
+
padding: 0;
|
|
1547
1471
|
}
|
|
1548
|
-
.
|
|
1549
|
-
|
|
1472
|
+
.apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer {
|
|
1473
|
+
display: flex;
|
|
1474
|
+
align-items: center;
|
|
1475
|
+
gap: 0.625rem;
|
|
1476
|
+
padding-left: 0.75rem;
|
|
1550
1477
|
}
|
|
1551
|
-
.
|
|
1552
|
-
|
|
1478
|
+
.apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer .statusCodeOptionCircle {
|
|
1479
|
+
width: 0.625rem;
|
|
1480
|
+
min-width: 0.625rem;
|
|
1481
|
+
aspect-ratio: 1/1;
|
|
1482
|
+
border-radius: 100%;
|
|
1553
1483
|
}
|
|
1554
|
-
.
|
|
1555
|
-
|
|
1484
|
+
.apiDocsAside :global(.multiSelectGroup .selectDisplay),
|
|
1485
|
+
.apiDocsAside :global(.multiSelectGroup) {
|
|
1486
|
+
width: 6.25rem !important;
|
|
1487
|
+
height: 1.5rem !important;
|
|
1556
1488
|
}
|
|
1557
|
-
.
|
|
1558
|
-
|
|
1489
|
+
.apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
|
|
1490
|
+
padding-right: 0.75rem !important;
|
|
1559
1491
|
}.api_docs_header {
|
|
1560
1492
|
height: 2.625rem;
|
|
1561
1493
|
background-color: #f0f1f2;
|
|
@@ -1830,92 +1762,160 @@ div.endBtnIcon {
|
|
|
1830
1762
|
.codebox :global(.custom-code-line),
|
|
1831
1763
|
.codebox :global(.custom-code-line span) {
|
|
1832
1764
|
font-family: "Cascadia Code", sans-serif;
|
|
1833
|
-
}.
|
|
1834
|
-
width:
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
.apiDocsAside_title {
|
|
1839
|
-
font-size: 1.5rem;
|
|
1840
|
-
line-height: 2rem;
|
|
1841
|
-
font-weight: 600;
|
|
1842
|
-
color: #12131a;
|
|
1843
|
-
margin-bottom: 0.5rem;
|
|
1765
|
+
}.api-docs-api-tree {
|
|
1766
|
+
width: 100%;
|
|
1767
|
+
max-width: 12.5rem;
|
|
1768
|
+
padding: 3rem 1.25rem;
|
|
1769
|
+
box-sizing: border-box;
|
|
1844
1770
|
}
|
|
1845
|
-
.
|
|
1846
|
-
|
|
1771
|
+
.api-docs-api-tree > * {
|
|
1772
|
+
box-sizing: border-box;
|
|
1847
1773
|
}
|
|
1848
|
-
.
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1774
|
+
.api-docs-api-tree__section-header {
|
|
1775
|
+
display: flex;
|
|
1776
|
+
align-items: center;
|
|
1777
|
+
gap: 0.25rem;
|
|
1778
|
+
padding-inline: 0.5rem;
|
|
1779
|
+
cursor: pointer;
|
|
1780
|
+
user-select: none;
|
|
1781
|
+
height: 2.5rem;
|
|
1852
1782
|
}
|
|
1853
|
-
.
|
|
1854
|
-
color: #
|
|
1783
|
+
.api-docs-api-tree__section-header:hover {
|
|
1784
|
+
background-color: #f3f4f6;
|
|
1855
1785
|
}
|
|
1856
|
-
.
|
|
1857
|
-
|
|
1786
|
+
.api-docs-api-tree__section-header svg:first-child path {
|
|
1787
|
+
stroke: #bbbec5;
|
|
1858
1788
|
}
|
|
1859
|
-
.
|
|
1860
|
-
|
|
1789
|
+
.api-docs-api-tree__section-title {
|
|
1790
|
+
font-size: 0.75rem;
|
|
1791
|
+
line-height: 0.875rem;
|
|
1792
|
+
font-weight: 500;
|
|
1793
|
+
color: #000;
|
|
1794
|
+
margin-left: 0.25rem;
|
|
1861
1795
|
}
|
|
1862
|
-
.
|
|
1863
|
-
|
|
1796
|
+
.api-docs-api-tree__section__overview {
|
|
1797
|
+
display: flex;
|
|
1798
|
+
align-items: center;
|
|
1799
|
+
gap: 0.5rem;
|
|
1800
|
+
padding: 0.5rem 1.75rem;
|
|
1801
|
+
border-radius: 0.25rem;
|
|
1802
|
+
cursor: pointer;
|
|
1864
1803
|
}
|
|
1865
|
-
.
|
|
1866
|
-
color: #
|
|
1804
|
+
.api-docs-api-tree__section__overview:hover {
|
|
1805
|
+
background-color: #f3f4f6;
|
|
1867
1806
|
}
|
|
1868
|
-
.
|
|
1869
|
-
|
|
1807
|
+
.api-docs-api-tree__section__overview span {
|
|
1808
|
+
font-size: 0.75rem;
|
|
1809
|
+
line-height: 0.875rem;
|
|
1810
|
+
color: #000000;
|
|
1870
1811
|
}
|
|
1871
|
-
.
|
|
1872
|
-
color: #
|
|
1812
|
+
.api-docs-api-tree__section__overview[data-active=true] {
|
|
1813
|
+
background-color: #f0f1f2;
|
|
1873
1814
|
}
|
|
1874
|
-
.
|
|
1875
|
-
height: 2rem;
|
|
1815
|
+
.api-docs-api-tree__section__endpoints {
|
|
1876
1816
|
display: flex;
|
|
1877
|
-
|
|
1878
|
-
|
|
1817
|
+
align-items: center;
|
|
1818
|
+
height: 1.5rem;
|
|
1819
|
+
gap: 0.5rem;
|
|
1820
|
+
border-radius: 0.25rem;
|
|
1821
|
+
padding-inline: 1.75rem;
|
|
1822
|
+
cursor: pointer;
|
|
1879
1823
|
}
|
|
1880
|
-
.
|
|
1881
|
-
font-size:
|
|
1882
|
-
line-height:
|
|
1883
|
-
|
|
1824
|
+
.api-docs-api-tree__section__endpoints span {
|
|
1825
|
+
font-size: 0.75rem;
|
|
1826
|
+
line-height: 0.875rem;
|
|
1827
|
+
color: #000000;
|
|
1828
|
+
}
|
|
1829
|
+
.api-docs-api-tree__section__endpoints[data-active=true] {
|
|
1830
|
+
background-color: #f0f1f2;
|
|
1831
|
+
}
|
|
1832
|
+
.api-docs-api-tree__section[data-active=true] .api-docs-api-tree__section-title {
|
|
1884
1833
|
color: #616874;
|
|
1885
1834
|
}
|
|
1886
|
-
.
|
|
1887
|
-
|
|
1835
|
+
.api-docs-api-tree__endpoints {
|
|
1836
|
+
display: flex;
|
|
1837
|
+
flex-direction: column;
|
|
1838
|
+
align-items: start;
|
|
1839
|
+
gap: 0.5rem;
|
|
1840
|
+
border-radius: 0.25rem;
|
|
1841
|
+
cursor: pointer;
|
|
1888
1842
|
}
|
|
1889
|
-
.
|
|
1890
|
-
|
|
1843
|
+
.api-docs-api-tree__endpoints span {
|
|
1844
|
+
font-size: 0.75rem;
|
|
1845
|
+
line-height: 0.875rem;
|
|
1846
|
+
color: #000000;
|
|
1891
1847
|
}
|
|
1892
|
-
.
|
|
1893
|
-
|
|
1894
|
-
padding: 0;
|
|
1848
|
+
.api-docs-api-tree__endpoints[data-active=true] {
|
|
1849
|
+
background-color: #f0f1f2;
|
|
1895
1850
|
}
|
|
1896
|
-
.
|
|
1897
|
-
height:
|
|
1898
|
-
|
|
1851
|
+
.api-docs-api-tree__subsection-header {
|
|
1852
|
+
height: 2rem;
|
|
1853
|
+
display: flex;
|
|
1854
|
+
align-items: center;
|
|
1855
|
+
gap: 0.875rem;
|
|
1856
|
+
padding-inline: 0.5rem;
|
|
1857
|
+
cursor: pointer;
|
|
1858
|
+
user-select: none;
|
|
1899
1859
|
}
|
|
1900
|
-
.
|
|
1860
|
+
.api-docs-api-tree__subsection-header svg {
|
|
1861
|
+
color: #6b7280;
|
|
1862
|
+
}
|
|
1863
|
+
.api-docs-api-tree__subsection-title {
|
|
1864
|
+
font-size: 0.75rem;
|
|
1865
|
+
line-height: 0.875rem;
|
|
1866
|
+
color: #616874;
|
|
1867
|
+
}
|
|
1868
|
+
.api-docs-api-tree__endpoint {
|
|
1901
1869
|
display: flex;
|
|
1902
1870
|
align-items: center;
|
|
1903
|
-
gap: 0.
|
|
1904
|
-
padding
|
|
1871
|
+
gap: 0.25rem;
|
|
1872
|
+
padding: 0.5rem 0.75rem;
|
|
1873
|
+
text-transform: capitalize;
|
|
1874
|
+
width: 100%;
|
|
1875
|
+
cursor: pointer;
|
|
1905
1876
|
}
|
|
1906
|
-
.
|
|
1907
|
-
|
|
1908
|
-
min-width: 0.625rem;
|
|
1909
|
-
aspect-ratio: 1/1;
|
|
1910
|
-
border-radius: 100%;
|
|
1877
|
+
.api-docs-api-tree__endpoint[data-active=true] {
|
|
1878
|
+
background-color: #f0f1f2;
|
|
1911
1879
|
}
|
|
1912
|
-
.
|
|
1913
|
-
|
|
1914
|
-
width: 6.25rem !important;
|
|
1915
|
-
height: 1.5rem !important;
|
|
1880
|
+
.api-docs-api-tree__endpoint:hover {
|
|
1881
|
+
background-color: #f3f4f6;
|
|
1916
1882
|
}
|
|
1917
|
-
.
|
|
1918
|
-
|
|
1883
|
+
.api-docs-api-tree__endpoint-method {
|
|
1884
|
+
font-size: 0.75rem;
|
|
1885
|
+
line-height: 0.875rem;
|
|
1886
|
+
font-weight: 400;
|
|
1887
|
+
text-align: start;
|
|
1888
|
+
}
|
|
1889
|
+
.api-docs-api-tree__endpoint-name {
|
|
1890
|
+
font-size: 0.75rem;
|
|
1891
|
+
line-height: 0.875rem;
|
|
1892
|
+
color: #3b3f46;
|
|
1893
|
+
display: -webkit-box;
|
|
1894
|
+
-webkit-box-orient: vertical;
|
|
1895
|
+
-webkit-line-clamp: 1;
|
|
1896
|
+
overflow: hidden;
|
|
1897
|
+
text-overflow: ellipsis;
|
|
1898
|
+
}
|
|
1899
|
+
.api-docs-api-tree__endpoint--get .api-docs-api-tree__endpoint-method {
|
|
1900
|
+
color: #3a6cd1;
|
|
1901
|
+
}
|
|
1902
|
+
.api-docs-api-tree__endpoint--post .api-docs-api-tree__endpoint-method {
|
|
1903
|
+
color: #3aaa35;
|
|
1904
|
+
}
|
|
1905
|
+
.api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
|
|
1906
|
+
color: #faad14;
|
|
1907
|
+
}
|
|
1908
|
+
.api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
|
|
1909
|
+
color: #da3f3f;
|
|
1910
|
+
}
|
|
1911
|
+
.api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
|
|
1912
|
+
color: #495d97;
|
|
1913
|
+
}
|
|
1914
|
+
.api-docs-api-tree__endpoint--head .api-docs-api-tree__endpoint-method {
|
|
1915
|
+
color: #9461c9;
|
|
1916
|
+
}
|
|
1917
|
+
.api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
|
|
1918
|
+
color: #58e2c2;
|
|
1919
1919
|
}.api-details-page {
|
|
1920
1920
|
padding: 2rem;
|
|
1921
1921
|
}
|
package/package.json
CHANGED
package/variables.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export APP_VERSION=1.0.
|
|
2
|
-
export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.
|
|
3
|
-
export IMAGE_TAG=1.0.
|
|
1
|
+
export APP_VERSION=1.0.67
|
|
2
|
+
export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.67-31084-develop
|
|
3
|
+
export IMAGE_TAG=1.0.67-31084-develop
|
|
4
4
|
export TARGET_ENV=dev
|