@ondewo/nlu-client-typescript 3.0.0 → 3.1.0

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.
@@ -2055,6 +2055,7 @@ export enum AgentView {
2055
2055
  AGENT_VIEW_UNSPECIFIED = 0,
2056
2056
  AGENT_VIEW_FULL = 1,
2057
2057
  AGENT_VIEW_SHALLOW = 2,
2058
+ AGENT_VIEW_MINIMUM = 3,
2058
2059
  }
2059
2060
  export enum InitiationProtocol {
2060
2061
  AS_SOON_AS_POSSIBLE = 0,
@@ -16605,7 +16605,8 @@ proto.ondewo.nlu.ReindexAgentRequest.prototype.clearIndexTypesList = function()
16605
16605
  proto.ondewo.nlu.AgentView = {
16606
16606
  AGENT_VIEW_UNSPECIFIED: 0,
16607
16607
  AGENT_VIEW_FULL: 1,
16608
- AGENT_VIEW_SHALLOW: 2
16608
+ AGENT_VIEW_SHALLOW: 2,
16609
+ AGENT_VIEW_MINIMUM: 3
16609
16610
  };
16610
16611
 
16611
16612
  /**
@@ -748,6 +748,7 @@ export enum EntityTypeView {
748
748
  ENTITY_TYPE_VIEW_FULL = 1,
749
749
  ENTITY_TYPE_VIEW_PARTIAL = 2,
750
750
  ENTITY_TYPE_VIEW_SHALLOW = 3,
751
+ ENTITY_TYPE_VIEW_MINIMUM = 4,
751
752
  }
752
753
  export enum EntityTypeCategory {
753
754
  ALL_ENTITY_TYPES = 0,
@@ -5955,7 +5955,8 @@ proto.ondewo.nlu.EntityTypeView = {
5955
5955
  ENTITY_TYPE_VIEW_UNSPECIFIED: 0,
5956
5956
  ENTITY_TYPE_VIEW_FULL: 1,
5957
5957
  ENTITY_TYPE_VIEW_PARTIAL: 2,
5958
- ENTITY_TYPE_VIEW_SHALLOW: 3
5958
+ ENTITY_TYPE_VIEW_SHALLOW: 3,
5959
+ ENTITY_TYPE_VIEW_MINIMUM: 4
5959
5960
  };
5960
5961
 
5961
5962
  /**
@@ -2333,6 +2333,7 @@ export enum IntentView {
2333
2333
  INTENT_VIEW_FULL = 1,
2334
2334
  INTENT_VIEW_PARTIAL = 2,
2335
2335
  INTENT_VIEW_SHALLOW = 3,
2336
+ INTENT_VIEW_MINIMUM = 4,
2336
2337
  }
2337
2338
  export enum IntentCategory {
2338
2339
  ALL_INTENTS = 0,
@@ -18766,7 +18766,8 @@ proto.ondewo.nlu.IntentView = {
18766
18766
  INTENT_VIEW_UNSPECIFIED: 0,
18767
18767
  INTENT_VIEW_FULL: 1,
18768
18768
  INTENT_VIEW_PARTIAL: 2,
18769
- INTENT_VIEW_SHALLOW: 3
18769
+ INTENT_VIEW_SHALLOW: 3,
18770
+ INTENT_VIEW_MINIMUM: 4
18770
18771
  };
18771
18772
 
18772
18773
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ondewo/nlu-client-typescript",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "Ondewo Natural Language Understanding (NLU) Client library for typescript as a commonjs module",
5
5
  "main": "public-api.js",
6
6
  "typings": "public-api.d.ts",