@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.85 → 0.0.1-alpha.86

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.
@@ -7,5 +7,6 @@ export type TMarketPlaceProps = {
7
7
  mpResourceName: string;
8
8
  mpResourceKind: string;
9
9
  baseprefix?: string;
10
+ standalone?: boolean;
10
11
  };
11
12
  export declare const MarketPlace: FC<TMarketPlaceProps>;
@@ -8,5 +8,6 @@ export type TMarketplaceCardProps = {
8
8
  onDeleteClick?: () => void;
9
9
  onEditClick?: () => void;
10
10
  addedMode?: boolean;
11
+ standalone?: boolean;
11
12
  } & Omit<TMarketPlacePanel, 'hidden'>;
12
13
  export declare const MarketplaceCard: FC<TMarketplaceCardProps>;
@@ -71,6 +71,7 @@ export type TDynamicComponentsAppTypeMap = {
71
71
  mpResourceName: string;
72
72
  mpResourceKind: string;
73
73
  baseprefix?: string;
74
+ standalone?: boolean;
74
75
  };
75
76
  ContentCard: {
76
77
  id: number;
@@ -80,8 +81,7 @@ export type TDynamicComponentsAppTypeMap = {
80
81
  } & TSpacerProps;
81
82
  StatusText: {
82
83
  id: number;
83
- requestIndex: number;
84
- jsonPath: string;
84
+ value: string;
85
85
  criteria: 'equals' | 'notEquals';
86
86
  valueToCompare: unknown;
87
87
  successText: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prorobotech/openapi-k8s-toolkit",
3
- "version": "0.0.1-alpha.85",
3
+ "version": "0.0.1-alpha.86",
4
4
  "description": "ProRobotech OpenAPI k8s tools",
5
5
  "main": "dist/openapi-k8s-toolkit.cjs.js",
6
6
  "module": "dist/openapi-k8s-toolkit.es.js",