@terasky/backstage-plugin-vcf-automation 1.5.2 → 1.6.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 +26 -26
- package/package.json +14 -16
package/dist/alpha.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
|
5
5
|
import { Entity } from '@backstage/catalog-model';
|
|
6
6
|
|
|
7
7
|
/** @alpha */
|
|
8
|
-
declare const vcfAutomationApi: _backstage_frontend_plugin_api.
|
|
8
|
+
declare const vcfAutomationApi: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
9
9
|
kind: "api";
|
|
10
10
|
name: "vcfAutomationApi";
|
|
11
11
|
config: {};
|
|
@@ -15,7 +15,7 @@ declare const vcfAutomationApi: _backstage_frontend_plugin_api.ExtensionDefiniti
|
|
|
15
15
|
params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_core_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_core_plugin_api.AnyApiFactory>;
|
|
16
16
|
}>;
|
|
17
17
|
/** @alpha */
|
|
18
|
-
declare const vcfDeploymentOverviewCard: _backstage_frontend_plugin_api.
|
|
18
|
+
declare const vcfDeploymentOverviewCard: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
19
19
|
kind: "entity-card";
|
|
20
20
|
name: "vcf-automation.deployment-overview";
|
|
21
21
|
config: {
|
|
@@ -41,7 +41,7 @@ declare const vcfDeploymentOverviewCard: _backstage_frontend_plugin_api.Extensio
|
|
|
41
41
|
};
|
|
42
42
|
}>;
|
|
43
43
|
/** @alpha */
|
|
44
|
-
declare const vcfDeploymentContent: _backstage_frontend_plugin_api.
|
|
44
|
+
declare const vcfDeploymentContent: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
45
45
|
kind: "entity-content";
|
|
46
46
|
name: "vcf-automation.deployment-details";
|
|
47
47
|
config: {
|
|
@@ -79,7 +79,7 @@ declare const vcfDeploymentContent: _backstage_frontend_plugin_api.ExtensionDefi
|
|
|
79
79
|
};
|
|
80
80
|
}>;
|
|
81
81
|
/** @alpha */
|
|
82
|
-
declare const vcfVSphereVMOverviewCard: _backstage_frontend_plugin_api.
|
|
82
|
+
declare const vcfVSphereVMOverviewCard: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
83
83
|
kind: "entity-card";
|
|
84
84
|
name: "vcf-automation.vsphere-vm-overview";
|
|
85
85
|
config: {
|
|
@@ -105,7 +105,7 @@ declare const vcfVSphereVMOverviewCard: _backstage_frontend_plugin_api.Extension
|
|
|
105
105
|
};
|
|
106
106
|
}>;
|
|
107
107
|
/** @alpha */
|
|
108
|
-
declare const vcfVSphereVMContent: _backstage_frontend_plugin_api.
|
|
108
|
+
declare const vcfVSphereVMContent: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
109
109
|
kind: "entity-content";
|
|
110
110
|
name: "vcf-automation.vsphere-vm-details";
|
|
111
111
|
config: {
|
|
@@ -143,7 +143,7 @@ declare const vcfVSphereVMContent: _backstage_frontend_plugin_api.ExtensionDefin
|
|
|
143
143
|
};
|
|
144
144
|
}>;
|
|
145
145
|
/** @alpha */
|
|
146
|
-
declare const vcfProjectOverviewCard: _backstage_frontend_plugin_api.
|
|
146
|
+
declare const vcfProjectOverviewCard: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
147
147
|
kind: "entity-card";
|
|
148
148
|
name: "vcf-automation.project-overview";
|
|
149
149
|
config: {
|
|
@@ -169,7 +169,7 @@ declare const vcfProjectOverviewCard: _backstage_frontend_plugin_api.ExtensionDe
|
|
|
169
169
|
};
|
|
170
170
|
}>;
|
|
171
171
|
/** @alpha */
|
|
172
|
-
declare const vcfProjectContent: _backstage_frontend_plugin_api.
|
|
172
|
+
declare const vcfProjectContent: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
173
173
|
kind: "entity-content";
|
|
174
174
|
name: "vcf-automation.project-details";
|
|
175
175
|
config: {
|
|
@@ -207,7 +207,7 @@ declare const vcfProjectContent: _backstage_frontend_plugin_api.ExtensionDefinit
|
|
|
207
207
|
};
|
|
208
208
|
}>;
|
|
209
209
|
/** @alpha */
|
|
210
|
-
declare const vcfGenericResourceOverviewCard: _backstage_frontend_plugin_api.
|
|
210
|
+
declare const vcfGenericResourceOverviewCard: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
211
211
|
kind: "entity-card";
|
|
212
212
|
name: "vcf-automation.generic-resource-overview";
|
|
213
213
|
config: {
|
|
@@ -233,7 +233,7 @@ declare const vcfGenericResourceOverviewCard: _backstage_frontend_plugin_api.Ext
|
|
|
233
233
|
};
|
|
234
234
|
}>;
|
|
235
235
|
/** @alpha */
|
|
236
|
-
declare const vcfGenericResourceContent: _backstage_frontend_plugin_api.
|
|
236
|
+
declare const vcfGenericResourceContent: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
237
237
|
kind: "entity-content";
|
|
238
238
|
name: "vcf-automation.generic-resource-details";
|
|
239
239
|
config: {
|
|
@@ -271,7 +271,7 @@ declare const vcfGenericResourceContent: _backstage_frontend_plugin_api.Extensio
|
|
|
271
271
|
};
|
|
272
272
|
}>;
|
|
273
273
|
/** @alpha */
|
|
274
|
-
declare const vcfCCINamespaceOverviewCard: _backstage_frontend_plugin_api.
|
|
274
|
+
declare const vcfCCINamespaceOverviewCard: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
275
275
|
kind: "entity-card";
|
|
276
276
|
name: "vcf-automation.cci-namespace-overview";
|
|
277
277
|
config: {
|
|
@@ -297,7 +297,7 @@ declare const vcfCCINamespaceOverviewCard: _backstage_frontend_plugin_api.Extens
|
|
|
297
297
|
};
|
|
298
298
|
}>;
|
|
299
299
|
/** @alpha */
|
|
300
|
-
declare const vcfCCINamespaceContent: _backstage_frontend_plugin_api.
|
|
300
|
+
declare const vcfCCINamespaceContent: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
301
301
|
kind: "entity-content";
|
|
302
302
|
name: "vcf-automation.cci-namespace-details";
|
|
303
303
|
config: {
|
|
@@ -335,7 +335,7 @@ declare const vcfCCINamespaceContent: _backstage_frontend_plugin_api.ExtensionDe
|
|
|
335
335
|
};
|
|
336
336
|
}>;
|
|
337
337
|
/** @alpha */
|
|
338
|
-
declare const vcfCCIResourceOverviewCard: _backstage_frontend_plugin_api.
|
|
338
|
+
declare const vcfCCIResourceOverviewCard: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
339
339
|
kind: "entity-card";
|
|
340
340
|
name: "vcf-automation.cci-resource-overview";
|
|
341
341
|
config: {
|
|
@@ -361,7 +361,7 @@ declare const vcfCCIResourceOverviewCard: _backstage_frontend_plugin_api.Extensi
|
|
|
361
361
|
};
|
|
362
362
|
}>;
|
|
363
363
|
/** @alpha */
|
|
364
|
-
declare const vcfCCIResourceContent: _backstage_frontend_plugin_api.
|
|
364
|
+
declare const vcfCCIResourceContent: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
365
365
|
kind: "entity-content";
|
|
366
366
|
name: "vcf-automation.cci-resource-details";
|
|
367
367
|
config: {
|
|
@@ -400,7 +400,7 @@ declare const vcfCCIResourceContent: _backstage_frontend_plugin_api.ExtensionDef
|
|
|
400
400
|
}>;
|
|
401
401
|
/** @alpha */
|
|
402
402
|
declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{}, {}, {
|
|
403
|
-
"api:vcf-automation/vcfAutomationApi": _backstage_frontend_plugin_api.
|
|
403
|
+
"api:vcf-automation/vcfAutomationApi": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
404
404
|
kind: "api";
|
|
405
405
|
name: "vcfAutomationApi";
|
|
406
406
|
config: {};
|
|
@@ -409,7 +409,7 @@ declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFro
|
|
|
409
409
|
inputs: {};
|
|
410
410
|
params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_core_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_core_plugin_api.AnyApiFactory>;
|
|
411
411
|
}>;
|
|
412
|
-
"entity-card:vcf-automation/vcf-automation.cci-namespace-overview": _backstage_frontend_plugin_api.
|
|
412
|
+
"entity-card:vcf-automation/vcf-automation.cci-namespace-overview": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
413
413
|
kind: "entity-card";
|
|
414
414
|
name: "vcf-automation.cci-namespace-overview";
|
|
415
415
|
config: {
|
|
@@ -434,7 +434,7 @@ declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFro
|
|
|
434
434
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType;
|
|
435
435
|
};
|
|
436
436
|
}>;
|
|
437
|
-
"entity-card:vcf-automation/vcf-automation.cci-resource-overview": _backstage_frontend_plugin_api.
|
|
437
|
+
"entity-card:vcf-automation/vcf-automation.cci-resource-overview": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
438
438
|
kind: "entity-card";
|
|
439
439
|
name: "vcf-automation.cci-resource-overview";
|
|
440
440
|
config: {
|
|
@@ -459,7 +459,7 @@ declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFro
|
|
|
459
459
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType;
|
|
460
460
|
};
|
|
461
461
|
}>;
|
|
462
|
-
"entity-card:vcf-automation/vcf-automation.deployment-overview": _backstage_frontend_plugin_api.
|
|
462
|
+
"entity-card:vcf-automation/vcf-automation.deployment-overview": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
463
463
|
kind: "entity-card";
|
|
464
464
|
name: "vcf-automation.deployment-overview";
|
|
465
465
|
config: {
|
|
@@ -484,7 +484,7 @@ declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFro
|
|
|
484
484
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType;
|
|
485
485
|
};
|
|
486
486
|
}>;
|
|
487
|
-
"entity-card:vcf-automation/vcf-automation.generic-resource-overview": _backstage_frontend_plugin_api.
|
|
487
|
+
"entity-card:vcf-automation/vcf-automation.generic-resource-overview": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
488
488
|
kind: "entity-card";
|
|
489
489
|
name: "vcf-automation.generic-resource-overview";
|
|
490
490
|
config: {
|
|
@@ -509,7 +509,7 @@ declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFro
|
|
|
509
509
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType;
|
|
510
510
|
};
|
|
511
511
|
}>;
|
|
512
|
-
"entity-card:vcf-automation/vcf-automation.project-overview": _backstage_frontend_plugin_api.
|
|
512
|
+
"entity-card:vcf-automation/vcf-automation.project-overview": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
513
513
|
kind: "entity-card";
|
|
514
514
|
name: "vcf-automation.project-overview";
|
|
515
515
|
config: {
|
|
@@ -534,7 +534,7 @@ declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFro
|
|
|
534
534
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType;
|
|
535
535
|
};
|
|
536
536
|
}>;
|
|
537
|
-
"entity-card:vcf-automation/vcf-automation.vsphere-vm-overview": _backstage_frontend_plugin_api.
|
|
537
|
+
"entity-card:vcf-automation/vcf-automation.vsphere-vm-overview": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
538
538
|
kind: "entity-card";
|
|
539
539
|
name: "vcf-automation.vsphere-vm-overview";
|
|
540
540
|
config: {
|
|
@@ -559,7 +559,7 @@ declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFro
|
|
|
559
559
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType;
|
|
560
560
|
};
|
|
561
561
|
}>;
|
|
562
|
-
"entity-content:vcf-automation/vcf-automation.cci-namespace-details": _backstage_frontend_plugin_api.
|
|
562
|
+
"entity-content:vcf-automation/vcf-automation.cci-namespace-details": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
563
563
|
kind: "entity-content";
|
|
564
564
|
name: "vcf-automation.cci-namespace-details";
|
|
565
565
|
config: {
|
|
@@ -596,7 +596,7 @@ declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFro
|
|
|
596
596
|
filter?: string | _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: Entity) => boolean);
|
|
597
597
|
};
|
|
598
598
|
}>;
|
|
599
|
-
"entity-content:vcf-automation/vcf-automation.cci-resource-details": _backstage_frontend_plugin_api.
|
|
599
|
+
"entity-content:vcf-automation/vcf-automation.cci-resource-details": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
600
600
|
kind: "entity-content";
|
|
601
601
|
name: "vcf-automation.cci-resource-details";
|
|
602
602
|
config: {
|
|
@@ -633,7 +633,7 @@ declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFro
|
|
|
633
633
|
filter?: string | _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: Entity) => boolean);
|
|
634
634
|
};
|
|
635
635
|
}>;
|
|
636
|
-
"entity-content:vcf-automation/vcf-automation.deployment-details": _backstage_frontend_plugin_api.
|
|
636
|
+
"entity-content:vcf-automation/vcf-automation.deployment-details": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
637
637
|
kind: "entity-content";
|
|
638
638
|
name: "vcf-automation.deployment-details";
|
|
639
639
|
config: {
|
|
@@ -670,7 +670,7 @@ declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFro
|
|
|
670
670
|
filter?: string | _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: Entity) => boolean);
|
|
671
671
|
};
|
|
672
672
|
}>;
|
|
673
|
-
"entity-content:vcf-automation/vcf-automation.generic-resource-details": _backstage_frontend_plugin_api.
|
|
673
|
+
"entity-content:vcf-automation/vcf-automation.generic-resource-details": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
674
674
|
kind: "entity-content";
|
|
675
675
|
name: "vcf-automation.generic-resource-details";
|
|
676
676
|
config: {
|
|
@@ -707,7 +707,7 @@ declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFro
|
|
|
707
707
|
filter?: string | _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: Entity) => boolean);
|
|
708
708
|
};
|
|
709
709
|
}>;
|
|
710
|
-
"entity-content:vcf-automation/vcf-automation.project-details": _backstage_frontend_plugin_api.
|
|
710
|
+
"entity-content:vcf-automation/vcf-automation.project-details": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
711
711
|
kind: "entity-content";
|
|
712
712
|
name: "vcf-automation.project-details";
|
|
713
713
|
config: {
|
|
@@ -744,7 +744,7 @@ declare const vcfAutomationPlugin: _backstage_frontend_plugin_api.OverridableFro
|
|
|
744
744
|
filter?: string | _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: Entity) => boolean);
|
|
745
745
|
};
|
|
746
746
|
}>;
|
|
747
|
-
"entity-content:vcf-automation/vcf-automation.vsphere-vm-details": _backstage_frontend_plugin_api.
|
|
747
|
+
"entity-content:vcf-automation/vcf-automation.vsphere-vm-details": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
748
748
|
kind: "entity-content";
|
|
749
749
|
name: "vcf-automation.vsphere-vm-details";
|
|
750
750
|
config: {
|
package/package.json
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terasky/backstage-plugin-vcf-automation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
|
-
"main": "dist/index.esm.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
5
|
+
"main": "./dist/index.esm.js",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
8
|
-
"access": "public"
|
|
9
|
-
"main": "dist/index.esm.js",
|
|
10
|
-
"types": "dist/index.d.ts"
|
|
8
|
+
"access": "public"
|
|
11
9
|
},
|
|
12
10
|
"repository": {
|
|
13
11
|
"type": "git",
|
|
@@ -38,17 +36,17 @@
|
|
|
38
36
|
"postpack": "backstage-cli package postpack"
|
|
39
37
|
},
|
|
40
38
|
"dependencies": {
|
|
41
|
-
"@backstage/core-components": "^0.18.
|
|
42
|
-
"@backstage/core-plugin-api": "^1.
|
|
43
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
44
|
-
"@backstage/plugin-catalog-react": "^1.21.
|
|
45
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
39
|
+
"@backstage/core-components": "^0.18.3",
|
|
40
|
+
"@backstage/core-plugin-api": "^1.12.0",
|
|
41
|
+
"@backstage/frontend-plugin-api": "^0.13.1",
|
|
42
|
+
"@backstage/plugin-catalog-react": "^1.21.3",
|
|
43
|
+
"@backstage/plugin-permission-react": "^0.4.38",
|
|
46
44
|
"@backstage/theme": "^0.7.0",
|
|
47
45
|
"@material-ui/core": "^4.12.4",
|
|
48
46
|
"@material-ui/icons": "^4.11.3",
|
|
49
47
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
50
48
|
"@monaco-editor/react": "^4.7.0",
|
|
51
|
-
"@terasky/backstage-plugin-vcf-automation-common": "^1.2.
|
|
49
|
+
"@terasky/backstage-plugin-vcf-automation-common": "^1.2.6",
|
|
52
50
|
"js-yaml": "^4.1.0",
|
|
53
51
|
"react-use": "^17.6.0"
|
|
54
52
|
},
|
|
@@ -58,10 +56,10 @@
|
|
|
58
56
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
59
57
|
},
|
|
60
58
|
"devDependencies": {
|
|
61
|
-
"@backstage/cli": "^0.34.
|
|
62
|
-
"@backstage/core-app-api": "^1.19.
|
|
63
|
-
"@backstage/dev-utils": "^1.1.
|
|
64
|
-
"@backstage/test-utils": "^1.7.
|
|
59
|
+
"@backstage/cli": "^0.34.5",
|
|
60
|
+
"@backstage/core-app-api": "^1.19.2",
|
|
61
|
+
"@backstage/dev-utils": "^1.1.17",
|
|
62
|
+
"@backstage/test-utils": "^1.7.13",
|
|
65
63
|
"@testing-library/jest-dom": "^5.10.1",
|
|
66
64
|
"@testing-library/react": "^12.1.3",
|
|
67
65
|
"@testing-library/user-event": "^14.0.0",
|