@gravitee/ui-policy-studio-angular 16.1.0-apim-11657-adapt-ui-for-llm-0f84059 → 16.1.0-apim-11657-adapt-ui-for-llm-5119b8f
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/index.d.ts +1 -1
- package/package.json +1 -1
- package/testing/index.d.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ declare const toHttpMethod: (value: string) => HttpMethod | undefined;
|
|
|
8
8
|
|
|
9
9
|
type Operation = 'PUBLISH' | 'SUBSCRIBE';
|
|
10
10
|
type Operator = 'EQUALS' | 'STARTS_WITH';
|
|
11
|
-
type BaseSelectorTypeEnum = 'HTTP' | 'CHANNEL' | 'CONDITION' | 'MCP'
|
|
11
|
+
type BaseSelectorTypeEnum = 'HTTP' | 'CHANNEL' | 'CONDITION' | 'MCP';
|
|
12
12
|
interface BaseSelector {
|
|
13
13
|
/**
|
|
14
14
|
* Selector type.
|
package/package.json
CHANGED
package/testing/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ type HttpMethod = (typeof HttpMethods)[number];
|
|
|
6
6
|
|
|
7
7
|
type Operation = 'PUBLISH' | 'SUBSCRIBE';
|
|
8
8
|
type Operator = 'EQUALS' | 'STARTS_WITH';
|
|
9
|
-
type BaseSelectorTypeEnum = 'HTTP' | 'CHANNEL' | 'CONDITION' | 'MCP'
|
|
9
|
+
type BaseSelectorTypeEnum = 'HTTP' | 'CHANNEL' | 'CONDITION' | 'MCP';
|
|
10
10
|
interface BaseSelector {
|
|
11
11
|
/**
|
|
12
12
|
* Selector type.
|