@salesforce/lds-adapters-sales-evfsdk 1.285.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.
@@ -0,0 +1,33 @@
1
+ #%RAML 1.0 Overlay
2
+ extends: ./api.raml
3
+
4
+ uses:
5
+ luvio: luvio://annotations.raml
6
+
7
+ (luvio.keyPrefix): 'evfSdk'
8
+ (luvio.ttl): 30000
9
+
10
+ types:
11
+ EvfCopilotDashboardActionsRepresentation:
12
+ (luvio.ttl): 500
13
+ (luvio.opaque): true
14
+ PublishEventOutput:
15
+ (luvio.key):
16
+ id: status.message
17
+
18
+ /connect/evf/sdk:
19
+ /event:
20
+ post:
21
+ (luvio.adapter):
22
+ name: publishEvent
23
+ responses:
24
+ '200':
25
+ description: Success
26
+ body:
27
+ application/json:
28
+ type: PublishEventOutput
29
+
30
+ /event-types:
31
+ get:
32
+ (luvio.adapter):
33
+ name: getEventTypes