Skip to content

Commit 57bf163

Browse files
Rebuild with latest dependencies (#30)
Co-authored-by: mraible <17892+mraible@users.noreply.github.com>
1 parent 8d3d93c commit 57bf163

File tree

1 file changed

+277
-15
lines changed
  • ui/extensions/hello/src/dist

1 file changed

+277
-15
lines changed

ui/extensions/hello/src/dist/app.js

Lines changed: 277 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,6 +1651,217 @@ class AlertsApiBridge {
16511651
}
16521652
}
16531653

1654+
/**
1655+
*
1656+
* This file is autogenerated.
1657+
*
1658+
* DO NOT EDIT DIRECTLY
1659+
*
1660+
**/
1661+
class CloudSecurityAssetsApiBridge {
1662+
bridge;
1663+
constructor(bridge) {
1664+
this.bridge = bridge;
1665+
}
1666+
getBridge() {
1667+
return this.bridge;
1668+
}
1669+
async getAggregatesResourcesCountByManagedByV1(urlParams = {}) {
1670+
const message = {
1671+
type: 'api',
1672+
api: 'cloudSecurityAssets',
1673+
method: 'getAggregatesResourcesCountByManagedByV1',
1674+
payload: {
1675+
params: urlParams,
1676+
},
1677+
};
1678+
return this.bridge.postMessage(message);
1679+
}
1680+
}
1681+
1682+
/**
1683+
*
1684+
* This file is autogenerated.
1685+
*
1686+
* DO NOT EDIT DIRECTLY
1687+
*
1688+
**/
1689+
class CloudregistrationApiBridge {
1690+
bridge;
1691+
constructor(bridge) {
1692+
this.bridge = bridge;
1693+
}
1694+
getBridge() {
1695+
return this.bridge;
1696+
}
1697+
async getCloudSecurityRegistrationAwsCombinedAccountsV1(urlParams = {}) {
1698+
const message = {
1699+
type: 'api',
1700+
api: 'cloudregistration',
1701+
method: 'getCloudSecurityRegistrationAwsCombinedAccountsV1',
1702+
payload: {
1703+
params: urlParams,
1704+
},
1705+
};
1706+
return this.bridge.postMessage(message);
1707+
}
1708+
}
1709+
1710+
/**
1711+
*
1712+
* This file is autogenerated.
1713+
*
1714+
* DO NOT EDIT DIRECTLY
1715+
*
1716+
**/
1717+
class ContainerSecurityApiBridge {
1718+
bridge;
1719+
constructor(bridge) {
1720+
this.bridge = bridge;
1721+
}
1722+
getBridge() {
1723+
return this.bridge;
1724+
}
1725+
async getAggregatesClustersCountV1(urlParams = {}) {
1726+
const message = {
1727+
type: 'api',
1728+
api: 'containerSecurity',
1729+
method: 'getAggregatesClustersCountV1',
1730+
payload: {
1731+
params: urlParams,
1732+
},
1733+
};
1734+
return this.bridge.postMessage(message);
1735+
}
1736+
async getAggregatesContainersCountV1(urlParams = {}) {
1737+
const message = {
1738+
type: 'api',
1739+
api: 'containerSecurity',
1740+
method: 'getAggregatesContainersCountV1',
1741+
payload: {
1742+
params: urlParams,
1743+
},
1744+
};
1745+
return this.bridge.postMessage(message);
1746+
}
1747+
async getAggregatesContainersGroupByManagedV1(urlParams = {}) {
1748+
const message = {
1749+
type: 'api',
1750+
api: 'containerSecurity',
1751+
method: 'getAggregatesContainersGroupByManagedV1',
1752+
payload: {
1753+
params: urlParams,
1754+
},
1755+
};
1756+
return this.bridge.postMessage(message);
1757+
}
1758+
async getAggregatesContainersSensorCoverageV1(urlParams = {}) {
1759+
const message = {
1760+
type: 'api',
1761+
api: 'containerSecurity',
1762+
method: 'getAggregatesContainersSensorCoverageV1',
1763+
payload: {
1764+
params: urlParams,
1765+
},
1766+
};
1767+
return this.bridge.postMessage(message);
1768+
}
1769+
async getAggregatesImagesCountByStateV1(urlParams = {}) {
1770+
const message = {
1771+
type: 'api',
1772+
api: 'containerSecurity',
1773+
method: 'getAggregatesImagesCountByStateV1',
1774+
payload: {
1775+
params: urlParams,
1776+
},
1777+
};
1778+
return this.bridge.postMessage(message);
1779+
}
1780+
async getAggregatesNodesCountV1(urlParams = {}) {
1781+
const message = {
1782+
type: 'api',
1783+
api: 'containerSecurity',
1784+
method: 'getAggregatesNodesCountV1',
1785+
payload: {
1786+
params: urlParams,
1787+
},
1788+
};
1789+
return this.bridge.postMessage(message);
1790+
}
1791+
async getAggregatesPodsCountV1(urlParams = {}) {
1792+
const message = {
1793+
type: 'api',
1794+
api: 'containerSecurity',
1795+
method: 'getAggregatesPodsCountV1',
1796+
payload: {
1797+
params: urlParams,
1798+
},
1799+
};
1800+
return this.bridge.postMessage(message);
1801+
}
1802+
async getAggregatesUnidentifiedContainersCountV1(urlParams = {}) {
1803+
const message = {
1804+
type: 'api',
1805+
api: 'containerSecurity',
1806+
method: 'getAggregatesUnidentifiedContainersCountV1',
1807+
payload: {
1808+
params: urlParams,
1809+
},
1810+
};
1811+
return this.bridge.postMessage(message);
1812+
}
1813+
async getCombinedClustersV1(urlParams = {}) {
1814+
const message = {
1815+
type: 'api',
1816+
api: 'containerSecurity',
1817+
method: 'getCombinedClustersV1',
1818+
payload: {
1819+
params: urlParams,
1820+
},
1821+
};
1822+
return this.bridge.postMessage(message);
1823+
}
1824+
}
1825+
1826+
/**
1827+
*
1828+
* This file is autogenerated.
1829+
*
1830+
* DO NOT EDIT DIRECTLY
1831+
*
1832+
**/
1833+
class CspmRegistrationApiBridge {
1834+
bridge;
1835+
constructor(bridge) {
1836+
this.bridge = bridge;
1837+
}
1838+
getBridge() {
1839+
return this.bridge;
1840+
}
1841+
async getCspmregistrationCloudConnectCspmAzureCombinedAccountsV1(urlParams = {}) {
1842+
const message = {
1843+
type: 'api',
1844+
api: 'cspmRegistration',
1845+
method: 'getCspmregistrationCloudConnectCspmAzureCombinedAccountsV1',
1846+
payload: {
1847+
params: urlParams,
1848+
},
1849+
};
1850+
return this.bridge.postMessage(message);
1851+
}
1852+
async getCspmregistrationCloudConnectCspmGcpCombinedAccountsV1(urlParams = {}) {
1853+
const message = {
1854+
type: 'api',
1855+
api: 'cspmRegistration',
1856+
method: 'getCspmregistrationCloudConnectCspmGcpCombinedAccountsV1',
1857+
payload: {
1858+
params: urlParams,
1859+
},
1860+
};
1861+
return this.bridge.postMessage(message);
1862+
}
1863+
}
1864+
16541865
/**
16551866
*
16561867
* This file is autogenerated.
@@ -2896,6 +3107,34 @@ class PluginsApiBridge {
28963107
}
28973108
}
28983109

3110+
/**
3111+
*
3112+
* This file is autogenerated.
3113+
*
3114+
* DO NOT EDIT DIRECTLY
3115+
*
3116+
**/
3117+
class RegistryAssessmentApiBridge {
3118+
bridge;
3119+
constructor(bridge) {
3120+
this.bridge = bridge;
3121+
}
3122+
getBridge() {
3123+
return this.bridge;
3124+
}
3125+
async getAggregatesRegistriesCountByStateV1(urlParams = {}) {
3126+
const message = {
3127+
type: 'api',
3128+
api: 'registryAssessment',
3129+
method: 'getAggregatesRegistriesCountByStateV1',
3130+
payload: {
3131+
params: urlParams,
3132+
},
3133+
};
3134+
return this.bridge.postMessage(message);
3135+
}
3136+
}
3137+
28993138
/**
29003139
*
29013140
* This file is autogenerated.
@@ -3109,9 +3348,6 @@ class FalconPublicApis {
31093348
assertConnection(this.api);
31103349
return new MitreApiBridge(this.api.bridge);
31113350
}
3112-
/**
3113-
* @internal
3114-
*/
31153351
get plugins() {
31163352
assertConnection(this.api);
31173353
return new PluginsApiBridge(this.api.bridge);
@@ -3128,27 +3364,38 @@ class FalconPublicApis {
31283364
assertConnection(this.api);
31293365
return new WorkflowsApiBridge(this.api.bridge);
31303366
}
3131-
/**
3132-
* @internal
3133-
*/
3367+
get cloudSecurityAssets() {
3368+
assertConnection(this.api);
3369+
return new CloudSecurityAssetsApiBridge(this.api.bridge);
3370+
}
3371+
get cloudregistration() {
3372+
assertConnection(this.api);
3373+
return new CloudregistrationApiBridge(this.api.bridge);
3374+
}
3375+
get containerSecurity() {
3376+
assertConnection(this.api);
3377+
return new ContainerSecurityApiBridge(this.api.bridge);
3378+
}
3379+
get cspmRegistration() {
3380+
assertConnection(this.api);
3381+
return new CspmRegistrationApiBridge(this.api.bridge);
3382+
}
31343383
get customobjects() {
31353384
assertConnection(this.api);
31363385
return new CustomobjectsApiBridge(this.api.bridge);
31373386
}
3138-
/**
3139-
* @internal
3140-
*/
31413387
get faasGateway() {
31423388
assertConnection(this.api);
31433389
return new FaasGatewayApiBridge(this.api.bridge);
31443390
}
3145-
/**
3146-
* @internal
3147-
*/
31483391
get loggingapi() {
31493392
assertConnection(this.api);
31503393
return new LoggingapiApiBridge(this.api.bridge);
31513394
}
3395+
get registryAssessment() {
3396+
assertConnection(this.api);
3397+
return new RegistryAssessmentApiBridge(this.api.bridge);
3398+
}
31523399
}
31533400
__decorate([
31543401
Memoize()
@@ -3180,6 +3427,18 @@ __decorate([
31803427
__decorate([
31813428
Memoize()
31823429
], FalconPublicApis.prototype, "workflows", null);
3430+
__decorate([
3431+
Memoize()
3432+
], FalconPublicApis.prototype, "cloudSecurityAssets", null);
3433+
__decorate([
3434+
Memoize()
3435+
], FalconPublicApis.prototype, "cloudregistration", null);
3436+
__decorate([
3437+
Memoize()
3438+
], FalconPublicApis.prototype, "containerSecurity", null);
3439+
__decorate([
3440+
Memoize()
3441+
], FalconPublicApis.prototype, "cspmRegistration", null);
31833442
__decorate([
31843443
Memoize()
31853444
], FalconPublicApis.prototype, "customobjects", null);
@@ -3189,6 +3448,9 @@ __decorate([
31893448
__decorate([
31903449
Memoize()
31913450
], FalconPublicApis.prototype, "loggingapi", null);
3451+
__decorate([
3452+
Memoize()
3453+
], FalconPublicApis.prototype, "registryAssessment", null);
31923454

31933455
class ApiIntegration {
31943456
falcon;
@@ -3895,7 +4157,7 @@ function useFalconApiContext() {
38954157
}
38964158

38974159
/**
3898-
* react-router v7.7.1
4160+
* react-router v7.8.0
38994161
*
39004162
* Copyright (c) Remix Software Inc.
39014163
*
@@ -5258,7 +5520,7 @@ function PrefetchPageLinksImpl({
52585520
return /* @__PURE__ */ reactExports.createElement(reactExports.Fragment, null, dataHrefs.map((href) => /* @__PURE__ */ reactExports.createElement("link", { key: href, rel: "prefetch", as: "fetch", href, ...linkProps })), moduleHrefs.map((href) => /* @__PURE__ */ reactExports.createElement("link", { key: href, rel: "modulepreload", href, ...linkProps })), keyedPrefetchLinks.map(({ key, link }) => (
52595521
// these don't spread `linkProps` because they are full link descriptors
52605522
// already with their own props
5261-
/* @__PURE__ */ reactExports.createElement("link", { key, ...link })
5523+
/* @__PURE__ */ reactExports.createElement("link", { key, nonce: linkProps.nonce, ...link })
52625524
)));
52635525
}
52645526
function mergeRefs(...refs) {
@@ -5276,7 +5538,7 @@ var isBrowser = typeof window !== "undefined" && typeof window.document !== "und
52765538
try {
52775539
if (isBrowser) {
52785540
window.__reactRouterVersion = // @ts-expect-error
5279-
"7.7.1";
5541+
"7.8.0";
52805542
}
52815543
} catch (e) {
52825544
}

0 commit comments

Comments
 (0)