@salesforce/lds-adapters-service-ecm 0.1.0-dev1
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/LICENSE.txt +82 -0
- package/dist/es/es2018/service-ecm.js +9423 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createAgentAction.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/createAgentFlow.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/createCatalogItem.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/adapters/deployTemplate.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/generateIntakeForm.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/generateOmniScript.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/getAgentActions.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAllServiceAutomationDep.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getAllServiceProcessTemplate.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getCatalogItem.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getServiceRequest.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/updateCatalogItem.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/adapters/updateEpcCategories.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationCatalogCatalogItemByCatalogItemId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationGenAiActions.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationServiceProcessGetAllTemplates.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationServiceRequestServiceCatalogRequestByServiceRequestId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectServiceAutomationCatalogCatalogItemByCatalogItemId.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectServiceAutomationCatalogCategoriesByCatalogId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationAgentAutolaunchedFlow.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationCatalogCatalogItem.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationGenAiActions.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationIntakeFormGenerateIntakeForm.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationIntakeFormGenerateIntakeOmniscript.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationQuery.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationTemplateDeployByTemplateId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/types/AgentActionAttributeOutputRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/AgentActionInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AgentActionOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AgentAutolaunchedFlowInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AgentAutolaunchedFlowRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/AgentAutolaunchedFlowStatusRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AssociatedArticleOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeInputRepresentation.d.ts +74 -0
- package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeOutputRepresentation.d.ts +77 -0
- package/dist/es/es2018/types/src/generated/types/CatalogItemCreateInputRepresentation.d.ts +86 -0
- package/dist/es/es2018/types/src/generated/types/CatalogItemOutputRepresentation.d.ts +101 -0
- package/dist/es/es2018/types/src/generated/types/CatalogItemUpdateInputRepresentation.d.ts +89 -0
- package/dist/es/es2018/types/src/generated/types/CategoriesInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CategoryAndParentErrorOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CategoryAndParentOutputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/CategoryInput.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DeploymentOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionOutputRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionsOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/EligibilityRuleOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EligibilityRulesInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FilterInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FulfillmentFlowInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/FulfillmentFlowOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/GenerateIntakeFormInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/GenerateIntakeFormOutputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/GenericCustomObject.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/IntakeFormCreationInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/IntakeFormInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/IntakeFormOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/IntegrationDefInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/IntegrationDefinitionOutputPresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/KnowledgeArticleInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/OmniIntakeOutputRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/PicklistAttributeTypeInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/PicklistAttributeTypeOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/PreprocessorInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/PreprocessorOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ProductDetailsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ProductDetailsOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ProductRequestCreateInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ProductRequestOutputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ProductRequestUpdateInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SectionInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SectionOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAutomationDepOutputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAutomationDepReadInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAutomationOutputRecordRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ServiceProcessTemplateOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ServiceProcessTemplatesOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ServiceRequestGetOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +9524 -0
- package/src/raml/api.raml +1712 -0
- package/src/raml/luvio.raml +101 -0
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
#%RAML 1.0 Overlay
|
|
2
|
+
extends: ./api.raml
|
|
3
|
+
|
|
4
|
+
uses:
|
|
5
|
+
luvio: luvio://annotations.raml
|
|
6
|
+
|
|
7
|
+
(luvio.keyPrefix): 'ecm'
|
|
8
|
+
(luvio.ttl): 360000
|
|
9
|
+
|
|
10
|
+
types:
|
|
11
|
+
ServiceAutomationDepOutputRepresentation:
|
|
12
|
+
(luvio.ttl): 6000
|
|
13
|
+
(luvio.opaque): true
|
|
14
|
+
CatalogItemOutputRepresentation:
|
|
15
|
+
(luvio.ttl): 6000
|
|
16
|
+
(luvio.key):
|
|
17
|
+
catalogItemId: catalogItemId
|
|
18
|
+
CategoryAndParentOutputRepresentation:
|
|
19
|
+
(luvio.ttl): 6000
|
|
20
|
+
(luvio.opaque): true
|
|
21
|
+
(luvio.key):
|
|
22
|
+
id: catalogId
|
|
23
|
+
OmniIntakeOutputRepresentation:
|
|
24
|
+
(luvio.ttl): 6000
|
|
25
|
+
(luvio.key):
|
|
26
|
+
id: id
|
|
27
|
+
GenerateIntakeFormOutputRepresentation:
|
|
28
|
+
(luvio.ttl): 6000
|
|
29
|
+
(luvio.key):
|
|
30
|
+
id: id
|
|
31
|
+
ServiceProcessTemplatesOutputRepresentation:
|
|
32
|
+
(luvio.ttl): 6000
|
|
33
|
+
(luvio.opaque): true
|
|
34
|
+
EinsteinAgentActionsOutputRepresentation:
|
|
35
|
+
(luvio.ttl): 600000
|
|
36
|
+
(luvio.opaque): true
|
|
37
|
+
EinsteinAgentActionOutputRepresentation:
|
|
38
|
+
(luvio.ttl): 500
|
|
39
|
+
(luvio.key):
|
|
40
|
+
id: id
|
|
41
|
+
AgentAutolaunchedFlowRepresentation:
|
|
42
|
+
(luvio.ttl): 500
|
|
43
|
+
(luvio.key):
|
|
44
|
+
id: flowDefinitionId
|
|
45
|
+
DeploymentOutputRepresentation:
|
|
46
|
+
(luvio.ttl): 6000
|
|
47
|
+
(luvio.key):
|
|
48
|
+
templateId: templateId
|
|
49
|
+
/connect/service-automation/query:
|
|
50
|
+
post:
|
|
51
|
+
(luvio.method): get
|
|
52
|
+
(luvio.adapter):
|
|
53
|
+
name: getAllServiceAutomationDep
|
|
54
|
+
/connect/service-automation/catalog/catalog-item:
|
|
55
|
+
post:
|
|
56
|
+
(luvio.adapter):
|
|
57
|
+
name: createCatalogItem
|
|
58
|
+
/connect/service-automation/catalog/catalog-item/{catalogItemId}:
|
|
59
|
+
get:
|
|
60
|
+
(luvio.adapter):
|
|
61
|
+
name: getCatalogItem
|
|
62
|
+
(luvio.key):
|
|
63
|
+
catalogItemId: urlParams.catalogItemId
|
|
64
|
+
patch:
|
|
65
|
+
(luvio.adapter):
|
|
66
|
+
name: updateCatalogItem
|
|
67
|
+
/connect/service-automation/catalog/{catalogId}/categories:
|
|
68
|
+
patch:
|
|
69
|
+
(luvio.adapter):
|
|
70
|
+
name: updateEpcCategories
|
|
71
|
+
/connect/service-automation/intake-form/generate-intake-omniscript:
|
|
72
|
+
post:
|
|
73
|
+
(luvio.adapter):
|
|
74
|
+
name: generateOmniScript
|
|
75
|
+
/connect/service-automation/intake-form/generate-intake-form:
|
|
76
|
+
post:
|
|
77
|
+
(luvio.adapter):
|
|
78
|
+
name: generateIntakeForm
|
|
79
|
+
/connect/service-automation/service-request/service-catalog-request/{serviceRequestId}:
|
|
80
|
+
get:
|
|
81
|
+
(luvio.adapter):
|
|
82
|
+
name: getServiceRequest
|
|
83
|
+
/connect/service-automation/service-process/get-all-templates:
|
|
84
|
+
get:
|
|
85
|
+
(luvio.adapter):
|
|
86
|
+
name: getAllServiceProcessTemplate
|
|
87
|
+
/connect/service-automation/gen-ai/actions:
|
|
88
|
+
get:
|
|
89
|
+
(luvio.adapter):
|
|
90
|
+
name: getAgentActions
|
|
91
|
+
post:
|
|
92
|
+
(luvio.adapter):
|
|
93
|
+
name: createAgentAction
|
|
94
|
+
/connect/service-automation/agent/autolaunched-flow:
|
|
95
|
+
post:
|
|
96
|
+
(luvio.adapter):
|
|
97
|
+
name: createAgentFlow
|
|
98
|
+
/connect/service-automation/template/deploy/{templateId}:
|
|
99
|
+
post:
|
|
100
|
+
(luvio.adapter):
|
|
101
|
+
name: deployTemplate
|