@prorobotech/openapi-k8s-toolkit 1.1.0-alpha.12 → 1.1.0-alpha.13

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.
@@ -344,6 +344,10 @@ export type TDynamicComponentsAppTypeMap = {
344
344
  containerStyle?: CSSProperties;
345
345
  listFlexProps?: FlexProps;
346
346
  jsonPathToArrayOfRefs: string;
347
+ forcedApiVersion?: {
348
+ kind: string;
349
+ apiVersion: string;
350
+ }[];
347
351
  forcedNamespace?: string;
348
352
  keysToForcedLabel?: string | string[];
349
353
  forcedRelatedValuePath?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prorobotech/openapi-k8s-toolkit",
3
- "version": "1.1.0-alpha.12",
3
+ "version": "1.1.0-alpha.13",
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",