@salesforce/lds-adapters-platform-formula 1.270.1 → 1.272.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.
@@ -12,8 +12,26 @@ types:
12
12
  (luvio.ttl): 100
13
13
  (luvio.key):
14
14
  generationId: generationId
15
+ FormulaValidationRepresentation:
16
+ (luvio.ttl): 100
17
+ (luvio.key):
18
+ isFormulaValid: isFormulaValid
19
+ FixFormulaRepresentation:
20
+ (luvio.ttl): 100
21
+ (luvio.key):
22
+ generationId: generationId
15
23
 
16
- /connect/formula/einstein/explain:
17
- post:
18
- (luvio.adapter):
19
- name: getExplanation
24
+ /connect/formula:
25
+ /einstein:
26
+ /explain:
27
+ post:
28
+ (luvio.adapter):
29
+ name: getExplanation
30
+ /fix:
31
+ post:
32
+ (luvio.adapter):
33
+ name: fixFormula
34
+ /validate:
35
+ post:
36
+ (luvio.adapter):
37
+ name: validateFormula