@salesforce/lds-adapters-service-ecm 1.392.0 → 1.394.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/src/raml/api.raml CHANGED
@@ -193,6 +193,18 @@ types:
193
193
  required: false
194
194
  description: Sequence Number
195
195
  type: integer | nil
196
+ referenceObject:
197
+ required: false
198
+ description: Reference Object for lookup
199
+ type: string | nil
200
+ referenceField:
201
+ required: false
202
+ description: Reference Field for lookup
203
+ type: string | nil
204
+ contextDefinitionId:
205
+ required: false
206
+ description: Context Definition Id
207
+ type: string | nil
196
208
  CatalogItemAttributeOutputRepresentation:
197
209
  description: Output representation class for the Attributes of Catalog Item
198
210
  type: object
@@ -233,6 +245,10 @@ types:
233
245
  required: false
234
246
  description: Attribute Description
235
247
  type: string | nil
248
+ fieldType:
249
+ required: false
250
+ description: Type of the attribute field
251
+ type: string | nil
236
252
  id:
237
253
  required: false
238
254
  description: Attribute Id
@@ -287,6 +303,18 @@ types:
287
303
  required: false
288
304
  description: Attribute Sequence
289
305
  type: integer | nil
306
+ referenceObject:
307
+ required: false
308
+ description: Reference Object for lookup
309
+ type: string | nil
310
+ referenceField:
311
+ required: false
312
+ description: Reference Field for lookup
313
+ type: string | nil
314
+ baseObject:
315
+ required: false
316
+ description: Attribute base object
317
+ type: string | nil
290
318
  CatalogItemCreateInputRepresentation:
291
319
  description: Configuration of the Catalog Item.
292
320
  type: object
@@ -1627,10 +1655,19 @@ types:
1627
1655
  description: Representation for Decision Table Details.
1628
1656
  type: object
1629
1657
  properties:
1630
- cellLevelCriteriaEnabled:
1658
+ rowLevelOverrideType:
1631
1659
  required: true
1632
- description: Indicates if criteria is enabled at the cell level (true) or not (false)
1633
- type: boolean
1660
+ description: Indicates the override type at the row level
1661
+ type: string
1662
+ enum:
1663
+ - None
1664
+ - Condition
1665
+ - Operator
1666
+ - Both
1667
+ createdDate:
1668
+ required: true
1669
+ description: The date and time when the decision table was created
1670
+ type: string
1634
1671
  conditionCriteria:
1635
1672
  required: true
1636
1673
  description: The criteria for the condition
@@ -1655,12 +1692,45 @@ types:
1655
1692
  required: true
1656
1693
  description: The name of the decision table
1657
1694
  type: string
1695
+ hasIncrementalSyncFailed:
1696
+ required: true
1697
+ description: Indicates whether the incremental sync has failed for the decision table
1698
+ type: boolean
1699
+ isIncrementalSyncEnabled:
1700
+ required: true
1701
+ description: Indicates whether incremental sync is enabled for the decision table
1702
+ type: boolean
1703
+ lastIncrementalSyncDate:
1704
+ required: false
1705
+ description: The date and time when the decision table was last incrementally synced
1706
+ type: string
1707
+ lastModifiedDate:
1708
+ required: true
1709
+ description: The date and time when the decision table was last modified
1710
+ type: string
1711
+ lastSyncDate:
1712
+ required: false
1713
+ description: The date and time when the decision table was last synced
1714
+ type: string
1658
1715
  parameters:
1659
1716
  required: true
1660
1717
  description: The description of the for the decision table parameters
1661
1718
  type: array
1662
1719
  items:
1663
- type: DecisionTableParameterOutputRepresentation
1720
+ type: EligibilityRuleParameterRepresentation
1721
+ refreshStatus:
1722
+ required: true
1723
+ description: The refresh status of the decision table
1724
+ type: string
1725
+ enum:
1726
+ - Initiated
1727
+ - Completed
1728
+ - InProgress
1729
+ - Failed
1730
+ refreshFailureReason:
1731
+ required: false
1732
+ description: The reason for the decision table refresh failure, if applicable
1733
+ type: string
1664
1734
  sourceCriteria:
1665
1735
  required: true
1666
1736
  description: The criteria used to filter and select a specific type rule for application
@@ -1696,10 +1766,23 @@ types:
1696
1766
  - ProductQualification
1697
1767
  - ProductCategoryQualification
1698
1768
  - None
1699
- DecisionTableParameterOutputRepresentation:
1700
- description: Represents the decision table parameter
1769
+ EligibilityRuleParameterRepresentation:
1770
+ description: Represents the eligibility rule parameter
1701
1771
  type: object
1702
1772
  properties:
1773
+ columnDataType:
1774
+ description: Data Type of the field used
1775
+ type: string
1776
+ required: false
1777
+ enum:
1778
+ - Boolean
1779
+ - Currency
1780
+ - Date
1781
+ - Number
1782
+ - Percent
1783
+ - String
1784
+ - DateTime
1785
+ - PickList
1703
1786
  columnMapping:
1704
1787
  description: Specifies the source object path for the mapping to the column
1705
1788
  of an entity
@@ -1716,6 +1799,7 @@ types:
1716
1799
  - Number
1717
1800
  - Percent
1718
1801
  - String
1802
+ - DateTime
1719
1803
  decimalScale:
1720
1804
  description: Precision of the field used
1721
1805
  type: integer
@@ -1776,6 +1860,10 @@ types:
1776
1860
  - DescNullFirst
1777
1861
  - DescNullLast
1778
1862
  - None
1863
+ sourceObjectLookUp:
1864
+ description: Specifies the lookup entity the source object field is mapped to
1865
+ type: string
1866
+ required: false
1779
1867
  usage:
1780
1868
  description: A picklist to select whether a particular field will be used
1781
1869
  as input or output
@@ -1896,7 +1984,7 @@ types:
1896
1984
  required: true
1897
1985
  description: Specifies the unique identifier of the entity record domain field is mapped to
1898
1986
  type: string
1899
- RuleOutputRepresentation:
1987
+ EligibilityRuleRepresentation:
1900
1988
  description: Output Representation for the Eligibility Rules.
1901
1989
  type: object
1902
1990
  properties:
@@ -2139,11 +2227,11 @@ types:
2139
2227
  description: Success
2140
2228
  body:
2141
2229
  application/json:
2142
- type: RuleOutputRepresentation
2230
+ type: EligibilityRuleRepresentation
2143
2231
  body:
2144
2232
  application/json:
2145
2233
  type: EligibilityRuleInputRepresentation
2146
- (oas-body-name): rulesInputPayload
2234
+ (oas-body-name): ruleInputPayload
2147
2235
  /eligibility-rule-metadata:
2148
2236
  get:
2149
2237
  displayName: getEligibilityRuleMetadata
@@ -52,7 +52,7 @@ types:
52
52
  EligibilityMetadataRepresentation:
53
53
  (luvio.ttl): 6000
54
54
  (luvio.opaque): true
55
- RuleOutputRepresentation:
55
+ EligibilityRuleRepresentation:
56
56
  (luvio.ttl): 6000
57
57
  (luvio.key):
58
58
  sourceObjectRecordId: sourceObjectRecordId