@salesforce/lds-adapters-industries-nlpservice 1.287.0-dev4 → 1.287.0-dev6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-nlpservice",
3
- "version": "1.287.0-dev4",
3
+ "version": "1.287.0-dev6",
4
4
  "description": "Ai Natural Language Processing Service",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/industries-nlpservice.js",
@@ -42,11 +42,11 @@
42
42
  "test": "nx build:karma && karma start --single-run"
43
43
  },
44
44
  "dependencies": {
45
- "@salesforce/lds-bindings": "^1.287.0-dev4"
45
+ "@salesforce/lds-bindings": "^1.287.0-dev6"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.287.0-dev4",
49
- "@salesforce/lds-karma": "^1.287.0-dev4"
48
+ "@salesforce/lds-compiler-plugins": "^1.287.0-dev6",
49
+ "@salesforce/lds-karma": "^1.287.0-dev6"
50
50
  },
51
51
  "nx": {
52
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -941,4 +941,4 @@ withDefaultLuvio((luvio) => {
941
941
  });
942
942
 
943
943
  export { createAINaturalLangProcessResult, getAINaturalLangProcessResultsByReferenceRecordId, getAINaturalLangProcessResultsByReferenceRecordId_imperative, getAINaturalLangProcessResultsBySourceId, getAINaturalLangProcessResultsBySourceId_imperative };
944
- // version: 1.287.0-dev4-cfb9f2785
944
+ // version: 1.287.0-dev6-cf36bd256
package/src/raml/api.raml CHANGED
@@ -87,6 +87,7 @@ types:
87
87
  enum:
88
88
  - Amazon_Comprehend_Entity_Extraction
89
89
  - Amazon_Comprehend_Keyphrase_Extraction
90
+ - Amazon_Comprehend_Targeted_Sentiment
90
91
  - GenAI_Assessment_Questions_Extraction
91
92
  - IndustriesFilebasedQuestionAnswer
92
93
  - OpenAIClauseExtraction
@@ -330,6 +331,7 @@ types:
330
331
  enum:
331
332
  - Amazon_Comprehend_Entity_Extraction
332
333
  - Amazon_Comprehend_Keyphrase_Extraction
334
+ - Amazon_Comprehend_Targeted_Sentiment
333
335
  - GenAI_Assessment_Questions_Extraction
334
336
  - IndustriesFilebasedQuestionAnswer
335
337
  - OpenAIClauseExtraction
@@ -362,6 +364,7 @@ types:
362
364
  enum:
363
365
  - Amazon_Comprehend_Entity_Extraction
364
366
  - Amazon_Comprehend_Keyphrase_Extraction
367
+ - Amazon_Comprehend_Targeted_Sentiment
365
368
  - GenAI_Assessment_Questions_Extraction
366
369
  - IndustriesFilebasedQuestionAnswer
367
370
  - OpenAIClauseExtraction