@terasky/backstage-plugin-vcf-automation 1.6.0 → 1.7.0
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/alpha.d.ts +4 -5
- package/dist/index.d.ts +2 -1
- package/package.json +12 -12
package/dist/alpha.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import * as _backstage_plugin_catalog_react_alpha from '@backstage/plugin-catalog-react/alpha';
|
|
3
3
|
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
4
|
-
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
5
4
|
import { Entity } from '@backstage/catalog-model';
|
|
6
5
|
|
|
7
6
|
/** @alpha */
|
|
@@ -10,9 +9,9 @@ declare const vcfAutomationApi: _backstage_frontend_plugin_api.OverridableExtens
|
|
|
10
9
|
name: "vcfAutomationApi";
|
|
11
10
|
config: {};
|
|
12
11
|
configInput: {};
|
|
13
|
-
output: _backstage_frontend_plugin_api.ExtensionDataRef<
|
|
12
|
+
output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
|
|
14
13
|
inputs: {};
|
|
15
|
-
params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params:
|
|
14
|
+
params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
|
|
16
15
|
}>;
|
|
17
16
|
/** @alpha */
|
|
18
17
|
declare const vcfDeploymentOverviewCard: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
@@ -405,9 +404,9 @@ declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFro
|
|
|
405
404
|
name: "vcfAutomationApi";
|
|
406
405
|
config: {};
|
|
407
406
|
configInput: {};
|
|
408
|
-
output: _backstage_frontend_plugin_api.ExtensionDataRef<
|
|
407
|
+
output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
|
|
409
408
|
inputs: {};
|
|
410
|
-
params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params:
|
|
409
|
+
params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
|
|
411
410
|
}>;
|
|
412
411
|
"entity-card:vcf-automation/vcf-automation.cci-namespace-overview": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
413
412
|
kind: "entity-card";
|
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
|
2
2
|
import { DiscoveryApi, IdentityApi } from '@backstage/core-plugin-api';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import react__default from 'react';
|
|
5
|
+
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
5
6
|
|
|
6
7
|
declare const vcfAutomationPlugin: _backstage_core_plugin_api.BackstagePlugin<{
|
|
7
8
|
root: _backstage_core_plugin_api.RouteRef<undefined>;
|
|
@@ -464,7 +465,7 @@ interface VcfAutomationApi {
|
|
|
464
465
|
getSupervisorResourceManifest(namespaceUrnId: string, namespaceName: string, resourceName: string, apiVersion: string, kind: string, instanceName?: string): Promise<any>;
|
|
465
466
|
updateSupervisorResourceManifest(namespaceUrnId: string, namespaceName: string, resourceName: string, apiVersion: string, kind: string, manifest: any, instanceName?: string): Promise<any>;
|
|
466
467
|
}
|
|
467
|
-
declare const vcfAutomationApiRef:
|
|
468
|
+
declare const vcfAutomationApiRef: _backstage_frontend_plugin_api.ApiRef<VcfAutomationApi>;
|
|
468
469
|
declare class VcfAutomationClient implements VcfAutomationApi {
|
|
469
470
|
private readonly discoveryApi;
|
|
470
471
|
private readonly identityApi;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terasky/backstage-plugin-vcf-automation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"postpack": "backstage-cli package postpack"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@backstage/core-components": "^0.18.
|
|
40
|
-
"@backstage/core-plugin-api": "^1.12.
|
|
41
|
-
"@backstage/frontend-plugin-api": "^0.13.
|
|
42
|
-
"@backstage/plugin-catalog-react": "^1.21.
|
|
43
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
44
|
-
"@backstage/theme": "^0.7.
|
|
39
|
+
"@backstage/core-components": "^0.18.4",
|
|
40
|
+
"@backstage/core-plugin-api": "^1.12.1",
|
|
41
|
+
"@backstage/frontend-plugin-api": "^0.13.2",
|
|
42
|
+
"@backstage/plugin-catalog-react": "^1.21.4",
|
|
43
|
+
"@backstage/plugin-permission-react": "^0.4.39",
|
|
44
|
+
"@backstage/theme": "^0.7.1",
|
|
45
45
|
"@material-ui/core": "^4.12.4",
|
|
46
46
|
"@material-ui/icons": "^4.11.3",
|
|
47
47
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
48
48
|
"@monaco-editor/react": "^4.7.0",
|
|
49
|
-
"@terasky/backstage-plugin-vcf-automation-common": "^1.2.
|
|
49
|
+
"@terasky/backstage-plugin-vcf-automation-common": "^1.2.7",
|
|
50
50
|
"js-yaml": "^4.1.0",
|
|
51
51
|
"react-use": "^17.6.0"
|
|
52
52
|
},
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@backstage/cli": "^0.
|
|
60
|
-
"@backstage/core-app-api": "^1.19.
|
|
61
|
-
"@backstage/dev-utils": "^1.1.
|
|
62
|
-
"@backstage/test-utils": "^1.7.
|
|
59
|
+
"@backstage/cli": "^0.35.1",
|
|
60
|
+
"@backstage/core-app-api": "^1.19.3",
|
|
61
|
+
"@backstage/dev-utils": "^1.1.18",
|
|
62
|
+
"@backstage/test-utils": "^1.7.14",
|
|
63
63
|
"@testing-library/jest-dom": "^5.10.1",
|
|
64
64
|
"@testing-library/react": "^12.1.3",
|
|
65
65
|
"@testing-library/user-event": "^14.0.0",
|