@salesforce/lds-adapters-service-ecm 1.398.0 → 1.400.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.
- package/dist/es/es2018/service-ecm.js +265 -140
- package/dist/es/es2018/types/src/generated/adapters/saveEligibilityRule.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationEligibilityRule.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/EligibilityRuleDetailsRepresentation.d.ts +15 -15
- package/dist/es/es2018/types/src/generated/types/EligibilityRuleInputRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/EligibilityRuleMetadataRepresentation.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/EligibilityRuleRepresentation.d.ts +8 -8
- package/dist/es/es2018/types/src/generated/types/EligibilityRuleValueInputRepresentation.d.ts +4 -7
- package/package.json +3 -3
- package/sfdc/index.js +266 -141
- package/src/raml/api.raml +16 -20
- package/src/raml/luvio.raml +1 -1
package/src/raml/api.raml
CHANGED
|
@@ -1640,13 +1640,13 @@ types:
|
|
|
1640
1640
|
description: Status of the request
|
|
1641
1641
|
type: string
|
|
1642
1642
|
qualificationDecisionTableDetails:
|
|
1643
|
-
required:
|
|
1643
|
+
required: false
|
|
1644
1644
|
description: Details of the qualification decision table
|
|
1645
1645
|
type: array
|
|
1646
1646
|
items:
|
|
1647
1647
|
type: EligibilityRuleDetailsRepresentation
|
|
1648
1648
|
disQualificationDecisionTableDetails:
|
|
1649
|
-
required:
|
|
1649
|
+
required: false
|
|
1650
1650
|
description: Details of the disqualification decision table
|
|
1651
1651
|
type: array
|
|
1652
1652
|
items:
|
|
@@ -1681,7 +1681,7 @@ types:
|
|
|
1681
1681
|
- Any
|
|
1682
1682
|
- Custom
|
|
1683
1683
|
description:
|
|
1684
|
-
required:
|
|
1684
|
+
required: false
|
|
1685
1685
|
description: The description of the condition
|
|
1686
1686
|
type: string
|
|
1687
1687
|
decisionTableId:
|
|
@@ -1693,11 +1693,11 @@ types:
|
|
|
1693
1693
|
description: The name of the decision table
|
|
1694
1694
|
type: string
|
|
1695
1695
|
hasIncrementalSyncFailed:
|
|
1696
|
-
required:
|
|
1696
|
+
required: false
|
|
1697
1697
|
description: Indicates whether the incremental sync has failed for the decision table
|
|
1698
1698
|
type: boolean
|
|
1699
1699
|
isIncrementalSyncEnabled:
|
|
1700
|
-
required:
|
|
1700
|
+
required: false
|
|
1701
1701
|
description: Indicates whether incremental sync is enabled for the decision table
|
|
1702
1702
|
type: boolean
|
|
1703
1703
|
lastIncrementalSyncDate:
|
|
@@ -1713,13 +1713,13 @@ types:
|
|
|
1713
1713
|
description: The date and time when the decision table was last synced
|
|
1714
1714
|
type: string
|
|
1715
1715
|
parameters:
|
|
1716
|
-
required:
|
|
1716
|
+
required: false
|
|
1717
1717
|
description: The description of the for the decision table parameters
|
|
1718
1718
|
type: array
|
|
1719
1719
|
items:
|
|
1720
1720
|
type: EligibilityRuleParameterRepresentation
|
|
1721
1721
|
refreshStatus:
|
|
1722
|
-
required:
|
|
1722
|
+
required: false
|
|
1723
1723
|
description: The refresh status of the decision table
|
|
1724
1724
|
type: string
|
|
1725
1725
|
enum:
|
|
@@ -1732,7 +1732,7 @@ types:
|
|
|
1732
1732
|
description: The reason for the decision table refresh failure, if applicable
|
|
1733
1733
|
type: string
|
|
1734
1734
|
sourceCriteria:
|
|
1735
|
-
required:
|
|
1735
|
+
required: false
|
|
1736
1736
|
description: The criteria used to filter and select a specific type rule for application
|
|
1737
1737
|
type: array
|
|
1738
1738
|
items:
|
|
@@ -1759,7 +1759,7 @@ types:
|
|
|
1759
1759
|
- Draft
|
|
1760
1760
|
- ActivationInProgress
|
|
1761
1761
|
usageType:
|
|
1762
|
-
required:
|
|
1762
|
+
required: false
|
|
1763
1763
|
description: The usage type of the decision table to evaluate the criteria
|
|
1764
1764
|
type: string
|
|
1765
1765
|
enum:
|
|
@@ -1938,9 +1938,9 @@ types:
|
|
|
1938
1938
|
description: Name of the source object associated with the decision table
|
|
1939
1939
|
type: string
|
|
1940
1940
|
sourceObjectRecordId:
|
|
1941
|
-
required:
|
|
1941
|
+
required: false
|
|
1942
1942
|
description: The unique identifier of the source object record
|
|
1943
|
-
type: string
|
|
1943
|
+
type: string | nil
|
|
1944
1944
|
ruleValue:
|
|
1945
1945
|
required: false
|
|
1946
1946
|
description: Details of the rule value
|
|
@@ -1977,12 +1977,8 @@ types:
|
|
|
1977
1977
|
- Between
|
|
1978
1978
|
- Contains
|
|
1979
1979
|
domainEntity:
|
|
1980
|
-
required:
|
|
1981
|
-
description: Specifies the entity domain field is mapped
|
|
1982
|
-
type: string
|
|
1983
|
-
domainEntityId:
|
|
1984
|
-
required: true
|
|
1985
|
-
description: Specifies the unique identifier of the entity record domain field is mapped to
|
|
1980
|
+
required: false
|
|
1981
|
+
description: Specifies the entity domain field is mapped to
|
|
1986
1982
|
type: string
|
|
1987
1983
|
EligibilityRuleRepresentation:
|
|
1988
1984
|
description: Output Representation for the Eligibility Rules.
|
|
@@ -1993,11 +1989,11 @@ types:
|
|
|
1993
1989
|
description: Additional information about the API request execution
|
|
1994
1990
|
type: string
|
|
1995
1991
|
sourceObjectRecordId:
|
|
1996
|
-
required:
|
|
1992
|
+
required: false
|
|
1997
1993
|
description: The unique identifier of the source object used
|
|
1998
1994
|
type: string
|
|
1999
1995
|
createdDateTime:
|
|
2000
|
-
required:
|
|
1996
|
+
required: false
|
|
2001
1997
|
description: Date and time when the rule was created
|
|
2002
1998
|
type: string
|
|
2003
1999
|
status:
|
|
@@ -2231,7 +2227,7 @@ types:
|
|
|
2231
2227
|
body:
|
|
2232
2228
|
application/json:
|
|
2233
2229
|
type: EligibilityRuleInputRepresentation
|
|
2234
|
-
(oas-body-name):
|
|
2230
|
+
(oas-body-name): EligibilityRuleInput
|
|
2235
2231
|
/eligibility-rule-metadata:
|
|
2236
2232
|
get:
|
|
2237
2233
|
displayName: getEligibilityRuleMetadata
|