@salesforce/lds-adapters-industries-actionablelist 1.220.0 → 1.220.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-actionablelist",
3
- "version": "1.220.0",
3
+ "version": "1.220.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapter for actionable list connect APIs",
6
6
  "main": "dist/es/es2018/industries-actionablelist.js",
package/sfdc/index.js CHANGED
@@ -4033,4 +4033,4 @@ withDefaultLuvio((luvio) => {
4033
4033
  });
4034
4034
 
4035
4035
  export { createActionableListDefinition, getActionableListDatasetInfo, getActionableListDatasetInfo_imperative, getActionableListDefinitions, getActionableListDefinitions_imperative, getActionableListMembers, getActionableListMembers_imperative, upsertActionableList, upsertActionableListDatasetColumnUser, upsertActionableListRefreshFilter };
4036
- // version: 1.220.0-8c2aedc85
4036
+ // version: 1.220.1-6f1a9c45c
package/src/raml/api.raml CHANGED
@@ -320,6 +320,10 @@ types:
320
320
  description: Input representation for actionable list Filters.
321
321
  type: object
322
322
  properties:
323
+ columnId:
324
+ description: Id of Column to be filtered
325
+ type: string | nil
326
+ required: false # TODO handrolled W-9314597
323
327
  columnName:
324
328
  description: Name of Column to be filtered
325
329
  type: string | nil