@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.79 → 0.0.1-alpha.80

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.
@@ -1,9 +1 @@
1
- type TDataMap = {
2
- [key: string]: any;
3
- };
4
- export declare const parseMutliqueryText: ({ text, multiQueryData }: {
5
- text?: string | undefined;
6
- multiQueryData: TDataMap;
7
- }) => string;
8
1
  export declare const serializeLabels: (input: unknown) => string;
9
- export {};
@@ -1,10 +1,3 @@
1
- type TDataMap = {
2
- [key: string]: any;
3
- };
4
- export declare const parseMutliqueryText: ({ text, multiQueryData }: {
5
- text?: string | undefined;
6
- multiQueryData: TDataMap;
7
- }) => string;
8
1
  export declare const getRunningContainerNames: (pod: unknown & {
9
2
  status: unknown & {
10
3
  containerStatuses: {
@@ -21,4 +14,3 @@ export declare const getRunningContainerNames: (pod: unknown & {
21
14
  containers: string[];
22
15
  initContainers: string[];
23
16
  };
24
- export {};
@@ -1,10 +1,3 @@
1
- type TDataMap = {
2
- [key: string]: any;
3
- };
4
- export declare const parseMutliqueryText: ({ text, multiQueryData }: {
5
- text?: string | undefined;
6
- multiQueryData: TDataMap;
7
- }) => string;
8
1
  export declare const getRunningContainerNames: (pod: unknown & {
9
2
  status: unknown & {
10
3
  containerStatuses: {
@@ -15,4 +8,3 @@ export declare const getRunningContainerNames: (pod: unknown & {
15
8
  }[];
16
9
  };
17
10
  }) => string[];
18
- export {};
@@ -0,0 +1,21 @@
1
+ export declare const parsePartsOfUrl: ({ template, replaceValues, }: {
2
+ template: string;
3
+ replaceValues: Record<string, string | undefined>;
4
+ }) => string;
5
+ type TDataMap = {
6
+ [key: string]: any;
7
+ };
8
+ export declare const parseMutliqueryText: ({ text, multiQueryData }: {
9
+ text?: string | undefined;
10
+ multiQueryData: TDataMap;
11
+ }) => string;
12
+ export declare const parseJsonPathTemplate: ({ text, multiQueryData, }: {
13
+ text?: string | undefined;
14
+ multiQueryData: TDataMap;
15
+ }) => string;
16
+ export declare const parseAll: ({ text, replaceValues, multiQueryData, }: {
17
+ text: string;
18
+ replaceValues: Record<string, string | undefined>;
19
+ multiQueryData: TDataMap;
20
+ }) => string;
21
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prorobotech/openapi-k8s-toolkit",
3
- "version": "0.0.1-alpha.79",
3
+ "version": "0.0.1-alpha.80",
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",
@@ -1,8 +0,0 @@
1
- type TDataMap = {
2
- [key: string]: any;
3
- };
4
- export declare const parseMutliqueryText: ({ text, multiQueryData }: {
5
- text?: string | undefined;
6
- multiQueryData: TDataMap;
7
- }) => string;
8
- export {};
@@ -1,8 +0,0 @@
1
- type TDataMap = {
2
- [key: string]: any;
3
- };
4
- export declare const parseMutliqueryText: ({ text, multiQueryData }: {
5
- text?: string | undefined;
6
- multiQueryData: TDataMap;
7
- }) => string;
8
- export {};
@@ -1,8 +0,0 @@
1
- type TDataMap = {
2
- [key: string]: any;
3
- };
4
- export declare const parseMutliqueryText: ({ text, multiQueryData }: {
5
- text?: string | undefined;
6
- multiQueryData: TDataMap;
7
- }) => string;
8
- export {};