@digi-frontend/dgate-api-documentation 1.0.75 → 1.0.76
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 +251 -251
- package/package.json +1 -1
- package/variables.txt +3 -3
package/dist/styles.css
CHANGED
|
@@ -1110,111 +1110,6 @@
|
|
|
1110
1110
|
--alert-natural: #c4d3f1;
|
|
1111
1111
|
}
|
|
1112
1112
|
|
|
1113
|
-
.drawerItemContainer {
|
|
1114
|
-
display: flex;
|
|
1115
|
-
flex-direction: column;
|
|
1116
|
-
}
|
|
1117
|
-
.drawerItemContainer .title {
|
|
1118
|
-
color: #000;
|
|
1119
|
-
font-weight: 600;
|
|
1120
|
-
font-size: 24px;
|
|
1121
|
-
line-height: 35px;
|
|
1122
|
-
margin-bottom: 3px;
|
|
1123
|
-
margin-top: 1.5rem;
|
|
1124
|
-
}
|
|
1125
|
-
.drawerItemContainer .text {
|
|
1126
|
-
color: #000;
|
|
1127
|
-
font-weight: 400;
|
|
1128
|
-
font-size: 24px;
|
|
1129
|
-
line-height: 25px;
|
|
1130
|
-
}
|
|
1131
|
-
.drawerItemContainer .color-green {
|
|
1132
|
-
color: var(--color-success);
|
|
1133
|
-
}
|
|
1134
|
-
.drawerItemContainer .color-red {
|
|
1135
|
-
color: var(--color-error);
|
|
1136
|
-
}:root {
|
|
1137
|
-
--white: #fff;
|
|
1138
|
-
--Gray-5: #f1f2f6;
|
|
1139
|
-
--Gray-10: #ebecf2;
|
|
1140
|
-
--Gray-20: #d8dae5;
|
|
1141
|
-
--Gray-30: #babdcc;
|
|
1142
|
-
--Gray-40: #9a9eb2;
|
|
1143
|
-
--Gray-50: #828699;
|
|
1144
|
-
--Gray-60: #696c80;
|
|
1145
|
-
--Gray-100: #12131a;
|
|
1146
|
-
--black: #000;
|
|
1147
|
-
--primary-static: #4d75d8;
|
|
1148
|
-
--primary-hover: #7c9bea;
|
|
1149
|
-
--primary-active: #2c4fa4;
|
|
1150
|
-
--primary-disabled: #9a9eb2;
|
|
1151
|
-
--secondary-static: #40e0d0;
|
|
1152
|
-
--secondary-hover: #9efcf2;
|
|
1153
|
-
--secondary-active: #2fa599;
|
|
1154
|
-
--error-static: #da3f3f;
|
|
1155
|
-
--error-hover: #e75d5d;
|
|
1156
|
-
--error-active: #bb3232;
|
|
1157
|
-
--success-static: #3aaa35;
|
|
1158
|
-
--success-hover: #5cda56;
|
|
1159
|
-
--success-active: #2a8a25;
|
|
1160
|
-
--info-static: #c6c6c6;
|
|
1161
|
-
--info-hover: #e4e4e4;
|
|
1162
|
-
--info-active: #979797;
|
|
1163
|
-
--warning-static: #faad14;
|
|
1164
|
-
--warning-hover: #f9be4a;
|
|
1165
|
-
--warning-active: #db9711;
|
|
1166
|
-
--action-static: #142452;
|
|
1167
|
-
--action-hover: #21387d;
|
|
1168
|
-
--action-active: #000000;
|
|
1169
|
-
--color-info-primary: #3a6cd1;
|
|
1170
|
-
--primary-font-color: #142452;
|
|
1171
|
-
--placeholder-font-color: #babdcc;
|
|
1172
|
-
--warning-font-color: #ce2828;
|
|
1173
|
-
--alert-error: #da3f3f;
|
|
1174
|
-
--alert-light-error: #f4c5c5;
|
|
1175
|
-
--alert-success: #3aaa35;
|
|
1176
|
-
--alert-light-success: #c4e5c2;
|
|
1177
|
-
--alert-info: #8eaaf1;
|
|
1178
|
-
--alert-light-info: #c4d3f1;
|
|
1179
|
-
--alert-warning: #faad14;
|
|
1180
|
-
--alert-light-warning: #fde6b8;
|
|
1181
|
-
--border-focus: #3a6cd1;
|
|
1182
|
-
--tooltip-background-color: #202f5b;
|
|
1183
|
-
--text-color-primary: #142452;
|
|
1184
|
-
--text-color-secondary: #ffff;
|
|
1185
|
-
--text-color-neutral: #828699;
|
|
1186
|
-
--text-color-tertiary: #808080;
|
|
1187
|
-
--text-color-note: #242424;
|
|
1188
|
-
--text-color-quaternary: #142452;
|
|
1189
|
-
--text-color-disabled: #ffff;
|
|
1190
|
-
--background-color-white-primary: #fff;
|
|
1191
|
-
--background-color-light-primary: #8eaaf1;
|
|
1192
|
-
--background-color-white-secondary: #fff;
|
|
1193
|
-
--background-color-primary-dark: #142452;
|
|
1194
|
-
--background-color-gray-5: #f1f2f6;
|
|
1195
|
-
--background-color-gray-30: #ebecf2;
|
|
1196
|
-
--background-color-tertiary-light: #2c4fa4;
|
|
1197
|
-
--background-color-gray-10: #f1f2f6;
|
|
1198
|
-
--background-color-gray-40: #ebecf2;
|
|
1199
|
-
--background-color-light-blue: #dfe7f8;
|
|
1200
|
-
--border-color-primary: #babdcc;
|
|
1201
|
-
--border-color-secondary: #d8dae5;
|
|
1202
|
-
--border-color-neutral: #ebecf2;
|
|
1203
|
-
--border-color-tertiary: #ebecf2;
|
|
1204
|
-
--border-color-gray: #ebecf2;
|
|
1205
|
-
--border-color-hover: #142452;
|
|
1206
|
-
--border-color-active: #3a6cd1;
|
|
1207
|
-
--icon-color-main: #142452;
|
|
1208
|
-
--icon-color-secondary: #000;
|
|
1209
|
-
--icon-color-quaternary: #babdcc;
|
|
1210
|
-
--icon-color-disabled: #9a9eb2;
|
|
1211
|
-
--link-btn-primary-color: #3a6cd1;
|
|
1212
|
-
--button-color-static: #4d75d8;
|
|
1213
|
-
--button-color-hover: #7c9bea;
|
|
1214
|
-
--button-color-active: #2c4fa4;
|
|
1215
|
-
--alert-natural: #c4d3f1;
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
1113
|
#EnumButton {
|
|
1219
1114
|
display: flex;
|
|
1220
1115
|
justify-content: center;
|
|
@@ -1402,160 +1297,111 @@ div.endBtnIcon {
|
|
|
1402
1297
|
.tableSectionContainer .descArrow path,
|
|
1403
1298
|
.tableSectionContainer .defaultSortArrow path {
|
|
1404
1299
|
fill: var(--Gray-50);
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
color: #
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
color: #
|
|
1300
|
+
}:root {
|
|
1301
|
+
--white: #fff;
|
|
1302
|
+
--Gray-5: #f1f2f6;
|
|
1303
|
+
--Gray-10: #ebecf2;
|
|
1304
|
+
--Gray-20: #d8dae5;
|
|
1305
|
+
--Gray-30: #babdcc;
|
|
1306
|
+
--Gray-40: #9a9eb2;
|
|
1307
|
+
--Gray-50: #828699;
|
|
1308
|
+
--Gray-60: #696c80;
|
|
1309
|
+
--Gray-100: #12131a;
|
|
1310
|
+
--black: #000;
|
|
1311
|
+
--primary-static: #4d75d8;
|
|
1312
|
+
--primary-hover: #7c9bea;
|
|
1313
|
+
--primary-active: #2c4fa4;
|
|
1314
|
+
--primary-disabled: #9a9eb2;
|
|
1315
|
+
--secondary-static: #40e0d0;
|
|
1316
|
+
--secondary-hover: #9efcf2;
|
|
1317
|
+
--secondary-active: #2fa599;
|
|
1318
|
+
--error-static: #da3f3f;
|
|
1319
|
+
--error-hover: #e75d5d;
|
|
1320
|
+
--error-active: #bb3232;
|
|
1321
|
+
--success-static: #3aaa35;
|
|
1322
|
+
--success-hover: #5cda56;
|
|
1323
|
+
--success-active: #2a8a25;
|
|
1324
|
+
--info-static: #c6c6c6;
|
|
1325
|
+
--info-hover: #e4e4e4;
|
|
1326
|
+
--info-active: #979797;
|
|
1327
|
+
--warning-static: #faad14;
|
|
1328
|
+
--warning-hover: #f9be4a;
|
|
1329
|
+
--warning-active: #db9711;
|
|
1330
|
+
--action-static: #142452;
|
|
1331
|
+
--action-hover: #21387d;
|
|
1332
|
+
--action-active: #000000;
|
|
1333
|
+
--color-info-primary: #3a6cd1;
|
|
1334
|
+
--primary-font-color: #142452;
|
|
1335
|
+
--placeholder-font-color: #babdcc;
|
|
1336
|
+
--warning-font-color: #ce2828;
|
|
1337
|
+
--alert-error: #da3f3f;
|
|
1338
|
+
--alert-light-error: #f4c5c5;
|
|
1339
|
+
--alert-success: #3aaa35;
|
|
1340
|
+
--alert-light-success: #c4e5c2;
|
|
1341
|
+
--alert-info: #8eaaf1;
|
|
1342
|
+
--alert-light-info: #c4d3f1;
|
|
1343
|
+
--alert-warning: #faad14;
|
|
1344
|
+
--alert-light-warning: #fde6b8;
|
|
1345
|
+
--border-focus: #3a6cd1;
|
|
1346
|
+
--tooltip-background-color: #202f5b;
|
|
1347
|
+
--text-color-primary: #142452;
|
|
1348
|
+
--text-color-secondary: #ffff;
|
|
1349
|
+
--text-color-neutral: #828699;
|
|
1350
|
+
--text-color-tertiary: #808080;
|
|
1351
|
+
--text-color-note: #242424;
|
|
1352
|
+
--text-color-quaternary: #142452;
|
|
1353
|
+
--text-color-disabled: #ffff;
|
|
1354
|
+
--background-color-white-primary: #fff;
|
|
1355
|
+
--background-color-light-primary: #8eaaf1;
|
|
1356
|
+
--background-color-white-secondary: #fff;
|
|
1357
|
+
--background-color-primary-dark: #142452;
|
|
1358
|
+
--background-color-gray-5: #f1f2f6;
|
|
1359
|
+
--background-color-gray-30: #ebecf2;
|
|
1360
|
+
--background-color-tertiary-light: #2c4fa4;
|
|
1361
|
+
--background-color-gray-10: #f1f2f6;
|
|
1362
|
+
--background-color-gray-40: #ebecf2;
|
|
1363
|
+
--background-color-light-blue: #dfe7f8;
|
|
1364
|
+
--border-color-primary: #babdcc;
|
|
1365
|
+
--border-color-secondary: #d8dae5;
|
|
1366
|
+
--border-color-neutral: #ebecf2;
|
|
1367
|
+
--border-color-tertiary: #ebecf2;
|
|
1368
|
+
--border-color-gray: #ebecf2;
|
|
1369
|
+
--border-color-hover: #142452;
|
|
1370
|
+
--border-color-active: #3a6cd1;
|
|
1371
|
+
--icon-color-main: #142452;
|
|
1372
|
+
--icon-color-secondary: #000;
|
|
1373
|
+
--icon-color-quaternary: #babdcc;
|
|
1374
|
+
--icon-color-disabled: #9a9eb2;
|
|
1375
|
+
--link-btn-primary-color: #3a6cd1;
|
|
1376
|
+
--button-color-static: #4d75d8;
|
|
1377
|
+
--button-color-hover: #7c9bea;
|
|
1378
|
+
--button-color-active: #2c4fa4;
|
|
1379
|
+
--alert-natural: #c4d3f1;
|
|
1474
1380
|
}
|
|
1475
|
-
|
|
1381
|
+
|
|
1382
|
+
.drawerItemContainer {
|
|
1476
1383
|
display: flex;
|
|
1477
1384
|
flex-direction: column;
|
|
1478
|
-
align-items: start;
|
|
1479
|
-
gap: 0.5rem;
|
|
1480
|
-
border-radius: 0.25rem;
|
|
1481
|
-
cursor: pointer;
|
|
1482
|
-
}
|
|
1483
|
-
.api-docs-api-tree__endpoints span {
|
|
1484
|
-
font-size: 0.75rem;
|
|
1485
|
-
line-height: 0.875rem;
|
|
1486
|
-
color: #000000;
|
|
1487
|
-
}
|
|
1488
|
-
.api-docs-api-tree__endpoints[data-active=true] {
|
|
1489
|
-
background-color: #f0f1f2;
|
|
1490
|
-
}
|
|
1491
|
-
.api-docs-api-tree__subsection-header {
|
|
1492
|
-
height: 2rem;
|
|
1493
|
-
display: flex;
|
|
1494
|
-
align-items: center;
|
|
1495
|
-
gap: 0.875rem;
|
|
1496
|
-
padding-inline: 0.5rem;
|
|
1497
|
-
cursor: pointer;
|
|
1498
|
-
user-select: none;
|
|
1499
|
-
}
|
|
1500
|
-
.api-docs-api-tree__subsection-header svg {
|
|
1501
|
-
color: #6b7280;
|
|
1502
1385
|
}
|
|
1503
|
-
.
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
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;
|
|
1386
|
+
.drawerItemContainer .title {
|
|
1387
|
+
color: #000;
|
|
1388
|
+
font-weight: 600;
|
|
1389
|
+
font-size: 24px;
|
|
1390
|
+
line-height: 35px;
|
|
1391
|
+
margin-bottom: 3px;
|
|
1392
|
+
margin-top: 1.5rem;
|
|
1522
1393
|
}
|
|
1523
|
-
.
|
|
1524
|
-
|
|
1525
|
-
line-height: 0.875rem;
|
|
1394
|
+
.drawerItemContainer .text {
|
|
1395
|
+
color: #000;
|
|
1526
1396
|
font-weight: 400;
|
|
1527
|
-
|
|
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;
|
|
1538
|
-
}
|
|
1539
|
-
.api-docs-api-tree__endpoint--get .api-docs-api-tree__endpoint-method {
|
|
1540
|
-
color: #3a6cd1;
|
|
1541
|
-
}
|
|
1542
|
-
.api-docs-api-tree__endpoint--post .api-docs-api-tree__endpoint-method {
|
|
1543
|
-
color: #3aaa35;
|
|
1544
|
-
}
|
|
1545
|
-
.api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
|
|
1546
|
-
color: #faad14;
|
|
1547
|
-
}
|
|
1548
|
-
.api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
|
|
1549
|
-
color: #da3f3f;
|
|
1550
|
-
}
|
|
1551
|
-
.api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
|
|
1552
|
-
color: #495d97;
|
|
1397
|
+
font-size: 24px;
|
|
1398
|
+
line-height: 25px;
|
|
1553
1399
|
}
|
|
1554
|
-
.
|
|
1555
|
-
color:
|
|
1400
|
+
.drawerItemContainer .color-green {
|
|
1401
|
+
color: var(--color-success);
|
|
1556
1402
|
}
|
|
1557
|
-
.
|
|
1558
|
-
color:
|
|
1403
|
+
.drawerItemContainer .color-red {
|
|
1404
|
+
color: var(--color-error);
|
|
1559
1405
|
}.api_docs_header {
|
|
1560
1406
|
height: 2.625rem;
|
|
1561
1407
|
background-color: #f0f1f2;
|
|
@@ -1794,6 +1640,160 @@ div.endBtnIcon {
|
|
|
1794
1640
|
opacity: 1 !important;
|
|
1795
1641
|
backdrop-filter: blur(0.5rem);
|
|
1796
1642
|
background-color: rgba(0, 0, 0, 0.281) !important;
|
|
1643
|
+
}.api-docs-api-tree {
|
|
1644
|
+
width: 100%;
|
|
1645
|
+
max-width: 12.5rem;
|
|
1646
|
+
padding: 3rem 1.25rem;
|
|
1647
|
+
box-sizing: border-box;
|
|
1648
|
+
}
|
|
1649
|
+
.api-docs-api-tree > * {
|
|
1650
|
+
box-sizing: border-box;
|
|
1651
|
+
}
|
|
1652
|
+
.api-docs-api-tree__section-header {
|
|
1653
|
+
display: flex;
|
|
1654
|
+
align-items: center;
|
|
1655
|
+
gap: 0.25rem;
|
|
1656
|
+
padding-inline: 0.5rem;
|
|
1657
|
+
cursor: pointer;
|
|
1658
|
+
user-select: none;
|
|
1659
|
+
height: 2.5rem;
|
|
1660
|
+
}
|
|
1661
|
+
.api-docs-api-tree__section-header:hover {
|
|
1662
|
+
background-color: #f3f4f6;
|
|
1663
|
+
}
|
|
1664
|
+
.api-docs-api-tree__section-header svg:first-child path {
|
|
1665
|
+
stroke: #bbbec5;
|
|
1666
|
+
}
|
|
1667
|
+
.api-docs-api-tree__section-title {
|
|
1668
|
+
font-size: 0.75rem;
|
|
1669
|
+
line-height: 0.875rem;
|
|
1670
|
+
font-weight: 500;
|
|
1671
|
+
color: #000;
|
|
1672
|
+
margin-left: 0.25rem;
|
|
1673
|
+
}
|
|
1674
|
+
.api-docs-api-tree__section__overview {
|
|
1675
|
+
display: flex;
|
|
1676
|
+
align-items: center;
|
|
1677
|
+
gap: 0.5rem;
|
|
1678
|
+
padding: 0.5rem 1.75rem;
|
|
1679
|
+
border-radius: 0.25rem;
|
|
1680
|
+
cursor: pointer;
|
|
1681
|
+
}
|
|
1682
|
+
.api-docs-api-tree__section__overview:hover {
|
|
1683
|
+
background-color: #f3f4f6;
|
|
1684
|
+
}
|
|
1685
|
+
.api-docs-api-tree__section__overview span {
|
|
1686
|
+
font-size: 0.75rem;
|
|
1687
|
+
line-height: 0.875rem;
|
|
1688
|
+
color: #000000;
|
|
1689
|
+
}
|
|
1690
|
+
.api-docs-api-tree__section__overview[data-active=true] {
|
|
1691
|
+
background-color: #f0f1f2;
|
|
1692
|
+
}
|
|
1693
|
+
.api-docs-api-tree__section__endpoints {
|
|
1694
|
+
display: flex;
|
|
1695
|
+
align-items: center;
|
|
1696
|
+
height: 1.5rem;
|
|
1697
|
+
gap: 0.5rem;
|
|
1698
|
+
border-radius: 0.25rem;
|
|
1699
|
+
padding-inline: 1.75rem;
|
|
1700
|
+
cursor: pointer;
|
|
1701
|
+
}
|
|
1702
|
+
.api-docs-api-tree__section__endpoints span {
|
|
1703
|
+
font-size: 0.75rem;
|
|
1704
|
+
line-height: 0.875rem;
|
|
1705
|
+
color: #000000;
|
|
1706
|
+
}
|
|
1707
|
+
.api-docs-api-tree__section__endpoints[data-active=true] {
|
|
1708
|
+
background-color: #f0f1f2;
|
|
1709
|
+
}
|
|
1710
|
+
.api-docs-api-tree__section[data-active=true] .api-docs-api-tree__section-title {
|
|
1711
|
+
color: #616874;
|
|
1712
|
+
}
|
|
1713
|
+
.api-docs-api-tree__endpoints {
|
|
1714
|
+
display: flex;
|
|
1715
|
+
flex-direction: column;
|
|
1716
|
+
align-items: start;
|
|
1717
|
+
gap: 0.5rem;
|
|
1718
|
+
border-radius: 0.25rem;
|
|
1719
|
+
cursor: pointer;
|
|
1720
|
+
}
|
|
1721
|
+
.api-docs-api-tree__endpoints span {
|
|
1722
|
+
font-size: 0.75rem;
|
|
1723
|
+
line-height: 0.875rem;
|
|
1724
|
+
color: #000000;
|
|
1725
|
+
}
|
|
1726
|
+
.api-docs-api-tree__endpoints[data-active=true] {
|
|
1727
|
+
background-color: #f0f1f2;
|
|
1728
|
+
}
|
|
1729
|
+
.api-docs-api-tree__subsection-header {
|
|
1730
|
+
height: 2rem;
|
|
1731
|
+
display: flex;
|
|
1732
|
+
align-items: center;
|
|
1733
|
+
gap: 0.875rem;
|
|
1734
|
+
padding-inline: 0.5rem;
|
|
1735
|
+
cursor: pointer;
|
|
1736
|
+
user-select: none;
|
|
1737
|
+
}
|
|
1738
|
+
.api-docs-api-tree__subsection-header svg {
|
|
1739
|
+
color: #6b7280;
|
|
1740
|
+
}
|
|
1741
|
+
.api-docs-api-tree__subsection-title {
|
|
1742
|
+
font-size: 0.75rem;
|
|
1743
|
+
line-height: 0.875rem;
|
|
1744
|
+
color: #616874;
|
|
1745
|
+
}
|
|
1746
|
+
.api-docs-api-tree__endpoint {
|
|
1747
|
+
display: flex;
|
|
1748
|
+
align-items: center;
|
|
1749
|
+
gap: 0.25rem;
|
|
1750
|
+
padding: 0.5rem 0.75rem;
|
|
1751
|
+
text-transform: capitalize;
|
|
1752
|
+
width: 100%;
|
|
1753
|
+
cursor: pointer;
|
|
1754
|
+
}
|
|
1755
|
+
.api-docs-api-tree__endpoint[data-active=true] {
|
|
1756
|
+
background-color: #f0f1f2;
|
|
1757
|
+
}
|
|
1758
|
+
.api-docs-api-tree__endpoint:hover {
|
|
1759
|
+
background-color: #f3f4f6;
|
|
1760
|
+
}
|
|
1761
|
+
.api-docs-api-tree__endpoint-method {
|
|
1762
|
+
font-size: 0.75rem;
|
|
1763
|
+
line-height: 0.875rem;
|
|
1764
|
+
font-weight: 400;
|
|
1765
|
+
text-align: start;
|
|
1766
|
+
}
|
|
1767
|
+
.api-docs-api-tree__endpoint-name {
|
|
1768
|
+
font-size: 0.75rem;
|
|
1769
|
+
line-height: 0.875rem;
|
|
1770
|
+
color: #3b3f46;
|
|
1771
|
+
display: -webkit-box;
|
|
1772
|
+
-webkit-box-orient: vertical;
|
|
1773
|
+
-webkit-line-clamp: 1;
|
|
1774
|
+
overflow: hidden;
|
|
1775
|
+
text-overflow: ellipsis;
|
|
1776
|
+
}
|
|
1777
|
+
.api-docs-api-tree__endpoint--get .api-docs-api-tree__endpoint-method {
|
|
1778
|
+
color: #3a6cd1;
|
|
1779
|
+
}
|
|
1780
|
+
.api-docs-api-tree__endpoint--post .api-docs-api-tree__endpoint-method {
|
|
1781
|
+
color: #3aaa35;
|
|
1782
|
+
}
|
|
1783
|
+
.api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
|
|
1784
|
+
color: #faad14;
|
|
1785
|
+
}
|
|
1786
|
+
.api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
|
|
1787
|
+
color: #da3f3f;
|
|
1788
|
+
}
|
|
1789
|
+
.api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
|
|
1790
|
+
color: #495d97;
|
|
1791
|
+
}
|
|
1792
|
+
.api-docs-api-tree__endpoint--head .api-docs-api-tree__endpoint-method {
|
|
1793
|
+
color: #9461c9;
|
|
1794
|
+
}
|
|
1795
|
+
.api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
|
|
1796
|
+
color: #58e2c2;
|
|
1797
1797
|
}.codebox {
|
|
1798
1798
|
border-radius: 0.25rem;
|
|
1799
1799
|
overflow: hidden;
|
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.75
|
|
2
|
+
export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.75-31099-develop
|
|
3
|
+
export IMAGE_TAG=1.0.75-31099-develop
|
|
4
4
|
export TARGET_ENV=dev
|