@salesforce/lds-adapters-industries-nlpservice 1.287.0-dev1 → 1.287.0-dev10
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 +4 -4
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-nlpservice",
|
|
3
|
-
"version": "1.287.0-
|
|
3
|
+
"version": "1.287.0-dev10",
|
|
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-
|
|
45
|
+
"@salesforce/lds-bindings": "^1.287.0-dev10"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.287.0-
|
|
49
|
-
"@salesforce/lds-karma": "^1.287.0-
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.287.0-dev10",
|
|
49
|
+
"@salesforce/lds-karma": "^1.287.0-dev10"
|
|
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-
|
|
944
|
+
// version: 1.287.0-dev10-32adad9f2
|
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
|