@gravitee/ui-policy-studio-angular 16.1.0-apim-11657-adapt-ui-for-llm-0f84059 → 16.1.0-apim-11657-adapt-ui-for-llm-db5f894

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 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' | 'LLM';
11
+ type BaseSelectorTypeEnum = 'HTTP' | 'CHANNEL' | 'CONDITION' | 'MCP';
12
12
  interface BaseSelector {
13
13
  /**
14
14
  * Selector type.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-policy-studio-angular",
3
- "version": "16.1.0-apim-11657-adapt-ui-for-llm-0f84059",
3
+ "version": "16.1.0-apim-11657-adapt-ui-for-llm-db5f894",
4
4
  "description": "Gravitee.io - UI Policy Studio Angular",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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' | 'LLM';
9
+ type BaseSelectorTypeEnum = 'HTTP' | 'CHANNEL' | 'CONDITION' | 'MCP';
10
10
  interface BaseSelector {
11
11
  /**
12
12
  * Selector type.