@devtron-labs/devtron-fe-common-lib 1.0.5-beta-1 → 1.0.5-beta-2
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/Common/Policy.Types.d.ts +1 -1
- package/dist/Shared/Components/Plugin/types.d.ts +1 -4
- package/dist/{cssMode-sluf0u88.js → cssMode-DsfcTeTg.js} +1 -1
- package/dist/{freemarker2-z6v53nN_.js → freemarker2-DN9oa2fA.js} +1 -1
- package/dist/{handlebars-9zYTaHNX.js → handlebars-V9wO-aCl.js} +1 -1
- package/dist/{html-21CdOcOp.js → html-eBCalo5T.js} +1 -1
- package/dist/{htmlMode-NhshGuyp.js → htmlMode-DqimOeE1.js} +1 -1
- package/dist/{index-C9ugar21.js → index-CLMYGXv-.js} +5811 -5810
- package/dist/index.js +1 -1
- package/dist/{javascript-BQZXVRpg.js → javascript-DH0NR-CQ.js} +1 -1
- package/dist/{jsonMode-4ozjWI6S.js → jsonMode-YmuBNgPD.js} +1 -1
- package/dist/{liquid-CGElQq6s.js → liquid-Zqa-dxAl.js} +1 -1
- package/dist/{mdx-B9iXctq4.js → mdx-DEFBYVUL.js} +1 -1
- package/dist/{python-Gz_4rWrt.js → python-DMBwDdlW.js} +1 -1
- package/dist/{razor-DkjyXqzW.js → razor-CN40ZvIq.js} +1 -1
- package/dist/{tsMode-CJf6Eo1X.js → tsMode-BQb5D1CB.js} +1 -1
- package/dist/{typescript-7aZQUOU1.js → typescript-8qo_rMP6.js} +1 -1
- package/dist/{xml-7UOQsN7K.js → xml-Ba-p3b9m.js} +1 -1
- package/dist/{yaml-CIZeDr9F.js → yaml-CJg8WDvx.js} +1 -1
- package/package.json +1 -1
|
@@ -67,7 +67,7 @@ export type ProcessPluginDataParamsType = {
|
|
|
67
67
|
/**
|
|
68
68
|
* Would be sent in case we have to get data for steps
|
|
69
69
|
*/
|
|
70
|
-
requiredPluginIds?: PluginDetailPayloadType['
|
|
70
|
+
requiredPluginIds?: PluginDetailPayloadType['pluginIds'];
|
|
71
71
|
} & (ProcessPluginDataCIParamsType | ProcessPluginDataCDParamsType);
|
|
72
72
|
export declare enum ConsequenceAction {
|
|
73
73
|
/**
|
|
@@ -68,10 +68,7 @@ export interface PluginDetailServiceParamsType {
|
|
|
68
68
|
shouldShowError?: boolean;
|
|
69
69
|
signal?: AbortSignal;
|
|
70
70
|
}
|
|
71
|
-
export interface PluginDetailPayloadType extends Pick<PluginDetailServiceParamsType, 'appId'> {
|
|
72
|
-
pluginId?: PluginDetailServiceParamsType['pluginIds'];
|
|
73
|
-
parentPluginId?: PluginDetailServiceParamsType['parentPluginIds'];
|
|
74
|
-
parentPluginIdentifier?: PluginDetailServiceParamsType['parentPluginIdentifiers'][number];
|
|
71
|
+
export interface PluginDetailPayloadType extends Pick<PluginDetailServiceParamsType, 'appId' | 'parentPluginIds' | 'pluginIds' | 'parentPluginIdentifiers'> {
|
|
75
72
|
}
|
|
76
73
|
export interface PluginListFiltersType extends Pick<BaseFilterQueryParams<unknown>, 'searchKey'> {
|
|
77
74
|
selectedTags: string[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Fe = Object.defineProperty;
|
|
2
2
|
var Le = (e, n, i) => n in e ? Fe(e, n, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[n] = i;
|
|
3
3
|
var k = (e, n, i) => Le(e, typeof n != "symbol" ? n + "" : n, i);
|
|
4
|
-
import { m as je } from "./index-
|
|
4
|
+
import { m as je } from "./index-CLMYGXv-.js";
|
|
5
5
|
/*!-----------------------------------------------------------------------------
|
|
6
6
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7
7
|
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-CLMYGXv-.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-CLMYGXv-.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-CLMYGXv-.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Be = Object.defineProperty;
|
|
2
2
|
var $e = (e, n, i) => n in e ? Be(e, n, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[n] = i;
|
|
3
3
|
var k = (e, n, i) => $e(e, typeof n != "symbol" ? n + "" : n, i);
|
|
4
|
-
import { m as qe } from "./index-
|
|
4
|
+
import { m as qe } from "./index-CLMYGXv-.js";
|
|
5
5
|
/*!-----------------------------------------------------------------------------
|
|
6
6
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7
7
|
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|